@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-gray • 0.1.1 The color gray, in ansi. INDIRECT 1 1432259876 ansi-regex • 2.1.1 Regular expression for matching ANSI escape codes INDIRECT 0 1484363379 ansi-styles • 2.2.1 ANSI escape codes for styling strings in the terminal INDIRECT 0 1459197318 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 array-differ • 1.0.0 Create an array with values that are present in the first input array but not additional ones INDIRECT 0 1407923423 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 array-uniq • 1.0.3 Create an array without duplicates INDIRECT 0 1466079719 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 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 beeper • 1.1.1 Make your terminal beep INDIRECT 0 1478779327 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 • 1.1.3 Terminal string styling done right. Much color. INDIRECT 6 1459210604 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-stats • 0.0.1 Safely clone node's fs.Stats instances without losing their class methods INDIRECT 0 1389423795 clone • 1.0.4 deep cloning of objects and arrays INDIRECT 0 1521667285 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 dateformat • 2.2.0 A node.js package for Steven Levithan's excellent dateFormat() function. INDIRECT 0 1505980201 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 escape-string-regexp • 1.0.5 Escape RegExp special characters INDIRECT 0 1456059317 fancy-log • 1.3.3 Log things, prefixed with a timestamp. INDIRECT 5 1543535708 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 glogg • 1.0.2 Global logging utility INDIRECT 1 1544473264 gopd • 1.2.0 `Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation. INDIRECT 0 1733329312 gulp-util • 3.0.8 Utility functions for gulp plugins DIRECT 58 1482793870 gulplog • 1.0.0 Logger for gulp and gulp plugins INDIRECT 2 1443244086 has-ansi • 2.0.0 Check if a string has ANSI escape codes INDIRECT 1 1435681054 has-flag • 4.0.0 Check if argv has a specific flag INDIRECT 0 1554565761 has-gulplog • 0.1.0 Check if gulplog is available before attempting to use it INDIRECT 1 1441922176 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-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-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 • 0.0.1 Array#isArray for older browsers INDIRECT 0 1369676435 isarray • 1.0.0 Array#isArray for older browsers INDIRECT 0 1449741907 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 lodash._basecopy • 3.0.1 The modern build of lodash’s internal `baseCopy` as a module. INDIRECT 0 1429201587 lodash._basetostring • 3.0.1 The modern build of lodash’s internal `baseToString` as a module. INDIRECT 0 1435677351 lodash._basevalues • 3.0.0 The modern build of lodash’s internal `baseValues` as a module. INDIRECT 0 1422286088 lodash._getnative • 3.9.1 The modern build of lodash’s internal `getNative` as a module. INDIRECT 0 1435677391 lodash._isiterateecall • 3.0.9 The modern build of lodash’s internal `isIterateeCall` as a module. INDIRECT 0 1432605305 lodash._reescape • 3.0.0 The modern build of lodash’s internal `reEscape` as a module. INDIRECT 0 1423071856 lodash._reevaluate • 3.0.0 The modern build of lodash’s internal `reEvaluate` as a module. INDIRECT 0 1423071857 lodash._reinterpolate • 3.0.0 The modern build of lodash’s internal `reInterpolate` as a module. INDIRECT 0 1423071858 lodash._root • 3.0.1 The internal lodash function `root` exported as a module. INDIRECT 0 1455615059 lodash.escape • 3.2.0 The lodash method `_.escape` exported as a module. INDIRECT 1 1454898356 lodash.isarguments • 3.1.0 The lodash method `_.isArguments` exported as a module. INDIRECT 0 1471110007 lodash.isarray • 3.0.4 The modern build of lodash’s `_.isArray` as a module. INDIRECT 0 1435677663 lodash.keys • 3.1.2 The modern build of lodash’s `_.keys` as a module. INDIRECT 3 1435677719 lodash.restparam • 3.6.1 The modern build of lodash’s `_.restParam` as a module. INDIRECT 0 1429202045 lodash.template • 3.6.2 The modern build of lodash’s `_.template` as a module. INDIRECT 13 1435678051 lodash.templatesettings • 3.1.1 The lodash method `_.templateSettings` exported as a module. INDIRECT 3 1452683758 math-intrinsics • 1.1.0 ES Math-related intrinsics and helpers, robustly cached. INDIRECT 0 1734587889 minimist • 1.2.8 parse argument options INDIRECT 0 1675976389 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 multipipe • 0.1.2 pipe streams with centralized error handling INDIRECT 6 1415111488 object-assign • 3.0.0 ES6 Object.assign() ponyfill INDIRECT 0 1433426942 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 parse-node-version • 1.0.1 Turn node's process.version into something useful. INDIRECT 0 1548817123 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 • 1.1.14 Streams3, a user-land copy of the stream library from Node.js v0.11.x INDIRECT 4 1460563294 readable-stream • 2.3.8 Streams3, a user-land copy of the stream library from Node.js INDIRECT 7 1677146646 replace-ext • 0.0.1 Replaces a file extension with another one INDIRECT 0 1393364054 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 sparkles • 1.0.1 Namespaced global event emitter INDIRECT 0 1526266664 string_decoder • 0.10.31 The string_decoder module from Node core INDIRECT 0 1408767919 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 strip-ansi • 3.0.1 Strip ANSI escape codes INDIRECT 1 1456057282 supports-color • 2.0.0 Detect whether a terminal supports color INDIRECT 0 1435705114 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 time-stamp • 1.1.0 Get a formatted timestamp. INDIRECT 0 1494809611 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 • 0.5.3 A virtual file format INDIRECT 3 1441239649 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