Skip to content

Instantly share code, notes, and snippets.

@olivierlacan
Created August 13, 2016 18:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olivierlacan/dfe0eaa39c3cba2d1d8e09a1b0c0609d to your computer and use it in GitHub Desktop.
Save olivierlacan/dfe0eaa39c3cba2d1d8e09a1b0c0609d to your computer and use it in GitHub Desktop.
After about 10 minutes (over a 1/3 Mbps connection) ember-cli finally finished installing, hard to believe the number of direct and transitive dependencies.
$ npm install -g ember-cli
npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
/Users/olivierlacan/.nvm/versions/node/v5.5.0/bin/ember -> /Users/olivierlacan/.nvm/versions/node/v5.5.0/lib/node_modules/ember-cli/bin/ember
/Users/olivierlacan/.nvm/versions/node/v5.5.0/lib
└─┬ ember-cli@2.7.0
├─┬ amd-name-resolver@0.0.5
│ └── ensure-posix-path@1.0.2
├── bower@1.7.9
├─┬ bower-config@1.4.0
│ ├── graceful-fs@4.1.5
│ ├── mout@1.0.0
│ ├─┬ optimist@0.6.1
│ │ ├── minimist@0.0.10
│ │ └── wordwrap@0.0.3
│ ├─┬ osenv@0.1.3
│ │ └── os-homedir@1.0.1
│ └── untildify@2.1.0
├── bower-endpoint-parser@0.2.2
├─┬ broccoli-babel-transpiler@5.6.0
│ ├─┬ babel-core@5.8.38
│ │ ├── 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.4
│ │ ├── babel-plugin-member-expression-literals@1.0.1
│ │ ├── babel-plugin-property-literals@1.0.1
│ │ ├─┬ babel-plugin-proto-to-assign@1.0.4
│ │ │ └── lodash@3.10.1
│ │ ├── 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.8.38
│ │ ├── bluebird@2.10.2
│ │ ├── convert-source-map@1.3.0
│ │ ├── core-js@1.2.7
│ │ ├─┬ detect-indent@3.0.1
│ │ │ ├── get-stdin@4.0.1
│ │ │ └── minimist@1.2.0
│ │ ├── esutils@2.0.2
│ │ ├── fs-readdir-recursive@0.1.2
│ │ ├── globals@6.4.1
│ │ ├─┬ home-or-tmp@1.0.0
│ │ │ └── user-home@1.1.1
│ │ ├─┬ is-integer@1.0.6
│ │ │ └── is-finite@1.0.1
│ │ ├── js-tokens@1.0.1
│ │ ├── json5@0.4.0
│ │ ├── lodash@3.10.1
│ │ ├── minimatch@2.0.10
│ │ ├── output-file-sync@1.1.2
│ │ ├── path-exists@1.0.0
│ │ ├── private@0.1.6
│ │ ├─┬ regenerator@0.8.40
│ │ │ ├─┬ commoner@0.10.4
│ │ │ │ ├─┬ detective@4.3.1
│ │ │ │ │ ├── acorn@1.2.2
│ │ │ │ │ └── defined@1.0.0
│ │ │ │ ├── glob@5.0.15
│ │ │ │ └── q@1.4.1
│ │ │ ├─┬ defs@1.1.1
│ │ │ │ ├─┬ alter@0.2.0
│ │ │ │ │ └── stable@0.1.5
│ │ │ │ ├── ast-traverse@0.1.1
│ │ │ │ ├── breakable@1.0.0
│ │ │ │ ├── simple-fmt@0.1.0
│ │ │ │ ├── simple-is@0.2.0
│ │ │ │ ├── stringmap@0.2.2
│ │ │ │ ├── stringset@0.2.1
│ │ │ │ ├── tryor@0.1.2
│ │ │ │ └─┬ yargs@3.27.0
│ │ │ │ ├─┬ os-locale@1.4.0
│ │ │ │ │ └─┬ lcid@1.0.0
│ │ │ │ │ └── invert-kv@1.0.0
│ │ │ │ ├── window-size@0.1.4
│ │ │ │ └── y18n@3.2.1
│ │ │ ├── esprima-fb@15001.1001.0-dev-harmony-fb
│ │ │ └─┬ recast@0.10.33
│ │ │ └── ast-types@0.8.12
│ │ ├─┬ regexpu@1.3.0
│ │ │ ├── esprima@2.7.2
│ │ │ ├── regenerate@1.3.1
│ │ │ ├── regjsgen@0.2.0
│ │ │ └─┬ regjsparser@0.1.5
│ │ │ └── jsesc@0.5.0
│ │ ├── repeating@1.1.3
│ │ ├── shebang-regex@1.0.0
│ │ ├── slash@1.0.0
│ │ ├── source-map@0.5.6
│ │ ├─┬ source-map-support@0.2.10
│ │ │ └── source-map@0.1.32
│ │ ├── to-fast-properties@1.0.2
│ │ ├── trim-right@1.0.1
│ │ └── try-resolve@1.0.1
│ ├─┬ broccoli-persistent-filter@1.2.9
│ │ ├─┬ async-disk-cache@1.0.8
│ │ │ └─┬ istextorbinary@2.1.0
│ │ │ ├── binaryextensions@2.0.0
│ │ │ ├── editions@1.1.2
│ │ │ └── textextensions@2.0.1
│ │ ├── fs-tree-diff@0.5.2
│ │ ├─┬ md5-hex@1.3.0
│ │ │ └── md5-o-matic@0.1.1
│ │ └── walk-sync@0.3.1
│ ├── clone@0.2.0
│ ├── hash-for-dep@1.0.3
│ └─┬ json-stable-stringify@1.0.1
│ └── jsonify@0.0.0
├─┬ broccoli-concat@2.3.4
│ ├─┬ broccoli-caching-writer@2.3.1
│ │ ├─┬ broccoli-kitchen-sink-helpers@0.2.9
│ │ │ └── glob@5.0.15
│ │ └── broccoli-plugin@1.1.0
│ ├─┬ broccoli-kitchen-sink-helpers@0.3.1
│ │ └── glob@5.0.15
│ ├─┬ fast-sourcemap-concat@1.0.1
│ │ ├─┬ chalk@0.5.1
│ │ │ ├── ansi-styles@1.1.0
│ │ │ ├─┬ has-ansi@0.1.0
│ │ │ │ └── ansi-regex@0.2.1
│ │ │ ├── strip-ansi@0.3.0
│ │ │ └── supports-color@0.2.0
│ │ ├─┬ memory-streams@0.1.0
│ │ │ └── readable-stream@1.0.34
│ │ ├─┬ source-map@0.4.4
│ │ │ └── amdefine@1.0.0
│ │ └── source-map-url@0.3.0
│ ├── lodash.merge@4.6.0
│ ├── lodash.omit@4.5.0
│ ├── lodash.uniq@4.5.0
│ └─┬ mkdirp@0.5.1
│ └── minimist@0.0.8
├── broccoli-config-loader@1.0.0
├─┬ broccoli-config-replace@1.1.2
│ ├── broccoli-plugin@1.2.1
│ └── fs-extra@0.24.0
├─┬ broccoli-funnel@1.0.6
│ ├── array-equal@1.0.0
│ ├── blank-object@1.0.2
│ ├── fast-ordered-set@1.0.3
│ ├── fs-tree-diff@0.5.2
│ ├── heimdalljs@0.2.1
│ ├── path-posix@1.0.0
│ └─┬ rimraf@2.5.4
│ └── glob@7.0.5
├── broccoli-funnel-reducer@1.0.0
├─┬ broccoli-merge-trees@1.1.4
│ ├─┬ can-symlink@1.0.0
│ │ └── tmp@0.0.28
│ ├── fs-tree-diff@0.5.2
│ └── heimdalljs-logger@0.1.7
├─┬ broccoli-sane-watcher@1.1.5
│ └── broccoli-slow-trees@1.1.0
├── broccoli-source@1.1.0
├── broccoli-viz@2.0.1
├─┬ chalk@1.1.3
│ ├── ansi-styles@2.2.1
│ ├── has-ansi@2.0.0
│ ├── strip-ansi@3.0.1
│ └── supports-color@2.0.0
├── clean-base-url@1.0.0
├─┬ compression@1.6.2
│ ├─┬ accepts@1.3.3
│ │ ├── mime-types@2.1.11
│ │ └── negotiator@0.6.1
│ ├── bytes@2.3.0
│ ├─┬ compressible@2.0.8
│ │ └── mime-db@1.23.0
│ ├── on-headers@1.0.1
│ └── vary@1.1.0
├─┬ configstore@2.0.0
│ ├─┬ dot-prop@2.4.0
│ │ └── is-obj@1.0.1
│ ├── object-assign@4.1.0
│ ├── os-tmpdir@1.0.1
│ ├── uuid@2.0.2
│ ├─┬ write-file-atomic@1.1.4
│ │ ├── imurmurhash@0.1.4
│ │ └── slide@1.1.6
│ └── xdg-basedir@2.0.0
├── core-object@2.0.6
├─┬ debug@2.2.0
│ └── ms@0.7.1
├── diff@2.2.3
├─┬ ember-cli-broccoli@0.16.9
│ ├─┬ broccoli-kitchen-sink-helpers@0.2.9
│ │ └── glob@5.0.15
│ ├─┬ commander@2.9.0
│ │ └── graceful-readlink@1.0.1
│ ├─┬ connect@3.4.1
│ │ └── finalhandler@0.4.1
│ ├── copy-dereference@1.0.0
│ ├─┬ findup-sync@0.2.1
│ │ └─┬ glob@4.3.5
│ │ └── minimatch@2.0.10
│ ├─┬ handlebars@4.0.5
│ │ ├── source-map@0.4.4
│ │ └─┬ uglify-js@2.7.0
│ │ ├── async@0.2.10
│ │ ├── uglify-to-browserify@1.0.2
│ │ └─┬ yargs@3.10.0
│ │ ├── camelcase@1.2.1
│ │ ├─┬ cliui@2.1.0
│ │ │ ├─┬ center-align@0.1.3
│ │ │ │ ├─┬ align-text@0.1.4
│ │ │ │ │ ├─┬ kind-of@3.0.4
│ │ │ │ │ │ └── is-buffer@1.1.4
│ │ │ │ │ ├── longest@1.0.1
│ │ │ │ │ └── repeat-string@1.5.4
│ │ │ │ └── lazy-cache@1.0.4
│ │ │ ├── right-align@0.1.3
│ │ │ └── wordwrap@0.0.2
│ │ ├── decamelize@1.2.0
│ │ └── window-size@0.1.0
│ └── mime@1.3.4
├── ember-cli-get-component-path-option@1.0.0
├── ember-cli-is-package-missing@1.0.0
├─┬ ember-cli-legacy-blueprints@0.1.1
│ ├─┬ ember-cli-babel@5.1.9
│ │ ├── clone@1.0.2
│ │ └─┬ ember-cli-version-checker@1.1.6
│ │ └── semver@4.3.6
│ ├── ember-cli-get-dependency-depth@1.0.0
│ ├── ember-cli-path-utils@1.0.0
│ ├── ember-cli-test-info@1.0.0
│ ├── ember-cli-valid-component-name@1.0.0
│ ├─┬ ember-router-generator@1.2.1
│ │ └─┬ recast@0.11.11
│ │ ├── ast-types@0.8.18
│ │ └── esprima@2.7.2
│ ├── fs-extra@0.24.0
│ └── lodash@3.10.1
├── ember-cli-normalize-entity-name@1.0.0
├─┬ ember-cli-preprocess-registry@2.0.0
│ ├─┬ broccoli-clean-css@1.1.0
│ │ ├─┬ clean-css-promise@0.1.1
│ │ │ ├─┬ array-to-error@1.1.1
│ │ │ │ └── array-to-sentence@1.1.0
│ │ │ └─┬ clean-css@3.4.19
│ │ │ ├── commander@2.8.1
│ │ │ └── source-map@0.4.4
│ │ └─┬ inline-source-map-comment@1.0.5
│ │ ├── minimist@1.2.0
│ │ ├── sum-up@1.0.3
│ │ └── xtend@4.0.1
│ ├── lodash@3.10.1
│ └── process-relative-require@1.0.0
├── ember-cli-string-utils@1.0.0
├─┬ ember-try@0.2.5
│ ├─┬ cli-table2@0.2.0
│ │ ├── colors@1.1.2
│ │ └── lodash@3.10.1
│ ├── core-object@1.1.0
│ ├─┬ ember-try-config@2.0.1
│ │ └─┬ node-fetch@1.6.0
│ │ ├── encoding@0.1.12
│ │ └── is-stream@1.1.0
│ ├── extend@3.0.0
│ ├── fs-extra@0.26.7
│ └── sync-exec@0.6.2
├── escape-string-regexp@1.0.5
├── exists-sync@0.0.3
├── exit@0.1.2
├─┬ express@4.14.0
│ ├── array-flatten@1.1.1
│ ├── content-disposition@0.5.1
│ ├── content-type@1.0.2
│ ├── cookie@0.3.1
│ ├── cookie-signature@1.0.6
│ ├── depd@1.1.0
│ ├── encodeurl@1.0.1
│ ├── escape-html@1.0.3
│ ├── etag@1.7.0
│ ├─┬ finalhandler@0.5.0
│ │ ├── statuses@1.3.0
│ │ └── unpipe@1.0.0
│ ├── fresh@0.3.0
│ ├── merge-descriptors@1.0.1
│ ├── methods@1.1.2
│ ├─┬ on-finished@2.3.0
│ │ └── ee-first@1.1.1
│ ├── parseurl@1.3.1
│ ├── path-to-regexp@0.1.7
│ ├─┬ proxy-addr@1.1.2
│ │ ├── forwarded@0.1.0
│ │ └── ipaddr.js@1.1.1
│ ├── qs@6.2.0
│ ├── range-parser@1.2.0
│ ├─┬ send@0.14.1
│ │ ├── destroy@1.0.4
│ │ └─┬ http-errors@1.5.0
│ │ └── setprototypeof@1.0.1
│ ├── serve-static@1.11.1
│ ├─┬ type-is@1.6.13
│ │ └── media-typer@0.3.0
│ └── utils-merge@1.0.0
├── filesize@3.3.0
├─┬ find-up@1.1.2
│ ├── path-exists@2.1.0
│ └─┬ pinkie-promise@2.0.1
│ └── pinkie@2.0.4
├─┬ fs-extra@0.30.0
│ ├── jsonfile@2.3.1
│ ├── klaw@1.3.0
│ └── path-is-absolute@1.0.0
├── fs-monitor-stack@1.1.1
├── fs-tree-diff@0.4.4
├── get-caller-file@1.0.2
├── git-repo-info@1.1.4
├─┬ glob@7.0.3
│ ├─┬ inflight@1.0.5
│ │ └── wrappy@1.0.2
│ ├── inherits@2.0.1
│ └── once@1.3.3
├─┬ http-proxy@1.14.0
│ ├── eventemitter3@1.2.0
│ └── requires-port@1.0.0
├── inflection@1.10.0
├─┬ inquirer@0.12.0
│ ├── ansi-escapes@1.4.0
│ ├── ansi-regex@2.0.0
│ ├─┬ cli-cursor@1.0.2
│ │ └─┬ restore-cursor@1.0.1
│ │ ├── exit-hook@1.1.1
│ │ └── onetime@1.1.0
│ ├── cli-width@2.1.0
│ ├── figures@1.7.0
│ ├─┬ readline2@1.0.1
│ │ ├─┬ code-point-at@1.0.0
│ │ │ └── number-is-nan@1.0.0
│ │ ├── is-fullwidth-code-point@1.0.0
│ │ └── mute-stream@0.0.5
│ ├── run-async@0.1.0
│ ├── rx-lite@3.1.2
│ └── string-width@1.0.1
├── is-git-url@0.2.3
├── isbinaryfile@3.0.1
├─┬ leek@0.0.21
│ ├─┬ 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
│ └─┬ request@2.74.0
│ ├── aws-sign2@0.6.0
│ ├── aws4@1.4.1
│ ├─┬ bl@1.1.2
│ │ └─┬ readable-stream@2.0.6
│ │ └── isarray@1.0.0
│ ├── caseless@0.11.0
│ ├─┬ combined-stream@1.0.5
│ │ └── delayed-stream@1.0.0
│ ├── forever-agent@0.6.1
│ ├── form-data@1.0.0-rc4
│ ├─┬ har-validator@2.0.6
│ │ └─┬ is-my-json-valid@2.13.1
│ │ ├── generate-function@2.0.0
│ │ ├─┬ generate-object-property@1.2.0
│ │ │ └── is-property@1.0.2
│ │ └── jsonpointer@2.0.0
│ ├─┬ hawk@3.1.3
│ │ ├── boom@2.10.1
│ │ ├── cryptiles@2.0.5
│ │ ├── hoek@2.16.3
│ │ └── sntp@1.0.9
│ ├─┬ http-signature@1.1.1
│ │ ├── assert-plus@0.2.0
│ │ ├─┬ jsprim@1.3.0
│ │ │ ├── extsprintf@1.0.2
│ │ │ ├── json-schema@0.2.2
│ │ │ └── verror@1.3.6
│ │ └─┬ sshpk@1.9.2
│ │ ├── asn1@0.2.3
│ │ ├── assert-plus@1.0.0
│ │ ├─┬ dashdash@1.14.0
│ │ │ └── assert-plus@1.0.0
│ │ ├── ecc-jsbn@0.1.1
│ │ ├─┬ getpass@0.1.6
│ │ │ └── assert-plus@1.0.0
│ │ ├── jodid25519@1.0.2
│ │ ├── jsbn@0.1.0
│ │ └── tweetnacl@0.13.3
│ ├── is-typedarray@1.0.0
│ ├── isstream@0.1.2
│ ├── json-stringify-safe@5.0.1
│ ├── oauth-sign@0.8.2
│ ├── stringstream@0.0.5
│ ├── tough-cookie@2.3.1
│ └── tunnel-agent@0.4.3
├── lodash@4.15.0
├─┬ markdown-it@6.0.4
│ ├─┬ argparse@1.0.7
│ │ └── sprintf-js@1.0.3
│ ├── entities@1.1.1
│ ├── linkify-it@1.2.4
│ ├── mdurl@1.0.1
│ └── uc.micro@1.0.2
├─┬ markdown-it-terminal@0.0.3
│ ├─┬ cardinal@0.5.0
│ │ ├── ansicolors@0.2.1
│ │ └─┬ redeyed@0.5.0
│ │ └── esprima-fb@12001.1.0-dev-harmony-fb
│ ├─┬ cli-table@0.3.1
│ │ └── colors@1.0.3
│ ├─┬ lodash.merge@3.3.2
│ │ ├── lodash._arraycopy@3.0.0
│ │ ├── lodash._arrayeach@3.0.0
│ │ ├── lodash._getnative@3.9.1
│ │ ├── lodash.isarguments@3.1.0
│ │ ├── lodash.isarray@3.0.4
│ │ ├─┬ lodash.isplainobject@3.2.0
│ │ │ └── lodash._basefor@3.0.3
│ │ ├── lodash.istypedarray@3.0.6
│ │ ├── lodash.keysin@3.0.8
│ │ └── lodash.toplainobject@3.0.0
│ └── markdown-it@4.4.0
├─┬ minimatch@3.0.3
│ └─┬ brace-expansion@1.1.6
│ ├── balanced-match@0.4.2
│ └── concat-map@0.0.1
├─┬ morgan@1.7.0
│ └── basic-auth@1.0.4
├── node-modules-path@1.0.1
├── node-uuid@1.4.7
├─┬ nopt@3.0.6
│ └── abbrev@1.0.9
├─┬ npm@2.15.5
│ ├── ansi-regex@2.0.0
│ ├─┬ columnify@1.5.4
│ │ └─┬ wcwidth@1.0.0
│ │ └─┬ defaults@1.0.3
│ │ └── clone@1.0.2
│ ├─┬ glob@7.0.3
│ │ └── path-is-absolute@1.0.0
│ ├── imurmurhash@0.1.4
│ ├── inherits@2.0.1
│ ├─┬ init-package-json@1.9.3
│ │ └─┬ glob@6.0.4
│ │ └── path-is-absolute@1.0.0
│ ├─┬ lru-cache@4.0.1
│ │ ├── pseudomap@1.0.2
│ │ └── yallist@2.0.0
│ ├─┬ minimatch@3.0.0
│ │ └─┬ brace-expansion@1.1.1
│ │ └── concat-map@0.0.1
│ ├─┬ mkdirp@0.5.1
│ │ └── minimist@0.0.8
│ ├─┬ node-gyp@3.3.1
│ │ ├─┬ glob@4.5.3
│ │ │ └─┬ minimatch@2.0.10
│ │ │ └─┬ brace-expansion@1.1.3
│ │ │ └── concat-map@0.0.1
│ │ └─┬ path-array@1.0.1
│ │ └─┬ array-index@1.0.0
│ │ └─┬ debug@2.2.0
│ │ └── ms@0.7.1
│ ├── nopt@3.0.6
│ ├─┬ npm-registry-client@7.1.0
│ │ └─┬ concat-stream@1.5.1
│ │ └─┬ readable-stream@2.0.5
│ │ ├── core-util-is@1.0.2
│ │ ├── isarray@0.0.1
│ │ ├── string_decoder@0.10.31
│ │ └── util-deprecate@1.0.2
│ ├─┬ npmlog@2.0.3
│ │ └─┬ are-we-there-yet@1.1.2
│ │ └── delegates@1.0.0
│ ├── once@1.3.3
│ ├─┬ osenv@0.1.3
│ │ └── os-tmpdir@1.0.1
│ ├─┬ read@1.0.7
│ │ └── mute-stream@0.0.5
│ ├─┬ read-package-json@2.0.4
│ │ └─┬ glob@6.0.4
│ │ └── path-is-absolute@1.0.0
│ ├─┬ readable-stream@2.1.2
│ │ ├── core-util-is@1.0.2
│ │ ├── isarray@1.0.0
│ │ ├── process-nextick-args@1.0.7
│ │ ├── string_decoder@0.10.31
│ │ └── util-deprecate@1.0.2
│ ├─┬ request@2.72.0
│ │ ├── aws-sign2@0.6.0
│ │ ├─┬ bl@1.1.2
│ │ │ └─┬ readable-stream@2.0.6
│ │ │ ├── core-util-is@1.0.2
│ │ │ ├── isarray@1.0.0
│ │ │ ├── process-nextick-args@1.0.7
│ │ │ ├── string_decoder@0.10.31
│ │ │ └── util-deprecate@1.0.2
│ │ ├── caseless@0.11.0
│ │ ├─┬ combined-stream@1.0.5
│ │ │ └── delayed-stream@1.0.0
│ │ ├── extend@3.0.0
│ │ ├── forever-agent@0.6.1
│ │ ├─┬ form-data@1.0.0-rc4
│ │ │ └── async@1.5.2
│ │ ├─┬ har-validator@2.0.6
│ │ │ ├─┬ chalk@1.1.3
│ │ │ │ ├── ansi-styles@2.2.1
│ │ │ │ ├── escape-string-regexp@1.0.5
│ │ │ │ ├── has-ansi@2.0.0
│ │ │ │ └── supports-color@2.0.0
│ │ │ ├─┬ commander@2.9.0
│ │ │ │ └── graceful-readlink@1.0.1
│ │ │ ├─┬ is-my-json-valid@2.13.1
│ │ │ │ ├── generate-function@2.0.0
│ │ │ │ ├─┬ generate-object-property@1.2.0
│ │ │ │ │ └── is-property@1.0.2
│ │ │ │ ├── jsonpointer@2.0.0
│ │ │ │ └── xtend@4.0.1
│ │ │ └─┬ pinkie-promise@2.0.1
│ │ │ └── pinkie@2.0.4
│ │ ├─┬ hawk@3.1.3
│ │ │ ├── boom@2.10.1
│ │ │ ├── cryptiles@2.0.5
│ │ │ ├── hoek@2.16.3
│ │ │ └── sntp@1.0.9
│ │ ├─┬ http-signature@1.1.1
│ │ │ ├── assert-plus@0.2.0
│ │ │ ├─┬ jsprim@1.2.2
│ │ │ │ ├── extsprintf@1.0.2
│ │ │ │ ├── json-schema@0.2.2
│ │ │ │ └── verror@1.3.6
│ │ │ └─┬ sshpk@1.8.3
│ │ │ ├── asn1@0.2.3
│ │ │ ├── assert-plus@1.0.0
│ │ │ ├── ecc-jsbn@0.1.1
│ │ │ ├── getpass@0.1.6
│ │ │ ├── jodid25519@1.0.2
│ │ │ ├── jsbn@0.1.0
│ │ │ └── tweetnacl@0.13.3
│ │ ├── is-typedarray@1.0.0
│ │ ├── isstream@0.1.2
│ │ ├── json-stringify-safe@5.0.1
│ │ ├─┬ mime-types@2.1.11
│ │ │ └── mime-db@1.23.0
│ │ ├── node-uuid@1.4.7
│ │ ├── oauth-sign@0.8.2
│ │ ├── stringstream@0.0.5
│ │ └── tunnel-agent@0.4.3
│ ├─┬ rimraf@2.5.2
│ │ └─┬ glob@7.0.0
│ │ └── path-is-absolute@1.0.0
│ ├─┬ sha@2.0.1
│ │ └─┬ readable-stream@2.0.2
│ │ ├── isarray@0.0.1
│ │ └── string_decoder@0.10.31
│ ├── slide@1.1.6
│ ├── strip-ansi@3.0.1
│ ├─┬ which@1.2.8
│ │ └── isexe@1.1.2
│ └── write-file-atomic@1.1.4
├─┬ npm-package-arg@4.2.0
│ └── hosted-git-info@2.1.5
├─┬ ora@0.2.3
│ └── cli-spinners@0.1.2
├─┬ portfinder@1.0.6
│ └── async@1.5.2
├── promise-map-series@0.2.3
├─┬ quick-temp@0.1.5
│ ├── mktemp@0.3.5
│ ├── rimraf@2.2.8
│ └── underscore.string@2.3.3
├── resolve@1.1.7
├── rsvp@3.2.1
├─┬ sane@1.4.1
│ ├─┬ exec-sh@0.2.0
│ │ └── merge@1.2.0
│ ├─┬ fb-watchman@1.9.0
│ │ └─┬ bser@1.0.2
│ │ └── node-int64@0.4.0
│ ├── minimist@1.2.0
│ ├─┬ walker@1.0.7
│ │ └─┬ makeerror@1.0.11
│ │ └── tmpl@1.0.4
│ └── watch@0.10.0
├── semver@5.3.0
├── silent-error@1.0.1
├── symlink-or-copy@1.1.6
├─┬ temp@0.8.3
│ └── rimraf@2.2.8
├─┬ testem@1.10.3
│ ├─┬ backbone@1.3.3
│ │ └── underscore@1.8.3
│ ├── bluebird@3.4.1
│ ├── charm@1.0.1
│ ├─┬ consolidate@0.14.1
│ │ └── bluebird@3.4.1
│ ├─┬ cross-spawn@4.0.0
│ │ ├─┬ lru-cache@4.0.1
│ │ │ ├── pseudomap@1.0.2
│ │ │ └── yallist@2.0.0
│ │ └─┬ which@1.2.10
│ │ └── isexe@1.1.2
│ ├── did_it_work@0.0.6
│ ├─┬ fireworm@0.7.1
│ │ ├── async@0.2.10
│ │ ├─┬ is-type@0.0.1
│ │ │ └── core-util-is@1.0.2
│ │ ├── lodash.debounce@3.1.1
│ │ └─┬ lodash.flatten@3.0.2
│ │ └── lodash._baseflatten@3.1.4
│ ├─┬ glob@7.0.5
│ │ └── fs.realpath@1.0.0
│ ├─┬ js-yaml@3.6.1
│ │ └── esprima@2.7.2
│ ├── mustache@2.2.1
│ ├─┬ node-notifier@4.6.0
│ │ ├─┬ cli-usage@0.1.2
│ │ │ ├── marked@0.3.6
│ │ │ ├─┬ marked-terminal@1.6.1
│ │ │ │ └── node-emoji@0.1.0
│ │ │ └── minimist@0.2.0
│ │ ├── growly@1.3.0
│ │ ├─┬ lodash.clonedeep@3.0.2
│ │ │ └── lodash._baseclone@3.3.0
│ │ ├── minimist@1.2.0
│ │ └── shellwords@0.1.0
│ ├─┬ npmlog@4.0.0
│ │ ├─┬ are-we-there-yet@1.1.2
│ │ │ ├── delegates@1.0.0
│ │ │ └─┬ readable-stream@2.1.4
│ │ │ └── isarray@1.0.0
│ │ ├── console-control-strings@1.1.0
│ │ ├─┬ gauge@2.6.0
│ │ │ ├── aproba@1.0.4
│ │ │ ├── has-color@0.1.7
│ │ │ ├── has-unicode@2.0.1
│ │ │ ├── signal-exit@3.0.0
│ │ │ └── wide-align@1.1.0
│ │ └── set-blocking@2.0.0
│ ├── printf@0.2.5
│ ├─┬ socket.io@1.4.7
│ │ ├─┬ engine.io@1.6.10
│ │ │ ├─┬ accepts@1.1.4
│ │ │ │ ├─┬ mime-types@2.0.14
│ │ │ │ │ └── mime-db@1.12.0
│ │ │ │ └── negotiator@0.4.9
│ │ │ ├── base64id@0.1.0
│ │ │ ├─┬ engine.io-parser@1.2.4
│ │ │ │ ├── after@0.8.1
│ │ │ │ ├── arraybuffer.slice@0.0.6
│ │ │ │ ├── base64-arraybuffer@0.1.2
│ │ │ │ ├── blob@0.0.4
│ │ │ │ ├── has-binary@0.1.6
│ │ │ │ └── utf8@2.1.0
│ │ │ └─┬ ws@1.0.1
│ │ │ ├── options@0.0.6
│ │ │ └── ultron@1.0.2
│ │ ├─┬ has-binary@0.1.7
│ │ │ └── isarray@0.0.1
│ │ ├─┬ socket.io-adapter@0.4.0
│ │ │ └─┬ socket.io-parser@2.2.2
│ │ │ ├── debug@0.7.4
│ │ │ └── json3@3.2.6
│ │ ├─┬ socket.io-client@1.4.6
│ │ │ ├── backo2@1.0.2
│ │ │ ├── component-bind@1.0.0
│ │ │ ├── component-emitter@1.2.0
│ │ │ ├─┬ engine.io-client@1.6.9
│ │ │ │ ├── component-inherit@0.0.3
│ │ │ │ ├── has-cors@1.1.0
│ │ │ │ ├── parsejson@0.0.1
│ │ │ │ ├── parseqs@0.0.2
│ │ │ │ ├── xmlhttprequest-ssl@1.5.1
│ │ │ │ └── yeast@0.1.2
│ │ │ ├── indexof@0.0.1
│ │ │ ├── object-component@0.0.3
│ │ │ ├─┬ parseuri@0.0.4
│ │ │ │ └─┬ better-assert@1.0.2
│ │ │ │ └── callsite@1.0.0
│ │ │ └── to-array@0.1.4
│ │ └─┬ socket.io-parser@2.2.6
│ │ ├── benchmark@1.0.0
│ │ ├── component-emitter@1.1.2
│ │ └── json3@3.3.2
│ ├── styled_string@0.0.1
│ ├─┬ tap-parser@1.3.2
│ │ ├── events-to-array@1.0.2
│ │ └─┬ readable-stream@2.1.4
│ │ ├── buffer-shims@1.0.0
│ │ ├── isarray@1.0.0
│ │ ├── process-nextick-args@1.0.7
│ │ ├── string_decoder@0.10.31
│ │ └── util-deprecate@1.0.2
│ └── xmldom@0.1.22
├── through@2.3.8
├─┬ tiny-lr@0.2.1
│ ├─┬ body-parser@1.14.2
│ │ ├── bytes@2.2.0
│ │ ├── http-errors@1.3.1
│ │ ├── iconv-lite@0.4.13
│ │ ├── qs@5.2.0
│ │ └─┬ raw-body@2.1.7
│ │ └── bytes@2.4.0
│ ├─┬ faye-websocket@0.10.0
│ │ └─┬ websocket-driver@0.6.5
│ │ └── websocket-extensions@0.1.1
│ ├── livereload-js@2.2.2
│ └── qs@5.1.0
├─┬ tree-sync@1.1.4
│ └── fs-tree-diff@0.5.2
├─┬ walk-sync@0.2.7
│ └── matcher-collection@1.0.4
└─┬ yam@0.0.19
├─┬ findup@0.1.5
│ ├── colors@0.6.2
│ └── commander@2.1.0
├── fs-extra@0.26.7
└── lodash.merge@3.3.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment