micromatch

Results 16 repositories owned by micromatch

extglob

31
Stars
11
Forks
Watchers

Extended globs. Add (almost) the expressive power of regular expressions to glob patterns.

glob-base

17
Stars
14
Forks
Watchers

Returns an object with the base path and the actual pattern from a glob.

is-extglob

22
Stars
5
Forks
Watchers

Returns true if a string has an extglob

is-valid-glob

24
Stars
6
Forks
Watchers

Return true if a value is a valid glob pattern string, or array of glob patterns.

parse-glob

25
Stars
8
Forks
Watchers

Parse a glob pattern into an object of path parts.

to-absolute-glob

18
Stars
11
Forks
Watchers

Make a glob pattern absolute, ensuring that negative globs and patterns with trailing slashes are correctly handled.