Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
escape-string-regexp
Escape RegExp special characters
micromatch
Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.
to-regex-range
Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.
is-extglob
Returns true if a string has an extglob.
@eslint-community/regexpp
Regular expression parser for ECMAScript.
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
is-regex
Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag
anymatch
Matches strings against configurable strings, globs, regular expressions, and/or functions
string.prototype.matchall
Spec-compliant polyfill for String.prototype.matchAll
expand-brackets
Expand POSIX bracket expressions (character classes) in 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)
regexpp
Regular expression parser for ECMAScript.
unc-path-regex
Regular expression for testing if a file path is a windows UNC file path. Can also be used as a component of another regexp via the `.source` property.
is-regexp
Check if a value is a regular expression
is-unc-path
Returns true if a filepath is a windows UNC file path.
path-root-regex
Regular expression for getting the root of a posix or windows filepath.
property-expr
tiny util for getting and setting deep object props safely
static-eval
evaluate statically-analyzable expressions
clean-regexp
Clean up regular expressions
mdast-util-mdx-expression
mdast extension to parse and serialize MDX (or MDX.js) expressions