| ansi-regex • 0.2.1Regular expression for matching ANSI escape codes | INDIRECT | 0 | |
| ansi-styles • 1.1.0ANSI escape codes for styling strings in the terminal | INDIRECT | 0 | |
| array-find-index • 1.0.2ES2015 `Array#findIndex()` ponyfill | INDIRECT | 0 | |
| balanced-match • 1.0.2Match balanced character pairs, like "{" and "}" | INDIRECT | 0 | |
| brace-expansion • 1.1.16Brace expansion as known from sh/bash | INDIRECT | 2 | |
| camelcase-keys • 2.1.0Convert object keys to camelCase | INDIRECT | 2 | |
| camelcase • 2.1.1Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar | INDIRECT | 0 | |
| chalk • 0.5.1Terminal string styling done right. Created because the `colors` module does some really horrible things. | INDIRECT | 6 | |
| clone-stats • 0.0.1Safely clone node's fs.Stats instances without losing their class methods | INDIRECT | 0 | |
| concat-map • 0.0.1concatenative mapdashery | INDIRECT | 0 | |
| core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12. | INDIRECT | 0 | |
| currently-unhandled • 0.4.1Track the list of currently unhandled promise rejections. | INDIRECT | 1 | |
| dateformat • 1.0.12A node.js package for Steven Levithan's excellent dateFormat() function. | INDIRECT | 48 | |
| decamelize • 1.2.0Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow | INDIRECT | 0 | |
| error-ex • 1.3.4Easy error subclassing and stack customization | INDIRECT | 1 | |
| es-errors • 1.3.0A simple cache for a few of the JS Error constructors. | INDIRECT | 0 | |
| escape-string-regexp • 1.0.5Escape RegExp special characters | INDIRECT | 0 | |
| find-up • 1.1.2Find a file by walking up parent directories | INDIRECT | 3 | |
| function-bind • 1.1.2Implementation of Function.prototype.bind | INDIRECT | 0 | |
| get-stdin • 4.0.1Easier stdin | INDIRECT | 0 | |
| gulp-util • 2.2.20Utility functions for gulp plugins | DIRECT | 84 | |
| has-ansi • 0.1.0Check if a string has ANSI escape codes | INDIRECT | 1 | |
| hasown • 2.0.4A robust, ES3 compatible, "has own property" predicate. | INDIRECT | 1 | |
| indent-string • 2.1.0Indent each line in a string | INDIRECT | 2 | |
| is-arrayish • 0.2.1Determines if an object can be used as an array | INDIRECT | 0 | |
| is-core-module • 2.16.2Is this specifier a node.js core module? | INDIRECT | 2 | |
| is-finite • 1.1.0ES2015 Number.isFinite() ponyfill | INDIRECT | 0 | |
| is-utf8 • 0.2.1Detect if a buffer is utf8 encoded. | INDIRECT | 0 | |
| isarray • 0.0.1Array#isArray for older browsers | INDIRECT | 0 | |
| load-json-file • 1.1.0Read and parse a JSON file | INDIRECT | 9 | |
| lodash._escapehtmlchar • 2.4.1The internal Lo-Dash function `escapeHtmlChar` as a Node.js module generated by lodash-cli. | INDIRECT | 1 | |
| lodash._escapestringchar • 2.4.1The internal Lo-Dash function `escapeStringChar` as a Node.js module generated by lodash-cli. | INDIRECT | 0 | |
| lodash._htmlescapes • 2.4.1The internal Lo-Dash variable `htmlEscapes` as a Node.js module generated by lodash-cli. | INDIRECT | 0 | |
| lodash._isnative • 2.4.1The internal Lo-Dash function `isNative` as a Node.js module generated by lodash-cli. | INDIRECT | 0 | |
| lodash._objecttypes • 2.4.1The internal Lo-Dash variable `objectTypes` as a Node.js module generated by lodash-cli. | INDIRECT | 0 | |
| lodash._reinterpolate • 2.4.1The internal Lo-Dash variable `reInterpolate` as a Node.js module generated by lodash-cli. | INDIRECT | 0 | |
| lodash._reunescapedhtml • 2.4.1The internal Lo-Dash variable `reUnescapedHtml` as a Node.js module generated by lodash-cli. | INDIRECT | 6 | |
| lodash._shimkeys • 2.4.1The internal Lo-Dash function `shimKeys` as a Node.js module generated by lodash-cli. | INDIRECT | 1 | |
| lodash.defaults • 2.4.1The Lo-Dash function `_.defaults` as a Node.js module generated by lodash-cli. | INDIRECT | 5 | |
| lodash.escape • 2.4.1The Lo-Dash function `_.escape` as a Node.js module generated by lodash-cli. | INDIRECT | 8 | |
| lodash.isobject • 2.4.1The Lo-Dash function `_.isObject` as a Node.js module generated by lodash-cli. | INDIRECT | 1 | |
| lodash.keys • 2.4.1The Lo-Dash function `_.keys` as a Node.js module generated by lodash-cli. | INDIRECT | 4 | |
| lodash.template • 2.4.1The Lo-Dash function `_.template` as a Node.js module generated by lodash-cli. | INDIRECT | 14 | |
| lodash.templatesettings • 2.4.1The Lo-Dash object `_.templateSettings` as a Node.js module generated by lodash-cli. | INDIRECT | 10 | |
| lodash.values • 2.4.1The Lo-Dash function `_.values` as a Node.js module generated by lodash-cli. | INDIRECT | 5 | |
| loud-rejection • 1.6.0Make unhandled promise rejections fail loudly instead of the default silent fail | INDIRECT | 3 | |
| map-obj • 1.0.1Map object keys and values into a new object | INDIRECT | 0 | |
| meow • 3.7.0CLI app helper | INDIRECT | 47 | |
| minimist • 0.2.4parse argument options | INDIRECT | 0 | |
| minimist • 1.2.8parse argument options | INDIRECT | 0 | |
| multipipe • 0.1.2pipe streams with centralized error handling | INDIRECT | 6 | |
| object-assign • 4.1.1ES2015 `Object.assign()` ponyfill | INDIRECT | 0 | |
| object-keys • 0.4.0An Object.keys replacement, in case Object.keys is not available. From https://github.com/kriskowal/es5-shim | INDIRECT | 0 | |
| parse-json • 2.2.0Parse JSON with more helpful errors | INDIRECT | 2 | |
| path-exists • 2.1.0Check if a path exists | INDIRECT | 2 | |
| path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfill | INDIRECT | 0 | |
| path-parse • 1.0.7Node.js path.parse() ponyfill | INDIRECT | 0 | |
| path-type • 1.1.0Check if a path is a file, directory, or symlink | INDIRECT | 4 | |
| pify • 2.3.0Promisify a callback-style function | INDIRECT | 0 | |
| pinkie-promise • 2.0.1ES2015 Promise ponyfill | INDIRECT | 1 | |
| pinkie • 2.0.4Itty bitty little widdle twinkie pinkie ES2015 Promise implementation | INDIRECT | 0 | |
| read-pkg-up • 1.0.1Read the closest package.json file | INDIRECT | 29 | |
| read-pkg • 1.1.0Read a package.json file | INDIRECT | 26 | |
| readable-stream • 1.0.34Streams2, a user-land copy of the stream library from Node.js v0.10.x | INDIRECT | 4 | |
| readable-stream • 1.1.14Streams3, a user-land copy of the stream library from Node.js v0.11.x | INDIRECT | 4 | |
| redent • 1.0.0Strip redundant indentation and indent the string | INDIRECT | 5 | |
| repeating • 2.0.1Repeat a string - fast | INDIRECT | 1 | |
| resolve • 1.22.12resolve like require.resolve() on behalf of files asynchronously and synchronously | INDIRECT | 6 | |
| spdx-expression-parse • 3.0.1parse SPDX license expressions | INDIRECT | 2 | |
| string_decoder • 0.10.31The string_decoder module from Node core | INDIRECT | 0 | |
| strip-ansi • 0.3.0Strip ANSI escape codes | INDIRECT | 1 | |
| strip-bom • 2.0.0Strip UTF-8 byte order mark (BOM) from a string/buffer | INDIRECT | 1 | |
| strip-indent • 1.0.1Strip leading whitespace from every line in a string | INDIRECT | 1 | |
| supports-color • 0.2.0Detect whether a terminal supports color | INDIRECT | 0 | |
| supports-preserve-symlinks-flag • 1.0.0Determine if the current node version supports the `--preserve-symlinks` flag. | INDIRECT | 0 | |
| through2 • 0.4.2A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise | DIRECT | 7 | |
| through2 • 0.5.1A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise | INDIRECT | 6 | |
| trim-newlines • 1.0.0Trim newlines from the start and/or end of a string | INDIRECT | 0 | |
| vinyl • 0.2.3A virtual file format | INDIRECT | 1 | |
| xtend • 2.1.2extend like a boss | INDIRECT | 1 | |
| xtend • 3.0.0extend like a boss | INDIRECT | 0 | |