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-extglob
Returns true if a string has an extglob.
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
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)
is-valid-path
Returns true if a file path does not contain any invalid characters.
parse-glob
Parse a glob pattern into an object of tokens.
has-glob
Returns `true` if an array has a glob pattern.
is-invalid-path
Returns true if a windows file path has invalid characters.
file-set
Cross-platform glob expansions simplified. Input: file paths and glob expressions. Output: resolved file paths organised by type (file, directory and not-found).
redstar
quick and dirty file globber ( quicker but dirtier than 'glob' )
bash-glob
Bash-powered globbing for node.js
matched
Adds array support to node-glob, sync and async. Also supports tilde expansion (user home) and resolving to global npm modules.
wild-wild-parser
🤠 Parser for object property paths with wildcards and regexps 🌵
wild-wild-path
🤠 Object property paths with wildcards and regexps 🌵
glob-object
Filter an object using glob patterns and dot notation.
wild-wild-utils
🤠 Functional utilities using object property paths with wildcards and regexps 🌵
easy-match
A simple matcher with regex cache.
glomp
Lightweight, clearly-defined alternative to file glob strings
polymatch
### Summary
@jsxtools/glob
convert glob patterns into regular expressions