cube-js / cube

📊 Cube — The Semantic Layer for Building Data Applications
https://cube.dev
Other
17.71k stars 1.75k forks source link

Error: Cannot find module '/package.json' #1353

Closed Somraz closed 3 years ago

Somraz commented 3 years ago

Dashboard app unable to start, displaying error message.

After starting the Cube.js development server $ npm run dev

Navigate to "Dashboard App,” select "React Antd Static" with "Chart.js," and click on the “Create dashboard app” button. It throws following error(due to space in directory name):

So I ran the following commands on command prompt to create dashboard app:

npm install -g create-react-app    
create-react-app my-app 

Then navigate to "Dashboard App,” hit the “Start” button, the dashboard page shows following error: image

The console displays following:

Starting the development server...

Compiled with warnings.

../node_modules/@oclif/plugin-help/lib/util.js
Critical dependency: require function is used in a way in which dependencies cannot be statically extracted

../node_modules/@oclif/config/lib/plugin.js
Critical dependency: require function is used in a way in which dependencies cannot be statically extracted

../node_modules/@oclif/config/lib/ts-node.js
Critical dependency: require function is used in a way in which dependencies cannot be statically extracted

../node_modules/@oclif/command/lib/index.js
Critical dependency: the request of a dependency is an expression

../node_modules/@cubejs-backend/server-core/core/index.js
Critical dependency: the request of a dependency is an expression

../node_modules/@cubejs-backend/server-core/dev/AppContainer.js
Critical dependency: the request of a dependency is an expression

../node_modules/@cubejs-backend/schema-compiler/compiler/DataSchemaCompiler.js
Critical dependency: the request of a dependency is an expression

../node_modules/@oclif/plugin-help/lib/util.js
Critical dependency: the request of a dependency is an expression

../node_modules/@oclif/plugin-help/lib/util.js
Critical dependency: the request of a dependency is an expression

../node_modules/@oclif/config/lib/plugin.js
Critical dependency: the request of a dependency is an expression

../node_modules/@oclif/config/lib/plugin.js
Critical dependency: the request of a dependency is an expression

../node_modules/@oclif/config/lib/plugin.js
Critical dependency: the request of a dependency is an expression

../node_modules/@oclif/config/lib/plugin.js
Critical dependency: the request of a dependency is an expression

../node_modules/@oclif/config/lib/config.js
Critical dependency: the request of a dependency is an expression

../node_modules/@oclif/config/lib/config.js
Critical dependency: the request of a dependency is an expression

../node_modules/@oclif/config/lib/ts-node.js
Critical dependency: the request of a dependency is an expression

../node_modules/express/lib/view.js
Critical dependency: the request of a dependency is an expression

../node_modules/@oclif/command/lib/command.js
Module not found: Can't resolve 'cli-ux' in 'C:\Users\Public\real-time-dashboard\node_modules\@oclif\command\lib'

../node_modules/@oclif/config/lib/index.js
Module not found: Can't resolve 'fs-extra-debug' in 'C:\Users\Public\real-time-dashboard\node_modules\@oclif\config\lib'

../node_modules/@oclif/config/lib/ts-node.js
Module not found: Can't resolve 'typescript' in 'C:\Users\Public\real-time-dashboard\node_modules\@oclif\config\lib'

Search for the keywords to learn more about each warning.
To ignore, add // eslint-disable-next-line to the line before.
ovr commented 3 years ago

Hello @Somraz,

Can you share output from npm list | grep webpack?

Somraz commented 3 years ago

I am using windows, it does not have grep command. Earlier as I mentioned, I was unable to create template Dashboard App with React, AntD, and Chart.js as on clicking "Create app" button it throws npx error(due to space in my directory name).

I executed the following commands instead to create dashboard-app: npm install -g create-react-app
create-react-app dashboard-app

Could this be the issue?

Somraz commented 3 years ago

npm list has following output:

