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:
- Lax URL parsing with support for protocol-less URLs and IPs☆55Updated 4 months ago
- Strip redundant indentation and indent the string☆55Updated 4 years ago
- Lazy number range generator☆83Updated 2 years ago
- Wait for any promise to be fulfilled☆56Updated 3 years ago
- Create a MD5 hash with hex encoding☆48Updated 2 years ago
- Check if a path is a file, directory, or symlink☆80Updated last year
- Create a lazily evaluated value☆69Updated 4 years ago
- Find multiple RegExp matches in a string☆91Updated 3 years ago
- A replacement for process.exit that ensures stdio are fully drained before exiting.☆67Updated 10 months ago
- Get namespaced config from the closest package.json☆121Updated 2 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
- Import a module like with `require()` but from a given path☆86Updated 3 years ago
- `Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome☆47Updated 4 years ago
- Get the path of the parent module☆79Updated 4 months ago
- Determine if an object is a Buffer☆90Updated 4 years ago
- While a condition returns true, calls a function repeatedly, and then resolves the promise☆58Updated last year
- Get the directory of globally installed packages and binaries☆77Updated 2 years ago
- Check if something is a Node.js stream☆115Updated last year
- Split a string on a given character or characters, with support for escaping.☆60Updated 3 years ago
- Get an array of valid, sorted, and cleaned semver versions from an array of strings☆41Updated 4 years ago
- Mimic a Node.js HTTP response stream☆61Updated 2 years ago
- Easy way to create a Readable Stream☆70Updated 8 years ago
- Create an array without duplicates☆74Updated 4 years ago
- Returns an array filled with the specified input☆43Updated 3 years ago
- Create a Vinyl file from an actual file☆43Updated 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
- A stricter URI encode adhering to RFC 3986☆59Updated 6 years ago
- Convert the result of `process.hrtime()` to seconds, milliseconds, nanoseconds☆55Updated 3 years ago
- Add `module.exports` for Babel and TypeScript compiled code☆36Updated last year
- Indent each line in a string☆115Updated 3 years ago