systemjs / builder

SystemJS build tool
MIT License
465 stars 122 forks source link

Babel 5.x.x is returning a deprecation message on build #237

Closed willian closed 9 years ago

willian commented 9 years ago

After update babel, systems and jspm my build output shows:

[BABEL] file:app/config.js: Deprecated option metadataUsedHelpers: Not required anymore as this is enabled by default
[BABEL] file:app/components/site-header/site-header_controller.js: Deprecated option metadataUsedHelpers: Not required anymore as this is enabled by default
[BABEL] file:app/components/loading-view/loading-view_controller.js: Deprecated option metadataUsedHelpers: Not required anymore as this is enabled by default
[BABEL] file:app/services/user/user_resource.js: Deprecated option metadataUsedHelpers: Not required anymore as this is enabled by default
[BABEL] file:app/routes/user/login/login_controller.js: Deprecated option metadataUsedHelpers: Not required anymore as this is enabled by default
[BABEL] file:app/routes/user/sign_up/sign_up_controller.js: Deprecated option metadataUsedHelpers: Not required anymore as this is enabled by default
[BABEL] file:app/services/api/api.js: Deprecated option metadataUsedHelpers: Not required anymore as this is enabled by default
[BABEL] file:app/components/site-header/site-header_directive.js: Deprecated option metadataUsedHelpers: Not required anymore as this is enabled by default
[BABEL] file:app/components/loading-view/loading-view_directive.js: Deprecated option metadataUsedHelpers: Not required anymore as this is enabled by default
[BABEL] file:app/components/sign-up-or-sign-in-action/sign-up-or-sign-in-action_controller.js: Deprecated option metadataUsedHelpers: Not required anymore as this is enabled by default
[BABEL] file:app/routes/user/login/login_route.js: Deprecated option metadataUsedHelpers: Not required anymore as this is enabled by default
[BABEL] file:app/routes/user/sign_up/sign_up_route.js: Deprecated option metadataUsedHelpers: Not required anymore as this is enabled by default
[BABEL] file:app/services/authentication/authentication.js: Deprecated option metadataUsedHelpers: Not required anymore as this is enabled by default
[BABEL] file:app/services/api-v1-interceptors/api-v1-interceptors.js: Deprecated option metadataUsedHelpers: Not required anymore as this is enabled by default
[BABEL] file:app/components/sign-up-or-sign-in-action/sign-up-or-sign-in-action_directive.js: Deprecated option metadataUsedHelpers: Not required anymore as this is enabled by default
[BABEL] file:app/routes/user/user_routes.js: Deprecated option metadataUsedHelpers: Not required anymore as this is enabled by default
[BABEL] file:app/services/current-user/current-user.js: Deprecated option metadataUsedHelpers: Not required anymore as this is enabled by default
[BABEL] file:app/main.js: Deprecated option metadataUsedHelpers: Not required anymore as this is enabled by default
[BABEL] file:app/bootstrap.js: Deprecated option metadataUsedHelpers: Not required anymore as this is enabled by default

I searched for any reference about metadataUsedHelpers on my project files, jspm files and systems files. I only found it on builder files: https://www.dropbox.com/s/r1czsrvc44hb6wo/Screenshot%202015-07-18%2012.48.20.png?dl=1 https://github.com/systemjs/builder/blob/master/compilers/esm.js#L136

As the messages said, this option is not required anymore and is true by default, so my suggestion is to change that code block to:

if (transpiler.version.match(/^4/))
  options.returnUsedHelpers = true;
guybedford commented 9 years ago

Can you clarify exactly which version of Babel you are using here?

willian commented 9 years ago

@guybedford:

├── babel-core@5.7.4
├── jspm@0.15.7
├── systemjs@0.16.11
└── systemjs-builder@0.10.6

This is the full list (depth=0):

├── babel-core@5.7.4
├── basic-auth@1.0.3
├── compression@1.5.1
├── connect-livereload@0.5.3
├── del@1.2.0
├── express@4.13.1
├── gulp@3.9.0
├── gulp-autoprefixer@2.3.1
├── gulp-cache@0.2.10
├── gulp-env@0.2.0
├── gulp-flatten@0.0.4
├── gulp-imagemin@2.3.0
├── gulp-inject@1.3.1
├── gulp-jshint@1.11.2
├── gulp-livereload@3.8.0
├── gulp-minify-html@1.0.4
├── gulp-ng-constant@0.3.0
├── gulp-rename@1.2.2
├── gulp-rev@3.0.1
├── gulp-sass@1.3.3
├── gulp-scss-lint@0.1.12
├── gulp-size@1.2.3
├── gzippo@0.2.0
├── jasmine-core@2.3.4
├── jshint-stylish@1.0.2
├── jspm@0.15.7
├── karma@0.12.37
├── karma-babel-preprocessor@4.0.1
├── karma-jasmine@0.3.6
├── karma-jspm@1.1.5
├── karma-phantomjs-launcher@0.1.4
├── karma-phantomjs-shim@1.0.0
├── morgan@1.6.1
├── prerender-node@2.0.0
├── require-dir@0.3.0
├── run-sequence@1.1.1
├── systemjs@0.16.11
└── systemjs-builder@0.10.6

This is the full list:

