Skip to content

Instantly share code, notes, and snippets.

@alanpeabody
Created January 13, 2014 02:49
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 alanpeabody/8393973 to your computer and use it in GitHub Desktop.
Save alanpeabody/8393973 to your computer and use it in GitHub Desktop.
npm ls
Project@0.0.1 /project_path/
├─┬ browserify@3.19.1
│ ├── assert@1.1.0
│ ├─┬ browser-pack@2.0.1
│ │ ├─┬ combine-source-map@0.3.0
│ │ │ ├── convert-source-map@0.3.3
│ │ │ ├── inline-source-map@0.3.0
│ │ │ └─┬ source-map@0.1.31
│ │ │ └── amdefine@0.1.0
│ │ └─┬ JSONStream@0.6.4
│ │ ├── jsonparse@0.0.5
│ │ └── through@2.2.7
│ ├─┬ browser-resolve@1.2.2
│ │ └── resolve@0.6.1
│ ├─┬ concat-stream@1.4.1
│ │ ├─┬ readable-stream@1.1.10
│ │ │ ├── core-util-is@1.0.1
│ │ │ └── debuglog@0.0.2
│ │ └── typedarray@0.0.5
│ ├── console-browserify@1.0.3
│ ├── constants-browserify@0.0.1
│ ├── crypto-browserify@1.0.9
│ ├── deep-equal@0.1.2
│ ├── defined@0.0.0
│ ├─┬ deps-sort@0.1.1
│ │ └─┬ JSONStream@0.6.4
│ │ ├── jsonparse@0.0.5
│ │ └── through@2.2.7
│ ├── domain-browser@1.1.1
│ ├── duplexer@0.1.1
│ ├── events@1.0.0
│ ├─┬ http-browserify@1.1.0
│ │ └── Base64@0.2.0
│ ├── https-browserify@0.0.0
│ ├── inherits@2.0.1
│ ├─┬ insert-module-globals@2.3.0
│ │ ├── commondir@0.0.1
│ │ ├─┬ lexical-scope@0.0.15
│ │ │ └─┬ astw@0.0.0
│ │ │ └── esprima@1.0.2
│ │ └── process@0.5.2
│ ├─┬ JSONStream@0.7.1
│ │ ├── jsonparse@0.0.5
│ │ └── through@2.2.7
│ ├── minimist@0.0.5
│ ├─┬ module-deps@1.2.2
│ │ ├─┬ detective@2.1.2
│ │ │ ├─┬ escodegen@0.0.15
│ │ │ │ └─┬ source-map@0.1.31
│ │ │ │ └── amdefine@0.1.0
│ │ │ └── esprima@1.0.2
│ │ └── resolve@0.6.1
│ ├─┬ native-buffer-browserify@2.0.8
│ │ ├── base64-js@0.0.6
│ │ └── ieee754@1.1.1
│ ├── os-browserify@0.1.1
│ ├── parents@0.0.2
│ ├── path-browserify@0.0.0
│ ├── punycode@1.2.3
│ ├── querystring@0.2.0
│ ├── shell-quote@0.0.1
│ ├─┬ stream-browserify@0.1.2
│ │ └── process@0.5.2
│ ├── stream-combiner@0.0.4
│ ├── string_decoder@0.0.0
│ ├─┬ syntax-error@0.0.1
│ │ └── esprima@0.9.9
│ ├── through@2.3.4
│ ├─┬ timers-browserify@1.0.1
│ │ └── process@0.5.2
│ ├── tty-browserify@0.0.0
│ ├─┬ umd@2.0.0
│ │ ├─┬ rfile@1.0.0
│ │ │ ├── callsite@1.0.0
│ │ │ └── resolve@0.3.1
│ │ ├─┬ ruglify@1.0.0
│ │ │ └─┬ uglify-js@2.2.5
│ │ │ ├─┬ optimist@0.3.7
│ │ │ │ └── wordwrap@0.0.2
│ │ │ └─┬ source-map@0.1.31
│ │ │ └── amdefine@0.1.0
│ │ └─┬ uglify-js@2.4.8
│ │ ├── async@0.2.9
│ │ ├─┬ optimist@0.3.7
│ │ │ └── wordwrap@0.0.2
│ │ ├─┬ source-map@0.1.31
│ │ │ └── amdefine@0.1.0
│ │ └── uglify-to-browserify@1.0.1
│ ├─┬ url@0.7.9
│ │ ├── punycode@1.0.0
│ │ └── querystring@0.1.0
│ ├── util@0.10.2
│ ├─┬ vm-browserify@0.0.2
│ │ └── indexof@0.0.1
│ └─┬ zlib-browserify@0.0.3
│ └─┬ tape@0.2.2
│ ├── deep-equal@0.0.0
│ └── jsonify@0.0.0
├─┬ browserify-shim@3.1.4
│ ├── find-parent-dir@0.1.0
│ ├── resolve@0.6.1
│ └── through@2.3.4
├─┬ express@3.4.7
│ ├── buffer-crc32@0.2.1
│ ├─┬ commander@1.3.2
│ │ └── keypress@0.1.0
│ ├─┬ connect@2.12.0
│ │ ├── batch@0.5.0
│ │ ├── bytes@0.2.1
│ │ ├─┬ multiparty@2.2.0
│ │ │ ├─┬ readable-stream@1.1.10
│ │ │ │ ├── core-util-is@1.0.1
│ │ │ │ └── debuglog@0.0.2
│ │ │ └── stream-counter@0.2.0
│ │ ├── negotiator@0.3.0
│ │ ├── pause@0.0.1
│ │ ├── qs@0.6.6
│ │ ├── raw-body@1.1.2
│ │ └── uid2@0.0.3
│ ├── cookie@0.1.0
│ ├── cookie-signature@1.0.1
│ ├── debug@0.7.4
│ ├── fresh@0.2.0
│ ├── merge-descriptors@0.0.1
│ ├── methods@0.1.0
│ ├── mkdirp@0.3.5
│ ├── range-parser@0.0.4
│ └─┬ send@0.1.4
│ └── mime@1.2.11
├─┬ gulp@3.3.1
│ ├─┬ findup-sync@0.1.2
│ │ ├─┬ glob@3.1.21
│ │ │ ├── graceful-fs@1.2.3
│ │ │ ├── inherits@1.0.0
│ │ │ └─┬ minimatch@0.2.14
│ │ │ ├── lru-cache@2.5.0
│ │ │ └── sigmund@1.0.0
│ │ └── lodash@1.0.1
│ ├─┬ glob-stream@3.1.3
│ │ ├─┬ combine-stream@0.0.4
│ │ │ └─┬ readable-stream@1.1.10
│ │ │ ├── core-util-is@1.0.1
│ │ │ └── debuglog@0.0.2
│ │ ├─┬ glob@3.2.8
│ │ │ └── inherits@2.0.1
│ │ ├── glob2base@0.0.4
│ │ ├─┬ minimatch@0.2.14
│ │ │ ├── lru-cache@2.5.0
│ │ │ └── sigmund@1.0.0
│ │ └── unique-stream@0.0.3
│ ├─┬ glob-watcher@0.0.1
│ │ └─┬ gaze@0.4.3
│ │ └─┬ globule@0.1.0
│ │ ├─┬ glob@3.1.21
│ │ │ ├── graceful-fs@1.2.3
│ │ │ └── inherits@1.0.0
│ │ ├── lodash@1.0.1
│ │ └─┬ minimatch@0.2.14
│ │ ├── lru-cache@2.5.0
│ │ └── sigmund@1.0.0
│ ├── graceful-fs@2.0.1
│ ├── map-stream@0.0.4
│ ├── mkdirp@0.3.5
│ ├─┬ optimist@0.6.0
│ │ ├── minimist@0.0.5
│ │ └── wordwrap@0.0.2
│ ├─┬ orchestrator@0.3.2
│ │ ├─┬ event-stream@3.1.0
│ │ │ ├── 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
│ │ └── sequencify@0.0.7
│ ├── pretty-hrtime@0.2.0
│ ├── resolve@0.6.1
│ ├── semver@2.2.1
│ └── through@2.3.4
├─┬ gulp-browserify@0.2.4
│ ├─┬ browserify@3.14.1
│ │ ├── assert@1.0.3
│ │ ├─┬ browser-pack@1.1.0
│ │ │ ├─┬ combine-source-map@0.3.0
│ │ │ │ ├── convert-source-map@0.3.3
│ │ │ │ ├── inline-source-map@0.3.0
│ │ │ │ └─┬ source-map@0.1.31
│ │ │ │ └── amdefine@0.1.0
│ │ │ └─┬ JSONStream@0.6.4
│ │ │ ├── jsonparse@0.0.5
│ │ │ └── through@2.2.7
│ │ ├─┬ browser-resolve@1.2.2
│ │ │ └── resolve@0.6.1
│ │ ├─┬ concat-stream@1.0.1
│ │ │ └─┬ bops@0.0.6
│ │ │ ├── base64-js@0.0.2
│ │ │ └── to-utf8@0.0.1
│ │ ├── console-browserify@1.0.3
│ │ ├── constants-browserify@0.0.1
│ │ ├── crypto-browserify@1.0.9
│ │ ├── deep-equal@0.1.2
│ │ ├── defined@0.0.0
│ │ ├─┬ deps-sort@0.1.1
│ │ │ └─┬ JSONStream@0.6.4
│ │ │ ├── jsonparse@0.0.5
│ │ │ └── through@2.2.7
│ │ ├── domain-browser@1.1.1
│ │ ├── duplexer@0.1.1
│ │ ├── events@1.0.0
│ │ ├─┬ http-browserify@1.0.2
│ │ │ └── Base64@0.2.0
│ │ ├── https-browserify@0.0.0
│ │ ├── inherits@2.0.1
│ │ ├─┬ insert-module-globals@2.2.0
│ │ │ ├── commondir@0.0.1
│ │ │ ├─┬ lexical-scope@0.0.15
│ │ │ │ └─┬ astw@0.0.0
│ │ │ │ └── esprima@1.0.2
│ │ │ └── process@0.5.2
│ │ ├─┬ JSONStream@0.7.1
│ │ │ ├── jsonparse@0.0.5
│ │ │ └── through@2.2.7
│ │ ├── minimist@0.0.5
│ │ ├─┬ module-deps@1.1.0
│ │ │ ├─┬ detective@2.1.2
│ │ │ │ ├─┬ escodegen@0.0.15
│ │ │ │ │ └─┬ source-map@0.1.31
│ │ │ │ │ └── amdefine@0.1.0
│ │ │ │ └── esprima@1.0.2
│ │ │ ├─┬ JSONStream@0.6.4
│ │ │ │ ├── jsonparse@0.0.5
│ │ │ │ └── through@2.2.7
│ │ │ └── resolve@0.6.1
│ │ ├─┬ native-buffer-browserify@1.2.4
│ │ │ ├── base64-js@0.0.5 (git://github.com/feross/base64-js#791b9dad56f39685bb61c39489ba0188e46f26ba)
│ │ │ └── typedarray@0.0.5
│ │ ├── os-browserify@0.1.1
│ │ ├── parents@0.0.2
│ │ ├── path-browserify@0.0.0
│ │ ├── punycode@1.2.3
│ │ ├── querystring@0.2.0
│ │ ├── shell-quote@0.0.1
│ │ ├─┬ stream-browserify@0.1.2
│ │ │ └── process@0.5.2
│ │ ├── stream-combiner@0.0.4
│ │ ├── string_decoder@0.0.0
│ │ ├─┬ syntax-error@0.0.1
│ │ │ └── esprima@0.9.9
│ │ ├── through@2.3.4
│ │ ├─┬ timers-browserify@1.0.0
│ │ │ └── process@0.5.2
│ │ ├── tty-browserify@0.0.0
│ │ ├─┬ umd@1.3.1
│ │ │ ├─┬ rfile@1.0.0
│ │ │ │ ├── callsite@1.0.0
│ │ │ │ └── resolve@0.3.1
│ │ │ ├─┬ ruglify@1.0.0
│ │ │ │ └─┬ uglify-js@2.2.5
│ │ │ │ ├─┬ optimist@0.3.7
│ │ │ │ │ └── wordwrap@0.0.2
│ │ │ │ └─┬ source-map@0.1.31
│ │ │ │ └── amdefine@0.1.0
│ │ │ └─┬ uglify-js@2.4.8
│ │ │ ├── async@0.2.9
│ │ │ ├─┬ optimist@0.3.7
│ │ │ │ └── wordwrap@0.0.2
│ │ │ ├─┬ source-map@0.1.31
│ │ │ │ └── amdefine@0.1.0
│ │ │ └── uglify-to-browserify@1.0.1
│ │ ├─┬ url@0.7.9
│ │ │ ├── punycode@1.0.0
│ │ │ └── querystring@0.1.0
│ │ ├── util@0.10.2
│ │ ├─┬ vm-browserify@0.0.2
│ │ │ └── indexof@0.0.1
│ │ └─┬ zlib-browserify@0.0.3
│ │ └─┬ tape@0.2.2
│ │ ├── deep-equal@0.0.0
│ │ └── jsonify@0.0.0
│ └─┬ event-stream@3.1.0
│ ├── 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
│ └── through@2.3.4
├─┬ gulp-concat@2.1.7
│ └── through@2.3.4
├─┬ gulp-handlebars@0.2.3
│ ├─┬ event-stream@3.0.20
│ │ ├── duplexer@0.1.1
│ │ ├── from@0.1.3
│ │ ├── map-stream@0.0.4
│ │ ├── pause-stream@0.0.11
│ │ ├── split@0.2.10
│ │ ├── stream-combiner@0.0.4
│ │ └── through@2.3.4
│ ├─┬ gulp-util@1.2.0
│ │ ├─┬ chalk@0.3.0
│ │ │ ├── ansi-styles@0.2.0
│ │ │ └── has-color@0.1.2
│ │ ├─┬ lodash.template@2.4.1
│ │ │ ├── lodash._escapestringchar@2.4.1
│ │ │ ├── lodash._reinterpolate@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
│ │ └─┬ optimist@0.6.0
│ │ ├── minimist@0.0.5
│ │ └── wordwrap@0.0.2
│ ├─┬ handlebars@1.1.2
│ │ ├─┬ optimist@0.3.7
│ │ │ └── wordwrap@0.0.2
│ │ └─┬ uglify-js@2.3.6
│ │ ├── async@0.2.9
│ │ └─┬ source-map@0.1.31
│ │ └── amdefine@0.1.0
│ └─┬ xtend@2.1.2
│ └── object-keys@0.4.0
├─┬ gulp-less@1.1.8
│ ├─┬ lodash.defaults@2.4.1
│ │ ├── lodash._objecttypes@2.4.1
│ │ └─┬ lodash.keys@2.4.1
│ │ ├── lodash._isnative@2.4.1
│ │ ├── lodash._shimkeys@2.4.1
│ │ └── lodash.isobject@2.4.1
│ └── through@2.3.4
├─┬ gulp-util@2.2.9
│ ├─┬ chalk@0.4.0
│ │ ├── ansi-styles@1.0.0
│ │ ├── has-color@0.1.2
│ │ └── strip-ansi@0.1.1
│ ├── dateformat@1.0.7-1.2.3
│ ├── 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
│ ├─┬ optimist@0.6.0
│ │ ├── minimist@0.0.5
│ │ └── wordwrap@0.0.2
│ ├─┬ stream-combiner@0.0.4
│ │ └── duplexer@0.1.1
│ ├── through@2.3.4
│ └─┬ vinyl@0.2.2
│ └── clone-stats@0.0.0
├─┬ handlebars@1.0.12
│ ├─┬ optimist@0.3.7
│ │ └── wordwrap@0.0.2
│ └─┬ uglify-js@2.3.6
│ ├── async@0.2.9
│ └─┬ source-map@0.1.31
│ └── amdefine@0.1.0
├─┬ hbsfy@1.0.0
│ └── through@2.2.7
└─┬ less@1.6.1
├─┬ clean-css@2.0.6
│ └── commander@2.0.0
├── mime@1.2.11
├── mkdirp@0.3.5
├─┬ request@2.31.0
│ ├── aws-sign2@0.5.0
│ ├── forever-agent@0.5.0
│ ├─┬ form-data@0.1.2
│ │ ├── async@0.2.9
│ │ └─┬ combined-stream@0.0.4
│ │ └── delayed-stream@0.0.5
│ ├─┬ hawk@1.0.0
│ │ ├── boom@0.4.2
│ │ ├── cryptiles@0.2.2
│ │ ├── hoek@0.9.1
│ │ └── sntp@0.2.4
│ ├─┬ http-signature@0.10.0
│ │ ├── asn1@0.1.11
│ │ ├── assert-plus@0.1.2
│ │ └── ctype@0.5.2
│ ├── json-stringify-safe@5.0.0
│ ├── node-uuid@1.4.1
│ ├── oauth-sign@0.3.0
│ ├── qs@0.6.6
│ ├─┬ tough-cookie@0.9.15
│ │ └── punycode@1.2.3
│ └── tunnel-agent@0.3.0
└─┬ source-map@0.1.31
└── amdefine@0.1.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment