Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
ansi-regex
Regular expression for matching ANSI escape codes
micromatch
Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.
is-extglob
Returns true if a string has an extglob.
globby
User-friendly glob matching
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
has-ansi
Check if a string has ANSI escape codes
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)
findup-sync
Find the first file matching a given pattern in the current directory or the nearest ancestor directory.
ip-regex
Regular expression for matching IP addresses (IPv4 & IPv6)
multimatch
Extends `minimatch.match()` with support for multiple patterns
ignore-by-default
A list of directories you should ignore by default
matcher
Simple wildcard matching
valid-url
URI validation functions
globule
An easy-to-use wildcard globbing library.
is-invalid-path
Returns true if a windows file path has invalid characters.
is-negated-glob
Returns an object with a `negated` boolean and the `!` stripped from negation patterns. Also respects extglobs.
node-readfiles
A lightweight Node.js module to recursively read files in a directory using ES6 Promises
ts-pattern
The exhaustive Pattern Matching library for TypeScript.
to-absolute-glob
Make a glob pattern absolute, ensuring that negative globs and patterns with trailing slashes are correctly handled.