Skip to content

Instantly share code, notes, and snippets.

@SomeKittens
Last active January 27, 2016 05:14
Show Gist options
  • Save SomeKittens/aee7b945f413333fb049 to your computer and use it in GitHub Desktop.
Save SomeKittens/aee7b945f413333fb049 to your computer and use it in GitHub Desktop.
npm progress bar test

First run (no progress bar): npm install 26.31s user 6.47s system 26% cpu 2:01.97 total

Second run (progress bar): npm install 29.98s user 5.68s system 36% cpu 1:36.98 total

Stats:

http://i.imgur.com/wYPgGcK.png

npm version 3.5.3

Methodology:

rm -r node_modules
npm cache clean
npm set progress=#false/true
time npm install
[randallkoutnik:~/Dropbox/node/gustav]$ ls (0.7✱)
GustavGraph.ts Symbol.d.ts examples node_modules tsd.json
LICENSE.md Workflow.ts external package.json tslint.json
Promise.d.ts defs.ts helpers.ts test typings
README.md dist index.ts tsconfig.json
[randallkoutnik:~/Dropbox/node/gustav]$ rm -r node_modules (0.7✱)
[randallkoutnik:~/Dropbox/node/gustav]$ npm cache clean (0.7✱)
[randallkoutnik:~/Dropbox/node/gustav]$ npm set progress=false (0.7✱)
[randallkoutnik:~/Dropbox/node/gustav]$ time npm install (0.7✱)
WARN engine joi-assert@0.0.3: wanted: {"node":">= 0.10.0 <= 0.11.0"} (current: {"node":"4.2.1","npm":"3.5.2"})
npm WARN prefer global node-gyp@3.2.1 should be installed with -g
> ghooks@1.0.3 install /Users/randallkoutnik/Dropbox/node/gustav/node_modules/ghooks
> node ./bin/install
> snappy@4.1.1 install /Users/randallkoutnik/Dropbox/node/gustav/node_modules/snappy
> node-gyp rebuild
CXX(target) Release/obj.target/snappy/deps/snappy/snappy-1.1.2/snappy-sinksource.o
CXX(target) Release/obj.target/snappy/deps/snappy/snappy-1.1.2/snappy-stubs-internal.o
CXX(target) Release/obj.target/snappy/deps/snappy/snappy-1.1.2/snappy.o
LIBTOOL-STATIC Release/snappy.a
CXX(target) Release/obj.target/binding/src/binding.o
SOLINK_MODULE(target) Release/binding.node
> gustav@0.6.16 prepublish /Users/randallkoutnik/Dropbox/node/gustav
> npm run build
> gustav@0.6.16 build /Users/randallkoutnik/Dropbox/node/gustav
> tsd install && tsc
-> running install
>> written zero files
gustav@0.6.16 /Users/randallkoutnik/Dropbox/node/gustav
├── @reactivex/rxjs@5.0.0-beta.0
├─┬ amqplib@0.4.0
│ ├── bitsyntax@0.0.4
│ ├── buffer-more-ints@0.0.2
│ ├─┬ readable-stream@1.1.13
│ │ ├── core-util-is@1.0.2
│ │ ├── inherits@2.0.1
│ │ ├── isarray@0.0.1
│ │ └── string_decoder@0.10.31
│ └── when@3.6.4
├─┬ chai@3.4.1
│ ├── assertion-error@1.0.1
│ ├─┬ deep-eql@0.1.3
│ │ └── type-detect@0.1.1
│ └── type-detect@1.0.0
├─┬ ghooks@1.0.3
│ ├─┬ findup@0.1.5
│ │ ├── colors@0.6.2
│ │ └── commander@2.1.0
│ ├─┬ lodash.clone@3.0.3
│ │ ├─┬ lodash._baseclone@3.3.0
│ │ │ ├── lodash._arraycopy@3.0.0
│ │ │ ├── lodash._arrayeach@3.0.0
│ │ │ ├─┬ lodash._baseassign@3.2.0
│ │ │ │ └── lodash._basecopy@3.0.1
│ │ │ ├── lodash._basefor@3.0.3
│ │ │ ├── lodash.isarray@3.0.4
│ │ │ └─┬ lodash.keys@3.1.2
│ │ │ ├── lodash._getnative@3.9.1
│ │ │ └── lodash.isarguments@3.0.5
│ │ ├── lodash._bindcallback@3.0.1
│ │ └── lodash._isiterateecall@3.0.9
│ ├── manage-path@2.0.0
│ └── spawn-command@0.0.2
├─┬ kafka-node@0.3.1
│ ├── async@1.5.2
│ ├─┬ binary@0.3.0
│ │ ├── buffers@0.1.1
│ │ └─┬ chainsaw@0.1.0
│ │ └── traverse@0.3.9
│ ├── buffer-crc32@0.2.5
│ ├─┬ buffermaker@1.2.0
│ │ └── long@1.1.2
│ ├─┬ debug@2.2.0
│ │ └── ms@0.7.1
│ ├── lodash@3.10.1
│ ├─┬ node-zookeeper-client@0.2.2
│ │ ├── async@0.2.10
│ │ └── underscore@1.4.4
│ ├── retry@0.6.1
│ └─┬ snappy@4.1.1
│ ├── bindings@1.2.1
│ ├── nan@2.2.0
│ └─┬ node-gyp@3.2.1
│ ├── fstream@1.0.8
│ ├── nopt@3.0.6
│ ├─┬ npmlog@1.2.1
│ │ ├── ansi@0.3.1
│ │ ├─┬ are-we-there-yet@1.0.5
│ │ │ └── delegates@0.1.0
│ │ └─┬ gauge@1.2.4
│ │ ├── has-unicode@2.0.0
│ │ ├─┬ lodash.pad@3.2.1
│ │ │ └── lodash.repeat@3.1.1
│ │ ├─┬ lodash.padleft@3.1.1
│ │ │ ├── lodash._basetostring@3.0.1
│ │ │ └── lodash._createpadding@3.6.1
│ │ └── lodash.padright@3.1.1
│ ├─┬ path-array@1.0.1
│ │ └─┬ array-index@1.0.0
│ │ └─┬ es6-symbol@3.0.2
│ │ ├── d@0.1.1
│ │ └─┬ es5-ext@0.10.11
│ │ └── es6-iterator@2.0.0
│ ├─┬ rimraf@2.5.1
│ │ └─┬ glob@6.0.4
│ │ └── minimatch@3.0.0
│ ├─┬ tar@2.2.1
│ │ └── block-stream@0.0.8
│ └─┬ which@1.2.2
│ ├─┬ is-absolute@0.1.7
│ │ └── is-relative@0.1.3
│ └── isexe@1.1.1
├─┬ mocha@2.3.4
│ ├── commander@2.3.0
│ ├── diff@1.4.0
│ ├── escape-string-regexp@1.0.2
│ ├─┬ glob@3.2.3
│ │ ├── graceful-fs@2.0.3
│ │ └── minimatch@0.2.14
│ ├── 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.0
├── node-uuid@1.4.7
├─┬ redis@2.4.2
│ ├── double-ended-queue@2.1.0-0
│ └── redis-commands@1.0.2
├─┬ snyk@1.8.4
│ ├── abbrev@1.0.7
│ ├─┬ chalk@1.1.1
│ │ ├── ansi-styles@2.1.0
│ │ ├── escape-string-regexp@1.0.4
│ │ ├── has-ansi@2.0.0
│ │ ├── strip-ansi@3.0.0
│ │ └── supports-color@2.0.0
│ ├─┬ configstore@1.4.0
│ │ ├── graceful-fs@4.1.2
│ │ ├── object-assign@4.0.1
│ │ ├── os-tmpdir@1.0.1
│ │ ├─┬ osenv@0.1.3
│ │ │ └── os-homedir@1.0.1
│ │ ├─┬ write-file-atomic@1.1.4
│ │ │ ├── imurmurhash@0.1.4
│ │ │ └── slide@1.1.6
│ │ └── xdg-basedir@2.0.0
│ ├── es6-promise@3.0.2
│ ├─┬ inquirer@0.11.4
│ │ ├── ansi-escapes@1.1.1
│ │ ├── 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@1.1.1
│ │ ├── figures@1.4.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
│ │ └── through@2.3.8
│ ├─┬ js-yaml@3.5.2
│ │ ├─┬ argparse@1.0.4
│ │ │ ├── lodash@4.0.1
│ │ │ └── sprintf-js@1.0.3
│ │ └── esprima@2.7.1
│ ├── open@0.0.5
│ ├─┬ os-name@1.0.3
│ │ ├─┬ osx-release@1.1.0
│ │ │ └── minimist@1.2.0
│ │ └── win-release@1.1.1
│ ├─┬ promise@7.1.1
│ │ └── asap@2.0.3
│ ├─┬ request@2.67.0
│ │ ├── aws-sign2@0.6.0
│ │ ├─┬ bl@1.0.1
│ │ │ └─┬ readable-stream@2.0.5
│ │ │ ├── process-nextick-args@1.0.6
│ │ │ └── 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-rc3
│ │ ├─┬ har-validator@2.0.6
│ │ │ ├─┬ commander@2.9.0
│ │ │ │ └── graceful-readlink@1.0.1
│ │ │ ├─┬ is-my-json-valid@2.12.4
│ │ │ │ ├── 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.0
│ │ │ └── pinkie@2.0.1
│ │ ├─┬ hawk@3.1.3
│ │ │ ├── boom@2.10.1
│ │ │ ├── cryptiles@2.0.5
│ │ │ └── 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.7.3
│ │ │ ├── asn1@0.2.3
│ │ │ ├── dashdash@1.12.2
│ │ │ ├── ecc-jsbn@0.1.1
│ │ │ ├── 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.9
│ │ │ └── mime-db@1.21.0
│ │ ├── oauth-sign@0.8.0
│ │ ├── qs@5.2.0
│ │ ├── stringstream@0.0.5
│ │ ├── tough-cookie@2.2.1
│ │ └── tunnel-agent@0.4.2
│ ├── resolve@1.1.7
│ ├── semver@5.1.0
│ ├─┬ snyk-config@1.0.1
│ │ ├─┬ nconf@0.7.2
│ │ │ ├── async@0.9.2
│ │ │ ├── ini@1.3.4
│ │ │ └─┬ yargs@3.15.0
│ │ │ ├── camelcase@1.2.1
│ │ │ ├─┬ cliui@2.1.0
│ │ │ │ ├─┬ center-align@0.1.2
│ │ │ │ │ ├─┬ align-text@0.1.3
│ │ │ │ │ │ ├─┬ kind-of@2.0.1
│ │ │ │ │ │ │ └── is-buffer@1.1.1
│ │ │ │ │ │ ├── longest@1.0.1
│ │ │ │ │ │ └── repeat-string@1.5.2
│ │ │ │ │ └── lazy-cache@0.2.7
│ │ │ │ └── right-align@0.1.3
│ │ │ ├── decamelize@1.1.2
│ │ │ └── window-size@0.1.4
│ │ └── path-is-absolute@1.0.0
│ ├── snyk-module@1.0.2
│ ├── tempfile@1.1.1
│ ├── then-fs@2.0.0
│ ├── undefsafe@0.0.3
│ ├─┬ update-notifier@0.5.0
│ │ ├── is-npm@1.0.0
│ │ ├─┬ latest-version@1.0.1
│ │ │ └─┬ package-json@1.2.0
│ │ │ ├─┬ got@3.3.1
│ │ │ │ ├─┬ duplexify@3.4.2
│ │ │ │ │ ├── end-of-stream@1.0.0
│ │ │ │ │ └── readable-stream@2.0.5
│ │ │ │ ├── infinity-agent@2.0.3
│ │ │ │ ├── is-redirect@1.0.0
│ │ │ │ ├── is-stream@1.0.1
│ │ │ │ ├── lowercase-keys@1.0.0
│ │ │ │ ├── nested-error-stacks@1.0.2
│ │ │ │ ├── object-assign@3.0.0
│ │ │ │ ├── prepend-http@1.0.3
│ │ │ │ ├─┬ read-all-stream@3.0.1
│ │ │ │ │ ├─┬ pinkie-promise@1.0.0
│ │ │ │ │ │ └── pinkie@1.0.0
│ │ │ │ │ └── readable-stream@2.0.5
│ │ │ │ └── timed-out@2.0.0
│ │ │ └─┬ registry-url@3.0.3
│ │ │ └─┬ rc@1.1.6
│ │ │ ├── deep-extend@0.4.1
│ │ │ ├── minimist@1.2.0
│ │ │ └── strip-json-comments@1.0.4
│ │ ├─┬ repeating@1.1.3
│ │ │ └── is-finite@1.0.1
│ │ ├── semver-diff@2.1.0
│ │ └── string-length@1.0.1
│ ├─┬ url@0.11.0
│ │ ├── punycode@1.3.2
│ │ └── querystring@0.2.0
│ └── validator@4.5.1
├── tail@0.4.0
├─┬ tsd@0.6.5
│ ├── assertion-error@1.0.0
│ ├─┬ bl@0.9.5
│ │ └── readable-stream@1.0.33
│ ├── bluebird@1.2.4
│ ├── colors@1.1.2
│ ├── deep-freeze@0.0.1
│ ├─┬ definition-header@0.1.0
│ │ ├─┬ parsimmon@0.5.1
│ │ │ └── pjs@5.1.1
│ │ └── xregexp@2.0.0
│ ├─┬ detect-indent@0.2.0
│ │ ├── get-stdin@0.1.0
│ │ └── minimist@0.1.0
│ ├─┬ event-stream@3.1.7
│ │ ├── duplexer@0.1.1
│ │ ├── from@0.1.3
│ │ ├── map-stream@0.1.0
│ │ ├── pause-stream@0.0.11
│ │ ├── split@0.2.10
│ │ └── stream-combiner@0.0.4
│ ├── exit@0.1.2
│ ├─┬ glob@4.5.3
│ │ ├─┬ inflight@1.0.4
│ │ │ └── wrappy@1.0.1
│ │ ├─┬ minimatch@2.0.10
│ │ │ └─┬ brace-expansion@1.1.2
│ │ │ ├── balanced-match@0.3.0
│ │ │ └── concat-map@0.0.1
│ │ └── once@1.3.3
│ ├─┬ joi@4.9.0
│ │ ├── hoek@2.16.3
│ │ ├── isemail@1.2.0
│ │ ├── moment@2.11.1
│ │ └── topo@1.1.0
│ ├── joi-assert@0.0.3
│ ├── jsesc@0.5.0
│ ├─┬ json-pointer@0.2.2
│ │ └── foreach@2.0.5
│ ├── lazy.js@0.3.2
│ ├── lru-cache@2.5.2
│ ├─┬ minimatch@1.0.0
│ │ ├── lru-cache@2.7.3
│ │ └── sigmund@1.0.1
│ ├── minimist@1.2.0
│ ├── ministyle@0.1.4
│ ├─┬ minitable@0.0.4
│ │ └── minichain@0.0.1
│ ├─┬ miniwrite@0.1.4
│ │ └── mkdirp@0.3.5
│ ├── mkdirp@0.5.1
│ ├── rimraf@2.2.8
│ ├── semver@4.3.6
│ ├── type-detect@0.1.2
│ ├─┬ universal-analytics@0.3.10
│ │ └── async@0.2.10
│ ├─┬ update-notifier@0.2.2
│ │ ├─┬ 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
│ │ └─┬ configstore@0.3.2
│ │ ├── graceful-fs@3.0.8
│ │ ├── object-assign@2.1.1
│ │ ├── user-home@1.1.1
│ │ └── xdg-basedir@1.0.1
│ ├── uri-templates@0.1.9
│ ├── uuid@2.0.1
│ └─┬ verror@1.4.0
│ └── extsprintf@1.0.3
├─┬ tslint@3.2.2
│ ├─┬ findup-sync@0.2.1
│ │ └─┬ glob@4.3.5
│ │ └── minimatch@2.0.10
│ ├─┬ glob@6.0.4
│ │ └── minimatch@3.0.0
│ ├─┬ optimist@0.6.1
│ │ └── wordwrap@0.0.2
│ └── underscore.string@3.1.1
├── typescript@1.7.5
└── validate-commit-msg@1.1.1
npm install 26.31s user 6.47s system 26% cpu 2:01.97 total
[randallkoutnik:~/Dropbox/node/gustav]$ rm -r node_modules (0.7✱)
[randallkoutnik:~/Dropbox/node/gustav]$ npm cache clean (0.7✱)
[randallkoutnik:~/Dropbox/node/gustav]$ npm set progress=true (0.7✱)
[randallkoutnik:~/Dropbox/node/gustav]$ time npm install (0.7✱)
loadDep:verror → fetchAnd ▄ ╢██████████████████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░╟
WARN engine joi-assert@0.0.3: wanted: {"node":">= 0.10.0 <= 0.11.0"} (current: {"node":"4.npm WARN prefer global node-gyp@3.2.1 should be installed with -g
> ghooks@1.0.3 install /Users/randallkoutnik/Dropbox/node/gustav/node_modules/ghooks
> node ./bin/install
> snappy@4.1.1 install /Users/randallkoutnik/Dropbox/node/gustav/node_modules/snappy
> node-gyp rebuild
CXX(target) Release/obj.target/snappy/deps/snappy/snappy-1.1.2/snappy-sinksource.o
CXX(target) Release/obj.target/snappy/deps/snappy/snappy-1.1.2/snappy-stubs-internal.o
CXX(target) Release/obj.target/snappy/deps/snappy/snappy-1.1.2/snappy.o
LIBTOOL-STATIC Release/snappy.a
CXX(target) Release/obj.target/binding/src/binding.o
SOLINK_MODULE(target) Release/binding.node
> gustav@0.6.16 prepublish /Users/randallkoutnik/Dropbox/node/gustav
> npm run build
> gustav@0.6.16 build /Users/randallkoutnik/Dropbox/node/gustav
> tsd install && tsc
-> running install
>> written zero files
gustav@0.6.16 /Users/randallkoutnik/Dropbox/node/gustav
├── @reactivex/rxjs@5.0.0-beta.0
├─┬ amqplib@0.4.0
│ ├── bitsyntax@0.0.4
│ ├── buffer-more-ints@0.0.2
│ ├─┬ readable-stream@1.1.13
│ │ ├── core-util-is@1.0.2
│ │ ├── inherits@2.0.1
│ │ ├── isarray@0.0.1
│ │ └── string_decoder@0.10.31
│ └── when@3.6.4
├─┬ chai@3.4.1
│ ├── assertion-error@1.0.1
│ ├─┬ deep-eql@0.1.3
│ │ └── type-detect@0.1.1
│ └── type-detect@1.0.0
├─┬ ghooks@1.0.3
│ ├─┬ findup@0.1.5
│ │ ├── colors@0.6.2
│ │ └── commander@2.1.0
│ ├─┬ lodash.clone@3.0.3
│ │ ├─┬ lodash._baseclone@3.3.0
│ │ │ ├── lodash._arraycopy@3.0.0
│ │ │ ├── lodash._arrayeach@3.0.0
│ │ │ ├─┬ lodash._baseassign@3.2.0
│ │ │ │ └── lodash._basecopy@3.0.1
│ │ │ ├── lodash._basefor@3.0.3
│ │ │ ├── lodash.isarray@3.0.4
│ │ │ └─┬ lodash.keys@3.1.2
│ │ │ ├── lodash._getnative@3.9.1
│ │ │ └── lodash.isarguments@3.0.5
│ │ ├── lodash._bindcallback@3.0.1
│ │ └── lodash._isiterateecall@3.0.9
│ ├── manage-path@2.0.0
│ └── spawn-command@0.0.2
├─┬ kafka-node@0.3.1
│ ├── async@1.5.2
│ ├─┬ binary@0.3.0
│ │ ├── buffers@0.1.1
│ │ └─┬ chainsaw@0.1.0
│ │ └── traverse@0.3.9
│ ├── buffer-crc32@0.2.5
│ ├─┬ buffermaker@1.2.0
│ │ └── long@1.1.2
│ ├─┬ debug@2.2.0
│ │ └── ms@0.7.1
│ ├── lodash@3.10.1
│ ├─┬ node-zookeeper-client@0.2.2
│ │ ├── async@0.2.10
│ │ └── underscore@1.4.4
│ ├── retry@0.6.1
│ └─┬ snappy@4.1.1
│ ├── bindings@1.2.1
│ ├── nan@2.2.0
│ └─┬ node-gyp@3.2.1
│ ├── fstream@1.0.8
│ ├── nopt@3.0.6
│ ├─┬ npmlog@1.2.1
│ │ ├── ansi@0.3.1
│ │ ├─┬ are-we-there-yet@1.0.5
│ │ │ └── delegates@0.1.0
│ │ └─┬ gauge@1.2.4
│ │ ├── has-unicode@2.0.0
│ │ ├─┬ lodash.pad@3.2.1
│ │ │ └── lodash.repeat@3.1.1
│ │ ├─┬ lodash.padleft@3.1.1
│ │ │ ├── lodash._basetostring@3.0.1
│ │ │ └── lodash._createpadding@3.6.1
│ │ └── lodash.padright@3.1.1
│ ├─┬ path-array@1.0.1
│ │ └─┬ array-index@1.0.0
│ │ └─┬ es6-symbol@3.0.2
│ │ ├── d@0.1.1
│ │ └─┬ es5-ext@0.10.11
│ │ └── es6-iterator@2.0.0
│ ├─┬ rimraf@2.5.1
│ │ └─┬ glob@6.0.4
│ │ └── minimatch@3.0.0
│ ├─┬ tar@2.2.1
│ │ └── block-stream@0.0.8
│ └─┬ which@1.2.2
│ ├─┬ is-absolute@0.1.7
│ │ └── is-relative@0.1.3
│ └── isexe@1.1.1
├─┬ mocha@2.3.4
│ ├── commander@2.3.0
│ ├── diff@1.4.0
│ ├── escape-string-regexp@1.0.2
│ ├─┬ glob@3.2.3
│ │ ├── graceful-fs@2.0.3
│ │ └── minimatch@0.2.14
│ ├── 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.0
├── node-uuid@1.4.7
├─┬ redis@2.4.2
│ ├── double-ended-queue@2.1.0-0
│ └── redis-commands@1.0.2
├─┬ snyk@1.8.4
│ ├── abbrev@1.0.7
│ ├─┬ chalk@1.1.1
│ │ ├── ansi-styles@2.1.0
│ │ ├── escape-string-regexp@1.0.4
│ │ ├── has-ansi@2.0.0
│ │ ├── strip-ansi@3.0.0
│ │ └── supports-color@2.0.0
│ ├─┬ configstore@1.4.0
│ │ ├── graceful-fs@4.1.2
│ │ ├── object-assign@4.0.1
│ │ ├── os-tmpdir@1.0.1
│ │ ├─┬ osenv@0.1.3
│ │ │ └── os-homedir@1.0.1
│ │ ├─┬ write-file-atomic@1.1.4
│ │ │ ├── imurmurhash@0.1.4
│ │ │ └── slide@1.1.6
│ │ └── xdg-basedir@2.0.0
│ ├── es6-promise@3.0.2
│ ├─┬ inquirer@0.11.4
│ │ ├── ansi-escapes@1.1.1
│ │ ├── 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@1.1.1
│ │ ├── figures@1.4.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
│ │ └── through@2.3.8
│ ├─┬ js-yaml@3.5.2
│ │ ├─┬ argparse@1.0.4
│ │ │ ├── lodash@4.0.1
│ │ │ └── sprintf-js@1.0.3
│ │ └── esprima@2.7.1
│ ├── open@0.0.5
│ ├─┬ os-name@1.0.3
│ │ ├─┬ osx-release@1.1.0
│ │ │ └── minimist@1.2.0
│ │ └── win-release@1.1.1
│ ├─┬ promise@7.1.1
│ │ └── asap@2.0.3
│ ├─┬ request@2.67.0
│ │ ├── aws-sign2@0.6.0
│ │ ├─┬ bl@1.0.1
│ │ │ └─┬ readable-stream@2.0.5
│ │ │ ├── process-nextick-args@1.0.6
│ │ │ └── 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-rc3
│ │ ├─┬ har-validator@2.0.6
│ │ │ ├─┬ commander@2.9.0
│ │ │ │ └── graceful-readlink@1.0.1
│ │ │ ├─┬ is-my-json-valid@2.12.4
│ │ │ │ ├── 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.0
│ │ │ └── pinkie@2.0.1
│ │ ├─┬ hawk@3.1.3
│ │ │ ├── boom@2.10.1
│ │ │ ├── cryptiles@2.0.5
│ │ │ └── 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.7.3
│ │ │ ├── asn1@0.2.3
│ │ │ ├── dashdash@1.12.2
│ │ │ ├── ecc-jsbn@0.1.1
│ │ │ ├── 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.9
│ │ │ └── mime-db@1.21.0
│ │ ├── oauth-sign@0.8.0
│ │ ├── qs@5.2.0
│ │ ├── stringstream@0.0.5
│ │ ├── tough-cookie@2.2.1
│ │ └── tunnel-agent@0.4.2
│ ├── resolve@1.1.7
│ ├── semver@5.1.0
│ ├─┬ snyk-config@1.0.1
│ │ ├─┬ nconf@0.7.2
│ │ │ ├── async@0.9.2
│ │ │ ├── ini@1.3.4
│ │ │ └─┬ yargs@3.15.0
│ │ │ ├── camelcase@1.2.1
│ │ │ ├─┬ cliui@2.1.0
│ │ │ │ ├─┬ center-align@0.1.2
│ │ │ │ │ ├─┬ align-text@0.1.3
│ │ │ │ │ │ ├─┬ kind-of@2.0.1
│ │ │ │ │ │ │ └── is-buffer@1.1.1
│ │ │ │ │ │ ├── longest@1.0.1
│ │ │ │ │ │ └── repeat-string@1.5.2
│ │ │ │ │ └── lazy-cache@0.2.7
│ │ │ │ └── right-align@0.1.3
│ │ │ ├── decamelize@1.1.2
│ │ │ └── window-size@0.1.4
│ │ └── path-is-absolute@1.0.0
│ ├── snyk-module@1.0.2
│ ├── tempfile@1.1.1
│ ├── then-fs@2.0.0
│ ├── undefsafe@0.0.3
│ ├─┬ update-notifier@0.5.0
│ │ ├── is-npm@1.0.0
│ │ ├─┬ latest-version@1.0.1
│ │ │ └─┬ package-json@1.2.0
│ │ │ ├─┬ got@3.3.1
│ │ │ │ ├─┬ duplexify@3.4.2
│ │ │ │ │ ├── end-of-stream@1.0.0
│ │ │ │ │ └── readable-stream@2.0.5
│ │ │ │ ├── infinity-agent@2.0.3
│ │ │ │ ├── is-redirect@1.0.0
│ │ │ │ ├── is-stream@1.0.1
│ │ │ │ ├── lowercase-keys@1.0.0
│ │ │ │ ├── nested-error-stacks@1.0.2
│ │ │ │ ├── object-assign@3.0.0
│ │ │ │ ├── prepend-http@1.0.3
│ │ │ │ ├─┬ read-all-stream@3.0.1
│ │ │ │ │ ├─┬ pinkie-promise@1.0.0
│ │ │ │ │ │ └── pinkie@1.0.0
│ │ │ │ │ └── readable-stream@2.0.5
│ │ │ │ └── timed-out@2.0.0
│ │ │ └─┬ registry-url@3.0.3
│ │ │ └─┬ rc@1.1.6
│ │ │ ├── deep-extend@0.4.1
│ │ │ ├── minimist@1.2.0
│ │ │ └── strip-json-comments@1.0.4
│ │ ├─┬ repeating@1.1.3
│ │ │ └── is-finite@1.0.1
│ │ ├── semver-diff@2.1.0
│ │ └── string-length@1.0.1
│ ├─┬ url@0.11.0
│ │ ├── punycode@1.3.2
│ │ └── querystring@0.2.0
│ └── validator@4.5.1
├── tail@0.4.0
├─┬ tsd@0.6.5
│ ├── assertion-error@1.0.0
│ ├─┬ bl@0.9.5
│ │ └── readable-stream@1.0.33
│ ├── bluebird@1.2.4
│ ├── colors@1.1.2
│ ├── deep-freeze@0.0.1
│ ├─┬ definition-header@0.1.0
│ │ ├─┬ parsimmon@0.5.1
│ │ │ └── pjs@5.1.1
│ │ └── xregexp@2.0.0
│ ├─┬ detect-indent@0.2.0
│ │ ├── get-stdin@0.1.0
│ │ └── minimist@0.1.0
│ ├─┬ event-stream@3.1.7
│ │ ├── duplexer@0.1.1
│ │ ├── from@0.1.3
│ │ ├── map-stream@0.1.0
│ │ ├── pause-stream@0.0.11
│ │ ├── split@0.2.10
│ │ └── stream-combiner@0.0.4
│ ├── exit@0.1.2
│ ├─┬ glob@4.5.3
│ │ ├─┬ inflight@1.0.4
│ │ │ └── wrappy@1.0.1
│ │ ├─┬ minimatch@2.0.10
│ │ │ └─┬ brace-expansion@1.1.2
│ │ │ ├── balanced-match@0.3.0
│ │ │ └── concat-map@0.0.1
│ │ └── once@1.3.3
│ ├─┬ joi@4.9.0
│ │ ├── hoek@2.16.3
│ │ ├── isemail@1.2.0
│ │ ├── moment@2.11.1
│ │ └── topo@1.1.0
│ ├── joi-assert@0.0.3
│ ├── jsesc@0.5.0
│ ├─┬ json-pointer@0.2.2
│ │ └── foreach@2.0.5
│ ├── lazy.js@0.3.2
│ ├── lru-cache@2.5.2
│ ├─┬ minimatch@1.0.0
│ │ ├── lru-cache@2.7.3
│ │ └── sigmund@1.0.1
│ ├── minimist@1.2.0
│ ├── ministyle@0.1.4
│ ├─┬ minitable@0.0.4
│ │ └── minichain@0.0.1
│ ├─┬ miniwrite@0.1.4
│ │ └── mkdirp@0.3.5
│ ├── mkdirp@0.5.1
│ ├── rimraf@2.2.8
│ ├── semver@4.3.6
│ ├── type-detect@0.1.2
│ ├─┬ universal-analytics@0.3.10
│ │ └── async@0.2.10
│ ├─┬ update-notifier@0.2.2
│ │ ├─┬ 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
│ │ └─┬ configstore@0.3.2
│ │ ├── graceful-fs@3.0.8
│ │ ├── object-assign@2.1.1
│ │ ├── user-home@1.1.1
│ │ └── xdg-basedir@1.0.1
│ ├── uri-templates@0.1.9
│ ├── uuid@2.0.1
│ └─┬ verror@1.4.0
│ └── extsprintf@1.0.3
├─┬ tslint@3.2.2
│ ├─┬ findup-sync@0.2.1
│ │ └─┬ glob@4.3.5
│ │ └── minimatch@2.0.10
│ ├─┬ glob@6.0.4
│ │ └── minimatch@3.0.0
│ ├─┬ optimist@0.6.1
│ │ └── wordwrap@0.0.2
│ └── underscore.string@3.1.1
├── typescript@1.7.5
└── validate-commit-msg@1.1.1
npm install 29.98s user 5.68s system 36% cpu 1:36.98 total
[randallkoutnik:~/Dropbox/node/gustav]$ (0.7✱)
@oxguy3
Copy link

oxguy3 commented Jan 27, 2016

pro-tip: for sharing your system specs, you might try archey (brew install archey) -- basically same output as that OS X pop-up, but in text form

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment