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
- Strip redundant indentation and indent the string☆54Updated 4 years ago
- Check if a path is a file, directory, or symlink☆79Updated last year
- A replacement for process.exit that ensures stdio are fully drained before exiting.☆67Updated 8 months ago
- Create a lazily evaluated value☆69Updated 4 years ago
- Get the first fulfilled promise that satisfies the provided testing function☆77Updated 8 months ago
- Lazy number range generator☆82Updated last year
- 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
- Do stuff with Node.js's native JavaScript modules☆31Updated 3 years ago
- Wait for any promise to be fulfilled☆56Updated 3 years ago
- Lax URL parsing with support for protocol-less URLs and IPs☆54Updated 2 months ago
- Fast, disk space efficient installation engine. Used by pnpm☆24Updated 7 years ago
- Create an array without duplicates☆73Updated 4 years ago
- Get the first path that exists on disk of multiple paths☆60Updated last month
- Find multiple RegExp matches in a string☆90Updated 3 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
- Create a Vinyl file from an actual file☆42Updated 2 years ago
- Clean and beautiful options for minimist☆53Updated 3 years ago
- Parse HTTP X-Forwarded-For header☆58Updated last week
- Returns a promise resolved in the next event loop - think `setImmediate()`☆71Updated 4 years ago
- The Node.js `util.deprecate()` function with browser support☆38Updated 7 years ago
- Easily format the time from node.js `process.hrtime`. Works with timescales ranging from weeks to nanoseconds.☆53Updated 6 years ago
- An asynchronous middleware pattern☆27Updated last year
- Returns an array filled with the specified input☆43Updated 3 years ago
- Import a globally installed module☆57Updated last year
- Property descriptor factory☆43Updated last year
- A list of directories you should ignore by default☆23Updated 3 years ago
- `Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome☆46Updated 4 years ago
- Indent each line in a string☆113Updated 3 years ago
- Easy way to create a Readable Stream☆70Updated 8 years ago