| @pkgjs/parseargs • 0.11.0Polyfill of future proposal for `util.parseArgs()` | INDIRECT | 0 | |
| ansi-regex • 5.0.1Regular expression for matching ANSI escape codes | INDIRECT | 0 | |
| ansi-regex • 6.2.2Regular expression for matching ANSI escape codes | INDIRECT | 0 | |
| ansi-styles • 3.2.1ANSI escape codes for styling strings in the terminal | INDIRECT | 2 | |
| ansi-styles • 4.3.0ANSI escape codes for styling strings in the terminal | INDIRECT | 2 | |
| ansi-styles • 6.2.3ANSI escape codes for styling strings in the terminal | INDIRECT | 0 | |
| balanced-match • 1.0.2Match balanced character pairs, like "{" and "}" | INDIRECT | 0 | |
| brace-expansion • 1.1.12Brace expansion as known from sh/bash | INDIRECT | 2 | |
| brace-expansion • 2.0.2Brace expansion as known from sh/bash | INDIRECT | 1 | |
| broccoli-debug • 0.6.5Enable easy debugging of broccoli pipelines with broccoli-debug! | DIRECT | 70 | |
| broccoli-kitchen-sink-helpers • 0.3.1Collection of helpers that need to be extracted into separate packages | DIRECT | 12 | |
| broccoli-plugin • 1.3.1Base class for all Broccoli plugins | DIRECT | 55 | |
| chalk • 2.4.2Terminal string styling done right | INDIRECT | 6 | |
| color-convert • 1.9.3Plain color conversion functions | INDIRECT | 1 | |
| color-convert • 2.0.1Plain color conversion functions | INDIRECT | 1 | |
| color-name • 1.1.3A list of color names and its values | INDIRECT | 0 | |
| color-name • 1.1.4A list of color names and its values | 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 | |
| cross-spawn • 7.0.6Cross platform child_process#spawn and child_process#spawnSync | INDIRECT | 5 | |
| debug • 2.6.9small debugging utility | INDIRECT | 1 | |
| eastasianwidth • 0.2.0Get East Asian Width from a character. | INDIRECT | 0 | |
| emoji-regex • 8.0.0A regular expression to match all Emoji-only symbols as per the Unicode Standard. | INDIRECT | 0 | |
| emoji-regex • 9.2.2A regular expression to match all Emoji-only symbols as per the Unicode Standard. | INDIRECT | 0 | |
| escape-string-regexp • 1.0.5Escape RegExp special characters | INDIRECT | 0 | |
| fast-sourcemap-concat • 1.4.0Concatenate files while generating or propagating sourcemaps. | DIRECT | 34 | |
| find-index • 1.1.1finds an item in an array matching a predicate function, and returns its index | DIRECT | 0 | |
| fs-extra • 4.0.3fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf. | DIRECT | 3 | |
| fs-extra • 5.0.0fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf. | INDIRECT | 3 | |
| fs-tree-diff • 0.5.9Backs out file tree changes | DIRECT | 8 | |
| has-flag • 3.0.0Check if argv has a specific flag | INDIRECT | 0 | |
| heimdalljs-logger • 0.1.10Structured logging via heimdalljs | INDIRECT | 4 | |
| heimdalljs • 0.2.6Structured instrumentation library | INDIRECT | 1 | |
| is-fullwidth-code-point • 3.0.0Check if the character represented by a given Unicode code point is fullwidth | INDIRECT | 0 | |
| isarray • 0.0.1Array#isArray for older browsers | INDIRECT | 0 | |
| jsesc • 0.3.0A JavaScript library for escaping JavaScript strings while generating the shortest possible valid output. | INDIRECT | 0 | |
| jsonfile • 4.0.0Easily read/write JSON files. | INDIRECT | 1 | |
| lodash._reinterpolate • 3.0.0The modern build of lodash’s internal `reInterpolate` as a module. | INDIRECT | 0 | |
| lodash.foreach • 4.5.0The lodash method `_.forEach` exported as a module. | INDIRECT | 0 | |
| lodash.merge • 4.6.2The Lodash method `_.merge` exported as a module. | DIRECT | 0 | |
| lodash.omit • 4.5.0The lodash method `_.omit` exported as a module. | DIRECT | 0 | |
| lodash.template • 4.5.0The Lodash method `_.template` exported as a module. | INDIRECT | 2 | |
| lodash.templatesettings • 4.2.0The Lodash method `_.templateSettings` exported as a module. | INDIRECT | 1 | |
| lodash.uniq • 4.5.0The lodash method `_.uniq` exported as a module. | DIRECT | 0 | |
| memory-streams • 0.1.3Simple implmentation of Stream.Readable and Stream.Writable holding the data in memory. | INDIRECT | 5 | |
| minimist • 1.2.8parse argument options | INDIRECT | 0 | |
| mkdirp • 0.5.6Recursively mkdir, like `mkdir -p` | INDIRECT | 1 | |
| mktemp • 2.0.2create temporary files and directories | INDIRECT | 0 | |
| ms • 2.0.0Tiny milisecond conversion utility | INDIRECT | 0 | |
| object-assign • 4.1.1ES2015 `Object.assign()` ponyfill | INDIRECT | 0 | |
| path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfill | INDIRECT | 0 | |
| path-key • 3.1.1Get the PATH environment variable key cross-platform | INDIRECT | 0 | |
| promise-map-series • 0.2.3Map over array avoiding parallel execution, using promises | INDIRECT | 1 | |
| quick-temp • 0.1.9Create and remove temporary directories with minimal effort | INDIRECT | 40 | |
| readable-stream • 1.0.34Streams2, a user-land copy of the stream library from Node.js v0.10.x | INDIRECT | 4 | |
| rsvp • 3.2.1A lightweight library that provides tools for organizing asynchronous code | INDIRECT | 0 | |
| rsvp • 3.6.2A lightweight library that provides tools for organizing asynchronous code | INDIRECT | 0 | |
| shebang-command • 2.0.0Get the command from a shebang | INDIRECT | 1 | |
| shebang-regex • 3.0.0Regular expression for matching a shebang line | INDIRECT | 0 | |
| source-map-url • 0.3.0Tools for working with sourceMappingURL comments. | INDIRECT | 0 | |
| string_decoder • 0.10.31The string_decoder module from Node core | INDIRECT | 0 | |
| string-width • 4.2.3Get the visual width of a string - the number of columns required to display it | INDIRECT | 4 | |
| string-width • 5.1.2Get the visual width of a string - the number of columns required to display it | INDIRECT | 4 | |
| strip-ansi • 6.0.1Strip ANSI escape codes from a string | INDIRECT | 1 | |
| strip-ansi • 7.1.2Strip ANSI escape codes from a string | INDIRECT | 1 | |
| supports-color • 5.5.0Detect whether a terminal supports color | INDIRECT | 1 | |
| symlink-or-copy • 1.3.1Symlink files or directories, falling back to copying on Windows | INDIRECT | 0 | |
| underscore.string • 3.3.6String manipulation extensions for Underscore.js javascript library. | INDIRECT | 2 | |
| universalify • 0.1.2Make a callback- or promise-based function support both promises and callbacks. | INDIRECT | 0 | |
| util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser support | INDIRECT | 0 | |
| walk-sync • 0.3.4Get an array of recursive directory contents | DIRECT | 6 | |
| wrap-ansi • 7.0.0Wordwrap a string with ANSI escape codes | INDIRECT | 8 | |
| wrap-ansi • 8.1.0Wordwrap a string with ANSI escape codes | INDIRECT | 6 | |