Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
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.
fill-range
Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`
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.
string.prototype.matchall
Spec-compliant polyfill for String.prototype.matchAll
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)
@csstools/postcss-is-pseudo-class
A pseudo-class for matching elements in a selector list
parse-glob
Parse a glob pattern into an object of tokens.
contains-path
Return true if a file path contains the given path.
is-invalid-path
Returns true if a windows file path has invalid characters.
expand-range
Fast, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. Used by micromatch.
is-valid-path
Returns true if a file path does not contain any invalid characters.
execall
Find multiple RegExp matches in a string
postcss-selector-matches
PostCSS plugin to transform :matches() W3C CSS pseudo class to more compatible CSS selectors
has-glob
Returns `true` if an array has a glob pattern.
deps-regex
Regular expression for matching javascript require/import statements.
react-highlight-words
React component to highlight words within a larger body of text
highlight-words-core
Utility functions shared by react-highlight-words and react-native-highlight-words