question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. ItΒ collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error - installing hubot on centos 6.7 (digital ocean)

See original GitHub issue

Trying to install hubot on a droplet which is running centos 6.7

node v4.3.3 npm 3.8.8

I looked at rx.js line 77 and it references this:

  function thrower(e) {
    throw e;      // this is line 77
  }

Would appreciate any tips.

Thanks, Chris.

The error:

# yo hubot
                     _____________________________
                    /                             \
   //\              |      Extracting input for    |
  ////\    _____    |   self-replication process   |
 //////\  /_____\   \                             /
 ======= |[^_/\_]|   /----------------------------
  |   | _|___@@__|__
  +===+/  ///     \_\
   | |_\ /// HUBOT/\\
   |___/\//      /  \\
         \      /   +---+
          \____/    |   |
           | //|    +===+
            \//      |xx|

? Owner User <user@example.com>
? Bot name hubot
? Description A simple helpful robot for your Company
? Bot adapter (campfire)


/usr/lib/node_modules/yo/node_modules/rx/dist/rx.js:77
    throw e;
    ^
true

Here’s what looks like I have installed:

npm -g ls
/usr/lib
β”œβ”€β”¬ @reactivex/rxjs@5.0.0-beta.7
β”‚ └── symbol-observable@0.2.4
β”œβ”€β”¬ generator-hubot@0.3.1
β”‚ β”œβ”€β”¬ chalk@0.5.1
β”‚ β”‚ β”œβ”€β”€ ansi-styles@1.1.0
β”‚ β”‚ β”œβ”€β”€ escape-string-regexp@1.0.5
β”‚ β”‚ β”œβ”€β”€ has-ansi@0.1.0
β”‚ β”‚ β”œβ”€β”€ strip-ansi@0.3.0
β”‚ β”‚ └── supports-color@0.2.0
β”‚ β”œβ”€β”¬ npm-name@1.2.0
β”‚ β”‚ β”œβ”€β”¬ got@5.6.0
β”‚ β”‚ β”‚ β”œβ”€β”¬ create-error-class@3.0.2
β”‚ β”‚ β”‚ β”‚ └── capture-stack-trace@1.0.0
β”‚ β”‚ β”‚ β”œβ”€β”€ duplexer2@0.1.4
β”‚ β”‚ β”‚ β”œβ”€β”€ is-plain-obj@1.1.0
β”‚ β”‚ β”‚ β”œβ”€β”€ is-redirect@1.0.0
β”‚ β”‚ β”‚ β”œβ”€β”€ is-retry-allowed@1.0.0
β”‚ β”‚ β”‚ β”œβ”€β”€ is-stream@1.1.0
β”‚ β”‚ β”‚ β”œβ”€β”€ lowercase-keys@1.0.0
β”‚ β”‚ β”‚ β”œβ”€β”€ node-status-codes@1.0.0
β”‚ β”‚ β”‚ β”œβ”€β”€ object-assign@4.1.0
β”‚ β”‚ β”‚ β”œβ”€β”¬ parse-json@2.2.0
β”‚ β”‚ β”‚ β”‚ └─┬ error-ex@1.3.0
β”‚ β”‚ β”‚ β”‚   └── is-arrayish@0.2.1
β”‚ β”‚ β”‚ β”œβ”€β”¬ pinkie-promise@2.0.1
β”‚ β”‚ β”‚ β”‚ └── pinkie@2.0.4
β”‚ β”‚ β”‚ β”œβ”€β”€ read-all-stream@3.1.0
β”‚ β”‚ β”‚ β”œβ”€β”¬ readable-stream@2.1.2
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ core-util-is@1.0.2
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ isarray@1.0.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ process-nextick-args@1.0.6
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ string_decoder@0.10.31
β”‚ β”‚ β”‚ β”‚ └── util-deprecate@1.0.2
β”‚ β”‚ β”‚ β”œβ”€β”€ timed-out@2.0.0
β”‚ β”‚ β”‚ β”œβ”€β”€ unzip-response@1.0.0
β”‚ β”‚ β”‚ └─┬ url-parse-lax@1.0.0
β”‚ β”‚ β”‚   └── prepend-http@1.0.3
β”‚ β”‚ β”œβ”€β”¬ log-symbols@1.0.2
β”‚ β”‚ β”‚ └─┬ chalk@1.1.3
β”‚ β”‚ β”‚   β”œβ”€β”€ ansi-styles@2.2.1
β”‚ β”‚ β”‚   β”œβ”€β”¬ has-ansi@2.0.0
β”‚ β”‚ β”‚   β”‚ └── ansi-regex@2.0.0
β”‚ β”‚ β”‚   β”œβ”€β”€ strip-ansi@3.0.1
β”‚ β”‚ β”‚   └── supports-color@2.0.0
β”‚ β”‚ β”œβ”€β”¬ meow@3.7.0
β”‚ β”‚ β”‚ β”œβ”€β”¬ camelcase-keys@2.1.0
β”‚ β”‚ β”‚ β”‚ └── camelcase@2.1.1
β”‚ β”‚ β”‚ β”œβ”€β”€ decamelize@1.2.0
β”‚ β”‚ β”‚ β”œβ”€β”¬ loud-rejection@1.3.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ array-find-index@1.0.1
β”‚ β”‚ β”‚ β”‚ └── signal-exit@2.1.2
β”‚ β”‚ β”‚ β”œβ”€β”€ map-obj@1.0.1
β”‚ β”‚ β”‚ β”œβ”€β”€ minimist@1.2.0
β”‚ β”‚ β”‚ β”œβ”€β”¬ normalize-package-data@2.3.5
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ hosted-git-info@2.1.4
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ is-builtin-module@1.0.0
β”‚ β”‚ β”‚ β”‚ β”‚ └── builtin-modules@1.1.1
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ semver@5.1.0
β”‚ β”‚ β”‚ β”‚ └─┬ validate-npm-package-license@3.0.1
β”‚ β”‚ β”‚ β”‚   β”œβ”€β”¬ spdx-correct@1.0.2
β”‚ β”‚ β”‚ β”‚   β”‚ └── spdx-license-ids@1.2.1
β”‚ β”‚ β”‚ β”‚   └─┬ spdx-expression-parse@1.0.2
β”‚ β”‚ β”‚ β”‚     └── spdx-exceptions@1.0.4
β”‚ β”‚ β”‚ β”œβ”€β”¬ read-pkg-up@1.0.1
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ find-up@1.1.2
β”‚ β”‚ β”‚ β”‚ β”‚ └── path-exists@2.1.0
β”‚ β”‚ β”‚ β”‚ └─┬ read-pkg@1.1.0
β”‚ β”‚ β”‚ β”‚   β”œβ”€β”¬ load-json-file@1.1.0
β”‚ β”‚ β”‚ β”‚   β”‚ β”œβ”€β”€ graceful-fs@4.1.3
β”‚ β”‚ β”‚ β”‚   β”‚ β”œβ”€β”€ pify@2.3.0
β”‚ β”‚ β”‚ β”‚   β”‚ └─┬ strip-bom@2.0.0
β”‚ β”‚ β”‚ β”‚   β”‚   └── is-utf8@0.2.1
β”‚ β”‚ β”‚ β”‚   └── path-type@1.1.0
β”‚ β”‚ β”‚ β”œβ”€β”¬ redent@1.0.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ indent-string@2.1.0
β”‚ β”‚ β”‚ β”‚ β”‚ └─┬ repeating@2.0.1
β”‚ β”‚ β”‚ β”‚ β”‚   └─┬ is-finite@1.0.1
β”‚ β”‚ β”‚ β”‚ β”‚     └── number-is-nan@1.0.0
β”‚ β”‚ β”‚ β”‚ └─┬ strip-indent@1.0.1
β”‚ β”‚ β”‚ β”‚   └── get-stdin@4.0.1
β”‚ β”‚ β”‚ └── trim-newlines@1.0.0
β”‚ β”‚ └─┬ registry-url@3.1.0
β”‚ β”‚   └─┬ rc@1.1.6
β”‚ β”‚     β”œβ”€β”€ deep-extend@0.4.1
β”‚ β”‚     β”œβ”€β”€ ini@1.3.4
β”‚ β”‚     └── strip-json-comments@1.0.4
β”‚ β”œβ”€β”¬ yeoman-generator@0.17.7
β”‚ β”‚ β”œβ”€β”€ async@0.9.2
β”‚ β”‚ β”œβ”€β”¬ cheerio@0.17.0
β”‚ β”‚ β”‚ β”œβ”€β”¬ CSSselect@0.4.1
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ CSSwhat@0.4.7
β”‚ β”‚ β”‚ β”‚ └── domutils@1.4.3
β”‚ β”‚ β”‚ β”œβ”€β”¬ dom-serializer@0.0.1
β”‚ β”‚ β”‚ β”‚ └── domelementtype@1.1.3
β”‚ β”‚ β”‚ β”œβ”€β”€ entities@1.1.1
β”‚ β”‚ β”‚ └─┬ htmlparser2@3.7.3
β”‚ β”‚ β”‚   β”œβ”€β”€ domelementtype@1.3.0
β”‚ β”‚ β”‚   β”œβ”€β”€ domhandler@2.2.1
β”‚ β”‚ β”‚   β”œβ”€β”€ domutils@1.5.1
β”‚ β”‚ β”‚   β”œβ”€β”€ entities@1.0.0
β”‚ β”‚ β”‚   └─┬ readable-stream@1.1.14
β”‚ β”‚ β”‚     └── isarray@0.0.1
β”‚ β”‚ β”œβ”€β”¬ class-extend@0.1.2
β”‚ β”‚ β”‚ └── object-assign@2.1.1
β”‚ β”‚ β”œβ”€β”¬ cross-spawn@0.2.9
β”‚ β”‚ β”‚ └── lru-cache@2.7.3
β”‚ β”‚ β”œβ”€β”€ dargs@2.1.0
β”‚ β”‚ β”œβ”€β”¬ debug@1.0.4
β”‚ β”‚ β”‚ └── ms@0.6.2
β”‚ β”‚ β”œβ”€β”€ diff@1.4.0
β”‚ β”‚ β”œβ”€β”¬ download@1.0.7
β”‚ β”‚ β”‚ β”œβ”€β”¬ archive-type@1.0.4
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ get-stdin@3.0.2
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ is-7zip@1.0.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ is-bzip2@1.0.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ is-gzip@1.0.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ is-rar@1.0.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ is-tar@1.0.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ is-zip@1.0.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ meow@2.1.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ camelcase-keys@1.0.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ └── camelcase@1.2.1
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ indent-string@1.2.2
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ get-stdin@4.0.1
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ └── repeating@1.1.3
β”‚ β”‚ β”‚ β”‚ β”‚ └── object-assign@2.1.1
β”‚ β”‚ β”‚ β”‚ └── read-chunk@1.0.1
β”‚ β”‚ β”‚ β”œβ”€β”¬ decompress@1.0.7
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ decompress-tar@1.0.3
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ simple-bufferstream@0.0.4
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ strip-dirs@0.1.1
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ get-stdin@3.0.2
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ is-absolute@0.1.7
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ └── is-relative@0.1.3
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ └── is-integer@1.0.6
β”‚ β”‚ β”‚ β”‚ β”‚ └─┬ tar@1.0.3
β”‚ β”‚ β”‚ β”‚ β”‚   β”œβ”€β”€ block-stream@0.0.9
β”‚ β”‚ β”‚ β”‚ β”‚   └── fstream@1.0.8
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ decompress-tarbz2@1.0.2
β”‚ β”‚ β”‚ β”‚ β”‚ └─┬ seek-bzip@1.0.5
β”‚ β”‚ β”‚ β”‚ β”‚   └── commander@2.8.1
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ decompress-targz@1.0.3
β”‚ β”‚ β”‚ β”‚ └─┬ decompress-unzip@1.0.0
β”‚ β”‚ β”‚ β”‚   β”œβ”€β”€ adm-zip@0.4.7
β”‚ β”‚ β”‚ β”‚   β”œβ”€β”€ is-zip@0.1.0
β”‚ β”‚ β”‚ β”‚   └─┬ temp-write@1.1.2
β”‚ β”‚ β”‚ β”‚     β”œβ”€β”€ os-tmpdir@1.0.1
β”‚ β”‚ β”‚ β”‚     └── uuid@2.0.2
β”‚ β”‚ β”‚ β”œβ”€β”¬ each-async@1.1.1
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ onetime@1.1.0
β”‚ β”‚ β”‚ β”‚ └── set-immediate-shim@1.0.1
β”‚ β”‚ β”‚ β”œβ”€β”¬ fs-extra@0.11.1
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ jsonfile@2.3.0
β”‚ β”‚ β”‚ β”‚ └── ncp@0.6.0
β”‚ β”‚ β”‚ β”œβ”€β”€ object-assign@1.0.0
β”‚ β”‚ β”‚ └── ware@0.3.0
β”‚ β”‚ β”œβ”€β”¬ file-utils@0.2.2
β”‚ β”‚ β”‚ β”œβ”€β”¬ findup-sync@0.2.1
β”‚ β”‚ β”‚ β”‚ └── glob@4.3.5
β”‚ β”‚ β”‚ └─┬ minimatch@2.0.10
β”‚ β”‚ β”‚   └─┬ brace-expansion@1.1.4
β”‚ β”‚ β”‚     β”œβ”€β”€ balanced-match@0.4.1
β”‚ β”‚ β”‚     └── concat-map@0.0.1
β”‚ β”‚ β”œβ”€β”¬ findup-sync@0.1.3
β”‚ β”‚ β”‚ └─┬ glob@3.2.11
β”‚ β”‚ β”‚   └─┬ minimatch@0.3.0
β”‚ β”‚ β”‚     └── sigmund@1.0.1
β”‚ β”‚ β”œβ”€β”¬ github-username@1.1.1
β”‚ β”‚ β”‚ β”œβ”€β”€ get-stdin@1.0.0