Output ``` dashboard-app@0.1.0 C:\Users\Public\real-time-dashboard\dashboard-app +-- @cubejs-client/ws-transport@0.23.8 | +-- @babel/runtime@7.12.5 | | `-- regenerator-runtime@0.13.7 | +-- @types/ws@7.4.0 | | `-- @types/node@14.14.7 | +-- core-js@3.7.0 | +-- isomorphic-ws@4.0.1 | `-- ws@7.4.0 +-- @testing-library/jest-dom@5.11.5 | +-- @babel/runtime@7.12.5 deduped | +-- @types/testing-library__jest-dom@5.9.5 | | `-- @types/jest@26.0.15 | | +-- jest-diff@26.6.2 | | | +-- chalk@4.1.0 | | | | +-- ansi-styles@4.3.0 | | | | | `-- color-convert@2.0.1 | | | | | `-- color-name@1.1.4 | | | | `-- supports-color@7.2.0 | | | | `-- has-flag@4.0.0 | | | +-- diff-sequences@26.6.2 | | | +-- `jest-get-type@26.3.0` deduped | | | `-- pretty-format@26.6.2 deduped | | `-- pretty-format@26.6.2 deduped | +-- aria-query@4.2.2 | | +-- @babel/runtime@7.12.5 deduped | | `-- @babel/runtime-corejs3@7.12.5 | | +-- core-js-pure@3.7.0 | | `-- regenerator-runtime@0.13.7 deduped | +-- chalk@3.0.0 | | +-- ansi-styles@4.3.0 | | | `-- color-convert@2.0.1 | | | `-- color-name@1.1.4 | | `-- supports-color@7.2.0 | | `-- has-flag@4.0.0 | +-- css@3.0.0 | | +-- inherits@2.0.4 | | +-- source-map@0.6.1 | | `-- source-map-resolve@0.6.0 | | +-- atob@2.1.2 | | `-- decode-uri-component@0.2.0 | +-- css.escape@1.5.1 | +-- lodash@4.17.20 | `-- redent@3.0.0 | +-- indent-string@4.0.0 | `-- strip-indent@3.0.0 | `-- min-indent@1.0.1 +-- @testing-library/react@11.1.2 | +-- @babel/runtime@7.12.5 deduped | `-- @testing-library/dom@7.26.6 | +-- @babel/code-frame@7.10.4 | | `-- @babel/highlight@7.10.4 | | +-- @babel/helper-validator-identifier@7.10.4 deduped | | +-- chalk@2.4.2 deduped | | `-- js-tokens@4.0.0 deduped | +-- @babel/runtime@7.12.5 deduped | +-- @types/aria-query@4.2.0 | +-- aria-query@4.2.2 deduped | +-- chalk@4.1.0 | | +-- ansi-styles@4.3.0 | | | `-- color-convert@2.0.1 | | | `-- color-name@1.1.4 | | `-- supports-color@7.2.0 | | `-- has-flag@4.0.0 | +-- dom-accessibility-api@0.5.4 | +-- lz-string@1.4.4 | `-- pretty-format@26.6.2 | +-- @jest/types@26.6.2 deduped | +-- ansi-regex@5.0.0 | +-- ansi-styles@4.3.0 | | `-- color-convert@2.0.1 | | `-- color-name@1.1.4 | `-- react-is@17.0.1 +-- @testing-library/user-event@12.2.2 | `-- @babel/runtime@7.12.5 deduped +-- react@17.0.1 | +-- loose-envify@1.4.0 | | `-- js-tokens@4.0.0 | `-- object-assign@4.1.1 +-- react-dom@17.0.1 | +-- loose-envify@1.4.0 deduped | +-- object-assign@4.1.1 deduped | `-- scheduler@0.20.1 | +-- loose-envify@1.4.0 deduped | `-- object-assign@4.1.1 deduped +-- react-scripts@4.0.0 | +-- @babel/core@7.12.3 | | +-- @babel/code-frame@7.10.4 deduped | | +-- @babel/generator@7.12.5 | | | +-- @babel/types@7.12.6 deduped | | | +-- jsesc@2.5.2 | | | `-- source-map@0.5.7 deduped | | +-- @babel/helper-module-transforms@7.12.1 | | | +-- @babel/helper-module-imports@7.12.5 | | | | `-- @babel/types@7.12.6 deduped | | | +-- @babel/helper-replace-supers@7.12.5 | | | | +-- @babel/helper-member-expression-to-functions@7.12.1 | | | | | `-- @babel/types@7.12.6 deduped | | | | +-- @babel/helper-optimise-call-expression@7.10.4 | | | | | `-- @babel/types@7.12.6 deduped | | | | +-- @babel/traverse@7.12.5 deduped | | | | `-- @babel/types@7.12.6 deduped | | | +-- @babel/helper-simple-access@7.12.1 | | | | `-- @babel/types@7.12.6 deduped | | | +-- @babel/helper-split-export-declaration@7.11.0 | | | | `-- @babel/types@7.12.6 deduped | | | +-- @babel/helper-validator-identifier@7.10.4 | | | +-- @babel/template@7.10.4 deduped | | | +-- @babel/traverse@7.12.5 deduped | | | +-- @babel/types@7.12.6 deduped | | | `-- lodash@4.17.20 deduped | | +-- @babel/helpers@7.12.5 | | | +-- @babel/template@7.10.4 deduped | | | +-- @babel/traverse@7.12.5 deduped | | | `-- @babel/types@7.12.6 deduped | | +-- @babel/parser@7.12.5 | | +-- @babel/template@7.10.4 | | | +-- @babel/code-frame@7.10.4 deduped | | | +-- @babel/parser@7.12.5 deduped | | | `-- @babel/types@7.12.6 deduped | | +-- @babel/traverse@7.12.5 | | | +-- @babel/code-frame@7.10.4 deduped | | | +-- @babel/generator@7.12.5 deduped | | | +-- @babel/helper-function-name@7.10.4 | | | | +-- @babel/helper-get-function-arity@7.10.4 | | | | | `-- @babel/types@7.12.6 deduped | | | | +-- @babel/template@7.10.4 deduped | | | | `-- @babel/types@7.12.6 deduped | | | +-- @babel/helper-split-export-declaration@7.11.0 deduped | | | +-- @babel/parser@7.12.5 deduped | | | +-- @babel/types@7.12.6 deduped | | | +-- debug@4.2.0 deduped | | | +-- globals@11.12.0 | | | `-- lodash@4.17.20 deduped | | +-- @babel/types@7.12.6 | | | +-- @babel/helper-validator-identifier@7.10.4 deduped | | | +-- lodash@4.17.20 deduped | | | `-- to-fast-properties@2.0.0 | | +-- convert-source-map@1.7.0 | | | `-- safe-buffer@5.1.2 | | +-- debug@4.2.0 | | | `-- ms@2.1.2 | | +-- gensync@1.0.0-beta.2 | | +-- json5@2.1.3 | | | `-- minimist@1.2.5 | | +-- lodash@4.17.20 deduped | | +-- resolve@1.18.1 deduped | | +-- semver@5.7.1 | | `-- source-map@0.5.7 | +-- @pmmmwh/react-refresh-webpack-plugin@0.4.2 | | +-- ansi-html@0.0.7 | | +-- error-stack-parser@2.0.6 | | | `-- stackframe@1.2.0 | | +-- html-entities@1.3.1 | | +-- native-url@0.2.6 | | | `-- querystring@0.2.0 | | +-- schema-utils@2.7.1 | | | +-- @types/json-schema@7.0.6 | | | +-- ajv@6.12.6 deduped | | | `-- ajv-keywords@3.5.2 deduped | | `-- source-map@0.7.3 | +-- @svgr/webpack@5.4.0 | | +-- @babel/core@7.12.3 deduped | | +-- @babel/plugin-transform-react-constant-elements@7.12.1 | | | `-- @babel/helper-plugin-utils@7.10.4 | | +-- @babel/preset-env@7.12.1 | | | +-- @babel/compat-data@7.12.5 | | | +-- @babel/helper-compilation-targets@7.12.5 | | | | +-- @babel/compat-data@7.12.5 deduped | | | | +-- @babel/helper-validator-option@7.12.1 deduped | | | | +-- browserslist@4.14.7 deduped | | | | `-- semver@5.7.1 | | | +-- @babel/helper-module-imports@7.12.5 deduped | | | +-- @babel/helper-plugin-utils@7.10.4 deduped | | | +-- @babel/helper-validator-option@7.12.1 | | | +-- @babel/plugin-proposal-async-generator-functions@7.12.1 | | | | +-- @babel/helper-plugin-utils@7.10.4 deduped | | | | +-- @babel/helper-remap-async-to-generator@7.12.1 | | | | | +-- @babel/helper-annotate-as-pure@7.10.4 deduped | | | | | +-- @babel/helper-wrap-function@7.12.3 | | | | | | +-- @babel/helper-function-name@7.10.4 deduped | | | | | | +-- @babel/template@7.10.4 deduped | | | | | | +-- @babel/traverse@7.12.5 deduped | | | | | | `-- @babel/types@7.12.6 deduped | | | | | `-- @babel/types@7.12.6 deduped | | | | `-- @babel/plugin-syntax-async-generators@7.8.4 deduped | | | +-- @babel/plugin-proposal-class-properties@7.12.1 deduped | | | +-- @babel/plugin-proposal-dynamic-import@7.12.1 | | | | +-- @babel/helper-plugin-utils@7.10.4 deduped | | | | `-- @babel/plugin-syntax-dynamic-import@7.8.3 deduped | | | +-- @babel/plugin-proposal-export-namespace-from@7.12.1 | | | | +-- @babel/helper-plugin-utils@7.10.4 deduped | | | | `-- @babel/plugin-syntax-export-namespace-from@7.8.3 deduped | | | +-- @babel/plugin-proposal-json-strings@7.12.1 | | | | +-- @babel/helper-plugin-utils@7.10.4 deduped | | | | `-- @babel/plugin-syntax-json-strings@7.8.3 deduped | | | +-- @babel/plugin-proposal-logical-assignment-operators@7.12.1 | | | | +-- @babel/helper-plugin-utils@7.10.4 deduped | | | | `-- @babel/plugin-syntax-logical-assignment-operators@7.10.4 deduped | | | +-- @babel/plugin-proposal-nullish-coalescing-operator@7.12.1 deduped | | | +-- @babel/plugin-proposal-numeric-separator@7.12.5 | | | | +-- @babel/helper-plugin-utils@7.10.4 deduped | | | | `-- @babel/plugin-syntax-numeric-separator@7.10.4 deduped | | | +-- @babel/plugin-proposal-object-rest-spread@7.12.1 | | | | +-- @babel/helper-plugin-utils@7.10.4 deduped | | | | +-- @babel/plugin-syntax-object-rest-spread@7.8.3 deduped | | | | `-- @babel/plugin-transform-parameters@7.12.1 deduped | | | +-- @babel/plugin-proposal-optional-catch-binding@7.12.1 | | | | +-- @babel/helper-plugin-utils@7.10.4 deduped | | | | `-- @babel/plugin-syntax-optional-catch-binding@7.8.3 deduped | | | +-- @babel/plugin-proposal-optional-chaining@7.12.1 deduped | | | +-- @babel/plugin-proposal-private-methods@7.12.1 | | | | +-- @babel/helper-create-class-features-plugin@7.12.1 deduped | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped | | | +-- @babel/plugin-proposal-unicode-property-regex@7.12.1 | | | | +-- @babel/helper-create-regexp-features-plugin@7.12.1 | | | | | +-- @babel/helper-annotate-as-pure@7.10.4 deduped | | | | | +-- @babel/helper-regex@7.10.5 deduped | | | | | `-- regexpu-core@4.7.1 | | | | | +-- regenerate@1.4.2 | | | | | +-- regenerate-unicode-properties@8.2.0 | | | | | | `-- regenerate@1.4.2 deduped | | | | | +-- regjsgen@0.5.2 | | | | | +-- regjsparser@0.6.4 | | | | | | `-- jsesc@0.5.0 | | | | | +-- unicode-match-property-ecmascript@1.0.4 | | | | | | +-- unicode-canonical-property-names-ecmascript@1.0.4 | | | | | | `-- unicode-property-aliases-ecmascript@1.1.0 | | | | | `-- unicode-match-property-value-ecmascript@1.2.0 | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped | | | +-- @babel/plugin-syntax-async-generators@7.8.4 | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped | | | +-- @babel/plugin-syntax-class-properties@7.12.1 | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped | | | +-- @babel/plugin-syntax-dynamic-import@7.8.3 | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped | | | +-- @babel/plugin-syntax-export-namespace-from@7.8.3 | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped | | | +-- @babel/plugin-syntax-json-strings@7.8.3 | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped | | | +-- @babel/plugin-syntax-logical-assignment-operators@7.10.4 | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped | | | +-- @babel/plugin-syntax-nullish-coalescing-operator@7.8.3 | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped | | | +-- @babel/plugin-syntax-numeric-separator@7.10.4 | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped | | | +-- @babel/plugin-syntax-object-rest-spread@7.8.3 | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped | | | +-- @babel/plugin-syntax-optional-catch-binding@7.8.3 | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped | | | +-- @babel/plugin-syntax-optional-chaining@7.8.3 | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped | | | +-- @babel/plugin-syntax-top-level-await@7.12.1 | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped | | | +-- @babel/plugin-transform-arrow-functions@7.12.1 | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped | | | +-- @babel/plugin-transform-async-to-generator@7.12.1 | | | | +-- @babel/helper-module-imports@7.12.5 deduped | | | | +-- @babel/helper-plugin-utils@7.10.4 deduped | | | | `-- @babel/helper-remap-async-to-generator@7.12.1 deduped | | | +-- @babel/plugin-transform-block-scoped-functions@7.12.1 | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped | | | +-- @babel/plugin-transform-block-scoping@7.12.1 | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped | | | +-- @babel/plugin-transform-classes@7.12.1 | | | | +-- @babel/helper-annotate-as-pure@7.10.4 | | | | | `-- @babel/types@7.12.6 deduped | | | | +-- @babel/helper-define-map@7.10.5 | | | | | +-- @babel/helper-function-name@7.10.4 deduped | | | | | +-- @babel/types@7.12.6 deduped | | | | | `-- lodash@4.17.20 deduped | | | | +-- @babel/helper-function-name@7.10.4 deduped | | | | +-- @babel/helper-optimise-call-expression@7.10.4 deduped | | | | +-- @babel/helper-plugin-utils@7.10.4 deduped | | | | +-- @babel/helper-replace-supers@7.12.5 deduped | | | | +-- @babel/helper-split-export-declaration@7.11.0 deduped | | | | `-- globals@11.12.0 deduped | | | +-- @babel/plugin-transform-computed-properties@7.12.1 | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped | | | +-- @babel/plugin-transform-destructuring@7.12.1 | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped | | | +-- @babel/plugin-transform-dotall-regex@7.12.1 | | | | +-- @babel/helper-create-regexp-features-plugin@7.12.1 deduped | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped | | | +-- @babel/plugin-transform-duplicate-keys@7.12.1 | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped | | | +-- @babel/plugin-transform-exponentiation-operator@7.12.1 | | | | +-- @babel/helper-builder-binary-assignment-operator-visitor@7.10.4 | | | | | +-- @babel/helper-explode-assignable-expression@7.12.1 | | | | | | `-- @babel/types@7.12.6 deduped | | | | | `-- @babel/types@7.12.6 deduped | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped | | | +-- @babel/plugin-transform-for-of@7.12.1 | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped | | | +-- @babel/plugin-transform-function-name@7.12.1 | | | | +-- @babel/helper-function-name@7.10.4 deduped | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped | | | +-- @babel/plugin-transform-literals@7.12.1 | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped | | | +-- @babel/plugin-transform-member-expression-literals@7.12.1 | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped | | | +-- @babel/plugin-transform-modules-amd@7.12.1 | | | | +-- @babel/helper-module-transforms@7.12.1 deduped | | | | +-- @babel/helper-plugin-utils@7.10.4 deduped | | | | `-- babel-plugin-dynamic-import-node@2.3.3 | | | | `-- object.assign@4.1.2 deduped | | | +-- @babel/plugin-transform-modules-commonjs@7.12.1 | | | | +-- @babel/helper-module-transforms@7.12.1 deduped | | | | +-- @babel/helper-plugin-utils@7.10.4 deduped | | | | +-- @babel/helper-simple-access@7.12.1 deduped | | | | `-- babel-plugin-dynamic-import-node@2.3.3 deduped | | | +-- @babel/plugin-transform-modules-systemjs@7.12.1 | | | | +-- @babel/helper-hoist-variables@7.10.4 | | | | | `-- @babel/types@7.12.6 deduped | | | | +-- @babel/helper-module-transforms@7.12.1 deduped | | | | +-- @babel/helper-plugin-utils@7.10.4 deduped | | | | +-- @babel/helper-validator-identifier@7.10.4 deduped | | | | `-- babel-plugin-dynamic-import-node@2.3.3 deduped | | | +-- @babel/plugin-transform-modules-umd@7.12.1 | | | | +-- @babel/helper-module-transforms@7.12.1 deduped | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped | | | +-- @babel/plugin-transform-named-capturing-groups-regex@7.12.1 | | | | `-- @babel/helper-create-regexp-features-plugin@7.12.1 deduped | | | +-- @babel/plugin-transform-new-target@7.12.1 | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped | | | +-- @babel/plugin-transform-object-super@7.12.1 | | | | +-- @babel/helper-plugin-utils@7.10.4 deduped | | | | `-- @babel/helper-replace-supers@7.12.5 deduped | | | +-- @babel/plugin-transform-parameters@7.12.1 | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped | | | +-- @babel/plugin-transform-property-literals@7.12.1 | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped | | | +-- @babel/plugin-transform-regenerator@7.12.1 | | | | `-- regenerator-transform@0.14.5 | | | | `-- @babel/runtime@7.12.5 deduped | | | +-- @babel/plugin-transform-reserved-words@7.12.1 | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped | | | +-- @babel/plugin-transform-shorthand-properties@7.12.1 | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped | | | +-- @babel/plugin-transform-spread@7.12.1 | | | | +-- @babel/helper-plugin-utils@7.10.4 deduped | | | | `-- @babel/helper-skip-transparent-expression-wrappers@7.12.1 deduped | | | +-- @babel/plugin-transform-sticky-regex@7.12.1 | | | | +-- @babel/helper-plugin-utils@7.10.4 deduped | | | | `-- @babel/helper-regex@7.10.5 | | | | `-- lodash@4.17.20 deduped | | | +-- @babel/plugin-transform-template-literals@7.12.1 | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped | | | +-- @babel/plugin-transform-typeof-symbol@7.12.1 | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped | | | +-- @babel/plugin-transform-unicode-escapes@7.12.1 | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped | | | +-- @babel/plugin-transform-unicode-regex@7.12.1 | | | | +-- @babel/helper-create-regexp-features-plugin@7.12.1 deduped | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped | | | +-- @babel/preset-modules@0.1.4 | | | | +-- @babel/helper-plugin-utils@7.10.4 deduped | | | | +-- @babel/plugin-proposal-unicode-property-regex@7.12.1 deduped | | | | +-- @babel/plugin-transform-dotall-regex@7.12.1 deduped | | | | +-- @babel/types@7.12.6 deduped | | | | `-- esutils@2.0.3 deduped | | | +-- @babel/types@7.12.6 deduped | | | +-- core-js-compat@3.7.0 | | | | +-- browserslist@4.14.7 deduped | | | | `-- semver@7.0.0 | | | `-- semver@5.7.1 | | +-- @babel/preset-react@7.12.5 | | | +-- @babel/helper-plugin-utils@7.10.4 deduped | | | +-- @babel/plugin-transform-react-display-name@7.12.1 deduped | | | +-- @babel/plugin-transform-react-jsx@7.12.5 | | | | +-- @babel/helper-builder-react-jsx@7.10.4 | | | | | +-- @babel/helper-annotate-as-pure@7.10.4 deduped | | | | | `-- @babel/types@7.12.6 deduped | | | | +-- @babel/helper-builder-react-jsx-experimental@7.12.4 | | | | | +-- @babel/helper-annotate-as-pure@7.10.4 deduped | | | | | +-- @babel/helper-module-imports@7.12.5 deduped | | | | | `-- @babel/types@7.12.6 deduped | | | | +-- @babel/helper-plugin-utils@7.10.4 deduped | | | | `-- @babel/plugin-syntax-jsx@7.12.1 | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped | | | +-- @babel/plugin-transform-react-jsx-development@7.12.5 | | | | +-- @babel/helper-builder-react-jsx-experimental@7.12.4 deduped | | | | +-- @babel/helper-plugin-utils@7.10.4 deduped | | | | `-- @babel/plugin-syntax-jsx@7.12.1 deduped | | | +-- @babel/plugin-transform-react-jsx-self@7.12.1 | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped | | | +-- @babel/plugin-transform-react-jsx-source@7.12.1 | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped | | | `-- @babel/plugin-transform-react-pure-annotations@7.12.1 | | | +-- @babel/helper-annotate-as-pure@7.10.4 deduped | | | `-- @babel/helper-plugin-utils@7.10.4 deduped | | +-- @svgr/core@5.4.0 | | | +-- @svgr/plugin-jsx@5.4.0 deduped | | | +-- camelcase@6.2.0 deduped | | | `-- cosmiconfig@6.0.0 | | | +-- @types/parse-json@4.0.0 | | | +-- import-fresh@3.2.2 deduped | | | +-- parse-json@5.1.0 | | | | +-- @babel/code-frame@7.10.4 deduped | | | | +-- error-ex@1.3.2 | | | | | `-- is-arrayish@0.2.1 | | | | +-- json-parse-even-better-errors@2.3.1 | | | | `-- lines-and-columns@1.1.6 | | | +-- path-type@4.0.0 | | | `-- yaml@1.10.0 | | +-- @svgr/plugin-jsx@5.4.0 | | | +-- @babel/core@7.12.3 deduped | | | +-- @svgr/babel-preset@5.4.0 | | | | +-- @svgr/babel-plugin-add-jsx-attribute@5.4.0 | | | | +-- @svgr/babel-plugin-remove-jsx-attribute@5.4.0 | | | | +-- @svgr/babel-plugin-remove-jsx-empty-expression@5.0.1 | | | | +-- @svgr/babel-plugin-replace-jsx-attribute-value@5.0.1 | | | | +-- @svgr/babel-plugin-svg-dynamic-title@5.4.0 | | | | +-- @svgr/babel-plugin-svg-em-dimensions@5.4.0 | | | | +-- @svgr/babel-plugin-transform-react-native-svg@5.4.0 | | | | `-- @svgr/babel-plugin-transform-svg-component@5.4.0 | | | +-- @svgr/hast-util-to-babel-ast@5.4.0 | | | | `-- @babel/types@7.12.6 deduped | | | `-- svg-parser@2.0.4 | | +-- @svgr/plugin-svgo@5.4.0 | | | +-- cosmiconfig@6.0.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 | | | | | +-- is-plain-object@2.0.4 deduped | | | | | +-- kind-of@3.2.2 deduped | | | | | +-- lazy-cache@1.0.4 | | | | | `-- shallow-clone@0.1.2 | | | | | +-- is-extendable@0.1.1 deduped | | | | | +-- kind-of@2.0.1 | | | | | | `-- is-buffer@1.1.6 deduped | | | | | +-- lazy-cache@0.2.7 | | | | | `-- mixin-object@2.0.1 | | | | | +-- for-in@0.1.8 | | | | | `-- is-extendable@0.1.1 deduped | | | | `-- kind-of@3.2.2 | | | | `-- is-buffer@1.1.6 | | | `-- svgo@1.3.2 | | | +-- chalk@2.4.2 deduped | | | +-- coa@2.0.2 | | | | +-- @types/q@1.5.4 | | | | +-- chalk@2.4.2 deduped | | | | `-- q@1.5.1 | | | +-- css-select@2.1.0 | | | | +-- boolbase@1.0.0 | | | | +-- css-what@3.4.2 | | | | +-- domutils@1.7.0 | | | | | +-- dom-serializer@0.2.2 | | | | | | +-- domelementtype@2.0.2 | | | | | | `-- entities@2.1.0 | | | | | `-- 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.37 | | | | +-- mdn-data@2.0.4 | | | | `-- source-map@0.6.1 | | | +-- csso@4.1.0 | | | | `-- css-tree@1.0.0 | | | | +-- mdn-data@2.0.12 | | | | `-- source-map@0.6.1 | | | +-- js-yaml@3.14.0 deduped | | | +-- mkdirp@0.5.5 deduped | | | +-- object.values@1.1.1 deduped | | | +-- sax@1.2.4 | | | +-- stable@0.1.8 | | | +-- unquote@1.1.1 | | | `-- util.promisify@1.0.1 | | | +-- define-properties@1.1.3 deduped | | | +-- es-abstract@1.17.7 deduped | | | +-- has-symbols@1.0.1 deduped | | | `-- object.getownpropertydescriptors@2.1.0 deduped | | `-- loader-utils@2.0.0 | | +-- big.js@5.2.2 | | +-- emojis-list@3.0.0 | | `-- json5@2.1.3 deduped | +-- @typescript-eslint/eslint-plugin@4.7.0 | | +-- @typescript-eslint/experimental-utils@4.7.0 | | | +-- @types/json-schema@7.0.6 deduped | | | +-- @typescript-eslint/scope-manager@4.7.0 deduped | | | +-- @typescript-eslint/types@4.7.0 deduped | | | +-- @typescript-eslint/typescript-estree@4.7.0 deduped | | | +-- eslint-scope@5.1.1 deduped | | | `-- eslint-utils@2.1.0 deduped | | +-- @typescript-eslint/scope-manager@4.7.0 | | | +-- @typescript-eslint/types@4.7.0 deduped | | | `-- @typescript-eslint/visitor-keys@4.7.0 | | | +-- @typescript-eslint/types@4.7.0 deduped | | | `-- eslint-visitor-keys@2.0.0 deduped | | +-- debug@4.2.0 deduped | | +-- functional-red-black-tree@1.0.1 | | +-- regexpp@3.1.0 | | +-- semver@7.3.2 deduped | | +-- tsutils@3.17.1 | | | `-- tslib@1.14.1 | | `-- UNMET PEER DEPENDENCY typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta | +-- @typescript-eslint/parser@4.7.0 | | +-- @typescript-eslint/scope-manager@4.7.0 deduped | | +-- @typescript-eslint/types@4.7.0 | | +-- @typescript-eslint/typescript-estree@4.7.0 | | | +-- @typescript-eslint/types@4.7.0 deduped | | | +-- @typescript-eslint/visitor-keys@4.7.0 deduped | | | +-- debug@4.2.0 deduped | | | +-- globby@11.0.1 deduped | | | +-- is-glob@4.0.1 deduped | | | +-- lodash@4.17.20 deduped | | | +-- semver@7.3.2 deduped | | | +-- tsutils@3.17.1 deduped | | | `-- UNMET PEER DEPENDENCY typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta | | `-- debug@4.2.0 deduped | +-- babel-eslint@10.1.0 | | +-- @babel/code-frame@7.10.4 deduped | | +-- @babel/parser@7.12.5 deduped | | +-- @babel/traverse@7.12.5 deduped | | +-- @babel/types@7.12.6 deduped | | +-- eslint-visitor-keys@1.3.0 | | `-- resolve@1.18.1 deduped | +-- babel-jest@26.6.3 | | +-- @jest/transform@26.6.2 | | | +-- @babel/core@7.12.3 deduped | | | +-- @jest/types@26.6.2 deduped | | | +-- babel-plugin-istanbul@6.0.0 deduped | | | +-- chalk@4.1.0 | | | | +-- ansi-styles@4.3.0 | | | | | `-- color-convert@2.0.1 | | | | | `-- color-name@1.1.4 | | | | `-- supports-color@7.2.0 | | | | `-- has-flag@4.0.0 | | | +-- convert-source-map@1.7.0 deduped | | | +-- fast-json-stable-stringify@2.1.0 deduped | | | +-- graceful-fs@4.2.4 deduped | | | +-- jest-haste-map@26.6.2 | | | | +-- @jest/types@26.6.2 deduped | | | | +-- @types/graceful-fs@4.1.4 | | | | | `-- @types/node@14.14.7 deduped | | | | +-- @types/node@14.14.7 deduped | | | | +-- anymatch@3.1.1 | | | | | +-- normalize-path@3.0.0 deduped | | | | | `-- picomatch@2.2.2 deduped | | | | +-- fb-watchman@2.0.1 | | | | | `-- bser@2.1.1 | | | | | `-- node-int64@0.4.0 | | | | +-- UNMET OPTIONAL DEPENDENCY fsevents@2.2.1 | | | | +-- graceful-fs@4.2.4 deduped | | | | +-- jest-regex-util@26.0.0 deduped | | | | +-- jest-serializer@26.6.2 | | | | | +-- @types/node@14.14.7 deduped | | | | | `-- graceful-fs@4.2.4 deduped | | | | +-- jest-util@26.6.2 deduped | | | | +-- jest-worker@26.6.2 deduped | | | | +-- micromatch@4.0.2 deduped | | | | +-- sane@4.1.0 | | | | | +-- @cnakazawa/watch@1.0.4 | | | | | | +-- exec-sh@0.3.4 deduped | | | | | | `-- minimist@1.2.5 deduped | | | | | +-- anymatch@2.0.0 | | | | | | +-- micromatch@3.1.10 deduped | | | | | | `-- normalize-path@2.1.1 | | | | | | `-- remove-trailing-separator@1.1.0 deduped | | | | | +-- capture-exit@2.0.0 | | | | | | `-- rsvp@4.8.5 | | | | | +-- exec-sh@0.3.4 | | | | | +-- execa@1.0.0 deduped | | | | | +-- fb-watchman@2.0.1 deduped | | | | | +-- micromatch@3.1.10 | | | | | | +-- arr-diff@4.0.0 deduped | | | | | | +-- array-unique@0.3.2 deduped | | | | | | +-- 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 deduped | | | | | | | | +-- repeat-string@1.6.1 deduped | | | | | | | | `-- to-regex-range@2.1.1 | | | | | | | | +-- is-number@3.0.0 deduped | | | | | | | | `-- repeat-string@1.6.1 deduped | | | | | | | +-- isobject@3.0.1 deduped | | | | | | | +-- repeat-element@1.1.3 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 deduped | | | | | | +-- fragment-cache@0.2.1 deduped | | | | | | +-- kind-of@6.0.3 | | | | | | +-- 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.5 deduped | | | | | `-- walker@1.0.7 deduped | | | | `-- walker@1.0.7 | | | | `-- makeerror@1.0.11 | | | | `-- tmpl@1.0.4 | | | +-- jest-regex-util@26.0.0 deduped | | | +-- jest-util@26.6.2 deduped | | | +-- micromatch@4.0.2 deduped | | | +-- pirates@4.0.1 | | | | `-- node-modules-regexp@1.0.0 | | | +-- slash@3.0.0 deduped | | | +-- source-map@0.6.1 | | | `-- write-file-atomic@3.0.3 | | | +-- imurmurhash@0.1.4 deduped | | | +-- is-typedarray@1.0.0 | | | +-- signal-exit@3.0.3 | | | `-- typedarray-to-buffer@3.1.5 | | | `-- is-typedarray@1.0.0 deduped | | +-- @jest/types@26.6.2 | | | +-- @types/istanbul-lib-coverage@2.0.3 | | | +-- @types/istanbul-reports@3.0.0 | | | | `-- @types/istanbul-lib-report@3.0.0 | | | | `-- @types/istanbul-lib-coverage@2.0.3 deduped | | | +-- @types/node@14.14.7 deduped | | | +-- @types/yargs@15.0.9 | | | | `-- @types/yargs-parser@15.0.0 | | | `-- chalk@4.1.0 | | | +-- ansi-styles@4.3.0 | | | | `-- color-convert@2.0.1 | | | | `-- color-name@1.1.4 | | | `-- supports-color@7.2.0 | | | `-- has-flag@4.0.0 | | +-- @types/babel__core@7.1.12 | | | +-- @babel/parser@7.12.5 deduped | | | +-- @babel/types@7.12.6 deduped | | | +-- @types/babel__generator@7.6.2 | | | | `-- @babel/types@7.12.6 deduped | | | +-- @types/babel__template@7.0.3 | | | | +-- @babel/parser@7.12.5 deduped | | | | `-- @babel/types@7.12.6 deduped | | | `-- @types/babel__traverse@7.0.15 deduped | | +-- babel-plugin-istanbul@6.0.0 | | | +-- @babel/helper-plugin-utils@7.10.4 deduped | | | +-- @istanbuljs/load-nyc-config@1.1.0 | | | | +-- camelcase@5.3.1 | | | | +-- find-up@4.1.0 deduped | | | | +-- get-package-type@0.1.0 | | | | +-- js-yaml@3.14.0 deduped | | | | `-- resolve-from@5.0.0 | | | +-- @istanbuljs/schema@0.1.2 | | | +-- istanbul-lib-instrument@4.0.3 | | | | +-- @babel/core@7.12.3 deduped | | | | +-- @istanbuljs/schema@0.1.2 deduped | | | | +-- istanbul-lib-coverage@3.0.0 | | | | `-- semver@6.3.0 | | | `-- test-exclude@6.0.0 | | | +-- @istanbuljs/schema@0.1.2 deduped | | | +-- glob@7.1.6 deduped | | | `-- minimatch@3.0.4 deduped | | +-- babel-preset-jest@26.6.2 | | | +-- babel-plugin-jest-hoist@26.6.2 | | | | +-- @babel/template@7.10.4 deduped | | | | +-- @babel/types@7.12.6 deduped | | | | +-- @types/babel__core@7.1.12 deduped | | | | `-- @types/babel__traverse@7.0.15 deduped | | | `-- babel-preset-current-node-syntax@1.0.0 | | | +-- @babel/plugin-syntax-async-generators@7.8.4 deduped | | | +-- @babel/plugin-syntax-bigint@7.8.3 | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped | | | +-- @babel/plugin-syntax-class-properties@7.12.1 deduped | | | +-- @babel/plugin-syntax-import-meta@7.10.4 | | | | `-- @babel/helper-plugin-utils@7.10.4 deduped | | | +-- @babel/plugin-syntax-json-strings@7.8.3 deduped | | | +-- @babel/plugin-syntax-logical-assignment-operators@7.10.4 deduped | | | +-- @babel/plugin-syntax-nullish-coalescing-operator@7.8.3 deduped | | | +-- @babel/plugin-syntax-numeric-separator@7.10.4 deduped | | | +-- @babel/plugin-syntax-object-rest-spread@7.8.3 deduped | | | +-- @babel/plugin-syntax-optional-catch-binding@7.8.3 deduped | | | +-- @babel/plugin-syntax-optional-chaining@7.8.3 deduped | | | `-- @babel/plugin-syntax-top-level-await@7.12.1 deduped | | +-- chalk@4.1.0 | | | +-- ansi-styles@4.3.0 | | | | `-- color-convert@2.0.1 | | | | `-- color-name@1.1.4 | | | `-- supports-color@7.2.0 | | | `-- has-flag@4.0.0 | | +-- graceful-fs@4.2.4 | | `-- slash@3.0.0 | +-- babel-loader@8.1.0 | | +-- find-cache-dir@2.1.0 | | | +-- commondir@1.0.1 | | | +-- make-dir@2.1.0 | | | | +-- pify@4.0.1 deduped | | | | `-- semver@5.7.1 | | | `-- pkg-dir@3.0.0 | | | `-- find-up@3.0.0 | | | `-- locate-path@3.0.0 | | | +-- p-locate@3.0.0 | | | | `-- p-limit@2.3.0 deduped | | | `-- path-exists@3.0.0 | | +-- loader-utils@1.4.0 | | | +-- big.js@5.2.2 deduped | | | +-- emojis-list@3.0.0 deduped | | | `-- json5@1.0.1 | | | `-- minimist@1.2.5 deduped | | +-- mkdirp@0.5.5 | | | `-- minimist@1.2.5 deduped | | +-- pify@4.0.1 | | `-- schema-utils@2.7.1 deduped | +-- babel-plugin-named-asset-import@0.3.7 | +-- babel-preset-react-app@10.0.0 | | +-- @babel/core@7.12.3 deduped | | +-- @babel/plugin-proposal-class-properties@7.12.1 | | | +-- @babel/helper-create-class-features-plugin@7.12.1 | | | | +-- @babel/helper-function-name@7.10.4 deduped | | | | +-- @babel/helper-member-expression-to-functions@7.12.1 deduped | | | | +-- @babel/helper-optimise-call-expression@7.10.4 deduped | | | | +-- @babel/helper-replace-supers@7.12.5 deduped | | | | `-- @babel/helper-split-export-declaration@7.11.0 deduped | | | `-- @babel/helper-plugin-utils@7.10.4 deduped | | +-- @babel/plugin-proposal-decorators@7.12.1 | | | +-- @babel/helper-create-class-features-plugin@7.12.1 deduped | | | +-- @babel/helper-plugin-utils@7.10.4 deduped | | | `-- @babel/plugin-syntax-decorators@7.12.1 | | | `-- @babel/helper-plugin-utils@7.10.4 deduped | | +-- @babel/plugin-proposal-nullish-coalescing-operator@7.12.1 | | | +-- @babel/helper-plugin-utils@7.10.4 deduped | | | `-- @babel/plugin-syntax-nullish-coalescing-operator@7.8.3 deduped | | +-- @babel/plugin-proposal-numeric-separator@7.12.1 | | | +-- @babel/helper-plugin-utils@7.10.4 deduped | | | `-- @babel/plugin-syntax-numeric-separator@7.10.4 deduped | | +-- @babel/plugin-proposal-optional-chaining@7.12.1 | | | +-- @babel/helper-plugin-utils@7.10.4 deduped | | | +-- @babel/helper-skip-transparent-expression-wrappers@7.12.1 | | | | `-- @babel/types@7.12.6 deduped | | | `-- @babel/plugin-syntax-optional-chaining@7.8.3 deduped | | +-- @babel/plugin-transform-flow-strip-types@7.12.1 | | | +-- @babel/helper-plugin-utils@7.10.4 deduped | | | `-- @babel/plugin-syntax-flow@7.12.1 | | | `-- @babel/helper-plugin-utils@7.10.4 deduped | | +-- @babel/plugin-transform-react-display-name@7.12.1 | | | `-- @babel/helper-plugin-utils@7.10.4 deduped | | +-- @babel/plugin-transform-runtime@7.12.1 | | | +-- @babel/helper-module-imports@7.12.5 deduped | | | +-- @babel/helper-plugin-utils@7.10.4 deduped | | | +-- resolve@1.18.1 deduped | | | `-- semver@5.7.1 | | +-- @babel/preset-env@7.12.1 deduped | | +-- @babel/preset-react@7.12.1 | | | +-- @babel/helper-plugin-utils@7.10.4 deduped | | | +-- @babel/plugin-transform-react-display-name@7.12.1 deduped | | | +-- @babel/plugin-transform-react-jsx@7.12.5 deduped | | | +-- @babel/plugin-transform-react-jsx-development@7.12.5 deduped | | | +-- @babel/plugin-transform-react-jsx-self@7.12.1 deduped | | | +-- @babel/plugin-transform-react-jsx-source@7.12.1 deduped | | | `-- @babel/plugin-transform-react-pure-annotations@7.12.1 deduped | | +-- @babel/preset-typescript@7.12.1 | | | +-- @babel/helper-plugin-utils@7.10.4 deduped | | | `-- @babel/plugin-transform-typescript@7.12.1 | | | +-- @babel/helper-create-class-features-plugin@7.12.1 deduped | | | +-- @babel/helper-plugin-utils@7.10.4 deduped | | | `-- @babel/plugin-syntax-typescript@7.12.1 | | | `-- @babel/helper-plugin-utils@7.10.4 deduped | | +-- @babel/runtime@7.12.1 | | | `-- regenerator-runtime@0.13.7 deduped | | +-- babel-plugin-macros@2.8.0 | | | +-- @babel/runtime@7.12.5 deduped | | | +-- cosmiconfig@6.0.0 deduped | | | `-- resolve@1.18.1 deduped | | `-- babel-plugin-transform-react-remove-prop-types@0.4.24 | +-- bfj@7.0.2 | | +-- bluebird@3.7.2 | | +-- check-types@11.1.2 | | +-- hoopy@0.1.4 | | `-- tryer@1.0.1 | +-- camelcase@6.2.0 | +-- case-sensitive-paths-webpack-plugin@2.3.0 | +-- css-loader@4.3.0 | | +-- camelcase@6.2.0 deduped | | +-- cssesc@3.0.0 | | +-- icss-utils@4.1.1 | | | `-- postcss@7.0.35 deduped | | +-- loader-utils@2.0.0 deduped | | +-- postcss@7.0.35 | | | +-- chalk@2.4.2 deduped | | | +-- source-map@0.6.1 | | | `-- supports-color@6.1.0 | | | `-- has-flag@3.0.0 deduped | | +-- postcss-modules-extract-imports@2.0.0 | | | `-- postcss@7.0.35 deduped | | +-- postcss-modules-local-by-default@3.0.3 | | | +-- icss-utils@4.1.1 deduped | | | +-- postcss@7.0.35 deduped | | | +-- postcss-selector-parser@6.0.4 | | | | +-- cssesc@3.0.0 deduped | | | | +-- indexes-of@1.0.1 | | | | +-- uniq@1.0.1 | | | | `-- util-deprecate@1.0.2 | | | `-- postcss-value-parser@4.1.0 deduped | | +-- postcss-modules-scope@2.2.0 | | | +-- postcss@7.0.35 deduped | | | `-- postcss-selector-parser@6.0.4 deduped | | +-- postcss-modules-values@3.0.0 | | | +-- icss-utils@4.1.1 deduped | | | `-- postcss@7.0.35 deduped | | +-- postcss-value-parser@4.1.0 | | +-- schema-utils@2.7.1 deduped | | `-- semver@7.3.2 deduped | +-- dotenv@8.2.0 | +-- dotenv-expand@5.1.0 | +-- eslint@7.13.0 | | +-- @babel/code-frame@7.10.4 deduped | | +-- @eslint/eslintrc@0.2.1 | | | +-- ajv@6.12.6 deduped | | | +-- debug@4.2.0 deduped | | | +-- espree@7.3.0 deduped | | | +-- globals@12.4.0 | | | | `-- type-fest@0.8.1 deduped | | | +-- ignore@4.0.6 | | | +-- import-fresh@3.2.2 deduped | | | +-- js-yaml@3.14.0 deduped | | | +-- lodash@4.17.20 deduped | | | +-- minimatch@3.0.4 deduped | | | `-- strip-json-comments@3.1.1 deduped | | +-- ajv@6.12.6 | | | +-- fast-deep-equal@3.1.3 | | | +-- fast-json-stable-stringify@2.1.0 deduped | | | +-- json-schema-traverse@0.4.1 | | | `-- uri-js@4.4.0 | | | `-- punycode@2.1.1 | | +-- chalk@4.1.0 | | | +-- ansi-styles@4.3.0 | | | | `-- color-convert@2.0.1 | | | | `-- color-name@1.1.4 | | | `-- supports-color@7.2.0 | | | `-- has-flag@4.0.0 | | +-- cross-spawn@7.0.3 | | | +-- path-key@3.1.1 | | | +-- shebang-command@2.0.0 | | | | `-- shebang-regex@3.0.0 | | | `-- which@2.0.2 | | | `-- isexe@2.0.0 | | +-- debug@4.2.0 deduped | | +-- doctrine@3.0.0 | | | `-- esutils@2.0.3 deduped | | +-- enquirer@2.3.6 | | | `-- ansi-colors@4.1.1 | | +-- eslint-scope@5.1.1 | | | +-- esrecurse@4.3.0 | | | | `-- estraverse@5.2.0 | | | `-- estraverse@4.3.0 | | +-- eslint-utils@2.1.0 | | | `-- eslint-visitor-keys@1.3.0 | | +-- eslint-visitor-keys@2.0.0 | | +-- espree@7.3.0 | | | +-- acorn@7.4.1 | | | +-- acorn-jsx@5.3.1 | | | `-- eslint-visitor-keys@1.3.0 | | +-- esquery@1.3.1 | | | `-- estraverse@5.2.0 | | +-- esutils@2.0.3 | | +-- file-entry-cache@5.0.1 | | | `-- flat-cache@2.0.1 | | | +-- flatted@2.0.2 | | | +-- rimraf@2.6.3 deduped | | | `-- write@1.0.3 | | | `-- mkdirp@0.5.5 deduped | | +-- functional-red-black-tree@1.0.1 deduped | | +-- glob-parent@5.1.1 | | | `-- is-glob@4.0.1 deduped | | +-- globals@12.4.0 | | | `-- type-fest@0.8.1 | | +-- ignore@4.0.6 | | +-- import-fresh@3.2.2 | | | +-- parent-module@1.0.1 | | | | `-- callsites@3.1.0 | | | `-- resolve-from@4.0.0 | | +-- imurmurhash@0.1.4 | | +-- is-glob@4.0.1 | | | `-- is-extglob@2.1.1 | | +-- js-yaml@3.14.0 | | | +-- argparse@1.0.10 | | | | `-- sprintf-js@1.0.3 | | | `-- esprima@4.0.1 | | +-- json-stable-stringify-without-jsonify@1.0.1 | | +-- levn@0.4.1 | | | +-- prelude-ls@1.2.1 | | | `-- type-check@0.4.0 | | | `-- prelude-ls@1.2.1 deduped | | +-- lodash@4.17.20 deduped | | +-- minimatch@3.0.4 | | | `-- brace-expansion@1.1.11 | | | +-- balanced-match@1.0.0 deduped | | | `-- concat-map@0.0.1 | | +-- natural-compare@1.4.0 | | +-- optionator@0.9.1 | | | +-- deep-is@0.1.3 | | | +-- fast-levenshtein@2.0.6 | | | +-- levn@0.4.1 deduped | | | +-- prelude-ls@1.2.1 deduped | | | +-- type-check@0.4.0 deduped | | | `-- word-wrap@1.2.3 | | +-- progress@2.0.3 | | +-- regexpp@3.1.0 deduped | | +-- semver@7.3.2 deduped | | +-- strip-ansi@6.0.0 | | | `-- ansi-regex@5.0.0 deduped | | +-- strip-json-comments@3.1.1 | | +-- table@5.4.6 | | | +-- ajv@6.12.6 deduped | | | +-- lodash@4.17.20 deduped | | | +-- slice-ansi@2.1.0 | | | | +-- ansi-styles@3.2.1 deduped | | | | +-- astral-regex@1.0.0 | | | | `-- is-fullwidth-code-point@2.0.0 | | | `-- string-width@3.1.0 | | | +-- emoji-regex@7.0.3 | | | +-- is-fullwidth-code-point@2.0.0 deduped | | | `-- strip-ansi@5.2.0 | | | `-- ansi-regex@4.1.0 | | +-- text-table@0.2.0 | | `-- v8-compile-cache@2.2.0 | +-- eslint-config-react-app@6.0.0 | | `-- confusing-browser-globals@1.0.10 | +-- eslint-plugin-flowtype@5.2.0 | | +-- lodash@4.17.20 deduped | | `-- string-natural-compare@3.0.1 | +-- eslint-plugin-import@2.22.1 | | +-- array-includes@3.1.1 | | | +-- define-properties@1.1.3 | | | | `-- object-keys@1.1.1 | | | +-- es-abstract@1.17.7 | | | | +-- es-to-primitive@1.2.1 | | | | | +-- is-callable@1.2.2 deduped | | | | | +-- is-date-object@1.0.2 deduped | | | | | `-- is-symbol@1.0.3 | | | | | `-- has-symbols@1.0.1 deduped | | | | +-- function-bind@1.1.1 deduped | | | | +-- has@1.0.3 deduped | | | | +-- has-symbols@1.0.1 deduped | | | | +-- is-callable@1.2.2 | | | | +-- is-regex@1.1.1 | | | | | `-- has-symbols@1.0.1 deduped | | | | +-- object-inspect@1.8.0 | | | | +-- object-keys@1.1.1 deduped | | | | +-- object.assign@4.1.2 deduped | | | | +-- string.prototype.trimend@1.0.2 | | | | | +-- define-properties@1.1.3 deduped | | | | | `-- es-abstract@1.18.0-next.1 | | | | | +-- es-to-primitive@1.2.1 deduped | | | | | +-- function-bind@1.1.1 deduped | | | | | +-- has@1.0.3 deduped | | | | | +-- has-symbols@1.0.1 deduped | | | | | +-- is-callable@1.2.2 deduped | | | | | +-- is-negative-zero@2.0.0 deduped | | | | | +-- is-regex@1.1.1 deduped | | | | | +-- object-inspect@1.8.0 deduped | | | | | +-- object-keys@1.1.1 deduped | | | | | +-- object.assign@4.1.2 deduped | | | | | +-- string.prototype.trimend@1.0.2 deduped | | | | | `-- string.prototype.trimstart@1.0.2 deduped | | | | `-- string.prototype.trimstart@1.0.2 | | | | +-- define-properties@1.1.3 deduped | | | | `-- es-abstract@1.18.0-next.1 | | | | +-- es-to-primitive@1.2.1 deduped | | | | +-- function-bind@1.1.1 deduped | | | | +-- has@1.0.3 deduped | | | | +-- has-symbols@1.0.1 deduped | | | | +-- is-callable@1.2.2 deduped | | | | +-- is-negative-zero@2.0.0 deduped | | | | +-- is-regex@1.1.1 deduped | | | | +-- object-inspect@1.8.0 deduped | | | | +-- object-keys@1.1.1 deduped | | | | +-- object.assign@4.1.2 deduped | | | | +-- string.prototype.trimend@1.0.2 deduped | | | | `-- string.prototype.trimstart@1.0.2 deduped | | | `-- is-string@1.0.5 | | +-- array.prototype.flat@1.2.3 | | | +-- define-properties@1.1.3 deduped | | | `-- es-abstract@1.17.7 deduped | | +-- contains-path@0.1.0 | | +-- debug@2.6.9 | | | `-- ms@2.0.0 | | +-- doctrine@1.5.0 | | | +-- esutils@2.0.3 deduped | | | `-- isarray@1.0.0 | | +-- eslint-import-resolver-node@0.3.4 | | | +-- debug@2.6.9 | | | | `-- ms@2.0.0 | | | `-- resolve@1.18.1 deduped | | +-- eslint-module-utils@2.6.0 | | | +-- debug@2.6.9 | | | | `-- ms@2.0.0 | | | `-- pkg-dir@2.0.0 | | | `-- find-up@2.1.0 | | | `-- locate-path@2.0.0 | | | +-- p-locate@2.0.0 | | | | `-- p-limit@1.3.0 | | | | `-- p-try@1.0.0 | | | `-- path-exists@3.0.0 | | +-- has@1.0.3 | | | `-- function-bind@1.1.1 | | +-- minimatch@3.0.4 deduped | | +-- object.values@1.1.1 | | | +-- define-properties@1.1.3 deduped | | | +-- es-abstract@1.17.7 deduped | | | +-- function-bind@1.1.1 deduped | | | `-- has@1.0.3 deduped | | +-- read-pkg-up@2.0.0 | | | +-- find-up@2.1.0 | | | | `-- locate-path@2.0.0 | | | | +-- p-locate@2.0.0 | | | | | `-- p-limit@1.3.0 | | | | | `-- p-try@1.0.0 | | | | `-- path-exists@3.0.0 | | | `-- read-pkg@2.0.0 | | | +-- load-json-file@2.0.0 | | | | +-- graceful-fs@4.2.4 deduped | | | | +-- parse-json@2.2.0 | | | | | `-- error-ex@1.3.2 deduped | | | | +-- pify@2.3.0 | | | | `-- strip-bom@3.0.0 deduped | | | +-- normalize-package-data@2.5.0 | | | | +-- hosted-git-info@2.8.8 | | | | +-- resolve@1.18.1 deduped | | | | +-- semver@5.7.1 | | | | `-- validate-npm-package-license@3.0.4 | | | | +-- spdx-correct@3.1.1 | | | | | +-- spdx-expression-parse@3.0.1 deduped | | | | | `-- spdx-license-ids@3.0.6 | | | | `-- spdx-expression-parse@3.0.1 | | | | +-- spdx-exceptions@2.3.0 | | | | `-- spdx-license-ids@3.0.6 deduped | | | `-- path-type@2.0.0 | | | `-- pify@2.3.0 | | +-- resolve@1.18.1 deduped | | `-- tsconfig-paths@3.9.0 | | +-- @types/json5@0.0.29 | | +-- json5@1.0.1 | | | `-- minimist@1.2.5 deduped | | +-- minimist@1.2.5 deduped | | `-- strip-bom@3.0.0 | +-- eslint-plugin-jest@24.1.0 | | `-- @typescript-eslint/experimental-utils@4.7.0 deduped | +-- eslint-plugin-jsx-a11y@6.4.1 | | +-- @babel/runtime@7.12.5 deduped | | +-- aria-query@4.2.2 deduped | | +-- array-includes@3.1.1 deduped | | +-- ast-types-flow@0.0.7 | | +-- axe-core@4.0.2 | | +-- axobject-query@2.2.0 | | +-- damerau-levenshtein@1.0.6 | | +-- emoji-regex@9.2.0 | | +-- has@1.0.3 deduped | | +-- jsx-ast-utils@3.1.0 | | | +-- array-includes@3.1.1 deduped | | | `-- object.assign@4.1.2 | | | +-- call-bind@1.0.0 | | | | +-- function-bind@1.1.1 deduped | | | | `-- get-intrinsic@1.0.1 | | | | +-- function-bind@1.1.1 deduped | | | | +-- has@1.0.3 deduped | | | | `-- has-symbols@1.0.1 deduped | | | +-- define-properties@1.1.3 deduped | | | +-- has-symbols@1.0.1 deduped | | | `-- object-keys@1.1.1 deduped | | `-- language-tags@1.0.5 | | `-- language-subtag-registry@0.3.21 | +-- eslint-plugin-react@7.21.5 | | +-- array-includes@3.1.1 deduped | | +-- array.prototype.flatmap@1.2.3 | | | +-- define-properties@1.1.3 deduped | | | +-- es-abstract@1.17.7 deduped | | | `-- function-bind@1.1.1 deduped | | +-- doctrine@2.1.0 | | | `-- esutils@2.0.3 deduped | | +-- has@1.0.3 deduped | | +-- jsx-ast-utils@3.1.0 deduped | | +-- object.entries@1.1.2 | | | +-- define-properties@1.1.3 deduped | | | +-- es-abstract@1.17.7 deduped | | | `-- has@1.0.3 deduped | | +-- object.fromentries@2.0.2 | | | +-- define-properties@1.1.3 deduped | | | +-- es-abstract@1.17.7 deduped | | | +-- function-bind@1.1.1 deduped | | | `-- has@1.0.3 deduped | | +-- object.values@1.1.1 deduped | | +-- prop-types@15.7.2 | | | +-- loose-envify@1.4.0 deduped | | | +-- object-assign@4.1.1 deduped | | | `-- react-is@16.13.1 | | +-- resolve@1.18.1 deduped | | `-- string.prototype.matchall@4.0.2 | | +-- define-properties@1.1.3 deduped | | +-- es-abstract@1.17.7 deduped | | +-- has-symbols@1.0.1 | | +-- internal-slot@1.0.2 | | | +-- es-abstract@1.17.7 deduped | | | +-- has@1.0.3 deduped | | | `-- side-channel@1.0.3 deduped | | +-- regexp.prototype.flags@1.3.0 | | | +-- define-properties@1.1.3 deduped | | | `-- es-abstract@1.17.7 deduped | | `-- side-channel@1.0.3 | | +-- es-abstract@1.18.0-next.1 | | | +-- es-to-primitive@1.2.1 deduped | | | +-- function-bind@1.1.1 deduped | | | +-- has@1.0.3 deduped | | | +-- has-symbols@1.0.1 deduped | | | +-- is-callable@1.2.2 deduped | | | +-- is-negative-zero@2.0.0 | | | +-- is-regex@1.1.1 deduped | | | +-- object-inspect@1.8.0 deduped | | | +-- object-keys@1.1.1 deduped | | | +-- object.assign@4.1.2 deduped | | | +-- string.prototype.trimend@1.0.2 deduped | | | `-- string.prototype.trimstart@1.0.2 deduped | | `-- object-inspect@1.8.0 deduped | +-- eslint-plugin-react-hooks@4.2.0 | +-- eslint-plugin-testing-library@3.10.0 | | `-- @typescript-eslint/experimental-utils@3.10.1 | | +-- @types/json-schema@7.0.6 deduped | | +-- @typescript-eslint/types@3.10.1 | | +-- @typescript-eslint/typescript-estree@3.10.1 | | | +-- @typescript-eslint/types@3.10.1 deduped | | | +-- @typescript-eslint/visitor-keys@3.10.1 | | | | `-- eslint-visitor-keys@1.3.0 | | | +-- debug@4.2.0 deduped | | | +-- glob@7.1.6 deduped | | | +-- is-glob@4.0.1 deduped | | | +-- lodash@4.17.20 deduped | | | +-- semver@7.3.2 deduped | | | +-- tsutils@3.17.1 deduped | | | `-- UNMET PEER DEPENDENCY typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta | | +-- eslint-scope@5.1.1 deduped | | `-- eslint-utils@2.1.0 deduped | +-- eslint-webpack-plugin@2.2.1 | | +-- @types/eslint@7.2.4 | | | +-- @types/estree@0.0.45 | | | `-- @types/json-schema@7.0.6 deduped | | +-- arrify@2.0.1 | | +-- micromatch@4.0.2 | | | +-- braces@3.0.2 | | | | `-- fill-range@7.0.1 | | | | `-- to-regex-range@5.0.1 | | | | `-- is-number@7.0.0 | | | `-- picomatch@2.2.2 | | `-- schema-utils@3.0.0 | | +-- @types/json-schema@7.0.6 deduped | | +-- ajv@6.12.6 deduped | | `-- ajv-keywords@3.5.2 deduped | +-- file-loader@6.1.1 | | +-- loader-utils@2.0.0 deduped | | `-- schema-utils@3.0.0 | | +-- @types/json-schema@7.0.6 deduped | | +-- ajv@6.12.6 deduped | | `-- ajv-keywords@3.5.2 deduped | +-- fs-extra@9.0.1 | | +-- at-least-node@1.0.0 | | +-- graceful-fs@4.2.4 deduped | | +-- jsonfile@6.1.0 | | | +-- graceful-fs@4.2.4 deduped | | | `-- universalify@2.0.0 | | `-- universalify@1.0.0 | +-- UNMET OPTIONAL DEPENDENCY fsevents@2.2.1 | +-- html-webpack-plugin@4.5.0 | | +-- @types/html-minifier-terser@5.1.1 | | +-- @types/tapable@1.0.6 | | +-- @types/webpack@4.41.24 | | | +-- @types/anymatch@1.3.1 | | | +-- @types/node@14.14.7 deduped | | | +-- @types/tapable@1.0.6 deduped | | | +-- @types/uglify-js@3.11.1 | | | | `-- source-map@0.6.1 | | | +-- @types/webpack-sources@2.0.0 | | | | +-- @types/node@14.14.7 deduped | | | | +-- @types/source-list-map@0.1.2 | | | | `-- source-map@0.7.3 | | | `-- source-map@0.6.1 | | +-- html-minifier-terser@5.1.1 | | | +-- camel-case@4.1.1 | | | | +-- pascal-case@3.1.1 | | | | | +-- no-case@3.0.3 | | | | | | +-- lower-case@2.0.1 | | | | | | | `-- tslib@1.14.1 deduped | | | | | | `-- tslib@1.14.1 deduped | | | | | `-- tslib@1.14.1 deduped | | | | `-- tslib@1.14.1 deduped | | | +-- clean-css@4.2.3 | | | | `-- source-map@0.6.1 | | | +-- commander@4.1.1 | | | +-- he@1.2.0 | | | +-- param-case@3.0.3 | | | | +-- dot-case@3.0.3 | | | | | +-- no-case@3.0.3 deduped | | | | | `-- tslib@1.14.1 deduped | | | | `-- tslib@1.14.1 deduped | | | +-- relateurl@0.2.7 | | | `-- terser@4.8.0 | | | +-- commander@2.20.3 | | | +-- source-map@0.6.1 | | | `-- source-map-support@0.5.19 deduped | | +-- loader-utils@1.4.0 | | | +-- big.js@5.2.2 deduped | | | +-- emojis-list@3.0.0 deduped | | | `-- json5@1.0.1 | | | `-- minimist@1.2.5 deduped | | +-- lodash@4.17.20 deduped | | +-- pretty-error@2.1.2 | | | +-- lodash@4.17.20 deduped | | | `-- renderkid@2.0.4 | | | +-- css-select@1.2.0 | | | | +-- boolbase@1.0.0 deduped | | | | +-- css-what@2.1.3 | | | | +-- domutils@1.5.1 | | | | | +-- dom-serializer@0.2.2 deduped | | | | | `-- domelementtype@1.3.1 deduped | | | | `-- nth-check@1.0.2 deduped | | | +-- dom-converter@0.2.0 | | | | `-- utila@0.4.0 | | | +-- htmlparser2@3.10.1 | | | | +-- domelementtype@1.3.1 | | | | +-- domhandler@2.4.2 | | | | | `-- domelementtype@1.3.1 deduped | | | | +-- domutils@1.7.0 deduped | | | | +-- entities@1.1.2 | | | | +-- inherits@2.0.4 deduped | | | | `-- readable-stream@3.6.0 deduped | | | +-- lodash@4.17.20 deduped | | | `-- strip-ansi@3.0.1 | | | `-- ansi-regex@2.1.1 | | +-- tapable@1.1.3 | | `-- util.promisify@1.0.0 | | +-- define-properties@1.1.3 deduped | | `-- object.getownpropertydescriptors@2.1.0 | | +-- define-properties@1.1.3 deduped | | `-- es-abstract@1.17.7 deduped | +-- identity-obj-proxy@3.0.0 | | `-- harmony-reflect@1.6.1 | +-- jest@26.6.0 | | +-- @jest/core@26.6.3 | | | +-- @jest/console@26.6.2 | | | | +-- @jest/types@26.6.2 deduped | | | | +-- @types/node@14.14.7 deduped | | | | +-- chalk@4.1.0 | | | | | +-- ansi-styles@4.3.0 | | | | | | `-- color-convert@2.0.1 | | | | | | `-- color-name@1.1.4 | | | | | `-- supports-color@7.2.0 | | | | | `-- has-flag@4.0.0 | | | | +-- jest-message-util@26.6.2 deduped | | | | +-- jest-util@26.6.2 deduped | | | | `-- slash@3.0.0 deduped | | | +-- @jest/reporters@26.6.2 | | | | +-- @bcoe/v8-coverage@0.2.3 | | | | +-- @jest/console@26.6.2 deduped | | | | +-- @jest/test-result@26.6.2 deduped | | | | +-- @jest/transform@26.6.2 deduped | | | | +-- @jest/types@26.6.2 deduped | | | | +-- chalk@4.1.0 | | | | | +-- ansi-styles@4.3.0 | | | | | | `-- color-convert@2.0.1 | | | | | | `-- color-name@1.1.4 | | | | | `-- supports-color@7.2.0 | | | | | `-- has-flag@4.0.0 | | | | +-- collect-v8-coverage@1.0.1 deduped | | | | +-- exit@0.1.2 deduped | | | | +-- glob@7.1.6 deduped | | | | +-- graceful-fs@4.2.4 deduped | | | | +-- istanbul-lib-coverage@3.0.0 deduped | | | | +-- istanbul-lib-instrument@4.0.3 deduped | | | | +-- istanbul-lib-report@3.0.0 | | | | | +-- istanbul-lib-coverage@3.0.0 deduped | | | | | +-- make-dir@3.1.0 | | | | | | `-- semver@6.3.0 | | | | | `-- supports-color@7.2.0 | | | | | `-- has-flag@4.0.0 | | | | +-- istanbul-lib-source-maps@4.0.0 | | | | | +-- debug@4.2.0 deduped | | | | | +-- istanbul-lib-coverage@3.0.0 deduped | | | | | `-- source-map@0.6.1 | | | | +-- istanbul-reports@3.0.2 | | | | | +-- html-escaper@2.0.2 | | | | | `-- istanbul-lib-report@3.0.0 deduped | | | | +-- jest-haste-map@26.6.2 deduped | | | | +-- jest-resolve@26.6.2 | | | | | +-- @jest/types@26.6.2 deduped | | | | | +-- chalk@4.1.0 deduped | | | | | +-- graceful-fs@4.2.4 deduped | | | | | +-- jest-pnp-resolver@1.2.2 deduped | | | | | +-- jest-util@26.6.2 deduped | | | | | +-- read-pkg-up@7.0.1 | | | | | | +-- find-up@4.1.0 deduped | | | | | | +-- read-pkg@5.2.0 | | | | | | | +-- @types/normalize-package-data@2.4.0 deduped | | | | | | | +-- normalize-package-data@2.5.0 deduped | | | | | | | +-- parse-json@5.1.0 deduped | | | | | | | `-- type-fest@0.6.0 | | | | | | `-- type-fest@0.8.1 deduped | | | | | +-- resolve@1.18.1 deduped | | | | | `-- slash@3.0.0 deduped | | | | +-- jest-util@26.6.2 deduped | | | | +-- jest-worker@26.6.2 deduped | | | | +-- node-notifier@8.0.0 | | | | | +-- growly@1.3.0 | | | | | +-- is-wsl@2.2.0 deduped | | | | | +-- semver@7.3.2 deduped | | | | | +-- shellwords@0.1.1 | | | | | +-- uuid@8.3.1 | | | | | `-- which@2.0.2 | | | | | `-- isexe@2.0.0 deduped | | | | +-- slash@3.0.0 deduped | | | | +-- source-map@0.6.1 | | | | +-- string-length@4.0.1 deduped | | | | +-- terminal-link@2.1.1 | | | | | +-- ansi-escapes@4.3.1 deduped | | | | | `-- supports-hyperlinks@2.1.0 | | | | | +-- has-flag@4.0.0 | | | | | `-- supports-color@7.2.0 | | | | | `-- has-flag@4.0.0 deduped | | | | `-- v8-to-istanbul@7.0.0 | | | | +-- @types/istanbul-lib-coverage@2.0.3 deduped | | | | +-- convert-source-map@1.7.0 deduped | | | | `-- source-map@0.7.3 | | | +-- @jest/test-result@26.6.2 deduped | | | +-- @jest/transform@26.6.2 deduped | | | +-- @jest/types@26.6.2 deduped | | | +-- @types/node@14.14.7 deduped | | | +-- ansi-escapes@4.3.1 deduped | | | +-- chalk@4.1.0 | | | | +-- ansi-styles@4.3.0 | | | | | `-- color-convert@2.0.1 | | | | | `-- color-name@1.1.4 | | | | `-- supports-color@7.2.0 | | | | `-- has-flag@4.0.0 | | | +-- exit@0.1.2 | | | +-- graceful-fs@4.2.4 deduped | | | +-- jest-changed-files@26.6.2 | | | | +-- @jest/types@26.6.2 deduped | | | | +-- execa@4.1.0 | | | | | +-- cross-spawn@7.0.3 | | | | | | +-- path-key@3.1.1 | | | | | | +-- shebang-command@2.0.0 | | | | | | | `-- shebang-regex@3.0.0 | | | | | | `-- which@2.0.2 | | | | | | `-- isexe@2.0.0 deduped | | | | | +-- get-stream@5.2.0 | | | | | | `-- pump@3.0.0 deduped | | | | | +-- human-signals@1.1.1 | | | | | +-- is-stream@2.0.0 | | | | | +-- merge-stream@2.0.0 deduped | | | | | +-- npm-run-path@4.0.1 | | | | | | `-- path-key@3.1.1 deduped | | | | | +-- onetime@5.1.2 | | | | | | `-- mimic-fn@2.1.0 | | | | | +-- signal-exit@3.0.3 deduped | | | | | `-- strip-final-newline@2.0.0 | | | | `-- throat@5.0.0 deduped | | | +-- jest-config@26.6.3 | | | | +-- @babel/core@7.12.3 deduped | | | | +-- @jest/test-sequencer@26.6.3 | | | | | +-- @jest/test-result@26.6.2 deduped | | | | | +-- graceful-fs@4.2.4 deduped | | | | | +-- jest-haste-map@26.6.2 deduped | | | | | +-- jest-runner@26.6.3 deduped | | | | | `-- jest-runtime@26.6.3 deduped | | | | +-- @jest/types@26.6.2 deduped | | | | +-- babel-jest@26.6.3 deduped | | | | +-- chalk@4.1.0 | | | | | +-- ansi-styles@4.3.0 | | | | | | `-- color-convert@2.0.1 | | | | | | `-- color-name@1.1.4 | | | | | `-- supports-color@7.2.0 | | | | | `-- has-flag@4.0.0 | | | | +-- deepmerge@4.2.2 | | | | +-- glob@7.1.6 deduped | | | | +-- graceful-fs@4.2.4 deduped | | | | +-- jest-environment-jsdom@26.6.2 | | | | | +-- @jest/environment@26.6.2 deduped | | | | | +-- @jest/fake-timers@26.6.2 deduped | | | | | +-- @jest/types@26.6.2 deduped | | | | | +-- @types/node@14.14.7 deduped | | | | | +-- jest-mock@26.6.2 deduped | | | | | +-- jest-util@26.6.2 deduped | | | | | `-- jsdom@16.4.0 | | | | | +-- abab@2.0.5 | | | | | +-- acorn@7.4.1 deduped | | | | | +-- acorn-globals@6.0.0 | | | | | | +-- acorn@7.4.1 deduped | | | | | | `-- acorn-walk@7.2.0 | | | | | +-- cssom@0.4.4 | | | | | +-- cssstyle@2.3.0 | | | | | | `-- cssom@0.3.8 | | | | | +-- data-urls@2.0.0 | | | | | | +-- abab@2.0.5 deduped | | | | | | +-- whatwg-mimetype@2.3.0 deduped | | | | | | `-- whatwg-url@8.4.0 deduped | | | | | +-- decimal.js@10.2.1 | | | | | +-- domexception@2.0.1 | | | | | | `-- webidl-conversions@5.0.0 | | | | | +-- escodegen@1.14.3 | | | | | | +-- esprima@4.0.1 deduped | | | | | | +-- estraverse@4.3.0 deduped | | | | | | +-- esutils@2.0.3 deduped | | | | | | +-- optionator@0.8.3 | | | | | | | +-- deep-is@0.1.3 deduped | | | | | | | +-- fast-levenshtein@2.0.6 deduped | | | | | | | +-- levn@0.3.0 | | | | | | | | +-- prelude-ls@1.1.2 deduped | | | | | | | | `-- type-check@0.3.2 deduped | | | | | | | +-- prelude-ls@1.1.2 | | | | | | | +-- type-check@0.3.2 | | | | | | | | `-- prelude-ls@1.1.2 deduped | | | | | | | `-- word-wrap@1.2.3 deduped | | | | | | `-- source-map@0.6.1 | | | | | +-- html-encoding-sniffer@2.0.1 | | | | | | `-- whatwg-encoding@1.0.5 deduped | | | | | +-- is-potential-custom-element-name@1.0.0 | | | | | +-- nwsapi@2.2.0 | | | | | +-- parse5@5.1.1 | | | | | +-- request@2.88.2 | | | | | | +-- aws-sign2@0.7.0 | | | | | | +-- aws4@1.11.0 | | | | | | +-- caseless@0.12.0 | | | | | | +-- combined-stream@1.0.8 | | | | | | | `-- delayed-stream@1.0.0 | | | | | | +-- extend@3.0.2 | | | | | | +-- forever-agent@0.6.1 | | | | | | +-- form-data@2.3.3 | | | | | | | +-- asynckit@0.4.0 | | | | | | | +-- combined-stream@1.0.8 deduped | | | | | | | `-- mime-types@2.1.27 deduped | | | | | | +-- har-validator@5.1.5 | | | | | | | +-- ajv@6.12.6 deduped | | | | | | | `-- har-schema@2.0.0 | | | | | | +-- http-signature@1.2.0 | | | | | | | +-- assert-plus@1.0.0 | | | | | | | +-- jsprim@1.4.1 | | | | | | | | +-- assert-plus@1.0.0 deduped | | | | | | | | +-- extsprintf@1.3.0 | | | | | | | | +-- json-schema@0.2.3 | | | | | | | | `-- verror@1.10.0 | | | | | | | | +-- assert-plus@1.0.0 deduped | | | | | | | | +-- core-util-is@1.0.2 deduped | | | | | | | | `-- extsprintf@1.3.0 deduped | | | | | | | `-- sshpk@1.16.1 | | | | | | | +-- asn1@0.2.4 | | | | | | | | `-- safer-buffer@2.1.2 deduped | | | | | | | +-- assert-plus@1.0.0 deduped | | | | | | | +-- bcrypt-pbkdf@1.0.2 | | | | | | | | `-- tweetnacl@0.14.5 deduped | | | | | | | +-- dashdash@1.14.1 | | | | | | | | `-- assert-plus@1.0.0 deduped | | | | | | | +-- ecc-jsbn@0.1.2 | | | | | | | | +-- jsbn@0.1.1 deduped | | | | | | | | `-- safer-buffer@2.1.2 deduped | | | | | | | +-- getpass@0.1.7 | | | | | | | | `-- assert-plus@1.0.0 deduped | | | | | | | +-- jsbn@0.1.1 | | | | | | | +-- safer-buffer@2.1.2 deduped | | | | | | | `-- tweetnacl@0.14.5 | | | | | | +-- is-typedarray@1.0.0 deduped | | | | | | +-- isstream@0.1.2 | | | | | | +-- json-stringify-safe@5.0.1 | | | | | | +-- mime-types@2.1.27 deduped | | | | | | +-- oauth-sign@0.9.0 | | | | | | +-- performance-now@2.1.0 deduped | | | | | | +-- qs@6.5.2 | | | | | | +-- safe-buffer@5.1.2 deduped | | | | | | +-- tough-cookie@2.5.0 | | | | | | | +-- psl@1.8.0 deduped | | | | | | | `-- punycode@2.1.1 deduped | | | | | | +-- tunnel-agent@0.6.0 | | | | | | | `-- safe-buffer@5.1.2 deduped | | | | | | `-- uuid@3.4.0 | | | | | +-- request-promise-native@1.0.9 | | | | | | +-- request-promise-core@1.1.4 | | | | | | | `-- lodash@4.17.20 deduped | | | | | | +-- stealthy-require@1.1.1 | | | | | | `-- tough-cookie@2.5.0 | | | | | | +-- psl@1.8.0 deduped | | | | | | `-- punycode@2.1.1 deduped | | | | | +-- saxes@5.0.1 | | | | | | `-- xmlchars@2.2.0 | | | | | +-- symbol-tree@3.2.4 | | | | | +-- tough-cookie@3.0.1 | | | | | | +-- ip-regex@2.1.0 deduped | | | | | | +-- psl@1.8.0 | | | | | | `-- punycode@2.1.1 deduped | | | | | +-- w3c-hr-time@1.0.2 | | | | | | `-- browser-process-hrtime@1.0.0 | | | | | +-- w3c-xmlserializer@2.0.0 | | | | | | `-- xml-name-validator@3.0.0 deduped | | | | | +-- webidl-conversions@6.1.0 | | | | | +-- whatwg-encoding@1.0.5 | | | | | | `-- iconv-lite@0.4.24 deduped | | | | | +-- whatwg-mimetype@2.3.0 | | | | | +-- whatwg-url@8.4.0 | | | | | | +-- lodash.sortby@4.7.0 | | | | | | +-- tr46@2.0.2 | | | | | | | `-- punycode@2.1.1 deduped | | | | | | `-- webidl-conversions@6.1.0 deduped | | | | | +-- ws@7.4.0 deduped | | | | | `-- xml-name-validator@3.0.0 | | | | +-- jest-environment-node@26.6.2 | | | | | +-- @jest/environment@26.6.2 deduped | | | | | +-- @jest/fake-timers@26.6.2 deduped | | | | | +-- @jest/types@26.6.2 deduped | | | | | +-- @types/node@14.14.7 deduped | | | | | +-- jest-mock@26.6.2 deduped | | | | | `-- jest-util@26.6.2 deduped | | | | +-- jest-get-type@26.3.0 deduped | | | | +-- jest-jasmine2@26.6.3 | | | | | +-- @babel/traverse@7.12.5 deduped | | | | | +-- @jest/environment@26.6.2 deduped | | | | | +-- @jest/source-map@26.6.2 deduped | | | | | +-- @jest/test-result@26.6.2 deduped | | | | | +-- @jest/types@26.6.2 deduped | | | | | +-- @types/node@14.14.7 deduped | | | | | +-- chalk@4.1.0 | | | | | | +-- ansi-styles@4.3.0 | | | | | | | `-- color-convert@2.0.1 | | | | | | | `-- color-name@1.1.4 | | | | | | `-- supports-color@7.2.0 | | | | | | `-- has-flag@4.0.0 | | | | | +-- co@4.6.0 deduped | | | | | +-- expect@26.6.2 deduped | | | | | +-- is-generator-fn@2.1.0 deduped | | | | | +-- jest-each@26.6.2 deduped | | | | | +-- jest-matcher-utils@26.6.2 deduped | | | | | +-- jest-message-util@26.6.2 deduped | | | | | +-- jest-runtime@26.6.3 deduped | | | | | +-- jest-snapshot@26.6.2 deduped | | | | | +-- jest-util@26.6.2 deduped | | | | | +-- pretty-format@26.6.2 deduped | | | | | `-- throat@5.0.0 deduped | | | | +-- jest-regex-util@26.0.0 deduped | | | | +-- jest-resolve@26.6.2 | | | | | +-- @jest/types@26.6.2 deduped | | | | | +-- chalk@4.1.0 deduped | | | | | +-- graceful-fs@4.2.4 deduped | | | | | +-- jest-pnp-resolver@1.2.2 deduped | | | | | +-- jest-util@26.6.2 deduped | | | | | +-- read-pkg-up@7.0.1 | | | | | | +-- find-up@4.1.0 deduped | | | | | | +-- read-pkg@5.2.0 | | | | | | | +-- @types/normalize-package-data@2.4.0 deduped | | | | | | | +-- normalize-package-data@2.5.0 deduped | | | | | | | +-- parse-json@5.1.0 deduped | | | | | | | `-- type-fest@0.6.0 | | | | | | `-- type-fest@0.8.1 deduped | | | | | +-- resolve@1.18.1 deduped | | | | | `-- slash@3.0.0 deduped | | | | +-- jest-util@26.6.2 deduped | | | | +-- jest-validate@26.6.2 deduped | | | | +-- micromatch@4.0.2 deduped | | | | `-- pretty-format@26.6.2 deduped | | | +-- jest-haste-map@26.6.2 deduped | | | +-- jest-message-util@26.6.2 deduped | | | +-- jest-regex-util@26.0.0 deduped | | | +-- jest-resolve@26.6.2 | | | | +-- @jest/types@26.6.2 deduped | | | | +-- chalk@4.1.0 deduped | | | | +-- graceful-fs@4.2.4 deduped | | | | +-- jest-pnp-resolver@1.2.2 deduped | | | | +-- jest-util@26.6.2 deduped | | | | +-- read-pkg-up@7.0.1 | | | | | +-- find-up@4.1.0 deduped | | | | | +-- read-pkg@5.2.0 | | | | | | +-- @types/normalize-package-data@2.4.0 deduped | | | | | | +-- normalize-package-data@2.5.0 deduped | | | | | | +-- parse-json@5.1.0 deduped | | | | | | `-- type-fest@0.6.0 | | | | | `-- type-fest@0.8.1 deduped | | | | +-- resolve@1.18.1 deduped | | | | `-- slash@3.0.0 deduped | | | +-- jest-resolve-dependencies@26.6.3 | | | | +-- @jest/types@26.6.2 deduped | | | | +-- jest-regex-util@26.0.0 deduped | | | | `-- jest-snapshot@26.6.2 deduped | | | +-- jest-runner@26.6.3 deduped | | | +-- jest-runtime@26.6.3 deduped | | | +-- jest-snapshot@26.6.2 deduped | | | +-- jest-util@26.6.2 deduped | | | +-- jest-validate@26.6.2 | | | | +-- @jest/types@26.6.2 deduped | | | | +-- camelcase@6.2.0 deduped | | | | +-- chalk@4.1.0 | | | | | +-- ansi-styles@4.3.0 | | | | | | `-- color-convert@2.0.1 | | | | | | `-- color-name@1.1.4 | | | | | `-- supports-color@7.2.0 | | | | | `-- has-flag@4.0.0 | | | | +-- jest-get-type@26.3.0 deduped | | | | +-- leven@3.1.0 | | | | `-- pretty-format@26.6.2 deduped | | | +-- jest-watcher@26.6.2 deduped | | | +-- micromatch@4.0.2 deduped | | | +-- p-each-series@2.1.0 | | | +-- rimraf@3.0.2 | | | | `-- glob@7.1.6 deduped | | | +-- slash@3.0.0 deduped | | | `-- strip-ansi@6.0.0 deduped | | +-- import-local@3.0.2 | | | +-- pkg-dir@4.2.0 | | | | `-- find-up@4.1.0 deduped | | | `-- resolve-cwd@3.0.0 | | | `-- resolve-from@5.0.0 | | `-- jest-cli@26.6.3 | | +-- @jest/core@26.6.3 deduped | | +-- @jest/test-result@26.6.2 deduped | | +-- @jest/types@26.6.2 deduped | | +-- chalk@4.1.0 | | | +-- ansi-styles@4.3.0 | | | | `-- color-convert@2.0.1 | | | | `-- color-name@1.1.4 | | | `-- supports-color@7.2.0 | | | `-- has-flag@4.0.0 | | +-- exit@0.1.2 deduped | | +-- graceful-fs@4.2.4 deduped | | +-- import-local@3.0.2 deduped | | +-- is-ci@2.0.0 | | | `-- ci-info@2.0.0 | | +-- jest-config@26.6.3 deduped | | +-- jest-util@26.6.2 deduped | | +-- jest-validate@26.6.2 deduped | | +-- prompts@2.4.0 | | | +-- kleur@3.0.3 | | | `-- sisteransi@1.0.5 | | `-- yargs@15.4.1 | | +-- cliui@6.0.0 | | | +-- string-width@4.2.0 | | | | +-- emoji-regex@8.0.0 | | | | +-- is-fullwidth-code-point@3.0.0 | | | | `-- strip-ansi@6.0.0 deduped | | | +-- strip-ansi@6.0.0 deduped | | | `-- wrap-ansi@6.2.0 | | | +-- ansi-styles@4.3.0 | | | | `-- color-convert@2.0.1 | | | | `-- color-name@1.1.4 | | | +-- string-width@4.2.0 | | | | +-- emoji-regex@8.0.0 | | | | +-- is-fullwidth-code-point@3.0.0 | | | | `-- strip-ansi@6.0.0 deduped | | | `-- strip-ansi@6.0.0 deduped | | +-- decamelize@1.2.0 | | +-- find-up@4.1.0 deduped | | +-- get-caller-file@2.0.5 deduped | | +-- require-directory@2.1.1 deduped | | +-- require-main-filename@2.0.0 deduped | | +-- set-blocking@2.0.0 deduped | | +-- string-width@4.2.0 | | | +-- emoji-regex@8.0.0 | | | +-- is-fullwidth-code-point@3.0.0 | | | `-- strip-ansi@6.0.0 deduped | | +-- which-module@2.0.0 deduped | | +-- y18n@4.0.0 deduped | | `-- yargs-parser@18.1.3 | | +-- camelcase@5.3.1 | | `-- decamelize@1.2.0 deduped | +-- jest-circus@26.6.0 | | +-- @babel/traverse@7.12.5 deduped | | +-- @jest/environment@26.6.2 | | | +-- @jest/fake-timers@26.6.2 | | | | +-- @jest/types@26.6.2 deduped | | | | +-- @sinonjs/fake-timers@6.0.1 | | | | | `-- @sinonjs/commons@1.8.1 | | | | | `-- type-detect@4.0.8 | | | | +-- @types/node@14.14.7 deduped | | | | +-- jest-message-util@26.6.2 deduped | | | | +-- jest-mock@26.6.2 deduped | | | | `-- jest-util@26.6.2 deduped | | | +-- @jest/types@26.6.2 deduped | | | +-- @types/node@14.14.7 deduped | | | `-- jest-mock@26.6.2 | | | +-- @jest/types@26.6.2 deduped | | | `-- @types/node@14.14.7 deduped | | +-- @jest/test-result@26.6.2 | | | +-- @jest/console@26.6.2 deduped | | | +-- @jest/types@26.6.2 deduped | | | +-- @types/istanbul-lib-coverage@2.0.3 deduped | | | `-- collect-v8-coverage@1.0.1 | | +-- @jest/types@26.6.2 deduped | | +-- @types/babel__traverse@7.0.15 | | | `-- @babel/types@7.12.6 deduped | | +-- @types/node@14.14.7 deduped | | +-- chalk@4.1.0 | | | +-- ansi-styles@4.3.0 | | | | `-- color-convert@2.0.1 | | | | `-- color-name@1.1.4 | | | `-- supports-color@7.2.0 | | | `-- has-flag@4.0.0 | | +-- co@4.6.0 | | +-- dedent@0.7.0 | | +-- expect@26.6.2 | | | +-- @jest/types@26.6.2 deduped | | | +-- ansi-styles@4.3.0 | | | | `-- color-convert@2.0.1 | | | | `-- color-name@1.1.4 | | | +-- jest-get-type@26.3.0 | | | +-- jest-matcher-utils@26.6.2 deduped | | | +-- jest-message-util@26.6.2 deduped | | | `-- jest-regex-util@26.0.0 deduped | | +-- is-generator-fn@2.1.0 | | +-- jest-each@26.6.2 | | | +-- @jest/types@26.6.2 deduped | | | +-- chalk@4.1.0 | | | | +-- ansi-styles@4.3.0 | | | | | `-- color-convert@2.0.1 | | | | | `-- color-name@1.1.4 | | | | `-- supports-color@7.2.0 | | | | `-- has-flag@4.0.0 | | | +-- jest-get-type@26.3.0 deduped | | | +-- jest-util@26.6.2 deduped | | | `-- pretty-format@26.6.2 deduped | | +-- jest-matcher-utils@26.6.2 | | | +-- chalk@4.1.0 | | | | +-- ansi-styles@4.3.0 | | | | | `-- color-convert@2.0.1 | | | | | `-- color-name@1.1.4 | | | | `-- supports-color@7.2.0 | | | | `-- has-flag@4.0.0 | | | +-- jest-diff@26.6.2 deduped | | | +-- jest-get-type@26.3.0 deduped | | | `-- pretty-format@26.6.2 deduped | | +-- jest-message-util@26.6.2 | | | +-- @babel/code-frame@7.10.4 deduped | | | +-- @jest/types@26.6.2 deduped | | | +-- @types/stack-utils@2.0.0 | | | +-- chalk@4.1.0 | | | | +-- ansi-styles@4.3.0 | | | | | `-- color-convert@2.0.1 | | | | | `-- color-name@1.1.4 | | | | `-- supports-color@7.2.0 | | | | `-- has-flag@4.0.0 | | | +-- graceful-fs@4.2.4 deduped | | | +-- micromatch@4.0.2 deduped | | | +-- pretty-format@26.6.2 deduped | | | +-- slash@3.0.0 deduped | | | `-- stack-utils@2.0.2 deduped | | +-- jest-runner@26.6.3 | | | +-- @jest/console@26.6.2 deduped | | | +-- @jest/environment@26.6.2 deduped | | | +-- @jest/test-result@26.6.2 deduped | | | +-- @jest/types@26.6.2 deduped | | | +-- @types/node@14.14.7 deduped | | | +-- chalk@4.1.0 | | | | +-- ansi-styles@4.3.0 | | | | | `-- color-convert@2.0.1 | | | | | `-- color-name@1.1.4 | | | | `-- supports-color@7.2.0 | | | | `-- has-flag@4.0.0 | | | +-- emittery@0.7.2 | | | +-- exit@0.1.2 deduped | | | +-- graceful-fs@4.2.4 deduped | | | +-- jest-config@26.6.3 deduped | | | +-- jest-docblock@26.0.0 | | | | `-- detect-newline@3.1.0 | | | +-- jest-haste-map@26.6.2 deduped | | | +-- jest-leak-detector@26.6.2 | | | | +-- jest-get-type@26.3.0 deduped | | | | `-- pretty-format@26.6.2 deduped | | | +-- jest-message-util@26.6.2 deduped | | | +-- jest-resolve@26.6.2 | | | | +-- @jest/types@26.6.2 deduped | | | | +-- chalk@4.1.0 deduped | | | | +-- graceful-fs@4.2.4 deduped | | | | +-- jest-pnp-resolver@1.2.2 deduped | | | | +-- jest-util@26.6.2 deduped | | | | +-- read-pkg-up@7.0.1 | | | | | +-- find-up@4.1.0 deduped | | | | | +-- read-pkg@5.2.0 | | | | | | +-- @types/normalize-package-data@2.4.0 deduped | | | | | | +-- normalize-package-data@2.5.0 deduped | | | | | | +-- parse-json@5.1.0 deduped | | | | | | `-- type-fest@0.6.0 | | | | | `-- type-fest@0.8.1 deduped | | | | +-- resolve@1.18.1 deduped | | | | `-- slash@3.0.0 deduped | | | +-- jest-runtime@26.6.3 deduped | | | +-- jest-util@26.6.2 deduped | | | +-- jest-worker@26.6.2 deduped | | | +-- source-map-support@0.5.19 | | | | +-- buffer-from@1.1.1 | | | | `-- source-map@0.6.1 | | | `-- throat@5.0.0 deduped | | +-- jest-runtime@26.6.3 | | | +-- @jest/console@26.6.2 deduped | | | +-- @jest/environment@26.6.2 deduped | | | +-- @jest/fake-timers@26.6.2 deduped | | | +-- @jest/globals@26.6.2 | | | | +-- @jest/environment@26.6.2 deduped | | | | +-- @jest/types@26.6.2 deduped | | | | `-- expect@26.6.2 deduped | | | +-- @jest/source-map@26.6.2 | | | | +-- callsites@3.1.0 deduped | | | | +-- graceful-fs@4.2.4 deduped | | | | `-- source-map@0.6.1 | | | +-- @jest/test-result@26.6.2 deduped | | | +-- @jest/transform@26.6.2 deduped | | | +-- @jest/types@26.6.2 deduped | | | +-- @types/yargs@15.0.9 deduped | | | +-- chalk@4.1.0 | | | | +-- ansi-styles@4.3.0 | | | | | `-- color-convert@2.0.1 | | | | | `-- color-name@1.1.4 | | | | `-- supports-color@7.2.0 | | | | `-- has-flag@4.0.0 | | | +-- cjs-module-lexer@0.6.0 | | | +-- collect-v8-coverage@1.0.1 deduped | | | +-- exit@0.1.2 deduped | | | +-- glob@7.1.6 | | | | +-- fs.realpath@1.0.0 | | | | +-- inflight@1.0.6 | | | | | +-- once@1.4.0 deduped | | | | | `-- wrappy@1.0.2 | | | | +-- inherits@2.0.4 deduped | | | | +-- minimatch@3.0.4 deduped | | | | +-- once@1.4.0 | | | | | `-- wrappy@1.0.2 deduped | | | | `-- path-is-absolute@1.0.1 deduped | | | +-- graceful-fs@4.2.4 deduped | | | +-- jest-config@26.6.3 deduped | | | +-- jest-haste-map@26.6.2 deduped | | | +-- jest-message-util@26.6.2 deduped | | | +-- jest-mock@26.6.2 deduped | | | +-- jest-regex-util@26.0.0 deduped | | | +-- jest-resolve@26.6.2 | | | | +-- @jest/types@26.6.2 deduped | | | | +-- chalk@4.1.0 deduped | | | | +-- graceful-fs@4.2.4 deduped | | | | +-- jest-pnp-resolver@1.2.2 deduped | | | | +-- jest-util@26.6.2 deduped | | | | +-- read-pkg-up@7.0.1 | | | | | +-- find-up@4.1.0 deduped | | | | | +-- read-pkg@5.2.0 | | | | | | +-- @types/normalize-package-data@2.4.0 deduped | | | | | | +-- normalize-package-data@2.5.0 deduped | | | | | | +-- parse-json@5.1.0 deduped | | | | | | `-- type-fest@0.6.0 | | | | | `-- type-fest@0.8.1 deduped | | | | +-- resolve@1.18.1 deduped | | | | `-- slash@3.0.0 deduped | | | +-- jest-snapshot@26.6.2 deduped | | | +-- jest-util@26.6.2 deduped | | | +-- jest-validate@26.6.2 deduped | | | +-- slash@3.0.0 deduped | | | +-- strip-bom@4.0.0 | | | `-- yargs@15.4.1 deduped | | +-- jest-snapshot@26.6.2 | | | +-- @babel/types@7.12.6 deduped | | | +-- @jest/types@26.6.2 deduped | | | +-- @types/babel__traverse@7.0.15 deduped | | | +-- @types/prettier@2.1.5 | | | +-- chalk@4.1.0 | | | | +-- ansi-styles@4.3.0 | | | | | `-- color-convert@2.0.1 | | | | | `-- color-name@1.1.4 | | | | `-- supports-color@7.2.0 | | | | `-- has-flag@4.0.0 | | | +-- expect@26.6.2 deduped | | | +-- graceful-fs@4.2.4 deduped | | | +-- jest-diff@26.6.2 deduped | | | +-- jest-get-type@26.3.0 deduped | | | +-- jest-haste-map@26.6.2 deduped | | | +-- jest-matcher-utils@26.6.2 deduped | | | +-- jest-message-util@26.6.2 deduped | | | +-- jest-resolve@26.6.2 | | | | +-- @jest/types@26.6.2 deduped | | | | +-- chalk@4.1.0 deduped | | | | +-- graceful-fs@4.2.4 deduped | | | | +-- jest-pnp-resolver@1.2.2 deduped | | | | +-- jest-util@26.6.2 deduped | | | | +-- read-pkg-up@7.0.1 | | | | | +-- find-up@4.1.0 deduped | | | | | +-- read-pkg@5.2.0 | | | | | | +-- @types/normalize-package-data@2.4.0 deduped | | | | | | +-- normalize-package-data@2.5.0 deduped | | | | | | +-- parse-json@5.1.0 deduped | | | | | | `-- type-fest@0.6.0 | | | | | `-- type-fest@0.8.1 deduped | | | | +-- resolve@1.18.1 deduped | | | | `-- slash@3.0.0 deduped | | | +-- natural-compare@1.4.0 deduped | | | +-- pretty-format@26.6.2 deduped | | | `-- semver@7.3.2 deduped | | +-- jest-util@26.6.2 | | | +-- @jest/types@26.6.2 deduped | | | +-- @types/node@14.14.7 deduped | | | +-- chalk@4.1.0 | | | | +-- ansi-styles@4.3.0 | | | | | `-- color-convert@2.0.1 | | | | | `-- color-name@1.1.4 | | | | `-- supports-color@7.2.0 | | | | `-- has-flag@4.0.0 | | | +-- graceful-fs@4.2.4 deduped | | | +-- is-ci@2.0.0 deduped | | | `-- micromatch@4.0.2 deduped | | +-- pretty-format@26.6.2 deduped | | +-- stack-utils@2.0.2 | | | `-- escape-string-regexp@2.0.0 | | `-- throat@5.0.0 | +-- jest-resolve@26.6.0 | | +-- @jest/types@26.6.2 deduped | | +-- chalk@4.1.0 | | | +-- ansi-styles@4.3.0 | | | | `-- color-convert@2.0.1 | | | | `-- color-name@1.1.4 | | | `-- supports-color@7.2.0 | | | `-- has-flag@4.0.0 | | +-- graceful-fs@4.2.4 deduped | | +-- jest-pnp-resolver@1.2.2 | | +-- jest-util@26.6.2 deduped | | +-- read-pkg-up@7.0.1 | | | +-- find-up@4.1.0 deduped | | | +-- read-pkg@5.2.0 | | | | +-- @types/normalize-package-data@2.4.0 | | | | +-- normalize-package-data@2.5.0 deduped | | | | +-- parse-json@5.1.0 deduped | | | | `-- type-fest@0.6.0 | | | `-- type-fest@0.8.1 deduped | | +-- resolve@1.18.1 deduped | | `-- slash@3.0.0 deduped | +-- jest-watch-typeahead@0.6.1 | | +-- ansi-escapes@4.3.1 | | | `-- type-fest@0.11.0 | | +-- chalk@4.1.0 | | | +-- ansi-styles@4.3.0 | | | | `-- color-convert@2.0.1 | | | | `-- color-name@1.1.4 | | | `-- supports-color@7.2.0 | | | `-- has-flag@4.0.0 | | +-- jest-regex-util@26.0.0 | | +-- jest-watcher@26.6.2 | | | +-- @jest/test-result@26.6.2 deduped | | | +-- @jest/types@26.6.2 deduped | | | +-- @types/node@14.14.7 deduped | | | +-- ansi-escapes@4.3.1 deduped | | | +-- chalk@4.1.0 | | | | +-- ansi-styles@4.3.0 | | | | | `-- color-convert@2.0.1 | | | | | `-- color-name@1.1.4 | | | | `-- supports-color@7.2.0 | | | | `-- has-flag@4.0.0 | | | +-- jest-util@26.6.2 deduped | | | `-- string-length@4.0.1 deduped | | +-- slash@3.0.0 deduped | | +-- string-length@4.0.1 | | | +-- char-regex@1.0.2 | | | `-- strip-ansi@6.0.0 deduped | | `-- strip-ansi@6.0.0 deduped | +-- mini-css-extract-plugin@0.11.3 | | +-- loader-utils@1.4.0 | | | +-- big.js@5.2.2 deduped | | | +-- emojis-list@3.0.0 deduped | | | `-- json5@1.0.1 | | | `-- minimist@1.2.5 deduped | | +-- normalize-url@1.9.1 | | | +-- object-assign@4.1.1 deduped | | | +-- prepend-http@1.0.4 | | | +-- query-string@4.3.4 | | | | +-- object-assign@4.1.1 deduped | | | | `-- strict-uri-encode@1.1.0 | | | `-- sort-keys@1.1.2 | | | `-- is-plain-obj@1.1.0 | | +-- schema-utils@1.0.0 | | | +-- ajv@6.12.6 deduped | | | +-- ajv-errors@1.0.1 | | | `-- ajv-keywords@3.5.2 deduped | | `-- webpack-sources@1.4.3 | | +-- source-list-map@2.0.1 | | `-- source-map@0.6.1 | +-- optimize-css-assets-webpack-plugin@5.0.4 | | +-- cssnano@4.1.10 | | | +-- cosmiconfig@5.2.1 | | | | +-- import-fresh@2.0.0 | | | | | +-- caller-path@2.0.0 | | | | | | `-- caller-callsite@2.0.0 | | | | | | `-- callsites@2.0.0 | | | | | `-- resolve-from@3.0.0 | | | | +-- is-directory@0.3.1 | | | | +-- js-yaml@3.14.0 deduped | | | | `-- parse-json@4.0.0 | | | | +-- error-ex@1.3.2 deduped | | | | `-- json-parse-better-errors@1.0.2 deduped | | | +-- cssnano-preset-default@4.0.7 | | | | +-- css-declaration-sorter@4.0.1 | | | | | +-- postcss@7.0.35 deduped | | | | | `-- timsort@0.3.0 | | | | +-- cssnano-util-raw-cache@4.0.1 | | | | | `-- postcss@7.0.35 deduped | | | | +-- postcss@7.0.35 deduped | | | | +-- postcss-calc@7.0.5 | | | | | +-- postcss@7.0.35 deduped | | | | | +-- postcss-selector-parser@6.0.4 deduped | | | | | `-- postcss-value-parser@4.1.0 deduped | | | | +-- postcss-colormin@4.0.3 | | | | | +-- browserslist@4.14.7 deduped | | | | | +-- color@3.1.3 | | | | | | +-- color-convert@1.9.3 deduped | | | | | | `-- color-string@1.5.4 | | | | | | +-- color-name@1.1.3 deduped | | | | | | `-- simple-swizzle@0.2.2 | | | | | | `-- is-arrayish@0.3.2 | | | | | +-- has@1.0.3 deduped | | | | | +-- postcss@7.0.35 deduped | | | | | `-- postcss-value-parser@3.3.1 | | | | +-- postcss-convert-values@4.0.1 | | | | | +-- postcss@7.0.35 deduped | | | | | `-- postcss-value-parser@3.3.1 | | | | +-- postcss-discard-comments@4.0.2 | | | | | `-- postcss@7.0.35 deduped | | | | +-- postcss-discard-duplicates@4.0.2 | | | | | `-- postcss@7.0.35 deduped | | | | +-- postcss-discard-empty@4.0.1 | | | | | `-- postcss@7.0.35 deduped | | | | +-- postcss-discard-overridden@4.0.1 | | | | | `-- postcss@7.0.35 deduped | | | | +-- postcss-merge-longhand@4.0.11 | | | | | +-- css-color-names@0.0.4 | | | | | +-- postcss@7.0.35 deduped | | | | | +-- postcss-value-parser@3.3.1 | | | | | `-- stylehacks@4.0.3 | | | | | +-- browserslist@4.14.7 deduped | | | | | +-- postcss@7.0.35 deduped | | | | | `-- postcss-selector-parser@3.1.2 | | | | | +-- dot-prop@5.3.0 deduped | | | | | +-- indexes-of@1.0.1 deduped | | | | | `-- uniq@1.0.1 deduped | | | | +-- postcss-merge-rules@4.0.3 | | | | | +-- browserslist@4.14.7 deduped | | | | | +-- caniuse-api@3.0.0 | | | | | | +-- browserslist@4.14.7 deduped | | | | | | +-- caniuse-lite@1.0.30001157 deduped | | | | | | +-- lodash.memoize@4.1.2 | | | | | | `-- lodash.uniq@4.5.0 | | | | | +-- cssnano-util-same-parent@4.0.1 | | | | | +-- postcss@7.0.35 deduped | | | | | +-- postcss-selector-parser@3.1.2 | | | | | | +-- dot-prop@5.3.0 | | | | | | | `-- is-obj@2.0.0 | | | | | | +-- indexes-of@1.0.1 deduped | | | | | | `-- uniq@1.0.1 deduped | | | | | `-- vendors@1.0.4 | | | | +-- postcss-minify-font-values@4.0.2 | | | | | +-- postcss@7.0.35 deduped | | | | | `-- postcss-value-parser@3.3.1 | | | | +-- postcss-minify-gradients@4.0.2 | | | | | +-- cssnano-util-get-arguments@4.0.0 | | | | | +-- is-color-stop@1.1.0 | | | | | | +-- css-color-names@0.0.4 deduped | | | | | | +-- hex-color-regex@1.1.0 | | | | | | +-- hsl-regex@1.0.0 | | | | | | +-- hsla-regex@1.0.0 | | | | | | +-- rgb-regex@1.0.1 | | | | | | `-- rgba-regex@1.0.0 | | | | | +-- postcss@7.0.35 deduped | | | | | `-- postcss-value-parser@3.3.1 | | | | +-- postcss-minify-params@4.0.2 | | | | | +-- alphanum-sort@1.0.2 | | | | | +-- browserslist@4.14.7 deduped | | | | | +-- cssnano-util-get-arguments@4.0.0 deduped | | | | | +-- postcss@7.0.35 deduped | | | | | +-- postcss-value-parser@3.3.1 | | | | | `-- uniqs@2.0.0 | | | | +-- postcss-minify-selectors@4.0.2 | | | | | +-- alphanum-sort@1.0.2 deduped | | | | | +-- has@1.0.3 deduped | | | | | +-- postcss@7.0.35 deduped | | | | | `-- postcss-selector-parser@3.1.2 | | | | | +-- dot-prop@5.3.0 deduped | | | | | +-- indexes-of@1.0.1 deduped | | | | | `-- uniq@1.0.1 deduped | | | | +-- postcss-normalize-charset@4.0.1 | | | | | `-- postcss@7.0.35 deduped | | | | +-- postcss-normalize-display-values@4.0.2 | | | | | +-- cssnano-util-get-match@4.0.0 | | | | | +-- postcss@7.0.35 deduped | | | | | `-- postcss-value-parser@3.3.1 | | | | +-- postcss-normalize-positions@4.0.2 | | | | | +-- cssnano-util-get-arguments@4.0.0 deduped | | | | | +-- has@1.0.3 deduped | | | | | +-- postcss@7.0.35 deduped | | | | | `-- postcss-value-parser@3.3.1 | | | | +-- postcss-normalize-repeat-style@4.0.2 | | | | | +-- cssnano-util-get-arguments@4.0.0 deduped | | | | | +-- cssnano-util-get-match@4.0.0 deduped | | | | | +-- postcss@7.0.35 deduped | | | | | `-- postcss-value-parser@3.3.1 | | | | +-- postcss-normalize-string@4.0.2 | | | | | +-- has@1.0.3 deduped | | | | | +-- postcss@7.0.35 deduped | | | | | `-- postcss-value-parser@3.3.1 | | | | +-- postcss-normalize-timing-functions@4.0.2 | | | | | +-- cssnano-util-get-match@4.0.0 deduped | | | | | +-- postcss@7.0.35 deduped | | | | | `-- postcss-value-parser@3.3.1 | | | | +-- postcss-normalize-unicode@4.0.1 | | | | | +-- browserslist@4.14.7 deduped | | | | | +-- postcss@7.0.35 deduped | | | | | `-- postcss-value-parser@3.3.1 | | | | +-- postcss-normalize-url@4.0.1 | | | | | +-- is-absolute-url@2.1.0 | | | | | +-- normalize-url@3.3.0 | | | | | +-- postcss@7.0.35 deduped | | | | | `-- postcss-value-parser@3.3.1 | | | | +-- postcss-normalize-whitespace@4.0.2 | | | | | +-- postcss@7.0.35 deduped | | | | | `-- postcss-value-parser@3.3.1 | | | | +-- postcss-ordered-values@4.1.2 | | | | | +-- cssnano-util-get-arguments@4.0.0 deduped | | | | | +-- postcss@7.0.35 deduped | | | | | `-- postcss-value-parser@3.3.1 | | | | +-- postcss-reduce-initial@4.0.3 | | | | | +-- browserslist@4.14.7 deduped | | | | | +-- caniuse-api@3.0.0 deduped | | | | | +-- has@1.0.3 deduped | | | | | `-- postcss@7.0.35 deduped | | | | +-- postcss-reduce-transforms@4.0.2 | | | | | +-- cssnano-util-get-match@4.0.0 deduped | | | | | +-- has@1.0.3 deduped | | | | | +-- postcss@7.0.35 deduped | | | | | `-- postcss-value-parser@3.3.1 | | | | +-- postcss-svgo@4.0.2 | | | | | +-- is-svg@3.0.0 | | | | | | `-- html-comment-regex@1.1.2 | | | | | +-- postcss@7.0.35 deduped | | | | | +-- postcss-value-parser@3.3.1 | | | | | `-- svgo@1.3.2 deduped | | | | `-- postcss-unique-selectors@4.0.1 | | | | +-- alphanum-sort@1.0.2 deduped | | | | +-- postcss@7.0.35 deduped | | | | `-- uniqs@2.0.0 deduped | | | +-- is-resolvable@1.1.0 | | | `-- postcss@7.0.35 deduped | | `-- last-call-webpack-plugin@3.0.0 | | +-- lodash@4.17.20 deduped | | `-- webpack-sources@1.4.3 deduped | +-- pnp-webpack-plugin@1.6.4 | | `-- ts-pnp@1.2.0 deduped | +-- postcss-flexbugs-fixes@4.2.1 | | `-- postcss@7.0.35 deduped | +-- postcss-loader@3.0.0 | | +-- loader-utils@1.4.0 | | | +-- big.js@5.2.2 deduped | | | +-- emojis-list@3.0.0 deduped | | | `-- json5@1.0.1 | | | `-- minimist@1.2.5 deduped | | +-- postcss@7.0.35 deduped | | +-- postcss-load-config@2.1.2 | | | +-- cosmiconfig@5.2.1 | | | | +-- import-fresh@2.0.0 | | | | | +-- caller-path@2.0.0 deduped | | | | | `-- resolve-from@3.0.0 | | | | +-- is-directory@0.3.1 deduped | | | | +-- js-yaml@3.14.0 deduped | | | | `-- parse-json@4.0.0 | | | | +-- error-ex@1.3.2 deduped | | | | `-- json-parse-better-errors@1.0.2 deduped | | | `-- import-cwd@2.1.0 | | | `-- import-from@2.1.0 | | | `-- resolve-from@3.0.0 | | `-- schema-utils@1.0.0 | | +-- ajv@6.12.6 deduped | | +-- ajv-errors@1.0.1 deduped | | `-- ajv-keywords@3.5.2 deduped | +-- postcss-normalize@8.0.1 | | +-- @csstools/normalize.css@10.1.0 | | +-- browserslist@4.14.7 | | | +-- caniuse-lite@1.0.30001157 deduped | | | +-- colorette@1.2.1 | | | +-- electron-to-chromium@1.3.592 | | | +-- escalade@3.1.1 | | | `-- node-releases@1.1.66 | | +-- postcss@7.0.35 deduped | | +-- postcss-browser-comments@3.0.0 | | | `-- postcss@7.0.35 deduped | | `-- sanitize.css@10.0.0 | +-- postcss-preset-env@6.7.0 | | +-- autoprefixer@9.8.6 | | | +-- browserslist@4.14.7 deduped | | | +-- caniuse-lite@1.0.30001157 deduped | | | +-- colorette@1.2.1 deduped | | | +-- normalize-range@0.1.2 | | | +-- num2fraction@1.2.2 | | | +-- postcss@7.0.35 deduped | | | `-- postcss-value-parser@4.1.0 deduped | | +-- browserslist@4.14.7 deduped | | +-- caniuse-lite@1.0.30001157 | | +-- css-blank-pseudo@0.1.4 | | | `-- postcss@7.0.35 deduped | | +-- css-has-pseudo@0.10.0 | | | +-- postcss@7.0.35 deduped | | | `-- postcss-selector-parser@5.0.0 | | | +-- cssesc@2.0.0 | | | +-- indexes-of@1.0.1 deduped | | | `-- uniq@1.0.1 deduped | | +-- css-prefers-color-scheme@3.1.1 | | | `-- postcss@7.0.35 deduped | | +-- cssdb@4.4.0 | | +-- postcss@7.0.35 deduped | | +-- postcss-attribute-case-insensitive@4.0.2 | | | +-- postcss@7.0.35 deduped | | | `-- postcss-selector-parser@6.0.4 deduped | | +-- postcss-color-functional-notation@2.0.1 | | | +-- postcss@7.0.35 deduped | | | `-- postcss-values-parser@2.0.1 | | | +-- flatten@1.0.3 | | | +-- indexes-of@1.0.1 deduped | | | `-- uniq@1.0.1 deduped | | +-- postcss-color-gray@5.0.0 | | | +-- @csstools/convert-colors@1.4.0 | | | +-- postcss@7.0.35 deduped | | | `-- postcss-values-parser@2.0.1 deduped | | +-- postcss-color-hex-alpha@5.0.3 | | | +-- postcss@7.0.35 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.35 deduped | | | `-- postcss-values-parser@2.0.1 deduped | | +-- postcss-color-rebeccapurple@4.0.1 | | | +-- postcss@7.0.35 deduped | | | `-- postcss-values-parser@2.0.1 deduped | | +-- postcss-custom-media@7.0.8 | | | `-- postcss@7.0.35 deduped | | +-- postcss-custom-properties@8.0.11 | | | +-- postcss@7.0.35 deduped | | | `-- postcss-values-parser@2.0.1 deduped | | +-- postcss-custom-selectors@5.1.2 | | | +-- postcss@7.0.35 deduped | | | `-- postcss-selector-parser@5.0.0 | | | +-- cssesc@2.0.0 | | | +-- indexes-of@1.0.1 deduped | | | `-- uniq@1.0.1 deduped | | +-- postcss-dir-pseudo-class@5.0.0 | | | +-- postcss@7.0.35 deduped | | | `-- postcss-selector-parser@5.0.0 | | | +-- cssesc@2.0.0 | | | +-- indexes-of@1.0.1 deduped | | | `-- uniq@1.0.1 deduped | | +-- postcss-double-position-gradients@1.0.0 | | | +-- postcss@7.0.35 deduped | | | `-- postcss-values-parser@2.0.1 deduped | | +-- postcss-env-function@2.0.2 | | | +-- postcss@7.0.35 deduped | | | `-- postcss-values-parser@2.0.1 deduped | | +-- postcss-focus-visible@4.0.0 | | | `-- postcss@7.0.35 deduped | | +-- postcss-focus-within@3.0.0 | | | `-- postcss@7.0.35 deduped | | +-- postcss-font-variant@4.0.1 | | | `-- postcss@7.0.35 deduped | | +-- postcss-gap-properties@2.0.0 | | | `-- postcss@7.0.35 deduped | | +-- postcss-image-set-function@3.0.1 | | | +-- postcss@7.0.35 deduped | | | `-- postcss-values-parser@2.0.1 deduped | | +-- postcss-initial@3.0.2 | | | +-- lodash.template@4.5.0 | | | | +-- lodash._reinterpolate@3.0.0 | | | | `-- lodash.templatesettings@4.2.0 | | | | `-- lodash._reinterpolate@3.0.0 deduped | | | `-- postcss@7.0.35 deduped | | +-- postcss-lab-function@2.0.1 | | | +-- @csstools/convert-colors@1.4.0 deduped | | | +-- postcss@7.0.35 deduped | | | `-- postcss-values-parser@2.0.1 deduped | | +-- postcss-logical@3.0.0 | | | `-- postcss@7.0.35 deduped | | +-- postcss-media-minmax@4.0.0 | | | `-- postcss@7.0.35 deduped | | +-- postcss-nesting@7.0.1 | | | `-- postcss@7.0.35 deduped | | +-- postcss-overflow-shorthand@2.0.0 | | | `-- postcss@7.0.35 deduped | | +-- postcss-page-break@2.0.0 | | | `-- postcss@7.0.35 deduped | | +-- postcss-place@4.0.1 | | | +-- postcss@7.0.35 deduped | | | `-- postcss-values-parser@2.0.1 deduped | | +-- postcss-pseudo-class-any-link@6.0.0 | | | +-- postcss@7.0.35 deduped | | | `-- postcss-selector-parser@5.0.0 | | | +-- cssesc@2.0.0 | | | +-- indexes-of@1.0.1 deduped | | | `-- uniq@1.0.1 deduped | | +-- postcss-replace-overflow-wrap@3.0.0 | | | `-- postcss@7.0.35 deduped | | +-- postcss-selector-matches@4.0.0 | | | +-- balanced-match@1.0.0 | | | `-- postcss@7.0.35 deduped | | `-- postcss-selector-not@4.0.0 | | +-- balanced-match@1.0.0 deduped | | `-- postcss@7.0.35 deduped | +-- postcss-safe-parser@5.0.2 | | `-- postcss@8.1.7 | | +-- colorette@1.2.1 deduped | | +-- line-column@1.0.2 | | | +-- isarray@1.0.0 deduped | | | `-- isobject@2.1.0 | | | `-- isarray@1.0.0 deduped | | +-- nanoid@3.1.16 | | `-- source-map@0.6.1 | +-- react-app-polyfill@2.0.0 | | +-- core-js@3.7.0 deduped | | +-- object-assign@4.1.1 deduped | | +-- promise@8.1.0 | | | `-- asap@2.0.6 | | +-- raf@3.4.1 | | | `-- performance-now@2.1.0 | | +-- regenerator-runtime@0.13.7 deduped | | `-- whatwg-fetch@3.5.0 | +-- react-dev-utils@11.0.0 | | +-- @babel/code-frame@7.10.4 deduped | | +-- address@1.1.2 | | +-- browserslist@4.14.2 | | | +-- caniuse-lite@1.0.30001157 deduped | | | +-- electron-to-chromium@1.3.592 deduped | | | +-- escalade@3.1.1 deduped | | | `-- node-releases@1.1.66 deduped | | +-- chalk@2.4.2 | | | +-- ansi-styles@3.2.1 | | | | `-- color-convert@1.9.3 | | | | `-- color-name@1.1.3 | | | +-- escape-string-regexp@1.0.5 | | | `-- supports-color@5.5.0 | | | `-- has-flag@3.0.0 deduped | | +-- cross-spawn@7.0.3 | | | +-- path-key@3.1.1 | | | +-- shebang-command@2.0.0 | | | | `-- shebang-regex@3.0.0 | | | `-- which@2.0.2 | | | `-- isexe@2.0.0 deduped | | +-- detect-port-alt@1.1.6 | | | +-- address@1.1.2 deduped | | | `-- debug@2.6.9 | | | `-- ms@2.0.0 | | +-- escape-string-regexp@2.0.0 | | +-- filesize@6.1.0 | | +-- find-up@4.1.0 | | | +-- locate-path@5.0.0 | | | | `-- p-locate@4.1.0 | | | | `-- p-limit@2.3.0 | | | | `-- p-try@2.2.0 deduped | | | `-- path-exists@4.0.0 | | +-- fork-ts-checker-webpack-plugin@4.1.6 | | | +-- @babel/code-frame@7.10.4 deduped | | | +-- chalk@2.4.2 deduped | | | +-- micromatch@3.1.10 | | | | +-- arr-diff@4.0.0 deduped | | | | +-- array-unique@0.3.2 deduped | | | | +-- 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 deduped | | | | | | +-- repeat-string@1.6.1 deduped | | | | | | `-- to-regex-range@2.1.1 | | | | | | +-- is-number@3.0.0 deduped | | | | | | `-- repeat-string@1.6.1 deduped | | | | | +-- isobject@3.0.1 deduped | | | | | +-- repeat-element@1.1.3 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 deduped | | | | +-- fragment-cache@0.2.1 deduped | | | | +-- kind-of@6.0.3 | | | | +-- 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.7.1 | | | +-- tapable@1.1.3 deduped | | | `-- worker-rpc@0.1.1 | | | `-- microevent.ts@0.1.1 | | +-- global-modules@2.0.0 | | | `-- global-prefix@3.0.0 | | | +-- ini@1.3.5 | | | +-- kind-of@6.0.3 | | | `-- which@1.3.1 | | | `-- isexe@2.0.0 deduped | | +-- globby@11.0.1 | | | +-- array-union@2.1.0 | | | +-- dir-glob@3.0.1 | | | | `-- path-type@4.0.0 deduped | | | +-- fast-glob@3.2.4 | | | | +-- @nodelib/fs.stat@2.0.3 | | | | +-- @nodelib/fs.walk@1.2.4 | | | | | +-- @nodelib/fs.scandir@2.1.3 | | | | | | +-- @nodelib/fs.stat@2.0.3 deduped | | | | | | `-- run-parallel@1.1.10 | | | | | `-- fastq@1.9.0 | | | | | `-- reusify@1.0.4 | | | | +-- glob-parent@5.1.1 deduped | | | | +-- merge2@1.4.1 deduped | | | | +-- micromatch@4.0.2 deduped | | | | `-- picomatch@2.2.2 deduped | | | +-- ignore@5.1.8 | | | +-- merge2@1.4.1 | | | `-- slash@3.0.0 deduped | | +-- gzip-size@5.1.1 | | | +-- duplexer@0.1.2 | | | `-- pify@4.0.1 deduped | | +-- immer@7.0.9 | | +-- inquirer@7.3.3 | | | +-- ansi-escapes@4.3.1 deduped | | | +-- chalk@4.1.0 | | | | +-- ansi-styles@4.3.0 | | | | | `-- color-convert@2.0.1 | | | | | `-- color-name@1.1.4 | | | | `-- supports-color@7.2.0 | | | | `-- has-flag@4.0.0 | | | +-- cli-cursor@3.1.0 | | | | `-- restore-cursor@3.1.0 | | | | +-- onetime@5.1.2 deduped | | | | `-- signal-exit@3.0.3 deduped | | | +-- cli-width@3.0.0 | | | +-- external-editor@3.1.0 | | | | +-- chardet@0.7.0 | | | | +-- iconv-lite@0.4.24 | | | | | `-- safer-buffer@2.1.2 | | | | `-- tmp@0.0.33 | | | | `-- os-tmpdir@1.0.2 | | | +-- figures@3.2.0 | | | | `-- escape-string-regexp@1.0.5 deduped | | | +-- lodash@4.17.20 deduped | | | +-- mute-stream@0.0.8 | | | +-- run-async@2.4.1 | | | +-- rxjs@6.6.3 | | | | `-- tslib@1.14.1 deduped | | | +-- string-width@4.2.0 | | | | +-- emoji-regex@8.0.0 | | | | +-- is-fullwidth-code-point@3.0.0 | | | | `-- strip-ansi@6.0.0 deduped | | | +-- strip-ansi@6.0.0 deduped | | | `-- through@2.3.8 | | +-- is-root@2.1.0 | | +-- loader-utils@2.0.0 deduped | | +-- open@7.3.0 | | | +-- is-docker@2.1.1 | | | `-- is-wsl@2.2.0 | | | `-- is-docker@2.1.1 deduped | | +-- pkg-up@3.1.0 | | | `-- find-up@3.0.0 | | | `-- locate-path@3.0.0 | | | +-- p-locate@3.0.0 | | | | `-- p-limit@2.3.0 deduped | | | `-- path-exists@3.0.0 | | +-- react-error-overlay@6.0.8 | | +-- recursive-readdir@2.2.2 | | | `-- minimatch@3.0.4 deduped | | +-- shell-quote@1.7.2 | | +-- strip-ansi@6.0.0 deduped | | `-- text-table@0.2.0 deduped | +-- react-refresh@0.8.3 | +-- resolve@1.18.1 | | +-- is-core-module@2.1.0 | | | `-- has@1.0.3 deduped | | `-- path-parse@1.0.6 | +-- resolve-url-loader@3.1.2 | | +-- adjust-sourcemap-loader@3.0.0 | | | +-- loader-utils@2.0.0 deduped | | | `-- regex-parser@2.2.11 | | +-- camelcase@5.3.1 | | +-- compose-function@3.0.3 | | | `-- arity-n@1.0.4 | | +-- convert-source-map@1.7.0 deduped | | +-- es6-iterator@2.0.3 | | | +-- d@1.0.1 | | | | +-- es5-ext@0.10.53 deduped | | | | `-- type@1.2.0 | | | +-- es5-ext@0.10.53 | | | | +-- es6-iterator@2.0.3 deduped | | | | +-- es6-symbol@3.1.3 deduped | | | | `-- next-tick@1.0.0 | | | `-- es6-symbol@3.1.3 | | | +-- d@1.0.1 deduped | | | `-- ext@1.4.0 | | | `-- type@2.1.0 | | +-- loader-utils@1.2.3 | | | +-- big.js@5.2.2 deduped | | | +-- emojis-list@2.1.0 | | | `-- json5@1.0.1 | | | `-- minimist@1.2.5 deduped | | +-- postcss@7.0.21 | | | +-- chalk@2.4.2 deduped | | | +-- source-map@0.6.1 deduped | | | `-- supports-color@6.1.0 | | | `-- has-flag@3.0.0 deduped | | +-- rework@1.0.1 | | | +-- convert-source-map@0.3.5 | | | `-- css@2.2.4 | | | +-- inherits@2.0.4 deduped | | | +-- source-map@0.6.1 | | | +-- source-map-resolve@0.5.3 | | | | +-- atob@2.1.2 deduped | | | | +-- decode-uri-component@0.2.0 deduped | | | | +-- resolve-url@0.2.1 | | | | +-- source-map-url@0.4.0 deduped | | | | `-- urix@0.1.0 deduped | | | `-- urix@0.1.0 | | +-- rework-visit@1.0.0 | | `-- source-map@0.6.1 | +-- sass-loader@8.0.2 | | +-- clone-deep@4.0.1 | | | +-- is-plain-object@2.0.4 | | | | `-- isobject@3.0.1 | | | +-- kind-of@6.0.3 | | | `-- shallow-clone@3.0.1 | | | `-- kind-of@6.0.3 deduped | | +-- loader-utils@1.4.0 | | | +-- big.js@5.2.2 deduped | | | +-- emojis-list@3.0.0 deduped | | | `-- json5@1.0.1 | | | `-- minimist@1.2.5 deduped | | +-- neo-async@2.6.2 | | +-- schema-utils@2.7.1 deduped | | `-- semver@6.3.0 | +-- semver@7.3.2 | +-- style-loader@1.3.0 | | +-- loader-utils@2.0.0 deduped | | `-- schema-utils@2.7.1 deduped | +-- terser-webpack-plugin@4.2.3 | | +-- cacache@15.0.5 | | | +-- @npmcli/move-file@1.0.1 | | | | `-- mkdirp@1.0.4 | | | +-- chownr@2.0.0 | | | +-- fs-minipass@2.1.0 | | | | `-- minipass@3.1.3 deduped | | | +-- glob@7.1.6 deduped | | | +-- infer-owner@1.0.4 | | | +-- lru-cache@6.0.0 | | | | `-- yallist@4.0.0 | | | +-- minipass@3.1.3 | | | | `-- yallist@4.0.0 deduped | | | +-- minipass-collect@1.0.2 | | | | `-- minipass@3.1.3 deduped | | | +-- minipass-flush@1.0.5 | | | | `-- minipass@3.1.3 deduped | | | +-- minipass-pipeline@1.2.4 | | | | `-- minipass@3.1.3 deduped | | | +-- mkdirp@1.0.4 | | | +-- p-map@4.0.0 | | | | `-- aggregate-error@3.1.0 | | | | +-- clean-stack@2.2.0 | | | | `-- indent-string@4.0.0 deduped | | | +-- promise-inflight@1.0.1 | | | +-- rimraf@3.0.2 | | | | `-- glob@7.1.6 deduped | | | +-- ssri@8.0.0 | | | | `-- minipass@3.1.3 deduped | | | +-- tar@6.0.5 | | | | +-- chownr@2.0.0 deduped | | | | +-- fs-minipass@2.1.0 deduped | | | | +-- minipass@3.1.3 deduped | | | | +-- minizlib@2.1.2 | | | | | +-- minipass@3.1.3 deduped | | | | | `-- yallist@4.0.0 deduped | | | | +-- mkdirp@1.0.4 | | | | `-- yallist@4.0.0 deduped | | | `-- unique-filename@1.1.1 | | | `-- unique-slug@2.0.2 | | | `-- imurmurhash@0.1.4 deduped | | +-- find-cache-dir@3.3.1 | | | +-- commondir@1.0.1 deduped | | | +-- make-dir@3.1.0 | | | | `-- semver@6.3.0 | | | `-- pkg-dir@4.2.0 | | | `-- find-up@4.1.0 deduped | | +-- jest-worker@26.6.2 | | | +-- @types/node@14.14.7 deduped | | | +-- merge-stream@2.0.0 | | | `-- supports-color@7.2.0 | | | `-- has-flag@4.0.0 | | +-- p-limit@3.0.2 | | | `-- p-try@2.2.0 | | +-- schema-utils@3.0.0 | | | +-- @types/json-schema@7.0.6 deduped | | | +-- ajv@6.12.6 deduped | | | `-- ajv-keywords@3.5.2 deduped | | +-- serialize-javascript@5.0.1 | | | `-- randombytes@2.1.0 | | | `-- safe-buffer@5.1.2 deduped | | +-- source-map@0.6.1 | | +-- terser@5.3.8 | | | +-- commander@2.20.3 | | | +-- source-map@0.7.3 | | | `-- source-map-support@0.5.19 deduped | | `-- webpack-sources@1.4.3 deduped | +-- ts-pnp@1.2.0 | +-- url-loader@4.1.1 | | +-- loader-utils@2.0.0 deduped | | +-- mime-types@2.1.27 | | | `-- mime-db@1.44.0 | | `-- schema-utils@3.0.0 | | +-- @types/json-schema@7.0.6 deduped | | +-- ajv@6.12.6 deduped | | `-- ajv-keywords@3.5.2 deduped | +-- webpack@4.44.2 | | +-- @webassemblyjs/ast@1.9.0 | | | +-- @webassemblyjs/helper-module-context@1.9.0 deduped | | | +-- @webassemblyjs/helper-wasm-bytecode@1.9.0 | | | `-- @webassemblyjs/wast-parser@1.9.0 | | | +-- @webassemblyjs/ast@1.9.0 deduped | | | +-- @webassemblyjs/floating-point-hex-parser@1.9.0 | | | +-- @webassemblyjs/helper-api-error@1.9.0 deduped | | | +-- @webassemblyjs/helper-code-frame@1.9.0 | | | | `-- @webassemblyjs/wast-printer@1.9.0 deduped | | | +-- @webassemblyjs/helper-fsm@1.9.0 | | | `-- @xtuc/long@4.2.2 | | +-- @webassemblyjs/helper-module-context@1.9.0 | | | `-- @webassemblyjs/ast@1.9.0 deduped | | +-- @webassemblyjs/wasm-edit@1.9.0 | | | +-- @webassemblyjs/ast@1.9.0 deduped | | | +-- @webassemblyjs/helper-buffer@1.9.0 | | | +-- @webassemblyjs/helper-wasm-bytecode@1.9.0 deduped | | | +-- @webassemblyjs/helper-wasm-section@1.9.0 | | | | +-- @webassemblyjs/ast@1.9.0 deduped | | | | +-- @webassemblyjs/helper-buffer@1.9.0 deduped | | | | +-- @webassemblyjs/helper-wasm-bytecode@1.9.0 deduped | | | | `-- @webassemblyjs/wasm-gen@1.9.0 deduped | | | +-- @webassemblyjs/wasm-gen@1.9.0 | | | | +-- @webassemblyjs/ast@1.9.0 deduped | | | | +-- @webassemblyjs/helper-wasm-bytecode@1.9.0 deduped | | | | +-- @webassemblyjs/ieee754@1.9.0 deduped | | | | +-- @webassemblyjs/leb128@1.9.0 deduped | | | | `-- @webassemblyjs/utf8@1.9.0 deduped | | | +-- @webassemblyjs/wasm-opt@1.9.0 | | | | +-- @webassemblyjs/ast@1.9.0 deduped | | | | +-- @webassemblyjs/helper-buffer@1.9.0 deduped | | | | +-- @webassemblyjs/wasm-gen@1.9.0 deduped | | | | `-- @webassemblyjs/wasm-parser@1.9.0 deduped | | | +-- @webassemblyjs/wasm-parser@1.9.0 deduped | | | `-- @webassemblyjs/wast-printer@1.9.0 | | | +-- @webassemblyjs/ast@1.9.0 deduped | | | +-- @webassemblyjs/wast-parser@1.9.0 deduped | | | `-- @xtuc/long@4.2.2 deduped | | +-- @webassemblyjs/wasm-parser@1.9.0 | | | +-- @webassemblyjs/ast@1.9.0 deduped | | | +-- @webassemblyjs/helper-api-error@1.9.0 | | | +-- @webassemblyjs/helper-wasm-bytecode@1.9.0 deduped | | | +-- @webassemblyjs/ieee754@1.9.0 | | | | `-- @xtuc/ieee754@1.2.0 | | | +-- @webassemblyjs/leb128@1.9.0 | | | | `-- @xtuc/long@4.2.2 deduped | | | `-- @webassemblyjs/utf8@1.9.0 | | +-- acorn@6.4.2 | | +-- ajv@6.12.6 deduped | | +-- ajv-keywords@3.5.2 | | +-- chrome-trace-event@1.0.2 | | | `-- tslib@1.14.1 deduped | | +-- enhanced-resolve@4.3.0 | | | +-- graceful-fs@4.2.4 deduped | | | +-- memory-fs@0.5.0 | | | | +-- errno@0.1.7 deduped | | | | `-- readable-stream@2.3.7 | | | | +-- core-util-is@1.0.2 deduped | | | | +-- inherits@2.0.4 deduped | | | | +-- isarray@1.0.0 deduped | | | | +-- process-nextick-args@2.0.1 deduped | | | | +-- safe-buffer@5.1.2 deduped | | | | +-- string_decoder@1.1.1 | | | | | `-- safe-buffer@5.1.2 deduped | | | | `-- util-deprecate@1.0.2 deduped | | | `-- tapable@1.1.3 deduped | | +-- eslint-scope@4.0.3 | | | +-- esrecurse@4.3.0 deduped | | | `-- estraverse@4.3.0 deduped | | +-- json-parse-better-errors@1.0.2 | | +-- loader-runner@2.4.0 | | +-- loader-utils@1.4.0 | | | +-- big.js@5.2.2 deduped | | | +-- emojis-list@3.0.0 deduped | | | `-- json5@1.0.1 | | | `-- minimist@1.2.5 deduped | | +-- memory-fs@0.4.1 | | | +-- errno@0.1.7 | | | | `-- prr@1.0.1 | | | `-- readable-stream@2.3.7 | | | +-- core-util-is@1.0.2 | | | +-- inherits@2.0.4 deduped | | | +-- isarray@1.0.0 deduped | | | +-- process-nextick-args@2.0.1 | | | +-- safe-buffer@5.1.2 deduped | | | +-- string_decoder@1.1.1 | | | | `-- safe-buffer@5.1.2 deduped | | | `-- util-deprecate@1.0.2 deduped | | +-- micromatch@3.1.10 | | | +-- arr-diff@4.0.0 | | | +-- array-unique@0.3.2 | | | +-- braces@2.3.2 | | | | +-- arr-flatten@1.1.0 | | | | +-- array-unique@0.3.2 deduped | | | | +-- extend-shallow@2.0.1 | | | | | `-- is-extendable@0.1.1 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 deduped | | | | | +-- repeat-string@1.6.1 | | | | | `-- to-regex-range@2.1.1 | | | | | +-- is-number@3.0.0 deduped | | | | | `-- repeat-string@1.6.1 deduped | | | | +-- isobject@3.0.1 deduped | | | | +-- repeat-element@1.1.3 | | | | +-- snapdragon@0.8.2 deduped | | | | +-- snapdragon-node@2.1.1 | | | | | +-- define-property@1.0.0 | | | | | | `-- is-descriptor@1.0.2 | | | | | | +-- is-accessor-descriptor@1.0.0 | | | | | | | `-- kind-of@6.0.3 deduped | | | | | | +-- is-data-descriptor@1.0.0 | | | | | | | `-- kind-of@6.0.3 deduped | | | | | | `-- kind-of@6.0.3 | | | | | +-- isobject@3.0.1 deduped | | | | | `-- snapdragon-util@3.0.1 | | | | | `-- kind-of@3.2.2 deduped | | | | +-- split-string@3.1.0 | | | | | `-- extend-shallow@3.0.2 deduped | | | | `-- to-regex@3.0.2 deduped | | | +-- define-property@2.0.2 | | | | +-- is-descriptor@1.0.2 | | | | | +-- is-accessor-descriptor@1.0.0 | | | | | | `-- kind-of@6.0.3 deduped | | | | | +-- is-data-descriptor@1.0.0 | | | | | | `-- kind-of@6.0.3 deduped | | | | | `-- kind-of@6.0.3 | | | | `-- isobject@3.0.1 deduped | | | +-- extend-shallow@3.0.2 | | | | +-- assign-symbols@1.0.0 | | | | `-- is-extendable@1.0.1 | | | | `-- is-plain-object@2.0.4 deduped | | | +-- extglob@2.0.4 | | | | +-- array-unique@0.3.2 deduped | | | | +-- define-property@1.0.0 | | | | | `-- is-descriptor@1.0.2 | | | | | +-- is-accessor-descriptor@1.0.0 | | | | | | `-- kind-of@6.0.3 deduped | | | | | +-- is-data-descriptor@1.0.0 | | | | | | `-- kind-of@6.0.3 deduped | | | | | `-- kind-of@6.0.3 | | | | +-- expand-brackets@2.1.4 | | | | | +-- debug@2.6.9 | | | | | | `-- ms@2.0.0 | | | | | +-- define-property@0.2.5 | | | | | | `-- is-descriptor@0.1.6 deduped | | | | | +-- extend-shallow@2.0.1 | | | | | | `-- is-extendable@0.1.1 deduped | | | | | +-- posix-character-classes@0.1.1 | | | | | +-- regex-not@1.0.2 deduped | | | | | +-- snapdragon@0.8.2 deduped | | | | | `-- to-regex@3.0.2 deduped | | | | +-- extend-shallow@2.0.1 | | | | | `-- is-extendable@0.1.1 | | | | +-- fragment-cache@0.2.1 deduped | | | | +-- regex-not@1.0.2 deduped | | | | +-- snapdragon@0.8.2 deduped | | | | `-- to-regex@3.0.2 deduped | | | +-- fragment-cache@0.2.1 | | | | `-- map-cache@0.2.2 | | | +-- kind-of@6.0.3 | | | +-- nanomatch@1.2.13 | | | | +-- arr-diff@4.0.0 deduped | | | | +-- array-unique@0.3.2 deduped | | | | +-- define-property@2.0.2 deduped | | | | +-- extend-shallow@3.0.2 deduped | | | | +-- fragment-cache@0.2.1 deduped | | | | +-- is-windows@1.0.2 | | | | +-- kind-of@6.0.3 | | | | +-- object.pick@1.3.0 deduped | | | | +-- regex-not@1.0.2 deduped | | | | +-- snapdragon@0.8.2 deduped | | | | `-- to-regex@3.0.2 deduped | | | +-- object.pick@1.3.0 | | | | `-- isobject@3.0.1 deduped | | | +-- regex-not@1.0.2 | | | | +-- extend-shallow@3.0.2 deduped | | | | `-- safe-regex@1.1.0 | | | | `-- ret@0.1.15 | | | +-- snapdragon@0.8.2 | | | | +-- base@0.11.2 | | | | | +-- cache-base@1.0.1 | | | | | | +-- collection-visit@1.0.0 | | | | | | | +-- map-visit@1.0.0 | | | | | | | | `-- object-visit@1.0.1 deduped | | | | | | | `-- object-visit@1.0.1 | | | | | | | `-- isobject@3.0.1 deduped | | | | | | +-- component-emitter@1.3.0 deduped | | | | | | +-- get-value@2.0.6 | | | | | | +-- has-value@1.0.0 | | | | | | | +-- get-value@2.0.6 deduped | | | | | | | +-- has-values@1.0.0 | | | | | | | | +-- is-number@3.0.0 | | | | | | | | | `-- kind-of@3.2.2 | | | | | | | | | `-- is-buffer@1.1.6 deduped | | | | | | | | `-- kind-of@4.0.0 | | | | | | | | `-- is-buffer@1.1.6 deduped | | | | | | | `-- isobject@3.0.1 deduped | | | | | | +-- isobject@3.0.1 deduped | | | | | | +-- set-value@2.0.1 | | | | | | | +-- extend-shallow@2.0.1 | | | | | | | | `-- is-extendable@0.1.1 deduped | | | | | | | +-- is-extendable@0.1.1 deduped | | | | | | | +-- is-plain-object@2.0.4 deduped | | | | | | | `-- split-string@3.1.0 deduped | | | | | | +-- to-object-path@0.3.0 | | | | | | | `-- kind-of@3.2.2 deduped | | | | | | +-- union-value@1.0.1 | | | | | | | +-- arr-union@3.1.0 deduped | | | | | | | +-- get-value@2.0.6 deduped | | | | | | | +-- is-extendable@0.1.1 deduped | | | | | | | `-- set-value@2.0.1 deduped | | | | | | `-- unset-value@1.0.0 | | | | | | +-- has-value@0.3.1 | | | | | | | +-- get-value@2.0.6 deduped | | | | | | | +-- has-values@0.1.4 | | | | | | | `-- isobject@2.1.0 | | | | | | | `-- isarray@1.0.0 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.3.0 | | | | | +-- define-property@1.0.0 | | | | | | `-- is-descriptor@1.0.2 | | | | | | +-- is-accessor-descriptor@1.0.0 | | | | | | | `-- kind-of@6.0.3 deduped | | | | | | +-- is-data-descriptor@1.0.0 | | | | | | | `-- kind-of@6.0.3 deduped | | | | | | `-- kind-of@6.0.3 | | | | | +-- isobject@3.0.1 deduped | | | | | +-- mixin-deep@1.3.2 | | | | | | +-- for-in@1.0.2 deduped | | | | | | `-- is-extendable@1.0.1 | | | | | | `-- is-plain-object@2.0.4 deduped | | | | | `-- pascalcase@0.1.1 | | | | +-- debug@2.6.9 | | | | | `-- ms@2.0.0 | | | | +-- define-property@0.2.5 | | | | | `-- is-descriptor@0.1.6 | | | | | +-- is-accessor-descriptor@0.1.6 | | | | | | `-- kind-of@3.2.2 deduped | | | | | +-- is-data-descriptor@0.1.4 | | | | | | `-- kind-of@3.2.2 deduped | | | | | `-- kind-of@5.1.0 | | | | +-- extend-shallow@2.0.1 | | | | | `-- is-extendable@0.1.1 deduped | | | | +-- map-cache@0.2.2 deduped | | | | +-- source-map@0.5.7 deduped | | | | +-- source-map-resolve@0.5.3 deduped | | | | `-- use@3.1.1 | | | `-- to-regex@3.0.2 | | | +-- define-property@2.0.2 deduped | | | +-- extend-shallow@3.0.2 deduped | | | +-- regex-not@1.0.2 deduped | | | `-- safe-regex@1.1.0 deduped | | +-- mkdirp@0.5.5 deduped | | +-- neo-async@2.6.2 deduped | | +-- node-libs-browser@2.2.1 | | | +-- assert@1.5.0 | | | | +-- object-assign@4.1.1 deduped | | | | `-- util@0.10.3 | | | | `-- inherits@2.0.1 | | | +-- browserify-zlib@0.2.0 | | | | `-- pako@1.0.11 | | | +-- buffer@4.9.2 | | | | +-- base64-js@1.5.0 | | | | +-- ieee754@1.2.1 | | | | `-- isarray@1.0.0 deduped | | | +-- console-browserify@1.2.0 | | | +-- constants-browserify@1.0.0 | | | +-- crypto-browserify@3.12.0 | | | | +-- browserify-cipher@1.0.1 | | | | | +-- browserify-aes@1.2.0 | | | | | | +-- buffer-xor@1.0.3 | | | | | | +-- cipher-base@1.0.4 deduped | | | | | | +-- create-hash@1.2.0 deduped | | | | | | +-- evp_bytestokey@1.0.3 deduped | | | | | | +-- inherits@2.0.4 deduped | | | | | | `-- safe-buffer@5.1.2 deduped | | | | | +-- browserify-des@1.0.2 | | | | | | +-- cipher-base@1.0.4 deduped | | | | | | +-- des.js@1.0.1 | | | | | | | +-- inherits@2.0.4 deduped | | | | | | | `-- minimalistic-assert@1.0.1 deduped | | | | | | +-- inherits@2.0.4 deduped | | | | | | `-- safe-buffer@5.1.2 deduped | | | | | `-- evp_bytestokey@1.0.3 | | | | | +-- md5.js@1.3.5 deduped | | | | | `-- safe-buffer@5.1.2 deduped | | | | +-- browserify-sign@4.2.1 | | | | | +-- bn.js@5.1.3 | | | | | +-- browserify-rsa@4.0.1 | | | | | | +-- bn.js@4.11.9 | | | | | | `-- randombytes@2.1.0 deduped | | | | | +-- create-hash@1.2.0 deduped | | | | | +-- create-hmac@1.1.7 deduped | | | | | +-- elliptic@6.5.3 | | | | | | +-- bn.js@4.11.9 | | | | | | +-- brorand@1.1.0 | | | | | | +-- hash.js@1.1.7 | | | | | | | +-- inherits@2.0.4 deduped | | | | | | | `-- minimalistic-assert@1.0.1 deduped | | | | | | +-- hmac-drbg@1.0.1 | | | | | | | +-- hash.js@1.1.7 deduped | | | | | | | +-- minimalistic-assert@1.0.1 deduped | | | | | | | `-- minimalistic-crypto-utils@1.0.1 deduped | | | | | | +-- inherits@2.0.4 deduped | | | | | | +-- minimalistic-assert@1.0.1 deduped | | | | | | `-- minimalistic-crypto-utils@1.0.1 | | | | | +-- inherits@2.0.4 deduped | | | | | +-- parse-asn1@5.1.6 | | | | | | +-- asn1.js@5.4.1 | | | | | | | +-- bn.js@4.11.9 | | | | | | | +-- inherits@2.0.4 deduped | | | | | | | +-- minimalistic-assert@1.0.1 deduped | | | | | | | `-- safer-buffer@2.1.2 deduped | | | | | | +-- browserify-aes@1.2.0 deduped | | | | | | +-- evp_bytestokey@1.0.3 deduped | | | | | | +-- pbkdf2@3.1.1 deduped | | | | | | `-- safe-buffer@5.1.2 deduped | | | | | +-- readable-stream@3.6.0 deduped | | | | | `-- safe-buffer@5.2.1 | | | | +-- create-ecdh@4.0.4 | | | | | +-- bn.js@4.11.9 | | | | | `-- elliptic@6.5.3 deduped | | | | +-- create-hash@1.2.0 | | | | | +-- cipher-base@1.0.4 | | | | | | +-- inherits@2.0.4 deduped | | | | | | `-- safe-buffer@5.1.2 deduped | | | | | +-- inherits@2.0.4 deduped | | | | | +-- md5.js@1.3.5 | | | | | | +-- hash-base@3.1.0 | | | | | | | +-- inherits@2.0.4 deduped | | | | | | | +-- readable-stream@3.6.0 deduped | | | | | | | `-- safe-buffer@5.2.1 | | | | | | +-- inherits@2.0.4 deduped | | | | | | `-- safe-buffer@5.1.2 deduped | | | | | +-- ripemd160@2.0.2 | | | | | | +-- hash-base@3.1.0 deduped | | | | | | `-- inherits@2.0.4 deduped | | | | | `-- sha.js@2.4.11 | | | | | +-- inherits@2.0.4 deduped | | | | | `-- safe-buffer@5.1.2 deduped | | | | +-- create-hmac@1.1.7 | | | | | +-- cipher-base@1.0.4 deduped | | | | | +-- create-hash@1.2.0 deduped | | | | | +-- inherits@2.0.4 deduped | | | | | +-- ripemd160@2.0.2 deduped | | | | | +-- safe-buffer@5.1.2 deduped | | | | | `-- sha.js@2.4.11 deduped | | | | +-- diffie-hellman@5.0.3 | | | | | +-- bn.js@4.11.9 | | | | | +-- miller-rabin@4.0.1 | | | | | | +-- bn.js@4.11.9 | | | | | | `-- brorand@1.1.0 deduped | | | | | `-- randombytes@2.1.0 deduped | | | | +-- inherits@2.0.4 deduped | | | | +-- pbkdf2@3.1.1 | | | | | +-- create-hash@1.2.0 deduped | | | | | +-- create-hmac@1.1.7 deduped | | | | | +-- ripemd160@2.0.2 deduped | | | | | +-- safe-buffer@5.1.2 deduped | | | | | `-- sha.js@2.4.11 deduped | | | | +-- public-encrypt@4.0.3 | | | | | +-- bn.js@4.11.9 | | | | | +-- browserify-rsa@4.0.1 deduped | | | | | +-- create-hash@1.2.0 deduped | | | | | +-- parse-asn1@5.1.6 deduped | | | | | +-- randombytes@2.1.0 deduped | | | | | `-- safe-buffer@5.1.2 deduped | | | | +-- randombytes@2.1.0 deduped | | | | `-- randomfill@1.0.4 | | | | +-- randombytes@2.1.0 deduped | | | | `-- safe-buffer@5.1.2 deduped | | | +-- domain-browser@1.2.0 | | | +-- events@3.2.0 | | | +-- https-browserify@1.0.0 | | | +-- os-browserify@0.3.0 | | | +-- path-browserify@0.0.1 | | | +-- process@0.11.10 | | | +-- punycode@1.4.1 | | | +-- querystring-es3@0.2.1 | | | +-- readable-stream@2.3.7 | | | | +-- core-util-is@1.0.2 deduped | | | | +-- inherits@2.0.4 deduped | | | | +-- isarray@1.0.0 deduped | | | | +-- process-nextick-args@2.0.1 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.4 deduped | | | | `-- readable-stream@2.3.7 | | | | +-- core-util-is@1.0.2 deduped | | | | +-- inherits@2.0.4 deduped | | | | +-- isarray@1.0.0 deduped | | | | +-- process-nextick-args@2.0.1 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.4 deduped | | | | +-- readable-stream@2.3.7 | | | | | +-- core-util-is@1.0.2 deduped | | | | | +-- inherits@2.0.4 deduped | | | | | +-- isarray@1.0.0 deduped | | | | | +-- process-nextick-args@2.0.1 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.2 | | | +-- string_decoder@1.3.0 | | | | `-- safe-buffer@5.2.1 | | | +-- timers-browserify@2.0.12 | | | | `-- setimmediate@1.0.5 | | | +-- tty-browserify@0.0.0 | | | +-- url@0.11.0 deduped | | | +-- util@0.11.1 | | | | `-- inherits@2.0.3 | | | `-- vm-browserify@1.1.2 | | +-- schema-utils@1.0.0 | | | +-- ajv@6.12.6 deduped | | | +-- ajv-errors@1.0.1 deduped | | | `-- ajv-keywords@3.5.2 deduped | | +-- tapable@1.1.3 deduped | | +-- terser-webpack-plugin@1.4.5 | | | +-- cacache@12.0.4 | | | | +-- bluebird@3.7.2 deduped | | | | +-- chownr@1.1.4 | | | | +-- figgy-pudding@3.5.2 | | | | +-- glob@7.1.6 deduped | | | | +-- graceful-fs@4.2.4 deduped | | | | +-- infer-owner@1.0.4 deduped | | | | +-- lru-cache@5.1.1 | | | | | `-- yallist@3.1.1 | | | | +-- mississippi@3.0.0 | | | | | +-- concat-stream@1.6.2 | | | | | | +-- buffer-from@1.1.1 deduped | | | | | | +-- inherits@2.0.4 deduped | | | | | | +-- readable-stream@2.3.7 | | | | | | | +-- core-util-is@1.0.2 deduped | | | | | | | +-- inherits@2.0.4 deduped | | | | | | | +-- isarray@1.0.0 deduped | | | | | | | +-- process-nextick-args@2.0.1 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.4 deduped | | | | | | +-- inherits@2.0.4 deduped | | | | | | +-- readable-stream@2.3.7 | | | | | | | +-- core-util-is@1.0.2 deduped | | | | | | | +-- inherits@2.0.4 deduped | | | | | | | +-- isarray@1.0.0 deduped | | | | | | | +-- process-nextick-args@2.0.1 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.1 | | | | | +-- end-of-stream@1.4.4 | | | | | | `-- once@1.4.0 deduped | | | | | +-- flush-write-stream@1.1.1 | | | | | | +-- inherits@2.0.4 deduped | | | | | | `-- readable-stream@2.3.7 | | | | | | +-- core-util-is@1.0.2 deduped | | | | | | +-- inherits@2.0.4 deduped | | | | | | +-- isarray@1.0.0 deduped | | | | | | +-- process-nextick-args@2.0.1 deduped | | | | | | +-- safe-buffer@5.1.2 deduped | | | | | | +-- string_decoder@1.1.1 | | | | | | | `-- safe-buffer@5.1.2 deduped | | | | | | `-- util-deprecate@1.0.2 deduped | | | | | +-- from2@2.3.0 | | | | | | +-- inherits@2.0.4 deduped | | | | | | `-- readable-stream@2.3.7 | | | | | | +-- core-util-is@1.0.2 deduped | | | | | | +-- inherits@2.0.4 deduped | | | | | | +-- isarray@1.0.0 deduped | | | | | | +-- process-nextick-args@2.0.1 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.2.0 | | | | | | +-- cyclist@1.0.1 | | | | | | +-- inherits@2.0.4 deduped | | | | | | `-- readable-stream@2.3.7 | | | | | | +-- core-util-is@1.0.2 deduped | | | | | | +-- inherits@2.0.4 deduped | | | | | | +-- isarray@1.0.0 deduped | | | | | | +-- process-nextick-args@2.0.1 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.4 deduped | | | | | | `-- once@1.4.0 deduped | | | | | +-- pumpify@1.5.1 | | | | | | +-- duplexify@3.7.1 deduped | | | | | | +-- inherits@2.0.4 deduped | | | | | | `-- pump@2.0.1 | | | | | | +-- end-of-stream@1.4.4 deduped | | | | | | `-- once@1.4.0 deduped | | | | | +-- stream-each@1.2.3 | | | | | | +-- end-of-stream@1.4.4 deduped | | | | | | `-- stream-shift@1.0.1 deduped | | | | | `-- through2@2.0.5 | | | | | +-- readable-stream@2.3.7 | | | | | | +-- core-util-is@1.0.2 deduped | | | | | | +-- inherits@2.0.4 deduped | | | | | | +-- isarray@1.0.0 deduped | | | | | | +-- process-nextick-args@2.0.1 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.2 deduped | | | | +-- mkdirp@0.5.5 deduped | | | | +-- move-concurrently@1.0.1 | | | | | +-- aproba@1.2.0 | | | | | +-- copy-concurrently@1.0.5 | | | | | | +-- aproba@1.2.0 deduped | | | | | | +-- fs-write-stream-atomic@1.0.10 deduped | | | | | | +-- iferr@0.1.5 | | | | | | +-- mkdirp@0.5.5 deduped | | | | | | +-- rimraf@2.6.3 deduped | | | | | | `-- run-queue@1.0.3 deduped | | | | | +-- fs-write-stream-atomic@1.0.10 | | | | | | +-- graceful-fs@4.2.4 deduped | | | | | | +-- iferr@0.1.5 deduped | | | | | | +-- imurmurhash@0.1.4 deduped | | | | | | `-- readable-stream@2.3.7 | | | | | | +-- core-util-is@1.0.2 deduped | | | | | | +-- inherits@2.0.4 deduped | | | | | | +-- isarray@1.0.0 deduped | | | | | | +-- process-nextick-args@2.0.1 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.5 deduped | | | | | +-- rimraf@2.6.3 deduped | | | | | `-- run-queue@1.0.3 | | | | | `-- aproba@1.2.0 deduped | | | | +-- promise-inflight@1.0.1 deduped | | | | +-- rimraf@2.6.3 deduped | | | | +-- ssri@6.0.1 | | | | | `-- figgy-pudding@3.5.2 deduped | | | | +-- unique-filename@1.1.1 deduped | | | | `-- y18n@4.0.0 deduped | | | +-- find-cache-dir@2.1.0 deduped | | | +-- is-wsl@1.1.0 | | | +-- schema-utils@1.0.0 deduped | | | +-- serialize-javascript@4.0.0 | | | | `-- randombytes@2.1.0 deduped | | | +-- source-map@0.6.1 | | | +-- terser@4.8.0 deduped | | | +-- webpack-sources@1.4.3 deduped | | | `-- worker-farm@1.7.0 | | | `-- errno@0.1.7 deduped | | +-- watchpack@1.7.5 | | | +-- chokidar@3.4.3 | | | | +-- anymatch@3.1.1 deduped | | | | +-- braces@3.0.2 deduped | | | | +-- UNMET OPTIONAL DEPENDENCY fsevents@2.1.3 | | | | +-- glob-parent@5.1.1 deduped | | | | +-- is-binary-path@2.1.0 | | | | | `-- binary-extensions@2.1.0 | | | | +-- is-glob@4.0.1 deduped | | | | +-- normalize-path@3.0.0 deduped | | | | `-- readdirp@3.5.0 | | | | `-- picomatch@2.2.2 deduped | | | +-- graceful-fs@4.2.4 deduped | | | +-- neo-async@2.6.2 deduped | | | `-- watchpack-chokidar2@2.0.1 | | | `-- chokidar@2.1.8 | | | +-- anymatch@2.0.0 | | | | +-- micromatch@3.1.10 | | | | | +-- arr-diff@4.0.0 deduped | | | | | +-- array-unique@0.3.2 deduped | | | | | +-- braces@2.3.2 deduped | | | | | +-- define-property@2.0.2 deduped | | | | | +-- extend-shallow@3.0.2 deduped | | | | | +-- extglob@2.0.4 deduped | | | | | +-- fragment-cache@0.2.1 deduped | | | | | +-- kind-of@6.0.3 | | | | | +-- 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 | | | | `-- remove-trailing-separator@1.1.0 deduped | | | +-- async-each@1.0.3 deduped | | | +-- 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 deduped | | | | | +-- repeat-string@1.6.1 deduped | | | | | `-- to-regex-range@2.1.1 | | | | | +-- is-number@3.0.0 deduped | | | | | `-- repeat-string@1.6.1 deduped | | | | +-- isobject@3.0.1 deduped | | | | +-- repeat-element@1.1.3 deduped | | | | +-- snapdragon@0.8.2 deduped | | | | +-- snapdragon-node@2.1.1 deduped | | | | +-- split-string@3.1.0 deduped | | | | `-- to-regex@3.0.2 deduped | | | +-- UNMET OPTIONAL DEPENDENCY fsevents@1.2.13 | | | +-- glob-parent@3.1.0 | | | | +-- is-glob@3.1.0 | | | | | `-- is-extglob@2.1.1 deduped | | | | `-- path-dirname@1.0.2 deduped | | | +-- inherits@2.0.4 deduped | | | +-- is-binary-path@1.0.1 | | | | `-- binary-extensions@1.13.1 | | | +-- is-glob@4.0.1 deduped | | | +-- normalize-path@3.0.0 deduped | | | +-- path-is-absolute@1.0.1 deduped | | | +-- readdirp@2.2.1 | | | | +-- graceful-fs@4.2.4 deduped | | | | +-- micromatch@3.1.10 deduped | | | | `-- readable-stream@2.3.7 | | | | +-- core-util-is@1.0.2 deduped | | | | +-- inherits@2.0.4 deduped | | | | +-- isarray@1.0.0 deduped | | | | +-- process-nextick-args@2.0.1 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.2.0 deduped | | `-- webpack-sources@1.4.3 deduped | +-- webpack-dev-server@3.11.0 | | +-- ansi-html@0.0.7 deduped | | +-- bonjour@3.5.0 | | | +-- array-flatten@2.1.2 | | | +-- deep-equal@1.1.1 | | | | +-- is-arguments@1.0.4 | | | | +-- is-date-object@1.0.2 | | | | +-- is-regex@1.1.1 deduped | | | | +-- object-is@1.1.3 | | | | | +-- define-properties@1.1.3 deduped | | | | | `-- es-abstract@1.18.0-next.1 | | | | | +-- es-to-primitive@1.2.1 deduped | | | | | +-- function-bind@1.1.1 deduped | | | | | +-- has@1.0.3 deduped | | | | | +-- has-symbols@1.0.1 deduped | | | | | +-- is-callable@1.2.2 deduped | | | | | +-- is-negative-zero@2.0.0 deduped | | | | | +-- is-regex@1.1.1 deduped | | | | | +-- object-inspect@1.8.0 deduped | | | | | +-- object-keys@1.1.1 deduped | | | | | +-- object.assign@4.1.2 deduped | | | | | +-- string.prototype.trimend@1.0.2 deduped | | | | | `-- string.prototype.trimstart@1.0.2 deduped | | | | +-- object-keys@1.1.1 deduped | | | | `-- regexp.prototype.flags@1.3.0 deduped | | | +-- dns-equal@1.0.0 | | | +-- dns-txt@2.0.2 | | | | `-- buffer-indexof@1.1.1 | | | +-- multicast-dns@6.2.3 | | | | +-- dns-packet@1.3.1 | | | | | +-- ip@1.1.5 deduped | | | | | `-- safe-buffer@5.1.2 deduped | | | | `-- thunky@1.1.0 | | | `-- multicast-dns-service-types@1.1.0 | | +-- chokidar@2.1.8 | | | +-- anymatch@2.0.0 | | | | +-- micromatch@3.1.10 | | | | | +-- arr-diff@4.0.0 deduped | | | | | +-- array-unique@0.3.2 deduped | | | | | +-- braces@2.3.2 deduped | | | | | +-- define-property@2.0.2 deduped | | | | | +-- extend-shallow@3.0.2 deduped | | | | | +-- extglob@2.0.4 deduped | | | | | +-- fragment-cache@0.2.1 deduped | | | | | +-- kind-of@6.0.3 | | | | | +-- 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 | | | | `-- remove-trailing-separator@1.1.0 | | | +-- async-each@1.0.3 | | | +-- 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 deduped | | | | | +-- repeat-string@1.6.1 deduped | | | | | `-- to-regex-range@2.1.1 | | | | | +-- is-number@3.0.0 deduped | | | | | `-- repeat-string@1.6.1 deduped | | | | +-- isobject@3.0.1 deduped | | | | +-- repeat-element@1.1.3 deduped | | | | +-- snapdragon@0.8.2 deduped | | | | +-- snapdragon-node@2.1.1 deduped | | | | +-- split-string@3.1.0 deduped | | | | `-- to-regex@3.0.2 deduped | | | +-- UNMET OPTIONAL DEPENDENCY fsevents@1.2.13 | | | +-- glob-parent@3.1.0 | | | | +-- is-glob@3.1.0 | | | | | `-- is-extglob@2.1.1 deduped | | | | `-- path-dirname@1.0.2 | | | +-- inherits@2.0.4 deduped | | | +-- is-binary-path@1.0.1 | | | | `-- binary-extensions@1.13.1 | | | +-- is-glob@4.0.1 deduped | | | +-- normalize-path@3.0.0 | | | +-- path-is-absolute@1.0.1 | | | +-- readdirp@2.2.1 | | | | +-- graceful-fs@4.2.4 deduped | | | | +-- micromatch@3.1.10 deduped | | | | `-- readable-stream@2.3.7 | | | | +-- core-util-is@1.0.2 deduped | | | | +-- inherits@2.0.4 deduped | | | | +-- isarray@1.0.0 deduped | | | | +-- process-nextick-args@2.0.1 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.2.0 deduped | | +-- compression@1.7.4 | | | +-- accepts@1.3.7 | | | | +-- mime-types@2.1.27 deduped | | | | `-- negotiator@0.6.2 | | | +-- bytes@3.0.0 | | | +-- compressible@2.0.18 | | | | `-- mime-db@1.44.0 deduped | | | +-- debug@2.6.9 | | | | `-- ms@2.0.0 | | | +-- on-headers@1.0.2 | | | +-- safe-buffer@5.1.2 deduped | | | `-- vary@1.1.2 | | +-- connect-history-api-fallback@1.6.0 | | +-- debug@4.2.0 deduped | | +-- del@4.1.1 | | | +-- @types/glob@7.1.3 | | | | +-- @types/minimatch@3.0.3 | | | | `-- @types/node@14.14.7 deduped | | | +-- globby@6.1.0 | | | | +-- array-union@1.0.2 | | | | | `-- array-uniq@1.0.3 | | | | +-- glob@7.1.6 deduped | | | | +-- object-assign@4.1.1 deduped | | | | +-- pify@2.3.0 | | | | `-- pinkie-promise@2.0.1 | | | | `-- pinkie@2.0.4 | | | +-- is-path-cwd@2.2.0 | | | +-- is-path-in-cwd@2.1.0 | | | | `-- is-path-inside@2.1.0 | | | | `-- path-is-inside@1.0.2 | | | +-- p-map@2.1.0 | | | +-- pify@4.0.1 deduped | | | `-- rimraf@2.6.3 | | | `-- glob@7.1.6 deduped | | +-- express@4.17.1 | | | +-- accepts@1.3.7 deduped | | | +-- array-flatten@1.1.1 | | | +-- body-parser@1.19.0 | | | | +-- bytes@3.1.0 | | | | +-- content-type@1.0.4 deduped | | | | +-- debug@2.6.9 | | | | | `-- ms@2.0.0 | | | | +-- depd@1.1.2 deduped | | | | +-- http-errors@1.7.2 | | | | | +-- depd@1.1.2 deduped | | | | | +-- inherits@2.0.3 | | | | | +-- setprototypeof@1.1.1 deduped | | | | | +-- statuses@1.5.0 deduped | | | | | `-- toidentifier@1.0.0 | | | | +-- iconv-lite@0.4.24 deduped | | | | +-- on-finished@2.3.0 deduped | | | | +-- qs@6.7.0 | | | | +-- raw-body@2.4.0 | | | | | +-- bytes@3.1.0 | | | | | +-- http-errors@1.7.2 deduped | | | | | +-- iconv-lite@0.4.24 deduped | | | | | `-- unpipe@1.0.0 deduped | | | | `-- type-is@1.6.18 deduped | | | +-- content-disposition@0.5.3 | | | | `-- safe-buffer@5.1.2 deduped | | | +-- content-type@1.0.4 | | | +-- cookie@0.4.0 | | | +-- cookie-signature@1.0.6 | | | +-- debug@2.6.9 | | | | `-- ms@2.0.0 | | | +-- depd@1.1.2 | | | +-- encodeurl@1.0.2 | | | +-- escape-html@1.0.3 | | | +-- etag@1.8.1 | | | +-- finalhandler@1.1.2 | | | | +-- debug@2.6.9 | | | | | `-- ms@2.0.0 | | | | +-- encodeurl@1.0.2 deduped | | | | +-- escape-html@1.0.3 deduped | | | | +-- on-finished@2.3.0 deduped | | | | +-- parseurl@1.3.3 deduped | | | | +-- statuses@1.5.0 deduped | | | | `-- unpipe@1.0.0 | | | +-- fresh@0.5.2 | | | +-- merge-descriptors@1.0.1 | | | +-- methods@1.1.2 | | | +-- on-finished@2.3.0 | | | | `-- ee-first@1.1.1 | | | +-- parseurl@1.3.3 | | | +-- path-to-regexp@0.1.7 | | | +-- proxy-addr@2.0.6 | | | | +-- forwarded@0.1.2 | | | | `-- ipaddr.js@1.9.1 deduped | | | +-- qs@6.7.0 | | | +-- range-parser@1.2.1 | | | +-- safe-buffer@5.1.2 deduped | | | +-- send@0.17.1 | | | | +-- debug@2.6.9 | | | | | `-- ms@2.0.0 | | | | +-- depd@1.1.2 deduped | | | | +-- destroy@1.0.4 | | | | +-- encodeurl@1.0.2 deduped | | | | +-- escape-html@1.0.3 deduped | | | | +-- etag@1.8.1 deduped | | | | +-- fresh@0.5.2 deduped | | | | +-- http-errors@1.7.2 deduped | | | | +-- mime@1.6.0 | | | | +-- ms@2.1.1 | | | | +-- on-finished@2.3.0 deduped | | | | +-- range-parser@1.2.1 deduped | | | | `-- statuses@1.5.0 deduped | | | +-- serve-static@1.14.1 | | | | +-- encodeurl@1.0.2 deduped | | | | +-- escape-html@1.0.3 deduped | | | | +-- parseurl@1.3.3 deduped | | | | `-- send@0.17.1 deduped | | | +-- setprototypeof@1.1.1 | | | +-- statuses@1.5.0 | | | +-- type-is@1.6.18 | | | | +-- media-typer@0.3.0 | | | | `-- mime-types@2.1.27 deduped | | | +-- utils-merge@1.0.1 | | | `-- vary@1.1.2 deduped | | +-- html-entities@1.3.1 deduped | | +-- http-proxy-middleware@0.19.1 | | | +-- http-proxy@1.18.1 | | | | +-- eventemitter3@4.0.7 | | | | +-- follow-redirects@1.13.0 | | | | `-- requires-port@1.0.0 | | | +-- is-glob@4.0.1 deduped | | | +-- lodash@4.17.20 deduped | | | `-- micromatch@3.1.10 | | | +-- arr-diff@4.0.0 deduped | | | +-- array-unique@0.3.2 deduped | | | +-- 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 deduped | | | | | +-- repeat-string@1.6.1 deduped | | | | | `-- to-regex-range@2.1.1 | | | | | +-- is-number@3.0.0 deduped | | | | | `-- repeat-string@1.6.1 deduped | | | | +-- isobject@3.0.1 deduped | | | | +-- repeat-element@1.1.3 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 deduped | | | +-- fragment-cache@0.2.1 deduped | | | +-- kind-of@6.0.3 | | | +-- 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 | | | `-- resolve-from@3.0.0 | | +-- internal-ip@4.3.0 | | | +-- default-gateway@4.2.0 | | | | +-- execa@1.0.0 | | | | | +-- cross-spawn@6.0.5 | | | | | | +-- nice-try@1.0.5 | | | | | | +-- path-key@2.0.1 | | | | | | +-- semver@5.7.1 | | | | | | +-- shebang-command@1.2.0 | | | | | | | `-- shebang-regex@1.0.0 | | | | | | `-- which@1.3.1 deduped | | | | | +-- get-stream@4.1.0 | | | | | | `-- pump@3.0.0 deduped | | | | | +-- is-stream@1.1.0 | | | | | +-- npm-run-path@2.0.2 | | | | | | `-- path-key@2.0.1 deduped | | | | | +-- p-finally@1.0.0 | | | | | +-- signal-exit@3.0.3 deduped | | | | | `-- strip-eof@1.0.0 | | | | `-- ip-regex@2.1.0 | | | `-- ipaddr.js@1.9.1 | | +-- ip@1.1.5 | | +-- is-absolute-url@3.0.3 | | +-- killable@1.0.1 | | +-- loglevel@1.7.0 | | +-- opn@5.5.0 | | | `-- is-wsl@1.1.0 | | +-- p-retry@3.0.1 | | | `-- retry@0.12.0 | | +-- portfinder@1.0.28 | | | +-- async@2.6.3 | | | | `-- lodash@4.17.20 deduped | | | +-- debug@3.2.6 | | | | `-- ms@2.1.2 deduped | | | `-- mkdirp@0.5.5 deduped | | +-- schema-utils@1.0.0 | | | +-- ajv@6.12.6 deduped | | | +-- ajv-errors@1.0.1 deduped | | | `-- ajv-keywords@3.5.2 deduped | | +-- selfsigned@1.10.8 | | | `-- node-forge@0.10.0 | | +-- semver@6.3.0 | | +-- serve-index@1.9.1 | | | +-- accepts@1.3.7 deduped | | | +-- batch@0.6.1 | | | +-- debug@2.6.9 | | | | `-- ms@2.0.0 | | | +-- escape-html@1.0.3 deduped | | | +-- http-errors@1.6.3 | | | | +-- depd@1.1.2 deduped | | | | +-- inherits@2.0.3 | | | | +-- setprototypeof@1.1.0 | | | | `-- statuses@1.5.0 deduped | | | +-- mime-types@2.1.27 deduped | | | `-- parseurl@1.3.3 deduped | | +-- sockjs@0.3.20 | | | +-- faye-websocket@0.10.0 | | | | `-- websocket-driver@0.6.5 deduped | | | +-- uuid@3.4.0 | | | `-- websocket-driver@0.6.5 | | | `-- websocket-extensions@0.1.4 | | +-- sockjs-client@1.4.0 | | | +-- debug@3.2.6 | | | | `-- ms@2.1.2 deduped | | | +-- eventsource@1.0.7 | | | | `-- original@1.0.2 | | | | `-- url-parse@1.4.7 deduped | | | +-- faye-websocket@0.11.3 | | | | `-- websocket-driver@0.6.5 deduped | | | +-- inherits@2.0.4 deduped | | | +-- json3@3.3.3 | | | `-- url-parse@1.4.7 | | | +-- querystringify@2.2.0 | | | `-- requires-port@1.0.0 deduped | | +-- spdy@4.0.2 | | | +-- debug@4.2.0 deduped | | | +-- handle-thing@2.0.1 | | | +-- http-deceiver@1.2.7 | | | +-- select-hose@2.0.0 | | | `-- spdy-transport@3.0.0 | | | +-- debug@4.2.0 deduped | | | +-- detect-node@2.0.4 | | | +-- hpack.js@2.1.6 | | | | +-- inherits@2.0.4 deduped | | | | +-- obuf@1.1.2 deduped | | | | +-- readable-stream@2.3.7 | | | | | +-- core-util-is@1.0.2 deduped | | | | | +-- inherits@2.0.4 deduped | | | | | +-- isarray@1.0.0 deduped | | | | | +-- process-nextick-args@2.0.1 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.6.0 | | | | +-- inherits@2.0.4 deduped | | | | +-- string_decoder@1.3.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@6.1.0 | | | `-- has-flag@3.0.0 | | +-- url@0.11.0 | | | +-- punycode@1.3.2 | | | `-- querystring@0.2.0 deduped | | +-- webpack-dev-middleware@3.7.2 | | | +-- memory-fs@0.4.1 deduped | | | +-- mime@2.4.6 | | | +-- mkdirp@0.5.5 deduped | | | +-- range-parser@1.2.1 deduped | | | `-- webpack-log@2.0.0 deduped | | +-- webpack-log@2.0.0 | | | +-- ansi-colors@3.2.4 | | | `-- uuid@3.4.0 | | +-- ws@6.2.1 | | | `-- async-limiter@1.0.1 | | `-- yargs@13.3.2 | | +-- cliui@5.0.0 | | | +-- string-width@3.1.0 deduped | | | +-- strip-ansi@5.2.0 | | | | `-- ansi-regex@4.1.0 | | | `-- wrap-ansi@5.1.0 | | | +-- ansi-styles@3.2.1 deduped | | | +-- string-width@3.1.0 deduped | | | `-- strip-ansi@5.2.0 | | | `-- ansi-regex@4.1.0 | | +-- find-up@3.0.0 | | | `-- locate-path@3.0.0 | | | +-- p-locate@3.0.0 | | | | `-- p-limit@2.3.0 deduped | | | `-- path-exists@3.0.0 | | +-- get-caller-file@2.0.5 | | +-- require-directory@2.1.1 | | +-- require-main-filename@2.0.0 | | +-- set-blocking@2.0.0 | | +-- string-width@3.1.0 deduped | | +-- which-module@2.0.0 | | +-- y18n@4.0.0 | | `-- yargs-parser@13.1.2 | | +-- camelcase@5.3.1 | | `-- decamelize@1.2.0 deduped | +-- webpack-manifest-plugin@2.2.0 | | +-- fs-extra@7.0.1 | | | +-- graceful-fs@4.2.4 deduped | | | +-- jsonfile@4.0.0 | | | | `-- graceful-fs@4.2.4 deduped | | | `-- universalify@0.1.2 | | +-- lodash@4.17.20 deduped | | +-- object.entries@1.1.2 deduped | | `-- tapable@1.1.3 deduped | `-- workbox-webpack-plugin@5.1.4 | +-- @babel/runtime@7.12.5 deduped | +-- fast-json-stable-stringify@2.1.0 | +-- source-map-url@0.4.0 | +-- upath@1.2.0 | +-- webpack-sources@1.4.3 deduped | `-- workbox-build@5.1.4 | +-- @babel/core@7.12.3 deduped | +-- @babel/preset-env@7.12.1 deduped | +-- @babel/runtime@7.12.5 deduped | +-- @hapi/joi@15.1.1 | | +-- @hapi/address@2.1.4 | | +-- @hapi/bourne@1.3.2 | | +-- @hapi/hoek@8.5.1 | | `-- @hapi/topo@3.1.6 | | `-- @hapi/hoek@8.5.1 deduped | +-- @rollup/plugin-node-resolve@7.1.3 | | +-- @rollup/pluginutils@3.1.0 | | | +-- @types/estree@0.0.39 | | | +-- estree-walker@1.0.1 | | | `-- picomatch@2.2.2 deduped | | +-- @types/resolve@0.0.8 | | | `-- @types/node@14.14.7 deduped | | +-- builtin-modules@3.1.0 | | +-- is-module@1.0.0 | | `-- resolve@1.18.1 deduped | +-- @rollup/plugin-replace@2.3.4 | | +-- @rollup/pluginutils@3.1.0 deduped | | `-- magic-string@0.25.7 | | `-- sourcemap-codec@1.4.8 | +-- @surma/rollup-plugin-off-main-thread@1.4.2 | | +-- ejs@2.7.4 | | `-- magic-string@0.25.7 deduped | +-- common-tags@1.8.0 | +-- fast-json-stable-stringify@2.1.0 deduped | +-- fs-extra@8.1.0 | | +-- graceful-fs@4.2.4 deduped | | +-- jsonfile@4.0.0 | | | `-- graceful-fs@4.2.4 deduped | | `-- universalify@0.1.2 | +-- glob@7.1.6 deduped | +-- lodash.template@4.5.0 deduped | +-- pretty-bytes@5.4.1 | +-- rollup@1.32.1 | | +-- @types/estree@0.0.45 deduped | | +-- @types/node@14.14.7 deduped | | `-- acorn@7.4.1 deduped | +-- rollup-plugin-babel@4.4.0 | | +-- @babel/helper-module-imports@7.12.5 deduped | | `-- rollup-pluginutils@2.8.2 | | `-- estree-walker@0.6.1 | +-- rollup-plugin-terser@5.3.1 | | +-- @babel/code-frame@7.10.4 deduped | | +-- jest-worker@24.9.0 | | | +-- merge-stream@2.0.0 deduped | | | `-- supports-color@6.1.0 | | | `-- has-flag@3.0.0 deduped | | +-- rollup-pluginutils@2.8.2 deduped | | +-- serialize-javascript@4.0.0 | | | `-- randombytes@2.1.0 deduped | | `-- terser@4.8.0 deduped | +-- source-map@0.7.3 | +-- source-map-url@0.4.0 deduped | +-- stringify-object@3.3.0 | | +-- get-own-enumerable-property-symbols@3.0.2 | | +-- 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 | | `-- babel-plugin-transform-object-rest-spread@6.26.0 | | +-- babel-plugin-syntax-object-rest-spread@6.13.0 | | `-- babel-runtime@6.26.0 | | +-- core-js@2.6.11 | | `-- regenerator-runtime@0.11.1 | +-- tempy@0.3.0 | | +-- temp-dir@1.0.0 | | +-- type-fest@0.3.1 | | `-- unique-string@1.0.0 | | `-- crypto-random-string@1.0.0 | +-- upath@1.2.0 deduped | +-- workbox-background-sync@5.1.4 | | `-- workbox-core@5.1.4 deduped | +-- workbox-broadcast-update@5.1.4 | | `-- workbox-core@5.1.4 deduped | +-- workbox-cacheable-response@5.1.4 | | `-- workbox-core@5.1.4 deduped | +-- workbox-core@5.1.4 | +-- workbox-expiration@5.1.4 | | `-- workbox-core@5.1.4 deduped | +-- workbox-google-analytics@5.1.4 | | +-- workbox-background-sync@5.1.4 deduped | | +-- workbox-core@5.1.4 deduped | | +-- workbox-routing@5.1.4 deduped | | `-- workbox-strategies@5.1.4 deduped | +-- workbox-navigation-preload@5.1.4 | | `-- workbox-core@5.1.4 deduped | +-- workbox-precaching@5.1.4 | | `-- workbox-core@5.1.4 deduped | +-- workbox-range-requests@5.1.4 | | `-- workbox-core@5.1.4 deduped | +-- workbox-routing@5.1.4 | | `-- workbox-core@5.1.4 deduped | +-- workbox-strategies@5.1.4 | | +-- workbox-core@5.1.4 deduped | | `-- workbox-routing@5.1.4 deduped | +-- workbox-streams@5.1.4 | | +-- workbox-core@5.1.4 deduped | | `-- workbox-routing@5.1.4 deduped | +-- workbox-sw@5.1.4 | `-- workbox-window@5.1.4 | `-- workbox-core@5.1.4 deduped `-- web-vitals@0.2.4 npm ERR! peer dep missing: typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta, required by tsutils@3.17.1 npm ERR! peer dep missing: typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta, required by tsutils@3.17.1 npm ERR! peer dep missing: typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta, required by tsutils@3.17.1 ```
ovr commented 3 years ago