├─┬ babel-core@5.7.4
│ ├── babel-plugin-constant-folding@1.0.1
│ ├── babel-plugin-dead-code-elimination@1.0.2
│ ├── babel-plugin-eval@1.0.1
│ ├── babel-plugin-inline-environment-variables@1.0.1
│ ├── babel-plugin-jscript@1.0.1
│ ├── babel-plugin-member-expression-literals@1.0.1
│ ├── babel-plugin-property-literals@1.0.1
│ ├── babel-plugin-proto-to-assign@1.0.3
│ ├── babel-plugin-react-constant-elements@1.0.3
│ ├── babel-plugin-react-display-name@1.0.3
│ ├── babel-plugin-remove-console@1.0.1
│ ├── babel-plugin-remove-debugger@1.0.1
│ ├── babel-plugin-runtime@1.0.7
│ ├─┬ babel-plugin-undeclared-variables-check@1.0.2
│ │ └── leven@1.0.2
│ ├── babel-plugin-undefined-to-void@1.1.6
│ ├── babylon@5.7.2
│ ├── bluebird@2.9.34
│ ├─┬ chalk@1.1.0
│ │ ├── ansi-styles@2.1.0
│ │ ├── escape-string-regexp@1.0.3
│ │ ├─┬ has-ansi@2.0.0
│ │ │ └── ansi-regex@2.0.0
│ │ ├─┬ strip-ansi@3.0.0
│ │ │ └── ansi-regex@2.0.0
│ │ └── supports-color@2.0.0
│ ├── convert-source-map@1.1.1
│ ├── core-js@0.9.18
│ ├─┬ debug@2.2.0
│ │ └── ms@0.7.1
│ ├─┬ detect-indent@3.0.1
│ │ ├── get-stdin@4.0.1
│ │ └── minimist@1.1.1
│ ├── estraverse@4.1.0
│ ├── esutils@2.0.2
│ ├── fs-readdir-recursive@0.1.2
│ ├── globals@6.4.1
│ ├─┬ home-or-tmp@1.0.0
│ │ ├── os-tmpdir@1.0.1
│ │ └── user-home@1.1.1
│ ├─┬ is-integer@1.0.4
│ │ ├─┬ is-finite@1.0.1
│ │ │ └── number-is-nan@1.0.0
│ │ └─┬ is-nan@1.1.0
│ │   └─┬ define-properties@1.1.0
│ │     ├── foreach@2.0.5
│ │     └── object-keys@1.0.6
│ ├── js-tokens@1.0.1
│ ├─┬ line-numbers@0.2.0
│ │ └── left-pad@0.0.3
│ ├── lodash@3.10.0
│ ├─┬ minimatch@2.0.8
│ │ └─┬ brace-expansion@1.1.0
│ │   ├── balanced-match@0.2.0
│ │   └── concat-map@0.0.1
│ ├─┬ output-file-sync@1.1.1
│ │ ├─┬ mkdirp@0.5.1
│ │ │ └── minimist@0.0.8
│ │ └── xtend@4.0.0
│ ├── path-exists@1.0.0
│ ├── path-is-absolute@1.0.0
│ ├── private@0.1.6
│ ├─┬ regenerator@0.8.34
│ │ ├─┬ commoner@0.10.3
│ │ │ ├── commander@2.5.1
│ │ │ ├─┬ glob@4.2.2
│ │ │ │ ├─┬ inflight@1.0.4
│ │ │ │ │ └── wrappy@1.0.1
│ │ │ │ ├── inherits@2.0.1
│ │ │ │ ├─┬ minimatch@1.0.0
│ │ │ │ │ ├── lru-cache@2.6.5
│ │ │ │ │ └── sigmund@1.0.1
│ │ │ │ └─┬ once@1.3.2
│ │ │ │   └── wrappy@1.0.1
│ │ │ ├── graceful-fs@3.0.8
│ │ │ ├── iconv-lite@0.4.11
│ │ │ ├── install@0.1.8
│ │ │ ├─┬ mkdirp@0.5.1
│ │ │ │ └── minimist@0.0.8
│ │ │ └── q@1.1.2
│ │ ├─┬ defs@1.1.0
│ │ │ ├─┬ alter@0.2.0
│ │ │ │ └── stable@0.1.5
│ │ │ ├── ast-traverse@0.1.1
│ │ │ ├── breakable@1.0.0
│ │ │ ├── esprima-fb@8001.1001.0-dev-harmony-fb
│ │ │ ├── simple-fmt@0.1.0
│ │ │ ├── simple-is@0.2.0
│ │ │ ├── stringmap@0.2.2
│ │ │ ├── stringset@0.2.1
│ │ │ ├── tryor@0.1.2
│ │ │ └── yargs@1.3.3
│ │ ├── esprima-fb@13001.1.0-dev-harmony-fb
│ │ ├─┬ recast@0.10.18
│ │ │ ├── ast-types@0.8.2
│ │ │ └── esprima-fb@14001.1.0-dev-harmony-fb
│ │ └── through@2.3.8
│ ├─┬ regexpu@1.2.0
│ │ ├─┬ recast@0.10.21
│ │ │ ├── ast-types@0.8.3
│ │ │ └── esprima-fb@15001.1.0-dev-harmony-fb
│ │ ├── regenerate@1.2.1
│ │ ├── regjsgen@0.2.0
│ │ └─┬ regjsparser@0.1.4
│ │   └── jsesc@0.5.0
│ ├─┬ repeating@1.1.3
│ │ └─┬ is-finite@1.0.1
│ │   └── number-is-nan@1.0.0
│ ├── resolve@1.1.6
│ ├── shebang-regex@1.0.0
│ ├── slash@1.0.0
│ ├─┬ source-map@0.4.4
│ │ └── amdefine@1.0.0
│ ├─┬ source-map-support@0.2.10
│ │ └─┬ source-map@0.1.32
│ │   └── amdefine@1.0.0
│ ├── strip-json-comments@1.0.2
│ ├── to-fast-properties@1.0.1
│ └── trim-right@1.0.1
├── basic-auth@1.0.3
├─┬ compression@1.5.1
│ ├─┬ accepts@1.2.11
│ │ ├─┬ mime-types@2.1.3
│ │ │ └── mime-db@1.15.0
│ │ └── negotiator@0.5.3
│ ├── bytes@2.1.0
│ ├─┬ compressible@2.0.4
│ │ └── mime-db@1.15.0
│ ├─┬ debug@2.2.0
│ │ └── ms@0.7.1
│ ├── on-headers@1.0.0
│ └── vary@1.0.1
├── connect-livereload@0.5.3
├─┬ del@1.2.0
│ ├─┬ each-async@1.1.1
│ │ ├── onetime@1.0.0
│ │ └── set-immediate-shim@1.0.1
│ ├─┬ globby@2.1.0
│ │ ├─┬ array-union@1.0.1
│ │ │ └── array-uniq@1.0.2
│ │ ├── async@1.3.0
│ │ ├─┬ glob@5.0.14
│ │ │ ├─┬ inflight@1.0.4
│ │ │ │ └── wrappy@1.0.1
│ │ │ ├── inherits@2.0.1
│ │ │ ├─┬ minimatch@2.0.8
│ │ │ │ └─┬ brace-expansion@1.1.0
│ │ │ │   ├── balanced-match@0.2.0
│ │ │ │   └── concat-map@0.0.1
│ │ │ ├─┬ once@1.3.2
│ │ │ │ └── wrappy@1.0.1
│ │ │ └── path-is-absolute@1.0.0
│ │ └── object-assign@3.0.0
│ ├── is-path-cwd@1.0.0
│ ├─┬ is-path-in-cwd@1.0.0
│ │ └─┬ is-path-inside@1.0.0
│ │   └── path-is-inside@1.0.1
│ ├── object-assign@2.1.1
│ └─┬ rimraf@2.4.1
│   └─┬ glob@4.5.3
│     ├─┬ inflight@1.0.4
│     │ └── wrappy@1.0.1
│     ├── inherits@2.0.1
│     ├─┬ minimatch@2.0.8
│     │ └─┬ brace-expansion@1.1.0
│     │   ├── balanced-match@0.2.0
│     │   └── concat-map@0.0.1
│     └─┬ once@1.3.2
│       └── wrappy@1.0.1
├─┬ express@4.13.1
│ ├─┬ accepts@1.2.11
│ │ ├─┬ mime-types@2.1.3
│ │ │ └── mime-db@1.15.0
│ │ └── negotiator@0.5.3
│ ├── array-flatten@1.1.0
│ ├── content-disposition@0.5.0
│ ├── content-type@1.0.1
│ ├── cookie@0.1.3
│ ├── cookie-signature@1.0.6
│ ├─┬ debug@2.2.0
│ │ └── ms@0.7.1
│ ├── depd@1.0.1
│ ├── escape-html@1.0.2
│ ├── etag@1.7.0
│ ├─┬ finalhandler@0.4.0
│ │ └── unpipe@1.0.0
│ ├── fresh@0.3.0
│ ├── merge-descriptors@1.0.0
│ ├── methods@1.1.1
│ ├─┬ on-finished@2.3.0
│ │ └── ee-first@1.1.1
│ ├── parseurl@1.3.0
│ ├── path-to-regexp@0.1.6
│ ├─┬ proxy-addr@1.0.8
│ │ ├── forwarded@0.1.0
│ │ └── ipaddr.js@1.0.1
│ ├── qs@4.0.0
│ ├── range-parser@1.0.2
│ ├─┬ send@0.13.0
│ │ ├── destroy@1.0.3
│ │ ├─┬ http-errors@1.3.1
│ │ │ └── inherits@2.0.1
│ │ ├── mime@1.3.4
│ │ ├── ms@0.7.1
│ │ └── statuses@1.2.1
│ ├── serve-static@1.10.0
│ ├─┬ type-is@1.6.5
│ │ ├── media-typer@0.3.0
│ │ └─┬ mime-types@2.1.3
│ │   └── mime-db@1.15.0
│ ├── utils-merge@1.0.0
│ └── vary@1.0.1
├─┬ gulp@3.9.0
│ ├── archy@1.0.0
│ ├─┬ chalk@1.1.0
│ │ ├── ansi-styles@2.1.0
│ │ ├── escape-string-regexp@1.0.3
│ │ ├─┬ has-ansi@2.0.0
│ │ │ └── ansi-regex@2.0.0
│ │ ├─┬ strip-ansi@3.0.0
│ │ │ └── ansi-regex@2.0.0
│ │ └── supports-color@2.0.0
│ ├── deprecated@0.0.1
│ ├─┬ gulp-util@3.0.6
│ │ ├── array-differ@1.0.0
│ │ ├── array-uniq@1.0.2
│ │ ├── beeper@1.1.0
│ │ ├─┬ dateformat@1.0.11
│ │ │ ├── get-stdin@4.0.1
│ │ │ └─┬ meow@3.3.0
│ │ │   ├─┬ camelcase-keys@1.0.0
│ │ │   │ ├── camelcase@1.1.0
│ │ │   │ └── map-obj@1.0.1
│ │ │   └─┬ indent-string@1.2.1
│ │ │     └─┬ repeating@1.1.3
│ │ │       └─┬ is-finite@1.0.1
│ │ │         └── number-is-nan@1.0.0
│ │ ├── lodash._reescape@3.0.0
│ │ ├── lodash._reevaluate@3.0.0
│ │ ├── lodash._reinterpolate@3.0.0
│ │ ├─┬ lodash.template@3.6.2
│ │ │ ├── lodash._basecopy@3.0.1
│ │ │ ├── lodash._basetostring@3.0.1
│ │ │ ├── lodash._basevalues@3.0.0
│ │ │ ├── lodash._isiterateecall@3.0.9
│ │ │ ├── lodash.escape@3.0.0
│ │ │ ├─┬ lodash.keys@3.1.2
│ │ │ │ ├── lodash._getnative@3.9.1
│ │ │ │ ├── lodash.isarguments@3.0.4
│ │ │ │ └── lodash.isarray@3.0.4
│ │ │ ├── lodash.restparam@3.6.1
│ │ │ └── lodash.templatesettings@3.1.0
│ │ ├─┬ multipipe@0.1.2
│ │ │ └─┬ duplexer2@0.0.2
│ │ │   └─┬ readable-stream@1.1.13
│ │ │     ├── core-util-is@1.0.1
│ │ │     ├── inherits@2.0.1
│ │ │     ├── isarray@0.0.1
│ │ │     └── string_decoder@0.10.31
│ │ ├── object-assign@3.0.0
│ │ ├── replace-ext@0.0.1
│ │ ├─┬ through2@2.0.0
│ │ │ ├─┬ readable-stream@2.0.2
│ │ │ │ ├── core-util-is@1.0.1
│ │ │ │ ├── inherits@2.0.1
│ │ │ │ ├── isarray@0.0.1
│ │ │ │ ├── process-nextick-args@1.0.2
│ │ │ │ ├── string_decoder@0.10.31
│ │ │ │ └── util-deprecate@1.0.1
│ │ │ └── xtend@4.0.0
│ │ └─┬ vinyl@0.5.0
│ │   ├── clone@1.0.2
│ │   └── clone-stats@0.0.1
│ ├── interpret@0.6.4
│ ├─┬ liftoff@2.1.0
│ │ ├── extend@2.0.1
│ │ ├─┬ findup-sync@0.2.1
│ │ │ └─┬ glob@4.3.5
│ │ │   ├─┬ inflight@1.0.4
│ │ │   │ └── wrappy@1.0.1
│ │ │   ├── inherits@2.0.1
│ │ │   ├─┬ minimatch@2.0.8
│ │ │   │ └─┬ brace-expansion@1.1.0
│ │ │   │   ├── balanced-match@0.2.0
│ │ │   │   └── concat-map@0.0.1
│ │ │   └─┬ once@1.3.2
│ │ │     └── wrappy@1.0.1
│ │ ├── flagged-respawn@0.3.1
│ │ ├── rechoir@0.6.1
│ │ └── resolve@1.1.6
│ ├── minimist@1.1.1
│ ├─┬ orchestrator@0.3.7
│ │ ├─┬ end-of-stream@0.1.5
│ │ │ └─┬ once@1.3.2
│ │ │   └── wrappy@1.0.1
│ │ ├── sequencify@0.0.7
│ │ └── stream-consume@0.1.0
│ ├── pretty-hrtime@1.0.0
│ ├── semver@4.3.6
│ ├─┬ tildify@1.1.0
│ │ └── os-homedir@1.0.0
│ ├─┬ v8flags@2.0.9
│ │ └── user-home@1.1.1
│ └─┬ vinyl-fs@0.3.13
│   ├─┬ defaults@1.0.2
│   │ └── clone@0.1.19
│   ├─┬ glob-stream@3.1.18
│   │ ├─┬ glob@4.5.3
│   │ │ ├─┬ inflight@1.0.4
│   │ │ │ └── wrappy@1.0.1
│   │ │ ├── inherits@2.0.1
│   │ │ └─┬ once@1.3.2
│   │ │   └── wrappy@1.0.1
│   │ ├─┬ glob2base@0.0.12
│   │ │ └── find-index@0.1.1
│   │ ├─┬ minimatch@2.0.8
│   │ │ └─┬ brace-expansion@1.1.0
│   │ │   ├── balanced-match@0.2.0
│   │ │   └── concat-map@0.0.1
│   │ ├── ordered-read-streams@0.1.0
│   │ └── unique-stream@1.0.0
│   ├─┬ glob-watcher@0.0.6
│   │ └─┬ gaze@0.5.1
│   │   └─┬ globule@0.1.0
│   │     ├─┬ glob@3.1.21
│   │     │ ├── graceful-fs@1.2.3
│   │     │ └── inherits@1.0.0
│   │     ├── lodash@1.0.2
│   │     └─┬ minimatch@0.2.14
│   │       ├── lru-cache@2.6.5
│   │       └── sigmund@1.0.1
│   ├── graceful-fs@3.0.8
│   ├─┬ mkdirp@0.5.1
│   │ └── minimist@0.0.8
│   ├─┬ strip-bom@1.0.0
│   │ ├── first-chunk-stream@1.0.0
│   │ └── is-utf8@0.2.0
│   ├─┬ through2@0.6.5
│   │ ├─┬ readable-stream@1.0.33
│   │ │ ├── core-util-is@1.0.1
│   │ │ ├── inherits@2.0.1
│   │ │ ├── isarray@0.0.1
│   │ │ └── string_decoder@0.10.31
│   │ └── xtend@4.0.0
│   └─┬ vinyl@0.4.6
│     ├── clone@0.2.0
│     └── clone-stats@0.0.1
├─┬ gulp-autoprefixer@2.3.1
│ ├─┬ autoprefixer-core@5.2.1
│ │ ├── browserslist@0.4.0
│ │ ├── caniuse-db@1.0.30000234
│ │ └── num2fraction@1.1.0
│ ├─┬ gulp-util@3.0.6
│ │ ├── array-differ@1.0.0
│ │ ├── array-uniq@1.0.2
│ │ ├── beeper@1.1.0
│ │ ├─┬ chalk@1.1.0
│ │ │ ├── ansi-styles@2.1.0
│ │ │ ├── escape-string-regexp@1.0.3
│ │ │ ├─┬ has-ansi@2.0.0
│ │ │ │ └── ansi-regex@2.0.0
│ │ │ ├─┬ strip-ansi@3.0.0
│ │ │ │ └── ansi-regex@2.0.0
│ │ │ └── supports-color@2.0.0
│ │ ├─┬ dateformat@1.0.11
│ │ │ ├── get-stdin@4.0.1
│ │ │ └─┬ meow@3.3.0
│ │ │   ├─┬ camelcase-keys@1.0.0
│ │ │   │ ├── camelcase@1.1.0
│ │ │   │ └── map-obj@1.0.1
│ │ │   └─┬ indent-string@1.2.1
│ │ │     └─┬ repeating@1.1.3
│ │ │       └─┬ is-finite@1.0.1
│ │ │         └── number-is-nan@1.0.0
│ │ ├── lodash._reescape@3.0.0
│ │ ├── lodash._reevaluate@3.0.0
│ │ ├── lodash._reinterpolate@3.0.0
│ │ ├─┬ lodash.template@3.6.2
│ │ │ ├── lodash._basecopy@3.0.1
│ │ │ ├── lodash._basetostring@3.0.1
│ │ │ ├── lodash._basevalues@3.0.0
│ │ │ ├── lodash._isiterateecall@3.0.9
│ │ │ ├── lodash.escape@3.0.0
│ │ │ ├─┬ lodash.keys@3.1.2
│ │ │ │ ├── lodash._getnative@3.9.1
│ │ │ │ ├── lodash.isarguments@3.0.4
│ │ │ │ └── lodash.isarray@3.0.4
│ │ │ ├── lodash.restparam@3.6.1
│ │ │ └── lodash.templatesettings@3.1.0
│ │ ├── minimist@1.1.1
│ │ ├─┬ multipipe@0.1.2
│ │ │ └─┬ duplexer2@0.0.2
│ │ │   └─┬ readable-stream@1.1.13
│ │ │     ├── core-util-is@1.0.1
│ │ │     ├── inherits@2.0.1
│ │ │     ├── isarray@0.0.1
│ │ │     └── string_decoder@0.10.31
│ │ ├── object-assign@3.0.0
│ │ ├── replace-ext@0.0.1
│ │ ├─┬ through2@2.0.0
│ │ │ ├─┬ readable-stream@2.0.2
│ │ │ │ ├── core-util-is@1.0.1
│ │ │ │ ├── inherits@2.0.1
│ │ │ │ ├── isarray@0.0.1
│ │ │ │ ├── process-nextick-args@1.0.2
│ │ │ │ ├── string_decoder@0.10.31
│ │ │ │ └── util-deprecate@1.0.1
│ │ │ └── xtend@4.0.0
│ │ └─┬ vinyl@0.5.0
│ │   ├── clone@1.0.2
│ │   └── clone-stats@0.0.1
│ ├── object-assign@2.1.1
│ ├─┬ postcss@4.1.16
│ │ ├── es6-promise@2.3.0
│ │ ├── js-base64@2.1.8
│ │ └─┬ source-map@0.4.4
│ │   └── amdefine@1.0.0
│ ├─┬ through2@0.6.5
│ │ ├─┬ readable-stream@1.0.33
│ │ │ ├── core-util-is@1.0.1
│ │ │ ├── inherits@2.0.1
│ │ │ ├── isarray@0.0.1
│ │ │ └── string_decoder@0.10.31
│ │ └── xtend@4.0.0
│ └─┬ vinyl-sourcemaps-apply@0.1.4
│   └─┬ source-map@0.1.43
│     └── amdefine@1.0.0
├─┬ gulp-cache@0.2.10
│ ├── bluebird@2.9.34
│ ├─┬ cache-swap@0.2.1
│ │ ├── graceful-fs@3.0.8
│ │ ├─┬ mkdirp@0.5.1
│ │ │ └── minimist@0.0.8
│ │ └─┬ rimraf@2.4.1
│ │   └─┬ glob@4.5.3
│ │     ├─┬ inflight@1.0.4
│ │     │ └── wrappy@1.0.1
│ │     ├── inherits@2.0.1
│ │     ├─┬ minimatch@2.0.8
│ │     │ └─┬ brace-expansion@1.1.0
│ │     │   ├── balanced-match@0.2.0
│ │     │   └── concat-map@0.0.1
│ │     └─┬ once@1.3.2
│ │       └── wrappy@1.0.1
│ ├─┬ gulp-util@3.0.6
│ │ ├── array-differ@1.0.0
│ │ ├── array-uniq@1.0.2
│ │ ├── beeper@1.1.0
│ │ ├─┬ chalk@1.1.0
│ │ │ ├── ansi-styles@2.1.0
│ │ │ ├── escape-string-regexp@1.0.3
│ │ │ ├─┬ has-ansi@2.0.0
│ │ │ │ └── ansi-regex@2.0.0
│ │ │ ├─┬ strip-ansi@3.0.0
│ │ │ │ └── ansi-regex@2.0.0
│ │ │ └── supports-color@2.0.0
│ │ ├─┬ dateformat@1.0.11
│ │ │ ├── get-stdin@4.0.1
│ │ │ └─┬ meow@3.3.0
│ │ │   ├─┬ camelcase-keys@1.0.0
│ │ │   │ ├── camelcase@1.1.0
│ │ │   │ └── map-obj@1.0.1
│ │ │   └─┬ indent-string@1.2.1
│ │ │     └─┬ repeating@1.1.3
│ │ │       └─┬ is-finite@1.0.1
│ │ │         └── number-is-nan@1.0.0
│ │ ├── lodash._reescape@3.0.0
│ │ ├── lodash._reevaluate@3.0.0
│ │ ├── lodash._reinterpolate@3.0.0
│ │ ├─┬ lodash.template@3.6.2
│ │ │ ├── lodash._basecopy@3.0.1
│ │ │ ├── lodash._basetostring@3.0.1
│ │ │ ├── lodash._basevalues@3.0.0
│ │ │ ├── lodash._isiterateecall@3.0.9
│ │ │ ├── lodash.escape@3.0.0
│ │ │ ├─┬ lodash.keys@3.1.2
│ │ │ │ ├── lodash._getnative@3.9.1
│ │ │ │ ├── lodash.isarguments@3.0.4
│ │ │ │ └── lodash.isarray@3.0.4
│ │ │ ├── lodash.restparam@3.6.1
│ │ │ └── lodash.templatesettings@3.1.0
│ │ ├── minimist@1.1.1
│ │ ├─┬ multipipe@0.1.2
│ │ │ └─┬ duplexer2@0.0.2
│ │ │   └─┬ readable-stream@1.1.13
│ │ │     ├── core-util-is@1.0.1
│ │ │     ├── inherits@2.0.1
│ │ │     ├── isarray@0.0.1
│ │ │     └── string_decoder@0.10.31
│ │ ├── replace-ext@0.0.1
│ │ └─┬ through2@2.0.0
│ │   ├─┬ readable-stream@2.0.2
│ │   │ ├── core-util-is@1.0.1
│ │   │ ├── inherits@2.0.1
│ │   │ ├── isarray@0.0.1
│ │   │ ├── process-nextick-args@1.0.2
│ │   │ ├── string_decoder@0.10.31
│ │   │ └── util-deprecate@1.0.1
│ │   └── xtend@4.0.0
│ ├── object-assign@3.0.0
│ ├─┬ object.omit@1.1.0
│ │ ├─┬ for-own@0.1.3
│ │ │ └── for-in@0.1.4
│ │ └── isobject@1.0.2
│ ├── object.pick@1.1.1
│ ├─┬ through2@0.6.5
│ │ ├─┬ readable-stream@1.0.33
│ │ │ ├── core-util-is@1.0.1
│ │ │ ├── inherits@2.0.1
│ │ │ ├── isarray@0.0.1
│ │ │ └── string_decoder@0.10.31
│ │ └── xtend@4.0.0
│ ├── try-json-parse@0.1.1
│ └─┬ vinyl@0.5.0
│   ├── clone@1.0.2
│   ├── clone-stats@0.0.1
│   └── replace-ext@0.0.1
├── gulp-env@0.2.0
├─┬ gulp-flatten@0.0.4
│ ├─┬ gulp-util@3.0.6
│ │ ├── array-differ@1.0.0
│ │ ├── array-uniq@1.0.2
│ │ ├── beeper@1.1.0
│ │ ├─┬ chalk@1.1.0
│ │ │ ├── ansi-styles@2.1.0
│ │ │ ├── escape-string-regexp@1.0.3
│ │ │ ├─┬ has-ansi@2.0.0
│ │ │ │ └── ansi-regex@2.0.0
│ │ │ ├─┬ strip-ansi@3.0.0
│ │ │ │ └── ansi-regex@2.0.0
│ │ │ └── supports-color@2.0.0
│ │ ├─┬ dateformat@1.0.11
│ │ │ ├── get-stdin@4.0.1
│ │ │ └─┬ meow@3.3.0
│ │ │   ├─┬ camelcase-keys@1.0.0
│ │ │   │ ├── camelcase@1.1.0
│ │ │   │ └── map-obj@1.0.1
│ │ │   └─┬ indent-string@1.2.1
│ │ │     └─┬ repeating@1.1.3
│ │ │       └─┬ is-finite@1.0.1
│ │ │         └── number-is-nan@1.0.0
│ │ ├── lodash._reescape@3.0.0
│ │ ├── lodash._reevaluate@3.0.0
│ │ ├── lodash._reinterpolate@3.0.0
│ │ ├─┬ lodash.template@3.6.2
│ │ │ ├── lodash._basecopy@3.0.1
│ │ │ ├── lodash._basetostring@3.0.1
│ │ │ ├── lodash._basevalues@3.0.0
│ │ │ ├── lodash._isiterateecall@3.0.9
│ │ │ ├── lodash.escape@3.0.0
│ │ │ ├─┬ lodash.keys@3.1.2
│ │ │ │ ├── lodash._getnative@3.9.1
│ │ │ │ ├── lodash.isarguments@3.0.4
│ │ │ │ └── lodash.isarray@3.0.4
│ │ │ ├── lodash.restparam@3.6.1
│ │ │ └── lodash.templatesettings@3.1.0
│ │ ├── minimist@1.1.1
│ │ ├─┬ multipipe@0.1.2
│ │ │ └─┬ duplexer2@0.0.2
│ │ │   └─┬ readable-stream@1.1.13
│ │ │     ├── core-util-is@1.0.1
│ │ │     ├── inherits@2.0.1
│ │ │     ├── isarray@0.0.1
│ │ │     └── string_decoder@0.10.31
│ │ ├── object-assign@3.0.0
│ │ ├── replace-ext@0.0.1
│ │ ├─┬ through2@2.0.0
│ │ │ ├─┬ readable-stream@2.0.2
│ │ │ │ ├── core-util-is@1.0.1
│ │ │ │ ├── inherits@2.0.1
│ │ │ │ ├── isarray@0.0.1
│ │ │ │ ├── process-nextick-args@1.0.2
│ │ │ │ ├── string_decoder@0.10.31
│ │ │ │ └── util-deprecate@1.0.1
│ │ │ └── xtend@4.0.0
│ │ └─┬ vinyl@0.5.0
│ │   ├── clone@1.0.2
│ │   └── clone-stats@0.0.1
│ └─┬ through2@0.6.5
│   ├─┬ readable-stream@1.0.33
│   │ ├── core-util-is@1.0.1
│   │ ├── inherits@2.0.1
│   │ ├── isarray@0.0.1
│   │ └── string_decoder@0.10.31
│   └── xtend@4.0.0
├─┬ gulp-imagemin@2.3.0
│ ├─┬ chalk@1.1.0
│ │ ├── ansi-styles@2.1.0
│ │ ├── escape-string-regexp@1.0.3
│ │ ├─┬ has-ansi@2.0.0
│ │ │ └── ansi-regex@2.0.0
│ │ ├─┬ strip-ansi@3.0.0
│ │ │ └── ansi-regex@2.0.0
│ │ └── supports-color@2.0.0
│ ├─┬ gulp-util@3.0.6
│ │ ├── array-differ@1.0.0
│ │ ├── array-uniq@1.0.2
│ │ ├── beeper@1.1.0
│ │ ├─┬ dateformat@1.0.11
│ │ │ ├── get-stdin@4.0.1
│ │ │ └─┬ meow@3.3.0
│ │ │   ├─┬ camelcase-keys@1.0.0
│ │ │   │ ├── camelcase@1.1.0
│ │ │   │ └── map-obj@1.0.1
│ │ │   └─┬ indent-string@1.2.1
│ │ │     └─┬ repeating@1.1.3
│ │ │       └─┬ is-finite@1.0.1
│ │ │         └── number-is-nan@1.0.0
│ │ ├── lodash._reescape@3.0.0
│ │ ├── lodash._reevaluate@3.0.0
│ │ ├── lodash._reinterpolate@3.0.0
│ │ ├─┬ lodash.template@3.6.2
│ │ │ ├── lodash._basecopy@3.0.1
│ │ │ ├── lodash._basetostring@3.0.1
│ │ │ ├── lodash._basevalues@3.0.0
│ │ │ ├── lodash._isiterateecall@3.0.9
│ │ │ ├── lodash.escape@3.0.0
│ │ │ ├─┬ lodash.keys@3.1.2
│ │ │ │ ├── lodash._getnative@3.9.1
│ │ │ │ ├── lodash.isarguments@3.0.4
│ │ │ │ └── lodash.isarray@3.0.4
│ │ │ ├── lodash.restparam@3.6.1
│ │ │ └── lodash.templatesettings@3.1.0
│ │ ├── minimist@1.1.1
│ │ ├─┬ multipipe@0.1.2
│ │ │ └─┬ duplexer2@0.0.2
│ │ │   └─┬ readable-stream@1.1.13
│ │ │     ├── core-util-is@1.0.1
│ │ │     ├── inherits@2.0.1
│ │ │     ├── isarray@0.0.1
│ │ │     └── string_decoder@0.10.31
│ │ ├── replace-ext@0.0.1
│ │ ├─┬ through2@2.0.0
│ │ │ ├─┬ readable-stream@2.0.2
│ │ │ │ ├── core-util-is@1.0.1
│ │ │ │ ├── inherits@2.0.1
│ │ │ │ ├── isarray@0.0.1
│ │ │ │ ├── process-nextick-args@1.0.2
│ │ │ │ ├── string_decoder@0.10.31
│ │ │ │ └── util-deprecate@1.0.1
│ │ │ └── xtend@4.0.0
│ │ └─┬ vinyl@0.5.0
│ │   ├── clone@1.0.2
│ │   └── clone-stats@0.0.1
│ ├─┬ imagemin@3.2.0
│ │ ├─┬ buffer-to-vinyl@1.0.0
│ │ │ ├── file-type@2.8.0
│ │ │ ├── uuid@2.0.1
│ │ │ └─┬ vinyl@0.4.6
│ │ │   ├── clone@0.2.0
│ │ │   └── clone-stats@0.0.1
│ │ ├─┬ concat-stream@1.5.0
│ │ │ ├── inherits@2.0.1
│ │ │ ├─┬ readable-stream@2.0.2
│ │ │ │ ├── core-util-is@1.0.1
│ │ │ │ ├── isarray@0.0.1
│ │ │ │ ├── process-nextick-args@1.0.2
│ │ │ │ ├── string_decoder@0.10.31
│ │ │ │ └── util-deprecate@1.0.1
│ │ │ └── typedarray@0.0.6
│ │ ├── get-stdin@4.0.1
│ │ ├─┬ imagemin-gifsicle@4.2.0
│ │ │ ├─┬ gifsicle@3.0.1
│ │ │ │ ├─┬ bin-build@2.1.2
│ │ │ │ │ ├─┬ archive-type@2.1.0
│ │ │ │ │ │ ├── file-type@2.8.0
│ │ │ │ │ │ └── read-chunk@1.0.1
│ │ │ │ │ ├─┬ decompress@2.3.0
│ │ │ │ │ │ ├─┬ decompress-tar@3.1.0
│ │ │ │ │ │ │ ├── is-tar@1.0.0
│ │ │ │ │ │ │ ├── object-assign@2.1.1
│ │ │ │ │ │ │ ├─┬ strip-dirs@1.1.1
│ │ │ │ │ │ │ │ ├─┬ is-absolute@0.1.7
│ │ │ │ │ │ │ │ │ └── is-relative@0.1.3
│ │ │ │ │ │ │ │ ├── is-natural-number@2.0.0
│ │ │ │ │ │ │ │ ├── minimist@1.1.1
│ │ │ │ │ │ │ │ └── sum-up@1.0.2
│ │ │ │ │ │ │ ├─┬ tar-stream@1.2.1
│ │ │ │ │ │ │ │ ├── bl@1.0.0
│ │ │ │ │ │ │ │ ├─┬ end-of-stream@1.1.0
│ │ │ │ │ │ │ │ │ └─┬ once@1.3.2
│ │ │ │ │ │ │ │ │   └── wrappy@1.0.1
│ │ │ │ │ │ │ │ ├─┬ readable-stream@2.0.2
│ │ │ │ │ │ │ │ │ ├── core-util-is@1.0.1
│ │ │ │ │ │ │ │ │ ├── inherits@2.0.1
│ │ │ │ │ │ │ │ │ ├── isarray@0.0.1
│ │ │ │ │ │ │ │ │ ├── process-nextick-args@1.0.2
│ │ │ │ │ │ │ │ │ ├── string_decoder@0.10.31
│ │ │ │ │ │ │ │ │ └── util-deprecate@1.0.1
│ │ │ │ │ │ │ │ └── xtend@4.0.0
│ │ │ │ │ │ │ └─┬ vinyl@0.4.6
│ │ │ │ │ │ │   ├── clone@0.2.0
│ │ │ │ │ │ │   └── clone-stats@0.0.1
│ │ │ │ │ │ ├─┬ decompress-tarbz2@3.1.0
│ │ │ │ │ │ │ ├── is-bzip2@1.0.0
│ │ │ │ │ │ │ ├── object-assign@2.1.1
│ │ │ │ │ │ │ ├─┬ seek-bzip@1.0.4
│ │ │ │ │ │ │ │ └── commander@2.4.0
│ │ │ │ │ │ │ ├─┬ strip-dirs@1.1.1
│ │ │ │ │ │ │ │ ├─┬ is-absolute@0.1.7
│ │ │ │ │ │ │ │ │ └── is-relative@0.1.3
│ │ │ │ │ │ │ │ ├── is-natural-number@2.0.0
│ │ │ │ │ │ │ │ ├── minimist@1.1.1
│ │ │ │ │ │ │ │ └── sum-up@1.0.2
│ │ │ │ │ │ │ ├─┬ tar-stream@1.2.1
│ │ │ │ │ │ │ │ ├── bl@1.0.0
│ │ │ │ │ │ │ │ ├─┬ end-of-stream@1.1.0
│ │ │ │ │ │ │ │ │ └─┬ once@1.3.2
│ │ │ │ │ │ │ │ │   └── wrappy@1.0.1
│ │ │ │ │ │ │ │ ├─┬ readable-stream@2.0.2
│ │ │ │ │ │ │ │ │ ├── core-util-is@1.0.1
│ │ │ │ │ │ │ │ │ ├── inherits@2.0.1
│ │ │ │ │ │ │ │ │ ├── isarray@0.0.1
│ │ │ │ │ │ │ │ │ ├── process-nextick-args@1.0.2
│ │ │ │ │ │ │ │ │ ├── string_decoder@0.10.31
│ │ │ │ │ │ │ │ │ └── util-deprecate@1.0.1
│ │ │ │ │ │ │ │ └── xtend@4.0.0
│ │ │ │ │ │ │ └─┬ vinyl@0.4.6
│ │ │ │ │ │ │   ├── clone@0.2.0
│ │ │ │ │ │ │   └── clone-stats@0.0.1
│ │ │ │ │ │ ├─┬ decompress-targz@3.1.0
│ │ │ │ │ │ │ ├── is-gzip@1.0.0
│ │ │ │ │ │ │ ├── object-assign@2.1.1
│ │ │ │ │ │ │ ├─┬ strip-dirs@1.1.1
│ │ │ │ │ │ │ │ ├─┬ is-absolute@0.1.7
│ │ │ │ │ │ │ │ │ └── is-relative@0.1.3
│ │ │ │ │ │ │ │ ├── is-natural-number@2.0.0
│ │ │ │ │ │ │ │ ├── minimist@1.1.1
│ │ │ │ │ │ │ │ └── sum-up@1.0.2
│ │ │ │ │ │ │ ├─┬ tar-stream@1.2.1
│ │ │ │ │ │ │ │ ├── bl@1.0.0
│ │ │ │ │ │ │ │ ├─┬ end-of-stream@1.1.0
│ │ │ │ │ │ │ │ │ └─┬ once@1.3.2
│ │ │ │ │ │ │ │ │   └── wrappy@1.0.1
│ │ │ │ │ │ │ │ ├─┬ readable-stream@2.0.2
│ │ │ │ │ │ │ │ │ ├── core-util-is@1.0.1
│ │ │ │ │ │ │ │ │ ├── inherits@2.0.1
│ │ │ │ │ │ │ │ │ ├── isarray@0.0.1
│ │ │ │ │ │ │ │ │ ├── process-nextick-args@1.0.2
│ │ │ │ │ │ │ │ │ ├── string_decoder@0.10.31
│ │ │ │ │ │ │ │ │ └── util-deprecate@1.0.1
│ │ │ │ │ │ │ │ └── xtend@4.0.0
│ │ │ │ │ │ │ └─┬ vinyl@0.4.6
│ │ │ │ │ │ │   ├── clone@0.2.0
│ │ │ │ │ │ │   └── clone-stats@0.0.1
│ │ │ │ │ │ ├─┬ decompress-unzip@3.3.0
│ │ │ │ │ │ │ ├── is-zip@1.0.0
│ │ │ │ │ │ │ ├─┬ read-all-stream@3.0.1
│ │ │ │ │ │ │ │ ├─┬ pinkie-promise@1.0.0
│ │ │ │ │ │ │ │ │ └── pinkie@1.0.0
│ │ │ │ │ │ │ │ └─┬ readable-stream@2.0.2
│ │ │ │ │ │ │ │   ├── core-util-is@1.0.1
│ │ │ │ │ │ │ │   ├── inherits@2.0.1
│ │ │ │ │ │ │ │   ├── isarray@0.0.1
│ │ │ │ │ │ │ │   ├── process-nextick-args@1.0.2
│ │ │ │ │ │ │ │   ├── string_decoder@0.10.31
│ │ │ │ │ │ │ │   └── util-deprecate@1.0.1
│ │ │ │ │ │ │ ├── stat-mode@0.2.1
│ │ │ │ │ │ │ ├─┬ strip-dirs@1.1.1
│ │ │ │ │ │ │ │ ├─┬ is-absolute@0.1.7
│ │ │ │ │ │ │ │ │ └── is-relative@0.1.3
│ │ │ │ │ │ │ │ ├── is-natural-number@2.0.0
│ │ │ │ │ │ │ │ ├── minimist@1.1.1
│ │ │ │ │ │ │ │ └── sum-up@1.0.2
│ │ │ │ │ │ │ ├─┬ through2@2.0.0
│ │ │ │ │ │ │ │ ├─┬ readable-stream@2.0.2
│ │ │ │ │ │ │ │ │ ├── core-util-is@1.0.1
│ │ │ │ │ │ │ │ │ ├── inherits@2.0.1
│ │ │ │ │ │ │ │ │ ├── isarray@0.0.1
│ │ │ │ │ │ │ │ │ ├── process-nextick-args@1.0.2
│ │ │ │ │ │ │ │ │ ├── string_decoder@0.10.31
│ │ │ │ │ │ │ │ │ └── util-deprecate@1.0.1
│ │ │ │ │ │ │ │ └── xtend@4.0.0
│ │ │ │ │ │ │ ├─┬ vinyl@0.5.0
│ │ │ │ │ │ │ │ ├── clone@1.0.2
│ │ │ │ │ │ │ │ ├── clone-stats@0.0.1
│ │ │ │ │ │ │ │ └── replace-ext@0.0.1
│ │ │ │ │ │ │ └─┬ yauzl@2.3.1
│ │ │ │ │ │ │   ├── fd-slicer@1.0.1
│ │ │ │ │ │ │   └── pend@1.2.0
│ │ │ │ │ │ └─┬ vinyl-assign@1.2.0
│ │ │ │ │ │   └─┬ readable-stream@2.0.2
│ │ │ │ │ │     ├── core-util-is@1.0.1
│ │ │ │ │ │     ├── inherits@2.0.1
│ │ │ │ │ │     ├── isarray@0.0.1
│ │ │ │ │ │     ├── process-nextick-args@1.0.2
│ │ │ │ │ │     ├── string_decoder@0.10.31
│ │ │ │ │ │     └── util-deprecate@1.0.1
│ │ │ │ │ ├─┬ download@4.1.4
│ │ │ │ │ │ ├─┬ each-async@1.1.1
│ │ │ │ │ │ │ ├── onetime@1.0.0
│ │ │ │ │ │ │ └── set-immediate-shim@1.0.1
│ │ │ │ │ │ ├─┬ filenamify@1.2.0
│ │ │ │ │ │ │ ├── filename-reserved-regex@1.0.0
│ │ │ │ │ │ │ ├─┬ strip-outer@1.0.0
│ │ │ │ │ │ │ │ └── escape-string-regexp@1.0.3
│ │ │ │ │ │ │ └─┬ trim-repeated@1.0.0
│ │ │ │ │ │ │   └── escape-string-regexp@1.0.3
│ │ │ │ │ │ ├─┬ got@2.9.2
│ │ │ │ │ │ │ ├─┬ duplexify@3.4.2
│ │ │ │ │ │ │ │ ├─┬ end-of-stream@1.0.0
│ │ │ │ │ │ │ │ │ └─┬ once@1.3.2
│ │ │ │ │ │ │ │ │   └── wrappy@1.0.1
│ │ │ │ │ │ │ │ └─┬ readable-stream@2.0.2
│ │ │ │ │ │ │ │   ├── core-util-is@1.0.1
│ │ │ │ │ │ │ │   ├── inherits@2.0.1
│ │ │ │ │ │ │ │   ├── isarray@0.0.1
│ │ │ │ │ │ │ │   ├── process-nextick-args@1.0.2
│ │ │ │ │ │ │ │   ├── string_decoder@0.10.31
│ │ │ │ │ │ │ │   └── util-deprecate@1.0.1
│ │ │ │ │ │ │ ├── infinity-agent@2.0.3
│ │ │ │ │ │ │ ├── is-stream@1.0.1
│ │ │ │ │ │ │ ├── lowercase-keys@1.0.0
│ │ │ │ │ │ │ ├─┬ nested-error-stacks@1.0.1
│ │ │ │ │ │ │ │ └── inherits@2.0.1
│ │ │ │ │ │ │ ├── prepend-http@1.0.1
│ │ │ │ │ │ │ ├─┬ read-all-stream@2.2.0
│ │ │ │ │ │ │ │ └─┬ readable-stream@2.0.2
│ │ │ │ │ │ │ │   ├── core-util-is@1.0.1
│ │ │ │ │ │ │ │   ├── inherits@2.0.1
│ │ │ │ │ │ │ │   ├── isarray@0.0.1
│ │ │ │ │ │ │ │   ├── process-nextick-args@1.0.2
│ │ │ │ │ │ │ │   ├── string_decoder@0.10.31
│ │ │ │ │ │ │ │   └── util-deprecate@1.0.1
│ │ │ │ │ │ │ ├── statuses@1.2.1
│ │ │ │ │ │ │ └── timed-out@2.0.0
│ │ │ │ │ │ ├─┬ gulp-decompress@1.0.2
│ │ │ │ │ │ │ └─┬ through2@0.6.5
│ │ │ │ │ │ │   ├─┬ readable-stream@1.0.33
│ │ │ │ │ │ │   │ ├── core-util-is@1.0.1
│ │ │ │ │ │ │   │ ├── inherits@2.0.1
│ │ │ │ │ │ │   │ ├── isarray@0.0.1
│ │ │ │ │ │ │   │ └── string_decoder@0.10.31
│ │ │ │ │ │ │   └── xtend@4.0.0
│ │ │ │ │ │ ├── is-url@1.2.1
│ │ │ │ │ │ ├── object-assign@2.1.1
│ │ │ │ │ │ ├─┬ read-all-stream@3.0.1
│ │ │ │ │ │ │ ├─┬ pinkie-promise@1.0.0
│ │ │ │ │ │ │ │ └── pinkie@1.0.0
│ │ │ │ │ │ │ └─┬ readable-stream@2.0.2
│ │ │ │ │ │ │   ├── core-util-is@1.0.1
│ │ │ │ │ │ │   ├── inherits@2.0.1
│ │ │ │ │ │ │   ├── isarray@0.0.1
│ │ │ │ │ │ │   ├── process-nextick-args@1.0.2
│ │ │ │ │ │ │   ├── string_decoder@0.10.31
│ │ │ │ │ │ │   └── util-deprecate@1.0.1
│ │ │ │ │ │ ├─┬ through2@2.0.0
│ │ │ │ │ │ │ ├─┬ readable-stream@2.0.2
│ │ │ │ │ │ │ │ ├── core-util-is@1.0.1
│ │ │ │ │ │ │ │ ├── inherits@2.0.1
│ │ │ │ │ │ │ │ ├── isarray@0.0.1
│ │ │ │ │ │ │ │ ├── process-nextick-args@1.0.2
│ │ │ │ │ │ │ │ ├── string_decoder@0.10.31
│ │ │ │ │ │ │ │ └── util-deprecate@1.0.1
│ │ │ │ │ │ │ └── xtend@4.0.0
│ │ │ │ │ │ ├─┬ vinyl@0.4.6
│ │ │ │ │ │ │ ├── clone@0.2.0
│ │ │ │ │ │ │ └── clone-stats@0.0.1
│ │ │ │ │ │ └─┬ ware@1.3.0
│ │ │ │ │ │   └─┬ wrap-fn@0.1.4
│ │ │ │ │ │     └── co@3.1.0
│ │ │ │ │ ├─┬ exec-series@1.0.2
│ │ │ │ │ │ └── async-each-series@1.0.0
│ │ │ │ │ ├─┬ rimraf@2.4.1
│ │ │ │ │ │ └─┬ glob@4.5.3
│ │ │ │ │ │   ├─┬ inflight@1.0.4
│ │ │ │ │ │   │ └── wrappy@1.0.1
│ │ │ │ │ │   ├── inherits@2.0.1
│ │ │ │ │ │   ├─┬ minimatch@2.0.8
│ │ │ │ │ │   │ └─┬ brace-expansion@1.1.0
│ │ │ │ │ │   │   ├── balanced-match@0.2.0
│ │ │ │ │ │   │   └── concat-map@0.0.1
│ │ │ │ │ │   └─┬ once@1.3.2
│ │ │ │ │ │     └── wrappy@1.0.1
│ │ │ │ │ ├─┬ tempfile@1.1.1
│ │ │ │ │ │ ├── os-tmpdir@1.0.1
│ │ │ │ │ │ └── uuid@2.0.1
│ │ │ │ │ └─┬ url-regex@2.1.3
│ │ │ │ │   └── ip-regex@1.0.3
│ │ │ │ ├─┬ bin-wrapper@3.0.2
│ │ │ │ │ ├─┬ bin-check@2.0.0
│ │ │ │ │ │ └── executable@1.1.0
│ │ │ │ │ ├─┬ bin-version-check@2.1.0
│ │ │ │ │ │ ├─┬ bin-version@1.0.1
│ │ │ │ │ │ │ └─┬ find-versions@1.1.3
│ │ │ │ │ │ │   ├── array-uniq@1.0.2
│ │ │ │ │ │ │   └── semver-regex@1.0.0
│ │ │ │ │ │ ├── minimist@1.1.1
│ │ │ │ │ │ ├── semver@4.3.6
│ │ │ │ │ │ └── semver-truncate@1.0.0
│ │ │ │ │ ├─┬ download@4.1.4
│ │ │ │ │ │ ├─┬ filenamify@1.2.0
│ │ │ │ │ │ │ ├── filename-reserved-regex@1.0.0
│ │ │ │ │ │ │ ├─┬ strip-outer@1.0.0
│ │ │ │ │ │ │ │ └── escape-string-regexp@1.0.3
│ │ │ │ │ │ │ └─┬ trim-repeated@1.0.0
│ │ │ │ │ │ │   └── escape-string-regexp@1.0.3
│ │ │ │ │ │ ├─┬ got@2.9.2
│ │ │ │ │ │ │ ├─┬ duplexify@3.4.2
│ │ │ │ │ │ │ │ ├─┬ end-of-stream@1.0.0
│ │ │ │ │ │ │ │ │ └─┬ once@1.3.2
│ │ │ │ │ │ │ │ │   └── wrappy@1.0.1
│ │ │ │ │ │ │ │ └─┬ readable-stream@2.0.2
│ │ │ │ │ │ │ │   ├── core-util-is@1.0.1
│ │ │ │ │ │ │ │   ├── inherits@2.0.1
│ │ │ │ │ │ │ │   ├── isarray@0.0.1
│ │ │ │ │ │ │ │   ├── process-nextick-args@1.0.2
│ │ │ │ │ │ │ │   ├── string_decoder@0.10.31
│ │ │ │ │ │ │ │   └── util-deprecate@1.0.1
│ │ │ │ │ │ │ ├── infinity-agent@2.0.3
│ │ │ │ │ │ │ ├── is-stream@1.0.1
│ │ │ │ │ │ │ ├── lowercase-keys@1.0.0
│ │ │ │ │ │ │ ├─┬ nested-error-stacks@1.0.1
│ │ │ │ │ │ │ │ └── inherits@2.0.1
│ │ │ │ │ │ │ ├── prepend-http@1.0.1
│ │ │ │ │ │ │ ├─┬ read-all-stream@2.2.0
│ │ │ │ │ │ │ │ └─┬ readable-stream@2.0.2
│ │ │ │ │ │ │ │   ├── core-util-is@1.0.1
│ │ │ │ │ │ │ │   ├── inherits@2.0.1
│ │ │ │ │ │ │ │   ├── isarray@0.0.1
│ │ │ │ │ │ │ │   ├── process-nextick-args@1.0.2
│ │ │ │ │ │ │ │   ├── string_decoder@0.10.31
│ │ │ │ │ │ │ │   └── util-deprecate@1.0.1
│ │ │ │ │ │ │ ├── statuses@1.2.1
│ │ │ │ │ │ │ └── timed-out@2.0.0
│ │ │ │ │ │ ├─┬ gulp-decompress@1.0.2
│ │ │ │ │ │ │ ├─┬ archive-type@2.1.0
│ │ │ │ │ │ │ │ ├── file-type@2.8.0
│ │ │ │ │ │ │ │ └── read-chunk@1.0.1
│ │ │ │ │ │ │ ├─┬ decompress@2.3.0
│ │ │ │ │ │ │ │ ├─┬ decompress-tar@3.1.0
│ │ │ │ │ │ │ │ │ ├── is-tar@1.0.0
│ │ │ │ │ │ │ │ │ ├─┬ strip-dirs@1.1.1
│ │ │ │ │ │ │ │ │ │ ├─┬ is-absolute@0.1.7
│ │ │ │ │ │ │ │ │ │ │ └── is-relative@0.1.3
│ │ │ │ │ │ │ │ │ │ ├── is-natural-number@2.0.0
│ │ │ │ │ │ │ │ │ │ ├── minimist@1.1.1
│ │ │ │ │ │ │ │ │ │ └── sum-up@1.0.2
│ │ │ │ │ │ │ │ │ └─┬ tar-stream@1.2.1
│ │ │ │ │ │ │ │ │   ├── bl@1.0.0
│ │ │ │ │ │ │ │ │   ├─┬ end-of-stream@1.1.0
│ │ │ │ │ │ │ │ │   │ └─┬ once@1.3.2
│ │ │ │ │ │ │ │ │   │   └── wrappy@1.0.1
│ │ │ │ │ │ │ │ │   ├─┬ readable-stream@2.0.2
│ │ │ │ │ │ │ │ │   │ ├── core-util-is@1.0.1
│ │ │ │ │ │ │ │ │   │ ├── inherits@2.0.1
│ │ │ │ │ │ │ │ │   │ ├── isarray@0.0.1
│ │ │ │ │ │ │ │ │   │ ├── process-nextick-args@1.0.2
│ │ │ │ │ │ │ │ │   │ ├── string_decoder@0.10.31
│ │ │ │ │ │ │ │ │   │ └── util-deprecate@1.0.1
│ │ │ │ │ │ │ │ │   └── xtend@4.0.0
│ │ │ │ │ │ │ │ ├─┬ decompress-tarbz2@3.1.0
│ │ │ │ │ │ │ │ │ ├── is-bzip2@1.0.0
│ │ │ │ │ │ │ │ │ ├─┬ seek-bzip@1.0.4
│ │ │ │ │ │ │ │ │ │ └── commander@2.4.0
│ │ │ │ │ │ │ │ │ ├─┬ strip-dirs@1.1.1
│ │ │ │ │ │ │ │ │ │ ├─┬ is-absolute@0.1.7
│ │ │ │ │ │ │ │ │ │ │ └── is-relative@0.1.3
│ │ │ │ │ │ │ │ │ │ ├── is-natural-number@2.0.0
│ │ │ │ │ │ │ │ │ │ ├── minimist@1.1.1
│ │ │ │ │ │ │ │ │ │ └── sum-up@1.0.2
│ │ │ │ │ │ │ │ │ └─┬ tar-stream@1.2.1
│ │ │ │ │ │ │ │ │   ├── bl@1.0.0
│ │ │ │ │ │ │ │ │   ├─┬ end-of-stream@1.1.0
│ │ │ │ │ │ │ │ │   │ └─┬ once@1.3.2
│ │ │ │ │ │ │ │ │   │   └── wrappy@1.0.1
│ │ │ │ │ │ │ │ │   ├─┬ readable-stream@2.0.2
│ │ │ │ │ │ │ │ │   │ ├── core-util-is@1.0.1
│ │ │ │ │ │ │ │ │   │ ├── inherits@2.0.1
│ │ │ │ │ │ │ │ │   │ ├── isarray@0.0.1
│ │ │ │ │ │ │ │ │   │ ├── process-nextick-args@1.0.2
│ │ │ │ │ │ │ │ │   │ ├── string_decoder@0.10.31
│ │ │ │ │ │ │ │ │   │ └── util-deprecate@1.0.1
│ │ │ │ │ │ │ │ │   └── xtend@4.0.0
│ │ │ │ │ │ │ │ ├─┬ decompress-targz@3.1.0
│ │ │ │ │ │ │ │ │ ├── is-gzip@1.0.0
│ │ │ │ │ │ │ │ │ ├─┬ strip-dirs@1.1.1
│ │ │ │ │ │ │ │ │ │ ├─┬ is-absolute@0.1.7
│ │ │ │ │ │ │ │ │ │ │ └── is-relative@0.1.3
│ │ │ │ │ │ │ │ │ │ ├── is-natural-number@2.0.0
│ │ │ │ │ │ │ │ │ │ ├── minimist@1.1.1
│ │ │ │ │ │ │ │ │ │ └── sum-up@1.0.2
│ │ │ │ │ │ │ │ │ └─┬ tar-stream@1.2.1
│ │ │ │ │ │ │ │ │   ├── bl@1.0.0
│ │ │ │ │ │ │ │ │   ├─┬ end-of-stream@1.1.0
│ │ │ │ │ │ │ │ │   │ └─┬ once@1.3.2
│ │ │ │ │ │ │ │ │   │   └── wrappy@1.0.1
│ │ │ │ │ │ │ │ │   ├─┬ readable-stream@2.0.2
│ │ │ │ │ │ │ │ │   │ ├── core-util-is@1.0.1
│ │ │ │ │ │ │ │ │   │ ├── inherits@2.0.1
│ │ │ │ │ │ │ │ │   │ ├── isarray@0.0.1
│ │ │ │ │ │ │ │ │   │ ├── process-nextick-args@1.0.2
│ │ │ │ │ │ │ │ │   │ ├── string_decoder@0.10.31
│ │ │ │ │ │ │ │ │   │ └── util-deprecate@1.0.1
│ │ │ │ │ │ │ │ │   └── xtend@4.0.0
│ │ │ │ │ │ │ │ ├─┬ decompress-unzip@3.3.0
│ │ │ │ │ │ │ │ │ ├── is-zip@1.0.0
│ │ │ │ │ │ │ │ │ ├── stat-mode@0.2.1
│ │ │ │ │ │ │ │ │ ├─┬ strip-dirs@1.1.1
│ │ │ │ │ │ │ │ │ │ ├─┬ is-absolute@0.1.7
│ │ │ │ │ │ │ │ │ │ │ └── is-relative@0.1.3
│ │ │ │ │ │ │ │ │ │ ├── is-natural-number@2.0.0
│ │ │ │ │ │ │ │ │ │ ├── minimist@1.1.1
│ │ │ │ │ │ │ │ │ │ └── sum-up@1.0.2
│ │ │ │ │ │ │ │ │ ├─┬ through2@2.0.0
│ │ │ │ │ │ │ │ │ │ ├─┬ readable-stream@2.0.2
│ │ │ │ │ │ │ │ │ │ │ ├── core-util-is@1.0.1
│ │ │ │ │ │ │ │ │ │ │ ├── inherits@2.0.1
│ │ │ │ │ │ │ │ │ │ │ ├── isarray@0.0.1
│ │ │ │ │ │ │ │ │ │ │ ├── process-nextick-args@1.0.2
│ │ │ │ │ │ │ │ │ │ │ ├── string_decoder@0.10.31
│ │ │ │ │ │ │ │ │ │ │ └── util-deprecate@1.0.1
│ │ │ │ │ │ │ │ │ │ └── xtend@4.0.0
│ │ │ │ │ │ │ │ │ ├─┬ vinyl@0.5.0
│ │ │ │ │ │ │ │ │ │ ├── clone@1.0.2
│ │ │ │ │ │ │ │ │ │ ├── clone-stats@0.0.1
│ │ │ │ │ │ │ │ │ │ └── replace-ext@0.0.1
│ │ │ │ │ │ │ │ │ └─┬ yauzl@2.3.1
│ │ │ │ │ │ │ │ │   ├── fd-slicer@1.0.1
│ │ │ │ │ │ │ │ │   └── pend@1.2.0
│ │ │ │ │ │ │ │ └─┬ vinyl-assign@1.2.0
│ │ │ │ │ │ │ │   ├── object-assign@3.0.0
│ │ │ │ │ │ │ │   └─┬ readable-stream@2.0.2
│ │ │ │ │ │ │ │     ├── core-util-is@1.0.1
│ │ │ │ │ │ │ │     ├── inherits@2.0.1
│ │ │ │ │ │ │ │     ├── isarray@0.0.1
│ │ │ │ │ │ │ │     ├── process-nextick-args@1.0.2
│ │ │ │ │ │ │ │     ├── string_decoder@0.10.31
│ │ │ │ │ │ │ │     └── util-deprecate@1.0.1
│ │ │ │ │ │ │ └─┬ through2@0.6.5
│ │ │ │ │ │ │   ├─┬ readable-stream@1.0.33
│ │ │ │ │ │ │   │ ├── core-util-is@1.0.1
│ │ │ │ │ │ │   │ ├── inherits@2.0.1
│ │ │ │ │ │ │   │ ├── isarray@0.0.1
│ │ │ │ │ │ │   │ └── string_decoder@0.10.31
│ │ │ │ │ │ │   └── xtend@4.0.0
│ │ │ │ │ │ ├── is-url@1.2.1
│ │ │ │ │ │ ├── object-assign@2.1.1
│ │ │ │ │ │ ├─┬ read-all-stream@3.0.1
│ │ │ │ │ │ │ ├─┬ pinkie-promise@1.0.0
│ │ │ │ │ │ │ │ └── pinkie@1.0.0
│ │ │ │ │ │ │ └─┬ readable-stream@2.0.2
│ │ │ │ │ │ │   ├── core-util-is@1.0.1
│ │ │ │ │ │ │   ├── inherits@2.0.1
│ │ │ │ │ │ │   ├── isarray@0.0.1
│ │ │ │ │ │ │   ├── process-nextick-args@1.0.2
│ │ │ │ │ │ │   ├── string_decoder@0.10.31
│ │ │ │ │ │ │   └── util-deprecate@1.0.1
│ │ │ │ │ │ ├─┬ through2@2.0.0
│ │ │ │ │ │ │ ├─┬ readable-stream@2.0.2
│ │ │ │ │ │ │ │ ├── core-util-is@1.0.1
│ │ │ │ │ │ │ │ ├── inherits@2.0.1
│ │ │ │ │ │ │ │ ├── isarray@0.0.1
│ │ │ │ │ │ │ │ ├── process-nextick-args@1.0.2
│ │ │ │ │ │ │ │ ├── string_decoder@0.10.31
│ │ │ │ │ │ │ │ └── util-deprecate@1.0.1
│ │ │ │ │ │ │ └── xtend@4.0.0
│ │ │ │ │ │ ├─┬ vinyl@0.4.6
│ │ │ │ │ │ │ ├── clone@0.2.0
│ │ │ │ │ │ │ └── clone-stats@0.0.1
│ │ │ │ │ │ └─┬ ware@1.3.0
│ │ │ │ │ │   └─┬ wrap-fn@0.1.4
│ │ │ │ │ │     └── co@3.1.0
│ │ │ │ │ ├─┬ each-async@1.1.1
│ │ │ │ │ │ ├── onetime@1.0.0
│ │ │ │ │ │ └── set-immediate-shim@1.0.1
│ │ │ │ │ ├── lazy-req@1.0.0
│ │ │ │ │ └── os-filter-obj@1.0.3
│ │ │ │ └─┬ logalot@2.1.0
│ │ │ │   ├── figures@1.3.5
│ │ │ │   └─┬ squeak@1.2.0
│ │ │ │     ├─┬ chalk@0.5.1
│ │ │ │     │ ├── ansi-styles@1.1.0
│ │ │ │     │ ├── escape-string-regexp@1.0.3
│ │ │ │     │ ├─┬ has-ansi@0.1.0
│ │ │ │     │ │ └── ansi-regex@0.2.1
│ │ │ │     │ ├─┬ strip-ansi@0.3.0
│ │ │ │     │ │ └── ansi-regex@0.2.1
│ │ │ │     │ └── supports-color@0.2.0
│ │ │ │     └─┬ lpad-align@1.0.3
│ │ │ │       ├── longest@1.0.1
│ │ │ │       └── lpad@1.0.0
│ │ │ └── is-gif@1.0.0
│ │ ├─┬ imagemin-jpegtran@4.3.0
│ │ │ ├── is-jpg@1.0.0
│ │ │ ├─┬ jpegtran-bin@3.0.4
│ │ │ │ ├─┬ bin-build@2.1.2
│ │ │ │ │ ├─┬ archive-type@2.1.0
│ │ │ │ │ │ ├── file-type@2.8.0
│ │ │ │ │ │ └── read-chunk@1.0.1
│ │ │ │ │ ├─┬ decompress@2.3.0
│ │ │ │ │ │ ├─┬ decompress-tar@3.1.0
│ │ │ │ │ │ │ ├── is-tar@1.0.0
│ │ │ │ │ │ │ ├── object-assign@2.1.1
│ │ │ │ │ │ │ ├─┬ strip-dirs@1.1.1
│ │ │ │ │ │ │ │ ├─┬ is-absolute@0.1.7
│ │ │ │ │ │ │ │ │ └── is-relative@0.1.3
│ │ │ │ │ │ │ │ ├── is-natural-number@2.0.0
│ │ │ │ │ │ │ │ ├── minimist@1.1.1
│ │ │ │ │ │ │ │ └── sum-up@1.0.2
│ │ │ │ │ │ │ ├─┬ tar-stream@1.2.1
│ │ │ │ │ │ │ │ ├── bl@1.0.0
│ │ │ │ │ │ │ │ ├─┬ end-of-stream@1.1.0
│ │ │ │ │ │ │ │ │ └─┬ once@1.3.2
│ │ │ │ │ │ │ │ │   └── wrappy@1.0.1
│ │ │ │ │ │ │ │ ├─┬ readable-stream@2.0.2
│ │ │ │ │ │ │ │ │ ├── core-util-is@1.0.1
│ │ │ │ │ │ │ │ │ ├── inherits@2.0.1
│ │ │ │ │ │ │ │ │ ├── isarray@0.0.1
│ │ │ │ │ │ │ │ │ ├── process-nextick-args@1.0.2
│ │ │ │ │ │ │ │ │ ├── string_decoder@0.10.31
│ │ │ │ │ │ │ │ │ └── util-deprecate@1.0.1
│ │ │ │ │ │ │ │ └── xtend@4.0.0
│ │ │ │ │ │ │ ├─┬ through2@0.6.5
│ │ │ │ │ │ │ │ ├─┬ readable-stream@1.0.33
│ │ │ │ │ │ │ │ │ ├── core-util-is@1.0.1
│ │ │ │ │ │ │ │ │ ├── inherits@2.0.1
│ │ │ │ │ │ │ │ │ ├── isarray@0.0.1
│ │ │ │ │ │ │ │ │ └── string_decoder@0.10.31
│ │ │ │ │ │ │ │ └── xtend@4.0.0
│ │ │ │ │ │ │ └─┬ vinyl@0.4.6
│ │ │ │ │ │ │   ├── clone@0.2.0
│ │ │ │ │ │ │   └── clone-stats@0.0.1
│ │ │ │ │ │ ├─┬ decompress-tarbz2@3.1.0
│ │ │ │ │ │ │ ├── is-bzip2@1.0.0
│ │ │ │ │ │ │ ├── object-assign@2.1.1
│ │ │ │ │ │ │ ├─┬ seek-bzip@1.0.4
│ │ │ │ │ │ │ │ └── commander@2.4.0
│ │ │ │ │ │ │ ├─┬ strip-dirs@1.1.1
│ │ │ │ │ │ │ │ ├─┬ is-absolute@0.1.7
│ │ │ │ │ │ │ │ │ └── is-relative@0.1.3
│ │ │ │ │ │ │ │ ├── is-natural-number@2.0.0
│ │ │ │ │ │ │ │ ├── minimist@1.1.1
│ │ │ │ │ │ │ │ └── sum-up@1.0.2
│ │ │ │ │ │ │ ├─┬ tar-stream@1.2.1
│ │ │ │ │ │ │ │ ├── bl@1.0.0
│ │ │ │ │ │ │ │ ├─┬ end-of-stream@1.1.0
│ │ │ │ │ │ │ │ │ └─┬ once@1.3.2
│ │ │ │ │ │ │ │ │   └── wrappy@1.0.1
│ │ │ │ │ │ │ │ ├─┬ readable-stream@2.0.2
│ │ │ │ │ │ │ │ │ ├── core-util-is@1.0.1
│ │ │ │ │ │ │ │ │ ├── inherits@2.0.1
│ │ │ │ │ │ │ │ │ ├── isarray@0.0.1
│ │ │ │ │ │ │ │ │ ├── process-nextick-args@1.0.2
│ │ │ │ │ │ │ │ │ ├── string_decoder@0.10.31
│ │ │ │ │ │ │ │ │ └── util-deprecate@1.0.1
│ │ │ │ │ │ │ │ └── xtend@4.0.0
│ │ │ │ │ │ │ ├─┬ through2@0.6.5
│ │ │ │ │ │ │ │ ├─┬ readable-stream@1.0.33
│ │ │ │ │ │ │ │ │ ├── core-util-is@1.0.1
│ │ │ │ │ │ │ │ │ ├── inherits@2.0.1
│ │ │ │ │ │ │ │ │ ├── isarray@0.0.1
│ │ │ │ │ │ │ │ │ └── string_decoder@0.10.31
│ │ │ │ │ │ │ │ └── xtend@4.0.0
│ │ │ │ │ │ │ └─┬ vinyl@0.4.6
│ │ │ │ │ │ │   ├── clone@0.2.0
│ │ │ │ │ │ │   └── clone-stats@0.0.1
│ │ │ │ │ │ ├─┬ decompress-targz@3.1.0
│ │ │ │ │ │ │ ├── is-gzip@1.0.0
│ │ │ │ │ │ │ ├── object-assign@2.1.1
│ │ │ │ │ │ │ ├─┬ strip-dirs@1.1.1
│ │ │ │ │ │ │ │ ├─┬ is-absolute@0.1.7
│ │ │ │ │ │ │ │ │ └── is-relative@0.1.3
│ │ │ │ │ │ │ │ ├── is-natural-number@2.0.0
│ │ │ │ │ │ │ │ ├── minimist@1.1.1
│ │ │ │ │ │ │ │ └── sum-up@1.0.2
│ │ │ │ │ │ │ ├─┬ tar-stream@1.2.1
│ │ │ │ │ │ │ │ ├── bl@1.0.0
│ │ │ │ │ │ │ │ ├─┬ end-of-stream@1.1.0
│ │ │ │ │ │ │ │ │ └─┬ once@1.3.2
│ │ │ │ │ │ │ │ │   └── wrappy@1.0.1
│ │ │ │ │ │ │ │ ├─┬ readable-stream@2.0.2
│ │ │ │ │ │ │ │ │ ├── core-util-is@1.0.1
│ │ │ │ │ │ │ │ │ ├── inherits@2.0.1
│ │ │ │ │ │ │ │ │ ├── isarray@0.0.1
│ │ │ │ │ │ │ │ │ ├── process-nextick-args@1.0.2
│ │ │ │ │ │ │ │ │ ├── string_decoder@0.10.31
│ │ │ │ │ │ │ │ │ └── util-deprecate@1.0.1
│ │ │ │ │ │ │ │ └── xtend@4.0.0
│ │ │ │ │ │ │ ├─┬ through2@0.6.5
│ │ │ │ │ │ │ │ ├─┬ readable-stream@1.0.33
│ │ │ │ │ │ │ │ │ ├── core-util-is@1.0.1
│ │ │ │ │ │ │ │ │ ├── inherits@2.0.1
│ │ │ │ │ │ │ │ │ ├── isarray@0.0.1
│ │ │ │ │ │ │ │ │ └── string_decoder@0.10.31
│ │ │ │ │ │ │ │ └── xtend@4.0.0
│ │ │ │ │ │ │ └─┬ vinyl@0.4.6
│ │ │ │ │ │ │   ├── clone@0.2.0
│ │ │ │ │ │ │   └── clone-stats@0.0.1
│ │ │ │ │ │ ├─┬ decompress-unzip@3.3.0
│ │ │ │ │ │ │ ├── is-zip@1.0.0
│ │ │ │ │ │ │ ├─┬ read-all-stream@3.0.1
│ │ │ │ │ │ │ │ ├─┬ pinkie-promise@1.0.0
│ │ │ │ │ │ │ │ │ └── pinkie@1.0.0
│ │ │ │ │ │ │ │ └─┬ readable-stream@2.0.2
│ │ │ │ │ │ │ │   ├── core-util-is@1.0.1
│ │ │ │ │ │ │ │   ├── inherits@2.0.1
│ │ │ │ │ │ │ │   ├── isarray@0.0.1
│ │ │ │ │ │ │ │   ├── process-nextick-args@1.0.2
│ │ │ │ │ │ │ │   ├── string_decoder@0.10.31
│ │ │ │ │ │ │ │   └── util-deprecate@1.0.1
│ │ │ │ │ │ │ ├── stat-mode@0.2.1
│ │ │ │ │ │ │ ├─┬ strip-dirs@1.1.1
│ │ │ │ │ │ │ │ ├─┬ is-absolute@0.1.7
│ │ │ │ │ │ │ │ │ └── is-relative@0.1.3
│ │ │ │ │ │ │ │ ├── is-natural-number@2.0.0
│ │ │ │ │ │ │ │ ├── minimist@1.1.1
│ │ │ │ │ │ │ │ └── sum-up@1.0.2
│ │ │ │ │ │ │ ├─┬ vinyl@0.5.0
│ │ │ │ │ │ │ │ ├── clone@1.0.2
│ │ │ │ │ │ │ │ ├── clone-stats@0.0.1
│ │ │ │ │ │ │ │ └── replace-ext@0.0.1
│ │ │ │ │ │ │ └─┬ yauzl@2.3.1
│ │ │ │ │ │ │   ├── fd-slicer@1.0.1
│ │ │ │ │ │ │   └── pend@1.2.0
│ │ │ │ │ │ └─┬ vinyl-assign@1.2.0
│ │ │ │ │ │   └─┬ readable-stream@2.0.2
│ │ │ │ │ │     ├── core-util-is@1.0.1
│ │ │ │ │ │     ├── inherits@2.0.1
│ │ │ │ │ │     ├── isarray@0.0.1
│ │ │ │ │ │     ├── process-nextick-args@1.0.2
│ │ │ │ │ │     ├── string_decoder@0.10.31
│ │ │ │ │ │     └── util-deprecate@1.0.1
│ │ │ │ │ ├─┬ download@4.1.4
│ │ │ │ │ │ ├─┬ each-async@1.1.1
│ │ │ │ │ │ │ ├── onetime@1.0.0
│ │ │ │ │ │ │ └── set-immediate-shim@1.0.1
│ │ │ │ │ │ ├─┬ filenamify@1.2.0
│ │ │ │ │ │ │ ├── filename-reserved-regex@1.0.0
│ │ │ │ │ │ │ ├─┬ strip-outer@1.0.0
│ │ │ │ │ │ │ │ └── escape-string-regexp@1.0.3
│ │ │ │ │ │ │ └─┬ trim-repeated@1.0.0
│ │ │ │ │ │ │   └── escape-string-regexp@1.0.3
│ │ │ │ │ │ ├─┬ got@2.9.2
│ │ │ │ │ │ │ ├─┬ duplexify@3.4.2
│ │ │ │ │ │ │ │ ├─┬ end-of-stream@1.0.0
│ │ │ │ │ │ │ │ │ └─┬ once@1.3.2
│ │ │ │ │ │ │ │ │   └── wrappy@1.0.1
│ │ │ │ │ │ │ │ └─┬ readable-stream@2.0.2
│ │ │ │ │ │ │ │   ├── core-util-is@1.0.1
│ │ │ │ │ │ │ │   ├── inherits@2.0.1
│ │ │ │ │ │ │ │   ├── isarray@0.0.1
│ │ │ │ │ │ │ │   ├── process-nextick-args@1.0.2
│ │ │ │ │ │ │ │   ├── string_decoder@0.10.31
│ │ │ │ │ │ │ │   └── util-deprecate@1.0.1
│ │ │ │ │ │ │ ├── infinity-agent@2.0.3
│ │ │ │ │ │ │ ├── is-stream@1.0.1
│ │ │ │ │ │ │ ├── lowercase-keys@1.0.0
│ │ │ │ │ │ │ ├─┬ nested-error-stacks@1.0.1
│ │ │ │ │ │ │ │ └── inherits@2.0.1
│ │ │ │ │ │ │ ├── prepend-http@1.0.1
│ │ │ │ │ │ │ ├─┬ read-all-stream@2.2.0
│ │ │ │ │ │ │ │ └─┬ readable-stream@2.0.2
│ │ │ │ │ │ │ │   ├── core-util-is@1.0.1
│ │ │ │ │ │ │ │   ├── inherits@2.0.1
│ │ │ │ │ │ │ │   ├── isarray@0.0.1
│ │ │ │ │ │ │ │   ├── process-nextick-args@1.0.2
│ │ │ │ │ │ │ │   ├── string_decoder@0.10.31
│ │ │ │ │ │ │ │   └── util-deprecate@1.0.1
│ │ │ │ │ │ │ ├── statuses@1.2.1
│ │ │ │ │ │ │ └── timed-out@2.0.0
│ │ │ │ │ │ ├─┬ gulp-decompress@1.0.2
│ │ │ │ │ │ │ └─┬ through2@0.6.5
│ │ │ │ │ │ │   ├─┬ readable-stream@1.0.33
│ │ │ │ │ │ │   │ ├── core-util-is@1.0.1
│ │ │ │ │ │ │   │ ├── inherits@2.0.1
│ │ │ │ │ │ │   │ ├── isarray@0.0.1
│ │ │ │ │ │ │   │ └── string_decoder@0.10.31
│ │ │ │ │ │ │   └── xtend@4.0.0
│ │ │ │ │ │ ├── is-url@1.2.1
│ │ │ │ │ │ ├── object-assign@2.1.1
│ │ │ │ │ │ ├─┬ read-all-stream@3.0.1
│ │ │ │ │ │ │ ├─┬ pinkie-promise@1.0.0
│ │ │ │ │ │ │ │ └── pinkie@1.0.0
│ │ │ │ │ │ │ └─┬ readable-stream@2.0.2
│ │ │ │ │ │ │   ├── core-util-is@1.0.1
│ │ │ │ │ │ │   ├── inherits@2.0.1
│ │ │ │ │ │ │   ├── isarray@0.0.1
│ │ │ │ │ │ │   ├── process-nextick-args@1.0.2
│ │ │ │ │ │ │   ├── string_decoder@0.10.31
│ │ │ │ │ │ │   └── util-deprecate@1.0.1
│ │ │ │ │ │ ├─┬ vinyl@0.4.6
│ │ │ │ │ │ │ ├── clone@0.2.0
│ │ │ │ │ │ │ └── clone-stats@0.0.1
│ │ │ │ │ │ └─┬ ware@1.3.0
│ │ │ │ │ │   └─┬ wrap-fn@0.1.4
│ │ │ │ │ │     └── co@3.1.0
│ │ │ │ │ ├─┬ exec-series@1.0.2
│ │ │ │ │ │ └── async-each-series@1.0.0
│ │ │ │ │ ├─┬ rimraf@2.4.1
│ │ │ │ │ │ └─┬ glob@4.5.3
│ │ │ │ │ │   ├─┬ inflight@1.0.4
│ │ │ │ │ │   │ └── wrappy@1.0.1
│ │ │ │ │ │   ├── inherits@2.0.1
│ │ │ │ │ │   ├─┬ minimatch@2.0.8
│ │ │ │ │ │   │ └─┬ brace-expansion@1.1.0
│ │ │ │ │ │   │   ├── balanced-match@0.2.0
│ │ │ │ │ │   │   └── concat-map@0.0.1
│ │ │ │ │ │   └─┬ once@1.3.2
│ │ │ │ │ │     └── wrappy@1.0.1
│ │ │ │ │ ├─┬ tempfile@1.1.1
│ │ │ │ │ │ ├── os-tmpdir@1.0.1
│ │ │ │ │ │ └── uuid@2.0.1
│ │ │ │ │ └─┬ url-regex@2.1.3
│ │ │ │ │   └── ip-regex@1.0.3
│ │ │ │ ├─┬ bin-wrapper@3.0.2
│ │ │ │ │ ├─┬ bin-check@2.0.0
│ │ │ │ │ │ └── executable@1.1.0
│ │ │ │ │ ├─┬ bin-version-check@2.1.0
│ │ │ │ │ │ ├─┬ bin-version@1.0.1
│ │ │ │ │ │ │ └─┬ find-versions@1.1.3
│ │ │ │ │ │ │   ├── array-uniq@1.0.2
│ │ │ │ │ │ │   └── semver-regex@1.0.0
│ │ │ │ │ │ ├── minimist@1.1.1
│ │ │ │ │ │ ├── semver@4.3.6
│ │ │ │ │ │ └── semver-truncate@1.0.0
│ │ │ │ │ ├─┬ download@4.1.4
│ │ │ │ │ │ ├─┬ filenamify@1.2.0
│ │ │ │ │ │ │ ├── filename-reserved-regex@1.0.0
│ │ │ │ │ │ │ ├─┬ strip-outer@1.0.0
│ │ │ │ │ │ │ │ └── escape-string-regexp@1.0.3
│ │ │ │ │ │ │ └─┬ trim-repeated@1.0.0
│ │ │ │ │ │ │   └── escape-string-regexp@1.0.3
│ │ │ │ │ │ ├─┬ got@2.9.2
│ │ │ │ │ │ │ ├─┬ duplexify@3.4.2
│ │ │ │ │ │ │ │ ├─┬ end-of-stream@1.0.0
│ │ │ │ │ │ │ │ │ └─┬ once@1.3.2
│ │ │ │ │ │ │ │ │   └── wrappy@1.0.1
│ │ │ │ │ │ │ │ └─┬ readable-stream@2.0.2
│ │ │ │ │ │ │ │   ├── core-util-is@1.0.1
│ │ │ │ │ │ │ │   ├── inherits@2.0.1
│ │ │ │ │ │ │ │   ├── isarray@0.0.1
│ │ │ │ │ │ │ │   ├── process-nextick-args@1.0.2
│ │ │ │ │ │ │ │   ├── string_decoder@0.10.31
│ │ │ │ │ │ │ │   └── util-deprecate@1.0.1
│ │ │ │ │ │ │ ├── infinity-agent@2.0.3
│ │ │ │ │ │ │ ├── is-stream@1.0.1
│ │ │ │ │ │ │ ├── lowercase-keys@1.0.0
│ │ │ │ │ │ │ ├─┬ nested-error-stacks@1.0.1
│ │ │ │ │ │ │ │ └── inherits@2.0.1
│ │ │ │ │ │ │ ├── prepend-http@1.0.1
│ │ │ │ │ │ │ ├─┬ read-all-stream@2.2.0
│ │ │ │ │ │ │ │ └─┬ readable-stream@2.0.2
│ │ │ │ │ │ │ │   ├── core-util-is@1.0.1
│ │ │ │ │ │ │ │   ├── inherits@2.0.1
│ │ │ │ │ │ │ │   ├── isarray@0.0.1
│ │ │ │ │ │ │ │   ├── process-nextick-args@1.0.2
│ │ │ │ │ │ │ │   ├── string_decoder@0.10.31
│ │ │ │ │ │ │ │   └── util-deprecate@1.0.1
│ │ │ │ │ │ │ ├── statuses@1.2.1
│ │ │ │ │ │ │ └── timed-out@2.0.0
│ │ │ │ │ │ ├─┬ gulp-decompress@1.0.2
│ │ │ │ │ │ │ ├─┬ archive-type@2.1.0
│ │ │ │ │ │ │ │ ├── file-type@2.8.0
│ │ │ │ │ │ │ │ └── read-chunk@1.0.1
│ │ │ │ │ │ │ ├─┬ decompress@2.3.0
│ │ │ │ │ │ │ │ ├─┬ decompress-tar@3.1.0
│ │ │ │ │ │ │ │ │ ├── is-tar@1.0.0
│ │ │ │ │ │ │ │ │ ├─┬ strip-dirs@1.1.1
│ │ │ │ │ │ │ │ │ │ ├─┬ is-absolute@0.1.7
│ │ │ │ │ │ │ │ │ │ │ └── is-relative@0.1.3
│ │ │ │ │ │ │ │ │ │ ├── is-natural-number@2.0.0
│ │ │ │ │ │ │ │ │ │ ├── minimist@1.1.1
│ │ │ │ │ │ │ │ │ │ └── sum-up@1.0.2
│ │ │ │ │ │ │ │ │ └─┬ tar-stream@1.2.1
│ │ │ │ │ │ │ │ │   ├── bl@1.0.0
│ │ │ │ │ │ │ │ │   ├─┬ end-of-stream@1.1.0
│ │ │ │ │ │ │ │ │   │ └─┬ once@1.3.2
│ │ │ │ │ │ │ │ │   │   └── wrappy@1.0.1
│ │ │ │ │ │ │ │ │   ├─┬ readable-stream@2.0.2
│ │ │ │ │ │ │ │ │   │ ├── core-util-is@1.0.1
│ │ │ │ │ │ │ │ │   │ ├── inherits@2.0.1
│ │ │ │ │ │ │ │ │   │ ├── isarray@0.0.1
│ │ │ │ │ │ │ │ │   │ ├── process-nextick-args@1.0.2
│ │ │ │ │ │ │ │ │   │ ├── string_decoder@0.10.31
│ │ │ │ │ │ │ │ │   │ └── util-deprecate@1.0.1
│ │ │ │ │ │ │ │ │   └── xtend@4.0.0
│ │ │ │ │ │ │ │ ├─┬ decompress-tarbz2@3.1.0
│ │ │ │ │ │ │ │ │ ├── is-bzip2@1.0.0
│ │ │ │ │ │ │ │ │ ├─┬ seek-bzip@1.0.4
│ │ │ │ │ │ │ │ │ │ └── commander@2.4.0
│ │ │ │ │ │ │ │ │ ├─┬ strip-dirs@1.1.1
│ │ │ │ │ │ │ │ │ │ ├─┬ is-absolute@0.1.7
│ │ │ │ │ │ │ │ │ │ │ └── is-relative@0.1.3
│ │ │ │ │ │ │ │ │ │ ├── is-natural-number@2.0.0
│ │ │ │ │ │ │ │ │ │ ├── minimist@1.1.1
│ │ │ │ │ │ │ │ │ │ └── sum-up@1.0.2
│ │ │ │ │ │ │ │ │ └─┬ tar-stream@1.2.1
│ │ │ │ │ │ │ │ │   ├── bl@1.0.0
│ │ │ │ │ │ │ │ │   ├─┬ end-of-stream@1.1.0
│ │ │ │ │ │ │ │ │   │ └─┬ once@1.3.2
│ │ │ │ │ │ │ │ │   │   └── wrappy@1.0.1
│ │ │ │ │ │ │ │ │   ├─┬ readable-stream@2.0.2
│ │ │ │ │ │ │ │ │   │ ├── core-util-is@1.0.1
│ │ │ │ │ │ │ │ │   │ ├── inherits@2.0.1
│ │ │ │ │ │ │ │ │   │ ├── isarray@0.0.1
│ │ │ │ │ │ │ │ │   │ ├── process-nextick-args@1.0.2
│ │ │ │ │ │ │ │ │   │ ├── string_decoder@0.10.31
│ │ │ │ │ │ │ │ │   │ └── util-deprecate@1.0.1
│ │ │ │ │ │ │ │ │   └── xtend@4.0.0
│ │ │ │ │ │ │ │ ├─┬ decompress-targz@3.1.0
│ │ │ │ │ │ │ │ │ ├── is-gzip@1.0.0
│ │ │ │ │ │ │ │ │ ├─┬ strip-dirs@1.1.1
│ │ │ │ │ │ │ │ │ │ ├─┬ is-absolute@0.1.7
│ │ │ │ │ │ │ │ │ │ │ └── is-relative@0.1.3
│ │ │ │ │ │ │ │ │ │ ├── is-natural-number@2.0.0
│ │ │ │ │ │ │ │ │ │ ├── minimist@1.1.1
│ │ │ │ │ │ │ │ │ │ └── sum-up@1.0.2
│ │ │ │ │ │ │ │ │ └─┬ tar-stream@1.2.1
│ │ │ │ │ │ │ │ │   ├── bl@1.0.0
│ │ │ │ │ │ │ │ │   ├─┬ end-of-stream@1.1.0
│ │ │ │ │ │ │ │ │   │ └─┬ once@1.3.2
│ │ │ │ │ │ │ │ │   │   └── wrappy@1.0.1
│ │ │ │ │ │ │ │ │   ├─┬ readable-stream@2.0.2
│ │ │ │ │ │ │ │ │   │ ├── core-util-is@1.0.1
│ │ │ │ │ │ │ │ │   │ ├── inherits@2.0.1
│ │ │ │ │ │ │ │ │   │ ├── isarray@0.0.1
│ │ │ │ │ │ │ │ │   │ ├── process-nextick-args@1.0.2
│ │ │ │ │ │ │ │ │   │ ├── string_decoder@0.10.31
│ │ │ │ │ │ │ │ │   │ └── util-deprecate@1.0.1
│ │ │ │ │ │ │ │ │   └── xtend@4.0.0
│ │ │ │ │ │ │ │ ├─┬ decompress-unzip@3.3.0
│ │ │ │ │ │ │ │ │ ├── is-zip@1.0.0
│ │ │ │ │ │ │ │ │ ├── stat-mode@0.2.1
│ │ │ │ │ │ │ │ │ ├─┬ strip-dirs@1.1.1
│ │ │ │ │ │ │ │ │ │ ├─┬ is-absolute@0.1.7
│ │ │ │ │ │ │ │ │ │ │ └── is-relative@0.1.3
│ │ │ │ │ │ │ │ │ │ ├── is-natural-number@2.0.0
│ │ │ │ │ │ │ │ │ │ ├── minimist@1.1.1
│ │ │ │ │ │ │ │ │ │ └── sum-up@1.0.2
│ │ │ │ │ │ │ │ │ ├─┬ through2@2.0.0
│ │ │ │ │ │ │ │ │ │ ├─┬ readable-stream@2.0.2
│ │ │ │ │ │ │ │ │ │ │ ├── core-util-is@1.0.1
│ │ │ │ │ │ │ │ │ │ │ ├── inherits@2.0.1
│ │ │ │ │ │ │ │ │ │ │ ├── isarray@0.0.1
│ │ │ │ │ │ │ │ │ │ │ ├── process-nextick-args@1.0.2
│ │ │ │ │ │ │ │ │ │ │ ├── string_decoder@0.10.31
│ │ │ │ │ │ │ │ │ │ │ └── util-deprecate@1.0.1
│ │ │ │ │ │ │ │ │ │ └── xtend@4.0.0
│ │ │ │ │ │ │ │ │ ├─┬ vinyl@0.5.0
│ │ │ │ │ │ │ │ │ │ ├── clone@1.0.2
│ │ │ │ │ │ │ │ │ │ ├── clone-stats@0.0.1
│ │ │ │ │ │ │ │ │ │ └── replace-ext@0.0.1
│ │ │ │ │ │ │ │ │ └─┬ yauzl@2.3.1
│ │ │ │ │ │ │ │ │   ├── fd-slicer@1.0.1
│ │ │ │ │ │ │ │ │   └── pend@1.2.0
│ │ │ │ │ │ │ │ └─┬ vinyl-assign@1.2.0
│ │ │ │ │ │ │ │   ├── object-assign@3.0.0
│ │ │ │ │ │ │ │   └─┬ readable-stream@2.0.2
│ │ │ │ │ │ │ │     ├── core-util-is@1.0.1
│ │ │ │ │ │ │ │     ├── inherits@2.0.1
│ │ │ │ │ │ │ │     ├── isarray@0.0.1
│ │ │ │ │ │ │ │     ├── process-nextick-args@1.0.2
│ │ │ │ │ │ │ │     ├── string_decoder@0.10.31
│ │ │ │ │ │ │ │     └── util-deprecate@1.0.1
│ │ │ │ │ │ │ └─┬ through2@0.6.5
│ │ │ │ │ │ │   ├─┬ readable-stream@1.0.33
│ │ │ │ │ │ │   │ ├── core-util-is@1.0.1
│ │ │ │ │ │ │   │ ├── inherits@2.0.1
│ │ │ │ │ │ │   │ ├── isarray@0.0.1
│ │ │ │ │ │ │   │ └── string_decoder@0.10.31
│ │ │ │ │ │ │   └── xtend@4.0.0
│ │ │ │ │ │ ├── is-url@1.2.1
│ │ │ │ │ │ ├── object-assign@2.1.1
│ │ │ │ │ │ ├─┬ read-all-stream@3.0.1
│ │ │ │ │ │ │ ├─┬ pinkie-promise@1.0.0
│ │ │ │ │ │ │ │ └── pinkie@1.0.0
│ │ │ │ │ │ │ └─┬ readable-stream@2.0.2
│ │ │ │ │ │ │   ├── core-util-is@1.0.1
│ │ │ │ │ │ │   ├── inherits@2.0.1
│ │ │ │ │ │ │   ├── isarray@0.0.1
│ │ │ │ │ │ │   ├── process-nextick-args@1.0.2
│ │ │ │ │ │ │   ├── string_decoder@0.10.31
│ │ │ │ │ │ │   └── util-deprecate@1.0.1
│ │ │ │ │ │ ├─┬ vinyl@0.4.6
│ │ │ │ │ │ │ ├── clone@0.2.0
│ │ │ │ │ │ │ └── clone-stats@0.0.1
│ │ │ │ │ │ └─┬ ware@1.3.0
│ │ │ │ │ │   └─┬ wrap-fn@0.1.4
│ │ │ │ │ │     └── co@3.1.0
│ │ │ │ │ ├─┬ each-async@1.1.1
│ │ │ │ │ │ ├── onetime@1.0.0
│ │ │ │ │ │ └── set-immediate-shim@1.0.1
│ │ │ │ │ ├── lazy-req@1.0.0
│ │ │ │ │ └── os-filter-obj@1.0.3
│ │ │ │ └─┬ logalot@2.1.0
│ │ │ │   ├── figures@1.3.5
│ │ │ │   └─┬ squeak@1.2.0
│ │ │ │     ├─┬ chalk@0.5.1
│ │ │ │     │ ├── ansi-styles@1.1.0
│ │ │ │     │ ├── escape-string-regexp@1.0.3
│ │ │ │     │ ├─┬ has-ansi@0.1.0
│ │ │ │     │ │ └── ansi-regex@0.2.1
│ │ │ │     │ ├─┬ strip-ansi@0.3.0
│ │ │ │     │ │ └── ansi-regex@0.2.1
│ │ │ │     │ └── supports-color@0.2.0
│ │ │ │     └─┬ lpad-align@1.0.3
│ │ │ │       ├── longest@1.0.1
│ │ │ │       └── lpad@1.0.0
│ │ │ └─┬ through2@2.0.0
│ │ │   ├─┬ readable-stream@2.0.2
│ │ │   │ ├── core-util-is@1.0.1
│ │ │   │ ├── inherits@2.0.1
│ │ │   │ ├── isarray@0.0.1
│ │ │   │ ├── process-nextick-args@1.0.2
│ │ │   │ ├── string_decoder@0.10.31
│ │ │   │ └── util-deprecate@1.0.1
│ │ │   └── xtend@4.0.0
│ │ ├─┬ imagemin-optipng@4.3.0
│ │ │ ├─┬ exec-buffer@2.0.1
│ │ │ │ ├─┬ rimraf@2.4.1
│ │ │ │ │ └─┬ glob@4.5.3
│ │ │ │ │   ├─┬ inflight@1.0.4
│ │ │ │ │   │ └── wrappy@1.0.1
│ │ │ │ │   ├── inherits@2.0.1
│ │ │ │ │   ├─┬ minimatch@2.0.8
│ │ │ │ │   │ └─┬ brace-expansion@1.1.0
│ │ │ │ │   │   ├── balanced-match@0.2.0
│ │ │ │ │   │   └── concat-map@0.0.1
│ │ │ │ │   └─┬ once@1.3.2
│ │ │ │ │     └── wrappy@1.0.1
│ │ │ │ └─┬ tempfile@1.1.1
│ │ │ │   ├── os-tmpdir@1.0.1
│ │ │ │   └── uuid@2.0.1
│ │ │ ├── is-png@1.0.0
│ │ │ └─┬ optipng-bin@3.0.2
│ │ │   ├─┬ bin-build@2.1.2
│ │ │   │ ├─┬ archive-type@2.1.0
│ │ │   │ │ ├── file-type@2.8.0
│ │ │   │ │ └── read-chunk@1.0.1
│ │ │   │ ├─┬ decompress@2.3.0
│ │ │   │ │ ├─┬ decompress-tar@3.1.0
│ │ │   │ │ │ ├── is-tar@1.0.0
│ │ │   │ │ │ ├── object-assign@2.1.1
│ │ │   │ │ │ ├─┬ strip-dirs@1.1.1
│ │ │   │ │ │ │ ├─┬ is-absolute@0.1.7
│ │ │   │ │ │ │ │ └── is-relative@0.1.3
│ │ │   │ │ │ │ ├── is-natural-number@2.0.0
│ │ │   │ │ │ │ ├── minimist@1.1.1
│ │ │   │ │ │ │ └── sum-up@1.0.2
│ │ │   │ │ │ ├─┬ tar-stream@1.2.1
│ │ │   │ │ │ │ ├── bl@1.0.0
│ │ │   │ │ │ │ ├─┬ end-of-stream@1.1.0
│ │ │   │ │ │ │ │ └─┬ once@1.3.2
│ │ │   │ │ │ │ │   └── wrappy@1.0.1
│ │ │   │ │ │ │ ├─┬ readable-stream@2.0.2
│ │ │   │ │ │ │ │ ├── core-util-is@1.0.1
│ │ │   │ │ │ │ │ ├── inherits@2.0.1
│ │ │   │ │ │ │ │ ├── isarray@0.0.1
│ │ │   │ │ │ │ │ ├── process-nextick-args@1.0.2
│ │ │   │ │ │ │ │ ├── string_decoder@0.10.31
│ │ │   │ │ │ │ │ └── util-deprecate@1.0.1
│ │ │   │ │ │ │ └── xtend@4.0.0
│ │ │   │ │ │ └─┬ vinyl@0.4.6
│ │ │   │ │ │   ├── clone@0.2.0
│ │ │   │ │ │   └── clone-stats@0.0.1
│ │ │   │ │ ├─┬ decompress-tarbz2@3.1.0
│ │ │   │ │ │ ├── is-bzip2@1.0.0
│ │ │   │ │ │ ├── object-assign@2.1.1
│ │ │   │ │ │ ├─┬ seek-bzip@1.0.4
│ │ │   │ │ │ │ └── commander@2.4.0
│ │ │   │ │ │ ├─┬ strip-dirs@1.1.1
│ │ │   │ │ │ │ ├─┬ is-absolute@0.1.7
│ │ │   │ │ │ │ │ └── is-relative@0.1.3
│ │ │   │ │ │ │ ├── is-natural-number@2.0.0
│ │ │   │ │ │ │ ├── minimist@1.1.1
│ │ │   │ │ │ │ └── sum-up@1.0.2
│ │ │   │ │ │ ├─┬ tar-stream@1.2.1
│ │ │   │ │ │ │ ├── bl@1.0.0
│ │ │   │ │ │ │ ├─┬ end-of-stream@1.1.0
│ │ │   │ │ │ │ │ └─┬ once@1.3.2
│ │ │   │ │ │ │ │   └── wrappy@1.0.1
│ │ │   │ │ │ │ ├─┬ readable-stream@2.0.2
│ │ │   │ │ │ │ │ ├── core-util-is@1.0.1
│ │ │   │ │ │ │ │ ├── inherits@2.0.1
│ │ │   │ │ │ │ │ ├── isarray@0.0.1
│ │ │   │ │ │ │ │ ├── process-nextick-args@1.0.2
│ │ │   │ │ │ │ │ ├── string_decoder@0.10.31
│ │ │   │ │ │ │ │ └── util-deprecate@1.0.1
│ │ │   │ │ │ │ └── xtend@4.0.0
│ │ │   │ │ │ └─┬ vinyl@0.4.6
│ │ │   │ │ │   ├── clone@0.2.0
│ │ │   │ │ │   └── clone-stats@0.0.1
│ │ │   │ │ ├─┬ decompress-targz@3.1.0
│ │ │   │ │ │ ├── is-gzip@1.0.0
│ │ │   │ │ │ ├── object-assign@2.1.1
│ │ │   │ │ │ ├─┬ strip-dirs@1.1.1
│ │ │   │ │ │ │ ├─┬ is-absolute@0.1.7
│ │ │   │ │ │ │ │ └── is-relative@0.1.3
│ │ │   │ │ │ │ ├── is-natural-number@2.0.0
│ │ │   │ │ │ │ ├── minimist@1.1.1
│ │ │   │ │ │ │ └── sum-up@1.0.2
│ │ │   │ │ │ ├─┬ tar-stream@1.2.1
│ │ │   │ │ │ │ ├── bl@1.0.0
│ │ │   │ │ │ │ ├─┬ end-of-stream@1.1.0
│ │ │   │ │ │ │ │ └─┬ once@1.3.2
│ │ │   │ │ │ │ │   └── wrappy@1.0.1
│ │ │   │ │ │ │ ├─┬ readable-stream@2.0.2
│ │ │   │ │ │ │ │ ├── core-util-is@1.0.1
│ │ │   │ │ │ │ │ ├── inherits@2.0.1
│ │ │   │ │ │ │ │ ├── isarray@0.0.1
│ │ │   │ │ │ │ │ ├── process-nextick-args@1.0.2
│ │ │   │ │ │ │ │ ├── string_decoder@0.10.31
│ │ │   │ │ │ │ │ └── util-deprecate@1.0.1
│ │ │   │ │ │ │ └── xtend@4.0.0
│ │ │   │ │ │ └─┬ vinyl@0.4.6
│ │ │   │ │ │   ├── clone@0.2.0
│ │ │   │ │ │   └── clone-stats@0.0.1
│ │ │   │ │ ├─┬ decompress-unzip@3.3.0
│ │ │   │ │ │ ├── is-zip@1.0.0
│ │ │   │ │ │ ├─┬ read-all-stream@3.0.1
│ │ │   │ │ │ │ ├─┬ pinkie-promise@1.0.0
│ │ │   │ │ │ │ │ └── pinkie@1.0.0
│ │ │   │ │ │ │ └─┬ readable-stream@2.0.2
│ │ │   │ │ │ │   ├── core-util-is@1.0.1
│ │ │   │ │ │ │   ├── inherits@2.0.1
│ │ │   │ │ │ │   ├── isarray@0.0.1
│ │ │   │ │ │ │   ├── process-nextick-args@1.0.2
│ │ │   │ │ │ │   ├── string_decoder@0.10.31
│ │ │   │ │ │ │   └── util-deprecate@1.0.1
│ │ │   │ │ │ ├── stat-mode@0.2.1
│ │ │   │ │ │ ├─┬ strip-dirs@1.1.1
│ │ │   │ │ │ │ ├─┬ is-absolute@0.1.7
│ │ │   │ │ │ │ │ └── is-relative@0.1.3
│ │ │   │ │ │ │ ├── is-natural-number@2.0.0
│ │ │   │ │ │ │ ├── minimist@1.1.1
│ │ │   │ │ │ │ └── sum-up@1.0.2
│ │ │   │ │ │ ├─┬ through2@2.0.0
│ │ │   │ │ │ │ ├─┬ readable-stream@2.0.2
│ │ │   │ │ │ │ │ ├── core-util-is@1.0.1
│ │ │   │ │ │ │ │ ├── inherits@2.0.1
│ │ │   │ │ │ │ │ ├── isarray@0.0.1
│ │ │   │ │ │ │ │ ├── process-nextick-args@1.0.2
│ │ │   │ │ │ │ │ ├── string_decoder@0.10.31
│ │ │   │ │ │ │ │ └── util-deprecate@1.0.1
│ │ │   │ │ │ │ └── xtend@4.0.0
│ │ │   │ │ │ ├─┬ vinyl@0.5.0
│ │ │   │ │ │ │ ├── clone@1.0.2
│ │ │   │ │ │ │ ├── clone-stats@0.0.1
│ │ │   │ │ │ │ └── replace-ext@0.0.1
│ │ │   │ │ │ └─┬ yauzl@2.3.1
│ │ │   │ │ │   ├── fd-slicer@1.0.1
│ │ │   │ │ │   └── pend@1.2.0
│ │ │   │ │ └─┬ vinyl-assign@1.2.0
│ │ │   │ │   └─┬ readable-stream@2.0.2
│ │ │   │ │     ├── core-util-is@1.0.1
│ │ │   │ │     ├── inherits@2.0.1
│ │ │   │ │     ├── isarray@0.0.1
│ │ │   │ │     ├── process-nextick-args@1.0.2
│ │ │   │ │     ├── string_decoder@0.10.31
│ │ │   │ │     └── util-deprecate@1.0.1
│ │ │   │ ├─┬ download@4.1.4
│ │ │   │ │ ├─┬ each-async@1.1.1
│ │ │   │ │ │ ├── onetime@1.0.0
│ │ │   │ │ │ └── set-immediate-shim@1.0.1
│ │ │   │ │ ├─┬ filenamify@1.2.0
│ │ │   │ │ │ ├── filename-reserved-regex@1.0.0
│ │ │   │ │ │ ├─┬ strip-outer@1.0.0
│ │ │   │ │ │ │ └── escape-string-regexp@1.0.3
│ │ │   │ │ │ └─┬ trim-repeated@1.0.0
│ │ │   │ │ │   └── escape-string-regexp@1.0.3
│ │ │   │ │ ├─┬ got@2.9.2
│ │ │   │ │ │ ├─┬ duplexify@3.4.2
│ │ │   │ │ │ │ ├─┬ end-of-stream@1.0.0
│ │ │   │ │ │ │ │ └─┬ once@1.3.2
│ │ │   │ │ │ │ │   └── wrappy@1.0.1
│ │ │   │ │ │ │ └─┬ readable-stream@2.0.2
│ │ │   │ │ │ │   ├── core-util-is@1.0.1
│ │ │   │ │ │ │   ├── inherits@2.0.1
│ │ │   │ │ │ │   ├── isarray@0.0.1
│ │ │   │ │ │ │   ├── process-nextick-args@1.0.2
│ │ │   │ │ │ │   ├── string_decoder@0.10.31
│ │ │   │ │ │ │   └── util-deprecate@1.0.1
│ │ │   │ │ │ ├── infinity-agent@2.0.3
│ │ │   │ │ │ ├── is-stream@1.0.1
│ │ │   │ │ │ ├── lowercase-keys@1.0.0
│ │ │   │ │ │ ├─┬ nested-error-stacks@1.0.1
│ │ │   │ │ │ │ └── inherits@2.0.1
│ │ │   │ │ │ ├── prepend-http@1.0.1
│ │ │   │ │ │ ├─┬ read-all-stream@2.2.0
│ │ │   │ │ │ │ └─┬ readable-stream@2.0.2
│ │ │   │ │ │ │   ├── core-util-is@1.0.1
│ │ │   │ │ │ │   ├── inherits@2.0.1
│ │ │   │ │ │ │   ├── isarray@0.0.1
│ │ │   │ │ │ │   ├── process-nextick-args@1.0.2
│ │ │   │ │ │ │   ├── string_decoder@0.10.31
│ │ │   │ │ │ │   └── util-deprecate@1.0.1
│ │ │   │ │ │ ├── statuses@1.2.1
│ │ │   │ │ │ └── timed-out@2.0.0
│ │ │   │ │ ├─┬ gulp-decompress@1.0.2
│ │ │   │ │ │ └─┬ through2@0.6.5
│ │ │   │ │ │   ├─┬ readable-stream@1.0.33
│ │ │   │ │ │   │ ├── core-util-is@1.0.1
│ │ │   │ │ │   │ ├── inherits@2.0.1
│ │ │   │ │ │   │ ├── isarray@0.0.1
│ │ │   │ │ │   │ └── string_decoder@0.10.31
│ │ │   │ │ │   └── xtend@4.0.0
│ │ │   │ │ ├── is-url@1.2.1
│ │ │   │ │ ├── object-assign@2.1.1
│ │ │   │ │ ├─┬ read-all-stream@3.0.1
│ │ │   │ │ │ ├─┬ pinkie-promise@1.0.0
│ │ │   │ │ │ │ └── pinkie@1.0.0
│ │ │   │ │ │ └─┬ readable-stream@2.0.2
│ │ │   │ │ │   ├── core-util-is@1.0.1
│ │ │   │ │ │   ├── inherits@2.0.1
│ │ │   │ │ │   ├── isarray@0.0.1
│ │ │   │ │ │   ├── process-nextick-args@1.0.2
│ │ │   │ │ │   ├── string_decoder@0.10.31
│ │ │   │ │ │   └── util-deprecate@1.0.1
│ │ │   │ │ ├─┬ through2@2.0.0
│ │ │   │ │ │ ├─┬ readable-stream@2.0.2
│ │ │   │ │ │ │ ├── core-util-is@1.0.1
│ │ │   │ │ │ │ ├── inherits@2.0.1
│ │ │   │ │ │ │ ├── isarray@0.0.1
│ │ │   │ │ │ │ ├── process-nextick-args@1.0.2
│ │ │   │ │ │ │ ├── string_decoder@0.10.31
│ │ │   │ │ │ │ └── util-deprecate@1.0.1
│ │ │   │ │ │ └── xtend@4.0.0
│ │ │   │ │ ├─┬ vinyl@0.4.6
│ │ │   │ │ │ ├── clone@0.2.0
│ │ │   │ │ │ └── clone-stats@0.0.1
│ │ │   │ │ └─┬ ware@1.3.0
│ │ │   │ │   └─┬ wrap-fn@0.1.4
│ │ │   │ │     └── co@3.1.0
│ │ │   │ ├─┬ exec-series@1.0.2
│ │ │   │ │ └── async-each-series@1.0.0
│ │ │   │ ├─┬ rimraf@2.4.1
│ │ │   │ │ └─┬ glob@4.5.3
│ │ │   │ │   ├─┬ inflight@1.0.4
│ │ │   │ │   │ └── wrappy@1.0.1
│ │ │   │ │   ├── inherits@2.0.1
│ │ │   │ │   ├─┬ minimatch@2.0.8
│ │ │   │ │   │ └─┬ brace-expansion@1.1.0
│ │ │   │ │   │   ├── balanced-match@0.2.0
│ │ │   │ │   │   └── concat-map@0.0.1
│ │ │   │ │   └─┬ once@1.3.2
│ │ │   │ │     └── wrappy@1.0.1
│ │ │   │ ├─┬ tempfile@1.1.1
│ │ │   │ │ ├── os-tmpdir@1.0.1
│ │ │   │ │ └── uuid@2.0.1
│ │ │   │ └─┬ url-regex@2.1.3
│ │ │   │   └── ip-regex@1.0.3
│ │ │   ├─┬ bin-wrapper@3.0.2
│ │ │   │ ├─┬ bin-check@2.0.0
│ │ │   │ │ └── executable@1.1.0
│ │ │   │ ├─┬ bin-version-check@2.1.0
│ │ │   │ │ ├─┬ bin-version@1.0.1
│ │ │   │ │ │ └─┬ find-versions@1.1.3
│ │ │   │ │ │   ├── array-uniq@1.0.2
│ │ │   │ │ │   └── semver-regex@1.0.0
│ │ │   │ │ ├── minimist@1.1.1
│ │ │   │ │ ├── semver@4.3.6
│ │ │   │ │ └── semver-truncate@1.0.0
│ │ │   │ ├─┬ download@4.1.4
│ │ │   │ │ ├─┬ filenamify@1.2.0
│ │ │   │ │ │ ├── filename-reserved-regex@1.0.0
│ │ │   │ │ │ ├─┬ strip-outer@1.0.0
│ │ │   │ │ │ │ └── escape-string-regexp@1.0.3
│ │ │   │ │ │ └─┬ trim-repeated@1.0.0
│ │ │   │ │ │   └── escape-string-regexp@1.0.3
│ │ │   │ │ ├─┬ got@2.9.2
│ │ │   │ │ │ ├─┬ duplexify@3.4.2
│ │ │   │ │ │ │ ├─┬ end-of-stream@1.0.0
│ │ │   │ │ │ │ │ └─┬ once@1.3.2
│ │ │   │ │ │ │ │   └── wrappy@1.0.1
│ │ │   │ │ │ │ └─┬ readable-stream@2.0.2
│ │ │   │ │ │ │   ├── core-util-is@1.0.1
│ │ │   │ │ │ │   ├── inherits@2.0.1
│ │ │   │ │ │ │   ├── isarray@0.0.1
│ │ │   │ │ │ │   ├── process-nextick-args@1.0.2
│ │ │   │ │ │ │   ├── string_decoder@0.10.31
│ │ │   │ │ │ │   └── util-deprecate@1.0.1
│ │ │   │ │ │ ├── infinity-agent@2.0.3
│ │ │   │ │ │ ├── is-stream@1.0.1
│ │ │   │ │ │ ├── lowercase-keys@1.0.0
│ │ │   │ │ │ ├─┬ nested-error-stacks@1.0.1
│ │ │   │ │ │ │ └── inherits@2.0.1
│ │ │   │ │ │ ├── prepend-http@1.0.1
│ │ │   │ │ │ ├─┬ read-all-stream@2.2.0
│ │ │   │ │ │ │ └─┬ readable-stream@2.0.2
│ │ │   │ │ │ │   ├── core-util-is@1.0.1
│ │ │   │ │ │ │   ├── inherits@2.0.1
│ │ │   │ │ │ │   ├── isarray@0.0.1
│ │ │   │ │ │ │   ├── process-nextick-args@1.0.2
│ │ │   │ │ │ │   ├── string_decoder@0.10.31
│ │ │   │ │ │ │   └── util-deprecate@1.0.1
│ │ │   │ │ │ ├── statuses@1.2.1
│ │ │   │ │ │ └── timed-out@2.0.0
│ │ │   │ │ ├─┬ gulp-decompress@1.0.2
│ │ │   │ │ │ ├─┬ archive-type@2.1.0
│ │ │   │ │ │ │ ├── file-type@2.8.0
│ │ │   │ │ │ │ └── read-chunk@1.0.1
│ │ │   │ │ │ ├─┬ decompress@2.3.0
│ │ │   │ │ │ │ ├─┬ decompress-tar@3.1.0
│ │ │   │ │ │ │ │ ├── is-tar@1.0.0
│ │ │   │ │ │ │ │ ├─┬ strip-dirs@1.1.1
│ │ │   │ │ │ │ │ │ ├─┬ is-absolute@0.1.7
│ │ │   │ │ │ │ │ │ │ └── is-relative@0.1.3
│ │ │   │ │ │ │ │ │ ├── is-natural-number@2.0.0
│ │ │   │ │ │ │ │ │ ├── minimist@1.1.1
│ │ │   │ │ │ │ │ │ └── sum-up@1.0.2
│ │ │   │ │ │ │ │ └─┬ tar-stream@1.2.1
│ │ │   │ │ │ │ │   ├── bl@1.0.0
│ │ │   │ │ │ │ │   ├─┬ end-of-stream@1.1.0
│ │ │   │ │ │ │ │   │ └─┬ once@1.3.2
│ │ │   │ │ │ │ │   │   └── wrappy@1.0.1
│ │ │   │ │ │ │ │   ├─┬ readable-stream@2.0.2
│ │ │   │ │ │ │ │   │ ├── core-util-is@1.0.1
│ │ │   │ │ │ │ │   │ ├── inherits@2.0.1
│ │ │   │ │ │ │ │   │ ├── isarray@0.0.1
│ │ │   │ │ │ │ │   │ ├── process-nextick-args@1.0.2
│ │ │   │ │ │ │ │   │ ├── string_decoder@0.10.31
│ │ │   │ │ │ │ │   │ └── util-deprecate@1.0.1
│ │ │   │ │ │ │ │   └── xtend@4.0.0
│ │ │   │ │ │ │ ├─┬ decompress-tarbz2@3.1.0
│ │ │   │ │ │ │ │ ├── is-bzip2@1.0.0
│ │ │   │ │ │ │ │ ├─┬ seek-bzip@1.0.4
│ │ │   │ │ │ │ │ │ └── commander@2.4.0
│ │ │   │ │ │ │ │ ├─┬ strip-dirs@1.1.1
│ │ │   │ │ │ │ │ │ ├─┬ is-absolute@0.1.7
│ │ │   │ │ │ │ │ │ │ └── is-relative@0.1.3
│ │ │   │ │ │ │ │ │ ├── is-natural-number@2.0.0
│ │ │   │ │ │ │ │ │ ├── minimist@1.1.1
│ │ │   │ │ │ │ │ │ └── sum-up@1.0.2
│ │ │   │ │ │ │ │ └─┬ tar-stream@1.2.1
│ │ │   │ │ │ │ │   ├── bl@1.0.0
│ │ │   │ │ │ │ │   ├─┬ end-of-stream@1.1.0
│ │ │   │ │ │ │ │   │ └─┬ once@1.3.2
│ │ │   │ │ │ │ │   │   └── wrappy@1.0.1
│ │ │   │ │ │ │ │   ├─┬ readable-stream@2.0.2
│ │ │   │ │ │ │ │   │ ├── core-util-is@1.0.1
│ │ │   │ │ │ │ │   │ ├── inherits@2.0.1
│ │ │   │ │ │ │ │   │ ├── isarray@0.0.1
│ │ │   │ │ │ │ │   │ ├── process-nextick-args@1.0.2
│ │ │   │ │ │ │ │   │ ├── string_decoder@0.10.31
│ │ │   │ │ │ │ │   │ └── util-deprecate@1.0.1
│ │ │   │ │ │ │ │   └── xtend@4.0.0
│ │ │   │ │ │ │ ├─┬ decompress-targz@3.1.0
│ │ │   │ │ │ │ │ ├── is-gzip@1.0.0
│ │ │   │ │ │ │ │ ├─┬ strip-dirs@1.1.1
│ │ │   │ │ │ │ │ │ ├─┬ is-absolute@0.1.7
│ │ │   │ │ │ │ │ │ │ └── is-relative@0.1.3
│ │ │   │ │ │ │ │ │ ├── is-natural-number@2.0.0
│ │ │   │ │ │ │ │ │ ├── minimist@1.1.1
│ │ │   │ │ │ │ │ │ └── sum-up@1.0.2
│ │ │   │ │ │ │ │ └─┬ tar-stream@1.2.1
│ │ │   │ │ │ │ │   ├── bl@1.0.0
│ │ │   │ │ │ │ │   ├─┬ end-of-stream@1.1.0
│ │ │   │ │ │ │ │   │ └─┬ once@1.3.2
│ │ │   │ │ │ │ │   │   └── wrappy@1.0.1
│ │ │   │ │ │ │ │   ├─┬ readable-stream@2.0.2
│ │ │   │ │ │ │ │   │ ├── core-util-is@1.0.1
│ │ │   │ │ │ │ │   │ ├── inherits@2.0.1
│ │ │   │ │ │ │ │   │ ├── isarray@0.0.1
│ │ │   │ │ │ │ │   │ ├── process-nextick-args@1.0.2
│ │ │   │ │ │ │ │   │ ├── string_decoder@0.10.31
│ │ │   │ │ │ │ │   │ └── util-deprecate@1.0.1
│ │ │   │ │ │ │ │   └── xtend@4.0.0
│ │ │   │ │ │ │ ├─┬ decompress-unzip@3.3.0
│ │ │   │ │ │ │ │ ├── is-zip@1.0.0
│ │ │   │ │ │ │ │ ├── stat-mode@0.2.1
│ │ │   │ │ │ │ │ ├─┬ strip-dirs@1.1.1
│ │ │   │ │ │ │ │ │ ├─┬ is-absolute@0.1.7
│ │ │   │ │ │ │ │ │ │ └── is-relative@0.1.3
│ │ │   │ │ │ │ │ │ ├── is-natural-number@2.0.0
│ │ │   │ │ │ │ │ │ ├── minimist@1.1.1
│ │ │   │ │ │ │ │ │ └── sum-up@1.0.2
│ │ │   │ │ │ │ │ ├─┬ through2@2.0.0
│ │ │   │ │ │ │ │ │ ├─┬ readable-stream@2.0.2
│ │ │   │ │ │ │ │ │ │ ├── core-util-is@1.0.1
│ │ │   │ │ │ │ │ │ │ ├── inherits@2.0.1
│ │ │   │ │ │ │ │ │ │ ├── isarray@0.0.1
│ │ │   │ │ │ │ │ │ │ ├── process-nextick-args@1.0.2
│ │ │   │ │ │ │ │ │ │ ├── string_decoder@0.10.31
│ │ │   │ │ │ │ │ │ │ └── util-deprecate@1.0.1
│ │ │   │ │ │ │ │ │ └── xtend@4.0.0
│ │ │   │ │ │ │ │ ├─┬ vinyl@0.5.0
│ │ │   │ │ │ │ │ │ ├── clone@1.0.2
│ │ │   │ │ │ │ │ │ ├── clone-stats@0.0.1
│ │ │   │ │ │ │ │ │ └── replace-ext@0.0.1
│ │ │   │ │ │ │ │ └─┬ yauzl@2.3.1
│ │ │   │ │ │ │ │   ├── fd-slicer@1.0.1
│ │ │   │ │ │ │ │   └── pend@1.2.0
│ │ │   │ │ │ │ └─┬ vinyl-assign@1.2.0
│ │ │   │ │ │ │   ├── object-assign@3.0.0
│ │ │   │ │ │ │   └─┬ readable-stream@2.0.2
│ │ │   │ │ │ │     ├── core-util-is@1.0.1
│ │ │   │ │ │ │     ├── inherits@2.0.1
│ │ │   │ │ │ │     ├── isarray@0.0.1
│ │ │   │ │ │ │     ├── process-nextick-args@1.0.2
│ │ │   │ │ │ │     ├── string_decoder@0.10.31
│ │ │   │ │ │ │     └── util-deprecate@1.0.1
│ │ │   │ │ │ └─┬ through2@0.6.5
│ │ │   │ │ │   ├─┬ readable-stream@1.0.33
│ │ │   │ │ │   │ ├── core-util-is@1.0.1
│ │ │   │ │ │   │ ├── inherits@2.0.1
│ │ │   │ │ │   │ ├── isarray@0.0.1
│ │ │   │ │ │   │ └── string_decoder@0.10.31
│ │ │   │ │ │   └── xtend@4.0.0
│ │ │   │ │ ├── is-url@1.2.1
│ │ │   │ │ ├── object-assign@2.1.1
│ │ │   │ │ ├─┬ read-all-stream@3.0.1
│ │ │   │ │ │ ├─┬ pinkie-promise@1.0.0
│ │ │   │ │ │ │ └── pinkie@1.0.0
│ │ │   │ │ │ └─┬ readable-stream@2.0.2
│ │ │   │ │ │   ├── core-util-is@1.0.1
│ │ │   │ │ │   ├── inherits@2.0.1
│ │ │   │ │ │   ├── isarray@0.0.1
│ │ │   │ │ │   ├── process-nextick-args@1.0.2
│ │ │   │ │ │   ├── string_decoder@0.10.31
│ │ │   │ │ │   └── util-deprecate@1.0.1
│ │ │   │ │ ├─┬ through2@2.0.0
│ │ │   │ │ │ ├─┬ readable-stream@2.0.2
│ │ │   │ │ │ │ ├── core-util-is@1.0.1
│ │ │   │ │ │ │ ├── inherits@2.0.1
│ │ │   │ │ │ │ ├── isarray@0.0.1
│ │ │   │ │ │ │ ├── process-nextick-args@1.0.2
│ │ │   │ │ │ │ ├── string_decoder@0.10.31
│ │ │   │ │ │ │ └── util-deprecate@1.0.1
│ │ │   │ │ │ └── xtend@4.0.0
│ │ │   │ │ ├─┬ vinyl@0.4.6
│ │ │   │ │ │ ├── clone@0.2.0
│ │ │   │ │ │ └── clone-stats@0.0.1
│ │ │   │ │ └─┬ ware@1.3.0
│ │ │   │ │   └─┬ wrap-fn@0.1.4
│ │ │   │ │     └── co@3.1.0
│ │ │   │ ├─┬ each-async@1.1.1
│ │ │   │ │ ├── onetime@1.0.0
│ │ │   │ │ └── set-immediate-shim@1.0.1
│ │ │   │ ├── lazy-req@1.0.0
│ │ │   │ └── os-filter-obj@1.0.3
│ │ │   └─┬ logalot@2.1.0
│ │ │     ├── figures@1.3.5
│ │ │     └─┬ squeak@1.2.0
│ │ │       ├─┬ chalk@0.5.1
│ │ │       │ ├── ansi-styles@1.1.0
│ │ │       │ ├── escape-string-regexp@1.0.3
│ │ │       │ ├─┬ has-ansi@0.1.0
│ │ │       │ │ └── ansi-regex@0.2.1
│ │ │       │ ├─┬ strip-ansi@0.3.0
│ │ │       │ │ └── ansi-regex@0.2.1
│ │ │       │ └── supports-color@0.2.0
│ │ │       └─┬ lpad-align@1.0.3
│ │ │         ├── longest@1.0.1
│ │ │         └── lpad@1.0.0
│ │ ├─┬ imagemin-svgo@4.1.2
│ │ │ ├── is-svg@1.1.1
│ │ │ └─┬ svgo@0.5.3
│ │ │   ├─┬ coa@1.0.1
│ │ │   │ └── q@1.4.1
│ │ │   ├── colors@1.1.2
│ │ │   ├─┬ js-yaml@3.3.1
│ │ │   │ ├─┬ argparse@1.0.2
│ │ │   │ │ ├── lodash@3.10.0
│ │ │   │ │ └── sprintf-js@1.0.3
│ │ │   │ └── esprima@2.2.0
│ │ │   ├─┬ mkdirp@0.5.1
│ │ │   │ └── minimist@0.0.8
│ │ │   ├── sax@1.1.1
│ │ │   └── whet.extend@0.9.9
│ │ ├─┬ meow@3.3.0
│ │ │ ├─┬ camelcase-keys@1.0.0
│ │ │ │ ├── camelcase@1.1.0
│ │ │ │ └── map-obj@1.0.1
│ │ │ ├─┬ indent-string@1.2.1
│ │ │ │ └─┬ repeating@1.1.3
│ │ │ │   └─┬ is-finite@1.0.1
│ │ │ │     └── number-is-nan@1.0.0
│ │ │ └── minimist@1.1.1
│ │ ├── optional@0.1.3
│ │ ├── path-exists@1.0.0
│ │ ├─┬ stream-combiner2@1.0.2
│ │ │ ├─┬ duplexer2@0.0.2
│ │ │ │ └─┬ readable-stream@1.1.13
│ │ │ │   ├── core-util-is@1.0.1
│ │ │ │   ├── inherits@2.0.1
│ │ │ │   ├── isarray@0.0.1
│ │ │ │   └── string_decoder@0.10.31
│ │ │ └─┬ through2@0.5.1
│ │ │   ├─┬ readable-stream@1.0.33
│ │ │   │ ├── core-util-is@1.0.1
│ │ │   │ ├── inherits@2.0.1
│ │ │   │ ├── isarray@0.0.1
│ │ │   │ └── string_decoder@0.10.31
│ │ │   └── xtend@3.0.0
│ │ ├─┬ through2@0.6.5
│ │ │ ├─┬ readable-stream@1.0.33
│ │ │ │ ├── core-util-is@1.0.1
│ │ │ │ ├── inherits@2.0.1
│ │ │ │ ├── isarray@0.0.1
│ │ │ │ └── string_decoder@0.10.31
│ │ │ └── xtend@4.0.0
│ │ └─┬ vinyl-fs@1.0.0
│ │   ├─┬ duplexify@3.4.2
│ │   │ ├─┬ end-of-stream@1.0.0
│ │   │ │ └─┬ once@1.3.2
│ │   │ │   └── wrappy@1.0.1
│ │   │ └─┬ readable-stream@2.0.2
│ │   │   ├── core-util-is@1.0.1
│ │   │   ├── inherits@2.0.1
│ │   │   ├── isarray@0.0.1
│ │   │   ├── process-nextick-args@1.0.2
│ │   │   ├── string_decoder@0.10.31
│ │   │   └── util-deprecate@1.0.1
│ │   ├─┬ glob-stream@4.1.1
│ │   │ ├─┬ glob@4.5.3
│ │   │ │ ├─┬ inflight@1.0.4
│ │   │ │ │ └── wrappy@1.0.1
│ │   │ │ ├── inherits@2.0.1
│ │   │ │ └─┬ once@1.3.2
│ │   │ │   └── wrappy@1.0.1
│ │   │ ├─┬ glob2base@0.0.12
│ │   │ │ └── find-index@0.1.1
│ │   │ ├─┬ minimatch@2.0.8
│ │   │ │ └─┬ brace-expansion@1.1.0
│ │   │ │   ├── balanced-match@0.2.0
│ │   │ │   └── concat-map@0.0.1
│ │   │ ├── ordered-read-streams@0.1.0
│ │   │ └─┬ unique-stream@2.2.0
│ │   │   └─┬ through2-filter@2.0.0
│ │   │     ├─┬ through2@2.0.0
│ │   │     │ └─┬ readable-stream@2.0.2
│ │   │     │   ├── core-util-is@1.0.1
│ │   │     │   ├── inherits@2.0.1
│ │   │     │   ├── isarray@0.0.1
│ │   │     │   ├── process-nextick-args@1.0.2
│ │   │     │   ├── string_decoder@0.10.31
│ │   │     │   └── util-deprecate@1.0.1
│ │   │     └── xtend@4.0.0
│ │   ├─┬ glob-watcher@0.0.8
│ │   │ └─┬ gaze@0.5.1
│ │   │   └─┬ globule@0.1.0
│ │   │     ├─┬ glob@3.1.21
│ │   │     │ ├── graceful-fs@1.2.3
│ │   │     │ └── inherits@1.0.0
│ │   │     ├── lodash@1.0.2
│ │   │     └─┬ minimatch@0.2.14
│ │   │       ├── lru-cache@2.6.5
│ │   │       └── sigmund@1.0.1
│ │   ├── graceful-fs@3.0.8
│ │   ├── merge-stream@0.1.8
│ │   ├─┬ mkdirp@0.5.1
│ │   │ └── minimist@0.0.8
│ │   ├── object-assign@2.1.1
│ │   ├─┬ strip-bom@1.0.0
│ │   │ ├── first-chunk-stream@1.0.0
│ │   │ └── is-utf8@0.2.0
│ │   └─┬ vinyl@0.4.6
│ │     ├── clone@0.2.0
│ │     └── clone-stats@0.0.1
│ ├── object-assign@3.0.0
│ ├── plur@1.0.0
│ ├─┬ pretty-bytes@2.0.1
│ │ ├── get-stdin@4.0.1
│ │ ├─┬ meow@3.3.0
│ │ │ ├─┬ camelcase-keys@1.0.0
│ │ │ │ ├── camelcase@1.1.0
│ │ │ │ └── map-obj@1.0.1
│ │ │ ├─┬ indent-string@1.2.1
│ │ │ │ └─┬ repeating@1.1.3
│ │ │ │   └── is-finite@1.0.1
│ │ │ └── minimist@1.1.1
│ │ └── number-is-nan@1.0.0
│ └─┬ through2-concurrent@1.1.0
│   └─┬ through2@2.0.0
│     ├─┬ readable-stream@2.0.2
│     │ ├── core-util-is@1.0.1
│     │ ├── inherits@2.0.1
│     │ ├── isarray@0.0.1
│     │ ├── process-nextick-args@1.0.2
│     │ ├── string_decoder@0.10.31
│     │ └── util-deprecate@1.0.1
│     └── xtend@4.0.0
├─┬ gulp-inject@1.3.1
│ ├─┬ event-stream@3.3.1
│ │ ├── duplexer@0.1.1
│ │ ├── from@0.1.3
│ │ ├── map-stream@0.1.0
│ │ ├── pause-stream@0.0.11
│ │ ├── split@0.3.3
│ │ ├── stream-combiner@0.0.4
│ │ └── through@2.3.8
│ └─┬ gulp-util@3.0.6
│   ├── array-differ@1.0.0
│   ├── array-uniq@1.0.2
│   ├── beeper@1.1.0
│   ├─┬ chalk@1.1.0
│   │ ├── ansi-styles@2.1.0
│   │ ├── escape-string-regexp@1.0.3
│   │ ├─┬ has-ansi@2.0.0
│   │ │ └── ansi-regex@2.0.0
│   │ ├─┬ strip-ansi@3.0.0
│   │ │ └── ansi-regex@2.0.0
│   │ └── supports-color@2.0.0
│   ├─┬ dateformat@1.0.11
│   │ ├── get-stdin@4.0.1
│   │ └─┬ meow@3.3.0
│   │   ├─┬ camelcase-keys@1.0.0
│   │   │ ├── camelcase@1.1.0
│   │   │ └── map-obj@1.0.1
│   │   └─┬ indent-string@1.2.1
│   │     └─┬ repeating@1.1.3
│   │       └─┬ is-finite@1.0.1
│   │         └── number-is-nan@1.0.0
│   ├── lodash._reescape@3.0.0
│   ├── lodash._reevaluate@3.0.0
│   ├── lodash._reinterpolate@3.0.0
│   ├─┬ lodash.template@3.6.2
│   │ ├── lodash._basecopy@3.0.1
│   │ ├── lodash._basetostring@3.0.1
│   │ ├── lodash._basevalues@3.0.0
│   │ ├── lodash._isiterateecall@3.0.9
│   │ ├── lodash.escape@3.0.0
│   │ ├─┬ lodash.keys@3.1.2
│   │ │ ├── lodash._getnative@3.9.1
│   │ │ ├── lodash.isarguments@3.0.4
│   │ │ └── lodash.isarray@3.0.4
│   │ ├── lodash.restparam@3.6.1
│   │ └── lodash.templatesettings@3.1.0
│   ├── minimist@1.1.1
│   ├─┬ multipipe@0.1.2
│   │ └─┬ duplexer2@0.0.2
│   │   └─┬ readable-stream@1.1.13
│   │     ├── core-util-is@1.0.1
│   │     ├── inherits@2.0.1
│   │     ├── isarray@0.0.1
│   │     └── string_decoder@0.10.31
│   ├── object-assign@3.0.0
│   ├── replace-ext@0.0.1
│   ├─┬ through2@2.0.0
│   │ ├─┬ readable-stream@2.0.2
│   │ │ ├── core-util-is@1.0.1
│   │ │ ├── inherits@2.0.1
│   │ │ ├── isarray@0.0.1
│   │ │ ├── process-nextick-args@1.0.2
│   │ │ ├── string_decoder@0.10.31
│   │ │ └── util-deprecate@1.0.1
│   │ └── xtend@4.0.0
│   └─┬ vinyl@0.5.0
│     ├── clone@1.0.2
│     └── clone-stats@0.0.1
├─┬ gulp-jshint@1.11.2
│ ├─┬ gulp-util@3.0.6
│ │ ├── array-differ@1.0.0
│ │ ├── array-uniq@1.0.2
│ │ ├── beeper@1.1.0
│ │ ├─┬ chalk@1.1.0
│ │ │ ├── ansi-styles@2.1.0
│ │ │ ├── escape-string-regexp@1.0.3
│ │ │ ├─┬ has-ansi@2.0.0
│ │ │ │ └── ansi-regex@2.0.0
│ │ │ ├─┬ strip-ansi@3.0.0
│ │ │ │ └── ansi-regex@2.0.0
│ │ │ └── supports-color@2.0.0
│ │ ├─┬ dateformat@1.0.11
│ │ │ ├── get-stdin@4.0.1
│ │ │ └─┬ meow@3.3.0
│ │ │   ├─┬ camelcase-keys@1.0.0
│ │ │   │ ├── camelcase@1.1.0
│ │ │   │ └── map-obj@1.0.1
│ │ │   └─┬ indent-string@1.2.1
│ │ │     └─┬ repeating@1.1.3
│ │ │       └─┬ is-finite@1.0.1
│ │ │         └── number-is-nan@1.0.0
│ │ ├── lodash._reescape@3.0.0
│ │ ├── lodash._reevaluate@3.0.0
│ │ ├── lodash._reinterpolate@3.0.0
│ │ ├─┬ lodash.template@3.6.2
│ │ │ ├── lodash._basecopy@3.0.1
│ │ │ ├── lodash._basetostring@3.0.1
│ │ │ ├── lodash._basevalues@3.0.0
│ │ │ ├── lodash._isiterateecall@3.0.9
│ │ │ ├── lodash.escape@3.0.0
│ │ │ ├─┬ lodash.keys@3.1.2
│ │ │ │ ├── lodash._getnative@3.9.1
│ │ │ │ ├── lodash.isarguments@3.0.4
│ │ │ │ └── lodash.isarray@3.0.4
│ │ │ ├── lodash.restparam@3.6.1
│ │ │ └── lodash.templatesettings@3.1.0
│ │ ├── minimist@1.1.1
│ │ ├─┬ multipipe@0.1.2
│ │ │ └─┬ duplexer2@0.0.2
│ │ │   └─┬ readable-stream@1.1.13
│ │ │     ├── core-util-is@1.0.1
│ │ │     ├── inherits@2.0.1
│ │ │     ├── isarray@0.0.1
│ │ │     └── string_decoder@0.10.31
│ │ ├── object-assign@3.0.0
│ │ ├── replace-ext@0.0.1
│ │ ├─┬ through2@2.0.0
│ │ │ ├─┬ readable-stream@2.0.2
│ │ │ │ ├── core-util-is@1.0.1
│ │ │ │ ├── inherits@2.0.1
│ │ │ │ ├── isarray@0.0.1
│ │ │ │ ├── process-nextick-args@1.0.2
│ │ │ │ ├── string_decoder@0.10.31
│ │ │ │ └── util-deprecate@1.0.1
│ │ │ └── xtend@4.0.0
│ │ └─┬ vinyl@0.5.0
│ │   ├── clone@1.0.2
│ │   └── clone-stats@0.0.1
│ ├─┬ jshint@2.8.0
│ │ ├─┬ cli@0.6.6
│ │ │ └─┬ glob@3.2.11
│ │ │   ├── inherits@2.0.1
│ │ │   └─┬ minimatch@0.3.0
│ │ │     ├── lru-cache@2.6.5
│ │ │     └── sigmund@1.0.1
│ │ ├─┬ console-browserify@1.1.0
│ │ │ └── date-now@0.1.4
│ │ ├── exit@0.1.2
│ │ ├─┬ htmlparser2@3.8.3
│ │ │ ├── domelementtype@1.3.0
│ │ │ ├── domhandler@2.3.0
│ │ │ ├─┬ domutils@1.5.1
│ │ │ │ └─┬ dom-serializer@0.1.0
│ │ │ │   ├── domelementtype@1.1.3
│ │ │ │   └── entities@1.1.1
│ │ │ ├── entities@1.0.0
│ │ │ └─┬ readable-stream@1.1.13
│ │ │   ├── core-util-is@1.0.1
│ │ │   ├── inherits@2.0.1
│ │ │   ├── isarray@0.0.1
│ │ │   └── string_decoder@0.10.31
│ │ ├── lodash@3.7.0
│ │ ├── shelljs@0.3.0
│ │ └── strip-json-comments@1.0.2
│ ├── lodash@3.10.0
│ ├─┬ minimatch@2.0.8
│ │ └─┬ brace-expansion@1.1.0
│ │   ├── balanced-match@0.2.0
│ │   └── concat-map@0.0.1
│ ├─┬ rcloader@0.1.2
│ │ ├── lodash@2.4.2
│ │ └── rcfinder@0.1.8
│ └─┬ through2@0.6.5
│   ├─┬ readable-stream@1.0.33
│   │ ├── core-util-is@1.0.1
│   │ ├── inherits@2.0.1
│   │ ├── isarray@0.0.1
│   │ └── string_decoder@0.10.31
│   └── xtend@4.0.0
├─┬ gulp-livereload@3.8.0
│ ├─┬ chalk@0.5.1
│ │ ├── ansi-styles@1.1.0
│ │ ├── escape-string-regexp@1.0.3
│ │ ├─┬ has-ansi@0.1.0
│ │ │ └── ansi-regex@0.2.1
│ │ ├─┬ strip-ansi@0.3.0
│ │ │ └── ansi-regex@0.2.1
│ │ └── supports-color@0.2.0
│ ├─┬ debug@2.2.0
│ │ └── ms@0.7.1
│ ├─┬ event-stream@3.3.1
│ │ ├── duplexer@0.1.1
│ │ ├── from@0.1.3
│ │ ├── map-stream@0.1.0
│ │ ├── pause-stream@0.0.11
│ │ ├── split@0.3.3
│ │ ├── stream-combiner@0.0.4
│ │ └── through@2.3.8
│ ├─┬ gulp-util@3.0.6
│ │ ├── array-differ@1.0.0
│ │ ├── array-uniq@1.0.2
│ │ ├── beeper@1.1.0
│ │ ├─┬ chalk@1.1.0
│ │ │ ├── ansi-styles@2.1.0
│ │ │ ├── escape-string-regexp@1.0.3
│ │ │ ├─┬ has-ansi@2.0.0
│ │ │ │ └── ansi-regex@2.0.0
│ │ │ ├─┬ strip-ansi@3.0.0
│ │ │ │ └── ansi-regex@2.0.0
│ │ │ └── supports-color@2.0.0
│ │ ├─┬ dateformat@1.0.11
│ │ │ ├── get-stdin@4.0.1
│ │ │ └─┬ meow@3.3.0
│ │ │   ├─┬ camelcase-keys@1.0.0
│ │ │   │ ├── camelcase@1.1.0
│ │ │   │ └── map-obj@1.0.1
│ │ │   └─┬ indent-string@1.2.1
│ │ │     └─┬ repeating@1.1.3
│ │ │       └─┬ is-finite@1.0.1
│ │ │         └── number-is-nan@1.0.0
│ │ ├── lodash._reescape@3.0.0
│ │ ├── lodash._reevaluate@3.0.0
│ │ ├── lodash._reinterpolate@3.0.0
│ │ ├─┬ lodash.template@3.6.2
│ │ │ ├── lodash._basecopy@3.0.1
│ │ │ ├── lodash._basetostring@3.0.1
│ │ │ ├── lodash._basevalues@3.0.0
│ │ │ ├── lodash._isiterateecall@3.0.9
│ │ │ ├── lodash.escape@3.0.0
│ │ │ ├─┬ lodash.keys@3.1.2
│ │ │ │ ├── lodash._getnative@3.9.1
│ │ │ │ ├── lodash.isarguments@3.0.4
│ │ │ │ └── lodash.isarray@3.0.4
│ │ │ ├── lodash.restparam@3.6.1
│ │ │ └── lodash.templatesettings@3.1.0
│ │ ├── minimist@1.1.1
│ │ ├─┬ multipipe@0.1.2
│ │ │ └─┬ duplexer2@0.0.2
│ │ │   └─┬ readable-stream@1.1.13
│ │ │     ├── core-util-is@1.0.1
│ │ │     ├── inherits@2.0.1
│ │ │     ├── isarray@0.0.1
│ │ │     └── string_decoder@0.10.31
│ │ ├── object-assign@3.0.0
│ │ ├── replace-ext@0.0.1
│ │ ├─┬ through2@2.0.0
│ │ │ ├─┬ readable-stream@2.0.2
│ │ │ │ ├── core-util-is@1.0.1
│ │ │ │ ├── inherits@2.0.1
│ │ │ │ ├── isarray@0.0.1
│ │ │ │ ├── process-nextick-args@1.0.2
│ │ │ │ ├── string_decoder@0.10.31
│ │ │ │ └── util-deprecate@1.0.1
│ │ │ └── xtend@4.0.0
│ │ └─┬ vinyl@0.5.0
│ │   ├── clone@1.0.2
│ │   └── clone-stats@0.0.1
│ ├─┬ lodash.assign@3.2.0
│ │ ├─┬ lodash._baseassign@3.2.0
│ │ │ └── lodash._basecopy@3.0.1
│ │ ├─┬ lodash._createassigner@3.1.1
│ │ │ ├── lodash._bindcallback@3.0.1
│ │ │ ├── lodash._isiterateecall@3.0.9
│ │ │ └── lodash.restparam@3.6.1
│ │ └─┬ lodash.keys@3.1.2
│ │   ├── lodash._getnative@3.9.1
│ │   ├── lodash.isarguments@3.0.4
│ │   └── lodash.isarray@3.0.4
│ └─┬ tiny-lr@0.1.6
│   ├─┬ body-parser@1.8.4
│   │ ├── bytes@1.0.0
│   │ ├── depd@0.4.5
│   │ ├── iconv-lite@0.4.4
│   │ ├── media-typer@0.3.0
│   │ ├─┬ on-finished@2.1.0
│   │ │ └── ee-first@1.0.5
│   │ ├── qs@2.2.4
│   │ ├── raw-body@1.3.0
│   │ └─┬ type-is@1.5.7
│   │   └─┬ mime-types@2.0.14
│   │     └── mime-db@1.12.0
│   ├─┬ debug@2.0.0
│   │ └── ms@0.6.2
│   ├─┬ faye-websocket@0.7.3
│   │ └─┬ websocket-driver@0.6.1
│   │   └── websocket-extensions@0.1.1
│   ├── livereload-js@2.2.2
│   ├── parseurl@1.3.0
│   └── qs@2.2.5
├─┬ gulp-minify-html@1.0.4
│ ├─┬ gulp-util@3.0.6
│ │ ├── array-differ@1.0.0
│ │ ├── array-uniq@1.0.2
│ │ ├── beeper@1.1.0
│ │ ├─┬ chalk@1.1.0
│ │ │ ├── ansi-styles@2.1.0
│ │ │ ├── escape-string-regexp@1.0.3
│ │ │ ├─┬ has-ansi@2.0.0
│ │ │ │ └── ansi-regex@2.0.0
│ │ │ ├─┬ strip-ansi@3.0.0
│ │ │ │ └── ansi-regex@2.0.0
│ │ │ └── supports-color@2.0.0
│ │ ├─┬ dateformat@1.0.11
│ │ │ ├── get-stdin@4.0.1
│ │ │ └─┬ meow@3.3.0
│ │ │   ├─┬ camelcase-keys@1.0.0
│ │ │   │ ├── camelcase@1.1.0
│ │ │   │ └── map-obj@1.0.1
│ │ │   └─┬ indent-string@1.2.1
│ │ │     └─┬ repeating@1.1.3
│ │ │       └─┬ is-finite@1.0.1
│ │ │         └── number-is-nan@1.0.0
│ │ ├── lodash._reescape@3.0.0
│ │ ├── lodash._reevaluate@3.0.0
│ │ ├── lodash._reinterpolate@3.0.0
│ │ ├─┬ lodash.template@3.6.2
│ │ │ ├── lodash._basecopy@3.0.1
│ │ │ ├── lodash._basetostring@3.0.1
│ │ │ ├── lodash._basevalues@3.0.0
│ │ │ ├── lodash._isiterateecall@3.0.9
│ │ │ ├── lodash.escape@3.0.0
│ │ │ ├─┬ lodash.keys@3.1.2
│ │ │ │ ├── lodash._getnative@3.9.1
│ │ │ │ ├── lodash.isarguments@3.0.4
│ │ │ │ └── lodash.isarray@3.0.4
│ │ │ ├── lodash.restparam@3.6.1
│ │ │ └── lodash.templatesettings@3.1.0
│ │ ├── minimist@1.1.1
│ │ ├─┬ multipipe@0.1.2
│ │ │ └─┬ duplexer2@0.0.2
│ │ │   └─┬ readable-stream@1.1.13
│ │ │     ├── core-util-is@1.0.1
│ │ │     ├── inherits@2.0.1
│ │ │     ├── isarray@0.0.1
│ │ │     └── string_decoder@0.10.31
│ │ ├── object-assign@3.0.0
│ │ ├── replace-ext@0.0.1
│ │ ├─┬ through2@2.0.0
│ │ │ ├─┬ readable-stream@2.0.2
│ │ │ │ ├── core-util-is@1.0.1
│ │ │ │ ├── inherits@2.0.1
│ │ │ │ ├── isarray@0.0.1
│ │ │ │ ├── process-nextick-args@1.0.2
│ │ │ │ ├── string_decoder@0.10.31
│ │ │ │ └── util-deprecate@1.0.1
│ │ │ └── xtend@4.0.0
│ │ └─┬ vinyl@0.5.0
│ │   ├── clone@1.0.2
│ │   └── clone-stats@0.0.1
│ ├─┬ minimize@1.5.0
│ │ ├── argh@0.1.4
│ │ ├── async@0.9.2
│ │ ├─┬ cli-color@0.3.3
│ │ │ ├── d@0.1.1
│ │ │ ├─┬ es5-ext@0.10.7
│ │ │ │ ├── es6-iterator@0.1.3
│ │ │ │ └── es6-symbol@2.0.1
│ │ │ ├─┬ memoizee@0.3.8
│ │ │ │ ├─┬ es6-weak-map@0.1.4
│ │ │ │ │ ├── es6-iterator@0.1.3
│ │ │ │ │ └── es6-symbol@2.0.1
│ │ │ │ ├── event-emitter@0.3.3
│ │ │ │ ├── lru-queue@0.1.0
│ │ │ │ └── next-tick@0.2.2
│ │ │ └─┬ timers-ext@0.1.0
│ │ │   └── next-tick@0.2.2
│ │ ├─┬ diagnostics@0.0.4
│ │ │ ├─┬ color@0.7.3
│ │ │ │ ├── color-convert@0.5.3
│ │ │ │ └─┬ color-string@0.2.4
│ │ │ │   └── color-name@1.0.0
│ │ │ ├── colornames@0.0.2
│ │ │ ├── env-variable@0.0.3
│ │ │ ├── kuler@0.0.0
│ │ │ └── text-hex@0.0.0
│ │ ├── emits@1.0.2
│ │ └─┬ htmlparser2@3.8.3
│ │   ├── domelementtype@1.3.0
│ │   ├── domhandler@2.3.0
│ │   ├─┬ domutils@1.5.1
│ │   │ └─┬ dom-serializer@0.1.0
│ │   │   ├── domelementtype@1.1.3
│ │   │   └── entities@1.1.1
│ │   ├── entities@1.0.0
│ │   └─┬ readable-stream@1.1.13
│ │     ├── core-util-is@1.0.1
│ │     ├── inherits@2.0.1
│ │     ├── isarray@0.0.1
│ │     └── string_decoder@0.10.31
│ └─┬ through2@0.6.5
│   ├─┬ readable-stream@1.0.33
│   │ ├── core-util-is@1.0.1
│   │ ├── inherits@2.0.1
│   │ ├── isarray@0.0.1
│   │ └── string_decoder@0.10.31
│   └── xtend@4.0.0
├─┬ gulp-ng-constant@0.3.0
│ ├─┬ gulp-util@2.2.20
│ │ ├─┬ chalk@0.5.1
│ │ │ ├── ansi-styles@1.1.0
│ │ │ ├── escape-string-regexp@1.0.3
│ │ │ ├─┬ has-ansi@0.1.0
│ │ │ │ └── ansi-regex@0.2.1
│ │ │ ├─┬ strip-ansi@0.3.0
│ │ │ │ └── ansi-regex@0.2.1
│ │ │ └── supports-color@0.2.0
│ │ ├─┬ dateformat@1.0.11
│ │ │ ├── get-stdin@4.0.1
│ │ │ └─┬ meow@3.3.0
│ │ │   ├─┬ camelcase-keys@1.0.0
│ │ │   │ ├── camelcase@1.1.0
│ │ │   │ └── map-obj@1.0.1
│ │ │   ├─┬ indent-string@1.2.1
│ │ │   │ └─┬ repeating@1.1.3
│ │ │   │   └─┬ is-finite@1.0.1
│ │ │   │     └── number-is-nan@1.0.0
│ │ │   ├── minimist@1.1.1
│ │ │   └── object-assign@3.0.0
│ │ ├── lodash._reinterpolate@2.4.1
│ │ ├─┬ lodash.template@2.4.1
│ │ │ ├── lodash._escapestringchar@2.4.1
│ │ │ ├─┬ lodash.defaults@2.4.1
│ │ │ │ └── lodash._objecttypes@2.4.1
│ │ │ ├─┬ lodash.escape@2.4.1
│ │ │ │ ├─┬ lodash._escapehtmlchar@2.4.1
│ │ │ │ │ └── lodash._htmlescapes@2.4.1
│ │ │ │ └─┬ lodash._reunescapedhtml@2.4.1
│ │ │ │   └── lodash._htmlescapes@2.4.1
│ │ │ ├─┬ lodash.keys@2.4.1
│ │ │ │ ├── lodash._isnative@2.4.1
│ │ │ │ ├─┬ lodash._shimkeys@2.4.1
│ │ │ │ │ └── lodash._objecttypes@2.4.1
│ │ │ │ └─┬ lodash.isobject@2.4.1
│ │ │ │   └── lodash._objecttypes@2.4.1
│ │ │ ├── lodash.templatesettings@2.4.1
│ │ │ └── lodash.values@2.4.1
│ │ ├── minimist@0.2.0
│ │ ├─┬ multipipe@0.1.2
│ │ │ └─┬ duplexer2@0.0.2
│ │ │   └─┬ readable-stream@1.1.13
│ │ │     ├── core-util-is@1.0.1
│ │ │     ├── inherits@2.0.1
│ │ │     ├── isarray@0.0.1
│ │ │     └── string_decoder@0.10.31
│ │ ├─┬ through2@0.5.1
│ │ │ ├─┬ readable-stream@1.0.33
│ │ │ │ ├── core-util-is@1.0.1
│ │ │ │ ├── inherits@2.0.1
│ │ │ │ ├── isarray@0.0.1
│ │ │ │ └── string_decoder@0.10.31
│ │ │ └── xtend@3.0.0
│ │ └─┬ vinyl@0.2.3
│ │   └── clone-stats@0.0.1
│ ├── lodash@2.4.2
│ └─┬ through2@0.4.2
│   ├─┬ readable-stream@1.0.33
│   │ ├── core-util-is@1.0.1
│   │ ├── inherits@2.0.1
│   │ ├── isarray@0.0.1
│   │ └── string_decoder@0.10.31
│   └─┬ xtend@2.1.2
│     └── object-keys@0.4.0
├── gulp-rename@1.2.2
├─┬ gulp-rev@3.0.1
│ ├─┬ gulp-util@3.0.6
│ │ ├── array-differ@1.0.0
│ │ ├── array-uniq@1.0.2
│ │ ├── beeper@1.1.0
│ │ ├─┬ chalk@1.1.0
│ │ │ ├── ansi-styles@2.1.0
│ │ │ ├── escape-string-regexp@1.0.3
│ │ │ ├─┬ has-ansi@2.0.0
│ │ │ │ └── ansi-regex@2.0.0
│ │ │ ├─┬ strip-ansi@3.0.0
│ │ │ │ └── ansi-regex@2.0.0
│ │ │ └── supports-color@2.0.0
│ │ ├─┬ dateformat@1.0.11
│ │ │ ├── get-stdin@4.0.1
│ │ │ └─┬ meow@3.3.0
│ │ │   ├─┬ camelcase-keys@1.0.0
│ │ │   │ ├── camelcase@1.1.0
│ │ │   │ └── map-obj@1.0.1
│ │ │   └─┬ indent-string@1.2.1
│ │ │     └─┬ repeating@1.1.3
│ │ │       └─┬ is-finite@1.0.1
│ │ │         └── number-is-nan@1.0.0
│ │ ├── lodash._reescape@3.0.0
│ │ ├── lodash._reevaluate@3.0.0
│ │ ├── lodash._reinterpolate@3.0.0
│ │ ├─┬ lodash.template@3.6.2
│ │ │ ├── lodash._basecopy@3.0.1
│ │ │ ├── lodash._basetostring@3.0.1
│ │ │ ├── lodash._basevalues@3.0.0
│ │ │ ├── lodash._isiterateecall@3.0.9
│ │ │ ├── lodash.escape@3.0.0
│ │ │ ├─┬ lodash.keys@3.1.2
│ │ │ │ ├── lodash._getnative@3.9.1
│ │ │ │ ├── lodash.isarguments@3.0.4
│ │ │ │ └── lodash.isarray@3.0.4
│ │ │ ├── lodash.restparam@3.6.1
│ │ │ └── lodash.templatesettings@3.1.0
│ │ ├── minimist@1.1.1
│ │ ├─┬ multipipe@0.1.2
│ │ │ └─┬ duplexer2@0.0.2
│ │ │   └─┬ readable-stream@1.1.13
│ │ │     ├── core-util-is@1.0.1
│ │ │     ├── inherits@2.0.1
│ │ │     ├── isarray@0.0.1
│ │ │     └── string_decoder@0.10.31
│ │ ├── object-assign@3.0.0
│ │ ├── replace-ext@0.0.1
│ │ ├─┬ through2@2.0.0
│ │ │ ├─┬ readable-stream@2.0.2
│ │ │ │ ├── core-util-is@1.0.1
│ │ │ │ ├── inherits@2.0.1
│ │ │ │ ├── isarray@0.0.1
│ │ │ │ ├── process-nextick-args@1.0.2
│ │ │ │ ├── string_decoder@0.10.31
│ │ │ │ └── util-deprecate@1.0.1
│ │ │ └── xtend@4.0.0
│ │ └─┬ vinyl@0.5.0
│ │   ├── clone@1.0.2
│ │   └── clone-stats@0.0.1
│ ├── object-assign@2.1.1
│ ├─┬ through2@0.6.5
│ │ ├─┬ readable-stream@1.0.33
│ │ │ ├── core-util-is@1.0.1
│ │ │ ├── inherits@2.0.1
│ │ │ ├── isarray@0.0.1
│ │ │ └── string_decoder@0.10.31
│ │ └── xtend@4.0.0
│ └─┬ vinyl-file@1.2.1
│   ├── graceful-fs@4.1.2
│   ├─┬ strip-bom@2.0.0
│   │ └── is-utf8@0.2.0
│   ├─┬ strip-bom-stream@1.0.0
│   │ └── first-chunk-stream@1.0.0
│   └─┬ vinyl@0.5.0
│     ├── clone@1.0.2
│     ├── clone-stats@0.0.1
│     └── replace-ext@0.0.1
├─┬ gulp-sass@1.3.3
│ ├── clone@0.1.19
│ ├─┬ gulp-util@3.0.6
│ │ ├── array-differ@1.0.0
│ │ ├── array-uniq@1.0.2
│ │ ├── beeper@1.1.0
│ │ ├─┬ chalk@1.1.0
│ │ │ ├── ansi-styles@2.1.0
│ │ │ ├── escape-string-regexp@1.0.3
│ │ │ ├─┬ has-ansi@2.0.0
│ │ │ │ └── ansi-regex@2.0.0
│ │ │ ├─┬ strip-ansi@3.0.0
│ │ │ │ └── ansi-regex@2.0.0
│ │ │ └── supports-color@2.0.0
│ │ ├─┬ dateformat@1.0.11
│ │ │ ├── get-stdin@4.0.1
│ │ │ └─┬ meow@3.3.0
│ │ │   ├─┬ camelcase-keys@1.0.0
│ │ │   │ ├── camelcase@1.1.0
│ │ │   │ └── map-obj@1.0.1
│ │ │   └─┬ indent-string@1.2.1
│ │ │     └─┬ repeating@1.1.3
│ │ │       └─┬ is-finite@1.0.1
│ │ │         └── number-is-nan@1.0.0
│ │ ├── lodash._reescape@3.0.0
│ │ ├── lodash._reevaluate@3.0.0
│ │ ├── lodash._reinterpolate@3.0.0
│ │ ├─┬ lodash.template@3.6.2
│ │ │ ├── lodash._basecopy@3.0.1
│ │ │ ├── lodash._basetostring@3.0.1
│ │ │ ├── lodash._basevalues@3.0.0
│ │ │ ├── lodash._isiterateecall@3.0.9
│ │ │ ├── lodash.escape@3.0.0
│ │ │ ├─┬ lodash.keys@3.1.2
│ │ │ │ ├── lodash._getnative@3.9.1
│ │ │ │ ├── lodash.isarguments@3.0.4
│ │ │ │ └── lodash.isarray@3.0.4
│ │ │ ├── lodash.restparam@3.6.1
│ │ │ └── lodash.templatesettings@3.1.0
│ │ ├── minimist@1.1.1
│ │ ├─┬ multipipe@0.1.2
│ │ │ └─┬ duplexer2@0.0.2
│ │ │   └─┬ readable-stream@1.1.13
│ │ │     ├── core-util-is@1.0.1
│ │ │     ├── inherits@2.0.1
│ │ │     ├── isarray@0.0.1
│ │ │     └── string_decoder@0.10.31
│ │ ├── object-assign@3.0.0
│ │ ├── replace-ext@0.0.1
│ │ ├─┬ through2@2.0.0
│ │ │ ├─┬ readable-stream@2.0.2
│ │ │ │ ├── core-util-is@1.0.1
│ │ │ │ ├── inherits@2.0.1
│ │ │ │ ├── isarray@0.0.1
│ │ │ │ ├── process-nextick-args@1.0.2
│ │ │ │ ├── string_decoder@0.10.31
│ │ │ │ └── util-deprecate@1.0.1
│ │ │ └── xtend@4.0.0
│ │ └─┬ vinyl@0.5.0
│ │   ├── clone@1.0.2
│ │   └── clone-stats@0.0.1
│ ├── map-stream@0.1.0
│ ├─┬ node-sass@2.1.1
│ │ ├─┬ chalk@0.5.1
│ │ │ ├── ansi-styles@1.1.0
│ │ │ ├── escape-string-regexp@1.0.3
│ │ │ ├─┬ has-ansi@0.1.0
│ │ │ │ └── ansi-regex@0.2.1
│ │ │ ├─┬ strip-ansi@0.3.0
│ │ │ │ └── ansi-regex@0.2.1
│ │ │ └── supports-color@0.2.0
│ │ ├─┬ cross-spawn@0.2.9
│ │ │ └── lru-cache@2.6.5
│ │ ├─┬ gaze@0.5.1
│ │ │ └─┬ globule@0.1.0
│ │ │   ├─┬ glob@3.1.21
│ │ │   │ ├── graceful-fs@1.2.3
│ │ │   │ └── inherits@1.0.0
│ │ │   ├── lodash@1.0.2
│ │ │   └─┬ minimatch@0.2.14
│ │ │     ├── lru-cache@2.6.5
│ │ │     └── sigmund@1.0.1
│ │ ├── get-stdin@4.0.1
│ │ ├─┬ meow@3.3.0
│ │ │ ├─┬ camelcase-keys@1.0.0
│ │ │ │ ├── camelcase@1.1.0
│ │ │ │ └── map-obj@1.0.1
│ │ │ ├─┬ indent-string@1.2.1
│ │ │ │ └─┬ repeating@1.1.3
│ │ │ │   └─┬ is-finite@1.0.1
│ │ │ │     └── number-is-nan@1.0.0
│ │ │ ├── minimist@1.1.1
│ │ │ └── object-assign@3.0.0
│ │ ├─┬ mkdirp@0.5.1
│ │ │ └── minimist@0.0.8
│ │ ├─┬ mocha@2.2.5
│ │ │ ├── commander@2.3.0
│ │ │ ├─┬ debug@2.0.0
│ │ │ │ └── ms@0.6.2
│ │ │ ├── diff@1.4.0
│ │ │ ├── escape-string-regexp@1.0.2
│ │ │ ├─┬ glob@3.2.3
│ │ │ │ ├── graceful-fs@2.0.3
│ │ │ │ ├── inherits@2.0.1
│ │ │ │ └─┬ minimatch@0.2.14
│ │ │ │   ├── lru-cache@2.6.5
│ │ │ │   └── sigmund@1.0.1
│ │ │ ├── growl@1.8.1
│ │ │ ├─┬ jade@0.26.3
│ │ │ │ ├── commander@0.6.1
│ │ │ │ └── mkdirp@0.3.0
│ │ │ ├─┬ mkdirp@0.5.0
│ │ │ │ └── minimist@0.0.8
│ │ │ └── supports-color@1.2.1
│ │ ├── nan@1.8.4
│ │ ├─┬ npmconf@2.1.2
│ │ │ ├─┬ config-chain@1.1.9
│ │ │ │ └── proto-list@1.2.4
│ │ │ ├── inherits@2.0.1
│ │ │ ├── ini@1.3.4
│ │ │ ├─┬ nopt@3.0.3
│ │ │ │ └── abbrev@1.0.7
│ │ │ ├─┬ once@1.3.2
│ │ │ │ └── wrappy@1.0.1
│ │ │ ├─┬ osenv@0.1.3
│ │ │ │ ├── os-homedir@1.0.0
│ │ │ │ └── os-tmpdir@1.0.1
│ │ │ └── uid-number@0.0.5
│ │ ├── object-assign@2.1.1
│ │ ├─┬ pangyp@2.2.1
│ │ │ ├─┬ fstream@1.0.7
│ │ │ │ └── inherits@2.0.1
│ │ │ ├─┬ glob@4.3.5
│ │ │ │ ├─┬ inflight@1.0.4
│ │ │ │ │ └── wrappy@1.0.1
│ │ │ │ ├── inherits@2.0.1
│ │ │ │ └─┬ once@1.3.2
│ │ │ │   └── wrappy@1.0.1
│ │ │ ├── graceful-fs@3.0.8
│ │ │ ├─┬ minimatch@2.0.8
│ │ │ │ └─┬ brace-expansion@1.1.0
│ │ │ │   ├── balanced-match@0.2.0
│ │ │ │   └── concat-map@0.0.1
│ │ │ ├─┬ nopt@3.0.3
│ │ │ │ └── abbrev@1.0.7
│ │ │ ├─┬ npmlog@1.0.0
│ │ │ │ ├── ansi@0.3.0
│ │ │ │ ├─┬ are-we-there-yet@1.0.4
│ │ │ │ │ ├── delegates@0.1.0
│ │ │ │ │ └─┬ readable-stream@1.1.13
│ │ │ │ │   ├── core-util-is@1.0.1
│ │ │ │ │   ├── inherits@2.0.1
│ │ │ │ │   ├── isarray@0.0.1
│ │ │ │ │   └── string_decoder@0.10.31
│ │ │ │ └─┬ gauge@1.0.2
│ │ │ │   └── has-unicode@1.0.0
│ │ │ ├─┬ osenv@0.1.3
│ │ │ │ ├── os-homedir@1.0.0
│ │ │ │ └── os-tmpdir@1.0.1
│ │ │ ├─┬ request@2.51.0
│ │ │ │ ├── aws-sign2@0.5.0
│ │ │ │ ├─┬ bl@0.9.4
│ │ │ │ │ └─┬ readable-stream@1.0.33
│ │ │ │ │   ├── core-util-is@1.0.1
│ │ │ │ │   ├── inherits@2.0.1
│ │ │ │ │   ├── isarray@0.0.1
│ │ │ │ │   └── string_decoder@0.10.31
│ │ │ │ ├── caseless@0.8.0
│ │ │ │ ├─┬ combined-stream@0.0.7
│ │ │ │ │ └── delayed-stream@0.0.5
│ │ │ │ ├── forever-agent@0.5.2
│ │ │ │ ├─┬ form-data@0.2.0
│ │ │ │ │ ├── async@0.9.2
│ │ │ │ │ └─┬ mime-types@2.0.14
│ │ │ │ │   └── mime-db@1.12.0
│ │ │ │ ├─┬ hawk@1.1.1
│ │ │ │ │ ├── boom@0.4.2
│ │ │ │ │ ├── cryptiles@0.2.2
│ │ │ │ │ ├── hoek@0.9.1
│ │ │ │ │ └── sntp@0.2.4
│ │ │ │ ├─┬ http-signature@0.10.1
│ │ │ │ │ ├── asn1@0.1.11
│ │ │ │ │ ├── assert-plus@0.1.5
│ │ │ │ │ └── ctype@0.5.3
│ │ │ │ ├── json-stringify-safe@5.0.1
│ │ │ │ ├── mime-types@1.0.2
│ │ │ │ ├── node-uuid@1.4.3
│ │ │ │ ├── oauth-sign@0.5.0
│ │ │ │ ├── qs@2.3.3
│ │ │ │ ├── stringstream@0.0.4
│ │ │ │ ├── tough-cookie@2.0.0
│ │ │ │ └── tunnel-agent@0.4.1
│ │ │ ├── rimraf@2.2.8
│ │ │ ├─┬ tar@1.0.3
│ │ │ │ ├── block-stream@0.0.8
│ │ │ │ └── inherits@2.0.1
│ │ │ └── which@1.0.9
│ │ ├── replace-ext@0.0.1
│ │ ├─┬ request@2.58.0
│ │ │ ├── aws-sign2@0.5.0
│ │ │ ├─┬ bl@0.9.4
│ │ │ │ └─┬ readable-stream@1.0.33
│ │ │ │   ├── core-util-is@1.0.1
│ │ │ │   ├── inherits@2.0.1
│ │ │ │   ├── isarray@0.0.1
│ │ │ │   └── string_decoder@0.10.31
│ │ │ ├── caseless@0.10.0
│ │ │ ├─┬ combined-stream@1.0.5
│ │ │ │ └── delayed-stream@1.0.0
│ │ │ ├── extend@2.0.1
│ │ │ ├── forever-agent@0.6.1
│ │ │ ├─┬ form-data@1.0.0-rc1
│ │ │ │ ├── async@1.3.0
│ │ │ │ └─┬ mime-types@2.1.3
│ │ │ │   └── mime-db@1.15.0
│ │ │ ├─┬ har-validator@1.8.0
│ │ │ │ ├── bluebird@2.9.34
│ │ │ │ ├─┬ chalk@1.1.0
│ │ │ │ │ ├── ansi-styles@2.1.0
│ │ │ │ │ ├── escape-string-regexp@1.0.3
│ │ │ │ │ ├─┬ has-ansi@2.0.0
│ │ │ │ │ │ └── ansi-regex@2.0.0
│ │ │ │ │ ├─┬ strip-ansi@3.0.0
│ │ │ │ │ │ └── ansi-regex@2.0.0
│ │ │ │ │ └── supports-color@2.0.0
│ │ │ │ ├─┬ commander@2.8.1
│ │ │ │ │ └── graceful-readlink@1.0.1
│ │ │ │ └─┬ is-my-json-valid@2.12.0
│ │ │ │   ├── generate-function@2.0.0
│ │ │ │   ├─┬ generate-object-property@1.2.0
│ │ │ │   │ └── is-property@1.0.2
│ │ │ │   ├── jsonpointer@1.1.0
│ │ │ │   └── xtend@4.0.0
│ │ │ ├─┬ hawk@2.3.1
│ │ │ │ ├── boom@2.8.0
│ │ │ │ ├── cryptiles@2.0.4
│ │ │ │ ├── hoek@2.14.0
│ │ │ │ └── sntp@1.0.9
│ │ │ ├─┬ http-signature@0.11.0
│ │ │ │ ├── asn1@0.1.11
│ │ │ │ ├── assert-plus@0.1.5
│ │ │ │ └── ctype@0.5.3
│ │ │ ├── isstream@0.1.2
│ │ │ ├── json-stringify-safe@5.0.1
│ │ │ ├─┬ mime-types@2.0.14
│ │ │ │ └── mime-db@1.12.0
│ │ │ ├── node-uuid@1.4.3
│ │ │ ├── oauth-sign@0.8.0
│ │ │ ├── qs@3.1.0
│ │ │ ├── stringstream@0.0.4
│ │ │ ├── tough-cookie@2.0.0
│ │ │ └── tunnel-agent@0.4.1
│ │ ├─┬ sass-graph@1.3.0
│ │ │ ├─┬ commander@2.8.1
│ │ │ │ └── graceful-readlink@1.0.1
│ │ │ ├─┬ glob@4.5.3
│ │ │ │ ├─┬ inflight@1.0.4
│ │ │ │ │ └── wrappy@1.0.1
│ │ │ │ ├── inherits@2.0.1
│ │ │ │ ├─┬ minimatch@2.0.8
│ │ │ │ │ └─┬ brace-expansion@1.1.0
│ │ │ │ │   ├── balanced-match@0.2.0
│ │ │ │ │   └── concat-map@0.0.1
│ │ │ │ └─┬ once@1.3.2
│ │ │ │   └── wrappy@1.0.1
│ │ │ └── lodash@2.4.2
│ │ ├── semver@4.3.6
│ │ └── shelljs@0.3.0
│ └─┬ vinyl-sourcemaps-apply@0.1.4
│   └─┬ source-map@0.1.43
│     └── amdefine@1.0.0
├─┬ gulp-scss-lint@0.1.12
│ ├── dargs@3.0.1
│ ├─┬ event-stream@3.2.2
│ │ ├── duplexer@0.1.1
│ │ ├── from@0.1.3
│ │ ├── map-stream@0.1.0
│ │ ├── pause-stream@0.0.11
│ │ ├── split@0.3.3
│ │ ├── stream-combiner@0.0.4
│ │ └── through@2.3.8
│ ├─┬ gulp-util@3.0.6
│ │ ├── array-differ@1.0.0
│ │ ├── array-uniq@1.0.2
│ │ ├── beeper@1.1.0
│ │ ├─┬ chalk@1.1.0
│ │ │ ├── ansi-styles@2.1.0
│ │ │ ├── escape-string-regexp@1.0.3
│ │ │ ├─┬ has-ansi@2.0.0
│ │ │ │ └── ansi-regex@2.0.0
│ │ │ ├─┬ strip-ansi@3.0.0
│ │ │ │ └── ansi-regex@2.0.0
│ │ │ └── supports-color@2.0.0
│ │ ├─┬ dateformat@1.0.11
│ │ │ ├── get-stdin@4.0.1
│ │ │ └─┬ meow@3.3.0
│ │ │   ├─┬ camelcase-keys@1.0.0
│ │ │   │ ├── camelcase@1.1.0
│ │ │   │ └── map-obj@1.0.1
│ │ │   └─┬ indent-string@1.2.1
│ │ │     └─┬ repeating@1.1.3
│ │ │       └─┬ is-finite@1.0.1
│ │ │         └── number-is-nan@1.0.0
│ │ ├── lodash._reescape@3.0.0
│ │ ├── lodash._reevaluate@3.0.0
│ │ ├── lodash._reinterpolate@3.0.0
│ │ ├─┬ lodash.template@3.6.2
│ │ │ ├── lodash._basecopy@3.0.1
│ │ │ ├── lodash._basetostring@3.0.1
│ │ │ ├── lodash._basevalues@3.0.0
│ │ │ ├── lodash._isiterateecall@3.0.9
│ │ │ ├── lodash.escape@3.0.0
│ │ │ ├─┬ lodash.keys@3.1.2
│ │ │ │ ├── lodash._getnative@3.9.1
│ │ │ │ ├── lodash.isarguments@3.0.4
│ │ │ │ └── lodash.isarray@3.0.4
│ │ │ ├── lodash.restparam@3.6.1
│ │ │ └── lodash.templatesettings@3.1.0
│ │ ├── minimist@1.1.1
│ │ ├─┬ multipipe@0.1.2
│ │ │ └─┬ duplexer2@0.0.2
│ │ │   └─┬ readable-stream@1.1.13
│ │ │     ├── core-util-is@1.0.1
│ │ │     ├── inherits@2.0.1
│ │ │     ├── isarray@0.0.1
│ │ │     └── string_decoder@0.10.31
│ │ ├── object-assign@3.0.0
│ │ ├── replace-ext@0.0.1
│ │ ├─┬ through2@2.0.0
│ │ │ ├─┬ readable-stream@2.0.2
│ │ │ │ ├── core-util-is@1.0.1
│ │ │ │ ├── inherits@2.0.1
│ │ │ │ ├── isarray@0.0.1
│ │ │ │ ├── process-nextick-args@1.0.2
│ │ │ │ ├── string_decoder@0.10.31
│ │ │ │ └── util-deprecate@1.0.1
│ │ │ └── xtend@4.0.0
│ │ └─┬ vinyl@0.5.0
│ │   ├── clone@1.0.2
│ │   └── clone-stats@0.0.1
│ ├── pretty-data@0.40.0
│ ├── sync-exec@0.5.0
│ └─┬ xml2js@0.4.9
│   ├── sax@0.6.1
│   └─┬ xmlbuilder@2.6.4
│     └── lodash@3.10.0
├─┬ gulp-size@1.2.3
│ ├─┬ chalk@1.1.0
│ │ ├── ansi-styles@2.1.0
│ │ ├── escape-string-regexp@1.0.3
│ │ ├─┬ has-ansi@2.0.0
│ │ │ └── ansi-regex@2.0.0
│ │ ├─┬ strip-ansi@3.0.0
│ │ │ └── ansi-regex@2.0.0
│ │ └── supports-color@2.0.0
│ ├─┬ gulp-util@3.0.6
│ │ ├── array-differ@1.0.0
│ │ ├── array-uniq@1.0.2
│ │ ├── beeper@1.1.0
│ │ ├─┬ dateformat@1.0.11
│ │ │ ├── get-stdin@4.0.1
│ │ │ └─┬ meow@3.3.0
│ │ │   ├─┬ camelcase-keys@1.0.0
│ │ │   │ ├── camelcase@1.1.0
│ │ │   │ └── map-obj@1.0.1
│ │ │   └─┬ indent-string@1.2.1
│ │ │     └─┬ repeating@1.1.3
│ │ │       └─┬ is-finite@1.0.1
│ │ │         └── number-is-nan@1.0.0
│ │ ├── lodash._reescape@3.0.0
│ │ ├── lodash._reevaluate@3.0.0
│ │ ├── lodash._reinterpolate@3.0.0
│ │ ├─┬ lodash.template@3.6.2
│ │ │ ├── lodash._basecopy@3.0.1
│ │ │ ├── lodash._basetostring@3.0.1
│ │ │ ├── lodash._basevalues@3.0.0
│ │ │ ├── lodash._isiterateecall@3.0.9
│ │ │ ├── lodash.escape@3.0.0
│ │ │ ├─┬ lodash.keys@3.1.2
│ │ │ │ ├── lodash._getnative@3.9.1
│ │ │ │ ├── lodash.isarguments@3.0.4
│ │ │ │ └── lodash.isarray@3.0.4
│ │ │ ├── lodash.restparam@3.6.1
│ │ │ └── lodash.templatesettings@3.1.0
│ │ ├── minimist@1.1.1
│ │ ├─┬ multipipe@0.1.2
│ │ │ └─┬ duplexer2@0.0.2
│ │ │   └─┬ readable-stream@1.1.13
│ │ │     ├── core-util-is@1.0.1
│ │ │     ├── inherits@2.0.1
│ │ │     ├── isarray@0.0.1
│ │ │     └── string_decoder@0.10.31
│ │ ├── object-assign@3.0.0
│ │ ├── replace-ext@0.0.1
│ │ └─┬ vinyl@0.5.0
│ │   ├── clone@1.0.2
│ │   └── clone-stats@0.0.1
│ ├─┬ gzip-size@1.0.0
│ │ ├─┬ browserify-zlib@0.1.4
│ │ │ └── pako@0.2.7
│ │ └─┬ concat-stream@1.5.0
│ │   ├── inherits@2.0.1
│ │   ├─┬ readable-stream@2.0.2
│ │   │ ├── core-util-is@1.0.1
│ │   │ ├── isarray@0.0.1
│ │   │ ├── process-nextick-args@1.0.2
│ │   │ ├── string_decoder@0.10.31
│ │   │ └── util-deprecate@1.0.1
│ │   └── typedarray@0.0.6
│ ├─┬ pretty-bytes@2.0.1
│ │ ├── get-stdin@4.0.1
│ │ ├─┬ meow@3.3.0
│ │ │ ├─┬ camelcase-keys@1.0.0
│ │ │ │ ├── camelcase@1.1.0
│ │ │ │ └── map-obj@1.0.1
│ │ │ ├─┬ indent-string@1.2.1
│ │ │ │ └─┬ repeating@1.1.3
│ │ │ │   └── is-finite@1.0.1
│ │ │ ├── minimist@1.1.1
│ │ │ └── object-assign@3.0.0
│ │ └── number-is-nan@1.0.0
│ └─┬ through2@2.0.0
│   ├─┬ readable-stream@2.0.2
│   │ ├── core-util-is@1.0.1
│   │ ├── inherits@2.0.1
│   │ ├── isarray@0.0.1
│   │ ├── process-nextick-args@1.0.2
│   │ ├── string_decoder@0.10.31
│   │ └── util-deprecate@1.0.1
│   └── xtend@4.0.0
├─┬ gzippo@0.2.0
│ └─┬ send@0.13.0
│   ├── debug@2.2.0
│   ├── depd@1.0.1
│   ├── destroy@1.0.3
│   ├── escape-html@1.0.2
│   ├── etag@1.7.0
│   ├── fresh@0.3.0
│   ├─┬ http-errors@1.3.1
│   │ └── inherits@2.0.1
│   ├── mime@1.3.4
│   ├── ms@0.7.1
│   ├─┬ on-finished@2.3.0
│   │ └── ee-first@1.1.1
│   ├── range-parser@1.0.2
│   └── statuses@1.2.1
├── jasmine-core@2.3.4
├─┬ jshint-stylish@1.0.2
│ ├─┬ chalk@1.1.0
│ │ ├── ansi-styles@2.1.0
│ │ ├── escape-string-regexp@1.0.3
│ │ ├─┬ has-ansi@2.0.0
│ │ │ └── ansi-regex@2.0.0
│ │ ├─┬ strip-ansi@3.0.0
│ │ │ └── ansi-regex@2.0.0
│ │ └── supports-color@2.0.0
│ ├── log-symbols@1.0.2
│ ├─┬ string-length@1.0.1
│ │ └─┬ strip-ansi@3.0.0
│ │   └── ansi-regex@2.0.0
│ └── text-table@0.2.0
├─┬ jspm@0.15.7
│ ├─┬ chalk@1.1.0
│ │ ├── ansi-styles@2.1.0
│ │ ├── escape-string-regexp@1.0.3
│ │ ├─┬ has-ansi@2.0.0
│ │ │ └── ansi-regex@2.0.0
│ │ ├─┬ strip-ansi@3.0.0
│ │ │ └── ansi-regex@2.0.0
│ │ └── supports-color@2.0.0
│ ├── core-js@0.7.2
│ ├─┬ glob@5.0.14
│ │ ├─┬ inflight@1.0.4
│ │ │ └── wrappy@1.0.1
│ │ ├── inherits@2.0.1
│ │ ├─┬ once@1.3.2
│ │ │ └── wrappy@1.0.1
│ │ └── path-is-absolute@1.0.0
│ ├── graceful-fs@3.0.8
│ ├─┬ jspm-github@0.11.6
│ │ ├─┬ decompress-zip@0.1.0
│ │ │ ├─┬ binary@0.3.0
│ │ │ │ ├── buffers@0.1.1
│ │ │ │ └─┬ chainsaw@0.1.0
│ │ │ │   └── traverse@0.3.9
│ │ │ ├── mkpath@0.1.0
│ │ │ ├─┬ nopt@3.0.3
│ │ │ │ └── abbrev@1.0.7
│ │ │ ├── q@1.4.1
│ │ │ ├─┬ readable-stream@1.1.13
│ │ │ │ ├── core-util-is@1.0.1
│ │ │ │ ├── inherits@2.0.1
│ │ │ │ ├── isarray@0.0.1
│ │ │ │ └── string_decoder@0.10.31
│ │ │ └─┬ touch@0.0.3
│ │ │   └─┬ nopt@1.0.10
│ │ │     └── abbrev@1.0.7
│ │ ├── netrc@0.1.3
│ │ ├─┬ request@2.53.0
│ │ │ ├── aws-sign2@0.5.0
│ │ │ ├─┬ bl@0.9.4
│ │ │ │ └─┬ readable-stream@1.0.33
│ │ │ │   ├── core-util-is@1.0.1
│ │ │ │   ├── inherits@2.0.1
│ │ │ │   ├── isarray@0.0.1
│ │ │ │   └── string_decoder@0.10.31
│ │ │ ├── caseless@0.9.0
│ │ │ ├─┬ combined-stream@0.0.7
│ │ │ │ └── delayed-stream@0.0.5
│ │ │ ├── forever-agent@0.5.2
│ │ │ ├─┬ form-data@0.2.0
│ │ │ │ └── async@0.9.2
│ │ │ ├─┬ hawk@2.3.1
│ │ │ │ ├── boom@2.8.0
│ │ │ │ ├── cryptiles@2.0.4
│ │ │ │ ├── hoek@2.14.0
│ │ │ │ └── sntp@1.0.9
│ │ │ ├─┬ http-signature@0.10.1
│ │ │ │ ├── asn1@0.1.11
│ │ │ │ ├── assert-plus@0.1.5
│ │ │ │ └── ctype@0.5.3
│ │ │ ├── isstream@0.1.2
│ │ │ ├── json-stringify-safe@5.0.1
│ │ │ ├─┬ mime-types@2.0.14
│ │ │ │ └── mime-db@1.12.0
│ │ │ ├── node-uuid@1.4.3
│ │ │ ├── oauth-sign@0.6.0
│ │ │ ├── qs@2.3.3
│ │ │ ├── stringstream@0.0.4
│ │ │ ├── tough-cookie@2.0.0
│ │ │ └── tunnel-agent@0.4.1
│ │ ├─┬ rimraf@2.3.4
│ │ │ └─┬ glob@4.5.3
│ │ │   ├─┬ inflight@1.0.4
│ │ │   │ └── wrappy@1.0.1
│ │ │   ├── inherits@2.0.1
│ │ │   └─┬ once@1.3.2
│ │ │     └── wrappy@1.0.1
│ │ ├─┬ tar@1.0.3
│ │ │ ├── block-stream@0.0.8
│ │ │ ├── fstream@1.0.7
│ │ │ └── inherits@2.0.1
│ │ └─┬ which@1.1.1
│ │   └─┬ is-absolute@0.1.7
│ │     └── is-relative@0.1.3
│ ├─┬ jspm-npm@0.21.4
│ │ ├─┬ request@2.53.0
│ │ │ ├── aws-sign2@0.5.0
│ │ │ ├─┬ bl@0.9.4
│ │ │ │ └─┬ readable-stream@1.0.33
│ │ │ │   ├── core-util-is@1.0.1
│ │ │ │   ├── inherits@2.0.1
│ │ │ │   ├── isarray@0.0.1
│ │ │ │   └── string_decoder@0.10.31
│ │ │ ├── caseless@0.9.0
│ │ │ ├─┬ combined-stream@0.0.7
│ │ │ │ └── delayed-stream@0.0.5
│ │ │ ├── forever-agent@0.5.2
│ │ │ ├─┬ form-data@0.2.0
│ │ │ │ └── async@0.9.2
│ │ │ ├─┬ hawk@2.3.1
│ │ │ │ ├── boom@2.8.0
│ │ │ │ ├── cryptiles@2.0.4
│ │ │ │ ├── hoek@2.14.0
│ │ │ │ └── sntp@1.0.9
│ │ │ ├─┬ http-signature@0.10.1
│ │ │ │ ├── asn1@0.1.11
│ │ │ │ ├── assert-plus@0.1.5
│ │ │ │ └── ctype@0.5.3
│ │ │ ├── isstream@0.1.2
│ │ │ ├── json-stringify-safe@5.0.1
│ │ │ ├─┬ mime-types@2.0.14
│ │ │ │ └── mime-db@1.12.0
│ │ │ ├── node-uuid@1.4.3
│ │ │ ├── oauth-sign@0.6.0
│ │ │ ├── qs@2.3.3
│ │ │ ├── stringstream@0.0.4
│ │ │ ├── tough-cookie@2.0.0
│ │ │ └── tunnel-agent@0.4.1
│ │ ├── resolve@1.1.6
│ │ ├─┬ rmdir@1.1.0
│ │ │ └─┬ node.flow@1.2.3
│ │ │   └─┬ node.extend@1.0.8
│ │ │     ├── is@0.2.7
│ │ │     └── object-keys@0.4.0
│ │ └─┬ tar@1.0.3
│ │   ├── block-stream@0.0.8
│ │   ├── fstream@1.0.7
│ │   └── inherits@2.0.1
│ ├── jspm-registry@0.4.0
│ ├─┬ liftoff@2.1.0
│ │ ├── extend@2.0.1
│ │ ├─┬ findup-sync@0.2.1
│ │ │ └─┬ glob@4.3.5
│ │ │   ├─┬ inflight@1.0.4
│ │ │   │ └── wrappy@1.0.1
│ │ │   ├── inherits@2.0.1
│ │ │   └─┬ once@1.3.2
│ │ │     └── wrappy@1.0.1
│ │ ├── flagged-respawn@0.3.1
│ │ ├── rechoir@0.6.1
│ │ └── resolve@1.1.6
│ ├─┬ minimatch@2.0.8
│ │ └─┬ brace-expansion@1.1.0
│ │   ├── balanced-match@0.2.0
│ │   └── concat-map@0.0.1
│ ├─┬ mkdirp@0.5.1
│ │ └── minimist@0.0.8
│ ├── ncp@2.0.0
│ ├─┬ request@2.58.0
│ │ ├── aws-sign2@0.5.0
│ │ ├─┬ bl@0.9.4
│ │ │ └─┬ readable-stream@1.0.33
│ │ │   ├── core-util-is@1.0.1
│ │ │   ├── inherits@2.0.1
│ │ │   ├── isarray@0.0.1
│ │ │   └── string_decoder@0.10.31
│ │ ├── caseless@0.10.0
│ │ ├─┬ combined-stream@1.0.5
│ │ │ └── delayed-stream@1.0.0
│ │ ├── extend@2.0.1
│ │ ├── forever-agent@0.6.1
│ │ ├─┬ form-data@1.0.0-rc1
│ │ │ ├── async@1.3.0
│ │ │ └─┬ mime-types@2.1.3
│ │ │   └── mime-db@1.15.0
│ │ ├─┬ har-validator@1.8.0
│ │ │ ├── bluebird@2.9.34
│ │ │ ├─┬ commander@2.8.1
│ │ │ │ └── graceful-readlink@1.0.1
│ │ │ └─┬ is-my-json-valid@2.12.0
│ │ │   ├── generate-function@2.0.0
│ │ │   ├─┬ generate-object-property@1.2.0
│ │ │   │ └── is-property@1.0.2
│ │ │   ├── jsonpointer@1.1.0
│ │ │   └── xtend@4.0.0
│ │ ├─┬ hawk@2.3.1
│ │ │ ├── boom@2.8.0
│ │ │ ├── cryptiles@2.0.4
│ │ │ ├── hoek@2.14.0
│ │ │ └── sntp@1.0.9
│ │ ├─┬ http-signature@0.11.0
│ │ │ ├── asn1@0.1.11
│ │ │ ├── assert-plus@0.1.5
│ │ │ └── ctype@0.5.3
│ │ ├── isstream@0.1.2
│ │ ├── json-stringify-safe@5.0.1
│ │ ├─┬ mime-types@2.0.14
│ │ │ └── mime-db@1.12.0
│ │ ├── node-uuid@1.4.3
│ │ ├── oauth-sign@0.8.0
│ │ ├── qs@3.1.0
│ │ ├── stringstream@0.0.4
│ │ ├── tough-cookie@2.0.0
│ │ └── tunnel-agent@0.4.1
│ ├─┬ rimraf@2.4.1
│ │ └─┬ glob@4.5.3
│ │   ├─┬ inflight@1.0.4
│ │   │ └── wrappy@1.0.1
│ │   ├── inherits@2.0.1
│ │   └─┬ once@1.3.2
│ │     └── wrappy@1.0.1
│ ├── rsvp@3.0.18
│ ├── semver@4.3.6
│ ├─┬ traceur@0.0.88
│ │ ├── commander@2.6.0
│ │ ├─┬ glob@4.3.5
│ │ │ ├─┬ inflight@1.0.4
│ │ │ │ └── wrappy@1.0.1
│ │ │ ├── inherits@2.0.1
│ │ │ └─┬ once@1.3.2
│ │ │   └── wrappy@1.0.1
│ │ ├── semver@2.3.2
│ │ └─┬ source-map-support@0.2.10
│ │   └─┬ source-map@0.1.32
│ │     └── amdefine@1.0.0
│ └─┬ uglify-js@2.4.23
│   ├── async@0.2.10
│   ├─┬ source-map@0.1.34
│   │ └── amdefine@1.0.0
│   ├── uglify-to-browserify@1.0.2
│   └─┬ yargs@3.5.4
│     ├── camelcase@1.1.0
│     ├── decamelize@1.0.0
│     ├── window-size@0.1.0
│     └── wordwrap@0.0.2
├─┬ karma@0.12.37
│ ├─┬ chokidar@1.0.4
│ │ ├─┬ anymatch@1.3.0
│ │ │ └─┬ micromatch@2.1.6
│ │ │   ├─┬ arr-diff@1.0.1
│ │ │   │ └── array-slice@0.2.3
│ │ │   ├─┬ braces@1.8.0
│ │ │   │ ├─┬ expand-range@1.8.1
│ │ │   │ │ └─┬ fill-range@2.2.2
│ │ │   │ │   ├── is-number@1.1.2
│ │ │   │ │   ├── isobject@1.0.2
│ │ │   │ │   ├── randomatic@1.1.0
│ │ │   │ │   └── repeat-string@1.5.2
│ │ │   │ ├── preserve@0.2.0
│ │ │   │ └── repeat-element@1.1.2
│ │ │   ├─┬ debug@2.2.0
│ │ │   │ └── ms@0.7.1
│ │ │   ├── expand-brackets@0.1.1
│ │ │   ├── filename-regex@2.0.0
│ │ │   ├── kind-of@1.1.0
│ │ │   ├─┬ object.omit@0.2.1
│ │ │   │ ├─┬ for-own@0.1.3
│ │ │   │ │ └── for-in@0.1.4
│ │ │   │ └── isobject@0.2.0
│ │ │   ├─┬ parse-glob@3.0.2
│ │ │   │ ├── glob-base@0.2.0
│ │ │   │ ├── is-dotfile@1.0.1
│ │ │   │ └── is-extglob@1.0.0
│ │ │   └─┬ regex-cache@0.4.2
│ │ │     ├── is-equal-shallow@0.1.3
│ │ │     └── is-primitive@2.0.0
│ │ ├── arrify@1.0.0
│ │ ├── async-each@0.1.6
│ │ ├── glob-parent@1.2.0
│ │ ├─┬ is-binary-path@1.0.1
│ │ │ └── binary-extensions@1.3.1
│ │ ├── is-glob@1.1.3
│ │ ├── path-is-absolute@1.0.0
│ │ └─┬ readdirp@1.3.0
│ │   ├── graceful-fs@2.0.3
│ │   ├─┬ minimatch@0.2.14
│ │   │ ├── lru-cache@2.6.5
│ │   │ └── sigmund@1.0.1
│ │   └─┬ readable-stream@1.0.33
│ │     ├── core-util-is@1.0.1
│ │     ├── inherits@2.0.1
│ │     ├── isarray@0.0.1
│ │     └── string_decoder@0.10.31
│ ├── colors@1.1.2
│ ├─┬ connect@2.30.1
│ │ ├── basic-auth-connect@1.0.0
│ │ ├─┬ body-parser@1.13.2
│ │ │ ├── iconv-lite@0.4.11
│ │ │ ├─┬ on-finished@2.3.0
│ │ │ │ └── ee-first@1.1.1
│ │ │ └─┬ raw-body@2.1.2
│ │ │   └── unpipe@1.0.0
│ │ ├── bytes@2.1.0
│ │ ├─┬ connect-timeout@1.6.2
│ │ │ └── ms@0.7.1
│ │ ├── content-type@1.0.1
│ │ ├── cookie@0.1.3
│ │ ├── cookie-parser@1.3.5
│ │ ├── cookie-signature@1.0.6
│ │ ├─┬ csurf@1.8.3
│ │ │ └─┬ csrf@3.0.0
│ │ │   ├── base64-url@1.2.1
│ │ │   ├── rndm@1.1.0
│ │ │   ├── scmp@1.0.0
│ │ │   └── uid-safe@2.0.0
│ │ ├─┬ debug@2.2.0
│ │ │ └── ms@0.7.1
│ │ ├── depd@1.0.1
│ │ ├─┬ errorhandler@1.4.1
│ │ │ ├─┬ accepts@1.2.11
│ │ │ │ ├─┬ mime-types@2.1.3
│ │ │ │ │ └── mime-db@1.15.0
│ │ │ │ └── negotiator@0.5.3
│ │ │ └── escape-html@1.0.2
│ │ ├─┬ express-session@1.11.3
│ │ │ ├── crc@3.3.0
│ │ │ └─┬ uid-safe@2.0.0
│ │ │   └── base64-url@1.2.1
│ │ ├─┬ finalhandler@0.4.0
│ │ │ ├── escape-html@1.0.2
│ │ │ ├─┬ on-finished@2.3.0
│ │ │ │ └── ee-first@1.1.1
│ │ │ └── unpipe@1.0.0
│ │ ├── fresh@0.3.0
│ │ ├─┬ http-errors@1.3.1
│ │ │ ├── inherits@2.0.1
│ │ │ └── statuses@1.2.1
│ │ ├─┬ method-override@2.3.4
│ │ │ ├── methods@1.1.1
│ │ │ └── vary@1.0.1
│ │ ├─┬ multiparty@3.3.2
│ │ │ ├─┬ readable-stream@1.1.13
│ │ │ │ ├── core-util-is@1.0.1
│ │ │ │ ├── inherits@2.0.1
│ │ │ │ ├── isarray@0.0.1
│ │ │ │ └── string_decoder@0.10.31
│ │ │ └── stream-counter@0.2.0
│ │ ├── on-headers@1.0.0
│ │ ├── parseurl@1.3.0
│ │ ├── pause@0.1.0
│ │ ├── qs@4.0.0
│ │ ├── response-time@2.3.1
│ │ ├─┬ serve-favicon@2.3.0
│ │ │ ├── etag@1.7.0
│ │ │ └── ms@0.7.1
│ │ ├─┬ serve-index@1.7.1
│ │ │ ├─┬ accepts@1.2.11
│ │ │ │ └── negotiator@0.5.3
│ │ │ ├── batch@0.5.2
│ │ │ ├── escape-html@1.0.2
│ │ │ └─┬ mime-types@2.1.3
│ │ │   └── mime-db@1.15.0
│ │ ├─┬ serve-static@1.10.0
│ │ │ ├── escape-html@1.0.2
│ │ │ └─┬ send@0.13.0
│ │ │   ├── destroy@1.0.3
│ │ │   ├── etag@1.7.0
│ │ │   ├── ms@0.7.1
│ │ │   ├─┬ on-finished@2.3.0
│ │ │   │ └── ee-first@1.1.1
│ │ │   ├── range-parser@1.0.2
│ │ │   └── statuses@1.2.1
│ │ ├─┬ type-is@1.6.5
│ │ │ ├── media-typer@0.3.0
│ │ │ └─┬ mime-types@2.1.3
│ │ │   └── mime-db@1.15.0
│ │ ├── utils-merge@1.0.0
│ │ └── vhost@3.0.0
│ ├── di@0.0.1
│ ├─┬ glob@5.0.14
│ │ ├─┬ inflight@1.0.4
│ │ │ └── wrappy@1.0.1
│ │ ├── inherits@2.0.1
│ │ ├─┬ once@1.3.2
│ │ │ └── wrappy@1.0.1
│ │ └── path-is-absolute@1.0.0
│ ├── graceful-fs@3.0.8
│ ├─┬ http-proxy@0.10.4
│ │ ├── colors@0.6.2
│ │ ├── pkginfo@0.3.0
│ │ └─┬ utile@0.2.1
│ │   ├── async@0.2.10
│ │   ├── deep-equal@1.0.0
│ │   ├── i@0.3.3
│ │   ├─┬ mkdirp@0.5.1
│ │   │ └── minimist@0.0.8
│ │   └── ncp@0.4.2
│ ├── lodash@3.10.0
│ ├─┬ log4js@0.6.26
│ │ ├── async@0.2.10
│ │ ├─┬ readable-stream@1.0.33
│ │ │ ├── core-util-is@1.0.1
│ │ │ ├── inherits@2.0.1
│ │ │ ├── isarray@0.0.1
│ │ │ └── string_decoder@0.10.31
│ │ ├── semver@4.3.6
│ │ └── underscore@1.8.2
│ ├── mime@1.3.4
│ ├─┬ minimatch@2.0.8
│ │ └─┬ brace-expansion@1.1.0
│ │   ├── balanced-match@0.2.0
│ │   └── concat-map@0.0.1
│ ├─┬ optimist@0.6.1
│ │ ├── minimist@0.0.10
│ │ └── wordwrap@0.0.3
│ ├── q@1.4.1
│ ├─┬ rimraf@2.4.1
│ │ └─┬ glob@4.5.3
│ │   ├─┬ inflight@1.0.4
│ │   │ └── wrappy@1.0.1
│ │   ├── inherits@2.0.1
│ │   └─┬ once@1.3.2
│ │     └── wrappy@1.0.1
│ ├─┬ socket.io@0.9.16
│ │ ├── base64id@0.1.0
│ │ ├── policyfile@0.0.4
│ │ ├── redis@0.7.3
│ │ └─┬ socket.io-client@0.9.16
│ │   ├─┬ active-x-obfuscator@0.0.1
│ │   │ └── zeparser@0.0.5
│ │   ├── uglify-js@1.2.5
│ │   ├─┬ ws@0.4.32
│ │   │ ├── commander@2.1.0
│ │   │ ├── nan@1.0.0
│ │   │ ├── options@0.0.6
│ │   │ └── tinycolor@0.0.1
│ │   └── xmlhttprequest@1.4.2
│ ├─┬ source-map@0.4.4
│ │ └── amdefine@1.0.0
│ └─┬ useragent@2.1.7
│   └── lru-cache@2.2.4
├─┬ karma-babel-preprocessor@4.0.1
│ └─┬ babel-core@4.7.16
│   ├── acorn-babel@0.11.1-38
│   ├── ast-types@0.7.8
│   ├─┬ chalk@1.1.0
│   │ ├── ansi-styles@2.1.0
│   │ ├── escape-string-regexp@1.0.3
│   │ ├─┬ has-ansi@2.0.0
│   │ │ └── ansi-regex@2.0.0
│   │ ├─┬ strip-ansi@3.0.0
│   │ │ └── ansi-regex@2.0.0
│   │ └── supports-color@2.0.0
│   ├─┬ commander@2.8.1
│   │ └── graceful-readlink@1.0.1
│   ├── convert-source-map@0.5.1
│   ├── core-js@0.6.1
│   ├─┬ debug@2.2.0
│   │ └── ms@0.7.1
│   ├─┬ detect-indent@3.0.1
│   │ ├── get-stdin@4.0.1
│   │ └── minimist@1.1.1
│   ├── estraverse@1.9.3
│   ├── esutils@1.1.6
│   ├── fs-readdir-recursive@0.1.2
│   ├── globals@6.4.1
│   ├─┬ is-integer@1.0.4
│   │ ├─┬ is-finite@1.0.1
│   │ │ └── number-is-nan@1.0.0
│   │ └─┬ is-nan@1.1.0
│   │   └─┬ define-properties@1.1.0
│   │     ├── foreach@2.0.5
│   │     └── object-keys@1.0.6
│   ├── js-tokens@1.0.0
│   ├── leven@1.0.2
│   ├─┬ line-numbers@0.2.0
│   │ └── left-pad@0.0.3
│   ├── lodash@3.10.0
│   ├─┬ output-file-sync@1.1.1
│   │ ├─┬ mkdirp@0.5.1
│   │ │ └── minimist@0.0.8
│   │ └── xtend@4.0.0
│   ├── path-is-absolute@1.0.0
│   ├── private@0.1.6
│   ├─┬ regenerator-babel@0.8.13-2
│   │ ├─┬ commoner@0.10.3
│   │ │ ├── commander@2.5.1
│   │ │ ├─┬ glob@4.2.2
│   │ │ │ ├─┬ inflight@1.0.4
│   │ │ │ │ └── wrappy@1.0.1
│   │ │ │ ├── inherits@2.0.1
│   │ │ │ ├─┬ minimatch@1.0.0
│   │ │ │ │ ├── lru-cache@2.6.5
│   │ │ │ │ └── sigmund@1.0.1
│   │ │ │ └─┬ once@1.3.2
│   │ │ │   └── wrappy@1.0.1
│   │ │ ├── graceful-fs@3.0.8
│   │ │ ├── iconv-lite@0.4.11
│   │ │ ├── install@0.1.8
│   │ │ ├─┬ mkdirp@0.5.1
│   │ │ │ └── minimist@0.0.8
│   │ │ ├── q@1.1.2
│   │ │ └─┬ recast@0.10.21
│   │ │   ├── ast-types@0.8.3
│   │ │   └── esprima-fb@15001.1.0-dev-harmony-fb
│   │ └── through@2.3.8
│   ├─┬ regexpu@1.2.0
│   │ ├─┬ recast@0.10.21
│   │ │ ├── ast-types@0.8.3
│   │ │ └── esprima-fb@15001.1.0-dev-harmony-fb
│   │ ├── regenerate@1.2.1
│   │ ├── regjsgen@0.2.0
│   │ └─┬ regjsparser@0.1.4
│   │   └── jsesc@0.5.0
│   ├─┬ repeating@1.1.3
│   │ └─┬ is-finite@1.0.1
│   │   └── number-is-nan@1.0.0
│   ├── shebang-regex@1.0.0
│   ├── slash@1.0.0
│   ├─┬ source-map@0.4.4
│   │ └── amdefine@1.0.0
│   ├─┬ source-map-support@0.2.10
│   │ └─┬ source-map@0.1.32
│   │   └── amdefine@1.0.0
│   ├── to-fast-properties@1.0.1
│   └── trim-right@1.0.1
├── karma-jasmine@0.3.6
├─┬ karma-jspm@1.1.5
│ └─┬ glob@3.2.11
│   ├── inherits@2.0.1
│   └─┬ minimatch@0.3.0
│     ├── lru-cache@2.6.5
│     └── sigmund@1.0.1
├─┬ karma-phantomjs-launcher@0.1.4
│ └─┬ phantomjs@1.9.17
│   ├── adm-zip@0.4.4
│   ├─┬ fs-extra@0.18.4
│   │ ├── graceful-fs@3.0.8
│   │ ├── jsonfile@2.2.1
│   │ └─┬ rimraf@2.4.1
│   │   └─┬ glob@4.5.3
│   │     ├─┬ inflight@1.0.4
│   │     │ └── wrappy@1.0.1
│   │     ├── inherits@2.0.1
│   │     ├─┬ minimatch@2.0.8
│   │     │ └─┬ brace-expansion@1.1.0
│   │     │   ├── balanced-match@0.2.0
│   │     │   └── concat-map@0.0.1
│   │     └─┬ once@1.3.2
│   │       └── wrappy@1.0.1
│   ├── kew@0.4.0
│   ├─┬ npmconf@2.1.1
│   │ ├─┬ config-chain@1.1.9
│   │ │ └── proto-list@1.2.4
│   │ ├── inherits@2.0.1
│   │ ├── ini@1.3.4
│   │ ├─┬ mkdirp@0.5.1
│   │ │ └── minimist@0.0.8
│   │ ├─┬ nopt@3.0.3
│   │ │ └── abbrev@1.0.7
│   │ ├─┬ once@1.3.2
│   │ │ └── wrappy@1.0.1
│   │ ├─┬ osenv@0.1.3
│   │ │ ├── os-homedir@1.0.0
│   │ │ └── os-tmpdir@1.0.1
│   │ ├── semver@4.3.6
│   │ └── uid-number@0.0.5
│   ├── progress@1.1.8
│   ├─┬ request@2.42.0
│   │ ├── aws-sign2@0.5.0
│   │ ├─┬ bl@0.9.4
│   │ │ └─┬ readable-stream@1.0.33
│   │ │   ├── core-util-is@1.0.1
│   │ │   ├── inherits@2.0.1
│   │ │   ├── isarray@0.0.1
│   │ │   └── string_decoder@0.10.31
│   │ ├── caseless@0.6.0
│   │ ├── forever-agent@0.5.2
│   │ ├─┬ form-data@0.1.4
│   │ │ ├── async@0.9.2
│   │ │ ├─┬ combined-stream@0.0.7
│   │ │ │ └── delayed-stream@0.0.5
│   │ │ └── mime@1.2.11
│   │ ├─┬ hawk@1.1.1
│   │ │ ├── boom@0.4.2
│   │ │ ├── cryptiles@0.2.2
│   │ │ ├── hoek@0.9.1
│   │ │ └── sntp@0.2.4
│   │ ├─┬ http-signature@0.10.1
│   │ │ ├── asn1@0.1.11
│   │ │ ├── assert-plus@0.1.5
│   │ │ └── ctype@0.5.3
│   │ ├── json-stringify-safe@5.0.1
│   │ ├── mime-types@1.0.2
│   │ ├── node-uuid@1.4.3
│   │ ├── oauth-sign@0.4.0
│   │ ├── qs@1.2.2
│   │ ├── stringstream@0.0.4
│   │ ├── tough-cookie@2.0.0
│   │ └── tunnel-agent@0.4.1
│   ├─┬ request-progress@0.3.1
│   │ └── throttleit@0.0.2
│   └── which@1.0.9
├── karma-phantomjs-shim@1.0.0
├─┬ morgan@1.6.1
│ ├─┬ debug@2.2.0
│ │ └── ms@0.7.1
│ ├── depd@1.0.1
│ ├─┬ on-finished@2.3.0
│ │ └── ee-first@1.1.1
│ └── on-headers@1.0.0
├─┬ prerender-node@2.0.0
│ └─┬ request@2.40.0
│   ├── aws-sign2@0.5.0
│   ├── forever-agent@0.5.2
│   ├─┬ form-data@0.1.4
│   │ ├── async@0.9.2
│   │ ├─┬ combined-stream@0.0.7
│   │ │ └── delayed-stream@0.0.5
│   │ └── mime@1.2.11
│   ├─┬ hawk@1.1.1
│   │ ├── boom@0.4.2
│   │ ├── cryptiles@0.2.2
│   │ ├── hoek@0.9.1
│   │ └── sntp@0.2.4
│   ├─┬ http-signature@0.10.1
│   │ ├── asn1@0.1.11
│   │ ├── assert-plus@0.1.5
│   │ └── ctype@0.5.3
│   ├── json-stringify-safe@5.0.1
│   ├── mime-types@1.0.2
│   ├── node-uuid@1.4.3
│   ├── oauth-sign@0.3.0
│   ├── qs@1.0.2
│   ├── stringstream@0.0.4
│   ├── tough-cookie@2.0.0
│   └── tunnel-agent@0.4.1
├── require-dir@0.3.0
├─┬ run-sequence@1.1.1
│ └─┬ chalk@1.1.0
│   ├── ansi-styles@2.1.0
│   ├── escape-string-regexp@1.0.3
│   ├─┬ has-ansi@2.0.0
│   │ └── ansi-regex@2.0.0
│   ├─┬ strip-ansi@3.0.0
│   │ └── ansi-regex@2.0.0
│   └── supports-color@2.0.0
├─┬ systemjs@0.16.11
│ └─┬ es6-module-loader@0.16.6
│   └── when@3.7.3
└─┬ systemjs-builder@0.10.6
  ├─┬ glob@5.0.14
  │ ├─┬ inflight@1.0.4
  │ │ └── wrappy@1.0.1
  │ ├── inherits@2.0.1
  │ ├─┬ minimatch@2.0.8
  │ │ └─┬ brace-expansion@1.1.0
  │ │   ├── balanced-match@0.2.0
  │ │   └── concat-map@0.0.1
  │ ├─┬ once@1.3.2
  │ │ └── wrappy@1.0.1
  │ └── path-is-absolute@1.0.0
  ├─┬ mkdirp@0.5.1
  │ └── minimist@0.0.8
  ├── rsvp@3.0.18
  ├─┬ source-map@0.4.4
  │ └── amdefine@1.0.0
  ├─┬ traceur@0.0.88
  │ ├── commander@2.6.0
  │ ├─┬ glob@4.3.5
  │ │ ├─┬ inflight@1.0.4
  │ │ │ └── wrappy@1.0.1
  │ │ ├── inherits@2.0.1
  │ │ ├─┬ minimatch@2.0.8
  │ │ │ └─┬ brace-expansion@1.1.0
  │ │ │   ├── balanced-match@0.2.0
  │ │ │   └── concat-map@0.0.1
  │ │ └─┬ once@1.3.2
  │ │   └── wrappy@1.0.1
  │ ├── semver@2.3.2
  │ └─┬ source-map-support@0.2.10
  │   └─┬ source-map@0.1.32
  │     └── amdefine@1.0.0
  └─┬ uglify-js@2.4.23
    ├── async@0.2.10
    ├─┬ source-map@0.1.34
    │ └── amdefine@1.0.0
    ├── uglify-to-browserify@1.0.2
    └─┬ yargs@3.5.4
      ├── camelcase@1.1.0
      ├── decamelize@1.0.0
      ├── window-size@0.1.0
      └── wordwrap@0.0.2

