Skip to content

Instantly share code, notes, and snippets.

@jamesta696
Created October 15, 2020 17:21
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamesta696/14c91bcd48b28fa51dff7db15e575c45 to your computer and use it in GitHub Desktop.
Save jamesta696/14c91bcd48b28fa51dff7db15e575c45 to your computer and use it in GitHub Desktop.
ReactJS: List of production dependencies for a create-react-app application.
Below is the output of `npm ls --prod` for app boilerplate generated by create-react-app
For those concerned how many packages are deduped, the count is 1709, according to `grep` output piped to `wc`. This means 1,974 dependencies in this tree are not duplicates.
sample@0.1.0 /private/var/www/sample
├─┬ react@16.8.4
│ ├─┬ loose-envify@1.4.0
│ │ └── js-tokens@4.0.0
│ ├── object-assign@4.1.1
│ ├─┬ prop-types@15.7.2
│ │ ├── loose-envify@1.4.0 deduped
│ │ ├── object-assign@4.1.1 deduped
│ │ └── react-is@16.8.4
│ └─┬ scheduler@0.13.4
│ ├── loose-envify@1.4.0 deduped
│ └── object-assign@4.1.1 deduped
├─┬ react-dom@16.8.4
│ ├── loose-envify@1.4.0 deduped
│ ├── object-assign@4.1.1 deduped
│ ├── prop-types@15.7.2 deduped
│ └── scheduler@0.13.4 deduped
└─┬ react-scripts@2.1.8
├─┬ @babel/core@7.2.2
│ ├─┬ @babel/code-frame@7.0.0
│ │ └─┬ @babel/highlight@7.0.0
│ │ ├── chalk@2.4.2 deduped
│ │ ├── esutils@2.0.2 deduped
│ │ └── js-tokens@4.0.0 deduped
│ ├─┬ @babel/generator@7.3.4
│ │ ├── @babel/types@7.3.4 deduped
│ │ ├── jsesc@2.5.2
│ │ ├── lodash@4.17.11 deduped
│ │ ├── source-map@0.5.7 deduped
│ │ └── trim-right@1.0.1
│ ├─┬ @babel/helpers@7.3.1
│ │ ├── @babel/template@7.2.2 deduped
│ │ ├── @babel/traverse@7.3.4 deduped
│ │ └── @babel/types@7.3.4 deduped
│ ├── @babel/parser@7.3.4
│ ├─┬ @babel/template@7.2.2
│ │ ├── @babel/code-frame@7.0.0 deduped
│ │ ├── @babel/parser@7.3.4 deduped
│ │ └── @babel/types@7.3.4 deduped
│ ├─┬ @babel/traverse@7.3.4
│ │ ├── @babel/code-frame@7.0.0 deduped
│ │ ├── @babel/generator@7.3.4 deduped
│ │ ├─┬ @babel/helper-function-name@7.1.0
│ │ │ ├─┬ @babel/helper-get-function-arity@7.0.0
│ │ │ │ └── @babel/types@7.3.4 deduped
│ │ │ ├── @babel/template@7.2.2 deduped
│ │ │ └── @babel/types@7.3.4 deduped
│ │ ├─┬ @babel/helper-split-export-declaration@7.0.0
│ │ │ └── @babel/types@7.3.4 deduped
│ │ ├── @babel/parser@7.3.4 deduped
│ │ ├── @babel/types@7.3.4 deduped
│ │ ├── debug@4.1.1 deduped
│ │ ├── globals@11.11.0 deduped
│ │ └── lodash@4.17.11 deduped
│ ├─┬ @babel/types@7.3.4
│ │ ├── esutils@2.0.2 deduped
│ │ ├── lodash@4.17.11 deduped
│ │ └── to-fast-properties@2.0.0
│ ├─┬ convert-source-map@1.6.0
│ │ └── safe-buffer@5.1.2
│ ├─┬ debug@4.1.1
│ │ └── ms@2.1.1
│ ├─┬ json5@2.1.0
│ │ └── minimist@1.2.0
│ ├── lodash@4.17.11
│ ├── resolve@1.10.0 deduped
│ ├── semver@5.6.0
│ └── source-map@0.5.7
├─┬ @svgr/webpack@4.1.0
│ ├── @babel/core@7.2.2 deduped
│ ├─┬ @babel/plugin-transform-react-constant-elements@7.2.0
│ │ ├─┬ @babel/helper-annotate-as-pure@7.0.0
│ │ │ └── @babel/types@7.3.4 deduped
│ │ └── @babel/helper-plugin-utils@7.0.0
│ ├─┬ @babel/preset-env@7.3.4
│ │ ├─┬ @babel/helper-module-imports@7.0.0
│ │ │ └── @babel/types@7.3.4 deduped
│ │ ├── @babel/helper-plugin-utils@7.0.0 deduped
│ │ ├─┬ @babel/plugin-proposal-async-generator-functions@7.2.0
│ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ ├─┬ @babel/helper-remap-async-to-generator@7.1.0
│ │ │ │ ├── @babel/helper-annotate-as-pure@7.0.0 deduped
│ │ │ │ ├─┬ @babel/helper-wrap-function@7.2.0
│ │ │ │ │ ├── @babel/helper-function-name@7.1.0 deduped
│ │ │ │ │ ├── @babel/template@7.2.2 deduped
│ │ │ │ │ ├── @babel/traverse@7.3.4 deduped
│ │ │ │ │ └── @babel/types@7.3.4 deduped
│ │ │ │ ├── @babel/template@7.2.2 deduped
│ │ │ │ ├── @babel/traverse@7.3.4 deduped
│ │ │ │ └── @babel/types@7.3.4 deduped
│ │ │ └── @babel/plugin-syntax-async-generators@7.2.0 deduped
│ │ ├─┬ @babel/plugin-proposal-json-strings@7.2.0
│ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ └── @babel/plugin-syntax-json-strings@7.2.0 deduped
│ │ ├─┬ @babel/plugin-proposal-object-rest-spread@7.3.4
│ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ └── @babel/plugin-syntax-object-rest-spread@7.2.0 deduped
│ │ ├─┬ @babel/plugin-proposal-optional-catch-binding@7.2.0
│ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ └── @babel/plugin-syntax-optional-catch-binding@7.2.0 deduped
│ │ ├─┬ @babel/plugin-proposal-unicode-property-regex@7.2.0
│ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ ├─┬ @babel/helper-regex@7.0.0
│ │ │ │ └── lodash@4.17.11 deduped
│ │ │ └─┬ regexpu-core@4.5.4
│ │ │ ├── regenerate@1.4.0 deduped
│ │ │ ├─┬ regenerate-unicode-properties@8.0.2
│ │ │ │ └── regenerate@1.4.0 deduped
│ │ │ ├── regjsgen@0.5.0
│ │ │ ├─┬ regjsparser@0.6.0
│ │ │ │ └── jsesc@0.5.0
│ │ │ ├─┬ unicode-match-property-ecmascript@1.0.4
│ │ │ │ ├── unicode-canonical-property-names-ecmascript@1.0.4
│ │ │ │ └── unicode-property-aliases-ecmascript@1.0.5
│ │ │ └── unicode-match-property-value-ecmascript@1.1.0
│ │ ├─┬ @babel/plugin-syntax-async-generators@7.2.0
│ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped
│ │ ├─┬ @babel/plugin-syntax-json-strings@7.2.0
│ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped
│ │ ├─┬ @babel/plugin-syntax-object-rest-spread@7.2.0
│ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped
│ │ ├─┬ @babel/plugin-syntax-optional-catch-binding@7.2.0
│ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped
│ │ ├─┬ @babel/plugin-transform-arrow-functions@7.2.0
│ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped
│ │ ├─┬ @babel/plugin-transform-async-to-generator@7.3.4
│ │ │ ├── @babel/helper-module-imports@7.0.0 deduped
│ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ └── @babel/helper-remap-async-to-generator@7.1.0 deduped
│ │ ├─┬ @babel/plugin-transform-block-scoped-functions@7.2.0
│ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped
│ │ ├─┬ @babel/plugin-transform-block-scoping@7.3.4
│ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ └── lodash@4.17.11 deduped
│ │ ├─┬ @babel/plugin-transform-classes@7.3.4
│ │ │ ├── @babel/helper-annotate-as-pure@7.0.0 deduped
│ │ │ ├── @babel/helper-define-map@7.1.0 deduped
│ │ │ ├── @babel/helper-function-name@7.1.0 deduped
│ │ │ ├── @babel/helper-optimise-call-expression@7.0.0 deduped
│ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ ├── @babel/helper-replace-supers@7.3.4 deduped
│ │ │ ├── @babel/helper-split-export-declaration@7.0.0 deduped
│ │ │ └── globals@11.11.0 deduped
│ │ ├─┬ @babel/plugin-transform-computed-properties@7.2.0
│ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped
│ │ ├── @babel/plugin-transform-destructuring@7.3.2 deduped
│ │ ├─┬ @babel/plugin-transform-dotall-regex@7.2.0
│ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ ├── @babel/helper-regex@7.0.0 deduped
│ │ │ └── regexpu-core@4.5.4 deduped
│ │ ├─┬ @babel/plugin-transform-duplicate-keys@7.2.0
│ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped
│ │ ├─┬ @babel/plugin-transform-exponentiation-operator@7.2.0
│ │ │ ├─┬ @babel/helper-builder-binary-assignment-operator-visitor@7.1.0
│ │ │ │ ├─┬ @babel/helper-explode-assignable-expression@7.1.0
│ │ │ │ │ ├── @babel/traverse@7.3.4 deduped
│ │ │ │ │ └── @babel/types@7.3.4 deduped
│ │ │ │ └── @babel/types@7.3.4 deduped
│ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped
│ │ ├─┬ @babel/plugin-transform-for-of@7.2.0
│ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped
│ │ ├─┬ @babel/plugin-transform-function-name@7.2.0
│ │ │ ├── @babel/helper-function-name@7.1.0 deduped
│ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped
│ │ ├─┬ @babel/plugin-transform-literals@7.2.0
│ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped
│ │ ├─┬ @babel/plugin-transform-modules-amd@7.2.0
│ │ │ ├─┬ @babel/helper-module-transforms@7.2.2
│ │ │ │ ├── @babel/helper-module-imports@7.0.0 deduped
│ │ │ │ ├── @babel/helper-simple-access@7.1.0 deduped
│ │ │ │ ├── @babel/helper-split-export-declaration@7.0.0 deduped
│ │ │ │ ├── @babel/template@7.2.2 deduped
│ │ │ │ ├── @babel/types@7.3.4 deduped
│ │ │ │ └── lodash@4.17.11 deduped
│ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped
│ │ ├─┬ @babel/plugin-transform-modules-commonjs@7.2.0
│ │ │ ├── @babel/helper-module-transforms@7.2.2 deduped
│ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ └─┬ @babel/helper-simple-access@7.1.0
│ │ │ ├── @babel/template@7.2.2 deduped
│ │ │ └── @babel/types@7.3.4 deduped
│ │ ├─┬ @babel/plugin-transform-modules-systemjs@7.3.4
│ │ │ ├─┬ @babel/helper-hoist-variables@7.0.0
│ │ │ │ └── @babel/types@7.3.4 deduped
│ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped
│ │ ├─┬ @babel/plugin-transform-modules-umd@7.2.0
│ │ │ ├── @babel/helper-module-transforms@7.2.2 deduped
│ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped
│ │ ├─┬ @babel/plugin-transform-named-capturing-groups-regex@7.3.0
│ │ │ └── regexp-tree@0.1.5
│ │ ├─┬ @babel/plugin-transform-new-target@7.0.0
│ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped
│ │ ├─┬ @babel/plugin-transform-object-super@7.2.0
│ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ └── @babel/helper-replace-supers@7.3.4 deduped
│ │ ├─┬ @babel/plugin-transform-parameters@7.3.3
│ │ │ ├─┬ @babel/helper-call-delegate@7.1.0
│ │ │ │ ├── @babel/helper-hoist-variables@7.0.0 deduped
│ │ │ │ ├── @babel/traverse@7.3.4 deduped
│ │ │ │ └── @babel/types@7.3.4 deduped
│ │ │ ├── @babel/helper-get-function-arity@7.0.0 deduped
│ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped
│ │ ├─┬ @babel/plugin-transform-regenerator@7.3.4
│ │ │ └─┬ regenerator-transform@0.13.4
│ │ │ └── private@0.1.8
│ │ ├─┬ @babel/plugin-transform-shorthand-properties@7.2.0
│ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped
│ │ ├─┬ @babel/plugin-transform-spread@7.2.2
│ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped
│ │ ├─┬ @babel/plugin-transform-sticky-regex@7.2.0
│ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ └── @babel/helper-regex@7.0.0 deduped
│ │ ├─┬ @babel/plugin-transform-template-literals@7.2.0
│ │ │ ├── @babel/helper-annotate-as-pure@7.0.0 deduped
│ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped
│ │ ├─┬ @babel/plugin-transform-typeof-symbol@7.2.0
│ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped
│ │ ├─┬ @babel/plugin-transform-unicode-regex@7.2.0
│ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ ├── @babel/helper-regex@7.0.0 deduped
│ │ │ └── regexpu-core@4.5.4 deduped
│ │ ├── browserslist@4.5.0 deduped
│ │ ├─┬ invariant@2.2.4
│ │ │ └── loose-envify@1.4.0 deduped
│ │ ├── js-levenshtein@1.1.6
│ │ └── semver@5.6.0 deduped
│ ├─┬ @babel/preset-react@7.0.0
│ │ ├── @babel/helper-plugin-utils@7.0.0 deduped
│ │ ├── @babel/plugin-transform-react-display-name@7.2.0 deduped
│ │ ├─┬ @babel/plugin-transform-react-jsx@7.3.0
│ │ │ ├─┬ @babel/helper-builder-react-jsx@7.3.0
│ │ │ │ ├── @babel/types@7.3.4 deduped
│ │ │ │ └── esutils@2.0.2 deduped
│ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ └─┬ @babel/plugin-syntax-jsx@7.2.0
│ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped
│ │ ├─┬ @babel/plugin-transform-react-jsx-self@7.2.0
│ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ └── @babel/plugin-syntax-jsx@7.2.0 deduped
│ │ └─┬ @babel/plugin-transform-react-jsx-source@7.2.0
│ │ ├── @babel/helper-plugin-utils@7.0.0 deduped
│ │ └── @babel/plugin-syntax-jsx@7.2.0 deduped
│ ├─┬ @svgr/core@4.1.0
│ │ ├── @svgr/plugin-jsx@4.1.0 deduped
│ │ ├── camelcase@5.2.0
│ │ └─┬ cosmiconfig@5.1.0
│ │ ├─┬ import-fresh@2.0.0
│ │ │ ├─┬ caller-path@2.0.0
│ │ │ │ └─┬ caller-callsite@2.0.0
│ │ │ │ └── callsites@2.0.0 deduped
│ │ │ └── resolve-from@3.0.0 deduped
│ │ ├── is-directory@0.3.1
│ │ ├── js-yaml@3.12.2 deduped
│ │ ├── lodash.get@4.4.2
│ │ └─┬ parse-json@4.0.0
│ │ ├─┬ error-ex@1.3.2
│ │ │ └── is-arrayish@0.2.1
│ │ └── json-parse-better-errors@1.0.2 deduped
│ ├─┬ @svgr/plugin-jsx@4.1.0
│ │ ├── @babel/core@7.2.2 deduped
│ │ ├─┬ @svgr/babel-preset@4.1.0
│ │ │ ├── @svgr/babel-plugin-add-jsx-attribute@4.0.0
│ │ │ ├── @svgr/babel-plugin-remove-jsx-attribute@4.0.3
│ │ │ ├── @svgr/babel-plugin-remove-jsx-empty-expression@4.0.0
│ │ │ ├── @svgr/babel-plugin-replace-jsx-attribute-value@4.0.0
│ │ │ ├── @svgr/babel-plugin-svg-dynamic-title@4.0.0
│ │ │ ├── @svgr/babel-plugin-svg-em-dimensions@4.0.0
│ │ │ ├── @svgr/babel-plugin-transform-react-native-svg@4.0.0
│ │ │ └── @svgr/babel-plugin-transform-svg-component@4.1.0
│ │ ├─┬ @svgr/hast-util-to-babel-ast@4.1.0
│ │ │ └── @babel/types@7.3.4 deduped
│ │ ├─┬ rehype-parse@6.0.0
│ │ │ ├─┬ hast-util-from-parse5@5.0.0
│ │ │ │ ├── ccount@1.0.3
│ │ │ │ ├─┬ hastscript@5.0.0
│ │ │ │ │ ├─┬ comma-separated-tokens@1.0.5
│ │ │ │ │ │ └── trim@0.0.1
│ │ │ │ │ ├── hast-util-parse-selector@2.2.1
│ │ │ │ │ ├── property-information@5.0.1 deduped
│ │ │ │ │ └─┬ space-separated-tokens@1.1.2
│ │ │ │ │ └── trim@0.0.1 deduped
│ │ │ │ ├─┬ property-information@5.0.1
│ │ │ │ │ └── xtend@4.0.1 deduped
│ │ │ │ ├── web-namespaces@1.1.2
│ │ │ │ └── xtend@4.0.1 deduped
│ │ │ ├── parse5@5.1.0
│ │ │ └── xtend@4.0.1
│ │ ├─┬ unified@7.1.0
│ │ │ ├── @types/unist@2.0.3
│ │ │ ├─┬ @types/vfile@3.0.2
│ │ │ │ ├── @types/node@11.11.3
│ │ │ │ ├── @types/unist@2.0.3 deduped
│ │ │ │ └─┬ @types/vfile-message@1.0.1
│ │ │ │ ├── @types/node@11.11.3 deduped
│ │ │ │ └── @types/unist@2.0.3 deduped
│ │ │ ├── bail@1.0.3
│ │ │ ├── extend@3.0.2
│ │ │ ├── is-plain-obj@1.1.0
│ │ │ ├── trough@1.0.3
│ │ │ ├── vfile@3.0.1 deduped
│ │ │ └── x-is-string@0.1.0
│ │ └─┬ vfile@3.0.1
│ │ ├── is-buffer@2.0.3
│ │ ├── replace-ext@1.0.0
│ │ ├── unist-util-stringify-position@1.1.2
│ │ └─┬ vfile-message@1.1.1
│ │ └── unist-util-stringify-position@1.1.2 deduped
│ ├─┬ @svgr/plugin-svgo@4.0.3
│ │ ├── cosmiconfig@5.1.0 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 deduped
│ │ │ │ ├── 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
│ │ │ │ ├── lazy-cache@0.2.7
│ │ │ │ └── mixin-object@2.0.1 deduped
│ │ │ └─┬ kind-of@3.2.2
│ │ │ └── is-buffer@1.1.6
│ │ └─┬ svgo@1.2.0
│ │ ├── 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.0.2
│ │ │ ├── boolbase@1.0.0
│ │ │ ├── css-what@2.1.3
│ │ │ ├─┬ domutils@1.7.0
│ │ │ │ ├─┬ dom-serializer@0.1.1
│ │ │ │ │ ├── domelementtype@1.3.1 deduped
│ │ │ │ │ └── entities@1.1.2 deduped
│ │ │ │ └── domelementtype@1.3.1 deduped
│ │ │ └─┬ nth-check@1.0.2
│ │ │ └── boolbase@1.0.0 deduped
│ │ ├── css-select-base-adapter@0.1.1
│ │ ├─┬ css-tree@1.0.0-alpha.28
│ │ │ ├── mdn-data@1.1.4
│ │ │ └── source-map@0.5.7 deduped
│ │ ├── css-url-regex@1.1.0
│ │ ├─┬ csso@3.5.1
│ │ │ └─┬ css-tree@1.0.0-alpha.29
│ │ │ ├── mdn-data@1.1.4 deduped
│ │ │ └── source-map@0.5.7 deduped
│ │ ├── js-yaml@3.12.2 deduped
│ │ ├── mkdirp@0.5.1 deduped
│ │ ├─┬ object.values@1.1.0
│ │ │ ├── define-properties@1.1.3 deduped
│ │ │ ├── es-abstract@1.13.0 deduped
│ │ │ ├── function-bind@1.1.1 deduped
│ │ │ └── has@1.0.3 deduped
│ │ ├── sax@1.2.4
│ │ ├── stable@0.1.8
│ │ ├── unquote@1.1.1
│ │ └── util.promisify@1.0.0 deduped
│ └─┬ loader-utils@1.2.3
│ ├── big.js@5.2.2
│ ├── emojis-list@2.1.0
│ └─┬ json5@1.0.1
│ └── minimist@1.2.0 deduped
├── babel-core@7.0.0-bridge.0
├─┬ babel-eslint@9.0.0
│ ├── @babel/code-frame@7.0.0 deduped
│ ├── @babel/parser@7.3.4 deduped
│ ├── @babel/traverse@7.3.4 deduped
│ ├── @babel/types@7.3.4 deduped
│ ├─┬ eslint-scope@3.7.1
│ │ ├─┬ esrecurse@4.2.1
│ │ │ └── estraverse@4.2.0 deduped
│ │ └── estraverse@4.2.0
│ └── eslint-visitor-keys@1.0.0
├─┬ babel-jest@23.6.0
│ ├─┬ babel-plugin-istanbul@4.1.6
│ │ ├── babel-plugin-syntax-object-rest-spread@6.13.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
│ │ ├─┬ istanbul-lib-instrument@1.10.2
│ │ │ ├─┬ babel-generator@6.26.1
│ │ │ │ ├─┬ babel-messages@6.23.0
│ │ │ │ │ └── babel-runtime@6.26.0 deduped
│ │ │ │ ├── babel-runtime@6.26.0 deduped
│ │ │ │ ├── babel-types@6.26.0 deduped
│ │ │ │ ├─┬ detect-indent@4.0.0
│ │ │ │ │ └─┬ repeating@2.0.1
│ │ │ │ │ └─┬ is-finite@1.0.2
│ │ │ │ │ └── number-is-nan@1.0.1 deduped
│ │ │ │ ├── jsesc@1.3.0
│ │ │ │ ├── lodash@4.17.11 deduped
│ │ │ │ ├── source-map@0.5.7 deduped
│ │ │ │ └── trim-right@1.0.1 deduped
│ │ │ ├─┬ babel-template@6.26.0
│ │ │ │ ├── babel-runtime@6.26.0 deduped
│ │ │ │ ├── babel-traverse@6.26.0 deduped
│ │ │ │ ├── babel-types@6.26.0 deduped
│ │ │ │ ├── babylon@6.18.0 deduped
│ │ │ │ └── lodash@4.17.11 deduped
│ │ │ ├─┬ babel-traverse@6.26.0
│ │ │ │ ├── babel-code-frame@6.26.0 deduped
│ │ │ │ ├── babel-messages@6.23.0 deduped
│ │ │ │ ├── babel-runtime@6.26.0 deduped
│ │ │ │ ├── babel-types@6.26.0 deduped
│ │ │ │ ├── babylon@6.18.0 deduped
│ │ │ │ ├─┬ debug@2.6.9
│ │ │ │ │ └── ms@2.0.0
│ │ │ │ ├── globals@9.18.0
│ │ │ │ ├── invariant@2.2.4 deduped
│ │ │ │ └── lodash@4.17.11 deduped
│ │ │ ├─┬ babel-types@6.26.0
│ │ │ │ ├── babel-runtime@6.26.0 deduped
│ │ │ │ ├── esutils@2.0.2 deduped
│ │ │ │ ├── lodash@4.17.11 deduped
│ │ │ │ └── to-fast-properties@1.0.3
│ │ │ ├── babylon@6.18.0
│ │ │ ├── istanbul-lib-coverage@1.2.1 deduped
│ │ │ └── semver@5.6.0 deduped
│ │ └─┬ test-exclude@4.2.3
│ │ ├── arrify@1.0.1
│ │ ├── micromatch@2.3.11 deduped
│ │ ├── object-assign@4.1.1 deduped
│ │ ├─┬ read-pkg-up@1.0.1
│ │ │ ├─┬ find-up@1.1.2
│ │ │ │ ├─┬ path-exists@2.1.0
│ │ │ │ │ └── pinkie-promise@2.0.1 deduped
│ │ │ │ └── pinkie-promise@2.0.1 deduped
│ │ │ └─┬ read-pkg@1.1.0
│ │ │ ├─┬ load-json-file@1.1.0
│ │ │ │ ├── graceful-fs@4.1.15 deduped
│ │ │ │ ├─┬ parse-json@2.2.0
│ │ │ │ │ └── error-ex@1.3.2 deduped
│ │ │ │ ├── pify@2.3.0 deduped
│ │ │ │ ├── pinkie-promise@2.0.1 deduped
│ │ │ │ └─┬ strip-bom@2.0.0
│ │ │ │ └── is-utf8@0.2.1
│ │ │ ├── normalize-package-data@2.5.0 deduped
│ │ │ └─┬ path-type@1.1.0
│ │ │ ├── graceful-fs@4.1.15 deduped
│ │ │ ├── pify@2.3.0 deduped
│ │ │ └── pinkie-promise@2.0.1 deduped
│ │ └── require-main-filename@1.0.1 deduped
│ └─┬ babel-preset-jest@23.2.0
│ ├── babel-plugin-jest-hoist@23.2.0
│ └── babel-plugin-syntax-object-rest-spread@6.13.0 deduped
├─┬ babel-loader@8.0.5
│ ├─┬ find-cache-dir@2.1.0
│ │ ├── commondir@1.0.1
│ │ ├─┬ make-dir@2.1.0
│ │ │ ├── pify@4.0.1
│ │ │ └── semver@5.6.0 deduped
│ │ └─┬ pkg-dir@3.0.0
│ │ └─┬ find-up@3.0.0
│ │ └─┬ locate-path@3.0.0
│ │ ├─┬ p-locate@3.0.0
│ │ │ └─┬ p-limit@2.2.0
│ │ │ └── p-try@2.0.0
│ │ └── path-exists@3.0.0 deduped
│ ├── loader-utils@1.2.3 deduped
│ ├─┬ mkdirp@0.5.1
│ │ └── minimist@0.0.8
│ └─┬ util.promisify@1.0.0
│ ├─┬ define-properties@1.1.3
│ │ └── object-keys@1.1.0
│ └─┬ object.getownpropertydescriptors@2.0.3
│ ├── define-properties@1.1.3 deduped
│ └── es-abstract@1.13.0 deduped
├── babel-plugin-named-asset-import@0.3.1
├─┬ babel-preset-react-app@7.0.2
│ ├── @babel/core@7.2.2 deduped
│ ├─┬ @babel/plugin-proposal-class-properties@7.3.0
│ │ ├─┬ @babel/helper-create-class-features-plugin@7.3.4
│ │ │ ├── @babel/helper-function-name@7.1.0 deduped
│ │ │ ├─┬ @babel/helper-member-expression-to-functions@7.0.0
│ │ │ │ └── @babel/types@7.3.4 deduped
│ │ │ ├── @babel/helper-optimise-call-expression@7.0.0 deduped
│ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ ├── @babel/helper-replace-supers@7.3.4 deduped
│ │ │ └── @babel/helper-split-export-declaration@7.0.0 deduped
│ │ └── @babel/helper-plugin-utils@7.0.0 deduped
│ ├─┬ @babel/plugin-proposal-decorators@7.3.0
│ │ ├── @babel/helper-create-class-features-plugin@7.3.4 deduped
│ │ ├── @babel/helper-plugin-utils@7.0.0 deduped
│ │ └─┬ @babel/plugin-syntax-decorators@7.2.0
│ │ └── @babel/helper-plugin-utils@7.0.0 deduped
│ ├─┬ @babel/plugin-proposal-object-rest-spread@7.3.2
│ │ ├── @babel/helper-plugin-utils@7.0.0 deduped
│ │ └── @babel/plugin-syntax-object-rest-spread@7.2.0 deduped
│ ├─┬ @babel/plugin-syntax-dynamic-import@7.2.0
│ │ └── @babel/helper-plugin-utils@7.0.0 deduped
│ ├─┬ @babel/plugin-transform-classes@7.2.2
│ │ ├── @babel/helper-annotate-as-pure@7.0.0 deduped
│ │ ├─┬ @babel/helper-define-map@7.1.0
│ │ │ ├── @babel/helper-function-name@7.1.0 deduped
│ │ │ ├── @babel/types@7.3.4 deduped
│ │ │ └── lodash@4.17.11 deduped
│ │ ├── @babel/helper-function-name@7.1.0 deduped
│ │ ├─┬ @babel/helper-optimise-call-expression@7.0.0
│ │ │ └── @babel/types@7.3.4 deduped
│ │ ├── @babel/helper-plugin-utils@7.0.0 deduped
│ │ ├─┬ @babel/helper-replace-supers@7.3.4
│ │ │ ├── @babel/helper-member-expression-to-functions@7.0.0 deduped
│ │ │ ├── @babel/helper-optimise-call-expression@7.0.0 deduped
│ │ │ ├── @babel/traverse@7.3.4 deduped
│ │ │ └── @babel/types@7.3.4 deduped
│ │ ├── @babel/helper-split-export-declaration@7.0.0 deduped
│ │ └── globals@11.11.0 deduped
│ ├─┬ @babel/plugin-transform-destructuring@7.3.2
│ │ └── @babel/helper-plugin-utils@7.0.0 deduped
│ ├─┬ @babel/plugin-transform-flow-strip-types@7.2.3
│ │ ├── @babel/helper-plugin-utils@7.0.0 deduped
│ │ └─┬ @babel/plugin-syntax-flow@7.2.0
│ │ └── @babel/helper-plugin-utils@7.0.0 deduped
│ ├── @babel/plugin-transform-react-constant-elements@7.2.0 deduped
│ ├─┬ @babel/plugin-transform-react-display-name@7.2.0
│ │ └── @babel/helper-plugin-utils@7.0.0 deduped
│ ├─┬ @babel/plugin-transform-runtime@7.2.0
│ │ ├── @babel/helper-module-imports@7.0.0 deduped
│ │ ├── @babel/helper-plugin-utils@7.0.0 deduped
│ │ ├── resolve@1.10.0 deduped
│ │ └── semver@5.6.0 deduped
│ ├─┬ @babel/preset-env@7.3.1
│ │ ├── @babel/helper-module-imports@7.0.0 deduped
│ │ ├── @babel/helper-plugin-utils@7.0.0 deduped
│ │ ├── @babel/plugin-proposal-async-generator-functions@7.2.0 deduped
│ │ ├── @babel/plugin-proposal-json-strings@7.2.0 deduped
│ │ ├── @babel/plugin-proposal-object-rest-spread@7.3.2 deduped
│ │ ├── @babel/plugin-proposal-optional-catch-binding@7.2.0 deduped
│ │ ├── @babel/plugin-proposal-unicode-property-regex@7.2.0 deduped
│ │ ├── @babel/plugin-syntax-async-generators@7.2.0 deduped
│ │ ├── @babel/plugin-syntax-json-strings@7.2.0 deduped
│ │ ├── @babel/plugin-syntax-object-rest-spread@7.2.0 deduped
│ │ ├── @babel/plugin-syntax-optional-catch-binding@7.2.0 deduped
│ │ ├── @babel/plugin-transform-arrow-functions@7.2.0 deduped
│ │ ├── @babel/plugin-transform-async-to-generator@7.3.4 deduped
│ │ ├── @babel/plugin-transform-block-scoped-functions@7.2.0 deduped
│ │ ├── @babel/plugin-transform-block-scoping@7.3.4 deduped
│ │ ├── @babel/plugin-transform-classes@7.2.2 deduped
│ │ ├── @babel/plugin-transform-computed-properties@7.2.0 deduped
│ │ ├── @babel/plugin-transform-destructuring@7.3.2 deduped
│ │ ├── @babel/plugin-transform-dotall-regex@7.2.0 deduped
│ │ ├── @babel/plugin-transform-duplicate-keys@7.2.0 deduped
│ │ ├── @babel/plugin-transform-exponentiation-operator@7.2.0 deduped
│ │ ├── @babel/plugin-transform-for-of@7.2.0 deduped
│ │ ├── @babel/plugin-transform-function-name@7.2.0 deduped
│ │ ├── @babel/plugin-transform-literals@7.2.0 deduped
│ │ ├── @babel/plugin-transform-modules-amd@7.2.0 deduped
│ │ ├── @babel/plugin-transform-modules-commonjs@7.2.0 deduped
│ │ ├── @babel/plugin-transform-modules-systemjs@7.3.4 deduped
│ │ ├── @babel/plugin-transform-modules-umd@7.2.0 deduped
│ │ ├── @babel/plugin-transform-named-capturing-groups-regex@7.3.0 deduped
│ │ ├── @babel/plugin-transform-new-target@7.0.0 deduped
│ │ ├── @babel/plugin-transform-object-super@7.2.0 deduped
│ │ ├── @babel/plugin-transform-parameters@7.3.3 deduped
│ │ ├── @babel/plugin-transform-regenerator@7.3.4 deduped
│ │ ├── @babel/plugin-transform-shorthand-properties@7.2.0 deduped
│ │ ├── @babel/plugin-transform-spread@7.2.2 deduped
│ │ ├── @babel/plugin-transform-sticky-regex@7.2.0 deduped
│ │ ├── @babel/plugin-transform-template-literals@7.2.0 deduped
│ │ ├── @babel/plugin-transform-typeof-symbol@7.2.0 deduped
│ │ ├── @babel/plugin-transform-unicode-regex@7.2.0 deduped
│ │ ├── browserslist@4.5.0 deduped
│ │ ├── invariant@2.2.4 deduped
│ │ ├── js-levenshtein@1.1.6 deduped
│ │ └── semver@5.6.0 deduped
│ ├── @babel/preset-react@7.0.0 deduped
│ ├─┬ @babel/preset-typescript@7.1.0
│ │ ├── @babel/helper-plugin-utils@7.0.0 deduped
│ │ └─┬ @babel/plugin-transform-typescript@7.3.2
│ │ ├── @babel/helper-plugin-utils@7.0.0 deduped
│ │ └─┬ @babel/plugin-syntax-typescript@7.3.3
│ │ └── @babel/helper-plugin-utils@7.0.0 deduped
│ ├─┬ @babel/runtime@7.3.1
│ │ └── regenerator-runtime@0.12.1
│ ├── babel-loader@8.0.5 deduped
│ ├─┬ babel-plugin-dynamic-import-node@2.2.0
│ │ └─┬ object.assign@4.1.0
│ │ ├── define-properties@1.1.3 deduped
│ │ ├── function-bind@1.1.1 deduped
│ │ ├── has-symbols@1.0.0
│ │ └── object-keys@1.1.0 deduped
│ ├─┬ babel-plugin-macros@2.5.0
│ │ ├── cosmiconfig@5.1.0 deduped
│ │ └── resolve@1.10.0 deduped
│ └── babel-plugin-transform-react-remove-prop-types@0.4.24
├─┬ bfj@6.1.1
│ ├── bluebird@3.5.3
│ ├── check-types@7.4.0
│ ├── hoopy@0.1.4
│ └── tryer@1.0.1
├── case-sensitive-paths-webpack-plugin@2.2.0
├─┬ css-loader@1.0.0
│ ├─┬ babel-code-frame@6.26.0
│ │ ├─┬ chalk@1.1.3
│ │ │ ├── ansi-styles@2.2.1
│ │ │ ├── escape-string-regexp@1.0.5 deduped
│ │ │ ├─┬ has-ansi@2.0.0
│ │ │ │ └── ansi-regex@2.1.1 deduped
│ │ │ ├── strip-ansi@3.0.1 deduped
│ │ │ └── supports-color@2.0.0
│ │ ├── esutils@2.0.2 deduped
│ │ └── js-tokens@3.0.2
│ ├─┬ css-selector-tokenizer@0.7.1
│ │ ├── cssesc@0.1.0
│ │ ├── fastparse@1.1.2
│ │ └─┬ regexpu-core@1.0.0
│ │ ├── regenerate@1.4.0
│ │ ├── regjsgen@0.2.0
│ │ └─┬ regjsparser@0.1.5
│ │ └── jsesc@0.5.0
│ ├─┬ icss-utils@2.1.0
│ │ └── postcss@6.0.23 deduped
│ ├── loader-utils@1.2.3 deduped
│ ├── lodash.camelcase@4.3.0
│ ├─┬ postcss@6.0.23
│ │ ├── chalk@2.4.2 deduped
│ │ ├── source-map@0.6.1
│ │ └── supports-color@5.5.0 deduped
│ ├─┬ postcss-modules-extract-imports@1.2.1
│ │ └── postcss@6.0.23 deduped
│ ├─┬ postcss-modules-local-by-default@1.2.0
│ │ ├── css-selector-tokenizer@0.7.1 deduped
│ │ └── postcss@6.0.23 deduped
│ ├─┬ postcss-modules-scope@1.1.0
│ │ ├── css-selector-tokenizer@0.7.1 deduped
│ │ └── postcss@6.0.23 deduped
│ ├─┬ postcss-modules-values@1.3.0
│ │ ├── icss-replace-symbols@1.1.0
│ │ └── postcss@6.0.23 deduped
│ ├── postcss-value-parser@3.3.1
│ └── source-list-map@2.0.1
├── dotenv@6.0.0
├── dotenv-expand@4.2.0
├─┬ eslint@5.12.0
│ ├── @babel/code-frame@7.0.0 deduped
│ ├─┬ ajv@6.10.0
│ │ ├── fast-deep-equal@2.0.1
│ │ ├── fast-json-stable-stringify@2.0.0
│ │ ├── 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 deduped
│ │ └── supports-color@5.5.0 deduped
│ ├─┬ cross-spawn@6.0.5
│ │ ├── nice-try@1.0.5
│ │ ├── path-key@2.0.1
│ │ ├── semver@5.6.0 deduped
│ │ ├─┬ shebang-command@1.2.0
│ │ │ └── shebang-regex@1.0.0
│ │ └─┬ which@1.3.1
│ │ └── isexe@2.0.0
│ ├── debug@4.1.1 deduped
│ ├─┬ doctrine@2.1.0
│ │ └── esutils@2.0.2 deduped
│ ├─┬ eslint-scope@4.0.3
│ │ ├── esrecurse@4.2.1 deduped
│ │ └── estraverse@4.2.0 deduped
│ ├── eslint-utils@1.3.1
│ ├── eslint-visitor-keys@1.0.0 deduped
│ ├─┬ espree@5.0.1
│ │ ├── acorn@6.1.1
│ │ ├── acorn-jsx@5.0.1
│ │ └── eslint-visitor-keys@1.0.0 deduped
│ ├─┬ esquery@1.0.1
│ │ └── estraverse@4.2.0 deduped
│ ├── esutils@2.0.2
│ ├─┬ file-entry-cache@2.0.0
│ │ ├─┬ flat-cache@1.3.4
│ │ │ ├── circular-json@0.3.3
│ │ │ ├── graceful-fs@4.1.15 deduped
│ │ │ ├── rimraf@2.6.3 deduped
│ │ │ └─┬ write@0.2.1
│ │ │ └── mkdirp@0.5.1 deduped
│ │ └── object-assign@4.1.1 deduped
│ ├── functional-red-black-tree@1.0.1
│ ├─┬ glob@7.1.3
│ │ ├── fs.realpath@1.0.0
│ │ ├─┬ inflight@1.0.6
│ │ │ ├── once@1.4.0 deduped
│ │ │ └── wrappy@1.0.2
│ │ ├── inherits@2.0.3
│ │ ├── minimatch@3.0.4 deduped
│ │ ├─┬ once@1.4.0
│ │ │ └── wrappy@1.0.2 deduped
│ │ └── path-is-absolute@1.0.1
│ ├── globals@11.11.0
│ ├── ignore@4.0.6
│ ├─┬ import-fresh@3.0.0
│ │ ├─┬ parent-module@1.0.0
│ │ │ └── callsites@3.0.0
│ │ └── resolve-from@4.0.0
│ ├── imurmurhash@0.1.4
│ ├─┬ inquirer@6.2.2
│ │ ├── ansi-escapes@3.2.0 deduped
│ │ ├── 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
│ │ ├── cli-width@2.2.0
│ │ ├─┬ external-editor@3.0.3
│ │ │ ├── chardet@0.7.0
│ │ │ ├─┬ iconv-lite@0.4.24
│ │ │ │ └── safer-buffer@2.1.2
│ │ │ └─┬ tmp@0.0.33
│ │ │ └── os-tmpdir@1.0.2
│ │ ├─┬ figures@2.0.0
│ │ │ └── escape-string-regexp@1.0.5 deduped
│ │ ├── lodash@4.17.11 deduped
│ │ ├── mute-stream@0.0.7
│ │ ├─┬ run-async@2.3.0
│ │ │ └── is-promise@2.1.0
│ │ ├─┬ rxjs@6.4.0
│ │ │ └── tslib@1.9.3 deduped
│ │ ├─┬ string-width@2.1.1
│ │ │ ├── is-fullwidth-code-point@2.0.0
│ │ │ └─┬ strip-ansi@4.0.0
│ │ │ └── ansi-regex@3.0.0
│ │ ├─┬ strip-ansi@5.1.0
│ │ │ └── ansi-regex@4.1.0
│ │ └── through@2.3.8
│ ├─┬ js-yaml@3.12.2
│ │ ├─┬ 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.11 deduped
│ ├─┬ minimatch@3.0.4
│ │ └─┬ brace-expansion@1.1.11
│ │ ├── balanced-match@1.0.0 deduped
│ │ └── concat-map@0.0.1
│ ├── mkdirp@0.5.1 deduped
│ ├── natural-compare@1.4.0
│ ├─┬ optionator@0.8.2
│ │ ├── deep-is@0.1.3
│ │ ├── fast-levenshtein@2.0.6
│ │ ├── levn@0.3.0 deduped
│ │ ├── prelude-ls@1.1.2 deduped
│ │ ├── type-check@0.3.2 deduped
│ │ └── wordwrap@1.0.0
│ ├── path-is-inside@1.0.2
│ ├── pluralize@7.0.0
│ ├── progress@2.0.3
│ ├── regexpp@2.0.1
│ ├── semver@5.6.0 deduped
│ ├─┬ strip-ansi@4.0.0
│ │ └── ansi-regex@3.0.0
│ ├── strip-json-comments@2.0.1
│ ├─┬ table@5.2.3
│ │ ├── ajv@6.10.0 deduped
│ │ ├── lodash@4.17.11 deduped
│ │ ├─┬ slice-ansi@2.1.0
│ │ │ ├── ansi-styles@3.2.1 deduped
│ │ │ ├── astral-regex@1.0.0 deduped
│ │ │ └── is-fullwidth-code-point@2.0.0 deduped
│ │ └─┬ string-width@3.1.0
│ │ ├── emoji-regex@7.0.3
│ │ ├── is-fullwidth-code-point@2.0.0 deduped
│ │ └─┬ strip-ansi@5.1.0
│ │ └── ansi-regex@4.1.0
│ └── text-table@0.2.0
├─┬ eslint-config-react-app@3.0.8
│ └── confusing-browser-globals@1.0.6
├─┬ eslint-loader@2.1.1
│ ├─┬ loader-fs-cache@1.0.1
│ │ ├─┬ 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.2.3 deduped
│ ├── object-assign@4.1.1 deduped
│ ├── object-hash@1.3.1
│ └─┬ rimraf@2.6.3
│ └── glob@7.1.3 deduped
├─┬ eslint-plugin-flowtype@2.50.1
│ └── lodash@4.17.11 deduped
├─┬ eslint-plugin-import@2.14.0
│ ├── contains-path@0.1.0
│ ├─┬ debug@2.6.9
│ │ └── ms@2.0.0
│ ├─┬ doctrine@1.5.0
│ │ ├── esutils@2.0.2 deduped
│ │ └── isarray@1.0.0
│ ├─┬ eslint-import-resolver-node@0.3.2
│ │ ├─┬ debug@2.6.9
│ │ │ └── ms@2.0.0
│ │ └── resolve@1.10.0 deduped
│ ├─┬ eslint-module-utils@2.3.0
│ │ ├─┬ debug@2.6.9
│ │ │ └── ms@2.0.0
│ │ └─┬ pkg-dir@2.0.0
│ │ └── find-up@2.1.0 deduped
│ ├─┬ has@1.0.3
│ │ └── function-bind@1.1.1
│ ├── lodash@4.17.11 deduped
│ ├── minimatch@3.0.4 deduped
│ ├─┬ read-pkg-up@2.0.0
│ │ ├── find-up@2.1.0 deduped
│ │ └─┬ read-pkg@2.0.0
│ │ ├─┬ load-json-file@2.0.0
│ │ │ ├── graceful-fs@4.1.15 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.7.1
│ │ │ ├── resolve@1.10.0 deduped
│ │ │ ├── semver@5.6.0 deduped
│ │ │ └─┬ validate-npm-package-license@3.0.4
│ │ │ ├─┬ spdx-correct@3.1.0
│ │ │ │ ├── spdx-expression-parse@3.0.0 deduped
│ │ │ │ └── spdx-license-ids@3.0.3
│ │ │ └─┬ spdx-expression-parse@3.0.0
│ │ │ ├── spdx-exceptions@2.2.0
│ │ │ └── spdx-license-ids@3.0.3 deduped
│ │ └─┬ path-type@2.0.0
│ │ └── pify@2.3.0 deduped
│ └── resolve@1.10.0 deduped
├─┬ eslint-plugin-jsx-a11y@6.1.2
│ ├─┬ aria-query@3.0.0
│ │ ├── ast-types-flow@0.0.7 deduped
│ │ └── commander@2.19.0
│ ├─┬ array-includes@3.0.3
│ │ ├── define-properties@1.1.3 deduped
│ │ └─┬ es-abstract@1.13.0
│ │ ├─┬ es-to-primitive@1.2.0
│ │ │ ├── is-callable@1.1.4 deduped
│ │ │ ├── is-date-object@1.0.1
│ │ │ └─┬ is-symbol@1.0.2
│ │ │ └── has-symbols@1.0.0 deduped
│ │ ├── function-bind@1.1.1 deduped
│ │ ├── has@1.0.3 deduped
│ │ ├── is-callable@1.1.4
│ │ ├─┬ is-regex@1.0.4
│ │ │ └── has@1.0.3 deduped
│ │ └── object-keys@1.1.0 deduped
│ ├── ast-types-flow@0.0.7
│ ├─┬ axobject-query@2.0.2
│ │ └── ast-types-flow@0.0.7 deduped
│ ├── damerau-levenshtein@1.0.4
│ ├── emoji-regex@6.5.1
│ ├── has@1.0.3 deduped
│ └─┬ jsx-ast-utils@2.0.1
│ └── array-includes@3.0.3 deduped
├─┬ eslint-plugin-react@7.12.4
│ ├── array-includes@3.0.3 deduped
│ ├── doctrine@2.1.0 deduped
│ ├── has@1.0.3 deduped
│ ├── jsx-ast-utils@2.0.1 deduped
│ ├─┬ object.fromentries@2.0.0
│ │ ├── define-properties@1.1.3 deduped
│ │ ├── es-abstract@1.13.0 deduped
│ │ ├── function-bind@1.1.1 deduped
│ │ └── has@1.0.3 deduped
│ ├── prop-types@15.7.2 deduped
│ └── resolve@1.10.0 deduped
├─┬ file-loader@2.0.0
│ ├── loader-utils@1.2.3 deduped
│ └─┬ schema-utils@1.0.0
│ ├── ajv@6.10.0 deduped
│ ├── ajv-errors@1.0.1
│ └── ajv-keywords@3.4.0 deduped
├─┬ fs-extra@7.0.1
│ ├── graceful-fs@4.1.15
│ ├─┬ jsonfile@4.0.0
│ │ └── graceful-fs@4.1.15 deduped
│ └── universalify@0.1.2
├─┬ fsevents@1.2.4
│ ├── nan@2.13.1
│ └─┬ node-pre-gyp@0.10.0
│ ├── detect-libc@1.0.3
│ ├─┬ mkdirp@0.5.1
│ │ └── minimist@0.0.8
│ ├─┬ needle@2.2.0
│ │ ├─┬ debug@2.6.9
│ │ │ └── ms@2.0.0
│ │ ├─┬ iconv-lite@0.4.21
│ │ │ └── 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.1.10
│ │ ├─┬ ignore-walk@3.0.1
│ │ │ └─┬ minimatch@3.0.4
│ │ │ └─┬ brace-expansion@1.1.11
│ │ │ ├── balanced-match@1.0.0
│ │ │ └── concat-map@0.0.1
│ │ └── npm-bundled@1.0.3
│ ├─┬ npmlog@4.1.2
│ │ ├─┬ are-we-there-yet@1.1.4
│ │ │ ├── delegates@1.0.0
│ │ │ └─┬ readable-stream@2.3.6
│ │ │ ├── core-util-is@1.0.2
│ │ │ ├── inherits@2.0.3 deduped
│ │ │ ├── isarray@1.0.0
│ │ │ ├── process-nextick-args@2.0.0
│ │ │ ├── safe-buffer@5.1.1 deduped
│ │ │ ├─┬ string_decoder@1.1.1
│ │ │ │ └── safe-buffer@5.1.1 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.2
│ │ │ └── string-width@1.0.2 deduped
│ │ └── set-blocking@2.0.0
│ ├─┬ rc@1.2.7
│ │ ├── deep-extend@0.5.1
│ │ ├── ini@1.3.5
│ │ ├── minimist@1.2.0
│ │ └── strip-json-comments@2.0.1
│ ├─┬ rimraf@2.6.2
│ │ └─┬ glob@7.1.2
│ │ ├── fs.realpath@1.0.0
│ │ ├─┬ inflight@1.0.6
│ │ │ ├── once@1.4.0 deduped
│ │ │ └── wrappy@1.0.2
│ │ ├── inherits@2.0.3
│ │ ├── minimatch@3.0.4 deduped
│ │ ├─┬ once@1.4.0
│ │ │ └── wrappy@1.0.2 deduped
│ │ └── path-is-absolute@1.0.1
│ ├── semver@5.5.0
│ └─┬ tar@4.4.1
│ ├── chownr@1.0.1
│ ├─┬ fs-minipass@1.2.5
│ │ └── minipass@2.2.4 deduped
│ ├─┬ minipass@2.2.4
│ │ ├── safe-buffer@5.1.1 deduped
│ │ └── yallist@3.0.2 deduped
│ ├─┬ minizlib@1.1.0
│ │ └── minipass@2.2.4 deduped
│ ├── mkdirp@0.5.1 deduped
│ ├── safe-buffer@5.1.1
│ └── yallist@3.0.2
├─┬ html-webpack-plugin@4.0.0-alpha.2
│ ├── @types/tapable@1.0.2
│ ├─┬ html-minifier@3.5.21
│ │ ├─┬ camel-case@3.0.0
│ │ │ ├─┬ no-case@2.3.2
│ │ │ │ └── lower-case@1.1.4
│ │ │ └── upper-case@1.1.3
│ │ ├─┬ clean-css@4.2.1
│ │ │ └── source-map@0.6.1
│ │ ├── commander@2.17.1
│ │ ├── he@1.2.0
│ │ ├─┬ param-case@2.1.1
│ │ │ └── no-case@2.3.2 deduped
│ │ ├── relateurl@0.2.7
│ │ └─┬ uglify-js@3.4.10
│ │ ├── commander@2.19.0 deduped
│ │ └── source-map@0.6.1
│ ├── loader-utils@1.2.3 deduped
│ ├── lodash@4.17.11 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 deduped
│ │ │ │ ├─┬ domutils@1.5.1
│ │ │ │ │ ├── dom-serializer@0.1.1 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
│ │ │ │ ├── domelementtype@1.3.1
│ │ │ │ ├─┬ domhandler@2.4.2
│ │ │ │ │ └── domelementtype@1.3.1 deduped
│ │ │ │ ├── domutils@1.7.0 deduped
│ │ │ │ ├── entities@1.1.2
│ │ │ │ ├── inherits@2.0.3 deduped
│ │ │ │ └── readable-stream@3.2.0 deduped
│ │ │ ├── strip-ansi@3.0.1 deduped
│ │ │ └── utila@0.4.0 deduped
│ │ └── utila@0.4.0
│ ├── tapable@1.1.1
│ └── util.promisify@1.0.0 deduped
├─┬ identity-obj-proxy@3.0.0
│ └── harmony-reflect@1.6.1
├─┬ jest@23.6.0
│ ├─┬ import-local@1.0.0
│ │ ├─┬ pkg-dir@2.0.0
│ │ │ └── find-up@2.1.0 deduped
│ │ └─┬ resolve-cwd@2.0.0
│ │ └── resolve-from@3.0.0
│ └─┬ jest-cli@23.6.0
│ ├── ansi-escapes@3.2.0 deduped
│ ├── chalk@2.4.2 deduped
│ ├── exit@0.1.2
│ ├── glob@7.1.3 deduped
│ ├── graceful-fs@4.1.15 deduped
│ ├── import-local@1.0.0 deduped
│ ├─┬ is-ci@1.2.1
│ │ └── ci-info@1.6.0
│ ├─┬ istanbul-api@1.3.7
│ │ ├─┬ async@2.6.2
│ │ │ └── lodash@4.17.11 deduped
│ │ ├─┬ fileset@2.0.3
│ │ │ ├── glob@7.1.3 deduped
│ │ │ └── minimatch@3.0.4 deduped
│ │ ├── istanbul-lib-coverage@1.2.1 deduped
│ │ ├─┬ istanbul-lib-hook@1.2.2
│ │ │ └─┬ append-transform@0.4.0
│ │ │ └─┬ default-require-extensions@1.0.0
│ │ │ └── strip-bom@2.0.0 deduped
│ │ ├── istanbul-lib-instrument@1.10.2 deduped
│ │ ├─┬ istanbul-lib-report@1.1.5
│ │ │ ├── istanbul-lib-coverage@1.2.1 deduped
│ │ │ ├── mkdirp@0.5.1 deduped
│ │ │ ├── path-parse@1.0.6 deduped
│ │ │ └─┬ supports-color@3.2.3
│ │ │ └── has-flag@1.0.0
│ │ ├── istanbul-lib-source-maps@1.2.6 deduped
│ │ ├─┬ istanbul-reports@1.5.1
│ │ │ └─┬ handlebars@4.1.0
│ │ │ ├── async@2.6.2 deduped
│ │ │ ├─┬ optimist@0.6.1
│ │ │ │ ├── minimist@0.0.10
│ │ │ │ └── wordwrap@0.0.3
│ │ │ ├── source-map@0.6.1
│ │ │ └── uglify-js@3.4.10 deduped
│ │ ├── js-yaml@3.12.2 deduped
│ │ ├── mkdirp@0.5.1 deduped
│ │ └── once@1.4.0 deduped
│ ├── istanbul-lib-coverage@1.2.1
│ ├── istanbul-lib-instrument@1.10.2 deduped
│ ├─┬ istanbul-lib-source-maps@1.2.6
│ │ ├─┬ debug@3.2.6
│ │ │ └── ms@2.1.1 deduped
│ │ ├── istanbul-lib-coverage@1.2.1 deduped
│ │ ├── mkdirp@0.5.1 deduped
│ │ ├── rimraf@2.6.3 deduped
│ │ └── source-map@0.5.7 deduped
│ ├─┬ jest-changed-files@23.4.2
│ │ └── throat@4.1.0
│ ├─┬ jest-config@23.6.0
│ │ ├─┬ babel-core@6.26.3
│ │ │ ├── babel-code-frame@6.26.0 deduped
│ │ │ ├── babel-generator@6.26.1 deduped
│ │ │ ├─┬ babel-helpers@6.24.1
│ │ │ │ ├── babel-runtime@6.26.0 deduped
│ │ │ │ └── babel-template@6.26.0 deduped
│ │ │ ├── babel-messages@6.23.0 deduped
│ │ │ ├─┬ babel-register@6.26.0
│ │ │ │ ├─┬ babel-core@6.26.3
│ │ │ │ │ ├── babel-code-frame@6.26.0 deduped
│ │ │ │ │ ├── babel-generator@6.26.1 deduped
│ │ │ │ │ ├── babel-helpers@6.24.1 deduped
│ │ │ │ │ ├── babel-messages@6.23.0 deduped
│ │ │ │ │ ├── babel-register@6.26.0 deduped
│ │ │ │ │ ├── babel-runtime@6.26.0 deduped
│ │ │ │ │ ├── babel-template@6.26.0 deduped
│ │ │ │ │ ├── babel-traverse@6.26.0 deduped
│ │ │ │ │ ├── babel-types@6.26.0 deduped
│ │ │ │ │ ├── babylon@6.18.0 deduped
│ │ │ │ │ ├── convert-source-map@1.6.0 deduped
│ │ │ │ │ ├─┬ debug@2.6.9
│ │ │ │ │ │ └── ms@2.0.0
│ │ │ │ │ ├── json5@0.5.1
│ │ │ │ │ ├── lodash@4.17.11 deduped
│ │ │ │ │ ├── minimatch@3.0.4 deduped
│ │ │ │ │ ├── path-is-absolute@1.0.1 deduped
│ │ │ │ │ ├── private@0.1.8 deduped
│ │ │ │ │ ├── slash@1.0.0 deduped
│ │ │ │ │ └── source-map@0.5.7 deduped
│ │ │ │ ├── babel-runtime@6.26.0 deduped
│ │ │ │ ├── core-js@2.6.5 deduped
│ │ │ │ ├─┬ home-or-tmp@2.0.0
│ │ │ │ │ ├── os-homedir@1.0.2
│ │ │ │ │ └── os-tmpdir@1.0.2 deduped
│ │ │ │ ├── lodash@4.17.11 deduped
│ │ │ │ ├── mkdirp@0.5.1 deduped
│ │ │ │ └─┬ source-map-support@0.4.18
│ │ │ │ └── source-map@0.5.7 deduped
│ │ │ ├── babel-runtime@6.26.0 deduped
│ │ │ ├── babel-template@6.26.0 deduped
│ │ │ ├── babel-traverse@6.26.0 deduped
│ │ │ ├── babel-types@6.26.0 deduped
│ │ │ ├── babylon@6.18.0 deduped
│ │ │ ├── convert-source-map@1.6.0 deduped
│ │ │ ├─┬ debug@2.6.9
│ │ │ │ └── ms@2.0.0
│ │ │ ├── json5@0.5.1
│ │ │ ├── lodash@4.17.11 deduped
│ │ │ ├── minimatch@3.0.4 deduped
│ │ │ ├── path-is-absolute@1.0.1 deduped
│ │ │ ├── private@0.1.8 deduped
│ │ │ ├── slash@1.0.0 deduped
│ │ │ └── source-map@0.5.7 deduped
│ │ ├── babel-jest@23.6.0 deduped
│ │ ├── chalk@2.4.2 deduped
│ │ ├── glob@7.1.3 deduped
│ │ ├── jest-environment-jsdom@23.4.0 deduped
│ │ ├─┬ jest-environment-node@23.4.0
│ │ │ ├── jest-mock@23.2.0 deduped
│ │ │ └── jest-util@23.4.0 deduped
│ │ ├── jest-get-type@22.4.3 deduped
│ │ ├─┬ jest-jasmine2@23.6.0
│ │ │ ├── babel-traverse@6.26.0 deduped
│ │ │ ├── chalk@2.4.2 deduped
│ │ │ ├── co@4.6.0
│ │ │ ├─┬ expect@23.6.0
│ │ │ │ ├── ansi-styles@3.2.1 deduped
│ │ │ │ ├── jest-diff@23.6.0 deduped
│ │ │ │ ├── jest-get-type@22.4.3 deduped
│ │ │ │ ├── jest-matcher-utils@23.6.0 deduped
│ │ │ │ ├── jest-message-util@23.4.0 deduped
│ │ │ │ └── jest-regex-util@23.3.0 deduped
│ │ │ ├── is-generator-fn@1.0.0
│ │ │ ├── jest-diff@23.6.0 deduped
│ │ │ ├─┬ jest-each@23.6.0
│ │ │ │ ├── chalk@2.4.2 deduped
│ │ │ │ └── pretty-format@23.6.0 deduped
│ │ │ ├── jest-matcher-utils@23.6.0 deduped
│ │ │ ├── jest-message-util@23.4.0 deduped
│ │ │ ├── jest-snapshot@23.6.0 deduped
│ │ │ ├── jest-util@23.4.0 deduped
│ │ │ └── pretty-format@23.6.0 deduped
│ │ ├── jest-regex-util@23.3.0 deduped
│ │ ├── jest-resolve@23.6.0 deduped
│ │ ├── jest-util@23.4.0 deduped
│ │ ├── jest-validate@23.6.0 deduped
│ │ ├── micromatch@2.3.11 deduped
│ │ └─┬ pretty-format@23.6.0
│ │ ├── ansi-regex@3.0.0
│ │ └── ansi-styles@3.2.1 deduped
│ ├─┬ jest-environment-jsdom@23.4.0
│ │ ├── jest-mock@23.2.0
│ │ ├── jest-util@23.4.0 deduped
│ │ └─┬ jsdom@11.12.0
│ │ ├── abab@2.0.0
│ │ ├── acorn@5.7.3
│ │ ├─┬ acorn-globals@4.3.0
│ │ │ ├── acorn@6.1.1 deduped
│ │ │ └── acorn-walk@6.1.1
│ │ ├── array-equal@1.0.0
│ │ ├── cssom@0.3.6
│ │ ├─┬ cssstyle@1.2.1
│ │ │ └── cssom@0.3.6 deduped
│ │ ├─┬ data-urls@1.1.0
│ │ │ ├── abab@2.0.0 deduped
│ │ │ ├── whatwg-mimetype@2.3.0 deduped
│ │ │ └─┬ whatwg-url@7.0.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.11.1
│ │ │ ├── esprima@3.1.3
│ │ │ ├── estraverse@4.2.0 deduped
│ │ │ ├── esutils@2.0.2 deduped
│ │ │ ├── optionator@0.8.2 deduped
│ │ │ └── source-map@0.6.1
│ │ ├─┬ html-encoding-sniffer@1.0.2
│ │ │ └── whatwg-encoding@1.0.5 deduped
│ │ ├── left-pad@1.3.0
│ │ ├── nwsapi@2.1.1
│ │ ├── parse5@4.0.0
│ │ ├── pn@1.1.0
│ │ ├─┬ request@2.88.0
│ │ │ ├── aws-sign2@0.7.0
│ │ │ ├── aws4@1.8.0
│ │ │ ├── caseless@0.12.0
│ │ │ ├─┬ combined-stream@1.0.7
│ │ │ │ └── delayed-stream@1.0.0
│ │ │ ├── extend@3.0.2 deduped
│ │ │ ├── forever-agent@0.6.1
│ │ │ ├─┬ form-data@2.3.3
│ │ │ │ ├── asynckit@0.4.0
│ │ │ │ ├── combined-stream@1.0.7 deduped
│ │ │ │ └── mime-types@2.1.22 deduped
│ │ │ ├─┬ har-validator@5.1.3
│ │ │ │ ├── ajv@6.10.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.22 deduped
│ │ │ ├── oauth-sign@0.9.0
│ │ │ ├── performance-now@2.1.0 deduped
│ │ │ ├── qs@6.5.2 deduped
│ │ │ ├── safe-buffer@5.1.2 deduped
│ │ │ ├─┬ tough-cookie@2.4.3
│ │ │ │ ├── psl@1.1.31 deduped
│ │ │ │ └── punycode@1.4.1
│ │ │ ├─┬ tunnel-agent@0.6.0
│ │ │ │ └── safe-buffer@5.1.2 deduped
│ │ │ └── uuid@3.3.2 deduped
│ │ ├─┬ request-promise-native@1.0.7
│ │ │ ├─┬ request-promise-core@1.1.2
│ │ │ │ └── lodash@4.17.11 deduped
│ │ │ ├── stealthy-require@1.1.1
│ │ │ └── tough-cookie@2.5.0 deduped
│ │ ├── sax@1.2.4 deduped
│ │ ├── symbol-tree@3.2.2
│ │ ├─┬ tough-cookie@2.5.0
│ │ │ ├── psl@1.1.31
│ │ │ └── punycode@2.1.1 deduped
│ │ ├─┬ w3c-hr-time@1.0.1
│ │ │ └── browser-process-hrtime@0.1.3
│ │ ├── webidl-conversions@4.0.2
│ │ ├─┬ whatwg-encoding@1.0.5
│ │ │ └── iconv-lite@0.4.24 deduped
│ │ ├── whatwg-mimetype@2.3.0
│ │ ├─┬ whatwg-url@6.5.0
│ │ │ ├── lodash.sortby@4.7.0
│ │ │ ├─┬ tr46@1.0.1
│ │ │ │ └── punycode@2.1.1 deduped
│ │ │ └── webidl-conversions@4.0.2 deduped
│ │ ├─┬ ws@5.2.2
│ │ │ └── async-limiter@1.0.0
│ │ └── xml-name-validator@3.0.0
│ ├── jest-get-type@22.4.3
│ ├─┬ jest-haste-map@23.6.0
│ │ ├─┬ fb-watchman@2.0.0
│ │ │ └─┬ bser@2.0.0
│ │ │ └── node-int64@0.4.0
│ │ ├── graceful-fs@4.1.15 deduped
│ │ ├── invariant@2.2.4 deduped
│ │ ├─┬ jest-docblock@23.2.0
│ │ │ └── detect-newline@2.1.0
│ │ ├── jest-serializer@23.0.1
│ │ ├── jest-worker@23.2.0 deduped
│ │ ├── micromatch@2.3.11 deduped
│ │ └─┬ sane@2.5.2
│ │ ├── anymatch@2.0.0 deduped
│ │ ├─┬ capture-exit@1.2.0
│ │ │ └── rsvp@3.6.2
│ │ ├─┬ exec-sh@0.2.2
│ │ │ └── merge@1.2.1
│ │ ├── fb-watchman@2.0.0 deduped
│ │ ├── fsevents@1.2.4 deduped
│ │ ├─┬ micromatch@3.1.10
│ │ │ ├── arr-diff@4.0.0
│ │ │ ├── array-unique@0.3.2
│ │ │ ├─┬ braces@2.3.2
│ │ │ │ ├── arr-flatten@1.1.0 deduped
│ │ │ │ ├── array-unique@0.3.2 deduped
│ │ │ │ ├─┬ extend-shallow@2.0.1
│ │ │ │ │ └── is-extendable@0.1.1 deduped
│ │ │ │ ├─┬ fill-range@4.0.0
│ │ │ │ │ ├─┬ extend-shallow@2.0.1
│ │ │ │ │ │ └── is-extendable@0.1.1 deduped
│ │ │ │ │ ├─┬ is-number@3.0.0
│ │ │ │ │ │ └─┬ kind-of@3.2.2
│ │ │ │ │ │ └── is-buffer@1.1.6
│ │ │ │ │ ├── repeat-string@1.6.1 deduped
│ │ │ │ │ └── to-regex-range@2.1.1 deduped
│ │ │ │ ├── isobject@3.0.1 deduped
│ │ │ │ ├── repeat-element@1.1.3 deduped
│ │ │ │ ├── snapdragon@0.8.2 deduped
│ │ │ │ ├── snapdragon-node@2.1.1 deduped
│ │ │ │ ├── split-string@3.1.0 deduped
│ │ │ │ └── to-regex@3.0.2 deduped
│ │ │ ├── define-property@2.0.2 deduped
│ │ │ ├── extend-shallow@3.0.2 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.2 deduped
│ │ │ │ │ ├─┬ is-data-descriptor@1.0.0
│ │ │ │ │ │ └── kind-of@6.0.2 deduped
│ │ │ │ │ └── kind-of@6.0.2 deduped
│ │ │ │ ├─┬ expand-brackets@2.1.4
│ │ │ │ │ ├─┬ debug@2.6.9
│ │ │ │ │ │ └── ms@2.0.0
│ │ │ │ │ ├─┬ define-property@0.2.5
│ │ │ │ │ │ └─┬ is-descriptor@0.1.6
│ │ │ │ │ │ ├─┬ is-accessor-descriptor@0.1.6
│ │ │ │ │ │ │ └─┬ kind-of@3.2.2
│ │ │ │ │ │ │ └── is-buffer@1.1.6 deduped
│ │ │ │ │ │ ├─┬ is-data-descriptor@0.1.4
│ │ │ │ │ │ │ └─┬ kind-of@3.2.2
│ │ │ │ │ │ │ └── is-buffer@1.1.6 deduped
│ │ │ │ │ │ └── kind-of@5.1.0
│ │ │ │ │ ├─┬ extend-shallow@2.0.1
│ │ │ │ │ │ └── is-extendable@0.1.1 deduped
│ │ │ │ │ ├── posix-character-classes@0.1.1 deduped
│ │ │ │ │ ├── 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 deduped
│ │ │ ├── kind-of@6.0.2
│ │ │ ├── nanomatch@1.2.13 deduped
│ │ │ ├── object.pick@1.3.0 deduped
│ │ │ ├── regex-not@1.0.2 deduped
│ │ │ ├── snapdragon@0.8.2 deduped
│ │ │ └── to-regex@3.0.2 deduped
│ │ ├── minimist@1.2.0 deduped
│ │ ├─┬ walker@1.0.7
│ │ │ └─┬ makeerror@1.0.11
│ │ │ └── tmpl@1.0.4
│ │ └─┬ watch@0.18.0
│ │ ├── exec-sh@0.2.2 deduped
│ │ └── minimist@1.2.0 deduped
│ ├─┬ jest-message-util@23.4.0
│ │ ├── @babel/code-frame@7.0.0 deduped
│ │ ├── chalk@2.4.2 deduped
│ │ ├── micromatch@2.3.11 deduped
│ │ ├── slash@1.0.0 deduped
│ │ └── stack-utils@1.0.2
│ ├── jest-regex-util@23.3.0
│ ├─┬ jest-resolve-dependencies@23.6.0
│ │ ├── jest-regex-util@23.3.0 deduped
│ │ └── jest-snapshot@23.6.0 deduped
│ ├─┬ jest-runner@23.6.0
│ │ ├── exit@0.1.2 deduped
│ │ ├── graceful-fs@4.1.15 deduped
│ │ ├── jest-config@23.6.0 deduped
│ │ ├── jest-docblock@23.2.0 deduped
│ │ ├── jest-haste-map@23.6.0 deduped
│ │ ├── jest-jasmine2@23.6.0 deduped
│ │ ├─┬ jest-leak-detector@23.6.0
│ │ │ └── pretty-format@23.6.0 deduped
│ │ ├── jest-message-util@23.4.0 deduped
│ │ ├── jest-runtime@23.6.0 deduped
│ │ ├── jest-util@23.4.0 deduped
│ │ ├── jest-worker@23.2.0 deduped
│ │ ├─┬ source-map-support@0.5.11
│ │ │ ├── buffer-from@1.1.1 deduped
│ │ │ └── source-map@0.6.1
│ │ └── throat@4.1.0 deduped
│ ├─┬ jest-runtime@23.6.0
│ │ ├─┬ babel-core@6.26.3
│ │ │ ├── babel-code-frame@6.26.0 deduped
│ │ │ ├── babel-generator@6.26.1 deduped
│ │ │ ├── babel-helpers@6.24.1 deduped
│ │ │ ├── babel-messages@6.23.0 deduped
│ │ │ ├── babel-register@6.26.0 deduped
│ │ │ ├── babel-runtime@6.26.0 deduped
│ │ │ ├── babel-template@6.26.0 deduped
│ │ │ ├── babel-traverse@6.26.0 deduped
│ │ │ ├── babel-types@6.26.0 deduped
│ │ │ ├── babylon@6.18.0 deduped
│ │ │ ├── convert-source-map@1.6.0 deduped
│ │ │ ├─┬ debug@2.6.9
│ │ │ │ └── ms@2.0.0
│ │ │ ├── json5@0.5.1
│ │ │ ├── lodash@4.17.11 deduped
│ │ │ ├── minimatch@3.0.4 deduped
│ │ │ ├── path-is-absolute@1.0.1 deduped
│ │ │ ├── private@0.1.8 deduped
│ │ │ ├── slash@1.0.0 deduped
│ │ │ └── source-map@0.5.7 deduped
│ │ ├── babel-plugin-istanbul@4.1.6 deduped
│ │ ├── chalk@2.4.2 deduped
│ │ ├── convert-source-map@1.6.0 deduped
│ │ ├── exit@0.1.2 deduped
│ │ ├── fast-json-stable-stringify@2.0.0 deduped
│ │ ├── graceful-fs@4.1.15 deduped
│ │ ├── jest-config@23.6.0 deduped
│ │ ├── jest-haste-map@23.6.0 deduped
│ │ ├── jest-message-util@23.4.0 deduped
│ │ ├── jest-regex-util@23.3.0 deduped
│ │ ├── jest-resolve@23.6.0 deduped
│ │ ├── jest-snapshot@23.6.0 deduped
│ │ ├── jest-util@23.4.0 deduped
│ │ ├── jest-validate@23.6.0 deduped
│ │ ├── micromatch@2.3.11 deduped
│ │ ├── realpath-native@1.1.0 deduped
│ │ ├── slash@1.0.0 deduped
│ │ ├── strip-bom@3.0.0
│ │ ├─┬ write-file-atomic@2.4.2
│ │ │ ├── graceful-fs@4.1.15 deduped
│ │ │ ├── imurmurhash@0.1.4 deduped
│ │ │ └── signal-exit@3.0.2 deduped
│ │ └── yargs@11.1.0 deduped
│ ├─┬ jest-snapshot@23.6.0
│ │ ├── babel-types@6.26.0 deduped
│ │ ├── chalk@2.4.2 deduped
│ │ ├─┬ jest-diff@23.6.0
│ │ │ ├── chalk@2.4.2 deduped
│ │ │ ├── diff@3.5.0
│ │ │ ├── jest-get-type@22.4.3 deduped
│ │ │ └── pretty-format@23.6.0 deduped
│ │ ├─┬ jest-matcher-utils@23.6.0
│ │ │ ├── chalk@2.4.2 deduped
│ │ │ ├── jest-get-type@22.4.3 deduped
│ │ │ └── pretty-format@23.6.0 deduped
│ │ ├── jest-message-util@23.4.0 deduped
│ │ ├── jest-resolve@23.6.0 deduped
│ │ ├── mkdirp@0.5.1 deduped
│ │ ├── natural-compare@1.4.0 deduped
│ │ ├── pretty-format@23.6.0 deduped
│ │ └── semver@5.6.0 deduped
│ ├─┬ jest-util@23.4.0
│ │ ├── callsites@2.0.0
│ │ ├── chalk@2.4.2 deduped
│ │ ├── graceful-fs@4.1.15 deduped
│ │ ├── is-ci@1.2.1 deduped
│ │ ├── jest-message-util@23.4.0 deduped
│ │ ├── mkdirp@0.5.1 deduped
│ │ ├── slash@1.0.0 deduped
│ │ └── source-map@0.6.1
│ ├─┬ jest-validate@23.6.0
│ │ ├── chalk@2.4.2 deduped
│ │ ├── jest-get-type@22.4.3 deduped
│ │ ├── leven@2.1.0
│ │ └── pretty-format@23.6.0 deduped
│ ├── jest-watcher@23.4.0 deduped
│ ├─┬ jest-worker@23.2.0
│ │ └─┬ merge-stream@1.0.1
│ │ └─┬ readable-stream@2.3.6
│ │ ├── core-util-is@1.0.2 deduped
│ │ ├── inherits@2.0.3 deduped
│ │ ├── isarray@1.0.0 deduped
│ │ ├── process-nextick-args@2.0.0 deduped
│ │ ├── safe-buffer@5.1.2 deduped
│ │ ├─┬ string_decoder@1.1.1
│ │ │ └── safe-buffer@5.1.2 deduped
│ │ └── util-deprecate@1.0.2 deduped
│ ├─┬ micromatch@2.3.11
│ │ ├─┬ arr-diff@2.0.0
│ │ │ └── arr-flatten@1.1.0 deduped
│ │ ├── array-unique@0.2.1
│ │ ├─┬ braces@1.8.5
│ │ │ ├─┬ expand-range@1.8.2
│ │ │ │ └─┬ fill-range@2.2.4
│ │ │ │ ├─┬ is-number@2.1.0
│ │ │ │ │ └── kind-of@3.2.2 deduped
│ │ │ │ ├─┬ isobject@2.1.0
│ │ │ │ │ └── isarray@1.0.0 deduped
│ │ │ │ ├─┬ randomatic@3.1.1
│ │ │ │ │ ├── is-number@4.0.0
│ │ │ │ │ ├── kind-of@6.0.2
│ │ │ │ │ └── math-random@1.0.4
│ │ │ │ ├── repeat-element@1.1.3 deduped
│ │ │ │ └── repeat-string@1.6.1 deduped
│ │ │ ├── preserve@0.2.0
│ │ │ └── repeat-element@1.1.3 deduped
│ │ ├─┬ expand-brackets@0.1.5
│ │ │ └── is-posix-bracket@0.1.1
│ │ ├─┬ extglob@0.3.2
│ │ │ └── is-extglob@1.0.0 deduped
│ │ ├── filename-regex@2.0.1
│ │ ├── is-extglob@1.0.0
│ │ ├─┬ is-glob@2.0.1
│ │ │ └── is-extglob@1.0.0 deduped
│ │ ├── kind-of@3.2.2 deduped
│ │ ├─┬ normalize-path@2.1.1
│ │ │ └── remove-trailing-separator@1.1.0
│ │ ├─┬ object.omit@2.0.1
│ │ │ ├── for-own@0.1.5 deduped
│ │ │ └── is-extendable@0.1.1 deduped
│ │ ├─┬ parse-glob@3.0.4
│ │ │ ├─┬ glob-base@0.3.0
│ │ │ │ ├─┬ glob-parent@2.0.0
│ │ │ │ │ └── is-glob@2.0.1 deduped
│ │ │ │ └── is-glob@2.0.1 deduped
│ │ │ ├── is-dotfile@1.0.3
│ │ │ ├── is-extglob@1.0.0 deduped
│ │ │ └── is-glob@2.0.1 deduped
│ │ └─┬ regex-cache@0.4.4
│ │ └─┬ is-equal-shallow@0.1.3
│ │ └── is-primitive@2.0.0
│ ├─┬ node-notifier@5.4.0
│ │ ├── growly@1.3.0
│ │ ├── is-wsl@1.1.0 deduped
│ │ ├── semver@5.6.0 deduped
│ │ ├── shellwords@0.1.1
│ │ └── which@1.3.1 deduped
│ ├─┬ prompts@0.1.14
│ │ ├── kleur@2.0.2
│ │ └── sisteransi@0.1.1
│ ├── realpath-native@1.1.0 deduped
│ ├── rimraf@2.6.3 deduped
│ ├── slash@1.0.0
│ ├── string-length@2.0.0 deduped
│ ├─┬ strip-ansi@4.0.0
│ │ └── ansi-regex@3.0.0
│ ├── which@1.3.1 deduped
│ └─┬ yargs@11.1.0
│ ├── cliui@4.1.0 deduped
│ ├── decamelize@1.2.0
│ ├── find-up@2.1.0 deduped
│ ├── get-caller-file@1.0.3 deduped
│ ├─┬ os-locale@2.1.0
│ │ ├─┬ execa@0.7.0
│ │ │ ├─┬ cross-spawn@5.1.0
│ │ │ │ ├─┬ lru-cache@4.1.5
│ │ │ │ │ ├── pseudomap@1.0.2
│ │ │ │ │ └── yallist@2.1.2
│ │ │ │ ├── shebang-command@1.2.0 deduped
│ │ │ │ └── which@1.3.1 deduped
│ │ │ ├── get-stream@3.0.0 deduped
│ │ │ ├── is-stream@1.1.0 deduped
│ │ │ ├── npm-run-path@2.0.2 deduped
│ │ │ ├── p-finally@1.0.0 deduped
│ │ │ ├── signal-exit@3.0.2 deduped
│ │ │ └── strip-eof@1.0.0 deduped
│ │ ├─┬ lcid@1.0.0
│ │ │ └── invert-kv@1.0.0
│ │ └─┬ mem@1.1.0
│ │ └── mimic-fn@1.2.0 deduped
│ ├── require-directory@2.1.1 deduped
│ ├── require-main-filename@1.0.1 deduped
│ ├── set-blocking@2.0.0 deduped
│ ├── string-width@2.1.1 deduped
│ ├── which-module@2.0.0 deduped
│ ├── y18n@3.2.1 deduped
│ └─┬ yargs-parser@9.0.2
│ └── camelcase@4.1.0
├── jest-pnp-resolver@1.0.2
├─┬ jest-resolve@23.6.0
│ ├─┬ browser-resolve@1.11.3
│ │ └── resolve@1.1.7
│ ├── chalk@2.4.2 deduped
│ └─┬ realpath-native@1.1.0
│ └── util.promisify@1.0.0 deduped
├─┬ jest-watch-typeahead@0.2.1
│ ├── ansi-escapes@3.2.0
│ ├── chalk@2.4.2 deduped
│ ├─┬ jest-watcher@23.4.0
│ │ ├── ansi-escapes@3.2.0 deduped
│ │ ├── chalk@2.4.2 deduped
│ │ └── string-length@2.0.0 deduped
│ ├── slash@2.0.0
│ ├─┬ string-length@2.0.0
│ │ ├── astral-regex@1.0.0
│ │ └─┬ strip-ansi@4.0.0
│ │ └── ansi-regex@3.0.0
│ └─┬ strip-ansi@5.1.0
│ └── ansi-regex@4.1.0
├─┬ mini-css-extract-plugin@0.5.0
│ ├── loader-utils@1.2.3 deduped
│ ├── schema-utils@1.0.0 deduped
│ └─┬ webpack-sources@1.3.0
│ ├── source-list-map@2.0.1 deduped
│ └── source-map@0.6.1
├─┬ optimize-css-assets-webpack-plugin@5.0.1
│ ├─┬ cssnano@4.1.10
│ │ ├── cosmiconfig@5.1.0 deduped
│ │ ├─┬ cssnano-preset-default@4.0.7
│ │ │ ├─┬ css-declaration-sorter@4.0.1
│ │ │ │ ├─┬ postcss@7.0.14
│ │ │ │ │ ├── chalk@2.4.2 deduped
│ │ │ │ │ ├── source-map@0.6.1
│ │ │ │ │ └─┬ supports-color@6.1.0
│ │ │ │ │ └── has-flag@3.0.0 deduped
│ │ │ │ └── timsort@0.3.0
│ │ │ ├─┬ cssnano-util-raw-cache@4.0.1
│ │ │ │ └─┬ postcss@7.0.14
│ │ │ │ ├── chalk@2.4.2 deduped
│ │ │ │ ├── source-map@0.6.1
│ │ │ │ └─┬ supports-color@6.1.0
│ │ │ │ └── has-flag@3.0.0 deduped
│ │ │ ├─┬ postcss@7.0.14
│ │ │ │ ├── chalk@2.4.2 deduped
│ │ │ │ ├── source-map@0.6.1
│ │ │ │ └─┬ supports-color@6.1.0
│ │ │ │ └── has-flag@3.0.0 deduped
│ │ │ ├─┬ postcss-calc@7.0.1
│ │ │ │ ├── css-unit-converter@1.1.1
│ │ │ │ ├─┬ postcss@7.0.14
│ │ │ │ │ ├── chalk@2.4.2 deduped
│ │ │ │ │ ├── source-map@0.6.1
│ │ │ │ │ └─┬ supports-color@6.1.0
│ │ │ │ │ └── has-flag@3.0.0 deduped
│ │ │ │ ├── postcss-selector-parser@5.0.0 deduped
│ │ │ │ └── postcss-value-parser@3.3.1 deduped
│ │ │ ├─┬ postcss-colormin@4.0.3
│ │ │ │ ├── browserslist@4.5.0 deduped
│ │ │ │ ├─┬ color@3.1.0
│ │ │ │ │ ├── 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.14
│ │ │ │ │ ├── chalk@2.4.2 deduped
│ │ │ │ │ ├── source-map@0.6.1
│ │ │ │ │ └─┬ supports-color@6.1.0
│ │ │ │ │ └── has-flag@3.0.0 deduped
│ │ │ │ └── postcss-value-parser@3.3.1 deduped
│ │ │ ├─┬ postcss-convert-values@4.0.1
│ │ │ │ ├─┬ postcss@7.0.14
│ │ │ │ │ ├── chalk@2.4.2 deduped
│ │ │ │ │ ├── source-map@0.6.1
│ │ │ │ │ └─┬ supports-color@6.1.0
│ │ │ │ │ └── has-flag@3.0.0 deduped
│ │ │ │ └── postcss-value-parser@3.3.1 deduped
│ │ │ ├─┬ postcss-discard-comments@4.0.2
│ │ │ │ └─┬ postcss@7.0.14
│ │ │ │ ├── chalk@2.4.2 deduped
│ │ │ │ ├── source-map@0.6.1
│ │ │ │ └─┬ supports-color@6.1.0
│ │ │ │ └── has-flag@3.0.0 deduped
│ │ │ ├─┬ postcss-discard-duplicates@4.0.2
│ │ │ │ └─┬ postcss@7.0.14
│ │ │ │ ├── chalk@2.4.2 deduped
│ │ │ │ ├── source-map@0.6.1
│ │ │ │ └─┬ supports-color@6.1.0
│ │ │ │ └── has-flag@3.0.0 deduped
│ │ │ ├─┬ postcss-discard-empty@4.0.1
│ │ │ │ └─┬ postcss@7.0.14
│ │ │ │ ├── chalk@2.4.2 deduped
│ │ │ │ ├── source-map@0.6.1
│ │ │ │ └─┬ supports-color@6.1.0
│ │ │ │ └── has-flag@3.0.0 deduped
│ │ │ ├─┬ postcss-discard-overridden@4.0.1
│ │ │ │ └─┬ postcss@7.0.14
│ │ │ │ ├── chalk@2.4.2 deduped
│ │ │ │ ├── source-map@0.6.1
│ │ │ │ └─┬ supports-color@6.1.0
│ │ │ │ └── has-flag@3.0.0 deduped
│ │ │ ├─┬ postcss-merge-longhand@4.0.11
│ │ │ │ ├── css-color-names@0.0.4
│ │ │ │ ├─┬ postcss@7.0.14
│ │ │ │ │ ├── chalk@2.4.2 deduped
│ │ │ │ │ ├── source-map@0.6.1
│ │ │ │ │ └─┬ supports-color@6.1.0
│ │ │ │ │ └── has-flag@3.0.0 deduped
│ │ │ │ ├── postcss-value-parser@3.3.1 deduped
│ │ │ │ └─┬ stylehacks@4.0.3
│ │ │ │ ├── browserslist@4.5.0 deduped
│ │ │ │ ├─┬ postcss@7.0.14
│ │ │ │ │ ├── chalk@2.4.2 deduped
│ │ │ │ │ ├── source-map@0.6.1
│ │ │ │ │ └─┬ supports-color@6.1.0
│ │ │ │ │ └── has-flag@3.0.0 deduped
│ │ │ │ └─┬ postcss-selector-parser@3.1.1
│ │ │ │ ├── dot-prop@4.2.0 deduped
│ │ │ │ ├── indexes-of@1.0.1 deduped
│ │ │ │ └── uniq@1.0.1 deduped
│ │ │ ├─┬ postcss-merge-rules@4.0.3
│ │ │ │ ├── browserslist@4.5.0 deduped
│ │ │ │ ├─┬ caniuse-api@3.0.0
│ │ │ │ │ ├── browserslist@4.5.0 deduped
│ │ │ │ │ ├── caniuse-lite@1.0.30000948 deduped
│ │ │ │ │ ├── lodash.memoize@4.1.2
│ │ │ │ │ └── lodash.uniq@4.5.0
│ │ │ │ ├── cssnano-util-same-parent@4.0.1
│ │ │ │ ├─┬ postcss@7.0.14
│ │ │ │ │ ├── chalk@2.4.2 deduped
│ │ │ │ │ ├── source-map@0.6.1
│ │ │ │ │ └─┬ supports-color@6.1.0
│ │ │ │ │ └── has-flag@3.0.0 deduped
│ │ │ │ ├─┬ postcss-selector-parser@3.1.1
│ │ │ │ │ ├─┬ dot-prop@4.2.0
│ │ │ │ │ │ └── is-obj@1.0.1 deduped
│ │ │ │ │ ├── indexes-of@1.0.1 deduped
│ │ │ │ │ └── uniq@1.0.1 deduped
│ │ │ │ └── vendors@1.0.2
│ │ │ ├─┬ postcss-minify-font-values@4.0.2
│ │ │ │ ├─┬ postcss@7.0.14
│ │ │ │ │ ├── chalk@2.4.2 deduped
│ │ │ │ │ ├── source-map@0.6.1
│ │ │ │ │ └─┬ supports-color@6.1.0
│ │ │ │ │ └── has-flag@3.0.0 deduped
│ │ │ │ └── postcss-value-parser@3.3.1 deduped
│ │ │ ├─┬ 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.14
│ │ │ │ │ ├── chalk@2.4.2 deduped
│ │ │ │ │ ├── source-map@0.6.1
│ │ │ │ │ └─┬ supports-color@6.1.0
│ │ │ │ │ └── has-flag@3.0.0 deduped
│ │ │ │ └── postcss-value-parser@3.3.1 deduped
│ │ │ ├─┬ postcss-minify-params@4.0.2
│ │ │ │ ├── alphanum-sort@1.0.2
│ │ │ │ ├── browserslist@4.5.0 deduped
│ │ │ │ ├── cssnano-util-get-arguments@4.0.0 deduped
│ │ │ │ ├─┬ postcss@7.0.14
│ │ │ │ │ ├── chalk@2.4.2 deduped
│ │ │ │ │ ├── source-map@0.6.1
│ │ │ │ │ └─┬ supports-color@6.1.0
│ │ │ │ │ └── has-flag@3.0.0 deduped
│ │ │ │ ├── postcss-value-parser@3.3.1 deduped
│ │ │ │ └── uniqs@2.0.0
│ │ │ ├─┬ postcss-minify-selectors@4.0.2
│ │ │ │ ├── alphanum-sort@1.0.2 deduped
│ │ │ │ ├── has@1.0.3 deduped
│ │ │ │ ├─┬ postcss@7.0.14
│ │ │ │ │ ├── chalk@2.4.2 deduped
│ │ │ │ │ ├── source-map@0.6.1
│ │ │ │ │ └─┬ supports-color@6.1.0
│ │ │ │ │ └── has-flag@3.0.0 deduped
│ │ │ │ └─┬ postcss-selector-parser@3.1.1
│ │ │ │ ├── dot-prop@4.2.0 deduped
│ │ │ │ ├── indexes-of@1.0.1 deduped
│ │ │ │ └── uniq@1.0.1 deduped
│ │ │ ├─┬ postcss-normalize-charset@4.0.1
│ │ │ │ └─┬ postcss@7.0.14
│ │ │ │ ├── chalk@2.4.2 deduped
│ │ │ │ ├── source-map@0.6.1
│ │ │ │ └─┬ supports-color@6.1.0
│ │ │ │ └── has-flag@3.0.0 deduped
│ │ │ ├─┬ postcss-normalize-display-values@4.0.2
│ │ │ │ ├── cssnano-util-get-match@4.0.0
│ │ │ │ ├─┬ postcss@7.0.14
│ │ │ │ │ ├── chalk@2.4.2 deduped
│ │ │ │ │ ├── source-map@0.6.1
│ │ │ │ │ └─┬ supports-color@6.1.0
│ │ │ │ │ └── has-flag@3.0.0 deduped
│ │ │ │ └── postcss-value-parser@3.3.1 deduped
│ │ │ ├─┬ postcss-normalize-positions@4.0.2
│ │ │ │ ├── cssnano-util-get-arguments@4.0.0 deduped
│ │ │ │ ├── has@1.0.3 deduped
│ │ │ │ ├─┬ postcss@7.0.14
│ │ │ │ │ ├── chalk@2.4.2 deduped
│ │ │ │ │ ├── source-map@0.6.1
│ │ │ │ │ └─┬ supports-color@6.1.0
│ │ │ │ │ └── has-flag@3.0.0 deduped
│ │ │ │ └── postcss-value-parser@3.3.1 deduped
│ │ │ ├─┬ 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.14
│ │ │ │ │ ├── chalk@2.4.2 deduped
│ │ │ │ │ ├── source-map@0.6.1
│ │ │ │ │ └─┬ supports-color@6.1.0
│ │ │ │ │ └── has-flag@3.0.0 deduped
│ │ │ │ └── postcss-value-parser@3.3.1 deduped
│ │ │ ├─┬ postcss-normalize-string@4.0.2
│ │ │ │ ├── has@1.0.3 deduped
│ │ │ │ ├─┬ postcss@7.0.14
│ │ │ │ │ ├── chalk@2.4.2 deduped
│ │ │ │ │ ├── source-map@0.6.1
│ │ │ │ │ └─┬ supports-color@6.1.0
│ │ │ │ │ └── has-flag@3.0.0 deduped
│ │ │ │ └── postcss-value-parser@3.3.1 deduped
│ │ │ ├─┬ postcss-normalize-timing-functions@4.0.2
│ │ │ │ ├── cssnano-util-get-match@4.0.0 deduped
│ │ │ │ ├─┬ postcss@7.0.14
│ │ │ │ │ ├── chalk@2.4.2 deduped
│ │ │ │ │ ├── source-map@0.6.1
│ │ │ │ │ └─┬ supports-color@6.1.0
│ │ │ │ │ └── has-flag@3.0.0 deduped
│ │ │ │ └── postcss-value-parser@3.3.1 deduped
│ │ │ ├─┬ postcss-normalize-unicode@4.0.1
│ │ │ │ ├── browserslist@4.5.0 deduped
│ │ │ │ ├─┬ postcss@7.0.14
│ │ │ │ │ ├── chalk@2.4.2 deduped
│ │ │ │ │ ├── source-map@0.6.1
│ │ │ │ │ └─┬ supports-color@6.1.0
│ │ │ │ │ └── has-flag@3.0.0 deduped
│ │ │ │ └── postcss-value-parser@3.3.1 deduped
│ │ │ ├─┬ postcss-normalize-url@4.0.1
│ │ │ │ ├── is-absolute-url@2.1.0
│ │ │ │ ├── normalize-url@3.3.0
│ │ │ │ ├─┬ postcss@7.0.14
│ │ │ │ │ ├── chalk@2.4.2 deduped
│ │ │ │ │ ├── source-map@0.6.1
│ │ │ │ │ └─┬ supports-color@6.1.0
│ │ │ │ │ └── has-flag@3.0.0 deduped
│ │ │ │ └── postcss-value-parser@3.3.1 deduped
│ │ │ ├─┬ postcss-normalize-whitespace@4.0.2
│ │ │ │ ├─┬ postcss@7.0.14
│ │ │ │ │ ├── chalk@2.4.2 deduped
│ │ │ │ │ ├── source-map@0.6.1
│ │ │ │ │ └─┬ supports-color@6.1.0
│ │ │ │ │ └── has-flag@3.0.0 deduped
│ │ │ │ └── postcss-value-parser@3.3.1 deduped
│ │ │ ├─┬ postcss-ordered-values@4.1.2
│ │ │ │ ├── cssnano-util-get-arguments@4.0.0 deduped
│ │ │ │ ├─┬ postcss@7.0.14
│ │ │ │ │ ├── chalk@2.4.2 deduped
│ │ │ │ │ ├── source-map@0.6.1
│ │ │ │ │ └─┬ supports-color@6.1.0
│ │ │ │ │ └── has-flag@3.0.0 deduped
│ │ │ │ └── postcss-value-parser@3.3.1 deduped
│ │ │ ├─┬ postcss-reduce-initial@4.0.3
│ │ │ │ ├── browserslist@4.5.0 deduped
│ │ │ │ ├── caniuse-api@3.0.0 deduped
│ │ │ │ ├── has@1.0.3 deduped
│ │ │ │ └─┬ postcss@7.0.14
│ │ │ │ ├── chalk@2.4.2 deduped
│ │ │ │ ├── source-map@0.6.1
│ │ │ │ └─┬ supports-color@6.1.0
│ │ │ │ └── has-flag@3.0.0 deduped
│ │ │ ├─┬ postcss-reduce-transforms@4.0.2
│ │ │ │ ├── cssnano-util-get-match@4.0.0 deduped
│ │ │ │ ├── has@1.0.3 deduped
│ │ │ │ ├─┬ postcss@7.0.14
│ │ │ │ │ ├── chalk@2.4.2 deduped
│ │ │ │ │ ├── source-map@0.6.1
│ │ │ │ │ └─┬ supports-color@6.1.0
│ │ │ │ │ └── has-flag@3.0.0 deduped
│ │ │ │ └── postcss-value-parser@3.3.1 deduped
│ │ │ ├─┬ postcss-svgo@4.0.2
│ │ │ │ ├─┬ is-svg@3.0.0
│ │ │ │ │ └── html-comment-regex@1.1.2
│ │ │ │ ├─┬ postcss@7.0.14
│ │ │ │ │ ├── chalk@2.4.2 deduped
│ │ │ │ │ ├── source-map@0.6.1
│ │ │ │ │ └─┬ supports-color@6.1.0
│ │ │ │ │ └── has-flag@3.0.0 deduped
│ │ │ │ ├── postcss-value-parser@3.3.1 deduped
│ │ │ │ └── svgo@1.2.0 deduped
│ │ │ └─┬ postcss-unique-selectors@4.0.1
│ │ │ ├── alphanum-sort@1.0.2 deduped
│ │ │ ├─┬ postcss@7.0.14
│ │ │ │ ├── chalk@2.4.2 deduped
│ │ │ │ ├── source-map@0.6.1
│ │ │ │ └─┬ supports-color@6.1.0
│ │ │ │ └── has-flag@3.0.0 deduped
│ │ │ └── uniqs@2.0.0 deduped
│ │ ├── is-resolvable@1.1.0
│ │ └─┬ postcss@7.0.14
│ │ ├── chalk@2.4.2 deduped
│ │ ├── source-map@0.6.1
│ │ └─┬ supports-color@6.1.0
│ │ └── has-flag@3.0.0 deduped
│ └─┬ last-call-webpack-plugin@3.0.0
│ ├── lodash@4.17.11 deduped
│ └── webpack-sources@1.3.0 deduped
├─┬ pnp-webpack-plugin@1.2.1
│ ├── ts-pnp@1.0.1
│ └── UNMET PEER DEPENDENCY typescript@*
├─┬ postcss-flexbugs-fixes@4.1.0
│ └─┬ postcss@7.0.14
│ ├── chalk@2.4.2 deduped
│ ├── source-map@0.6.1
│ └─┬ supports-color@6.1.0
│ └── has-flag@3.0.0 deduped
├─┬ postcss-loader@3.0.0
│ ├── loader-utils@1.2.3 deduped
│ ├─┬ postcss@7.0.14
│ │ ├── chalk@2.4.2 deduped
│ │ ├── source-map@0.6.1
│ │ └─┬ supports-color@6.1.0
│ │ └── has-flag@3.0.0 deduped
│ ├─┬ postcss-load-config@2.0.0
│ │ ├─┬ cosmiconfig@4.0.0
│ │ │ ├── is-directory@0.3.1 deduped
│ │ │ ├── js-yaml@3.12.2 deduped
│ │ │ ├── parse-json@4.0.0 deduped
│ │ │ └── require-from-string@2.0.2
│ │ └─┬ import-cwd@2.1.0
│ │ └─┬ import-from@2.1.0
│ │ └── resolve-from@3.0.0 deduped
│ └── schema-utils@1.0.0 deduped
├─┬ postcss-preset-env@6.5.0
│ ├─┬ autoprefixer@9.5.0
│ │ ├── browserslist@4.5.0 deduped
│ │ ├── caniuse-lite@1.0.30000948 deduped
│ │ ├── normalize-range@0.1.2
│ │ ├── num2fraction@1.2.2
│ │ ├─┬ postcss@7.0.14
│ │ │ ├── chalk@2.4.2 deduped
│ │ │ ├── source-map@0.6.1
│ │ │ └─┬ supports-color@6.1.0
│ │ │ └── has-flag@3.0.0 deduped
│ │ └── postcss-value-parser@3.3.1 deduped
│ ├─┬ browserslist@4.5.0
│ │ ├── caniuse-lite@1.0.30000948 deduped
│ │ ├── electron-to-chromium@1.3.116
│ │ └─┬ node-releases@1.1.10
│ │ └── semver@5.6.0 deduped
│ ├── caniuse-lite@1.0.30000948
│ ├─┬ css-blank-pseudo@0.1.4
│ │ └─┬ postcss@7.0.14
│ │ ├── chalk@2.4.2 deduped
│ │ ├── source-map@0.6.1
│ │ └─┬ supports-color@6.1.0
│ │ └── has-flag@3.0.0 deduped
│ ├─┬ css-has-pseudo@0.10.0
│ │ ├─┬ postcss@7.0.14
│ │ │ ├── chalk@2.4.2 deduped
│ │ │ ├── source-map@0.6.1
│ │ │ └─┬ supports-color@6.1.0
│ │ │ └── has-flag@3.0.0 deduped
│ │ └─┬ postcss-selector-parser@5.0.0
│ │ ├── cssesc@2.0.0
│ │ ├── indexes-of@1.0.1
│ │ └── uniq@1.0.1
│ ├─┬ css-prefers-color-scheme@3.1.1
│ │ └─┬ postcss@7.0.14
│ │ ├── chalk@2.4.2 deduped
│ │ ├── source-map@0.6.1
│ │ └─┬ supports-color@6.1.0
│ │ └── has-flag@3.0.0 deduped
│ ├── cssdb@4.4.0
│ ├─┬ postcss@7.0.14
│ │ ├── chalk@2.4.2 deduped
│ │ ├── source-map@0.6.1
│ │ └─┬ supports-color@6.1.0
│ │ └── has-flag@3.0.0 deduped
│ ├─┬ postcss-attribute-case-insensitive@4.0.1
│ │ ├─┬ postcss@7.0.14
│ │ │ ├── chalk@2.4.2 deduped
│ │ │ ├── source-map@0.6.1
│ │ │ └─┬ supports-color@6.1.0
│ │ │ └── has-flag@3.0.0 deduped
│ │ └── postcss-selector-parser@5.0.0 deduped
│ ├─┬ postcss-color-functional-notation@2.0.1
│ │ ├─┬ postcss@7.0.14
│ │ │ ├── chalk@2.4.2 deduped
│ │ │ ├── source-map@0.6.1
│ │ │ └─┬ supports-color@6.1.0
│ │ │ └── has-flag@3.0.0 deduped
│ │ └─┬ postcss-values-parser@2.0.1
│ │ ├── flatten@1.0.2
│ │ ├── 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.14
│ │ │ ├── chalk@2.4.2 deduped
│ │ │ ├── source-map@0.6.1
│ │ │ └─┬ supports-color@6.1.0
│ │ │ └── has-flag@3.0.0 deduped
│ │ └── postcss-values-parser@2.0.1 deduped
│ ├─┬ postcss-color-hex-alpha@5.0.2
│ │ ├─┬ postcss@7.0.14
│ │ │ ├── chalk@2.4.2 deduped
│ │ │ ├── source-map@0.6.1
│ │ │ └─┬ supports-color@6.1.0
│ │ │ └── has-flag@3.0.0 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.14
│ │ │ ├── chalk@2.4.2 deduped
│ │ │ ├── source-map@0.6.1
│ │ │ └─┬ supports-color@6.1.0
│ │ │ └── has-flag@3.0.0 deduped
│ │ └── postcss-values-parser@2.0.1 deduped
│ ├─┬ postcss-color-rebeccapurple@4.0.1
│ │ ├─┬ postcss@7.0.14
│ │ │ ├── chalk@2.4.2 deduped
│ │ │ ├── source-map@0.6.1
│ │ │ └─┬ supports-color@6.1.0
│ │ │ └── has-flag@3.0.0 deduped
│ │ └── postcss-values-parser@2.0.1 deduped
│ ├─┬ postcss-custom-media@7.0.7
│ │ └─┬ postcss@7.0.14
│ │ ├── chalk@2.4.2 deduped
│ │ ├── source-map@0.6.1
│ │ └─┬ supports-color@6.1.0
│ │ └── has-flag@3.0.0 deduped
│ ├─┬ postcss-custom-properties@8.0.9
│ │ ├─┬ postcss@7.0.14
│ │ │ ├── chalk@2.4.2 deduped
│ │ │ ├── source-map@0.6.1
│ │ │ └─┬ supports-color@6.1.0
│ │ │ └── has-flag@3.0.0 deduped
│ │ └── postcss-values-parser@2.0.1 deduped
│ ├─┬ postcss-custom-selectors@5.1.2
│ │ ├─┬ postcss@7.0.14
│ │ │ ├── chalk@2.4.2 deduped
│ │ │ ├── source-map@0.6.1
│ │ │ └─┬ supports-color@6.1.0
│ │ │ └── has-flag@3.0.0 deduped
│ │ └── postcss-selector-parser@5.0.0 deduped
│ ├─┬ postcss-dir-pseudo-class@5.0.0
│ │ ├─┬ postcss@7.0.14
│ │ │ ├── chalk@2.4.2 deduped
│ │ │ ├── source-map@0.6.1
│ │ │ └─┬ supports-color@6.1.0
│ │ │ └── has-flag@3.0.0 deduped
│ │ └── postcss-selector-parser@5.0.0 deduped
│ ├─┬ postcss-double-position-gradients@1.0.0
│ │ ├─┬ postcss@7.0.14
│ │ │ ├── chalk@2.4.2 deduped
│ │ │ ├── source-map@0.6.1
│ │ │ └─┬ supports-color@6.1.0
│ │ │ └── has-flag@3.0.0 deduped
│ │ └── postcss-values-parser@2.0.1 deduped
│ ├─┬ postcss-env-function@2.0.2
│ │ ├─┬ postcss@7.0.14
│ │ │ ├── chalk@2.4.2 deduped
│ │ │ ├── source-map@0.6.1
│ │ │ └─┬ supports-color@6.1.0
│ │ │ └── has-flag@3.0.0 deduped
│ │ └── postcss-values-parser@2.0.1 deduped
│ ├─┬ postcss-focus-visible@4.0.0
│ │ └─┬ postcss@7.0.14
│ │ ├── chalk@2.4.2 deduped
│ │ ├── source-map@0.6.1
│ │ └─┬ supports-color@6.1.0
│ │ └── has-flag@3.0.0 deduped
│ ├─┬ postcss-focus-within@3.0.0
│ │ └─┬ postcss@7.0.14
│ │ ├── chalk@2.4.2 deduped
│ │ ├── source-map@0.6.1
│ │ └─┬ supports-color@6.1.0
│ │ └── has-flag@3.0.0 deduped
│ ├─┬ postcss-font-variant@4.0.0
│ │ └─┬ postcss@7.0.14
│ │ ├── chalk@2.4.2 deduped
│ │ ├── source-map@0.6.1
│ │ └─┬ supports-color@6.1.0
│ │ └── has-flag@3.0.0 deduped
│ ├─┬ postcss-gap-properties@2.0.0
│ │ └─┬ postcss@7.0.14
│ │ ├── chalk@2.4.2 deduped
│ │ ├── source-map@0.6.1
│ │ └─┬ supports-color@6.1.0
│ │ └── has-flag@3.0.0 deduped
│ ├─┬ postcss-image-set-function@3.0.1
│ │ ├─┬ postcss@7.0.14
│ │ │ ├── chalk@2.4.2 deduped
│ │ │ ├── source-map@0.6.1
│ │ │ └─┬ supports-color@6.1.0
│ │ │ └── has-flag@3.0.0 deduped
│ │ └── postcss-values-parser@2.0.1 deduped
│ ├─┬ postcss-initial@3.0.0
│ │ ├─┬ lodash.template@4.4.0
│ │ │ ├── lodash._reinterpolate@3.0.0
│ │ │ └─┬ lodash.templatesettings@4.1.0
│ │ │ └── lodash._reinterpolate@3.0.0 deduped
│ │ └─┬ postcss@7.0.14
│ │ ├── chalk@2.4.2 deduped
│ │ ├── source-map@0.6.1
│ │ └─┬ supports-color@6.1.0
│ │ └── has-flag@3.0.0 deduped
│ ├─┬ postcss-lab-function@2.0.1
│ │ ├── @csstools/convert-colors@1.4.0 deduped
│ │ ├─┬ postcss@7.0.14
│ │ │ ├── chalk@2.4.2 deduped
│ │ │ ├── source-map@0.6.1
│ │ │ └─┬ supports-color@6.1.0
│ │ │ └── has-flag@3.0.0 deduped
│ │ └── postcss-values-parser@2.0.1 deduped
│ ├─┬ postcss-logical@3.0.0
│ │ └─┬ postcss@7.0.14
│ │ ├── chalk@2.4.2 deduped
│ │ ├── source-map@0.6.1
│ │ └─┬ supports-color@6.1.0
│ │ └── has-flag@3.0.0 deduped
│ ├─┬ postcss-media-minmax@4.0.0
│ │ └─┬ postcss@7.0.14
│ │ ├── chalk@2.4.2 deduped
│ │ ├── source-map@0.6.1
│ │ └─┬ supports-color@6.1.0
│ │ └── has-flag@3.0.0 deduped
│ ├─┬ postcss-nesting@7.0.0
│ │ └─┬ postcss@7.0.14
│ │ ├── chalk@2.4.2 deduped
│ │ ├── source-map@0.6.1
│ │ └─┬ supports-color@6.1.0
│ │ └── has-flag@3.0.0 deduped
│ ├─┬ postcss-overflow-shorthand@2.0.0
│ │ └─┬ postcss@7.0.14
│ │ ├── chalk@2.4.2 deduped
│ │ ├── source-map@0.6.1
│ │ └─┬ supports-color@6.1.0
│ │ └── has-flag@3.0.0 deduped
│ ├─┬ postcss-page-break@2.0.0
│ │ └─┬ postcss@7.0.14
│ │ ├── chalk@2.4.2 deduped
│ │ ├── source-map@0.6.1
│ │ └─┬ supports-color@6.1.0
│ │ └── has-flag@3.0.0 deduped
│ ├─┬ postcss-place@4.0.1
│ │ ├─┬ postcss@7.0.14
│ │ │ ├── chalk@2.4.2 deduped
│ │ │ ├── source-map@0.6.1
│ │ │ └─┬ supports-color@6.1.0
│ │ │ └── has-flag@3.0.0 deduped
│ │ └── postcss-values-parser@2.0.1 deduped
│ ├─┬ postcss-pseudo-class-any-link@6.0.0
│ │ ├─┬ postcss@7.0.14
│ │ │ ├── chalk@2.4.2 deduped
│ │ │ ├── source-map@0.6.1
│ │ │ └─┬ supports-color@6.1.0
│ │ │ └── has-flag@3.0.0 deduped
│ │ └── postcss-selector-parser@5.0.0 deduped
│ ├─┬ postcss-replace-overflow-wrap@3.0.0
│ │ └─┬ postcss@7.0.14
│ │ ├── chalk@2.4.2 deduped
│ │ ├── source-map@0.6.1
│ │ └─┬ supports-color@6.1.0
│ │ └── has-flag@3.0.0 deduped
│ ├─┬ postcss-selector-matches@4.0.0
│ │ ├── balanced-match@1.0.0
│ │ └─┬ postcss@7.0.14
│ │ ├── chalk@2.4.2 deduped
│ │ ├── source-map@0.6.1
│ │ └─┬ supports-color@6.1.0
│ │ └── has-flag@3.0.0 deduped
│ └─┬ postcss-selector-not@4.0.0
│ ├── balanced-match@1.0.0 deduped
│ └─┬ postcss@7.0.14
│ ├── chalk@2.4.2 deduped
│ ├── source-map@0.6.1
│ └─┬ supports-color@6.1.0
│ └── has-flag@3.0.0 deduped
├─┬ postcss-safe-parser@4.0.1
│ └─┬ postcss@7.0.14
│ ├── chalk@2.4.2 deduped
│ ├── source-map@0.6.1
│ └─┬ supports-color@6.1.0
│ └── has-flag@3.0.0 deduped
├─┬ react-app-polyfill@0.2.2
│ ├── core-js@2.6.4
│ ├── object-assign@4.1.1 deduped
│ ├─┬ promise@8.0.2
│ │ └── asap@2.0.6
│ ├─┬ raf@3.4.1
│ │ └── performance-now@2.1.0
│ └── whatwg-fetch@3.0.0
├─┬ react-dev-utils@8.0.0
│ ├── @babel/code-frame@7.0.0 deduped
│ ├── address@1.0.3
│ ├─┬ browserslist@4.4.1
│ │ ├── caniuse-lite@1.0.30000948 deduped
│ │ ├── electron-to-chromium@1.3.116 deduped
│ │ └── node-releases@1.1.10 deduped
│ ├── chalk@2.4.2 deduped
│ ├── cross-spawn@6.0.5 deduped
│ ├─┬ detect-port-alt@1.1.6
│ │ ├── address@1.0.3 deduped
│ │ └─┬ debug@2.6.9
│ │ └── ms@2.0.0
│ ├── escape-string-regexp@1.0.5
│ ├── filesize@3.6.1
│ ├─┬ find-up@3.0.0
│ │ └─┬ locate-path@3.0.0
│ │ ├─┬ p-locate@3.0.0
│ │ │ └─┬ p-limit@2.2.0
│ │ │ └── p-try@2.0.0
│ │ └── path-exists@3.0.0
│ ├─┬ fork-ts-checker-webpack-plugin@1.0.0-alpha.6
│ │ ├── babel-code-frame@6.26.0 deduped
│ │ ├── chalk@2.4.2 deduped
│ │ ├── chokidar@2.1.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 deduped
│ │ │ │ ├── array-unique@0.3.2 deduped
│ │ │ │ ├─┬ extend-shallow@2.0.1
│ │ │ │ │ └── is-extendable@0.1.1 deduped
│ │ │ │ ├─┬ fill-range@4.0.0
│ │ │ │ │ ├─┬ extend-shallow@2.0.1
│ │ │ │ │ │ └── is-extendable@0.1.1 deduped
│ │ │ │ │ ├─┬ is-number@3.0.0
│ │ │ │ │ │ └─┬ kind-of@3.2.2
│ │ │ │ │ │ └── is-buffer@1.1.6
│ │ │ │ │ ├── repeat-string@1.6.1 deduped
│ │ │ │ │ └── to-regex-range@2.1.1 deduped
│ │ │ │ ├── isobject@3.0.1 deduped
│ │ │ │ ├── repeat-element@1.1.3 deduped
│ │ │ │ ├── snapdragon@0.8.2 deduped
│ │ │ │ ├── snapdragon-node@2.1.1 deduped
│ │ │ │ ├── split-string@3.1.0 deduped
│ │ │ │ └── to-regex@3.0.2 deduped
│ │ │ ├── define-property@2.0.2 deduped
│ │ │ ├── extend-shallow@3.0.2 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.2 deduped
│ │ │ │ │ ├─┬ is-data-descriptor@1.0.0
│ │ │ │ │ │ └── kind-of@6.0.2 deduped
│ │ │ │ │ └── kind-of@6.0.2 deduped
│ │ │ │ ├─┬ expand-brackets@2.1.4
│ │ │ │ │ ├─┬ debug@2.6.9
│ │ │ │ │ │ └── ms@2.0.0
│ │ │ │ │ ├─┬ define-property@0.2.5
│ │ │ │ │ │ └─┬ is-descriptor@0.1.6
│ │ │ │ │ │ ├─┬ is-accessor-descriptor@0.1.6
│ │ │ │ │ │ │ └─┬ kind-of@3.2.2
│ │ │ │ │ │ │ └── is-buffer@1.1.6 deduped
│ │ │ │ │ │ ├─┬ is-data-descriptor@0.1.4
│ │ │ │ │ │ │ └─┬ kind-of@3.2.2
│ │ │ │ │ │ │ └── is-buffer@1.1.6 deduped
│ │ │ │ │ │ └── kind-of@5.1.0
│ │ │ │ │ ├─┬ extend-shallow@2.0.1
│ │ │ │ │ │ └── is-extendable@0.1.1 deduped
│ │ │ │ │ ├── posix-character-classes@0.1.1 deduped
│ │ │ │ │ ├── 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 deduped
│ │ │ ├── kind-of@6.0.2
│ │ │ ├── nanomatch@1.2.13 deduped
│ │ │ ├── object.pick@1.3.0 deduped
│ │ │ ├── regex-not@1.0.2 deduped
│ │ │ ├── snapdragon@0.8.2 deduped
│ │ │ └── to-regex@3.0.2 deduped
│ │ ├── minimatch@3.0.4 deduped
│ │ ├── semver@5.6.0 deduped
│ │ └── tapable@1.1.1 deduped
│ ├─┬ global-modules@2.0.0
│ │ └─┬ global-prefix@3.0.0
│ │ ├── ini@1.3.5
│ │ ├── kind-of@6.0.2
│ │ └── 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 deduped
│ │ │ └─┬ path-type@3.0.0
│ │ │ └── pify@3.0.0
│ │ ├─┬ fast-glob@2.2.6
│ │ │ ├─┬ @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.0
│ │ │ │ └── is-extglob@2.1.1
│ │ │ ├── merge2@1.2.3
│ │ │ └─┬ micromatch@3.1.10
│ │ │ ├── arr-diff@4.0.0
│ │ │ ├── array-unique@0.3.2
│ │ │ ├─┬ braces@2.3.2
│ │ │ │ ├── arr-flatten@1.1.0 deduped
│ │ │ │ ├── array-unique@0.3.2 deduped
│ │ │ │ ├─┬ extend-shallow@2.0.1
│ │ │ │ │ └── is-extendable@0.1.1 deduped
│ │ │ │ ├─┬ fill-range@4.0.0
│ │ │ │ │ ├─┬ extend-shallow@2.0.1
│ │ │ │ │ │ └── is-extendable@0.1.1 deduped
│ │ │ │ │ ├─┬ is-number@3.0.0
│ │ │ │ │ │ └─┬ kind-of@3.2.2
│ │ │ │ │ │ └── is-buffer@1.1.6
│ │ │ │ │ ├── repeat-string@1.6.1 deduped
│ │ │ │ │ └── to-regex-range@2.1.1 deduped
│ │ │ │ ├── isobject@3.0.1 deduped
│ │ │ │ ├── repeat-element@1.1.3 deduped
│ │ │ │ ├── snapdragon@0.8.2 deduped
│ │ │ │ ├── snapdragon-node@2.1.1 deduped
│ │ │ │ ├── split-string@3.1.0 deduped
│ │ │ │ └── to-regex@3.0.2 deduped
│ │ │ ├── define-property@2.0.2 deduped
│ │ │ ├── extend-shallow@3.0.2 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.2 deduped
│ │ │ │ │ ├─┬ is-data-descriptor@1.0.0
│ │ │ │ │ │ └── kind-of@6.0.2 deduped
│ │ │ │ │ └── kind-of@6.0.2 deduped
│ │ │ │ ├─┬ expand-brackets@2.1.4
│ │ │ │ │ ├─┬ debug@2.6.9
│ │ │ │ │ │ └── ms@2.0.0
│ │ │ │ │ ├─┬ define-property@0.2.5
│ │ │ │ │ │ └─┬ is-descriptor@0.1.6
│ │ │ │ │ │ ├─┬ is-accessor-descriptor@0.1.6
│ │ │ │ │ │ │ └─┬ kind-of@3.2.2
│ │ │ │ │ │ │ └── is-buffer@1.1.6 deduped
│ │ │ │ │ │ ├─┬ is-data-descriptor@0.1.4
│ │ │ │ │ │ │ └─┬ kind-of@3.2.2
│ │ │ │ │ │ │ └── is-buffer@1.1.6 deduped
│ │ │ │ │ │ └── kind-of@5.1.0
│ │ │ │ │ ├─┬ extend-shallow@2.0.1
│ │ │ │ │ │ └── is-extendable@0.1.1 deduped
│ │ │ │ │ ├── posix-character-classes@0.1.1 deduped
│ │ │ │ │ ├── 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 deduped
│ │ │ ├── kind-of@6.0.2
│ │ │ ├── nanomatch@1.2.13 deduped
│ │ │ ├── object.pick@1.3.0 deduped
│ │ │ ├── regex-not@1.0.2 deduped
│ │ │ ├── snapdragon@0.8.2 deduped
│ │ │ └── to-regex@3.0.2 deduped
│ │ ├── glob@7.1.3 deduped
│ │ ├── ignore@3.3.10
│ │ ├── pify@3.0.0
│ │ └── slash@1.0.0 deduped
│ ├─┬ gzip-size@5.0.0
│ │ ├── duplexer@0.1.1
│ │ └── pify@3.0.0
│ ├── immer@1.10.0
│ ├─┬ inquirer@6.2.1
│ │ ├── ansi-escapes@3.2.0 deduped
│ │ ├── chalk@2.4.2 deduped
│ │ ├── cli-cursor@2.1.0 deduped
│ │ ├── cli-width@2.2.0 deduped
│ │ ├── external-editor@3.0.3 deduped
│ │ ├── figures@2.0.0 deduped
│ │ ├── lodash@4.17.11 deduped
│ │ ├── mute-stream@0.0.7 deduped
│ │ ├── run-async@2.3.0 deduped
│ │ ├── rxjs@6.4.0 deduped
│ │ ├── string-width@2.1.1 deduped
│ │ ├── strip-ansi@5.0.0 deduped
│ │ └── through@2.3.8 deduped
│ ├── is-root@2.0.0
│ ├── loader-utils@1.2.3 deduped
│ ├─┬ opn@5.4.0
│ │ └── is-wsl@1.1.0
│ ├─┬ pkg-up@2.0.0
│ │ └── find-up@2.1.0 deduped
│ ├── react-error-overlay@5.1.4
│ ├─┬ recursive-readdir@2.2.2
│ │ └── minimatch@3.0.4 deduped
│ ├─┬ shell-quote@1.6.1
│ │ ├── array-filter@0.0.1
│ │ ├── array-map@0.0.0
│ │ ├── array-reduce@0.0.0
│ │ └── jsonify@0.0.0
│ ├─┬ sockjs-client@1.3.0
│ │ ├─┬ debug@3.2.6
│ │ │ └── ms@2.1.1 deduped
│ │ ├─┬ eventsource@1.0.7
│ │ │ └─┬ original@1.0.2
│ │ │ └── url-parse@1.4.4 deduped
│ │ ├─┬ faye-websocket@0.11.1
│ │ │ └─┬ websocket-driver@0.7.0
│ │ │ ├── http-parser-js@0.5.0
│ │ │ └── websocket-extensions@0.1.3
│ │ ├── inherits@2.0.3 deduped
│ │ ├── json3@3.3.2
│ │ └─┬ url-parse@1.4.4
│ │ ├── querystringify@2.1.0
│ │ └── requires-port@1.0.0
│ ├─┬ strip-ansi@5.0.0
│ │ └── ansi-regex@4.1.0
│ └── text-table@0.2.0 deduped
├─┬ resolve@1.10.0
│ └── path-parse@1.0.6
├─┬ sass-loader@7.1.0
│ ├─┬ clone-deep@2.0.2
│ │ ├─┬ for-own@1.0.0
│ │ │ └── for-in@1.0.2
│ │ ├─┬ is-plain-object@2.0.4
│ │ │ └── isobject@3.0.1
│ │ ├── kind-of@6.0.2
│ │ └─┬ shallow-clone@1.0.0
│ │ ├── is-extendable@0.1.1
│ │ ├── kind-of@5.1.0
│ │ └─┬ mixin-object@2.0.1
│ │ ├── for-in@0.1.8
│ │ └── is-extendable@0.1.1 deduped
│ ├── loader-utils@1.2.3 deduped
│ ├── lodash.tail@4.1.1
│ ├── neo-async@2.6.0
│ ├── pify@3.0.0
│ └── semver@5.6.0 deduped
├─┬ style-loader@0.23.1
│ ├── loader-utils@1.2.3 deduped
│ └── schema-utils@1.0.0 deduped
├─┬ terser-webpack-plugin@1.2.2
│ ├─┬ cacache@11.3.2
│ │ ├── bluebird@3.5.3 deduped
│ │ ├── chownr@1.1.1
│ │ ├── figgy-pudding@3.5.1
│ │ ├── glob@7.1.3 deduped
│ │ ├── graceful-fs@4.1.15 deduped
│ │ ├─┬ lru-cache@5.1.1
│ │ │ └── yallist@3.0.3
│ │ ├─┬ mississippi@3.0.0
│ │ │ ├─┬ concat-stream@1.6.2
│ │ │ │ ├── buffer-from@1.1.1 deduped
│ │ │ │ ├── inherits@2.0.3 deduped
│ │ │ │ ├─┬ readable-stream@2.3.6
│ │ │ │ │ ├── core-util-is@1.0.2 deduped
│ │ │ │ │ ├── inherits@2.0.3 deduped
│ │ │ │ │ ├── isarray@1.0.0 deduped
│ │ │ │ │ ├── process-nextick-args@2.0.0 deduped
│ │ │ │ │ ├── safe-buffer@5.1.2 deduped
│ │ │ │ │ ├─┬ string_decoder@1.1.1
│ │ │ │ │ │ └── safe-buffer@5.1.2 deduped
│ │ │ │ │ └── util-deprecate@1.0.2 deduped
│ │ │ │ └── typedarray@0.0.6
│ │ │ ├─┬ duplexify@3.7.1
│ │ │ │ ├── end-of-stream@1.4.1 deduped
│ │ │ │ ├── inherits@2.0.3 deduped
│ │ │ │ ├─┬ readable-stream@2.3.6
│ │ │ │ │ ├── core-util-is@1.0.2 deduped
│ │ │ │ │ ├── inherits@2.0.3 deduped
│ │ │ │ │ ├── isarray@1.0.0 deduped
│ │ │ │ │ ├── process-nextick-args@2.0.0 deduped
│ │ │ │ │ ├── safe-buffer@5.1.2 deduped
│ │ │ │ │ ├─┬ string_decoder@1.1.1
│ │ │ │ │ │ └── safe-buffer@5.1.2 deduped
│ │ │ │ │ └── util-deprecate@1.0.2 deduped
│ │ │ │ └── stream-shift@1.0.0
│ │ │ ├─┬ end-of-stream@1.4.1
│ │ │ │ └── once@1.4.0 deduped
│ │ │ ├─┬ flush-write-stream@1.1.1
│ │ │ │ ├── inherits@2.0.3 deduped
│ │ │ │ └─┬ readable-stream@2.3.6
│ │ │ │ ├── core-util-is@1.0.2 deduped
│ │ │ │ ├── inherits@2.0.3 deduped
│ │ │ │ ├── isarray@1.0.0 deduped
│ │ │ │ ├── process-nextick-args@2.0.0 deduped
│ │ │ │ ├── safe-buffer@5.1.2 deduped
│ │ │ │ ├─┬ string_decoder@1.1.1
│ │ │ │ │ └── safe-buffer@5.1.2 deduped
│ │ │ │ └── util-deprecate@1.0.2 deduped
│ │ │ ├─┬ from2@2.3.0
│ │ │ │ ├── inherits@2.0.3 deduped
│ │ │ │ └─┬ readable-stream@2.3.6
│ │ │ │ ├── core-util-is@1.0.2 deduped
│ │ │ │ ├── inherits@2.0.3 deduped
│ │ │ │ ├── isarray@1.0.0 deduped
│ │ │ │ ├── process-nextick-args@2.0.0 deduped
│ │ │ │ ├── safe-buffer@5.1.2 deduped
│ │ │ │ ├─┬ string_decoder@1.1.1
│ │ │ │ │ └── safe-buffer@5.1.2 deduped
│ │ │ │ └── util-deprecate@1.0.2 deduped
│ │ │ ├─┬ parallel-transform@1.1.0
│ │ │ │ ├── cyclist@0.2.2
│ │ │ │ ├── inherits@2.0.3 deduped
│ │ │ │ └─┬ readable-stream@2.3.6
│ │ │ │ ├── core-util-is@1.0.2 deduped
│ │ │ │ ├── inherits@2.0.3 deduped
│ │ │ │ ├── isarray@1.0.0 deduped
│ │ │ │ ├── process-nextick-args@2.0.0 deduped
│ │ │ │ ├── safe-buffer@5.1.2 deduped
│ │ │ │ ├─┬ string_decoder@1.1.1
│ │ │ │ │ └── safe-buffer@5.1.2 deduped
│ │ │ │ └── util-deprecate@1.0.2 deduped
│ │ │ ├─┬ pump@3.0.0
│ │ │ │ ├── end-of-stream@1.4.1 deduped
│ │ │ │ └── once@1.4.0 deduped
│ │ │ ├─┬ pumpify@1.5.1
│ │ │ │ ├── duplexify@3.7.1 deduped
│ │ │ │ ├── inherits@2.0.3 deduped
│ │ │ │ └─┬ pump@2.0.1
│ │ │ │ ├── end-of-stream@1.4.1 deduped
│ │ │ │ └── once@1.4.0 deduped
│ │ │ ├─┬ stream-each@1.2.3
│ │ │ │ ├── end-of-stream@1.4.1 deduped
│ │ │ │ └── stream-shift@1.0.0 deduped
│ │ │ └─┬ through2@2.0.5
│ │ │ ├─┬ readable-stream@2.3.6
│ │ │ │ ├── core-util-is@1.0.2 deduped
│ │ │ │ ├── inherits@2.0.3 deduped
│ │ │ │ ├── isarray@1.0.0 deduped
│ │ │ │ ├── process-nextick-args@2.0.0 deduped
│ │ │ │ ├── safe-buffer@5.1.2 deduped
│ │ │ │ ├─┬ string_decoder@1.1.1
│ │ │ │ │ └── safe-buffer@5.1.2 deduped
│ │ │ │ └── util-deprecate@1.0.2 deduped
│ │ │ └── xtend@4.0.1 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.1.15 deduped
│ │ │ │ ├── iferr@0.1.5 deduped
│ │ │ │ ├── imurmurhash@0.1.4 deduped
│ │ │ │ └─┬ readable-stream@2.3.6
│ │ │ │ ├── core-util-is@1.0.2 deduped
│ │ │ │ ├── inherits@2.0.3 deduped
│ │ │ │ ├── isarray@1.0.0 deduped
│ │ │ │ ├── process-nextick-args@2.0.0 deduped
│ │ │ │ ├── safe-buffer@5.1.2 deduped
│ │ │ │ ├─┬ string_decoder@1.1.1
│ │ │ │ │ └── safe-buffer@5.1.2 deduped
│ │ │ │ └── util-deprecate@1.0.2 deduped
│ │ │ ├── mkdirp@0.5.1 deduped
│ │ │ ├── rimraf@2.6.3 deduped
│ │ │ └─┬ run-queue@1.0.3
│ │ │ └── aproba@1.2.0 deduped
│ │ ├── promise-inflight@1.0.1
│ │ ├── rimraf@2.6.3 deduped
│ │ ├─┬ ssri@6.0.1
│ │ │ └── figgy-pudding@3.5.1 deduped
│ │ ├─┬ unique-filename@1.1.1
│ │ │ └─┬ unique-slug@2.0.1
│ │ │ └── imurmurhash@0.1.4 deduped
│ │ └── y18n@4.0.0
│ ├── find-cache-dir@2.1.0 deduped
│ ├── schema-utils@1.0.0 deduped
│ ├── serialize-javascript@1.6.1
│ ├── source-map@0.6.1
│ ├─┬ terser@3.17.0
│ │ ├── commander@2.19.0 deduped
│ │ ├── source-map@0.6.1
│ │ └─┬ source-map-support@0.5.11
│ │ ├── buffer-from@1.1.1
│ │ └── source-map@0.6.1 deduped
│ ├── webpack-sources@1.3.0 deduped
│ └─┬ worker-farm@1.6.0
│ └─┬ errno@0.1.7
│ └── prr@1.0.1
├─┬ url-loader@1.1.2
│ ├── loader-utils@1.2.3 deduped
│ ├── mime@2.4.0
│ └── schema-utils@1.0.0 deduped
├─┬ webpack@4.28.3
│ ├─┬ @webassemblyjs/ast@1.7.11
│ │ ├── @webassemblyjs/helper-module-context@1.7.11 deduped
│ │ ├── @webassemblyjs/helper-wasm-bytecode@1.7.11
│ │ └─┬ @webassemblyjs/wast-parser@1.7.11
│ │ ├── @webassemblyjs/ast@1.7.11 deduped
│ │ ├── @webassemblyjs/floating-point-hex-parser@1.7.11
│ │ ├── @webassemblyjs/helper-api-error@1.7.11 deduped
│ │ ├─┬ @webassemblyjs/helper-code-frame@1.7.11
│ │ │ └── @webassemblyjs/wast-printer@1.7.11 deduped
│ │ ├── @webassemblyjs/helper-fsm@1.7.11
│ │ └── @xtuc/long@4.2.1
│ ├── @webassemblyjs/helper-module-context@1.7.11
│ ├─┬ @webassemblyjs/wasm-edit@1.7.11
│ │ ├── @webassemblyjs/ast@1.7.11 deduped
│ │ ├── @webassemblyjs/helper-buffer@1.7.11
│ │ ├── @webassemblyjs/helper-wasm-bytecode@1.7.11 deduped
│ │ ├─┬ @webassemblyjs/helper-wasm-section@1.7.11
│ │ │ ├── @webassemblyjs/ast@1.7.11 deduped
│ │ │ ├── @webassemblyjs/helper-buffer@1.7.11 deduped
│ │ │ ├── @webassemblyjs/helper-wasm-bytecode@1.7.11 deduped
│ │ │ └── @webassemblyjs/wasm-gen@1.7.11 deduped
│ │ ├─┬ @webassemblyjs/wasm-gen@1.7.11
│ │ │ ├── @webassemblyjs/ast@1.7.11 deduped
│ │ │ ├── @webassemblyjs/helper-wasm-bytecode@1.7.11 deduped
│ │ │ ├── @webassemblyjs/ieee754@1.7.11 deduped
│ │ │ ├── @webassemblyjs/leb128@1.7.11 deduped
│ │ │ └── @webassemblyjs/utf8@1.7.11 deduped
│ │ ├─┬ @webassemblyjs/wasm-opt@1.7.11
│ │ │ ├── @webassemblyjs/ast@1.7.11 deduped
│ │ │ ├── @webassemblyjs/helper-buffer@1.7.11 deduped
│ │ │ ├── @webassemblyjs/wasm-gen@1.7.11 deduped
│ │ │ └── @webassemblyjs/wasm-parser@1.7.11 deduped
│ │ ├── @webassemblyjs/wasm-parser@1.7.11 deduped
│ │ └─┬ @webassemblyjs/wast-printer@1.7.11
│ │ ├── @webassemblyjs/ast@1.7.11 deduped
│ │ ├── @webassemblyjs/wast-parser@1.7.11 deduped
│ │ └── @xtuc/long@4.2.1 deduped
│ ├─┬ @webassemblyjs/wasm-parser@1.7.11
│ │ ├── @webassemblyjs/ast@1.7.11 deduped
│ │ ├── @webassemblyjs/helper-api-error@1.7.11
│ │ ├── @webassemblyjs/helper-wasm-bytecode@1.7.11 deduped
│ │ ├─┬ @webassemblyjs/ieee754@1.7.11
│ │ │ └── @xtuc/ieee754@1.2.0
│ │ ├─┬ @webassemblyjs/leb128@1.7.11
│ │ │ └── @xtuc/long@4.2.1 deduped
│ │ └── @webassemblyjs/utf8@1.7.11
│ ├── acorn@5.7.3
│ ├─┬ acorn-dynamic-import@3.0.0
│ │ └── acorn@5.7.3
│ ├── ajv@6.10.0 deduped
│ ├── ajv-keywords@3.4.0
│ ├─┬ chrome-trace-event@1.0.0
│ │ └── tslib@1.9.3
│ ├─┬ enhanced-resolve@4.1.0
│ │ ├── graceful-fs@4.1.15 deduped
│ │ ├── memory-fs@0.4.1 deduped
│ │ └── tapable@1.1.1 deduped
│ ├─┬ eslint-scope@4.0.3
│ │ ├── esrecurse@4.2.1 deduped
│ │ └── estraverse@4.2.0 deduped
│ ├── json-parse-better-errors@1.0.2
│ ├── loader-runner@2.4.0
│ ├── loader-utils@1.2.3 deduped
│ ├─┬ memory-fs@0.4.1
│ │ ├── errno@0.1.7 deduped
│ │ └─┬ readable-stream@2.3.6
│ │ ├── core-util-is@1.0.2
│ │ ├── inherits@2.0.3 deduped
│ │ ├── isarray@1.0.0 deduped
│ │ ├── process-nextick-args@2.0.0
│ │ ├── safe-buffer@5.1.2 deduped
│ │ ├─┬ string_decoder@1.1.1
│ │ │ └── safe-buffer@5.1.2 deduped
│ │ └── util-deprecate@1.0.2
│ ├─┬ micromatch@3.1.10
│ │ ├── arr-diff@4.0.0
│ │ ├── array-unique@0.3.2
│ │ ├─┬ braces@2.3.2
│ │ │ ├── arr-flatten@1.1.0
│ │ │ ├── array-unique@0.3.2 deduped
│ │ │ ├─┬ extend-shallow@2.0.1
│ │ │ │ └── is-extendable@0.1.1 deduped
│ │ │ ├─┬ fill-range@4.0.0
│ │ │ │ ├─┬ extend-shallow@2.0.1
│ │ │ │ │ └── is-extendable@0.1.1 deduped
│ │ │ │ ├─┬ is-number@3.0.0
│ │ │ │ │ └─┬ kind-of@3.2.2
│ │ │ │ │ └── is-buffer@1.1.6
│ │ │ │ ├── repeat-string@1.6.1
│ │ │ │ └─┬ to-regex-range@2.1.1
│ │ │ │ ├─┬ is-number@3.0.0
│ │ │ │ │ └── kind-of@3.2.2 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.2 deduped
│ │ │ │ │ ├─┬ is-data-descriptor@1.0.0
│ │ │ │ │ │ └── kind-of@6.0.2 deduped
│ │ │ │ │ └── kind-of@6.0.2
│ │ │ │ ├── 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.2 deduped
│ │ │ │ ├─┬ is-data-descriptor@1.0.0
│ │ │ │ │ └── kind-of@6.0.2 deduped
│ │ │ │ └── kind-of@6.0.2
│ │ │ └── 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.2 deduped
│ │ │ │ ├─┬ is-data-descriptor@1.0.0
│ │ │ │ │ └── kind-of@6.0.2 deduped
│ │ │ │ └── kind-of@6.0.2 deduped
│ │ │ ├─┬ expand-brackets@2.1.4
│ │ │ │ ├─┬ debug@2.6.9
│ │ │ │ │ └── ms@2.0.0
│ │ │ │ ├─┬ define-property@0.2.5
│ │ │ │ │ └─┬ is-descriptor@0.1.6
│ │ │ │ │ ├─┬ is-accessor-descriptor@0.1.6
│ │ │ │ │ │ └─┬ kind-of@3.2.2
│ │ │ │ │ │ └── is-buffer@1.1.6 deduped
│ │ │ │ │ ├─┬ is-data-descriptor@0.1.4
│ │ │ │ │ │ └─┬ kind-of@3.2.2
│ │ │ │ │ │ └── is-buffer@1.1.6 deduped
│ │ │ │ │ └── kind-of@5.1.0
│ │ │ │ ├─┬ extend-shallow@2.0.1
│ │ │ │ │ └── is-extendable@0.1.1 deduped
│ │ │ │ ├── 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.2
│ │ ├─┬ nanomatch@1.2.13
│ │ │ ├── arr-diff@4.0.0
│ │ │ ├── array-unique@0.3.2
│ │ │ ├── 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.2
│ │ │ ├── object.pick@1.3.0 deduped
│ │ │ ├── regex-not@1.0.2 deduped
│ │ │ ├── snapdragon@0.8.2 deduped
│ │ │ └── to-regex@3.0.2 deduped
│ │ ├─┬ object.pick@1.3.0
│ │ │ └── isobject@3.0.1 deduped
│ │ ├─┬ regex-not@1.0.2
│ │ │ ├── extend-shallow@3.0.2 deduped
│ │ │ └─┬ safe-regex@1.1.0
│ │ │ └── ret@0.1.15
│ │ ├─┬ snapdragon@0.8.2
│ │ │ ├─┬ base@0.11.2
│ │ │ │ ├─┬ cache-base@1.0.1
│ │ │ │ │ ├─┬ collection-visit@1.0.0
│ │ │ │ │ │ ├─┬ map-visit@1.0.0
│ │ │ │ │ │ │ └── object-visit@1.0.1 deduped
│ │ │ │ │ │ └─┬ object-visit@1.0.1
│ │ │ │ │ │ └── isobject@3.0.1 deduped
│ │ │ │ │ ├── component-emitter@1.2.1 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
│ │ │ │ │ │ │ │ └─┬ kind-of@3.2.2
│ │ │ │ │ │ │ │ └── is-buffer@1.1.6 deduped
│ │ │ │ │ │ │ └─┬ kind-of@4.0.0
│ │ │ │ │ │ │ └── is-buffer@1.1.6
│ │ │ │ │ │ └── isobject@3.0.1 deduped
│ │ │ │ │ ├── isobject@3.0.1 deduped
│ │ │ │ │ ├─┬ set-value@2.0.0
│ │ │ │ │ │ ├─┬ 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.0
│ │ │ │ │ │ ├── arr-union@3.1.0 deduped
│ │ │ │ │ │ ├── get-value@2.0.6 deduped
│ │ │ │ │ │ ├── is-extendable@0.1.1 deduped
│ │ │ │ │ │ └─┬ set-value@0.4.3
│ │ │ │ │ │ ├─┬ extend-shallow@2.0.1
│ │ │ │ │ │ │ └── is-extendable@0.1.1 deduped
│ │ │ │ │ │ ├── is-extendable@0.1.1 deduped
│ │ │ │ │ │ ├── is-plain-object@2.0.4 deduped
│ │ │ │ │ │ └── to-object-path@0.3.0 deduped
│ │ │ │ │ └─┬ unset-value@1.0.0
│ │ │ │ │ ├─┬ has-value@0.3.1
│ │ │ │ │ │ ├── get-value@2.0.6 deduped
│ │ │ │ │ │ ├── has-values@0.1.4
│ │ │ │ │ │ └─┬ isobject@2.1.0
│ │ │ │ │ │ └── isarray@1.0.0 deduped
│ │ │ │ │ └── isobject@3.0.1 deduped
│ │ │ │ ├─┬ class-utils@0.3.6
│ │ │ │ │ ├── arr-union@3.1.0 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.2.1
│ │ │ │ ├─┬ define-property@1.0.0
│ │ │ │ │ └─┬ is-descriptor@1.0.2
│ │ │ │ │ ├─┬ is-accessor-descriptor@1.0.0
│ │ │ │ │ │ └── kind-of@6.0.2 deduped
│ │ │ │ │ ├─┬ is-data-descriptor@1.0.0
│ │ │ │ │ │ └── kind-of@6.0.2 deduped
│ │ │ │ │ └── kind-of@6.0.2
│ │ │ │ ├── isobject@3.0.1 deduped
│ │ │ │ ├─┬ mixin-deep@1.3.1
│ │ │ │ │ ├── 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
│ │ │ ├─┬ 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.2
│ │ │ │ ├── atob@2.1.2
│ │ │ │ ├── decode-uri-component@0.2.0
│ │ │ │ ├── resolve-url@0.2.1
│ │ │ │ ├── source-map-url@0.4.0
│ │ │ │ └── urix@0.1.0
│ │ │ └── use@3.1.1
│ │ └─┬ to-regex@3.0.2
│ │ ├── define-property@2.0.2 deduped
│ │ ├── extend-shallow@3.0.2 deduped
│ │ ├── regex-not@1.0.2 deduped
│ │ └── safe-regex@1.1.0 deduped
│ ├── mkdirp@0.5.1 deduped
│ ├── neo-async@2.6.0 deduped
│ ├─┬ node-libs-browser@2.2.0
│ │ ├─┬ assert@1.4.1
│ │ │ └─┬ util@0.10.3
│ │ │ └── inherits@2.0.1
│ │ ├─┬ browserify-zlib@0.2.0
│ │ │ └── pako@1.0.10
│ │ ├─┬ buffer@4.9.1
│ │ │ ├── base64-js@1.3.0
│ │ │ ├── ieee754@1.1.12
│ │ │ └── isarray@1.0.0 deduped
│ │ ├─┬ console-browserify@1.1.0
│ │ │ └── date-now@0.1.4
│ │ ├── constants-browserify@1.0.0
│ │ ├─┬ crypto-browserify@3.12.0
│ │ │ ├─┬ browserify-cipher@1.0.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.3 deduped
│ │ │ │ │ └── safe-buffer@5.1.2 deduped
│ │ │ │ ├─┬ browserify-des@1.0.2
│ │ │ │ │ ├── cipher-base@1.0.4 deduped
│ │ │ │ │ ├─┬ des.js@1.0.0
│ │ │ │ │ │ ├── inherits@2.0.3 deduped
│ │ │ │ │ │ └── minimalistic-assert@1.0.1 deduped
│ │ │ │ │ ├── inherits@2.0.3 deduped
│ │ │ │ │ └── safe-buffer@5.1.2 deduped
│ │ │ │ └─┬ evp_bytestokey@1.0.3
│ │ │ │ ├── md5.js@1.3.5 deduped
│ │ │ │ └── safe-buffer@5.1.2 deduped
│ │ │ ├─┬ browserify-sign@4.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.4.1
│ │ │ │ │ ├── bn.js@4.11.8 deduped
│ │ │ │ │ ├── brorand@1.1.0
│ │ │ │ │ ├─┬ hash.js@1.1.7
│ │ │ │ │ │ ├── inherits@2.0.3 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.3 deduped
│ │ │ │ │ ├── minimalistic-assert@1.0.1 deduped
│ │ │ │ │ └── minimalistic-crypto-utils@1.0.1
│ │ │ │ ├── inherits@2.0.3 deduped
│ │ │ │ └─┬ parse-asn1@5.1.4
│ │ │ │ ├─┬ asn1.js@4.10.1
│ │ │ │ │ ├── bn.js@4.11.8 deduped
│ │ │ │ │ ├── inherits@2.0.3 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.1.2 deduped
│ │ │ ├─┬ create-ecdh@4.0.3
│ │ │ │ ├── bn.js@4.11.8 deduped
│ │ │ │ └── elliptic@6.4.1 deduped
│ │ │ ├─┬ create-hash@1.2.0
│ │ │ │ ├─┬ cipher-base@1.0.4
│ │ │ │ │ ├── inherits@2.0.3 deduped
│ │ │ │ │ └── safe-buffer@5.1.2 deduped
│ │ │ │ ├── inherits@2.0.3 deduped
│ │ │ │ ├─┬ md5.js@1.3.5
│ │ │ │ │ ├─┬ hash-base@3.0.4
│ │ │ │ │ │ ├── inherits@2.0.3 deduped
│ │ │ │ │ │ └── safe-buffer@5.1.2 deduped
│ │ │ │ │ ├── inherits@2.0.3 deduped
│ │ │ │ │ └── safe-buffer@5.1.2 deduped
│ │ │ │ ├─┬ ripemd160@2.0.2
│ │ │ │ │ ├── hash-base@3.0.4 deduped
│ │ │ │ │ └── inherits@2.0.3 deduped
│ │ │ │ └─┬ sha.js@2.4.11
│ │ │ │ ├── inherits@2.0.3 deduped
│ │ │ │ └── safe-buffer@5.1.2 deduped
│ │ │ ├─┬ create-hmac@1.1.7
│ │ │ │ ├── cipher-base@1.0.4 deduped
│ │ │ │ ├── create-hash@1.2.0 deduped
│ │ │ │ ├── inherits@2.0.3 deduped
│ │ │ │ ├── ripemd160@2.0.2 deduped
│ │ │ │ ├── safe-buffer@5.1.2 deduped
│ │ │ │ └── sha.js@2.4.11 deduped
│ │ │ ├─┬ diffie-hellman@5.0.3
│ │ │ │ ├── bn.js@4.11.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.3 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.1.2 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.4 deduped
│ │ │ │ ├── randombytes@2.1.0 deduped
│ │ │ │ └── safe-buffer@5.1.2 deduped
│ │ │ ├─┬ randombytes@2.1.0
│ │ │ │ └── safe-buffer@5.1.2 deduped
│ │ │ └─┬ randomfill@1.0.4
│ │ │ ├── randombytes@2.1.0 deduped
│ │ │ └── safe-buffer@5.1.2 deduped
│ │ ├── domain-browser@1.2.0
│ │ ├── events@3.0.0
│ │ ├── https-browserify@1.0.0
│ │ ├── os-browserify@0.3.0
│ │ ├── path-browserify@0.0.0
│ │ ├── process@0.11.10
│ │ ├── punycode@1.4.1
│ │ ├── querystring-es3@0.2.1
│ │ ├─┬ readable-stream@2.3.6
│ │ │ ├── core-util-is@1.0.2 deduped
│ │ │ ├── inherits@2.0.3 deduped
│ │ │ ├── isarray@1.0.0 deduped
│ │ │ ├── process-nextick-args@2.0.0 deduped
│ │ │ ├── safe-buffer@5.1.2 deduped
│ │ │ ├─┬ string_decoder@1.1.1
│ │ │ │ └── safe-buffer@5.1.2 deduped
│ │ │ └── util-deprecate@1.0.2 deduped
│ │ ├─┬ stream-browserify@2.0.2
│ │ │ ├── inherits@2.0.3 deduped
│ │ │ └─┬ readable-stream@2.3.6
│ │ │ ├── core-util-is@1.0.2 deduped
│ │ │ ├── inherits@2.0.3 deduped
│ │ │ ├── isarray@1.0.0 deduped
│ │ │ ├── process-nextick-args@2.0.0 deduped
│ │ │ ├── safe-buffer@5.1.2 deduped
│ │ │ ├─┬ string_decoder@1.1.1
│ │ │ │ └── safe-buffer@5.1.2 deduped
│ │ │ └── util-deprecate@1.0.2 deduped
│ │ ├─┬ stream-http@2.8.3
│ │ │ ├── builtin-status-codes@3.0.0
│ │ │ ├── inherits@2.0.3 deduped
│ │ │ ├─┬ readable-stream@2.3.6
│ │ │ │ ├── core-util-is@1.0.2 deduped
│ │ │ │ ├── inherits@2.0.3 deduped
│ │ │ │ ├── isarray@1.0.0 deduped
│ │ │ │ ├── process-nextick-args@2.0.0 deduped
│ │ │ │ ├── safe-buffer@5.1.2 deduped
│ │ │ │ ├─┬ string_decoder@1.1.1
│ │ │ │ │ └── safe-buffer@5.1.2 deduped
│ │ │ │ └── util-deprecate@1.0.2 deduped
│ │ │ ├── to-arraybuffer@1.0.1
│ │ │ └── xtend@4.0.1 deduped
│ │ ├─┬ string_decoder@1.2.0
│ │ │ └── safe-buffer@5.1.2 deduped
│ │ ├─┬ timers-browserify@2.0.10
│ │ │ └── setimmediate@1.0.5
│ │ ├── tty-browserify@0.0.0
│ │ ├── url@0.11.0 deduped
│ │ ├─┬ util@0.11.1
│ │ │ └── inherits@2.0.3 deduped
│ │ └─┬ vm-browserify@0.0.4
│ │ └── indexof@0.0.1
│ ├─┬ schema-utils@0.4.7
│ │ ├── ajv@6.10.0 deduped
│ │ └── ajv-keywords@3.4.0 deduped
│ ├── tapable@1.1.1 deduped
│ ├── terser-webpack-plugin@1.2.2 deduped
│ ├─┬ watchpack@1.6.0
│ │ ├── chokidar@2.1.2 deduped
│ │ ├── graceful-fs@4.1.15 deduped
│ │ └── neo-async@2.6.0 deduped
│ └── webpack-sources@1.3.0 deduped
├─┬ webpack-dev-server@3.1.14
│ ├── ansi-html@0.0.7
│ ├─┬ bonjour@3.5.0
│ │ ├── array-flatten@2.1.2
│ │ ├── deep-equal@1.0.1
│ │ ├── dns-equal@1.0.0
│ │ ├─┬ dns-txt@2.0.2
│ │ │ └── buffer-indexof@1.1.1
│ │ ├─┬ multicast-dns@6.2.3
│ │ │ ├─┬ dns-packet@1.3.1
│ │ │ │ ├── ip@1.1.5 deduped
│ │ │ │ └── safe-buffer@5.1.2 deduped
│ │ │ └── thunky@1.0.3
│ │ └── multicast-dns-service-types@1.1.0
│ ├─┬ chokidar@2.1.2
│ │ ├─┬ anymatch@2.0.0
│ │ │ ├─┬ micromatch@3.1.10
│ │ │ │ ├── arr-diff@4.0.0
│ │ │ │ ├── array-unique@0.3.2
│ │ │ │ ├─┬ braces@2.3.2
│ │ │ │ │ ├── arr-flatten@1.1.0 deduped
│ │ │ │ │ ├── array-unique@0.3.2 deduped
│ │ │ │ │ ├─┬ extend-shallow@2.0.1
│ │ │ │ │ │ └── is-extendable@0.1.1 deduped
│ │ │ │ │ ├─┬ fill-range@4.0.0
│ │ │ │ │ │ ├─┬ extend-shallow@2.0.1
│ │ │ │ │ │ │ └── is-extendable@0.1.1 deduped
│ │ │ │ │ │ ├─┬ is-number@3.0.0
│ │ │ │ │ │ │ └─┬ kind-of@3.2.2
│ │ │ │ │ │ │ └── is-buffer@1.1.6
│ │ │ │ │ │ ├── repeat-string@1.6.1 deduped
│ │ │ │ │ │ └── to-regex-range@2.1.1 deduped
│ │ │ │ │ ├── isobject@3.0.1 deduped
│ │ │ │ │ ├── repeat-element@1.1.3 deduped
│ │ │ │ │ ├── snapdragon@0.8.2 deduped
│ │ │ │ │ ├── snapdragon-node@2.1.1 deduped
│ │ │ │ │ ├── split-string@3.1.0 deduped
│ │ │ │ │ └── to-regex@3.0.2 deduped
│ │ │ │ ├── define-property@2.0.2 deduped
│ │ │ │ ├── extend-shallow@3.0.2 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.2 deduped
│ │ │ │ │ │ ├─┬ is-data-descriptor@1.0.0
│ │ │ │ │ │ │ └── kind-of@6.0.2 deduped
│ │ │ │ │ │ └── kind-of@6.0.2 deduped
│ │ │ │ │ ├─┬ expand-brackets@2.1.4
│ │ │ │ │ │ ├─┬ debug@2.6.9
│ │ │ │ │ │ │ └── ms@2.0.0
│ │ │ │ │ │ ├─┬ define-property@0.2.5
│ │ │ │ │ │ │ └─┬ is-descriptor@0.1.6
│ │ │ │ │ │ │ ├─┬ is-accessor-descriptor@0.1.6
│ │ │ │ │ │ │ │ └─┬ kind-of@3.2.2
│ │ │ │ │ │ │ │ └── is-buffer@1.1.6 deduped
│ │ │ │ │ │ │ ├─┬ is-data-descriptor@0.1.4
│ │ │ │ │ │ │ │ └─┬ kind-of@3.2.2
│ │ │ │ │ │ │ │ └── is-buffer@1.1.6 deduped
│ │ │ │ │ │ │ └── kind-of@5.1.0
│ │ │ │ │ │ ├─┬ extend-shallow@2.0.1
│ │ │ │ │ │ │ └── is-extendable@0.1.1 deduped
│ │ │ │ │ │ ├── posix-character-classes@0.1.1 deduped
│ │ │ │ │ │ ├── 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 deduped
│ │ │ │ ├── kind-of@6.0.2
│ │ │ │ ├── nanomatch@1.2.13 deduped
│ │ │ │ ├── object.pick@1.3.0 deduped
│ │ │ │ ├── regex-not@1.0.2 deduped
│ │ │ │ ├── snapdragon@0.8.2 deduped
│ │ │ │ └── to-regex@3.0.2 deduped
│ │ │ └── normalize-path@2.1.1 deduped
│ │ ├── async-each@1.0.2
│ │ ├─┬ braces@2.3.2
│ │ │ ├── arr-flatten@1.1.0 deduped
│ │ │ ├── array-unique@0.3.2
│ │ │ ├─┬ extend-shallow@2.0.1
│ │ │ │ └── is-extendable@0.1.1 deduped
│ │ │ ├─┬ fill-range@4.0.0
│ │ │ │ ├── extend-shallow@2.0.1 deduped
│ │ │ │ ├─┬ is-number@3.0.0
│ │ │ │ │ └── kind-of@3.2.2 deduped
│ │ │ │ ├── repeat-string@1.6.1 deduped
│ │ │ │ └── to-regex-range@2.1.1 deduped
│ │ │ ├── isobject@3.0.1 deduped
│ │ │ ├── repeat-element@1.1.3 deduped
│ │ │ ├── snapdragon@0.8.2 deduped
│ │ │ ├── snapdragon-node@2.1.1 deduped
│ │ │ ├── split-string@3.1.0 deduped
│ │ │ └── to-regex@3.0.2 deduped
│ │ ├─┬ fsevents@1.2.7
│ │ │ ├── nan@2.13.1 deduped
│ │ │ └─┬ node-pre-gyp@0.10.3
│ │ │ ├── detect-libc@1.0.3
│ │ │ ├─┬ mkdirp@0.5.1
│ │ │ │ └── minimist@0.0.8
│ │ │ ├─┬ needle@2.2.4
│ │ │ │ ├─┬ debug@2.6.9
│ │ │ │ │ └── ms@2.0.0
│ │ │ │ ├─┬ 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.2.0
│ │ │ │ ├─┬ ignore-walk@3.0.1
│ │ │ │ │ └─┬ minimatch@3.0.4
│ │ │ │ │ └─┬ brace-expansion@1.1.11
│ │ │ │ │ ├── balanced-match@1.0.0
│ │ │ │ │ └── concat-map@0.0.1
│ │ │ │ └── npm-bundled@1.0.5
│ │ │ ├─┬ 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.3 deduped
│ │ │ │ │ ├── isarray@1.0.0
│ │ │ │ │ ├── process-nextick-args@2.0.0
│ │ │ │ │ ├── safe-buffer@5.1.2 deduped
│ │ │ │ │ ├─┬ string_decoder@1.1.1
│ │ │ │ │ │ └── safe-buffer@5.1.2 deduped
│ │ │ │ │ └── util-deprecate@1.0.2
│ │ │ │ ├── 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.6.3
│ │ │ │ └─┬ glob@7.1.3
│ │ │ │ ├── fs.realpath@1.0.0
│ │ │ │ ├─┬ inflight@1.0.6
│ │ │ │ │ ├── once@1.4.0 deduped
│ │ │ │ │ └── wrappy@1.0.2
│ │ │ │ ├── inherits@2.0.3
│ │ │ │ ├── minimatch@3.0.4 deduped
│ │ │ │ ├─┬ once@1.4.0
│ │ │ │ │ └── wrappy@1.0.2 deduped
│ │ │ │ └── path-is-absolute@1.0.1
│ │ │ ├── semver@5.6.0
│ │ │ └─┬ tar@4.4.8
│ │ │ ├── chownr@1.1.1
│ │ │ ├─┬ fs-minipass@1.2.5
│ │ │ │ └── minipass@2.3.5 deduped
│ │ │ ├─┬ minipass@2.3.5
│ │ │ │ ├── safe-buffer@5.1.2 deduped
│ │ │ │ └── yallist@3.0.3 deduped
│ │ │ ├─┬ minizlib@1.2.1
│ │ │ │ └── minipass@2.3.5 deduped
│ │ │ ├── mkdirp@0.5.1 deduped
│ │ │ ├── safe-buffer@5.1.2
│ │ │ └── yallist@3.0.3
│ │ ├─┬ glob-parent@3.1.0
│ │ │ ├─┬ is-glob@3.1.0
│ │ │ │ └── is-extglob@2.1.1 deduped
│ │ │ └── path-dirname@1.0.2
│ │ ├── inherits@2.0.3 deduped
│ │ ├─┬ is-binary-path@1.0.1
│ │ │ └── binary-extensions@1.13.0
│ │ ├─┬ is-glob@4.0.0
│ │ │ └── is-extglob@2.1.1
│ │ ├── normalize-path@3.0.0
│ │ ├── path-is-absolute@1.0.1 deduped
│ │ ├─┬ readdirp@2.2.1
│ │ │ ├── graceful-fs@4.1.15 deduped
│ │ │ ├─┬ micromatch@3.1.10
│ │ │ │ ├── arr-diff@4.0.0
│ │ │ │ ├── array-unique@0.3.2
│ │ │ │ ├─┬ braces@2.3.2
│ │ │ │ │ ├── arr-flatten@1.1.0 deduped
│ │ │ │ │ ├── array-unique@0.3.2 deduped
│ │ │ │ │ ├─┬ extend-shallow@2.0.1
│ │ │ │ │ │ └── is-extendable@0.1.1 deduped
│ │ │ │ │ ├─┬ fill-range@4.0.0
│ │ │ │ │ │ ├─┬ extend-shallow@2.0.1
│ │ │ │ │ │ │ └── is-extendable@0.1.1 deduped
│ │ │ │ │ │ ├─┬ is-number@3.0.0
│ │ │ │ │ │ │ └─┬ kind-of@3.2.2
│ │ │ │ │ │ │ └── is-buffer@1.1.6
│ │ │ │ │ │ ├── repeat-string@1.6.1 deduped
│ │ │ │ │ │ └── to-regex-range@2.1.1 deduped
│ │ │ │ │ ├── isobject@3.0.1 deduped
│ │ │ │ │ ├── repeat-element@1.1.3 deduped
│ │ │ │ │ ├── snapdragon@0.8.2 deduped
│ │ │ │ │ ├── snapdragon-node@2.1.1 deduped
│ │ │ │ │ ├── split-string@3.1.0 deduped
│ │ │ │ │ └── to-regex@3.0.2 deduped
│ │ │ │ ├── define-property@2.0.2 deduped
│ │ │ │ ├── extend-shallow@3.0.2 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.2 deduped
│ │ │ │ │ │ ├─┬ is-data-descriptor@1.0.0
│ │ │ │ │ │ │ └── kind-of@6.0.2 deduped
│ │ │ │ │ │ └── kind-of@6.0.2 deduped
│ │ │ │ │ ├─┬ expand-brackets@2.1.4
│ │ │ │ │ │ ├─┬ debug@2.6.9
│ │ │ │ │ │ │ └── ms@2.0.0
│ │ │ │ │ │ ├─┬ define-property@0.2.5
│ │ │ │ │ │ │ └─┬ is-descriptor@0.1.6
│ │ │ │ │ │ │ ├─┬ is-accessor-descriptor@0.1.6
│ │ │ │ │ │ │ │ └─┬ kind-of@3.2.2
│ │ │ │ │ │ │ │ └── is-buffer@1.1.6 deduped
│ │ │ │ │ │ │ ├─┬ is-data-descriptor@0.1.4
│ │ │ │ │ │ │ │ └─┬ kind-of@3.2.2
│ │ │ │ │ │ │ │ └── is-buffer@1.1.6 deduped
│ │ │ │ │ │ │ └── kind-of@5.1.0
│ │ │ │ │ │ ├─┬ extend-shallow@2.0.1
│ │ │ │ │ │ │ └── is-extendable@0.1.1 deduped
│ │ │ │ │ │ ├── posix-character-classes@0.1.1 deduped
│ │ │ │ │ │ ├── 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 deduped
│ │ │ │ ├── kind-of@6.0.2
│ │ │ │ ├── nanomatch@1.2.13 deduped
│ │ │ │ ├── object.pick@1.3.0 deduped
│ │ │ │ ├── regex-not@1.0.2 deduped
│ │ │ │ ├── snapdragon@0.8.2 deduped
│ │ │ │ └── to-regex@3.0.2 deduped
│ │ │ └─┬ readable-stream@2.3.6
│ │ │ ├── core-util-is@1.0.2 deduped
│ │ │ ├── inherits@2.0.3 deduped
│ │ │ ├── isarray@1.0.0 deduped
│ │ │ ├── process-nextick-args@2.0.0 deduped
│ │ │ ├── safe-buffer@5.1.2 deduped
│ │ │ ├─┬ string_decoder@1.1.1
│ │ │ │ └── safe-buffer@5.1.2 deduped
│ │ │ └── util-deprecate@1.0.2 deduped
│ │ └── upath@1.1.2
│ ├─┬ compression@1.7.3
│ │ ├─┬ accepts@1.3.5
│ │ │ ├── mime-types@2.1.22 deduped
│ │ │ └── negotiator@0.6.1
│ │ ├── bytes@3.0.0
│ │ ├─┬ compressible@2.0.16
│ │ │ └── mime-db@1.38.0
│ │ ├─┬ debug@2.6.9
│ │ │ └── ms@2.0.0
│ │ ├── on-headers@1.0.2
│ │ ├── safe-buffer@5.1.2 deduped
│ │ └── vary@1.1.2
│ ├── connect-history-api-fallback@1.6.0
│ ├─┬ debug@3.2.6
│ │ └── ms@2.1.1 deduped
│ ├─┬ del@3.0.0
│ │ ├─┬ globby@6.1.0
│ │ │ ├── array-union@1.0.2 deduped
│ │ │ ├── glob@7.1.3 deduped
│ │ │ ├── object-assign@4.1.1 deduped
│ │ │ ├── pify@2.3.0
│ │ │ └─┬ pinkie-promise@2.0.1
│ │ │ └── pinkie@2.0.4
│ │ ├── is-path-cwd@1.0.0
│ │ ├─┬ is-path-in-cwd@1.0.1
│ │ │ └─┬ is-path-inside@1.0.1
│ │ │ └── path-is-inside@1.0.2 deduped
│ │ ├── p-map@1.2.0
│ │ ├── pify@3.0.0
│ │ └── rimraf@2.6.3 deduped
│ ├─┬ express@4.16.4
│ │ ├── accepts@1.3.5 deduped
│ │ ├── array-flatten@1.1.1
│ │ ├─┬ body-parser@1.18.3
│ │ │ ├── bytes@3.0.0 deduped
│ │ │ ├── content-type@1.0.4 deduped
│ │ │ ├─┬ debug@2.6.9
│ │ │ │ └── ms@2.0.0
│ │ │ ├── depd@1.1.2 deduped
│ │ │ ├── http-errors@1.6.3 deduped
│ │ │ ├─┬ iconv-lite@0.4.23
│ │ │ │ └── safer-buffer@2.1.2 deduped
│ │ │ ├── on-finished@2.3.0 deduped
│ │ │ ├── qs@6.5.2 deduped
│ │ │ ├─┬ raw-body@2.3.3
│ │ │ │ ├── bytes@3.0.0 deduped
│ │ │ │ ├── http-errors@1.6.3 deduped
│ │ │ │ ├─┬ iconv-lite@0.4.23
│ │ │ │ │ └── safer-buffer@2.1.2 deduped
│ │ │ │ └── unpipe@1.0.0 deduped
│ │ │ └── type-is@1.6.16 deduped
│ │ ├── content-disposition@0.5.2
│ │ ├── content-type@1.0.4
│ │ ├── cookie@0.3.1
│ │ ├── cookie-signature@1.0.6
│ │ ├─┬ debug@2.6.9
│ │ │ └── ms@2.0.0
│ │ ├── depd@1.1.2
│ │ ├── encodeurl@1.0.2
│ │ ├── escape-html@1.0.3
│ │ ├── etag@1.8.1
│ │ ├─┬ finalhandler@1.1.1
│ │ │ ├─┬ debug@2.6.9
│ │ │ │ └── ms@2.0.0
│ │ │ ├── encodeurl@1.0.2 deduped
│ │ │ ├── escape-html@1.0.3 deduped
│ │ │ ├── on-finished@2.3.0 deduped
│ │ │ ├── parseurl@1.3.2 deduped
│ │ │ ├── statuses@1.4.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.2
│ │ ├── path-to-regexp@0.1.7
│ │ ├─┬ proxy-addr@2.0.4
│ │ │ ├── forwarded@0.1.2
│ │ │ └── ipaddr.js@1.8.0 deduped
│ │ ├── qs@6.5.2
│ │ ├── range-parser@1.2.0
│ │ ├── safe-buffer@5.1.2 deduped
│ │ ├─┬ send@0.16.2
│ │ │ ├─┬ debug@2.6.9
│ │ │ │ └── ms@2.0.0 deduped
│ │ │ ├── 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.6.3 deduped
│ │ │ ├── mime@1.4.1
│ │ │ ├── ms@2.0.0
│ │ │ ├── on-finished@2.3.0 deduped
│ │ │ ├── range-parser@1.2.0 deduped
│ │ │ └── statuses@1.4.0 deduped
│ │ ├─┬ serve-static@1.13.2
│ │ │ ├── encodeurl@1.0.2 deduped
│ │ │ ├── escape-html@1.0.3 deduped
│ │ │ ├── parseurl@1.3.2 deduped
│ │ │ └── send@0.16.2 deduped
│ │ ├── setprototypeof@1.1.0
│ │ ├── statuses@1.4.0
│ │ ├─┬ type-is@1.6.16
│ │ │ ├── media-typer@0.3.0
│ │ │ └── mime-types@2.1.22 deduped
│ │ ├── utils-merge@1.0.1
│ │ └── vary@1.1.2 deduped
│ ├── html-entities@1.2.1
│ ├─┬ http-proxy-middleware@0.18.0
│ │ ├─┬ http-proxy@1.17.0
│ │ │ ├── eventemitter3@3.1.0
│ │ │ ├─┬ follow-redirects@1.7.0
│ │ │ │ └─┬ debug@3.2.6
│ │ │ │ └── ms@2.1.1 deduped
│ │ │ └── requires-port@1.0.0 deduped
│ │ ├─┬ is-glob@4.0.0
│ │ │ └── is-extglob@2.1.1
│ │ ├── lodash@4.17.11 deduped
│ │ └─┬ micromatch@3.1.10
│ │ ├── arr-diff@4.0.0
│ │ ├── array-unique@0.3.2
│ │ ├─┬ braces@2.3.2
│ │ │ ├── arr-flatten@1.1.0 deduped
│ │ │ ├── array-unique@0.3.2 deduped
│ │ │ ├─┬ extend-shallow@2.0.1
│ │ │ │ └── is-extendable@0.1.1 deduped
│ │ │ ├─┬ fill-range@4.0.0
│ │ │ │ ├─┬ extend-shallow@2.0.1
│ │ │ │ │ └── is-extendable@0.1.1 deduped
│ │ │ │ ├─┬ is-number@3.0.0
│ │ │ │ │ └─┬ kind-of@3.2.2
│ │ │ │ │ └── is-buffer@1.1.6
│ │ │ │ ├── repeat-string@1.6.1 deduped
│ │ │ │ └── to-regex-range@2.1.1 deduped
│ │ │ ├── isobject@3.0.1 deduped
│ │ │ ├── repeat-element@1.1.3 deduped
│ │ │ ├── snapdragon@0.8.2 deduped
│ │ │ ├── snapdragon-node@2.1.1 deduped
│ │ │ ├── split-string@3.1.0 deduped
│ │ │ └── to-regex@3.0.2 deduped
│ │ ├── define-property@2.0.2 deduped
│ │ ├── extend-shallow@3.0.2 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.2 deduped
│ │ │ │ ├─┬ is-data-descriptor@1.0.0
│ │ │ │ │ └── kind-of@6.0.2 deduped
│ │ │ │ └── kind-of@6.0.2 deduped
│ │ │ ├─┬ expand-brackets@2.1.4
│ │ │ │ ├─┬ debug@2.6.9
│ │ │ │ │ └── ms@2.0.0
│ │ │ │ ├─┬ define-property@0.2.5
│ │ │ │ │ └─┬ is-descriptor@0.1.6
│ │ │ │ │ ├─┬ is-accessor-descriptor@0.1.6
│ │ │ │ │ │ └─┬ kind-of@3.2.2
│ │ │ │ │ │ └── is-buffer@1.1.6 deduped
│ │ │ │ │ ├─┬ is-data-descriptor@0.1.4
│ │ │ │ │ │ └─┬ kind-of@3.2.2
│ │ │ │ │ │ └── is-buffer@1.1.6 deduped
│ │ │ │ │ └── kind-of@5.1.0
│ │ │ │ ├─┬ extend-shallow@2.0.1
│ │ │ │ │ └── is-extendable@0.1.1 deduped
│ │ │ │ ├── posix-character-classes@0.1.1 deduped
│ │ │ │ ├── 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 deduped
│ │ ├── kind-of@6.0.2
│ │ ├── nanomatch@1.2.13 deduped
│ │ ├── object.pick@1.3.0 deduped
│ │ ├── regex-not@1.0.2 deduped
│ │ ├── snapdragon@0.8.2 deduped
│ │ └── to-regex@3.0.2 deduped
│ ├─┬ import-local@2.0.0
│ │ ├── pkg-dir@3.0.0 deduped
│ │ └── resolve-cwd@2.0.0 deduped
│ ├─┬ internal-ip@3.0.1
│ │ ├─┬ default-gateway@2.7.2
│ │ │ ├─┬ execa@0.10.0
│ │ │ │ ├── cross-spawn@6.0.5 deduped
│ │ │ │ ├── get-stream@3.0.0
│ │ │ │ ├── is-stream@1.1.0
│ │ │ │ ├─┬ npm-run-path@2.0.2
│ │ │ │ │ └── path-key@2.0.1 deduped
│ │ │ │ ├── p-finally@1.0.0
│ │ │ │ ├── signal-exit@3.0.2 deduped
│ │ │ │ └── strip-eof@1.0.0
│ │ │ └── ip-regex@2.1.0
│ │ └── ipaddr.js@1.8.0
│ ├── ip@1.1.5
│ ├── killable@1.0.1
│ ├── loglevel@1.6.1
│ ├── opn@5.4.0 deduped
│ ├─┬ portfinder@1.0.20
│ │ ├── async@1.5.2
│ │ ├─┬ debug@2.6.9
│ │ │ └── ms@2.0.0
│ │ └── mkdirp@0.5.1 deduped
│ ├── schema-utils@1.0.0 deduped
│ ├─┬ selfsigned@1.10.4
│ │ └── node-forge@0.7.5
│ ├── semver@5.6.0 deduped
│ ├─┬ serve-index@1.9.1
│ │ ├── accepts@1.3.5 deduped
│ │ ├── batch@0.6.1
│ │ ├─┬ debug@2.6.9
│ │ │ └── ms@2.0.0
│ │ ├── escape-html@1.0.3 deduped
│ │ ├─┬ http-errors@1.6.3
│ │ │ ├── depd@1.1.2 deduped
│ │ │ ├── inherits@2.0.3 deduped
│ │ │ ├── setprototypeof@1.1.0 deduped
│ │ │ └── statuses@1.4.0 deduped
│ │ ├─┬ mime-types@2.1.22
│ │ │ └── mime-db@1.38.0 deduped
│ │ └── parseurl@1.3.2 deduped
│ ├─┬ sockjs@0.3.19
│ │ ├─┬ faye-websocket@0.10.0
│ │ │ └── websocket-driver@0.7.0 deduped
│ │ └── uuid@3.3.2
│ ├── sockjs-client@1.3.0 deduped
│ ├─┬ spdy@4.0.0
│ │ ├── debug@4.1.1 deduped
│ │ ├── handle-thing@2.0.0
│ │ ├── http-deceiver@1.2.7
│ │ ├── select-hose@2.0.0
│ │ └─┬ spdy-transport@3.0.0
│ │ ├── debug@4.1.1 deduped
│ │ ├── detect-node@2.0.4
│ │ ├─┬ hpack.js@2.1.6
│ │ │ ├── inherits@2.0.3 deduped
│ │ │ ├── obuf@1.1.2 deduped
│ │ │ ├─┬ readable-stream@2.3.6
│ │ │ │ ├── core-util-is@1.0.2 deduped
│ │ │ │ ├── inherits@2.0.3 deduped
│ │ │ │ ├── isarray@1.0.0 deduped
│ │ │ │ ├── process-nextick-args@2.0.0 deduped
│ │ │ │ ├── safe-buffer@5.1.2 deduped
│ │ │ │ ├─┬ string_decoder@1.1.1
│ │ │ │ │ └── safe-buffer@5.1.2 deduped
│ │ │ │ └── util-deprecate@1.0.2 deduped
│ │ │ └── wbuf@1.7.3 deduped
│ │ ├── obuf@1.1.2
│ │ ├─┬ readable-stream@3.2.0
│ │ │ ├── inherits@2.0.3 deduped
│ │ │ ├── string_decoder@1.2.0 deduped
│ │ │ └── util-deprecate@1.0.2 deduped
│ │ └─┬ wbuf@1.7.3
│ │ └── minimalistic-assert@1.0.1
│ ├─┬ strip-ansi@3.0.1
│ │ └── ansi-regex@2.1.1
│ ├─┬ supports-color@5.5.0
│ │ └── has-flag@3.0.0
│ ├─┬ url@0.11.0
│ │ ├── punycode@1.3.2
│ │ └── querystring@0.2.0
│ ├─┬ webpack-dev-middleware@3.4.0
│ │ ├── memory-fs@0.4.1 deduped
│ │ ├── mime@2.4.0 deduped
│ │ ├── range-parser@1.2.0 deduped
│ │ └── webpack-log@2.0.0 deduped
│ ├─┬ webpack-log@2.0.0
│ │ ├── ansi-colors@3.2.4
│ │ └── uuid@3.3.2 deduped
│ └─┬ yargs@12.0.2
│ ├─┬ 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
│ │ │ ├── code-point-at@1.1.0
│ │ │ ├─┬ is-fullwidth-code-point@1.0.0
│ │ │ │ └── number-is-nan@1.0.1
│ │ │ └── strip-ansi@3.0.1 deduped
│ │ └── strip-ansi@3.0.1 deduped
│ ├─┬ decamelize@2.0.0
│ │ └── xregexp@4.0.0
│ ├─┬ find-up@3.0.0
│ │ └─┬ locate-path@3.0.0
│ │ ├─┬ p-locate@3.0.0
│ │ │ └─┬ p-limit@2.2.0
│ │ │ └── p-try@2.0.0
│ │ └── path-exists@3.0.0 deduped
│ ├── get-caller-file@1.0.3
│ ├─┬ os-locale@3.1.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 deduped
│ │ │ ├── p-finally@1.0.0 deduped
│ │ │ ├── signal-exit@3.0.2 deduped
│ │ │ └── strip-eof@1.0.0 deduped
│ │ ├─┬ lcid@2.0.0
│ │ │ └── invert-kv@2.0.0
│ │ └─┬ mem@4.2.0
│ │ ├─┬ map-age-cleaner@0.1.3
│ │ │ └── p-defer@1.0.0
│ │ ├── mimic-fn@2.0.0
│ │ └── p-is-promise@2.0.0
│ ├── require-directory@2.1.1
│ ├── require-main-filename@1.0.1
│ ├── set-blocking@2.0.0
│ ├── string-width@2.1.1 deduped
│ ├── which-module@2.0.0
│ ├── y18n@3.2.1
│ └─┬ yargs-parser@10.1.0
│ └── camelcase@4.1.0
├─┬ webpack-manifest-plugin@2.0.4
│ ├── fs-extra@7.0.1 deduped
│ ├── lodash@4.17.11 deduped
│ └── tapable@1.1.1 deduped
└─┬ workbox-webpack-plugin@3.6.3
├─┬ babel-runtime@6.26.0
│ ├── core-js@2.6.5
│ └── regenerator-runtime@0.11.1
├─┬ json-stable-stringify@1.0.1
│ └── jsonify@0.0.0 deduped
└─┬ workbox-build@3.6.3
├── babel-runtime@6.26.0 deduped
├── common-tags@1.8.0
├─┬ fs-extra@4.0.3
│ ├── graceful-fs@4.1.15 deduped
│ ├── jsonfile@4.0.0 deduped
│ └── universalify@0.1.2 deduped
├── glob@7.1.3 deduped
├─┬ joi@11.4.0
│ ├── hoek@4.2.1
│ ├─┬ isemail@3.2.0
│ │ └── punycode@2.1.1 deduped
│ └─┬ topo@2.0.2
│ └── hoek@4.2.1 deduped
├── lodash.template@4.4.0 deduped
├── pretty-bytes@4.0.2
├─┬ stringify-object@3.3.0
│ ├── get-own-enumerable-property-symbols@3.0.0
│ ├── is-obj@1.0.1
│ └── is-regexp@1.0.0
├─┬ strip-comments@1.0.2
│ ├─┬ babel-extract-comments@1.0.0
│ │ └── babylon@6.18.0 deduped
│ └─┬ babel-plugin-transform-object-rest-spread@6.26.0
│ ├── babel-plugin-syntax-object-rest-spread@6.13.0 deduped
│ └── babel-runtime@6.26.0 deduped
├─┬ workbox-background-sync@3.6.3
│ └── workbox-core@3.6.3 deduped
├─┬ workbox-broadcast-cache-update@3.6.3
│ └── workbox-core@3.6.3 deduped
├─┬ workbox-cache-expiration@3.6.3
│ └── workbox-core@3.6.3 deduped
├─┬ workbox-cacheable-response@3.6.3
│ └── workbox-core@3.6.3 deduped
├── workbox-core@3.6.3
├─┬ workbox-google-analytics@3.6.3
│ ├── workbox-background-sync@3.6.3 deduped
│ ├── workbox-core@3.6.3 deduped
│ ├── workbox-routing@3.6.3 deduped
│ └── workbox-strategies@3.6.3 deduped
├─┬ workbox-navigation-preload@3.6.3
│ └── workbox-core@3.6.3 deduped
├─┬ workbox-precaching@3.6.3
│ └── workbox-core@3.6.3 deduped
├─┬ workbox-range-requests@3.6.3
│ └── workbox-core@3.6.3 deduped
├─┬ workbox-routing@3.6.3
│ └── workbox-core@3.6.3 deduped
├─┬ workbox-strategies@3.6.3
│ └── workbox-core@3.6.3 deduped
├─┬ workbox-streams@3.6.3
│ └── workbox-core@3.6.3 deduped
└── workbox-sw@3.6.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment