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 big.js • 5.2.2 A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic INDIRECT 0 1539859966 camelcase • 5.3.1 Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar` INDIRECT 0 1554298472 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 core-util-is • 1.0.3 The `util.is*` functions introduced in Node v0.12. INDIRECT 0 1630420536 cross-spawn • 6.0.6 Cross platform child_process#spawn and child_process#spawnSync DIRECT 7 1731939694 decamelize • 1.2.0 Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow INDIRECT 0 1457167750 emojis-list • 3.0.0 Complete list of standard emojis. INDIRECT 0 1557658385 end-of-stream • 1.4.4 Call a callback when a readable/writable/duplex stream has completed or failed. INDIRECT 2 1569416251 enhanced-resolve • 4.5.0 Offers a async require.resolve function. It's highly configurable. DIRECT 13 1610370107 errno • 0.1.8 libuv errno details exposed INDIRECT 1 1608122763 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 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 find-up • 3.0.0 Find a file or directory by walking up parent directories INDIRECT 5 1529313561 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 import-local • 1.0.0 Let a globally installed package use a locally installed version of itself if available DIRECT 9 1513333081 inquirer • 6.5.2 A collection of common interactive command line user interfaces. DIRECT 33 1566531550 interpret • 1.4.0 A dictionary of file extensions and associated module loaders. DIRECT 0 1591166358 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 isarray • 1.0.0 Array#isArray for older browsers INDIRECT 0 1449741907 json5 • 1.0.2 JSON for humans. INDIRECT 1 1672420182 lcid • 2.0.0 Mapping between standard locale identifiers and Windows locale identifiers (LCID) INDIRECT 1 1533575422 loader-utils • 1.4.2 utils for webpack loaders DIRECT 4 1668126910 locate-path • 2.0.0 Get the first path that exists on disk of multiple paths INDIRECT 4 1480310853 locate-path • 3.0.0 Get the first path that exists on disk of multiple paths INDIRECT 4 1529269166 lodash • 4.17.21 Lodash modular utilities. INDIRECT 0 1613835736 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 memory-fs • 0.5.0 A simple in-memory filesystem. Holds data in a javascript object. INDIRECT 10 1570537359 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-limit • 2.3.0 Run multiple promise-returning & async functions with limited concurrency INDIRECT 1 1586101245 p-locate • 2.0.0 Get the first fulfilled promise that satisfies the provided testing function INDIRECT 2 1480310721 p-locate • 3.0.0 Get the first fulfilled promise that satisfies the provided testing function INDIRECT 2 1529066877 p-try • 1.0.0 `Promise#try()` ponyfill - Starts a promise chain INDIRECT 0 1477030603 p-try • 2.2.0 `Start a promise chain INDIRECT 0 1554035675 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 pkg-dir • 2.0.0 Find the root directory of a Node.js project or npm package INDIRECT 6 1493912348 process-nextick-args • 2.0.1 process.nextTick but always with args INDIRECT 0 1560976479 prr • 1.0.1 A better Object.defineProperty() INDIRECT 0 1406011849 pump • 3.0.2 pipe streams together and close all of them if one of them closes INDIRECT 3 1726041514 readable-stream • 2.3.8 Streams3, a user-land copy of the stream library from Node.js INDIRECT 7 1677146646 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 resolve-cwd • 2.0.0 Resolve the path of a module like `require.resolve()` but from the current working directory INDIRECT 1 1493370864 resolve-from • 3.0.0 Resolve the path of a module like `require.resolve()` but from a given path INDIRECT 0 1493366295 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 safe-buffer • 5.1.2 Safer Node.js Buffer API INDIRECT 0 1524687024 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 string_decoder • 1.1.1 The string_decoder module from Node core INDIRECT 1 1522397655 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 supports-color • 5.5.0 Detect whether a terminal supports color DIRECT 1 1534739857 tapable • 1.1.3 Just a little module for plugins. INDIRECT 0 1555054854 through • 2.3.8 simplified stream construction INDIRECT 0 1435930719 tmp • 0.0.33 Temporary file and directory creator INDIRECT 1 1502530219 util-deprecate • 1.0.2 The Node.js `util.deprecate()` function with browser support INDIRECT 0 1444243060 v8-compile-cache • 2.4.0 Require hook for automatic V8 compile cache persistence DIRECT 0 1692049126 wrap-ansi • 2.1.0 Wordwrap a string with ANSI escape codes INDIRECT 6 1480440084 yargs • 12.0.5 yargs the modern, pirate-themed, successor to optimist. DIRECT 54 1542670748