micromatch

micromatch

🏢 Organization

6 repositories on SrcLog

View on GitHub
6 Repos
3.8k Stars
304 Forks
3.8k Watchers

Repositories (6)

micromatch micromatch/micromatch JavaScript

Highly optimized wildcard and glob matching library. Faster, drop-in replacement to minimatch and multimatch. Used by square, webpack, babel core, yarn, jest, ract-native, taro, bulma, browser-sync, stylelint, nyc, ava, and many others! Follow micromatch's author: https://github.com/jonschlinkert

3k
anymatch micromatch/anymatch JavaScript

:bangbang: Matches strings against configurable strings, globs, regular expressions, and/or functions

345
braces micromatch/braces JavaScript

Faster brace expansion for node.js. Besides being faster, braces is not subject to DoS attacks like minimatch, is more accurate, and has more complete support for Bash 4.3.

172
to-regex-range micromatch/to-regex-range JavaScript

Pass two numbers, get a regex-compatible source string for matching ranges. Fast compiler, optimized regex, and validated against more than 2.78 million test assertions. Useful for creating regular expressions to validate numbers, ranges, years, etc.

125
nanomatch micromatch/nanomatch JavaScript

Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but without support for extended globs (extglobs), posix brackets or braces, and with complete Bash 4.3 wildcard support: ("*", "**", and "?").

97
is-glob micromatch/is-glob JavaScript

If you use globs, this will make your code faster. 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 better user experience. 55+ million downloads.

78