A module used internally by Jest to check which files have changed since you last committed in git or hg.
A Node Module for finding files by attributes. Originally developed to find files modified since a particular date.
A lightweight cache for file metadata, ideal for processes that work on a specific set of files and only need to reprocess files that have changed since the last run
Reliable way to get the height and width of terminal/console, since it's not calculated or updated the same way on all platforms, environments and node.js versions.
List local packages that have changed since the last tagged release
Run Grunt tasks with only those source files modified since the last successful run.
Checks if the version in `package.json` has changed since the last commit.
Reserved words that may not be used as variables, functions, methods, or object identifiers, since ECMAScript specifies special behavior for them.
Utility for dealing with modified, created, deleted files since a git commit
This began as a fork of [mime-types](https://github.com/jshttp/mime-types) to be an edge-compatible version. It has since been modified to further suit our needs
[Removed since 12.0.0-alpha.12]
[MIRROR] Publish project to NPM following Conventional Commits specification and SemVer. Uses git-commits-since for detecting git commits since last SemVer tag and detect-next-version for what next version bump should be.
Publish new project to NPM following Conventional Commits specification and SemVer. Uses [git-commits-since][] for detecting git commits since last SemVer tag and [detect-next-version][] for what next version bump should be.
Modern, fast, and innovative test runner with parallelism, concurrency, caching and incremental testing. Since 2017.
environment-safe-chai ===================== Ever since starting to run a single script I have to use an ugly compatibility block to import chai, something like: