micromatch / bracesLinks
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.
☆243Updated 10 months ago
Alternatives and similar repositories for braces
Users that are interested in braces are comparing it to the libraries listed below
Sorting:
- Regular expression for matching ANSI escape codes☆198Updated 3 months ago
- Walk through a folder and figure out what goes in an npm package☆115Updated 3 weeks ago
- Get the latest version of an npm package☆175Updated last year
- ☆163Updated this week
- Finds the common standard cache directory☆160Updated 8 months ago
- Like which(1) unix command. Find the first instance of an executable in the PATH.☆345Updated this week
- Detects if a file is binary in Node.js. Similar to Perl's -B☆169Updated last week
- Find the root directory of a Node.js project or npm package☆250Updated 6 months ago
- Get metadata of a package from the npm registry☆245Updated last year
- Fast CSS Selectors API Engine☆134Updated last week
- Stringify is to `eval` as `JSON.stringify` is to `JSON.parse`☆148Updated 2 years ago
- like fetch() but for the npm registry☆150Updated last month
- normalizes package metadata, typically found in package.json file.☆203Updated this week
- Brace expansion, as known from sh/bash, in JavaScript☆196Updated last week
- npm's content-addressable cache☆296Updated 3 weeks ago
- Monorepo for NodeLib libraries☆77Updated 11 months ago
- string representations of objects in node and the browser☆158Updated 2 months ago
- Monkey-patches for file system related things☆119Updated 3 months ago
- Read a package.json file☆174Updated last month
- Sort the keys of an object☆107Updated 3 months ago
- Write a package.json file☆89Updated 3 months ago
- Detect the indentation of code☆200Updated 3 months ago
- The regular expression parser for ECMAScript.☆157Updated 2 years ago
- Run some code when the process exits☆298Updated 3 weeks ago
- 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. Th…☆95Updated 2 years ago
- Start a promise chain☆60Updated 3 months ago
- Normalize file path slashes to be unix-like forward slashes. Used by chokidar, anymatch, and many others!☆112Updated 3 years ago
- A static list of the Node.js builtin modules from the latest Node.js version☆125Updated 3 months ago
- Use multiple fs modules at once☆230Updated 3 months ago
- Convert a tilde path to an absolute path: ~/dev => /Users/sindresorhus/dev☆148Updated 3 months ago