Skip to content

Instantly share code, notes, and snippets.

@oberstet
Created March 20, 2018 16:11
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 oberstet/4efa5371ca5593796d46ad78df3ff768 to your computer and use it in GitHub Desktop.
Save oberstet/4efa5371ca5593796d46ad78df3ff768 to your computer and use it in GitHub Desktop.
oberstet@thinkpad-t430s:/tmp/poo$ npm list
poo@1.0.0 /tmp/poo
└─┬ autobahn@18.3.2
├─┬ bufferutil@3.0.3
│ ├── bindings@1.3.0
│ ├── nan@2.7.0
│ └─┬ prebuild-install@2.3.0
│ ├── expand-template@1.1.0
│ ├── github-from-package@0.0.0
│ ├── minimist@1.2.0
│ ├─┬ mkdirp@0.5.1
│ │ └── minimist@0.0.8
│ ├─┬ node-abi@2.3.0
│ │ └── semver@5.5.0
│ ├── noop-logger@0.1.1
│ ├─┬ npmlog@4.1.2
│ │ ├─┬ are-we-there-yet@1.1.4
│ │ │ └── delegates@1.0.0
│ │ ├── console-control-strings@1.1.0
│ │ ├─┬ gauge@2.7.4
│ │ │ ├── aproba@1.2.0
│ │ │ ├── has-unicode@2.0.1
│ │ │ ├── object-assign@4.1.1
│ │ │ ├── signal-exit@3.0.2
│ │ │ ├─┬ string-width@1.0.2
│ │ │ │ ├── code-point-at@1.1.0
│ │ │ │ └─┬ is-fullwidth-code-point@1.0.0
│ │ │ │ └── number-is-nan@1.0.1
│ │ │ ├─┬ strip-ansi@3.0.1
│ │ │ │ └── ansi-regex@2.1.1
│ │ │ └── wide-align@1.1.2
│ │ └── set-blocking@2.0.0
│ ├── os-homedir@1.0.2
│ ├─┬ pump@1.0.3
│ │ ├── end-of-stream@1.4.1
│ │ └─┬ once@1.4.0
│ │ └── wrappy@1.0.2
│ ├─┬ rc@1.2.6
│ │ ├── deep-extend@0.4.2
│ │ ├── ini@1.3.5
│ │ └── strip-json-comments@2.0.1
│ ├─┬ simple-get@1.4.3
│ │ └── unzip-response@1.0.2
│ ├─┬ tar-fs@1.16.0
│ │ ├── chownr@1.0.1
│ │ └── tar-stream@1.5.5
│ ├── tunnel-agent@0.6.0
│ └── xtend@4.0.1
├─┬ cbor@4.0.0
│ ├── bignumber.js@6.0.0
│ ├── commander@2.15.1
│ ├─┬ json-text-sequence@0.1.1
│ │ └── delimit-stream@0.1.0
│ └── nofilter@0.0.3
├── crypto-js@3.1.8
├─┬ msgpack5@4.0.2
│ ├── bl@1.2.1
│ ├── inherits@2.0.3
│ ├─┬ readable-stream@2.3.5
│ │ ├── core-util-is@1.0.2
│ │ ├── isarray@1.0.0
│ │ ├── process-nextick-args@2.0.0
│ │ ├── string_decoder@1.0.3
│ │ └── util-deprecate@1.0.2
│ └── safe-buffer@5.1.1
├── tweetnacl@1.0.0
├─┬ utf-8-validate@4.0.0
│ └── nan@2.8.0
├── when@3.7.8
└─┬ ws@5.1.0
└── async-limiter@1.0.0
oberstet@thinkpad-t430s:/tmp/poo$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment