airbnb / javascript

JavaScript Style Guide
MIT License
144.6k stars 26.44k forks source link

Configuration for rule "camelcase" is invalid: should not have additional properties #2196

Closed mikkopori closed 4 years ago

mikkopori commented 4 years ago

Hello,

the linter-eslint -package for Atom (ubuntu) fails with validating the "camelcase" -rule.

Downgraded to "eslint-config-airbnb": "17.1.1" to make this still work, starts failing in versions after that.

Please see screenshot for error details: https://drive.google.com/open?id=1BjGdMkZuohbPdqMNPI3-0YjeOlnIbRBx

ljharb commented 4 years ago

This means you didn't upgrade your eslint version sufficiently; run npm ls and you'll see how your dependency graph is invalid.

mikkopori commented 4 years ago

Hello, thank you for your advice. It does not help, installed / upgraded to:

"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",

And the error is still shown.

The rule (https://eslint.org/docs/2.0.0/rules/camelcase) states that "rule accepts a single options argument" and in the "ignoreDestructuring" perhaps should be removed?

ljharb commented 4 years ago

Those are the docs for eslint 2. https://eslint.org/docs/rules/camelcase are the docs for eslint 6.

ljharb commented 4 years ago

What does npm ls report? Does it exit zero?

mikkopori commented 4 years ago
```sh feelsightportal@0.1.0 /home/mpori/tg-portal_repo ├─┬ @material-ui/core@4.9.5 │ ├─┬ @babel/runtime@7.8.7 │ │ └── regenerator-runtime@0.13.5 deduped │ ├─┬ @material-ui/styles@4.9.0 │ │ ├── @babel/runtime@7.8.7 deduped │ │ ├── @emotion/hash@0.7.4 │ │ ├── @material-ui/types@5.0.0 deduped │ │ ├── @material-ui/utils@4.7.1 deduped │ │ ├── clsx@1.1.0 deduped │ │ ├── csstype@2.6.9 │ │ ├── hoist-non-react-statics@3.3.2 deduped │ │ ├─┬ jss@10.1.1 │ │ │ ├── @babel/runtime@7.8.7 deduped │ │ │ ├── csstype@2.6.9 deduped │ │ │ ├── is-in-browser@1.1.3 │ │ │ └── tiny-warning@1.0.3 deduped │ │ ├─┬ jss-plugin-camel-case@10.1.1 │ │ │ ├── @babel/runtime@7.8.7 deduped │ │ │ ├── hyphenate-style-name@1.0.3 │ │ │ └── jss@10.1.1 deduped │ │ ├─┬ jss-plugin-default-unit@10.1.1 │ │ │ ├── @babel/runtime@7.8.7 deduped │ │ │ └── jss@10.1.1 deduped │ │ ├─┬ jss-plugin-global@10.1.1 │ │ │ ├── @babel/runtime@7.8.7 deduped │ │ │ └── jss@10.1.1 deduped │ │ ├─┬ jss-plugin-nested@10.1.1 │ │ │ ├── @babel/runtime@7.8.7 deduped │ │ │ ├── jss@10.1.1 deduped │ │ │ └── tiny-warning@1.0.3 deduped │ │ ├─┬ jss-plugin-props-sort@10.1.1 │ │ │ ├── @babel/runtime@7.8.7 deduped │ │ │ └── jss@10.1.1 deduped │ │ ├─┬ jss-plugin-rule-value-function@10.1.1 │ │ │ ├── @babel/runtime@7.8.7 deduped │ │ │ └── jss@10.1.1 deduped │ │ ├─┬ jss-plugin-vendor-prefixer@10.1.1 │ │ │ ├── @babel/runtime@7.8.7 deduped │ │ │ ├─┬ css-vendor@2.0.7 │ │ │ │ ├── @babel/runtime@7.8.7 deduped │ │ │ │ └── is-in-browser@1.1.3 deduped │ │ │ └── jss@10.1.1 deduped │ │ └── prop-types@15.7.2 deduped │ ├─┬ @material-ui/system@4.9.3 │ │ ├── @babel/runtime@7.8.7 deduped │ │ ├── @material-ui/utils@4.7.1 deduped │ │ └── prop-types@15.7.2 deduped │ ├── @material-ui/types@5.0.0 │ ├─┬ @material-ui/utils@4.7.1 │ │ ├── @babel/runtime@7.8.7 deduped │ │ ├── prop-types@15.7.2 deduped │ │ └── react-is@16.13.0 deduped │ ├─┬ @types/react-transition-group@4.2.4 │ │ └── @types/react@16.9.23 deduped │ ├── clsx@1.1.0 deduped │ ├─┬ hoist-non-react-statics@3.3.2 │ │ └── react-is@16.13.0 deduped │ ├── popper.js@1.16.1 │ ├── prop-types@15.7.2 deduped │ ├── react-is@16.13.0 │ └─┬ react-transition-group@4.3.0 │ ├── @babel/runtime@7.8.7 deduped │ ├── dom-helpers@5.1.3 deduped │ ├── loose-envify@1.4.0 deduped │ └── prop-types@15.7.2 deduped ├─┬ @material-ui/icons@4.9.1 │ └── @babel/runtime@7.8.7 deduped ├─┬ @material-ui/lab@4.0.0-alpha.45 │ ├── @babel/runtime@7.8.7 deduped │ ├── @material-ui/utils@4.7.1 deduped │ ├── clsx@1.1.0 deduped │ ├── prop-types@15.7.2 deduped │ └── react-is@16.13.0 deduped ├─┬ @vx/axis@0.0.195 │ ├── @types/classnames@2.2.10 │ ├─┬ @types/react@16.9.23 │ │ ├── @types/prop-types@15.7.3 │ │ └── csstype@2.6.9 deduped │ ├── @vx/group@0.0.195 deduped │ ├── @vx/point@0.0.195 │ ├── @vx/shape@0.0.195 deduped │ ├── @vx/text@0.0.195 deduped │ ├── classnames@2.2.6 deduped │ └── prop-types@15.7.2 deduped ├─┬ @vx/curve@0.0.195 │ ├─┬ @types/d3-shape@1.3.2 │ │ └── @types/d3-path@1.0.8 deduped │ └─┬ d3-shape@1.3.7 │ └── d3-path@1.0.9 deduped ├─┬ @vx/glyph@0.0.195 │ ├── @types/classnames@2.2.10 deduped │ ├── @types/d3-shape@1.3.2 deduped │ ├── @types/react@16.9.23 deduped │ ├── @vx/group@0.0.195 deduped │ ├── classnames@2.2.6 deduped │ ├── d3-shape@1.3.7 deduped │ └── prop-types@15.7.2 deduped ├─┬ @vx/grid@0.0.195 │ ├── @types/classnames@2.2.10 deduped │ ├── @types/react@16.9.23 deduped │ ├── @vx/group@0.0.195 deduped │ ├── @vx/point@0.0.195 deduped │ ├── @vx/shape@0.0.195 deduped │ ├── classnames@2.2.6 deduped │ └── prop-types@15.7.2 deduped ├─┬ @vx/group@0.0.195 │ ├── @types/classnames@2.2.10 deduped │ ├── @types/react@16.9.23 deduped │ ├── classnames@2.2.6 deduped │ └── prop-types@15.7.2 deduped ├─┬ @vx/hierarchy@0.0.195 │ ├── @types/classnames@2.2.10 deduped │ ├── @types/d3-hierarchy@1.1.6 │ ├── @types/react@16.9.23 deduped │ ├── @vx/group@0.0.195 deduped │ ├── classnames@2.2.6 deduped │ ├── d3-hierarchy@1.1.9 deduped │ └── prop-types@15.7.2 deduped ├─┬ @vx/scale@0.0.195 │ ├─┬ @types/d3-scale@2.2.0 │ │ └── @types/d3-time@1.0.10 │ └─┬ d3-scale@2.2.2 │ ├── d3-array@1.2.4 │ ├── d3-collection@1.0.7 │ ├── d3-format@1.4.3 │ ├─┬ d3-interpolate@1.4.0 │ │ └── d3-color@1.4.0 │ ├── d3-time@1.1.0 │ └─┬ d3-time-format@2.2.3 │ └── d3-time@1.1.0 deduped ├─┬ @vx/shape@0.0.195 │ ├── @types/classnames@2.2.10 deduped │ ├── @types/d3-path@1.0.8 │ ├── @types/d3-shape@1.3.2 deduped │ ├── @types/react@16.9.23 deduped │ ├── @vx/curve@0.0.195 deduped │ ├── @vx/group@0.0.195 deduped │ ├── classnames@2.2.6 deduped │ ├── d3-path@1.0.9 │ ├── d3-shape@1.3.7 deduped │ └── prop-types@15.7.2 deduped ├─┬ @vx/text@0.0.195 │ ├── @types/classnames@2.2.10 deduped │ ├── @types/lodash@4.14.149 │ ├── @types/react@16.9.23 deduped │ ├── classnames@2.2.6 deduped │ ├── lodash@4.17.15 deduped │ ├── prop-types@15.7.2 deduped │ └─┬ reduce-css-calc@1.3.0 │ ├── balanced-match@0.4.2 │ ├── math-expression-evaluator@1.2.22 │ └─┬ reduce-function-call@1.0.3 │ └── balanced-match@1.0.0 ├─┬ axios@0.19.2 │ └─┬ follow-redirects@1.5.10 │ └─┬ debug@3.1.0 │ └── ms@2.0.0 deduped ├─┬ babel-eslint@10.0.3 │ ├─┬ @babel/code-frame@7.8.3 │ │ └─┬ @babel/highlight@7.8.3 │ │ ├── chalk@2.4.2 deduped │ │ ├── esutils@2.0.3 deduped │ │ └── js-tokens@4.0.0 deduped │ ├── @babel/parser@7.8.8 │ ├─┬ @babel/traverse@7.8.6 │ │ ├── @babel/code-frame@7.8.3 deduped │ │ ├─┬ @babel/generator@7.8.8 │ │ │ ├── @babel/types@7.8.7 deduped │ │ │ ├── jsesc@2.5.2 │ │ │ ├── lodash@4.17.15 deduped │ │ │ └── source-map@0.5.7 deduped │ │ ├─┬ @babel/helper-function-name@7.8.3 │ │ │ ├─┬ @babel/helper-get-function-arity@7.8.3 │ │ │ │ └── @babel/types@7.8.7 deduped │ │ │ ├── @babel/template@7.8.6 deduped │ │ │ └── @babel/types@7.8.7 deduped │ │ ├─┬ @babel/helper-split-export-declaration@7.8.3 │ │ │ └── @babel/types@7.8.7 deduped │ │ ├── @babel/parser@7.8.8 deduped │ │ ├── @babel/types@7.8.7 deduped │ │ ├─┬ debug@4.1.1 │ │ │ └── ms@2.1.2 │ │ ├── globals@11.12.0 │ │ └── lodash@4.17.15 deduped │ ├─┬ @babel/types@7.8.7 │ │ ├── esutils@2.0.3 deduped │ │ ├── lodash@4.17.15 deduped │ │ └── to-fast-properties@2.0.0 │ ├── eslint-visitor-keys@1.1.0 │ └─┬ resolve@1.15.0 │ └── path-parse@1.0.6 ├─┬ babel-plugin-module-resolver@4.0.0 │ ├─┬ find-babel-config@1.2.0 │ │ ├── json5@0.5.1 │ │ └── path-exists@3.0.0 │ ├─┬ 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 │ ├─┬ pkg-up@3.1.0 │ │ └─┬ find-up@3.0.0 │ │ └─┬ locate-path@3.0.0 │ │ ├─┬ p-locate@3.0.0 │ │ │ └── p-limit@2.2.2 deduped │ │ └── path-exists@3.0.0 deduped │ ├── reselect@4.0.0 │ └── resolve@1.15.0 deduped ├── classnames@2.2.6 ├── clsx@1.1.0 ├─┬ csp-html-webpack-plugin@3.0.4 │ ├─┬ cheerio@1.0.0-rc.3 │ │ ├─┬ css-select@1.2.0 │ │ │ ├── boolbase@1.0.0 │ │ │ ├── css-what@2.1.3 │ │ │ ├─┬ domutils@1.5.1 │ │ │ │ ├── dom-serializer@0.1.1 deduped │ │ │ │ └── domelementtype@1.3.1 deduped │ │ │ └─┬ nth-check@1.0.2 │ │ │ └── boolbase@1.0.0 deduped │ │ ├─┬ dom-serializer@0.1.1 │ │ │ ├── domelementtype@1.3.1 │ │ │ └── entities@1.1.2 deduped │ │ ├── entities@1.1.2 │ │ ├─┬ htmlparser2@3.10.1 │ │ │ ├── domelementtype@1.3.1 deduped │ │ │ ├─┬ domhandler@2.4.2 │ │ │ │ └── domelementtype@1.3.1 deduped │ │ │ ├─┬ domutils@1.7.0 │ │ │ │ ├─┬ dom-serializer@0.2.2 │ │ │ │ │ ├── domelementtype@2.0.1 │ │ │ │ │ └── entities@2.0.0 │ │ │ │ └── domelementtype@1.3.1 deduped │ │ │ ├── entities@1.1.2 │ │ │ ├── inherits@2.0.4 deduped │ │ │ └─┬ readable-stream@3.6.0 │ │ │ ├── inherits@2.0.4 deduped │ │ │ ├── string_decoder@1.3.0 deduped │ │ │ └── util-deprecate@1.0.2 deduped │ │ ├── lodash@4.17.15 deduped │ │ └─┬ parse5@3.0.3 │ │ └── @types/node@10.17.17 │ ├── lodash@4.17.15 deduped │ └─┬ memory-fs@0.5.0 │ ├─┬ errno@0.1.7 │ │ └── 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 │ ├─┬ string_decoder@1.1.1 │ │ └── safe-buffer@5.1.2 deduped │ └── util-deprecate@1.0.2 ├── d3-array@2.4.0 ├── d3-hierarchy@1.1.9 ├─┬ enzyme@3.11.0 │ ├─┬ array.prototype.flat@1.2.3 │ │ ├─┬ define-properties@1.1.3 │ │ │ └── object-keys@1.1.1 deduped │ │ └─┬ es-abstract@1.17.4 │ │ ├─┬ es-to-primitive@1.2.1 │ │ │ ├── is-callable@1.1.5 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.1.5 deduped │ │ ├── is-regex@1.0.5 deduped │ │ ├── object-inspect@1.7.0 deduped │ │ ├── object-keys@1.1.1 deduped │ │ ├── object.assign@4.1.0 deduped │ │ ├─┬ string.prototype.trimleft@2.1.1 │ │ │ ├── define-properties@1.1.3 deduped │ │ │ └── function-bind@1.1.1 deduped │ │ └─┬ string.prototype.trimright@2.1.1 │ │ ├── define-properties@1.1.3 deduped │ │ └── function-bind@1.1.1 deduped │ ├── cheerio@1.0.0-rc.3 deduped │ ├─┬ enzyme-shallow-equal@1.0.1 │ │ ├── has@1.0.3 deduped │ │ └── object-is@1.0.2 deduped │ ├─┬ function.prototype.name@1.1.2 │ │ ├── define-properties@1.1.3 deduped │ │ ├── es-abstract@1.17.4 deduped │ │ └── functions-have-names@1.2.1 │ ├─┬ has@1.0.3 │ │ └── function-bind@1.1.1 │ ├─┬ html-element-map@1.2.0 │ │ └── array-filter@1.0.0 │ ├── is-boolean-object@1.0.1 │ ├── is-callable@1.1.5 │ ├── is-number-object@1.0.4 │ ├─┬ is-regex@1.0.5 │ │ └── has@1.0.3 deduped │ ├── is-string@1.0.5 │ ├── is-subset@0.1.1 │ ├── lodash.escape@4.0.1 │ ├── lodash.isequal@4.5.0 │ ├── object-inspect@1.7.0 │ ├── object-is@1.0.2 │ ├─┬ object.assign@4.1.0 │ │ ├── define-properties@1.1.3 deduped │ │ ├── function-bind@1.1.1 deduped │ │ ├── has-symbols@1.0.1 │ │ └── object-keys@1.1.1 │ ├─┬ object.entries@1.1.1 │ │ ├── define-properties@1.1.3 deduped │ │ ├── es-abstract@1.17.4 deduped │ │ ├── function-bind@1.1.1 deduped │ │ └── has@1.0.3 deduped │ ├─┬ object.values@1.1.1 │ │ ├── define-properties@1.1.3 deduped │ │ ├── es-abstract@1.17.4 deduped │ │ ├── function-bind@1.1.1 deduped │ │ └── has@1.0.3 deduped │ ├─┬ raf@3.4.1 │ │ └── performance-now@2.1.0 │ ├─┬ rst-selector-parser@2.2.3 │ │ ├── lodash.flattendeep@4.4.0 │ │ └─┬ nearley@2.19.1 │ │ ├── commander@2.20.3 deduped │ │ ├── moo@0.5.1 │ │ ├── railroad-diagrams@1.0.0 │ │ ├─┬ randexp@0.4.6 │ │ │ ├── discontinuous-range@1.0.0 │ │ │ └── ret@0.1.15 │ │ └── semver@5.7.1 │ └─┬ string.prototype.trim@1.2.1 │ ├── define-properties@1.1.3 deduped │ ├── es-abstract@1.17.4 deduped │ └── function-bind@1.1.1 deduped ├─┬ enzyme-adapter-react-16@1.15.2 │ ├─┬ enzyme-adapter-utils@1.13.0 │ │ ├─┬ airbnb-prop-types@2.15.0 │ │ │ ├─┬ array.prototype.find@2.1.1 │ │ │ │ ├── define-properties@1.1.3 deduped │ │ │ │ └── es-abstract@1.17.4 deduped │ │ │ ├── function.prototype.name@1.1.2 deduped │ │ │ ├── has@1.0.3 deduped │ │ │ ├── is-regex@1.0.5 deduped │ │ │ ├── object-is@1.0.2 deduped │ │ │ ├── object.assign@4.1.0 deduped │ │ │ ├── object.entries@1.1.1 deduped │ │ │ ├── prop-types@15.7.2 deduped │ │ │ ├─┬ prop-types-exact@1.2.0 │ │ │ │ ├── has@1.0.3 deduped │ │ │ │ ├── object.assign@4.1.0 deduped │ │ │ │ └── reflect.ownkeys@0.2.0 │ │ │ └── react-is@16.13.0 deduped │ │ ├── function.prototype.name@1.1.2 deduped │ │ ├── object.assign@4.1.0 deduped │ │ ├── object.fromentries@2.0.2 deduped │ │ ├── prop-types@15.7.2 deduped │ │ └── semver@5.7.1 │ ├── enzyme-shallow-equal@1.0.1 deduped │ ├── has@1.0.3 deduped │ ├── object.assign@4.1.0 deduped │ ├── object.values@1.1.1 deduped │ ├── prop-types@15.7.2 deduped │ ├── react-is@16.13.0 deduped │ ├─┬ react-test-renderer@16.13.0 │ │ ├── object-assign@4.1.1 deduped │ │ ├── prop-types@15.7.2 deduped │ │ ├── react-is@16.13.0 deduped │ │ └── scheduler@0.19.0 deduped │ └── semver@5.7.1 ├─┬ eslint@6.8.0 │ ├── @babel/code-frame@7.8.3 deduped │ ├─┬ ajv@6.12.0 │ │ ├── fast-deep-equal@3.1.1 │ │ ├── fast-json-stable-stringify@2.1.0 deduped │ │ ├── json-schema-traverse@0.4.1 │ │ └─┬ uri-js@4.2.2 │ │ └── 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 │ ├─┬ 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 │ ├─┬ debug@4.1.1 │ │ └── ms@2.1.2 │ ├─┬ doctrine@3.0.0 │ │ └── esutils@2.0.3 deduped │ ├─┬ eslint-scope@5.0.0 │ │ ├─┬ esrecurse@4.2.1 │ │ │ └── estraverse@4.3.0 deduped │ │ └── estraverse@4.3.0 │ ├─┬ eslint-utils@1.4.3 │ │ └── eslint-visitor-keys@1.1.0 deduped │ ├── eslint-visitor-keys@1.1.0 deduped │ ├─┬ espree@6.2.1 │ │ ├── acorn@7.1.1 deduped │ │ ├── acorn-jsx@5.2.0 │ │ └── eslint-visitor-keys@1.1.0 deduped │ ├─┬ esquery@1.1.0 │ │ └── estraverse@4.3.0 deduped │ ├── esutils@2.0.3 │ ├─┬ file-entry-cache@5.0.1 │ │ └─┬ flat-cache@2.0.1 │ │ ├── flatted@2.0.1 │ │ ├─┬ rimraf@2.6.3 │ │ │ └── glob@7.1.6 deduped │ │ └─┬ write@1.0.3 │ │ └── mkdirp@0.5.1 deduped │ ├── functional-red-black-tree@1.0.1 │ ├─┬ glob-parent@5.1.0 │ │ └── is-glob@4.0.1 deduped │ ├─┬ globals@12.4.0 │ │ └── type-fest@0.8.1 │ ├── ignore@4.0.6 │ ├─┬ import-fresh@3.2.1 │ │ ├─┬ parent-module@1.0.1 │ │ │ └── callsites@3.1.0 │ │ └── resolve-from@4.0.0 │ ├── imurmurhash@0.1.4 │ ├─┬ inquirer@7.1.0 │ │ ├─┬ ansi-escapes@4.3.1 │ │ │ └── type-fest@0.11.0 │ │ ├─┬ chalk@3.0.0 │ │ │ ├─┬ ansi-styles@4.2.1 │ │ │ │ ├── @types/color-name@1.1.1 deduped │ │ │ │ └─┬ color-convert@2.0.1 │ │ │ │ └── color-name@1.1.4 │ │ │ └─┬ supports-color@7.1.0 │ │ │ └── has-flag@4.0.0 │ │ ├─┬ cli-cursor@3.1.0 │ │ │ └─┬ restore-cursor@3.1.0 │ │ │ ├── onetime@5.1.0 deduped │ │ │ └── signal-exit@3.0.2 deduped │ │ ├── cli-width@2.2.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.15 deduped │ │ ├── mute-stream@0.0.8 │ │ ├─┬ run-async@2.4.0 │ │ │ └── is-promise@2.1.0 deduped │ │ ├── rxjs@6.5.4 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 │ │ │ └── ansi-regex@5.0.0 │ │ └── through@2.3.8 │ ├─┬ is-glob@4.0.1 │ │ └── is-extglob@2.1.1 │ ├─┬ js-yaml@3.13.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.15 deduped │ ├─┬ minimatch@3.0.4 │ │ └─┬ brace-expansion@1.1.11 │ │ ├── balanced-match@1.0.0 │ │ └── concat-map@0.0.1 │ ├─┬ mkdirp@0.5.1 │ │ └── minimist@0.0.8 │ ├── 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 │ ├── progress@2.0.3 │ ├── regexpp@2.0.1 │ ├── semver@6.3.0 │ ├─┬ strip-ansi@5.2.0 │ │ └── ansi-regex@4.1.0 │ ├── strip-json-comments@3.0.1 │ ├─┬ table@5.4.6 │ │ ├── ajv@6.12.0 deduped │ │ ├── lodash@4.17.15 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 deduped │ │ ├── is-fullwidth-code-point@2.0.0 │ │ └─┬ strip-ansi@5.2.0 │ │ └── ansi-regex@4.1.0 │ ├── text-table@0.2.0 │ └── v8-compile-cache@2.1.0 ├─┬ eslint-config-airbnb@18.1.0 │ ├─┬ eslint-config-airbnb-base@14.1.0 │ │ ├── confusing-browser-globals@1.0.9 │ │ ├── object.assign@4.1.0 deduped │ │ └── object.entries@1.1.1 deduped │ ├── object.assign@4.1.0 deduped │ └── object.entries@1.1.1 deduped ├─┬ eslint-config-prettier@6.10.0 │ └── get-stdin@6.0.0 ├─┬ eslint-plugin-import@2.20.1 │ ├─┬ array-includes@3.1.1 │ │ ├── define-properties@1.1.3 deduped │ │ ├── es-abstract@1.17.4 deduped │ │ └── is-string@1.0.5 deduped │ ├── array.prototype.flat@1.2.3 deduped │ ├── contains-path@0.1.0 │ ├─┬ debug@2.6.9 │ │ └── ms@2.0.0 │ ├─┬ doctrine@1.5.0 │ │ ├── esutils@2.0.3 deduped │ │ └── isarray@1.0.0 │ ├─┬ eslint-import-resolver-node@0.3.3 │ │ ├─┬ debug@2.6.9 │ │ │ └── ms@2.0.0 deduped │ │ └── resolve@1.15.0 deduped │ ├─┬ eslint-module-utils@2.5.2 │ │ ├─┬ debug@2.6.9 │ │ │ └── ms@2.0.0 deduped │ │ └─┬ pkg-dir@2.0.0 │ │ └─┬ find-up@2.1.0 │ │ └─┬ locate-path@2.0.0 │ │ ├─┬ p-locate@2.0.0 │ │ │ └─┬ p-limit@1.3.0 │ │ │ └── p-try@1.0.0 │ │ └── path-exists@3.0.0 deduped │ ├── has@1.0.3 deduped │ ├── minimatch@3.0.4 deduped │ ├── object.values@1.1.1 deduped │ ├─┬ read-pkg-up@2.0.0 │ │ ├─┬ find-up@2.1.0 │ │ │ └─┬ locate-path@2.0.0 │ │ │ ├─┬ p-locate@2.0.0 │ │ │ │ └─┬ p-limit@1.3.0 │ │ │ │ └── p-try@1.0.0 │ │ │ └── path-exists@3.0.0 deduped │ │ └─┬ read-pkg@2.0.0 │ │ ├─┬ load-json-file@2.0.0 │ │ │ ├── graceful-fs@4.2.3 deduped │ │ │ ├─┬ parse-json@2.2.0 │ │ │ │ └── error-ex@1.3.2 deduped │ │ │ ├── pify@2.3.0 │ │ │ └── strip-bom@3.0.0 │ │ ├─┬ normalize-package-data@2.5.0 │ │ │ ├── hosted-git-info@2.8.8 │ │ │ ├── resolve@1.15.0 deduped │ │ │ ├── semver@5.7.1 │ │ │ └─┬ validate-npm-package-license@3.0.4 │ │ │ ├─┬ spdx-correct@3.1.0 │ │ │ │ ├── spdx-expression-parse@3.0.0 deduped │ │ │ │ └── spdx-license-ids@3.0.5 │ │ │ └─┬ spdx-expression-parse@3.0.0 │ │ │ ├── spdx-exceptions@2.2.0 │ │ │ └── spdx-license-ids@3.0.5 deduped │ │ └─┬ path-type@2.0.0 │ │ └── pify@2.3.0 deduped │ └── resolve@1.15.0 deduped ├─┬ eslint-plugin-jsx-a11y@6.2.3 │ ├── @babel/runtime@7.8.7 deduped │ ├─┬ aria-query@3.0.0 │ │ ├── ast-types-flow@0.0.7 deduped │ │ └── commander@2.20.3 deduped │ ├── array-includes@3.1.1 deduped │ ├── ast-types-flow@0.0.7 │ ├── axobject-query@2.1.2 │ ├── damerau-levenshtein@1.0.6 │ ├── emoji-regex@7.0.3 │ ├── has@1.0.3 deduped │ └─┬ jsx-ast-utils@2.2.3 │ ├── array-includes@3.1.1 deduped │ └── object.assign@4.1.0 deduped ├─┬ eslint-plugin-prettier@3.1.2 │ └─┬ prettier-linter-helpers@1.0.0 │ └── fast-diff@1.2.0 ├─┬ eslint-plugin-react@7.19.0 │ ├── array-includes@3.1.1 deduped │ ├─┬ doctrine@2.1.0 │ │ └── esutils@2.0.3 deduped │ ├── has@1.0.3 deduped │ ├── jsx-ast-utils@2.2.3 deduped │ ├── object.entries@1.1.1 deduped │ ├─┬ object.fromentries@2.0.2 │ │ ├── define-properties@1.1.3 deduped │ │ ├── es-abstract@1.17.4 deduped │ │ ├── function-bind@1.1.1 deduped │ │ └── has@1.0.3 deduped │ ├── object.values@1.1.1 deduped │ ├── prop-types@15.7.2 deduped │ ├─┬ resolve@1.15.1 │ │ └── path-parse@1.0.6 deduped │ ├── semver@6.3.0 deduped │ ├─┬ string.prototype.matchall@4.0.2 │ │ ├── define-properties@1.1.3 deduped │ │ ├── es-abstract@1.17.4 deduped │ │ ├── has-symbols@1.0.1 deduped │ │ ├─┬ internal-slot@1.0.2 │ │ │ ├── es-abstract@1.17.4 deduped │ │ │ ├── has@1.0.3 deduped │ │ │ └── side-channel@1.0.2 deduped │ │ ├─┬ regexp.prototype.flags@1.3.0 │ │ │ ├── define-properties@1.1.3 deduped │ │ │ └── es-abstract@1.17.4 deduped │ │ └─┬ side-channel@1.0.2 │ │ ├── es-abstract@1.17.4 deduped │ │ └── object-inspect@1.7.0 deduped │ └─┬ xregexp@4.3.0 │ └─┬ @babel/runtime-corejs3@7.8.7 │ ├── core-js-pure@3.6.4 │ └── regenerator-runtime@0.13.5 deduped ├── exif-js@2.3.0 ├── exif-orient@0.0.5 ├─┬ firebase@7.11.0 │ ├─┬ @firebase/analytics@0.2.17 │ │ ├── @firebase/analytics-types@0.2.8 │ │ ├─┬ @firebase/component@0.1.7 │ │ │ ├── @firebase/util@0.2.42 deduped │ │ │ └── tslib@1.11.1 deduped │ │ ├── @firebase/installations@0.4.5 deduped │ │ ├── @firebase/util@0.2.42 deduped │ │ └── tslib@1.11.1 │ ├─┬ @firebase/app@0.5.6 │ │ ├── @firebase/app-types@0.5.3 deduped │ │ ├── @firebase/component@0.1.7 deduped │ │ ├── @firebase/logger@0.1.37 │ │ ├── @firebase/util@0.2.42 deduped │ │ ├── dom-storage@2.1.0 │ │ ├── tslib@1.11.1 deduped │ │ └── xmlhttprequest@1.8.0 │ ├── @firebase/app-types@0.5.3 │ ├─┬ @firebase/auth@0.14.0 │ │ └── @firebase/auth-types@0.10.0 │ ├─┬ @firebase/database@0.5.23 │ │ ├── @firebase/auth-interop-types@0.1.4 │ │ ├── @firebase/component@0.1.7 deduped │ │ ├─┬ @firebase/database-types@0.4.13 │ │ │ └── @firebase/app-types@0.5.3 deduped │ │ ├── @firebase/logger@0.1.37 deduped │ │ ├── @firebase/util@0.2.42 deduped │ │ ├─┬ faye-websocket@0.11.3 │ │ │ └─┬ websocket-driver@0.7.3 │ │ │ ├── http-parser-js@0.4.10 │ │ │ ├── safe-buffer@5.2.0 │ │ │ └── websocket-extensions@0.1.3 │ │ └── tslib@1.11.1 deduped │ ├─┬ @firebase/firestore@1.12.1 │ │ ├── @firebase/component@0.1.7 deduped │ │ ├── @firebase/firestore-types@1.10.1 │ │ ├── @firebase/logger@0.1.37 deduped │ │ ├── @firebase/util@0.2.42 deduped │ │ ├── @firebase/webchannel-wrapper@0.2.37 │ │ ├─┬ @grpc/proto-loader@0.5.3 │ │ │ ├── lodash.camelcase@4.3.0 │ │ │ └─┬ protobufjs@6.8.9 │ │ │ ├── @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.17 deduped │ │ │ └── long@4.0.0 │ │ ├─┬ grpc@1.24.2 │ │ │ ├─┬ @types/bytebuffer@5.0.40 │ │ │ │ ├── @types/long@4.0.1 deduped │ │ │ │ └── @types/node@10.17.17 deduped │ │ │ ├── lodash.camelcase@4.3.0 deduped │ │ │ ├── lodash.clone@4.5.0 │ │ │ ├── nan@2.14.0 │ │ │ ├─┬ node-pre-gyp@0.14.0 │ │ │ │ ├── detect-libc@1.0.3 │ │ │ │ ├─┬ mkdirp@0.5.1 │ │ │ │ │ └── minimist@0.0.8 │ │ │ │ ├─┬ needle@2.4.0 │ │ │ │ │ ├─┬ debug@3.2.6 │ │ │ │ │ │ └── ms@2.1.2 │ │ │ │ │ ├─┬ iconv-lite@0.4.24 │ │ │ │ │ │ └── safer-buffer@2.1.2 │ │ │ │ │ └── sax@1.2.4 │ │ │ │ ├─┬ nopt@4.0.1 │ │ │ │ │ ├── abbrev@1.1.1 │ │ │ │ │ └─┬ osenv@0.1.5 │ │ │ │ │ ├── os-homedir@1.0.2 │ │ │ │ │ └── os-tmpdir@1.0.2 │ │ │ │ ├─┬ npm-packlist@1.4.6 │ │ │ │ │ ├─┬ ignore-walk@3.0.3 │ │ │ │ │ │ └── minimatch@3.0.4 deduped │ │ │ │ │ └── npm-bundled@1.0.6 │ │ │ │ ├─┬ npmlog@4.1.2 │ │ │ │ │ ├─┬ are-we-there-yet@1.1.5 │ │ │ │ │ │ ├── delegates@1.0.0 │ │ │ │ │ │ └─┬ 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.1 │ │ │ │ │ │ ├── safe-buffer@5.1.2 deduped │ │ │ │ │ │ ├─┬ string_decoder@1.1.1 │ │ │ │ │ │ │ └── safe-buffer@5.1.2 deduped │ │ │ │ │ │ └── util-deprecate@1.0.2 │ │ │ │ │ ├── console-control-strings@1.1.0 │ │ │ │ │ ├─┬ gauge@2.7.4 │ │ │ │ │ │ ├── aproba@1.2.0 │ │ │ │ │ │ ├── console-control-strings@1.1.0 deduped │ │ │ │ │ │ ├── has-unicode@2.0.1 │ │ │ │ │ │ ├── object-assign@4.1.1 │ │ │ │ │ │ ├── signal-exit@3.0.2 │ │ │ │ │ │ ├─┬ string-width@1.0.2 │ │ │ │ │ │ │ ├── code-point-at@1.1.0 │ │ │ │ │ │ │ ├─┬ is-fullwidth-code-point@1.0.0 │ │ │ │ │ │ │ │ └── number-is-nan@1.0.1 │ │ │ │ │ │ │ └── strip-ansi@3.0.1 deduped │ │ │ │ │ │ ├─┬ strip-ansi@3.0.1 │ │ │ │ │ │ │ └── ansi-regex@2.1.1 │ │ │ │ │ │ └─┬ wide-align@1.1.3 │ │ │ │ │ │ └── string-width@1.0.2 deduped │ │ │ │ │ └── set-blocking@2.0.0 │ │ │ │ ├─┬ rc@1.2.8 │ │ │ │ │ ├── deep-extend@0.6.0 │ │ │ │ │ ├── ini@1.3.5 │ │ │ │ │ ├── minimist@1.2.0 │ │ │ │ │ └── strip-json-comments@2.0.1 │ │ │ │ ├─┬ rimraf@2.7.1 │ │ │ │ │ └── glob@7.1.4 deduped │ │ │ │ ├── semver@5.7.1 │ │ │ │ └─┬ tar@4.4.13 │ │ │ │ ├── chownr@1.1.3 │ │ │ │ ├─┬ fs-minipass@1.2.7 │ │ │ │ │ └── minipass@2.9.0 deduped │ │ │ │ ├─┬ minipass@2.9.0 │ │ │ │ │ ├── safe-buffer@5.1.2 deduped │ │ │ │ │ └── yallist@3.1.1 deduped │ │ │ │ ├─┬ minizlib@1.3.3 │ │ │ │ │ └── minipass@2.9.0 deduped │ │ │ │ ├── mkdirp@0.5.1 deduped │ │ │ │ ├── safe-buffer@5.1.2 │ │ │ │ └── yallist@3.1.1 │ │ │ └─┬ protobufjs@5.0.3 │ │ │ ├─┬ ascli@1.0.1 │ │ │ │ ├── colour@0.7.1 │ │ │ │ └── optjs@3.2.2 │ │ │ ├─┬ bytebuffer@5.0.1 │ │ │ │ └── long@3.2.0 │ │ │ ├─┬ glob@7.1.4 │ │ │ │ ├── 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 │ │ │ └─┬ yargs@3.32.0 │ │ │ ├── camelcase@2.1.1 │ │ │ ├─┬ cliui@3.2.0 │ │ │ │ ├── string-width@1.0.2 deduped │ │ │ │ ├── strip-ansi@3.0.1 deduped │ │ │ │ └── wrap-ansi@2.1.0 deduped │ │ │ ├── decamelize@1.2.0 deduped │ │ │ ├─┬ os-locale@1.4.0 │ │ │ │ └─┬ lcid@1.0.0 │ │ │ │ └── invert-kv@1.0.0 │ │ │ ├── string-width@1.0.2 deduped │ │ │ ├── window-size@0.1.4 │ │ │ └── y18n@3.2.1 deduped │ │ └── tslib@1.11.1 deduped │ ├─┬ @firebase/functions@0.4.37 │ │ ├── @firebase/component@0.1.7 deduped │ │ ├── @firebase/functions-types@0.3.16 │ │ ├── @firebase/messaging-types@0.4.4 │ │ ├─┬ isomorphic-fetch@2.2.1 │ │ │ ├─┬ node-fetch@1.7.3 │ │ │ │ ├─┬ encoding@0.1.12 │ │ │ │ │ └── iconv-lite@0.4.24 deduped │ │ │ │ └── is-stream@1.1.0 deduped │ │ │ └── whatwg-fetch@3.0.0 deduped │ │ └── tslib@1.11.1 deduped │ ├─┬ @firebase/installations@0.4.5 │ │ ├── @firebase/component@0.1.7 deduped │ │ ├── @firebase/installations-types@0.3.3 │ │ ├── @firebase/util@0.2.42 deduped │ │ ├── idb@3.0.2 │ │ └── tslib@1.11.1 deduped │ ├─┬ @firebase/messaging@0.6.9 │ │ ├── @firebase/component@0.1.7 deduped │ │ ├── @firebase/installations@0.4.5 deduped │ │ ├── @firebase/messaging-types@0.4.4 deduped │ │ ├── @firebase/util@0.2.42 deduped │ │ ├── idb@3.0.2 deduped │ │ └── tslib@1.11.1 deduped │ ├─┬ @firebase/performance@0.2.35 │ │ ├── @firebase/component@0.1.7 deduped │ │ ├── @firebase/installations@0.4.5 deduped │ │ ├── @firebase/logger@0.1.37 deduped │ │ ├── @firebase/performance-types@0.0.12 │ │ ├── @firebase/util@0.2.42 deduped │ │ └── tslib@1.11.1 deduped │ ├─┬ @firebase/polyfill@0.3.32 │ │ ├── core-js@3.6.4 deduped │ │ ├── promise-polyfill@8.1.3 │ │ └── whatwg-fetch@2.0.4 │ ├─┬ @firebase/remote-config@0.1.16 │ │ ├── @firebase/component@0.1.7 deduped │ │ ├── @firebase/installations@0.4.5 deduped │ │ ├── @firebase/logger@0.1.37 deduped │ │ ├── @firebase/remote-config-types@0.1.8 │ │ ├── @firebase/util@0.2.42 deduped │ │ └── tslib@1.11.1 deduped │ ├─┬ @firebase/storage@0.3.29 │ │ ├── @firebase/component@0.1.7 deduped │ │ ├── @firebase/storage-types@0.3.11 │ │ ├── @firebase/util@0.2.42 deduped │ │ └── tslib@1.11.1 deduped │ └─┬ @firebase/util@0.2.42 │ └── tslib@1.11.1 deduped ├─┬ get-video-id@3.1.4 (github:mikkopori/get-video-id#fbbed01a32c996a2117de6d78d4f2bfb7502f2e2) │ └── get-src@1.0.1 ├─┬ history@4.10.1 │ ├── @babel/runtime@7.8.7 deduped │ ├─┬ loose-envify@1.4.0 │ │ └── js-tokens@4.0.0 │ ├── resolve-pathname@3.0.0 │ ├── tiny-invariant@1.1.0 │ ├── tiny-warning@1.0.3 │ └── value-equal@1.0.1 ├── UNMET PEER DEPENDENCY html-webpack-plugin@^2 || ^3 || ^4 ├─┬ husky@4.2.3 │ ├─┬ chalk@3.0.0 │ │ ├─┬ ansi-styles@4.2.1 │ │ │ ├── @types/color-name@1.1.1 │ │ │ └─┬ color-convert@2.0.1 │ │ │ └── color-name@1.1.4 │ │ └─┬ supports-color@7.1.0 │ │ └── has-flag@4.0.0 │ ├── ci-info@2.0.0 │ ├── compare-versions@3.6.0 │ ├─┬ cosmiconfig@6.0.0 │ │ ├── @types/parse-json@4.0.0 │ │ ├─┬ import-fresh@3.2.1 │ │ │ ├── parent-module@1.0.1 deduped │ │ │ └── resolve-from@4.0.0 │ │ ├─┬ parse-json@5.0.0 │ │ │ ├── @babel/code-frame@7.8.3 deduped │ │ │ ├─┬ error-ex@1.3.2 │ │ │ │ └── is-arrayish@0.2.1 │ │ │ ├── json-parse-better-errors@1.0.2 deduped │ │ │ └── lines-and-columns@1.1.6 │ │ ├── path-type@4.0.0 │ │ └─┬ yaml@1.8.2 │ │ └── @babel/runtime@7.8.7 deduped │ ├─┬ find-versions@3.2.0 │ │ └── semver-regex@2.0.0 │ ├── opencollective-postinstall@2.0.2 │ ├─┬ pkg-dir@4.2.0 │ │ └─┬ find-up@4.1.0 │ │ ├─┬ locate-path@5.0.0 │ │ │ └─┬ p-locate@4.1.0 │ │ │ └── p-limit@2.2.2 deduped │ │ └── path-exists@4.0.0 │ ├─┬ please-upgrade-node@3.2.0 │ │ └── semver-compare@1.0.0 │ ├── slash@3.0.0 │ └── which-pm-runs@1.0.0 ├─┬ i18next@19.3.2 │ └── @babel/runtime@7.8.7 deduped ├── is-url@1.2.4 ├── jwt-decode@2.2.0 ├─┬ lint-staged@10.0.8 │ ├─┬ chalk@3.0.0 │ │ ├─┬ ansi-styles@4.2.1 │ │ │ ├── @types/color-name@1.1.1 deduped │ │ │ └─┬ color-convert@2.0.1 │ │ │ └── color-name@1.1.4 │ │ └─┬ supports-color@7.1.0 │ │ └── has-flag@4.0.0 │ ├── commander@4.1.1 │ ├─┬ cosmiconfig@6.0.0 │ │ ├── @types/parse-json@4.0.0 deduped │ │ ├─┬ import-fresh@3.2.1 │ │ │ ├── parent-module@1.0.1 deduped │ │ │ └── resolve-from@4.0.0 │ │ ├─┬ parse-json@5.0.0 │ │ │ ├── @babel/code-frame@7.8.3 deduped │ │ │ ├── error-ex@1.3.2 deduped │ │ │ ├── json-parse-better-errors@1.0.2 deduped │ │ │ └── lines-and-columns@1.1.6 deduped │ │ ├── path-type@4.0.0 │ │ └── yaml@1.8.2 deduped │ ├─┬ debug@4.1.1 │ │ └── ms@2.1.2 │ ├── dedent@0.7.0 │ ├─┬ execa@3.4.0 │ │ ├─┬ cross-spawn@7.0.1 │ │ │ ├── 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.1.0 │ │ │ └─┬ pump@3.0.0 │ │ │ ├─┬ end-of-stream@1.4.4 │ │ │ │ └── once@1.4.0 deduped │ │ │ └── once@1.4.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.0 │ │ │ └── mimic-fn@2.1.0 │ │ ├── p-finally@2.0.1 │ │ ├── signal-exit@3.0.2 │ │ └── strip-final-newline@2.0.0 │ ├─┬ listr@0.14.3 │ │ ├─┬ @samverschueren/stream-to-observable@0.3.0 │ │ │ └── any-observable@0.3.0 │ │ ├─┬ is-observable@1.1.0 │ │ │ └── symbol-observable@1.2.0 deduped │ │ ├── is-promise@2.1.0 deduped │ │ ├── is-stream@1.1.0 │ │ ├── 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 deduped │ │ │ │ ├── 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 deduped │ │ │ ├── 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 │ │ │ │ │ └─┬ restore-cursor@2.0.0 │ │ │ │ │ ├─┬ onetime@2.0.1 │ │ │ │ │ │ └── mimic-fn@1.2.0 │ │ │ │ │ └── signal-exit@3.0.2 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 deduped │ │ ├─┬ listr-verbose-renderer@0.5.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.2 deduped │ │ │ ├── date-fns@1.30.1 │ │ │ └─┬ figures@2.0.0 │ │ │ └── escape-string-regexp@1.0.5 deduped │ │ ├── p-map@2.1.0 │ │ └── rxjs@6.5.4 deduped │ ├─┬ log-symbols@3.0.0 │ │ └── chalk@2.4.2 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.1 │ ├── normalize-path@3.0.0 │ ├── please-upgrade-node@3.2.0 deduped │ ├── string-argv@0.3.1 │ └─┬ stringify-object@3.3.0 │ ├── get-own-enumerable-property-symbols@3.0.2 │ ├── is-obj@1.0.1 │ └── is-regexp@1.0.0 ├── lodash@4.17.15 ├─┬ material-auto-rotating-carousel@3.0.2 │ ├── UNMET PEER DEPENDENCY @material-ui/core@^1.0.0 │ ├── classnames@2.2.6 deduped │ ├─┬ material-ui-dots@2.0.1 │ │ └── prop-types@15.7.2 deduped │ └── prop-types@15.7.2 deduped ├── moment@2.24.0 ├── nanoid@2.1.11 ├── prettier@1.19.1 ├─┬ prop-types@15.7.2 │ ├── loose-envify@1.4.0 deduped │ ├── object-assign@4.1.1 │ └── react-is@16.13.0 deduped ├─┬ query-string@6.11.1 │ ├── decode-uri-component@0.2.0 │ ├── split-on-first@1.1.0 │ └── strict-uri-encode@2.0.0 ├─┬ react@16.13.0 │ ├── loose-envify@1.4.0 deduped │ ├── object-assign@4.1.1 deduped │ └── prop-types@15.7.2 deduped ├── react-animate-on-change@2.2.0 ├─┬ react-app-rewired@2.1.5 │ └── semver@5.7.1 ├─┬ react-autosuggest@9.4.3 │ ├── prop-types@15.7.2 deduped │ ├─┬ react-autowhatever@10.2.1 │ │ ├── prop-types@15.7.2 deduped │ │ ├─┬ react-themeable@1.1.0 │ │ │ └── object-assign@3.0.0 │ │ └── section-iterator@2.0.0 │ └── shallow-equal@1.2.1 ├─┬ react-beautiful-dnd@13.0.0 │ ├── @babel/runtime@7.8.7 deduped │ ├─┬ css-box-model@1.2.0 │ │ └── tiny-invariant@1.1.0 deduped │ ├── memoize-one@5.1.1 │ ├── raf-schd@4.0.2 │ ├── react-redux@7.2.0 deduped │ ├── redux@4.0.5 deduped │ └── use-memo-one@1.1.1 ├── react-csv@2.0.1 ├─┬ react-dom@16.13.0 │ ├── loose-envify@1.4.0 deduped │ ├── object-assign@4.1.1 deduped │ ├── prop-types@15.7.2 deduped │ └─┬ scheduler@0.19.0 │ ├── loose-envify@1.4.0 deduped │ └── object-assign@4.1.1 deduped ├── react-ga@2.7.0 ├─┬ react-i18next@11.3.3 │ ├── @babel/runtime@7.8.7 deduped │ └─┬ html-parse-stringify2@2.0.1 │ └── void-elements@2.0.1 ├─┬ react-image-crop@8.5.0 │ ├── clsx@1.1.0 deduped │ ├── core-js@3.6.4 │ └── prop-types@15.7.2 deduped ├─┬ react-player@1.15.2 │ ├── deepmerge@4.2.2 │ ├── load-script@1.0.0 │ └── prop-types@15.7.2 deduped ├─┬ react-redux@7.2.0 │ ├── @babel/runtime@7.8.7 deduped │ ├── hoist-non-react-statics@3.3.2 deduped │ ├── loose-envify@1.4.0 deduped │ ├── prop-types@15.7.2 deduped │ └── react-is@16.13.0 deduped ├─┬ react-router@5.1.2 │ ├── @babel/runtime@7.8.7 deduped │ ├── history@4.10.1 deduped │ ├── hoist-non-react-statics@3.3.2 deduped │ ├── loose-envify@1.4.0 deduped │ ├─┬ mini-create-react-context@0.3.2 │ │ ├── @babel/runtime@7.8.7 deduped │ │ ├── gud@1.0.0 │ │ └── tiny-warning@1.0.3 deduped │ ├─┬ path-to-regexp@1.8.0 │ │ └── isarray@0.0.1 │ ├── prop-types@15.7.2 deduped │ ├── react-is@16.13.0 deduped │ ├── tiny-invariant@1.1.0 deduped │ └── tiny-warning@1.0.3 deduped ├─┬ react-router-dom@5.1.2 │ ├── @babel/runtime@7.8.7 deduped │ ├── history@4.10.1 deduped │ ├── loose-envify@1.4.0 deduped │ ├── prop-types@15.7.2 deduped │ ├── react-router@5.1.2 deduped │ ├── tiny-invariant@1.1.0 deduped │ └── tiny-warning@1.0.3 deduped ├── react-router-last-location@2.0.1 ├─┬ react-scripts@3.4.0 │ ├─┬ @babel/core@7.8.4 │ │ ├── @babel/code-frame@7.8.3 deduped │ │ ├── @babel/generator@7.8.8 deduped │ │ ├─┬ @babel/helpers@7.8.4 │ │ │ ├── @babel/template@7.8.6 deduped │ │ │ ├── @babel/traverse@7.8.6 deduped │ │ │ └── @babel/types@7.8.7 deduped │ │ ├── @babel/parser@7.8.8 deduped │ │ ├─┬ @babel/template@7.8.6 │ │ │ ├── @babel/code-frame@7.8.3 deduped │ │ │ ├── @babel/parser@7.8.8 deduped │ │ │ └── @babel/types@7.8.7 deduped │ │ ├── @babel/traverse@7.8.6 deduped │ │ ├── @babel/types@7.8.7 deduped │ │ ├─┬ convert-source-map@1.7.0 │ │ │ └── safe-buffer@5.1.2 │ │ ├─┬ debug@4.1.1 │ │ │ └── ms@2.1.2 │ │ ├── gensync@1.0.0-beta.1 │ │ ├─┬ json5@2.1.1 │ │ │ └── minimist@1.2.5 │ │ ├── lodash@4.17.15 deduped │ │ ├── resolve@1.15.0 deduped │ │ ├── semver@5.7.1 │ │ └── source-map@0.5.7 │ ├─┬ @svgr/webpack@4.3.3 │ │ ├── @babel/core@7.8.4 deduped │ │ ├─┬ @babel/plugin-transform-react-constant-elements@7.8.3 │ │ │ ├─┬ @babel/helper-annotate-as-pure@7.8.3 │ │ │ │ └── @babel/types@7.8.7 deduped │ │ │ └── @babel/helper-plugin-utils@7.8.3 │ │ ├─┬ @babel/preset-env@7.8.7 │ │ │ ├─┬ @babel/compat-data@7.8.6 │ │ │ │ ├── browserslist@4.9.1 deduped │ │ │ │ ├── invariant@2.2.4 deduped │ │ │ │ └── semver@5.7.1 │ │ │ ├─┬ @babel/helper-compilation-targets@7.8.7 │ │ │ │ ├── @babel/compat-data@7.8.6 deduped │ │ │ │ ├── browserslist@4.9.1 deduped │ │ │ │ ├── invariant@2.2.4 deduped │ │ │ │ ├── levenary@1.1.1 deduped │ │ │ │ └── semver@5.7.1 │ │ │ ├─┬ @babel/helper-module-imports@7.8.3 │ │ │ │ └── @babel/types@7.8.7 deduped │ │ │ ├── @babel/helper-plugin-utils@7.8.3 deduped │ │ │ ├─┬ @babel/plugin-proposal-async-generator-functions@7.8.3 │ │ │ │ ├── @babel/helper-plugin-utils@7.8.3 deduped │ │ │ │ ├─┬ @babel/helper-remap-async-to-generator@7.8.3 │ │ │ │ │ ├── @babel/helper-annotate-as-pure@7.8.3 deduped │ │ │ │ │ ├─┬ @babel/helper-wrap-function@7.8.3 │ │ │ │ │ │ ├── @babel/helper-function-name@7.8.3 deduped │ │ │ │ │ │ ├── @babel/template@7.8.6 deduped │ │ │ │ │ │ ├── @babel/traverse@7.8.6 deduped │ │ │ │ │ │ └── @babel/types@7.8.7 deduped │ │ │ │ │ ├── @babel/template@7.8.6 deduped │ │ │ │ │ ├── @babel/traverse@7.8.6 deduped │ │ │ │ │ └── @babel/types@7.8.7 deduped │ │ │ │ └── @babel/plugin-syntax-async-generators@7.8.4 deduped │ │ │ ├─┬ @babel/plugin-proposal-dynamic-import@7.8.3 │ │ │ │ ├── @babel/helper-plugin-utils@7.8.3 deduped │ │ │ │ └── @babel/plugin-syntax-dynamic-import@7.8.3 deduped │ │ │ ├─┬ @babel/plugin-proposal-json-strings@7.8.3 │ │ │ │ ├── @babel/helper-plugin-utils@7.8.3 deduped │ │ │ │ └── @babel/plugin-syntax-json-strings@7.8.3 deduped │ │ │ ├─┬ @babel/plugin-proposal-nullish-coalescing-operator@7.8.3 │ │ │ │ ├── @babel/helper-plugin-utils@7.8.3 deduped │ │ │ │ └── @babel/plugin-syntax-nullish-coalescing-operator@7.8.3 deduped │ │ │ ├─┬ @babel/plugin-proposal-object-rest-spread@7.8.3 │ │ │ │ ├── @babel/helper-plugin-utils@7.8.3 deduped │ │ │ │ └── @babel/plugin-syntax-object-rest-spread@7.8.3 deduped │ │ │ ├─┬ @babel/plugin-proposal-optional-catch-binding@7.8.3 │ │ │ │ ├── @babel/helper-plugin-utils@7.8.3 deduped │ │ │ │ └── @babel/plugin-syntax-optional-catch-binding@7.8.3 deduped │ │ │ ├─┬ @babel/plugin-proposal-optional-chaining@7.8.3 │ │ │ │ ├── @babel/helper-plugin-utils@7.8.3 deduped │ │ │ │ └── @babel/plugin-syntax-optional-chaining@7.8.3 deduped │ │ │ ├─┬ @babel/plugin-proposal-unicode-property-regex@7.8.8 │ │ │ │ ├─┬ @babel/helper-create-regexp-features-plugin@7.8.8 │ │ │ │ │ ├── @babel/helper-annotate-as-pure@7.8.3 deduped │ │ │ │ │ ├── @babel/helper-regex@7.8.3 deduped │ │ │ │ │ └─┬ regexpu-core@4.7.0 │ │ │ │ │ ├── regenerate@1.4.0 │ │ │ │ │ ├─┬ regenerate-unicode-properties@8.2.0 │ │ │ │ │ │ └── regenerate@1.4.0 deduped │ │ │ │ │ ├── regjsgen@0.5.1 │ │ │ │ │ ├─┬ regjsparser@0.6.4 │ │ │ │ │ │ └── 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.8.3 deduped │ │ │ ├─┬ @babel/plugin-syntax-async-generators@7.8.4 │ │ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped │ │ │ ├─┬ @babel/plugin-syntax-dynamic-import@7.8.3 │ │ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped │ │ │ ├─┬ @babel/plugin-syntax-json-strings@7.8.3 │ │ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped │ │ │ ├─┬ @babel/plugin-syntax-nullish-coalescing-operator@7.8.3 │ │ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped │ │ │ ├─┬ @babel/plugin-syntax-object-rest-spread@7.8.3 │ │ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped │ │ │ ├─┬ @babel/plugin-syntax-optional-catch-binding@7.8.3 │ │ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped │ │ │ ├─┬ @babel/plugin-syntax-optional-chaining@7.8.3 │ │ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped │ │ │ ├─┬ @babel/plugin-syntax-top-level-await@7.8.3 │ │ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped │ │ │ ├─┬ @babel/plugin-transform-arrow-functions@7.8.3 │ │ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped │ │ │ ├─┬ @babel/plugin-transform-async-to-generator@7.8.3 │ │ │ │ ├── @babel/helper-module-imports@7.8.3 deduped │ │ │ │ ├── @babel/helper-plugin-utils@7.8.3 deduped │ │ │ │ └── @babel/helper-remap-async-to-generator@7.8.3 deduped │ │ │ ├─┬ @babel/plugin-transform-block-scoped-functions@7.8.3 │ │ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped │ │ │ ├─┬ @babel/plugin-transform-block-scoping@7.8.3 │ │ │ │ ├── @babel/helper-plugin-utils@7.8.3 deduped │ │ │ │ └── lodash@4.17.15 deduped │ │ │ ├─┬ @babel/plugin-transform-classes@7.8.6 │ │ │ │ ├── @babel/helper-annotate-as-pure@7.8.3 deduped │ │ │ │ ├─┬ @babel/helper-define-map@7.8.3 │ │ │ │ │ ├── @babel/helper-function-name@7.8.3 deduped │ │ │ │ │ ├── @babel/types@7.8.7 deduped │ │ │ │ │ └── lodash@4.17.15 deduped │ │ │ │ ├── @babel/helper-function-name@7.8.3 deduped │ │ │ │ ├─┬ @babel/helper-optimise-call-expression@7.8.3 │ │ │ │ │ └── @babel/types@7.8.7 deduped │ │ │ │ ├── @babel/helper-plugin-utils@7.8.3 deduped │ │ │ │ ├─┬ @babel/helper-replace-supers@7.8.6 │ │ │ │ │ ├── @babel/helper-member-expression-to-functions@7.8.3 deduped │ │ │ │ │ ├── @babel/helper-optimise-call-expression@7.8.3 deduped │ │ │ │ │ ├── @babel/traverse@7.8.6 deduped │ │ │ │ │ └── @babel/types@7.8.7 deduped │ │ │ │ ├── @babel/helper-split-export-declaration@7.8.3 deduped │ │ │ │ └── globals@11.12.0 deduped │ │ │ ├─┬ @babel/plugin-transform-computed-properties@7.8.3 │ │ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped │ │ │ ├─┬ @babel/plugin-transform-destructuring@7.8.8 │ │ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped │ │ │ ├─┬ @babel/plugin-transform-dotall-regex@7.8.3 │ │ │ │ ├── @babel/helper-create-regexp-features-plugin@7.8.8 deduped │ │ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped │ │ │ ├─┬ @babel/plugin-transform-duplicate-keys@7.8.3 │ │ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped │ │ │ ├─┬ @babel/plugin-transform-exponentiation-operator@7.8.3 │ │ │ │ ├─┬ @babel/helper-builder-binary-assignment-operator-visitor@7.8.3 │ │ │ │ │ ├─┬ @babel/helper-explode-assignable-expression@7.8.3 │ │ │ │ │ │ ├── @babel/traverse@7.8.6 deduped │ │ │ │ │ │ └── @babel/types@7.8.7 deduped │ │ │ │ │ └── @babel/types@7.8.7 deduped │ │ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped │ │ │ ├─┬ @babel/plugin-transform-for-of@7.8.6 │ │ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped │ │ │ ├─┬ @babel/plugin-transform-function-name@7.8.3 │ │ │ │ ├── @babel/helper-function-name@7.8.3 deduped │ │ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped │ │ │ ├─┬ @babel/plugin-transform-literals@7.8.3 │ │ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped │ │ │ ├─┬ @babel/plugin-transform-member-expression-literals@7.8.3 │ │ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped │ │ │ ├─┬ @babel/plugin-transform-modules-amd@7.8.3 │ │ │ │ ├─┬ @babel/helper-module-transforms@7.8.6 │ │ │ │ │ ├── @babel/helper-module-imports@7.8.3 deduped │ │ │ │ │ ├── @babel/helper-replace-supers@7.8.6 deduped │ │ │ │ │ ├── @babel/helper-simple-access@7.8.3 deduped │ │ │ │ │ ├── @babel/helper-split-export-declaration@7.8.3 deduped │ │ │ │ │ ├── @babel/template@7.8.6 deduped │ │ │ │ │ ├── @babel/types@7.8.7 deduped │ │ │ │ │ └── lodash@4.17.15 deduped │ │ │ │ ├── @babel/helper-plugin-utils@7.8.3 deduped │ │ │ │ └─┬ babel-plugin-dynamic-import-node@2.3.0 │ │ │ │ └── object.assign@4.1.0 deduped │ │ │ ├─┬ @babel/plugin-transform-modules-commonjs@7.8.3 │ │ │ │ ├── @babel/helper-module-transforms@7.8.6 deduped │ │ │ │ ├── @babel/helper-plugin-utils@7.8.3 deduped │ │ │ │ ├─┬ @babel/helper-simple-access@7.8.3 │ │ │ │ │ ├── @babel/template@7.8.6 deduped │ │ │ │ │ └── @babel/types@7.8.7 deduped │ │ │ │ └── babel-plugin-dynamic-import-node@2.3.0 deduped │ │ │ ├─┬ @babel/plugin-transform-modules-systemjs@7.8.3 │ │ │ │ ├─┬ @babel/helper-hoist-variables@7.8.3 │ │ │ │ │ └── @babel/types@7.8.7 deduped │ │ │ │ ├── @babel/helper-module-transforms@7.8.6 deduped │ │ │ │ ├── @babel/helper-plugin-utils@7.8.3 deduped │ │ │ │ └── babel-plugin-dynamic-import-node@2.3.0 deduped │ │ │ ├─┬ @babel/plugin-transform-modules-umd@7.8.3 │ │ │ │ ├── @babel/helper-module-transforms@7.8.6 deduped │ │ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped │ │ │ ├─┬ @babel/plugin-transform-named-capturing-groups-regex@7.8.3 │ │ │ │ └── @babel/helper-create-regexp-features-plugin@7.8.8 deduped │ │ │ ├─┬ @babel/plugin-transform-new-target@7.8.3 │ │ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped │ │ │ ├─┬ @babel/plugin-transform-object-super@7.8.3 │ │ │ │ ├── @babel/helper-plugin-utils@7.8.3 deduped │ │ │ │ └── @babel/helper-replace-supers@7.8.6 deduped │ │ │ ├─┬ @babel/plugin-transform-parameters@7.8.8 │ │ │ │ ├─┬ @babel/helper-call-delegate@7.8.7 │ │ │ │ │ ├── @babel/helper-hoist-variables@7.8.3 deduped │ │ │ │ │ ├── @babel/traverse@7.8.6 deduped │ │ │ │ │ └── @babel/types@7.8.7 deduped │ │ │ │ ├── @babel/helper-get-function-arity@7.8.3 deduped │ │ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped │ │ │ ├─┬ @babel/plugin-transform-property-literals@7.8.3 │ │ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped │ │ │ ├─┬ @babel/plugin-transform-regenerator@7.8.7 │ │ │ │ └─┬ regenerator-transform@0.14.3 │ │ │ │ ├── @babel/runtime@7.8.7 deduped │ │ │ │ └── private@0.1.8 │ │ │ ├─┬ @babel/plugin-transform-reserved-words@7.8.3 │ │ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped │ │ │ ├─┬ @babel/plugin-transform-shorthand-properties@7.8.3 │ │ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped │ │ │ ├─┬ @babel/plugin-transform-spread@7.8.3 │ │ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped │ │ │ ├─┬ @babel/plugin-transform-sticky-regex@7.8.3 │ │ │ │ ├── @babel/helper-plugin-utils@7.8.3 deduped │ │ │ │ └─┬ @babel/helper-regex@7.8.3 │ │ │ │ └── lodash@4.17.15 deduped │ │ │ ├─┬ @babel/plugin-transform-template-literals@7.8.3 │ │ │ │ ├── @babel/helper-annotate-as-pure@7.8.3 deduped │ │ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped │ │ │ ├─┬ @babel/plugin-transform-typeof-symbol@7.8.4 │ │ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped │ │ │ ├─┬ @babel/plugin-transform-unicode-regex@7.8.3 │ │ │ │ ├── @babel/helper-create-regexp-features-plugin@7.8.8 deduped │ │ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped │ │ │ ├── @babel/types@7.8.7 deduped │ │ │ ├── browserslist@4.9.1 deduped │ │ │ ├─┬ core-js-compat@3.6.4 │ │ │ │ ├── browserslist@4.9.1 deduped │ │ │ │ └── semver@7.0.0 │ │ │ ├─┬ invariant@2.2.4 │ │ │ │ └── loose-envify@1.4.0 deduped │ │ │ ├─┬ levenary@1.1.1 │ │ │ │ └── leven@3.1.0 │ │ │ └── semver@5.7.1 │ │ ├─┬ @babel/preset-react@7.8.3 │ │ │ ├── @babel/helper-plugin-utils@7.8.3 deduped │ │ │ ├── @babel/plugin-transform-react-display-name@7.8.3 deduped │ │ │ ├─┬ @babel/plugin-transform-react-jsx@7.8.3 │ │ │ │ ├─┬ @babel/helper-builder-react-jsx@7.8.3 │ │ │ │ │ ├── @babel/types@7.8.7 deduped │ │ │ │ │ └── esutils@2.0.3 deduped │ │ │ │ ├── @babel/helper-plugin-utils@7.8.3 deduped │ │ │ │ └─┬ @babel/plugin-syntax-jsx@7.8.3 │ │ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped │ │ │ ├─┬ @babel/plugin-transform-react-jsx-self@7.8.3 │ │ │ │ ├── @babel/helper-plugin-utils@7.8.3 deduped │ │ │ │ └── @babel/plugin-syntax-jsx@7.8.3 deduped │ │ │ └─┬ @babel/plugin-transform-react-jsx-source@7.8.3 │ │ │ ├── @babel/helper-plugin-utils@7.8.3 deduped │ │ │ └── @babel/plugin-syntax-jsx@7.8.3 deduped │ │ ├─┬ @svgr/core@4.3.3 │ │ │ ├── @svgr/plugin-jsx@4.3.3 deduped │ │ │ ├── camelcase@5.3.1 │ │ │ └─┬ 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 deduped │ │ │ ├── is-directory@0.3.1 │ │ │ ├── js-yaml@3.13.1 deduped │ │ │ └─┬ parse-json@4.0.0 │ │ │ ├── error-ex@1.3.2 deduped │ │ │ └── json-parse-better-errors@1.0.2 deduped │ │ ├─┬ @svgr/plugin-jsx@4.3.3 │ │ │ ├── @babel/core@7.8.4 deduped │ │ │ ├─┬ @svgr/babel-preset@4.3.3 │ │ │ │ ├── @svgr/babel-plugin-add-jsx-attribute@4.2.0 │ │ │ │ ├── @svgr/babel-plugin-remove-jsx-attribute@4.2.0 │ │ │ │ ├── @svgr/babel-plugin-remove-jsx-empty-expression@4.2.0 │ │ │ │ ├── @svgr/babel-plugin-replace-jsx-attribute-value@4.2.0 │ │ │ │ ├── @svgr/babel-plugin-svg-dynamic-title@4.3.3 │ │ │ │ ├── @svgr/babel-plugin-svg-em-dimensions@4.2.0 │ │ │ │ ├── @svgr/babel-plugin-transform-react-native-svg@4.2.0 │ │ │ │ └── @svgr/babel-plugin-transform-svg-component@4.2.0 │ │ │ ├─┬ @svgr/hast-util-to-babel-ast@4.3.2 │ │ │ │ └── @babel/types@7.8.7 deduped │ │ │ └── svg-parser@2.0.4 │ │ ├─┬ @svgr/plugin-svgo@4.3.1 │ │ │ ├── cosmiconfig@5.2.1 deduped │ │ │ ├─┬ merge-deep@3.0.2 │ │ │ │ ├── arr-union@3.1.0 │ │ │ │ ├─┬ clone-deep@0.2.4 │ │ │ │ │ ├─┬ for-own@0.1.5 │ │ │ │ │ │ └── for-in@1.0.2 │ │ │ │ │ ├── is-plain-object@2.0.4 deduped │ │ │ │ │ ├── kind-of@3.2.2 deduped │ │ │ │ │ ├── lazy-cache@1.0.4 │ │ │ │ │ └─┬ shallow-clone@0.1.2 │ │ │ │ │ ├── is-extendable@0.1.1 deduped │ │ │ │ │ ├─┬ kind-of@2.0.1 │ │ │ │ │ │ └── is-buffer@1.1.6 deduped │ │ │ │ │ ├── lazy-cache@0.2.7 │ │ │ │ │ └─┬ mixin-object@2.0.1 │ │ │ │ │ ├── for-in@0.1.8 │ │ │ │ │ └── is-extendable@0.1.1 deduped │ │ │ │ └─┬ kind-of@3.2.2 │ │ │ │ └── is-buffer@1.1.6 │ │ │ └─┬ svgo@1.3.2 │ │ │ ├── chalk@2.4.2 deduped │ │ │ ├─┬ coa@2.0.2 │ │ │ │ ├── @types/q@1.5.2 │ │ │ │ ├── chalk@2.4.2 deduped │ │ │ │ └── q@1.5.1 │ │ │ ├─┬ css-select@2.1.0 │ │ │ │ ├── boolbase@1.0.0 deduped │ │ │ │ ├── css-what@3.2.1 │ │ │ │ ├── domutils@1.7.0 deduped │ │ │ │ └── nth-check@1.0.2 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.0.2 │ │ │ │ └── css-tree@1.0.0-alpha.37 deduped │ │ │ ├── js-yaml@3.13.1 deduped │ │ │ ├── mkdirp@0.5.1 deduped │ │ │ ├── object.values@1.1.1 deduped │ │ │ ├── sax@1.2.4 │ │ │ ├── stable@0.1.8 │ │ │ ├── unquote@1.1.1 │ │ │ └── util.promisify@1.0.1 deduped │ │ └─┬ loader-utils@1.4.0 │ │ ├── big.js@5.2.2 │ │ ├── emojis-list@3.0.0 │ │ └─┬ json5@1.0.1 │ │ └── minimist@1.2.5 deduped │ ├─┬ @typescript-eslint/eslint-plugin@2.23.0 │ │ ├─┬ @typescript-eslint/experimental-utils@2.23.0 │ │ │ ├── @types/json-schema@7.0.4 │ │ │ ├── @typescript-eslint/typescript-estree@2.23.0 deduped │ │ │ └── eslint-scope@5.0.0 deduped │ │ ├── eslint-utils@1.4.3 deduped │ │ ├── functional-red-black-tree@1.0.1 deduped │ │ ├── regexpp@3.0.0 │ │ └─┬ tsutils@3.17.1 │ │ └── tslib@1.11.1 deduped │ ├─┬ @typescript-eslint/parser@2.23.0 │ │ ├── @types/eslint-visitor-keys@1.0.0 │ │ ├── @typescript-eslint/experimental-utils@2.23.0 deduped │ │ ├─┬ @typescript-eslint/typescript-estree@2.23.0 │ │ │ ├─┬ debug@4.1.1 │ │ │ │ └── ms@2.1.2 │ │ │ ├── eslint-visitor-keys@1.1.0 deduped │ │ │ ├── glob@7.1.6 deduped │ │ │ ├── is-glob@4.0.1 deduped │ │ │ ├── lodash@4.17.15 deduped │ │ │ ├── semver@6.3.0 deduped │ │ │ └── tsutils@3.17.1 deduped │ │ └── eslint-visitor-keys@1.1.0 deduped │ ├── babel-eslint@10.0.3 deduped │ ├─┬ babel-jest@24.9.0 │ │ ├─┬ @jest/transform@24.9.0 │ │ │ ├── @babel/core@7.8.4 deduped │ │ │ ├── @jest/types@24.9.0 deduped │ │ │ ├── babel-plugin-istanbul@5.2.0 deduped │ │ │ ├── chalk@2.4.2 deduped │ │ │ ├── convert-source-map@1.7.0 deduped │ │ │ ├── fast-json-stable-stringify@2.1.0 deduped │ │ │ ├── graceful-fs@4.2.3 deduped │ │ │ ├─┬ jest-haste-map@24.9.0 │ │ │ │ ├── @jest/types@24.9.0 deduped │ │ │ │ ├── anymatch@2.0.0 deduped │ │ │ │ ├─┬ fb-watchman@2.0.1 │ │ │ │ │ └─┬ bser@2.1.1 │ │ │ │ │ └── node-int64@0.4.0 │ │ │ │ ├── UNMET OPTIONAL DEPENDENCY fsevents@1.2.11 │ │ │ │ ├── graceful-fs@4.2.3 deduped │ │ │ │ ├── invariant@2.2.4 deduped │ │ │ │ ├── jest-serializer@24.9.0 │ │ │ │ ├── jest-util@24.9.0 deduped │ │ │ │ ├── jest-worker@24.9.0 deduped │ │ │ │ ├── micromatch@3.1.10 deduped │ │ │ │ ├─┬ sane@4.1.0 │ │ │ │ │ ├─┬ @cnakazawa/watch@1.0.4 │ │ │ │ │ │ ├── exec-sh@0.3.4 deduped │ │ │ │ │ │ └── minimist@1.2.5 deduped │ │ │ │ │ ├── anymatch@2.0.0 deduped │ │ │ │ │ ├─┬ capture-exit@2.0.0 │ │ │ │ │ │ └── rsvp@4.8.5 │ │ │ │ │ ├── exec-sh@0.3.4 │ │ │ │ │ ├── execa@1.0.0 deduped │ │ │ │ │ ├── fb-watchman@2.0.1 deduped │ │ │ │ │ ├── micromatch@3.1.10 deduped │ │ │ │ │ ├── minimist@1.2.5 deduped │ │ │ │ │ └── walker@1.0.7 deduped │ │ │ │ └─┬ walker@1.0.7 │ │ │ │ └─┬ makeerror@1.0.11 │ │ │ │ └── tmpl@1.0.4 │ │ │ ├── jest-regex-util@24.9.0 deduped │ │ │ ├── jest-util@24.9.0 deduped │ │ │ ├── micromatch@3.1.10 deduped │ │ │ ├─┬ pirates@4.0.1 │ │ │ │ └── node-modules-regexp@1.0.0 │ │ │ ├── realpath-native@1.1.0 deduped │ │ │ ├── slash@2.0.0 deduped │ │ │ ├── source-map@0.6.1 │ │ │ └─┬ write-file-atomic@2.4.1 │ │ │ ├── graceful-fs@4.2.3 deduped │ │ │ ├── imurmurhash@0.1.4 deduped │ │ │ └── signal-exit@3.0.2 deduped │ │ ├─┬ @jest/types@24.9.0 │ │ │ ├── @types/istanbul-lib-coverage@2.0.1 │ │ │ ├─┬ @types/istanbul-reports@1.1.1 │ │ │ │ ├── @types/istanbul-lib-coverage@2.0.1 deduped │ │ │ │ └─┬ @types/istanbul-lib-report@3.0.0 │ │ │ │ └── @types/istanbul-lib-coverage@2.0.1 deduped │ │ │ └─┬ @types/yargs@13.0.8 │ │ │ └── @types/yargs-parser@15.0.0 │ │ ├─┬ @types/babel__core@7.1.6 │ │ │ ├── @babel/parser@7.8.8 deduped │ │ │ ├── @babel/types@7.8.7 deduped │ │ │ ├─┬ @types/babel__generator@7.6.1 │ │ │ │ └── @babel/types@7.8.7 deduped │ │ │ ├─┬ @types/babel__template@7.0.2 │ │ │ │ ├── @babel/parser@7.8.8 deduped │ │ │ │ └── @babel/types@7.8.7 deduped │ │ │ └─┬ @types/babel__traverse@7.0.9 │ │ │ └── @babel/types@7.8.7 deduped │ │ ├─┬ babel-plugin-istanbul@5.2.0 │ │ │ ├── @babel/helper-plugin-utils@7.8.3 deduped │ │ │ ├── find-up@3.0.0 deduped │ │ │ ├─┬ istanbul-lib-instrument@3.3.0 │ │ │ │ ├── @babel/generator@7.8.8 deduped │ │ │ │ ├── @babel/parser@7.8.8 deduped │ │ │ │ ├── @babel/template@7.8.6 deduped │ │ │ │ ├── @babel/traverse@7.8.6 deduped │ │ │ │ ├── @babel/types@7.8.7 deduped │ │ │ │ ├── istanbul-lib-coverage@2.0.5 │ │ │ │ └── semver@6.3.0 deduped │ │ │ └─┬ test-exclude@5.2.3 │ │ │ ├── glob@7.1.6 deduped │ │ │ ├── minimatch@3.0.4 deduped │ │ │ ├─┬ read-pkg-up@4.0.0 │ │ │ │ ├── find-up@3.0.0 deduped │ │ │ │ └─┬ read-pkg@3.0.0 │ │ │ │ ├─┬ load-json-file@4.0.0 │ │ │ │ │ ├── graceful-fs@4.2.3 deduped │ │ │ │ │ ├── parse-json@4.0.0 deduped │ │ │ │ │ ├── pify@3.0.0 deduped │ │ │ │ │ └── strip-bom@3.0.0 deduped │ │ │ │ ├── normalize-package-data@2.5.0 deduped │ │ │ │ └── path-type@3.0.0 deduped │ │ │ └── require-main-filename@2.0.0 │ │ ├─┬ babel-preset-jest@24.9.0 │ │ │ ├── @babel/plugin-syntax-object-rest-spread@7.8.3 deduped │ │ │ └─┬ babel-plugin-jest-hoist@24.9.0 │ │ │ └── @types/babel__traverse@7.0.9 deduped │ │ ├── chalk@2.4.2 deduped │ │ └── slash@2.0.0 │ ├─┬ babel-loader@8.0.6 │ │ ├─┬ 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 deduped │ │ ├── loader-utils@1.4.0 deduped │ │ ├── mkdirp@0.5.1 deduped │ │ └── pify@4.0.1 │ ├── babel-plugin-named-asset-import@0.3.6 │ ├─┬ babel-preset-react-app@9.1.1 │ │ ├── @babel/core@7.8.4 deduped │ │ ├─┬ @babel/plugin-proposal-class-properties@7.8.3 │ │ │ ├─┬ @babel/helper-create-class-features-plugin@7.8.6 │ │ │ │ ├── @babel/helper-function-name@7.8.3 deduped │ │ │ │ ├─┬ @babel/helper-member-expression-to-functions@7.8.3 │ │ │ │ │ └── @babel/types@7.8.7 deduped │ │ │ │ ├── @babel/helper-optimise-call-expression@7.8.3 deduped │ │ │ │ ├── @babel/helper-plugin-utils@7.8.3 deduped │ │ │ │ ├── @babel/helper-replace-supers@7.8.6 deduped │ │ │ │ └── @babel/helper-split-export-declaration@7.8.3 deduped │ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped │ │ ├─┬ @babel/plugin-proposal-decorators@7.8.3 │ │ │ ├── @babel/helper-create-class-features-plugin@7.8.6 deduped │ │ │ ├── @babel/helper-plugin-utils@7.8.3 deduped │ │ │ └─┬ @babel/plugin-syntax-decorators@7.8.3 │ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped │ │ ├─┬ @babel/plugin-proposal-numeric-separator@7.8.3 │ │ │ ├── @babel/helper-plugin-utils@7.8.3 deduped │ │ │ └─┬ @babel/plugin-syntax-numeric-separator@7.8.3 │ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped │ │ ├─┬ @babel/plugin-transform-flow-strip-types@7.8.3 │ │ │ ├── @babel/helper-plugin-utils@7.8.3 deduped │ │ │ └─┬ @babel/plugin-syntax-flow@7.8.3 │ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped │ │ ├─┬ @babel/plugin-transform-react-display-name@7.8.3 │ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped │ │ ├─┬ @babel/plugin-transform-runtime@7.8.3 │ │ │ ├── @babel/helper-module-imports@7.8.3 deduped │ │ │ ├── @babel/helper-plugin-utils@7.8.3 deduped │ │ │ ├── resolve@1.15.0 deduped │ │ │ └── semver@5.7.1 │ │ ├─┬ @babel/preset-env@7.8.4 │ │ │ ├── @babel/compat-data@7.8.6 deduped │ │ │ ├── @babel/helper-compilation-targets@7.8.7 deduped │ │ │ ├── @babel/helper-module-imports@7.8.3 deduped │ │ │ ├── @babel/helper-plugin-utils@7.8.3 deduped │ │ │ ├── @babel/plugin-proposal-async-generator-functions@7.8.3 deduped │ │ │ ├── @babel/plugin-proposal-dynamic-import@7.8.3 deduped │ │ │ ├── @babel/plugin-proposal-json-strings@7.8.3 deduped │ │ │ ├── @babel/plugin-proposal-nullish-coalescing-operator@7.8.3 deduped │ │ │ ├── @babel/plugin-proposal-object-rest-spread@7.8.3 deduped │ │ │ ├── @babel/plugin-proposal-optional-catch-binding@7.8.3 deduped │ │ │ ├── @babel/plugin-proposal-optional-chaining@7.8.3 deduped │ │ │ ├── @babel/plugin-proposal-unicode-property-regex@7.8.8 deduped │ │ │ ├── @babel/plugin-syntax-async-generators@7.8.4 deduped │ │ │ ├── @babel/plugin-syntax-dynamic-import@7.8.3 deduped │ │ │ ├── @babel/plugin-syntax-json-strings@7.8.3 deduped │ │ │ ├── @babel/plugin-syntax-nullish-coalescing-operator@7.8.3 deduped │ │ │ ├── @babel/plugin-syntax-object-rest-spread@7.8.3 deduped │ │ │ ├── @babel/plugin-syntax-optional-catch-binding@7.8.3 deduped │ │ │ ├── @babel/plugin-syntax-optional-chaining@7.8.3 deduped │ │ │ ├── @babel/plugin-syntax-top-level-await@7.8.3 deduped │ │ │ ├── @babel/plugin-transform-arrow-functions@7.8.3 deduped │ │ │ ├── @babel/plugin-transform-async-to-generator@7.8.3 deduped │ │ │ ├── @babel/plugin-transform-block-scoped-functions@7.8.3 deduped │ │ │ ├── @babel/plugin-transform-block-scoping@7.8.3 deduped │ │ │ ├── @babel/plugin-transform-classes@7.8.6 deduped │ │ │ ├── @babel/plugin-transform-computed-properties@7.8.3 deduped │ │ │ ├── @babel/plugin-transform-destructuring@7.8.8 deduped │ │ │ ├── @babel/plugin-transform-dotall-regex@7.8.3 deduped │ │ │ ├── @babel/plugin-transform-duplicate-keys@7.8.3 deduped │ │ │ ├── @babel/plugin-transform-exponentiation-operator@7.8.3 deduped │ │ │ ├── @babel/plugin-transform-for-of@7.8.6 deduped │ │ │ ├── @babel/plugin-transform-function-name@7.8.3 deduped │ │ │ ├── @babel/plugin-transform-literals@7.8.3 deduped │ │ │ ├── @babel/plugin-transform-member-expression-literals@7.8.3 deduped │ │ │ ├── @babel/plugin-transform-modules-amd@7.8.3 deduped │ │ │ ├── @babel/plugin-transform-modules-commonjs@7.8.3 deduped │ │ │ ├── @babel/plugin-transform-modules-systemjs@7.8.3 deduped │ │ │ ├── @babel/plugin-transform-modules-umd@7.8.3 deduped │ │ │ ├── @babel/plugin-transform-named-capturing-groups-regex@7.8.3 deduped │ │ │ ├── @babel/plugin-transform-new-target@7.8.3 deduped │ │ │ ├── @babel/plugin-transform-object-super@7.8.3 deduped │ │ │ ├── @babel/plugin-transform-parameters@7.8.8 deduped │ │ │ ├── @babel/plugin-transform-property-literals@7.8.3 deduped │ │ │ ├── @babel/plugin-transform-regenerator@7.8.7 deduped │ │ │ ├── @babel/plugin-transform-reserved-words@7.8.3 deduped │ │ │ ├── @babel/plugin-transform-shorthand-properties@7.8.3 deduped │ │ │ ├── @babel/plugin-transform-spread@7.8.3 deduped │ │ │ ├── @babel/plugin-transform-sticky-regex@7.8.3 deduped │ │ │ ├── @babel/plugin-transform-template-literals@7.8.3 deduped │ │ │ ├── @babel/plugin-transform-typeof-symbol@7.8.4 deduped │ │ │ ├── @babel/plugin-transform-unicode-regex@7.8.3 deduped │ │ │ ├── @babel/types@7.8.7 deduped │ │ │ ├── browserslist@4.9.1 deduped │ │ │ ├── core-js-compat@3.6.4 deduped │ │ │ ├── invariant@2.2.4 deduped │ │ │ ├── levenary@1.1.1 deduped │ │ │ └── semver@5.7.1 │ │ ├── @babel/preset-react@7.8.3 deduped │ │ ├─┬ @babel/preset-typescript@7.8.3 │ │ │ ├── @babel/helper-plugin-utils@7.8.3 deduped │ │ │ └─┬ @babel/plugin-transform-typescript@7.8.7 │ │ │ ├── @babel/helper-create-class-features-plugin@7.8.6 deduped │ │ │ ├── @babel/helper-plugin-utils@7.8.3 deduped │ │ │ └─┬ @babel/plugin-syntax-typescript@7.8.3 │ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped │ │ ├─┬ @babel/runtime@7.8.4 │ │ │ └── regenerator-runtime@0.13.5 deduped │ │ ├─┬ babel-plugin-macros@2.8.0 │ │ │ ├── @babel/runtime@7.8.7 deduped │ │ │ ├─┬ cosmiconfig@6.0.0 │ │ │ │ ├── @types/parse-json@4.0.0 deduped │ │ │ │ ├─┬ import-fresh@3.2.1 │ │ │ │ │ ├── parent-module@1.0.1 deduped │ │ │ │ │ └── resolve-from@4.0.0 │ │ │ │ ├─┬ parse-json@5.0.0 │ │ │ │ │ ├── @babel/code-frame@7.8.3 deduped │ │ │ │ │ ├── error-ex@1.3.2 deduped │ │ │ │ │ ├── json-parse-better-errors@1.0.2 deduped │ │ │ │ │ └── lines-and-columns@1.1.6 deduped │ │ │ │ ├── path-type@4.0.0 │ │ │ │ └── yaml@1.8.2 deduped │ │ │ └── resolve@1.15.0 deduped │ │ └── babel-plugin-transform-react-remove-prop-types@0.4.24 │ ├── camelcase@5.3.1 │ ├── case-sensitive-paths-webpack-plugin@2.3.0 │ ├─┬ css-loader@3.4.2 │ │ ├── camelcase@5.3.1 │ │ ├── cssesc@3.0.0 │ │ ├─┬ icss-utils@4.1.1 │ │ │ └── postcss@7.0.27 deduped │ │ ├── loader-utils@1.4.0 deduped │ │ ├── normalize-path@3.0.0 │ │ ├─┬ postcss@7.0.27 │ │ │ ├── chalk@2.4.2 deduped │ │ │ ├── source-map@0.6.1 │ │ │ └─┬ supports-color@6.1.0 │ │ │ └── has-flag@3.0.0 deduped │ │ ├─┬ postcss-modules-extract-imports@2.0.0 │ │ │ └── postcss@7.0.27 deduped │ │ ├─┬ postcss-modules-local-by-default@3.0.2 │ │ │ ├── icss-utils@4.1.1 deduped │ │ │ ├── postcss@7.0.27 deduped │ │ │ ├─┬ postcss-selector-parser@6.0.2 │ │ │ │ ├── cssesc@3.0.0 deduped │ │ │ │ ├── indexes-of@1.0.1 │ │ │ │ └── uniq@1.0.1 │ │ │ └── postcss-value-parser@4.0.3 deduped │ │ ├─┬ postcss-modules-scope@2.1.1 │ │ │ ├── postcss@7.0.27 deduped │ │ │ └── postcss-selector-parser@6.0.2 deduped │ │ ├─┬ postcss-modules-values@3.0.0 │ │ │ ├── icss-utils@4.1.1 deduped │ │ │ └── postcss@7.0.27 deduped │ │ ├── postcss-value-parser@4.0.3 │ │ └─┬ schema-utils@2.6.5 │ │ ├── ajv@6.12.0 deduped │ │ └── ajv-keywords@3.4.1 deduped │ ├── dotenv@8.2.0 │ ├── dotenv-expand@5.1.0 │ ├── eslint@6.8.0 deduped │ ├─┬ eslint-config-react-app@5.2.0 │ │ └── confusing-browser-globals@1.0.9 deduped │ ├─┬ eslint-loader@3.0.3 │ │ ├── fs-extra@8.1.0 deduped │ │ ├─┬ loader-fs-cache@1.0.2 │ │ │ ├─┬ find-cache-dir@0.1.1 │ │ │ │ ├── commondir@1.0.1 deduped │ │ │ │ ├── mkdirp@0.5.1 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.1 deduped │ │ ├── loader-utils@1.4.0 deduped │ │ ├── object-hash@2.0.3 │ │ └── schema-utils@2.6.5 deduped │ ├─┬ UNMET PEER DEPENDENCY eslint-plugin-flowtype@4.6.0 │ │ └── lodash@4.17.15 deduped │ ├─┬ eslint-plugin-import@2.20.0 │ │ ├── array-includes@3.1.1 deduped │ │ ├── array.prototype.flat@1.2.3 deduped │ │ ├── contains-path@0.1.0 deduped │ │ ├─┬ debug@2.6.9 │ │ │ └── ms@2.0.0 deduped │ │ ├─┬ doctrine@1.5.0 │ │ │ ├── esutils@2.0.3 deduped │ │ │ └── isarray@1.0.0 │ │ ├── eslint-import-resolver-node@0.3.3 deduped │ │ ├── eslint-module-utils@2.5.2 deduped │ │ ├── has@1.0.3 deduped │ │ ├── minimatch@3.0.4 deduped │ │ ├── object.values@1.1.1 deduped │ │ ├─┬ read-pkg-up@2.0.0 │ │ │ ├─┬ find-up@2.1.0 │ │ │ │ └─┬ locate-path@2.0.0 │ │ │ │ ├─┬ p-locate@2.0.0 │ │ │ │ │ └─┬ p-limit@1.3.0 │ │ │ │ │ └── p-try@1.0.0 │ │ │ │ └── path-exists@3.0.0 deduped │ │ │ └─┬ read-pkg@2.0.0 │ │ │ ├─┬ load-json-file@2.0.0 │ │ │ │ ├── graceful-fs@4.2.3 deduped │ │ │ │ ├─┬ parse-json@2.2.0 │ │ │ │ │ └── error-ex@1.3.2 deduped │ │ │ │ ├── pify@2.3.0 │ │ │ │ └── strip-bom@3.0.0 deduped │ │ │ ├── normalize-package-data@2.5.0 deduped │ │ │ └─┬ path-type@2.0.0 │ │ │ └── pify@2.3.0 deduped │ │ └── resolve@1.15.0 deduped │ ├── eslint-plugin-jsx-a11y@6.2.3 deduped │ ├─┬ eslint-plugin-react@7.18.0 │ │ ├── array-includes@3.1.1 deduped │ │ ├─┬ doctrine@2.1.0 │ │ │ └── esutils@2.0.3 deduped │ │ ├── has@1.0.3 deduped │ │ ├── jsx-ast-utils@2.2.3 deduped │ │ ├── object.entries@1.1.1 deduped │ │ ├── object.fromentries@2.0.2 deduped │ │ ├── object.values@1.1.1 deduped │ │ ├── prop-types@15.7.2 deduped │ │ └── resolve@1.15.0 deduped │ ├── eslint-plugin-react-hooks@1.7.0 │ ├─┬ file-loader@4.3.0 │ │ ├── loader-utils@1.4.0 deduped │ │ └── schema-utils@2.6.5 deduped │ ├─┬ fs-extra@8.1.0 │ │ ├── graceful-fs@4.2.3 │ │ ├─┬ jsonfile@4.0.0 │ │ │ └── graceful-fs@4.2.3 deduped │ │ └── universalify@0.1.2 │ ├── UNMET OPTIONAL DEPENDENCY fsevents@2.1.2 │ ├─┬ html-webpack-plugin@4.0.0-beta.11 │ │ ├─┬ html-minifier-terser@5.0.4 │ │ │ ├─┬ camel-case@4.1.1 │ │ │ │ ├─┬ pascal-case@3.1.1 │ │ │ │ │ ├─┬ no-case@3.0.3 │ │ │ │ │ │ ├─┬ lower-case@2.0.1 │ │ │ │ │ │ │ └── tslib@1.11.1 deduped │ │ │ │ │ │ └── tslib@1.11.1 deduped │ │ │ │ │ └── tslib@1.11.1 deduped │ │ │ │ └── tslib@1.11.1 deduped │ │ │ ├─┬ clean-css@4.2.3 │ │ │ │ └── source-map@0.6.1 │ │ │ ├── commander@4.1.1 │ │ │ ├── he@1.2.0 │ │ │ ├─┬ param-case@3.0.3 │ │ │ │ ├─┬ dot-case@3.0.3 │ │ │ │ │ ├── no-case@3.0.3 deduped │ │ │ │ │ └── tslib@1.11.1 deduped │ │ │ │ └── tslib@1.11.1 deduped │ │ │ ├── relateurl@0.2.7 │ │ │ └── terser@4.6.6 deduped │ │ ├── loader-utils@1.4.0 deduped │ │ ├── lodash@4.17.15 deduped │ │ ├─┬ pretty-error@2.1.1 │ │ │ ├─┬ renderkid@2.0.3 │ │ │ │ ├─┬ css-select@1.2.0 │ │ │ │ │ ├── boolbase@1.0.0 deduped │ │ │ │ │ ├── css-what@2.1.3 │ │ │ │ │ ├─┬ domutils@1.5.1 │ │ │ │ │ │ ├── dom-serializer@0.2.2 deduped │ │ │ │ │ │ └── domelementtype@1.3.1 deduped │ │ │ │ │ └── nth-check@1.0.2 deduped │ │ │ │ ├─┬ dom-converter@0.2.0 │ │ │ │ │ └── utila@0.4.0 deduped │ │ │ │ ├── htmlparser2@3.10.1 deduped │ │ │ │ ├── strip-ansi@3.0.1 deduped │ │ │ │ └── utila@0.4.0 deduped │ │ │ └── utila@0.4.0 │ │ ├── tapable@1.1.3 │ │ └─┬ util.promisify@1.0.0 │ │ ├── define-properties@1.1.3 deduped │ │ └─┬ object.getownpropertydescriptors@2.1.0 │ │ ├── define-properties@1.1.3 deduped │ │ └── es-abstract@1.17.4 deduped │ ├─┬ identity-obj-proxy@3.0.0 │ │ └── harmony-reflect@1.6.1 │ ├─┬ jest@24.9.0 │ │ ├─┬ import-local@2.0.0 │ │ │ ├── pkg-dir@3.0.0 deduped │ │ │ └─┬ resolve-cwd@2.0.0 │ │ │ └── resolve-from@3.0.0 │ │ └─┬ jest-cli@24.9.0 │ │ ├─┬ @jest/core@24.9.0 │ │ │ ├── @jest/console@24.9.0 deduped │ │ │ ├─┬ @jest/reporters@24.9.0 │ │ │ │ ├── @jest/environment@24.9.0 deduped │ │ │ │ ├── @jest/test-result@24.9.0 deduped │ │ │ │ ├── @jest/transform@24.9.0 deduped │ │ │ │ ├── @jest/types@24.9.0 deduped │ │ │ │ ├── chalk@2.4.2 deduped │ │ │ │ ├── exit@0.1.2 deduped │ │ │ │ ├── glob@7.1.6 deduped │ │ │ │ ├── istanbul-lib-coverage@2.0.5 deduped │ │ │ │ ├── istanbul-lib-instrument@3.3.0 deduped │ │ │ │ ├─┬ istanbul-lib-report@2.0.8 │ │ │ │ │ ├── istanbul-lib-coverage@2.0.5 deduped │ │ │ │ │ ├── make-dir@2.1.0 deduped │ │ │ │ │ └─┬ supports-color@6.1.0 │ │ │ │ │ └── has-flag@3.0.0 deduped │ │ │ │ ├─┬ istanbul-lib-source-maps@3.0.6 │ │ │ │ │ ├─┬ debug@4.1.1 │ │ │ │ │ │ └── ms@2.1.2 │ │ │ │ │ ├── istanbul-lib-coverage@2.0.5 deduped │ │ │ │ │ ├── make-dir@2.1.0 deduped │ │ │ │ │ ├── rimraf@2.6.3 deduped │ │ │ │ │ └── source-map@0.6.1 │ │ │ │ ├─┬ istanbul-reports@2.2.7 │ │ │ │ │ └── html-escaper@2.0.0 │ │ │ │ ├── jest-haste-map@24.9.0 deduped │ │ │ │ ├── jest-resolve@24.9.0 deduped │ │ │ │ ├── jest-runtime@24.9.0 deduped │ │ │ │ ├── jest-util@24.9.0 deduped │ │ │ │ ├── jest-worker@24.9.0 deduped │ │ │ │ ├─┬ node-notifier@5.4.3 │ │ │ │ │ ├── growly@1.3.0 │ │ │ │ │ ├── is-wsl@1.1.0 deduped │ │ │ │ │ ├── semver@5.7.1 │ │ │ │ │ ├── shellwords@0.1.1 │ │ │ │ │ └── which@1.3.1 deduped │ │ │ │ ├── slash@2.0.0 deduped │ │ │ │ ├── source-map@0.6.1 │ │ │ │ └── string-length@2.0.0 deduped │ │ │ ├── @jest/test-result@24.9.0 deduped │ │ │ ├── @jest/transform@24.9.0 deduped │ │ │ ├── @jest/types@24.9.0 deduped │ │ │ ├── ansi-escapes@3.2.0 │ │ │ ├── chalk@2.4.2 deduped │ │ │ ├── exit@0.1.2 deduped │ │ │ ├── graceful-fs@4.2.3 deduped │ │ │ ├─┬ jest-changed-files@24.9.0 │ │ │ │ ├── @jest/types@24.9.0 deduped │ │ │ │ ├── execa@1.0.0 deduped │ │ │ │ └── throat@4.1.0 │ │ │ ├── jest-config@24.9.0 deduped │ │ │ ├── jest-haste-map@24.9.0 deduped │ │ │ ├── jest-message-util@24.9.0 deduped │ │ │ ├── jest-regex-util@24.9.0 deduped │ │ │ ├── jest-resolve@24.9.0 deduped │ │ │ ├─┬ jest-resolve-dependencies@24.9.0 │ │ │ │ ├── @jest/types@24.9.0 deduped │ │ │ │ ├── jest-regex-util@24.9.0 deduped │ │ │ │ └── jest-snapshot@24.9.0 deduped │ │ │ ├─┬ jest-runner@24.9.0 │ │ │ │ ├── @jest/console@24.9.0 deduped │ │ │ │ ├── @jest/environment@24.9.0 deduped │ │ │ │ ├── @jest/test-result@24.9.0 deduped │ │ │ │ ├── @jest/types@24.9.0 deduped │ │ │ │ ├── chalk@2.4.2 deduped │ │ │ │ ├── exit@0.1.2 deduped │ │ │ │ ├── graceful-fs@4.2.3 deduped │ │ │ │ ├── jest-config@24.9.0 deduped │ │ │ │ ├─┬ jest-docblock@24.9.0 │ │ │ │ │ └── detect-newline@2.1.0 │ │ │ │ ├── jest-haste-map@24.9.0 deduped │ │ │ │ ├── jest-jasmine2@24.9.0 deduped │ │ │ │ ├─┬ jest-leak-detector@24.9.0 │ │ │ │ │ ├── jest-get-type@24.9.0 deduped │ │ │ │ │ └── pretty-format@24.9.0 deduped │ │ │ │ ├── jest-message-util@24.9.0 deduped │ │ │ │ ├── jest-resolve@24.9.0 deduped │ │ │ │ ├── jest-runtime@24.9.0 deduped │ │ │ │ ├── jest-util@24.9.0 deduped │ │ │ │ ├── jest-worker@24.9.0 deduped │ │ │ │ ├── source-map-support@0.5.16 deduped │ │ │ │ └── throat@4.1.0 deduped │ │ │ ├─┬ jest-runtime@24.9.0 │ │ │ │ ├── @jest/console@24.9.0 deduped │ │ │ │ ├── @jest/environment@24.9.0 deduped │ │ │ │ ├── @jest/source-map@24.9.0 deduped │ │ │ │ ├── @jest/transform@24.9.0 deduped │ │ │ │ ├── @jest/types@24.9.0 deduped │ │ │ │ ├── @types/yargs@13.0.8 deduped │ │ │ │ ├── chalk@2.4.2 deduped │ │ │ │ ├── exit@0.1.2 deduped │ │ │ │ ├── glob@7.1.6 deduped │ │ │ │ ├── graceful-fs@4.2.3 deduped │ │ │ │ ├── jest-config@24.9.0 deduped │ │ │ │ ├── jest-haste-map@24.9.0 deduped │ │ │ │ ├── jest-message-util@24.9.0 deduped │ │ │ │ ├── jest-mock@24.9.0 deduped │ │ │ │ ├── jest-regex-util@24.9.0 deduped │ │ │ │ ├── jest-resolve@24.9.0 deduped │ │ │ │ ├── jest-snapshot@24.9.0 deduped │ │ │ │ ├── jest-util@24.9.0 deduped │ │ │ │ ├── jest-validate@24.9.0 deduped │ │ │ │ ├── realpath-native@1.1.0 deduped │ │ │ │ ├── slash@2.0.0 deduped │ │ │ │ ├── strip-bom@3.0.0 deduped │ │ │ │ └─┬ yargs@13.3.0 │ │ │ │ ├─┬ 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 deduped │ │ │ │ ├── find-up@3.0.0 deduped │ │ │ │ ├── get-caller-file@2.0.5 deduped │ │ │ │ ├── require-directory@2.1.1 deduped │ │ │ │ ├── require-main-filename@2.0.0 deduped │ │ │ │ ├── set-blocking@2.0.0 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 │ │ │ │ ├── which-module@2.0.0 deduped │ │ │ │ ├── y18n@4.0.0 │ │ │ │ └── yargs-parser@13.1.1 deduped │ │ │ ├─┬ jest-snapshot@24.9.0 │ │ │ │ ├── @babel/types@7.8.7 deduped │ │ │ │ ├── @jest/types@24.9.0 deduped │ │ │ │ ├── chalk@2.4.2 deduped │ │ │ │ ├─┬ expect@24.9.0 │ │ │ │ │ ├── @jest/types@24.9.0 deduped │ │ │ │ │ ├── ansi-styles@3.2.1 deduped │ │ │ │ │ ├── jest-get-type@24.9.0 deduped │ │ │ │ │ ├── jest-matcher-utils@24.9.0 deduped │ │ │ │ │ ├── jest-message-util@24.9.0 deduped │ │ │ │ │ └── jest-regex-util@24.9.0 deduped │ │ │ │ ├─┬ jest-diff@24.9.0 │ │ │ │ │ ├── chalk@2.4.2 deduped │ │ │ │ │ ├── diff-sequences@24.9.0 │ │ │ │ │ ├── jest-get-type@24.9.0 deduped │ │ │ │ │ └── pretty-format@24.9.0 deduped │ │ │ │ ├── jest-get-type@24.9.0 deduped │ │ │ │ ├─┬ jest-matcher-utils@24.9.0 │ │ │ │ │ ├── chalk@2.4.2 deduped │ │ │ │ │ ├── jest-diff@24.9.0 deduped │ │ │ │ │ ├── jest-get-type@24.9.0 deduped │ │ │ │ │ └── pretty-format@24.9.0 deduped │ │ │ │ ├── jest-message-util@24.9.0 deduped │ │ │ │ ├── jest-resolve@24.9.0 deduped │ │ │ │ ├── mkdirp@0.5.1 deduped │ │ │ │ ├── natural-compare@1.4.0 deduped │ │ │ │ ├── pretty-format@24.9.0 deduped │ │ │ │ └── semver@6.3.0 deduped │ │ │ ├── jest-util@24.9.0 deduped │ │ │ ├── jest-validate@24.9.0 deduped │ │ │ ├── jest-watcher@24.9.0 deduped │ │ │ ├── micromatch@3.1.10 deduped │ │ │ ├─┬ p-each-series@1.0.0 │ │ │ │ └── p-reduce@1.0.0 │ │ │ ├── realpath-native@1.1.0 deduped │ │ │ ├── rimraf@2.6.3 deduped │ │ │ ├── slash@2.0.0 deduped │ │ │ └─┬ strip-ansi@5.2.0 │ │ │ └── ansi-regex@4.1.0 │ │ ├─┬ @jest/test-result@24.9.0 │ │ │ ├── @jest/console@24.9.0 deduped │ │ │ ├── @jest/types@24.9.0 deduped │ │ │ └── @types/istanbul-lib-coverage@2.0.1 deduped │ │ ├── @jest/types@24.9.0 deduped │ │ ├── chalk@2.4.2 deduped │ │ ├── exit@0.1.2 │ │ ├── import-local@2.0.0 deduped │ │ ├─┬ is-ci@2.0.0 │ │ │ └── ci-info@2.0.0 deduped │ │ ├─┬ jest-config@24.9.0 │ │ │ ├── @babel/core@7.8.4 deduped │ │ │ ├─┬ @jest/test-sequencer@24.9.0 │ │ │ │ ├── @jest/test-result@24.9.0 deduped │ │ │ │ ├── jest-haste-map@24.9.0 deduped │ │ │ │ ├── jest-runner@24.9.0 deduped │ │ │ │ └── jest-runtime@24.9.0 deduped │ │ │ ├── @jest/types@24.9.0 deduped │ │ │ ├── babel-jest@24.9.0 deduped │ │ │ ├── chalk@2.4.2 deduped │ │ │ ├── glob@7.1.6 deduped │ │ │ ├─┬ jest-environment-jsdom@24.9.0 │ │ │ │ ├── @jest/environment@24.9.0 deduped │ │ │ │ ├── @jest/fake-timers@24.9.0 deduped │ │ │ │ ├── @jest/types@24.9.0 deduped │ │ │ │ ├── jest-mock@24.9.0 deduped │ │ │ │ ├── jest-util@24.9.0 deduped │ │ │ │ └─┬ jsdom@11.12.0 │ │ │ │ ├── abab@2.0.3 deduped │ │ │ │ ├── acorn@5.7.4 │ │ │ │ ├── acorn-globals@4.3.4 deduped │ │ │ │ ├── array-equal@1.0.0 deduped │ │ │ │ ├── cssom@0.3.8 deduped │ │ │ │ ├── cssstyle@1.4.0 deduped │ │ │ │ ├── data-urls@1.1.0 deduped │ │ │ │ ├── domexception@1.0.1 deduped │ │ │ │ ├── escodegen@1.14.1 deduped │ │ │ │ ├── html-encoding-sniffer@1.0.2 deduped │ │ │ │ ├── left-pad@1.3.0 │ │ │ │ ├── nwsapi@2.2.0 deduped │ │ │ │ ├── parse5@4.0.0 │ │ │ │ ├── pn@1.1.0 deduped │ │ │ │ ├── request@2.88.2 deduped │ │ │ │ ├── request-promise-native@1.0.8 deduped │ │ │ │ ├── sax@1.2.4 deduped │ │ │ │ ├── symbol-tree@3.2.4 deduped │ │ │ │ ├── tough-cookie@2.5.0 deduped │ │ │ │ ├── w3c-hr-time@1.0.2 deduped │ │ │ │ ├── webidl-conversions@4.0.2 deduped │ │ │ │ ├── whatwg-encoding@1.0.5 deduped │ │ │ │ ├── whatwg-mimetype@2.3.0 deduped │ │ │ │ ├─┬ whatwg-url@6.5.0 │ │ │ │ │ ├── lodash.sortby@4.7.0 deduped │ │ │ │ │ ├── tr46@1.0.1 deduped │ │ │ │ │ └── webidl-conversions@4.0.2 deduped │ │ │ │ ├─┬ ws@5.2.2 │ │ │ │ │ └── async-limiter@1.0.1 deduped │ │ │ │ └── xml-name-validator@3.0.0 deduped │ │ │ ├─┬ jest-environment-node@24.9.0 │ │ │ │ ├── @jest/environment@24.9.0 deduped │ │ │ │ ├── @jest/fake-timers@24.9.0 deduped │ │ │ │ ├── @jest/types@24.9.0 deduped │ │ │ │ ├── jest-mock@24.9.0 deduped │ │ │ │ └── jest-util@24.9.0 deduped │ │ │ ├── jest-get-type@24.9.0 │ │ │ ├─┬ jest-jasmine2@24.9.0 │ │ │ │ ├── @babel/traverse@7.8.6 deduped │ │ │ │ ├── @jest/environment@24.9.0 deduped │ │ │ │ ├── @jest/test-result@24.9.0 deduped │ │ │ │ ├── @jest/types@24.9.0 deduped │ │ │ │ ├── chalk@2.4.2 deduped │ │ │ │ ├── co@4.6.0 │ │ │ │ ├── expect@24.9.0 deduped │ │ │ │ ├── is-generator-fn@2.1.0 │ │ │ │ ├─┬ jest-each@24.9.0 │ │ │ │ │ ├── @jest/types@24.9.0 deduped │ │ │ │ │ ├── chalk@2.4.2 deduped │ │ │ │ │ ├── jest-get-type@24.9.0 deduped │ │ │ │ │ ├── jest-util@24.9.0 deduped │ │ │ │ │ └── pretty-format@24.9.0 deduped │ │ │ │ ├── jest-matcher-utils@24.9.0 deduped │ │ │ │ ├── jest-message-util@24.9.0 deduped │ │ │ │ ├── jest-runtime@24.9.0 deduped │ │ │ │ ├── jest-snapshot@24.9.0 deduped │ │ │ │ ├── jest-util@24.9.0 deduped │ │ │ │ ├── pretty-format@24.9.0 deduped │ │ │ │ └── throat@4.1.0 deduped │ │ │ ├── jest-regex-util@24.9.0 deduped │ │ │ ├── jest-resolve@24.9.0 deduped │ │ │ ├── jest-util@24.9.0 deduped │ │ │ ├── jest-validate@24.9.0 deduped │ │ │ ├── micromatch@3.1.10 deduped │ │ │ ├─┬ pretty-format@24.9.0 │ │ │ │ ├── @jest/types@24.9.0 deduped │ │ │ │ ├── ansi-regex@4.1.0 │ │ │ │ ├── ansi-styles@3.2.1 deduped │ │ │ │ └── react-is@16.13.0 deduped │ │ │ └── realpath-native@1.1.0 deduped │ │ ├── jest-util@24.9.0 deduped │ │ ├─┬ jest-validate@24.9.0 │ │ │ ├── @jest/types@24.9.0 deduped │ │ │ ├── camelcase@5.3.1 │ │ │ ├── chalk@2.4.2 deduped │ │ │ ├── jest-get-type@24.9.0 deduped │ │ │ ├── leven@3.1.0 deduped │ │ │ └── pretty-format@24.9.0 deduped │ │ ├─┬ prompts@2.3.1 │ │ │ ├── kleur@3.0.3 │ │ │ └── sisteransi@1.0.4 │ │ ├── realpath-native@1.1.0 deduped │ │ └─┬ yargs@13.3.0 │ │ ├─┬ 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 deduped │ │ ├── find-up@3.0.0 deduped │ │ ├── get-caller-file@2.0.5 │ │ ├── require-directory@2.1.1 deduped │ │ ├── require-main-filename@2.0.0 deduped │ │ ├── set-blocking@2.0.0 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 │ │ ├── which-module@2.0.0 deduped │ │ ├── y18n@4.0.0 │ │ └─┬ yargs-parser@13.1.1 │ │ ├── camelcase@5.3.1 │ │ └── decamelize@1.2.0 deduped │ ├─┬ jest-environment-jsdom-fourteen@1.0.1 │ │ ├─┬ @jest/environment@24.9.0 │ │ │ ├── @jest/fake-timers@24.9.0 deduped │ │ │ ├── @jest/transform@24.9.0 deduped │ │ │ ├── @jest/types@24.9.0 deduped │ │ │ └── jest-mock@24.9.0 deduped │ │ ├─┬ @jest/fake-timers@24.9.0 │ │ │ ├── @jest/types@24.9.0 deduped │ │ │ ├─┬ jest-message-util@24.9.0 │ │ │ │ ├── @babel/code-frame@7.8.3 deduped │ │ │ │ ├── @jest/test-result@24.9.0 deduped │ │ │ │ ├── @jest/types@24.9.0 deduped │ │ │ │ ├── @types/stack-utils@1.0.1 │ │ │ │ ├── chalk@2.4.2 deduped │ │ │ │ ├── micromatch@3.1.10 deduped │ │ │ │ ├── slash@2.0.0 deduped │ │ │ │ └── stack-utils@1.0.2 │ │ │ └── jest-mock@24.9.0 deduped │ │ ├── @jest/types@24.9.0 deduped │ │ ├─┬ jest-mock@24.9.0 │ │ │ └── @jest/types@24.9.0 deduped │ │ ├─┬ jest-util@24.9.0 │ │ │ ├─┬ @jest/console@24.9.0 │ │ │ │ ├── @jest/source-map@24.9.0 deduped │ │ │ │ ├── chalk@2.4.2 deduped │ │ │ │ └── slash@2.0.0 deduped │ │ │ ├── @jest/fake-timers@24.9.0 deduped │ │ │ ├─┬ @jest/source-map@24.9.0 │ │ │ │ ├── callsites@3.1.0 │ │ │ │ ├── graceful-fs@4.2.3 deduped │ │ │ │ └── source-map@0.6.1 │ │ │ ├── @jest/test-result@24.9.0 deduped │ │ │ ├── @jest/types@24.9.0 deduped │ │ │ ├── callsites@3.1.0 │ │ │ ├── chalk@2.4.2 deduped │ │ │ ├── graceful-fs@4.2.3 deduped │ │ │ ├── is-ci@2.0.0 deduped │ │ │ ├── mkdirp@0.5.1 deduped │ │ │ ├── slash@2.0.0 deduped │ │ │ └── source-map@0.6.1 │ │ └─┬ jsdom@14.1.0 │ │ ├── abab@2.0.3 │ │ ├── acorn@6.4.1 │ │ ├─┬ acorn-globals@4.3.4 │ │ │ ├── acorn@6.4.1 │ │ │ └── acorn-walk@6.2.0 │ │ ├── array-equal@1.0.0 │ │ ├── cssom@0.3.8 │ │ ├─┬ cssstyle@1.4.0 │ │ │ └── cssom@0.3.8 deduped │ │ ├─┬ data-urls@1.1.0 │ │ │ ├── abab@2.0.3 deduped │ │ │ ├── whatwg-mimetype@2.3.0 deduped │ │ │ └─┬ whatwg-url@7.1.0 │ │ │ ├── lodash.sortby@4.7.0 deduped │ │ │ ├── tr46@1.0.1 deduped │ │ │ └── webidl-conversions@4.0.2 deduped │ │ ├─┬ domexception@1.0.1 │ │ │ └── webidl-conversions@4.0.2 deduped │ │ ├─┬ escodegen@1.14.1 │ │ │ ├── esprima@4.0.1 deduped │ │ │ ├── estraverse@4.3.0 deduped │ │ │ ├── esutils@2.0.3 deduped │ │ │ ├── optionator@0.8.3 deduped │ │ │ └── source-map@0.6.1 │ │ ├─┬ html-encoding-sniffer@1.0.2 │ │ │ └── whatwg-encoding@1.0.5 deduped │ │ ├── nwsapi@2.2.0 │ │ ├── parse5@5.1.0 │ │ ├── pn@1.1.0 │ │ ├─┬ request@2.88.2 │ │ │ ├── aws-sign2@0.7.0 │ │ │ ├── aws4@1.9.1 │ │ │ ├── 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.26 deduped │ │ │ ├─┬ har-validator@5.1.3 │ │ │ │ ├── ajv@6.12.0 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.26 deduped │ │ │ ├── oauth-sign@0.9.0 │ │ │ ├── performance-now@2.1.0 deduped │ │ │ ├── qs@6.5.2 │ │ │ ├── safe-buffer@5.2.0 deduped │ │ │ ├── tough-cookie@2.5.0 deduped │ │ │ ├─┬ tunnel-agent@0.6.0 │ │ │ │ └── safe-buffer@5.2.0 deduped │ │ │ └── uuid@3.4.0 deduped │ │ ├─┬ request-promise-native@1.0.8 │ │ │ ├─┬ request-promise-core@1.1.3 │ │ │ │ └── lodash@4.17.15 deduped │ │ │ ├── stealthy-require@1.1.1 │ │ │ └── tough-cookie@2.5.0 deduped │ │ ├─┬ saxes@3.1.11 │ │ │ └── xmlchars@2.2.0 │ │ ├── symbol-tree@3.2.4 │ │ ├─┬ tough-cookie@2.5.0 │ │ │ ├── psl@1.7.0 │ │ │ └── punycode@2.1.1 deduped │ │ ├─┬ w3c-hr-time@1.0.2 │ │ │ └── browser-process-hrtime@1.0.0 │ │ ├─┬ w3c-xmlserializer@1.1.2 │ │ │ ├── domexception@1.0.1 deduped │ │ │ ├── webidl-conversions@4.0.2 deduped │ │ │ └── xml-name-validator@3.0.0 deduped │ │ ├── webidl-conversions@4.0.2 │ │ ├─┬ whatwg-encoding@1.0.5 │ │ │ └── iconv-lite@0.4.24 deduped │ │ ├── whatwg-mimetype@2.3.0 │ │ ├─┬ whatwg-url@7.1.0 │ │ │ ├── lodash.sortby@4.7.0 │ │ │ ├─┬ tr46@1.0.1 │ │ │ │ └── punycode@2.1.1 deduped │ │ │ └── webidl-conversions@4.0.2 deduped │ │ ├─┬ ws@6.2.1 │ │ │ └── async-limiter@1.0.1 deduped │ │ └── xml-name-validator@3.0.0 │ ├─┬ jest-resolve@24.9.0 │ │ ├── @jest/types@24.9.0 deduped │ │ ├─┬ browser-resolve@1.11.3 │ │ │ └── resolve@1.1.7 │ │ ├── chalk@2.4.2 deduped │ │ ├── jest-pnp-resolver@1.2.1 │ │ └─┬ realpath-native@1.1.0 │ │ └─┬ util.promisify@1.0.1 │ │ ├── define-properties@1.1.3 deduped │ │ ├── es-abstract@1.17.4 deduped │ │ ├── has-symbols@1.0.1 deduped │ │ └── object.getownpropertydescriptors@2.1.0 deduped │ ├─┬ jest-watch-typeahead@0.4.2 │ │ ├── ansi-escapes@4.3.1 deduped │ │ ├── chalk@2.4.2 deduped │ │ ├── jest-regex-util@24.9.0 │ │ ├─┬ jest-watcher@24.9.0 │ │ │ ├── @jest/test-result@24.9.0 deduped │ │ │ ├── @jest/types@24.9.0 deduped │ │ │ ├── @types/yargs@13.0.8 deduped │ │ │ ├── ansi-escapes@3.2.0 │ │ │ ├── chalk@2.4.2 deduped │ │ │ ├── jest-util@24.9.0 deduped │ │ │ └─┬ string-length@2.0.0 │ │ │ ├── astral-regex@1.0.0 deduped │ │ │ └─┬ strip-ansi@4.0.0 │ │ │ └── ansi-regex@3.0.0 │ │ ├── slash@3.0.0 │ │ ├─┬ string-length@3.1.0 │ │ │ ├── astral-regex@1.0.0 deduped │ │ │ └── strip-ansi@5.2.0 deduped │ │ └─┬ strip-ansi@5.2.0 │ │ └── ansi-regex@4.1.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.0 deduped │ │ │ ├── ajv-errors@1.0.1 │ │ │ └── ajv-keywords@3.4.1 deduped │ │ └── webpack-sources@1.4.3 deduped │ ├─┬ optimize-css-assets-webpack-plugin@5.0.3 │ │ ├─┬ cssnano@4.1.10 │ │ │ ├── cosmiconfig@5.2.1 deduped │ │ │ ├─┬ cssnano-preset-default@4.0.7 │ │ │ │ ├─┬ css-declaration-sorter@4.0.1 │ │ │ │ │ ├── postcss@7.0.27 deduped │ │ │ │ │ └── timsort@0.3.0 │ │ │ │ ├─┬ cssnano-util-raw-cache@4.0.1 │ │ │ │ │ └── postcss@7.0.27 deduped │ │ │ │ ├── postcss@7.0.27 deduped │ │ │ │ ├─┬ postcss-calc@7.0.2 │ │ │ │ │ ├── postcss@7.0.27 deduped │ │ │ │ │ ├── postcss-selector-parser@6.0.2 deduped │ │ │ │ │ └── postcss-value-parser@4.0.3 deduped │ │ │ │ ├─┬ postcss-colormin@4.0.3 │ │ │ │ │ ├── browserslist@4.9.1 deduped │ │ │ │ │ ├─┬ color@3.1.2 │ │ │ │ │ │ ├── color-convert@1.9.3 deduped │ │ │ │ │ │ └─┬ color-string@1.5.3 │ │ │ │ │ │ ├── color-name@1.1.3 deduped │ │ │ │ │ │ └─┬ simple-swizzle@0.2.2 │ │ │ │ │ │ └── is-arrayish@0.3.2 │ │ │ │ │ ├── has@1.0.3 deduped │ │ │ │ │ ├── postcss@7.0.27 deduped │ │ │ │ │ └── postcss-value-parser@3.3.1 │ │ │ │ ├─┬ postcss-convert-values@4.0.1 │ │ │ │ │ ├── postcss@7.0.27 deduped │ │ │ │ │ └── postcss-value-parser@3.3.1 │ │ │ │ ├─┬ postcss-discard-comments@4.0.2 │ │ │ │ │ └── postcss@7.0.27 deduped │ │ │ │ ├─┬ postcss-discard-duplicates@4.0.2 │ │ │ │ │ └── postcss@7.0.27 deduped │ │ │ │ ├─┬ postcss-discard-empty@4.0.1 │ │ │ │ │ └── postcss@7.0.27 deduped │ │ │ │ ├─┬ postcss-discard-overridden@4.0.1 │ │ │ │ │ └── postcss@7.0.27 deduped │ │ │ │ ├─┬ postcss-merge-longhand@4.0.11 │ │ │ │ │ ├── css-color-names@0.0.4 │ │ │ │ │ ├── postcss@7.0.27 deduped │ │ │ │ │ ├── postcss-value-parser@3.3.1 │ │ │ │ │ └─┬ stylehacks@4.0.3 │ │ │ │ │ ├── browserslist@4.9.1 deduped │ │ │ │ │ ├── postcss@7.0.27 deduped │ │ │ │ │ └─┬ postcss-selector-parser@3.1.2 │ │ │ │ │ ├── dot-prop@5.2.0 deduped │ │ │ │ │ ├── indexes-of@1.0.1 deduped │ │ │ │ │ └── uniq@1.0.1 deduped │ │ │ │ ├─┬ postcss-merge-rules@4.0.3 │ │ │ │ │ ├── browserslist@4.9.1 deduped │ │ │ │ │ ├─┬ caniuse-api@3.0.0 │ │ │ │ │ │ ├── browserslist@4.9.1 deduped │ │ │ │ │ │ ├── caniuse-lite@1.0.30001035 deduped │ │ │ │ │ │ ├── lodash.memoize@4.1.2 │ │ │ │ │ │ └── lodash.uniq@4.5.0 │ │ │ │ │ ├── cssnano-util-same-parent@4.0.1 │ │ │ │ │ ├── postcss@7.0.27 deduped │ │ │ │ │ ├─┬ postcss-selector-parser@3.1.2 │ │ │ │ │ │ ├─┬ dot-prop@5.2.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.27 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.27 deduped │ │ │ │ │ └── postcss-value-parser@3.3.1 │ │ │ │ ├─┬ postcss-minify-params@4.0.2 │ │ │ │ │ ├── alphanum-sort@1.0.2 │ │ │ │ │ ├── browserslist@4.9.1 deduped │ │ │ │ │ ├── cssnano-util-get-arguments@4.0.0 deduped │ │ │ │ │ ├── postcss@7.0.27 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.27 deduped │ │ │ │ │ └─┬ postcss-selector-parser@3.1.2 │ │ │ │ │ ├── dot-prop@5.2.0 deduped │ │ │ │ │ ├── indexes-of@1.0.1 deduped │ │ │ │ │ └── uniq@1.0.1 deduped │ │ │ │ ├─┬ postcss-normalize-charset@4.0.1 │ │ │ │ │ └── postcss@7.0.27 deduped │ │ │ │ ├─┬ postcss-normalize-display-values@4.0.2 │ │ │ │ │ ├── cssnano-util-get-match@4.0.0 │ │ │ │ │ ├── postcss@7.0.27 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.27 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.27 deduped │ │ │ │ │ └── postcss-value-parser@3.3.1 │ │ │ │ ├─┬ postcss-normalize-string@4.0.2 │ │ │ │ │ ├── has@1.0.3 deduped │ │ │ │ │ ├── postcss@7.0.27 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.27 deduped │ │ │ │ │ └── postcss-value-parser@3.3.1 │ │ │ │ ├─┬ postcss-normalize-unicode@4.0.1 │ │ │ │ │ ├── browserslist@4.9.1 deduped │ │ │ │ │ ├── postcss@7.0.27 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.27 deduped │ │ │ │ │ └── postcss-value-parser@3.3.1 │ │ │ │ ├─┬ postcss-normalize-whitespace@4.0.2 │ │ │ │ │ ├── postcss@7.0.27 deduped │ │ │ │ │ └── postcss-value-parser@3.3.1 │ │ │ │ ├─┬ postcss-ordered-values@4.1.2 │ │ │ │ │ ├── cssnano-util-get-arguments@4.0.0 deduped │ │ │ │ │ ├── postcss@7.0.27 deduped │ │ │ │ │ └── postcss-value-parser@3.3.1 │ │ │ │ ├─┬ postcss-reduce-initial@4.0.3 │ │ │ │ │ ├── browserslist@4.9.1 deduped │ │ │ │ │ ├── caniuse-api@3.0.0 deduped │ │ │ │ │ ├── has@1.0.3 deduped │ │ │ │ │ └── postcss@7.0.27 deduped │ │ │ │ ├─┬ postcss-reduce-transforms@4.0.2 │ │ │ │ │ ├── cssnano-util-get-match@4.0.0 deduped │ │ │ │ │ ├── has@1.0.3 deduped │ │ │ │ │ ├── postcss@7.0.27 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.27 deduped │ │ │ │ │ ├── postcss-value-parser@3.3.1 │ │ │ │ │ └── svgo@1.3.2 deduped │ │ │ │ └─┬ postcss-unique-selectors@4.0.1 │ │ │ │ ├── alphanum-sort@1.0.2 deduped │ │ │ │ ├── postcss@7.0.27 deduped │ │ │ │ └── uniqs@2.0.0 deduped │ │ │ ├── is-resolvable@1.1.0 │ │ │ └── postcss@7.0.27 deduped │ │ └─┬ last-call-webpack-plugin@3.0.0 │ │ ├── lodash@4.17.15 deduped │ │ └── webpack-sources@1.4.3 deduped │ ├─┬ pnp-webpack-plugin@1.6.0 │ │ └── ts-pnp@1.1.5 deduped │ ├─┬ postcss-flexbugs-fixes@4.1.0 │ │ └── postcss@7.0.27 deduped │ ├─┬ postcss-loader@3.0.0 │ │ ├── loader-utils@1.4.0 deduped │ │ ├── postcss@7.0.27 deduped │ │ ├─┬ postcss-load-config@2.1.0 │ │ │ ├── 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.0 deduped │ │ ├── ajv-errors@1.0.1 deduped │ │ └── ajv-keywords@3.4.1 deduped │ ├─┬ postcss-normalize@8.0.1 │ │ ├── @csstools/normalize.css@10.1.0 │ │ ├─┬ browserslist@4.9.1 │ │ │ ├── caniuse-lite@1.0.30001035 deduped │ │ │ ├── electron-to-chromium@1.3.376 │ │ │ └─┬ node-releases@1.1.52 │ │ │ └── semver@6.3.0 deduped │ │ ├── postcss@7.0.27 deduped │ │ ├─┬ postcss-browser-comments@3.0.0 │ │ │ └── postcss@7.0.27 deduped │ │ └── sanitize.css@10.0.0 │ ├─┬ postcss-preset-env@6.7.0 │ │ ├─┬ autoprefixer@9.7.4 │ │ │ ├── browserslist@4.9.1 deduped │ │ │ ├── caniuse-lite@1.0.30001035 deduped │ │ │ ├── chalk@2.4.2 deduped │ │ │ ├── normalize-range@0.1.2 │ │ │ ├── num2fraction@1.2.2 │ │ │ ├── postcss@7.0.27 deduped │ │ │ └── postcss-value-parser@4.0.3 deduped │ │ ├── browserslist@4.9.1 deduped │ │ ├── caniuse-lite@1.0.30001035 │ │ ├─┬ css-blank-pseudo@0.1.4 │ │ │ └── postcss@7.0.27 deduped │ │ ├─┬ css-has-pseudo@0.10.0 │ │ │ ├── postcss@7.0.27 deduped │ │ │ └─┬ postcss-selector-parser@5.0.0 │ │ │ ├── cssesc@2.0.0 │ │ │ ├── indexes-of@1.0.1 deduped │ │ │ └── uniq@1.0.1 deduped │ │ ├─┬ css-prefers-color-scheme@3.1.1 │ │ │ └── postcss@7.0.27 deduped │ │ ├── cssdb@4.4.0 │ │ ├── postcss@7.0.27 deduped │ │ ├─┬ postcss-attribute-case-insensitive@4.0.2 │ │ │ ├── postcss@7.0.27 deduped │ │ │ └── postcss-selector-parser@6.0.2 deduped │ │ ├─┬ postcss-color-functional-notation@2.0.1 │ │ │ ├── postcss@7.0.27 deduped │ │ │ └─┬ postcss-values-parser@2.0.1 │ │ │ ├── flatten@1.0.3 │ │ │ ├── indexes-of@1.0.1 deduped │ │ │ └── uniq@1.0.1 deduped │ │ ├─┬ postcss-color-gray@5.0.0 │ │ │ ├── @csstools/convert-colors@1.4.0 │ │ │ ├── postcss@7.0.27 deduped │ │ │ └── postcss-values-parser@2.0.1 deduped │ │ ├─┬ postcss-color-hex-alpha@5.0.3 │ │ │ ├── postcss@7.0.27 deduped │ │ │ └── postcss-values-parser@2.0.1 deduped │ │ ├─┬ postcss-color-mod-function@3.0.3 │ │ │ ├── @csstools/convert-colors@1.4.0 deduped │ │ │ ├── postcss@7.0.27 deduped │ │ │ └── postcss-values-parser@2.0.1 deduped │ │ ├─┬ postcss-color-rebeccapurple@4.0.1 │ │ │ ├── postcss@7.0.27 deduped │ │ │ └── postcss-values-parser@2.0.1 deduped │ │ ├─┬ postcss-custom-media@7.0.8 │ │ │ └── postcss@7.0.27 deduped │ │ ├─┬ postcss-custom-properties@8.0.11 │ │ │ ├── postcss@7.0.27 deduped │ │ │ └── postcss-values-parser@2.0.1 deduped │ │ ├─┬ postcss-custom-selectors@5.1.2 │ │ │ ├── postcss@7.0.27 deduped │ │ │ └─┬ postcss-selector-parser@5.0.0 │ │ │ ├── cssesc@2.0.0 │ │ │ ├── indexes-of@1.0.1 deduped │ │ │ └── uniq@1.0.1 deduped │ │ ├─┬ postcss-dir-pseudo-class@5.0.0 │ │ │ ├── postcss@7.0.27 deduped │ │ │ └─┬ postcss-selector-parser@5.0.0 │ │ │ ├── cssesc@2.0.0 │ │ │ ├── indexes-of@1.0.1 deduped │ │ │ └── uniq@1.0.1 deduped │ │ ├─┬ postcss-double-position-gradients@1.0.0 │ │ │ ├── postcss@7.0.27 deduped │ │ │ └── postcss-values-parser@2.0.1 deduped │ │ ├─┬ postcss-env-function@2.0.2 │ │ │ ├── postcss@7.0.27 deduped │ │ │ └── postcss-values-parser@2.0.1 deduped │ │ ├─┬ postcss-focus-visible@4.0.0 │ │ │ └── postcss@7.0.27 deduped │ │ ├─┬ postcss-focus-within@3.0.0 │ │ │ └── postcss@7.0.27 deduped │ │ ├─┬ postcss-font-variant@4.0.0 │ │ │ └── postcss@7.0.27 deduped │ │ ├─┬ postcss-gap-properties@2.0.0 │ │ │ └── postcss@7.0.27 deduped │ │ ├─┬ postcss-image-set-function@3.0.1 │ │ │ ├── postcss@7.0.27 deduped │ │ │ └── postcss-values-parser@2.0.1 deduped │ │ ├─┬ postcss-initial@3.0.2 │ │ │ ├── lodash.template@4.5.0 deduped │ │ │ └── postcss@7.0.27 deduped │ │ ├─┬ postcss-lab-function@2.0.1 │ │ │ ├── @csstools/convert-colors@1.4.0 deduped │ │ │ ├── postcss@7.0.27 deduped │ │ │ └── postcss-values-parser@2.0.1 deduped │ │ ├─┬ postcss-logical@3.0.0 │ │ │ └── postcss@7.0.27 deduped │ │ ├─┬ postcss-media-minmax@4.0.0 │ │ │ └── postcss@7.0.27 deduped │ │ ├─┬ postcss-nesting@7.0.1 │ │ │ └── postcss@7.0.27 deduped │ │ ├─┬ postcss-overflow-shorthand@2.0.0 │ │ │ └── postcss@7.0.27 deduped │ │ ├─┬ postcss-page-break@2.0.0 │ │ │ └── postcss@7.0.27 deduped │ │ ├─┬ postcss-place@4.0.1 │ │ │ ├── postcss@7.0.27 deduped │ │ │ └── postcss-values-parser@2.0.1 deduped │ │ ├─┬ postcss-pseudo-class-any-link@6.0.0 │ │ │ ├── postcss@7.0.27 deduped │ │ │ └─┬ postcss-selector-parser@5.0.0 │ │ │ ├── cssesc@2.0.0 │ │ │ ├── indexes-of@1.0.1 deduped │ │ │ └── uniq@1.0.1 deduped │ │ ├─┬ postcss-replace-overflow-wrap@3.0.0 │ │ │ └── postcss@7.0.27 deduped │ │ ├─┬ postcss-selector-matches@4.0.0 │ │ │ ├── balanced-match@1.0.0 │ │ │ └── postcss@7.0.27 deduped │ │ └─┬ postcss-selector-not@4.0.0 │ │ ├── balanced-match@1.0.0 │ │ └── postcss@7.0.27 deduped │ ├─┬ postcss-safe-parser@4.0.1 │ │ └── postcss@7.0.27 deduped │ ├─┬ react-app-polyfill@1.0.6 │ │ ├── core-js@3.6.4 deduped │ │ ├── object-assign@4.1.1 deduped │ │ ├─┬ promise@8.1.0 │ │ │ └── asap@2.0.6 │ │ ├── raf@3.4.1 deduped │ │ ├── regenerator-runtime@0.13.5 deduped │ │ └── whatwg-fetch@3.0.0 │ ├─┬ react-dev-utils@10.2.0 │ │ ├── @babel/code-frame@7.8.3 deduped │ │ ├── address@1.1.2 │ │ ├─┬ browserslist@4.8.6 │ │ │ ├── caniuse-lite@1.0.30001035 deduped │ │ │ ├── electron-to-chromium@1.3.376 deduped │ │ │ └── node-releases@1.1.52 deduped │ │ ├── chalk@2.4.2 deduped │ │ ├─┬ cross-spawn@7.0.1 │ │ │ ├── path-key@3.1.1 │ │ │ ├─┬ shebang-command@2.0.0 │ │ │ │ └── shebang-regex@3.0.0 │ │ │ └─┬ which@2.0.2 │ │ │ └── isexe@2.0.0 deduped │ │ ├─┬ detect-port-alt@1.1.6 │ │ │ ├── address@1.1.2 deduped │ │ │ └─┬ debug@2.6.9 │ │ │ └── ms@2.0.0 deduped │ │ ├── escape-string-regexp@2.0.0 │ │ ├── filesize@6.0.1 │ │ ├─┬ find-up@4.1.0 │ │ │ ├─┬ locate-path@5.0.0 │ │ │ │ └─┬ p-locate@4.1.0 │ │ │ │ └── p-limit@2.2.2 deduped │ │ │ └── path-exists@4.0.0 │ │ ├─┬ fork-ts-checker-webpack-plugin@3.1.1 │ │ │ ├─┬ babel-code-frame@6.26.0 │ │ │ │ ├─┬ chalk@1.1.3 │ │ │ │ │ ├── ansi-styles@2.2.1 │ │ │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ │ │ ├── has-ansi@2.0.0 deduped │ │ │ │ │ ├── strip-ansi@3.0.1 deduped │ │ │ │ │ └── supports-color@2.0.0 │ │ │ │ ├── esutils@2.0.3 deduped │ │ │ │ └── js-tokens@3.0.2 │ │ │ ├── chalk@2.4.2 deduped │ │ │ ├─┬ chokidar@3.3.1 │ │ │ │ ├─┬ anymatch@3.1.1 │ │ │ │ │ ├── normalize-path@3.0.0 deduped │ │ │ │ │ └── picomatch@2.2.1 deduped │ │ │ │ ├─┬ 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.1.2 │ │ │ │ ├── glob-parent@5.1.0 deduped │ │ │ │ ├─┬ is-binary-path@2.1.0 │ │ │ │ │ └── binary-extensions@2.0.0 │ │ │ │ ├── is-glob@4.0.1 deduped │ │ │ │ ├── normalize-path@3.0.0 │ │ │ │ └─┬ readdirp@3.3.0 │ │ │ │ └── picomatch@2.2.1 deduped │ │ │ ├── micromatch@3.1.10 deduped │ │ │ ├── minimatch@3.0.4 deduped │ │ │ ├── semver@5.7.1 │ │ │ ├── tapable@1.1.3 deduped │ │ │ └─┬ worker-rpc@0.1.1 │ │ │ └── microevent.ts@0.1.1 │ │ ├─┬ global-modules@2.0.0 │ │ │ └─┬ global-prefix@3.0.0 │ │ │ ├── ini@1.3.5 │ │ │ ├── kind-of@6.0.3 │ │ │ └── which@1.3.1 deduped │ │ ├─┬ globby@8.0.2 │ │ │ ├─┬ array-union@1.0.2 │ │ │ │ └── array-uniq@1.0.3 │ │ │ ├─┬ dir-glob@2.0.0 │ │ │ │ ├── arrify@1.0.1 │ │ │ │ └─┬ 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 deduped │ │ │ │ ├── is-glob@4.0.1 deduped │ │ │ │ ├── merge2@1.3.0 │ │ │ │ └── micromatch@3.1.10 deduped │ │ │ ├── glob@7.1.6 deduped │ │ │ ├── ignore@3.3.10 │ │ │ ├── pify@3.0.0 │ │ │ └── slash@1.0.0 │ │ ├── gzip-size@5.1.1 deduped │ │ ├── immer@1.10.0 │ │ ├─┬ inquirer@7.0.4 │ │ │ ├── ansi-escapes@4.3.1 deduped │ │ │ ├── chalk@2.4.2 deduped │ │ │ ├── cli-cursor@3.1.0 deduped │ │ │ ├── cli-width@2.2.0 deduped │ │ │ ├── external-editor@3.1.0 deduped │ │ │ ├── figures@3.2.0 deduped │ │ │ ├── lodash@4.17.15 deduped │ │ │ ├── mute-stream@0.0.8 deduped │ │ │ ├── run-async@2.4.0 deduped │ │ │ ├── rxjs@6.5.4 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@5.2.0 │ │ │ │ └── ansi-regex@4.1.0 │ │ │ └── through@2.3.8 deduped │ │ ├── is-root@2.1.0 │ │ ├─┬ loader-utils@1.2.3 │ │ │ ├── big.js@5.2.2 deduped │ │ │ ├── emojis-list@2.1.0 │ │ │ └─┬ json5@1.0.1 │ │ │ └── minimist@1.2.5 deduped │ │ ├─┬ open@7.0.3 │ │ │ ├── is-docker@2.0.0 │ │ │ └── is-wsl@2.1.1 │ │ ├── pkg-up@3.1.0 deduped │ │ ├── react-error-overlay@6.0.6 │ │ ├─┬ recursive-readdir@2.2.2 │ │ │ └── minimatch@3.0.4 deduped │ │ ├── shell-quote@1.7.2 │ │ ├─┬ strip-ansi@6.0.0 │ │ │ └── ansi-regex@5.0.0 │ │ └── text-table@0.2.0 deduped │ ├── resolve@1.15.0 deduped │ ├─┬ resolve-url-loader@3.1.1 │ │ ├─┬ adjust-sourcemap-loader@2.0.0 │ │ │ ├─┬ assert@1.4.1 │ │ │ │ └─┬ util@0.10.3 │ │ │ │ └── inherits@2.0.1 │ │ │ ├── camelcase@5.0.0 │ │ │ ├─┬ loader-utils@1.2.3 │ │ │ │ ├── big.js@5.2.2 deduped │ │ │ │ ├── emojis-list@2.1.0 │ │ │ │ └─┬ json5@1.0.1 │ │ │ │ └── minimist@1.2.5 deduped │ │ │ ├── object-path@0.11.4 │ │ │ └── regex-parser@2.2.10 │ │ ├── camelcase@5.3.1 │ │ ├─┬ compose-function@3.0.3 │ │ │ └── arity-n@1.0.4 │ │ ├── convert-source-map@1.7.0 deduped │ │ ├─┬ es6-iterator@2.0.3 │ │ │ ├─┬ d@1.0.1 │ │ │ │ ├── es5-ext@0.10.53 deduped │ │ │ │ └── type@1.2.0 │ │ │ ├─┬ es5-ext@0.10.53 │ │ │ │ ├── es6-iterator@2.0.3 deduped │ │ │ │ ├── es6-symbol@3.1.3 deduped │ │ │ │ └── next-tick@1.0.0 │ │ │ └─┬ es6-symbol@3.1.3 │ │ │ ├── d@1.0.1 deduped │ │ │ └─┬ ext@1.4.0 │ │ │ └── type@2.0.0 │ │ ├─┬ loader-utils@1.2.3 │ │ │ ├── big.js@5.2.2 deduped │ │ │ ├── emojis-list@2.1.0 │ │ │ └─┬ json5@1.0.1 │ │ │ └── minimist@1.2.5 deduped │ │ ├─┬ postcss@7.0.21 │ │ │ ├── chalk@2.4.2 deduped │ │ │ ├── source-map@0.6.1 deduped │ │ │ └─┬ supports-color@6.1.0 │ │ │ └── has-flag@3.0.0 deduped │ │ ├─┬ rework@1.0.1 │ │ │ ├── convert-source-map@0.3.5 │ │ │ └─┬ css@2.2.4 │ │ │ ├── inherits@2.0.4 deduped │ │ │ ├── source-map@0.6.1 │ │ │ ├─┬ source-map-resolve@0.5.3 │ │ │ │ ├── atob@2.1.2 │ │ │ │ ├── decode-uri-component@0.2.0 deduped │ │ │ │ ├── resolve-url@0.2.1 │ │ │ │ ├── source-map-url@0.4.0 deduped │ │ │ │ └── urix@0.1.0 deduped │ │ │ └── urix@0.1.0 │ │ ├── rework-visit@1.0.0 │ │ └── source-map@0.6.1 │ ├─┬ sass-loader@8.0.2 │ │ ├─┬ clone-deep@4.0.1 │ │ │ ├─┬ is-plain-object@2.0.4 │ │ │ │ └── isobject@3.0.1 │ │ │ ├── kind-of@6.0.3 │ │ │ └─┬ shallow-clone@3.0.1 │ │ │ └── kind-of@6.0.3 deduped │ │ ├── loader-utils@1.4.0 deduped │ │ ├── neo-async@2.6.1 │ │ ├── schema-utils@2.6.5 deduped │ │ └── semver@6.3.0 deduped │ ├── semver@6.3.0 deduped │ ├─┬ style-loader@0.23.1 │ │ ├── loader-utils@1.4.0 deduped │ │ └─┬ schema-utils@1.0.0 │ │ ├── ajv@6.12.0 deduped │ │ ├── ajv-errors@1.0.1 deduped │ │ └── ajv-keywords@3.4.1 deduped │ ├─┬ terser-webpack-plugin@2.3.4 │ │ ├─┬ cacache@13.0.1 │ │ │ ├── chownr@1.1.4 │ │ │ ├── figgy-pudding@3.5.1 │ │ │ ├─┬ fs-minipass@2.1.0 │ │ │ │ └── minipass@3.1.1 deduped │ │ │ ├── glob@7.1.6 deduped │ │ │ ├── graceful-fs@4.2.3 deduped │ │ │ ├── infer-owner@1.0.4 │ │ │ ├─┬ lru-cache@5.1.1 │ │ │ │ └── yallist@3.1.1 │ │ │ ├─┬ minipass@3.1.1 │ │ │ │ └── yallist@4.0.0 │ │ │ ├─┬ minipass-collect@1.0.2 │ │ │ │ └── minipass@3.1.1 deduped │ │ │ ├─┬ minipass-flush@1.0.5 │ │ │ │ └── minipass@3.1.1 deduped │ │ │ ├─┬ minipass-pipeline@1.2.2 │ │ │ │ └── minipass@3.1.1 deduped │ │ │ ├── mkdirp@0.5.1 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.1 deduped │ │ │ │ │ ├── rimraf@2.6.3 deduped │ │ │ │ │ └── run-queue@1.0.3 deduped │ │ │ │ ├─┬ fs-write-stream-atomic@1.0.10 │ │ │ │ │ ├── graceful-fs@4.2.3 deduped │ │ │ │ │ ├── iferr@0.1.5 deduped │ │ │ │ │ ├── imurmurhash@0.1.4 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 deduped │ │ │ │ │ ├── safe-buffer@5.1.2 │ │ │ │ │ ├─┬ string_decoder@1.1.1 │ │ │ │ │ │ └── safe-buffer@5.1.2 deduped │ │ │ │ │ └── util-deprecate@1.0.2 deduped │ │ │ │ ├── mkdirp@0.5.1 deduped │ │ │ │ ├── rimraf@2.6.3 deduped │ │ │ │ └─┬ run-queue@1.0.3 │ │ │ │ └── aproba@1.2.0 deduped │ │ │ ├─┬ p-map@3.0.0 │ │ │ │ └─┬ aggregate-error@3.0.1 │ │ │ │ ├── clean-stack@2.2.0 │ │ │ │ └── indent-string@4.0.0 │ │ │ ├── promise-inflight@1.0.1 │ │ │ ├─┬ rimraf@2.7.1 │ │ │ │ └── glob@7.1.6 deduped │ │ │ ├─┬ ssri@7.1.0 │ │ │ │ ├── figgy-pudding@3.5.1 deduped │ │ │ │ └── minipass@3.1.1 deduped │ │ │ └─┬ unique-filename@1.1.1 │ │ │ └─┬ unique-slug@2.0.2 │ │ │ └── imurmurhash@0.1.4 deduped │ │ ├─┬ find-cache-dir@3.3.1 │ │ │ ├── commondir@1.0.1 deduped │ │ │ ├─┬ make-dir@3.0.2 │ │ │ │ └── semver@6.3.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.2.2 deduped │ │ │ └── path-exists@4.0.0 │ │ ├─┬ jest-worker@25.1.0 │ │ │ ├── merge-stream@2.0.0 deduped │ │ │ └─┬ supports-color@7.1.0 │ │ │ └── has-flag@4.0.0 │ │ ├─┬ p-limit@2.2.2 │ │ │ └── p-try@2.2.0 │ │ ├── schema-utils@2.6.5 deduped │ │ ├── serialize-javascript@2.1.2 │ │ ├── source-map@0.6.1 │ │ ├─┬ terser@4.6.6 │ │ │ ├── commander@2.20.3 deduped │ │ │ ├── source-map@0.6.1 │ │ │ └─┬ source-map-support@0.5.16 │ │ │ ├── buffer-from@1.1.1 │ │ │ └── source-map@0.6.1 │ │ └── webpack-sources@1.4.3 deduped │ ├── ts-pnp@1.1.5 │ ├─┬ url-loader@2.3.0 │ │ ├── loader-utils@1.4.0 deduped │ │ ├── mime@2.4.4 │ │ └── schema-utils@2.6.5 deduped │ ├─┬ webpack@4.41.5 │ │ ├─┬ @webassemblyjs/ast@1.8.5 │ │ │ ├── @webassemblyjs/helper-module-context@1.8.5 deduped │ │ │ ├── @webassemblyjs/helper-wasm-bytecode@1.8.5 │ │ │ └─┬ @webassemblyjs/wast-parser@1.8.5 │ │ │ ├── @webassemblyjs/ast@1.8.5 deduped │ │ │ ├── @webassemblyjs/floating-point-hex-parser@1.8.5 │ │ │ ├── @webassemblyjs/helper-api-error@1.8.5 deduped │ │ │ ├─┬ @webassemblyjs/helper-code-frame@1.8.5 │ │ │ │ └── @webassemblyjs/wast-printer@1.8.5 deduped │ │ │ ├── @webassemblyjs/helper-fsm@1.8.5 │ │ │ └── @xtuc/long@4.2.2 │ │ ├─┬ @webassemblyjs/helper-module-context@1.8.5 │ │ │ ├── @webassemblyjs/ast@1.8.5 deduped │ │ │ └── mamacro@0.0.3 │ │ ├─┬ @webassemblyjs/wasm-edit@1.8.5 │ │ │ ├── @webassemblyjs/ast@1.8.5 deduped │ │ │ ├── @webassemblyjs/helper-buffer@1.8.5 │ │ │ ├── @webassemblyjs/helper-wasm-bytecode@1.8.5 deduped │ │ │ ├─┬ @webassemblyjs/helper-wasm-section@1.8.5 │ │ │ │ ├── @webassemblyjs/ast@1.8.5 deduped │ │ │ │ ├── @webassemblyjs/helper-buffer@1.8.5 deduped │ │ │ │ ├── @webassemblyjs/helper-wasm-bytecode@1.8.5 deduped │ │ │ │ └── @webassemblyjs/wasm-gen@1.8.5 deduped │ │ │ ├─┬ @webassemblyjs/wasm-gen@1.8.5 │ │ │ │ ├── @webassemblyjs/ast@1.8.5 deduped │ │ │ │ ├── @webassemblyjs/helper-wasm-bytecode@1.8.5 deduped │ │ │ │ ├── @webassemblyjs/ieee754@1.8.5 deduped │ │ │ │ ├── @webassemblyjs/leb128@1.8.5 deduped │ │ │ │ └── @webassemblyjs/utf8@1.8.5 deduped │ │ │ ├─┬ @webassemblyjs/wasm-opt@1.8.5 │ │ │ │ ├── @webassemblyjs/ast@1.8.5 deduped │ │ │ │ ├── @webassemblyjs/helper-buffer@1.8.5 deduped │ │ │ │ ├── @webassemblyjs/wasm-gen@1.8.5 deduped │ │ │ │ └── @webassemblyjs/wasm-parser@1.8.5 deduped │ │ │ ├── @webassemblyjs/wasm-parser@1.8.5 deduped │ │ │ └─┬ @webassemblyjs/wast-printer@1.8.5 │ │ │ ├── @webassemblyjs/ast@1.8.5 deduped │ │ │ ├── @webassemblyjs/wast-parser@1.8.5 deduped │ │ │ └── @xtuc/long@4.2.2 deduped │ │ ├─┬ @webassemblyjs/wasm-parser@1.8.5 │ │ │ ├── @webassemblyjs/ast@1.8.5 deduped │ │ │ ├── @webassemblyjs/helper-api-error@1.8.5 │ │ │ ├── @webassemblyjs/helper-wasm-bytecode@1.8.5 deduped │ │ │ ├─┬ @webassemblyjs/ieee754@1.8.5 │ │ │ │ └── @xtuc/ieee754@1.2.0 │ │ │ ├─┬ @webassemblyjs/leb128@1.8.5 │ │ │ │ └── @xtuc/long@4.2.2 deduped │ │ │ └── @webassemblyjs/utf8@1.8.5 │ │ ├── acorn@6.4.1 │ │ ├── ajv@6.12.0 deduped │ │ ├── ajv-keywords@3.4.1 │ │ ├─┬ chrome-trace-event@1.0.2 │ │ │ └── tslib@1.11.1 deduped │ │ ├─┬ enhanced-resolve@4.1.1 │ │ │ ├── graceful-fs@4.2.3 deduped │ │ │ ├─┬ memory-fs@0.5.0 │ │ │ │ ├── errno@0.1.7 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 deduped │ │ │ │ ├── safe-buffer@5.1.2 │ │ │ │ ├─┬ string_decoder@1.1.1 │ │ │ │ │ └── safe-buffer@5.1.2 deduped │ │ │ │ └── util-deprecate@1.0.2 deduped │ │ │ └── tapable@1.1.3 deduped │ │ ├─┬ eslint-scope@4.0.3 │ │ │ ├── esrecurse@4.2.1 deduped │ │ │ └── estraverse@4.3.0 deduped │ │ ├── json-parse-better-errors@1.0.2 │ │ ├── loader-runner@2.4.0 │ │ ├── loader-utils@1.4.0 deduped │ │ ├─┬ memory-fs@0.4.1 │ │ │ ├── errno@0.1.7 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 deduped │ │ │ ├── safe-buffer@5.1.2 │ │ │ ├─┬ string_decoder@1.1.1 │ │ │ │ └── safe-buffer@5.1.2 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 deduped │ │ │ │ │ ├── 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 deduped │ │ │ │ ├── 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 │ │ │ │ │ ├── isobject@3.0.1 deduped │ │ │ │ │ └─┬ snapdragon-util@3.0.1 │ │ │ │ │ └── kind-of@3.2.2 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 │ │ │ │ └── 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 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 │ │ │ │ ├─┬ 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 │ │ │ │ ├── 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 deduped │ │ │ ├─┬ 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 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 │ │ │ │ │ │ └── isobject@3.0.1 deduped │ │ │ │ │ ├─┬ class-utils@0.3.6 │ │ │ │ │ │ ├── arr-union@3.1.0 deduped │ │ │ │ │ │ ├─┬ 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 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 │ │ │ │ │ ├── isobject@3.0.1 deduped │ │ │ │ │ ├─┬ mixin-deep@1.3.2 │ │ │ │ │ │ ├── for-in@1.0.2 deduped │ │ │ │ │ │ └─┬ 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 deduped │ │ │ │ │ ├─┬ is-data-descriptor@0.1.4 │ │ │ │ │ │ └── kind-of@3.2.2 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 deduped │ │ │ │ └── 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.1 deduped │ │ ├── neo-async@2.6.1 deduped │ │ ├─┬ node-libs-browser@2.2.1 │ │ │ ├── assert@1.4.1 deduped │ │ │ ├─┬ browserify-zlib@0.2.0 │ │ │ │ └── pako@1.0.11 │ │ │ ├─┬ buffer@4.9.2 │ │ │ │ ├── base64-js@1.3.1 │ │ │ │ ├── ieee754@1.1.13 │ │ │ │ └── isarray@1.0.0 │ │ │ ├── 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.2.0 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.2.0 deduped │ │ │ │ │ └─┬ evp_bytestokey@1.0.3 │ │ │ │ │ ├── md5.js@1.3.5 deduped │ │ │ │ │ └── safe-buffer@5.2.0 deduped │ │ │ │ ├─┬ browserify-sign@4.0.4 │ │ │ │ │ ├── bn.js@4.11.8 │ │ │ │ │ ├─┬ browserify-rsa@4.0.1 │ │ │ │ │ │ ├── bn.js@4.11.8 deduped │ │ │ │ │ │ └── randombytes@2.1.0 deduped │ │ │ │ │ ├── create-hash@1.2.0 deduped │ │ │ │ │ ├── create-hmac@1.1.7 deduped │ │ │ │ │ ├─┬ elliptic@6.5.2 │ │ │ │ │ │ ├── bn.js@4.11.8 deduped │ │ │ │ │ │ ├── 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.5 │ │ │ │ │ ├─┬ asn1.js@4.10.1 │ │ │ │ │ │ ├── bn.js@4.11.8 deduped │ │ │ │ │ │ ├── inherits@2.0.4 deduped │ │ │ │ │ │ └── minimalistic-assert@1.0.1 deduped │ │ │ │ │ ├── browserify-aes@1.2.0 deduped │ │ │ │ │ ├── create-hash@1.2.0 deduped │ │ │ │ │ ├── evp_bytestokey@1.0.3 deduped │ │ │ │ │ ├── pbkdf2@3.0.17 deduped │ │ │ │ │ └── safe-buffer@5.2.0 deduped │ │ │ │ ├─┬ create-ecdh@4.0.3 │ │ │ │ │ ├── bn.js@4.11.8 deduped │ │ │ │ │ └── elliptic@6.5.2 deduped │ │ │ │ ├─┬ create-hash@1.2.0 │ │ │ │ │ ├─┬ cipher-base@1.0.4 │ │ │ │ │ │ ├── inherits@2.0.4 deduped │ │ │ │ │ │ └── safe-buffer@5.2.0 deduped │ │ │ │ │ ├── inherits@2.0.4 deduped │ │ │ │ │ ├─┬ md5.js@1.3.5 │ │ │ │ │ │ ├─┬ hash-base@3.0.4 │ │ │ │ │ │ │ ├── inherits@2.0.4 deduped │ │ │ │ │ │ │ └── safe-buffer@5.2.0 deduped │ │ │ │ │ │ ├── inherits@2.0.4 deduped │ │ │ │ │ │ └── safe-buffer@5.2.0 deduped │ │ │ │ │ ├─┬ ripemd160@2.0.2 │ │ │ │ │ │ ├── hash-base@3.0.4 deduped │ │ │ │ │ │ └── inherits@2.0.4 deduped │ │ │ │ │ └─┬ sha.js@2.4.11 │ │ │ │ │ ├── inherits@2.0.4 deduped │ │ │ │ │ └── safe-buffer@5.2.0 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.2.0 deduped │ │ │ │ │ └── sha.js@2.4.11 deduped │ │ │ │ ├─┬ diffie-hellman@5.0.3 │ │ │ │ │ ├── bn.js@4.11.8 deduped │ │ │ │ │ ├─┬ miller-rabin@4.0.1 │ │ │ │ │ │ ├── bn.js@4.11.8 deduped │ │ │ │ │ │ └── brorand@1.1.0 deduped │ │ │ │ │ └── randombytes@2.1.0 deduped │ │ │ │ ├── inherits@2.0.4 deduped │ │ │ │ ├─┬ pbkdf2@3.0.17 │ │ │ │ │ ├── create-hash@1.2.0 deduped │ │ │ │ │ ├── create-hmac@1.1.7 deduped │ │ │ │ │ ├── ripemd160@2.0.2 deduped │ │ │ │ │ ├── safe-buffer@5.2.0 deduped │ │ │ │ │ └── sha.js@2.4.11 deduped │ │ │ │ ├─┬ public-encrypt@4.0.3 │ │ │ │ │ ├── bn.js@4.11.8 deduped │ │ │ │ │ ├── browserify-rsa@4.0.1 deduped │ │ │ │ │ ├── create-hash@1.2.0 deduped │ │ │ │ │ ├── parse-asn1@5.1.5 deduped │ │ │ │ │ ├── randombytes@2.1.0 deduped │ │ │ │ │ └── safe-buffer@5.2.0 deduped │ │ │ │ ├─┬ randombytes@2.1.0 │ │ │ │ │ └── safe-buffer@5.2.0 deduped │ │ │ │ └─┬ randomfill@1.0.4 │ │ │ │ ├── randombytes@2.1.0 deduped │ │ │ │ └── safe-buffer@5.2.0 deduped │ │ │ ├── domain-browser@1.2.0 │ │ │ ├── events@3.1.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 │ │ │ │ ├── core-util-is@1.0.2 deduped │ │ │ │ ├── inherits@2.0.4 deduped │ │ │ │ ├── isarray@1.0.0 │ │ │ │ ├── process-nextick-args@2.0.1 deduped │ │ │ │ ├── safe-buffer@5.1.2 │ │ │ │ ├─┬ string_decoder@1.1.1 │ │ │ │ │ └── safe-buffer@5.1.2 deduped │ │ │ │ └── util-deprecate@1.0.2 deduped │ │ │ ├─┬ stream-browserify@2.0.2 │ │ │ │ ├── inherits@2.0.4 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 deduped │ │ │ │ ├── safe-buffer@5.1.2 │ │ │ │ ├─┬ string_decoder@1.1.1 │ │ │ │ │ └── safe-buffer@5.1.2 deduped │ │ │ │ └── util-deprecate@1.0.2 deduped │ │ │ ├─┬ stream-http@2.8.3 │ │ │ │ ├── builtin-status-codes@3.0.0 │ │ │ │ ├── inherits@2.0.4 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 deduped │ │ │ │ │ ├── safe-buffer@5.1.2 │ │ │ │ │ ├─┬ string_decoder@1.1.1 │ │ │ │ │ │ └── safe-buffer@5.1.2 deduped │ │ │ │ │ └── util-deprecate@1.0.2 deduped │ │ │ │ ├── to-arraybuffer@1.0.1 │ │ │ │ └── xtend@4.0.2 │ │ │ ├─┬ string_decoder@1.3.0 │ │ │ │ └── safe-buffer@5.2.0 deduped │ │ │ ├─┬ timers-browserify@2.0.11 │ │ │ │ └── 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.0 deduped │ │ │ ├── ajv-errors@1.0.1 deduped │ │ │ └── ajv-keywords@3.4.1 deduped │ │ ├── tapable@1.1.3 deduped │ │ ├─┬ terser-webpack-plugin@1.4.3 │ │ │ ├─┬ cacache@12.0.3 │ │ │ │ ├── bluebird@3.7.2 deduped │ │ │ │ ├── chownr@1.1.4 deduped │ │ │ │ ├── figgy-pudding@3.5.1 deduped │ │ │ │ ├── glob@7.1.6 deduped │ │ │ │ ├── graceful-fs@4.2.3 deduped │ │ │ │ ├── infer-owner@1.0.4 deduped │ │ │ │ ├── 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 │ │ │ │ │ │ │ ├── core-util-is@1.0.2 deduped │ │ │ │ │ │ │ ├── inherits@2.0.4 deduped │ │ │ │ │ │ │ ├── isarray@1.0.0 │ │ │ │ │ │ │ ├── process-nextick-args@2.0.1 deduped │ │ │ │ │ │ │ ├── safe-buffer@5.1.2 │ │ │ │ │ │ │ ├─┬ string_decoder@1.1.1 │ │ │ │ │ │ │ │ └── safe-buffer@5.1.2 deduped │ │ │ │ │ │ │ └── util-deprecate@1.0.2 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 │ │ │ │ │ │ │ ├── core-util-is@1.0.2 deduped │ │ │ │ │ │ │ ├── inherits@2.0.4 deduped │ │ │ │ │ │ │ ├── isarray@1.0.0 │ │ │ │ │ │ │ ├── process-nextick-args@2.0.1 deduped │ │ │ │ │ │ │ ├── safe-buffer@5.1.2 │ │ │ │ │ │ │ ├─┬ string_decoder@1.1.1 │ │ │ │ │ │ │ │ └── safe-buffer@5.1.2 deduped │ │ │ │ │ │ │ └── util-deprecate@1.0.2 deduped │ │ │ │ │ │ └── stream-shift@1.0.1 │ │ │ │ │ ├── end-of-stream@1.4.4 deduped │ │ │ │ │ ├─┬ flush-write-stream@1.1.1 │ │ │ │ │ │ ├── inherits@2.0.4 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 deduped │ │ │ │ │ │ ├── safe-buffer@5.1.2 │ │ │ │ │ │ ├─┬ 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.7 │ │ │ │ │ │ ├── core-util-is@1.0.2 deduped │ │ │ │ │ │ ├── inherits@2.0.4 deduped │ │ │ │ │ │ ├── isarray@1.0.0 │ │ │ │ │ │ ├── process-nextick-args@2.0.1 deduped │ │ │ │ │ │ ├── safe-buffer@5.1.2 │ │ │ │ │ │ ├─┬ string_decoder@1.1.1 │ │ │ │ │ │ │ └── safe-buffer@5.1.2 deduped │ │ │ │ │ │ └── util-deprecate@1.0.2 deduped │ │ │ │ │ ├─┬ parallel-transform@1.2.0 │ │ │ │ │ │ ├── cyclist@1.0.1 │ │ │ │ │ │ ├── inherits@2.0.4 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 deduped │ │ │ │ │ │ ├── safe-buffer@5.1.2 │ │ │ │ │ │ ├─┬ string_decoder@1.1.1 │ │ │ │ │ │ │ └── safe-buffer@5.1.2 deduped │ │ │ │ │ │ └── util-deprecate@1.0.2 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 │ │ │ │ │ │ ├── core-util-is@1.0.2 deduped │ │ │ │ │ │ ├── inherits@2.0.4 deduped │ │ │ │ │ │ ├── isarray@1.0.0 │ │ │ │ │ │ ├── process-nextick-args@2.0.1 deduped │ │ │ │ │ │ ├── safe-buffer@5.1.2 │ │ │ │ │ │ ├─┬ string_decoder@1.1.1 │ │ │ │ │ │ │ └── safe-buffer@5.1.2 deduped │ │ │ │ │ │ └── util-deprecate@1.0.2 deduped │ │ │ │ │ └── xtend@4.0.2 deduped │ │ │ │ ├── mkdirp@0.5.1 deduped │ │ │ │ ├── move-concurrently@1.0.1 deduped │ │ │ │ ├── promise-inflight@1.0.1 deduped │ │ │ │ ├── rimraf@2.6.3 deduped │ │ │ │ ├─┬ ssri@6.0.1 │ │ │ │ │ └── figgy-pudding@3.5.1 deduped │ │ │ │ ├── unique-filename@1.1.1 deduped │ │ │ │ └── y18n@4.0.0 │ │ │ ├── find-cache-dir@2.1.0 deduped │ │ │ ├── is-wsl@1.1.0 │ │ │ ├── schema-utils@1.0.0 deduped │ │ │ ├── serialize-javascript@2.1.2 deduped │ │ │ ├── source-map@0.6.1 │ │ │ ├── terser@4.6.6 deduped │ │ │ ├── webpack-sources@1.4.3 deduped │ │ │ └─┬ worker-farm@1.7.0 │ │ │ └── errno@0.1.7 deduped │ │ ├─┬ watchpack@1.6.0 │ │ │ ├─┬ chokidar@2.1.8 │ │ │ │ ├── anymatch@2.0.0 deduped │ │ │ │ ├── async-each@1.0.3 deduped │ │ │ │ ├── braces@2.3.2 deduped │ │ │ │ ├── UNMET OPTIONAL DEPENDENCY fsevents@1.2.11 │ │ │ │ ├─┬ 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 │ │ │ │ ├── path-is-absolute@1.0.1 deduped │ │ │ │ ├─┬ readdirp@2.2.1 │ │ │ │ │ ├── graceful-fs@4.2.3 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 deduped │ │ │ │ │ ├── safe-buffer@5.1.2 │ │ │ │ │ ├─┬ string_decoder@1.1.1 │ │ │ │ │ │ └── safe-buffer@5.1.2 deduped │ │ │ │ │ └── util-deprecate@1.0.2 deduped │ │ │ │ └── upath@1.2.0 deduped │ │ │ ├── graceful-fs@4.2.3 deduped │ │ │ └── neo-async@2.6.1 deduped │ │ └── webpack-sources@1.4.3 deduped │ ├─┬ webpack-dev-server@3.10.2 │ │ ├── ansi-html@0.0.7 │ │ ├─┬ bonjour@3.5.0 │ │ │ ├── array-flatten@2.1.2 │ │ │ ├─┬ deep-equal@1.1.1 │ │ │ │ ├── is-arguments@1.0.4 │ │ │ │ ├── is-date-object@1.0.2 deduped │ │ │ │ ├── is-regex@1.0.5 deduped │ │ │ │ ├── object-is@1.0.2 deduped │ │ │ │ ├── object-keys@1.1.1 deduped │ │ │ │ └── regexp.prototype.flags@1.3.0 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.2.0 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.11 │ │ │ │ ├─┬ bindings@1.5.0 │ │ │ │ │ └── file-uri-to-path@1.0.0 │ │ │ │ ├── nan@2.14.0 deduped │ │ │ │ └─┬ UNMET OPTIONAL DEPENDENCY node-pre-gyp@0.14.0 │ │ │ │ ├── UNMET OPTIONAL DEPENDENCY detect-libc@1.0.3 │ │ │ │ ├─┬ UNMET OPTIONAL DEPENDENCY mkdirp@0.5.1 │ │ │ │ │ └── UNMET OPTIONAL DEPENDENCY minimist@0.0.8 │ │ │ │ ├─┬ UNMET OPTIONAL DEPENDENCY needle@2.4.0 │ │ │ │ │ ├─┬ UNMET OPTIONAL DEPENDENCY debug@3.2.6 │ │ │ │ │ │ └── UNMET OPTIONAL DEPENDENCY ms@2.1.2 │ │ │ │ │ ├─┬ UNMET OPTIONAL DEPENDENCY iconv-lite@0.4.24 │ │ │ │ │ │ └── UNMET OPTIONAL DEPENDENCY safer-buffer@2.1.2 │ │ │ │ │ └── UNMET OPTIONAL DEPENDENCY sax@1.2.4 │ │ │ │ ├─┬ UNMET OPTIONAL DEPENDENCY nopt@4.0.1 │ │ │ │ │ ├── UNMET OPTIONAL DEPENDENCY abbrev@1.1.1 │ │ │ │ │ └─┬ UNMET OPTIONAL DEPENDENCY osenv@0.1.5 │ │ │ │ │ ├── UNMET OPTIONAL DEPENDENCY os-homedir@1.0.2 │ │ │ │ │ └── UNMET OPTIONAL DEPENDENCY os-tmpdir@1.0.2 │ │ │ │ ├─┬ UNMET OPTIONAL DEPENDENCY npm-packlist@1.4.7 │ │ │ │ │ ├─┬ UNMET OPTIONAL DEPENDENCY ignore-walk@3.0.3 │ │ │ │ │ │ └─┬ UNMET OPTIONAL DEPENDENCY minimatch@3.0.4 │ │ │ │ │ │ └─┬ UNMET OPTIONAL DEPENDENCY brace-expansion@1.1.11 │ │ │ │ │ │ ├── UNMET OPTIONAL DEPENDENCY balanced-match@1.0.0 │ │ │ │ │ │ └── UNMET OPTIONAL DEPENDENCY concat-map@0.0.1 │ │ │ │ │ └─┬ UNMET OPTIONAL DEPENDENCY npm-bundled@1.1.1 │ │ │ │ │ └── UNMET OPTIONAL DEPENDENCY npm-normalize-package-bin@1.0.1 │ │ │ │ ├─┬ UNMET OPTIONAL DEPENDENCY npmlog@4.1.2 │ │ │ │ │ ├─┬ UNMET OPTIONAL DEPENDENCY are-we-there-yet@1.1.5 │ │ │ │ │ │ ├── UNMET OPTIONAL DEPENDENCY delegates@1.0.0 │ │ │ │ │ │ └─┬ UNMET OPTIONAL DEPENDENCY readable-stream@2.3.6 │ │ │ │ │ │ ├── UNMET OPTIONAL DEPENDENCY core-util-is@1.0.2 │ │ │ │ │ │ ├── UNMET OPTIONAL DEPENDENCY inherits@2.0.4 │ │ │ │ │ │ ├── UNMET OPTIONAL DEPENDENCY isarray@1.0.0 │ │ │ │ │ │ ├── UNMET OPTIONAL DEPENDENCY process-nextick-args@2.0.1 │ │ │ │ │ │ ├── UNMET OPTIONAL DEPENDENCY safe-buffer@5.1.2 │ │ │ │ │ │ ├─┬ UNMET OPTIONAL DEPENDENCY string_decoder@1.1.1 │ │ │ │ │ │ │ └── UNMET OPTIONAL DEPENDENCY safe-buffer@5.1.2 │ │ │ │ │ │ └── UNMET OPTIONAL DEPENDENCY util-deprecate@1.0.2 │ │ │ │ │ ├── UNMET OPTIONAL DEPENDENCY console-control-strings@1.1.0 │ │ │ │ │ ├─┬ UNMET OPTIONAL DEPENDENCY gauge@2.7.4 │ │ │ │ │ │ ├── UNMET OPTIONAL DEPENDENCY aproba@1.2.0 │ │ │ │ │ │ ├── UNMET OPTIONAL DEPENDENCY console-control-strings@1.1.0 │ │ │ │ │ │ ├── UNMET OPTIONAL DEPENDENCY has-unicode@2.0.1 │ │ │ │ │ │ ├── UNMET OPTIONAL DEPENDENCY object-assign@4.1.1 │ │ │ │ │ │ ├── UNMET OPTIONAL DEPENDENCY signal-exit@3.0.2 │ │ │ │ │ │ ├─┬ UNMET OPTIONAL DEPENDENCY string-width@1.0.2 │ │ │ │ │ │ │ ├── UNMET OPTIONAL DEPENDENCY code-point-at@1.1.0 │ │ │ │ │ │ │ ├─┬ UNMET OPTIONAL DEPENDENCY is-fullwidth-code-point@1.0.0 │ │ │ │ │ │ │ │ └── UNMET OPTIONAL DEPENDENCY number-is-nan@1.0.1 │ │ │ │ │ │ │ └── UNMET OPTIONAL DEPENDENCY strip-ansi@3.0.1 │ │ │ │ │ │ ├─┬ UNMET OPTIONAL DEPENDENCY strip-ansi@3.0.1 │ │ │ │ │ │ │ └── UNMET OPTIONAL DEPENDENCY ansi-regex@2.1.1 │ │ │ │ │ │ └─┬ UNMET OPTIONAL DEPENDENCY wide-align@1.1.3 │ │ │ │ │ │ └── UNMET OPTIONAL DEPENDENCY string-width@1.0.2 │ │ │ │ │ └── UNMET OPTIONAL DEPENDENCY set-blocking@2.0.0 │ │ │ │ ├─┬ UNMET OPTIONAL DEPENDENCY rc@1.2.8 │ │ │ │ │ ├── UNMET OPTIONAL DEPENDENCY deep-extend@0.6.0 │ │ │ │ │ ├── UNMET OPTIONAL DEPENDENCY ini@1.3.5 │ │ │ │ │ ├── UNMET OPTIONAL DEPENDENCY minimist@1.2.0 │ │ │ │ │ └── UNMET OPTIONAL DEPENDENCY strip-json-comments@2.0.1 │ │ │ │ ├─┬ UNMET OPTIONAL DEPENDENCY rimraf@2.7.1 │ │ │ │ │ └─┬ UNMET OPTIONAL DEPENDENCY glob@7.1.6 │ │ │ │ │ ├── UNMET OPTIONAL DEPENDENCY fs.realpath@1.0.0 │ │ │ │ │ ├─┬ UNMET OPTIONAL DEPENDENCY inflight@1.0.6 │ │ │ │ │ │ ├── UNMET OPTIONAL DEPENDENCY once@1.4.0 │ │ │ │ │ │ └── UNMET OPTIONAL DEPENDENCY wrappy@1.0.2 │ │ │ │ │ ├── UNMET OPTIONAL DEPENDENCY inherits@2.0.4 │ │ │ │ │ ├── UNMET OPTIONAL DEPENDENCY minimatch@3.0.4 │ │ │ │ │ ├─┬ UNMET OPTIONAL DEPENDENCY once@1.4.0 │ │ │ │ │ │ └── UNMET OPTIONAL DEPENDENCY wrappy@1.0.2 │ │ │ │ │ └── UNMET OPTIONAL DEPENDENCY path-is-absolute@1.0.1 │ │ │ │ ├── UNMET OPTIONAL DEPENDENCY semver@5.7.1 │ │ │ │ └─┬ UNMET OPTIONAL DEPENDENCY tar@4.4.13 │ │ │ │ ├── UNMET OPTIONAL DEPENDENCY chownr@1.1.3 │ │ │ │ ├─┬ UNMET OPTIONAL DEPENDENCY fs-minipass@1.2.7 │ │ │ │ │ └── UNMET OPTIONAL DEPENDENCY minipass@2.9.0 │ │ │ │ ├─┬ UNMET OPTIONAL DEPENDENCY minipass@2.9.0 │ │ │ │ │ ├── UNMET OPTIONAL DEPENDENCY safe-buffer@5.1.2 │ │ │ │ │ └── UNMET OPTIONAL DEPENDENCY yallist@3.1.1 │ │ │ │ ├─┬ UNMET OPTIONAL DEPENDENCY minizlib@1.3.3 │ │ │ │ │ └── UNMET OPTIONAL DEPENDENCY minipass@2.9.0 │ │ │ │ ├── UNMET OPTIONAL DEPENDENCY mkdirp@0.5.1 │ │ │ │ ├── UNMET OPTIONAL DEPENDENCY safe-buffer@5.1.2 │ │ │ │ └── UNMET OPTIONAL DEPENDENCY yallist@3.1.1 │ │ │ ├─┬ glob-parent@3.1.0 │ │ │ │ ├─┬ is-glob@3.1.0 │ │ │ │ │ └── is-extglob@2.1.1 deduped │ │ │ │ └── path-dirname@1.0.2 │ │ │ ├── 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.3 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 deduped │ │ │ │ ├── safe-buffer@5.1.2 │ │ │ │ ├─┬ string_decoder@1.1.1 │ │ │ │ │ └── safe-buffer@5.1.2 deduped │ │ │ │ └── util-deprecate@1.0.2 deduped │ │ │ └── upath@1.2.0 deduped │ │ ├─┬ compression@1.7.4 │ │ │ ├── accepts@1.3.7 deduped │ │ │ ├── bytes@3.0.0 │ │ │ ├─┬ compressible@2.0.18 │ │ │ │ └── mime-db@1.43.0 │ │ │ ├─┬ debug@2.6.9 │ │ │ │ └── ms@2.0.0 deduped │ │ │ ├── on-headers@1.0.2 │ │ │ ├── safe-buffer@5.1.2 │ │ │ └── vary@1.1.2 deduped │ │ ├── connect-history-api-fallback@1.6.0 │ │ ├─┬ debug@4.1.1 │ │ │ └── ms@2.1.2 │ │ ├─┬ del@4.1.1 │ │ │ ├─┬ @types/glob@7.1.1 │ │ │ │ ├── @types/events@3.0.0 │ │ │ │ ├── @types/minimatch@3.0.3 │ │ │ │ └── @types/node@10.17.17 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 │ │ │ ├── p-map@2.1.0 │ │ │ ├── pify@4.0.1 │ │ │ └── rimraf@2.6.3 deduped │ │ ├── express@4.17.1 deduped │ │ ├── html-entities@1.2.1 │ │ ├─┬ http-proxy-middleware@0.19.1 │ │ │ ├─┬ http-proxy@1.18.0 │ │ │ │ ├── eventemitter3@4.0.0 │ │ │ │ ├── follow-redirects@1.5.10 deduped │ │ │ │ └── requires-port@1.0.0 │ │ │ ├── is-glob@4.0.1 deduped │ │ │ ├── lodash@4.17.15 deduped │ │ │ └── micromatch@3.1.10 deduped │ │ ├── import-local@2.0.0 deduped │ │ ├─┬ internal-ip@4.3.0 │ │ │ ├─┬ default-gateway@4.2.0 │ │ │ │ ├─┬ execa@1.0.0 │ │ │ │ │ ├── cross-spawn@6.0.5 deduped │ │ │ │ │ ├─┬ get-stream@4.1.0 │ │ │ │ │ │ └── pump@3.0.0 deduped │ │ │ │ │ ├── is-stream@1.1.0 deduped │ │ │ │ │ ├─┬ npm-run-path@2.0.2 │ │ │ │ │ │ └── path-key@2.0.1 deduped │ │ │ │ │ ├── p-finally@1.0.0 │ │ │ │ │ ├── signal-exit@3.0.2 deduped │ │ │ │ │ └── strip-eof@1.0.0 │ │ │ │ └── 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.6.7 │ │ ├─┬ opn@5.5.0 │ │ │ └── is-wsl@1.1.0 deduped │ │ ├─┬ p-retry@3.0.1 │ │ │ └── retry@0.12.0 │ │ ├─┬ portfinder@1.0.25 │ │ │ ├─┬ async@2.6.3 │ │ │ │ └── lodash@4.17.15 deduped │ │ │ ├─┬ debug@3.2.6 │ │ │ │ └── ms@2.1.2 │ │ │ └── mkdirp@0.5.1 deduped │ │ ├─┬ schema-utils@1.0.0 │ │ │ ├── ajv@6.12.0 deduped │ │ │ ├── ajv-errors@1.0.1 deduped │ │ │ └── ajv-keywords@3.4.1 deduped │ │ ├─┬ selfsigned@1.10.7 │ │ │ └── node-forge@0.9.0 │ │ ├── semver@6.3.0 deduped │ │ ├─┬ serve-index@1.9.1 │ │ │ ├── accepts@1.3.7 deduped │ │ │ ├── batch@0.6.1 │ │ │ ├─┬ debug@2.6.9 │ │ │ │ └── ms@2.0.0 deduped │ │ │ ├── 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.26 │ │ │ │ └── mime-db@1.43.0 deduped │ │ │ └── parseurl@1.3.3 deduped │ │ ├─┬ sockjs@0.3.19 │ │ │ ├─┬ faye-websocket@0.10.0 │ │ │ │ └── websocket-driver@0.7.3 deduped │ │ │ └── uuid@3.4.0 │ │ ├─┬ sockjs-client@1.4.0 │ │ │ ├─┬ debug@3.2.6 │ │ │ │ └── ms@2.1.2 │ │ │ ├─┬ 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.1.1 │ │ │ └── requires-port@1.0.0 deduped │ │ ├─┬ spdy@4.0.1 │ │ │ ├─┬ debug@4.1.1 │ │ │ │ └── ms@2.1.2 │ │ │ ├── handle-thing@2.0.0 │ │ │ ├── http-deceiver@1.2.7 │ │ │ ├── select-hose@2.0.0 │ │ │ └─┬ spdy-transport@3.0.0 │ │ │ ├─┬ debug@4.1.1 │ │ │ │ └── ms@2.1.2 │ │ │ ├── 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 │ │ │ │ │ ├── core-util-is@1.0.2 deduped │ │ │ │ │ ├── inherits@2.0.4 deduped │ │ │ │ │ ├── isarray@1.0.0 │ │ │ │ │ ├── process-nextick-args@2.0.1 deduped │ │ │ │ │ ├── safe-buffer@5.1.2 │ │ │ │ │ ├─┬ string_decoder@1.1.1 │ │ │ │ │ │ └── safe-buffer@5.1.2 deduped │ │ │ │ │ └── util-deprecate@1.0.2 deduped │ │ │ │ └── wbuf@1.7.3 deduped │ │ │ ├── obuf@1.1.2 │ │ │ ├── readable-stream@3.6.0 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 deduped │ │ ├─┬ url@0.11.0 │ │ │ ├── punycode@1.3.2 │ │ │ └── querystring@0.2.0 │ │ ├─┬ webpack-dev-middleware@3.7.2 │ │ │ ├── memory-fs@0.4.1 deduped │ │ │ ├── mime@2.4.4 deduped │ │ │ ├── mkdirp@0.5.1 deduped │ │ │ ├── range-parser@1.2.1 deduped │ │ │ └── webpack-log@2.0.0 deduped │ │ ├─┬ webpack-log@2.0.0 │ │ │ ├── ansi-colors@3.2.4 │ │ │ └── uuid@3.4.0 deduped │ │ ├─┬ ws@6.2.1 │ │ │ └── async-limiter@1.0.1 deduped │ │ └─┬ yargs@12.0.5 │ │ ├─┬ cliui@4.1.0 │ │ │ ├── string-width@2.1.1 deduped │ │ │ ├─┬ strip-ansi@4.0.0 │ │ │ │ └── ansi-regex@3.0.0 │ │ │ └─┬ wrap-ansi@2.1.0 │ │ │ ├── string-width@1.0.2 deduped │ │ │ └── strip-ansi@3.0.1 deduped │ │ ├── decamelize@1.2.0 │ │ ├── find-up@3.0.0 deduped │ │ ├── get-caller-file@1.0.3 │ │ ├─┬ os-locale@3.1.0 │ │ │ ├── execa@1.0.0 deduped │ │ │ ├─┬ lcid@2.0.0 │ │ │ │ └── invert-kv@2.0.0 │ │ │ └─┬ mem@4.3.0 │ │ │ ├─┬ map-age-cleaner@0.1.3 │ │ │ │ └── p-defer@1.0.0 │ │ │ ├── mimic-fn@2.1.0 deduped │ │ │ └── p-is-promise@2.1.0 │ │ ├── require-directory@2.1.1 │ │ ├── require-main-filename@1.0.1 │ │ ├── set-blocking@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 deduped │ │ ├── which-module@2.0.0 │ │ ├── y18n@3.2.1 │ │ └─┬ yargs-parser@11.1.1 │ │ ├── camelcase@5.3.1 │ │ └── decamelize@1.2.0 deduped │ ├─┬ webpack-manifest-plugin@2.2.0 │ │ ├─┬ fs-extra@7.0.1 │ │ │ ├── graceful-fs@4.2.3 deduped │ │ │ ├── jsonfile@4.0.0 deduped │ │ │ └── universalify@0.1.2 deduped │ │ ├── lodash@4.17.15 deduped │ │ ├── object.entries@1.1.1 deduped │ │ └── tapable@1.1.3 deduped │ └─┬ workbox-webpack-plugin@4.3.1 │ ├── @babel/runtime@7.8.7 deduped │ ├─┬ json-stable-stringify@1.0.1 │ │ └── jsonify@0.0.0 │ └─┬ workbox-build@4.3.1 │ ├── @babel/runtime@7.8.7 deduped │ ├── @hapi/joi@15.1.1 deduped │ ├── common-tags@1.8.0 deduped │ ├─┬ fs-extra@4.0.3 │ │ ├── graceful-fs@4.2.3 deduped │ │ ├── jsonfile@4.0.0 deduped │ │ └── universalify@0.1.2 deduped │ ├── glob@7.1.6 deduped │ ├── lodash.template@4.5.0 deduped │ ├── pretty-bytes@5.3.0 deduped │ ├── stringify-object@3.3.0 deduped │ ├── strip-comments@1.0.2 deduped │ ├─┬ workbox-background-sync@4.3.1 │ │ └── workbox-core@4.3.1 deduped │ ├─┬ workbox-broadcast-update@4.3.1 │ │ └── workbox-core@4.3.1 deduped │ ├─┬ workbox-cacheable-response@4.3.1 │ │ └── workbox-core@4.3.1 deduped │ ├── workbox-core@4.3.1 │ ├─┬ workbox-expiration@4.3.1 │ │ └── workbox-core@4.3.1 deduped │ ├─┬ workbox-google-analytics@4.3.1 │ │ ├── workbox-background-sync@4.3.1 deduped │ │ ├── workbox-core@4.3.1 deduped │ │ ├─┬ workbox-routing@4.3.1 │ │ │ └── workbox-core@4.3.1 deduped │ │ └── workbox-strategies@4.3.1 deduped │ ├─┬ workbox-navigation-preload@4.3.1 │ │ └── workbox-core@4.3.1 deduped │ ├─┬ workbox-precaching@4.3.1 │ │ └── workbox-core@4.3.1 deduped │ ├─┬ workbox-range-requests@4.3.1 │ │ └── workbox-core@4.3.1 deduped │ ├─┬ workbox-routing@4.3.1 │ │ └── workbox-core@4.3.1 deduped │ ├─┬ workbox-strategies@4.3.1 │ │ └── workbox-core@4.3.1 deduped │ ├─┬ workbox-streams@4.3.1 │ │ └── workbox-core@4.3.1 deduped │ ├── workbox-sw@4.3.1 │ └─┬ workbox-window@4.3.1 │ └── workbox-core@4.3.1 deduped ├─┬ react-svg-pan-zoom@3.8.0 │ ├── prop-types@15.7.2 deduped │ └── transformation-matrix@2.2.0 ├─┬ react-swipeable-views@0.13.9 │ ├─┬ @babel/runtime@7.0.0 │ │ └── regenerator-runtime@0.12.1 │ ├── prop-types@15.7.2 deduped │ ├─┬ react-swipeable-views-core@0.13.7 │ │ ├─┬ @babel/runtime@7.0.0 │ │ │ └── regenerator-runtime@0.12.1 │ │ └── warning@4.0.3 deduped │ ├─┬ react-swipeable-views-utils@0.13.9 │ │ ├─┬ @babel/runtime@7.0.0 │ │ │ └── regenerator-runtime@0.12.1 │ │ ├── keycode@2.2.0 │ │ ├── prop-types@15.7.2 deduped │ │ ├─┬ react-event-listener@0.6.6 │ │ │ ├── @babel/runtime@7.8.7 deduped │ │ │ ├── prop-types@15.7.2 deduped │ │ │ └── warning@4.0.3 deduped │ │ ├── react-swipeable-views-core@0.13.7 deduped │ │ └── shallow-equal@1.2.1 deduped │ └─┬ warning@4.0.3 │ └── loose-envify@1.4.0 deduped ├─┬ react-textarea-autosize@7.1.2 │ ├── @babel/runtime@7.8.7 deduped │ └── prop-types@15.7.2 deduped ├─┬ react-virtualized@9.21.2 │ ├─┬ babel-runtime@6.26.0 │ │ ├── core-js@2.6.11 │ │ └── regenerator-runtime@0.11.1 │ ├── clsx@1.1.0 deduped │ ├─┬ dom-helpers@5.1.3 │ │ ├── @babel/runtime@7.8.7 deduped │ │ └── csstype@2.6.9 deduped │ ├── loose-envify@1.4.0 deduped │ ├── prop-types@15.7.2 deduped │ └── react-lifecycles-compat@3.0.4 ├─┬ redux@4.0.5 │ ├── loose-envify@1.4.0 deduped │ └── symbol-observable@1.2.0 ├─┬ redux-logger@3.0.6 │ └── deep-diff@0.3.8 ├─┬ redux-logic@2.1.1 │ ├── core-js@2.6.11 │ ├── is-promise@2.1.0 │ ├── loose-envify@1.4.0 deduped │ └─┬ rxjs@6.5.4 │ └── tslib@1.11.1 deduped ├── redux-persist@6.0.0 ├── regenerator-runtime@0.13.5 ├── rison-node@2.1.0 ├─┬ tg-mui-range-slider@1.0.0 (git+https://github.com/pccck/tg-mui-range-slider.git#094e9166545eab275badcfb9cf4a422550f2614b) │ ├── @material-ui/utils@4.7.1 deduped │ ├── clsx@1.1.0 deduped │ └── prop-types@15.7.2 deduped ├── typescript@3.8.3 ├─┬ webpack-bundle-analyzer@3.6.1 │ ├── acorn@7.1.1 │ ├── acorn-walk@7.1.1 │ ├─┬ bfj@6.1.2 │ │ ├── bluebird@3.7.2 │ │ ├── check-types@8.0.3 │ │ ├── hoopy@0.1.4 │ │ └── tryer@1.0.1 │ ├── chalk@2.4.2 deduped │ ├── commander@2.20.3 │ ├── ejs@2.7.4 │ ├─┬ express@4.17.1 │ │ ├─┬ accepts@1.3.7 │ │ │ ├── mime-types@2.1.26 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 deduped │ │ │ ├── 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 │ │ │ │ ├── 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 │ │ ├── content-type@1.0.4 │ │ ├── cookie@0.4.0 │ │ ├── cookie-signature@1.0.6 │ │ ├─┬ debug@2.6.9 │ │ │ └── ms@2.0.0 deduped │ │ ├── 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 │ │ ├── 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 │ │ ├─┬ 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.26 deduped │ │ ├── utils-merge@1.0.1 │ │ └── vary@1.1.2 │ ├── filesize@3.6.1 │ ├─┬ gzip-size@5.1.1 │ │ ├── duplexer@0.1.1 │ │ └── pify@4.0.1 │ ├── lodash@4.17.15 deduped │ ├── mkdirp@0.5.1 deduped │ ├── opener@1.5.1 │ └─┬ ws@6.2.1 │ └── async-limiter@1.0.1 ├─┬ workbox-precaching@5.0.0 │ └── workbox-core@5.0.0 ├─┬ workbox-routing@5.0.0 │ └── workbox-core@5.0.0 └─┬ workbox-webpack-plugin@5.0.0 ├── @babel/runtime@7.8.7 deduped ├── fast-json-stable-stringify@2.1.0 ├── source-map-url@0.4.0 ├── upath@1.2.0 ├─┬ webpack-sources@1.4.3 │ ├── source-list-map@2.0.1 │ └── source-map@0.6.1 └─┬ workbox-build@5.0.0 ├── @babel/core@7.8.4 deduped ├── @babel/preset-env@7.8.7 deduped ├── @babel/runtime@7.8.7 deduped ├─┬ @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 ├─┬ @surma/rollup-plugin-off-main-thread@1.4.1 │ ├── ejs@2.7.4 deduped │ └─┬ magic-string@0.25.7 │ └── sourcemap-codec@1.4.8 ├── common-tags@1.8.0 ├── fast-json-stable-stringify@2.1.0 deduped ├── fs-extra@8.1.0 deduped ├── glob@7.1.6 deduped ├─┬ lodash.template@4.5.0 │ ├── lodash._reinterpolate@3.0.0 │ └─┬ lodash.templatesettings@4.2.0 │ └── lodash._reinterpolate@3.0.0 deduped ├── pretty-bytes@5.3.0 ├─┬ rollup@1.32.1 │ ├── @types/estree@0.0.42 │ ├── @types/node@10.17.17 deduped │ └── acorn@7.1.1 deduped ├─┬ rollup-plugin-babel@4.4.0 │ ├── @babel/helper-module-imports@7.8.3 deduped │ └─┬ rollup-pluginutils@2.8.2 │ └── estree-walker@0.6.1 ├─┬ rollup-plugin-node-resolve@5.2.0 │ ├─┬ @types/resolve@0.0.8 │ │ └── @types/node@10.17.17 deduped │ ├── builtin-modules@3.1.0 │ ├── is-module@1.0.0 │ ├── resolve@1.15.0 deduped │ └── rollup-pluginutils@2.8.2 deduped ├─┬ rollup-plugin-replace@2.2.0 │ ├── magic-string@0.25.7 deduped │ └── rollup-pluginutils@2.8.2 deduped ├─┬ rollup-plugin-terser@5.3.0 │ ├── @babel/code-frame@7.8.3 deduped │ ├─┬ jest-worker@24.9.0 │ │ ├── merge-stream@2.0.0 deduped │ │ └─┬ supports-color@6.1.0 │ │ └── has-flag@3.0.0 deduped │ ├── rollup-pluginutils@2.8.2 deduped │ ├── serialize-javascript@2.1.2 deduped │ └── terser@4.6.6 deduped ├── source-map@0.7.3 ├── source-map-url@0.4.0 deduped ├── stringify-object@3.3.0 deduped ├─┬ strip-comments@1.0.2 │ ├─┬ babel-extract-comments@1.0.0 │ │ └── babylon@6.18.0 │ └─┬ babel-plugin-transform-object-rest-spread@6.26.0 │ ├── babel-plugin-syntax-object-rest-spread@6.13.0 │ └── babel-runtime@6.26.0 deduped ├─┬ tempy@0.3.0 │ ├── temp-dir@1.0.0 │ ├── type-fest@0.3.1 │ └─┬ unique-string@1.0.0 │ └── crypto-random-string@1.0.0 ├── upath@1.2.0 deduped ├─┬ workbox-background-sync@5.0.0 │ └── workbox-core@5.0.0 deduped ├─┬ workbox-broadcast-update@5.0.0 │ └── workbox-core@5.0.0 deduped ├─┬ workbox-cacheable-response@5.0.0 │ └── workbox-core@5.0.0 deduped ├── workbox-core@5.0.0 ├─┬ workbox-expiration@5.0.0 │ └── workbox-core@5.0.0 deduped ├─┬ workbox-google-analytics@5.0.0 │ ├── workbox-background-sync@5.0.0 deduped │ ├── workbox-core@5.0.0 deduped │ ├── workbox-routing@5.0.0 deduped │ └── workbox-strategies@5.0.0 deduped ├─┬ workbox-navigation-preload@5.0.0 │ └── workbox-core@5.0.0 deduped ├── workbox-precaching@5.0.0 deduped ├─┬ workbox-range-requests@5.0.0 │ └── workbox-core@5.0.0 deduped ├── workbox-routing@5.0.0 deduped ├─┬ workbox-strategies@5.0.0 │ ├── workbox-core@5.0.0 deduped │ └── workbox-routing@5.0.0 deduped ├─┬ workbox-streams@5.0.0 │ ├── workbox-core@5.0.0 deduped │ └── workbox-routing@5.0.0 deduped ├── workbox-sw@5.0.0 └─┬ workbox-window@5.0.0 └── workbox-core@5.0.0 deduped npm ERR! peer dep missing: html-webpack-plugin@^2 || ^3 || ^4, required by csp-html-webpack-plugin@3.0.4 npm ERR! peer dep missing: @material-ui/core@^1.0.0, required by material-ui-dots@2.0.1 npm ERR! peer dep missing: eslint-plugin-flowtype@3.x, required by eslint-config-react-app@5.2.0 ```
ljharb commented 4 years ago

In your OP, it's using not your project's eslint, but the Atom plugins' eslint. This is broken; the only eslint an editor plugin should use is the one installed locally in the project it's linting.

Perhaps you need an updated, or a replacement, Atom plugin?

mikkopori commented 4 years ago

Thank you, you were correct. On the Linter Eslint atom plugin I had set false path into "path to local node_modules" -field and therefore the eslint in the project was not used. If anyone else messes the settings up..

Thank you again!

ljharb commented 2 years ago

@oless that's an invalid eslint configuration; only the last one of those would be respected if it would even work at all.