resolves a glob filename array into it's segments and transforms it into a new array.
the most correct and second fastest glob implementation in JavaScript
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
Extract the non-magic parent path from a glob string.
Ensures that absolute file paths are always returned from a glob pattern or array of glob patterns.
A deep deletion module for node (like `rm -rf`)
PostCSS plugin to import CSS files
A fast and minimal alternative to globby and fast-glob
User-friendly glob matching
Recursive fs.readdir with streaming API and glob filtering.
It's a very fast and efficient glob library for Node.js
a glob matcher in javascript
Convert globs to regular expressions
Transform GLOB patterns to JavaScript regular expressions for fast file path matching.
Readable streamx interface over anymatch.
Webpack loader that enables glob patterns in ES6 imports.
Promise version of glob
resolve like require.resolve() on behalf of files asynchronously and synchronously
Convert directories to glob compatible strings
Returns an object with the (non-glob) base path and the actual pattern.
Tiny and extremely fast globbing
Make a glob pattern absolute, ensuring that negative globs and patterns with trailing slashes are correctly handled.
TypeScript definitions for readdir-glob
Resolves glob patterns in Jekyll configuration
Load all files matching a given glob, resolving dependencies automagically
Lightning is a commandline framework that lets users wrap commands with shell functions that are able to refer to any filesystem path by its basename. To achieve this, a group of paths to be translated are defined with shell globs. These shell globs, known as a lightning _bolt_, are then applied to commands to produce functions. In addition to translating basenames to full paths, lightning _functions_ can autocomplete these basenames, resolve conflicts if they have the same name, leave any non-basename arguments untouched, and autocomplete directories above and below a basename. To make bolts shareable between users and functions easier to create, lightning has _generators_. A _generator_ generates filesystem-specific globs for a bolt. Lightning comes with some default generators. Users can make their own generators with generator plugins placed under ~/.lightning/generators/.