Skip to content
@micromatch

micromatch

Libraries for fast, accurate glob matching.

Pinned

  1. micromatch 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 2.6k 138

  2. anymatch anymatch Public

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

    JavaScript 379 48

  3. braces 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 187 27

  4. picomatch 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 881 54

Repositories

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

    JavaScript 2,618 MIT 138 30 5 Updated Apr 19, 2024
  • 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 881 MIT 54 24 4 Updated Mar 28, 2024
  • expand-braces Public

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

    JavaScript 8 MIT 8 1 1 Updated Jan 23, 2024
  • source-map-resolve Public Forked from lydell/source-map-resolve

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

    JavaScript 4 MIT 34 1 0 Updated Jul 18, 2023
  • anymatch Public

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

    JavaScript 379 ISC 48 4 3 Updated May 18, 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 92 MIT 21 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 91 MIT 9 1 1 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 18 MIT 11 5 4 Updated Nov 21, 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 129 MIT 18 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 56 MIT 17 21 8 Updated Jan 8, 2022