micromatch / nanomatchLinks
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 3 years ago
Alternatives and similar repositories for nanomatch
Users that are interested in nanomatch are comparing it to the libraries listed below
Sorting:
- Strip redundant indentation and indent the string☆55Updated 4 years ago
- Lazy number range generator☆83Updated 2 years ago
- Lax URL parsing with support for protocol-less URLs and IPs☆55Updated 5 months ago
- Find multiple RegExp matches in a string☆91Updated 3 years ago
- Import a module like with `require()` but from a given path☆86Updated 3 years ago
- Allows libraries to handle various caller provided asynchronous functions uniformly. Maps promises, observables, child processes and stre…☆70Updated 2 years ago
- Ensures a value is a valid error by making it one if not☆86Updated 4 months ago
- Check if something is a Node.js stream☆115Updated last year
- Strip UTF-8 byte order mark (BOM) from a string☆112Updated 4 years ago
- Determine if an object is a Buffer☆90Updated 4 years ago
- Get the first fulfilled promise that satisfies the provided testing function☆77Updated this week
- A replacement for process.exit that ensures stdio are fully drained before exiting.☆67Updated 11 months ago
- Do stuff with Node.js's native JavaScript modules☆31Updated 3 years ago
- Check if a path is a file, directory, or symlink☆80Updated last week
- Get a random temporary file path☆81Updated 2 weeks ago
- An asynchronous middleware pattern☆27Updated 2 years ago
- Offers convenient getters and setters for the fs.stat()'s `mode`☆51Updated 6 years ago
- Get the directory of globally installed packages and binaries☆77Updated last week
- Create a lazily evaluated value☆69Updated 4 years ago
- Create a MD5 hash with hex encoding☆48Updated 2 years ago
- Parse HTTP X-Forwarded-For header☆58Updated last week
- Get locally or globally installation path of given package name.☆43Updated 3 years ago
- Get the path of the parent module☆79Updated 4 months ago
- Convert an absolute path to tilde path: /Users/sindresorhus/dev => ~/dev☆96Updated 3 years ago
- Clean and beautiful options for minimist☆53Updated 3 years ago
- Wait for any promise to be fulfilled☆56Updated 3 years ago
- A stricter URI encode adhering to RFC 3986☆59Updated 6 years ago
- Take a list of glob patterns and return an array of file locations, respecting `.gitignore` and allowing for ignore patterns via `packag…☆40Updated 2 years ago
- Indent each line in a string☆115Updated 3 years ago
- Bash-powered globbing for node.js. Alternative to node-glob. Does not work on Windows 9 and lower.☆14Updated 4 years ago