arr-diff • 2.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.
define-data-property • 1.1.4Define a data property on an object. Will fall back to assignment in an engine without descriptors.
INDIRECT
3
define-properties • 1.2.1Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.
INDIRECT
6
dunder-proto • 1.0.1If available, the `Object.prototype.__proto__` accessor and mutator, call-bound
es-array-method-boxes-properly • 1.0.0Utility package to determine if an `Array.prototype` method properly boxes the callback's receiver and third argument.
expand-range • 1.8.2Fast, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. See the benchmarks. Used by micromatch.
INDIRECT
12
expect • 23.6.0This 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).
DIRECT
60
extglob • 0.3.2Convert extended globs to regex-compatible strings. Add (almost) the expressive power of regular expressions to glob patterns.
INDIRECT
1
filename-regex • 2.0.1Regular expression for matching file names, with or without extension.
INDIRECT
0
fill-range • 2.2.4Fill in a range of numbers or letters, optionally passing an increment or multiplier to use.
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
for-own • 0.1.5Iterate over the own 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.
is-callable • 1.2.7Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.
INDIRECT
0
is-ci • 1.2.1Detect if the current environment is a CI server
INDIRECT
1
is-data-view • 1.0.2Is this value a JS DataView? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
INDIRECT
24
is-date-object • 1.1.0Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
INDIRECT
14
is-dotfile • 1.0.3Return true if a file path is (or has) a dotfile. Returns false if the path is a dot directory.
INDIRECT
0
is-equal-shallow • 0.1.3Does a shallow comparison of two objects, returning false if the keys or values differ.
INDIRECT
1
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?"
is-glob • 2.0.1Returns `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
INDIRECT
1
is-map • 2.0.3Is this value a JS Map? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
INDIRECT
0
is-number-object • 1.1.1Is this value a JS Number object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
INDIRECT
14
is-number • 2.1.0Returns true if the value is a number. comprehensive tests.
INDIRECT
2
is-number • 4.0.0Returns true if the value is a number. comprehensive tests.
INDIRECT
0
is-posix-bracket • 0.1.1Returns true if the given string is a POSIX bracket expression (POSIX character class).
is-typed-array • 1.1.15Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
INDIRECT
23
is-weakmap • 2.0.2Is this value a JS WeakMap? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
INDIRECT
0
is-weakref • 1.1.1Is this value a JS WeakRef? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
INDIRECT
13
is-weakset • 2.0.4Is this value a JS WeakSet? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
math-random • 1.0.4math-random is an drop-in replacement for Math.random that uses cryptographically secure random number generation, where available. It works in both browser and node environments.
INDIRECT
0
micromatch • 2.3.11Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch.
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
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.
object.omit • 2.0.1Return a copy of an object excluding the given key, or array of keys. Also accepts an optional filter function as the last argument.
INDIRECT
3
own-keys • 1.0.1Robustly get an object's own property keys (strings and symbols), including non-enumerables when possible
reflect.getprototypeof • 1.0.10An ES2015 mostly-spec-compliant `Reflect.getPrototypeOf` sham/polyfill/replacement that works in as many engines as possible
regex-cache • 0.4.4Memoize the results of a call to the RegExp constructor, avoiding repetitious runtime compilation of the same string and options, resulting in surprising performance improvements.
which-collection • 1.0.2Which kind of Collection (Map, Set, WeakMap, WeakSet) is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
INDIRECT
17
which-typed-array • 1.1.19Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
INDIRECT
22
ISC5
Package
Relation
Dependencies
Published
glob-parent • 2.0.0Strips glob magic from a string to provide the parent path