micromatch
Pinned Loading
Repositories
- micromatch Public
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
micromatch/micromatch’s past year of commit activity - to-regex-range Public
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.
micromatch/to-regex-range’s past year of commit activity - picomatch Public
Blazing fast and accurate glob matcher written JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions. Used by GraphQL, Jest, Astro, Snowpack, Storybook, bulma, Serverless, fdir, Netlify, AWS Amplify, Revogrid, rollup, routify, open-wc, i…
micromatch/picomatch’s past year of commit activity - braces Public
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.
micromatch/braces’s past year of commit activity - source-map-resolve Public Forked from lydell/source-map-resolve
[Maintenance-Only] Resolve the source map and/or sources for a generated file.
micromatch/source-map-resolve’s past year of commit activity - nanomatch Public
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 "?").
micromatch/nanomatch’s past year of commit activity - is-glob Public
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.
micromatch/is-glob’s past year of commit activity - to-absolute-glob Public
Make a glob pattern absolute, ensuring that negative globs and patterns with trailing slashes are correctly handled.
micromatch/to-absolute-glob’s past year of commit activity