@angular-devkit/architect • 0.803.23 Angular Build Facade INDIRECT 12 1579124906 @angular-devkit/core • 8.3.23 Angular DevKit - Core Utility Library INDIRECT 11 1579124934 @angular-devkit/schematics • 8.3.23 Angular Schematics - Library INDIRECT 12 1579124940 @nrwl/tao • 8.12.11 CLI for generating code and running commands DIRECT 49 1585142580 ajv • 6.10.2 Another JSON Schema Validator INDIRECT 5 1563113768 ansi-escapes • 3.2.0 ANSI escape codes for manipulating the terminal INDIRECT 0 1548646619 ansi-regex • 2.1.1 Regular expression for matching ANSI escape codes INDIRECT 0 1484363379 ansi-regex • 3.0.1 Regular expression for matching ANSI escape codes INDIRECT 0 1648387784 ansi-regex • 4.1.1 Regular expression for matching ANSI escape codes INDIRECT 0 1647054538 ansi-styles • 3.2.1 ANSI escape codes for styling strings in the terminal INDIRECT 2 1519983600 camelcase • 4.1.0 Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar INDIRECT 0 1490865362 chalk • 2.4.2 Terminal string styling done right DIRECT 6 1546703152 chardet • 0.7.0 Character detector INDIRECT 0 1534546710 cli-cursor • 2.1.0 Toggle the CLI cursor INDIRECT 4 1483990810 code-point-at • 1.1.0 ES2015 `String#codePointAt()` ponyfill INDIRECT 0 1478169780 color-convert • 1.9.3 Plain color conversion functions INDIRECT 1 1535434359 color-name • 1.1.3 A list of color names and its values INDIRECT 0 1500157028 cross-spawn • 6.0.6 Cross platform child_process#spawn and child_process#spawnSync INDIRECT 7 1731939694 decamelize • 1.2.0 Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow INDIRECT 0 1457167750 end-of-stream • 1.4.4 Call a callback when a readable/writable/duplex stream has completed or failed. INDIRECT 2 1569416251 escape-string-regexp • 1.0.5 Escape RegExp special characters INDIRECT 0 1456059317 execa • 1.0.0 A better `child_process` INDIRECT 18 1535305424 external-editor • 3.1.0 Edit a string with the users preferred text editor using $VISUAL or $ENVIRONMENT INDIRECT 5 1562602033 fast-deep-equal • 2.0.1 Fast deep equal INDIRECT 0 1524909830 fast-json-stable-stringify • 2.0.0 deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify INDIRECT 0 1508867041 fast-levenshtein • 2.0.6 Efficient implementation of Levenshtein algorithm with locale-specific collator support. INDIRECT 0 1482873307 figures • 2.0.0 Unicode symbols with Windows CMD fallbacks INDIRECT 1 1476763140 find-up • 2.1.0 Find a file by walking up parent directories INDIRECT 5 1480684911 get-stream • 4.1.0 Get a stream as a string, buffer, or array INDIRECT 4 1538471503 has-flag • 3.0.0 Check if argv has a specific flag INDIRECT 0 1514920916 iconv-lite • 0.4.24 Convert character encodings in pure javascript. INDIRECT 1 1534969392 inquirer • 6.5.2 A collection of common interactive command line user interfaces. INDIRECT 33 1566531550 invert-kv • 2.0.0 Invert the key/value of an object. Example: `{foo: 'bar'}` → `{bar: 'foo'}` INDIRECT 0 1515768649 is-fullwidth-code-point • 1.0.0 Check if the character represented by a given Unicode code point is fullwidth INDIRECT 1 1437084018 is-fullwidth-code-point • 2.0.0 Check if the character represented by a given Unicode code point is fullwidth INDIRECT 0 1474526569 is-stream • 1.1.0 Check if something is a Node.js stream INDIRECT 0 1460446915 json-schema-traverse • 0.4.1 Traverse JSON Schema passing each schema object to callback INDIRECT 0 1528620125 lcid • 2.0.0 Mapping between standard locale identifiers and Windows locale identifiers (LCID) INDIRECT 1 1533575422 locate-path • 2.0.0 Get the first path that exists on disk of multiple paths INDIRECT 4 1480310853 lodash • 4.17.21 Lodash modular utilities. INDIRECT 0 1613835736 magic-string • 0.25.3 Modify strings, generate sourcemaps INDIRECT 1 1561980549 map-age-cleaner • 0.1.3 Automatically cleanup expired items in a Map INDIRECT 1 1542128600 mem • 4.3.0 Memoize functions - An optimization used to speed up consecutive function calls by caching the result of calls with identical input INDIRECT 4 1554059343 mimic-fn • 1.2.0 Make a function mimic another one INDIRECT 0 1517542098 mimic-fn • 2.1.0 Make a function mimic another one INDIRECT 0 1554054814 minimist • 1.2.8 parse argument options INDIRECT 0 1675976389 nice-try • 1.0.5 Tries to execute a function and discards any error that occurs INDIRECT 0 1535223789 npm-run-path • 2.0.2 Get your PATH prepended with locally installed binaries INDIRECT 1 1475136639 number-is-nan • 1.0.1 ES2015 Number.isNaN() ponyfill INDIRECT 0 1475212313 onetime • 2.0.1 Ensure a function is only called once INDIRECT 1 1489980257 os-locale • 3.1.0 Get the system locale INDIRECT 26 1545854172 os-tmpdir • 1.0.2 Node.js os.tmpdir() ponyfill INDIRECT 0 1475211274 p-defer • 1.0.0 Create a deferred promise INDIRECT 0 1477026871 p-finally • 1.0.0 `Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome INDIRECT 0 1477029729 p-is-promise • 2.1.0 Check if something is a promise INDIRECT 0 1554551868 p-limit • 1.3.0 Run multiple promise-returning & async functions with limited concurrency INDIRECT 1 1528300898 p-locate • 2.0.0 Get the first fulfilled promise that satisfies the provided testing function INDIRECT 2 1480310721 p-try • 1.0.0 `Promise#try()` ponyfill - Starts a promise chain INDIRECT 0 1477030603 path-exists • 3.0.0 Check if a path exists INDIRECT 0 1462103093 path-key • 2.0.1 Get the PATH environment variable key cross-platform INDIRECT 0 1474887353 pump • 3.0.2 pipe streams together and close all of them if one of them closes INDIRECT 3 1726041514 punycode • 2.3.1 A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms. INDIRECT 0 1698690512 require-directory • 2.1.1 Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules. INDIRECT 0 1432801864 restore-cursor • 2.0.0 Gracefully restore the CLI cursor on exit INDIRECT 3 1483989431 run-async • 2.4.1 Utility method to run function either synchronously or asynchronously using the common `this.async()` style. INDIRECT 0 1587966009 safer-buffer • 2.1.2 Modern Buffer API polyfill without footguns INDIRECT 0 1523184162 shebang-command • 1.2.0 Get the command from a shebang INDIRECT 1 1474530106 shebang-regex • 1.0.0 Regular expression for matching a shebang INDIRECT 0 1424150698 sourcemap-codec • 1.4.8 Encode/decode sourcemap mappings INDIRECT 0 1579200826 string-width • 1.0.2 Get the visual width of a string - the number of columns required to display it INDIRECT 5 1471188234 string-width • 2.1.1 Get the visual width of a string - the number of columns required to display it INDIRECT 3 1500376155 strip-ansi • 3.0.1 Strip ANSI escape codes INDIRECT 1 1456057282 strip-ansi • 4.0.0 Strip ANSI escape codes INDIRECT 1 1497986906 strip-ansi • 5.2.0 Strip ANSI escape codes from a string INDIRECT 1 1552898778 strip-eof • 1.0.0 Strip the End-Of-File (EOF) character from a string/buffer INDIRECT 0 1449316193 strip-json-comments • 2.0.1 Strip comments from JSON. Lets you use comments in your JSON files! INDIRECT 0 1455006606 supports-color • 5.5.0 Detect whether a terminal supports color INDIRECT 1 1534739857 through • 2.3.8 simplified stream construction INDIRECT 0 1435930719 tmp • 0.0.33 Temporary file and directory creator DIRECT 1 1502530219 wrap-ansi • 2.1.0 Wordwrap a string with ANSI escape codes INDIRECT 6 1480440084 yargs • 11.1.1 yargs the modern, pirate-themed, successor to optimist. DIRECT 54 1570411936