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:
- A replacement for process.exit that ensures stdio are fully drained before exiting.☆67Updated 9 months ago
- Strip redundant indentation and indent the string☆55Updated 4 years ago
- Check if a path is a file, directory, or symlink☆80Updated last year
- Lazy number range generator☆82Updated last year
- Allows libraries to handle various caller provided asynchronous functions uniformly. Maps promises, observables, child processes and stre…☆71Updated 2 years ago
- Find multiple RegExp matches in a string☆91Updated 3 years ago
- Create an array without duplicates☆74Updated 4 years ago
- Cache requires to be lazy-loaded when needed. Uses node's own require system with tried and true, plain-vanilla JavaScript getters.☆51Updated 2 years ago
- Wait for any promise to be fulfilled☆56Updated 3 years ago
- Create a MD5 hash with hex encoding☆47Updated 2 years ago
- Get locally or globally installation path of given package name.☆43Updated 3 years ago
- Get the first fulfilled promise that satisfies the provided testing function☆77Updated 10 months ago
- Import a module like with `require()` but from a given path