ansi-cyan • 0.1.1 The color cyan, in ansi. INDIRECT 1 1432259870 ansi-red • 0.1.1 The color red, in ansi. INDIRECT 1 1432259898 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-wrap • 0.1.0 Create ansi colors by passing the open and close codes. INDIRECT 0 1432259000 arr-diff • 1.1.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 2 1440319282 arr-flatten • 1.1.0 Recursively flatten an array or arrays. INDIRECT 0 1499280631 arr-union • 2.1.0 Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons. INDIRECT 0 1434354472 array-find-index • 1.0.2 ES2015 `Array#findIndex()` ponyfill INDIRECT 0 1475224789 array-slice • 0.2.3 Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index. INDIRECT 0 1428397211 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 camelcase-keys • 2.1.0 Convert object keys to camelCase INDIRECT 2 1458051724 camelcase • 2.1.1 Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar INDIRECT 0 1457803836 chalk • 1.1.3 Terminal string styling done right. Much color. INDIRECT 6 1459210604 commander • 2.20.3 the complete solution for node.js command-line programs INDIRECT 0 1570772424 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 currently-unhandled • 0.4.1 Track the list of currently unhandled promise rejections. INDIRECT 1 1464866115 dateformat • 1.0.12 A node.js package for Steven Levithan's excellent dateFormat() function. INDIRECT 47 1447915226 decamelize • 1.2.0 Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow INDIRECT 0 1457167750 error-ex • 1.3.2 Easy error subclassing and stack customization INDIRECT 1 1529389232 escape-string-regexp • 1.0.5 Escape RegExp special characters INDIRECT 0 1456059317 extend-shallow • 1.1.4 Extend an object with the properties of additional objects. node.js/javascript util. INDIRECT 1 1432245371 find-up • 1.1.2 Find a file by walking up parent directories INDIRECT 3 1457199957 function-bind • 1.1.2 Implementation of Function.prototype.bind INDIRECT 0 1697137699 get-stdin • 4.0.1 Easier stdin INDIRECT 0 1421761124 has-ansi • 2.0.0 Check if a string has ANSI escape codes INDIRECT 1 1435681054 hasown • 2.0.2 A robust, ES3 compatible, "has own property" predicate. INDIRECT 1 1710092305 indent-string • 2.1.0 Indent each line in a string INDIRECT 2 1440160512 is-arrayish • 0.2.1 Determines if an object can be used as an array INDIRECT 0 1441062170 is-core-module • 2.16.1 Is this specifier a node.js core module? INDIRECT 2 1734816207 is-finite • 1.1.0 ES2015 Number.isFinite() ponyfill INDIRECT 0 1581060978 is-utf8 • 0.2.1 Detect if a buffer is utf8 encoded. INDIRECT 0 1450497862 isarray • 0.0.1 Array#isArray for older browsers INDIRECT 0 1369676435 kind-of • 1.1.0 Get the native type of a value. INDIRECT 0 1423476583 load-json-file • 1.1.0 Read and parse a JSON file INDIRECT 9 1447529426 loud-rejection • 1.6.0 Make unhandled promise rejections fail loudly instead of the default silent fail INDIRECT 3 1467583454 map-obj • 1.0.1 Map object keys and values into a new object INDIRECT 0 1430589766 meow • 3.7.0 CLI app helper INDIRECT 46 1451917249 minimist • 1.2.8 parse argument options INDIRECT 0 1675976389 object-assign • 4.1.1 ES2015 `Object.assign()` ponyfill INDIRECT 0 1484580915 parse-json • 2.2.0 Parse JSON with more helpful errors INDIRECT 2 1441038990 path-exists • 2.1.0 Check if a path exists INDIRECT 2 1447509322 path-is-absolute • 1.0.1 Node.js 0.12 path.isAbsolute() ponyfill INDIRECT 0 1475210523 path-parse • 1.0.7 Node.js path.parse() ponyfill INDIRECT 0 1621947457 path-type • 1.1.0 Check if a path is a file, directory, or symlink INDIRECT 4 1447529941 pify • 2.3.0 Promisify a callback-style function INDIRECT 0 1445865378 pinkie-promise • 2.0.1 ES2015 Promise ponyfill INDIRECT 1 1460309840 pinkie • 2.0.4 Itty bitty little widdle twinkie pinkie ES2015 Promise implementation INDIRECT 0 1454324926 plugin-error • 0.1.2 Error handling for vinyl plugins. Just an abstraction of what's in gulp-util with minor changes. DIRECT 9 1433150126 read-pkg-up • 1.0.1 Read the closest package.json file INDIRECT 28 1441258020 read-pkg • 1.1.0 Read a package.json file INDIRECT 25 1441446710 readable-stream • 1.0.34 Streams2, a user-land copy of the stream library from Node.js v0.10.x INDIRECT 4 1460562524 redent • 1.0.0 Strip redundant indentation and indent the string INDIRECT 5 1443524087 repeating • 2.0.1 Repeat a string - fast INDIRECT 1 1460395967 resolve • 1.22.10 resolve like require.resolve() on behalf of files asynchronously and synchronously INDIRECT 5 1734629351 spdx-expression-parse • 3.0.1 parse SPDX license expressions INDIRECT 2 1589386366 string_decoder • 0.10.31 The string_decoder module from Node core INDIRECT 0 1408767919 strip-ansi • 3.0.1 Strip ANSI escape codes INDIRECT 1 1456057282 strip-bom • 2.0.0 Strip UTF-8 byte order mark (BOM) from a string/buffer INDIRECT 1 1435583611 strip-indent • 1.0.1 Strip leading whitespace from every line in a string INDIRECT 1 1424109734 supports-color • 2.0.0 Detect whether a terminal supports color INDIRECT 0 1435705114 supports-preserve-symlinks-flag • 1.0.0 Determine if the current node version supports the `--preserve-symlinks` flag. INDIRECT 0 1641194576 through2 • 0.5.1 A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise DIRECT 6 1401862626 trim-newlines • 1.0.0 Trim newlines from the start and/or end of a string INDIRECT 0 1443518907 xtend • 3.0.0 extend like a boss INDIRECT 0 1397507730