Change the repository type filter
All
Repositories list
28 repositories
picomatch
PublicBlazing fast and accurate glob matcher written JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces,…braces
PublicFaster 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 f…- Highly optimized wildcard and glob matching library. Faster, drop-in replacement to minimatch and multimatch. Used by square, webpack, babel core, yarn, jest, r…
to-regex-range
PublicPass two numbers, get a regex-compatible source string for matching ranges. Fast compiler, optimized regex, and validated against more than 2.78 million test as…expand-braces
PublicWrapper for [braces] to enable brace expansion for arrays of patterns.anymatch
Public:bangbang: Matches strings against configurable strings, globs, regular expressions, and/or functionsnanomatch
PublicFast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but without support for extended globs (extglobs), posix brackets or br…is-glob
PublicIf 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 cre…to-absolute-glob
Publicglob-fs
Public.github
PublicDefault files for the .github directory of all micromatch projects.expand-brackets
PublicExpand POSIX bracket expressions (character classes) in glob patterns.bash-glob
Publicposix-character-classes
PublicPOSIX character classes for creating regular expressions.extglob
Publicbash-path
Publicparse-glob
PublicParse a glob pattern into an object of path parts.is-valid-glob
Publicis-extglob
PublicReturns true if a string has an extglobresolve-glob
Publicbash-match
Publicmeta
Publicglob-base
Publicglob-spec
Publichas-glob
PublicReturns `true` if an array has a glob pattern.is-negated-glob
PublicReturns an object with a `negated` boolean and the `!` stripped from negation patterns. Also respects extglobs.is-posix-bracket
Public