All Git Users → micromatch

16 open source projects by micromatch

1. Micromatch
Contributing Pull requests and stars are always welcome. For bugs and feature requests, please create an issue. Please read the contributing guide for advice on opening issues, pull requests, and coding standards.
2. Braces
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.
3. To Regex Range
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.
4. Nanomatch
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 "?").
5. Is Glob
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.
6. Is Extglob
Returns true if a string has an extglob
7. Picomatch
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.
8. Anymatch
‼️ Matches strings against configurable strings, globs, regular expressions, and/or functions
9. extglob
Extended globs. Add (almost) the expressive power of regular expressions to glob patterns.
10. is-posix-bracket
Returns true if the given string is a POSIX bracket expression (POSIX character class)
✭ 12
javascript
11. bash-glob
Bash-powered globbing for node.js. Alternative to node-glob. Does not work on Windows 9 and lower.
12. is-valid-glob
Return true if a value is a valid glob pattern string, or array of glob patterns.
13. glob-base
Returns an object with the base path and the actual pattern from a glob.
✭ 16
javascript
14. glob-fs
file globbing for node.js. speedy and powerful alternative to node-glob. This library is experimental and does not work on windows!
16. to-absolute-glob
Make a glob pattern absolute, ensuring that negative globs and patterns with trailing slashes are correctly handled.
1-16 of 16 user projects