micromatch

micromatch

Geek Repo

Libraries for fast, accurate glob matching.

Home Page:https://github.com/jonschlinkert

Twitter:@jonschlinkert

Github PK Tool:Github PK Tool

micromatch's repositories

micromatch

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, stylelint, nyc, ava, and many others! Follow micromatch's author: https://github.com/jonschlinkert

Language:JavaScriptLicense:MITStargazers:2595Issues:24Issues:174

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. Used by GraphQL, Jest, Astro, Snowpack, Storybook, bulma, Serverless, fdir, Netlify, AWS Amplify, Revogrid, rollup, routify, open-wc, imba, ava, docusaurus, fast-glob, globby, chokidar, anymatch, cloudflare/miniflare, pts, and more than 5 million projects! Please follow picomatch's author: https://github.com/jonschlinkert

Language:JavaScriptLicense:MITStargazers:867Issues:13Issues:59

anymatch

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

Language:JavaScriptLicense:ISCStargazers:375Issues:13Issues:23

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.

Language:JavaScriptLicense:MITStargazers:185Issues:9Issues:26

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.

Language:JavaScriptLicense:MITStargazers:129Issues:7Issues:9

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.

Language:JavaScriptLicense:MITStargazers:91Issues:6Issues:9

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 "?").

Language:JavaScriptLicense:MITStargazers:91Issues:7Issues:20

glob-fs

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

Language:JavaScriptLicense:MITStargazers:56Issues:11Issues:26

extglob

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

Language:JavaScriptLicense:MITStargazers:31Issues:7Issues:6

expand-brackets

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

Language:JavaScriptLicense:MITStargazers:26Issues:10Issues:2

posix-character-classes

POSIX character classes for creating regular expressions.

Language:JavaScriptLicense:MITStargazers:26Issues:5Issues:3

parse-glob

Parse a glob pattern into an object of path parts.

Language:JavaScriptLicense:MITStargazers:25Issues:6Issues:2

is-valid-glob

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

Language:JavaScriptLicense:MITStargazers:24Issues:6Issues:2

is-extglob

Returns true if a string has an extglob

Language:JavaScriptLicense:MITStargazers:21Issues:4Issues:2

to-absolute-glob

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

Language:JavaScriptLicense:MITStargazers:18Issues:4Issues:9

glob-base

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

Language:JavaScriptLicense:MITStargazers:17Issues:5Issues:4

bash-glob

Bash-powered globbing for node.js. Alternative to node-glob. Does not work on Windows 9 and lower.

Language:JavaScriptLicense:MITStargazers:14Issues:5Issues:2

is-posix-bracket

Returns true if the given string is a POSIX bracket expression (POSIX character class)

Language:JavaScriptLicense:MITStargazers:13Issues:4Issues:0

expand-braces

Wrapper for [braces] to enable brace expansion for arrays of patterns.

Language:JavaScriptLicense:MITStargazers:8Issues:4Issues:3

has-glob

Returns `true` if an array has a glob pattern.

Language:JavaScriptLicense:MITStargazers:8Issues:4Issues:0

is-negated-glob

Returns an object with a `negated` boolean and the `!` stripped from negation patterns. Also respects extglobs.

Language:JavaScriptLicense:MITStargazers:8Issues:5Issues:2

bash-match

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

Language:JavaScriptLicense:MITStargazers:7Issues:4Issues:1

bash-path

Get the path to the bash binary on your OS.

Language:JavaScriptLicense:MITStargazers:7Issues:8Issues:0

glob-spec

Specification for glob-matching in JavaScript.

resolve-glob

Ensures that absolute file paths are always returned from a glob pattern or array of glob patterns.

Language:JavaScriptLicense:MITStargazers:5Issues:4Issues:0

.github

Default files for the .github directory of all micromatch projects.

License:MITStargazers:4Issues:8Issues:0

source-map-resolve

[Maintenance-Only] Resolve the source map and/or sources for a generated file.

Language:JavaScriptLicense:MITStargazers:4Issues:1Issues:1

meta

General issues, requests and discussion about micromatch libs.