micromatch
popularGlob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.
Updated by @es128
gulp-order
The gulp plugin gulp-order allows you to reorder a stream of files using the same syntax as of gulp.src.
Updated by @demurgos
chainsmoker
Elegant, generically typed, boolean micromatch for lists of file paths
Updated by @paulmelnikow
@humanwhocodes/gitignore-to-minimatch
Utility to convert gitignore patterns to minimatch patterns
Updated by @nzakas
sharec-nanomatch
Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but complete Bash 4.3 wildcard support only (no support for exglobs, posix brackets or …
Updated by @lamartire
glob-slash
Prefix globs with a slash and normalize. Supports negated globs too.
Updated by @scottcorgan
filter-object
Filter an object by its keys or values. Returns a copy of an object filtered to have only keys or values that match the given glob patterns.
Updated by @jonschlinkert
toxic
Mutate keys and values in objects. Returns a new version of the object
Updated by @scottcorgan
resolve-dep
Return an array of resolved filepaths for require-able local or named npm modules. Wildcard (glob) patterns may be used.
Updated by @doowb
glob-expand
A sync glob / minimatch / RegExp function with a gruntjs -like `expand` of patterns, with minimum depepndencies. Derived from gruntjs's v0.4.1 `file.expand`
Updated by @anodynos
node-find-folder
Walk a directory tree in node.js. Use just the name to find the folder(s) you want, rather than through given path(s).
Updated by @itonyyo