micromatch

Results 16 repositories owned by micromatch

picomatch

891
Stars
54
Forks
Watchers

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 e...

to-regex-range

129
Stars
18
Forks
Watchers

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 ex...

micromatch

2.6k
Stars
142
Forks
Watchers

Highly 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, s...

anymatch

382
Stars
39
Forks
Watchers

:bangbang: Matches strings against configurable strings, globs, regular expressions, and/or functions

braces

191
Stars
32
Forks
Watchers

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.

nanomatch

93
Stars
21
Forks
Watchers

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 wildcar...

is-glob

91
Stars
9
Forks
Watchers

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...

glob-fs

56
Stars
17
Forks
Watchers

file globbing for node.js. speedy and powerful alternative to node-glob. This library is experimental and does not work on windows!

posix-character-classes

28
Stars
6
Forks
Watchers

POSIX character classes for creating regular expressions.

expand-brackets

27
Stars
10
Forks
Watchers

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