β”‚ β”‚ β”‚   β”œβ”€β”¬ duplexify@3.4.3
β”‚ β”‚ β”‚   β”‚ └── end-of-stream@1.0.0
β”‚ β”‚ β”‚   β”œβ”€β”€ infinity-agent@2.0.3
β”‚ β”‚ β”‚   β”œβ”€β”€ nested-error-stacks@1.0.2
β”‚ β”‚ β”‚   β”œβ”€β”€ object-assign@2.1.1
β”‚ β”‚ β”‚   β”œβ”€β”€ read-all-stream@2.2.0
β”‚ β”‚ β”‚   └── statuses@1.2.1
β”‚ β”‚ β”œβ”€β”¬ glob@4.5.3
β”‚ β”‚ β”‚ β”œβ”€β”¬ inflight@1.0.4
β”‚ β”‚ β”‚ β”‚ └── wrappy@1.0.1
β”‚ β”‚ β”‚ β”œβ”€β”€ inherits@2.0.1
β”‚ β”‚ β”‚ β”œβ”€β”€ minimatch@2.0.10
β”‚ β”‚ β”‚ └── once@1.3.3
β”‚ β”‚ β”œβ”€β”¬ grouped-queue@0.3.2
β”‚ β”‚ β”‚ └── lodash@3.10.1
β”‚ β”‚ β”œβ”€β”¬ gruntfile-editor@0.2.0
β”‚ β”‚ β”‚ └─┬ ast-query@0.2.5
β”‚ β”‚ β”‚   β”œβ”€β”¬ escodegen@1.3.3
β”‚ β”‚ β”‚   β”‚ β”œβ”€β”€ estraverse@1.5.1
β”‚ β”‚ β”‚   β”‚ β”œβ”€β”€ esutils@1.0.0
β”‚ β”‚ β”‚   β”‚ └─┬ source-map@0.1.43
β”‚ β”‚ β”‚   β”‚   └── amdefine@1.0.0
β”‚ β”‚ β”‚   β”œβ”€β”€ esprima@1.1.1
β”‚ β”‚ β”‚   └── traverse@0.6.6
β”‚ β”‚ β”œβ”€β”€ iconv-lite@0.4.13
β”‚ β”‚ β”œβ”€β”¬ inquirer@0.7.3
β”‚ β”‚ β”‚ β”œβ”€β”€ ansi-regex@1.1.1
β”‚ β”‚ β”‚ β”œβ”€β”¬ cli-color@0.3.3
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ d@0.1.1
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ es5-ext@0.10.11
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ es6-iterator@2.0.0
β”‚ β”‚ β”‚ β”‚ β”‚ └── es6-symbol@3.0.2
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ memoizee@0.3.10
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ es6-weak-map@0.1.4
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ es6-iterator@0.1.3
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ └── es6-symbol@2.0.1
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ event-emitter@0.3.4
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ lru-queue@0.1.0
β”‚ β”‚ β”‚ β”‚ β”‚ └── next-tick@0.2.2
β”‚ β”‚ β”‚ β”‚ └── timers-ext@0.1.0
β”‚ β”‚ β”‚ β”œβ”€β”€ figures@1.5.0
β”‚ β”‚ β”‚ β”œβ”€β”€ mute-stream@0.0.4
β”‚ β”‚ β”‚ β”œβ”€β”¬ readline2@0.1.1
β”‚ β”‚ β”‚ β”‚ └─┬ strip-ansi@2.0.1
β”‚ β”‚ β”‚ β”‚   └── ansi-regex@1.1.1
β”‚ β”‚ β”‚ β”œβ”€β”€ rx@2.5.3
β”‚ β”‚ β”‚ └── through@2.3.8
β”‚ β”‚ β”œβ”€β”€ isbinaryfile@2.0.4
β”‚ β”‚ β”œβ”€β”€ lodash@2.4.2
β”‚ β”‚ β”œβ”€β”€ mime@1.3.4
β”‚ β”‚ β”œβ”€β”¬ mkdirp@0.5.1
β”‚ β”‚ β”‚ └── minimist@0.0.8
β”‚ β”‚ β”œβ”€β”¬ nopt@3.0.6
β”‚ β”‚ β”‚ └── abbrev@1.0.7
β”‚ β”‚ β”œβ”€β”¬ request@2.72.0
β”‚ β”‚ β”‚ β”œβ”€β”€ aws-sign2@0.6.0
β”‚ β”‚ β”‚ β”œβ”€β”¬ aws4@1.3.2
β”‚ β”‚ β”‚ β”‚ └─┬ lru-cache@4.0.1
β”‚ β”‚ β”‚ β”‚   β”œβ”€β”€ pseudomap@1.0.2
β”‚ β”‚ β”‚ β”‚   └── yallist@2.0.0
β”‚ β”‚ β”‚ β”œβ”€β”¬ bl@1.1.2
β”‚ β”‚ β”‚ β”‚ └── readable-stream@2.0.6
β”‚ β”‚ β”‚ β”œβ”€β”€ 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
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”¬ has-ansi@2.0.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ └── ansi-regex@2.0.0
β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ strip-ansi@3.0.1
β”‚ β”‚ β”‚ β”‚ β”‚ └── 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
β”‚ β”‚ β”‚ β”œβ”€β”¬ 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
β”‚ β”‚ β”‚ β”‚   β”œβ”€β”¬ dashdash@1.13.1
β”‚ β”‚ β”‚ β”‚   β”‚ └── 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
β”‚ β”‚ β”‚ β”œβ”€β”¬ mime-types@2.1.11
β”‚ β”‚ β”‚ β”‚ └── mime-db@1.23.0
β”‚ β”‚ β”‚ β”œβ”€β”€ node-uuid@1.4.7
β”‚ β”‚ β”‚ β”œβ”€β”€ oauth-sign@0.8.1
β”‚ β”‚ β”‚ β”œβ”€β”€ qs@6.1.0
β”‚ β”‚ β”‚ β”œβ”€β”€ stringstream@0.0.5
β”‚ β”‚ β”‚ β”œβ”€β”€ tough-cookie@2.2.2
β”‚ β”‚ β”‚ └── tunnel-agent@0.4.2
β”‚ β”‚ β”œβ”€β”¬ rimraf@2.5.2
β”‚ β”‚ β”‚ └─┬ glob@7.0.3
β”‚ β”‚ β”‚   β”œβ”€β”€ minimatch@3.0.0
β”‚ β”‚ β”‚   └── path-is-absolute@1.0.0
β”‚ β”‚ β”œβ”€β”€ run-async@0.1.0
β”‚ β”‚ β”œβ”€β”€ shelljs@0.3.0
β”‚ β”‚ β”œβ”€β”€ text-table@0.2.0
β”‚ β”‚ └── underscore.string@2.4.0
β”‚ └─┬ yosay@0.3.0
β”‚   β”œβ”€β”€ ansi-regex@0.2.1
β”‚   β”œβ”€β”¬ chalk@0.4.0
β”‚   β”‚ β”œβ”€β”€ ansi-styles@1.0.0
β”‚   β”‚ β”œβ”€β”€ has-color@0.1.7
β”‚   β”‚ └── strip-ansi@0.1.1
β”‚   β”œβ”€β”€ minimist@0.2.0
β”‚   β”œβ”€β”€ pad-component@0.0.1
β”‚   β”œβ”€β”¬ string-length@0.1.2
β”‚   β”‚ └─┬ strip-ansi@0.2.2
β”‚   β”‚   └── ansi-regex@0.1.0
β”‚   β”œβ”€β”¬ strip-ansi@0.2.2
β”‚   β”‚ └── ansi-regex@0.1.0
β”‚   β”œβ”€β”¬ taketalk@0.1.1
β”‚   β”‚ β”œβ”€β”€ get-stdin@0.1.0
β”‚   β”‚ └── minimist@0.1.0
β”‚   └── word-wrap@0.1.3
β”œβ”€β”¬ json-server@0.8.8
β”‚ β”œβ”€β”¬ body-parser@1.15.0
β”‚ β”‚ β”œβ”€β”€ bytes@2.2.0
β”‚ β”‚ β”œβ”€β”€ content-type@1.0.1
β”‚ β”‚ β”œβ”€β”¬ debug@2.2.0
β”‚ β”‚ β”‚ └── ms@0.7.1
β”‚ β”‚ β”œβ”€β”€ depd@1.1.0
β”‚ β”‚ β”œβ”€β”¬ http-errors@1.4.0
β”‚ β”‚ β”‚ β”œβ”€β”€ inherits@2.0.1
β”‚ β”‚ β”‚ └── statuses@1.2.1
β”‚ β”‚ β”œβ”€β”€ iconv-lite@0.4.13
β”‚ β”‚ β”œβ”€β”¬ on-finished@2.3.0
β”‚ β”‚ β”‚ └── ee-first@1.1.1
β”‚ β”‚ β”œβ”€β”€ qs@6.1.0
β”‚ β”‚ β”œβ”€β”¬ raw-body@2.1.5
β”‚ β”‚ β”‚ └── unpipe@1.0.0
β”‚ β”‚ └─┬ type-is@1.6.11
β”‚ β”‚   β”œβ”€β”€ media-typer@0.3.0
β”‚ β”‚   └─┬ mime-types@2.1.10
β”‚ β”‚     └── mime-db@1.22.0
β”‚ β”œβ”€β”¬ chalk@0.4.0
β”‚ β”‚ β”œβ”€β”€ ansi-styles@1.0.0
β”‚ β”‚ β”œβ”€β”€ has-color@0.1.7
β”‚ β”‚ └── strip-ansi@0.1.1
β”‚ β”œβ”€β”¬ compression@1.6.1
β”‚ β”‚ β”œβ”€β”¬ accepts@1.3.1
β”‚ β”‚ β”‚ β”œβ”€β”¬ mime-types@2.1.10
β”‚ β”‚ β”‚ β”‚ └── mime-db@1.22.0
β”‚ β”‚ β”‚ └── negotiator@0.6.0
β”‚ β”‚ β”œβ”€β”€ bytes@2.2.0
β”‚ β”‚ β”œβ”€β”¬ compressible@2.0.7
β”‚ β”‚ β”‚ └── mime-db@1.22.0
β”‚ β”‚ β”œβ”€β”¬ debug@2.2.0
β”‚ β”‚ β”‚ └── ms@0.7.1
β”‚ β”‚ β”œβ”€β”€ on-headers@1.0.1
β”‚ β”‚ └── vary@1.1.0
β”‚ β”œβ”€β”€ connect-pause@0.1.0
β”‚ β”œβ”€β”¬ cors@2.7.1
β”‚ β”‚ └── vary@1.1.0
β”‚ β”œβ”€β”¬ errorhandler@1.4.3
β”‚ β”‚ β”œβ”€β”¬ accepts@1.3.1
β”‚ β”‚ β”‚ β”œβ”€β”¬ mime-types@2.1.10
β”‚ β”‚ β”‚ β”‚ └── mime-db@1.22.0
β”‚ β”‚ β”‚ └── negotiator@0.6.0
β”‚ β”‚ └── escape-html@1.0.3
β”‚ β”œβ”€β”¬ express@4.13.4
β”‚ β”‚ β”œβ”€β”¬ accepts@1.2.13
β”‚ β”‚ β”‚ β”œβ”€β”¬ mime-types@2.1.10
β”‚ β”‚ β”‚ β”‚ └── mime-db@1.22.0
β”‚ β”‚ β”‚ └── negotiator@0.5.3
β”‚ β”‚ β”œβ”€β”€ array-flatten@1.1.1
β”‚ β”‚ β”œβ”€β”€ content-disposition@0.5.1
β”‚ β”‚ β”œβ”€β”€ content-type@1.0.1
β”‚ β”‚ β”œβ”€β”€ cookie@0.1.5
β”‚ β”‚ β”œβ”€β”€ cookie-signature@1.0.6
β”‚ β”‚ β”œβ”€β”¬ debug@2.2.0
β”‚ β”‚ β”‚ └── ms@0.7.1
β”‚ β”‚ β”œβ”€β”€ depd@1.1.0
β”‚ β”‚ β”œβ”€β”€ escape-html@1.0.3
β”‚ β”‚ β”œβ”€β”€ etag@1.7.0
β”‚ β”‚ β”œβ”€β”¬ finalhandler@0.4.1
β”‚ β”‚ β”‚ └── 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.0.10
β”‚ β”‚ β”‚ β”œβ”€β”€ forwarded@0.1.0
β”‚ β”‚ β”‚ └── ipaddr.js@1.0.5
β”‚ β”‚ β”œβ”€β”€ qs@4.0.0
β”‚ β”‚ β”œβ”€β”€ range-parser@1.0.3
β”‚ β”‚ β”œβ”€β”¬ send@0.13.1
β”‚ β”‚ β”‚ β”œβ”€β”€ destroy@1.0.4
β”‚ β”‚ β”‚ β”œβ”€β”¬ 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.2
β”‚ β”‚ β”œβ”€β”¬ type-is@1.6.11
β”‚ β”‚ β”‚ β”œβ”€β”€ media-typer@0.3.0
β”‚ β”‚ β”‚ └─┬ mime-types@2.1.10
β”‚ β”‚ β”‚   └── mime-db@1.22.0
β”‚ β”‚ β”œβ”€β”€ utils-merge@1.0.0
β”‚ β”‚ └── vary@1.0.1
β”‚ β”œβ”€β”¬ got@3.3.1
β”‚ β”‚ β”œβ”€β”¬ duplexify@3.4.2
β”‚ β”‚ β”‚ β”œβ”€β”¬ end-of-stream@1.0.0
β”‚ β”‚ β”‚ β”‚ └─┬ once@1.3.3
β”‚ β”‚ β”‚ β”‚   └── wrappy@1.0.1
β”‚ β”‚ β”‚ └─┬ readable-stream@2.0.5
β”‚ β”‚ β”‚   β”œβ”€β”€ core-util-is@1.0.2
β”‚ β”‚ β”‚   β”œβ”€β”€ inherits@2.0.1
β”‚ β”‚ β”‚   β”œβ”€β”€ isarray@0.0.1
β”‚ β”‚ β”‚   β”œβ”€β”€ process-nextick-args@1.0.6
β”‚ β”‚ β”‚   β”œβ”€β”€ string_decoder@0.10.31
β”‚ β”‚ β”‚   └── util-deprecate@1.0.2
β”‚ β”‚ β”œβ”€β”€ 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
β”‚ β”‚ β”‚ └── inherits@2.0.1
β”‚ β”‚ β”œβ”€β”€ object-assign@3.0.0
β”‚ β”‚ β”œβ”€β”€ prepend-http@1.0.3
β”‚ β”‚ β”œβ”€β”¬ read-all-stream@3.1.0
β”‚ β”‚ β”‚ β”œβ”€β”¬ pinkie-promise@2.0.0
β”‚ β”‚ β”‚ β”‚ └── pinkie@2.0.4
β”‚ β”‚ β”‚ └─┬ readable-stream@2.0.5
β”‚ β”‚ β”‚   β”œβ”€β”€ core-util-is@1.0.2
β”‚ β”‚ β”‚   β”œβ”€β”€ inherits@2.0.1
β”‚ β”‚ β”‚   β”œβ”€β”€ isarray@0.0.1
β”‚ β”‚ β”‚   β”œβ”€β”€ process-nextick-args@1.0.6
β”‚ β”‚ β”‚   β”œβ”€β”€ string_decoder@0.10.31
β”‚ β”‚ β”‚   └── util-deprecate@1.0.2
β”‚ β”‚ └── timed-out@2.0.0
β”‚ β”œβ”€β”€ lodash@3.10.1
β”‚ β”œβ”€β”¬ lowdb@0.10.3
β”‚ β”‚ β”œβ”€β”€ graceful-fs@3.0.8
β”‚ β”‚ β”œβ”€β”¬ json-parse-helpfulerror@1.0.3
β”‚ β”‚ β”‚ └── jju@1.2.1
β”‚ β”‚ β”œβ”€β”€ q@1.4.1
β”‚ β”‚ └─┬ steno@0.4.3
β”‚ β”‚   └── graceful-fs@4.1.3
β”‚ β”œβ”€β”¬ method-override@2.3.5
β”‚ β”‚ β”œβ”€β”¬ debug@2.2.0
β”‚ β”‚ β”‚ └── ms@0.7.1
β”‚ β”‚ β”œβ”€β”€ methods@1.1.2
β”‚ β”‚ β”œβ”€β”€ parseurl@1.3.1
β”‚ β”‚ └── vary@1.0.1
β”‚ β”œβ”€β”¬ morgan@1.6.1
β”‚ β”‚ β”œβ”€β”€ basic-auth@1.0.3
β”‚ β”‚ β”œβ”€β”¬ 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.1
β”‚ β”œβ”€β”€ node-uuid@1.4.7
β”‚ β”œβ”€β”€ object-assign@4.0.1
β”‚ β”œβ”€β”€ pluralize@1.2.1
β”‚ β”œβ”€β”€ server-destroy@1.0.1
β”‚ β”œβ”€β”€ underscore-db@0.9.1
β”‚ β”œβ”€β”¬ update-notifier@0.5.0
β”‚ β”‚ β”œβ”€β”¬ chalk@1.1.1
β”‚ β”‚ β”‚ β”œβ”€β”€ ansi-styles@2.1.0
β”‚ β”‚ β”‚ β”œβ”€β”€ escape-string-regexp@1.0.4
β”‚ β”‚ β”‚ β”œβ”€β”¬ 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
β”‚ β”‚ β”œβ”€β”¬ configstore@1.4.0
β”‚ β”‚ β”‚ β”œβ”€β”€ graceful-fs@4.1.3
β”‚ β”‚ β”‚ β”œβ”€β”¬ mkdirp@0.5.1
β”‚ β”‚ β”‚ β”‚ └── minimist@0.0.8
β”‚ β”‚ β”‚ β”œβ”€β”€ os-tmpdir@1.0.1
β”‚ β”‚ β”‚ β”œβ”€β”¬ osenv@0.1.3
β”‚ β”‚ β”‚ β”‚ └── os-homedir@1.0.1
β”‚ β”‚ β”‚ β”œβ”€β”€ uuid@2.0.1
β”‚ β”‚ β”‚ β”œβ”€β”¬ write-file-atomic@1.1.4
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ imurmurhash@0.1.4
β”‚ β”‚ β”‚ β”‚ └── slide@1.1.6
β”‚ β”‚ β”‚ └─┬ xdg-basedir@2.0.0
β”‚ β”‚ β”‚   └── os-homedir@1.0.1
β”‚ β”‚ β”œβ”€β”€ is-npm@1.0.0
β”‚ β”‚ β”œβ”€β”¬ latest-version@1.0.1
β”‚ β”‚ β”‚ └─┬ package-json@1.2.0
β”‚ β”‚ β”‚   └─┬ registry-url@3.0.3
β”‚ β”‚ β”‚     └─┬ rc@1.1.6
β”‚ β”‚ β”‚       β”œβ”€β”€ deep-extend@0.4.1
β”‚ β”‚ β”‚       β”œβ”€β”€ ini@1.3.4
β”‚ β”‚ β”‚       β”œβ”€β”€ minimist@1.2.0
β”‚ β”‚ β”‚       └── strip-json-comments@1.0.4
β”‚ β”‚ β”œβ”€β”¬ repeating@1.1.3
β”‚ β”‚ β”‚ └─┬ is-finite@1.0.1
β”‚ β”‚ β”‚   └── number-is-nan@1.0.0
β”‚ β”‚ β”œβ”€β”¬ semver-diff@2.1.0
β”‚ β”‚ β”‚ └── semver@5.1.0
β”‚ β”‚ └─┬ string-length@1.0.1
β”‚ β”‚   └─┬ strip-ansi@3.0.0
β”‚ β”‚     └── ansi-regex@2.0.0
β”‚ └─┬ yargs@3.32.0
β”‚   β”œβ”€β”€ camelcase@2.1.0
β”‚   β”œβ”€β”¬ cliui@3.1.0
β”‚   β”‚ β”œβ”€β”¬ strip-ansi@3.0.0
β”‚   β”‚ β”‚ └── ansi-regex@2.0.0
β”‚   β”‚ └── wrap-ansi@1.0.0
β”‚   β”œβ”€β”¬ decamelize@1.1.2
β”‚   β”‚ └── escape-string-regexp@1.0.4
β”‚   β”œβ”€β”¬ os-locale@1.4.0
β”‚   β”‚ └─┬ lcid@1.0.0
β”‚   β”‚   └── invert-kv@1.0.0
β”‚   β”œβ”€β”¬ string-width@1.0.1
β”‚   β”‚ β”œβ”€β”¬ code-point-at@1.0.0
β”‚   β”‚ β”‚ └── number-is-nan@1.0.0
β”‚   β”‚ β”œβ”€β”¬ is-fullwidth-code-point@1.0.0
β”‚   β”‚ β”‚ └── number-is-nan@1.0.0
β”‚   β”‚ └─┬ strip-ansi@3.0.0
β”‚   β”‚   └── ansi-regex@2.0.0
β”‚   β”œβ”€β”€ window-size@0.1.4
β”‚   └── y18n@3.2.0
β”œβ”€β”¬ npm@3.8.8
β”‚ β”œβ”€β”€ abbrev@1.0.7
β”‚ β”œβ”€β”€ ansi-regex@2.0.0
β”‚ β”œβ”€β”€ ansicolors@0.3.2
β”‚ β”œβ”€β”€ ansistyles@0.1.3
β”‚ β”œβ”€β”€ aproba@1.0.1
β”‚ β”œβ”€β”€ archy@1.0.0
β”‚ β”œβ”€β”€ chownr@1.0.1
β”‚ β”œβ”€β”€ cmd-shim@2.0.2
β”‚ β”œβ”€β”¬ columnify@1.5.4
β”‚ β”‚ └─┬ wcwidth@1.0.0
β”‚ β”‚   └─┬ defaults@1.0.3
β”‚ β”‚     └── clone@1.0.2
β”‚ β”œβ”€β”¬ config-chain@1.1.10
β”‚ β”‚ └── proto-list@1.2.4
β”‚ β”œβ”€β”€ debuglog@1.0.1
β”‚ β”œβ”€β”¬ dezalgo@1.0.3
β”‚ β”‚ └── asap@2.0.3
β”‚ β”œβ”€β”€ editor@1.0.0
β”‚ β”œβ”€β”€ fs-vacuum@1.2.9
β”‚ β”œβ”€β”€ fs-write-stream-atomic@1.0.8
β”‚ β”œβ”€β”€ fstream@1.0.8
β”‚ β”œβ”€β”¬ fstream-npm@1.0.7
β”‚ β”‚ └─┬ fstream-ignore@1.0.3
β”‚ β”‚   └─┬ minimatch@3.0.0
β”‚ β”‚     └─┬ brace-expansion@1.1.2
β”‚ β”‚       β”œβ”€β”€ balanced-match@0.3.0
β”‚ β”‚       └── concat-map@0.0.1
β”‚ β”œβ”€β”¬ glob@7.0.3
β”‚ β”‚ β”œβ”€β”¬ minimatch@3.0.0
β”‚ β”‚ β”‚ └─┬ brace-expansion@1.1.3
β”‚ β”‚ β”‚   β”œβ”€β”€ balanced-match@0.3.0
β”‚ β”‚ β”‚   └── concat-map@0.0.1
β”‚ β”‚ └── path-is-absolute@1.0.0
β”‚ β”œβ”€β”€ graceful-fs@4.1.3
β”‚ β”œβ”€β”€ has-unicode@2.0.0
β”‚ β”œβ”€β”€ hosted-git-info@2.1.4
β”‚ β”œβ”€β”€ iferr@0.1.5
β”‚ β”œβ”€β”€ imurmurhash@0.1.4
β”‚ β”œβ”€β”€ inflight@1.0.4
β”‚ β”œβ”€β”€ inherits@2.0.1
β”‚ β”œβ”€β”€ ini@1.3.4
β”‚ β”œβ”€β”¬ init-package-json@1.9.3
β”‚ β”‚ β”œβ”€β”¬ glob@6.0.4
β”‚ β”‚ β”‚ β”œβ”€β”¬ minimatch@3.0.0
β”‚ β”‚ β”‚ β”‚ └─┬ brace-expansion@1.1.3
β”‚ β”‚ β”‚ β”‚   β”œβ”€β”€ balanced-match@0.3.0
β”‚ β”‚ β”‚ β”‚   └── concat-map@0.0.1
β”‚ β”‚ β”‚ └── path-is-absolute@1.0.0
β”‚ β”‚ └── promzard@0.3.0
β”‚ β”œβ”€β”€ lockfile@1.0.1
β”‚ β”œβ”€β”€ lodash._baseindexof@3.1.0
β”‚ β”œβ”€β”¬ lodash._baseuniq@4.5.1
β”‚ β”‚ β”œβ”€β”€ lodash._createset@4.0.1
β”‚ β”‚ └── lodash._setcache@4.1.1
β”‚ β”œβ”€β”€ lodash._bindcallback@3.0.1
β”‚ β”œβ”€β”€ lodash._cacheindexof@3.0.2
β”‚ β”œβ”€β”€ lodash._createcache@3.1.2
β”‚ β”œβ”€β”€ lodash._getnative@3.9.1
β”‚ β”œβ”€β”¬ lodash.clonedeep@4.3.2
β”‚ β”‚ └── lodash._baseclone@4.5.3
β”‚ β”œβ”€β”€ lodash.isarray@4.0.0
β”‚ β”œβ”€β”€ lodash.keys@4.0.6
β”‚ β”œβ”€β”€ lodash.restparam@3.6.1
β”‚ β”œβ”€β”¬ lodash.union@4.3.0
β”‚ β”‚ β”œβ”€β”€ lodash._baseflatten@4.2.0
β”‚ β”‚ └── lodash.rest@4.0.2
β”‚ β”œβ”€β”€ lodash.uniq@4.2.1
β”‚ β”œβ”€β”¬ lodash.without@4.1.2
β”‚ β”‚ β”œβ”€β”¬ lodash._basedifference@4.4.1
β”‚ β”‚ β”‚ └── lodash._setcache@4.1.1
β”‚ β”‚ └── lodash.rest@4.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
β”‚ β”‚ β”‚     β”œβ”€β”€ balanced-match@0.3.0
β”‚ β”‚ β”‚     └── concat-map@0.0.1
β”‚ β”‚ β”œβ”€β”¬ minimatch@1.0.0
β”‚ β”‚ β”‚ β”œβ”€β”€ lru-cache@2.7.3
β”‚ β”‚ β”‚ └── sigmund@1.0.1
β”‚ β”‚ └─┬ path-array@1.0.1
β”‚ β”‚   └─┬ array-index@1.0.0
β”‚ β”‚     β”œβ”€β”¬ debug@2.2.0
β”‚ β”‚     β”‚ └── ms@0.7.1
β”‚ β”‚     └─┬ es6-symbol@3.0.2
β”‚ β”‚       β”œβ”€β”€ d@0.1.1
β”‚ β”‚       └─┬ es5-ext@0.10.11
β”‚ β”‚         └── es6-iterator@2.0.0
β”‚ β”œβ”€β”€ nopt@3.0.6
β”‚ β”œβ”€β”€ normalize-git-url@3.0.2
β”‚ β”œβ”€β”¬ normalize-package-data@2.3.5
β”‚ β”‚ └─┬ is-builtin-module@1.0.0
β”‚ β”‚   └── builtin-modules@1.1.1
β”‚ β”œβ”€β”€ npm-cache-filename@1.0.2
β”‚ β”œβ”€β”€ npm-install-checks@3.0.0
β”‚ β”œβ”€β”€ npm-package-arg@4.1.1
β”‚ β”œβ”€β”¬ npm-registry-client@7.1.0
β”‚ β”‚ β”œβ”€β”¬ concat-stream@1.5.1
β”‚ β”‚ β”‚ β”œβ”€β”¬ readable-stream@2.0.6
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ core-util-is@1.0.2
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ isarray@1.0.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ process-nextick-args@1.0.6
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ string_decoder@0.10.31
β”‚ β”‚ β”‚ β”‚ └── util-deprecate@1.0.2
β”‚ β”‚ β”‚ └── typedarray@0.0.6
β”‚ β”‚ └── retry@0.8.0
β”‚ β”œβ”€β”€ npm-user-validate@0.1.2
β”‚ β”œβ”€β”¬ npmlog@2.0.3
β”‚ β”‚ β”œβ”€β”€ ansi@0.3.1
β”‚ β”‚ β”œβ”€β”¬ are-we-there-yet@1.1.2
β”‚ β”‚ β”‚ └── delegates@1.0.0
β”‚ β”‚ └─┬ gauge@1.2.7
β”‚ β”‚   β”œβ”€β”¬ lodash.pad@4.1.0
β”‚ β”‚   β”‚ β”œβ”€β”€ lodash.repeat@4.0.0
β”‚ β”‚   β”‚ └── lodash.tostring@4.1.2
β”‚ β”‚   β”œβ”€β”¬ lodash.padend@4.2.0
β”‚ β”‚   β”‚ β”œβ”€β”€ lodash.repeat@4.0.0
β”‚ β”‚   β”‚ └── lodash.tostring@4.1.2
β”‚ β”‚   └─┬ lodash.padstart@4.2.0
β”‚ β”‚     β”œβ”€β”€ lodash.repeat@4.0.0
β”‚ β”‚     └── lodash.tostring@4.1.2
β”‚ β”œβ”€β”€ once@1.3.3
β”‚ β”œβ”€β”€ opener@1.4.1
β”‚ β”œβ”€β”¬ osenv@0.1.3
β”‚ β”‚ β”œβ”€β”€ os-homedir@1.0.1
β”‚ β”‚ └── os-tmpdir@1.0.1
β”‚ β”œβ”€β”€ path-is-inside@1.0.1
β”‚ β”œβ”€β”¬ read@1.0.7
β”‚ β”‚ └── mute-stream@0.0.5
β”‚ β”œβ”€β”€ read-cmd-shim@1.0.1
β”‚ β”œβ”€β”¬ read-installed@4.0.3
β”‚ β”‚ └── util-extend@1.0.3
β”‚ β”œβ”€β”¬ read-package-json@2.0.3
β”‚ β”‚ β”œβ”€β”¬ glob@6.0.4
β”‚ β”‚ β”‚ β”œβ”€β”¬ minimatch@3.0.0
β”‚ β”‚ β”‚ β”‚ └─┬ brace-expansion@1.1.3
β”‚ β”‚ β”‚ β”‚   β”œβ”€β”€ balanced-match@0.3.0
β”‚ β”‚ β”‚ β”‚   └── concat-map@0.0.1
β”‚ β”‚ β”‚ └── path-is-absolute@1.0.0
β”‚ β”‚ └─┬ json-parse-helpfulerror@1.0.3
β”‚ β”‚   └── jju@1.2.1
β”‚ β”œβ”€β”€ read-package-tree@5.1.2
β”‚ β”œβ”€β”¬ readable-stream@2.1.0
β”‚ β”‚ β”œβ”€β”€ core-util-is@1.0.2
β”‚ β”‚ β”œβ”€β”¬ inline-process-browser@2.0.1
β”‚ β”‚ β”‚ β”œβ”€β”¬ falafel@1.2.0
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ acorn@1.2.2
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ foreach@2.0.5
β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ isarray@0.0.1
β”‚ β”‚ β”‚ β”‚ └── object-keys@1.0.9
β”‚ β”‚ β”‚ └─┬ through2@0.6.5
β”‚ β”‚ β”‚   β”œβ”€β”¬ readable-stream@1.0.34
β”‚ β”‚ β”‚   β”‚ └── isarray@0.0.1
β”‚ β”‚ β”‚   └── xtend@4.0.1
β”‚ β”‚ β”œβ”€β”€ isarray@1.0.0
β”‚ β”‚ β”œβ”€β”€ process-nextick-args@1.0.6
β”‚ β”‚ β”œβ”€β”€ string_decoder@0.10.31
β”‚ β”‚ β”œβ”€β”¬ unreachable-branch-transform@0.5.1
β”‚ β”‚ β”‚ β”œβ”€β”€ esmangle-evaluator@1.0.0
β”‚ β”‚ β”‚ └─┬ recast@0.11.5
β”‚ β”‚ β”‚   β”œβ”€β”€ ast-types@0.8.16
β”‚ β”‚ β”‚   β”œβ”€β”€ esprima@2.7.2
β”‚ β”‚ β”‚   β”œβ”€β”€ private@0.1.6
β”‚ β”‚ β”‚   └── source-map@0.5.3
β”‚ β”‚ └── util-deprecate@1.0.2
β”‚ β”œβ”€β”€ readdir-scoped-modules@1.0.2
β”‚ β”œβ”€β”€ realize-package-specifier@3.0.3
β”‚ β”œβ”€β”¬ request@2.72.0
β”‚ β”‚ β”œβ”€β”€ aws-sign2@0.6.0
β”‚ β”‚ β”œβ”€β”¬ aws4@1.3.2
β”‚ β”‚ β”‚ └─┬ lru-cache@4.0.1
β”‚ β”‚ β”‚   β”œβ”€β”€ pseudomap@1.0.2
β”‚ β”‚ β”‚   └── yallist@2.0.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.6
β”‚ β”‚ β”‚   β”œβ”€β”€ 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.7.4
β”‚ β”‚ β”‚   β”œβ”€β”€ asn1@0.2.3
β”‚ β”‚ β”‚   β”œβ”€β”¬ dashdash@1.13.0
β”‚ β”‚ β”‚   β”‚ └── assert-plus@1.0.0
β”‚ β”‚ β”‚   β”œβ”€β”€ ecc-jsbn@0.1.1
β”‚ β”‚ β”‚   β”œβ”€β”€ jodid25519@1.0.2
β”‚ β”‚ β”‚   β”œβ”€β”€ jsbn@0.1.0
β”‚ β”‚ β”‚   └── tweetnacl@0.14.3
β”‚ β”‚ β”œβ”€β”€ is-typedarray@1.0.0
β”‚ β”‚ β”œβ”€β”€ isstream@0.1.2
β”‚ β”‚ β”œβ”€β”€ json-stringify-safe@5.0.1
β”‚ β”‚ β”œβ”€β”¬ mime-types@2.1.10
β”‚ β”‚ β”‚ └── mime-db@1.22.0
β”‚ β”‚ β”œβ”€β”€ node-uuid@1.4.7
β”‚ β”‚ β”œβ”€β”€ oauth-sign@0.8.1
β”‚ β”‚ β”œβ”€β”€ qs@6.1.0
β”‚ β”‚ β”œβ”€β”€ stringstream@0.0.5
β”‚ β”‚ β”œβ”€β”€ tough-cookie@2.2.2
β”‚ β”‚ └── tunnel-agent@0.4.2
β”‚ β”œβ”€β”€ retry@0.9.0
β”‚ β”œβ”€β”€ rimraf@2.5.2
β”‚ β”œβ”€β”€ semver@5.1.0
β”‚ β”œβ”€β”€ sha@2.0.1
β”‚ β”œβ”€β”€ slide@1.1.6
β”‚ β”œβ”€β”€ sorted-object@2.0.0
β”‚ β”œβ”€β”€ strip-ansi@3.0.1
β”‚ β”œβ”€β”¬ tar@2.2.1
β”‚ β”‚ └── block-stream@0.0.8
β”‚ β”œβ”€β”€ text-table@0.2.0
β”‚ β”œβ”€β”€ uid-number@0.0.6
β”‚ β”œβ”€β”€ umask@1.1.0
β”‚ β”œβ”€β”¬ unique-filename@1.1.0
β”‚ β”‚ └── unique-slug@2.0.0
β”‚ β”œβ”€β”€ unpipe@1.0.0
β”‚ β”œβ”€β”¬ validate-npm-package-license@3.0.1
β”‚ β”‚ β”œβ”€β”¬ spdx-correct@1.0.2
β”‚ β”‚ β”‚ └── spdx-license-ids@1.2.0
β”‚ β”‚ └─┬ spdx-expression-parse@1.0.2
β”‚ β”‚   β”œβ”€β”€ spdx-exceptions@1.0.4
β”‚ β”‚   └── spdx-license-ids@1.2.0
β”‚ β”œβ”€β”¬ validate-npm-package-name@2.2.2
β”‚ β”‚ └── builtins@0.0.7
β”‚ β”œβ”€β”¬ which@1.2.4
β”‚ β”‚ β”œβ”€β”¬ is-absolute@0.1.7
β”‚ β”‚ β”‚ └── is-relative@0.1.3
β”‚ β”‚ └── isexe@1.1.1
β”‚ β”œβ”€β”€ wrappy@1.0.1
β”‚ └── write-file-atomic@1.1.4
β”œβ”€β”¬ pm2@1.0.1
β”‚ β”œβ”€β”€ async@1.5.2
β”‚ β”œβ”€β”¬ chalk@1.1.1
β”‚ β”‚ β”œβ”€β”€ ansi-styles@2.1.0
β”‚ β”‚ β”œβ”€β”€ escape-string-regexp@1.0.4
β”‚ β”‚ β”œβ”€β”¬ 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
β”‚ β”œβ”€β”¬ chokidar@1.4.2
β”‚ β”‚ β”œβ”€β”¬ anymatch@1.3.0
β”‚ β”‚ β”‚ β”œβ”€β”€ arrify@1.0.1
β”‚ β”‚ β”‚ └─┬ micromatch@2.3.7
β”‚ β”‚ β”‚   β”œβ”€β”¬ arr-diff@2.0.0
β”‚ β”‚ β”‚   β”‚ └── arr-flatten@1.0.1
β”‚ β”‚ β”‚   β”œβ”€β”€ array-unique@0.2.1
β”‚ β”‚ β”‚   β”œβ”€β”¬ braces@1.8.3
β”‚ β”‚ β”‚   β”‚ β”œβ”€β”¬ expand-range@1.8.1
β”‚ β”‚ β”‚   β”‚ β”‚ └─┬ fill-range@2.2.3
β”‚ β”‚ β”‚   β”‚ β”‚   β”œβ”€β”€ is-number@2.1.0
β”‚ β”‚ β”‚   β”‚ β”‚   β”œβ”€β”¬ isobject@2.0.0
β”‚ β”‚ β”‚   β”‚ β”‚   β”‚ └── isarray@0.0.1
β”‚ β”‚ β”‚   β”‚ β”‚   β”œβ”€β”€ randomatic@1.1.5
β”‚ β”‚ β”‚   β”‚ β”‚   └── repeat-string@1.5.2
β”‚ β”‚ β”‚   β”‚ β”œβ”€β”€ preserve@0.2.0
β”‚ β”‚ β”‚   β”‚ └── repeat-element@1.1.2
β”‚ β”‚ β”‚   β”œβ”€β”€ expand-brackets@0.1.4
β”‚ β”‚ β”‚   β”œβ”€β”€ extglob@0.3.2
β”‚ β”‚ β”‚   β”œβ”€β”€ filename-regex@2.0.0
β”‚ β”‚ β”‚   β”œβ”€β”€ is-extglob@1.0.0
β”‚ β”‚ β”‚   β”œβ”€β”¬ kind-of@3.0.2
β”‚ β”‚ β”‚   β”‚ └── is-buffer@1.1.2
β”‚ β”‚ β”‚   β”œβ”€β”€ normalize-path@2.0.1
β”‚ β”‚ β”‚   β”œβ”€β”¬ object.omit@2.0.0
β”‚ β”‚ β”‚   β”‚ β”œβ”€β”¬ for-own@0.1.3
β”‚ β”‚ β”‚   β”‚ β”‚ └── for-in@0.1.4
β”‚ β”‚ β”‚   β”‚ └── is-extendable@0.1.1
β”‚ β”‚ β”‚   β”œβ”€β”¬ parse-glob@3.0.4
β”‚ β”‚ β”‚   β”‚ β”œβ”€β”€ glob-base@0.3.0
β”‚ β”‚ β”‚   β”‚ └── is-dotfile@1.0.2
β”‚ β”‚ β”‚   └─┬ regex-cache@0.4.2
β”‚ β”‚ β”‚     β”œβ”€β”€ is-equal-shallow@0.1.3
β”‚ β”‚ β”‚     └── is-primitive@2.0.0
β”‚ β”‚ β”œβ”€β”€ async-each@0.1.6
β”‚ β”‚ β”œβ”€β”€ UNMET OPTIONAL DEPENDENCY fsevents@^1.0.0
β”‚ β”‚ β”œβ”€β”€ glob-parent@2.0.0
β”‚ β”‚ β”œβ”€β”€ inherits@2.0.1
β”‚ β”‚ β”œβ”€β”¬ is-binary-path@1.0.1
β”‚ β”‚ β”‚ └── binary-extensions@1.4.0
β”‚ β”‚ β”œβ”€β”¬ is-glob@2.0.1
β”‚ β”‚ β”‚ └── is-extglob@1.0.0
β”‚ β”‚ β”œβ”€β”€ path-is-absolute@1.0.0
β”‚ β”‚ └─┬ readdirp@2.0.0
β”‚ β”‚   β”œβ”€β”€ graceful-fs@4.1.3
β”‚ β”‚   β”œβ”€β”¬ minimatch@2.0.10
β”‚ β”‚   β”‚ └─┬ brace-expansion@1.1.3
β”‚ β”‚   β”‚   β”œβ”€β”€ balanced-match@0.3.0
β”‚ β”‚   β”‚   └── concat-map@0.0.1
β”‚ β”‚   └─┬ readable-stream@2.0.5
β”‚ β”‚     β”œβ”€β”€ core-util-is@1.0.2
β”‚ β”‚     β”œβ”€β”€ isarray@0.0.1
β”‚ β”‚     β”œβ”€β”€ process-nextick-args@1.0.6
β”‚ β”‚     β”œβ”€β”€ string_decoder@0.10.31
β”‚ β”‚     └── util-deprecate@1.0.2
β”‚ β”œβ”€β”¬ cli-table@0.3.1
β”‚ β”‚ └── colors@1.0.3
β”‚ β”œβ”€β”€ coffee-script@1.10.0
β”‚ β”œβ”€β”¬ commander@2.9.0
β”‚ β”‚ └── graceful-readlink@1.0.1
β”‚ β”œβ”€β”¬ cron@1.1.0
β”‚ β”‚ └── moment-timezone@0.3.1
β”‚ β”œβ”€β”¬ debug@2.2.0
β”‚ β”‚ └── ms@0.7.1
β”‚ β”œβ”€β”€ eventemitter2@0.4.14
β”‚ β”œβ”€β”€ UNMET OPTIONAL DEPENDENCY ikt@git+http://ikt.pm2.io/ikt.git#master
β”‚ β”œβ”€β”¬ mkdirp@0.5.1
β”‚ β”‚ └── minimist@0.0.8
β”‚ β”œβ”€β”€ moment@2.11.2
β”‚ β”œβ”€β”¬ nssocket@0.6.0
β”‚ β”‚ └── lazy@1.0.11
β”‚ β”œβ”€β”€ pidusage@1.0.1
β”‚ β”œβ”€β”¬ pm2-axon@2.0.9
β”‚ β”‚ β”œβ”€β”€ amp@0.3.1
β”‚ β”‚ β”œβ”€β”€ amp-message@0.1.2
β”‚ β”‚ β”œβ”€β”€ configurable@0.0.1
β”‚ β”‚ └── escape-regexp@0.0.1
β”‚ β”œβ”€β”¬ pm2-axon-rpc@0.3.6
β”‚ β”‚ β”œβ”€β”¬ commander@1.0.5
β”‚ β”‚ β”‚ └── keypress@0.1.0
β”‚ β”‚ └── json-stringify-safe@5.0.1
β”‚ β”œβ”€β”¬ pm2-deploy@0.2.1
β”‚ β”‚ β”œβ”€β”€ async@1.4.2
β”‚ β”‚ └── tv4@1.0.18
β”‚ β”œβ”€β”¬ pm2-multimeter@0.1.2
β”‚ β”‚ └── charm@0.1.2
β”‚ β”œβ”€β”¬ pmx@0.5.9
β”‚ β”‚ └── json-stringify-safe@5.0.1
β”‚ β”œβ”€β”€ semver@5.1.0
β”‚ β”œβ”€β”€ shelljs@0.6.0
β”‚ └─┬ vizion@0.2.12
β”‚   └── async@0.9.0
└─┬ yo@1.7.0
  β”œβ”€β”€ async@1.5.2
  β”œβ”€β”¬ chalk@1.1.3
  β”‚ β”œβ”€β”€ ansi-styles@2.2.1
  β”‚ β”œβ”€β”€ escape-string-regexp@1.0.5
  β”‚ β”œβ”€β”€ has-ansi@2.0.0
  β”‚ β”œβ”€β”€ strip-ansi@3.0.1
  β”‚ └── supports-color@2.0.0
  β”œβ”€β”€ cli-list@0.1.8
  β”œβ”€β”¬ configstore@1.4.0
  β”‚ β”œβ”€β”€ graceful-fs@4.1.3
  β”‚ β”œβ”€β”¬ mkdirp@0.5.1
  β”‚ β”‚ └── minimist@0.0.8
  β”‚ β”œβ”€β”€ object-assign@4.1.0
  β”‚ β”œβ”€β”€ os-tmpdir@1.0.1
  β”‚ β”œβ”€β”€ osenv@0.1.3
  β”‚ β”œβ”€β”€ uuid@2.0.2
  β”‚ β”œβ”€β”¬ write-file-atomic@1.1.4
  β”‚ β”‚ β”œβ”€β”€ imurmurhash@0.1.4
  β”‚ β”‚ └── slide@1.1.6
  β”‚ └── xdg-basedir@2.0.0
  β”œβ”€β”¬ cross-spawn-async@2.2.2
  β”‚ β”œβ”€β”¬ lru-cache@4.0.1
  β”‚ β”‚ β”œβ”€β”€ pseudomap@1.0.2
  β”‚ β”‚ └── yallist@2.0.0
  β”‚ └─┬ which@1.2.4
  β”‚   β”œβ”€β”¬ is-absolute@0.1.7
  β”‚   β”‚ └── is-relative@0.1.3
  β”‚   └── isexe@1.1.2
  β”œβ”€β”€ figures@1.5.0
  β”œβ”€β”¬ fullname@2.1.0
  β”‚ β”œβ”€β”¬ npmconf@2.1.2
  β”‚ β”‚ β”œβ”€β”¬ config-chain@1.1.10
  β”‚ β”‚ β”‚ └── proto-list@1.2.4
  β”‚ β”‚ β”œβ”€β”€ inherits@2.0.1
  β”‚ β”‚ β”œβ”€β”€ ini@1.3.4
  β”‚ β”‚ β”œβ”€β”¬ nopt@3.0.6
  β”‚ β”‚ β”‚ └── abbrev@1.0.7
  β”‚ β”‚ β”œβ”€β”¬ once@1.3.3
  β”‚ β”‚ β”‚ └── wrappy@1.0.1
  β”‚ β”‚ β”œβ”€β”€ semver@4.3.6
  β”‚ β”‚ └── uid-number@0.0.5
  β”‚ β”œβ”€β”€ pify@2.3.0
  β”‚ └─┬ pinkie-promise@2.0.1
  β”‚   └── pinkie@2.0.4
  β”œβ”€β”¬ got@5.6.0
  β”‚ β”œβ”€β”¬ create-error-class@3.0.2
  β”‚ β”‚ └── capture-stack-trace@1.0.0
  β”‚ β”œβ”€β”€ duplexer2@0.1.4
  β”‚ β”œβ”€β”€ is-plain-obj@1.1.0
  β”‚ β”œβ”€β”€ is-redirect@1.0.0
  β”‚ β”œβ”€β”€ is-retry-allowed@1.0.0
  β”‚ β”œβ”€β”€ is-stream@1.1.0
  β”‚ β”œβ”€β”€ lowercase-keys@1.0.0
  β”‚ β”œβ”€β”€ node-status-codes@1.0.0
  β”‚ β”œβ”€β”¬ parse-json@2.2.0
  β”‚ β”‚ └─┬ error-ex@1.3.0
  β”‚ β”‚   └── is-arrayish@0.2.1
  β”‚ β”œβ”€β”€ read-all-stream@3.1.0
  β”‚ β”œβ”€β”¬ readable-stream@2.1.2
  β”‚ β”‚ β”œβ”€β”€ core-util-is@1.0.2
  β”‚ β”‚ β”œβ”€β”€ isarray@1.0.0
  β”‚ β”‚ β”œβ”€β”€ process-nextick-args@1.0.6
  β”‚ β”‚ β”œβ”€β”€ string_decoder@0.10.31
  β”‚ β”‚ └── util-deprecate@1.0.2
  β”‚ β”œβ”€β”€ timed-out@2.0.0
  β”‚ β”œβ”€β”€ unzip-response@1.0.0
  β”‚ └─┬ url-parse-lax@1.0.0
  β”‚   └── prepend-http@1.0.3
  β”œβ”€β”¬ humanize-string@1.0.1
  β”‚ └── decamelize@1.2.0
  β”œβ”€β”¬ inquirer@0.11.4
  β”‚ β”œβ”€β”€ 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
  β”‚ β”œβ”€β”€ cli-width@1.1.1
  β”‚ β”œβ”€β”¬ readline2@1.0.1
  β”‚ β”‚ β”œβ”€β”€ code-point-at@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
  β”œβ”€β”¬ insight@0.7.0
  β”‚ β”œβ”€β”€ inquirer@0.10.1
  β”‚ β”œβ”€β”¬ lodash.debounce@3.1.1
  β”‚ β”‚ └── lodash._getnative@3.9.1
  β”‚ β”œβ”€β”¬ os-name@1.0.3
  β”‚ β”‚ β”œβ”€β”¬ osx-release@1.1.0
  β”‚ β”‚ β”‚ └── minimist@1.2.0
  β”‚ β”‚ └─┬ win-release@1.1.1
  β”‚ β”‚   └── semver@5.1.0
  β”‚ β”œβ”€β”¬ request@2.72.0
  β”‚ β”‚ β”œβ”€β”€ aws-sign2@0.6.0
  β”‚ β”‚ β”œβ”€β”€ aws4@1.3.2
  β”‚ β”‚ β”œβ”€β”¬ bl@1.1.2
  β”‚ β”‚ β”‚ └── readable-stream@2.0.6
  β”‚ β”‚ β”œβ”€β”€ 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
  β”‚ β”‚ β”œβ”€β”¬ har-validator@2.0.6
  β”‚ β”‚ β”‚ β”œβ”€β”¬ 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
  β”‚ β”‚ β”œβ”€β”¬ 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
  β”‚ β”‚ β”‚   β”œβ”€β”¬ dashdash@1.13.1
  β”‚ β”‚ β”‚   β”‚ └── 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
  β”‚ β”‚ β”œβ”€β”¬ mime-types@2.1.11
  β”‚ β”‚ β”‚ └── mime-db@1.23.0
  β”‚ β”‚ β”œβ”€β”€ node-uuid@1.4.7
  β”‚ β”‚ β”œβ”€β”€ oauth-sign@0.8.1
  β”‚ β”‚ β”œβ”€β”€ qs@6.1.0
  β”‚ β”‚ β”œβ”€β”€ stringstream@0.0.5
  β”‚ β”‚ └── tunnel-agent@0.4.2
  β”‚ └── tough-cookie@2.2.2
  β”œβ”€β”€ lodash@3.10.1
  β”œβ”€β”¬ meow@3.7.0
  β”‚ β”œβ”€β”¬ camelcase-keys@2.1.0
  β”‚ β”‚ └── camelcase@2.1.1
  β”‚ β”œβ”€β”¬ loud-rejection@1.3.0
  β”‚ β”‚ β”œβ”€β”€ array-find-index@1.0.1
  β”‚ β”‚ └── signal-exit@2.1.2
  β”‚ β”œβ”€β”€ map-obj@1.0.1
  β”‚ β”œβ”€β”€ minimist@1.2.0
  β”‚ β”œβ”€β”¬ normalize-package-data@2.3.5
  β”‚ β”‚ β”œβ”€β”€ hosted-git-info@2.1.4
  β”‚ β”‚ β”œβ”€β”¬ is-builtin-module@1.0.0
  β”‚ β”‚ β”‚ └── builtin-modules@1.1.1
  β”‚ β”‚ └─┬ validate-npm-package-license@3.0.1
  β”‚ β”‚   β”œβ”€β”¬ spdx-correct@1.0.2
  β”‚ β”‚   β”‚ └── spdx-license-ids@1.2.1
  β”‚ β”‚   └─┬ spdx-expression-parse@1.0.2
  β”‚ β”‚     └── spdx-exceptions@1.0.4
  β”‚ β”œβ”€β”¬ redent@1.0.0
  β”‚ β”‚ β”œβ”€β”€ indent-string@2.1.0
  β”‚ β”‚ └── strip-indent@1.0.1
  β”‚ └── trim-newlines@1.0.0
  β”œβ”€β”¬ npm-keyword@4.2.0
  β”‚ └── registry-url@3.1.0
  β”œβ”€β”€ opn@3.0.3
  β”œβ”€β”¬ package-json@2.3.2
  β”‚ β”œβ”€β”¬ rc@1.1.6
  β”‚ β”‚ β”œβ”€β”€ deep-extend@0.4.1
  β”‚ β”‚ β”œβ”€β”€ minimist@1.2.0
  β”‚ β”‚ └── strip-json-comments@1.0.4
  β”‚ └── semver@5.1.0
  β”œβ”€β”¬ read-pkg-up@1.0.1
  β”‚ β”œβ”€β”¬ find-up@1.1.2
  β”‚ β”‚ └── path-exists@2.1.0
  β”‚ └─┬ read-pkg@1.1.0
  β”‚   β”œβ”€β”¬ load-json-file@1.1.0
  β”‚   β”‚ └─┬ strip-bom@2.0.0
  β”‚   β”‚   └── is-utf8@0.2.1
  β”‚   └── path-type@1.1.0
  β”œβ”€β”¬ repeating@2.0.1
  β”‚ └─┬ is-finite@1.0.1
  β”‚   └── number-is-nan@1.0.0
  β”œβ”€β”¬ root-check@1.0.0
  β”‚ β”œβ”€β”¬ downgrade-root@1.1.0
  β”‚ β”‚ β”œβ”€β”€ default-uid@1.0.0
  β”‚ β”‚ └── is-root@1.0.0
  β”‚ └─┬ sudo-block@1.2.0
  β”‚   └── is-docker@1.0.0
  β”œβ”€β”¬ sort-on@1.3.0
  β”‚ β”œβ”€β”€ arrify@1.0.1
  β”‚ └─┬ dot-prop@2.4.0
  β”‚   └── is-obj@1.0.1
  β”œβ”€β”€ string-length@1.0.1
  β”œβ”€β”€ titleize@1.0.0
  β”œβ”€β”¬ update-notifier@0.6.3
  β”‚ β”œβ”€β”¬ boxen@0.3.1
  β”‚ β”‚ β”œβ”€β”€ filled-array@1.1.0
  β”‚ β”‚ └── widest-line@1.0.0
  β”‚ β”œβ”€β”€ configstore@2.0.0
  β”‚ β”œβ”€β”€ is-npm@1.0.0
  β”‚ β”œβ”€β”€ latest-version@2.0.0
  β”‚ └─┬ semver-diff@2.1.0
  β”‚   └── semver@5.1.0
  β”œβ”€β”¬ user-home@2.0.0
  β”‚ └── os-homedir@1.0.1
  β”œβ”€β”¬ yeoman-character@1.1.0
  β”‚ └─┬ supports-color@3.1.2
  β”‚   └── has-flag@1.0.0
  β”œβ”€β”¬ yeoman-doctor@2.1.0
  β”‚ β”œβ”€β”¬ bin-version-check@2.1.0
  β”‚ β”‚ β”œβ”€β”¬ bin-version@1.0.4
  β”‚ β”‚ β”‚ └─┬ find-versions@1.2.1
  β”‚ β”‚ β”‚   └── semver-regex@1.0.0
  β”‚ β”‚ β”œβ”€β”€ minimist@1.2.0
  β”‚ β”‚ └─┬ semver-truncate@1.1.0
  β”‚ β”‚   └── semver@5.1.0
  β”‚ β”œβ”€β”¬ each-async@1.1.1
  β”‚ β”‚ β”œβ”€β”€ onetime@1.1.0
  β”‚ β”‚ └── set-immediate-shim@1.0.1
  β”‚ β”œβ”€β”€ log-symbols@1.0.2
  β”‚ β”œβ”€β”€ object-values@1.0.0
  β”‚ β”œβ”€β”€ semver@5.1.0
  β”‚ └─┬ twig@0.8.9
  β”‚   β”œβ”€β”¬ minimatch@3.0.0
  β”‚   β”‚ └─┬ brace-expansion@1.1.4
  β”‚   β”‚   β”œβ”€β”€ balanced-match@0.4.1
  β”‚   β”‚   └── concat-map@0.0.1
  β”‚   └─┬ walk@2.3.9
  β”‚     └── foreachasync@3.0.0
  β”œβ”€β”¬ yeoman-environment@1.6.1
  β”‚ β”œβ”€β”¬ debug@2.2.0
  β”‚ β”‚ └── ms@0.7.1
  β”‚ β”œβ”€β”€ diff@2.2.2
  β”‚ β”œβ”€β”¬ globby@4.0.0
  β”‚ β”‚ β”œβ”€β”¬ array-union@1.0.1
  β”‚ β”‚ β”‚ └── array-uniq@1.0.2
  β”‚ β”‚ └─┬ glob@6.0.4
  β”‚ β”‚   β”œβ”€β”€ inflight@1.0.4
  β”‚ β”‚   └── path-is-absolute@1.0.0
  β”‚ β”œβ”€β”€ grouped-queue@0.3.2
  β”‚ β”œβ”€β”¬ inquirer@1.0.2
  β”‚ β”‚ β”œβ”€β”€ cli-width@2.1.0
  β”‚ β”‚ β”œβ”€β”€ mute-stream@0.0.6
  β”‚ β”‚ β”œβ”€β”¬ run-async@2.2.0
  β”‚ β”‚ β”‚ └── is-promise@2.1.0
  β”‚ β”‚ └── rx@4.1.0
  β”‚ β”œβ”€β”€ lodash@4.11.2
  β”‚ β”œβ”€β”¬ mem-fs@1.1.2
  β”‚ β”‚ β”œβ”€β”¬ through2@2.0.1
  β”‚ β”‚ β”‚ β”œβ”€β”€ readable-stream@2.0.6
  β”‚ β”‚ β”‚ └── xtend@4.0.1
  β”‚ β”‚ β”œβ”€β”¬ vinyl@1.1.1
  β”‚ β”‚ β”‚ β”œβ”€β”€ clone@1.0.2
  β”‚ β”‚ β”‚ β”œβ”€β”€ clone-stats@0.0.1
  β”‚ β”‚ β”‚ └── replace-ext@0.0.1
  β”‚ β”‚ └─┬ vinyl-file@1.3.0
  β”‚ β”‚   └─┬ strip-bom-stream@1.0.0
  β”‚ β”‚     └── first-chunk-stream@1.0.0
  β”‚ β”œβ”€β”€ text-table@0.2.0
  β”‚ └── untildify@2.1.0
  └─┬ yosay@1.1.1
    β”œβ”€β”€ pad-component@0.0.1
    β”œβ”€β”¬ taketalk@1.0.0
    β”‚ β”œβ”€β”€ get-stdin@4.0.1
    β”‚ └── minimist@1.2.0
    └── wrap-ansi@2.0.0

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:8
  • Comments:34