Thank you in advance.

guybedford commented 9 years ago

I'd advise adding a console.log(transpiler.version) at https://github.com/systemjs/builder/blob/master/compilers/esm.js#L137. The 5.7.4 Babel version definitely wouldn't pass the regular expression.

willian commented 9 years ago

@guybedford Yes, but why are lines #135 and #136 needed if that deprecation message says Deprecated option metadataUsedHelpers: Not required anymore as this is enabled by default?

guybedford commented 9 years ago

Because it is still needed in Babel 5.3.0 for example.

willian commented 9 years ago

@guybedford I think the problem is systemjs and systemjs-builder versions. I'm using the latest jspm and it requires systemjs ^0.16.9 and systemjs-builder ^0.10.6, I tried jspm@beta and updated systemjs to ^0.18.2 and systemjs-builder to ^0.12.1 and now I get:

[13:16:24] Starting 'scripts'...
[13:16:24] 'scripts' errored after 16 ms
[13:16:24] TypeError: baseURL should only be configured once and must be configured first.
    at SystemJSNodeLoader.SystemJSLoader.config (/vagrant/gridleague-ui/node_modules/systemjs/dist/system.src.js:1388:13)
    at Builder.config (/vagrant/gridleague-ui/node_modules/systemjs-builder/lib/builder.js:213:10)
    at /vagrant/gridleague-ui/gulp/scripts.js:14:15
    at lib$rsvp$$internal$$tryCatch (/vagrant/gridleague-ui/node_modules/systemjs-builder/node_modules/rsvp/dist/rsvp.js:489:16)
    at lib$rsvp$$internal$$invokeCallback (/vagrant/gridleague-ui/node_modules/systemjs-builder/node_modules/rsvp/dist/rsvp.js:501:17)
    at lib$rsvp$$internal$$publish (/vagrant/gridleague-ui/node_modules/systemjs-builder/node_modules/rsvp/dist/rsvp.js:472:11)
    at lib$rsvp$asap$$flush (/vagrant/gridleague-ui/node_modules/systemjs-builder/node_modules/rsvp/dist/rsvp.js:1290:9)
    at process._tickCallback (node.js:355:11)

My builder script:

'use strict';

var fs          = require('fs')
  , gulp        = require('gulp')
  , Builder     = require('systemjs-builder')
  , runSequence = require('run-sequence');

var builder = new Builder();

gulp.task('scripts', ['config', 'lint'], function(cb) {
  // builder.reset();
  return builder.loadConfig('./jspm.conf.js')
    .then(function() {
      builder.config({ transpiler: 'babel', baseURL: 'file:' + process.cwd() });
      builder
        .buildSFX('src/app/bootstrap', '.tmp/assets/javascripts/bundle.js', { minify: true })
        .then(function() {
          runSequence('assets-versioning-scripts', 'html-root');
        });
    });
});

.tmp/assets/javascripts/bundle.js is never created after that update.

guybedford commented 9 years ago

@willian yes the upgrade process requires some changes like ensuring the baseURL is set only once. For jspm it is better to use require('jspm').Builder which will instantiate with the correct configuration for a build automatically.

It would still be worth checking the Babel version. Note that the version of Babel that is used comes from jspm itself - that is the version in the jspm config file, not the node_modules folder.

willian commented 9 years ago

@guybedford: so, instead of:

var Builder = require('systemjs-builder');
var builder = new Builder();

should I do:

var Builder = require('jspm').Builder;
var builder = new Builder({
  baseURL: 'file:' + process.cwd(),
  transpiler: 'babel'
});

