VOOZH about

URL: https://github.com/micromatch

⇱ micromatch · GitHub


Skip to content

Pinned Loading

  1. 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…

    JavaScript 3k 208

  2. anymatch Public

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

    JavaScript 402 44

  3. 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.

    JavaScript 246 80

  4. 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 regula…

    JavaScript 1.2k 88

Repositories

Showing 10 of 28 repositories
  • 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…

    JavaScript 1,243 MIT 88 33 6 Updated
  • 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.

    JavaScript 246 MIT 80 4 0 Updated
  • 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

    JavaScript 3,025 MIT 208 35 9 Updated
  • 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.

    JavaScript 172 MIT 23 3 6 Updated
  • expand-braces Public

    Wrapper for [braces] to enable brace expansion for arrays of patterns.

    JavaScript 8 MIT 5 1 0 Updated
  • source-map-resolve Public Forked from lydell/source-map-resolve

    [Maintenance-Only] Resolve the source map and/or sources for a generated file.

    JavaScript 5 MIT 39 1 0 Updated
  • anymatch Public

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

    JavaScript 402 ISC 44 4 4 Updated
  • 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 "?").

    JavaScript 97 MIT 20 5 3 Updated
  • 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.

    JavaScript 96 MIT 13 1 1 Updated
  • to-absolute-glob Public

    Make a glob pattern absolute, ensuring that negative globs and patterns with trailing slashes are correctly handled.

    JavaScript 18 MIT 11 5 4 Updated
You can’t perform that action at this time.