Change the repository type filter
All
Repositories list
28 repositories
micromatch
PublicHighly 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/jonschlinkertto-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 assertions. Useful for creating regular expressions to validate numbers, ranges, years, etc.picomatch
PublicBlazing 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…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 for Bash 4.3.expand-braces
PublicWrapper for [braces] to enable brace expansion for arrays of patterns.source-map-resolve
Public‼️ 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 braces, and with complete Bash 4.3 wildcard support: ("*", "**", and "?").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 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.to-absolute-glob
Publicglob-fs
Publicfile globbing for node.js. speedy and powerful alternative to node-glob. This library is experimental and does not work on windows!.github
Publicexpand-brackets
PublicExpand POSIX bracket expressions (character classes) in glob patterns.bash-glob
Publicposix-character-classes
PublicPOSIX character classes for creating regular expressions.extglob
PublicExtended globs. Add (almost) the expressive power of regular expressions to glob patterns.bash-path
Publicparse-glob
PublicParse a glob pattern into an object of path parts.is-valid-glob
PublicReturn true if a value is a valid glob pattern string, or array of glob patterns.is-extglob
PublicReturns true if a string has an extglobresolve-glob
Publicbash-match
PublicMatch strings using bash. Does not work on windows, and does not read from the file system. This library requires that Bash 4.3 or higher is installed and is mostly used for checking parity in unit tests.meta
Publicglob-base
Publicglob-spec
Publichas-glob
Publicis-negated-glob
PublicReturns an object with a `negated` boolean and the `!` stripped from negation patterns. Also respects extglobs.is-posix-bracket
Public