npm module to hash the contents of files matched by globs
the most correct and second fastest glob implementation in JavaScript
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.
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.
A simple glob hasher for Node.js, uses Rust for faster globbing and hashing
Readable streamx interface over anymatch.
Generate hashes from javascript objects in node and the browser.
Promise version of glob
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
mirror of glob, bundled and exposed as ES module including for browser
Stable JS value hash.
Implementation of JSON Web Signatures
Query nested hashed using glob expressions
mtime_cache creates a cache of file modification times, based on a glob pattern. If a cache exists it updates unchanged files (unchanged based on MD5 hash) with the time from the cache. This is useful if you cache your build artifacts for a build process which detects changes based on source modification time (such as most C or C++ build systems) on a continuous integration service (such as Travis CI), which clones the repo for every build. When the repo is cloned, all source files have a modification time equal to the current time, making the cached build artifacts (for example .o files) obsolete. mtime_cache allows you to cache the modification times of the files, enabling a minimal rebuild for each clone.