-
Notifications
You must be signed in to change notification settings - Fork 34
Closed
Labels
Description
I cloned your repo, ran npm install: didn't witness any problems here apart from some deprecation notices.
[graham@tyr v-types]$ npm install
npm WARN deprecated babel-preset-es2015@6.24.1: 🙌 Thanks for using Babel: we recommend using babel-preset-env now: please read babeljs.io/env to update!
npm WARN deprecated nodemailer@2.7.2: All versions below 4.0.1 of Nodemailer are deprecated. See https://nodemailer.com/status/
npm WARN deprecated node-uuid@1.4.8: Use uuid module instead
> uws@0.14.5 install /home/graham/source/v-types/node_modules/uws
> node-gyp rebuild > build_log.txt 2>&1 || exit 0
> phantomjs-prebuilt@2.1.16 install /home/graham/source/v-types/node_modules/phantomjs-prebuilt
> node install.js
PhantomJS not found on PATH
Download already available at /tmp/phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2
Verified checksum of previously downloaded file
Extracting tar contents (via spawned process)
Removing /home/graham/source/v-types/node_modules/phantomjs-prebuilt/lib/phantom
Copying extracted folder /tmp/phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2-extract-1515874053936/phantomjs-2.1.1-linux-x86_64 -> /home/graham/source/v-types/node_modules/phantomjs-prebuilt/lib/phantom
Writing location.js file
Done. Phantomjs binary available at /home/graham/source/v-types/node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs
> wd@1.5.0 install /home/graham/source/v-types/node_modules/wd
> node scripts/build-browser-scripts
> sauce-connect-launcher@1.2.3 postinstall /home/graham/source/v-types/node_modules/sauce-connect-launcher
> node scripts/install.js || nodejs scripts/install.js
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN eslint-config-vue@2.0.2 requires a peer of eslint@^2.0.0 || ^3.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.1.3 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
added 928 packages in 142.822s
Then I tried npm run test an get the following:
[graham@tyr v-types]$ npm run test
> vue-types@1.1.1 test /home/graham/source/v-types
> cross-env BABEL_ENV=rollup karma start karma.conf.js --single-run --browsers PhantomJS
START:
preferring built-in module 'util' over local alternative at '/home/graham/source/v-types/node_modules/util/util.js', pass 'preferBuiltins: false' to disable this behavior or 'preferBuiltins: true' to disable this warning
preferring built-in module 'util' over local alternative at '/home/graham/source/v-types/node_modules/util/util.js', pass 'preferBuiltins: false' to disable this behavior or 'preferBuiltins: true' to disable this warning
preferring built-in module 'util' over local alternative at '/home/graham/source/v-types/node_modules/util/util.js', pass 'preferBuiltins: false' to disable this behavior or 'preferBuiltins: true' to disable this warning
'util' is imported by node_modules/object-inspect/util.inspect.js, but could not be resolved – treating it as an external dependency
preferring built-in module 'util' over local alternative at '/home/graham/source/v-types/node_modules/util/util.js', pass 'preferBuiltins: false' to disable this behavior or 'preferBuiltins: true' to disable this warning
'util' is imported by node_modules/object-inspect/util.inspect.js, but could not be resolved – treating it as an external dependency
preferring built-in module 'util' over local alternative at '/home/graham/source/v-types/node_modules/util/util.js', pass 'preferBuiltins: false' to disable this behavior or 'preferBuiltins: true' to disable this warning
preferring built-in module 'util' over local alternative at '/home/graham/source/v-types/node_modules/util/util.js', pass 'preferBuiltins: false' to disable this behavior or 'preferBuiltins: true' to disable this warning
preferring built-in module 'util' over local alternative at '/home/graham/source/v-types/node_modules/util/util.js', pass 'preferBuiltins: false' to disable this behavior or 'preferBuiltins: true' to disable this warning
preferring built-in module 'util' over local alternative at '/home/graham/source/v-types/node_modules/util/util.js', pass 'preferBuiltins: false' to disable this behavior or 'preferBuiltins: true' to disable this warning
preferring built-in module 'util' over local alternative at '/home/graham/source/v-types/node_modules/util/util.js', pass 'preferBuiltins: false' to disable this behavior or 'preferBuiltins: true' to disable this warning
'util' is imported by commonjs-external:util, but could not be resolved – treating it as an external dependency
preferring built-in module 'util' over local alternative at '/home/graham/source/v-types/node_modules/util/util.js', pass 'preferBuiltins: false' to disable this behavior or 'preferBuiltins: true' to disable this warning
'util' is imported by commonjs-external:util, but could not be resolved – treating it as an external dependency
Creating a browser bundle that depends on Node.js built-in module ('util'). You might need to include https://www.npmjs.com/package/rollup-plugin-node-builtins
No name was provided for external module 'util' in options.globals – guessing 'util'
Creating a browser bundle that depends on Node.js built-in module ('util'). You might need to include https://www.npmjs.com/package/rollup-plugin-node-builtins
No name was provided for external module 'util' in options.globals – guessing 'util'
13 01 2018 20:49:15.557:INFO [karma]: Karma v2.0.0 server started at http://0.0.0.0:9876/
13 01 2018 20:49:15.561:INFO [launcher]: Launching browser PhantomJS with unlimited concurrency
13 01 2018 20:49:15.573:INFO [launcher]: Starting browser PhantomJS
13 01 2018 20:49:16.048:INFO [PhantomJS 2.1.1 (Linux 0.0.0)]: Connected on socket YqlAwa9Su35Fc5ipAAAA with id 34456022
PhantomJS 2.1.1 (Linux 0.0.0) ERROR
{
"message": "ReferenceError: Can't find variable: util\nat test/index.spec.js:5555:7",
"str": "ReferenceError: Can't find variable: util\nat test/index.spec.js:5555:7"
}
Finished in 0.193 secs / 0 secs @ 20:49:16 GMT+0100 (CET)
SUMMARY:
✔ 0 tests completed
PhantomJS 2.1.1 (Linux 0.0.0) ERROR
{
"message": "ReferenceError: Can't find variable: util\nat test/utils.spec.js:4630:7",
"str": "ReferenceError: Can't find variable: util\nat test/utils.spec.js:4630:7"
}
✖ Error while running the tests! Exit code: 1
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! vue-types@1.1.1 test: `cross-env BABEL_ENV=rollup karma start karma.conf.js --single-run --browsers PhantomJS`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the vue-types@1.1.1 test script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/graham/.npm/_logs/2018-01-13T19_49_16_344Z-debug.log
I made sure that I am using node as specified in the .nvmrc
[graham@tyr v-types]$ nvm use 6
Now using node v6.11.2 (npm v5.5.1)
I have also tried with lts/carbon with the same result,
With npm run test:all I get a similar result:
[graham@tyr v-types]$ npm run test:all
> vue-types@1.1.1 test:all /home/graham/source/v-types
> cross-env BABEL_ENV=rollup karma start karma.conf.js --single-run --browsers Chrome,Firefox
START:
preferring built-in module 'util' over local alternative at '/home/graham/source/v-types/node_modules/util/util.js', pass 'preferBuiltins: false' to disable this behavior or 'preferBuiltins: true' to disable this warning
preferring built-in module 'util' over local alternative at '/home/graham/source/v-types/node_modules/util/util.js', pass 'preferBuiltins: false' to disable this behavior or 'preferBuiltins: true' to disable this warning
preferring built-in module 'util' over local alternative at '/home/graham/source/v-types/node_modules/util/util.js', pass 'preferBuiltins: false' to disable this behavior or 'preferBuiltins: true' to disable this warning
'util' is imported by node_modules/object-inspect/util.inspect.js, but could not be resolved – treating it as an external dependency
preferring built-in module 'util' over local alternative at '/home/graham/source/v-types/node_modules/util/util.js', pass 'preferBuiltins: false' to disable this behavior or 'preferBuiltins: true' to disable this warning
'util' is imported by node_modules/object-inspect/util.inspect.js, but could not be resolved – treating it as an external dependency
preferring built-in module 'util' over local alternative at '/home/graham/source/v-types/node_modules/util/util.js', pass 'preferBuiltins: false' to disable this behavior or 'preferBuiltins: true' to disable this warning
preferring built-in module 'util' over local alternative at '/home/graham/source/v-types/node_modules/util/util.js', pass 'preferBuiltins: false' to disable this behavior or 'preferBuiltins: true' to disable this warning
preferring built-in module 'util' over local alternative at '/home/graham/source/v-types/node_modules/util/util.js', pass 'preferBuiltins: false' to disable this behavior or 'preferBuiltins: true' to disable this warning
preferring built-in module 'util' over local alternative at '/home/graham/source/v-types/node_modules/util/util.js', pass 'preferBuiltins: false' to disable this behavior or 'preferBuiltins: true' to disable this warning
preferring built-in module 'util' over local alternative at '/home/graham/source/v-types/node_modules/util/util.js', pass 'preferBuiltins: false' to disable this behavior or 'preferBuiltins: true' to disable this warning
'util' is imported by commonjs-external:util, but could not be resolved – treating it as an external dependency
preferring built-in module 'util' over local alternative at '/home/graham/source/v-types/node_modules/util/util.js', pass 'preferBuiltins: false' to disable this behavior or 'preferBuiltins: true' to disable this warning
'util' is imported by commonjs-external:util, but could not be resolved – treating it as an external dependency
Creating a browser bundle that depends on Node.js built-in module ('util'). You might need to include https://www.npmjs.com/package/rollup-plugin-node-builtins
No name was provided for external module 'util' in options.globals – guessing 'util'
Creating a browser bundle that depends on Node.js built-in module ('util'). You might need to include https://www.npmjs.com/package/rollup-plugin-node-builtins
No name was provided for external module 'util' in options.globals – guessing 'util'
13 01 2018 20:58:27.467:INFO [karma]: Karma v2.0.0 server started at http://0.0.0.0:9876/
13 01 2018 20:58:27.472:INFO [launcher]: Launching browsers Chrome, Firefox with unlimited concurrency
13 01 2018 20:58:27.485:INFO [launcher]: Starting browser Chrome
13 01 2018 20:58:27.524:INFO [launcher]: Starting browser Firefox
13 01 2018 20:58:32.424:INFO [Chrome 60.0.3112 (Linux 0.0.0)]: Connected on socket n7aSLv8HPLpxXqSnAAAA with id 51810260
Chrome 60.0.3112 (Linux 0.0.0) ERROR
{
"message": "Uncaught ReferenceError: util is not defined\nat test/index.spec.js:5555:3\n\nReferenceError: util is not defined\n at test/index.spec.js:5555:3",
"str": "Uncaught ReferenceError: util is not defined\nat test/index.spec.js:5555:3\n\nReferenceError: util is not defined\n at test/index.spec.js:5555:3"
}
13 01 2018 20:58:36.710:INFO [Firefox 50.0.0 (Fedora 0.0.0)]: Connected on socket oDzzYpQDaw4A3SknAAAB with id 82087860
Firefox 50.0.0 (Fedora 0.0.0) ERROR
{
"message": "ReferenceError: util is not defined\nat test/index.spec.js:5555:1\n\n@test/index.spec.js:5555:1\n",
"str": "ReferenceError: util is not defined\nat test/index.spec.js:5555:1\n\n@test/index.spec.js:5555:1\n"
}
Finished in 1.377 secs / 0 secs @ 20:58:37 GMT+0100 (CET)
SUMMARY:
✔ 0 tests completed
Firefox 50.0.0 (Fedora 0.0.0) ERROR
{
"message": "ReferenceError: util is not defined\nat test/utils.spec.js:4630:1\n\n@test/utils.spec.js:4630:1\n",
"str": "ReferenceError: util is not defined\nat test/utils.spec.js:4630:1\n\n@test/utils.spec.js:4630:1\n"
}
✖ Error while running the tests! Exit code: 1
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! vue-types@1.1.1 test:all: `cross-env BABEL_ENV=rollup karma start karma.conf.js --single-run --browsers Chrome,Firefox`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the vue-types@1.1.1 test:all script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/graham/.npm/_logs/2018-01-13T19_58_37_311Z-debug.log
My environment:
[graham@tyr v-types]$ uname -a
Linux tyr 4.8.13-100.fc23.x86_64 #1 SMP Fri Dec 9 14:51:40 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
[graham@tyr v-types]$ cat /etc/*-release
Fedora release 23 (Twenty Three)
NAME=Fedora
VERSION="23 (Workstation Edition)"
ID=fedora
VERSION_ID=23
PRETTY_NAME="Fedora 23 (Workstation Edition)"
ANSI_COLOR="0;34"
CPE_NAME="cpe:/o:fedoraproject:fedora:23"
HOME_URL="https://fedoraproject.org/"
BUG_REPORT_URL="https://bugzilla.redhat.com/"
REDHAT_BUGZILLA_PRODUCT="Fedora"
REDHAT_BUGZILLA_PRODUCT_VERSION=23
REDHAT_SUPPORT_PRODUCT="Fedora"
REDHAT_SUPPORT_PRODUCT_VERSION=23
PRIVACY_POLICY_URL=https://fedoraproject.org/wiki/Legal:PrivacyPolicy
VARIANT="Workstation Edition"
VARIANT_ID=workstation
Fedora release 23 (Twenty Three)
Fedora release 23 (Twenty Three)
[graham@tyr v-types]$ node --version
v6.11.2
[graham@tyr v-types]$ npm --version
5.5.1
I'm wondering what is wrong or missing?
[graham@tyr v-types]$ npm ls
vue-types@1.1.1 /home/graham/source/v-types
├─┬ babel-cli@6.26.0
│ ├── babel-core@6.26.0 deduped
│ ├─┬ babel-polyfill@6.26.0
│ │ ├── babel-runtime@6.26.0 deduped
│ │ ├── core-js@2.5.3 deduped
│ │ └── regenerator-runtime@0.10.5
│ ├─┬ babel-register@6.26.0
│ │ ├── babel-core@6.26.0 deduped
│ │ ├── babel-runtime@6.26.0 deduped
│ │ ├── core-js@2.5.3 deduped
│ │ ├─┬ home-or-tmp@2.0.0
│ │ │ ├── os-homedir@1.0.2
│ │ │ └── os-tmpdir@1.0.2 deduped
│ │ ├── lodash@4.17.4 deduped
│ │ ├── mkdirp@0.5.1 deduped
│ │ └─┬ source-map-support@0.4.18
│ │ └── source-map@0.5.7 deduped
│ ├─┬ babel-runtime@6.26.0
│ │ ├── core-js@2.5.3 deduped
│ │ └── regenerator-runtime@0.11.1
│ ├─┬ chokidar@1.7.0
│ │ ├─┬ anymatch@1.3.2
│ │ │ ├── micromatch@2.3.11 deduped
│ │ │ └─┬ normalize-path@2.1.1
│ │ │ └── remove-trailing-separator@1.1.0
│ │ ├── async-each@1.0.1
│ │ ├── UNMET OPTIONAL DEPENDENCY fsevents@^1.0.0
│ │ ├─┬ glob-parent@2.0.0
│ │ │ └── is-glob@2.0.1 deduped
│ │ ├── inherits@2.0.3
│ │ ├─┬ is-binary-path@1.0.1
│ │ │ └── binary-extensions@1.11.0
│ │ ├─┬ is-glob@2.0.1
│ │ │ └── is-extglob@1.0.0
│ │ ├── path-is-absolute@1.0.1 deduped
│ │ └─┬ readdirp@2.1.0
│ │ ├── graceful-fs@4.1.11 deduped
│ │ ├── minimatch@3.0.4 deduped
│ │ ├── readable-stream@2.3.3 deduped
│ │ └── set-immediate-shim@1.0.1
│ ├── commander@2.13.0
│ ├── convert-source-map@1.5.1
│ ├── fs-readdir-recursive@1.1.0
│ ├─┬ glob@7.1.2
│ │ ├── fs.realpath@1.0.0
│ │ ├─┬ inflight@1.0.6
│ │ │ ├── once@1.4.0 deduped
│ │ │ └── wrappy@1.0.2
│ │ ├── inherits@2.0.3 deduped
│ │ ├── minimatch@3.0.4 deduped
│ │ ├─┬ once@1.4.0
│ │ │ └── wrappy@1.0.2 deduped
│ │ └── path-is-absolute@1.0.1 deduped
│ ├── lodash@4.17.4
│ ├─┬ output-file-sync@1.1.2
│ │ ├── graceful-fs@4.1.11 deduped
│ │ ├── mkdirp@0.5.1 deduped
│ │ └── object-assign@4.1.1 deduped
│ ├── path-is-absolute@1.0.1
│ ├── slash@1.0.0
│ ├── source-map@0.5.7
│ └─┬ v8flags@2.1.1
│ └── user-home@1.1.1
├─┬ babel-core@6.26.0
│ ├─┬ babel-code-frame@6.26.0
│ │ ├─┬ chalk@1.1.3
│ │ │ ├── ansi-styles@2.2.1
│ │ │ ├── escape-string-regexp@1.0.5 deduped
│ │ │ ├─┬ has-ansi@2.0.0
│ │ │ │ └── ansi-regex@2.1.1
│ │ │ ├─┬ strip-ansi@3.0.1
│ │ │ │ └── ansi-regex@2.1.1 deduped
│ │ │ └── supports-color@2.0.0
│ │ ├── esutils@2.0.2 deduped
│ │ └── js-tokens@3.0.2
│ ├─┬ babel-generator@6.26.0
│ │ ├── babel-messages@6.23.0 deduped
│ │ ├── babel-runtime@6.26.0 deduped
│ │ ├── babel-types@6.26.0 deduped
│ │ ├─┬ detect-indent@4.0.0
│ │ │ └─┬ repeating@2.0.1
│ │ │ └─┬ is-finite@1.0.2
│ │ │ └── number-is-nan@1.0.1
│ │ ├── jsesc@1.3.0
│ │ ├── lodash@4.17.4 deduped
│ │ ├── source-map@0.5.7 deduped
│ │ └── trim-right@1.0.1
│ ├─┬ babel-helpers@6.24.1
│ │ ├── babel-runtime@6.26.0 deduped
│ │ └── babel-template@6.26.0 deduped
│ ├─┬ babel-messages@6.23.0
│ │ └── babel-runtime@6.26.0 deduped
│ ├── babel-register@6.26.0 deduped
│ ├── babel-runtime@6.26.0 deduped
│ ├─┬ babel-template@6.26.0
│ │ ├── babel-runtime@6.26.0 deduped
│ │ ├── babel-traverse@6.26.0 deduped
│ │ ├── babel-types@6.26.0 deduped
│ │ ├── babylon@6.18.0 deduped
│ │ └── lodash@4.17.4 deduped
│ ├─┬ babel-traverse@6.26.0
│ │ ├── babel-code-frame@6.26.0 deduped
│ │ ├── babel-messages@6.23.0 deduped
│ │ ├── babel-runtime@6.26.0 deduped
│ │ ├── babel-types@6.26.0 deduped
│ │ ├── babylon@6.18.0 deduped
│ │ ├── debug@2.6.9 deduped
│ │ ├── globals@9.18.0
│ │ ├─┬ invariant@2.2.2
│ │ │ └─┬ loose-envify@1.3.1
│ │ │ └── js-tokens@3.0.2 deduped
│ │ └── lodash@4.17.4 deduped
│ ├─┬ babel-types@6.26.0
│ │ ├── babel-runtime@6.26.0 deduped
│ │ ├── esutils@2.0.2 deduped
│ │ ├── lodash@4.17.4 deduped
│ │ └── to-fast-properties@1.0.3
│ ├── babylon@6.18.0
│ ├── convert-source-map@1.5.1 deduped
│ ├─┬ debug@2.6.9
│ │ └── ms@2.0.0
│ ├── json5@0.5.1
│ ├── lodash@4.17.4 deduped
│ ├─┬ minimatch@3.0.4
│ │ └─┬ brace-expansion@1.1.8
│ │ ├── balanced-match@1.0.0
│ │ └── concat-map@0.0.1
│ ├── path-is-absolute@1.0.1 deduped
│ ├── private@0.1.8
│ ├── slash@1.0.0 deduped
│ └── source-map@0.5.7 deduped
├── babel-plugin-add-module-exports@0.2.1
├─┬ babel-plugin-external-helpers@6.22.0
│ └── babel-runtime@6.26.0 deduped
├─┬ babel-preset-es2015@6.24.1
│ ├─┬ babel-plugin-check-es2015-constants@6.22.0
│ │ └── babel-runtime@6.26.0 deduped
│ ├─┬ babel-plugin-transform-es2015-arrow-functions@6.22.0
│ │ └── babel-runtime@6.26.0 deduped
│ ├─┬ babel-plugin-transform-es2015-block-scoped-functions@6.22.0
│ │ └── babel-runtime@6.26.0 deduped
│ ├─┬ babel-plugin-transform-es2015-block-scoping@6.26.0
│ │ ├── babel-runtime@6.26.0 deduped
│ │ ├── babel-template@6.26.0 deduped
│ │ ├── babel-traverse@6.26.0 deduped
│ │ ├── babel-types@6.26.0 deduped
│ │ └── lodash@4.17.4 deduped
│ ├─┬ babel-plugin-transform-es2015-classes@6.24.1
│ │ ├─┬ babel-helper-define-map@6.26.0
│ │ │ ├── babel-helper-function-name@6.24.1 deduped
│ │ │ ├── babel-runtime@6.26.0 deduped
│ │ │ ├── babel-types@6.26.0 deduped
│ │ │ └── lodash@4.17.4 deduped
│ │ ├─┬ babel-helper-function-name@6.24.1
│ │ │ ├── babel-helper-get-function-arity@6.24.1 deduped
│ │ │ ├── babel-runtime@6.26.0 deduped
│ │ │ ├── babel-template@6.26.0 deduped
│ │ │ ├── babel-traverse@6.26.0 deduped
│ │ │ └── babel-types@6.26.0 deduped
│ │ ├─┬ babel-helper-optimise-call-expression@6.24.1
│ │ │ ├── babel-runtime@6.26.0 deduped
│ │ │ └── babel-types@6.26.0 deduped
│ │ ├─┬ babel-helper-replace-supers@6.24.1
│ │ │ ├── babel-helper-optimise-call-expression@6.24.1 deduped
│ │ │ ├── babel-messages@6.23.0 deduped
│ │ │ ├── babel-runtime@6.26.0 deduped
│ │ │ ├── babel-template@6.26.0 deduped
│ │ │ ├── babel-traverse@6.26.0 deduped
│ │ │ └── babel-types@6.26.0 deduped
│ │ ├── babel-messages@6.23.0 deduped
│ │ ├── babel-runtime@6.26.0 deduped
│ │ ├── babel-template@6.26.0 deduped
│ │ ├── babel-traverse@6.26.0 deduped
│ │ └── babel-types@6.26.0 deduped
│ ├─┬ babel-plugin-transform-es2015-computed-properties@6.24.1
│ │ ├── babel-runtime@6.26.0 deduped
│ │ └── babel-template@6.26.0 deduped
│ ├─┬ babel-plugin-transform-es2015-destructuring@6.23.0
│ │ └── babel-runtime@6.26.0 deduped
│ ├─┬ babel-plugin-transform-es2015-duplicate-keys@6.24.1
│ │ ├── babel-runtime@6.26.0 deduped
│ │ └── babel-types@6.26.0 deduped
│ ├─┬ babel-plugin-transform-es2015-for-of@6.23.0
│ │ └── babel-runtime@6.26.0 deduped
│ ├─┬ babel-plugin-transform-es2015-function-name@6.24.1
│ │ ├── babel-helper-function-name@6.24.1 deduped
│ │ ├── babel-runtime@6.26.0 deduped
│ │ └── babel-types@6.26.0 deduped
│ ├─┬ babel-plugin-transform-es2015-literals@6.22.0
│ │ └── babel-runtime@6.26.0 deduped
│ ├─┬ babel-plugin-transform-es2015-modules-amd@6.24.1
│ │ ├── babel-plugin-transform-es2015-modules-commonjs@6.26.0 deduped
│ │ ├── babel-runtime@6.26.0 deduped
│ │ └── babel-template@6.26.0 deduped
│ ├─┬ babel-plugin-transform-es2015-modules-commonjs@6.26.0
│ │ ├─┬ babel-plugin-transform-strict-mode@6.24.1
│ │ │ ├── babel-runtime@6.26.0 deduped
│ │ │ └── babel-types@6.26.0 deduped
│ │ ├── babel-runtime@6.26.0 deduped
│ │ ├── babel-template@6.26.0 deduped
│ │ └── babel-types@6.26.0 deduped
│ ├─┬ babel-plugin-transform-es2015-modules-systemjs@6.24.1
│ │ ├─┬ babel-helper-hoist-variables@6.24.1
│ │ │ ├── babel-runtime@6.26.0 deduped
│ │ │ └── babel-types@6.26.0 deduped
│ │ ├── babel-runtime@6.26.0 deduped
│ │ └── babel-template@6.26.0 deduped
│ ├─┬ babel-plugin-transform-es2015-modules-umd@6.24.1
│ │ ├── babel-plugin-transform-es2015-modules-amd@6.24.1 deduped
│ │ ├── babel-runtime@6.26.0 deduped
│ │ └── babel-template@6.26.0 deduped
│ ├─┬ babel-plugin-transform-es2015-object-super@6.24.1
│ │ ├── babel-helper-replace-supers@6.24.1 deduped
│ │ └── babel-runtime@6.26.0 deduped
│ ├─┬ babel-plugin-transform-es2015-parameters@6.24.1
│ │ ├─┬ babel-helper-call-delegate@6.24.1
│ │ │ ├── babel-helper-hoist-variables@6.24.1 deduped
│ │ │ ├── babel-runtime@6.26.0 deduped
│ │ │ ├── babel-traverse@6.26.0 deduped
│ │ │ └── babel-types@6.26.0 deduped
│ │ ├─┬ babel-helper-get-function-arity@6.24.1
│ │ │ ├── babel-runtime@6.26.0 deduped
│ │ │ └── babel-types@6.26.0 deduped
│ │ ├── babel-runtime@6.26.0 deduped
│ │ ├── babel-template@6.26.0 deduped
│ │ ├── babel-traverse@6.26.0 deduped
│ │ └── babel-types@6.26.0 deduped
│ ├─┬ babel-plugin-transform-es2015-shorthand-properties@6.24.1
│ │ ├── babel-runtime@6.26.0 deduped
│ │ └── babel-types@6.26.0 deduped
│ ├─┬ babel-plugin-transform-es2015-spread@6.22.0
│ │ └── babel-runtime@6.26.0 deduped
│ ├─┬ babel-plugin-transform-es2015-sticky-regex@6.24.1
│ │ ├─┬ babel-helper-regex@6.26.0
│ │ │ ├── babel-runtime@6.26.0 deduped
│ │ │ ├── babel-types@6.26.0 deduped
│ │ │ └── lodash@4.17.4 deduped
│ │ ├── babel-runtime@6.26.0 deduped
│ │ └── babel-types@6.26.0 deduped
│ ├─┬ babel-plugin-transform-es2015-template-literals@6.22.0
│ │ └── babel-runtime@6.26.0 deduped
│ ├─┬ babel-plugin-transform-es2015-typeof-symbol@6.23.0
│ │ └── babel-runtime@6.26.0 deduped
│ ├─┬ babel-plugin-transform-es2015-unicode-regex@6.24.1
│ │ ├── babel-helper-regex@6.26.0 deduped
│ │ ├── babel-runtime@6.26.0 deduped
│ │ └─┬ regexpu-core@2.0.0
│ │ ├── regenerate@1.3.3
│ │ ├── regjsgen@0.2.0
│ │ └─┬ regjsparser@0.1.5
│ │ └── jsesc@0.5.0
│ └─┬ babel-plugin-transform-regenerator@6.26.0
│ └─┬ regenerator-transform@0.10.1
│ ├── babel-runtime@6.26.0 deduped
│ ├── babel-types@6.26.0 deduped
│ └── private@0.1.8 deduped
├─┬ cross-env@5.1.1
│ ├─┬ cross-spawn@5.1.0
│ │ ├─┬ lru-cache@4.1.1
│ │ │ ├── pseudomap@1.0.2
│ │ │ └── yallist@2.1.2
│ │ ├─┬ shebang-command@1.2.0
│ │ │ └── shebang-regex@1.0.0
│ │ └── which@1.3.0 deduped
│ └── is-windows@1.0.1
├─┬ UNMET PEER DEPENDENCY eslint@4.13.1
│ ├─┬ ajv@5.5.2
│ │ ├── co@4.6.0
│ │ ├── fast-deep-equal@1.0.0
│ │ ├── fast-json-stable-stringify@2.0.0
│ │ └── json-schema-traverse@0.3.1
│ ├── babel-code-frame@6.26.0 deduped
│ ├─┬ chalk@2.3.0
│ │ ├─┬ ansi-styles@3.2.0
│ │ │ └─┬ color-convert@1.9.1
│ │ │ └── color-name@1.1.3
│ │ ├── escape-string-regexp@1.0.5 deduped
│ │ └─┬ supports-color@4.5.0
│ │ └── has-flag@2.0.0 deduped
│ ├─┬ concat-stream@1.6.0
│ │ ├── inherits@2.0.3 deduped
│ │ ├─┬ readable-stream@2.3.3
│ │ │ ├── core-util-is@1.0.2
│ │ │ ├── inherits@2.0.3 deduped
│ │ │ ├── isarray@1.0.0
│ │ │ ├── process-nextick-args@1.0.7
│ │ │ ├── safe-buffer@5.1.1 deduped
│ │ │ ├── string_decoder@1.0.3 deduped
│ │ │ └── util-deprecate@1.0.2
│ │ └── typedarray@0.0.6
│ ├── cross-spawn@5.1.0 deduped
│ ├─┬ debug@3.1.0
│ │ └── ms@2.0.0 deduped
│ ├─┬ doctrine@2.1.0
│ │ └── esutils@2.0.2 deduped
│ ├─┬ eslint-scope@3.7.1
│ │ ├─┬ esrecurse@4.2.0
│ │ │ ├── estraverse@4.2.0 deduped
│ │ │ └── object-assign@4.1.1 deduped
│ │ └── estraverse@4.2.0 deduped
│ ├─┬ espree@3.5.2
│ │ ├── acorn@5.3.0 deduped
│ │ └─┬ acorn-jsx@3.0.1
│ │ └── acorn@3.3.0
│ ├─┬ esquery@1.0.0
│ │ └── estraverse@4.2.0 deduped
│ ├── estraverse@4.2.0
│ ├── esutils@2.0.2
│ ├─┬ file-entry-cache@2.0.0
│ │ ├─┬ flat-cache@1.3.0
│ │ │ ├── circular-json@0.3.3
│ │ │ ├─┬ del@2.2.2
│ │ │ │ ├─┬ globby@5.0.0
│ │ │ │ │ ├─┬ array-union@1.0.2
│ │ │ │ │ │ └── array-uniq@1.0.3
│ │ │ │ │ ├── arrify@1.0.1
│ │ │ │ │ ├── glob@7.1.2 deduped
│ │ │ │ │ ├── object-assign@4.1.1 deduped
│ │ │ │ │ ├── pify@2.3.0 deduped
│ │ │ │ │ └── pinkie-promise@2.0.1 deduped
│ │ │ │ ├── is-path-cwd@1.0.0
│ │ │ │ ├─┬ is-path-in-cwd@1.0.0
│ │ │ │ │ └─┬ is-path-inside@1.0.1
│ │ │ │ │ └── path-is-inside@1.0.2 deduped
│ │ │ │ ├── object-assign@4.1.1 deduped
│ │ │ │ ├── pify@2.3.0
│ │ │ │ ├── pinkie-promise@2.0.1 deduped
│ │ │ │ └── rimraf@2.6.2 deduped
│ │ │ ├── graceful-fs@4.1.11 deduped
│ │ │ └─┬ write@0.2.1
│ │ │ └── mkdirp@0.5.1 deduped
│ │ └── object-assign@4.1.1 deduped
│ ├── functional-red-black-tree@1.0.1
│ ├── glob@7.1.2 deduped
│ ├── globals@11.1.0
│ ├── ignore@3.3.7
│ ├── imurmurhash@0.1.4
│ ├─┬ inquirer@3.3.0
│ │ ├── ansi-escapes@3.0.0
│ │ ├─┬ chalk@2.3.0
│ │ │ ├─┬ ansi-styles@3.2.0
│ │ │ │ └── color-convert@1.9.1 deduped
│ │ │ ├── escape-string-regexp@1.0.5 deduped
│ │ │ └─┬ supports-color@4.5.0
│ │ │ └── has-flag@2.0.0 deduped
│ │ ├─┬ cli-cursor@2.1.0
│ │ │ └─┬ restore-cursor@2.0.0
│ │ │ ├─┬ onetime@2.0.1
│ │ │ │ └── mimic-fn@1.1.0
│ │ │ └── signal-exit@3.0.2
│ │ ├── cli-width@2.2.0
│ │ ├─┬ external-editor@2.1.0
│ │ │ ├── chardet@0.4.2
│ │ │ ├── iconv-lite@0.4.19 deduped
│ │ │ └── tmp@0.0.33 deduped
│ │ ├─┬ figures@2.0.0
│ │ │ └── escape-string-regexp@1.0.5 deduped
│ │ ├── lodash@4.17.4 deduped
│ │ ├── mute-stream@0.0.7
│ │ ├─┬ run-async@2.3.0
│ │ │ └── is-promise@2.1.0
│ │ ├── rx-lite@4.0.8
│ │ ├─┬ rx-lite-aggregates@4.0.8
│ │ │ └── rx-lite@4.0.8 deduped
│ │ ├─┬ string-width@2.1.1
│ │ │ ├── is-fullwidth-code-point@2.0.0
│ │ │ └─┬ strip-ansi@4.0.0
│ │ │ └── ansi-regex@3.0.0
│ │ ├─┬ strip-ansi@4.0.0
│ │ │ └── ansi-regex@3.0.0
│ │ └── through@2.3.8
│ ├── is-resolvable@1.0.1
│ ├─┬ js-yaml@3.10.0
│ │ ├─┬ argparse@1.0.9
│ │ │ └── sprintf-js@1.0.3
│ │ └── esprima@4.0.0
│ ├── json-stable-stringify-without-jsonify@1.0.1
│ ├─┬ levn@0.3.0
│ │ ├── prelude-ls@1.1.2
│ │ └─┬ type-check@0.3.2
│ │ └── prelude-ls@1.1.2 deduped
│ ├── lodash@4.17.4 deduped
│ ├── minimatch@3.0.4 deduped
│ ├─┬ mkdirp@0.5.1
│ │ └── minimist@0.0.8
│ ├── natural-compare@1.4.0
│ ├─┬ optionator@0.8.2
│ │ ├── deep-is@0.1.3
│ │ ├── fast-levenshtein@2.0.6
│ │ ├── levn@0.3.0 deduped
│ │ ├── prelude-ls@1.1.2 deduped
│ │ ├── type-check@0.3.2 deduped
│ │ └── wordwrap@1.0.0
│ ├── path-is-inside@1.0.2
│ ├── pluralize@7.0.0
│ ├── progress@2.0.0
│ ├─┬ require-uncached@1.0.3
│ │ ├─┬ caller-path@0.1.0
│ │ │ └── callsites@0.2.0
│ │ └── resolve-from@1.0.1
│ ├── semver@5.4.1
│ ├─┬ strip-ansi@4.0.0
│ │ └── ansi-regex@3.0.0
│ ├── strip-json-comments@2.0.1
│ ├─┬ table@4.0.2
│ │ ├── ajv@5.5.2 deduped
│ │ ├── ajv-keywords@2.1.1
│ │ ├─┬ chalk@2.3.0
│ │ │ ├─┬ ansi-styles@3.2.0
│ │ │ │ └── color-convert@1.9.1 deduped
│ │ │ ├── escape-string-regexp@1.0.5 deduped
│ │ │ └─┬ supports-color@4.5.0
│ │ │ └── has-flag@2.0.0 deduped
│ │ ├── lodash@4.17.4 deduped
│ │ ├─┬ slice-ansi@1.0.0
│ │ │ └── is-fullwidth-code-point@2.0.0 deduped
│ │ └── string-width@2.1.1 deduped
│ └── text-table@0.2.0
├── eslint-config-vue@2.0.2
├─┬ eslint-plugin-html@4.0.1
│ └─┬ htmlparser2@3.9.2
│ ├── domelementtype@1.3.0
│ ├─┬ domhandler@2.4.1
│ │ └── domelementtype@1.3.0 deduped
│ ├─┬ domutils@1.6.2
│ │ ├─┬ dom-serializer@0.1.0
│ │ │ ├── domelementtype@1.1.3
│ │ │ └── entities@1.1.1 deduped
│ │ └── domelementtype@1.3.0 deduped
│ ├── entities@1.1.1
│ ├── inherits@2.0.3 deduped
│ └── readable-stream@2.3.3 deduped
├─┬ eslint-plugin-vue@2.1.0
│ ├─┬ eslint-plugin-html@3.2.2
│ │ ├── htmlparser2@3.9.2 deduped
│ │ └── semver@5.4.1 deduped
│ └─┬ eslint-plugin-react@7.5.1
│ ├── doctrine@2.1.0 deduped
│ ├── has@1.0.1 deduped
│ ├─┬ jsx-ast-utils@2.0.1
│ │ └─┬ array-includes@3.0.3
│ │ ├── define-properties@1.1.2 deduped
│ │ └── es-abstract@1.10.0 deduped
│ └─┬ prop-types@15.6.0
│ ├─┬ fbjs@0.8.16
│ │ ├── core-js@1.2.7
│ │ ├─┬ isomorphic-fetch@2.2.1
│ │ │ ├─┬ node-fetch@1.7.3
│ │ │ │ ├─┬ encoding@0.1.12
│ │ │ │ │ └── iconv-lite@0.4.19 deduped
│ │ │ │ └── is-stream@1.1.0 deduped
│ │ │ └── whatwg-fetch@2.0.3
│ │ ├── loose-envify@1.3.1 deduped
│ │ ├── object-assign@4.1.1 deduped
│ │ ├─┬ promise@7.3.1
│ │ │ └── asap@2.0.6
│ │ ├── setimmediate@1.0.5
│ │ └── ua-parser-js@0.7.17
│ ├── loose-envify@1.3.1 deduped
│ └── object-assign@4.1.1 deduped
├─┬ expect@1.20.2
│ ├─┬ define-properties@1.1.2
│ │ ├── foreach@2.0.5
│ │ └── object-keys@1.0.11 deduped
│ ├─┬ has@1.0.1
│ │ └── function-bind@1.1.1
│ ├─┬ is-equal@1.5.5
│ │ ├── has@1.0.1 deduped
│ │ ├─┬ is-arrow-function@2.0.3
│ │ │ └── is-callable@1.1.3 deduped
│ │ ├── is-boolean-object@1.0.0
│ │ ├── is-callable@1.1.3
│ │ ├── is-date-object@1.0.1
│ │ ├── is-generator-function@1.0.7
│ │ ├── is-number-object@1.0.3
│ │ ├── is-regex@1.0.4 deduped
│ │ ├── is-string@1.0.4
│ │ ├── is-symbol@1.0.1
│ │ └─┬ object.entries@1.0.4
│ │ ├── define-properties@1.1.2 deduped
│ │ ├─┬ es-abstract@1.10.0
│ │ │ ├─┬ es-to-primitive@1.1.1
│ │ │ │ ├── is-callable@1.1.3 deduped
│ │ │ │ ├── is-date-object@1.0.1 deduped
│ │ │ │ └── is-symbol@1.0.1 deduped
│ │ │ ├── function-bind@1.1.1 deduped
│ │ │ ├── has@1.0.1 deduped
│ │ │ ├── is-callable@1.1.3 deduped
│ │ │ └── is-regex@1.0.4 deduped
│ │ ├── function-bind@1.1.1 deduped
│ │ └── has@1.0.1 deduped
│ ├─┬ is-regex@1.0.4
│ │ └── has@1.0.1 deduped
│ ├── object-inspect@1.5.0
│ ├── object-keys@1.0.11
│ └── tmatch@2.0.1
├─┬ express@4.16.2
│ ├─┬ accepts@1.3.4
│ │ ├── mime-types@2.1.17 deduped
│ │ └── negotiator@0.6.1
│ ├── array-flatten@1.1.1
│ ├─┬ body-parser@1.18.2
│ │ ├── bytes@3.0.0
│ │ ├── content-type@1.0.4 deduped
│ │ ├── debug@2.6.9 deduped
│ │ ├── depd@1.1.2 deduped
│ │ ├── http-errors@1.6.2 deduped
│ │ ├── iconv-lite@0.4.19
│ │ ├── on-finished@2.3.0 deduped
│ │ ├── qs@6.5.1 deduped
│ │ ├─┬ raw-body@2.3.2
│ │ │ ├── bytes@3.0.0 deduped
│ │ │ ├── http-errors@1.6.2 deduped
│ │ │ ├── iconv-lite@0.4.19 deduped
│ │ │ └── unpipe@1.0.0 deduped
│ │ └── type-is@1.6.15 deduped
│ ├── content-disposition@0.5.2
│ ├── content-type@1.0.4
│ ├── cookie@0.3.1
│ ├── cookie-signature@1.0.6
│ ├── debug@2.6.9 deduped
│ ├── depd@1.1.2
│ ├── encodeurl@1.0.1
│ ├── escape-html@1.0.3
│ ├── etag@1.8.1
│ ├─┬ finalhandler@1.1.0
│ │ ├── debug@2.6.9 deduped
│ │ ├── encodeurl@1.0.1 deduped
│ │ ├── escape-html@1.0.3 deduped
│ │ ├── on-finished@2.3.0 deduped
│ │ ├── parseurl@1.3.2 deduped
│ │ ├── statuses@1.3.1 deduped
│ │ └── unpipe@1.0.0
│ ├── fresh@0.5.2
│ ├── merge-descriptors@1.0.1
│ ├── methods@1.1.2
│ ├─┬ on-finished@2.3.0
│ │ └── ee-first@1.1.1
│ ├── parseurl@1.3.2
│ ├── path-to-regexp@0.1.7
│ ├─┬ proxy-addr@2.0.2
│ │ ├── forwarded@0.1.2
│ │ └── ipaddr.js@1.5.2
│ ├── qs@6.5.1
│ ├── range-parser@1.2.0
│ ├── safe-buffer@5.1.1
│ ├─┬ send@0.16.1
│ │ ├── debug@2.6.9 deduped
│ │ ├── depd@1.1.2 deduped
│ │ ├── destroy@1.0.4
│ │ ├── encodeurl@1.0.1 deduped
│ │ ├── escape-html@1.0.3 deduped
│ │ ├── etag@1.8.1 deduped
│ │ ├── fresh@0.5.2 deduped
│ │ ├── http-errors@1.6.2 deduped
│ │ ├── mime@1.4.1 deduped
│ │ ├── ms@2.0.0 deduped
│ │ ├── on-finished@2.3.0 deduped
│ │ ├── range-parser@1.2.0 deduped
│ │ └── statuses@1.3.1 deduped
│ ├─┬ serve-static@1.13.1
│ │ ├── encodeurl@1.0.1 deduped
│ │ ├── escape-html@1.0.3 deduped
│ │ ├── parseurl@1.3.2 deduped
│ │ └── send@0.16.1 deduped
│ ├── setprototypeof@1.1.0
│ ├── statuses@1.3.1
│ ├─┬ type-is@1.6.15
│ │ ├── media-typer@0.3.0
│ │ └── mime-types@2.1.17 deduped
│ ├── utils-merge@1.0.1
│ └── vary@1.1.2
├─┬ karma@2.0.0
│ ├── bluebird@3.5.1
│ ├── body-parser@1.18.2 deduped
│ ├─┬ browserify@14.5.0
│ │ ├─┬ assert@1.4.1
│ │ │ └── util@0.10.3 deduped
│ │ ├─┬ browser-pack@6.0.2
│ │ │ ├─┬ combine-source-map@0.7.2
│ │ │ │ ├── convert-source-map@1.1.3
│ │ │ │ ├─┬ inline-source-map@0.6.2
│ │ │ │ │ └── source-map@0.5.7 deduped
│ │ │ │ ├── lodash.memoize@3.0.4
│ │ │ │ └── source-map@0.5.7 deduped
│ │ │ ├── defined@1.0.0 deduped
│ │ │ ├── JSONStream@1.3.2 deduped
│ │ │ ├── through2@2.0.3 deduped
│ │ │ └── umd@3.0.1
│ │ ├── browser-resolve@1.11.2 deduped
│ │ ├─┬ browserify-zlib@0.2.0
│ │ │ └── pako@1.0.6
│ │ ├─┬ buffer@5.0.8
│ │ │ ├── base64-js@1.2.1
│ │ │ └── ieee754@1.1.8
│ │ ├── cached-path-relative@1.0.1
│ │ ├─┬ concat-stream@1.5.2
│ │ │ ├── inherits@2.0.3 deduped
│ │ │ ├─┬ readable-stream@2.0.6
│ │ │ │ ├── core-util-is@1.0.2 deduped
│ │ │ │ ├── inherits@2.0.3 deduped
│ │ │ │ ├── isarray@1.0.0 deduped
│ │ │ │ ├── process-nextick-args@1.0.7 deduped
│ │ │ │ ├── string_decoder@0.10.31
│ │ │ │ └── util-deprecate@1.0.2 deduped
│ │ │ └── typedarray@0.0.6 deduped
│ │ ├─┬ console-browserify@1.1.0
│ │ │ └── date-now@0.1.4
│ │ ├── constants-browserify@1.0.0
│ │ ├─┬ crypto-browserify@3.12.0
│ │ │ ├─┬ browserify-cipher@1.0.0
│ │ │ │ ├─┬ browserify-aes@1.1.1
│ │ │ │ │ ├── buffer-xor@1.0.3
│ │ │ │ │ ├── cipher-base@1.0.4 deduped
│ │ │ │ │ ├── create-hash@1.1.3 deduped
│ │ │ │ │ ├── evp_bytestokey@1.0.3 deduped
│ │ │ │ │ ├── inherits@2.0.3 deduped
│ │ │ │ │ └── safe-buffer@5.1.1 deduped
│ │ │ │ ├─┬ browserify-des@1.0.0
│ │ │ │ │ ├── cipher-base@1.0.4 deduped
│ │ │ │ │ ├─┬ des.js@1.0.0
│ │ │ │ │ │ ├── inherits@2.0.3 deduped
│ │ │ │ │ │ └── minimalistic-assert@1.0.0 deduped
│ │ │ │ │ └── inherits@2.0.3 deduped
│ │ │ │ └─┬ evp_bytestokey@1.0.3
│ │ │ │ ├─┬ md5.js@1.3.4
│ │ │ │ │ ├─┬ hash-base@3.0.4
│ │ │ │ │ │ ├── inherits@2.0.3 deduped
│ │ │ │ │ │ └── safe-buffer@5.1.1 deduped
│ │ │ │ │ └── inherits@2.0.3 deduped
│ │ │ │ └── safe-buffer@5.1.1 deduped
│ │ │ ├─┬ browserify-sign@4.0.4
│ │ │ │ ├── bn.js@4.11.8
│ │ │ │ ├─┬ browserify-rsa@4.0.1
│ │ │ │ │ ├── bn.js@4.11.8 deduped
│ │ │ │ │ └── randombytes@2.0.6 deduped
│ │ │ │ ├── create-hash@1.1.3 deduped
│ │ │ │ ├── create-hmac@1.1.6 deduped
│ │ │ │ ├─┬ elliptic@6.4.0
│ │ │ │ │ ├── bn.js@4.11.8 deduped
│ │ │ │ │ ├── brorand@1.1.0
│ │ │ │ │ ├─┬ hash.js@1.1.3
│ │ │ │ │ │ ├── inherits@2.0.3 deduped
│ │ │ │ │ │ └── minimalistic-assert@1.0.0 deduped
│ │ │ │ │ ├─┬ hmac-drbg@1.0.1
│ │ │ │ │ │ ├── hash.js@1.1.3 deduped
│ │ │ │ │ │ ├── minimalistic-assert@1.0.0 deduped
│ │ │ │ │ │ └── minimalistic-crypto-utils@1.0.1 deduped
│ │ │ │ │ ├── inherits@2.0.3 deduped
│ │ │ │ │ ├── minimalistic-assert@1.0.0
│ │ │ │ │ └── minimalistic-crypto-utils@1.0.1
│ │ │ │ ├── inherits@2.0.3 deduped
│ │ │ │ └─┬ parse-asn1@5.1.0
│ │ │ │ ├─┬ asn1.js@4.9.2
│ │ │ │ │ ├── bn.js@4.11.8 deduped
│ │ │ │ │ ├── inherits@2.0.3 deduped
│ │ │ │ │ └── minimalistic-assert@1.0.0 deduped
│ │ │ │ ├── browserify-aes@1.1.1 deduped
│ │ │ │ ├── create-hash@1.1.3 deduped
│ │ │ │ ├── evp_bytestokey@1.0.3 deduped
│ │ │ │ └── pbkdf2@3.0.14 deduped
│ │ │ ├─┬ create-ecdh@4.0.0
│ │ │ │ ├── bn.js@4.11.8 deduped
│ │ │ │ └── elliptic@6.4.0 deduped
│ │ │ ├─┬ create-hash@1.1.3
│ │ │ │ ├─┬ cipher-base@1.0.4
│ │ │ │ │ ├── inherits@2.0.3 deduped
│ │ │ │ │ └── safe-buffer@5.1.1 deduped
│ │ │ │ ├── inherits@2.0.3 deduped
│ │ │ │ ├─┬ ripemd160@2.0.1
│ │ │ │ │ ├─┬ hash-base@2.0.2
│ │ │ │ │ │ └── inherits@2.0.3 deduped
│ │ │ │ │ └── inherits@2.0.3 deduped
│ │ │ │ └── sha.js@2.4.9 deduped
│ │ │ ├─┬ create-hmac@1.1.6
│ │ │ │ ├── cipher-base@1.0.4 deduped
│ │ │ │ ├── create-hash@1.1.3 deduped
│ │ │ │ ├── inherits@2.0.3 deduped
│ │ │ │ ├── ripemd160@2.0.1 deduped
│ │ │ │ ├── safe-buffer@5.1.1 deduped
│ │ │ │ └── sha.js@2.4.9 deduped
│ │ │ ├─┬ diffie-hellman@5.0.2
│ │ │ │ ├── bn.js@4.11.8 deduped
│ │ │ │ ├─┬ miller-rabin@4.0.1
│ │ │ │ │ ├── bn.js@4.11.8 deduped
│ │ │ │ │ └── brorand@1.1.0 deduped
│ │ │ │ └── randombytes@2.0.6 deduped
│ │ │ ├── inherits@2.0.3 deduped
│ │ │ ├─┬ pbkdf2@3.0.14
│ │ │ │ ├── create-hash@1.1.3 deduped
│ │ │ │ ├── create-hmac@1.1.6 deduped
│ │ │ │ ├── ripemd160@2.0.1 deduped
│ │ │ │ ├── safe-buffer@5.1.1 deduped
│ │ │ │ └── sha.js@2.4.9 deduped
│ │ │ ├─┬ public-encrypt@4.0.0
│ │ │ │ ├── bn.js@4.11.8 deduped
│ │ │ │ ├── browserify-rsa@4.0.1 deduped
│ │ │ │ ├── create-hash@1.1.3 deduped
│ │ │ │ ├── parse-asn1@5.1.0 deduped
│ │ │ │ └── randombytes@2.0.6 deduped
│ │ │ ├─┬ randombytes@2.0.6
│ │ │ │ └── safe-buffer@5.1.1 deduped
│ │ │ └─┬ randomfill@1.0.3
│ │ │ ├── randombytes@2.0.6 deduped
│ │ │ └── safe-buffer@5.1.1 deduped
│ │ ├── defined@1.0.0
│ │ ├─┬ deps-sort@2.0.0
│ │ │ ├── JSONStream@1.3.2 deduped
│ │ │ ├── shasum@1.0.2 deduped
│ │ │ ├── subarg@1.0.0 deduped
│ │ │ └── through2@2.0.3 deduped
│ │ ├── domain-browser@1.1.7
│ │ ├─┬ duplexer2@0.1.4
│ │ │ └── readable-stream@2.3.3 deduped
│ │ ├── events@1.1.1
│ │ ├── glob@7.1.2 deduped
│ │ ├── has@1.0.1 deduped
│ │ ├── htmlescape@1.1.1
│ │ ├── https-browserify@1.0.0
│ │ ├── inherits@2.0.3 deduped
│ │ ├─┬ insert-module-globals@7.0.1
│ │ │ ├── combine-source-map@0.7.2 deduped
│ │ │ ├─┬ concat-stream@1.5.2
│ │ │ │ ├── inherits@2.0.3 deduped
│ │ │ │ ├─┬ readable-stream@2.0.6
│ │ │ │ │ ├── core-util-is@1.0.2 deduped
│ │ │ │ │ ├── inherits@2.0.3 deduped
│ │ │ │ │ ├── isarray@1.0.0 deduped
│ │ │ │ │ ├── process-nextick-args@1.0.7 deduped
│ │ │ │ │ ├── string_decoder@0.10.31
│ │ │ │ │ └── util-deprecate@1.0.2 deduped
│ │ │ │ └── typedarray@0.0.6 deduped
│ │ │ ├── is-buffer@1.1.6
│ │ │ ├── JSONStream@1.3.2 deduped
│ │ │ ├─┬ lexical-scope@1.2.0
│ │ │ │ └─┬ astw@2.2.0
│ │ │ │ └── acorn@4.0.13
│ │ │ ├── process@0.11.10 deduped
│ │ │ ├── through2@2.0.3 deduped
│ │ │ └── xtend@4.0.1 deduped
│ │ ├─┬ JSONStream@1.3.2
│ │ │ ├── jsonparse@1.3.1
│ │ │ └── through@2.3.8 deduped
│ │ ├─┬ labeled-stream-splicer@2.0.0
│ │ │ ├── inherits@2.0.3 deduped
│ │ │ ├── isarray@0.0.1
│ │ │ └─┬ stream-splicer@2.0.0
│ │ │ ├── inherits@2.0.3 deduped
│ │ │ └── readable-stream@2.3.3 deduped
│ │ ├─┬ module-deps@4.1.1
│ │ │ ├── browser-resolve@1.11.2 deduped
│ │ │ ├── cached-path-relative@1.0.1 deduped
│ │ │ ├─┬ concat-stream@1.5.2
│ │ │ │ ├── inherits@2.0.3 deduped
│ │ │ │ ├─┬ readable-stream@2.0.6
│ │ │ │ │ ├── core-util-is@1.0.2 deduped
│ │ │ │ │ ├── inherits@2.0.3 deduped
│ │ │ │ │ ├── isarray@1.0.0 deduped
│ │ │ │ │ ├── process-nextick-args@1.0.7 deduped
│ │ │ │ │ ├── string_decoder@0.10.31
│ │ │ │ │ └── util-deprecate@1.0.2 deduped
│ │ │ │ └── typedarray@0.0.6 deduped
│ │ │ ├── defined@1.0.0 deduped
│ │ │ ├─┬ detective@4.7.1
│ │ │ │ ├── acorn@5.3.0 deduped
│ │ │ │ └── defined@1.0.0 deduped
│ │ │ ├── duplexer2@0.1.4 deduped
│ │ │ ├── inherits@2.0.3 deduped
│ │ │ ├── JSONStream@1.3.2 deduped
│ │ │ ├── parents@1.0.1 deduped
│ │ │ ├── readable-stream@2.3.3 deduped
│ │ │ ├── resolve@1.5.0 deduped
│ │ │ ├─┬ stream-combiner2@1.1.1
│ │ │ │ ├── duplexer2@0.1.4 deduped
│ │ │ │ └── readable-stream@2.3.3 deduped
│ │ │ ├── subarg@1.0.0 deduped
│ │ │ ├── through2@2.0.3 deduped
│ │ │ └── xtend@4.0.1 deduped
│ │ ├── os-browserify@0.3.0
│ │ ├─┬ parents@1.0.1
│ │ │ └── path-platform@0.11.15
│ │ ├── path-browserify@0.0.0
│ │ ├── process@0.11.10
│ │ ├── punycode@1.4.1
│ │ ├── querystring-es3@0.2.1
│ │ ├─┬ read-only-stream@2.0.0
│ │ │ └── readable-stream@2.3.3 deduped
│ │ ├── readable-stream@2.3.3 deduped
│ │ ├── resolve@1.5.0 deduped
│ │ ├─┬ shasum@1.0.2
│ │ │ ├─┬ json-stable-stringify@0.0.1
│ │ │ │ └── jsonify@0.0.0 deduped
│ │ │ └─┬ sha.js@2.4.9
│ │ │ ├── inherits@2.0.3 deduped
│ │ │ └── safe-buffer@5.1.1 deduped
│ │ ├─┬ shell-quote@1.6.1
│ │ │ ├── array-filter@0.0.1
│ │ │ ├── array-map@0.0.0
│ │ │ ├── array-reduce@0.0.0
│ │ │ └── jsonify@0.0.0
│ │ ├─┬ stream-browserify@2.0.1
│ │ │ ├── inherits@2.0.3 deduped
│ │ │ └── readable-stream@2.3.3 deduped
│ │ ├─┬ stream-http@2.7.2
│ │ │ ├── builtin-status-codes@3.0.0
│ │ │ ├── inherits@2.0.3 deduped
│ │ │ ├── readable-stream@2.3.3 deduped
│ │ │ ├── to-arraybuffer@1.0.1
│ │ │ └── xtend@4.0.1 deduped
│ │ ├─┬ string_decoder@1.0.3
│ │ │ └── safe-buffer@5.1.1 deduped
│ │ ├─┬ subarg@1.0.0
│ │ │ └── minimist@1.2.0
│ │ ├─┬ syntax-error@1.3.0
│ │ │ └── acorn@4.0.13
│ │ ├─┬ through2@2.0.3
│ │ │ ├── readable-stream@2.3.3 deduped
│ │ │ └── xtend@4.0.1 deduped
│ │ ├─┬ timers-browserify@1.4.2
│ │ │ └── process@0.11.10 deduped
│ │ ├── tty-browserify@0.0.0
│ │ ├─┬ url@0.11.0
│ │ │ ├── punycode@1.3.2
│ │ │ └── querystring@0.2.0
│ │ ├─┬ util@0.10.3
│ │ │ └── inherits@2.0.1
│ │ ├─┬ vm-browserify@0.0.4
│ │ │ └── indexof@0.0.1
│ │ └── xtend@4.0.1
│ ├── chokidar@1.7.0 deduped
│ ├── colors@1.1.2
│ ├─┬ combine-lists@1.0.1
│ │ └── lodash@4.17.4 deduped
│ ├─┬ connect@3.6.5
│ │ ├── debug@2.6.9 deduped
│ │ ├─┬ finalhandler@1.0.6
│ │ │ ├── debug@2.6.9 deduped
│ │ │ ├── encodeurl@1.0.1 deduped
│ │ │ ├── escape-html@1.0.3 deduped
│ │ │ ├── on-finished@2.3.0 deduped
│ │ │ ├── parseurl@1.3.2 deduped
│ │ │ ├── statuses@1.3.1 deduped
│ │ │ └── unpipe@1.0.0 deduped
│ │ ├── parseurl@1.3.2 deduped
│ │ └── utils-merge@1.0.1 deduped
│ ├── core-js@2.5.3
│ ├── di@0.0.1
│ ├─┬ dom-serialize@2.2.1
│ │ ├── custom-event@1.0.1
│ │ ├── ent@2.2.0
│ │ ├── extend@3.0.1
│ │ └── void-elements@2.0.1
│ ├─┬ expand-braces@0.1.2
│ │ ├── array-slice@0.2.3
│ │ ├── array-unique@0.2.1
│ │ └─┬ braces@0.1.5
│ │ └─┬ expand-range@0.1.1
│ │ ├── is-number@0.1.1
│ │ └── repeat-string@0.2.2
│ ├── glob@7.1.2 deduped
│ ├── graceful-fs@4.1.11
│ ├─┬ http-proxy@1.16.2
│ │ ├── eventemitter3@1.2.0
│ │ └── requires-port@1.0.0
│ ├── isbinaryfile@3.0.2
│ ├── lodash@4.17.4 deduped
│ ├─┬ log4js@2.4.1
│ │ ├─┬ axios@0.15.3
│ │ │ └─┬ follow-redirects@1.0.0
│ │ │ └── debug@2.6.9 deduped
│ │ ├── circular-json@0.4.0
│ │ ├── date-format@1.2.0
│ │ ├─┬ debug@3.1.0
│ │ │ └── ms@2.0.0 deduped
│ │ ├─┬ hipchat-notifier@1.1.0
│ │ │ ├── lodash@4.17.4 deduped
│ │ │ └── request@2.83.0 deduped
│ │ ├─┬ loggly@1.1.1
│ │ │ ├── json-stringify-safe@5.0.1
│ │ │ ├─┬ request@2.75.0
│ │ │ │ ├── aws-sign2@0.6.0
│ │ │ │ ├── aws4@1.6.0 deduped
│ │ │ │ ├─┬ bl@1.1.2
│ │ │ │ │ └─┬ readable-stream@2.0.6
│ │ │ │ │ ├── core-util-is@1.0.2 deduped
│ │ │ │ │ ├── inherits@2.0.3 deduped
│ │ │ │ │ ├── isarray@1.0.0 deduped
│ │ │ │ │ ├── process-nextick-args@1.0.7 deduped
│ │ │ │ │ ├── string_decoder@0.10.31
│ │ │ │ │ └── util-deprecate@1.0.2 deduped
│ │ │ │ ├── caseless@0.11.0
│ │ │ │ ├── combined-stream@1.0.5 deduped
│ │ │ │ ├── extend@3.0.1 deduped
│ │ │ │ ├── forever-agent@0.6.1 deduped
│ │ │ │ ├─┬ form-data@2.0.0
│ │ │ │ │ ├── asynckit@0.4.0 deduped
│ │ │ │ │ ├── combined-stream@1.0.5 deduped
│ │ │ │ │ └── mime-types@2.1.17 deduped
│ │ │ │ ├─┬ har-validator@2.0.6
│ │ │ │ │ ├── chalk@1.1.3 deduped
│ │ │ │ │ ├── commander@2.13.0 deduped
│ │ │ │ │ ├── is-my-json-valid@2.17.1 deduped
│ │ │ │ │ └── pinkie-promise@2.0.1 deduped
│ │ │ │ ├─┬ hawk@3.1.3
│ │ │ │ │ ├─┬ boom@2.10.1
│ │ │ │ │ │ └── hoek@2.16.3 deduped
│ │ │ │ │ ├─┬ cryptiles@2.0.5
│ │ │ │ │ │ └── boom@2.10.1 deduped
│ │ │ │ │ ├── hoek@2.16.3
│ │ │ │ │ └─┬ sntp@1.0.9
│ │ │ │ │ └── hoek@2.16.3 deduped
│ │ │ │ ├─┬ http-signature@1.1.1
│ │ │ │ │ ├── assert-plus@0.2.0
│ │ │ │ │ ├── jsprim@1.4.1 deduped
│ │ │ │ │ └── sshpk@1.13.1 deduped
│ │ │ │ ├── is-typedarray@1.0.0 deduped
│ │ │ │ ├── isstream@0.1.2 deduped
│ │ │ │ ├── json-stringify-safe@5.0.1 deduped
│ │ │ │ ├── mime-types@2.1.17 deduped
│ │ │ │ ├── node-uuid@1.4.8
│ │ │ │ ├── oauth-sign@0.8.2 deduped
│ │ │ │ ├── qs@6.2.3
│ │ │ │ ├── stringstream@0.0.5 deduped
│ │ │ │ ├── tough-cookie@2.3.3 deduped
│ │ │ │ └── tunnel-agent@0.4.3
│ │ │ └── timespan@2.3.0
│ │ ├─┬ mailgun-js@0.7.15
│ │ │ ├── async@2.1.5 deduped
│ │ │ ├─┬ debug@2.2.0
│ │ │ │ └── ms@0.7.1
│ │ │ ├─┬ form-data@2.1.4
│ │ │ │ ├── asynckit@0.4.0
│ │ │ │ ├── combined-stream@1.0.5 deduped
│ │ │ │ └── mime-types@2.1.17 deduped
│ │ │ ├── inflection@1.10.0
│ │ │ ├── is-stream@1.1.0
│ │ │ ├─┬ path-proxy@1.0.0
│ │ │ │ └── inflection@1.3.8
│ │ │ ├─┬ proxy-agent@2.0.0
│ │ │ │ ├── agent-base@2.1.1 deduped
│ │ │ │ ├── debug@2.6.9 deduped
│ │ │ │ ├── extend@3.0.1 deduped
│ │ │ │ ├─┬ http-proxy-agent@1.0.0
│ │ │ │ │ ├── agent-base@2.1.1 deduped
│ │ │ │ │ ├── debug@2.6.9 deduped
│ │ │ │ │ └── extend@3.0.1 deduped
│ │ │ │ ├── https-proxy-agent@1.0.0 deduped
│ │ │ │ ├── lru-cache@2.6.5
│ │ │ │ ├─┬ pac-proxy-agent@1.1.0
│ │ │ │ │ ├── agent-base@2.1.1 deduped
│ │ │ │ │ ├── debug@2.6.9 deduped
│ │ │ │ │ ├── extend@3.0.1 deduped
│ │ │ │ │ ├─┬ get-uri@2.0.1
│ │ │ │ │ │ ├── data-uri-to-buffer@1.2.0
│ │ │ │ │ │ ├── debug@2.6.9 deduped
│ │ │ │ │ │ ├── extend@3.0.1 deduped
│ │ │ │ │ │ ├── file-uri-to-path@1.0.0
│ │ │ │ │ │ ├─┬ ftp@0.3.10
│ │ │ │ │ │ │ ├─┬ readable-stream@1.1.14
│ │ │ │ │ │ │ │ ├── core-util-is@1.0.2 deduped
│ │ │ │ │ │ │ │ ├── inherits@2.0.3 deduped
│ │ │ │ │ │ │ │ ├── isarray@0.0.1
│ │ │ │ │ │ │ │ └── string_decoder@0.10.31
│ │ │ │ │ │ │ └── xregexp@2.0.0
│ │ │ │ │ │ └── readable-stream@2.3.3 deduped
│ │ │ │ │ ├── http-proxy-agent@1.0.0 deduped
│ │ │ │ │ ├── https-proxy-agent@1.0.0 deduped
│ │ │ │ │ ├─┬ pac-resolver@2.0.0
│ │ │ │ │ │ ├── co@3.0.6
│ │ │ │ │ │ ├─┬ degenerator@1.0.4
│ │ │ │ │ │ │ ├── ast-types@0.10.1
│ │ │ │ │ │ │ ├─┬ escodegen@1.9.0
│ │ │ │ │ │ │ │ ├── esprima@3.1.3
│ │ │ │ │ │ │ │ ├── estraverse@4.2.0 deduped
│ │ │ │ │ │ │ │ ├── esutils@2.0.2 deduped
│ │ │ │ │ │ │ │ ├── optionator@0.8.2 deduped
│ │ │ │ │ │ │ │ └── source-map@0.5.7 deduped
│ │ │ │ │ │ │ └── esprima@3.1.3
│ │ │ │ │ │ ├── ip@1.0.1
│ │ │ │ │ │ ├── netmask@1.0.6
│ │ │ │ │ │ └── thunkify@2.1.2
│ │ │ │ │ ├── raw-body@2.3.2 deduped
│ │ │ │ │ └── socks-proxy-agent@2.1.1 deduped
│ │ │ │ └─┬ socks-proxy-agent@2.1.1
│ │ │ │ ├── agent-base@2.1.1 deduped
│ │ │ │ ├── extend@3.0.1 deduped
│ │ │ │ └─┬ socks@1.1.10
│ │ │ │ ├── ip@1.1.5
│ │ │ │ └── smart-buffer@1.1.15 deduped
│ │ │ ├── q@1.4.1 deduped
│ │ │ └── tsscmp@1.0.5
│ │ ├─┬ nodemailer@2.7.2
│ │ │ ├─┬ libmime@3.0.0
│ │ │ │ ├── iconv-lite@0.4.15
│ │ │ │ ├── libbase64@0.1.0
│ │ │ │ └── libqp@1.1.0
│ │ │ ├─┬ mailcomposer@4.0.1
│ │ │ │ ├─┬ buildmail@4.0.1
│ │ │ │ │ ├── addressparser@1.0.1
│ │ │ │ │ ├── libbase64@0.1.0 deduped
│ │ │ │ │ ├── libmime@3.0.0 deduped
│ │ │ │ │ ├── libqp@1.1.0 deduped
│ │ │ │ │ ├── nodemailer-fetch@1.6.0 deduped
│ │ │ │ │ ├── nodemailer-shared@1.1.0 deduped
│ │ │ │ │ └── punycode@1.4.1 deduped
│ │ │ │ └── libmime@3.0.0 deduped
│ │ │ ├─┬ nodemailer-direct-transport@3.3.2
│ │ │ │ ├── nodemailer-shared@1.1.0 deduped
│ │ │ │ └─┬ smtp-connection@2.12.0
│ │ │ │ ├─┬ httpntlm@1.6.1
│ │ │ │ │ ├── httpreq@0.4.24
│ │ │ │ │ └── underscore@1.7.0
│ │ │ │ └── nodemailer-shared@1.1.0 deduped
│ │ │ ├─┬ nodemailer-shared@1.1.0
│ │ │ │ └── nodemailer-fetch@1.6.0
│ │ │ ├─┬ nodemailer-smtp-pool@2.8.2
│ │ │ │ ├── nodemailer-shared@1.1.0 deduped
│ │ │ │ ├── nodemailer-wellknown@0.1.10
│ │ │ │ └── smtp-connection@2.12.0 deduped
│ │ │ ├─┬ nodemailer-smtp-transport@2.7.2
│ │ │ │ ├── nodemailer-shared@1.1.0 deduped
│ │ │ │ ├── nodemailer-wellknown@0.1.10 deduped
│ │ │ │ └── smtp-connection@2.12.0 deduped
│ │ │ └─┬ socks@1.1.9
│ │ │ ├── ip@1.1.5
│ │ │ └── smart-buffer@1.1.15
│ │ ├─┬ redis@2.8.0
│ │ │ ├── double-ended-queue@2.1.0-0
│ │ │ ├── redis-commands@1.3.1
│ │ │ └── redis-parser@2.6.0
│ │ ├── semver@5.4.1 deduped
│ │ ├─┬ slack-node@0.2.0
│ │ │ └─┬ requestretry@1.12.2
│ │ │ ├── extend@3.0.1 deduped
│ │ │ ├── lodash@4.17.4 deduped
│ │ │ ├── request@2.83.0 deduped
│ │ │ └── when@3.7.8
│ │ └─┬ streamroller@0.7.0
│ │ ├── date-format@1.2.0 deduped
│ │ ├─┬ debug@3.1.0
│ │ │ └── ms@2.0.0 deduped
│ │ ├── mkdirp@0.5.1 deduped
│ │ └── readable-stream@2.3.3 deduped
│ ├── mime@1.4.1
│ ├── minimatch@3.0.4 deduped
│ ├─┬ optimist@0.6.1
│ │ ├── minimist@0.0.8 deduped
│ │ └── wordwrap@0.0.3
│ ├── qjobs@1.1.5
│ ├── range-parser@1.2.0 deduped
│ ├── rimraf@2.6.2 deduped
│ ├── safe-buffer@5.1.1 deduped
│ ├─┬ socket.io@2.0.4
│ │ ├── debug@2.6.9 deduped
│ │ ├─┬ engine.io@3.1.4
│ │ │ ├─┬ accepts@1.3.3
│ │ │ │ ├── mime-types@2.1.17 deduped
│ │ │ │ └── negotiator@0.6.1 deduped
│ │ │ ├── base64id@1.0.0
│ │ │ ├── cookie@0.3.1 deduped
│ │ │ ├── debug@2.6.9 deduped
│ │ │ ├─┬ engine.io-parser@2.1.2
│ │ │ │ ├── after@0.8.2
│ │ │ │ ├── arraybuffer.slice@0.0.7
│ │ │ │ ├── base64-arraybuffer@0.1.5 deduped
│ │ │ │ ├── blob@0.0.4
│ │ │ │ └── has-binary2@1.0.2 deduped
│ │ │ ├── uws@0.14.5
│ │ │ └─┬ ws@3.3.3
│ │ │ ├── async-limiter@1.0.0
│ │ │ ├── safe-buffer@5.1.1 deduped
│ │ │ └── ultron@1.1.1
│ │ ├── socket.io-adapter@1.1.1
│ │ ├─┬ socket.io-client@2.0.4
│ │ │ ├── backo2@1.0.2
│ │ │ ├── base64-arraybuffer@0.1.5
│ │ │ ├── component-bind@1.0.0
│ │ │ ├── component-emitter@1.2.1
│ │ │ ├── debug@2.6.9 deduped
│ │ │ ├─┬ engine.io-client@3.1.4
│ │ │ │ ├── component-emitter@1.2.1 deduped
│ │ │ │ ├── component-inherit@0.0.3
│ │ │ │ ├── debug@2.6.9 deduped
│ │ │ │ ├── engine.io-parser@2.1.2 deduped
│ │ │ │ ├── has-cors@1.1.0 deduped
│ │ │ │ ├── indexof@0.0.1 deduped
│ │ │ │ ├── parseqs@0.0.5 deduped
│ │ │ │ ├── parseuri@0.0.5 deduped
│ │ │ │ ├── ws@3.3.3 deduped
│ │ │ │ ├── xmlhttprequest-ssl@1.5.5
│ │ │ │ └── yeast@0.1.2
│ │ │ ├── has-cors@1.1.0
│ │ │ ├── indexof@0.0.1 deduped
│ │ │ ├── object-component@0.0.3
│ │ │ ├─┬ parseqs@0.0.5
│ │ │ │ └─┬ better-assert@1.0.2
│ │ │ │ └── callsite@1.0.0
│ │ │ ├─┬ parseuri@0.0.5
│ │ │ │ └── better-assert@1.0.2 deduped
│ │ │ ├── socket.io-parser@3.1.2 deduped
│ │ │ └── to-array@0.1.4
│ │ └─┬ socket.io-parser@3.1.2
│ │ ├── component-emitter@1.2.1 deduped
│ │ ├── debug@2.6.9 deduped
│ │ ├─┬ has-binary2@1.0.2
│ │ │ └── isarray@2.0.1
│ │ └── isarray@2.0.1
│ ├── source-map@0.6.1
│ ├─┬ tmp@0.0.33
│ │ └── os-tmpdir@1.0.2
│ └─┬ useragent@2.2.1
│ ├── lru-cache@2.2.4
│ └── tmp@0.0.33 deduped
├─┬ karma-chrome-launcher@2.2.0
│ ├─┬ fs-access@1.0.1
│ │ └── null-check@1.0.0
│ └─┬ which@1.3.0
│ └── isexe@2.0.0
├── karma-firefox-launcher@1.1.0
├─┬ karma-ie-launcher@1.0.0
│ └── lodash@4.17.4 deduped
├─┬ karma-mocha@1.3.0
│ └── minimist@1.2.0
├─┬ karma-mocha-reporter@2.2.5
│ ├─┬ chalk@2.3.0
│ │ ├─┬ ansi-styles@3.2.0
│ │ │ └── color-convert@1.9.1 deduped
│ │ ├── escape-string-regexp@1.0.5 deduped
│ │ └─┬ supports-color@4.5.0
│ │ └── has-flag@2.0.0 deduped
│ ├─┬ log-symbols@2.1.0
│ │ └─┬ chalk@2.3.0
│ │ ├─┬ ansi-styles@3.2.0
│ │ │ └── color-convert@1.9.1 deduped
│ │ ├── escape-string-regexp@1.0.5 deduped
│ │ └─┬ supports-color@4.5.0
│ │ └── has-flag@2.0.0 deduped
│ └─┬ strip-ansi@4.0.0
│ └── ansi-regex@3.0.0
├── karma-opera-launcher@1.0.0
├─┬ karma-phantomjs-launcher@1.0.4
│ ├── lodash@4.17.4 deduped
│ └─┬ phantomjs-prebuilt@2.1.16
│ ├── es6-promise@4.2.2
│ ├─┬ extract-zip@1.6.6
│ │ ├── concat-stream@1.6.0 deduped
│ │ ├── debug@2.6.9 deduped
│ │ ├─┬ mkdirp@0.5.0
│ │ │ └── minimist@0.0.8 deduped
│ │ └─┬ yauzl@2.4.1
│ │ └─┬ fd-slicer@1.0.1
│ │ └── pend@1.2.0
│ ├─┬ fs-extra@1.0.0
│ │ ├── graceful-fs@4.1.11 deduped
│ │ ├─┬ jsonfile@2.4.0
│ │ │ └── graceful-fs@4.1.11 deduped
│ │ └─┬ klaw@1.3.1
│ │ └── graceful-fs@4.1.11 deduped
│ ├─┬ hasha@2.2.0
│ │ ├── is-stream@1.1.0 deduped
│ │ └─┬ pinkie-promise@2.0.1
│ │ └── pinkie@2.0.4
│ ├── kew@0.7.0
│ ├── progress@1.1.8
│ ├─┬ request@2.83.0
│ │ ├── aws-sign2@0.7.0
│ │ ├── aws4@1.6.0
│ │ ├── caseless@0.12.0
│ │ ├─┬ combined-stream@1.0.5
│ │ │ └── delayed-stream@1.0.0
│ │ ├── extend@3.0.1 deduped
│ │ ├── forever-agent@0.6.1
│ │ ├─┬ form-data@2.3.1
│ │ │ ├── asynckit@0.4.0 deduped
│ │ │ ├── combined-stream@1.0.5 deduped
│ │ │ └── mime-types@2.1.17 deduped
│ │ ├─┬ har-validator@5.0.3
│ │ │ ├── ajv@5.5.2 deduped
│ │ │ └── har-schema@2.0.0
│ │ ├─┬ hawk@6.0.2
│ │ │ ├─┬ boom@4.3.1
│ │ │ │ └── hoek@4.2.0 deduped
│ │ │ ├─┬ cryptiles@3.1.2
│ │ │ │ └─┬ boom@5.2.0
│ │ │ │ └── hoek@4.2.0 deduped
│ │ │ ├── hoek@4.2.0
│ │ │ └─┬ sntp@2.1.0
│ │ │ └── hoek@4.2.0 deduped
│ │ ├─┬ http-signature@1.2.0
│ │ │ ├── assert-plus@1.0.0
│ │ │ ├─┬ jsprim@1.4.1
│ │ │ │ ├── assert-plus@1.0.0 deduped
│ │ │ │ ├── extsprintf@1.3.0
│ │ │ │ ├── json-schema@0.2.3
│ │ │ │ └─┬ verror@1.10.0
│ │ │ │ ├── assert-plus@1.0.0 deduped
│ │ │ │ ├── core-util-is@1.0.2 deduped
│ │ │ │ └── extsprintf@1.3.0 deduped
│ │ │ └─┬ sshpk@1.13.1
│ │ │ ├── asn1@0.2.3
│ │ │ ├── assert-plus@1.0.0 deduped
│ │ │ ├─┬ bcrypt-pbkdf@1.0.1
│ │ │ │ └── tweetnacl@0.14.5 deduped
│ │ │ ├─┬ dashdash@1.14.1
│ │ │ │ └── assert-plus@1.0.0 deduped
│ │ │ ├─┬ ecc-jsbn@0.1.1
│ │ │ │ └── jsbn@0.1.1 deduped
│ │ │ ├─┬ getpass@0.1.7
│ │ │ │ └── assert-plus@1.0.0 deduped
│ │ │ ├── jsbn@0.1.1
│ │ │ └── tweetnacl@0.14.5
│ │ ├── is-typedarray@1.0.0
│ │ ├── isstream@0.1.2
│ │ ├── json-stringify-safe@5.0.1 deduped
│ │ ├── mime-types@2.1.17 deduped
│ │ ├── oauth-sign@0.8.2
│ │ ├── performance-now@2.1.0
│ │ ├── qs@6.5.1 deduped
│ │ ├── safe-buffer@5.1.1 deduped
│ │ ├── stringstream@0.0.5
│ │ ├─┬ tough-cookie@2.3.3
│ │ │ └── punycode@1.4.1 deduped
│ │ ├─┬ tunnel-agent@0.6.0
│ │ │ └── safe-buffer@5.1.1 deduped
│ │ └── uuid@3.1.0
│ ├─┬ request-progress@2.0.1
│ │ └── throttleit@1.0.0
│ └── which@1.3.0 deduped
├─┬ karma-rollup-preprocessor@5.0.2
│ ├── chokidar@1.7.0 deduped
│ └── object-assign@4.1.1
├── karma-safari-launcher@1.0.0
├─┬ karma-sauce-launcher@1.2.0
│ ├── q@1.5.1
│ ├─┬ sauce-connect-launcher@1.2.3
│ │ ├── adm-zip@0.4.7
│ │ ├─┬ async@2.1.5
│ │ │ └── lodash@4.17.4 deduped
│ │ ├─┬ https-proxy-agent@1.0.0
│ │ │ ├─┬ agent-base@2.1.1
│ │ │ │ ├── extend@3.0.1 deduped
│ │ │ │ └── semver@5.0.3
│ │ │ ├── debug@2.6.9 deduped
│ │ │ └── extend@3.0.1 deduped
│ │ ├── lodash@4.17.4 deduped
│ │ └── rimraf@2.6.2 deduped
│ ├─┬ saucelabs@1.4.0
│ │ └── https-proxy-agent@1.0.0 deduped
│ └─┬ wd@1.5.0
│ ├─┬ archiver@1.3.0
│ │ ├─┬ archiver-utils@1.3.0
│ │ │ ├── glob@7.1.2 deduped
│ │ │ ├── graceful-fs@4.1.11 deduped
│ │ │ ├─┬ lazystream@1.0.0
│ │ │ │ └── readable-stream@2.3.3 deduped
│ │ │ ├── lodash@4.17.4 deduped
│ │ │ ├── normalize-path@2.1.1 deduped
│ │ │ └── readable-stream@2.3.3 deduped
│ │ ├── async@2.1.5 deduped
│ │ ├── buffer-crc32@0.2.13
│ │ ├── glob@7.1.2 deduped
│ │ ├── lodash@4.17.4 deduped
│ │ ├── readable-stream@2.3.3 deduped
│ │ ├─┬ tar-stream@1.5.5
│ │ │ ├── bl@1.1.2 deduped
│ │ │ ├─┬ end-of-stream@1.4.1
│ │ │ │ └── once@1.4.0 deduped
│ │ │ ├── readable-stream@2.3.3 deduped
│ │ │ └── xtend@4.0.1 deduped
│ │ ├── walkdir@0.0.11
│ │ └─┬ zip-stream@1.2.0
│ │ ├── archiver-utils@1.3.0 deduped
│ │ ├─┬ compress-commons@1.2.2
│ │ │ ├── buffer-crc32@0.2.13 deduped
│ │ │ ├─┬ crc32-stream@2.0.0
│ │ │ │ ├── crc@3.5.0
│ │ │ │ └── readable-stream@2.3.3 deduped
│ │ │ ├── normalize-path@2.1.1 deduped
│ │ │ └── readable-stream@2.3.3 deduped
│ │ ├── lodash@4.17.4 deduped
│ │ └── readable-stream@2.3.3 deduped
│ ├─┬ async@2.0.1
│ │ └── lodash@4.16.2 deduped
│ ├── lodash@4.16.2
│ ├── mkdirp@0.5.1 deduped
│ ├── q@1.4.1
│ ├─┬ request@2.79.0
│ │ ├── aws-sign2@0.6.0
│ │ ├── aws4@1.6.0 deduped
│ │ ├── caseless@0.11.0
│ │ ├── combined-stream@1.0.5 deduped
│ │ ├── extend@3.0.1 deduped
│ │ ├── forever-agent@0.6.1 deduped
│ │ ├─┬ form-data@2.1.4
│ │ │ ├── asynckit@0.4.0 deduped
│ │ │ ├── combined-stream@1.0.5 deduped
│ │ │ └── mime-types@2.1.17 deduped
│ │ ├─┬ har-validator@2.0.6
│ │ │ ├── chalk@1.1.3 deduped
│ │ │ ├── commander@2.13.0 deduped
│ │ │ ├─┬ is-my-json-valid@2.17.1
│ │ │ │ ├── generate-function@2.0.0
│ │ │ │ ├─┬ generate-object-property@1.2.0
│ │ │ │ │ └── is-property@1.0.2
│ │ │ │ ├── jsonpointer@4.0.1
│ │ │ │ └── xtend@4.0.1 deduped
│ │ │ └── pinkie-promise@2.0.1 deduped
│ │ ├─┬ hawk@3.1.3
│ │ │ ├─┬ boom@2.10.1
│ │ │ │ └── hoek@2.16.3 deduped
│ │ │ ├─┬ cryptiles@2.0.5
│ │ │ │ └── boom@2.10.1 deduped
│ │ │ ├── hoek@2.16.3
│ │ │ └─┬ sntp@1.0.9
│ │ │ └── hoek@2.16.3 deduped
│ │ ├─┬ http-signature@1.1.1
│ │ │ ├── assert-plus@0.2.0
│ │ │ ├── jsprim@1.4.1 deduped
│ │ │ └── sshpk@1.13.1 deduped
│ │ ├── is-typedarray@1.0.0 deduped
│ │ ├── isstream@0.1.2 deduped
│ │ ├── json-stringify-safe@5.0.1 deduped
│ │ ├── mime-types@2.1.17 deduped
│ │ ├── oauth-sign@0.8.2 deduped
│ │ ├── qs@6.3.2
│ │ ├── stringstream@0.0.5 deduped
│ │ ├── tough-cookie@2.3.3 deduped
│ │ ├── tunnel-agent@0.4.3
│ │ └── uuid@3.1.0 deduped
│ ├─┬ underscore.string@3.3.4
│ │ ├── sprintf-js@1.0.3 deduped
│ │ └── util-deprecate@1.0.2 deduped
│ └── vargs@0.1.0
├── lodash.isplainobject@4.0.6
├─┬ mocha@4.0.1
│ ├── browser-stdout@1.3.0
│ ├── commander@2.11.0
│ ├─┬ debug@3.1.0
│ │ └── ms@2.0.0 deduped
│ ├── diff@3.3.1
│ ├── escape-string-regexp@1.0.5
│ ├── glob@7.1.2 deduped
│ ├── growl@1.10.3
│ ├── he@1.1.1
│ ├── mkdirp@0.5.1 deduped
│ └─┬ supports-color@4.4.0
│ └── has-flag@2.0.0
├─┬ rimraf@2.6.2
│ └── glob@7.1.2 deduped
├── rollup@0.52.3
├─┬ rollup-plugin-babel@3.0.3
│ └─┬ rollup-pluginutils@1.5.2
│ ├── estree-walker@0.2.1 deduped
│ └── minimatch@3.0.4 deduped
├─┬ rollup-plugin-commonjs@8.2.6
│ ├── acorn@5.3.0
│ ├── estree-walker@0.5.1
│ ├─┬ magic-string@0.22.4
│ │ └── vlq@0.2.3
│ ├─┬ resolve@1.5.0
│ │ └── path-parse@1.0.5
│ └─┬ rollup-pluginutils@2.0.1
│ ├── estree-walker@0.3.1
│ └─┬ micromatch@2.3.11
│ ├─┬ arr-diff@2.0.0
│ │ └── arr-flatten@1.1.0
│ ├── array-unique@0.2.1 deduped
│ ├─┬ braces@1.8.5
│ │ ├─┬ expand-range@1.8.2
│ │ │ └─┬ fill-range@2.2.3
│ │ │ ├─┬ is-number@2.1.0
│ │ │ │ └── kind-of@3.2.2 deduped
│ │ │ ├─┬ isobject@2.1.0
│ │ │ │ └── isarray@1.0.0 deduped
│ │ │ ├─┬ randomatic@1.1.7
│ │ │ │ ├─┬ is-number@3.0.0
│ │ │ │ │ └─┬ kind-of@3.2.2
│ │ │ │ │ └── is-buffer@1.1.6 deduped
│ │ │ │ └─┬ kind-of@4.0.0
│ │ │ │ └── is-buffer@1.1.6 deduped
│ │ │ ├── repeat-element@1.1.2 deduped
│ │ │ └── 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
│ │ └── is-extglob@1.0.0 deduped
│ ├── filename-regex@2.0.1
│ ├── is-extglob@1.0.0 deduped
│ ├── is-glob@2.0.1 deduped
│ ├─┬ kind-of@3.2.2
│ │ └── is-buffer@1.1.6 deduped
│ ├── normalize-path@2.1.1 deduped
│ ├─┬ 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 deduped
│ │ │ └── is-glob@2.0.1 deduped
│ │ ├── is-dotfile@1.0.3
│ │ ├── is-extglob@1.0.0 deduped
│ │ └── is-glob@2.0.1 deduped
│ └─┬ regex-cache@0.4.4
│ └─┬ is-equal-shallow@0.1.3
│ └── is-primitive@2.0.0
├─┬ rollup-plugin-filesize@1.5.0
│ ├─┬ boxen@1.3.0
│ │ ├─┬ ansi-align@2.0.0
│ │ │ └── string-width@2.1.1 deduped
│ │ ├── camelcase@4.1.0
│ │ ├─┬ chalk@2.3.0
│ │ │ ├─┬ ansi-styles@3.2.0
│ │ │ │ └── color-convert@1.9.1 deduped
│ │ │ ├── escape-string-regexp@1.0.5 deduped
│ │ │ └─┬ supports-color@4.5.0
│ │ │ └── has-flag@2.0.0 deduped
│ │ ├── cli-boxes@1.0.0
│ │ ├── string-width@2.1.1 deduped
│ │ ├─┬ term-size@1.2.0
│ │ │ └─┬ execa@0.7.0
│ │ │ ├── cross-spawn@5.1.0 deduped
│ │ │ ├── get-stream@3.0.0
│ │ │ ├── is-stream@1.1.0 deduped
│ │ │ ├─┬ npm-run-path@2.0.2
│ │ │ │ └── path-key@2.0.1
│ │ │ ├── p-finally@1.0.0
│ │ │ ├── signal-exit@3.0.2 deduped
│ │ │ └── strip-eof@1.0.0
│ │ └─┬ widest-line@2.0.0
│ │ └── string-width@2.1.1 deduped
│ ├── colors@1.1.2 deduped
│ ├─┬ deep-assign@2.0.0
│ │ └── is-obj@1.0.1
│ ├── filesize@3.5.11
│ └─┬ gzip-size@3.0.0
│ └── duplexer@0.1.1
├─┬ rollup-plugin-node-globals@1.1.0
│ ├── acorn@4.0.13
│ ├── buffer-es6@4.9.3
│ ├── estree-walker@0.2.1
│ ├─┬ magic-string@0.16.0
│ │ └── vlq@0.2.3 deduped
│ ├── process-es6@0.11.6
│ └── rollup-pluginutils@1.5.2 deduped
├─┬ rollup-plugin-node-resolve@3.0.0
│ ├─┬ browser-resolve@1.11.2
│ │ └── resolve@1.1.7
│ ├── builtin-modules@1.1.1
│ ├── is-module@1.0.0
│ └── resolve@1.5.0 deduped
├─┬ rollup-plugin-replace@2.0.0
│ ├── magic-string@0.22.4 deduped
│ ├── minimatch@3.0.4 deduped
│ └─┬ rollup-pluginutils@2.0.1
│ ├── estree-walker@0.3.1
│ └── micromatch@2.3.11 deduped
├─┬ rollup-plugin-stub@1.2.0
│ ├── acorn@4.0.13
│ ├─┬ magic-string@0.17.0
│ │ └── vlq@0.2.3 deduped
│ └── rollup-pluginutils@1.5.2 deduped
├─┬ rollup-plugin-uglify@2.0.1
│ └─┬ uglify-js@3.3.6
│ ├── commander@2.13.0 deduped
│ └── source-map@0.6.1
└─┬ serve-index@1.9.1
├── accepts@1.3.4 deduped
├── batch@0.6.1
├── debug@2.6.9 deduped
├── escape-html@1.0.3 deduped
├─┬ http-errors@1.6.2
│ ├── depd@1.1.1
│ ├── inherits@2.0.3 deduped
│ ├── setprototypeof@1.0.3
│ └── statuses@1.3.1 deduped
├─┬ mime-types@2.1.17
│ └── mime-db@1.30.0
└── parseurl@1.3.2 deduped