?

guybedford commented 9 years ago

Yes, except the baseURL, transpiler and all config will be set automatically, only config that is build-specific needs to be set.

willian commented 9 years ago

I tried, didn't get success. I saw this: https://github.com/jspm/jspm-cli/blob/0.16.0-beta.3/api.js#L178-L190 Seems that var Builder = require('jspm').Builder returns an instance, so why should I do var builder = new Builder();?

I'm sorry about all those questions, I only need a help to get .buildSFX working again.

Thanks,

guybedford commented 9 years ago

Builder is certainly a class and not an instance. That code is simply class extension. It would really help to be able to make suggestions if you can share the relevant code you used and the error message you got.

willian commented 9 years ago

This is my build task:

'use strict';

var fs          = require('fs')
  , gulp        = require('gulp')
  , Builder     = require('jspm').Builder
  , runSequence = require('run-sequence');

var builder = new Builder();

gulp.task('scripts', ['config', 'lint'], function(cb) {
  return builder.loadConfig('./jspm.conf.js')
    .then(function() {
      builder.config({ transpiler: 'babel', baseURL: 'file:' + process.cwd() });
      builder
        .buildSFX('src/app/bootstrap', '.tmp/assets/javascripts/bundle.js', { minify: true })
        .then(function() {
          runSequence('assets-versioning-scripts', 'html-root');
        });
    });
});

