micromatch / 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 "?").
☆97Updated 2 years ago
Alternatives and similar repositories for nanomatch:
Users that are interested in nanomatch are comparing it to the libraries listed below
- Lazy number range generator☆81Updated last year
- Wait for any promise to be fulfilled☆54Updated 2 years ago
- Get PID from a port☆79Updated 4 years ago
- Ensures a value is a valid error by making it one if not☆77Updated 3 years ago
- Easy way to create a Readable Stream☆70Updated 8 years ago
- Get the path of the caller module☆64Updated 3 years ago
- Create a MD5 hash with hex encoding☆45Updated last year
- Get the path of the parent module☆77Updated last year
- Check if something is a Node.js stream☆110Updated 4 months ago
- Iterate over promises serially☆50Updated 2 years ago
- Run promise-returning & async functions repeatedly until you end it☆45Updated 3 years ago
- Exit the process when the `esc` key is pressed☆56Updated last year
- Strip redundant indentation and indent the string☆54Updated 3 years ago
- Extract the actual stack of an error☆66Updated 2 years ago
- Import a globally installed module☆58Updated last year
- Get a random temporary file path☆79Updated 2 years ago
- Run promise-returning & async functions a specific number of times concurrently☆39Updated 3 years ago
- Simple wildcard matching☆34Updated 3 years ago
- Check if a path is a file, directory, or symlink☆78Updated 7 months ago
- Take a list of glob patterns and return an array of file locations, respecting `.gitignore` and allowing for ignore patterns via `packag…☆40Updated last year
- Returns an array filled with the specified input☆42Updated 2 years ago
- `Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome☆45Updated 3 years ago
- Capitalize every word in string: unicorn cake → Unicorn Cake☆52Updated last year
- Get the directory of globally installed packages and binaries☆75Updated last year
- Do stuff with Node.js's native JavaScript modules☆31Updated 3 years ago
- Prints the current date and time as a UNIX timestamp or custom format☆46Updated 3 years ago
- url.parse() with support for protocol-less URLs & IPs☆52Updated 3 years ago
- Support any Observable library and polyfill☆70Updated 3 years ago
- A replacement for process.exit that ensures stdio are fully drained before exiting.☆66Updated 2 weeks ago
- Import a module like with `require()` but from a given path☆85Updated 2 years ago