I executed the following commands instead to create dashboard-app: npm install -g create-react-app create-react-app dashboard-app

Nope, but you will not get a real dashboard.

So, I've compared dependencies and didn't see any big difference.

(due to space in directory name)

There are many issues inside npx related to space inside path:

https://github.com/zkat/npx/issues/146 https://github.com/zkat/npx/issues/110

Probably webpack has a similar issue with resolving _ (space) inside paths.

ovr commented 3 years ago

It's not a bug in Cube.js. Anyone who will face this issue, feel free to share more details/solutions.

RohitVeerSingh commented 1 year ago

I am facing this issue from many day, I did try to resolve many time but I did not find any solution. Whenever I try to install, or generate web or android app in ionic, I faced this problem . Please give me suggestion and help me to git ride of this problem.

.. ionic start migration blank √ Downloading and extracting blank starter - done!

? Would you like to integrate your new app with Cordova to target native iOS and Android? No √ Personalizing ionic.config.json and package.json - done!

Installing dependencies may take several minutes.

npm i × Running command - failed! [ERROR] An error occurred while running npm i (exit code 1):

    node:internal/modules/cjs/loader:1077
       const err = new Error(message);
                   ^

    Error: Cannot find module './package.json'
    Require stack:
    - C:\Users\91881\AppData\Roaming\npm\node_modules\npm\lib\cli.js
    - C:\Users\91881\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js
         at Module._resolveFilename (node:internal/modules/cjs/loader:1077:15)
         at Module._load (node:internal/modules/cjs/loader:922:27)
         at Module.require (node:internal/modules/cjs/loader:1143:19)
         at require (node:internal/modules/cjs/helpers:110:18)
         at createEnginesValidation (C:\Users\91881\AppData\Roaming\npm\node_modules\npm\lib\cli.js:7:15)
         at module.exports (C:\Users\91881\AppData\Roaming\npm\node_modules\npm\lib\cli.js:73:27)
         at Object.<anonymous> (C:\Users\91881\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js:2:25)
         at Module._compile (node:internal/modules/cjs/loader:1256:14)
         at Module._extensions..js (node:internal/modules/cjs/loader:1310:10)
         at Module.load (node:internal/modules/cjs/loader:1119:32) {
       code: 'MODULE_NOT_FOUND',
       requireStack: [
         'C:\\Users\\91881\\AppData\\Roaming\\npm\\node_modules\\npm\\lib\\cli.js',
         'C:\\Users\\91881\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js'
       ]
    }

    Node.js v18.17.0