10 skills found
micromatch / MicromatchHighly 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 / PicomatchBlazing 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, imba, ava, docusaurus, fast-glob, globby, chokidar, anymatch, cloudflare/miniflare, pts, and more than 5 million projects! Please follow picomatch's author: https://github.com/jonschlinkert
begin / GlobbingIntroduction to "globbing" or glob matching, a programming concept that allows "filepath expansion" and matching using wildcards.
micromatch / NanomatchFast, 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 / Is GlobIf 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 / ExtglobExtended globs. Add (almost) the expressive power of regular expressions to glob patterns.
micromatch / Posix Character ClassesPOSIX character classes for creating regular expressions.
micromatch / Is ExtglobReturns true if a string has an extglob
micromatch / Bash GlobBash-powered globbing for node.js. Alternative to node-glob. Does not work on Windows 9 and lower.
micromatch / Is Negated GlobReturns an object with a `negated` boolean and the `!` stripped from negation patterns. Also respects extglobs.