My jspm.config.js:

System.config({
  "defaultJSExtensions": true,
  "transpiler": "babel",
  "babelOptions": {
    "optional": [
      "runtime"
    ]
  },
  "paths": {
    "*": "*.js",
    "gridLeague/*": "src/*.js",
    "github:*": "jspm_packages/github/*.js",
    "npm:*": "jspm_packages/npm/*.js"
  }
});

System.config({
  "map": {
    "angular": "github:angular/bower-angular@1.4.3",
    "angular-animate": "github:angular/bower-angular-animate@1.4.3",
    "angular-base64": "github:ninjatronic/angular-base64@2.0.5",
    "angular-cookies": "github:angular/bower-angular-cookies@1.4.3",
    "angular-loading-bar": "github:chieffancypants/angular-loading-bar@0.7.1",
    "angular-mocks": "github:angular/bower-angular-mocks@1.4.3",
    "angular-sanitize": "github:angular/bower-angular-sanitize@1.4.3",
    "angular-ui-router": "github:angular-ui/ui-router@0.2.15",
    "babel": "npm:babel-core@5.7.4",
    "babel-runtime": "npm:babel-runtime@5.7.0",
    "core-js": "npm:core-js@0.9.18",
    "lodash": "npm:lodash@3.10.0",
    "ngStorage": "github:gsklee/ngStorage@0.3.7",
    "normalize.scss": "npm:normalize.scss@0.1.0",
    "text": "github:systemjs/plugin-text@0.0.2",
    "thoughtbot/bitters": "github:thoughtbot/bitters@1.0.0",
    "thoughtbot/bourbon": "github:thoughtbot/bourbon@4.2.3",
    "thoughtbot/neat": "github:thoughtbot/neat@1.7.2",
    "github:angular-ui/ui-router@0.2.15": {
      "angular": "github:angular/bower-angular@1.4.3"
    },
    "github:angular/bower-angular-animate@1.4.3": {
      "angular": "github:angular/bower-angular@1.4.3"
    },
    "github:angular/bower-angular-cookies@1.4.3": {
      "angular": "github:angular/bower-angular@1.4.3"
    },
    "github:angular/bower-angular-mocks@1.4.3": {
      "angular": "github:angular/bower-angular@1.4.3"
    },
    "github:angular/bower-angular-sanitize@1.4.3": {
      "angular": "github:angular/bower-angular@1.4.3"
    },
    "github:jspm/nodelibs-process@0.1.1": {
      "process": "npm:process@0.10.1"
    },
    "npm:babel-runtime@4.7.16": {
      "process": "github:jspm/nodelibs-process@0.1.1"
    },
    "npm:babel-runtime@5.7.0": {
      "process": "github:jspm/nodelibs-process@0.1.1"
    },
    "npm:core-js@0.8.1": {
      "process": "github:jspm/nodelibs-process@0.1.1"
    },
    "npm:core-js@0.9.18": {
      "fs": "github:jspm/nodelibs-fs@0.1.2",
      "process": "github:jspm/nodelibs-process@0.1.1",
      "systemjs-json": "github:systemjs/plugin-json@0.1.0"
    },
    "npm:lodash@3.10.0": {
      "process": "github:jspm/nodelibs-process@0.1.1"
    }
  }
});

