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 2 years ago
Alternatives and similar repositories for nanomatch
Users that are interested in nanomatch are comparing it to the libraries listed below
Sorting:
- Find multiple RegExp matches in a string☆90Updated 3 years ago
- Strip redundant indentation and indent the string☆54Updated 4 years ago
- Check if a path is a file, directory, or symlink☆79Updated last year
- Lazy number range generator☆82Updated last year
- Create a MD5 hash with hex encoding☆46Updated last year
- A replacement for process.exit that ensures stdio are fully drained before exiting.☆67Updated 7 months ago
- Wait for any promise to be fulfilled☆56Updated 3 years ago
- Create a lazily evaluated value☆69Updated 4 years ago
- Fast, disk space efficient installation engine. Used by pnpm☆24Updated 7 years ago
- Do stuff with Node.js's native JavaScript modules☆31Updated 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
- Extract the actual stack of an error☆67Updated 3 years ago
- Get the path of the caller module☆66Updated 4 years ago
- Check if something is a Node.js stream☆113Updated 11 months ago
- Import a module like with `require()` but from a given path☆85Updated 3 years ago
- Allows libraries to handle various caller provided asynchronous functions uniformly. Maps promises, observables, child processes and stre…☆71Updated 2 years ago
- Mimic a Node.js HTTP response stream☆60Updated last year
- Get the first fulfilled promise that satisfies the provided testing function☆77Updated 8 months ago
- Determine if an object is a Buffer☆90Updated 4 years ago
- An asynchronous middleware pattern