Skip to content
@micromatch

micromatch

Libraries for fast, accurate glob matching.

Pinned

  1. Highly optimized wildcard and glob matching library. Faster, drop-in replacement to minimatch and multimatch. Used by webpack, babel core, yarn, jest, browser-sync, documentation.js, stylelint, nyc…

    JavaScript 2.1k 137

  2. anymatch Public

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

    JavaScript 320 44

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

Repositories

  • micromatch Public

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

    JavaScript 2,086 MIT 137 24 3 Updated Mar 24, 2022
  • anymatch Public

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

    JavaScript 320 ISC 44 4 1 Updated Mar 14, 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 111 MIT 14 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 53 MIT 16 21 8 Updated Jan 8, 2022
  • 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, Serverless, fdir, Netlify, AWS Amplify, Revogrid, rollup, routify, open-wc, imba, av…

    JavaScript 528 MIT 42 22 5 Updated Jan 2, 2022
  • 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 78 MIT 5 1 1 Updated Oct 22, 2021
  • .github Public

    Default files for the .github directory of all micromatch projects.

    3 MIT 1 0 0 Updated Oct 13, 2021
  • expand-brackets Public

    Expand POSIX bracket expressions (character classes) in glob patterns.

    JavaScript 25 MIT 8 0 2 Updated Oct 4, 2021
  • bash-glob Public

    Bash-powered globbing for node.js. Alternative to node-glob. Does not work on Windows 9 and lower.

    JavaScript 13 MIT 4 1 1 Updated Jun 10, 2021
  • 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 84 MIT 20 6 2 Updated Feb 22, 2021

Top languages

Loading…

Most used topics

Loading…