And nothing happens, that same code works with jspm stable version.

guybedford commented 9 years ago

Make sure you add an error handler to your promises chain, as there is likely an error being thrown about setting the baseURL.

You can remove these two lines:

return builder.loadConfig('./jspm.conf.js')
builder.config({ transpiler: 'babel', baseURL: 'file:' + process.cwd() });
willian commented 9 years ago

Ok, I made that change and now I got this error

{ '0': [Error: ENOENT, open '/vagrant/gridleague-ui/src/app/services/api/.tmp/app/config.js'] }

For some reason it's getting relative to /vagrant/gridleague-ui/src/app/services/api/ but it should be /vagrant/gridleague-ui/.tmp/app/config.js.

guybedford commented 9 years ago

It will reference the config.js file from your jspm package.json file. Have you got multiple package.json files by any chance?

willian commented 9 years ago

No, only 1 package.json file. That config.js is generate by config task (dependency of script task). The result should be saved on /vagrant/gridleague-ui/.tmp/app/config.js, but it's not anymore.

guybedford commented 9 years ago

So you have a different config file at build time that is auto-generated? And you don't use the existing jspm.config.js for builds?

willian commented 9 years ago

Oh, no, that config file is from my AngularJS application, not related with build flow. It's result is a list of AngularJS constants generated by reading environment variables.

