pi@raspberrypi:~ $ npm list /home/pi └─┬ iobroker.mqtt@1.3.2 ├─┬ async@2.1.5 │ └── lodash@4.17.4 ├─┬ mqtt@2.5.0 │ ├─┬ commist@1.0.0 │ │ └── leven@1.0.2 │ ├─┬ concat-stream@1.6.0 │ │ └── typedarray@0.0.6 │ ├─┬ end-of-stream@1.4.0 │ │ └─┬ once@1.4.0 │ │ └── wrappy@1.0.2 │ ├─┬ help-me@1.0.1 │ │ ├── callback-stream@1.1.0 │ │ ├─┬ glob-stream@5.3.5 │ │ │ ├── extend@3.0.0 │ │ │ ├─┬ glob@5.0.15 │ │ │ │ ├─┬ inflight@1.0.6 │ │ │ │ │ └── wrappy@1.0.2 │ │ │ │ ├─┬ minimatch@3.0.3 │ │ │ │ │ └─┬ brace-expansion@1.1.6 │ │ │ │ │ ├── balanced-match@0.4.2 │ │ │ │ │ └── concat-map@0.0.1 │ │ │ │ ├─┬ once@1.4.0 │ │ │ │ │ └── wrappy@1.0.2 │ │ │ │ └── path-is-absolute@1.0.1 │ │ │ ├─┬ glob-parent@3.1.0 │ │ │ │ ├─┬ is-glob@3.1.0 │ │ │ │ │ └── is-extglob@2.1.1 │ │ │ │ └── path-dirname@1.0.2 │ │ │ ├─┬ micromatch@2.3.11 │ │ │ │ ├─┬ arr-diff@2.0.0 │ │ │ │ │ └── arr-flatten@1.0.1 │ │ │ │ ├── array-unique@0.2.1 │ │ │ │ ├─┬ braces@1.8.5 │ │ │ │ │ ├─┬ expand-range@1.8.2 │ │ │ │ │ │ └─┬ fill-range@2.2.3 │ │ │ │ │ │ ├── is-number@2.1.0 │ │ │ │ │ │ ├─┬ isobject@2.1.0 │ │ │ │ │ │ │ └── isarray@1.0.0 │ │ │ │ │ │ ├── randomatic@1.1.6 │ │ │ │ │ │ └── repeat-string@1.6.1 │ │ │ │ │ ├── preserve@0.2.0 │ │ │ │ │ └── repeat-element@1.1.2 │ │ │ │ ├─┬ expand-brackets@0.1.5 │ │ │ │ │ └── is-posix-bracket@0.1.1 │ │ │ │ ├── extglob@0.3.2 │ │ │ │ ├── filename-regex@2.0.0 │ │ │ │ ├── is-extglob@1.0.0 │ │ │ │ ├── is-glob@2.0.1 │ │ │ │ ├─┬ kind-of@3.1.0 │ │ │ │ │ └── is-buffer@1.1.5 │ │ │ │ ├── normalize-path@2.0.1 │ │ │ │ ├─┬ object.omit@2.0.1 │ │ │ │ │ ├─┬ for-own@0.1.5 │ │ │ │ │ │ └── for-in@1.0.2 │ │ │ │ │ └── is-extendable@0.1.1 │ │ │ │ ├─┬ parse-glob@3.0.4 │ │ │ │ │ ├─┬ glob-base@0.3.0 │ │ │ │ │ │ └── glob-parent@2.0.0 │ │ │ │ │ └── is-dotfile@1.0.2 │ │ │ │ └─┬ regex-cache@0.4.3 │ │ │ │ ├── is-equal-shallow@0.1.3 │ │ │ │ └── is-primitive@2.0.0 │ │ │ ├─┬ ordered-read-streams@0.3.0 │ │ │ │ └── is-stream@1.1.0 │ │ │ ├─┬ through2@0.6.5 │ │ │ │ └─┬ readable-stream@1.0.34 │ │ │ │ ├── core-util-is@1.0.2 │ │ │ │ ├── isarray@0.0.1 │ │ │ │ └── string_decoder@0.10.31 │ │ │ ├─┬ to-absolute-glob@0.1.1 │ │ │ │ └─┬ extend-shallow@2.0.1 │ │ │ │ └── is-extendable@0.1.1 │ │ │ └─┬ unique-stream@2.2.1 │ │ │ ├─┬ json-stable-stringify@1.0.1 │ │ │ │ └── jsonify@0.0.0 │ │ │ └─┬ through2-filter@2.0.0 │ │ │ └── through2@2.0.3 │ │ └── through2@2.0.3 │ ├── inherits@2.0.3 │ ├── minimist@1.2.0 │ ├─┬ mqtt-packet@5.2.2 │ │ ├── bl@1.2.0 │ │ └── process-nextick-args@1.0.7 │ ├─┬ pump@1.0.2 │ │ └─┬ once@1.4.0 │ │ └── wrappy@1.0.2 │ ├─┬ readable-stream@2.2.6 │ │ ├── buffer-shims@1.0.0 │ │ ├── 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 │ ├── reinterval@1.1.0 │ ├─┬ split2@2.1.1 │ │ └── through2@2.0.3 │ └── xtend@4.0.1 ├─┬ mqtt-connection@3.0.0 │ ├─┬ duplexify@3.5.0 │ │ ├─┬ end-of-stream@1.0.0 │ │ │ └─┬ once@1.3.3 │ │ │ └── wrappy@1.0.2 │ │ ├─┬ readable-stream@2.2.6 │ │ │ ├── buffer-shims@1.0.0 │ │ │ ├── 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 │ │ └── stream-shift@1.0.0 │ ├── inherits@2.0.3 │ ├─┬ mqtt-packet@5.2.2 │ │ ├─┬ bl@1.2.0 │ │ │ └─┬ readable-stream@2.2.6 │ │ │ ├── buffer-shims@1.0.0 │ │ │ ├── core-util-is@1.0.2 │ │ │ ├── isarray@1.0.0 │ │ │ ├── string_decoder@0.10.31 │ │ │ └── util-deprecate@1.0.2 │ │ └── process-nextick-args@1.0.7 │ └─┬ through2@2.0.3 │ ├─┬ readable-stream@2.2.6 │ │ ├── buffer-shims@1.0.0 │ │ ├── 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 │ └── xtend@4.0.1 ├─┬ websocket-stream@3.3.3 │ ├─┬ duplexify@3.5.0 │ │ ├─┬ end-of-stream@1.0.0 │ │ │ └─┬ once@1.3.3 │ │ │ └── wrappy@1.0.2 │ │ ├─┬ readable-stream@2.2.6 │ │ │ ├── buffer-shims@1.0.0 │ │ │ ├── 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 │ │ └── stream-shift@1.0.0 │ ├── inherits@2.0.3 │ ├─┬ through2@2.0.3 │ │ └─┬ readable-stream@2.2.6 │ │ ├── buffer-shims@1.0.0 │ │ ├── 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 │ ├─┬ ws@1.1.4 │ │ ├── options@0.0.6 │ │ └── ultron@1.0.2 │ └── xtend@4.0.1 └─┬ ws@2.2.2 └── ultron@1.1.0