Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error with npm: [vite] Internal server error: Unexpected string #16

Closed
mariusa opened this issue Mar 30, 2021 · 8 comments
Closed

Error with npm: [vite] Internal server error: Unexpected string #16

mariusa opened this issue Mar 30, 2021 · 8 comments
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@mariusa
Copy link
Contributor

mariusa commented Mar 30, 2021

Hi,

Running 'npm install' and 'npm run dev' gives

[vite] Internal server error: Unexpected string
  Plugin: vite:css
  File: /home/marius/work/vue-template/src/App.vue?vue&type=style&index=0&lang.scss
      at wrapSafe (internal/modules/cjs/loader.js:979:16)
      at Module._compile (internal/modules/cjs/loader.js:1027:27)
      at Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)
      at Module.load (internal/modules/cjs/loader.js:928:32)
      at Function.Module._load (internal/modules/cjs/loader.js:769:14)
      at Module.require (internal/modules/cjs/loader.js:952:19)
      at require (internal/modules/cjs/helpers.js:88:18)
      at importFresh (/home/marius/work/vue-template/node_modules/vite/dist/node/chunks/dep-6e02b235.js:5931:47)
      at loadJs (/home/marius/work/vue-template/node_modules/vite/dist/node/chunks/dep-6e02b235.js:15294:18)
      at Explorer.loadFileContent (/home/marius/work/vue-template/node_modules/vite/dist/node/chunks/dep-6e02b235.js:15777:32)
      at Explorer.createCosmiconfigResult (/home/marius/work/vue-template/node_modules/vite/dist/node/chunks/dep-6e02b235.js:15782:36)
      at Explorer.loadSearchPlace (/home/marius/work/vue-template/node_modules/vite/dist/node/chunks/dep-6e02b235.js:15763:31)
      at async Explorer.searchDirectory (/home/marius/work/vue-template/node_modules/vite/dist/node/chunks/dep-6e02b235.js:15748:27)
      at async run (/home/marius/work/vue-template/node_modules/vite/dist/node/chunks/dep-6e02b235.js:15728:22)
      at async cacheWrapper (/home/marius/work/vue-template/node_modules/vite/dist/node/chunks/dep-6e02b235.js:15580:18)
      at async cacheWrapper (/home/marius/work/vue-template/node_modules/vite/dist/node/chunks/dep-6e02b235.js:15580:18)

I don't have pnpm in order to try it too. I understand that pnpm is faster, but the project should still work with npm, right?
I'm not sure this is a npm issue or a vue-template setup issue.

@martinussuherman martinussuherman self-assigned this Mar 30, 2021
@martinussuherman martinussuherman added the bug Something isn't working label Mar 30, 2021
@martinussuherman
Copy link
Owner

Hi @mariusa,

I'm sorry you got trouble when using it with npm. I'm not sure what happens, but I think using either npm or pnpm (or yarn or other package manager) shouldn't break things. I will try to reproduce the error. I'll update with the result.

@mariusa
Copy link
Contributor Author

mariusa commented Mar 30, 2021

There could be something wrong with my setup, but can't see what.
I get the same with this repo: https://github.com/matt-auckland/vite-vue2-starter
simply clone, npm install, npm run dev gives the same

[plugin:vite:css] Unexpected string
/home/marius/work/vite-vue2-starter/src/components/HelloWorld.vue

@martinussuherman
Copy link
Owner

@mariusa, I've tried using npm and unable to reproduce the error. I'm using win10 as my development machine. Not sure what's went wrong on your side.

Here is my terminal output:

E:\Data\Projects\testing>git clone git@github.com:martinussuherman/vue-template.git
Cloning into 'vue-template'...
remote: Enumerating objects: 165, done.
remote: Counting objects: 100% (165/165), done.
remote: Compressing objects: 100% (123/123), done.
remote: Total 165 (delta 59), reused 96 (delta 28), pack-reused 0
Receiving objects: 100% (165/165), 82.59 KiB | 206.00 KiB/s, done.
Resolving deltas: 100% (59/59), done.

E:\Data\Projects\testing>cd vue-template

E:\Data\Projects\testing\vue-template>npm install
npm WARN deprecated core-js@2.6.12: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.

> core-js@2.6.12 postinstall E:\Data\Projects\testing\vue-template\node_modules\babel-runtime\node_modules\core-js
> node -e "try{require('./postinstall')}catch(e){}"

Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!

The project needs your help! Please consider supporting of core-js on Open Collective or Patreon:
> https://opencollective.com/core-js
> https://www.patreon.com/zloirock

Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)


> esbuild@0.9.7 postinstall E:\Data\Projects\testing\vue-template\node_modules\esbuild
> node install.js


> postinstall-postinstall@2.1.0 postinstall E:\Data\Projects\testing\vue-template\node_modules\postinstall-postinstall
> node ./run.js


> core-js@3.9.1 postinstall E:\Data\Projects\testing\vue-template\node_modules\core-js
> node -e "try{require('./postinstall')}catch(e){}"

npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.1 (node_modules\chokidar\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
npm WARN sass-loader@11.0.1 requires a peer of webpack@^5.0.0 but none is installed. You must install peer dependencies yourself.

added 370 packages from 220 contributors and audited 372 packages in 376.437s

42 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities


E:\Data\Projects\testing\vue-template>npm run dev

> vue-template@1.1.0 dev E:\Data\Projects\testing\vue-template
> tsc --noEmit && vite

Pre-bundling dependencies:
  vue
  vuex
  vue-router
  vue-property-decorator
(this will be run only when your dependencies or config have changed)

  vite v2.1.4 dev server running at:

  > Network:  http://192.168.0.108:8080/vue-template/
  > Local:    http://localhost:8080/vue-template/

  ready in 7528ms.

Regards,

Martinus

@martinussuherman martinussuherman added the help wanted Extra attention is needed label Mar 30, 2021
@mariusa
Copy link
Contributor Author

mariusa commented Mar 30, 2021

Thanks Martinus! Something wrong on my side then.

I asked here too:
vitejs/vite#2757

I'll close this issue to keep this repo clean. Appreciate your time!

@mariusa mariusa closed this as completed Mar 30, 2021
@mariusa
Copy link
Contributor Author

mariusa commented Mar 30, 2021

Curious, what's your output for npm ls -g ? Maybe a global module interferes with the local project.

@martinussuherman
Copy link
Owner

Here it is, a very long list of things I'm afraid. Hope you find what you're looking for ...

E:\>npm ls -g
E:\Programs\node-v14.15.3-win-x64
+-- @vue/cli@4.5.11
| +-- @types/ejs@2.7.0
| +-- @types/inquirer@6.5.0
| | +-- @types/through@0.0.30
| | | `-- @types/node@14.14.22
| | `-- rxjs@6.6.3
| |   `-- tslib@1.14.1
| +-- @vue/cli-shared-utils@4.5.11
| | +-- @hapi/joi@15.1.1
| | | +-- @hapi/address@2.1.4
| | | +-- @hapi/bourne@1.3.2
| | | +-- @hapi/hoek@8.5.1
| | | `-- @hapi/topo@3.1.6
| | |   `-- @hapi/hoek@8.5.1 deduped
| | +-- chalk@2.4.2
| | | +-- ansi-styles@3.2.1
| | | | `-- color-convert@1.9.3
| | | |   `-- color-name@1.1.3
| | | +-- escape-string-regexp@1.0.5
| | | `-- supports-color@5.5.0
| | |   `-- has-flag@3.0.0
| | +-- execa@1.0.0
| | | +-- cross-spawn@6.0.5
| | | | +-- nice-try@1.0.5
| | | | +-- path-key@2.0.1
| | | | +-- semver@5.7.1
| | | | +-- shebang-command@1.2.0
| | | | | `-- shebang-regex@1.0.0
| | | | `-- which@1.3.1
| | | |   `-- isexe@2.0.0 deduped
| | | +-- get-stream@4.1.0
| | | | `-- pump@3.0.0
| | | |   +-- end-of-stream@1.4.4
| | | |   | `-- once@1.4.0 deduped
| | | |   `-- once@1.4.0 deduped
| | | +-- is-stream@1.1.0
| | | +-- npm-run-path@2.0.2
| | | | `-- path-key@2.0.1 deduped
| | | +-- p-finally@1.0.0
| | | +-- signal-exit@3.0.3
| | | `-- strip-eof@1.0.0
| | +-- launch-editor@2.2.1
| | | +-- chalk@2.4.2 deduped
| | | `-- shell-quote@1.7.2
| | +-- lru-cache@5.1.1 deduped
| | +-- node-ipc@9.1.3
| | | +-- event-pubsub@4.3.0
| | | +-- js-message@1.0.7
| | | `-- js-queue@2.0.2
| | |   `-- easy-stack@1.0.1
| | +-- open@6.4.0
| | | `-- is-wsl@1.1.0
| | +-- ora@3.4.0
| | | +-- chalk@2.4.2 deduped
| | | +-- cli-cursor@2.1.0
| | | | `-- restore-cursor@2.0.0
| | | |   +-- onetime@2.0.1
| | | |   | `-- mimic-fn@1.2.0
| | | |   `-- signal-exit@3.0.3 deduped
| | | +-- cli-spinners@2.5.0
| | | +-- log-symbols@2.2.0
| | | | `-- chalk@2.4.2 deduped
| | | +-- strip-ansi@5.2.0
| | | | `-- ansi-regex@4.1.0
| | | `-- wcwidth@1.0.1
| | |   `-- defaults@1.0.3
| | |     `-- clone@1.0.4
| | +-- read-pkg@5.2.0
| | | +-- @types/normalize-package-data@2.4.0
| | | +-- normalize-package-data@2.5.0
| | | | +-- hosted-git-info@2.8.8
| | | | +-- resolve@1.19.0 deduped
| | | | +-- semver@5.7.1
| | | | `-- validate-npm-package-license@3.0.4
| | | |   +-- spdx-correct@3.1.1
| | | |   | +-- spdx-expression-parse@3.0.1 deduped
| | | |   | `-- spdx-license-ids@3.0.7
| | | |   `-- spdx-expression-parse@3.0.1
| | | |     +-- spdx-exceptions@2.3.0
| | | |     `-- spdx-license-ids@3.0.7 deduped
| | | +-- parse-json@5.2.0
| | | | +-- @babel/code-frame@7.12.11 deduped
| | | | +-- error-ex@1.3.2
| | | | | `-- is-arrayish@0.2.1
| | | | +-- json-parse-even-better-errors@2.3.1
| | | | `-- lines-and-columns@1.1.6
| | | `-- type-fest@0.6.0
| | +-- request@2.88.2
| | | +-- aws-sign2@0.7.0
| | | +-- aws4@1.11.0
| | | +-- caseless@0.12.0
| | | +-- combined-stream@1.0.8
| | | | `-- delayed-stream@1.0.0
| | | +-- extend@3.0.2
| | | +-- forever-agent@0.6.1
| | | +-- form-data@2.3.3
| | | | +-- asynckit@0.4.0
| | | | +-- combined-stream@1.0.8 deduped
| | | | `-- mime-types@2.1.28 deduped
| | | +-- har-validator@5.1.5
| | | | +-- ajv@6.12.6
| | | | | +-- fast-deep-equal@3.1.3
| | | | | +-- fast-json-stable-stringify@2.1.0 deduped
| | | | | +-- json-schema-traverse@0.4.1
| | | | | `-- uri-js@4.4.1
| | | | |   `-- punycode@2.1.1 deduped
| | | | `-- har-schema@2.0.0
| | | +-- 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
| | | | |   `-- extsprintf@1.3.0 deduped
| | | | `-- sshpk@1.16.1
| | | |   +-- asn1@0.2.4
| | | |   | `-- safer-buffer@2.1.2 deduped
| | | |   +-- assert-plus@1.0.0 deduped
| | | |   +-- bcrypt-pbkdf@1.0.2
| | | |   | `-- tweetnacl@0.14.5 deduped
| | | |   +-- dashdash@1.14.1
| | | |   | `-- assert-plus@1.0.0 deduped
| | | |   +-- ecc-jsbn@0.1.2
| | | |   | +-- jsbn@0.1.1 deduped
| | | |   | `-- safer-buffer@2.1.2 deduped
| | | |   +-- getpass@0.1.7
| | | |   | `-- assert-plus@1.0.0 deduped
| | | |   +-- jsbn@0.1.1
| | | |   +-- safer-buffer@2.1.2 deduped
| | | |   `-- tweetnacl@0.14.5
| | | +-- is-typedarray@1.0.0
| | | +-- isstream@0.1.2
| | | +-- json-stringify-safe@5.0.1
| | | +-- mime-types@2.1.28
| | | | `-- mime-db@1.45.0
| | | +-- oauth-sign@0.9.0
| | | +-- performance-now@2.1.0
| | | +-- qs@6.5.2
| | | +-- safe-buffer@5.2.1
| | | +-- tough-cookie@2.5.0
| | | | +-- psl@1.8.0
| | | | `-- punycode@2.1.1
| | | +-- tunnel-agent@0.6.0
| | | | `-- safe-buffer@5.2.1 deduped
| | | `-- uuid@3.4.0
| | +-- semver@6.3.0
| | `-- strip-ansi@6.0.0 deduped
| +-- @vue/cli-ui@4.5.11
| | +-- @akryum/winattr@3.0.0
| | | `-- fswin@2.17.1227
| | +-- @vue/cli-shared-utils@4.5.11 deduped
| | +-- apollo-server-express@2.19.2
| | | +-- @apollographql/graphql-playground-html@1.6.26
| | | | `-- xss@1.0.8
| | | |   +-- commander@2.20.3 deduped
| | | |   `-- cssfilter@0.0.10
| | | +-- @types/accepts@1.3.5
| | | | `-- @types/node@14.14.22 deduped
| | | +-- @types/body-parser@1.19.0
| | | | +-- @types/connect@3.4.34
| | | | | `-- @types/node@14.14.22 deduped
| | | | `-- @types/node@14.14.22 deduped
| | | +-- @types/cors@2.8.8
| | | | `-- @types/express@4.17.7 deduped
| | | +-- @types/express@4.17.7
| | | | +-- @types/body-parser@1.19.0 deduped
| | | | +-- @types/express-serve-static-core@4.17.17 deduped
| | | | +-- @types/qs@6.9.5
| | | | `-- @types/serve-static@1.13.9
| | | |   +-- @types/mime@1.3.2
| | | |   `-- @types/node@14.14.22 deduped
| | | +-- @types/express-serve-static-core@4.17.17
| | | | +-- @types/node@14.14.22 deduped
| | | | +-- @types/qs@6.9.5 deduped
| | | | `-- @types/range-parser@1.2.3
| | | +-- accepts@1.3.7
| | | | +-- mime-types@2.1.28 deduped
| | | | `-- negotiator@0.6.2
| | | +-- apollo-server-core@2.19.2
| | | | +-- @apollographql/apollo-tools@0.4.8
| | | | | `-- apollo-env@0.6.5 deduped
| | | | +-- @apollographql/graphql-playground-html@1.6.26 deduped
| | | | +-- @types/graphql-upload@8.0.4
| | | | | +-- @types/express@4.17.7 deduped
| | | | | +-- @types/fs-capacitor@2.0.0
| | | | | | `-- @types/node@14.14.22 deduped
| | | | | +-- @types/koa@2.11.7
| | | | | | +-- @types/accepts@1.3.5 deduped
| | | | | | +-- @types/content-disposition@0.5.3
| | | | | | +-- @types/cookies@0.7.6
| | | | | | | +-- @types/connect@3.4.34 deduped
| | | | | | | +-- @types/express@4.17.7 deduped
| | | | | | | +-- @types/keygrip@1.0.2 deduped
| | | | | | | `-- @types/node@14.14.22 deduped
| | | | | | +-- @types/http-assert@1.5.1
| | | | | | +-- @types/http-errors@1.8.0
| | | | | | +-- @types/keygrip@1.0.2
| | | | | | +-- @types/koa-compose@3.2.5
| | | | | | | `-- @types/koa@2.11.7 deduped
| | | | | | `-- @types/node@14.14.22 deduped
| | | | | `-- graphql@15.5.0
| | | | +-- @types/ws@7.4.0
| | | | | `-- @types/node@14.14.22 deduped
| | | | +-- apollo-cache-control@0.11.6
| | | | | +-- apollo-server-env@3.0.0 deduped
| | | | | `-- apollo-server-plugin-base@0.10.4 deduped
| | | | +-- apollo-datasource@0.7.3
| | | | | +-- apollo-server-caching@0.5.3 deduped
| | | | | `-- apollo-server-env@3.0.0 deduped
| | | | +-- apollo-graphql@0.6.0
| | | | | +-- apollo-env@0.6.5 deduped
| | | | | `-- lodash.sortby@4.7.0
| | | | +-- apollo-reporting-protobuf@0.6.2
| | | | | `-- @apollo/protobufjs@1.0.5
| | | | |   +-- @protobufjs/aspromise@1.1.2
| | | | |   +-- @protobufjs/base64@1.1.2
| | | | |   +-- @protobufjs/codegen@2.0.4
| | | | |   +-- @protobufjs/eventemitter@1.1.0
| | | | |   +-- @protobufjs/fetch@1.1.0
| | | | |   | +-- @protobufjs/aspromise@1.1.2 deduped
| | | | |   | `-- @protobufjs/inquire@1.1.0 deduped
| | | | |   +-- @protobufjs/float@1.0.2
| | | | |   +-- @protobufjs/inquire@1.1.0
| | | | |   +-- @protobufjs/path@1.1.2
| | | | |   +-- @protobufjs/pool@1.1.0
| | | | |   +-- @protobufjs/utf8@1.1.0
| | | | |   +-- @types/long@4.0.1
| | | | |   +-- @types/node@10.17.51
| | | | |   `-- long@4.0.0
| | | | +-- apollo-server-caching@0.5.3
| | | | | `-- lru-cache@6.0.0
| | | | |   `-- yallist@4.0.0
| | | | +-- apollo-server-env@3.0.0
| | | | | +-- node-fetch@2.6.1 deduped
| | | | | `-- util.promisify@1.1.1
| | | | |   +-- call-bind@1.0.2
| | | | |   | +-- function-bind@1.1.1 deduped
| | | | |   | `-- get-intrinsic@1.1.0
| | | | |   |   +-- function-bind@1.1.1 deduped
| | | | |   |   +-- has@1.0.3 deduped
| | | | |   |   `-- has-symbols@1.0.1 deduped
| | | | |   +-- define-properties@1.1.3
| | | | |   | `-- object-keys@1.1.1 deduped
| | | | |   +-- for-each@0.3.3
| | | | |   | `-- is-callable@1.2.2
| | | | |   +-- has-symbols@1.0.1
| | | | |   `-- object.getownpropertydescriptors@2.1.1
| | | | |     +-- call-bind@1.0.2 deduped
| | | | |     +-- define-properties@1.1.3 deduped
| | | | |     `-- es-abstract@1.18.0-next.2
| | | | |       +-- call-bind@1.0.2 deduped
| | | | |       +-- es-to-primitive@1.2.1 deduped
| | | | |       +-- function-bind@1.1.1 deduped
| | | | |       +-- get-intrinsic@1.1.0 deduped
| | | | |       +-- has@1.0.3 deduped
| | | | |       +-- has-symbols@1.0.1 deduped
| | | | |       +-- is-callable@1.2.2 deduped
| | | | |       +-- is-negative-zero@2.0.1
| | | | |       +-- is-regex@1.1.1 deduped
| | | | |       +-- object-inspect@1.9.0 deduped
| | | | |       +-- object-keys@1.1.1 deduped
| | | | |       +-- object.assign@4.1.2 deduped
| | | | |       +-- string.prototype.trimend@1.0.3 deduped
| | | | |       `-- string.prototype.trimstart@1.0.3 deduped
| | | | +-- apollo-server-errors@2.4.2
| | | | +-- apollo-server-plugin-base@0.10.4
| | | | | `-- apollo-server-types@0.6.3 deduped
| | | | +-- apollo-server-types@0.6.3 deduped
| | | | +-- apollo-tracing@0.12.2
| | | | | +-- apollo-server-env@3.0.0 deduped
| | | | | `-- apollo-server-plugin-base@0.10.4 deduped
| | | | +-- async-retry@1.3.1
| | | | | `-- retry@0.12.0
| | | | +-- fast-json-stable-stringify@2.1.0
| | | | +-- graphql-extensions@0.12.8
| | | | | +-- @apollographql/apollo-tools@0.4.8 deduped
| | | | | +-- apollo-server-env@3.0.0 deduped
| | | | | `-- apollo-server-types@0.6.3 deduped
| | | | +-- graphql-tag@2.11.0 deduped
| | | | +-- graphql-tools@4.0.8 deduped
| | | | +-- graphql-upload@8.1.0
| | | | | +-- busboy@0.3.1
| | | | | | `-- dicer@0.3.0
| | | | | |   `-- streamsearch@0.1.2
| | | | | +-- fs-capacitor@2.0.4
| | | | | +-- http-errors@1.8.0
| | | | | | +-- depd@1.1.2 deduped
| | | | | | +-- inherits@2.0.4 deduped
| | | | | | +-- setprototypeof@1.2.0
| | | | | | +-- statuses@1.5.0 deduped
| | | | | | `-- toidentifier@1.0.0 deduped
| | | | | `-- object-path@0.11.5
| | | | +-- loglevel@1.7.1
| | | | +-- lru-cache@6.0.0
| | | | | `-- yallist@4.0.0
| | | | +-- sha.js@2.4.11
| | | | | +-- inherits@2.0.4 deduped
| | | | | `-- safe-buffer@5.2.1 deduped
| | | | +-- subscriptions-transport-ws@0.9.18 deduped
| | | | +-- uuid@8.3.2
| | | | `-- ws@6.2.1
| | | |   `-- async-limiter@1.0.1
| | | +-- apollo-server-types@0.6.3
| | | | +-- apollo-reporting-protobuf@0.6.2 deduped
| | | | +-- apollo-server-caching@0.5.3 deduped
| | | | `-- apollo-server-env@3.0.0 deduped
| | | +-- body-parser@1.19.0
| | | | +-- bytes@3.1.0
| | | | +-- content-type@1.0.4 deduped
| | | | +-- debug@2.6.9
| | | | | `-- ms@2.0.0 deduped
| | | | +-- depd@1.1.2 deduped
| | | | +-- http-errors@1.7.2
| | | | | +-- depd@1.1.2 deduped
| | | | | +-- inherits@2.0.3
| | | | | +-- setprototypeof@1.1.1
| | | | | +-- statuses@1.5.0 deduped
| | | | | `-- toidentifier@1.0.0
| | | | +-- iconv-lite@0.4.24 deduped
| | | | +-- on-finished@2.3.0 deduped
| | | | +-- qs@6.7.0
| | | | +-- raw-body@2.4.0
| | | | | +-- bytes@3.1.0 deduped
| | | | | +-- http-errors@1.7.2
| | | | | | +-- depd@1.1.2 deduped
| | | | | | +-- inherits@2.0.3
| | | | | | +-- setprototypeof@1.1.1
| | | | | | +-- statuses@1.5.0 deduped
| | | | | | `-- toidentifier@1.0.0 deduped
| | | | | +-- iconv-lite@0.4.24 deduped
| | | | | `-- unpipe@1.0.0 deduped
| | | | `-- type-is@1.6.18 deduped
| | | +-- cors@2.8.5
| | | | +-- object-assign@4.1.1
| | | | `-- vary@1.1.2 deduped
| | | +-- express@4.17.1 deduped
| | | +-- graphql-subscriptions@1.1.0 deduped
| | | +-- graphql-tools@4.0.8
| | | | +-- apollo-link@1.2.14 deduped
| | | | +-- apollo-utilities@1.3.4 deduped
| | | | +-- deprecated-decorator@0.1.6
| | | | +-- iterall@1.3.0 deduped
| | | | `-- uuid@3.4.0 deduped
| | | +-- parseurl@1.3.3
| | | +-- subscriptions-transport-ws@0.9.18
| | | | +-- backo2@1.0.2
| | | | +-- eventemitter3@3.1.2
| | | | +-- iterall@1.3.0 deduped
| | | | +-- symbol-observable@1.2.0
| | | | `-- ws@5.2.2
| | | |   `-- async-limiter@1.0.1 deduped
| | | `-- type-is@1.6.18
| | |   +-- media-typer@0.3.0
| | |   `-- mime-types@2.1.28 deduped
| | +-- clone@2.1.2
| | +-- deepmerge@4.2.2 deduped
| | +-- express@4.17.1
| | | +-- accepts@1.3.7 deduped
| | | +-- array-flatten@1.1.1
| | | +-- body-parser@1.19.0 deduped
| | | +-- content-disposition@0.5.3
| | | | `-- safe-buffer@5.1.2
| | | +-- content-type@1.0.4
| | | +-- cookie@0.4.0
| | | +-- cookie-signature@1.0.6
| | | +-- debug@2.6.9
| | | | `-- ms@2.0.0
| | | +-- depd@1.1.2
| | | +-- encodeurl@1.0.2
| | | +-- escape-html@1.0.3
| | | +-- etag@1.8.1
| | | +-- finalhandler@1.1.2
| | | | +-- debug@2.6.9
| | | | | `-- ms@2.0.0 deduped
| | | | +-- encodeurl@1.0.2 deduped
| | | | +-- escape-html@1.0.3 deduped
| | | | +-- on-finished@2.3.0 deduped
| | | | +-- parseurl@1.3.3 deduped
| | | | +-- statuses@1.5.0 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.3 deduped
| | | +-- path-to-regexp@0.1.7
| | | +-- proxy-addr@2.0.6
| | | | +-- forwarded@0.1.2
| | | | `-- ipaddr.js@1.9.1
| | | +-- qs@6.7.0
| | | +-- range-parser@1.2.1
| | | +-- safe-buffer@5.1.2
| | | +-- send@0.17.1
| | | | +-- debug@2.6.9
| | | | | `-- ms@2.0.0
| | | | +-- depd@1.1.2 deduped
| | | | +-- destroy@1.0.4
| | | | +-- encodeurl@1.0.2 deduped
| | | | +-- escape-html@1.0.3 deduped
| | | | +-- etag@1.8.1 deduped
| | | | +-- fresh@0.5.2 deduped
| | | | +-- http-errors@1.7.3
| | | | | +-- depd@1.1.2 deduped
| | | | | +-- inherits@2.0.4 deduped
| | | | | +-- setprototypeof@1.1.1
| | | | | +-- statuses@1.5.0 deduped
| | | | | `-- toidentifier@1.0.0 deduped
| | | | +-- mime@1.6.0
| | | | +-- ms@2.1.1
| | | | +-- on-finished@2.3.0 deduped
| | | | +-- range-parser@1.2.1 deduped
| | | | `-- statuses@1.5.0 deduped
| | | +-- serve-static@1.14.1
| | | | +-- encodeurl@1.0.2 deduped
| | | | +-- escape-html@1.0.3 deduped
| | | | +-- parseurl@1.3.3 deduped
| | | | `-- send@0.17.1 deduped
| | | +-- setprototypeof@1.1.1
| | | +-- statuses@1.5.0
| | | +-- type-is@1.6.18 deduped
| | | +-- utils-merge@1.0.1
| | | `-- vary@1.1.2
| | +-- express-history-api-fallback@2.2.1
| | +-- fkill@6.2.0
| | | +-- aggregate-error@3.1.0
| | | | +-- clean-stack@2.2.0
| | | | `-- indent-string@4.0.0
| | | +-- arrify@2.0.1
| | | +-- execa@1.0.0 deduped
| | | +-- pid-from-port@1.1.3
| | | | `-- execa@0.9.0
| | | |   +-- cross-spawn@5.1.0
| | | |   | +-- lru-cache@4.1.5
| | | |   | | +-- pseudomap@1.0.2
| | | |   | | `-- yallist@2.1.2
| | | |   | +-- shebang-command@1.2.0 deduped
| | | |   | `-- which@1.3.1 deduped
| | | |   +-- get-stream@3.0.0
| | | |   +-- is-stream@1.1.0 deduped
| | | |   +-- npm-run-path@2.0.2 deduped
| | | |   +-- p-finally@1.0.0 deduped
| | | |   +-- signal-exit@3.0.3 deduped
| | | |   `-- strip-eof@1.0.0 deduped
| | | +-- process-exists@3.1.0
| | | | `-- ps-list@4.1.0
| | | |   +-- pify@3.0.0 deduped
| | | |   `-- tasklist@3.1.1
| | | |     +-- neat-csv@2.1.0
| | | |     | +-- csv-parser@1.12.1
| | | |     | | +-- buffer-alloc@1.2.0 deduped
| | | |     | | +-- buffer-from@1.1.1 deduped
| | | |     | | +-- generate-function@1.1.0
| | | |     | | +-- generate-object-property@1.2.0
| | | |     | | | `-- is-property@1.0.2
| | | |     | | +-- inherits@2.0.4 deduped
| | | |     | | +-- minimist@1.2.5 deduped
| | | |     | | `-- ndjson@1.5.0
| | | |     | |   +-- json-stringify-safe@5.0.1 deduped
| | | |     | |   +-- minimist@1.2.5 deduped
| | | |     | |   +-- split2@2.2.0
| | | |     | |   | `-- through2@2.0.5 deduped
| | | |     | |   `-- through2@2.0.5
| | | |     | |     +-- readable-stream@2.3.7 deduped
| | | |     | |     `-- xtend@4.0.2 deduped
| | | |     | +-- get-stream@2.3.1
| | | |     | | +-- object-assign@4.1.1 deduped
| | | |     | | `-- pinkie-promise@2.0.1 deduped
| | | |     | `-- into-stream@2.0.1
| | | |     |   `-- from2@2.3.0 deduped
| | | |     +-- pify@2.3.0
| | | |     `-- sec@1.0.0
| | | `-- taskkill@3.1.0
| | |   +-- arrify@2.0.1 deduped
| | |   `-- execa@3.4.0
| | |     +-- cross-spawn@7.0.3
| | |     | +-- path-key@3.1.1
| | |     | +-- shebang-command@2.0.0
| | |     | | `-- shebang-regex@3.0.0
| | |     | `-- which@2.0.2
| | |     |   `-- isexe@2.0.0 deduped
| | |     +-- get-stream@5.2.0
| | |     | `-- pump@3.0.0 deduped
| | |     +-- human-signals@1.1.1 deduped
| | |     +-- is-stream@2.0.0
| | |     +-- merge-stream@2.0.0 deduped
| | |     +-- npm-run-path@4.0.1
| | |     | `-- path-key@3.1.1 deduped
| | |     +-- onetime@5.1.2
| | |     | `-- mimic-fn@2.1.0
| | |     +-- p-finally@2.0.1
| | |     +-- signal-exit@3.0.3 deduped
| | |     `-- strip-final-newline@2.0.0 deduped
| | +-- fs-extra@7.0.1 deduped
| | +-- globby@9.2.0 deduped
| | +-- graphql@14.7.0
| | | `-- iterall@1.3.0
| | +-- graphql-subscriptions@1.1.0
| | | `-- iterall@1.3.0 deduped
| | +-- graphql-tag@2.11.0
| | +-- graphql-type-json@0.3.2
| | +-- javascript-stringify@1.6.0 deduped
| | +-- js-yaml@3.14.1 deduped
| | +-- lodash.merge@4.6.2
| | +-- lowdb@1.0.0
| | | +-- graceful-fs@4.2.4 deduped
| | | +-- is-promise@2.2.2
| | | +-- lodash@4.17.20 deduped
| | | +-- pify@3.0.0
| | | `-- steno@0.4.4
| | |   `-- graceful-fs@4.2.4 deduped
| | +-- lru-cache@5.1.1 deduped
| | +-- node-ipc@9.1.3 deduped
| | +-- node-notifier@9.0.0
| | | +-- growly@1.3.0
| | | +-- is-wsl@2.2.0
| | | | `-- is-docker@2.1.1
| | | +-- semver@7.3.4
| | | | `-- lru-cache@6.0.0
| | | |   `-- yallist@4.0.0
| | | +-- shellwords@0.1.1
| | | +-- uuid@8.3.2
| | | `-- which@2.0.2
| | |   `-- isexe@2.0.0
| | +-- parse-git-config@2.0.3
| | | +-- expand-tilde@2.0.2
| | | | `-- homedir-polyfill@1.0.3
| | | |   `-- parse-passwd@1.0.0
| | | +-- git-config-path@1.0.1
| | | | +-- extend-shallow@2.0.1
| | | | | `-- is-extendable@0.1.1
| | | | +-- fs-exists-sync@0.1.0
| | | | `-- homedir-polyfill@1.0.3 deduped
| | | `-- ini@1.3.8 deduped
| | +-- portfinder@1.0.28
| | | +-- async@2.6.3
| | | | `-- lodash@4.17.20 deduped
| | | +-- debug@3.2.7
| | | | `-- ms@2.1.3
| | | `-- mkdirp@0.5.5 deduped
| | +-- prismjs@1.23.0
| | | `-- clipboard@2.0.6
| | |   +-- good-listener@1.2.2
| | |   | `-- delegate@3.2.0
| | |   +-- select@1.1.2
| | |   `-- tiny-emitter@2.1.0
| | +-- rss-parser@3.10.0
| | | +-- entities@2.2.0
| | | `-- xml2js@0.4.23
| | |   +-- sax@1.2.4
| | |   `-- xmlbuilder@11.0.1
| | +-- shortid@2.2.16 deduped
| | +-- typescript@3.9.7
| | +-- vue-cli-plugin-apollo@0.21.3
| | | +-- apollo@2.32.1
| | | | +-- @apollographql/apollo-tools@0.4.8 deduped
| | | | +-- @oclif/command@1.8.0
| | | | | +-- @oclif/config@1.17.0 deduped
| | | | | +-- @oclif/errors@1.3.4 deduped
| | | | | +-- @oclif/parser@3.8.5
| | | | | | +-- @oclif/errors@1.3.4 deduped
| | | | | | +-- @oclif/linewrap@1.0.0 deduped
| | | | | | +-- chalk@2.4.2 deduped
| | | | | | `-- tslib@1.14.1 deduped
| | | | | +-- @oclif/plugin-help@3.2.1
| | | | | | +-- @oclif/command@1.8.0 deduped
| | | | | | +-- @oclif/config@1.17.0 deduped
| | | | | | +-- @oclif/errors@1.3.4 deduped
| | | | | | +-- chalk@2.4.2 deduped
| | | | | | +-- indent-string@4.0.0 deduped
| | | | | | +-- lodash.template@4.5.0 deduped
| | | | | | +-- string-width@4.2.0 deduped
| | | | | | +-- strip-ansi@6.0.0 deduped
| | | | | | +-- widest-line@3.1.0 deduped
| | | | | | `-- wrap-ansi@4.0.0
| | | | | |   +-- ansi-styles@3.2.1 deduped
| | | | | |   +-- string-width@2.1.1
| | | | | |   | +-- is-fullwidth-code-point@2.0.0
| | | | | |   | `-- strip-ansi@4.0.0 deduped
| | | | | |   `-- strip-ansi@4.0.0
| | | | | |     `-- ansi-regex@3.0.0
| | | | | +-- debug@4.3.1 deduped
| | | | | `-- semver@7.3.4
| | | | |   `-- lru-cache@6.0.0
| | | | |     `-- yallist@4.0.0
| | | | +-- @oclif/config@1.17.0
| | | | | +-- @oclif/errors@1.3.4 deduped
| | | | | +-- @oclif/parser@3.8.5 deduped
| | | | | +-- debug@4.3.1 deduped
| | | | | +-- globby@11.0.2
| | | | | | +-- array-union@2.1.0
| | | | | | +-- dir-glob@3.0.1
| | | | | | | `-- path-type@4.0.0
| | | | | | +-- fast-glob@3.2.5
| | | | | | | +-- @nodelib/fs.stat@2.0.4
| | | | | | | +-- @nodelib/fs.walk@1.2.6 deduped
| | | | | | | +-- glob-parent@5.1.1
| | | | | | | | `-- is-glob@4.0.1 deduped
| | | | | | | +-- merge2@1.4.1 deduped
| | | | | | | +-- micromatch@4.0.2
| | | | | | | | +-- braces@3.0.2
| | | | | | | | | `-- fill-range@7.0.1
| | | | | | | | |   `-- to-regex-range@5.0.1
| | | | | | | | |     `-- is-number@7.0.0
| | | | | | | | `-- picomatch@2.2.2 deduped
| | | | | | | `-- picomatch@2.2.2 deduped
| | | | | | +-- ignore@5.1.8
| | | | | | +-- merge2@1.4.1 deduped
| | | | | | `-- slash@3.0.0 deduped
| | | | | +-- is-wsl@2.2.0
| | | | | | `-- is-docker@2.1.1 deduped
| | | | | `-- tslib@2.1.0
| | | | +-- @oclif/errors@1.3.4
| | | | | +-- clean-stack@3.0.1
| | | | | | `-- escape-string-regexp@4.0.0
| | | | | +-- fs-extra@8.1.0
| | | | | | +-- graceful-fs@4.2.4 deduped
| | | | | | +-- jsonfile@4.0.0 deduped
| | | | | | `-- universalify@0.1.2 deduped
| | | | | +-- indent-string@4.0.0 deduped
| | | | | +-- strip-ansi@6.0.0 deduped
| | | | | `-- wrap-ansi@7.0.0
| | | | |   +-- ansi-styles@4.3.0
| | | | |   | `-- color-convert@2.0.1
| | | | |   |   `-- color-name@1.1.4
| | | | |   +-- string-width@4.2.0 deduped
| | | | |   `-- strip-ansi@6.0.0 deduped
| | | | +-- @oclif/plugin-autocomplete@0.3.0
| | | | | +-- @oclif/command@1.8.0 deduped
| | | | | +-- @oclif/config@1.17.0 deduped
| | | | | +-- chalk@4.1.0
| | | | | | +-- ansi-styles@4.3.0
| | | | | | | `-- color-convert@2.0.1
| | | | | | |   `-- color-name@1.1.4
| | | | | | `-- supports-color@7.2.0
| | | | | |   `-- has-flag@4.0.0
| | | | | +-- cli-ux@5.5.1 deduped
| | | | | +-- debug@4.3.1 deduped
| | | | | +-- fs-extra@9.1.0
| | | | | | +-- at-least-node@1.0.0
| | | | | | +-- graceful-fs@4.2.4 deduped
| | | | | | +-- jsonfile@6.1.0
| | | | | | | +-- graceful-fs@4.2.4 deduped
| | | | | | | `-- universalify@2.0.0 deduped
| | | | | | `-- universalify@2.0.0
| | | | | `-- moment@2.29.1 deduped
| | | | +-- @oclif/plugin-help@2.2.3
| | | | | +-- @oclif/command@1.8.0 deduped
| | | | | +-- chalk@2.4.2 deduped
| | | | | +-- indent-string@4.0.0 deduped
| | | | | +-- lodash.template@4.5.0
| | | | | | +-- lodash._reinterpolate@3.0.0
| | | | | | `-- lodash.templatesettings@4.2.0
| | | | | |   `-- lodash._reinterpolate@3.0.0 deduped
| | | | | +-- string-width@3.1.0
| | | | | | +-- emoji-regex@7.0.3
| | | | | | +-- is-fullwidth-code-point@2.0.0
| | | | | | `-- strip-ansi@5.2.0 deduped
| | | | | +-- strip-ansi@5.2.0
| | | | | | `-- ansi-regex@4.1.0 deduped
| | | | | +-- widest-line@2.0.1
| | | | | | `-- string-width@2.1.1
| | | | | |   +-- is-fullwidth-code-point@2.0.0 deduped
| | | | | |   `-- strip-ansi@4.0.0
| | | | | |     `-- ansi-regex@3.0.0
| | | | | `-- wrap-ansi@4.0.0
| | | | |   +-- ansi-styles@3.2.1 deduped
| | | | |   +-- string-width@2.1.1
| | | | |   | +-- is-fullwidth-code-point@2.0.0 deduped
| | | | |   | `-- strip-ansi@4.0.0 deduped
| | | | |   `-- strip-ansi@4.0.0
| | | | |     `-- ansi-regex@3.0.0
| | | | +-- @oclif/plugin-not-found@1.2.4
| | | | | +-- @oclif/color@0.1.2
| | | | | | +-- ansi-styles@3.2.1 deduped
| | | | | | +-- chalk@3.0.0
| | | | | | | +-- ansi-styles@4.3.0
| | | | | | | | `-- color-convert@2.0.1
| | | | | | | |   `-- color-name@1.1.4
| | | | | | | `-- supports-color@7.2.0
| | | | | | |   `-- has-flag@4.0.0
| | | | | | +-- strip-ansi@5.2.0
| | | | | | | `-- ansi-regex@4.1.0 deduped
| | | | | | +-- supports-color@5.5.0 deduped
| | | | | | `-- tslib@1.14.1 deduped
| | | | | +-- @oclif/command@1.8.0 deduped
| | | | | +-- cli-ux@4.9.3
| | | | | | +-- @oclif/errors@1.3.4 deduped
| | | | | | +-- @oclif/linewrap@1.0.0 deduped
| | | | | | +-- @oclif/screen@1.0.4 deduped
| | | | | | +-- ansi-escapes@3.2.0
| | | | | | +-- ansi-styles@3.2.1 deduped
| | | | | | +-- cardinal@2.1.1 deduped
| | | | | | +-- chalk@2.4.2 deduped
| | | | | | +-- clean-stack@2.2.0 deduped
| | | | | | +-- extract-stack@1.0.0
| | | | | | +-- fs-extra@7.0.1 deduped
| | | | | | +-- hyperlinker@1.0.0 deduped
| | | | | | +-- indent-string@3.2.0
| | | | | | +-- is-wsl@1.1.0 deduped
| | | | | | +-- lodash@4.17.20 deduped
| | | | | | +-- password-prompt@1.1.2 deduped
| | | | | | +-- semver@5.7.1
| | | | | | +-- strip-ansi@5.2.0
| | | | | | | `-- ansi-regex@4.1.0 deduped
| | | | | | +-- supports-color@5.5.0 deduped
| | | | | | +-- supports-hyperlinks@1.0.1
| | | | | | | +-- has-flag@2.0.0
| | | | | | | `-- supports-color@5.5.0 deduped
| | | | | | +-- treeify@1.1.0
| | | | | | `-- tslib@1.14.1 deduped
| | | | | +-- fast-levenshtein@2.0.6
| | | | | `-- lodash@4.17.20 deduped
| | | | +-- @oclif/plugin-plugins@1.9.5
| | | | | +-- @oclif/color@0.1.2 deduped
| | | | | +-- @oclif/command@1.8.0 deduped
| | | | | +-- @oclif/errors@1.3.4 deduped
| | | | | +-- chalk@4.1.0
| | | | | | +-- ansi-styles@4.3.0
| | | | | | | `-- color-convert@2.0.1
| | | | | | |   `-- color-name@1.1.4
| | | | | | `-- supports-color@7.2.0
| | | | | |   `-- has-flag@4.0.0
| | | | | +-- cli-ux@5.5.1 deduped
| | | | | +-- debug@4.3.1 deduped
| | | | | +-- fs-extra@9.1.0
| | | | | | +-- at-least-node@1.0.0 deduped
| | | | | | +-- graceful-fs@4.2.4 deduped
| | | | | | +-- jsonfile@6.1.0
| | | | | | | +-- graceful-fs@4.2.4 deduped
| | | | | | | `-- universalify@2.0.0 deduped
| | | | | | `-- universalify@2.0.0
| | | | | +-- http-call@5.3.0
| | | | | | +-- content-type@1.0.4 deduped
| | | | | | +-- debug@4.3.1 deduped
| | | | | | +-- is-retry-allowed@1.2.0 deduped
| | | | | | +-- is-stream@2.0.0
| | | | | | +-- parse-json@4.0.0
| | | | | | | +-- error-ex@1.3.2 deduped
| | | | | | | `-- json-parse-better-errors@1.0.2
| | | | | | `-- tunnel-agent@0.6.0 deduped
| | | | | +-- load-json-file@5.3.0
| | | | | | +-- graceful-fs@4.2.4 deduped
| | | | | | +-- parse-json@4.0.0
| | | | | | | +-- error-ex@1.3.2 deduped
| | | | | | | `-- json-parse-better-errors@1.0.2 deduped
| | | | | | +-- pify@4.0.1
| | | | | | +-- strip-bom@3.0.0
| | | | | | `-- type-fest@0.3.1
| | | | | +-- npm-run-path@4.0.1
| | | | | | `-- path-key@3.1.1
| | | | | +-- semver@7.3.4
| | | | | | `-- lru-cache@6.0.0
| | | | | |   `-- yallist@4.0.0
| | | | | +-- tslib@2.1.0
| | | | | `-- yarn@1.22.10
| | | | +-- @oclif/plugin-warn-if-update-available@1.7.0
| | | | | +-- @oclif/command@1.8.0 deduped
| | | | | +-- @oclif/config@1.17.0 deduped
| | | | | +-- @oclif/errors@1.3.4 deduped
| | | | | +-- chalk@2.4.2 deduped
| | | | | +-- debug@4.3.1 deduped
| | | | | +-- fs-extra@7.0.1 deduped
| | | | | +-- http-call@5.3.0 deduped
| | | | | +-- lodash.template@4.5.0 deduped
| | | | | `-- semver@5.7.1
| | | | +-- apollo-codegen-core@0.39.1
| | | | | +-- @babel/generator@7.12.11 deduped
| | | | | +-- @babel/parser@7.12.11 deduped
| | | | | +-- @babel/types@7.10.4 deduped
| | | | | +-- apollo-env@0.6.5 deduped
| | | | | +-- apollo-language-server@1.25.0 deduped
| | | | | +-- ast-types@0.14.2
| | | | | | `-- tslib@2.1.0
| | | | | +-- common-tags@1.8.0
| | | | | `-- recast@0.20.4
| | | | |   +-- ast-types@0.14.2 deduped
| | | | |   +-- esprima@4.0.1 deduped
| | | | |   +-- source-map@0.6.1
| | | | |   `-- tslib@2.1.0
| | | | +-- apollo-codegen-flow@0.37.1
| | | | | +-- @babel/generator@7.12.11 deduped
| | | | | +-- @babel/types@7.10.4 deduped
| | | | | +-- apollo-codegen-core@0.39.1 deduped
| | | | | +-- change-case@4.1.2
| | | | | | +-- camel-case@4.1.2
| | | | | | | +-- pascal-case@3.1.2 deduped
| | | | | | | `-- tslib@2.1.0
| | | | | | +-- capital-case@1.0.4
| | | | | | | +-- no-case@3.0.4 deduped
| | | | | | | +-- tslib@2.1.0
| | | | | | | `-- upper-case-first@2.0.2
| | | | | | |   `-- tslib@2.1.0
| | | | | | +-- constant-case@3.0.4
| | | | | | | +-- no-case@3.0.4 deduped
| | | | | | | +-- tslib@2.1.0
| | | | | | | `-- upper-case@2.0.2
| | | | | | |   `-- tslib@2.1.0
| | | | | | +-- dot-case@3.0.4
| | | | | | | +-- no-case@3.0.4 deduped
| | | | | | | `-- tslib@2.1.0
| | | | | | +-- header-case@2.0.4
| | | | | | | +-- capital-case@1.0.4 deduped
| | | | | | | `-- tslib@2.1.0
| | | | | | +-- no-case@3.0.4
| | | | | | | +-- lower-case@2.0.2
| | | | | | | | `-- tslib@2.1.0
| | | | | | | `-- tslib@2.1.0
| | | | | | +-- param-case@3.0.4
| | | | | | | +-- dot-case@3.0.4 deduped
| | | | | | | `-- tslib@2.1.0
| | | | | | +-- pascal-case@3.1.2
| | | | | | | +-- no-case@3.0.4 deduped
| | | | | | | `-- tslib@2.1.0
| | | | | | +-- path-case@3.0.4
| | | | | | | +-- dot-case@3.0.4 deduped
| | | | | | | `-- tslib@2.1.0
| | | | | | +-- sentence-case@3.0.4
| | | | | | | +-- no-case@3.0.4 deduped
| | | | | | | +-- tslib@2.1.0
| | | | | | | `-- upper-case-first@2.0.2 deduped
| | | | | | +-- snake-case@3.0.4
| | | | | | | +-- dot-case@3.0.4 deduped
| | | | | | | `-- tslib@2.1.0
| | | | | | `-- tslib@2.1.0
| | | | | +-- common-tags@1.8.0 deduped
| | | | | `-- inflected@2.1.0
| | | | +-- apollo-codegen-scala@0.38.1
| | | | | +-- apollo-codegen-core@0.39.1 deduped
| | | | | +-- change-case@4.1.2 deduped
| | | | | +-- common-tags@1.8.0 deduped
| | | | | `-- inflected@2.1.0 deduped
| | | | +-- apollo-codegen-swift@0.39.1
| | | | | +-- apollo-codegen-core@0.39.1 deduped
| | | | | +-- change-case@4.1.2 deduped
| | | | | +-- common-tags@1.8.0 deduped
| | | | | `-- inflected@2.1.0 deduped
| | | | +-- apollo-codegen-typescript@0.39.1
| | | | | +-- @babel/generator@7.12.11 deduped
| | | | | +-- @babel/types@7.10.4 deduped
| | | | | +-- apollo-codegen-core@0.39.1 deduped
| | | | | +-- change-case@4.1.2 deduped
| | | | | +-- common-tags@1.8.0 deduped
| | | | | `-- inflected@2.1.0 deduped
| | | | +-- apollo-env@0.6.5
| | | | | +-- @types/node-fetch@2.5.7
| | | | | | +-- @types/node@14.14.22 deduped
| | | | | | `-- form-data@3.0.0
| | | | | |   +-- asynckit@0.4.0 deduped
| | | | | |   +-- combined-stream@1.0.8 deduped
| | | | | |   `-- mime-types@2.1.28 deduped
| | | | | +-- core-js@3.8.3
| | | | | +-- node-fetch@2.6.1 deduped
| | | | | `-- sha.js@2.4.11 deduped
| | | | +-- apollo-graphql@0.6.0 deduped
| | | | +-- apollo-language-server@1.25.0
| | | | | +-- @apollo/federation@0.20.7
| | | | | | +-- apollo-graphql@0.6.0 deduped
| | | | | | +-- apollo-server-env@2.4.5
| | | | | | | +-- node-fetch@2.6.1 deduped
| | | | | | | `-- util.promisify@1.1.1 deduped
| | | | | | +-- core-js@3.8.3 deduped
| | | | | | `-- lodash.xorby@4.7.0
| | | | | +-- @apollographql/apollo-tools@0.4.8 deduped
| | | | | +-- @apollographql/graphql-language-service-interface@2.0.2
| | | | | | +-- @apollographql/graphql-language-service-parser@2.0.2
| | | | | | | `-- @apollographql/graphql-language-service-types@2.0.2 deduped
| | | | | | +-- @apollographql/graphql-language-service-types@2.0.2
| | | | | | `-- @apollographql/graphql-language-service-utils@2.0.2
| | | | | |   `-- @apollographql/graphql-language-service-types@2.0.2 deduped
| | | | | +-- @endemolshinegroup/cosmiconfig-typescript-loader@1.0.2
| | | | | | +-- lodash.get@4.4.2
| | | | | | +-- make-error@1.3.6 deduped
| | | | | | +-- ts-node@8.10.2 deduped
| | | | | | `-- tslib@1.14.1 deduped
| | | | | +-- apollo-datasource@0.7.3 deduped
| | | | | +-- apollo-env@0.6.5 deduped
| | | | | +-- apollo-graphql@0.6.0 deduped
| | | | | +-- apollo-link@1.2.14 deduped
| | | | | +-- apollo-link-context@1.0.20 deduped
| | | | | +-- apollo-link-error@1.1.13
| | | | | | +-- apollo-link@1.2.14 deduped
| | | | | | +-- apollo-link-http-common@0.2.16 deduped
| | | | | | `-- tslib@1.14.1 deduped
| | | | | +-- apollo-link-http@1.5.17 deduped
| | | | | +-- apollo-server-errors@2.4.2 deduped
| | | | | +-- await-to-js@2.1.1
| | | | | +-- core-js@3.8.3 deduped
| | | | | +-- cosmiconfig@5.2.1
| | | | | | +-- import-fresh@2.0.0
| | | | | | | +-- caller-path@2.0.0
| | | | | | | | `-- caller-callsite@2.0.0
| | | | | | | |   `-- callsites@2.0.0
| | | | | | | `-- resolve-from@3.0.0
| | | | | | +-- is-directory@0.3.1
| | | | | | +-- js-yaml@3.14.1 deduped
| | | | | | `-- parse-json@4.0.0
| | | | | |   +-- error-ex@1.3.2 deduped
| | | | | |   `-- json-parse-better-errors@1.0.2 deduped
| | | | | +-- dotenv@8.2.0 deduped
| | | | | +-- glob@7.1.6 deduped
| | | | | +-- graphql@14.7.0 deduped
| | | | | +-- graphql-tag@2.11.0 deduped
| | | | | +-- lodash.debounce@4.0.8
| | | | | +-- lodash.merge@4.6.2 deduped
| | | | | +-- minimatch@3.0.4 deduped
| | | | | +-- moment@2.29.1 deduped
| | | | | +-- vscode-languageserver@5.2.1
| | | | | | +-- vscode-languageserver-protocol@3.14.1
| | | | | | | +-- vscode-jsonrpc@4.0.0
| | | | | | | `-- vscode-languageserver-types@3.14.0
| | | | | | `-- vscode-uri@1.0.6 deduped
| | | | | `-- vscode-uri@1.0.6 deduped
| | | | +-- chalk@2.4.2 deduped
| | | | +-- cli-ux@5.5.1
| | | | | +-- @oclif/command@1.8.0 deduped
| | | | | +-- @oclif/errors@1.3.4 deduped
| | | | | +-- @oclif/linewrap@1.0.0
| | | | | +-- @oclif/screen@1.0.4
| | | | | +-- ansi-escapes@4.3.1 deduped
| | | | | +-- ansi-styles@4.3.0
| | | | | | `-- color-convert@2.0.1
| | | | | |   `-- color-name@1.1.4
| | | | | +-- cardinal@2.1.1
| | | | | | +-- ansicolors@0.3.2
| | | | | | `-- redeyed@2.1.1
| | | | | |   `-- esprima@4.0.1 deduped
| | | | | +-- chalk@4.1.0
| | | | | | +-- ansi-styles@4.3.0 deduped
| | | | | | `-- supports-color@7.2.0 deduped
| | | | | +-- clean-stack@3.0.1
| | | | | | `-- escape-string-regexp@4.0.0
| | | | | +-- cli-progress@3.8.2
| | | | | | +-- colors@1.4.0 deduped
| | | | | | `-- string-width@4.2.0 deduped
| | | | | +-- extract-stack@2.0.0
| | | | | +-- fs-extra@8.1.0
| | | | | | +-- graceful-fs@4.2.4 deduped
| | | | | | +-- jsonfile@4.0.0 deduped
| | | | | | `-- universalify@0.1.2 deduped
| | | | | +-- hyperlinker@1.0.0
| | | | | +-- indent-string@4.0.0 deduped
| | | | | +-- is-wsl@2.2.0
| | | | | | `-- is-docker@2.1.1 deduped
| | | | | +-- js-yaml@3.14.1 deduped
| | | | | +-- lodash@4.17.20 deduped
| | | | | +-- natural-orderby@2.0.3
| | | | | +-- object-treeify@1.1.31
| | | | | +-- password-prompt@1.1.2
| | | | | | +-- ansi-escapes@3.2.0
| | | | | | `-- cross-spawn@6.0.5 deduped
| | | | | +-- semver@7.3.4
| | | | | | `-- lru-cache@6.0.0
| | | | | |   `-- yallist@4.0.0
| | | | | +-- string-width@4.2.0 deduped
| | | | | +-- strip-ansi@6.0.0 deduped
| | | | | +-- supports-color@7.2.0
| | | | | | `-- has-flag@4.0.0
| | | | | +-- supports-hyperlinks@2.1.0
| | | | | | +-- has-flag@4.0.0
| | | | | | `-- supports-color@7.2.0
| | | | | |   `-- has-flag@4.0.0 deduped
| | | | | `-- tslib@2.1.0
| | | | +-- env-ci@3.2.2
| | | | | +-- execa@1.0.0 deduped
| | | | | `-- java-properties@1.0.2
| | | | +-- gaze@1.1.3
| | | | | `-- globule@1.3.2
| | | | |   +-- glob@7.1.6 deduped
| | | | |   +-- lodash@4.17.20 deduped
| | | | |   `-- minimatch@3.0.4 deduped
| | | | +-- git-parse@1.0.4
| | | | | +-- byline@5.0.0
| | | | | `-- util.promisify@1.0.1
| | | | |   +-- define-properties@1.1.3 deduped
| | | | |   +-- es-abstract@1.17.7
| | | | |   | +-- es-to-primitive@1.2.1
| | | | |   | | +-- is-callable@1.2.2 deduped
| | | | |   | | +-- is-date-object@1.0.2
| | | | |   | | `-- is-symbol@1.0.3
| | | | |   | |   `-- has-symbols@1.0.1 deduped
| | | | |   | +-- function-bind@1.1.1 deduped
| | | | |   | +-- has@1.0.3 deduped
| | | | |   | +-- has-symbols@1.0.1 deduped
| | | | |   | +-- is-callable@1.2.2 deduped
| | | | |   | +-- is-regex@1.1.1
| | | | |   | | `-- has-symbols@1.0.1 deduped
| | | | |   | +-- object-inspect@1.9.0
| | | | |   | +-- object-keys@1.1.1 deduped
| | | | |   | +-- object.assign@4.1.2 deduped
| | | | |   | +-- string.prototype.trimend@1.0.3
| | | | |   | | +-- call-bind@1.0.2 deduped
| | | | |   | | `-- define-properties@1.1.3 deduped
| | | | |   | `-- string.prototype.trimstart@1.0.3
| | | | |   |   +-- call-bind@1.0.2 deduped
| | | | |   |   `-- define-properties@1.1.3 deduped
| | | | |   +-- has-symbols@1.0.1 deduped
| | | | |   `-- object.getownpropertydescriptors@2.1.1 deduped
| | | | +-- git-rev-sync@2.1.0
| | | | | +-- escape-string-regexp@1.0.5 deduped
| | | | | +-- graceful-fs@4.1.15
| | | | | `-- shelljs@0.8.4
| | | | |   +-- glob@7.1.6 deduped
| | | | |   +-- interpret@1.4.0
| | | | |   `-- rechoir@0.6.2
| | | | |     `-- resolve@1.19.0 deduped
| | | | +-- git-url-parse@11.4.3
| | | | | `-- git-up@4.0.2
| | | | |   +-- is-ssh@1.3.2
| | | | |   | `-- protocols@1.4.8
| | | | |   `-- parse-url@5.0.2
| | | | |     +-- is-ssh@1.3.2 deduped
| | | | |     +-- normalize-url@3.3.0
| | | | |     +-- parse-path@4.0.3
| | | | |     | +-- is-ssh@1.3.2 deduped
| | | | |     | +-- protocols@1.4.8 deduped
| | | | |     | +-- qs@6.9.6
| | | | |     | `-- query-string@6.13.8
| | | | |     |   +-- decode-uri-component@0.2.0 deduped
| | | | |     |   +-- split-on-first@1.1.0
| | | | |     |   `-- strict-uri-encode@2.0.0
| | | | |     `-- protocols@1.4.8 deduped
| | | | +-- glob@7.1.5
| | | | | +-- fs.realpath@1.0.0 deduped
| | | | | +-- inflight@1.0.6 deduped
| | | | | +-- inherits@2.0.4 deduped
| | | | | +-- minimatch@3.0.4 deduped
| | | | | +-- once@1.4.0 deduped
| | | | | `-- path-is-absolute@1.0.1 deduped
| | | | +-- global-agent@2.1.12
| | | | | +-- boolean@3.0.2
| | | | | +-- core-js@3.8.3 deduped
| | | | | +-- es6-error@4.1.1
| | | | | +-- matcher@3.0.0
| | | | | | `-- escape-string-regexp@4.0.0
| | | | | +-- roarr@2.15.4
| | | | | | +-- boolean@3.0.2 deduped
| | | | | | +-- detect-node@2.0.4
| | | | | | +-- globalthis@1.0.1
| | | | | | | `-- define-properties@1.1.3 deduped
| | | | | | +-- json-stringify-safe@5.0.1 deduped
| | | | | | +-- semver-compare@1.0.0
| | | | | | `-- sprintf-js@1.1.2
| | | | | +-- semver@7.3.4
| | | | | | `-- lru-cache@6.0.0
| | | | | |   `-- yallist@4.0.0
| | | | | `-- serialize-error@7.0.1
| | | | |   `-- type-fest@0.13.1
| | | | +-- graphql@14.7.0 deduped
| | | | +-- graphql-tag@2.11.0 deduped
| | | | +-- listr@0.14.3
| | | | | +-- @samverschueren/stream-to-observable@0.3.1
| | | | | | `-- any-observable@0.3.0
| | | | | +-- is-observable@1.1.0
| | | | | | `-- symbol-observable@1.2.0 deduped
| | | | | +-- is-promise@2.2.2 deduped
| | | | | +-- is-stream@1.1.0 deduped
| | | | | +-- listr-silent-renderer@1.1.1
| | | | | +-- listr-update-renderer@0.5.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 deduped
| | | | | | | `-- supports-color@2.0.0
| | | | | | +-- cli-truncate@0.2.1
| | | | | | | +-- slice-ansi@0.0.4
| | | | | | | `-- string-width@1.0.2
| | | | | | |   +-- code-point-at@1.1.0
| | | | | | |   +-- is-fullwidth-code-point@1.0.0
| | | | | | |   | `-- number-is-nan@1.0.1
| | | | | | |   `-- strip-ansi@3.0.1
| | | | | | |     `-- ansi-regex@2.1.1
| | | | | | +-- elegant-spinner@1.0.1
| | | | | | +-- figures@1.7.0
| | | | | | | +-- escape-string-regexp@1.0.5 deduped
| | | | | | | `-- object-assign@4.1.1 deduped
| | | | | | +-- indent-string@3.2.0
| | | | | | +-- log-symbols@1.0.2
| | | | | | | `-- chalk@1.1.3 deduped
| | | | | | +-- log-update@2.3.0
| | | | | | | +-- ansi-escapes@3.2.0
| | | | | | | +-- cli-cursor@2.1.0 deduped
| | | | | | | `-- wrap-ansi@3.0.1
| | | | | | |   +-- string-width@2.1.1
| | | | | | |   | +-- is-fullwidth-code-point@2.0.0
| | | | | | |   | `-- strip-ansi@4.0.0 deduped
| | | | | | |   `-- strip-ansi@4.0.0
| | | | | | |     `-- ansi-regex@3.0.0
| | | | | | `-- strip-ansi@3.0.1
| | | | | |   `-- ansi-regex@2.1.1
| | | | | +-- listr-verbose-renderer@0.5.0
| | | | | | +-- chalk@2.4.2 deduped
| | | | | | +-- cli-cursor@2.1.0 deduped
| | | | | | +-- date-fns@1.30.1
| | | | | | `-- figures@2.0.0
| | | | | |   `-- escape-string-regexp@1.0.5 deduped
| | | | | +-- p-map@2.1.0
| | | | | `-- rxjs@6.6.3 deduped
| | | | +-- lodash.identity@3.0.0
| | | | +-- lodash.pickby@4.6.0
| | | | +-- mkdirp@1.0.4
| | | | +-- moment@2.29.1
| | | | +-- strip-ansi@5.2.0
| | | | | `-- ansi-regex@4.1.0 deduped
| | | | +-- table@5.4.6
| | | | | +-- ajv@6.12.6 deduped
| | | | | +-- lodash@4.17.20 deduped
| | | | | +-- slice-ansi@2.1.0
| | | | | | +-- ansi-styles@3.2.1 deduped
| | | | | | +-- astral-regex@1.0.0
| | | | | | `-- is-fullwidth-code-point@2.0.0
| | | | | `-- string-width@3.1.0
| | | | |   +-- emoji-regex@7.0.3
| | | | |   +-- is-fullwidth-code-point@2.0.0 deduped
| | | | |   `-- strip-ansi@5.2.0
| | | | |     `-- ansi-regex@4.1.0 deduped
| | | | +-- tty@1.0.1
| | | | `-- vscode-uri@1.0.6
| | | +-- apollo-cache-inmemory@1.6.6
| | | | +-- apollo-cache@1.3.5
| | | | | +-- apollo-utilities@1.3.4 deduped
| | | | | `-- tslib@1.14.1 deduped
| | | | +-- apollo-utilities@1.3.4 deduped
| | | | +-- optimism@0.10.3
| | | | | `-- @wry/context@0.4.4
| | | | |   +-- @types/node@14.14.22 deduped
| | | | |   `-- tslib@1.14.1 deduped
| | | | +-- ts-invariant@0.4.4
| | | | | `-- tslib@1.14.1 deduped
| | | | `-- tslib@1.14.1 deduped
| | | +-- apollo-client@2.6.10
| | | | +-- @types/zen-observable@0.8.2
| | | | +-- apollo-cache@1.3.5 deduped
| | | | +-- apollo-link@1.2.14 deduped
| | | | +-- apollo-utilities@1.3.4 deduped
| | | | +-- symbol-observable@1.2.0 deduped
| | | | +-- ts-invariant@0.4.4 deduped
| | | | +-- tslib@1.14.1 deduped
| | | | `-- zen-observable@0.8.15
| | | +-- apollo-link@1.2.14
| | | | +-- apollo-utilities@1.3.4 deduped
| | | | +-- ts-invariant@0.4.4 deduped
| | | | +-- tslib@1.14.1 deduped
| | | | `-- zen-observable-ts@0.8.21
| | | |   +-- tslib@1.14.1 deduped
| | | |   `-- zen-observable@0.8.15 deduped
| | | +-- apollo-link-context@1.0.20
| | | | +-- apollo-link@1.2.14 deduped
| | | | `-- tslib@1.14.1 deduped
| | | +-- apollo-link-http@1.5.17
| | | | +-- apollo-link@1.2.14 deduped
| | | | +-- apollo-link-http-common@0.2.16
| | | | | +-- apollo-link@1.2.14 deduped
| | | | | +-- ts-invariant@0.4.4 deduped
| | | | | `-- tslib@1.14.1 deduped
| | | | `-- tslib@1.14.1 deduped
| | | +-- apollo-link-persisted-queries@0.2.2
| | | | +-- apollo-link@1.2.14 deduped
| | | | `-- hash.js@1.1.7
| | | |   +-- inherits@2.0.4 deduped
| | | |   `-- minimalistic-assert@1.0.1
| | | +-- apollo-link-state@0.4.2
| | | | +-- apollo-utilities@1.3.4 deduped
| | | | `-- graphql-anywhere@4.2.7
| | | |   +-- apollo-utilities@1.3.4 deduped
| | | |   +-- ts-invariant@0.3.3
| | | |   | `-- tslib@1.14.1 deduped
| | | |   `-- tslib@1.14.1 deduped
| | | +-- apollo-link-ws@1.0.20
| | | | +-- apollo-link@1.2.14 deduped
| | | | `-- tslib@1.14.1 deduped
| | | +-- apollo-server-express@2.19.2 deduped
| | | +-- apollo-upload-client@11.0.0
| | | | +-- @babel/runtime@7.12.5
| | | | | `-- regenerator-runtime@0.13.7
| | | | +-- apollo-link@1.2.14 deduped
| | | | +-- apollo-link-http-common@0.2.16 deduped
| | | | `-- extract-files@5.0.1
| | | +-- apollo-utilities@1.3.4
| | | | +-- @wry/equality@0.1.11
| | | | | `-- tslib@1.14.1 deduped
| | | | +-- fast-json-stable-stringify@2.1.0 deduped
| | | | +-- ts-invariant@0.4.4 deduped
| | | | `-- tslib@1.14.1 deduped
| | | +-- chalk@2.4.2 deduped
| | | +-- deepmerge@4.2.2 deduped
| | | +-- dotenv@8.2.0
| | | +-- esm@3.2.25
| | | +-- execa@3.4.0
| | | | +-- cross-spawn@7.0.3
| | | | | +-- path-key@3.1.1
| | | | | +-- shebang-command@2.0.0
| | | | | | `-- shebang-regex@3.0.0
| | | | | `-- which@2.0.2
| | | | |   `-- isexe@2.0.0 deduped
| | | | +-- get-stream@5.2.0
| | | | | `-- pump@3.0.0 deduped
| | | | +-- human-signals@1.1.1
| | | | +-- is-stream@2.0.0
| | | | +-- merge-stream@2.0.0
| | | | +-- npm-run-path@4.0.1
| | | | | `-- path-key@3.1.1 deduped
| | | | +-- onetime@5.1.2
| | | | | `-- mimic-fn@2.1.0
| | | | +-- p-finally@2.0.1
| | | | +-- signal-exit@3.0.3 deduped
| | | | `-- strip-final-newline@2.0.0
| | | +-- express@4.17.1 deduped
| | | +-- fs-extra@8.1.0
| | | | +-- graceful-fs@4.2.4 deduped
| | | | +-- jsonfile@4.0.0 deduped
| | | | `-- universalify@0.1.2 deduped
| | | +-- graphql@14.7.0 deduped
| | | +-- graphql-subscriptions@1.1.0 deduped
| | | +-- graphql-tag@2.11.0 deduped
| | | +-- graphql-tools@4.0.8 deduped
| | | +-- node-fetch@2.6.1
| | | +-- nodemon@1.19.4
| | | | +-- chokidar@2.1.8
| | | | | +-- anymatch@2.0.0
| | | | | | +-- micromatch@3.1.10 deduped
| | | | | | `-- normalize-path@2.1.1
| | | | | |   `-- remove-trailing-separator@1.1.0
| | | | | +-- async-each@1.0.3
| | | | | +-- braces@2.3.2 deduped
| | | | | +-- UNMET OPTIONAL DEPENDENCY fsevents@^1.2.7
| | | | | +-- glob-parent@3.1.0 deduped
| | | | | +-- inherits@2.0.4 deduped
| | | | | +-- is-binary-path@1.0.1
| | | | | | `-- binary-extensions@1.13.1
| | | | | +-- is-glob@4.0.1 deduped
| | | | | +-- normalize-path@3.0.0
| | | | | +-- path-is-absolute@1.0.1 deduped
| | | | | +-- readdirp@2.2.1
| | | | | | +-- graceful-fs@4.2.4 deduped
| | | | | | +-- micromatch@3.1.10 deduped
| | | | | | `-- readable-stream@2.3.7
| | | | | |   +-- core-util-is@1.0.2 deduped
| | | | | |   +-- inherits@2.0.4 deduped
| | | | | |   +-- isarray@1.0.0
| | | | | |   +-- process-nextick-args@2.0.1
| | | | | |   +-- safe-buffer@5.1.2
| | | | | |   +-- string_decoder@1.1.1
| | | | | |   | `-- safe-buffer@5.1.2
| | | | | |   `-- util-deprecate@1.0.2 deduped
| | | | | `-- upath@1.2.0
| | | | +-- debug@3.2.7
| | | | | `-- ms@2.1.3
| | | | +-- ignore-by-default@1.0.1
| | | | +-- minimatch@3.0.4 deduped
| | | | +-- pstree.remy@1.1.8
| | | | +-- semver@5.7.1
| | | | +-- supports-color@5.5.0 deduped
| | | | +-- touch@3.1.0
| | | | | `-- nopt@1.0.10
| | | | |   `-- abbrev@1.1.1
| | | | +-- undefsafe@2.0.3
| | | | | `-- debug@2.6.9
| | | | |   `-- ms@2.0.0 deduped
| | | | `-- update-notifier@2.5.0
| | | |   +-- boxen@1.3.0
| | | |   | +-- ansi-align@2.0.0
| | | |   | | `-- string-width@2.1.1
| | | |   | |   +-- is-fullwidth-code-point@2.0.0
| | | |   | |   `-- strip-ansi@4.0.0
| | | |   | |     `-- ansi-regex@3.0.0
| | | |   | +-- camelcase@4.1.0
| | | |   | +-- chalk@2.4.2 deduped
| | | |   | +-- cli-boxes@1.0.0
| | | |   | +-- string-width@2.1.1
| | | |   | | +-- is-fullwidth-code-point@2.0.0
| | | |   | | `-- strip-ansi@4.0.0
| | | |   | |   `-- ansi-regex@3.0.0
| | | |   | +-- term-size@1.2.0
| | | |   | | `-- execa@0.7.0
| | | |   | |   +-- cross-spawn@5.1.0
| | | |   | |   | +-- lru-cache@4.1.5
| | | |   | |   | | +-- pseudomap@1.0.2 deduped
| | | |   | |   | | `-- yallist@2.1.2
| | | |   | |   | +-- shebang-command@1.2.0 deduped
| | | |   | |   | `-- which@1.3.1 deduped
| | | |   | |   +-- get-stream@3.0.0
| | | |   | |   +-- is-stream@1.1.0 deduped
| | | |   | |   +-- npm-run-path@2.0.2 deduped
| | | |   | |   +-- p-finally@1.0.0 deduped
| | | |   | |   +-- signal-exit@3.0.3 deduped
| | | |   | |   `-- strip-eof@1.0.0 deduped
| | | |   | `-- widest-line@2.0.1
| | | |   |   `-- string-width@2.1.1 deduped
| | | |   +-- chalk@2.4.2 deduped
| | | |   +-- configstore@3.1.5
| | | |   | +-- dot-prop@4.2.1
| | | |   | | `-- is-obj@1.0.1
| | | |   | +-- graceful-fs@4.2.4 deduped
| | | |   | +-- make-dir@1.3.0 deduped
| | | |   | +-- unique-string@1.0.0
| | | |   | | `-- crypto-random-string@1.0.0
| | | |   | +-- write-file-atomic@2.4.3 deduped
| | | |   | `-- xdg-basedir@3.0.0 deduped
| | | |   +-- import-lazy@2.1.0
| | | |   +-- is-ci@1.2.1
| | | |   | `-- ci-info@1.6.0
| | | |   +-- is-installed-globally@0.1.0
| | | |   | +-- global-dirs@0.1.1 deduped
| | | |   | `-- is-path-inside@1.0.1
| | | |   |   `-- path-is-inside@1.0.2
| | | |   +-- is-npm@1.0.0
| | | |   +-- latest-version@3.1.0
| | | |   | `-- package-json@4.0.1
| | | |   |   +-- got@6.7.1
| | | |   |   | +-- create-error-class@3.0.2
| | | |   |   | | `-- capture-stack-trace@1.0.1
| | | |   |   | +-- duplexer3@0.1.4 deduped
| | | |   |   | +-- get-stream@3.0.0
| | | |   |   | +-- is-redirect@1.0.0
| | | |   |   | +-- is-retry-allowed@1.2.0 deduped
| | | |   |   | +-- is-stream@1.1.0 deduped
| | | |   |   | +-- lowercase-keys@1.0.1 deduped
| | | |   |   | +-- safe-buffer@5.2.1 deduped
| | | |   |   | +-- timed-out@4.0.1 deduped
| | | |   |   | +-- unzip-response@2.0.1
| | | |   |   | `-- url-parse-lax@1.0.0
| | | |   |   |   `-- prepend-http@1.0.4
| | | |   |   +-- registry-auth-token@3.4.0
| | | |   |   | +-- rc@1.2.8
| | | |   |   | | +-- deep-extend@0.6.0
| | | |   |   | | +-- ini@1.3.8 deduped
| | | |   |   | | +-- minimist@1.2.5 deduped
| | | |   |   | | `-- strip-json-comments@2.0.1
| | | |   |   | `-- safe-buffer@5.2.1 deduped
| | | |   |   +-- registry-url@3.1.0
| | | |   |   | `-- rc@1.2.8 deduped
| | | |   |   `-- semver@5.7.1
| | | |   +-- semver-diff@2.1.0
| | | |   | `-- semver@5.7.1
| | | |   `-- xdg-basedir@3.0.0
| | | +-- subscriptions-transport-ws@0.9.18 deduped
| | | `-- ts-node@8.10.2
| | |   +-- arg@4.1.3
| | |   +-- diff@4.0.2
| | |   +-- make-error@1.3.6
| | |   +-- source-map-support@0.5.19
| | |   | +-- buffer-from@1.1.1
| | |   | `-- source-map@0.6.1
| | |   `-- yn@3.1.1
| | `-- watch@1.0.2
| |   +-- exec-sh@0.2.2
| |   | `-- merge@1.2.1
| |   `-- minimist@1.2.5 deduped
| +-- @vue/cli-ui-addon-webpack@4.5.11
| +-- @vue/cli-ui-addon-widgets@4.5.11
| +-- boxen@4.2.0
| | +-- ansi-align@3.0.0
| | | `-- string-width@3.1.0
| | |   +-- emoji-regex@7.0.3
| | |   +-- is-fullwidth-code-point@2.0.0
| | |   `-- strip-ansi@5.2.0
| | |     `-- ansi-regex@4.1.0 deduped
| | +-- camelcase@5.3.1
| | +-- chalk@3.0.0
| | | +-- ansi-styles@4.3.0
| | | | `-- color-convert@2.0.1
| | | |   `-- color-name@1.1.4
| | | `-- supports-color@7.2.0
| | |   `-- has-flag@4.0.0
| | +-- cli-boxes@2.2.1
| | +-- string-width@4.2.0
| | | +-- emoji-regex@8.0.0
| | | +-- is-fullwidth-code-point@3.0.0
| | | `-- strip-ansi@6.0.0 deduped
| | +-- term-size@2.2.1
| | +-- type-fest@0.8.1
| | `-- widest-line@3.1.0
| |   `-- string-width@4.2.0 deduped
| +-- cmd-shim@3.0.3
| | +-- graceful-fs@4.2.4
| | `-- mkdirp@0.5.5
| |   `-- minimist@1.2.5 deduped
| +-- commander@2.20.3
| +-- debug@4.3.1
| | `-- ms@2.1.2
| +-- deepmerge@4.2.2
| +-- download-git-repo@3.0.2
| | +-- download@7.1.0
| | | +-- archive-type@4.0.0
| | | | `-- file-type@4.4.0
| | | +-- caw@2.0.1
| | | | +-- get-proxy@2.1.0
| | | | | `-- npm-conf@1.1.3
| | | | |   +-- config-chain@1.1.12
| | | | |   | +-- ini@1.3.8 deduped
| | | | |   | `-- proto-list@1.2.4
| | | | |   `-- pify@3.0.0 deduped
| | | | +-- isurl@1.0.0
| | | | | +-- has-to-string-tag-x@1.4.1
| | | | | | `-- has-symbol-support-x@1.4.2
| | | | | `-- is-object@1.0.2
| | | | +-- tunnel-agent@0.6.0 deduped
| | | | `-- url-to-options@1.0.1
| | | +-- content-disposition@0.5.3 deduped
| | | +-- decompress@4.2.1
| | | | +-- decompress-tar@4.1.1
| | | | | +-- file-type@5.2.0
| | | | | +-- is-stream@1.1.0 deduped
| | | | | `-- tar-stream@1.6.2
| | | | |   +-- bl@1.2.3
| | | | |   | +-- readable-stream@2.3.7 deduped
| | | | |   | `-- safe-buffer@5.2.1 deduped
| | | | |   +-- buffer-alloc@1.2.0
| | | | |   | +-- buffer-alloc-unsafe@1.1.0
| | | | |   | `-- buffer-fill@1.0.0
| | | | |   +-- end-of-stream@1.4.4 deduped
| | | | |   +-- fs-constants@1.0.0
| | | | |   +-- readable-stream@2.3.7 deduped
| | | | |   +-- to-buffer@1.1.1
| | | | |   `-- xtend@4.0.2
| | | | +-- decompress-tarbz2@4.1.1
| | | | | +-- decompress-tar@4.1.1 deduped
| | | | | +-- file-type@6.2.0
| | | | | +-- is-stream@1.1.0 deduped
| | | | | +-- seek-bzip@1.0.6
| | | | | | `-- commander@2.20.3 deduped
| | | | | `-- unbzip2-stream@1.4.3
| | | | |   +-- buffer@5.7.1
| | | | |   | +-- base64-js@1.5.1
| | | | |   | `-- ieee754@1.2.1
| | | | |   `-- through@2.3.8 deduped
| | | | +-- decompress-targz@4.1.1
| | | | | +-- decompress-tar@4.1.1 deduped
| | | | | +-- file-type@5.2.0
| | | | | `-- is-stream@1.1.0 deduped
| | | | +-- decompress-unzip@4.0.1
| | | | | +-- file-type@3.9.0
| | | | | +-- get-stream@2.3.1
| | | | | | +-- object-assign@4.1.1 deduped
| | | | | | `-- pinkie-promise@2.0.1
| | | | | |   `-- pinkie@2.0.4
| | | | | +-- pify@2.3.0
| | | | | `-- yauzl@2.10.0
| | | | |   +-- buffer-crc32@0.2.13
| | | | |   `-- fd-slicer@1.1.0
| | | | |     `-- pend@1.2.0
| | | | +-- graceful-fs@4.2.4 deduped
| | | | +-- make-dir@1.3.0 deduped
| | | | +-- pify@2.3.0
| | | | `-- strip-dirs@2.1.0
| | | |   `-- is-natural-number@4.0.1
| | | +-- ext-name@5.0.0
| | | | +-- ext-list@2.2.2
| | | | | `-- mime-db@1.45.0 deduped
| | | | `-- sort-keys-length@1.0.1
| | | |   `-- sort-keys@1.1.2
| | | |     `-- is-plain-obj@1.1.0
| | | +-- file-type@8.1.0
| | | +-- filenamify@2.1.0
| | | | +-- filename-reserved-regex@2.0.0
| | | | +-- strip-outer@1.0.1
| | | | | `-- escape-string-regexp@1.0.5 deduped
| | | | `-- trim-repeated@1.0.0
| | | |   `-- escape-string-regexp@1.0.5 deduped
| | | +-- get-stream@3.0.0
| | | +-- got@8.3.2
| | | | +-- @sindresorhus/is@0.7.0
| | | | +-- cacheable-request@2.1.4
| | | | | +-- clone-response@1.0.2
| | | | | | `-- mimic-response@1.0.1 deduped
| | | | | +-- get-stream@3.0.0
| | | | | +-- http-cache-semantics@3.8.1
| | | | | +-- keyv@3.0.0
| | | | | | `-- json-buffer@3.0.0
| | | | | +-- lowercase-keys@1.0.0
| | | | | +-- normalize-url@2.0.1
| | | | | | +-- prepend-http@2.0.0
| | | | | | +-- query-string@5.1.1
| | | | | | | +-- decode-uri-component@0.2.0 deduped
| | | | | | | +-- object-assign@4.1.1 deduped
| | | | | | | `-- strict-uri-encode@1.1.0
| | | | | | `-- sort-keys@2.0.0
| | | | | |   `-- is-plain-obj@1.1.0 deduped
| | | | | `-- responselike@1.0.2
| | | | |   `-- lowercase-keys@1.0.1 deduped
| | | | +-- decompress-response@3.3.0
| | | | | `-- mimic-response@1.0.1 deduped
| | | | +-- duplexer3@0.1.4
| | | | +-- get-stream@3.0.0 deduped
| | | | +-- into-stream@3.1.0
| | | | | +-- from2@2.3.0
| | | | | | +-- inherits@2.0.4 deduped
| | | | | | `-- readable-stream@2.3.7 deduped
| | | | | `-- p-is-promise@1.1.0
| | | | +-- is-retry-allowed@1.2.0
| | | | +-- isurl@1.0.0 deduped
| | | | +-- lowercase-keys@1.0.1
| | | | +-- mimic-response@1.0.1
| | | | +-- p-cancelable@0.4.1
| | | | +-- p-timeout@2.0.1
| | | | | `-- p-finally@1.0.0 deduped
| | | | +-- pify@3.0.0 deduped
| | | | +-- safe-buffer@5.2.1 deduped
| | | | +-- timed-out@4.0.1
| | | | +-- url-parse-lax@3.0.0
| | | | | `-- prepend-http@2.0.0
| | | | `-- url-to-options@1.0.1 deduped
| | | +-- make-dir@1.3.0
| | | | `-- pify@3.0.0 deduped
| | | +-- p-event@2.3.1
| | | | `-- p-timeout@2.0.1 deduped
| | | `-- pify@3.0.0 deduped
| | +-- git-clone@0.1.0
| | `-- rimraf@3.0.2
| |   `-- glob@7.1.6 deduped
| +-- ejs@2.7.4
| +-- envinfo@7.7.3
| +-- fs-extra@7.0.1
| | +-- graceful-fs@4.2.4 deduped
| | +-- jsonfile@4.0.0
| | | `-- graceful-fs@4.2.4 deduped
| | `-- universalify@0.1.2
| +-- globby@9.2.0
| | +-- @types/glob@7.1.3
| | | +-- @types/minimatch@3.0.3
| | | `-- @types/node@14.14.22 deduped
| | +-- array-union@1.0.2
| | | `-- array-uniq@1.0.3
| | +-- dir-glob@2.2.2
| | | `-- path-type@3.0.0
| | |   `-- pify@3.0.0 deduped
| | +-- fast-glob@2.2.7
| | | +-- @mrmlnc/readdir-enhanced@2.2.1
| | | | +-- call-me-maybe@1.0.1
| | | | `-- glob-to-regexp@0.3.0
| | | +-- @nodelib/fs.stat@1.1.3
| | | +-- glob-parent@3.1.0
| | | | +-- is-glob@3.1.0
| | | | | `-- is-extglob@2.1.1 deduped
| | | | `-- path-dirname@1.0.2
| | | +-- is-glob@4.0.1
| | | | `-- is-extglob@2.1.1
| | | +-- merge2@1.4.1
| | | `-- micromatch@3.1.10
| | |   +-- arr-diff@4.0.0
| | |   +-- array-unique@0.3.2
| | |   +-- braces@2.3.2
| | |   | +-- arr-flatten@1.1.0
| | |   | +-- array-unique@0.3.2 deduped
| | |   | +-- extend-shallow@2.0.1
| | |   | | `-- is-extendable@0.1.1 deduped
| | |   | +-- fill-range@4.0.0
| | |   | | +-- extend-shallow@2.0.1
| | |   | | | `-- is-extendable@0.1.1 deduped
| | |   | | +-- is-number@3.0.0
| | |   | | | `-- kind-of@3.2.2
| | |   | | |   `-- is-buffer@1.1.6
| | |   | | +-- repeat-string@1.6.1
| | |   | | `-- to-regex-range@2.1.1
| | |   | |   +-- is-number@3.0.0 deduped
| | |   | |   `-- repeat-string@1.6.1 deduped
| | |   | +-- isobject@3.0.1
| | |   | +-- repeat-element@1.1.3
| | |   | +-- snapdragon@0.8.2 deduped
| | |   | +-- snapdragon-node@2.1.1
| | |   | | +-- define-property@1.0.0
| | |   | | | `-- is-descriptor@1.0.2
| | |   | | |   +-- is-accessor-descriptor@1.0.0
| | |   | | |   | `-- kind-of@6.0.3 deduped
| | |   | | |   +-- is-data-descriptor@1.0.0
| | |   | | |   | `-- kind-of@6.0.3 deduped
| | |   | | |   `-- kind-of@6.0.3 deduped
| | |   | | +-- isobject@3.0.1 deduped
| | |   | | `-- snapdragon-util@3.0.1
| | |   | |   `-- kind-of@3.2.2
| | |   | |     `-- is-buffer@1.1.6 deduped
| | |   | +-- split-string@3.1.0
| | |   | | `-- extend-shallow@3.0.2 deduped
| | |   | `-- to-regex@3.0.2 deduped
| | |   +-- define-property@2.0.2
| | |   | +-- is-descriptor@1.0.2
| | |   | | +-- is-accessor-descriptor@1.0.0
| | |   | | | `-- kind-of@6.0.3 deduped
| | |   | | +-- is-data-descriptor@1.0.0
| | |   | | | `-- kind-of@6.0.3 deduped
| | |   | | `-- kind-of@6.0.3 deduped
| | |   | `-- isobject@3.0.1 deduped
| | |   +-- extend-shallow@3.0.2
| | |   | +-- assign-symbols@1.0.0
| | |   | `-- is-extendable@1.0.1
| | |   |   `-- is-plain-object@2.0.4
| | |   |     `-- isobject@3.0.1 deduped
| | |   +-- extglob@2.0.4
| | |   | +-- array-unique@0.3.2 deduped
| | |   | +-- define-property@1.0.0
| | |   | | `-- is-descriptor@1.0.2
| | |   | |   +-- is-accessor-descriptor@1.0.0
| | |   | |   | `-- kind-of@6.0.3 deduped
| | |   | |   +-- is-data-descriptor@1.0.0
| | |   | |   | `-- kind-of@6.0.3 deduped
| | |   | |   `-- kind-of@6.0.3 deduped
| | |   | +-- expand-brackets@2.1.4
| | |   | | +-- debug@2.6.9
| | |   | | | `-- ms@2.0.0 deduped
| | |   | | +-- define-property@0.2.5
| | |   | | | `-- is-descriptor@0.1.6 deduped
| | |   | | +-- extend-shallow@2.0.1
| | |   | | | `-- is-extendable@0.1.1 deduped
| | |   | | +-- posix-character-classes@0.1.1
| | |   | | +-- regex-not@1.0.2 deduped
| | |   | | +-- snapdragon@0.8.2 deduped
| | |   | | `-- to-regex@3.0.2 deduped
| | |   | +-- extend-shallow@2.0.1
| | |   | | `-- is-extendable@0.1.1 deduped
| | |   | +-- fragment-cache@0.2.1 deduped
| | |   | +-- regex-not@1.0.2 deduped
| | |   | +-- snapdragon@0.8.2 deduped
| | |   | `-- to-regex@3.0.2 deduped
| | |   +-- fragment-cache@0.2.1
| | |   | `-- map-cache@0.2.2
| | |   +-- kind-of@6.0.3
| | |   +-- nanomatch@1.2.13
| | |   | +-- arr-diff@4.0.0 deduped
| | |   | +-- array-unique@0.3.2 deduped
| | |   | +-- define-property@2.0.2 deduped
| | |   | +-- extend-shallow@3.0.2 deduped
| | |   | +-- fragment-cache@0.2.1 deduped
| | |   | +-- is-windows@1.0.2
| | |   | +-- kind-of@6.0.3 deduped
| | |   | +-- object.pick@1.3.0 deduped
| | |   | +-- regex-not@1.0.2 deduped
| | |   | +-- snapdragon@0.8.2 deduped
| | |   | `-- to-regex@3.0.2 deduped
| | |   +-- object.pick@1.3.0
| | |   | `-- isobject@3.0.1 deduped
| | |   +-- regex-not@1.0.2
| | |   | +-- extend-shallow@3.0.2 deduped
| | |   | `-- safe-regex@1.1.0
| | |   |   `-- ret@0.1.15
| | |   +-- snapdragon@0.8.2
| | |   | +-- base@0.11.2
| | |   | | +-- cache-base@1.0.1
| | |   | | | +-- collection-visit@1.0.0
| | |   | | | | +-- map-visit@1.0.0
| | |   | | | | | `-- object-visit@1.0.1 deduped
| | |   | | | | `-- object-visit@1.0.1
| | |   | | | |   `-- isobject@3.0.1 deduped
| | |   | | | +-- component-emitter@1.3.0 deduped
| | |   | | | +-- get-value@2.0.6
| | |   | | | +-- has-value@1.0.0
| | |   | | | | +-- get-value@2.0.6 deduped
| | |   | | | | +-- has-values@1.0.0
| | |   | | | | | +-- is-number@3.0.0 deduped
| | |   | | | | | `-- kind-of@4.0.0
| | |   | | | | |   `-- is-buffer@1.1.6 deduped
| | |   | | | | `-- isobject@3.0.1 deduped
| | |   | | | +-- isobject@3.0.1 deduped
| | |   | | | +-- set-value@2.0.1
| | |   | | | | +-- extend-shallow@2.0.1
| | |   | | | | | `-- is-extendable@0.1.1 deduped
| | |   | | | | +-- is-extendable@0.1.1 deduped
| | |   | | | | +-- is-plain-object@2.0.4 deduped
| | |   | | | | `-- split-string@3.1.0 deduped
| | |   | | | +-- to-object-path@0.3.0
| | |   | | | | `-- kind-of@3.2.2
| | |   | | | |   `-- is-buffer@1.1.6 deduped
| | |   | | | +-- union-value@1.0.1
| | |   | | | | +-- arr-union@3.1.0 deduped
| | |   | | | | +-- get-value@2.0.6 deduped
| | |   | | | | +-- is-extendable@0.1.1 deduped
| | |   | | | | `-- set-value@2.0.1 deduped
| | |   | | | `-- unset-value@1.0.0
| | |   | | |   +-- has-value@0.3.1
| | |   | | |   | +-- get-value@2.0.6 deduped
| | |   | | |   | +-- has-values@0.1.4
| | |   | | |   | `-- isobject@2.1.0
| | |   | | |   |   `-- isarray@1.0.0 deduped
| | |   | | |   `-- isobject@3.0.1 deduped
| | |   | | +-- class-utils@0.3.6
| | |   | | | +-- arr-union@3.1.0
| | |   | | | +-- define-property@0.2.5
| | |   | | | | `-- is-descriptor@0.1.6 deduped
| | |   | | | +-- isobject@3.0.1 deduped
| | |   | | | `-- static-extend@0.1.2
| | |   | | |   +-- define-property@0.2.5
| | |   | | |   | `-- is-descriptor@0.1.6 deduped
| | |   | | |   `-- object-copy@0.1.0
| | |   | | |     +-- copy-descriptor@0.1.1
| | |   | | |     +-- define-property@0.2.5
| | |   | | |     | `-- is-descriptor@0.1.6 deduped
| | |   | | |     `-- kind-of@3.2.2
| | |   | | |       `-- is-buffer@1.1.6 deduped
| | |   | | +-- component-emitter@1.3.0
| | |   | | +-- define-property@1.0.0
| | |   | | | `-- is-descriptor@1.0.2
| | |   | | |   +-- is-accessor-descriptor@1.0.0
| | |   | | |   | `-- kind-of@6.0.3 deduped
| | |   | | |   +-- is-data-descriptor@1.0.0
| | |   | | |   | `-- kind-of@6.0.3 deduped
| | |   | | |   `-- kind-of@6.0.3 deduped
| | |   | | +-- isobject@3.0.1 deduped
| | |   | | +-- mixin-deep@1.3.2
| | |   | | | +-- for-in@1.0.2
| | |   | | | `-- is-extendable@1.0.1
| | |   | | |   `-- is-plain-object@2.0.4 deduped
| | |   | | `-- pascalcase@0.1.1
| | |   | +-- debug@2.6.9
| | |   | | `-- ms@2.0.0 deduped
| | |   | +-- define-property@0.2.5
| | |   | | `-- is-descriptor@0.1.6
| | |   | |   +-- is-accessor-descriptor@0.1.6
| | |   | |   | `-- kind-of@3.2.2
| | |   | |   |   `-- is-buffer@1.1.6 deduped
| | |   | |   +-- is-data-descriptor@0.1.4
| | |   | |   | `-- kind-of@3.2.2
| | |   | |   |   `-- is-buffer@1.1.6 deduped
| | |   | |   `-- kind-of@5.1.0
| | |   | +-- extend-shallow@2.0.1
| | |   | | `-- is-extendable@0.1.1 deduped
| | |   | +-- map-cache@0.2.2 deduped
| | |   | +-- source-map@0.5.7 deduped
| | |   | +-- source-map-resolve@0.5.3
| | |   | | +-- atob@2.1.2
| | |   | | +-- decode-uri-component@0.2.0
| | |   | | +-- resolve-url@0.2.1
| | |   | | +-- source-map-url@0.4.0
| | |   | | `-- urix@0.1.0
| | |   | `-- use@3.1.1
| | |   `-- to-regex@3.0.2
| | |     +-- define-property@2.0.2 deduped
| | |     +-- extend-shallow@3.0.2 deduped
| | |     +-- regex-not@1.0.2 deduped
| | |     `-- safe-regex@1.1.0 deduped
| | +-- glob@7.1.6
| | | +-- fs.realpath@1.0.0
| | | +-- inflight@1.0.6
| | | | +-- once@1.4.0 deduped
| | | | `-- wrappy@1.0.2
| | | +-- inherits@2.0.4
| | | +-- minimatch@3.0.4
| | | | `-- brace-expansion@1.1.11
| | | |   +-- balanced-match@1.0.0
| | | |   `-- concat-map@0.0.1
| | | +-- once@1.4.0
| | | | `-- wrappy@1.0.2 deduped
| | | `-- path-is-absolute@1.0.1
| | +-- ignore@4.0.6
| | +-- pify@4.0.1
| | `-- slash@2.0.0
| +-- import-global@0.1.0
| | `-- global-dirs@0.1.1
| |   `-- ini@1.3.8 deduped
| +-- ini@1.3.8
| +-- inquirer@7.3.3
| | +-- ansi-escapes@4.3.1
| | | `-- type-fest@0.11.0
| | +-- chalk@4.1.0
| | | +-- ansi-styles@4.3.0
| | | | `-- color-convert@2.0.1
| | | |   `-- color-name@1.1.4
| | | `-- supports-color@7.2.0
| | |   `-- has-flag@4.0.0
| | +-- cli-cursor@3.1.0
| | | `-- restore-cursor@3.1.0
| | |   +-- onetime@5.1.2
| | |   | `-- mimic-fn@2.1.0
| | |   `-- signal-exit@3.0.3 deduped
| | +-- cli-width@3.0.0
| | +-- external-editor@3.1.0
| | | +-- chardet@0.7.0
| | | +-- iconv-lite@0.4.24
| | | | `-- safer-buffer@2.1.2
| | | `-- tmp@0.0.33
| | |   `-- os-tmpdir@1.0.2
| | +-- figures@3.2.0
| | | `-- escape-string-regexp@1.0.5 deduped
| | +-- lodash@4.17.20
| | +-- mute-stream@0.0.8
| | +-- run-async@2.4.1
| | +-- rxjs@6.6.3 deduped
| | +-- string-width@4.2.0 deduped
| | +-- strip-ansi@6.0.0 deduped
| | `-- through@2.3.8
| +-- isbinaryfile@4.0.6
| +-- javascript-stringify@1.6.0
| +-- js-yaml@3.14.1
| | +-- argparse@1.0.10
| | | `-- sprintf-js@1.0.3
| | `-- esprima@4.0.1
| +-- leven@3.1.0
| +-- lodash.clonedeep@4.5.0
| +-- lru-cache@5.1.1
| | `-- yallist@3.1.1
| +-- minimist@1.2.5
| +-- recast@0.18.10
| | +-- ast-types@0.13.3
| | +-- esprima@4.0.1 deduped
| | +-- private@0.1.8
| | `-- source-map@0.6.1
| +-- resolve@1.19.0
| | +-- is-core-module@2.2.0
| | | `-- has@1.0.3
| | |   `-- function-bind@1.1.1
| | `-- path-parse@1.0.6
| +-- shortid@2.2.16
| | `-- nanoid@2.1.11
| +-- slash@3.0.0
| +-- strip-ansi@6.0.0
| | `-- ansi-regex@5.0.0
| +-- validate-npm-package-name@3.0.0
| | `-- builtins@1.0.3
| +-- vue@2.6.12
| +-- vue-codemod@0.0.4
| | +-- @babel/core@7.12.10
| | | +-- @babel/code-frame@7.12.11
| | | | `-- @babel/highlight@7.10.4
| | | |   +-- @babel/helper-validator-identifier@7.12.11 deduped
| | | |   +-- chalk@2.4.2 deduped
| | | |   `-- js-tokens@4.0.0
| | | +-- @babel/generator@7.12.11
| | | | +-- @babel/types@7.12.12
| | | | | +-- @babel/helper-validator-identifier@7.12.11 deduped
| | | | | +-- lodash@4.17.20 deduped
| | | | | `-- to-fast-properties@2.0.0 deduped
| | | | +-- jsesc@2.5.2
| | | | `-- source-map@0.5.7 deduped
| | | +-- @babel/helper-module-transforms@7.12.1
| | | | +-- @babel/helper-module-imports@7.12.5 deduped
| | | | +-- @babel/helper-replace-supers@7.12.11
| | | | | +-- @babel/helper-member-expression-to-functions@7.12.7
| | | | | | `-- @babel/types@7.12.12
| | | | | |   +-- @babel/helper-validator-identifier@7.12.11 deduped
| | | | | |   +-- lodash@4.17.20 deduped
| | | | | |   `-- to-fast-properties@2.0.0 deduped
| | | | | +-- @babel/helper-optimise-call-expression@7.12.10 deduped
| | | | | +-- @babel/traverse@7.12.12 deduped
| | | | | `-- @babel/types@7.12.12
| | | | |   +-- @babel/helper-validator-identifier@7.12.11 deduped
| | | | |   +-- lodash@4.17.20 deduped
| | | | |   `-- to-fast-properties@2.0.0 deduped
| | | | +-- @babel/helper-simple-access@7.12.1
| | | | | `-- @babel/types@7.12.12
| | | | |   +-- @babel/helper-validator-identifier@7.12.11 deduped
| | | | |   +-- lodash@4.17.20 deduped
| | | | |   `-- to-fast-properties@2.0.0 deduped
| | | | +-- @babel/helper-split-export-declaration@7.12.11
| | | | | `-- @babel/types@7.12.12
| | | | |   +-- @babel/helper-validator-identifier@7.12.11 deduped
| | | | |   +-- lodash@4.17.20 deduped
| | | | |   `-- to-fast-properties@2.0.0 deduped
| | | | +-- @babel/helper-validator-identifier@7.12.11 deduped
| | | | +-- @babel/template@7.12.7 deduped
| | | | +-- @babel/traverse@7.12.12 deduped
| | | | +-- @babel/types@7.12.12
| | | | | +-- @babel/helper-validator-identifier@7.12.11 deduped
| | | | | +-- lodash@4.17.20 deduped
| | | | | `-- to-fast-properties@2.0.0 deduped
| | | | `-- lodash@4.17.20 deduped
| | | +-- @babel/helpers@7.12.5
| | | | +-- @babel/template@7.12.7 deduped
| | | | +-- @babel/traverse@7.12.12 deduped
| | | | `-- @babel/types@7.12.12
| | | |   +-- @babel/helper-validator-identifier@7.12.11 deduped
| | | |   +-- lodash@4.17.20 deduped
| | | |   `-- to-fast-properties@2.0.0 deduped
| | | +-- @babel/parser@7.12.11
| | | +-- @babel/template@7.12.7
| | | | +-- @babel/code-frame@7.12.11 deduped
| | | | +-- @babel/parser@7.12.11 deduped
| | | | `-- @babel/types@7.12.12
| | | |   +-- @babel/helper-validator-identifier@7.12.11 deduped
| | | |   +-- lodash@4.17.20 deduped
| | | |   `-- to-fast-properties@2.0.0 deduped
| | | +-- @babel/traverse@7.12.12
| | | | +-- @babel/code-frame@7.12.11 deduped
| | | | +-- @babel/generator@7.12.11 deduped
| | | | +-- @babel/helper-function-name@7.12.11
| | | | | +-- @babel/helper-get-function-arity@7.12.10
| | | | | | `-- @babel/types@7.12.12
| | | | | |   +-- @babel/helper-validator-identifier@7.12.11 deduped
| | | | | |   +-- lodash@4.17.20 deduped
| | | | | |   `-- to-fast-properties@2.0.0 deduped
| | | | | +-- @babel/template@7.12.7 deduped
| | | | | `-- @babel/types@7.12.12
| | | | |   +-- @babel/helper-validator-identifier@7.12.11 deduped
| | | | |   +-- lodash@4.17.20 deduped
| | | | |   `-- to-fast-properties@2.0.0 deduped
| | | | +-- @babel/helper-split-export-declaration@7.12.11 deduped
| | | | +-- @babel/parser@7.12.11 deduped
| | | | +-- @babel/types@7.12.12
| | | | | +-- @babel/helper-validator-identifier@7.12.11 deduped
| | | | | +-- lodash@4.17.20 deduped
| | | | | `-- to-fast-properties@2.0.0 deduped
| | | | +-- debug@4.3.1 deduped
| | | | +-- globals@11.12.0
| | | | `-- lodash@4.17.20 deduped
| | | +-- @babel/types@7.12.12
| | | | +-- @babel/helper-validator-identifier@7.12.11
| | | | +-- lodash@4.17.20 deduped
| | | | `-- to-fast-properties@2.0.0
| | | +-- convert-source-map@1.7.0
| | | | `-- safe-buffer@5.1.2
| | | +-- debug@4.3.1 deduped
| | | +-- gensync@1.0.0-beta.2
| | | +-- json5@2.1.3
| | | | `-- minimist@1.2.5 deduped
| | | +-- lodash@4.17.20 deduped
| | | +-- semver@5.7.1
| | | `-- source-map@0.5.7
| | +-- @babel/preset-env@7.12.11
| | | +-- @babel/compat-data@7.12.7
| | | +-- @babel/helper-compilation-targets@7.12.5
| | | | +-- @babel/compat-data@7.12.7 deduped
| | | | +-- @babel/helper-validator-option@7.12.11 deduped
| | | | +-- browserslist@4.16.1
| | | | | +-- caniuse-lite@1.0.30001181
| | | | | +-- colorette@1.2.1
| | | | | +-- electron-to-chromium@1.3.649
| | | | | +-- escalade@3.1.1
| | | | | `-- node-releases@1.1.70
| | | | `-- semver@5.7.1
| | | +-- @babel/helper-module-imports@7.12.5
| | | | `-- @babel/types@7.12.12
| | | |   +-- @babel/helper-validator-identifier@7.12.11 deduped
| | | |   +-- lodash@4.17.20 deduped
| | | |   `-- to-fast-properties@2.0.0 deduped
| | | +-- @babel/helper-plugin-utils@7.10.4
| | | +-- @babel/helper-validator-option@7.12.11
| | | +-- @babel/plugin-proposal-async-generator-functions@7.12.12
| | | | +-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | +-- @babel/helper-remap-async-to-generator@7.12.1
| | | | | +-- @babel/helper-annotate-as-pure@7.12.10 deduped
| | | | | +-- @babel/helper-wrap-function@7.12.3
| | | | | | +-- @babel/helper-function-name@7.12.11 deduped
| | | | | | +-- @babel/template@7.12.7 deduped
| | | | | | +-- @babel/traverse@7.12.12 deduped
| | | | | | `-- @babel/types@7.10.4 deduped
| | | | | `-- @babel/types@7.12.12
| | | | |   +-- @babel/helper-validator-identifier@7.12.11 deduped
| | | | |   +-- lodash@4.17.20 deduped
| | | | |   `-- to-fast-properties@2.0.0 deduped
| | | | `-- @babel/plugin-syntax-async-generators@7.8.4 deduped
| | | +-- @babel/plugin-proposal-class-properties@7.12.1
| | | | +-- @babel/helper-create-class-features-plugin@7.12.1
| | | | | +-- @babel/helper-function-name@7.12.11 deduped
| | | | | +-- @babel/helper-member-expression-to-functions@7.12.7 deduped
| | | | | +-- @babel/helper-optimise-call-expression@7.12.10 deduped
| | | | | +-- @babel/helper-replace-supers@7.12.11 deduped
| | | | | `-- @babel/helper-split-export-declaration@7.12.11 deduped
| | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | +-- @babel/plugin-proposal-dynamic-import@7.12.1
| | | | +-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | `-- @babel/plugin-syntax-dynamic-import@7.8.3 deduped
| | | +-- @babel/plugin-proposal-export-namespace-from@7.12.1
| | | | +-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | `-- @babel/plugin-syntax-export-namespace-from@7.8.3 deduped
| | | +-- @babel/plugin-proposal-json-strings@7.12.1
| | | | +-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | `-- @babel/plugin-syntax-json-strings@7.8.3 deduped
| | | +-- @babel/plugin-proposal-logical-assignment-operators@7.12.1
| | | | +-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | `-- @babel/plugin-syntax-logical-assignment-operators@7.10.4 deduped
| | | +-- @babel/plugin-proposal-nullish-coalescing-operator@7.12.1
| | | | +-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | `-- @babel/plugin-syntax-nullish-coalescing-operator@7.8.3 deduped
| | | +-- @babel/plugin-proposal-numeric-separator@7.12.7
| | | | +-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | `-- @babel/plugin-syntax-numeric-separator@7.10.4 deduped
| | | +-- @babel/plugin-proposal-object-rest-spread@7.12.1
| | | | +-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | +-- @babel/plugin-syntax-object-rest-spread@7.8.3 deduped
| | | | `-- @babel/plugin-transform-parameters@7.12.1 deduped
| | | +-- @babel/plugin-proposal-optional-catch-binding@7.12.1
| | | | +-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | `-- @babel/plugin-syntax-optional-catch-binding@7.8.3 deduped
| | | +-- @babel/plugin-proposal-optional-chaining@7.12.7
| | | | +-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | +-- @babel/helper-skip-transparent-expression-wrappers@7.12.1
| | | | | `-- @babel/types@7.12.12
| | | | |   +-- @babel/helper-validator-identifier@7.12.11 deduped
| | | | |   +-- lodash@4.17.20 deduped
| | | | |   `-- to-fast-properties@2.0.0 deduped
| | | | `-- @babel/plugin-syntax-optional-chaining@7.8.3 deduped
| | | +-- @babel/plugin-proposal-private-methods@7.12.1
| | | | +-- @babel/helper-create-class-features-plugin@7.12.1 deduped
| | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | +-- @babel/plugin-proposal-unicode-property-regex@7.12.1
| | | | +-- @babel/helper-create-regexp-features-plugin@7.12.7
| | | | | +-- @babel/helper-annotate-as-pure@7.12.10 deduped
| | | | | `-- regexpu-core@4.7.1
| | | | |   +-- regenerate@1.4.2
| | | | |   +-- regenerate-unicode-properties@8.2.0
| | | | |   | `-- regenerate@1.4.2 deduped
| | | | |   +-- regjsgen@0.5.2
| | | | |   +-- regjsparser@0.6.7
| | | | |   | `-- jsesc@0.5.0
| | | | |   +-- unicode-match-property-ecmascript@1.0.4
| | | | |   | +-- unicode-canonical-property-names-ecmascript@1.0.4
| | | | |   | `-- unicode-property-aliases-ecmascript@1.1.0
| | | | |   `-- unicode-match-property-value-ecmascript@1.2.0
| | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | +-- @babel/plugin-syntax-async-generators@7.8.4
| | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | +-- @babel/plugin-syntax-class-properties@7.12.1
| | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | +-- @babel/plugin-syntax-dynamic-import@7.8.3
| | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | +-- @babel/plugin-syntax-export-namespace-from@7.8.3
| | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | +-- @babel/plugin-syntax-json-strings@7.8.3
| | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | +-- @babel/plugin-syntax-logical-assignment-operators@7.10.4
| | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | +-- @babel/plugin-syntax-nullish-coalescing-operator@7.8.3
| | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | +-- @babel/plugin-syntax-numeric-separator@7.10.4
| | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | +-- @babel/plugin-syntax-object-rest-spread@7.8.3
| | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | +-- @babel/plugin-syntax-optional-catch-binding@7.8.3
| | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | +-- @babel/plugin-syntax-optional-chaining@7.8.3
| | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | +-- @babel/plugin-syntax-top-level-await@7.12.1
| | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | +-- @babel/plugin-transform-arrow-functions@7.12.1
| | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | +-- @babel/plugin-transform-async-to-generator@7.12.1
| | | | +-- @babel/helper-module-imports@7.12.5 deduped
| | | | +-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | `-- @babel/helper-remap-async-to-generator@7.12.1 deduped
| | | +-- @babel/plugin-transform-block-scoped-functions@7.12.1
| | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | +-- @babel/plugin-transform-block-scoping@7.12.12
| | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | +-- @babel/plugin-transform-classes@7.12.1
| | | | +-- @babel/helper-annotate-as-pure@7.12.10
| | | | | `-- @babel/types@7.12.12
| | | | |   +-- @babel/helper-validator-identifier@7.12.11 deduped
| | | | |   +-- lodash@4.17.20 deduped
| | | | |   `-- to-fast-properties@2.0.0 deduped
| | | | +-- @babel/helper-define-map@7.10.5
| | | | | +-- @babel/helper-function-name@7.12.11 deduped
| | | | | +-- @babel/types@7.12.12
| | | | | | +-- @babel/helper-validator-identifier@7.12.11 deduped
| | | | | | +-- lodash@4.17.20 deduped
| | | | | | `-- to-fast-properties@2.0.0 deduped
| | | | | `-- lodash@4.17.20 deduped
| | | | +-- @babel/helper-function-name@7.12.11 deduped
| | | | +-- @babel/helper-optimise-call-expression@7.12.10
| | | | | `-- @babel/types@7.12.12
| | | | |   +-- @babel/helper-validator-identifier@7.12.11 deduped
| | | | |   +-- lodash@4.17.20 deduped
| | | | |   `-- to-fast-properties@2.0.0 deduped
| | | | +-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | +-- @babel/helper-replace-supers@7.12.11 deduped
| | | | +-- @babel/helper-split-export-declaration@7.12.11 deduped
| | | | `-- globals@11.12.0 deduped
| | | +-- @babel/plugin-transform-computed-properties@7.12.1
| | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | +-- @babel/plugin-transform-destructuring@7.12.1
| | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | +-- @babel/plugin-transform-dotall-regex@7.12.1
| | | | +-- @babel/helper-create-regexp-features-plugin@7.12.7 deduped
| | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | +-- @babel/plugin-transform-duplicate-keys@7.12.1
| | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | +-- @babel/plugin-transform-exponentiation-operator@7.12.1
| | | | +-- @babel/helper-builder-binary-assignment-operator-visitor@7.10.4
| | | | | +-- @babel/helper-explode-assignable-expression@7.12.1
| | | | | | `-- @babel/types@7.12.12
| | | | | |   +-- @babel/helper-validator-identifier@7.12.11 deduped
| | | | | |   +-- lodash@4.17.20 deduped
| | | | | |   `-- to-fast-properties@2.0.0 deduped
| | | | | `-- @babel/types@7.10.4 deduped
| | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | +-- @babel/plugin-transform-for-of@7.12.1
| | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | +-- @babel/plugin-transform-function-name@7.12.1
| | | | +-- @babel/helper-function-name@7.12.11 deduped
| | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | +-- @babel/plugin-transform-literals@7.12.1
| | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | +-- @babel/plugin-transform-member-expression-literals@7.12.1
| | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | +-- @babel/plugin-transform-modules-amd@7.12.1
| | | | +-- @babel/helper-module-transforms@7.12.1 deduped
| | | | +-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | `-- babel-plugin-dynamic-import-node@2.3.3
| | | |   `-- object.assign@4.1.2
| | | |     +-- call-bind@1.0.2 deduped
| | | |     +-- define-properties@1.1.3 deduped
| | | |     +-- has-symbols@1.0.1 deduped
| | | |     `-- object-keys@1.1.1
| | | +-- @babel/plugin-transform-modules-commonjs@7.12.1
| | | | +-- @babel/helper-module-transforms@7.12.1 deduped
| | | | +-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | +-- @babel/helper-simple-access@7.12.1 deduped
| | | | `-- babel-plugin-dynamic-import-node@2.3.3 deduped
| | | +-- @babel/plugin-transform-modules-systemjs@7.12.1
| | | | +-- @babel/helper-hoist-variables@7.10.4
| | | | | `-- @babel/types@7.10.4 deduped
| | | | +-- @babel/helper-module-transforms@7.12.1 deduped
| | | | +-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | +-- @babel/helper-validator-identifier@7.12.11 deduped
| | | | `-- babel-plugin-dynamic-import-node@2.3.3 deduped
| | | +-- @babel/plugin-transform-modules-umd@7.12.1
| | | | +-- @babel/helper-module-transforms@7.12.1 deduped
| | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | +-- @babel/plugin-transform-named-capturing-groups-regex@7.12.1
| | | | `-- @babel/helper-create-regexp-features-plugin@7.12.7 deduped
| | | +-- @babel/plugin-transform-new-target@7.12.1
| | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | +-- @babel/plugin-transform-object-super@7.12.1
| | | | +-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | `-- @babel/helper-replace-supers@7.12.11 deduped
| | | +-- @babel/plugin-transform-parameters@7.12.1
| | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | +-- @babel/plugin-transform-property-literals@7.12.1
| | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | +-- @babel/plugin-transform-regenerator@7.12.1
| | | | `-- regenerator-transform@0.14.5
| | | |   `-- @babel/runtime@7.12.5 deduped
| | | +-- @babel/plugin-transform-reserved-words@7.12.1
| | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | +-- @babel/plugin-transform-shorthand-properties@7.12.1
| | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | +-- @babel/plugin-transform-spread@7.12.1
| | | | +-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | `-- @babel/helper-skip-transparent-expression-wrappers@7.12.1 deduped
| | | +-- @babel/plugin-transform-sticky-regex@7.12.7
| | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | +-- @babel/plugin-transform-template-literals@7.12.1
| | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | +-- @babel/plugin-transform-typeof-symbol@7.12.10
| | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | +-- @babel/plugin-transform-unicode-escapes@7.12.1
| | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | +-- @babel/plugin-transform-unicode-regex@7.12.1
| | | | +-- @babel/helper-create-regexp-features-plugin@7.12.7 deduped
| | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | +-- @babel/preset-modules@0.1.4
| | | | +-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | +-- @babel/plugin-proposal-unicode-property-regex@7.12.1 deduped
| | | | +-- @babel/plugin-transform-dotall-regex@7.12.1 deduped
| | | | +-- @babel/types@7.10.4
| | | | | +-- @babel/helper-validator-identifier@7.12.11 deduped
| | | | | +-- lodash@4.17.20 deduped
| | | | | `-- to-fast-properties@2.0.0 deduped
| | | | `-- esutils@2.0.3
| | | +-- @babel/types@7.12.12
| | | | +-- @babel/helper-validator-identifier@7.12.11 deduped
| | | | +-- lodash@4.17.20 deduped
| | | | `-- to-fast-properties@2.0.0 deduped
| | | +-- core-js-compat@3.8.3
| | | | +-- browserslist@4.16.1 deduped
| | | | `-- semver@7.0.0
| | | `-- semver@5.7.1
| | +-- @types/jscodeshift@0.7.2
| | | +-- ast-types@0.12.1
| | | `-- recast@0.17.2
| | |   +-- ast-types@0.12.1 deduped
| | |   +-- esprima@4.0.1 deduped
| | |   +-- private@0.1.8 deduped
| | |   `-- source-map@0.6.1
| | +-- @vue/compiler-sfc@3.0.5
| | | +-- @babel/parser@7.12.11 deduped
| | | +-- @babel/types@7.12.12
| | | | +-- @babel/helper-validator-identifier@7.12.11 deduped
| | | | +-- lodash@4.17.20 deduped
| | | | `-- to-fast-properties@2.0.0 deduped
| | | +-- @vue/compiler-core@3.0.5
| | | | +-- @babel/parser@7.12.11 deduped
| | | | +-- @babel/types@7.12.12
| | | | | +-- @babel/helper-validator-identifier@7.12.11 deduped
| | | | | +-- lodash@4.17.20 deduped
| | | | | `-- to-fast-properties@2.0.0 deduped
| | | | +-- @vue/shared@3.0.5 deduped
| | | | +-- estree-walker@2.0.2 deduped
| | | | `-- source-map@0.6.1
| | | +-- @vue/compiler-dom@3.0.5
| | | | +-- @vue/compiler-core@3.0.5 deduped
| | | | `-- @vue/shared@3.0.5 deduped
| | | +-- @vue/compiler-ssr@3.0.5
| | | | +-- @vue/compiler-dom@3.0.5 deduped
| | | | `-- @vue/shared@3.0.5 deduped
| | | +-- @vue/shared@3.0.5
| | | +-- consolidate@0.16.0
| | | | `-- bluebird@3.7.2
| | | +-- estree-walker@2.0.2
| | | +-- hash-sum@2.0.0
| | | +-- lru-cache@5.1.1 deduped
| | | +-- magic-string@0.25.7
| | | | `-- sourcemap-codec@1.4.8
| | | +-- merge-source-map@1.1.0
| | | | `-- source-map@0.6.1
| | | +-- postcss@7.0.35
| | | | +-- chalk@2.4.2 deduped
| | | | +-- source-map@0.6.1
| | | | `-- supports-color@6.1.0
| | | |   `-- has-flag@3.0.0 deduped
| | | +-- postcss-modules@3.2.2
| | | | +-- generic-names@2.0.1
| | | | | `-- loader-utils@1.4.0
| | | | |   +-- big.js@5.2.2
| | | | |   +-- emojis-list@3.0.0
| | | | |   `-- json5@1.0.1
| | | | |     `-- minimist@1.2.5 deduped
| | | | +-- icss-replace-symbols@1.1.0
| | | | +-- lodash.camelcase@4.3.0
| | | | +-- postcss@7.0.35 deduped
| | | | +-- postcss-modules-extract-imports@2.0.0
| | | | | `-- postcss@7.0.35 deduped
| | | | +-- postcss-modules-local-by-default@3.0.3
| | | | | +-- icss-utils@4.1.1
| | | | | | `-- postcss@7.0.35 deduped
| | | | | +-- postcss@7.0.35 deduped
| | | | | +-- postcss-selector-parser@6.0.4 deduped
| | | | | `-- postcss-value-parser@4.1.0
| | | | +-- postcss-modules-scope@2.2.0
| | | | | +-- postcss@7.0.35 deduped
| | | | | `-- postcss-selector-parser@6.0.4 deduped
| | | | +-- postcss-modules-values@3.0.0
| | | | | +-- icss-utils@4.1.1 deduped
| | | | | `-- postcss@7.0.35 deduped
| | | | `-- string-hash@1.1.3
| | | +-- postcss-selector-parser@6.0.4
| | | | +-- cssesc@3.0.0
| | | | +-- indexes-of@1.0.1
| | | | +-- uniq@1.0.1
| | | | `-- util-deprecate@1.0.2
| | | `-- source-map@0.6.1
| | +-- debug@4.3.1 deduped
| | +-- globby@10.0.2
| | | +-- @types/glob@7.1.3 deduped
| | | +-- array-union@2.1.0
| | | +-- dir-glob@3.0.1
| | | | `-- path-type@4.0.0
| | | +-- fast-glob@3.2.5
| | | | +-- @nodelib/fs.stat@2.0.4
| | | | +-- @nodelib/fs.walk@1.2.6
| | | | | +-- @nodelib/fs.scandir@2.1.4
| | | | | | +-- @nodelib/fs.stat@2.0.4
| | | | | | `-- run-parallel@1.1.10
| | | | | `-- fastq@1.10.1
| | | | |   `-- reusify@1.0.4
| | | | +-- glob-parent@5.1.1
| | | | | `-- is-glob@4.0.1 deduped
| | | | +-- merge2@1.4.1 deduped
| | | | +-- micromatch@4.0.2
| | | | | +-- braces@3.0.2
| | | | | | `-- fill-range@7.0.1
| | | | | |   `-- to-regex-range@5.0.1
| | | | | |     `-- is-number@7.0.0
| | | | | `-- picomatch@2.2.2 deduped
| | | | `-- picomatch@2.2.2
| | | +-- glob@7.1.6 deduped
| | | +-- ignore@5.1.8
| | | +-- merge2@1.4.1 deduped
| | | `-- slash@3.0.0 deduped
| | +-- inquirer@7.3.3 deduped
| | +-- jscodeshift@0.10.0
| | | +-- @babel/core@7.12.10 deduped
| | | +-- @babel/parser@7.12.11 deduped
| | | +-- @babel/plugin-proposal-class-properties@7.12.1 deduped
| | | +-- @babel/plugin-proposal-nullish-coalescing-operator@7.12.1 deduped
| | | +-- @babel/plugin-proposal-optional-chaining@7.12.7 deduped
| | | +-- @babel/plugin-transform-modules-commonjs@7.12.1 deduped
| | | +-- @babel/preset-flow@7.12.1
| | | | +-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | `-- @babel/plugin-transform-flow-strip-types@7.12.10
| | | |   +-- @babel/helper-plugin-utils@7.10.4 deduped
| | | |   `-- @babel/plugin-syntax-flow@7.12.1
| | | |     `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | +-- @babel/preset-typescript@7.12.7
| | | | +-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | +-- @babel/helper-validator-option@7.12.11 deduped
| | | | `-- @babel/plugin-transform-typescript@7.12.1
| | | |   +-- @babel/helper-create-class-features-plugin@7.12.1 deduped
| | | |   +-- @babel/helper-plugin-utils@7.10.4 deduped
| | | |   `-- @babel/plugin-syntax-typescript@7.12.1
| | | |     `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | +-- @babel/register@7.12.10
| | | | +-- find-cache-dir@2.1.0
| | | | | +-- commondir@1.0.1
| | | | | +-- make-dir@2.1.0
| | | | | | +-- pify@4.0.1
| | | | | | `-- semver@5.7.1
| | | | | `-- pkg-dir@3.0.0
| | | | |   `-- find-up@3.0.0
| | | | |     `-- locate-path@3.0.0
| | | | |       +-- p-locate@3.0.0
| | | | |       | `-- p-limit@2.3.0 deduped
| | | | |       `-- path-exists@3.0.0
| | | | +-- lodash@4.17.20 deduped
| | | | +-- make-dir@2.1.0
| | | | | +-- pify@4.0.1
| | | | | `-- semver@5.7.1
| | | | +-- pirates@4.0.1
| | | | | `-- node-modules-regexp@1.0.0
| | | | `-- source-map-support@0.5.19 deduped
| | | +-- babel-core@7.0.0-bridge.0
| | | +-- colors@1.4.0
| | | +-- flow-parser@0.143.1
| | | +-- graceful-fs@4.2.4 deduped
| | | +-- micromatch@3.1.10 deduped
| | | +-- neo-async@2.6.2
| | | +-- node-dir@0.1.17
| | | | `-- minimatch@3.0.4 deduped
| | | +-- recast@0.18.10 deduped
| | | +-- temp@0.8.4
| | | | `-- rimraf@2.6.3
| | | |   `-- glob@7.1.6 deduped
| | | `-- write-file-atomic@2.4.3
| | |   +-- graceful-fs@4.2.4 deduped
| | |   +-- imurmurhash@0.1.4
| | |   `-- signal-exit@3.0.3 deduped
| | +-- UNMET PEER DEPENDENCY vue@3.0.5
| | | +-- @vue/compiler-dom@3.0.5 deduped
| | | +-- @vue/runtime-dom@3.0.5
| | | | +-- @vue/runtime-core@3.0.5
| | | | | +-- @vue/reactivity@3.0.5
| | | | | | `-- @vue/shared@3.0.5 deduped
| | | | | `-- @vue/shared@3.0.5 deduped
| | | | +-- @vue/shared@3.0.5 deduped
| | | | `-- csstype@2.6.14
| | | `-- @vue/shared@3.0.5 deduped
| | `-- yargs@15.4.1
| |   +-- cliui@6.0.0
| |   | +-- string-width@4.2.0 deduped
| |   | +-- strip-ansi@6.0.0 deduped
| |   | `-- wrap-ansi@6.2.0
| |   |   +-- ansi-styles@4.3.0
| |   |   | `-- color-convert@2.0.1
| |   |   |   `-- color-name@1.1.4
| |   |   +-- string-width@4.2.0 deduped
| |   |   `-- strip-ansi@6.0.0 deduped
| |   +-- decamelize@1.2.0
| |   +-- find-up@4.1.0
| |   | +-- locate-path@5.0.0
| |   | | `-- p-locate@4.1.0
| |   | |   `-- p-limit@2.3.0
| |   | |     `-- p-try@2.2.0
| |   | `-- path-exists@4.0.0
| |   +-- get-caller-file@2.0.5
| |   +-- require-directory@2.1.1
| |   +-- require-main-filename@2.0.0
| |   +-- set-blocking@2.0.0
| |   +-- string-width@4.2.0 deduped
| |   +-- which-module@2.0.0
| |   +-- y18n@4.0.1
| |   `-- yargs-parser@18.1.3
| |     +-- camelcase@5.3.1
| |     `-- decamelize@1.2.0 deduped
| `-- yaml-front-matter@3.4.1
|   +-- commander@1.0.0
|   `-- js-yaml@3.14.1 deduped
+-- @vue/cli-service-global@4.5.11
| +-- UNMET PEER DEPENDENCY @typescript-eslint/eslint-plugin@^2.7.0
| +-- UNMET PEER DEPENDENCY @typescript-eslint/parser@^2.7.0
| +-- @vue/cli-plugin-babel@4.5.11
| | +-- @babel/core@7.12.10
| | | +-- @babel/code-frame@7.12.11 deduped
| | | +-- @babel/generator@7.12.11
| | | | +-- @babel/types@7.12.12 deduped
| | | | +-- jsesc@2.5.2
| | | | `-- source-map@0.5.7 deduped
| | | +-- @babel/helper-module-transforms@7.12.1
| | | | +-- @babel/helper-module-imports@7.12.5 deduped
| | | | +-- @babel/helper-replace-supers@7.12.11
| | | | | +-- @babel/helper-member-expression-to-functions@7.12.7
| | | | | | `-- @babel/types@7.12.12 deduped
| | | | | +-- @babel/helper-optimise-call-expression@7.12.10
| | | | | | `-- @babel/types@7.12.12 deduped
| | | | | +-- @babel/traverse@7.12.12 deduped
| | | | | `-- @babel/types@7.12.12 deduped
| | | | +-- @babel/helper-simple-access@7.12.1
| | | | | `-- @babel/types@7.12.12 deduped
| | | | +-- @babel/helper-split-export-declaration@7.12.11 deduped
| | | | +-- @babel/helper-validator-identifier@7.12.11 deduped
| | | | +-- @babel/template@7.12.7 deduped
| | | | +-- @babel/traverse@7.12.12 deduped
| | | | +-- @babel/types@7.12.12 deduped
| | | | `-- lodash@4.17.20 deduped
| | | +-- @babel/helpers@7.12.5
| | | | +-- @babel/template@7.12.7 deduped
| | | | +-- @babel/traverse@7.12.12 deduped
| | | | `-- @babel/types@7.12.12 deduped
| | | +-- @babel/parser@7.12.11 deduped
| | | +-- @babel/template@7.12.7
| | | | +-- @babel/code-frame@7.12.11 deduped
| | | | +-- @babel/parser@7.12.11 deduped
| | | | `-- @babel/types@7.12.12 deduped
| | | +-- @babel/traverse@7.12.12 deduped
| | | +-- @babel/types@7.12.12 deduped
| | | +-- convert-source-map@1.7.0
| | | | `-- safe-buffer@5.1.2 deduped
| | | +-- debug@4.3.1 deduped
| | | +-- gensync@1.0.0-beta.2
| | | +-- json5@2.1.3
| | | | `-- minimist@1.2.5 deduped
| | | +-- lodash@4.17.20 deduped
| | | +-- semver@5.7.1 deduped
| | | `-- source-map@0.5.7
| | +-- @vue/babel-preset-app@4.5.11
| | | +-- @babel/core@7.12.10 deduped
| | | +-- @babel/helper-compilation-targets@7.12.5
| | | | +-- @babel/compat-data@7.12.7
| | | | +-- @babel/helper-validator-option@7.12.11
| | | | +-- browserslist@4.16.1 deduped
| | | | `-- semver@5.7.1 deduped
| | | +-- @babel/helper-module-imports@7.12.5
| | | | `-- @babel/types@7.12.12 deduped
| | | +-- @babel/plugin-proposal-class-properties@7.12.1
| | | | +-- @babel/helper-create-class-features-plugin@7.12.1
| | | | | +-- @babel/helper-function-name@7.12.11 deduped
| | | | | +-- @babel/helper-member-expression-to-functions@7.12.7 deduped
| | | | | +-- @babel/helper-optimise-call-expression@7.12.10 deduped
| | | | | +-- @babel/helper-replace-supers@7.12.11 deduped
| | | | | `-- @babel/helper-split-export-declaration@7.12.11 deduped
| | | | `-- @babel/helper-plugin-utils@7.10.4
| | | +-- @babel/plugin-proposal-decorators@7.12.12
| | | | +-- @babel/helper-create-class-features-plugin@7.12.1 deduped
| | | | +-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | `-- @babel/plugin-syntax-decorators@7.12.1
| | | |   `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | +-- @babel/plugin-syntax-dynamic-import@7.8.3
| | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | +-- @babel/plugin-syntax-jsx@7.12.1
| | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | +-- @babel/plugin-transform-runtime@7.12.10
| | | | +-- @babel/helper-module-imports@7.12.5 deduped
| | | | +-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | `-- semver@5.7.1 deduped
| | | +-- @babel/preset-env@7.12.11
| | | | +-- @babel/compat-data@7.12.7 deduped
| | | | +-- @babel/helper-compilation-targets@7.12.5 deduped
| | | | +-- @babel/helper-module-imports@7.12.5 deduped
| | | | +-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | +-- @babel/helper-validator-option@7.12.11 deduped
| | | | +-- @babel/plugin-proposal-async-generator-functions@7.12.12
| | | | | +-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | | +-- @babel/helper-remap-async-to-generator@7.12.1
| | | | | | +-- @babel/helper-annotate-as-pure@7.12.10 deduped
| | | | | | +-- @babel/helper-wrap-function@7.12.3
| | | | | | | +-- @babel/helper-function-name@7.12.11 deduped
| | | | | | | +-- @babel/template@7.12.7 deduped
| | | | | | | +-- @babel/traverse@7.12.12 deduped
| | | | | | | `-- @babel/types@7.12.12 deduped
| | | | | | `-- @babel/types@7.12.12 deduped
| | | | | `-- @babel/plugin-syntax-async-generators@7.8.4 deduped
| | | | +-- @babel/plugin-proposal-class-properties@7.12.1 deduped
| | | | +-- @babel/plugin-proposal-dynamic-import@7.12.1
| | | | | +-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | | `-- @babel/plugin-syntax-dynamic-import@7.8.3 deduped
| | | | +-- @babel/plugin-proposal-export-namespace-from@7.12.1
| | | | | +-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | | `-- @babel/plugin-syntax-export-namespace-from@7.8.3 deduped
| | | | +-- @babel/plugin-proposal-json-strings@7.12.1
| | | | | +-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | | `-- @babel/plugin-syntax-json-strings@7.8.3 deduped
| | | | +-- @babel/plugin-proposal-logical-assignment-operators@7.12.1
| | | | | +-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | | `-- @babel/plugin-syntax-logical-assignment-operators@7.10.4 deduped
| | | | +-- @babel/plugin-proposal-nullish-coalescing-operator@7.12.1
| | | | | +-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | | `-- @babel/plugin-syntax-nullish-coalescing-operator@7.8.3 deduped
| | | | +-- @babel/plugin-proposal-numeric-separator@7.12.7
| | | | | +-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | | `-- @babel/plugin-syntax-numeric-separator@7.10.4 deduped
| | | | +-- @babel/plugin-proposal-object-rest-spread@7.12.1
| | | | | +-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | | +-- @babel/plugin-syntax-object-rest-spread@7.8.3 deduped
| | | | | `-- @babel/plugin-transform-parameters@7.12.1 deduped
| | | | +-- @babel/plugin-proposal-optional-catch-binding@7.12.1
| | | | | +-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | | `-- @babel/plugin-syntax-optional-catch-binding@7.8.3 deduped
| | | | +-- @babel/plugin-proposal-optional-chaining@7.12.7
| | | | | +-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | | +-- @babel/helper-skip-transparent-expression-wrappers@7.12.1
| | | | | | `-- @babel/types@7.12.12 deduped
| | | | | `-- @babel/plugin-syntax-optional-chaining@7.8.3 deduped
| | | | +-- @babel/plugin-proposal-private-methods@7.12.1
| | | | | +-- @babel/helper-create-class-features-plugin@7.12.1 deduped
| | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | +-- @babel/plugin-proposal-unicode-property-regex@7.12.1
| | | | | +-- @babel/helper-create-regexp-features-plugin@7.12.7
| | | | | | +-- @babel/helper-annotate-as-pure@7.12.10 deduped
| | | | | | `-- regexpu-core@4.7.1
| | | | | |   +-- regenerate@1.4.2
| | | | | |   +-- regenerate-unicode-properties@8.2.0
| | | | | |   | `-- regenerate@1.4.2 deduped
| | | | | |   +-- regjsgen@0.5.2
| | | | | |   +-- regjsparser@0.6.7
| | | | | |   | `-- jsesc@0.5.0
| | | | | |   +-- unicode-match-property-ecmascript@1.0.4
| | | | | |   | +-- unicode-canonical-property-names-ecmascript@1.0.4
| | | | | |   | `-- unicode-property-aliases-ecmascript@1.1.0
| | | | | |   `-- unicode-match-property-value-ecmascript@1.2.0
| | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | +-- @babel/plugin-syntax-async-generators@7.8.4
| | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | +-- @babel/plugin-syntax-class-properties@7.12.1
| | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | +-- @babel/plugin-syntax-dynamic-import@7.8.3 deduped
| | | | +-- @babel/plugin-syntax-export-namespace-from@7.8.3
| | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | +-- @babel/plugin-syntax-json-strings@7.8.3
| | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | +-- @babel/plugin-syntax-logical-assignment-operators@7.10.4
| | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | +-- @babel/plugin-syntax-nullish-coalescing-operator@7.8.3
| | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | +-- @babel/plugin-syntax-numeric-separator@7.10.4
| | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | +-- @babel/plugin-syntax-object-rest-spread@7.8.3
| | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | +-- @babel/plugin-syntax-optional-catch-binding@7.8.3
| | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | +-- @babel/plugin-syntax-optional-chaining@7.8.3
| | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | +-- @babel/plugin-syntax-top-level-await@7.12.1
| | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | +-- @babel/plugin-transform-arrow-functions@7.12.1
| | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | +-- @babel/plugin-transform-async-to-generator@7.12.1
| | | | | +-- @babel/helper-module-imports@7.12.5 deduped
| | | | | +-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | | `-- @babel/helper-remap-async-to-generator@7.12.1 deduped
| | | | +-- @babel/plugin-transform-block-scoped-functions@7.12.1
| | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | +-- @babel/plugin-transform-block-scoping@7.12.12
| | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | +-- @babel/plugin-transform-classes@7.12.1
| | | | | +-- @babel/helper-annotate-as-pure@7.12.10
| | | | | | `-- @babel/types@7.12.12 deduped
| | | | | +-- @babel/helper-define-map@7.10.5
| | | | | | +-- @babel/helper-function-name@7.12.11 deduped
| | | | | | +-- @babel/types@7.12.12 deduped
| | | | | | `-- lodash@4.17.20 deduped
| | | | | +-- @babel/helper-function-name@7.12.11 deduped
| | | | | +-- @babel/helper-optimise-call-expression@7.12.10 deduped
| | | | | +-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | | +-- @babel/helper-replace-supers@7.12.11 deduped
| | | | | +-- @babel/helper-split-export-declaration@7.12.11 deduped
| | | | | `-- globals@11.12.0 deduped
| | | | +-- @babel/plugin-transform-computed-properties@7.12.1
| | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | +-- @babel/plugin-transform-destructuring@7.12.1
| | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | +-- @babel/plugin-transform-dotall-regex@7.12.1
| | | | | +-- @babel/helper-create-regexp-features-plugin@7.12.7 deduped
| | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | +-- @babel/plugin-transform-duplicate-keys@7.12.1
| | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | +-- @babel/plugin-transform-exponentiation-operator@7.12.1
| | | | | +-- @babel/helper-builder-binary-assignment-operator-visitor@7.10.4
| | | | | | +-- @babel/helper-explode-assignable-expression@7.12.1
| | | | | | | `-- @babel/types@7.12.12 deduped
| | | | | | `-- @babel/types@7.12.12 deduped
| | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | +-- @babel/plugin-transform-for-of@7.12.1
| | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | +-- @babel/plugin-transform-function-name@7.12.1
| | | | | +-- @babel/helper-function-name@7.12.11 deduped
| | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | +-- @babel/plugin-transform-literals@7.12.1
| | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | +-- @babel/plugin-transform-member-expression-literals@7.12.1
| | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | +-- @babel/plugin-transform-modules-amd@7.12.1
| | | | | +-- @babel/helper-module-transforms@7.12.1 deduped
| | | | | +-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | | `-- babel-plugin-dynamic-import-node@2.3.3 deduped
| | | | +-- @babel/plugin-transform-modules-commonjs@7.12.1
| | | | | +-- @babel/helper-module-transforms@7.12.1 deduped
| | | | | +-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | | +-- @babel/helper-simple-access@7.12.1 deduped
| | | | | `-- babel-plugin-dynamic-import-node@2.3.3 deduped
| | | | +-- @babel/plugin-transform-modules-systemjs@7.12.1
| | | | | +-- @babel/helper-hoist-variables@7.10.4
| | | | | | `-- @babel/types@7.12.12 deduped
| | | | | +-- @babel/helper-module-transforms@7.12.1 deduped
| | | | | +-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | | +-- @babel/helper-validator-identifier@7.12.11 deduped
| | | | | `-- babel-plugin-dynamic-import-node@2.3.3 deduped
| | | | +-- @babel/plugin-transform-modules-umd@7.12.1
| | | | | +-- @babel/helper-module-transforms@7.12.1 deduped
| | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | +-- @babel/plugin-transform-named-capturing-groups-regex@7.12.1
| | | | | `-- @babel/helper-create-regexp-features-plugin@7.12.7 deduped
| | | | +-- @babel/plugin-transform-new-target@7.12.1
| | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | +-- @babel/plugin-transform-object-super@7.12.1
| | | | | +-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | | `-- @babel/helper-replace-supers@7.12.11 deduped
| | | | +-- @babel/plugin-transform-parameters@7.12.1
| | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | +-- @babel/plugin-transform-property-literals@7.12.1
| | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | +-- @babel/plugin-transform-regenerator@7.12.1
| | | | | `-- regenerator-transform@0.14.5
| | | | |   `-- @babel/runtime@7.12.5 deduped
| | | | +-- @babel/plugin-transform-reserved-words@7.12.1
| | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | +-- @babel/plugin-transform-shorthand-properties@7.12.1
| | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | +-- @babel/plugin-transform-spread@7.12.1
| | | | | +-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | | `-- @babel/helper-skip-transparent-expression-wrappers@7.12.1 deduped
| | | | +-- @babel/plugin-transform-sticky-regex@7.12.7
| | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | +-- @babel/plugin-transform-template-literals@7.12.1
| | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | +-- @babel/plugin-transform-typeof-symbol@7.12.10
| | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | +-- @babel/plugin-transform-unicode-escapes@7.12.1
| | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | +-- @babel/plugin-transform-unicode-regex@7.12.1
| | | | | +-- @babel/helper-create-regexp-features-plugin@7.12.7 deduped
| | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | +-- @babel/preset-modules@0.1.4
| | | | | +-- @babel/helper-plugin-utils@7.10.4 deduped
| | | | | +-- @babel/plugin-proposal-unicode-property-regex@7.12.1 deduped
| | | | | +-- @babel/plugin-transform-dotall-regex@7.12.1 deduped
| | | | | +-- @babel/types@7.12.12 deduped
| | | | | `-- esutils@2.0.3 deduped
| | | | +-- @babel/types@7.12.12 deduped
| | | | +-- core-js-compat@3.8.3 deduped
| | | | `-- semver@5.7.1 deduped
| | | +-- @babel/runtime@7.12.5
| | | | `-- regenerator-runtime@0.13.7 deduped
| | | +-- @vue/babel-plugin-jsx@1.0.2
| | | | +-- @babel/helper-module-imports@7.12.5 deduped
| | | | +-- @babel/plugin-syntax-jsx@7.12.1 deduped
| | | | +-- @babel/template@7.12.7 deduped
| | | | +-- @babel/traverse@7.12.12 deduped
| | | | +-- @babel/types@7.12.12 deduped
| | | | +-- @vue/babel-helper-vue-transform-on@1.0.2
| | | | +-- camelcase@6.2.0
| | | | +-- html-tags@3.1.0
| | | | `-- svg-tags@1.0.0
| | | +-- @vue/babel-preset-jsx@1.2.4
| | | | +-- @vue/babel-helper-vue-jsx-merge-props@1.2.1
| | | | +-- @vue/babel-plugin-transform-vue-jsx@1.2.1
| | | | | +-- @babel/helper-module-imports@7.12.5 deduped
| | | | | +-- @babel/plugin-syntax-jsx@7.12.1 deduped
| | | | | +-- @vue/babel-helper-vue-jsx-merge-props@1.2.1 deduped
| | | | | +-- html-tags@2.0.0
| | | | | +-- lodash.kebabcase@4.1.1
| | | | | `-- svg-tags@1.0.0 deduped
| | | | +-- @vue/babel-sugar-composition-api-inject-h@1.2.1
| | | | | `-- @babel/plugin-syntax-jsx@7.12.1 deduped
| | | | +-- @vue/babel-sugar-composition-api-render-instance@1.2.4
| | | | | `-- @babel/plugin-syntax-jsx@7.12.1 deduped
| | | | +-- @vue/babel-sugar-functional-vue@1.2.2
| | | | | `-- @babel/plugin-syntax-jsx@7.12.1 deduped
| | | | +-- @vue/babel-sugar-inject-h@1.2.2
| | | | | `-- @babel/plugin-syntax-jsx@7.12.1 deduped
| | | | +-- @vue/babel-sugar-v-model@1.2.3
| | | | | +-- @babel/plugin-syntax-jsx@7.12.1 deduped
| | | | | +-- @vue/babel-helper-vue-jsx-merge-props@1.2.1 deduped
| | | | | +-- @vue/babel-plugin-transform-vue-jsx@1.2.1 deduped
| | | | | +-- camelcase@5.3.1
| | | | | +-- html-tags@2.0.0
| | | | | `-- svg-tags@1.0.0 deduped
| | | | `-- @vue/babel-sugar-v-on@1.2.3
| | | |   +-- @babel/plugin-syntax-jsx@7.12.1 deduped
| | | |   +-- @vue/babel-plugin-transform-vue-jsx@1.2.1 deduped
| | | |   `-- camelcase@5.3.1
| | | +-- babel-plugin-dynamic-import-node@2.3.3
| | | | `-- object.assign@4.1.2
| | | |   +-- call-bind@1.0.2
| | | |   | +-- function-bind@1.1.1 deduped
| | | |   | `-- get-intrinsic@1.1.0
| | | |   |   +-- function-bind@1.1.1 deduped
| | | |   |   +-- has@1.0.3 deduped
| | | |   |   `-- has-symbols@1.0.1 deduped
| | | |   +-- define-properties@1.1.3 deduped
| | | |   +-- has-symbols@1.0.1
| | | |   `-- object-keys@1.1.1
| | | +-- core-js@3.8.3 deduped
| | | +-- core-js-compat@3.8.3
| | | | +-- browserslist@4.16.1 deduped
| | | | `-- semver@7.0.0
| | | `-- UNMET DEPENDENCY semver@^6.1.0
| | +-- @vue/cli-shared-utils@4.5.11 deduped
| | +-- babel-loader@8.2.2
| | | +-- find-cache-dir@3.3.1 deduped
| | | +-- loader-utils@1.4.0 deduped
| | | +-- make-dir@3.1.0
| | | | `-- semver@6.3.0
| | | `-- schema-utils@2.7.1 deduped
| | +-- cache-loader@4.1.0 deduped
| | +-- thread-loader@2.1.3 deduped
| | `-- webpack@4.46.0 deduped
| +-- @vue/cli-plugin-eslint@4.5.11
| | +-- @vue/cli-shared-utils@4.5.11 deduped
| | +-- eslint-loader@2.2.1
| | | +-- loader-fs-cache@1.0.3
| | | | +-- find-cache-dir@0.1.1
| | | | | +-- commondir@1.0.1 deduped
| | | | | +-- mkdirp@0.5.5 deduped
| | | | | `-- pkg-dir@1.0.0
| | | | |   `-- find-up@1.1.2
| | | | |     +-- path-exists@2.1.0
| | | | |     | `-- pinkie-promise@2.0.1 deduped
| | | | |     `-- pinkie-promise@2.0.1 deduped
| | | | `-- mkdirp@0.5.5 deduped
| | | +-- loader-utils@1.4.0 deduped
| | | +-- object-assign@4.1.1
| | | +-- object-hash@1.3.1
| | | `-- rimraf@2.7.1
| | |   `-- glob@7.1.6 deduped
| | +-- globby@9.2.0 deduped
| | +-- inquirer@7.3.3
| | | +-- ansi-escapes@4.3.1
| | | | `-- type-fest@0.11.0
| | | +-- chalk@4.1.0
| | | | +-- ansi-styles@4.3.0
| | | | | `-- color-convert@2.0.1
| | | | |   `-- color-name@1.1.4
| | | | `-- supports-color@7.2.0
| | | |   `-- has-flag@4.0.0
| | | +-- cli-cursor@3.1.0
| | | | `-- restore-cursor@3.1.0
| | | |   +-- onetime@5.1.2
| | | |   | `-- mimic-fn@2.1.0
| | | |   `-- signal-exit@3.0.3 deduped
| | | +-- cli-width@3.0.0
| | | +-- external-editor@3.1.0
| | | | +-- chardet@0.7.0
| | | | +-- iconv-lite@0.4.24
| | | | | `-- safer-buffer@2.1.2
| | | | `-- tmp@0.0.33
| | | |   `-- os-tmpdir@1.0.2
| | | +-- figures@3.2.0
| | | | `-- escape-string-regexp@1.0.5 deduped
| | | +-- lodash@4.17.20 deduped
| | | +-- mute-stream@0.0.8
| | | +-- run-async@2.4.1
| | | +-- rxjs@6.6.3
| | | | `-- tslib@1.14.1 deduped
| | | +-- string-width@4.2.0
| | | | +-- emoji-regex@8.0.0
| | | | +-- is-fullwidth-code-point@3.0.0
| | | | `-- strip-ansi@6.0.0 deduped
| | | +-- strip-ansi@6.0.0 deduped
| | | `-- through@2.3.8
| | +-- webpack@4.46.0 deduped
| | `-- yorkie@2.0.0 deduped
| +-- @vue/cli-plugin-typescript@4.5.11
| | +-- UNMET DEPENDENCY @types/webpack-env@^1.15.2
| | +-- @vue/cli-shared-utils@4.5.11
| | | +-- @hapi/joi@15.1.1
| | | | +-- @hapi/address@2.1.4
| | | | +-- @hapi/bourne@1.3.2
| | | | +-- @hapi/hoek@8.5.1
| | | | `-- @hapi/topo@3.1.6
| | | |   `-- @hapi/hoek@8.5.1 deduped
| | | +-- UNMET DEPENDENCY chalk@^2.4.2
| | | +-- execa@1.0.0
| | | | +-- cross-spawn@6.0.5 deduped
| | | | +-- get-stream@4.1.0
| | | | | `-- pump@3.0.0
| | | | |   +-- end-of-stream@1.4.4 deduped
| | | | |   `-- once@1.4.0 deduped
| | | | +-- is-stream@1.1.0
| | | | +-- npm-run-path@2.0.2
| | | | | `-- path-key@2.0.1 deduped
| | | | +-- p-finally@1.0.0
| | | | +-- signal-exit@3.0.3
| | | | `-- strip-eof@1.0.0
| | | +-- launch-editor@2.2.1
| | | | +-- chalk@2.4.2
| | | | | +-- ansi-styles@3.2.1 deduped
| | | | | +-- escape-string-regexp@1.0.5 deduped
| | | | | `-- supports-color@5.5.0 deduped
| | | | `-- shell-quote@1.7.2
| | | +-- lru-cache@5.1.1
| | | | `-- yallist@3.1.1
| | | +-- node-ipc@9.1.3
| | | | +-- event-pubsub@4.3.0
| | | | +-- js-message@1.0.7
| | | | `-- js-queue@2.0.2
| | | |   `-- easy-stack@1.0.1
| | | +-- open@6.4.0
| | | | `-- is-wsl@1.1.0
| | | +-- ora@3.4.0
| | | | +-- chalk@2.4.2
| | | | | +-- ansi-styles@3.2.1 deduped
| | | | | +-- escape-string-regexp@1.0.5 deduped
| | | | | `-- supports-color@5.5.0 deduped
| | | | +-- cli-cursor@2.1.0 deduped
| | | | +-- cli-spinners@2.5.0
| | | | +-- log-symbols@2.2.0
| | | | | `-- chalk@2.4.2
| | | | |   +-- ansi-styles@3.2.1 deduped
| | | | |   +-- escape-string-regexp@1.0.5 deduped
| | | | |   `-- supports-color@5.5.0 deduped
| | | | +-- strip-ansi@5.2.0
| | | | | `-- ansi-regex@4.1.0
| | | | `-- wcwidth@1.0.1
| | | |   `-- defaults@1.0.3
| | | |     `-- clone@1.0.4
| | | +-- read-pkg@5.2.0
| | | | +-- @types/normalize-package-data@2.4.0
| | | | +-- normalize-package-data@2.5.0
| | | | | +-- hosted-git-info@2.8.8
| | | | | +-- resolve@1.19.0 deduped
| | | | | +-- semver@5.7.1 deduped
| | | | | `-- validate-npm-package-license@3.0.4
| | | | |   +-- spdx-correct@3.1.1
| | | | |   | +-- spdx-expression-parse@3.0.1 deduped
| | | | |   | `-- spdx-license-ids@3.0.7
| | | | |   `-- spdx-expression-parse@3.0.1
| | | | |     +-- spdx-exceptions@2.3.0
| | | | |     `-- spdx-license-ids@3.0.7 deduped
| | | | +-- parse-json@5.2.0
| | | | | +-- @babel/code-frame@7.12.11 deduped
| | | | | +-- error-ex@1.3.2
| | | | | | `-- is-arrayish@0.2.1
| | | | | +-- json-parse-even-better-errors@2.3.1
| | | | | `-- lines-and-columns@1.1.6
| | | | `-- type-fest@0.6.0
| | | +-- request@2.88.2
| | | | +-- aws-sign2@0.7.0
| | | | +-- aws4@1.11.0
| | | | +-- caseless@0.12.0
| | | | +-- combined-stream@1.0.8
| | | | | `-- delayed-stream@1.0.0
| | | | +-- extend@3.0.2
| | | | +-- forever-agent@0.6.1
| | | | +-- form-data@2.3.3
| | | | | +-- asynckit@0.4.0
| | | | | +-- combined-stream@1.0.8 deduped
| | | | | `-- mime-types@2.1.28 deduped
| | | | +-- har-validator@5.1.5
| | | | | +-- ajv@6.12.6 deduped
| | | | | `-- har-schema@2.0.0
| | | | +-- 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.16.1
| | | | |   +-- asn1@0.2.4
| | | | |   | `-- safer-buffer@2.1.2 deduped
| | | | |   +-- assert-plus@1.0.0 deduped
| | | | |   +-- bcrypt-pbkdf@1.0.2
| | | | |   | `-- tweetnacl@0.14.5 deduped
| | | | |   +-- dashdash@1.14.1
| | | | |   | `-- assert-plus@1.0.0 deduped
| | | | |   +-- ecc-jsbn@0.1.2
| | | | |   | +-- jsbn@0.1.1 deduped
| | | | |   | `-- safer-buffer@2.1.2 deduped
| | | | |   +-- getpass@0.1.7
| | | | |   | `-- assert-plus@1.0.0 deduped
| | | | |   +-- jsbn@0.1.1
| | | | |   +-- safer-buffer@2.1.2 deduped
| | | | |   `-- tweetnacl@0.14.5
| | | | +-- is-typedarray@1.0.0
| | | | +-- isstream@0.1.2
| | | | +-- json-stringify-safe@5.0.1
| | | | +-- mime-types@2.1.28
| | | | | `-- mime-db@1.45.0
| | | | +-- oauth-sign@0.9.0
| | | | +-- performance-now@2.1.0
| | | | +-- qs@6.5.2
| | | | +-- safe-buffer@5.1.2
| | | | +-- tough-cookie@2.5.0
| | | | | +-- psl@1.8.0
| | | | | `-- punycode@2.1.1 deduped
| | | | +-- tunnel-agent@0.6.0
| | | | | `-- safe-buffer@5.1.2 deduped
| | | | `-- uuid@3.4.0
| | | +-- UNMET DEPENDENCY semver@^6.1.0
| | | `-- strip-ansi@6.0.0
| | |   `-- ansi-regex@5.0.0
| | +-- cache-loader@4.1.0
| | | +-- buffer-json@2.0.0
| | | +-- find-cache-dir@3.3.1
| | | | +-- commondir@1.0.1
| | | | +-- make-dir@3.1.0 deduped
| | | | `-- pkg-dir@4.2.0
| | | |   `-- find-up@4.1.0
| | | |     +-- locate-path@5.0.0
| | | |     | `-- p-locate@4.1.0
| | | |     |   `-- p-limit@2.3.0 deduped
| | | |     `-- path-exists@4.0.0
| | | +-- loader-utils@1.4.0
| | | | +-- big.js@5.2.2
| | | | +-- emojis-list@3.0.0
| | | | `-- json5@1.0.1
| | | |   `-- minimist@1.2.5 deduped
| | | +-- mkdirp@0.5.5 deduped
| | | +-- neo-async@2.6.2
| | | `-- schema-utils@2.7.1
| | |   +-- @types/json-schema@7.0.6
| | |   +-- ajv@6.12.6 deduped
| | |   `-- ajv-keywords@3.5.2 deduped
| | +-- UNMET DEPENDENCY fork-ts-checker-webpack-plugin@^3.1.1
| | +-- UNMET OPTIONAL DEPENDENCY fork-ts-checker-webpack-plugin-v5@npm:fork-ts-checker-webpack-plugin@^5.0.11
| | +-- globby@9.2.0
| | | +-- @types/glob@7.1.3
| | | | +-- @types/minimatch@3.0.3
| | | | `-- @types/node@14.14.19
| | | +-- array-union@1.0.2
| | | | `-- array-uniq@1.0.3
| | | +-- dir-glob@2.2.2
| | | | `-- path-type@3.0.0
| | | |   `-- pify@3.0.0
| | | +-- fast-glob@2.2.7
| | | | +-- @mrmlnc/readdir-enhanced@2.2.1
| | | | | +-- call-me-maybe@1.0.1
| | | | | `-- glob-to-regexp@0.3.0
| | | | +-- @nodelib/fs.stat@1.1.3
| | | | +-- glob-parent@3.1.0
| | | | | +-- is-glob@3.1.0
| | | | | | `-- is-extglob@2.1.1 deduped
| | | | | `-- path-dirname@1.0.2 deduped
| | | | +-- is-glob@4.0.1 deduped
| | | | +-- merge2@1.4.1
| | | | `-- micromatch@3.1.10 deduped
| | | +-- glob@7.1.6 deduped
| | | +-- ignore@4.0.6 deduped
| | | +-- pify@4.0.1
| | | `-- slash@2.0.0
| | +-- thread-loader@2.1.3
| | | +-- loader-runner@2.4.0
| | | +-- loader-utils@1.4.0 deduped
| | | `-- neo-async@2.6.2 deduped
| | +-- UNMET DEPENDENCY ts-loader@^6.2.2
| | +-- UNMET DEPENDENCY tslint@^5.20.1
| | +-- webpack@4.46.0
| | | +-- @webassemblyjs/ast@1.9.0
| | | | +-- @webassemblyjs/helper-module-context@1.9.0 deduped
| | | | +-- @webassemblyjs/helper-wasm-bytecode@1.9.0
| | | | `-- @webassemblyjs/wast-parser@1.9.0
| | | |   +-- @webassemblyjs/ast@1.9.0 deduped
| | | |   +-- @webassemblyjs/floating-point-hex-parser@1.9.0
| | | |   +-- @webassemblyjs/helper-api-error@1.9.0 deduped
| | | |   +-- @webassemblyjs/helper-code-frame@1.9.0
| | | |   | `-- @webassemblyjs/wast-printer@1.9.0 deduped
| | | |   +-- @webassemblyjs/helper-fsm@1.9.0
| | | |   `-- @xtuc/long@4.2.2
| | | +-- @webassemblyjs/helper-module-context@1.9.0
| | | | `-- @webassemblyjs/ast@1.9.0 deduped
| | | +-- @webassemblyjs/wasm-edit@1.9.0
| | | | +-- @webassemblyjs/ast@1.9.0 deduped
| | | | +-- @webassemblyjs/helper-buffer@1.9.0
| | | | +-- @webassemblyjs/helper-wasm-bytecode@1.9.0 deduped
| | | | +-- @webassemblyjs/helper-wasm-section@1.9.0
| | | | | +-- @webassemblyjs/ast@1.9.0 deduped
| | | | | +-- @webassemblyjs/helper-buffer@1.9.0 deduped
| | | | | +-- @webassemblyjs/helper-wasm-bytecode@1.9.0 deduped
| | | | | `-- @webassemblyjs/wasm-gen@1.9.0 deduped
| | | | +-- @webassemblyjs/wasm-gen@1.9.0
| | | | | +-- @webassemblyjs/ast@1.9.0 deduped
| | | | | +-- @webassemblyjs/helper-wasm-bytecode@1.9.0 deduped
| | | | | +-- @webassemblyjs/ieee754@1.9.0 deduped
| | | | | +-- @webassemblyjs/leb128@1.9.0 deduped
| | | | | `-- @webassemblyjs/utf8@1.9.0 deduped
| | | | +-- @webassemblyjs/wasm-opt@1.9.0
| | | | | +-- @webassemblyjs/ast@1.9.0 deduped
| | | | | +-- @webassemblyjs/helper-buffer@1.9.0 deduped
| | | | | +-- @webassemblyjs/wasm-gen@1.9.0 deduped
| | | | | `-- @webassemblyjs/wasm-parser@1.9.0 deduped
| | | | +-- @webassemblyjs/wasm-parser@1.9.0 deduped
| | | | `-- @webassemblyjs/wast-printer@1.9.0
| | | |   +-- @webassemblyjs/ast@1.9.0 deduped
| | | |   +-- @webassemblyjs/wast-parser@1.9.0 deduped
| | | |   `-- @xtuc/long@4.2.2 deduped
| | | +-- @webassemblyjs/wasm-parser@1.9.0
| | | | +-- @webassemblyjs/ast@1.9.0 deduped
| | | | +-- @webassemblyjs/helper-api-error@1.9.0
| | | | +-- @webassemblyjs/helper-wasm-bytecode@1.9.0 deduped
| | | | +-- @webassemblyjs/ieee754@1.9.0
| | | | | `-- @xtuc/ieee754@1.2.0
| | | | +-- @webassemblyjs/leb128@1.9.0
| | | | | `-- @xtuc/long@4.2.2 deduped
| | | | `-- @webassemblyjs/utf8@1.9.0
| | | +-- acorn@6.4.2
| | | +-- ajv@6.12.6 deduped
| | | +-- ajv-keywords@3.5.2
| | | +-- chrome-trace-event@1.0.2
| | | | `-- tslib@1.14.1
| | | +-- enhanced-resolve@4.5.0
| | | | +-- graceful-fs@4.2.4 deduped
| | | | +-- memory-fs@0.5.0
| | | | | +-- errno@0.1.8 deduped
| | | | | `-- readable-stream@2.3.7 deduped
| | | | `-- tapable@1.1.3 deduped
| | | +-- eslint-scope@4.0.3 deduped
| | | +-- json-parse-better-errors@1.0.2
| | | +-- loader-runner@2.4.0 deduped
| | | +-- loader-utils@1.4.0 deduped
| | | +-- memory-fs@0.4.1
| | | | +-- errno@0.1.8
| | | | | `-- prr@1.0.1
| | | | `-- readable-stream@2.3.7
| | | |   +-- core-util-is@1.0.2
| | | |   +-- inherits@2.0.4 deduped
| | | |   +-- isarray@1.0.0
| | | |   +-- process-nextick-args@2.0.1
| | | |   +-- safe-buffer@5.1.2 deduped
| | | |   +-- string_decoder@1.1.1 deduped
| | | |   `-- util-deprecate@1.0.2 deduped
| | | +-- micromatch@3.1.10
| | | | +-- arr-diff@4.0.0
| | | | +-- array-unique@0.3.2
| | | | +-- braces@2.3.2
| | | | | +-- arr-flatten@1.1.0
| | | | | +-- array-unique@0.3.2 deduped
| | | | | +-- extend-shallow@2.0.1
| | | | | | `-- is-extendable@0.1.1
| | | | | +-- fill-range@4.0.0
| | | | | | +-- extend-shallow@2.0.1
| | | | | | | `-- is-extendable@0.1.1 deduped
| | | | | | +-- is-number@3.0.0
| | | | | | | `-- kind-of@3.2.2
| | | | | | |   `-- is-buffer@1.1.6
| | | | | | +-- repeat-string@1.6.1
| | | | | | `-- to-regex-range@2.1.1
| | | | | |   +-- is-number@3.0.0 deduped
| | | | | |   `-- repeat-string@1.6.1 deduped
| | | | | +-- isobject@3.0.1
| | | | | +-- repeat-element@1.1.3
| | | | | +-- snapdragon@0.8.2 deduped
| | | | | +-- snapdragon-node@2.1.1
| | | | | | +-- define-property@1.0.0
| | | | | | | `-- is-descriptor@1.0.2
| | | | | | |   +-- is-accessor-descriptor@1.0.0
| | | | | | |   | `-- kind-of@6.0.3 deduped
| | | | | | |   +-- is-data-descriptor@1.0.0
| | | | | | |   | `-- kind-of@6.0.3 deduped
| | | | | | |   `-- kind-of@6.0.3 deduped
| | | | | | +-- isobject@3.0.1 deduped
| | | | | | `-- snapdragon-util@3.0.1
| | | | | |   `-- kind-of@3.2.2
| | | | | |     `-- is-buffer@1.1.6 deduped
| | | | | +-- split-string@3.1.0
| | | | | | `-- extend-shallow@3.0.2 deduped
| | | | | `-- to-regex@3.0.2 deduped
| | | | +-- define-property@2.0.2
| | | | | +-- is-descriptor@1.0.2
| | | | | | +-- is-accessor-descriptor@1.0.0
| | | | | | | `-- kind-of@6.0.3 deduped
| | | | | | +-- is-data-descriptor@1.0.0
| | | | | | | `-- kind-of@6.0.3 deduped
| | | | | | `-- kind-of@6.0.3 deduped
| | | | | `-- isobject@3.0.1 deduped
| | | | +-- extend-shallow@3.0.2
| | | | | +-- assign-symbols@1.0.0
| | | | | `-- is-extendable@1.0.1
| | | | |   `-- is-plain-object@2.0.4
| | | | |     `-- isobject@3.0.1 deduped
| | | | +-- extglob@2.0.4
| | | | | +-- array-unique@0.3.2 deduped
| | | | | +-- define-property@1.0.0
| | | | | | `-- is-descriptor@1.0.2
| | | | | |   +-- is-accessor-descriptor@1.0.0
| | | | | |   | `-- kind-of@6.0.3 deduped
| | | | | |   +-- is-data-descriptor@1.0.0
| | | | | |   | `-- kind-of@6.0.3 deduped
| | | | | |   `-- kind-of@6.0.3 deduped
| | | | | +-- expand-brackets@2.1.4
| | | | | | +-- debug@2.6.9
| | | | | | | `-- ms@2.0.0
| | | | | | +-- define-property@0.2.5
| | | | | | | `-- is-descriptor@0.1.6 deduped
| | | | | | +-- extend-shallow@2.0.1
| | | | | | | `-- is-extendable@0.1.1 deduped
| | | | | | +-- posix-character-classes@0.1.1
| | | | | | +-- regex-not@1.0.2 deduped
| | | | | | +-- snapdragon@0.8.2 deduped
| | | | | | `-- to-regex@3.0.2 deduped
| | | | | +-- extend-shallow@2.0.1
| | | | | | `-- is-extendable@0.1.1 deduped
| | | | | +-- fragment-cache@0.2.1 deduped
| | | | | +-- regex-not@1.0.2 deduped
| | | | | +-- snapdragon@0.8.2 deduped
| | | | | `-- to-regex@3.0.2 deduped
| | | | +-- fragment-cache@0.2.1
| | | | | `-- map-cache@0.2.2
| | | | +-- kind-of@6.0.3
| | | | +-- nanomatch@1.2.13
| | | | | +-- arr-diff@4.0.0 deduped
| | | | | +-- array-unique@0.3.2 deduped
| | | | | +-- define-property@2.0.2 deduped
| | | | | +-- extend-shallow@3.0.2 deduped
| | | | | +-- fragment-cache@0.2.1 deduped
| | | | | +-- is-windows@1.0.2
| | | | | +-- kind-of@6.0.3 deduped
| | | | | +-- object.pick@1.3.0 deduped
| | | | | +-- regex-not@1.0.2 deduped
| | | | | +-- snapdragon@0.8.2 deduped
| | | | | `-- to-regex@3.0.2 deduped
| | | | +-- object.pick@1.3.0
| | | | | `-- isobject@3.0.1 deduped
| | | | +-- regex-not@1.0.2
| | | | | +-- extend-shallow@3.0.2 deduped
| | | | | `-- safe-regex@1.1.0
| | | | |   `-- ret@0.1.15
| | | | +-- snapdragon@0.8.2
| | | | | +-- base@0.11.2
| | | | | | +-- cache-base@1.0.1
| | | | | | | +-- collection-visit@1.0.0
| | | | | | | | +-- map-visit@1.0.0
| | | | | | | | | `-- object-visit@1.0.1 deduped
| | | | | | | | `-- object-visit@1.0.1
| | | | | | | |   `-- isobject@3.0.1 deduped
| | | | | | | +-- component-emitter@1.3.0 deduped
| | | | | | | +-- get-value@2.0.6
| | | | | | | +-- has-value@1.0.0
| | | | | | | | +-- get-value@2.0.6 deduped
| | | | | | | | +-- has-values@1.0.0
| | | | | | | | | +-- is-number@3.0.0 deduped
| | | | | | | | | `-- kind-of@4.0.0
| | | | | | | | |   `-- is-buffer@1.1.6 deduped
| | | | | | | | `-- isobject@3.0.1 deduped
| | | | | | | +-- isobject@3.0.1 deduped
| | | | | | | +-- set-value@2.0.1
| | | | | | | | +-- extend-shallow@2.0.1
| | | | | | | | | `-- is-extendable@0.1.1 deduped
| | | | | | | | +-- is-extendable@0.1.1 deduped
| | | | | | | | +-- is-plain-object@2.0.4 deduped
| | | | | | | | `-- split-string@3.1.0 deduped
| | | | | | | +-- to-object-path@0.3.0
| | | | | | | | `-- kind-of@3.2.2
| | | | | | | |   `-- is-buffer@1.1.6 deduped
| | | | | | | +-- union-value@1.0.1
| | | | | | | | +-- arr-union@3.1.0 deduped
| | | | | | | | +-- get-value@2.0.6 deduped
| | | | | | | | +-- is-extendable@0.1.1 deduped
| | | | | | | | `-- set-value@2.0.1 deduped
| | | | | | | `-- unset-value@1.0.0
| | | | | | |   +-- has-value@0.3.1
| | | | | | |   | +-- get-value@2.0.6 deduped
| | | | | | |   | +-- has-values@0.1.4
| | | | | | |   | `-- isobject@2.1.0
| | | | | | |   |   `-- isarray@1.0.0 deduped
| | | | | | |   `-- isobject@3.0.1 deduped
| | | | | | +-- class-utils@0.3.6
| | | | | | | +-- arr-union@3.1.0
| | | | | | | +-- define-property@0.2.5
| | | | | | | | `-- is-descriptor@0.1.6 deduped
| | | | | | | +-- isobject@3.0.1 deduped
| | | | | | | `-- static-extend@0.1.2
| | | | | | |   +-- define-property@0.2.5
| | | | | | |   | `-- is-descriptor@0.1.6 deduped
| | | | | | |   `-- object-copy@0.1.0
| | | | | | |     +-- copy-descriptor@0.1.1
| | | | | | |     +-- define-property@0.2.5
| | | | | | |     | `-- is-descriptor@0.1.6 deduped
| | | | | | |     `-- kind-of@3.2.2
| | | | | | |       `-- is-buffer@1.1.6 deduped
| | | | | | +-- component-emitter@1.3.0
| | | | | | +-- define-property@1.0.0
| | | | | | | `-- is-descriptor@1.0.2
| | | | | | |   +-- is-accessor-descriptor@1.0.0
| | | | | | |   | `-- kind-of@6.0.3 deduped
| | | | | | |   +-- is-data-descriptor@1.0.0
| | | | | | |   | `-- kind-of@6.0.3 deduped
| | | | | | |   `-- kind-of@6.0.3 deduped
| | | | | | +-- isobject@3.0.1 deduped
| | | | | | +-- mixin-deep@1.3.2
| | | | | | | +-- for-in@1.0.2
| | | | | | | `-- is-extendable@1.0.1
| | | | | | |   `-- is-plain-object@2.0.4 deduped
| | | | | | `-- pascalcase@0.1.1
| | | | | +-- debug@2.6.9
| | | | | | `-- ms@2.0.0
| | | | | +-- define-property@0.2.5
| | | | | | `-- is-descriptor@0.1.6
| | | | | |   +-- is-accessor-descriptor@0.1.6
| | | | | |   | `-- kind-of@3.2.2
| | | | | |   |   `-- is-buffer@1.1.6 deduped
| | | | | |   +-- is-data-descriptor@0.1.4
| | | | | |   | `-- kind-of@3.2.2
| | | | | |   |   `-- is-buffer@1.1.6 deduped
| | | | | |   `-- kind-of@5.1.0
| | | | | +-- extend-shallow@2.0.1
| | | | | | `-- is-extendable@0.1.1 deduped
| | | | | +-- map-cache@0.2.2 deduped
| | | | | +-- source-map@0.5.7 deduped
| | | | | +-- source-map-resolve@0.5.3
| | | | | | +-- atob@2.1.2
| | | | | | +-- decode-uri-component@0.2.0
| | | | | | +-- resolve-url@0.2.1
| | | | | | +-- source-map-url@0.4.0
| | | | | | `-- urix@0.1.0
| | | | | `-- use@3.1.1
| | | | `-- to-regex@3.0.2
| | | |   +-- define-property@2.0.2 deduped
| | | |   +-- extend-shallow@3.0.2 deduped
| | | |   +-- regex-not@1.0.2 deduped
| | | |   `-- safe-regex@1.1.0 deduped
| | | +-- mkdirp@0.5.5 deduped
| | | +-- neo-async@2.6.2 deduped
| | | +-- node-libs-browser@2.2.1
| | | | +-- assert@1.5.0
| | | | | +-- object-assign@4.1.1 deduped
| | | | | `-- util@0.10.3
| | | | |   `-- inherits@2.0.1
| | | | +-- browserify-zlib@0.2.0
| | | | | `-- pako@1.0.11
| | | | +-- buffer@4.9.2
| | | | | +-- base64-js@1.5.1
| | | | | +-- ieee754@1.2.1
| | | | | `-- isarray@1.0.0 deduped
| | | | +-- console-browserify@1.2.0
| | | | +-- constants-browserify@1.0.0
| | | | +-- crypto-browserify@3.12.0
| | | | | +-- browserify-cipher@1.0.1
| | | | | | +-- browserify-aes@1.2.0
| | | | | | | +-- buffer-xor@1.0.3
| | | | | | | +-- cipher-base@1.0.4 deduped
| | | | | | | +-- create-hash@1.2.0 deduped
| | | | | | | +-- evp_bytestokey@1.0.3 deduped
| | | | | | | +-- inherits@2.0.4 deduped
| | | | | | | `-- safe-buffer@5.1.2 deduped
| | | | | | +-- browserify-des@1.0.2
| | | | | | | +-- cipher-base@1.0.4 deduped
| | | | | | | +-- des.js@1.0.1
| | | | | | | | +-- inherits@2.0.4 deduped
| | | | | | | | `-- minimalistic-assert@1.0.1 deduped
| | | | | | | +-- inherits@2.0.4 deduped
| | | | | | | `-- safe-buffer@5.1.2 deduped
| | | | | | `-- evp_bytestokey@1.0.3
| | | | | |   +-- md5.js@1.3.5 deduped
| | | | | |   `-- safe-buffer@5.1.2 deduped
| | | | | +-- browserify-sign@4.2.1
| | | | | | +-- bn.js@5.1.3
| | | | | | +-- browserify-rsa@4.1.0
| | | | | | | +-- bn.js@5.1.3 deduped
| | | | | | | `-- randombytes@2.1.0 deduped
| | | | | | +-- create-hash@1.2.0 deduped
| | | | | | +-- create-hmac@1.1.7 deduped
| | | | | | +-- elliptic@6.5.3
| | | | | | | +-- bn.js@4.11.9
| | | | | | | +-- brorand@1.1.0
| | | | | | | +-- hash.js@1.1.7
| | | | | | | | +-- inherits@2.0.4 deduped
| | | | | | | | `-- minimalistic-assert@1.0.1 deduped
| | | | | | | +-- hmac-drbg@1.0.1
| | | | | | | | +-- hash.js@1.1.7 deduped
| | | | | | | | +-- minimalistic-assert@1.0.1 deduped
| | | | | | | | `-- minimalistic-crypto-utils@1.0.1 deduped
| | | | | | | +-- inherits@2.0.4 deduped
| | | | | | | +-- minimalistic-assert@1.0.1 deduped
| | | | | | | `-- minimalistic-crypto-utils@1.0.1
| | | | | | +-- inherits@2.0.4 deduped
| | | | | | +-- parse-asn1@5.1.6
| | | | | | | +-- asn1.js@5.4.1
| | | | | | | | +-- bn.js@4.11.9
| | | | | | | | +-- inherits@2.0.4 deduped
| | | | | | | | +-- minimalistic-assert@1.0.1 deduped
| | | | | | | | `-- safer-buffer@2.1.2 deduped
| | | | | | | +-- browserify-aes@1.2.0 deduped
| | | | | | | +-- evp_bytestokey@1.0.3 deduped
| | | | | | | +-- pbkdf2@3.1.1 deduped
| | | | | | | `-- safe-buffer@5.1.2 deduped
| | | | | | +-- readable-stream@3.6.0
| | | | | | | +-- inherits@2.0.4 deduped
| | | | | | | +-- string_decoder@1.1.1 deduped
| | | | | | | `-- util-deprecate@1.0.2 deduped
| | | | | | `-- safe-buffer@5.2.1
| | | | | +-- create-ecdh@4.0.4
| | | | | | +-- bn.js@4.11.9
| | | | | | `-- elliptic@6.5.3 deduped
| | | | | +-- create-hash@1.2.0
| | | | | | +-- cipher-base@1.0.4
| | | | | | | +-- inherits@2.0.4 deduped
| | | | | | | `-- safe-buffer@5.1.2 deduped
| | | | | | +-- inherits@2.0.4 deduped
| | | | | | +-- md5.js@1.3.5
| | | | | | | +-- hash-base@3.1.0
| | | | | | | | +-- inherits@2.0.4 deduped
| | | | | | | | +-- readable-stream@3.6.0
| | | | | | | | | +-- inherits@2.0.4 deduped
| | | | | | | | | +-- string_decoder@1.1.1 deduped
| | | | | | | | | `-- util-deprecate@1.0.2 deduped
| | | | | | | | `-- safe-buffer@5.2.1
| | | | | | | +-- inherits@2.0.4 deduped
| | | | | | | `-- safe-buffer@5.1.2 deduped
| | | | | | +-- ripemd160@2.0.2
| | | | | | | +-- hash-base@3.1.0 deduped
| | | | | | | `-- inherits@2.0.4 deduped
| | | | | | `-- sha.js@2.4.11
| | | | | |   +-- inherits@2.0.4 deduped
| | | | | |   `-- safe-buffer@5.1.2 deduped
| | | | | +-- create-hmac@1.1.7
| | | | | | +-- cipher-base@1.0.4 deduped
| | | | | | +-- create-hash@1.2.0 deduped
| | | | | | +-- inherits@2.0.4 deduped
| | | | | | +-- ripemd160@2.0.2 deduped
| | | | | | +-- safe-buffer@5.1.2 deduped
| | | | | | `-- sha.js@2.4.11 deduped
| | | | | +-- diffie-hellman@5.0.3
| | | | | | +-- bn.js@4.11.9
| | | | | | +-- miller-rabin@4.0.1
| | | | | | | +-- bn.js@4.11.9
| | | | | | | `-- brorand@1.1.0 deduped
| | | | | | `-- randombytes@2.1.0 deduped
| | | | | +-- inherits@2.0.4 deduped
| | | | | +-- pbkdf2@3.1.1
| | | | | | +-- create-hash@1.2.0 deduped
| | | | | | +-- create-hmac@1.1.7 deduped
| | | | | | +-- ripemd160@2.0.2 deduped
| | | | | | +-- safe-buffer@5.1.2 deduped
| | | | | | `-- sha.js@2.4.11 deduped
| | | | | +-- public-encrypt@4.0.3
| | | | | | +-- bn.js@4.11.9
| | | | | | +-- browserify-rsa@4.1.0 deduped
| | | | | | +-- create-hash@1.2.0 deduped
| | | | | | +-- parse-asn1@5.1.6 deduped
| | | | | | +-- randombytes@2.1.0 deduped
| | | | | | `-- safe-buffer@5.1.2 deduped
| | | | | +-- randombytes@2.1.0 deduped
| | | | | `-- randomfill@1.0.4
| | | | |   +-- randombytes@2.1.0 deduped
| | | | |   `-- safe-buffer@5.1.2 deduped
| | | | +-- domain-browser@1.2.0
| | | | +-- events@3.2.0
| | | | +-- https-browserify@1.0.0
| | | | +-- os-browserify@0.3.0
| | | | +-- path-browserify@0.0.1
| | | | +-- process@0.11.10
| | | | +-- punycode@1.4.1
| | | | +-- querystring-es3@0.2.1
| | | | +-- readable-stream@2.3.7 deduped
| | | | +-- stream-browserify@2.0.2
| | | | | +-- inherits@2.0.4 deduped
| | | | | `-- readable-stream@2.3.7 deduped
| | | | +-- stream-http@2.8.3
| | | | | +-- builtin-status-codes@3.0.0
| | | | | +-- inherits@2.0.4 deduped
| | | | | +-- readable-stream@2.3.7 deduped
| | | | | +-- to-arraybuffer@1.0.1
| | | | | `-- xtend@4.0.2
| | | | +-- string_decoder@1.1.1
| | | | | `-- safe-buffer@5.1.2 deduped
| | | | +-- timers-browserify@2.0.12
| | | | | `-- setimmediate@1.0.5
| | | | +-- tty-browserify@0.0.0
| | | | +-- url@0.11.0 deduped
| | | | +-- util@0.11.1
| | | | | `-- inherits@2.0.3
| | | | `-- vm-browserify@1.1.2
| | | +-- schema-utils@1.0.0
| | | | +-- ajv@6.12.6 deduped
| | | | +-- ajv-errors@1.0.1
| | | | `-- ajv-keywords@3.5.2 deduped
| | | +-- tapable@1.1.3
| | | +-- terser-webpack-plugin@1.4.5
| | | | +-- cacache@12.0.4 deduped
| | | | +-- find-cache-dir@2.1.0
| | | | | +-- commondir@1.0.1 deduped
| | | | | +-- make-dir@2.1.0
| | | | | | +-- pify@4.0.1 deduped
| | | | | | `-- semver@5.7.1 deduped
| | | | | `-- pkg-dir@3.0.0
| | | | |   `-- find-up@3.0.0
| | | | |     `-- locate-path@3.0.0
| | | | |       +-- p-locate@3.0.0
| | | | |       | `-- p-limit@2.3.0 deduped
| | | | |       `-- path-exists@3.0.0
| | | | +-- is-wsl@1.1.0 deduped
| | | | +-- schema-utils@1.0.0
| | | | | +-- ajv@6.12.6 deduped
| | | | | +-- ajv-errors@1.0.1 deduped
| | | | | `-- ajv-keywords@3.5.2 deduped
| | | | +-- serialize-javascript@4.0.0 deduped
| | | | +-- source-map@0.6.1
| | | | +-- terser@4.8.0
| | | | | +-- commander@2.20.3 deduped
| | | | | +-- source-map@0.6.1
| | | | | `-- source-map-support@0.5.19
| | | | |   +-- buffer-from@1.1.1
| | | | |   `-- source-map@0.6.1
| | | | +-- webpack-sources@1.4.3 deduped
| | | | `-- worker-farm@1.7.0
| | | |   `-- errno@0.1.8 deduped
| | | +-- watchpack@1.7.5
| | | | +-- chokidar@3.5.1
| | | | | +-- anymatch@3.1.1
| | | | | | +-- normalize-path@3.0.0 deduped
| | | | | | `-- picomatch@2.2.2
| | | | | +-- braces@3.0.2
| | | | | | `-- fill-range@7.0.1
| | | | | |   `-- to-regex-range@5.0.1
| | | | | |     `-- is-number@7.0.0
| | | | | +-- UNMET OPTIONAL DEPENDENCY fsevents@~2.3.1
| | | | | +-- glob-parent@5.1.1
| | | | | | `-- is-glob@4.0.1 deduped
| | | | | +-- is-binary-path@2.1.0
| | | | | | `-- binary-extensions@2.2.0
| | | | | +-- is-glob@4.0.1 deduped
| | | | | +-- normalize-path@3.0.0 deduped
| | | | | `-- readdirp@3.5.0
| | | | |   `-- picomatch@2.2.2 deduped
| | | | +-- graceful-fs@4.2.4 deduped
| | | | +-- neo-async@2.6.2 deduped
| | | | `-- watchpack-chokidar2@2.0.1
| | | |   `-- chokidar@2.1.8
| | | |     +-- anymatch@2.0.0
| | | |     | +-- micromatch@3.1.10 deduped
| | | |     | `-- normalize-path@2.1.1
| | | |     |   `-- remove-trailing-separator@1.1.0 deduped
| | | |     +-- async-each@1.0.3 deduped
| | | |     +-- braces@2.3.2 deduped
| | | |     +-- UNMET OPTIONAL DEPENDENCY fsevents@^1.2.7
| | | |     +-- glob-parent@3.1.0
| | | |     | +-- is-glob@3.1.0
| | | |     | | `-- is-extglob@2.1.1 deduped
| | | |     | `-- path-dirname@1.0.2 deduped
| | | |     +-- inherits@2.0.4 deduped
| | | |     +-- is-binary-path@1.0.1
| | | |     | `-- binary-extensions@1.13.1
| | | |     +-- is-glob@4.0.1 deduped
| | | |     +-- normalize-path@3.0.0 deduped
| | | |     +-- path-is-absolute@1.0.1 deduped
| | | |     +-- readdirp@2.2.1
| | | |     | +-- graceful-fs@4.2.4 deduped
| | | |     | +-- micromatch@3.1.10 deduped
| | | |     | `-- readable-stream@2.3.7 deduped
| | | |     `-- upath@1.2.0 deduped
| | | `-- webpack-sources@1.4.3
| | |   +-- source-list-map@2.0.1
| | |   `-- source-map@0.6.1
| | `-- yorkie@2.0.0
| |   +-- execa@0.8.0
| |   | +-- cross-spawn@5.1.0
| |   | | +-- lru-cache@4.1.5
| |   | | | +-- pseudomap@1.0.2
| |   | | | `-- yallist@2.1.2
| |   | | +-- shebang-command@1.2.0 deduped
| |   | | `-- which@1.3.1 deduped
| |   | +-- get-stream@3.0.0
| |   | +-- is-stream@1.1.0 deduped
| |   | +-- npm-run-path@2.0.2 deduped
| |   | +-- p-finally@1.0.0 deduped
| |   | +-- signal-exit@3.0.3 deduped
| |   | `-- strip-eof@1.0.0 deduped
| |   +-- is-ci@1.2.1
| |   | `-- ci-info@1.6.0
| |   +-- normalize-path@1.0.0
| |   `-- strip-indent@2.0.0
| +-- @vue/cli-service@4.5.11
| | +-- UNMET DEPENDENCY @intervolga/optimize-cssnano-plugin@^1.0.5
| | +-- @soda/friendly-errors-webpack-plugin@1.8.0
| | | +-- UNMET DEPENDENCY chalk@^2.4.2
| | | +-- error-stack-parser@2.0.6
| | | | `-- stackframe@1.2.0
| | | +-- string-width@2.1.1
| | | | +-- is-fullwidth-code-point@2.0.0
| | | | `-- strip-ansi@4.0.0
| | | |   `-- ansi-regex@3.0.0
| | | `-- strip-ansi@5.2.0
| | |   `-- ansi-regex@4.1.0
| | +-- @soda/get-current-script@1.0.2
| | +-- UNMET DEPENDENCY @types/minimist@^1.2.0
| | +-- UNMET DEPENDENCY @types/webpack@^4.0.0
| | +-- UNMET DEPENDENCY @types/webpack-dev-server@^3.11.0
| | +-- @vue/cli-overlay@4.5.11
| | +-- @vue/cli-plugin-router@4.5.11
| | | `-- @vue/cli-shared-utils@4.5.11 deduped
| | +-- @vue/cli-plugin-vuex@4.5.11
| | +-- @vue/cli-shared-utils@4.5.11 deduped
| | +-- @vue/component-compiler-utils@3.2.0
| | | +-- consolidate@0.15.1
| | | | `-- bluebird@3.7.2
| | | +-- UNMET DEPENDENCY hash-sum@^1.0.2
| | | +-- UNMET DEPENDENCY lru-cache@^4.1.2
| | | +-- merge-source-map@1.1.0
| | | | `-- source-map@0.6.1
| | | +-- postcss@7.0.35
| | | | +-- chalk@2.4.2
| | | | | +-- ansi-styles@3.2.1 deduped
| | | | | +-- escape-string-regexp@1.0.5 deduped
| | | | | `-- supports-color@5.5.0
| | | | |   `-- has-flag@3.0.0 deduped
| | | | +-- source-map@0.6.1
| | | | `-- supports-color@6.1.0
| | | |   `-- has-flag@3.0.0 deduped
| | | +-- postcss-selector-parser@6.0.4
| | | | +-- cssesc@3.0.0 deduped
| | | | +-- indexes-of@1.0.1
| | | | +-- uniq@1.0.1
| | | | `-- util-deprecate@1.0.2
| | | +-- prettier@1.19.1
| | | +-- UNMET DEPENDENCY source-map@~0.6.1
| | | `-- vue-template-es2015-compiler@1.9.1
| | +-- @vue/preload-webpack-plugin@1.1.2
| | +-- @vue/web-component-wrapper@1.2.0
| | +-- UNMET DEPENDENCY acorn@^7.4.0
| | +-- acorn-walk@7.2.0
| | +-- address@1.1.2
| | +-- autoprefixer@9.8.6
| | | +-- browserslist@4.16.1 deduped
| | | +-- caniuse-lite@1.0.30001181
| | | +-- colorette@1.2.1
| | | +-- normalize-range@0.1.2
| | | +-- num2fraction@1.2.2
| | | +-- postcss@7.0.35 deduped
| | | `-- postcss-value-parser@4.1.0
| | +-- browserslist@4.16.1
| | | +-- caniuse-lite@1.0.30001181 deduped
| | | +-- colorette@1.2.1 deduped
| | | +-- electron-to-chromium@1.3.649
| | | +-- escalade@3.1.1
| | | `-- node-releases@1.1.70
| | +-- cache-loader@4.1.0 deduped
| | +-- case-sensitive-paths-webpack-plugin@2.3.0
| | +-- cli-highlight@2.1.10
| | | +-- chalk@4.1.0
| | | | +-- ansi-styles@4.3.0
| | | | | `-- color-convert@2.0.1
| | | | |   `-- color-name@1.1.4
| | | | `-- supports-color@7.2.0
| | | |   `-- has-flag@4.0.0
| | | +-- highlight.js@10.5.0
| | | +-- mz@2.7.0
| | | | +-- any-promise@1.3.0
| | | | +-- object-assign@4.1.1 deduped
| | | | `-- thenify-all@1.6.0
| | | |   `-- thenify@3.3.1
| | | |     `-- any-promise@1.3.0 deduped
| | | +-- parse5@5.1.1
| | | +-- parse5-htmlparser2-tree-adapter@6.0.1
| | | | `-- parse5@6.0.1
| | | `-- yargs@16.2.0
| | |   +-- cliui@7.0.4
| | |   | +-- string-width@4.2.0 deduped
| | |   | +-- strip-ansi@6.0.0 deduped
| | |   | `-- wrap-ansi@7.0.0
| | |   |   +-- ansi-styles@4.3.0
| | |   |   | `-- color-convert@2.0.1
| | |   |   |   `-- color-name@1.1.4
| | |   |   +-- string-width@4.2.0 deduped
| | |   |   `-- strip-ansi@6.0.0 deduped
| | |   +-- escalade@3.1.1 deduped
| | |   +-- get-caller-file@2.0.5
| | |   +-- require-directory@2.1.1
| | |   +-- string-width@4.2.0 deduped
| | |   +-- y18n@5.0.5
| | |   `-- yargs-parser@20.2.4
| | +-- clipboardy@2.3.0
| | | +-- arch@2.2.0
| | | +-- execa@1.0.0 deduped
| | | `-- is-wsl@2.2.0
| | |   `-- is-docker@2.1.1
| | +-- cliui@6.0.0
| | | +-- string-width@4.2.0 deduped
| | | +-- strip-ansi@6.0.0 deduped
| | | `-- wrap-ansi@6.2.0
| | |   +-- ansi-styles@4.3.0
| | |   | `-- color-convert@2.0.1
| | |   |   `-- color-name@1.1.4
| | |   +-- string-width@4.2.0 deduped
| | |   `-- strip-ansi@6.0.0 deduped
| | +-- copy-webpack-plugin@5.1.2
| | | +-- cacache@12.0.4
| | | | +-- bluebird@3.7.2 deduped
| | | | +-- chownr@1.1.4
| | | | +-- figgy-pudding@3.5.2
| | | | +-- glob@7.1.6 deduped
| | | | +-- graceful-fs@4.2.4 deduped
| | | | +-- infer-owner@1.0.4
| | | | +-- lru-cache@5.1.1 deduped
| | | | +-- mississippi@3.0.0
| | | | | +-- concat-stream@1.6.2
| | | | | | +-- buffer-from@1.1.1 deduped
| | | | | | +-- inherits@2.0.4 deduped
| | | | | | +-- readable-stream@2.3.7 deduped
| | | | | | `-- typedarray@0.0.6
| | | | | +-- duplexify@3.7.1
| | | | | | +-- end-of-stream@1.4.4 deduped
| | | | | | +-- inherits@2.0.4 deduped
| | | | | | +-- readable-stream@2.3.7 deduped
| | | | | | `-- stream-shift@1.0.1
| | | | | +-- end-of-stream@1.4.4
| | | | | | `-- once@1.4.0 deduped
| | | | | +-- flush-write-stream@1.1.1
| | | | | | +-- inherits@2.0.4 deduped
| | | | | | `-- readable-stream@2.3.7 deduped
| | | | | +-- from2@2.3.0
| | | | | | +-- inherits@2.0.4 deduped
| | | | | | `-- readable-stream@2.3.7 deduped
| | | | | +-- parallel-transform@1.2.0
| | | | | | +-- cyclist@1.0.1
| | | | | | +-- inherits@2.0.4 deduped
| | | | | | `-- readable-stream@2.3.7 deduped
| | | | | +-- pump@3.0.0 deduped
| | | | | +-- pumpify@1.5.1
| | | | | | +-- duplexify@3.7.1 deduped
| | | | | | +-- inherits@2.0.4 deduped
| | | | | | `-- pump@2.0.1
| | | | | |   +-- end-of-stream@1.4.4 deduped
| | | | | |   `-- once@1.4.0 deduped
| | | | | +-- stream-each@1.2.3
| | | | | | +-- end-of-stream@1.4.4 deduped
| | | | | | `-- stream-shift@1.0.1 deduped
| | | | | `-- through2@2.0.5
| | | | |   +-- readable-stream@2.3.7 deduped
| | | | |   `-- xtend@4.0.2 deduped
| | | | +-- mkdirp@0.5.5 deduped
| | | | +-- move-concurrently@1.0.1
| | | | | +-- aproba@1.2.0
| | | | | +-- copy-concurrently@1.0.5
| | | | | | +-- aproba@1.2.0 deduped
| | | | | | +-- fs-write-stream-atomic@1.0.10 deduped
| | | | | | +-- iferr@0.1.5
| | | | | | +-- mkdirp@0.5.5 deduped
| | | | | | +-- rimraf@2.7.1 deduped
| | | | | | `-- run-queue@1.0.3 deduped
| | | | | +-- fs-write-stream-atomic@1.0.10
| | | | | | +-- graceful-fs@4.2.4 deduped
| | | | | | +-- iferr@0.1.5 deduped
| | | | | | +-- imurmurhash@0.1.4 deduped
| | | | | | `-- readable-stream@2.3.7 deduped
| | | | | +-- mkdirp@0.5.5 deduped
| | | | | +-- rimraf@2.7.1 deduped
| | | | | `-- run-queue@1.0.3
| | | | |   `-- aproba@1.2.0 deduped
| | | | +-- promise-inflight@1.0.1
| | | | +-- rimraf@2.7.1 deduped
| | | | +-- ssri@6.0.1
| | | | | `-- figgy-pudding@3.5.2 deduped
| | | | +-- unique-filename@1.1.1
| | | | | `-- unique-slug@2.0.2
| | | | |   `-- imurmurhash@0.1.4 deduped
| | | | `-- y18n@4.0.1
| | | +-- find-cache-dir@2.1.0
| | | | +-- commondir@1.0.1 deduped
| | | | +-- make-dir@2.1.0
| | | | | +-- pify@4.0.1 deduped
| | | | | `-- semver@5.7.1 deduped
| | | | `-- pkg-dir@3.0.0
| | | |   `-- find-up@3.0.0
| | | |     `-- locate-path@3.0.0
| | | |       +-- p-locate@3.0.0
| | | |       | `-- p-limit@2.3.0 deduped
| | | |       `-- path-exists@3.0.0
| | | +-- glob-parent@3.1.0
| | | | +-- is-glob@3.1.0
| | | | | `-- is-extglob@2.1.1 deduped
| | | | `-- path-dirname@1.0.2
| | | +-- globby@7.1.1
| | | | +-- array-union@1.0.2 deduped
| | | | +-- dir-glob@2.2.2 deduped
| | | | +-- glob@7.1.6 deduped
| | | | +-- ignore@3.3.10
| | | | +-- pify@3.0.0
| | | | `-- slash@1.0.0
| | | +-- is-glob@4.0.1
| | | | `-- is-extglob@2.1.1
| | | +-- loader-utils@1.4.0 deduped
| | | +-- minimatch@3.0.4 deduped
| | | +-- normalize-path@3.0.0
| | | +-- p-limit@2.3.0
| | | | `-- p-try@2.2.0
| | | +-- schema-utils@1.0.0
| | | | +-- ajv@6.12.6 deduped
| | | | +-- ajv-errors@1.0.1 deduped
| | | | `-- ajv-keywords@3.5.2 deduped
| | | +-- serialize-javascript@4.0.0
| | | | `-- randombytes@2.1.0
| | | |   `-- safe-buffer@5.1.2 deduped
| | | `-- webpack-log@2.0.0
| | |   +-- ansi-colors@3.2.4
| | |   `-- uuid@3.4.0 deduped
| | +-- css-loader@3.6.0
| | | +-- camelcase@5.3.1
| | | +-- cssesc@3.0.0
| | | +-- icss-utils@4.1.1
| | | | `-- postcss@7.0.35 deduped
| | | +-- loader-utils@1.4.0 deduped
| | | +-- normalize-path@3.0.0 deduped
| | | +-- postcss@7.0.35 deduped
| | | +-- postcss-modules-extract-imports@2.0.0
| | | | `-- postcss@7.0.35 deduped
| | | +-- postcss-modules-local-by-default@3.0.3
| | | | +-- icss-utils@4.1.1 deduped
| | | | +-- postcss@7.0.35 deduped
| | | | +-- postcss-selector-parser@6.0.4 deduped
| | | | `-- postcss-value-parser@4.1.0 deduped
| | | +-- postcss-modules-scope@2.2.0
| | | | +-- postcss@7.0.35 deduped
| | | | `-- postcss-selector-parser@6.0.4 deduped
| | | +-- postcss-modules-values@3.0.0
| | | | +-- icss-utils@4.1.1 deduped
| | | | `-- postcss@7.0.35 deduped
| | | +-- postcss-value-parser@4.1.0 deduped
| | | +-- schema-utils@2.7.1 deduped
| | | `-- semver@6.3.0
| | +-- cssnano@4.1.10
| | | +-- cosmiconfig@5.2.1
| | | | +-- import-fresh@2.0.0
| | | | | +-- caller-path@2.0.0
| | | | | | `-- caller-callsite@2.0.0
| | | | | |   `-- callsites@2.0.0
| | | | | `-- resolve-from@3.0.0
| | | | +-- is-directory@0.3.1
| | | | +-- js-yaml@3.14.1 deduped
| | | | `-- parse-json@4.0.0
| | | |   +-- error-ex@1.3.2 deduped
| | | |   `-- json-parse-better-errors@1.0.2 deduped
| | | +-- cssnano-preset-default@4.0.7
| | | | +-- css-declaration-sorter@4.0.1
| | | | | +-- postcss@7.0.35 deduped
| | | | | `-- timsort@0.3.0
| | | | +-- cssnano-util-raw-cache@4.0.1
| | | | | `-- postcss@7.0.35 deduped
| | | | +-- postcss@7.0.35 deduped
| | | | +-- postcss-calc@7.0.5
| | | | | +-- postcss@7.0.35 deduped
| | | | | +-- postcss-selector-parser@6.0.4 deduped
| | | | | `-- postcss-value-parser@4.1.0 deduped
| | | | +-- postcss-colormin@4.0.3
| | | | | +-- browserslist@4.16.1 deduped
| | | | | +-- color@3.1.3
| | | | | | +-- color-convert@1.9.3 deduped
| | | | | | `-- color-string@1.5.4
| | | | | |   +-- color-name@1.1.3 deduped
| | | | | |   `-- simple-swizzle@0.2.2
| | | | | |     `-- is-arrayish@0.3.2
| | | | | +-- has@1.0.3 deduped
| | | | | +-- postcss@7.0.35 deduped
| | | | | `-- postcss-value-parser@3.3.1
| | | | +-- postcss-convert-values@4.0.1
| | | | | +-- postcss@7.0.35 deduped
| | | | | `-- postcss-value-parser@3.3.1
| | | | +-- postcss-discard-comments@4.0.2
| | | | | `-- postcss@7.0.35 deduped
| | | | +-- postcss-discard-duplicates@4.0.2
| | | | | `-- postcss@7.0.35 deduped
| | | | +-- postcss-discard-empty@4.0.1
| | | | | `-- postcss@7.0.35 deduped
| | | | +-- postcss-discard-overridden@4.0.1
| | | | | `-- postcss@7.0.35 deduped
| | | | +-- postcss-merge-longhand@4.0.11
| | | | | +-- css-color-names@0.0.4
| | | | | +-- postcss@7.0.35 deduped
| | | | | +-- postcss-value-parser@3.3.1
| | | | | `-- stylehacks@4.0.3
| | | | |   +-- browserslist@4.16.1 deduped
| | | | |   +-- postcss@7.0.35 deduped
| | | | |   `-- postcss-selector-parser@3.1.2
| | | | |     +-- dot-prop@5.3.0 deduped
| | | | |     +-- indexes-of@1.0.1 deduped
| | | | |     `-- uniq@1.0.1 deduped
| | | | +-- postcss-merge-rules@4.0.3
| | | | | +-- browserslist@4.16.1 deduped
| | | | | +-- caniuse-api@3.0.0
| | | | | | +-- browserslist@4.16.1 deduped
| | | | | | +-- caniuse-lite@1.0.30001181 deduped
| | | | | | +-- lodash.memoize@4.1.2
| | | | | | `-- lodash.uniq@4.5.0
| | | | | +-- cssnano-util-same-parent@4.0.1
| | | | | +-- postcss@7.0.35 deduped
| | | | | +-- postcss-selector-parser@3.1.2
| | | | | | +-- dot-prop@5.3.0
| | | | | | | `-- is-obj@2.0.0
| | | | | | +-- indexes-of@1.0.1 deduped
| | | | | | `-- uniq@1.0.1 deduped
| | | | | `-- vendors@1.0.4
| | | | +-- postcss-minify-font-values@4.0.2
| | | | | +-- postcss@7.0.35 deduped
| | | | | `-- postcss-value-parser@3.3.1
| | | | +-- postcss-minify-gradients@4.0.2
| | | | | +-- cssnano-util-get-arguments@4.0.0
| | | | | +-- is-color-stop@1.1.0
| | | | | | +-- css-color-names@0.0.4 deduped
| | | | | | +-- hex-color-regex@1.1.0
| | | | | | +-- hsl-regex@1.0.0
| | | | | | +-- hsla-regex@1.0.0
| | | | | | +-- rgb-regex@1.0.1
| | | | | | `-- rgba-regex@1.0.0
| | | | | +-- postcss@7.0.35 deduped
| | | | | `-- postcss-value-parser@3.3.1
| | | | +-- postcss-minify-params@4.0.2
| | | | | +-- alphanum-sort@1.0.2
| | | | | +-- browserslist@4.16.1 deduped
| | | | | +-- cssnano-util-get-arguments@4.0.0 deduped
| | | | | +-- postcss@7.0.35 deduped
| | | | | +-- postcss-value-parser@3.3.1
| | | | | `-- uniqs@2.0.0
| | | | +-- postcss-minify-selectors@4.0.2
| | | | | +-- alphanum-sort@1.0.2 deduped
| | | | | +-- has@1.0.3 deduped
| | | | | +-- postcss@7.0.35 deduped
| | | | | `-- postcss-selector-parser@3.1.2
| | | | |   +-- dot-prop@5.3.0 deduped
| | | | |   +-- indexes-of@1.0.1 deduped
| | | | |   `-- uniq@1.0.1 deduped
| | | | +-- postcss-normalize-charset@4.0.1
| | | | | `-- postcss@7.0.35 deduped
| | | | +-- postcss-normalize-display-values@4.0.2
| | | | | +-- cssnano-util-get-match@4.0.0
| | | | | +-- postcss@7.0.35 deduped
| | | | | `-- postcss-value-parser@3.3.1
| | | | +-- postcss-normalize-positions@4.0.2
| | | | | +-- cssnano-util-get-arguments@4.0.0 deduped
| | | | | +-- has@1.0.3 deduped
| | | | | +-- postcss@7.0.35 deduped
| | | | | `-- postcss-value-parser@3.3.1
| | | | +-- postcss-normalize-repeat-style@4.0.2
| | | | | +-- cssnano-util-get-arguments@4.0.0 deduped
| | | | | +-- cssnano-util-get-match@4.0.0 deduped
| | | | | +-- postcss@7.0.35 deduped
| | | | | `-- postcss-value-parser@3.3.1
| | | | +-- postcss-normalize-string@4.0.2
| | | | | +-- has@1.0.3 deduped
| | | | | +-- postcss@7.0.35 deduped
| | | | | `-- postcss-value-parser@3.3.1
| | | | +-- postcss-normalize-timing-functions@4.0.2
| | | | | +-- cssnano-util-get-match@4.0.0 deduped
| | | | | +-- postcss@7.0.35 deduped
| | | | | `-- postcss-value-parser@3.3.1
| | | | +-- postcss-normalize-unicode@4.0.1
| | | | | +-- browserslist@4.16.1 deduped
| | | | | +-- postcss@7.0.35 deduped
| | | | | `-- postcss-value-parser@3.3.1
| | | | +-- postcss-normalize-url@4.0.1
| | | | | +-- is-absolute-url@2.1.0
| | | | | +-- normalize-url@3.3.0
| | | | | +-- postcss@7.0.35 deduped
| | | | | `-- postcss-value-parser@3.3.1
| | | | +-- postcss-normalize-whitespace@4.0.2
| | | | | +-- postcss@7.0.35 deduped
| | | | | `-- postcss-value-parser@3.3.1
| | | | +-- postcss-ordered-values@4.1.2
| | | | | +-- cssnano-util-get-arguments@4.0.0 deduped
| | | | | +-- postcss@7.0.35 deduped
| | | | | `-- postcss-value-parser@3.3.1
| | | | +-- postcss-reduce-initial@4.0.3
| | | | | +-- browserslist@4.16.1 deduped
| | | | | +-- caniuse-api@3.0.0 deduped
| | | | | +-- has@1.0.3 deduped
| | | | | `-- postcss@7.0.35 deduped
| | | | +-- postcss-reduce-transforms@4.0.2
| | | | | +-- cssnano-util-get-match@4.0.0 deduped
| | | | | +-- has@1.0.3 deduped
| | | | | +-- postcss@7.0.35 deduped
| | | | | `-- postcss-value-parser@3.3.1
| | | | +-- postcss-svgo@4.0.2
| | | | | +-- is-svg@3.0.0
| | | | | | `-- html-comment-regex@1.1.2
| | | | | +-- postcss@7.0.35 deduped
| | | | | +-- postcss-value-parser@3.3.1
| | | | | `-- svgo@1.3.2
| | | | |   +-- chalk@2.4.2
| | | | |   | +-- ansi-styles@3.2.1 deduped
| | | | |   | +-- escape-string-regexp@1.0.5 deduped
| | | | |   | `-- supports-color@5.5.0 deduped
| | | | |   +-- coa@2.0.2
| | | | |   | +-- UNMET DEPENDENCY @types/q@^1.5.1
| | | | |   | +-- chalk@2.4.2
| | | | |   | | +-- ansi-styles@3.2.1 deduped
| | | | |   | | +-- escape-string-regexp@1.0.5 deduped
| | | | |   | | `-- supports-color@5.5.0 deduped
| | | | |   | `-- q@1.5.1
| | | | |   +-- css-select@2.1.0 deduped
| | | | |   +-- css-select-base-adapter@0.1.1
| | | | |   +-- css-tree@1.0.0-alpha.37
| | | | |   | +-- mdn-data@2.0.4
| | | | |   | `-- source-map@0.6.1
| | | | |   +-- csso@4.2.0
| | | | |   | `-- css-tree@1.1.2
| | | | |   |   +-- mdn-data@2.0.14
| | | | |   |   `-- source-map@0.6.1
| | | | |   +-- js-yaml@3.14.1 deduped
| | | | |   +-- mkdirp@0.5.5 deduped
| | | | |   +-- object.values@1.1.2
| | | | |   | +-- call-bind@1.0.2 deduped
| | | | |   | +-- define-properties@1.1.3 deduped
| | | | |   | +-- es-abstract@1.18.0-next.2 deduped
| | | | |   | `-- has@1.0.3 deduped
| | | | |   +-- sax@1.2.4
| | | | |   +-- stable@0.1.8
| | | | |   +-- unquote@1.1.1
| | | | |   `-- util.promisify@1.0.1
| | | | |     +-- define-properties@1.1.3 deduped
| | | | |     +-- es-abstract@1.17.7
| | | | |     | +-- es-to-primitive@1.2.1 deduped
| | | | |     | +-- function-bind@1.1.1 deduped
| | | | |     | +-- has@1.0.3 deduped
| | | | |     | +-- has-symbols@1.0.1 deduped
| | | | |     | +-- is-callable@1.2.2 deduped
| | | | |     | +-- is-regex@1.1.1 deduped
| | | | |     | +-- object-inspect@1.9.0 deduped
| | | | |     | +-- object-keys@1.1.1 deduped
| | | | |     | +-- object.assign@4.1.2 deduped
| | | | |     | +-- string.prototype.trimend@1.0.3 deduped
| | | | |     | `-- string.prototype.trimstart@1.0.3 deduped
| | | | |     +-- has-symbols@1.0.1 deduped
| | | | |     `-- object.getownpropertydescriptors@2.1.1 deduped
| | | | `-- postcss-unique-selectors@4.0.1
| | | |   +-- alphanum-sort@1.0.2 deduped
| | | |   +-- postcss@7.0.35 deduped
| | | |   `-- uniqs@2.0.0 deduped
| | | +-- is-resolvable@1.1.0
| | | `-- postcss@7.0.35 deduped
| | +-- debug@4.3.1
| | | `-- ms@2.1.2
| | +-- default-gateway@5.0.5
| | | `-- execa@3.4.0
| | |   +-- cross-spawn@7.0.3
| | |   | +-- path-key@3.1.1
| | |   | +-- shebang-command@2.0.0
| | |   | | `-- shebang-regex@3.0.0
| | |   | `-- which@2.0.2
| | |   |   `-- isexe@2.0.0 deduped
| | |   +-- get-stream@5.2.0
| | |   | `-- pump@3.0.0 deduped
| | |   +-- human-signals@1.1.1
| | |   +-- is-stream@2.0.0
| | |   +-- merge-stream@2.0.0 deduped
| | |   +-- npm-run-path@4.0.1
| | |   | `-- path-key@3.1.1 deduped
| | |   +-- onetime@5.1.2
| | |   | `-- mimic-fn@2.1.0
| | |   +-- p-finally@2.0.1
| | |   +-- signal-exit@3.0.3 deduped
| | |   `-- strip-final-newline@2.0.0
| | +-- dotenv@8.2.0
| | +-- dotenv-expand@5.1.0
| | +-- file-loader@4.3.0
| | | +-- loader-utils@1.4.0 deduped
| | | `-- schema-utils@2.7.1 deduped
| | +-- fs-extra@7.0.1
| | | +-- graceful-fs@4.2.4
| | | +-- jsonfile@4.0.0
| | | | `-- graceful-fs@4.2.4 deduped
| | | `-- universalify@0.1.2
| | +-- globby@9.2.0 deduped
| | +-- hash-sum@2.0.0
| | +-- html-webpack-plugin@3.2.0
| | | +-- html-minifier@3.5.21
| | | | +-- camel-case@3.0.0
| | | | | +-- no-case@2.3.2
| | | | | | `-- lower-case@1.1.4
| | | | | `-- upper-case@1.1.3
| | | | +-- clean-css@4.2.3
| | | | | `-- source-map@0.6.1
| | | | +-- commander@2.17.1
| | | | +-- he@1.2.0 deduped
| | | | +-- param-case@2.1.1
| | | | | `-- no-case@2.3.2 deduped
| | | | +-- relateurl@0.2.7
| | | | `-- uglify-js@3.4.10
| | | |   +-- commander@2.19.0
| | | |   `-- source-map@0.6.1
| | | +-- loader-utils@0.2.17
| | | | +-- big.js@3.2.0
| | | | +-- emojis-list@2.1.0
| | | | +-- json5@0.5.1
| | | | `-- object-assign@4.1.1 deduped
| | | +-- lodash@4.17.20 deduped
| | | +-- pretty-error@2.1.2
| | | | +-- lodash@4.17.20 deduped
| | | | `-- renderkid@2.0.5
| | | |   +-- css-select@2.1.0
| | | |   | +-- boolbase@1.0.0
| | | |   | +-- css-what@3.4.2
| | | |   | +-- domutils@1.7.0
| | | |   | | +-- dom-serializer@0.2.2
| | | |   | | | +-- domelementtype@2.1.0
| | | |   | | | `-- entities@2.2.0
| | | |   | | `-- domelementtype@1.3.1 deduped
| | | |   | `-- nth-check@1.0.2
| | | |   |   `-- boolbase@1.0.0 deduped
| | | |   +-- dom-converter@0.2.0
| | | |   | `-- utila@0.4.0
| | | |   +-- htmlparser2@3.10.1
| | | |   | +-- domelementtype@1.3.1
| | | |   | +-- domhandler@2.4.2
| | | |   | | `-- domelementtype@1.3.1 deduped
| | | |   | +-- domutils@1.7.0 deduped
| | | |   | +-- entities@1.1.2
| | | |   | +-- inherits@2.0.4 deduped
| | | |   | `-- readable-stream@3.6.0
| | | |   |   +-- inherits@2.0.4 deduped
| | | |   |   +-- string_decoder@1.1.1 deduped
| | | |   |   `-- util-deprecate@1.0.2 deduped
| | | |   +-- lodash@4.17.20 deduped
| | | |   `-- strip-ansi@3.0.1
| | | |     `-- ansi-regex@2.1.1
| | | +-- tapable@1.1.3 deduped
| | | +-- toposort@1.0.7
| | | `-- util.promisify@1.0.0
| | |   +-- define-properties@1.1.3
| | |   | `-- object-keys@1.1.1 deduped
| | |   `-- object.getownpropertydescriptors@2.1.1
| | |     +-- call-bind@1.0.2 deduped
| | |     +-- define-properties@1.1.3 deduped
| | |     `-- es-abstract@1.18.0-next.2
| | |       +-- call-bind@1.0.2 deduped
| | |       +-- es-to-primitive@1.2.1
| | |       | +-- is-callable@1.2.2 deduped
| | |       | +-- is-date-object@1.0.2 deduped
| | |       | `-- is-symbol@1.0.3
| | |       |   `-- has-symbols@1.0.1 deduped
| | |       +-- function-bind@1.1.1 deduped
| | |       +-- get-intrinsic@1.1.0 deduped
| | |       +-- has@1.0.3 deduped
| | |       +-- has-symbols@1.0.1 deduped
| | |       +-- is-callable@1.2.2
| | |       +-- is-negative-zero@2.0.1
| | |       +-- is-regex@1.1.1 deduped
| | |       +-- object-inspect@1.9.0
| | |       +-- object-keys@1.1.1 deduped
| | |       +-- object.assign@4.1.2 deduped
| | |       +-- string.prototype.trimend@1.0.3
| | |       | +-- call-bind@1.0.2 deduped
| | |       | `-- define-properties@1.1.3 deduped
| | |       `-- string.prototype.trimstart@1.0.3
| | |         +-- call-bind@1.0.2 deduped
| | |         `-- define-properties@1.1.3 deduped
| | +-- launch-editor-middleware@2.2.1
| | | `-- launch-editor@2.2.1 deduped
| | +-- lodash.defaultsdeep@4.6.1
| | +-- lodash.mapvalues@4.6.0
| | +-- lodash.transform@4.6.0
| | +-- mini-css-extract-plugin@0.9.0
| | | +-- loader-utils@1.4.0 deduped
| | | +-- normalize-url@1.9.1
| | | | +-- object-assign@4.1.1 deduped
| | | | +-- prepend-http@1.0.4
| | | | +-- query-string@4.3.4
| | | | | +-- object-assign@4.1.1 deduped
| | | | | `-- strict-uri-encode@1.1.0
| | | | `-- sort-keys@1.1.2
| | | |   `-- is-plain-obj@1.1.0
| | | +-- schema-utils@1.0.0
| | | | +-- ajv@6.12.6 deduped
| | | | +-- ajv-errors@1.0.1 deduped
| | | | `-- ajv-keywords@3.5.2 deduped
| | | `-- webpack-sources@1.4.3 deduped
| | +-- minimist@1.2.5
| | +-- pnp-webpack-plugin@1.6.4
| | | `-- ts-pnp@1.2.0
| | +-- portfinder@1.0.28
| | | +-- async@2.6.3
| | | | `-- lodash@4.17.20 deduped
| | | +-- debug@3.2.7
| | | | `-- ms@2.1.2 deduped
| | | `-- mkdirp@0.5.5 deduped
| | +-- postcss-loader@3.0.0
| | | +-- loader-utils@1.4.0 deduped
| | | +-- postcss@7.0.35 deduped
| | | +-- postcss-load-config@2.1.2
| | | | +-- cosmiconfig@5.2.1 deduped
| | | | `-- import-cwd@2.1.0
| | | |   `-- import-from@2.1.0
| | | |     `-- resolve-from@3.0.0 deduped
| | | `-- schema-utils@1.0.0
| | |   +-- ajv@6.12.6 deduped
| | |   +-- ajv-errors@1.0.1 deduped
| | |   `-- ajv-keywords@3.5.2 deduped
| | +-- UNMET DEPENDENCY ssri@^7.1.0
| | +-- UNMET DEPENDENCY terser-webpack-plugin@^2.3.6
| | +-- thread-loader@2.1.3 deduped
| | +-- url-loader@2.3.0
| | | +-- loader-utils@1.4.0 deduped
| | | +-- mime@2.5.0
| | | `-- schema-utils@2.7.1 deduped
| | +-- vue-loader@15.9.6
| | | +-- @vue/component-compiler-utils@3.2.0 deduped
| | | +-- hash-sum@1.0.2
| | | +-- loader-utils@1.4.0 deduped
| | | +-- vue-hot-reload-api@2.3.4
| | | `-- vue-style-loader@4.1.2 deduped
| | +-- vue-loader-v16@npm:vue-loader@16.1.2
| | | +-- chalk@4.1.0
| | | | +-- ansi-styles@4.3.0
| | | | | `-- color-convert@2.0.1
| | | | |   `-- color-name@1.1.4
| | | | `-- supports-color@7.2.0
| | | |   `-- has-flag@4.0.0
| | | +-- hash-sum@2.0.0 deduped
| | | `-- loader-utils@2.0.0
| | |   +-- big.js@5.2.2 deduped
| | |   +-- emojis-list@3.0.0 deduped
| | |   `-- json5@2.1.3 deduped
| | +-- vue-style-loader@4.1.2
| | | +-- hash-sum@1.0.2
| | | `-- loader-utils@1.4.0 deduped
| | +-- webpack@4.46.0 deduped
| | +-- webpack-bundle-analyzer@3.9.0
| | | +-- acorn@7.4.1
| | | +-- acorn-walk@7.2.0 deduped
| | | +-- bfj@6.1.2
| | | | +-- bluebird@3.7.2 deduped
| | | | +-- check-types@8.0.3
| | | | +-- hoopy@0.1.4
| | | | `-- tryer@1.0.1
| | | +-- chalk@2.4.2
| | | | +-- ansi-styles@3.2.1 deduped
| | | | +-- escape-string-regexp@1.0.5 deduped
| | | | `-- supports-color@5.5.0 deduped
| | | +-- commander@2.20.3
| | | +-- ejs@2.7.4
| | | +-- express@4.17.1
| | | | +-- accepts@1.3.7
| | | | | +-- mime-types@2.1.28 deduped
| | | | | `-- negotiator@0.6.2
| | | | +-- array-flatten@1.1.1
| | | | +-- body-parser@1.19.0
| | | | | +-- bytes@3.1.0
| | | | | +-- content-type@1.0.4 deduped
| | | | | +-- debug@2.6.9
| | | | | | `-- ms@2.0.0
| | | | | +-- depd@1.1.2 deduped
| | | | | +-- http-errors@1.7.2
| | | | | | +-- depd@1.1.2 deduped
| | | | | | +-- inherits@2.0.3
| | | | | | +-- setprototypeof@1.1.1 deduped
| | | | | | +-- statuses@1.5.0 deduped
| | | | | | `-- toidentifier@1.0.0
| | | | | +-- iconv-lite@0.4.24 deduped
| | | | | +-- on-finished@2.3.0 deduped
| | | | | +-- qs@6.7.0
| | | | | +-- raw-body@2.4.0
| | | | | | +-- bytes@3.1.0 deduped
| | | | | | +-- http-errors@1.7.2 deduped
| | | | | | +-- iconv-lite@0.4.24 deduped
| | | | | | `-- unpipe@1.0.0 deduped
| | | | | `-- type-is@1.6.18 deduped
| | | | +-- content-disposition@0.5.3
| | | | | `-- safe-buffer@5.1.2 deduped
| | | | +-- content-type@1.0.4
| | | | +-- cookie@0.4.0
| | | | +-- cookie-signature@1.0.6
| | | | +-- debug@2.6.9
| | | | | `-- ms@2.0.0
| | | | +-- depd@1.1.2
| | | | +-- encodeurl@1.0.2
| | | | +-- escape-html@1.0.3
| | | | +-- etag@1.8.1
| | | | +-- finalhandler@1.1.2
| | | | | +-- debug@2.6.9
| | | | | | `-- ms@2.0.0
| | | | | +-- encodeurl@1.0.2 deduped
| | | | | +-- escape-html@1.0.3 deduped
| | | | | +-- on-finished@2.3.0 deduped
| | | | | +-- parseurl@1.3.3 deduped
| | | | | +-- statuses@1.5.0 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.3
| | | | +-- path-to-regexp@0.1.7
| | | | +-- proxy-addr@2.0.6
| | | | | +-- forwarded@0.1.2
| | | | | `-- ipaddr.js@1.9.1 deduped
| | | | +-- qs@6.7.0
| | | | +-- range-parser@1.2.1
| | | | +-- safe-buffer@5.1.2 deduped
| | | | +-- send@0.17.1
| | | | | +-- debug@2.6.9
| | | | | | `-- ms@2.0.0
| | | | | +-- depd@1.1.2 deduped
| | | | | +-- destroy@1.0.4
| | | | | +-- encodeurl@1.0.2 deduped
| | | | | +-- escape-html@1.0.3 deduped
| | | | | +-- etag@1.8.1 deduped
| | | | | +-- fresh@0.5.2 deduped
| | | | | +-- http-errors@1.7.2 deduped
| | | | | +-- mime@1.6.0
| | | | | +-- ms@2.1.1
| | | | | +-- on-finished@2.3.0 deduped
| | | | | +-- range-parser@1.2.1 deduped
| | | | | `-- statuses@1.5.0 deduped
| | | | +-- serve-static@1.14.1
| | | | | +-- encodeurl@1.0.2 deduped
| | | | | +-- escape-html@1.0.3 deduped
| | | | | +-- parseurl@1.3.3 deduped
| | | | | `-- send@0.17.1 deduped
| | | | +-- setprototypeof@1.1.1
| | | | +-- statuses@1.5.0
| | | | +-- type-is@1.6.18
| | | | | +-- media-typer@0.3.0
| | | | | `-- mime-types@2.1.28 deduped
| | | | +-- utils-merge@1.0.1
| | | | `-- vary@1.1.2
| | | +-- filesize@3.6.1
| | | +-- gzip-size@5.1.1
| | | | +-- duplexer@0.1.2
| | | | `-- pify@4.0.1 deduped
| | | +-- lodash@4.17.20 deduped
| | | +-- mkdirp@0.5.5 deduped
| | | +-- opener@1.5.2
| | | `-- ws@6.2.1
| | |   `-- async-limiter@1.0.1
| | +-- webpack-chain@6.5.1
| | | +-- deepmerge@1.5.2
| | | `-- javascript-stringify@2.0.1
| | +-- webpack-dev-server@3.11.2
| | | +-- ansi-html@0.0.7
| | | +-- bonjour@3.5.0
| | | | +-- array-flatten@2.1.2
| | | | +-- deep-equal@1.1.1
| | | | | +-- is-arguments@1.1.0
| | | | | | `-- call-bind@1.0.2 deduped
| | | | | +-- is-date-object@1.0.2
| | | | | +-- is-regex@1.1.1
| | | | | | `-- has-symbols@1.0.1 deduped
| | | | | +-- object-is@1.1.4
| | | | | | +-- call-bind@1.0.2 deduped
| | | | | | `-- define-properties@1.1.3 deduped
| | | | | +-- object-keys@1.1.1 deduped
| | | | | `-- regexp.prototype.flags@1.3.1
| | | | |   +-- call-bind@1.0.2 deduped
| | | | |   `-- define-properties@1.1.3 deduped
| | | | +-- dns-equal@1.0.0
| | | | +-- dns-txt@2.0.2
| | | | | `-- buffer-indexof@1.1.1
| | | | +-- multicast-dns@6.2.3
| | | | | +-- dns-packet@1.3.1
| | | | | | +-- ip@1.1.5 deduped
| | | | | | `-- safe-buffer@5.1.2 deduped
| | | | | `-- thunky@1.1.0
| | | | `-- multicast-dns-service-types@1.1.0
| | | +-- chokidar@2.1.8
| | | | +-- anymatch@2.0.0
| | | | | +-- micromatch@3.1.10 deduped
| | | | | `-- normalize-path@2.1.1
| | | | |   `-- remove-trailing-separator@1.1.0
| | | | +-- async-each@1.0.3
| | | | +-- braces@2.3.2 deduped
| | | | +-- UNMET OPTIONAL DEPENDENCY fsevents@^1.2.7
| | | | +-- glob-parent@3.1.0
| | | | | +-- is-glob@3.1.0
| | | | | | `-- is-extglob@2.1.1 deduped
| | | | | `-- path-dirname@1.0.2 deduped
| | | | +-- inherits@2.0.4 deduped
| | | | +-- is-binary-path@1.0.1
| | | | | `-- binary-extensions@1.13.1
| | | | +-- is-glob@4.0.1 deduped
| | | | +-- normalize-path@3.0.0 deduped
| | | | +-- path-is-absolute@1.0.1 deduped
| | | | +-- readdirp@2.2.1
| | | | | +-- graceful-fs@4.2.4 deduped
| | | | | +-- micromatch@3.1.10 deduped
| | | | | `-- readable-stream@2.3.7 deduped
| | | | `-- upath@1.2.0
| | | +-- compression@1.7.4
| | | | +-- accepts@1.3.7 deduped
| | | | +-- bytes@3.0.0
| | | | +-- compressible@2.0.18
| | | | | `-- mime-db@1.45.0 deduped
| | | | +-- debug@2.6.9
| | | | | `-- ms@2.0.0
| | | | +-- on-headers@1.0.2
| | | | +-- safe-buffer@5.1.2 deduped
| | | | `-- vary@1.1.2 deduped
| | | +-- connect-history-api-fallback@1.6.0
| | | +-- debug@4.3.1 deduped
| | | +-- del@4.1.1
| | | | +-- @types/glob@7.1.3 deduped
| | | | +-- globby@6.1.0
| | | | | +-- array-union@1.0.2 deduped
| | | | | +-- glob@7.1.6 deduped
| | | | | +-- object-assign@4.1.1 deduped
| | | | | +-- pify@2.3.0
| | | | | `-- pinkie-promise@2.0.1
| | | | |   `-- pinkie@2.0.4
| | | | +-- is-path-cwd@2.2.0
| | | | +-- is-path-in-cwd@2.1.0
| | | | | `-- is-path-inside@2.1.0
| | | | |   `-- path-is-inside@1.0.2 deduped
| | | | +-- p-map@2.1.0
| | | | +-- pify@4.0.1 deduped
| | | | `-- rimraf@2.7.1 deduped
| | | +-- express@4.17.1 deduped
| | | +-- html-entities@1.4.0
| | | +-- http-proxy-middleware@0.19.1
| | | | +-- http-proxy@1.18.1
| | | | | +-- eventemitter3@4.0.7
| | | | | +-- follow-redirects@1.13.2
| | | | | `-- requires-port@1.0.0
| | | | +-- is-glob@4.0.1 deduped
| | | | +-- lodash@4.17.20 deduped
| | | | `-- micromatch@3.1.10 deduped
| | | +-- import-local@2.0.0
| | | | +-- pkg-dir@3.0.0
| | | | | `-- find-up@3.0.0
| | | | |   `-- locate-path@3.0.0
| | | | |     +-- p-locate@3.0.0
| | | | |     | `-- p-limit@2.3.0 deduped
| | | | |     `-- path-exists@3.0.0
| | | | `-- resolve-cwd@2.0.0
| | | |   `-- resolve-from@3.0.0 deduped
| | | +-- internal-ip@4.3.0
| | | | +-- default-gateway@4.2.0
| | | | | +-- execa@1.0.0 deduped
| | | | | `-- ip-regex@2.1.0
| | | | `-- ipaddr.js@1.9.1
| | | +-- ip@1.1.5
| | | +-- is-absolute-url@3.0.3
| | | +-- killable@1.0.1
| | | +-- loglevel@1.7.1
| | | +-- opn@5.5.0
| | | | `-- is-wsl@1.1.0 deduped
| | | +-- p-retry@3.0.1
| | | | `-- retry@0.12.0
| | | +-- portfinder@1.0.28 deduped
| | | +-- schema-utils@1.0.0
| | | | +-- ajv@6.12.6 deduped
| | | | +-- ajv-errors@1.0.1 deduped
| | | | `-- ajv-keywords@3.5.2 deduped
| | | +-- selfsigned@1.10.8
| | | | `-- node-forge@0.10.0
| | | +-- semver@6.3.0
| | | +-- serve-index@1.9.1
| | | | +-- accepts@1.3.7 deduped
| | | | +-- batch@0.6.1
| | | | +-- debug@2.6.9
| | | | | `-- ms@2.0.0
| | | | +-- escape-html@1.0.3 deduped
| | | | +-- http-errors@1.6.3
| | | | | +-- depd@1.1.2 deduped
| | | | | +-- inherits@2.0.3
| | | | | +-- setprototypeof@1.1.0
| | | | | `-- statuses@1.5.0 deduped
| | | | +-- mime-types@2.1.28 deduped
| | | | `-- parseurl@1.3.3 deduped
| | | +-- sockjs@0.3.21
| | | | +-- faye-websocket@0.11.3
| | | | | `-- websocket-driver@0.7.4 deduped
| | | | +-- uuid@3.4.0 deduped
| | | | `-- websocket-driver@0.7.4
| | | |   +-- http-parser-js@0.5.3
| | | |   +-- safe-buffer@5.1.2 deduped
| | | |   `-- websocket-extensions@0.1.4
| | | +-- sockjs-client@1.5.0
| | | | +-- debug@3.2.7
| | | | | `-- ms@2.1.2 deduped
| | | | +-- eventsource@1.0.7
| | | | | `-- original@1.0.2
| | | | |   `-- url-parse@1.4.7 deduped
| | | | +-- faye-websocket@0.11.3 deduped
| | | | +-- inherits@2.0.4 deduped
| | | | +-- json3@3.3.3
| | | | `-- url-parse@1.4.7
| | | |   +-- querystringify@2.2.0
| | | |   `-- requires-port@1.0.0 deduped
| | | +-- spdy@4.0.2
| | | | +-- debug@4.3.1 deduped
| | | | +-- handle-thing@2.0.1
| | | | +-- http-deceiver@1.2.7
| | | | +-- select-hose@2.0.0
| | | | `-- spdy-transport@3.0.0
| | | |   +-- debug@4.3.1 deduped
| | | |   +-- detect-node@2.0.4
| | | |   +-- hpack.js@2.1.6
| | | |   | +-- inherits@2.0.4 deduped
| | | |   | +-- obuf@1.1.2 deduped
| | | |   | +-- readable-stream@2.3.7 deduped
| | | |   | `-- wbuf@1.7.3 deduped
| | | |   +-- obuf@1.1.2
| | | |   +-- readable-stream@3.6.0
| | | |   | +-- inherits@2.0.4 deduped
| | | |   | +-- string_decoder@1.1.1 deduped
| | | |   | `-- util-deprecate@1.0.2 deduped
| | | |   `-- wbuf@1.7.3
| | | |     `-- minimalistic-assert@1.0.1
| | | +-- strip-ansi@3.0.1
| | | | `-- ansi-regex@2.1.1
| | | +-- supports-color@6.1.0
| | | | `-- has-flag@3.0.0
| | | +-- url@0.11.0
| | | | +-- punycode@1.3.2
| | | | `-- querystring@0.2.0
| | | +-- webpack-dev-middleware@3.7.3
| | | | +-- memory-fs@0.4.1 deduped
| | | | +-- mime@2.5.0 deduped
| | | | +-- mkdirp@0.5.5 deduped
| | | | +-- range-parser@1.2.1 deduped
| | | | `-- webpack-log@2.0.0 deduped
| | | +-- webpack-log@2.0.0 deduped
| | | +-- ws@6.2.1 deduped
| | | `-- yargs@13.3.2
| | |   +-- cliui@5.0.0
| | |   | +-- string-width@3.1.0 deduped
| | |   | +-- strip-ansi@5.2.0
| | |   | | `-- ansi-regex@4.1.0
| | |   | `-- wrap-ansi@5.1.0
| | |   |   +-- ansi-styles@3.2.1 deduped
| | |   |   +-- string-width@3.1.0 deduped
| | |   |   `-- strip-ansi@5.2.0
| | |   |     `-- ansi-regex@4.1.0
| | |   +-- find-up@3.0.0
| | |   | `-- locate-path@3.0.0
| | |   |   +-- p-locate@3.0.0
| | |   |   | `-- p-limit@2.3.0 deduped
| | |   |   `-- path-exists@3.0.0
| | |   +-- get-caller-file@2.0.5 deduped
| | |   +-- require-directory@2.1.1 deduped
| | |   +-- require-main-filename@2.0.0
| | |   +-- set-blocking@2.0.0
| | |   +-- string-width@3.1.0
| | |   | +-- emoji-regex@7.0.3
| | |   | +-- is-fullwidth-code-point@2.0.0
| | |   | `-- strip-ansi@5.2.0
| | |   |   `-- ansi-regex@4.1.0
| | |   +-- which-module@2.0.0
| | |   +-- y18n@4.0.1 deduped
| | |   `-- yargs-parser@13.1.2
| | |     +-- camelcase@5.3.1
| | |     `-- decamelize@1.2.0
| | `-- webpack-merge@4.2.2
| |   `-- lodash@4.17.20 deduped
| +-- @vue/eslint-config-prettier@6.0.0
| | `-- UNMET DEPENDENCY eslint-config-prettier@^6.0.0
| +-- @vue/eslint-config-typescript@5.1.0
| | `-- UNMET DEPENDENCY vue-eslint-parser@^7.0.0
| +-- babel-eslint@10.1.0
| | +-- @babel/code-frame@7.12.11
| | | `-- @babel/highlight@7.10.4
| | |   +-- @babel/helper-validator-identifier@7.12.11 deduped
| | |   +-- UNMET DEPENDENCY chalk@^2.0.0
| | |   `-- js-tokens@4.0.0
| | +-- @babel/parser@7.12.11
| | +-- @babel/traverse@7.12.12
| | | +-- @babel/code-frame@7.12.11 deduped
| | | +-- @babel/generator@7.12.11 deduped
| | | +-- @babel/helper-function-name@7.12.11
| | | | +-- @babel/helper-get-function-arity@7.12.10
| | | | | `-- @babel/types@7.12.12 deduped
| | | | +-- @babel/template@7.12.7 deduped
| | | | `-- @babel/types@7.12.12 deduped
| | | +-- @babel/helper-split-export-declaration@7.12.11
| | | | `-- @babel/types@7.12.12 deduped
| | | +-- @babel/parser@7.12.11 deduped
| | | +-- @babel/types@7.12.12 deduped
| | | +-- debug@4.3.1 deduped
| | | +-- globals@11.12.0 deduped
| | | `-- lodash@4.17.20 deduped
| | +-- @babel/types@7.12.12
| | | +-- @babel/helper-validator-identifier@7.12.11
| | | +-- lodash@4.17.20 deduped
| | | `-- to-fast-properties@2.0.0
| | +-- eslint-visitor-keys@1.3.0
| | `-- resolve@1.19.0 deduped
| +-- chalk@3.0.0
| | +-- ansi-styles@4.3.0
| | | `-- color-convert@2.0.1
| | |   `-- color-name@1.1.4
| | `-- supports-color@7.2.0
| |   `-- has-flag@4.0.0
| +-- core-js@3.8.3
| +-- eslint@5.16.0
| | +-- @babel/code-frame@7.12.11 deduped
| | +-- ajv@6.12.6
| | | +-- fast-deep-equal@3.1.3
| | | +-- fast-json-stable-stringify@2.1.0
| | | +-- json-schema-traverse@0.4.1
| | | `-- uri-js@4.4.1
| | |   `-- punycode@2.1.1
| | +-- chalk@2.4.2
| | | +-- ansi-styles@3.2.1
| | | | `-- color-convert@1.9.3
| | | |   `-- color-name@1.1.3
| | | +-- escape-string-regexp@1.0.5
| | | `-- supports-color@5.5.0
| | |   `-- has-flag@3.0.0 deduped
| | +-- cross-spawn@6.0.5
| | | +-- nice-try@1.0.5
| | | +-- path-key@2.0.1
| | | +-- semver@5.7.1 deduped
| | | +-- shebang-command@1.2.0
| | | | `-- shebang-regex@1.0.0
| | | `-- which@1.3.1
| | |   `-- isexe@2.0.0
| | +-- debug@4.3.1 deduped
| | +-- doctrine@3.0.0
| | | `-- esutils@2.0.3 deduped
| | +-- eslint-scope@4.0.3
| | | +-- esrecurse@4.3.0
| | | | `-- estraverse@5.2.0
| | | `-- estraverse@4.3.0
| | +-- eslint-utils@1.4.3
| | | `-- eslint-visitor-keys@1.3.0 deduped
| | +-- eslint-visitor-keys@1.3.0 deduped
| | +-- espree@5.0.1
| | | +-- acorn@6.4.2 deduped
| | | +-- acorn-jsx@5.3.1
| | | `-- eslint-visitor-keys@1.3.0 deduped
| | +-- esquery@1.3.1
| | | `-- estraverse@5.2.0
| | +-- esutils@2.0.3
| | +-- file-entry-cache@5.0.1
| | | `-- flat-cache@2.0.1
| | |   +-- flatted@2.0.2
| | |   +-- rimraf@2.6.3
| | |   | `-- glob@7.1.6 deduped
| | |   `-- write@1.0.3
| | |     `-- mkdirp@0.5.5 deduped
| | +-- functional-red-black-tree@1.0.1
| | +-- glob@7.1.6
| | | +-- fs.realpath@1.0.0
| | | +-- inflight@1.0.6
| | | | +-- once@1.4.0 deduped
| | | | `-- wrappy@1.0.2
| | | +-- inherits@2.0.4
| | | +-- minimatch@3.0.4 deduped
| | | +-- once@1.4.0
| | | | `-- wrappy@1.0.2 deduped
| | | `-- path-is-absolute@1.0.1
| | +-- globals@11.12.0
| | +-- ignore@4.0.6
| | +-- import-fresh@3.3.0
| | | +-- parent-module@1.0.1
| | | | `-- callsites@3.1.0
| | | `-- resolve-from@4.0.0
| | +-- imurmurhash@0.1.4
| | +-- inquirer@6.5.2
| | | +-- ansi-escapes@3.2.0
| | | +-- chalk@2.4.2 deduped
| | | +-- cli-cursor@2.1.0
| | | | `-- restore-cursor@2.0.0
| | | |   +-- onetime@2.0.1
| | | |   | `-- mimic-fn@1.2.0
| | | |   `-- signal-exit@3.0.3 deduped
| | | +-- cli-width@2.2.1
| | | +-- external-editor@3.1.0 deduped
| | | +-- figures@2.0.0
| | | | `-- escape-string-regexp@1.0.5 deduped
| | | +-- lodash@4.17.20 deduped
| | | +-- mute-stream@0.0.7
| | | +-- run-async@2.4.1 deduped
| | | +-- rxjs@6.6.3 deduped
| | | +-- string-width@2.1.1
| | | | +-- is-fullwidth-code-point@2.0.0
| | | | `-- strip-ansi@4.0.0 deduped
| | | +-- strip-ansi@5.2.0
| | | | `-- ansi-regex@4.1.0
| | | `-- through@2.3.8 deduped
| | +-- js-yaml@3.14.1
| | | +-- argparse@1.0.10
| | | | `-- sprintf-js@1.0.3
| | | `-- esprima@4.0.1
| | +-- 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.20
| | +-- minimatch@3.0.4
| | | `-- brace-expansion@1.1.11
| | |   +-- balanced-match@1.0.0
| | |   `-- concat-map@0.0.1
| | +-- mkdirp@0.5.5
| | | `-- minimist@1.2.5 deduped
| | +-- natural-compare@1.4.0
| | +-- optionator@0.8.3
| | | +-- 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
| | | `-- word-wrap@1.2.3
| | +-- path-is-inside@1.0.2
| | +-- progress@2.0.3
| | +-- regexpp@2.0.1
| | +-- semver@5.7.1
| | +-- strip-ansi@4.0.0
| | | `-- ansi-regex@3.0.0
| | +-- strip-json-comments@2.0.1
| | +-- table@5.4.6
| | | +-- ajv@6.12.6 deduped
| | | +-- lodash@4.17.20 deduped
| | | +-- slice-ansi@2.1.0
| | | | +-- ansi-styles@3.2.1 deduped
| | | | +-- astral-regex@1.0.0
| | | | `-- is-fullwidth-code-point@2.0.0
| | | `-- string-width@3.1.0
| | |   +-- emoji-regex@7.0.3
| | |   +-- is-fullwidth-code-point@2.0.0
| | |   `-- strip-ansi@5.2.0
| | |     `-- ansi-regex@4.1.0 deduped
| | `-- text-table@0.2.0
| +-- UNMET PEER DEPENDENCY eslint-plugin-prettier@^3.1.0
| +-- eslint-plugin-vue@5.2.3
| | `-- vue-eslint-parser@5.0.0
| |   +-- debug@4.3.1 deduped
| |   +-- eslint-scope@4.0.3 deduped
| |   +-- eslint-visitor-keys@1.3.0 deduped
| |   +-- espree@4.1.0
| |   | +-- acorn@6.4.2 deduped
| |   | +-- acorn-jsx@5.3.1 deduped
| |   | `-- eslint-visitor-keys@1.3.0 deduped
| |   +-- esquery@1.3.1 deduped
| |   `-- lodash@4.17.20 deduped
| +-- fs-minipass@2.1.0
| | `-- minipass@3.1.3
| |   `-- yallist@4.0.0
| +-- jest-worker@25.5.0
| | +-- merge-stream@2.0.0
| | `-- supports-color@7.2.0
| |   `-- has-flag@4.0.0
| +-- minipass-collect@1.0.2
| | `-- minipass@3.1.3 deduped
| +-- minipass-flush@1.0.5
| | `-- minipass@3.1.3 deduped
| +-- minipass-pipeline@1.2.4
| | `-- minipass@3.1.3 deduped
| +-- p-map@3.0.0
| | `-- aggregate-error@3.1.0
| |   +-- clean-stack@2.2.0
| |   `-- indent-string@4.0.0
| +-- regenerator-runtime@0.13.7
| +-- resolve@1.19.0
| | +-- is-core-module@2.2.0
| | | `-- has@1.0.3
| | |   `-- function-bind@1.1.1
| | `-- path-parse@1.0.6
| +-- vue@2.6.12
| `-- vue-template-compiler@2.6.12
|   +-- de-indent@1.0.2
|   `-- he@1.2.0
+-- eslint@7.18.0
| +-- @babel/code-frame@7.12.11
| | `-- @babel/highlight@7.10.4
| |   +-- @babel/helper-validator-identifier@7.12.11
| |   +-- chalk@2.4.2
| |   | +-- ansi-styles@3.2.1
| |   | | `-- color-convert@1.9.3
| |   | |   `-- color-name@1.1.3
| |   | +-- escape-string-regexp@1.0.5
| |   | `-- supports-color@5.5.0
| |   |   `-- has-flag@3.0.0
| |   `-- js-tokens@4.0.0
| +-- @eslint/eslintrc@0.3.0
| | +-- ajv@6.12.6 deduped
| | +-- debug@4.3.1 deduped
| | +-- espree@7.3.1 deduped
| | +-- globals@12.4.0 deduped
| | +-- ignore@4.0.6 deduped
| | +-- import-fresh@3.3.0 deduped
| | +-- js-yaml@3.14.1 deduped
| | +-- lodash@4.17.20 deduped
| | +-- minimatch@3.0.4 deduped
| | `-- strip-json-comments@3.1.1 deduped
| +-- ajv@6.12.6
| | +-- fast-deep-equal@3.1.3
| | +-- fast-json-stable-stringify@2.1.0
| | +-- json-schema-traverse@0.4.1
| | `-- uri-js@4.4.1
| |   `-- punycode@2.1.1
| +-- chalk@4.1.0
| | +-- ansi-styles@4.3.0
| | | `-- color-convert@2.0.1
| | |   `-- color-name@1.1.4
| | `-- supports-color@7.2.0
| |   `-- has-flag@4.0.0
| +-- cross-spawn@7.0.3
| | +-- path-key@3.1.1
| | +-- shebang-command@2.0.0
| | | `-- shebang-regex@3.0.0
| | `-- which@2.0.2
| |   `-- isexe@2.0.0
| +-- debug@4.3.1
| | `-- ms@2.1.2
| +-- doctrine@3.0.0
| | `-- esutils@2.0.3 deduped
| +-- enquirer@2.3.6
| | `-- ansi-colors@4.1.1
| +-- eslint-scope@5.1.1
| | +-- esrecurse@4.3.0
| | | `-- estraverse@5.2.0
| | `-- estraverse@4.3.0
| +-- eslint-utils@2.1.0
| | `-- eslint-visitor-keys@1.3.0
| +-- eslint-visitor-keys@2.0.0
| +-- espree@7.3.1
| | +-- acorn@7.4.1
| | +-- acorn-jsx@5.3.1
| | `-- eslint-visitor-keys@1.3.0
| +-- esquery@1.3.1
| | `-- estraverse@5.2.0
| +-- esutils@2.0.3
| +-- file-entry-cache@6.0.0
| | `-- flat-cache@3.0.4
| |   +-- flatted@3.1.1
| |   `-- rimraf@3.0.2
| |     `-- glob@7.1.6
| |       +-- fs.realpath@1.0.0
| |       +-- inflight@1.0.6
| |       | +-- once@1.4.0 deduped
| |       | `-- wrappy@1.0.2
| |       +-- inherits@2.0.4
| |       +-- minimatch@3.0.4 deduped
| |       +-- once@1.4.0
| |       | `-- wrappy@1.0.2 deduped
| |       `-- path-is-absolute@1.0.1
| +-- functional-red-black-tree@1.0.1
| +-- glob-parent@5.1.1
| | `-- is-glob@4.0.1 deduped
| +-- globals@12.4.0
| | `-- type-fest@0.8.1
| +-- ignore@4.0.6
| +-- import-fresh@3.3.0
| | +-- parent-module@1.0.1
| | | `-- callsites@3.1.0
| | `-- resolve-from@4.0.0
| +-- imurmurhash@0.1.4
| +-- is-glob@4.0.1
| | `-- is-extglob@2.1.1
| +-- js-yaml@3.14.1
| | +-- argparse@1.0.10
| | | `-- sprintf-js@1.0.3
| | `-- esprima@4.0.1
| +-- json-stable-stringify-without-jsonify@1.0.1
| +-- levn@0.4.1
| | +-- prelude-ls@1.2.1
| | `-- type-check@0.4.0
| |   `-- prelude-ls@1.2.1 deduped
| +-- lodash@4.17.20
| +-- minimatch@3.0.4
| | `-- brace-expansion@1.1.11
| |   +-- balanced-match@1.0.0
| |   `-- concat-map@0.0.1
| +-- natural-compare@1.4.0
| +-- optionator@0.9.1
| | +-- deep-is@0.1.3
| | +-- fast-levenshtein@2.0.6
| | +-- levn@0.4.1 deduped
| | +-- prelude-ls@1.2.1 deduped
| | +-- type-check@0.4.0 deduped
| | `-- word-wrap@1.2.3
| +-- progress@2.0.3
| +-- regexpp@3.1.0
| +-- semver@7.3.4
| | `-- lru-cache@6.0.0
| |   `-- yallist@4.0.0
| +-- strip-ansi@6.0.0
| | `-- ansi-regex@5.0.0
| +-- strip-json-comments@3.1.1
| +-- table@6.0.7
| | +-- ajv@7.0.3
| | | +-- fast-deep-equal@3.1.3 deduped
| | | +-- json-schema-traverse@1.0.0
| | | +-- require-from-string@2.0.2
| | | `-- uri-js@4.4.1 deduped
| | +-- lodash@4.17.20 deduped
| | +-- slice-ansi@4.0.0
| | | +-- ansi-styles@4.3.0
| | | | `-- color-convert@2.0.1
| | | |   `-- color-name@1.1.4
| | | +-- astral-regex@2.0.0
| | | `-- is-fullwidth-code-point@3.0.0
| | `-- string-width@4.2.0
| |   +-- emoji-regex@8.0.0
| |   +-- is-fullwidth-code-point@3.0.0 deduped
| |   `-- strip-ansi@6.0.0 deduped
| +-- text-table@0.2.0
| `-- v8-compile-cache@2.2.0
+-- npm@6.14.9
| +-- abbrev@1.1.1
| +-- ansicolors@0.3.2
| +-- ansistyles@0.1.3
| +-- aproba@2.0.0
| +-- archy@1.0.0
| +-- bin-links@1.1.8
| | +-- bluebird@3.5.5 deduped
| | +-- cmd-shim@3.0.3 deduped
| | +-- gentle-fs@2.3.1 deduped
| | +-- graceful-fs@4.2.4 deduped
| | +-- npm-normalize-package-bin@1.0.1
| | `-- write-file-atomic@2.4.3 deduped
| +-- bluebird@3.5.5
| +-- byte-size@5.0.1
| +-- cacache@12.0.3
| | +-- bluebird@3.5.5 deduped
| | +-- chownr@1.1.4 deduped
| | +-- figgy-pudding@3.5.1 deduped
| | +-- glob@7.1.6 deduped
| | +-- graceful-fs@4.2.4 deduped
| | +-- infer-owner@1.0.4 deduped
| | +-- lru-cache@5.1.1 deduped
| | +-- mississippi@3.0.0 deduped
| | +-- mkdirp@0.5.5 deduped
| | +-- move-concurrently@1.0.1 deduped
| | +-- promise-inflight@1.0.1 deduped
| | +-- rimraf@2.7.1 deduped
| | +-- ssri@6.0.1 deduped
| | +-- unique-filename@1.1.1 deduped
| | `-- y18n@4.0.0
| +-- call-limit@1.1.1
| +-- chownr@1.1.4
| +-- ci-info@2.0.0
| +-- cli-columns@3.1.2
| | +-- string-width@2.1.1
| | | +-- is-fullwidth-code-point@2.0.0
| | | `-- strip-ansi@4.0.0
| | |   `-- ansi-regex@3.0.0
| | `-- strip-ansi@3.0.1
| |   `-- ansi-regex@2.1.1
| +-- cli-table3@0.5.1
| | +-- colors@1.3.3
| | +-- object-assign@4.1.1
| | `-- string-width@2.1.1 deduped
| +-- cmd-shim@3.0.3
| | +-- graceful-fs@4.2.4 deduped
| | `-- mkdirp@0.5.5 deduped
| +-- columnify@1.5.4
| | +-- strip-ansi@3.0.1 deduped
| | `-- wcwidth@1.0.1
| |   `-- defaults@1.0.3
| |     `-- clone@1.0.4
| +-- config-chain@1.1.12
| | +-- ini@1.3.5 deduped
| | `-- proto-list@1.2.4
| +-- debuglog@1.0.1
| +-- detect-indent@5.0.0
| +-- detect-newline@2.1.0
| +-- dezalgo@1.0.3
| | +-- asap@2.0.6
| | `-- wrappy@1.0.2
| +-- editor@1.0.0
| +-- figgy-pudding@3.5.1
| +-- find-npm-prefix@1.0.2
| +-- fs-vacuum@1.2.10
| | +-- graceful-fs@4.2.4 deduped
| | +-- path-is-inside@1.0.2 deduped
| | `-- rimraf@2.7.1 deduped
| +-- fs-write-stream-atomic@1.0.10
| | +-- graceful-fs@4.2.4 deduped
| | +-- iferr@0.1.5
| | +-- imurmurhash@0.1.4 deduped
| | `-- readable-stream@2.3.6
| |   +-- core-util-is@1.0.2
| |   +-- inherits@2.0.4 deduped
| |   +-- isarray@1.0.0
| |   +-- process-nextick-args@2.0.0
| |   +-- safe-buffer@5.1.2 deduped
| |   +-- string_decoder@1.1.1
| |   | `-- safe-buffer@5.1.2 deduped
| |   `-- util-deprecate@1.0.2 deduped
| +-- gentle-fs@2.3.1
| | +-- aproba@1.2.0
| | +-- chownr@1.1.4 deduped
| | +-- cmd-shim@3.0.3 deduped
| | +-- fs-vacuum@1.2.10 deduped
| | +-- graceful-fs@4.2.4 deduped
| | +-- iferr@0.1.5
| | +-- infer-owner@1.0.4 deduped
| | +-- mkdirp@0.5.5 deduped
| | +-- path-is-inside@1.0.2 deduped
| | +-- read-cmd-shim@1.0.5 deduped
| | `-- slide@1.1.6 deduped
| +-- glob@7.1.6
| | +-- fs.realpath@1.0.0
| | +-- inflight@1.0.6 deduped
| | +-- inherits@2.0.4 deduped
| | +-- minimatch@3.0.4
| | | `-- brace-expansion@1.1.11
| | |   +-- balanced-match@1.0.0
| | |   `-- concat-map@0.0.1
| | +-- once@1.4.0 deduped
| | `-- path-is-absolute@1.0.1
| +-- graceful-fs@4.2.4
| +-- has-unicode@2.0.1
| +-- hosted-git-info@2.8.8
| +-- iferr@1.0.2
| +-- imurmurhash@0.1.4
| +-- infer-owner@1.0.4
| +-- inflight@1.0.6
| | +-- once@1.4.0 deduped
| | `-- wrappy@1.0.2 deduped
| +-- inherits@2.0.4
| +-- ini@1.3.5
| +-- init-package-json@1.10.3
| | +-- glob@7.1.6 deduped
| | +-- npm-package-arg@6.1.1 deduped
| | +-- promzard@0.3.0
| | | `-- read@1.0.7 deduped
| | +-- read@1.0.7 deduped
| | +-- read-package-json@2.1.1 deduped
| | +-- semver@5.7.1 deduped
| | +-- validate-npm-package-license@3.0.4 deduped
| | `-- validate-npm-package-name@3.0.0 deduped
| +-- is-cidr@3.0.0
| | `-- cidr-regex@2.0.10
| |   `-- ip-regex@2.1.0
| +-- json-parse-better-errors@1.0.2
| +-- JSONStream@1.3.5
| | +-- jsonparse@1.3.1
| | `-- through@2.3.8
| +-- lazy-property@1.0.0
| +-- libcipm@4.0.8
| | +-- bin-links@1.1.8 deduped
| | +-- bluebird@3.5.5 deduped
| | +-- figgy-pudding@3.5.1 deduped
| | +-- find-npm-prefix@1.0.2 deduped
| | +-- graceful-fs@4.2.4 deduped
| | +-- ini@1.3.5 deduped
| | +-- lock-verify@2.1.0 deduped
| | +-- mkdirp@0.5.5 deduped
| | +-- npm-lifecycle@3.1.5 deduped
| | +-- npm-logical-tree@1.2.1
| | +-- npm-package-arg@6.1.1 deduped
| | +-- pacote@9.5.12 deduped
| | +-- read-package-json@2.1.1 deduped
| | +-- rimraf@2.7.1 deduped
| | `-- worker-farm@1.7.0 deduped
| +-- libnpm@3.0.1
| | +-- bin-links@1.1.8 deduped
| | +-- bluebird@3.5.5 deduped
| | +-- find-npm-prefix@1.0.2 deduped
| | +-- libnpmaccess@3.0.2 deduped
| | +-- libnpmconfig@1.2.1
| | | +-- figgy-pudding@3.5.1 deduped
| | | +-- find-up@3.0.0
| | | | `-- locate-path@3.0.0
| | | |   +-- p-locate@3.0.0
| | | |   | `-- p-limit@2.2.0
| | | |   |   `-- p-try@2.2.0
| | | |   `-- path-exists@3.0.0
| | | `-- ini@1.3.5 deduped
| | +-- libnpmhook@5.0.3 deduped
| | +-- libnpmorg@1.0.1 deduped
| | +-- libnpmpublish@1.1.2
| | | +-- aproba@2.0.0 deduped
| | | +-- figgy-pudding@3.5.1 deduped
| | | +-- get-stream@4.1.0 deduped
| | | +-- lodash.clonedeep@4.5.0 deduped
| | | +-- normalize-package-data@2.5.0 deduped
| | | +-- npm-package-arg@6.1.1 deduped
| | | +-- npm-registry-fetch@4.0.7 deduped
| | | +-- semver@5.7.1 deduped
| | | `-- ssri@6.0.1 deduped
| | +-- libnpmsearch@2.0.2 deduped
| | +-- libnpmteam@1.0.2 deduped
| | +-- lock-verify@2.1.0 deduped
| | +-- npm-lifecycle@3.1.5 deduped
| | +-- npm-logical-tree@1.2.1 deduped
| | +-- npm-package-arg@6.1.1 deduped
| | +-- npm-profile@4.0.4 deduped
| | +-- npm-registry-fetch@4.0.7 deduped
| | +-- npmlog@4.1.2 deduped
| | +-- pacote@9.5.12 deduped
| | +-- read-package-json@2.1.1 deduped
| | `-- stringify-package@1.0.1 deduped
| +-- libnpmaccess@3.0.2
| | +-- aproba@2.0.0 deduped
| | +-- get-stream@4.1.0
| | | `-- pump@3.0.0 deduped
| | +-- npm-package-arg@6.1.1 deduped
| | `-- npm-registry-fetch@4.0.7 deduped
| +-- libnpmhook@5.0.3
| | +-- aproba@2.0.0 deduped
| | +-- figgy-pudding@3.5.1 deduped
| | +-- get-stream@4.1.0 deduped
| | `-- npm-registry-fetch@4.0.7 deduped
| +-- libnpmorg@1.0.1
| | +-- aproba@2.0.0 deduped
| | +-- figgy-pudding@3.5.1 deduped
| | +-- get-stream@4.1.0 deduped
| | `-- npm-registry-fetch@4.0.7 deduped
| +-- libnpmsearch@2.0.2
| | +-- figgy-pudding@3.5.1 deduped
| | +-- get-stream@4.1.0 deduped
| | `-- npm-registry-fetch@4.0.7 deduped
| +-- libnpmteam@1.0.2
| | +-- aproba@2.0.0 deduped
| | +-- figgy-pudding@3.5.1 deduped
| | +-- get-stream@4.1.0 deduped
| | `-- npm-registry-fetch@4.0.7 deduped
| +-- libnpx@10.2.4
| | +-- dotenv@5.0.1
| | +-- npm-package-arg@6.1.1 deduped
| | +-- rimraf@2.7.1 deduped
| | +-- safe-buffer@5.1.2 deduped
| | +-- update-notifier@2.5.0 deduped
| | +-- which@1.3.1 deduped
| | +-- y18n@4.0.0 deduped
| | `-- yargs@14.2.3
| |   +-- cliui@5.0.0
| |   | +-- string-width@3.1.0
| |   | | +-- emoji-regex@7.0.3 deduped
| |   | | +-- is-fullwidth-code-point@2.0.0
| |   | | `-- strip-ansi@5.2.0 deduped
| |   | +-- strip-ansi@5.2.0
| |   | | `-- ansi-regex@4.1.0
| |   | `-- wrap-ansi@5.1.0
| |   |   +-- ansi-styles@3.2.1 deduped
| |   |   +-- string-width@3.1.0
| |   |   | +-- emoji-regex@7.0.3 deduped
| |   |   | +-- is-fullwidth-code-point@2.0.0
| |   |   | `-- strip-ansi@5.2.0 deduped
| |   |   `-- strip-ansi@5.2.0
| |   |     `-- ansi-regex@4.1.0
| |   +-- decamelize@1.2.0
| |   +-- find-up@3.0.0
| |   | `-- locate-path@3.0.0
| |   |   +-- p-locate@3.0.0
| |   |   | `-- p-limit@2.3.0
| |   |   |   `-- p-try@2.2.0
| |   |   `-- path-exists@3.0.0 deduped
| |   +-- get-caller-file@2.0.5
| |   +-- require-directory@2.1.1
| |   +-- require-main-filename@2.0.0
| |   +-- set-blocking@2.0.0 deduped
| |   +-- string-width@3.1.0
| |   | +-- emoji-regex@7.0.3
| |   | +-- is-fullwidth-code-point@2.0.0
| |   | `-- strip-ansi@5.2.0
| |   |   `-- ansi-regex@4.1.0
| |   +-- which-module@2.0.0
| |   +-- y18n@4.0.0 deduped
| |   `-- yargs-parser@15.0.1
| |     +-- camelcase@5.3.1
| |     `-- decamelize@1.2.0 deduped
| +-- lock-verify@2.1.0
| | +-- npm-package-arg@6.1.1 deduped
| | `-- semver@5.7.1 deduped
| +-- lockfile@1.0.4
| | `-- signal-exit@3.0.2
| +-- lodash._baseindexof@3.1.0
| +-- lodash._baseuniq@4.6.0
| | +-- lodash._createset@4.0.3
| | `-- lodash._root@3.0.1
| +-- lodash._bindcallback@3.0.1
| +-- lodash._cacheindexof@3.0.2
| +-- lodash._createcache@3.1.2
| | `-- lodash._getnative@3.9.1 deduped
| +-- lodash._getnative@3.9.1
| +-- lodash.clonedeep@4.5.0
| +-- lodash.restparam@3.6.1
| +-- lodash.union@4.6.0
| +-- lodash.uniq@4.5.0
| +-- lodash.without@4.4.0
| +-- lru-cache@5.1.1
| | `-- yallist@3.0.3
| +-- meant@1.0.2
| +-- mississippi@3.0.0
| | +-- concat-stream@1.6.2
| | | +-- buffer-from@1.0.0
| | | +-- inherits@2.0.4 deduped
| | | +-- readable-stream@2.3.6
| | | | +-- core-util-is@1.0.2 deduped
| | | | +-- inherits@2.0.4 deduped
| | | | +-- isarray@1.0.0 deduped
| | | | +-- process-nextick-args@2.0.0 deduped
| | | | +-- safe-buffer@5.1.2 deduped
| | | | +-- string_decoder@1.1.1
| | | | | `-- safe-buffer@5.1.2 deduped
| | | | `-- util-deprecate@1.0.2 deduped
| | | `-- typedarray@0.0.6
| | +-- duplexify@3.6.0
| | | +-- end-of-stream@1.4.1 deduped
| | | +-- inherits@2.0.4 deduped
| | | +-- readable-stream@2.3.6
| | | | +-- core-util-is@1.0.2 deduped
| | | | +-- inherits@2.0.4 deduped
| | | | +-- isarray@1.0.0 deduped
| | | | +-- process-nextick-args@2.0.0 deduped
| | | | +-- safe-buffer@5.1.2 deduped
| | | | +-- string_decoder@1.1.1
| | | | | `-- safe-buffer@5.1.2 deduped
| | | | `-- util-deprecate@1.0.2 deduped
| | | `-- stream-shift@1.0.0
| | +-- end-of-stream@1.4.1
| | | `-- once@1.4.0 deduped
| | +-- flush-write-stream@1.0.3
| | | +-- inherits@2.0.4 deduped
| | | `-- readable-stream@2.3.6
| | |   +-- core-util-is@1.0.2 deduped
| | |   +-- inherits@2.0.4 deduped
| | |   +-- isarray@1.0.0 deduped
| | |   +-- process-nextick-args@2.0.0 deduped
| | |   +-- safe-buffer@5.1.2 deduped
| | |   +-- string_decoder@1.1.1
| | |   | `-- safe-buffer@5.1.2 deduped
| | |   `-- util-deprecate@1.0.2 deduped
| | +-- from2@2.3.0
| | | +-- inherits@2.0.4 deduped
| | | `-- readable-stream@2.3.6
| | |   +-- core-util-is@1.0.2 deduped
| | |   +-- inherits@2.0.4 deduped
| | |   +-- isarray@1.0.0 deduped
| | |   +-- process-nextick-args@2.0.0 deduped
| | |   +-- safe-buffer@5.1.2 deduped
| | |   +-- string_decoder@1.1.1
| | |   | `-- safe-buffer@5.1.2 deduped
| | |   `-- util-deprecate@1.0.2 deduped
| | +-- parallel-transform@1.1.0
| | | +-- cyclist@0.2.2
| | | +-- inherits@2.0.4 deduped
| | | `-- readable-stream@2.3.6
| | |   +-- core-util-is@1.0.2 deduped
| | |   +-- inherits@2.0.4 deduped
| | |   +-- isarray@1.0.0 deduped
| | |   +-- process-nextick-args@2.0.0 deduped
| | |   +-- safe-buffer@5.1.2 deduped
| | |   +-- string_decoder@1.1.1
| | |   | `-- safe-buffer@5.1.2 deduped
| | |   `-- util-deprecate@1.0.2 deduped
| | +-- pump@3.0.0
| | | +-- end-of-stream@1.4.1 deduped
| | | `-- once@1.4.0 deduped
| | +-- pumpify@1.5.1
| | | +-- duplexify@3.6.0 deduped
| | | +-- inherits@2.0.4 deduped
| | | `-- pump@2.0.1
| | |   +-- end-of-stream@1.4.1 deduped
| | |   `-- once@1.4.0 deduped
| | +-- stream-each@1.2.2
| | | +-- end-of-stream@1.4.1 deduped
| | | `-- stream-shift@1.0.0 deduped
| | `-- through2@2.0.3
| |   +-- readable-stream@2.3.6
| |   | +-- core-util-is@1.0.2 deduped
| |   | +-- inherits@2.0.4 deduped
| |   | +-- isarray@1.0.0 deduped
| |   | +-- process-nextick-args@2.0.0 deduped
| |   | +-- safe-buffer@5.1.2 deduped
| |   | +-- string_decoder@1.1.1
| |   | | `-- safe-buffer@5.1.2 deduped
| |   | `-- util-deprecate@1.0.2 deduped
| |   `-- xtend@4.0.1
| +-- mkdirp@0.5.5
| | `-- minimist@1.2.5
| +-- move-concurrently@1.0.1
| | +-- aproba@1.2.0
| | +-- copy-concurrently@1.0.5
| | | +-- aproba@1.2.0
| | | +-- fs-write-stream-atomic@1.0.10 deduped
| | | +-- iferr@0.1.5
| | | +-- mkdirp@0.5.5 deduped
| | | +-- rimraf@2.7.1 deduped
| | | `-- run-queue@1.0.3 deduped
| | +-- fs-write-stream-atomic@1.0.10 deduped
| | +-- mkdirp@0.5.5 deduped
| | +-- rimraf@2.7.1 deduped
| | `-- run-queue@1.0.3
| |   `-- aproba@1.2.0
| +-- node-gyp@5.1.0
| | +-- env-paths@2.2.0
| | +-- glob@7.1.6 deduped
| | +-- graceful-fs@4.2.4 deduped
| | +-- mkdirp@0.5.5 deduped
| | +-- nopt@4.0.3 deduped
| | +-- npmlog@4.1.2 deduped
| | +-- request@2.88.0 deduped
| | +-- rimraf@2.7.1 deduped
| | +-- semver@5.7.1 deduped
| | +-- tar@4.4.13 deduped
| | `-- which@1.3.1 deduped
| +-- nopt@4.0.3
| | +-- abbrev@1.1.1 deduped
| | `-- osenv@0.1.5 deduped
| +-- normalize-package-data@2.5.0
| | +-- hosted-git-info@2.8.8 deduped
| | +-- resolve@1.10.0
| | | `-- path-parse@1.0.6
| | +-- semver@5.7.1 deduped
| | `-- validate-npm-package-license@3.0.4 deduped
| +-- npm-audit-report@1.3.3
| | +-- cli-table3@0.5.1 deduped
| | `-- console-control-strings@1.1.0
| +-- npm-cache-filename@1.0.2
| +-- npm-install-checks@3.0.2
| | `-- semver@5.7.1 deduped
| +-- npm-lifecycle@3.1.5
| | +-- byline@5.0.0
| | +-- graceful-fs@4.2.4 deduped
| | +-- node-gyp@5.1.0 deduped
| | +-- resolve-from@4.0.0
| | +-- slide@1.1.6 deduped
| | +-- uid-number@0.0.6 deduped
| | +-- umask@1.1.0 deduped
| | `-- which@1.3.1 deduped
| +-- npm-package-arg@6.1.1
| | +-- hosted-git-info@2.8.8 deduped
| | +-- osenv@0.1.5 deduped
| | +-- semver@5.7.1 deduped
| | `-- validate-npm-package-name@3.0.0 deduped
| +-- npm-packlist@1.4.8
| | +-- ignore-walk@3.0.3
| | | `-- minimatch@3.0.4 deduped
| | +-- npm-bundled@1.1.1
| | | `-- npm-normalize-package-bin@1.0.1 deduped
| | `-- npm-normalize-package-bin@1.0.1 deduped
| +-- npm-pick-manifest@3.0.2
| | +-- figgy-pudding@3.5.1 deduped
| | +-- npm-package-arg@6.1.1 deduped
| | `-- semver@5.7.1 deduped
| +-- npm-profile@4.0.4
| | +-- aproba@2.0.0 deduped
| | +-- figgy-pudding@3.5.1 deduped
| | `-- npm-registry-fetch@4.0.7 deduped
| +-- npm-registry-fetch@4.0.7
| | +-- bluebird@3.5.5 deduped
| | +-- figgy-pudding@3.5.1 deduped
| | +-- JSONStream@1.3.5 deduped
| | +-- lru-cache@5.1.1 deduped
| | +-- make-fetch-happen@5.0.2
| | | +-- agentkeepalive@3.5.2
| | | | `-- humanize-ms@1.2.1
| | | |   `-- ms@2.1.1
| | | +-- cacache@12.0.3 deduped
| | | +-- http-cache-semantics@3.8.1
| | | +-- http-proxy-agent@2.1.0
| | | | +-- agent-base@4.3.0
| | | | | `-- es6-promisify@5.0.0
| | | | |   `-- es6-promise@4.2.8
| | | | `-- debug@3.1.0
| | | |   `-- ms@2.0.0
| | | +-- https-proxy-agent@2.2.4
| | | | +-- agent-base@4.3.0 deduped
| | | | `-- debug@3.1.0 deduped
| | | +-- lru-cache@5.1.1 deduped
| | | +-- mississippi@3.0.0 deduped
| | | +-- node-fetch-npm@2.0.2
| | | | +-- encoding@0.1.12
| | | | | `-- iconv-lite@0.4.23
| | | | |   `-- safer-buffer@2.1.2 deduped
| | | | +-- json-parse-better-errors@1.0.2 deduped
| | | | `-- safe-buffer@5.1.2 deduped
| | | +-- promise-retry@1.1.1 deduped
| | | +-- socks-proxy-agent@4.0.2
| | | | +-- agent-base@4.2.1
| | | | | `-- es6-promisify@5.0.0 deduped
| | | | `-- socks@2.3.3
| | | |   +-- ip@1.1.5
| | | |   `-- smart-buffer@4.1.0
| | | `-- ssri@6.0.1 deduped
| | +-- npm-package-arg@6.1.1 deduped
| | `-- safe-buffer@5.2.1
| +-- npm-user-validate@1.0.1
| +-- npmlog@4.1.2
| | +-- are-we-there-yet@1.1.4
| | | +-- delegates@1.0.0
| | | `-- readable-stream@2.3.6
| | |   +-- core-util-is@1.0.2 deduped
| | |   +-- inherits@2.0.4 deduped
| | |   +-- isarray@1.0.0 deduped
| | |   +-- process-nextick-args@2.0.0 deduped
| | |   +-- safe-buffer@5.1.2 deduped
| | |   +-- string_decoder@1.1.1
| | |   | `-- safe-buffer@5.1.2 deduped
| | |   `-- util-deprecate@1.0.2 deduped
| | +-- console-control-strings@1.1.0 deduped
| | +-- gauge@2.7.4
| | | +-- aproba@1.2.0
| | | +-- console-control-strings@1.1.0 deduped
| | | +-- has-unicode@2.0.1 deduped
| | | +-- object-assign@4.1.1 deduped
| | | +-- signal-exit@3.0.2 deduped
| | | +-- string-width@1.0.2
| | | | +-- code-point-at@1.1.0
| | | | +-- is-fullwidth-code-point@1.0.0
| | | | | `-- number-is-nan@1.0.1
| | | | `-- strip-ansi@3.0.1 deduped
| | | +-- strip-ansi@3.0.1 deduped
| | | `-- wide-align@1.1.2
| | |   `-- string-width@1.0.2
| | |     +-- code-point-at@1.1.0 deduped
| | |     +-- is-fullwidth-code-point@1.0.0 deduped
| | |     `-- strip-ansi@3.0.1 deduped
| | `-- set-blocking@2.0.0
| +-- once@1.4.0
| | `-- wrappy@1.0.2 deduped
| +-- opener@1.5.1
| +-- osenv@0.1.5
| | +-- os-homedir@1.0.2
| | `-- os-tmpdir@1.0.2
| +-- pacote@9.5.12
| | +-- bluebird@3.5.5 deduped
| | +-- cacache@12.0.3 deduped
| | +-- chownr@1.1.4 deduped
| | +-- figgy-pudding@3.5.1 deduped
| | +-- get-stream@4.1.0 deduped
| | +-- glob@7.1.6 deduped
| | +-- infer-owner@1.0.4 deduped
| | +-- lru-cache@5.1.1 deduped
| | +-- make-fetch-happen@5.0.2 deduped
| | +-- minimatch@3.0.4 deduped
| | +-- minipass@2.9.0
| | | +-- safe-buffer@5.1.2 deduped
| | | `-- yallist@3.0.3 deduped
| | +-- mississippi@3.0.0 deduped
| | +-- mkdirp@0.5.5 deduped
| | +-- normalize-package-data@2.5.0 deduped
| | +-- npm-normalize-package-bin@1.0.1 deduped
| | +-- npm-package-arg@6.1.1 deduped
| | +-- npm-packlist@1.4.8 deduped
| | +-- npm-pick-manifest@3.0.2 deduped
| | +-- npm-registry-fetch@4.0.7 deduped
| | +-- osenv@0.1.5 deduped
| | +-- promise-inflight@1.0.1 deduped
| | +-- promise-retry@1.1.1
| | | +-- err-code@1.1.2
| | | `-- retry@0.10.1
| | +-- protoduck@5.0.1
| | | `-- genfun@5.0.0
| | +-- rimraf@2.7.1 deduped
| | +-- safe-buffer@5.1.2 deduped
| | +-- semver@5.7.1 deduped
| | +-- ssri@6.0.1 deduped
| | +-- tar@4.4.13 deduped
| | +-- unique-filename@1.1.1 deduped
| | `-- which@1.3.1 deduped
| +-- path-is-inside@1.0.2
| +-- promise-inflight@1.0.1
| +-- qrcode-terminal@0.12.0
| +-- query-string@6.8.2
| | +-- decode-uri-component@0.2.0
| | +-- split-on-first@1.1.0
| | `-- strict-uri-encode@2.0.0
| +-- qw@1.0.1
| +-- read@1.0.7
| | `-- mute-stream@0.0.7
| +-- read-cmd-shim@1.0.5
| | `-- graceful-fs@4.2.4 deduped
| +-- read-installed@4.0.3
| | +-- debuglog@1.0.1 deduped
| | +-- graceful-fs@4.2.4 deduped
| | +-- read-package-json@2.1.1 deduped
| | +-- readdir-scoped-modules@1.1.0 deduped
| | +-- semver@5.7.1 deduped
| | +-- slide@1.1.6 deduped
| | `-- util-extend@1.0.3
| +-- read-package-json@2.1.1
| | +-- glob@7.1.6 deduped
| | +-- graceful-fs@4.2.4 deduped
| | +-- json-parse-better-errors@1.0.2 deduped
| | +-- normalize-package-data@2.5.0 deduped
| | `-- npm-normalize-package-bin@1.0.1 deduped
| +-- read-package-tree@5.3.1
| | +-- read-package-json@2.1.1 deduped
| | +-- readdir-scoped-modules@1.1.0 deduped
| | `-- util-promisify@2.1.0
| |   `-- object.getownpropertydescriptors@2.0.3
| |     +-- define-properties@1.1.3
| |     | `-- object-keys@1.0.12
| |     `-- es-abstract@1.12.0
| |       +-- es-to-primitive@1.2.0
| |       | +-- is-callable@1.1.4 deduped
| |       | +-- is-date-object@1.0.1
| |       | `-- is-symbol@1.0.2
| |       |   `-- has-symbols@1.0.0
| |       +-- function-bind@1.1.1
| |       +-- has@1.0.3
| |       | `-- function-bind@1.1.1 deduped
| |       +-- is-callable@1.1.4
| |       `-- is-regex@1.0.4
| |         `-- has@1.0.3 deduped
| +-- readable-stream@3.6.0
| | +-- inherits@2.0.4 deduped
| | +-- string_decoder@1.3.0
| | | `-- safe-buffer@5.2.0
| | `-- util-deprecate@1.0.2
| +-- readdir-scoped-modules@1.1.0
| | +-- debuglog@1.0.1 deduped
| | +-- dezalgo@1.0.3 deduped
| | +-- graceful-fs@4.2.4 deduped
| | `-- once@1.4.0 deduped
| +-- request@2.88.0
| | +-- aws-sign2@0.7.0
| | +-- aws4@1.8.0
| | +-- caseless@0.12.0
| | +-- combined-stream@1.0.6
| | | `-- delayed-stream@1.0.0
| | +-- extend@3.0.2
| | +-- forever-agent@0.6.1
| | +-- form-data@2.3.2
| | | +-- asynckit@0.4.0
| | | +-- combined-stream@1.0.6 deduped
| | | `-- mime-types@2.1.19 deduped
| | +-- har-validator@5.1.5
| | | +-- ajv@6.12.6
| | | | +-- fast-deep-equal@3.1.3
| | | | +-- fast-json-stable-stringify@2.0.0
| | | | +-- json-schema-traverse@0.4.1
| | | | `-- uri-js@4.4.0
| | | |   `-- punycode@2.1.1
| | | `-- har-schema@2.0.0
| | +-- 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.14.2
| | |   +-- asn1@0.2.4
| | |   | `-- safer-buffer@2.1.2 deduped
| | |   +-- assert-plus@1.0.0 deduped
| | |   +-- bcrypt-pbkdf@1.0.2
| | |   | `-- tweetnacl@0.14.5 deduped
| | |   +-- dashdash@1.14.1
| | |   | `-- assert-plus@1.0.0 deduped
| | |   +-- ecc-jsbn@0.1.2
| | |   | +-- jsbn@0.1.1 deduped
| | |   | `-- safer-buffer@2.1.2 deduped
| | |   +-- getpass@0.1.7
| | |   | `-- assert-plus@1.0.0 deduped
| | |   +-- jsbn@0.1.1
| | |   +-- safer-buffer@2.1.2
| | |   `-- tweetnacl@0.14.5
| | +-- is-typedarray@1.0.0
| | +-- isstream@0.1.2
| | +-- json-stringify-safe@5.0.1
| | +-- mime-types@2.1.19
| | | `-- mime-db@1.35.0
| | +-- oauth-sign@0.9.0
| | +-- performance-now@2.1.0
| | +-- qs@6.5.2
| | +-- safe-buffer@5.1.2 deduped
| | +-- tough-cookie@2.4.3
| | | +-- psl@1.1.29
| | | `-- punycode@1.4.1
| | +-- tunnel-agent@0.6.0
| | | `-- safe-buffer@5.1.2 deduped
| | `-- uuid@3.3.3 deduped
| +-- retry@0.12.0
| +-- rimraf@2.7.1
| | `-- glob@7.1.6 deduped
| +-- safe-buffer@5.1.2
| +-- semver@5.7.1
| +-- sha@3.0.0
| | `-- graceful-fs@4.2.4 deduped
| +-- slide@1.1.6
| +-- sorted-object@2.0.1
| +-- sorted-union-stream@2.1.3
| | +-- from2@1.3.0
| | | +-- inherits@2.0.4 deduped
| | | `-- readable-stream@1.1.14
| | |   +-- core-util-is@1.0.2 deduped
| | |   +-- inherits@2.0.4 deduped
| | |   +-- isarray@0.0.1
| | |   `-- string_decoder@0.10.31
| | `-- stream-iterate@1.2.0
| |   +-- readable-stream@2.3.6
| |   | +-- core-util-is@1.0.2 deduped
| |   | +-- inherits@2.0.4 deduped
| |   | +-- isarray@1.0.0 deduped
| |   | +-- process-nextick-args@2.0.0 deduped
| |   | +-- safe-buffer@5.1.2 deduped
| |   | +-- string_decoder@1.1.1
| |   | | `-- safe-buffer@5.1.2 deduped
| |   | `-- util-deprecate@1.0.2 deduped
| |   `-- stream-shift@1.0.0 deduped
| +-- ssri@6.0.1
| | `-- figgy-pudding@3.5.1 deduped
| +-- stringify-package@1.0.1
| +-- tar@4.4.13
| | +-- chownr@1.1.4 deduped
| | +-- fs-minipass@1.2.7
| | | `-- minipass@2.9.0
| | |   +-- safe-buffer@5.1.2 deduped
| | |   `-- yallist@3.0.3 deduped
| | +-- minipass@2.9.0
| | | +-- safe-buffer@5.1.2 deduped
| | | `-- yallist@3.0.3 deduped
| | +-- minizlib@1.3.3
| | | `-- minipass@2.9.0
| | |   +-- safe-buffer@5.1.2 deduped
| | |   `-- yallist@3.0.3 deduped
| | +-- mkdirp@0.5.5 deduped
| | +-- safe-buffer@5.1.2 deduped
| | `-- yallist@3.0.3 deduped
| +-- text-table@0.2.0
| +-- tiny-relative-date@1.3.0
| +-- uid-number@0.0.6
| +-- umask@1.1.0
| +-- unique-filename@1.1.1
| | `-- unique-slug@2.0.0
| |   `-- imurmurhash@0.1.4 deduped
| +-- unpipe@1.0.0
| +-- update-notifier@2.5.0
| | +-- boxen@1.3.0
| | | +-- ansi-align@2.0.0
| | | | `-- string-width@2.1.1 deduped
| | | +-- camelcase@4.1.0
| | | +-- chalk@2.4.1 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
| | | |   | +-- lru-cache@4.1.5
| | | |   | | +-- pseudomap@1.0.2
| | | |   | | `-- yallist@2.1.2
| | | |   | +-- shebang-command@1.2.0
| | | |   | | `-- shebang-regex@1.0.0
| | | |   | `-- which@1.3.1 deduped
| | | |   +-- get-stream@3.0.0
| | | |   +-- is-stream@1.1.0
| | | |   +-- 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.1
| | |   `-- string-width@2.1.1 deduped
| | +-- chalk@2.4.1
| | | +-- ansi-styles@3.2.1
| | | | `-- color-convert@1.9.1
| | | |   `-- color-name@1.1.3
| | | +-- escape-string-regexp@1.0.5
| | | `-- supports-color@5.4.0
| | |   `-- has-flag@3.0.0
| | +-- configstore@3.1.5
| | | +-- dot-prop@4.2.1
| | | | `-- is-obj@1.0.1
| | | +-- graceful-fs@4.2.4 deduped
| | | +-- make-dir@1.3.0
| | | | `-- pify@3.0.0
| | | +-- unique-string@1.0.0
| | | | `-- crypto-random-string@1.0.0
| | | +-- write-file-atomic@2.4.3 deduped
| | | `-- xdg-basedir@3.0.0 deduped
| | +-- import-lazy@2.1.0
| | +-- is-ci@1.2.1
| | | `-- ci-info@1.6.0
| | +-- is-installed-globally@0.1.0
| | | +-- global-dirs@0.1.1
| | | | `-- ini@1.3.5 deduped
| | | `-- is-path-inside@1.0.1
| | |   `-- path-is-inside@1.0.2 deduped
| | +-- is-npm@1.0.0
| | +-- latest-version@3.1.0
| | | `-- package-json@4.0.1
| | |   +-- got@6.7.1
| | |   | +-- create-error-class@3.0.2
| | |   | | `-- capture-stack-trace@1.0.0
| | |   | +-- duplexer3@0.1.4
| | |   | +-- get-stream@3.0.0
| | |   | +-- is-redirect@1.0.0
| | |   | +-- is-retry-allowed@1.2.0
| | |   | +-- is-stream@1.1.0 deduped
| | |   | +-- lowercase-keys@1.0.1
| | |   | +-- safe-buffer@5.1.2 deduped
| | |   | +-- timed-out@4.0.1
| | |   | +-- unzip-response@2.0.1
| | |   | `-- url-parse-lax@1.0.0
| | |   |   `-- prepend-http@1.0.4
| | |   +-- registry-auth-token@3.4.0
| | |   | +-- rc@1.2.8
| | |   | | +-- deep-extend@0.6.0
| | |   | | +-- ini@1.3.5 deduped
| | |   | | +-- minimist@1.2.5
| | |   | | `-- strip-json-comments@2.0.1
| | |   | `-- safe-buffer@5.1.2 deduped
| | |   +-- registry-url@3.1.0
| | |   | `-- rc@1.2.8 deduped
| | |   `-- semver@5.7.1 deduped
| | +-- semver-diff@2.1.0
| | | `-- semver@5.7.1 deduped
| | `-- xdg-basedir@3.0.0
| +-- uuid@3.3.3
| +-- validate-npm-package-license@3.0.4
| | +-- spdx-correct@3.0.0
| | | +-- spdx-expression-parse@3.0.0 deduped
| | | `-- spdx-license-ids@3.0.5
| | `-- spdx-expression-parse@3.0.0
| |   +-- spdx-exceptions@2.1.0
| |   `-- spdx-license-ids@3.0.5 deduped
| +-- validate-npm-package-name@3.0.0
| | `-- builtins@1.0.3
| +-- which@1.3.1
| | `-- isexe@2.0.0
| +-- worker-farm@1.7.0
| | `-- errno@0.1.7
| |   `-- prr@1.0.1
| `-- write-file-atomic@2.4.3
|   +-- graceful-fs@4.2.4 deduped
|   +-- imurmurhash@0.1.4 deduped
|   `-- signal-exit@3.0.2 deduped
+-- pnpm@5.17.1
+-- typescript@4.1.3
+-- webpack@5.19.0
| +-- @types/eslint-scope@3.7.0
| | +-- @types/eslint@7.2.6
| | | +-- @types/estree@0.0.46 deduped
| | | `-- @types/json-schema@7.0.7 deduped
| | `-- @types/estree@0.0.46 deduped
| +-- @types/estree@0.0.46
| +-- @webassemblyjs/ast@1.11.0
| | +-- @webassemblyjs/helper-numbers@1.11.0
| | | +-- @webassemblyjs/floating-point-hex-parser@1.11.0
| | | +-- @webassemblyjs/helper-api-error@1.11.0 deduped
| | | `-- @xtuc/long@4.2.2
| | `-- @webassemblyjs/helper-wasm-bytecode@1.11.0
| +-- @webassemblyjs/wasm-edit@1.11.0
| | +-- @webassemblyjs/ast@1.11.0 deduped
| | +-- @webassemblyjs/helper-buffer@1.11.0
| | +-- @webassemblyjs/helper-wasm-bytecode@1.11.0 deduped
| | +-- @webassemblyjs/helper-wasm-section@1.11.0
| | | +-- @webassemblyjs/ast@1.11.0 deduped
| | | +-- @webassemblyjs/helper-buffer@1.11.0 deduped
| | | +-- @webassemblyjs/helper-wasm-bytecode@1.11.0 deduped
| | | `-- @webassemblyjs/wasm-gen@1.11.0 deduped
| | +-- @webassemblyjs/wasm-gen@1.11.0
| | | +-- @webassemblyjs/ast@1.11.0 deduped
| | | +-- @webassemblyjs/helper-wasm-bytecode@1.11.0 deduped
| | | +-- @webassemblyjs/ieee754@1.11.0 deduped
| | | +-- @webassemblyjs/leb128@1.11.0 deduped
| | | `-- @webassemblyjs/utf8@1.11.0 deduped
| | +-- @webassemblyjs/wasm-opt@1.11.0
| | | +-- @webassemblyjs/ast@1.11.0 deduped
| | | +-- @webassemblyjs/helper-buffer@1.11.0 deduped
| | | +-- @webassemblyjs/wasm-gen@1.11.0 deduped
| | | `-- @webassemblyjs/wasm-parser@1.11.0 deduped
| | +-- @webassemblyjs/wasm-parser@1.11.0 deduped
| | `-- @webassemblyjs/wast-printer@1.11.0
| |   +-- @webassemblyjs/ast@1.11.0 deduped
| |   `-- @xtuc/long@4.2.2 deduped
| +-- @webassemblyjs/wasm-parser@1.11.0
| | +-- @webassemblyjs/ast@1.11.0 deduped
| | +-- @webassemblyjs/helper-api-error@1.11.0
| | +-- @webassemblyjs/helper-wasm-bytecode@1.11.0 deduped
| | +-- @webassemblyjs/ieee754@1.11.0
| | | `-- @xtuc/ieee754@1.2.0
| | +-- @webassemblyjs/leb128@1.11.0
| | | `-- @xtuc/long@4.2.2 deduped
| | `-- @webassemblyjs/utf8@1.11.0
| +-- acorn@8.0.5
| +-- browserslist@4.16.1
| | +-- caniuse-lite@1.0.30001181
| | +-- colorette@1.2.1
| | +-- electron-to-chromium@1.3.649
| | +-- escalade@3.1.1
| | `-- node-releases@1.1.70
| +-- chrome-trace-event@1.0.2
| | `-- tslib@1.14.1
| +-- enhanced-resolve@5.7.0
| | +-- graceful-fs@4.2.4 deduped
| | `-- tapable@2.2.0 deduped
| +-- es-module-lexer@0.3.26
| +-- eslint-scope@5.1.1
| | +-- esrecurse@4.3.0
| | | `-- estraverse@5.2.0
| | `-- estraverse@4.3.0
| +-- events@3.2.0
| +-- glob-to-regexp@0.4.1
| +-- graceful-fs@4.2.4
| +-- json-parse-better-errors@1.0.2
| +-- loader-runner@4.2.0
| +-- mime-types@2.1.28
| | `-- mime-db@1.45.0
| +-- neo-async@2.6.2
| +-- pkg-dir@5.0.0
| | `-- find-up@5.0.0
| |   +-- locate-path@6.0.0
| |   | `-- p-locate@5.0.0
| |   |   `-- p-limit@3.1.0 deduped
| |   `-- path-exists@4.0.0
| +-- schema-utils@3.0.0
| | +-- @types/json-schema@7.0.7
| | +-- ajv@6.12.6
| | | +-- fast-deep-equal@3.1.3
| | | +-- fast-json-stable-stringify@2.1.0
| | | +-- json-schema-traverse@0.4.1
| | | `-- uri-js@4.4.1
| | |   `-- punycode@2.1.1
| | `-- ajv-keywords@3.5.2
| +-- tapable@2.2.0
| +-- terser-webpack-plugin@5.1.1
| | +-- jest-worker@26.6.2
| | | +-- @types/node@14.14.22
| | | +-- merge-stream@2.0.0
| | | `-- supports-color@7.2.0
| | |   `-- has-flag@4.0.0
| | +-- p-limit@3.1.0
| | | `-- yocto-queue@0.1.0
| | +-- schema-utils@3.0.0 deduped
| | +-- serialize-javascript@5.0.1
| | | `-- randombytes@2.1.0
| | |   `-- safe-buffer@5.2.1
| | +-- source-map@0.6.1
| | `-- terser@5.5.1
| |   +-- commander@2.20.3
| |   +-- source-map@0.7.3
| |   `-- source-map-support@0.5.19
| |     +-- buffer-from@1.1.1
| |     `-- source-map@0.6.1 deduped
| +-- watchpack@2.1.0
| | +-- glob-to-regexp@0.4.1 deduped
| | `-- graceful-fs@4.2.4 deduped
| `-- webpack-sources@2.2.0
|   +-- source-list-map@2.0.1
|   `-- source-map@0.6.1 deduped
`-- yarn@1.22.10

npm ERR! peer dep missing: vue@3.0.5, required by @vue/compiler-sfc@3.0.5
npm ERR! peer dep missing: eslint-plugin-prettier@^3.1.0, required by @vue/eslint-config-prettier@6.0.0
npm ERR! peer dep missing: @typescript-eslint/eslint-plugin@^2.7.0, required by @vue/eslint-config-typescript@5.1.0
npm ERR! peer dep missing: @typescript-eslint/parser@^2.7.0, required by @vue/eslint-config-typescript@5.1.0
npm ERR! missing: @types/webpack-env@^1.15.2, required by @vue/cli-plugin-typescript@4.5.11
npm ERR! missing: fork-ts-checker-webpack-plugin@^3.1.1, required by @vue/cli-plugin-typescript@4.5.11
npm ERR! missing: ts-loader@^6.2.2, required by @vue/cli-plugin-typescript@4.5.11
npm ERR! missing: tslint@^5.20.1, required by @vue/cli-plugin-typescript@4.5.11
npm ERR! missing: chalk@^2.4.2, required by @vue/cli-shared-utils@4.5.11
npm ERR! missing: semver@^6.1.0, required by @vue/cli-shared-utils@4.5.11
npm ERR! missing: eslint-config-prettier@^6.0.0, required by @vue/eslint-config-prettier@6.0.0
npm ERR! missing: vue-eslint-parser@^7.0.0, required by @vue/eslint-config-typescript@5.1.0
npm ERR! missing: semver@^6.1.0, required by @vue/babel-preset-app@4.5.11
npm ERR! missing: @intervolga/optimize-cssnano-plugin@^1.0.5, required by @vue/cli-service@4.5.11
npm ERR! missing: @types/minimist@^1.2.0, required by @vue/cli-service@4.5.11
npm ERR! missing: @types/webpack@^4.0.0, required by @vue/cli-service@4.5.11
npm ERR! missing: @types/webpack-dev-server@^3.11.0, required by @vue/cli-service@4.5.11
npm ERR! missing: acorn@^7.4.0, required by @vue/cli-service@4.5.11
npm ERR! missing: ssri@^7.1.0, required by @vue/cli-service@4.5.11
npm ERR! missing: terser-webpack-plugin@^2.3.6, required by @vue/cli-service@4.5.11
npm ERR! missing: chalk@^2.4.2, required by @soda/friendly-errors-webpack-plugin@1.8.0
npm ERR! missing: hash-sum@^1.0.2, required by @vue/component-compiler-utils@3.2.0
npm ERR! missing: lru-cache@^4.1.2, required by @vue/component-compiler-utils@3.2.0
npm ERR! missing: source-map@~0.6.1, required by @vue/component-compiler-utils@3.2.0
npm ERR! missing: @types/q@^1.5.1, required by coa@2.0.2
npm ERR! missing: chalk@^2.0.0, required by @babel/highlight@7.10.4

@mariusa
Copy link
Contributor Author

mariusa commented Apr 14, 2021

FYI cause & solution at vitejs/vite#2793

@martinussuherman
Copy link
Owner

Thank you for the update and solution @mariusa. Hope that would help anyone that stumble upon this problem.

Regards,

Martinus

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants