braces • 3.0.3Bash-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.
INDIRECT
3
camelcase • 6.3.0Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`
fill-range • 7.1.1Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`
jest-util • 29.7.0This packages is a collection of utilities and helper functions
DIRECT
19
jest-validate • 29.7.0Generic configuration validation tool that helps you with warnings, errors and deprecation messages as well as showing users examples of correct configuration.
DIRECT
22
jest-worker • 29.7.0Module for executing heavy tasks under forked processes in parallel, by providing a `Promise` based interface, minimum overhead, and bound workers.
INDIRECT
22
leven • 3.1.0Measure the difference between two strings using the fastest JS implementation of the Levenshtein distance algorithm
INDIRECT
0
merge-stream • 2.0.0Create a stream that emits events from multiple other streams
INDIRECT
0
micromatch • 4.0.8Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.
INDIRECT
5
node-int64 • 0.4.0Support for representing 64-bit integers in JavaScript
INDIRECT
0
normalize-path • 3.0.0Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled.
picomatch • 2.3.1Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.
to-regex-range • 5.0.1Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.