This is my config task:

'use strict';

var gulp       = require('gulp'),
    ngConstant = require('gulp-ng-constant'),
    rename     = require('gulp-rename'),
    env        = require('gulp-env'),
    fs         = require('fs');

var configTemplate = "\
import angular from 'angular';\n\n\
export var <%- moduleName %> = angular.module('<%- moduleName %>'<% if (deps) { %>, <%= JSON.stringify(deps) %><% } %>)\
<% constants.forEach(function(constant) { %>\
\n.constant('<%- constant.name %>', <%= constant.value %>)\
<% }) %>;\
";

gulp.task('env', function() {
  var envFile = '.env.json';
  if(fs.existsSync(envFile)) {
    env({ file: envFile });
  }
});

gulp.task('config', ['env'], function() {
  return gulp.src('src/config/config.json')
    .pipe(ngConstant({
      name: 'configModule',
      template: configTemplate,
      space: '  ',
      constants: {
        CONFIG: {
          NODE_ENV: process.env.NODE_ENV,
          API_URL: process.env.API_URL,
          OAUTH_REDIRECT_URL: process.env.OAUTH_REDIRECT_URL,
          FACEBOOK_APP_ID: process.env.FACEBOOK_APP_ID,
          TWITTER_API_KEY: process.env.TWITTER_API_KEY,
          ROLLBAR_ACCESS_TOKEN: process.env.ROLLBAR_ACCESS_TOKEN
        }
      }
    }))
    .pipe(rename('config.js'))
    .pipe(gulp.dest('file:' + process.cwd() + '/.tmp/app/'));
});

This is my packages.json file:

{
  "name": "gridleague-ui",
  "version": "0.0.1",
  "description": "GridLeague's AngularJS application",
  "scripts": {
    "test": "gulp test && gulp clean && gulp config && gulp scripts && gulp clean"
  },
  "repository": "https://github.com/npgl/gridleague-ui",
  "dependencies": {
    "babel-core": "^5.7.4",
    "basic-auth": "^1.0.3",
    "compression": "^1.5.1",
    "connect-livereload": "^0.5.3",
    "del": "^1.2.0",
    "express": "^4.13.1",
    "gulp": "^3.9.0",
    "gulp-autoprefixer": "^2.3.1",
    "gulp-cache": "^0.2.10",
    "gulp-env": "^0.2.0",
    "gulp-flatten": "0.0.4",
    "gulp-imagemin": "^2.3.0",
    "gulp-inject": "^1.3.1",
    "gulp-jshint": "^1.11.2",
    "gulp-livereload": "^3.8.0",
    "gulp-minify-html": "^1.0.4",
    "gulp-ng-constant": "^0.3.0",
    "gulp-rename": "^1.2.2",
    "gulp-rev": "^3.0.1",
    "gulp-sass": "^1.3.3",
    "gulp-scss-lint": "^0.1.12",
    "gulp-size": "^1.2.3",
    "gzippo": "^0.2.0",
    "jasmine-core": "^2.3.4",
    "jshint-stylish": "^1.0.2",
    "jspm": "^0.16.0-beta.3",
    "karma": "^0.12.37",
    "karma-babel-preprocessor": "^4.0.1",
    "karma-jasmine": "^0.3.6",
    "karma-jspm": "^1.1.5",
    "karma-phantomjs-launcher": "^0.1.4",
    "karma-phantomjs-shim": "^1.0.0",
    "morgan": "^1.6.1",
    "prerender-node": "^2.0.0",
    "require-dir": "^0.3.0",
    "run-sequence": "^1.1.1",
    "systemjs": "^0.18.2",
    "systemjs-builder": "^0.12.1"
  },
  "engines": {
    "node": "0.12.x"
  },
  "jspm": {
    "directories": {},
    "configFile": "jspm.conf.js",
    "dependencies": {
      "angular": "github:angular/bower-angular@^1.4.3",
      "angular-animate": "github:angular/bower-angular-animate@^1.4.3",
      "angular-base64": "github:ninjatronic/angular-base64@^2.0.5",
      "angular-cookies": "github:angular/bower-angular-cookies@^1.4.3",
      "angular-loading-bar": "github:chieffancypants/angular-loading-bar@^0.7.1",
      "angular-mocks": "github:angular/bower-angular-mocks@^1.4.3",
      "angular-sanitize": "github:angular/bower-angular-sanitize@^1.4.3",
      "angular-ui-router": "github:angular-ui/ui-router@^0.2.15",
      "babel": "npm:babel@^4.7.16",
      "babel-runtime": "npm:babel-runtime@^4.7.16",
      "lodash": "npm:lodash@^3.10.0",
      "ngStorage": "github:gsklee/ngStorage@^0.3.7",
      "normalize.scss": "npm:normalize.scss@^0.1.0",
      "text": "github:systemjs/plugin-text@^0.0.2",
      "thoughtbot/bitters": "github:thoughtbot/bitters@^1.0.0",
      "thoughtbot/bourbon": "github:thoughtbot/bourbon@^4.2.3",
      "thoughtbot/neat": "github:thoughtbot/neat@^1.7.2"
    },
    "devDependencies": {
      "babel": "npm:babel-core@^5.1.13",
      "babel-runtime": "npm:babel-runtime@^5.1.13",
      "core-js": "npm:core-js@^0.9.4"
    }
  }
}
guybedford commented 9 years ago

Oh so config.js is just a module that is loaded, and it's looking it up in the wrong path?

This sounds like upgrade issues using SystemJS 0.18 and jspm 0.16 then. Make sure you run jspm init to upgrade your jspm config file. Paths like 'github:*': 'jspm_packages/github/*.js' are supposed to be upgraded to 'github:*': 'jspm_packages/github/*'.

guybedford commented 9 years ago

Note that SystemJS 0.18 is a major upgrade path, so you need to carefully check your app during this process.

willian commented 9 years ago

Yes, it seems to be an upgrade issue. I updated jspm.config.js and it's returning the same error message.

Is there a upgrade path or a document showing how I can build using SystemJS 0.18 and jspm 0.16?

guybedford commented 9 years ago

How are you importing app/config.js? It's probably just a relative require issue.

The upgrade notes for SystemJS are at https://github.com/systemjs/systemjs/releases/tag/0.17.0, but apart from altering your paths to:

System.config({
  "paths": {
    "gridLeague/*": "src/*",
    "github:*": "jspm_packages/github/*",
    "npm:*": "jspm_packages/npm/*"
  }
});

You shouldn't need to do anything else in jspm.

willian commented 9 years ago

Thank you for your support, I will wait for 0.17.0 before upgrade, until there I will live with those deprecated warnings. :)