Search results
815 packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.
Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet
Returns true if a string has an extglob.
Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`
Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.
- bash
- date
- expand
- expansion
- expression
- glob
- match
- match date
- match number
- match numbers
- match year
- matches
- matching
- number
- View more
Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.
- bash
- bracket
- character-class
- expand
- expansion
- expression
- extglob
- extglobs
- file
- files
- filter
- find
- glob
- globbing
- View more
Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)
Convert a tilde path to an absolute path: `~/dev` → `/Users/sindresorhus/dev`
A light, featureful and explicit option parsing library.
Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob patterns.
Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but complete Bash 4.3 wildcard support only (no support for exglobs, posix brackets or braces)
Portable Unix shell commands for Node.js
Run commands concurrently
Manipulate strings according to the word parsing rules of the UNIX Bourne shell.
Parse a glob pattern into an object of tokens.
Fast, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. Used by micromatch.
Returns true if a windows file path has invalid characters.
Returns `true` if an array has a glob pattern.
Returns true if a file path does not contain any invalid characters.
Portable Shell Commands for Node