User-friendly glob matching
It's a very fast and efficient glob library for Node.js
a CLI tool to build and sync *ignore files across files and repositories
Extends `minimatch.match()` with support for multiple patterns
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.
Lexes CommonJS modules, returning their named exports metadata
No description provided.
Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob patterns.
An easy-to-use wildcard globbing library.
No description provided.
a glob matcher in javascript
An AST-based pattern checker for JavaScript.
Use the Supabase JavaScript library in popular server-side rendering (SSR) frameworks.
Lazy-evaluating list of files, based on globs or regex patterns
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
Info about node `exports` field support: version ranges, categories, etc.
Transform GLOB patterns to JavaScript regular expressions for fast file path matching.
Regex template tag with extended syntax, context-aware interpolation, and always-on best practices
Parse a .gitignore or .npmignore file into an array of patterns.
RE2JS is the JavaScript port of RE2, a regular expression engine that provides linear time matching
ByteStream is a library making possible to manipulates single bytes and bits on pure JavaScript
realistic password strength estimation
A JavaScript port of [The "Quite OK Audio" (QOA) format](https://github.com/phoboslab/qoa), a lossy audio compression that achieves relatively decent compression with fast decoding and not much complexity. Also see [this](https://phoboslab.org/log/2023/02
the most correct and second fastest glob implementation in JavaScript