github_iconTop GitHub Comments

9reactions
kagemikucommented, May 6, 2016

The following command worked on my mac.

yo hubot --owner="OWNER <owner@example.com>" --name="TestBot" --description="Test Bot" --adapter=slack
  • Mac OSX ElCapitan 10.11.4
  • node v6.0.0
  • npm 3.8.6
  • yo 1.7.1
  • hubot 2.18.0
6reactions
olexiycommented, May 5, 2016

yo hubot --defaults works.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Centos 6.7 installing error - DigitalOcean
I can't chose Centos 6.5 anymore and I am getting an error while trying to install Zpanel on my VPS server. I chose...
Read more >
Install Hubot on Centos 6.4 64bit - davebaker.me
Hubot from Github is a great tool for both fun and automation. ... moved it to a Digital Ocean droplet along side our...
Read more >
Installing Hubot on CentOS - Number ONE
Installing Hubot on CentOS Β· Provision a Centos 7 server Β· Install Hubot Β· Set up Hubot to use the telegram adapter.
Read more >
First look at Digital Ocean - Serverascode
The tugboat README says use β€œtugboat authorized” to setup the API information to allow tugboat to access the DO API using my credentials....
Read more >
Errata - Ansible for DevOps
Install molecule[docker] in test dependency installation for GitHub ... #229: Update DigitalOcean dynamic inventory example in chapter 8 to use newerΒ ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found