@types/minimatch • 3.0.5 TypeScript definitions for Minimatch INDIRECT 0 1625616168 @types/validator • 13.12.2 TypeScript definitions for validator INDIRECT 0 1726513642 acorn • 8.8.2 ECMAScript parser INDIRECT 0 1674491109 ansi-colors • 1.1.0 Collection of ansi colors and styles. INDIRECT 1 1518979728 ansi-styles • 4.3.0 ANSI escape codes for styling strings in the terminal INDIRECT 2 1601839105 ansi-wrap • 0.1.0 Create ansi colors by passing the open and close codes. INDIRECT 0 1432259000 arr-diff • 4.0.0 Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons. INDIRECT 0 1492143089 arr-union • 3.1.0 Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons. INDIRECT 0 1456232080 array-differ • 3.0.0 Create an array with values that are present in the first input array but not additional ones INDIRECT 0 1554721506 array-union • 2.1.0 Create an array of unique values, in order, from the input arrays INDIRECT 0 1555919785 arrify • 2.0.1 Convert a value to an array INDIRECT 0 1554796157 assert • 2.0.0 The assert module from Node.js, for the browser. INDIRECT 35 1557658827 assign-symbols • 1.0.0 Assign 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 1513723534 available-typed-arrays • 1.0.7 Returns an array of Typed Array names that are available in the current environment INDIRECT 1 1708386870 balanced-match • 1.0.2 Match balanced character pairs, like "{" and "}" INDIRECT 0 1617713469 brace-expansion • 1.1.11 Brace expansion as known from sh/bash INDIRECT 2 1518248542 buffer-from • 1.1.2 A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available. INDIRECT 0 1627578333 call-bind-apply-helpers • 1.0.1 Helper functions around Function call/apply/bind, for use in `call-bind` INDIRECT 2 1733726673 call-bind • 1.0.8 Robustly `.call.bind()` a function INDIRECT 15 1733462354 call-bound • 1.0.3 Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`. INDIRECT 12 1734310625 chalk • 4.1.2 Terminal string styling done right INDIRECT 5 1627646572 chance • 1.1.9 Chance - Utility library to generate anything random INDIRECT 0 1666018816 char-regex • 1.0.2 A regex to match any full character, considering weird character ranges. INDIRECT 0 1582019489 class-validator • 0.14.1 Decorator-based property validation for classes. INDIRECT 3 1705065359 clone-buffer • 1.0.0 Easier Buffer cloning in node. INDIRECT 0 1474782560 clone-stats • 1.0.0 Safely clone node's fs.Stats instances without losing their class methods INDIRECT 0 1463448821 clone • 2.1.2 deep cloning of objects and arrays INDIRECT 0 1521666430 cloneable-readable • 1.1.3 Clone a Readable stream, safely INDIRECT 8 1558805510 color-convert • 2.0.1 Plain color conversion functions INDIRECT 1 1566248736 color-name • 1.1.4 A list of color names and its values INDIRECT 0 1537526936 commander • 10.0.0 the complete solution for node.js command-line programs INDIRECT 0 1673661221 concat-map • 0.0.1 concatenative mapdashery INDIRECT 0 1391051195 core-util-is • 1.0.3 The `util.is*` functions introduced in Node v0.12. INDIRECT 0 1630420536 deep-is • 0.1.4 node's assert.deepEqual algorithm except for NaN being equal to NaN INDIRECT 0 1630774520 define-data-property • 1.1.4 Define a data property on an object. Will fall back to assignment in an engine without descriptors. INDIRECT 3 1707843362 define-properties • 1.2.1 Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines. INDIRECT 6 1694585113 dunder-proto • 1.0.1 If available, the `Object.prototype.__proto__` accessor and mutator, call-bound INDIRECT 4 1734401567 es-define-property • 1.0.1 `Object.defineProperty`, but not IE 8's broken one. INDIRECT 0 1733508962 es-errors • 1.3.0 A simple cache for a few of the JS Error constructors. INDIRECT 0 1707120351 es-object-atoms • 1.1.0 ES Object-related atoms: Object, ToObject, RequireObjectCoercible INDIRECT 1 1736869242 es6-object-assign • 1.1.0 ECMAScript 2015 (ES6) Object.assign polyfill and ponyfill INDIRECT 0 1489869483 extend-shallow • 3.0.2 Extend an object with the properties of additional objects. node.js/javascript util. INDIRECT 4 1513797098 fast-deep-equal • 3.1.3 Fast deep equal INDIRECT 0 1591601248 fast-levenshtein • 2.0.6 Efficient implementation of Levenshtein algorithm with locale-specific collator support. INDIRECT 0 1482873307 for-each • 0.3.3 A better forEach INDIRECT 1 1527917456 function-bind • 1.1.2 Implementation of Function.prototype.bind INDIRECT 0 1697137699 get-intrinsic • 1.2.7 Get and robustly cache all JS language-level intrinsics at first require time INDIRECT 11 1735840488 get-proto • 1.0.1 Robustly get the [[Prototype]] of an object INDIRECT 6 1735848482 gopd • 1.2.0 `Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation. INDIRECT 0 1733329312 has-flag • 4.0.0 Check if argv has a specific flag INDIRECT 0 1554565761 has-property-descriptors • 1.0.2 Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD. INDIRECT 1 1707801707 has-symbols • 1.1.0 Determine if the JS environment has Symbol support. Supports spec, or shams. INDIRECT 0 1733157257 has-tostringtag • 1.0.2 Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams. INDIRECT 1 1706823840 hasown • 2.0.2 A robust, ES3 compatible, "has own property" predicate. INDIRECT 1 1710092305 inversify • 6.0.1 A powerful and lightweight inversion of control container for JavaScript and Node.js apps powered by TypeScript. INDIRECT 0 1634215851 is-arguments • 1.2.0 Is this an arguments object? It's a harder question than you think. INDIRECT 14 1734073522 is-buffer • 1.1.6 Determine if an object is a Buffer INDIRECT 0 1508967388 is-callable • 1.2.7 Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag. INDIRECT 0 1663973379 is-extendable • 1.0.1 Returns true if a value is a plain object, array or function. INDIRECT 2 1505162306 is-generator-function • 1.1.0 Determine if a function is a native generator function. INDIRECT 16 1735841949 is-nan • 1.3.2 ES2015-compliant shim for Number.isNaN - the global isNaN returns false positives. INDIRECT 18 1608788623 is-plain-object • 2.0.4 Returns true if an object was created by the `Object` constructor. INDIRECT 1 1499812870 is-regex • 1.2.1 Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag INDIRECT 14 1733982247 is-typed-array • 1.1.15 Is 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 1734542407 isarray • 1.0.0 Array#isArray for older browsers INDIRECT 0 1449741907 isobject • 3.0.1 Returns true if the value is an object and not an array or null. INDIRECT 0 1498846770 js-string-escape • 1.0.1 Escape strings for use as JavaScript string literals INDIRECT 0 1457658722 levn • 0.3.0 Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexible INDIRECT 2 1451368623 libphonenumber-js • 1.11.17 A simpler (and smaller) rewrite of Google Android's libphonenumber library in javascript INDIRECT 0 1734449678 math-intrinsics • 1.1.0 ES Math-related intrinsics and helpers, robustly cached. INDIRECT 0 1734587889 mkdirp • 2.1.3 Recursively mkdir, like `mkdir -p` INDIRECT 0 1673993911 multimatch • 5.0.0 Extends `minimatch.match()` with support for multiple patterns INDIRECT 8 1602519286 object-is • 1.1.6 ES2015-compliant shim for Object.is - differentiates between -0 and +0 INDIRECT 18 1709078589 object-keys • 1.1.1 An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim INDIRECT 0 1554604218 opencollective-postinstall • 2.0.3 Lightweight npm postinstall message to invite people to donate to your collective INDIRECT 0 1590745443 optionator • 0.8.3 option parsing and help generation INDIRECT 6 1573077339 plugin-error • 1.0.1 Error handling for Vinyl plugins. DIRECT 9 1516749839 possible-typed-array-names • 1.0.0 A simple list of possible Typed Array names. INDIRECT 0 1708381971 prelude-ls • 1.1.2 prelude.ls is a functionally oriented utility library. It is powerful and flexible. Almost all of its functions are curried. It is written in, and is the recommended base library for, LiveScript. INDIRECT 0 1431657754 process-nextick-args • 2.0.1 process.nextTick but always with args INDIRECT 0 1560976479 process • 0.11.10 process information for node.js and browsers INDIRECT 0 1493210067 readable-stream • 2.3.8 Streams3, a user-land copy of the stream library from Node.js INDIRECT 7 1677146646 replace-ext • 1.0.1 Replaces a file extension with another one INDIRECT 0 1588547348 safe-buffer • 5.1.2 Safer Node.js Buffer API INDIRECT 0 1524687024 safe-regex-test • 1.1.0 Give a regex, get a robust predicate function that tests it against a string. INDIRECT 15 1734029347 set-function-length • 1.2.2 Set a function's length property INDIRECT 14 1710006059 source-map-support • 0.5.21 Fixes stack traces for files with source maps INDIRECT 2 1637319777 string_decoder • 1.1.1 The string_decoder module from Node core INDIRECT 1 1522397655 string-template • 1.0.0 A simple string template function based on named or indexed arguments INDIRECT 0 1452196395 stringz • 2.1.0 Zero-dependency unicode-aware string tools INDIRECT 1 1582294626 supports-color • 7.2.0 Detect whether a terminal supports color INDIRECT 1 1598613454 through2 • 2.0.5 A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise DIRECT 9 1541541791 type-check • 0.3.2 type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax. INDIRECT 1 1451367981 util-deprecate • 1.0.2 The Node.js `util.deprecate()` function with browser support INDIRECT 0 1444243060 util • 0.12.5 Node.js's util module for all engines INDIRECT 29 1665951987 validator • 13.12.0 String validation and sanitization INDIRECT 0 1715231753 vinyl • 2.2.1 Virtual file format. DIRECT 14 1600752591 which-typed-array • 1.1.18 Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag. INDIRECT 22 1734543752 word-wrap • 1.2.5 Wrap words to a specified length. INDIRECT 0 1690036658 xtend • 4.0.2 extend like a boss INDIRECT 0 1562592945