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:
- Allows libraries to handle various caller provided asynchronous functions uniformly. Maps promises, observables, child processes and stre…☆71Updated 2 years ago
- Lazy number range generator☆83Updated 2 years ago
- Strip redundant indentation and indent the string☆55Updated 4 years ago
- An asynchronous middleware pattern☆27Updated 2 years ago
- Do stuff with Node.js's native JavaScript modules☆31Updated 3 years ago
- Get the first fulfilled promise that satisfies the provided testing function☆77Updated 10 months ago
- Get the callsite of the caller function☆54Updated 3 months ago
- Create a lazily evaluated value☆69Updated 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
- Easy way to create a Readable Stream☆70Updated 8 years ago
- Check if a path is a file, directory, or symlink☆80Updated last year
- Wait for any promise to be fulfilled☆56Updated 3 years ago
- Get namespaced config from the closest package.json☆121Updated 2 years ago
- Run promise-returning & async functions in series, each passing its result to the next☆78Updated 4 months ago
- Lax URL parsing with support for protocol-less URLs and IPs☆55Updated 4 months ago
- Create a MD5 hash with hex encoding☆47Updated 2 years ago
- Mimic a Node.js HTTP response stream☆61Updated 2 years ago
- A replacement for process.exit that ensures stdio are fully drained before exiting.☆67Updated 10 months ago
- Create an array without duplicates☆74Updated 4 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
- Get the path of the parent module☆79Updated 3 months ago
- Parse HTTP X-Forwarded-For header☆58Updated last week
- Returns an array filled with the specified input☆43Updated 3 years ago
- A faster JavaScript alternative to [].slice.call(arguments)☆95Updated 8 years ago
- Ensures a value is a valid error by making it one if not☆84Updated 3 months ago
- Indent each line in a string☆115Updated 3 years ago
- Extract the actual stack of an error☆68Updated 3 years ago
- Fast, disk space efficient installation engine. Used by pnpm☆24Updated 7 years ago
- Check if a file is executable☆29Updated 7 years ago
- Tests whether one path is inside another path☆43Updated 5 years ago