micromatch / nanomatch
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 "?").
☆96Updated last year
Related projects ⓘ
Alternatives and complementary repositories for nanomatch
- Wait for any promise to be fulfilled☆55Updated 2 years ago
- Easy way to create a Readable Stream☆70Updated 7 years ago
- Lazy number range generator☆82Updated 10 months ago
- Parse HTTP X-Forwarded-For header☆56Updated 6 months ago
- Check if a path is a file, directory, or symlink☆75Updated 3 months ago
- Create a MD5 hash with hex encoding☆45Updated last year
- Strip redundant indentation and indent the string☆54Updated 3 years ago
- Get the path of the caller module☆64Updated 3 years ago
- Ensures a value is a valid error by making it one if not☆78Updated 2 years ago
- Check if the process is running as root user, for example, one started with `sudo`☆79Updated 2 years ago
- A module which will endeavor to guess your terminal's level of color support.☆24Updated 6 years ago
- Sleep, asynchronously.☆48Updated 5 years ago
- Iterate over promises serially☆50Updated 2 years ago
- The Node.js `util.deprecate()` function with browser support☆38Updated 6 years ago
- Get the first fulfilled promise that satisfies the provided testing function☆74Updated 2 years ago
- Get PID from a port☆80Updated 3 years ago
- Extract the actual stack of an error☆67Updated 2 years ago
- Write data to a random temporary file☆104Updated 3 months ago
- Get the path of the parent module☆77Updated last year
- Run promise-returning & async functions repeatedly until you end it☆45Updated 3 years ago
- ES6 Proxies based deep clone☆129Updated last year
- Make a promise always fulfill with its actual fulfillment value or rejection reason☆53Updated last year
- Get a random temporary file path☆79Updated last year
- Import a globally installed module☆57Updated 10 months ago
- A replacement for process.exit that ensures stdio are fully drained before exiting.☆65Updated 3 years ago
- Check if something is a Node.js stream☆111Updated 3 weeks ago
- Simple wildcard matching☆34Updated 3 years ago
- Exit the process when the `esc` key is pressed☆57Updated 11 months ago
- Wrapper around fs.watch that falls back to fs.watchFile☆54Updated 4 years ago
- An asynchronous middleware pattern☆27Updated 11 months ago