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 "?").
☆96Updated 2 years ago
Alternatives and similar repositories for nanomatch:
Users that are interested in nanomatch are comparing it to the libraries listed below
- Find multiple RegExp matches in a string☆92Updated 2 years ago
- Wait for any promise to be fulfilled☆55Updated 2 years ago
- Get the path of the caller module☆64Updated 3 years ago
- Ensures a value is a valid error by making it one if not☆77Updated 2 years ago
- Clean and beautiful options for minimist☆54Updated 2 years ago
- Create a MD5 hash with hex encoding☆45Updated last year
- Check if a path is a file, directory, or symlink☆78Updated 6 months ago
- A replacement for process.exit that ensures stdio are fully drained before exiting.☆66Updated 3 years ago
- Lazy number range generator☆81Updated last year
- Run promise-returning & async functions repeatedly until you end it☆45Updated 3 years ago
- Returns a promise resolved in the next event loop - think `setImmediate()`☆70Updated 3 years ago
- Easy way to create a Readable Stream☆70Updated 7 years ago
- The closest you can get to require something with bypassing the require cache☆22Updated 3 years ago
- Wrapper for the Windows `tasklist` command. Returns a list of apps and services with their Process ID (PID) for all tasks running on eith…☆67Updated 3 years ago
- Cascading, controlled-visibility options object management.☆40Updated 4 years ago
- Beautify Benchmark.js's output into readable form.☆35Updated 8 years ago
- Returns an array filled with the specified input☆42Updated 2 years ago
- Offers convenient getters and setters for the fs.stat()'s `mode`☆50Updated 5 years ago
- Get the set npm registry URL☆53Updated 2 years ago
- Extract the actual stack of an error☆66Updated 2 years ago
- Easy error subclassing and stack customization☆66Updated 4 years ago
- Check if something is a Node.js stream☆110Updated 3 months ago
- Prepare a node environment to require files with different extensions.☆48Updated 7 months ago
- Get PID from a port☆80Updated 4 years ago
- Iterate over promises serially☆50Updated 2 years ago
- Check if the process is running with elevated privileges☆40Updated 3 years ago
- Tests whether one path is inside another path☆41Updated 4 years ago
- random string generator☆29Updated 5 years ago
- Convert an absolute path to tilde path: /Users/sindresorhus/dev => ~/dev☆93Updated 2 years ago
- Import a module like with `require()` but from the current working directory☆52Updated 2 years ago