Skip to content
@micromatch

micromatch

Libraries for fast, accurate glob matching.

Pinned

  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, taro, bulma, browser-sync, documentati…

    JavaScript 2.4k 150

  2. anymatch Public

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

    JavaScript 357 47

  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 179 24

  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 747 52

Repositories

  • source-map-resolve Public

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

    JavaScript 2 MIT 31 1 0 Updated Jul 18, 2023
  • 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, taro, bulma, browser-sync, documentation.js, stylelint, nyc, ava, and many others! Please follow micromatch's author: https://github.com/jonschlinkert

    JavaScript 2,449 MIT 150 24 4 Updated Jul 13, 2023
  • anymatch Public

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

    JavaScript 357 ISC 47 4 3 Updated May 18, 2023
  • 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 747 MIT 52 29 5 Updated Mar 30, 2023
  • 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 89 MIT 20 5 3 Updated Jan 16, 2023
  • 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 89 MIT 7 1 4 Updated Dec 29, 2022
  • to-absolute-glob Public

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

    JavaScript 17 MIT 10 5 4 Updated Nov 21, 2022
  • expand-braces Public

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

    JavaScript 7 MIT 7 0 1 Updated Nov 12, 2022
  • 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 125 MIT 16 3 3 Updated Jan 20, 2022
  • glob-fs Public

    file globbing for node.js. speedy and powerful alternative to node-glob. This library is experimental and does not work on windows!

    JavaScript 54 MIT 16 21 8 Updated Jan 8, 2022