Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
micromatch
Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.
globby
User-friendly glob matching
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 braces)
matcher
Simple wildcard matching
multimatch
Extends `minimatch.match()` with support for multiple patterns
@humanwhocodes/gitignore-to-minimatch
Utility to convert gitignore patterns to minimatch patterns
glob-slash
Prefix globs with a slash and normalize. Supports negated globs too
toxic
Mutate keys and values in objects. Returns a new version of the object
glob-escape
Escape glob patterns
maximatch
Extends multimatch() with support for filter functions and regular expressions
gulp-match
Does a vinyl file match a condition?
gulp-filter
Filter files in a `vinyl` stream
matched
Adds array support to node-glob, sync and async. Also supports tilde expansion (user home) and resolving to global npm modules.
bash-glob
Bash-powered globbing for node.js
file-match
Match filepath is validated, or exclude filepath that don't need.
gulp-ignore
Include or exclude gulp files from the stream based on a condition
globify-gitignore
Convert Gitignore to Glob patterns
gulp-order
The gulp plugin `gulp-order` allows you to reorder a stream of files using the same syntax as of `gulp.src`.
minimatch-all
Match a path against multiple patterns
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`