micromatch
Organization@micromatch
Libraries for fast, accurate glob matching.
10
Published Tools
0
Total Stars
0
Weekly Downloads
99
GitHub Followers
28
Public Repos
Published Tools
10 Skillsacross 1 categoryanymatch
phated
Matches strings against configurable strings, globs, regular expressions, and/or functions
bash-glob
jonschlinkert
Bash-powered globbing for node.js
braces
jonschlinkert
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.
...moreexpand-brackets
danez
Expand POSIX bracket expressions (character classes) in glob patterns.
extglob
danez
Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob patterns.
is-glob
phated
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
...moremicromatch
doowb
Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.
nanomatch
jonschlinkert
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)
...morepicomatch
jonschlinkert
Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.
...moreto-regex-range
jonschlinkert
Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.
...more