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.
is-glob
Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet
braces
Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.
is-extglob
Returns true if a string has an extglob.
globby
User-friendly glob matching
extglob
Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob patterns.
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)
globjoin
Join paths and globs.
parse-glob
Parse a glob pattern into an object of tokens.
multimatch
Extends `minimatch.match()` with support for multiple patterns
matcher
Simple wildcard matching
has-glob
Returns `true` if an array has a glob pattern.
tiny-glob
Tiny and extremely fast globbing
is-invalid-path
Returns true if a windows file path has invalid characters.
is-valid-path
Returns true if a file path does not contain any invalid characters.
glob-escape
Escape glob patterns
maximatch
Extends multimatch() with support for filter functions and regular expressions
expand-braces
Wrapper for [braces] to enable brace expansion for arrays of patterns.
matched
Adds array support to node-glob, sync and async. Also supports tilde expansion (user home) and resolving to global npm modules.
gulp-filter
Filter files in a `vinyl` stream