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
browserslist • 4.24.3Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset
INDIRECT
6
convert-source-map • 2.0.0Converts a source-map from/to different formats and allows adding/changing properties.
INDIRECT
0
debug • 4.4.0Lightweight debugging utility for Node.js and the browser
INDIRECT
1
escalade • 3.2.0A tiny (183B to 210B) and fast utility to ascend parent directories
INDIRECT
0
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`
INDIRECT
2
gensync • 1.0.0-beta.2Allows users to use generators in order to write common functions that can be both sync or async.
INDIRECT
0
globals • 11.12.0Global identifiers from different JavaScript environments
INDIRECT
0
is-number • 7.0.0Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.
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.
INDIRECT
0
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.