argparse • 1.0.10Very powerful CLI arguments parser. Native port of argparse - python's options parsing library
INDIRECT
1
arr-diff • 4.0.0Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.
arr-union • 3.1.0Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.
INDIRECT
0
array-unique • 0.3.2Remove duplicate values from an array. Fastest ES5 implementation.
INDIRECT
0
assign-symbols • 1.0.0Assign the enumerable es6 Symbol properties from an object (or objects) to the first object passed on the arguments. Can be used as a supplement to other extend, assign or merge methods as a polyfill for the Symbols part of the es6 Object.assign method.
INDIRECT
0
asynckit • 0.4.0Minimal async jobs utility library, with streams support
babel-plugin-jest-hoist • 26.6.2Babel plugin to hoist `jest.disableAutomock`, `jest.enableAutomock`, `jest.unmock`, `jest.mock`, calls above `import` statements. This plugin is automatically included when using [babel-jest](https://github.com/facebook/jest/tree/master/packages/babel-jes
babel-preset-jest • 26.6.2> Babel preset for all Jest plugins. This preset is automatically included when using [babel-jest](https://github.com/facebook/jest/tree/master/packages/babel-jest).
base • 0.11.2base is the foundation for creating modular, unit testable and highly pluggable node.js applications, starting with a handful of common methods, like `set`, `get`, `del` and `use`.
braces • 2.3.2Bash-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
70
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.2Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset
INDIRECT
6
buffer-from • 1.1.2A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.
INDIRECT
0
cache-base • 1.0.1Basic object cache with `get`, `set`, `del`, and `has` methods for node.js/javascript projects.
expect • 26.6.2This package exports the `expect` function used in [Jest](https://jestjs.io/). You can find its documentation [on Jest's website](https://jestjs.io/docs/en/expect.html).
INDIRECT
38
extend-shallow • 2.0.1Extend an object with the properties of additional objects. node.js/javascript util.
INDIRECT
1
extend-shallow • 3.0.2Extend an object with the properties of additional objects. node.js/javascript util.
INDIRECT
4
extglob • 2.0.4Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob patterns.
INDIRECT
66
fast-json-stable-stringify • 2.1.0deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify
INDIRECT
0
fill-range • 4.0.0Fill 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
7
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
find-up • 4.1.0Find a file or directory by walking up parent directories
INDIRECT
5
for-in • 1.0.2Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js
INDIRECT
0
form-data • 3.0.2A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications.
is-data-descriptor • 1.0.1Returns true if a value has the characteristics of a valid JavaScript data descriptor.
INDIRECT
2
is-descriptor • 0.1.7Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.
INDIRECT
4
is-descriptor • 1.0.3Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.
INDIRECT
4
is-extendable • 0.1.1Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. "can the value have keys?"
jest-serializer • 26.6.2Module for serializing and deserializing object into memory and disk. By default, the `v8` implementations are used, but if not present, it defaults to `JSON` implementation. Both serializers have the advantage of being able to serialize `Map`, `Set`, `un
jest-validate • 26.6.2Generic configuration validation tool that helps you with warnings, errors and deprecation messages as well as showing users examples of correct configuration.
DIRECT
20
jest-worker • 26.6.2Module for executing heavy tasks under forked processes in parallel, by providing a `Promise` based interface, minimum overhead, and bound workers.
nanomatch • 1.2.13Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but complete Bash 4.3 wildcard support only (no support for exglobs, posix brackets or braces)
INDIRECT
68
natural-compare • 1.4.0Compare strings containing a mix of letters and numbers in the way a human being would in sort order.
INDIRECT
0
nice-try • 1.0.5Tries to execute a function and discards any error that occurs
INDIRECT
0
node-int64 • 0.4.0Support for representing 64-bit integers in JavaScript
normalize-path • 2.1.1Normalize file path slashes to be unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes unless disabled.
INDIRECT
1
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.
repeat-string • 1.6.1Repeat the given string n times. Fastest implementation for repeating a string.
INDIRECT
0
require-directory • 2.1.1Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.
INDIRECT
0
requires-port • 1.0.0Check if a protocol requires a certain port number to be added to an URL.
INDIRECT
0
resolve-from • 5.0.0Resolve the path of a module like `require.resolve()` but from a given path
INDIRECT
0
resolve-url • 0.2.1Like Node.js’ `path.resolve`/`url.resolve` for the browser.
INDIRECT
0
resolve • 1.22.8resolve like require.resolve() on behalf of files asynchronously and synchronously
INDIRECT
5
ret • 0.1.15Tokenizes a string that represents a regular expression.
INDIRECT
0
rsvp • 4.8.5A lightweight library that provides tools for organizing asynchronous code
static-extend • 0.1.2Adds a static `extend` method to a class, to simplify inheritance. Extends the static properties, prototype properties, and descriptors from a `Parent` constructor onto `Child` constructors.
INDIRECT
10
string-width • 4.2.3Get the visual width of a string - the number of columns required to display it
to-regex-range • 2.1.1Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.
INDIRECT
4
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.
INDIRECT
1
to-regex • 3.0.2Generate a regex from a string or array of strings.
INDIRECT
14
tr46 • 2.1.0An implementation of the Unicode UTS #46: Unicode IDNA Compatibility Processing
union-value • 1.0.1Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.
INDIRECT
11
universalify • 0.2.0Make a callback- or promise-based function support both promises and callbacks.
INDIRECT
0
unset-value • 1.0.0Delete nested properties from an object using dot notation.