Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

TypeError: (0 , _capitalize.default) is not a function #22938

Closed
2 tasks done
constantin-melniciuc opened this issue Oct 8, 2020 · 7 comments
Closed
2 tasks done

TypeError: (0 , _capitalize.default) is not a function #22938

constantin-melniciuc opened this issue Oct 8, 2020 · 7 comments
Labels
support: Stack Overflow Please ask the community on Stack Overflow

Comments

@constantin-melniciuc
Copy link

constantin-melniciuc commented Oct 8, 2020

On running jest tests locally, test suite fails when trying to mount the component with a ThemeProvider.

  • The issue is present in the latest release.
  • I have searched the issues of this repository and believe that this is not a duplicate.

Current Behavior 😯

Currently running the local jest test suite fails to run because it fails on a compiled failed file.

Expected Behavior 🤔

Should run just fine

Steps to Reproduce 🕹

Unfortunately I cannot reproduce the issue on a repo.
I tried to reproduce the same behaviour in the sandbox but the behaviour doesn't reproduce.
See example here: https://codesandbox.io/s/fervent-nightingale-e7gg2?fontsize=14&hidenavigation=1&theme=dark

I'm using react-inl and @mui and in the test environment it just fails to compile. Complains about _capitalize.default not being a function, however I checked node_modules and the function is clearly there exported. Tried to re-install the packages as well just to make sure files are not corrupt.

It seems the error is happening when trying to mount the element in the virtual dom to run some unit tests. Snapshot testing with shallow rendering works just fine.

**Dump of the error**
TypeError: (0 , _capitalize.default) is not a function
    at InputBase (/home/circleci/project/node_modules/@material-ui/core/InputBase/InputBase.js:453:96)
    at renderWithHooks (/home/circleci/project/node_modules/react-dom/cjs/react-dom.development.js:15108:18)
    at updateForwardRef (/home/circleci/project/node_modules/react-dom/cjs/react-dom.development.js:16746:20)
    at beginWork$1 (/home/circleci/project/node_modules/react-dom/cjs/react-dom.development.js:18522:16)
    at HTMLUnknownElement.callCallback (/home/circleci/project/node_modules/react-dom/cjs/react-dom.development.js:347:14)
    at invokeEventListeners (/home/circleci/project/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:193:27)
    at HTMLUnknownElementImpl._dispatch (/home/circleci/project/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:119:9)
    at HTMLUnknownElementImpl.dispatchEvent (/home/circleci/project/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:82:17)
    at HTMLUnknownElementImpl.dispatchEvent (/home/circleci/project/node_modules/jsdom/lib/jsdom/living/nodes/HTMLElement-impl.js:30:27)
    at HTMLUnknownElement.dispatchEvent (/home/circleci/project/node_modules/jsdom/lib/jsdom/living/generated/EventTarget.js:157:21)
    at Object.invokeGuardedCallbackDev (/home/circleci/project/node_modules/react-dom/cjs/react-dom.development.js:397:16)
    at invokeGuardedCallback (/home/circleci/project/node_modules/react-dom/cjs/react-dom.development.js:454:31)
    at beginWork$$1 (/home/circleci/project/node_modules/react-dom/cjs/react-dom.development.js:23217:7)
    at performUnitOfWork (/home/circleci/project/node_modules/react-dom/cjs/react-dom.development.js:22211:12)
    at workLoopSync (/home/circleci/project/node_modules/react-dom/cjs/react-dom.development.js:22185:22)
    at renderRoot (/home/circleci/project/node_modules/react-dom/cjs/react-dom.development.js:21878:11)
    at scheduleUpdateOnFiber (/home/circleci/project/node_modules/react-dom/cjs/react-dom.development.js:21419:22)
    at scheduleRootUpdate (/home/circleci/project/node_modules/react-dom/cjs/react-dom.development.js:24319:3)
    at updateContainerAtExpirationTime (/home/circleci/project/node_modules/react-dom/cjs/react-dom.development.js:24347:10)
    at updateContainer (/home/circleci/project/node_modules/react-dom/cjs/react-dom.development.js:24436:10)
    at /home/circleci/project/node_modules/react-dom/cjs/react-dom.development.js:24963:7
    at unbatchedUpdates (/home/circleci/project/node_modules/react-dom/cjs/react-dom.development.js:21687:12)
    at legacyRenderSubtreeIntoContainer (/home/circleci/project/node_modules/react-dom/cjs/react-dom.development.js:24962:5)
    at Object.render (/home/circleci/project/node_modules/react-dom/cjs/react-dom.development.js:25042:12)
    at fn (/home/circleci/project/node_modules/enzyme-adapter-react-16/src/ReactSixteenAdapter.js:437:26)
    at /home/circleci/project/node_modules/enzyme-adapter-react-16/src/ReactSixteenAdapter.js:354:37
    at batchedUpdates$1 (/home/circleci/project/node_modules/react-dom/cjs/react-dom.development.js:21643:12)
    at act (/home/circleci/project/node_modules/react-dom/cjs/react-dom-test-utils.development.js:1002:14)
    at Object.act (/home/circleci/project/node_modules/react-dom/cjs/react-dom-test-utils.development.js:1418:12)
    at wrapAct (/home/circleci/project/node_modules/enzyme-adapter-react-16/src/ReactSixteenAdapter.js:354:13)
    at Object.render (/home/circleci/project/node_modules/enzyme-adapter-react-16/src/ReactSixteenAdapter.js:423:16)
    at new ReactWrapper (/home/circleci/project/node_modules/enzyme/src/ReactWrapper.js:115:16)
    at mount (/home/circleci/project/node_modules/enzyme/src/mount.js:10:10)
    at mountWithIntl (/home/circleci/project/test/intlHelper.js:22:10)
    at Suite.<anonymous> (/home/circleci/project/src/app/components/statisticsFilter.test.js:52:23)
    at addSpecsToSuite (/home/circleci/project/node_modules/jest-jasmine2/build/jasmine/Env.js:339:25)
    at Env.describe (/home/circleci/project/node_modules/jest-jasmine2/build/jasmine/Env.js:308:7)
    at describe (/home/circleci/project/node_modules/jest-jasmine2/build/jasmine/jasmine_light.js:99:18)
    at Object.<anonymous> (/home/circleci/project/src/app/components/statisticsFilter.test.js:26:1)
    at Runtime._execModule (/home/circleci/project/node_modules/jest-runtime/build/index.js:694:13)
    at Runtime.requireModule (/home/circleci/project/node_modules/jest-runtime/build/index.js:376:14)
    at /home/circleci/project/node_modules/jest-jasmine2/build/index.js:129:13
    at Generator.next (<anonymous>)
    at step (/home/circleci/project/node_modules/jest-jasmine2/build/index.js:170:30)
    at /home/circleci/project/node_modules/jest-jasmine2/build/index.js:189:14
    at new Promise (<anonymous>)
    at /home/circleci/project/node_modules/jest-jasmine2/build/index.js:167:12
    at jasmine2 (/home/circleci/project/node_modules/jest-jasmine2/build/index.js:138:17)
    at /home/circleci/project/node_modules/jest-runner/build/run_test.js:187:24
    at Generator.next (<anonymous>)
    at step (/home/circleci/project/node_modules/jest-runner/build/run_test.js:315:30)
    at /home/circleci/project/node_modules/jest-runner/build/run_test.js:326:15
    at process._tickCallback (internal/process/next_tick.js:68:7)

Context 🔦

Trying to run the tests locally and it just breaks when trying to mount things.

Your Environment 🌎

dump of npm ls

├─┬ @babel/cli@7.8.4
│ ├─┬ 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
│ │ │ │ │ ├── is-descriptor@1.0.2 deduped
│ │ │ │ │ └── isobject@3.0.1 deduped
│ │ │ │ ├─┬ extend-shallow@3.0.2
│ │ │ │ │ ├── assign-symbols@1.0.0 deduped
│ │ │ │ │ └─┬ 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 deduped
│ │ │ │ │ ├─┬ expand-brackets@2.1.4
│ │ │ │ │ │ ├── debug@2.6.9 deduped
│ │ │ │ │ │ ├─┬ define-property@0.2.5
│ │ │ │ │ │ │ └─┬ is-descriptor@0.1.6
│ │ │ │ │ │ │   ├─┬ is-accessor-descriptor@0.1.6
│ │ │ │ │ │ │   │ └─┬ kind-of@3.2.2
│ │ │ │ │ │ │   │   └── is-buffer@1.1.6 deduped
│ │ │ │ │ │ │   ├─┬ is-data-descriptor@0.1.4
│ │ │ │ │ │ │   │ └─┬ kind-of@3.2.2
│ │ │ │ │ │ │   │   └── is-buffer@1.1.6 deduped
│ │ │ │ │ │ │   └── kind-of@5.1.0
│ │ │ │ │ │ ├─┬ extend-shallow@2.0.1
│ │ │ │ │ │ │ └── is-extendable@0.1.1
│ │ │ │ │ │ ├── posix-character-classes@0.1.1 deduped
│ │ │ │ │ │ ├── regex-not@1.0.2 deduped
│ │ │ │ │ │ ├── snapdragon@0.8.2 deduped
│ │ │ │ │ │ └── to-regex@3.0.2 deduped
│ │ │ │ │ ├─┬ extend-shallow@2.0.1
│ │ │ │ │ │ └── is-extendable@0.1.1
│ │ │ │ │ ├── fragment-cache@0.2.1 deduped
│ │ │ │ │ ├── regex-not@1.0.2 deduped
│ │ │ │ │ ├── snapdragon@0.8.2 deduped
│ │ │ │ │ └── to-regex@3.0.2 deduped
│ │ │ │ ├── fragment-cache@0.2.1 deduped
│ │ │ │ ├── kind-of@6.0.2
│ │ │ │ ├── nanomatch@1.2.9 deduped
│ │ │ │ ├── object.pick@1.3.0 deduped
│ │ │ │ ├── regex-not@1.0.2 deduped
│ │ │ │ ├── snapdragon@0.8.2 deduped
│ │ │ │ └── to-regex@3.0.2 deduped
│ │ │ └── normalize-path@2.1.1 deduped
│ │ ├── async-each@1.0.3
│ │ ├─┬ braces@2.3.2
│ │ │ ├── arr-flatten@1.1.0
│ │ │ ├── array-unique@0.3.2 deduped
│ │ │ ├─┬ extend-shallow@2.0.1
│ │ │ │ └── is-extendable@0.1.1
│ │ │ ├─┬ fill-range@4.0.0
│ │ │ │ ├── extend-shallow@2.0.1 deduped
│ │ │ │ ├─┬ is-number@3.0.0
│ │ │ │ │ └── kind-of@3.2.2 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
│ │ │ ├── repeat-element@1.1.2
│ │ │ ├── snapdragon@0.8.2 deduped
│ │ │ ├─┬ snapdragon-node@2.1.1
│ │ │ │ ├─┬ define-property@1.0.0
│ │ │ │ │ └── is-descriptor@1.0.2 deduped
│ │ │ │ ├── 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
│ │ │ │   ├── assign-symbols@1.0.0 deduped
│ │ │ │   └─┬ is-extendable@1.0.1
│ │ │ │     └── is-plain-object@2.0.4 deduped
│ │ │ └── to-regex@3.0.2 deduped
│ │ ├── fsevents@1.2.11 deduped
│ │ ├─┬ glob-parent@3.1.0
│ │ │ ├─┬ is-glob@3.1.0
│ │ │ │ └── is-extglob@2.1.1
│ │ │ └── path-dirname@1.0.2
│ │ ├── inherits@2.0.4
│ │ ├─┬ is-binary-path@1.0.1
│ │ │ └── binary-extensions@1.11.0
│ │ ├── is-glob@4.0.1 deduped
│ │ ├── normalize-path@3.0.0
│ │ ├── path-is-absolute@1.0.1 deduped
│ │ ├─┬ readdirp@2.2.1
│ │ │ ├── graceful-fs@4.1.11 deduped
│ │ │ ├─┬ 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
│ │ │ │ │ ├── is-descriptor@1.0.2 deduped
│ │ │ │ │ └── isobject@3.0.1 deduped
│ │ │ │ ├─┬ extend-shallow@3.0.2
│ │ │ │ │ ├── assign-symbols@1.0.0 deduped
│ │ │ │ │ └─┬ 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 deduped
│ │ │ │ │ ├─┬ expand-brackets@2.1.4
│ │ │ │ │ │ ├── debug@2.6.9 deduped
│ │ │ │ │ │ ├─┬ define-property@0.2.5
│ │ │ │ │ │ │ └─┬ is-descriptor@0.1.6
│ │ │ │ │ │ │   ├─┬ is-accessor-descriptor@0.1.6
│ │ │ │ │ │ │   │ └─┬ kind-of@3.2.2
│ │ │ │ │ │ │   │   └── is-buffer@1.1.6 deduped
│ │ │ │ │ │ │   ├─┬ is-data-descriptor@0.1.4
│ │ │ │ │ │ │   │ └─┬ kind-of@3.2.2
│ │ │ │ │ │ │   │   └── is-buffer@1.1.6 deduped
│ │ │ │ │ │ │   └── kind-of@5.1.0
│ │ │ │ │ │ ├─┬ extend-shallow@2.0.1
│ │ │ │ │ │ │ └── is-extendable@0.1.1
│ │ │ │ │ │ ├── posix-character-classes@0.1.1 deduped
│ │ │ │ │ │ ├── regex-not@1.0.2 deduped
│ │ │ │ │ │ ├── snapdragon@0.8.2 deduped
│ │ │ │ │ │ └── to-regex@3.0.2 deduped
│ │ │ │ │ ├─┬ extend-shallow@2.0.1
│ │ │ │ │ │ └── is-extendable@0.1.1
│ │ │ │ │ ├── fragment-cache@0.2.1 deduped
│ │ │ │ │ ├── regex-not@1.0.2 deduped
│ │ │ │ │ ├── snapdragon@0.8.2 deduped
│ │ │ │ │ └── to-regex@3.0.2 deduped
│ │ │ │ ├── fragment-cache@0.2.1 deduped
│ │ │ │ ├── kind-of@6.0.2
│ │ │ │ ├── nanomatch@1.2.9 deduped
│ │ │ │ ├── object.pick@1.3.0 deduped
│ │ │ │ ├── regex-not@1.0.2 deduped
│ │ │ │ ├── snapdragon@0.8.2 deduped
│ │ │ │ └── to-regex@3.0.2 deduped
│ │ │ └── readable-stream@2.3.6 deduped
│ │ └── upath@1.2.0
│ ├── commander@4.1.1
│ ├─┬ convert-source-map@1.7.0
│ │ └── safe-buffer@5.1.2
│ ├── fs-readdir-recursive@1.1.0
│ ├─┬ glob@7.1.4
│ │ ├── fs.realpath@1.0.0
│ │ ├─┬ inflight@1.0.6
│ │ │ ├── once@1.4.0 deduped
│ │ │ └── wrappy@1.0.2
│ │ ├── inherits@2.0.4 deduped
│ │ ├── minimatch@3.0.4 deduped
│ │ ├─┬ once@1.4.0
│ │ │ └── wrappy@1.0.2 deduped
│ │ └── path-is-absolute@1.0.1 deduped
│ ├── lodash@4.17.15
│ ├─┬ make-dir@2.1.0
│ │ ├── pify@4.0.1
│ │ └── semver@5.7.1
│ ├── slash@2.0.0
│ └── source-map@0.5.7
├─┬ @babel/core@7.8.4
│ ├─┬ @babel/code-frame@7.8.3
│ │ └─┬ @babel/highlight@7.8.3
│ │   ├── chalk@2.4.2 deduped
│ │   ├── esutils@2.0.2 deduped
│ │   └── js-tokens@4.0.0
│ ├─┬ @babel/generator@7.8.4
│ │ ├── @babel/types@7.8.3 deduped
│ │ ├── jsesc@2.5.1
│ │ ├── lodash@4.17.15
│ │ └── source-map@0.5.7
│ ├─┬ @babel/helpers@7.8.4
│ │ ├── @babel/template@7.8.3 deduped
│ │ ├── @babel/traverse@7.8.4 deduped
│ │ └── @babel/types@7.8.3 deduped
│ ├── @babel/parser@7.8.4
│ ├─┬ @babel/template@7.8.3
│ │ ├── @babel/code-frame@7.8.3 deduped
│ │ ├── @babel/parser@7.8.4 deduped
│ │ └── @babel/types@7.8.3 deduped
│ ├─┬ @babel/traverse@7.8.4
│ │ ├── @babel/code-frame@7.8.3 deduped
│ │ ├── @babel/generator@7.8.4 deduped
│ │ ├─┬ @babel/helper-function-name@7.8.3
│ │ │ ├── @babel/helper-get-function-arity@7.8.3 deduped
│ │ │ ├── @babel/template@7.8.3 deduped
│ │ │ └── @babel/types@7.8.3 deduped
│ │ ├─┬ @babel/helper-split-export-declaration@7.8.3
│ │ │ └── @babel/types@7.8.3 deduped
│ │ ├── @babel/parser@7.8.4 deduped
│ │ ├── @babel/types@7.8.3 deduped
│ │ ├─┬ debug@4.1.1
│ │ │ └── ms@2.1.2 deduped
│ │ ├── globals@11.4.0
│ │ └── lodash@4.17.15
│ ├─┬ @babel/types@7.8.3
│ │ ├── esutils@2.0.2 deduped
│ │ ├── lodash@4.17.15
│ │ └── to-fast-properties@2.0.0
│ ├── convert-source-map@1.7.0 deduped
│ ├─┬ debug@4.1.1
│ │ └── ms@2.1.2
│ ├── gensync@1.0.0-beta.1
│ ├─┬ json5@2.1.1
│ │ └── minimist@1.2.0 deduped
│ ├── lodash@4.17.15
│ ├─┬ resolve@1.15.1
│ │ └── path-parse@1.0.6
│ ├── semver@5.5.0
│ └── source-map@0.5.7
├─┬ @babel/plugin-proposal-class-properties@7.8.3
│ ├─┬ @babel/helper-create-class-features-plugin@7.8.3
│ │ ├── @babel/helper-function-name@7.8.3 deduped
│ │ ├─┬ @babel/helper-member-expression-to-functions@7.8.3
│ │ │ └── @babel/types@7.8.3 deduped
│ │ ├─┬ @babel/helper-optimise-call-expression@7.8.3
│ │ │ └── @babel/types@7.8.3 deduped
│ │ ├── @babel/helper-plugin-utils@7.8.3 deduped
│ │ ├─┬ @babel/helper-replace-supers@7.8.3
│ │ │ ├── @babel/helper-member-expression-to-functions@7.8.3 deduped
│ │ │ ├── @babel/helper-optimise-call-expression@7.8.3 deduped
│ │ │ ├── @babel/traverse@7.8.4 deduped
│ │ │ └── @babel/types@7.8.3 deduped
│ │ └── @babel/helper-split-export-declaration@7.8.3 deduped
│ └── @babel/helper-plugin-utils@7.8.3
├─┬ @babel/plugin-proposal-decorators@7.8.3
│ ├── @babel/helper-create-class-features-plugin@7.8.3 deduped
│ ├── @babel/helper-plugin-utils@7.8.3 deduped
│ └─┬ @babel/plugin-syntax-decorators@7.8.3
│   └── @babel/helper-plugin-utils@7.8.3 deduped
├─┬ @babel/plugin-proposal-do-expressions@7.8.3
│ ├── @babel/helper-plugin-utils@7.8.3 deduped
│ └─┬ @babel/plugin-syntax-do-expressions@7.8.3
│   └── @babel/helper-plugin-utils@7.8.3 deduped
├─┬ @babel/plugin-proposal-export-default-from@7.8.3
│ ├── @babel/helper-plugin-utils@7.8.3 deduped
│ └─┬ @babel/plugin-syntax-export-default-from@7.8.3
│   └── @babel/helper-plugin-utils@7.8.3 deduped
├─┬ @babel/plugin-proposal-export-namespace-from@7.8.3
│ ├── @babel/helper-plugin-utils@7.8.3 deduped
│ └─┬ @babel/plugin-syntax-export-namespace-from@7.8.3
│   └── @babel/helper-plugin-utils@7.8.3 deduped
├─┬ @babel/plugin-proposal-function-bind@7.8.3
│ ├── @babel/helper-plugin-utils@7.8.3 deduped
│ └─┬ @babel/plugin-syntax-function-bind@7.8.3
│   └── @babel/helper-plugin-utils@7.8.3 deduped
├─┬ @babel/plugin-proposal-function-sent@7.8.3
│ ├── @babel/helper-plugin-utils@7.8.3 deduped
│ ├─┬ @babel/helper-wrap-function@7.8.3
│ │ ├── @babel/helper-function-name@7.8.3 deduped
│ │ ├── @babel/template@7.8.3 deduped
│ │ ├── @babel/traverse@7.8.4 deduped
│ │ └── @babel/types@7.8.3 deduped
│ └─┬ @babel/plugin-syntax-function-sent@7.8.3
│   └── @babel/helper-plugin-utils@7.8.3 deduped
├─┬ @babel/plugin-proposal-json-strings@7.8.3
│ ├── @babel/helper-plugin-utils@7.8.3 deduped
│ └─┬ @babel/plugin-syntax-json-strings@7.8.3
│   └── @babel/helper-plugin-utils@7.8.3 deduped
├─┬ @babel/plugin-proposal-logical-assignment-operators@7.8.3
│ ├── @babel/helper-plugin-utils@7.8.3 deduped
│ └─┬ @babel/plugin-syntax-logical-assignment-operators@7.8.3
│   └── @babel/helper-plugin-utils@7.8.3 deduped
├─┬ @babel/plugin-proposal-nullish-coalescing-operator@7.8.3
│ ├── @babel/helper-plugin-utils@7.8.3 deduped
│ └─┬ @babel/plugin-syntax-nullish-coalescing-operator@7.8.3
│   └── @babel/helper-plugin-utils@7.8.3 deduped
├─┬ @babel/plugin-proposal-numeric-separator@7.8.3
│ ├── @babel/helper-plugin-utils@7.8.3 deduped
│ └─┬ @babel/plugin-syntax-numeric-separator@7.8.3
│   └── @babel/helper-plugin-utils@7.8.3 deduped
├─┬ @babel/plugin-proposal-optional-chaining@7.8.3
│ ├── @babel/helper-plugin-utils@7.8.3 deduped
│ └─┬ @babel/plugin-syntax-optional-chaining@7.8.3
│   └── @babel/helper-plugin-utils@7.8.3 deduped
├─┬ @babel/plugin-proposal-pipeline-operator@7.8.3
│ ├── @babel/helper-plugin-utils@7.8.3 deduped
│ └─┬ @babel/plugin-syntax-pipeline-operator@7.8.3
│   └── @babel/helper-plugin-utils@7.8.3 deduped
├─┬ @babel/plugin-proposal-throw-expressions@7.8.3
│ ├── @babel/helper-plugin-utils@7.8.3 deduped
│ └─┬ @babel/plugin-syntax-throw-expressions@7.8.3
│   └── @babel/helper-plugin-utils@7.8.3 deduped
├─┬ @babel/plugin-syntax-dynamic-import@7.8.3
│ └── @babel/helper-plugin-utils@7.8.3 deduped
├─┬ @babel/plugin-syntax-import-meta@7.8.3
│ └── @babel/helper-plugin-utils@7.8.3 deduped
├─┬ @babel/preset-env@7.8.4
│ ├─┬ @babel/compat-data@7.8.5
│ │ ├── browserslist@4.8.6 deduped
│ │ ├── invariant@2.2.4 deduped
│ │ └── semver@5.5.0 deduped
│ ├─┬ @babel/helper-compilation-targets@7.8.4
│ │ ├── @babel/compat-data@7.8.5 deduped
│ │ ├── browserslist@4.8.6 deduped
│ │ ├── invariant@2.2.4 deduped
│ │ ├── levenary@1.1.1 deduped
│ │ └── semver@5.5.0 deduped
│ ├─┬ @babel/helper-module-imports@7.8.3
│ │ └── @babel/types@7.8.3 deduped
│ ├── @babel/helper-plugin-utils@7.8.3 deduped
│ ├─┬ @babel/plugin-proposal-async-generator-functions@7.8.3
│ │ ├── @babel/helper-plugin-utils@7.8.3 deduped
│ │ ├─┬ @babel/helper-remap-async-to-generator@7.8.3
│ │ │ ├── @babel/helper-annotate-as-pure@7.8.3 deduped
│ │ │ ├── @babel/helper-wrap-function@7.8.3 deduped
│ │ │ ├── @babel/template@7.8.3 deduped
│ │ │ ├── @babel/traverse@7.8.4 deduped
│ │ │ └── @babel/types@7.8.3 deduped
│ │ └── @babel/plugin-syntax-async-generators@7.8.4 deduped
│ ├─┬ @babel/plugin-proposal-dynamic-import@7.8.3
│ │ ├── @babel/helper-plugin-utils@7.8.3 deduped
│ │ └── @babel/plugin-syntax-dynamic-import@7.8.3 deduped
│ ├── @babel/plugin-proposal-json-strings@7.8.3 deduped
│ ├── @babel/plugin-proposal-nullish-coalescing-operator@7.8.3 deduped
│ ├─┬ @babel/plugin-proposal-object-rest-spread@7.8.3
│ │ ├── @babel/helper-plugin-utils@7.8.3 deduped
│ │ └── @babel/plugin-syntax-object-rest-spread@7.8.3 deduped
│ ├─┬ @babel/plugin-proposal-optional-catch-binding@7.8.3
│ │ ├── @babel/helper-plugin-utils@7.8.3 deduped
│ │ └── @babel/plugin-syntax-optional-catch-binding@7.8.3 deduped
│ ├── @babel/plugin-proposal-optional-chaining@7.8.3 deduped
│ ├─┬ @babel/plugin-proposal-unicode-property-regex@7.8.3
│ │ ├─┬ @babel/helper-create-regexp-features-plugin@7.8.3
│ │ │ ├── @babel/helper-regex@7.8.3 deduped
│ │ │ └─┬ regexpu-core@4.6.0
│ │ │   ├── regenerate@1.4.0
│ │ │   ├─┬ regenerate-unicode-properties@8.1.0
│ │ │   │ └── regenerate@1.4.0 deduped
│ │ │   ├── regjsgen@0.5.1
│ │ │   ├─┬ regjsparser@0.6.2
│ │ │   │ └── jsesc@0.5.0 deduped
│ │ │   ├─┬ unicode-match-property-ecmascript@1.0.4
│ │ │   │ ├── unicode-canonical-property-names-ecmascript@1.0.4
│ │ │   │ └── unicode-property-aliases-ecmascript@1.0.5
│ │ │   └── unicode-match-property-value-ecmascript@1.1.0
│ │ └── @babel/helper-plugin-utils@7.8.3 deduped
│ ├─┬ @babel/plugin-syntax-async-generators@7.8.4
│ │ └── @babel/helper-plugin-utils@7.8.3 deduped
│ ├── @babel/plugin-syntax-dynamic-import@7.8.3 deduped
│ ├── @babel/plugin-syntax-json-strings@7.8.3 deduped
│ ├── @babel/plugin-syntax-nullish-coalescing-operator@7.8.3 deduped
│ ├─┬ @babel/plugin-syntax-object-rest-spread@7.8.3
│ │ └── @babel/helper-plugin-utils@7.8.3 deduped
│ ├─┬ @babel/plugin-syntax-optional-catch-binding@7.8.3
│ │ └── @babel/helper-plugin-utils@7.8.3 deduped
│ ├── @babel/plugin-syntax-optional-chaining@7.8.3 deduped
│ ├─┬ @babel/plugin-syntax-top-level-await@7.8.3
│ │ └── @babel/helper-plugin-utils@7.8.3 deduped
│ ├─┬ @babel/plugin-transform-arrow-functions@7.8.3
│ │ └── @babel/helper-plugin-utils@7.8.3 deduped
│ ├─┬ @babel/plugin-transform-async-to-generator@7.8.3
│ │ ├── @babel/helper-module-imports@7.8.3 deduped
│ │ ├── @babel/helper-plugin-utils@7.8.3 deduped
│ │ └── @babel/helper-remap-async-to-generator@7.8.3 deduped
│ ├─┬ @babel/plugin-transform-block-scoped-functions@7.8.3
│ │ └── @babel/helper-plugin-utils@7.8.3 deduped
│ ├─┬ @babel/plugin-transform-block-scoping@7.8.3
│ │ ├── @babel/helper-plugin-utils@7.8.3 deduped
│ │ └── lodash@4.17.15
│ ├─┬ @babel/plugin-transform-classes@7.8.3
│ │ ├─┬ @babel/helper-annotate-as-pure@7.8.3
│ │ │ └── @babel/types@7.8.3 deduped
│ │ ├─┬ @babel/helper-define-map@7.8.3
│ │ │ ├── @babel/helper-function-name@7.8.3 deduped
│ │ │ ├── @babel/types@7.8.3 deduped
│ │ │ └── lodash@4.17.15
│ │ ├── @babel/helper-function-name@7.8.3 deduped
│ │ ├── @babel/helper-optimise-call-expression@7.8.3 deduped
│ │ ├── @babel/helper-plugin-utils@7.8.3 deduped
│ │ ├── @babel/helper-replace-supers@7.8.3 deduped
│ │ ├── @babel/helper-split-export-declaration@7.8.3 deduped
│ │ └── globals@11.4.0 deduped
│ ├─┬ @babel/plugin-transform-computed-properties@7.8.3
│ │ └── @babel/helper-plugin-utils@7.8.3 deduped
│ ├─┬ @babel/plugin-transform-destructuring@7.8.3
│ │ └── @babel/helper-plugin-utils@7.8.3 deduped
│ ├─┬ @babel/plugin-transform-dotall-regex@7.8.3
│ │ ├── @babel/helper-create-regexp-features-plugin@7.8.3 deduped
│ │ └── @babel/helper-plugin-utils@7.8.3 deduped
│ ├─┬ @babel/plugin-transform-duplicate-keys@7.8.3
│ │ └── @babel/helper-plugin-utils@7.8.3 deduped
│ ├─┬ @babel/plugin-transform-exponentiation-operator@7.8.3
│ │ ├─┬ @babel/helper-builder-binary-assignment-operator-visitor@7.8.3
│ │ │ ├─┬ @babel/helper-explode-assignable-expression@7.8.3
│ │ │ │ ├── @babel/traverse@7.8.4 deduped
│ │ │ │ └── @babel/types@7.8.3 deduped
│ │ │ └── @babel/types@7.8.3 deduped
│ │ └── @babel/helper-plugin-utils@7.8.3 deduped
│ ├─┬ @babel/plugin-transform-for-of@7.8.4
│ │ └── @babel/helper-plugin-utils@7.8.3 deduped
│ ├─┬ @babel/plugin-transform-function-name@7.8.3
│ │ ├── @babel/helper-function-name@7.8.3 deduped
│ │ └── @babel/helper-plugin-utils@7.8.3 deduped
│ ├─┬ @babel/plugin-transform-literals@7.8.3
│ │ └── @babel/helper-plugin-utils@7.8.3 deduped
│ ├─┬ @babel/plugin-transform-member-expression-literals@7.8.3
│ │ └── @babel/helper-plugin-utils@7.8.3 deduped
│ ├─┬ @babel/plugin-transform-modules-amd@7.8.3
│ │ ├─┬ @babel/helper-module-transforms@7.8.3
│ │ │ ├── @babel/helper-module-imports@7.8.3 deduped
│ │ │ ├── @babel/helper-simple-access@7.8.3 deduped
│ │ │ ├── @babel/helper-split-export-declaration@7.8.3 deduped
│ │ │ ├── @babel/template@7.8.3 deduped
│ │ │ ├── @babel/types@7.8.3 deduped
│ │ │ └── lodash@4.17.15
│ │ ├── @babel/helper-plugin-utils@7.8.3 deduped
│ │ └─┬ babel-plugin-dynamic-import-node@2.3.0
│ │   └── object.assign@4.1.0 deduped
│ ├─┬ @babel/plugin-transform-modules-commonjs@7.8.3
│ │ ├── @babel/helper-module-transforms@7.8.3 deduped
│ │ ├── @babel/helper-plugin-utils@7.8.3 deduped
│ │ ├─┬ @babel/helper-simple-access@7.8.3
│ │ │ ├── @babel/template@7.8.3 deduped
│ │ │ └── @babel/types@7.8.3 deduped
│ │ └── babel-plugin-dynamic-import-node@2.3.0 deduped
│ ├─┬ @babel/plugin-transform-modules-systemjs@7.8.3
│ │ ├─┬ @babel/helper-hoist-variables@7.8.3
│ │ │ └── @babel/types@7.8.3 deduped
│ │ ├── @babel/helper-module-transforms@7.8.3 deduped
│ │ ├── @babel/helper-plugin-utils@7.8.3 deduped
│ │ └── babel-plugin-dynamic-import-node@2.3.0 deduped
│ ├─┬ @babel/plugin-transform-modules-umd@7.8.3
│ │ ├── @babel/helper-module-transforms@7.8.3 deduped
│ │ └── @babel/helper-plugin-utils@7.8.3 deduped
│ ├─┬ @babel/plugin-transform-named-capturing-groups-regex@7.8.3
│ │ └── @babel/helper-create-regexp-features-plugin@7.8.3 deduped
│ ├─┬ @babel/plugin-transform-new-target@7.8.3
│ │ └── @babel/helper-plugin-utils@7.8.3 deduped
│ ├─┬ @babel/plugin-transform-object-super@7.8.3
│ │ ├── @babel/helper-plugin-utils@7.8.3 deduped
│ │ └── @babel/helper-replace-supers@7.8.3 deduped
│ ├─┬ @babel/plugin-transform-parameters@7.8.4
│ │ ├─┬ @babel/helper-call-delegate@7.8.3
│ │ │ ├── @babel/helper-hoist-variables@7.8.3 deduped
│ │ │ ├── @babel/traverse@7.8.4 deduped
│ │ │ └── @babel/types@7.8.3 deduped
│ │ ├─┬ @babel/helper-get-function-arity@7.8.3
│ │ │ └── @babel/types@7.8.3 deduped
│ │ └── @babel/helper-plugin-utils@7.8.3 deduped
│ ├─┬ @babel/plugin-transform-property-literals@7.8.3
│ │ └── @babel/helper-plugin-utils@7.8.3 deduped
│ ├─┬ @babel/plugin-transform-regenerator@7.8.3
│ │ └─┬ regenerator-transform@0.14.1
│ │   └── private@0.1.8
│ ├─┬ @babel/plugin-transform-reserved-words@7.8.3
│ │ └── @babel/helper-plugin-utils@7.8.3 deduped
│ ├─┬ @babel/plugin-transform-shorthand-properties@7.8.3
│ │ └── @babel/helper-plugin-utils@7.8.3 deduped
│ ├─┬ @babel/plugin-transform-spread@7.8.3
│ │ └── @babel/helper-plugin-utils@7.8.3 deduped
│ ├─┬ @babel/plugin-transform-sticky-regex@7.8.3
│ │ ├── @babel/helper-plugin-utils@7.8.3 deduped
│ │ └─┬ @babel/helper-regex@7.8.3
│ │   └── lodash@4.17.15
│ ├─┬ @babel/plugin-transform-template-literals@7.8.3
│ │ ├── @babel/helper-annotate-as-pure@7.8.3 deduped
│ │ └── @babel/helper-plugin-utils@7.8.3 deduped
│ ├─┬ @babel/plugin-transform-typeof-symbol@7.8.4
│ │ └── @babel/helper-plugin-utils@7.8.3 deduped
│ ├─┬ @babel/plugin-transform-unicode-regex@7.8.3
│ │ ├── @babel/helper-create-regexp-features-plugin@7.8.3 deduped
│ │ └── @babel/helper-plugin-utils@7.8.3 deduped
│ ├── @babel/types@7.8.3 deduped
│ ├─┬ browserslist@4.8.6
│ │ ├── caniuse-lite@1.0.30001027
│ │ ├── electron-to-chromium@1.3.346
│ │ └─┬ node-releases@1.1.48
│ │   └── semver@6.3.0
│ ├─┬ core-js-compat@3.6.4
│ │ ├── browserslist@4.8.6 deduped
│ │ └── semver@7.0.0
│ ├─┬ invariant@2.2.4
│ │ └── loose-envify@1.3.1 deduped
│ ├─┬ levenary@1.1.1
│ │ └── leven@3.1.0
│ └── semver@5.5.0 deduped
├─┬ @babel/preset-flow@7.8.3
│ ├── @babel/helper-plugin-utils@7.8.3 deduped
│ └─┬ @babel/plugin-transform-flow-strip-types@7.8.3
│   ├── @babel/helper-plugin-utils@7.8.3 deduped
│   └─┬ @babel/plugin-syntax-flow@7.8.3
│     └── @babel/helper-plugin-utils@7.8.3 deduped
├─┬ @babel/preset-react@7.8.3
│ ├── @babel/helper-plugin-utils@7.8.3 deduped
│ ├─┬ @babel/plugin-transform-react-display-name@7.8.3
│ │ └── @babel/helper-plugin-utils@7.8.3 deduped
│ ├─┬ @babel/plugin-transform-react-jsx@7.8.3
│ │ ├─┬ @babel/helper-builder-react-jsx@7.8.3
│ │ │ ├── @babel/types@7.8.3 deduped
│ │ │ └── esutils@2.0.3
│ │ ├── @babel/helper-plugin-utils@7.8.3 deduped
│ │ └─┬ @babel/plugin-syntax-jsx@7.8.3
│ │   └── @babel/helper-plugin-utils@7.8.3 deduped
│ ├─┬ @babel/plugin-transform-react-jsx-self@7.8.3
│ │ ├── @babel/helper-plugin-utils@7.8.3 deduped
│ │ └── @babel/plugin-syntax-jsx@7.8.3 deduped
│ └─┬ @babel/plugin-transform-react-jsx-source@7.8.3
│   ├── @babel/helper-plugin-utils@7.8.3 deduped
│   └── @babel/plugin-syntax-jsx@7.8.3 deduped
├─┬ @babel/register@7.8.3
│ ├─┬ find-cache-dir@2.1.0
│ │ ├── commondir@1.0.1
│ │ ├── make-dir@2.1.0 deduped
│ │ └─┬ pkg-dir@3.0.0
│ │   └─┬ find-up@3.0.0
│ │     └─┬ locate-path@3.0.0
│ │       ├─┬ p-locate@3.0.0
│ │       │ └─┬ p-limit@2.0.0
│ │       │   └── p-try@2.0.0
│ │       └── path-exists@3.0.0 deduped
│ ├── lodash@4.17.15
│ ├── make-dir@2.1.0 deduped
│ ├─┬ pirates@4.0.1
│ │ └── node-modules-regexp@1.0.0
│ └─┬ source-map-support@0.5.16
│   ├── buffer-from@1.0.0
│   └── source-map@0.6.1
├─┬ @datadog/browser-logs@1.5.0
│ ├─┬ @datadog/browser-core@1.5.0
│ │ ├── lodash.assign@4.2.0 deduped
│ │ ├── lodash.merge@4.6.2 deduped
│ │ ├── tslib@1.10.0 deduped
│ │ └── url-polyfill@1.1.7
│ ├── lodash.assign@4.2.0
│ ├── lodash.merge@4.6.2
│ └── tslib@1.10.0
├─┬ @date-io/moment@1.3.13
│ └── @date-io/core@1.3.13
├── @hocs/with-lifecycle@0.3.0
├─┬ UNMET PEER DEPENDENCY @material-ui/core@4.11.0
│ ├─┬ @babel/runtime@7.6.0
│ │ └── regenerator-runtime@0.13.3
│ ├─┬ @material-ui/styles@4.10.0
│ │ ├─┬ @babel/runtime@7.6.0
│ │ │ └── regenerator-runtime@0.13.3
│ │ ├── @emotion/hash@0.8.0
│ │ ├── @material-ui/types@5.1.0 deduped
│ │ ├── @material-ui/utils@4.10.2 deduped
│ │ ├── clsx@1.1.1 deduped
│ │ ├── csstype@2.5.7
│ │ ├── hoist-non-react-statics@3.3.2 deduped
│ │ ├─┬ jss@10.4.0
│ │ │ ├── @babel/runtime@7.11.2 deduped
│ │ │ ├── csstype@3.0.2
│ │ │ ├── is-in-browser@1.1.3 deduped
│ │ │ └── tiny-warning@1.0.3
│ │ ├─┬ jss-plugin-camel-case@10.4.0
│ │ │ ├── @babel/runtime@7.11.2 deduped
│ │ │ ├── hyphenate-style-name@1.0.4
│ │ │ └── jss@10.4.0 deduped
│ │ ├─┬ jss-plugin-default-unit@10.4.0
│ │ │ ├── @babel/runtime@7.11.2 deduped
│ │ │ └── jss@10.4.0 deduped
│ │ ├─┬ jss-plugin-global@10.4.0
│ │ │ ├── @babel/runtime@7.11.2 deduped
│ │ │ └── jss@10.4.0 deduped
│ │ ├─┬ jss-plugin-nested@10.4.0
│ │ │ ├── @babel/runtime@7.11.2 deduped
│ │ │ ├── jss@10.4.0 deduped
│ │ │ └── tiny-warning@1.0.3 deduped
│ │ ├─┬ jss-plugin-props-sort@10.4.0
│ │ │ ├── @babel/runtime@7.11.2 deduped
│ │ │ └── jss@10.4.0 deduped
│ │ ├─┬ jss-plugin-rule-value-function@10.4.0
│ │ │ ├── @babel/runtime@7.11.2 deduped
│ │ │ ├── jss@10.4.0 deduped
│ │ │ └── tiny-warning@1.0.3 deduped
│ │ ├─┬ jss-plugin-vendor-prefixer@10.4.0
│ │ │ ├── @babel/runtime@7.11.2 deduped
│ │ │ ├─┬ css-vendor@2.0.8
│ │ │ │ ├── @babel/runtime@7.11.2 deduped
│ │ │ │ └── is-in-browser@1.1.3 deduped
│ │ │ └── jss@10.4.0 deduped
│ │ └── prop-types@15.7.2 deduped
│ ├─┬ @material-ui/system@4.9.14
│ │ ├─┬ @babel/runtime@7.6.0
│ │ │ └── regenerator-runtime@0.13.3
│ │ ├── @material-ui/utils@4.10.2 deduped
│ │ ├── csstype@2.5.7 deduped
│ │ └── prop-types@15.7.2 deduped
│ ├── @material-ui/types@5.1.0
│ ├── @material-ui/utils@4.10.2 deduped
│ ├─┬ @types/react-transition-group@4.4.0
│ │ └── @types/react@16.0.40
│ ├── clsx@1.1.1
│ ├─┬ hoist-non-react-statics@3.3.2
│ │ └── react-is@16.12.0 deduped
│ ├── popper.js@1.16.1-lts
│ ├─┬ prop-types@15.7.2
│ │ ├─┬ loose-envify@1.4.0
│ │ │ └── js-tokens@4.0.0
│ │ ├── object-assign@4.1.1 deduped
│ │ └── react-is@16.12.0 deduped
│ ├── react-is@16.13.1
│ └─┬ react-transition-group@4.4.1
│   ├─┬ @babel/runtime@7.9.2
│   │ └── regenerator-runtime@0.13.5
│   ├─┬ dom-helpers@5.2.0
│   │ ├── @babel/runtime@7.11.2 deduped
│   │ └── csstype@3.0.2
│   ├─┬ loose-envify@1.4.0
│   │ └── js-tokens@4.0.0
│   └── prop-types@15.7.2 deduped
├─┬ @material-ui/icons@4.9.1
│ └─┬ @babel/runtime@7.6.0
│   └── regenerator-runtime@0.13.3
├─┬ @material-ui/lab@4.0.0-alpha.56
│ ├─┬ @babel/runtime@7.6.0
│ │ └── regenerator-runtime@0.13.3
│ ├── @material-ui/utils@4.10.2 deduped
│ ├── clsx@1.1.1 deduped
│ ├── prop-types@15.7.2 deduped
│ └── react-is@16.13.1
├─┬ @material-ui/pickers@3.2.10
│ ├─┬ @babel/runtime@7.11.2
│ │ └── regenerator-runtime@0.13.5
│ ├── @date-io/core@1.3.13 deduped
│ ├─┬ @types/styled-jsx@2.2.8
│ │ └── @types/react@16.0.40 deduped
│ ├── clsx@1.1.1 deduped
│ ├── react-transition-group@4.4.1 deduped
│ └─┬ rifm@0.7.0
│   └── @babel/runtime@7.11.2 deduped
├─┬ @material-ui/utils@4.10.2
│ ├─┬ @babel/runtime@7.6.0
│ │ └── regenerator-runtime@0.13.3
│ ├── prop-types@15.7.2 deduped
│ └── react-is@16.13.1
├─┬ @sentry/browser@5.19.2
│ ├─┬ @sentry/core@5.19.2
│ │ ├── @sentry/hub@5.19.2 deduped
│ │ ├─┬ @sentry/minimal@5.19.2
│ │ │ ├── @sentry/hub@5.19.2 deduped
│ │ │ ├── @sentry/types@5.19.2 deduped
│ │ │ └── tslib@1.10.0 deduped
│ │ ├── @sentry/types@5.19.2 deduped
│ │ ├── @sentry/utils@5.19.2 deduped
│ │ └── tslib@1.10.0 deduped
│ ├── @sentry/types@5.19.2
│ ├─┬ @sentry/utils@5.19.2
│ │ ├── @sentry/types@5.19.2 deduped
│ │ └── tslib@1.10.0 deduped
│ └── tslib@1.10.0 deduped
├─┬ @sentry/node@5.19.2
│ ├─┬ @sentry/apm@5.19.2
│ │ ├── @sentry/browser@5.19.2 deduped
│ │ ├── @sentry/hub@5.19.2 deduped
│ │ ├── @sentry/minimal@5.19.2 deduped
│ │ ├── @sentry/types@5.19.2 deduped
│ │ ├── @sentry/utils@5.19.2 deduped
│ │ └── tslib@1.10.0 deduped
│ ├── @sentry/core@5.19.2 deduped
│ ├─┬ @sentry/hub@5.19.2
│ │ ├── @sentry/types@5.19.2 deduped
│ │ ├── @sentry/utils@5.19.2 deduped
│ │ └── tslib@1.10.0 deduped
│ ├── @sentry/types@5.19.2 deduped
│ ├── @sentry/utils@5.19.2 deduped
│ ├── cookie@0.3.1
│ ├─┬ https-proxy-agent@5.0.0
│ │ ├─┬ agent-base@6.0.1
│ │ │ └── debug@4.1.1 deduped
│ │ └─┬ debug@4.1.1
│ │   └── ms@2.1.2 deduped
│ ├── lru_map@0.3.3
│ └── tslib@1.10.0 deduped
├─┬ @sentry/webpack-plugin@1.12.0
│ └─┬ @sentry/cli@1.55.0
│   ├── https-proxy-agent@5.0.0 deduped
│   ├─┬ mkdirp@0.5.5
│   │ └── minimist@1.2.5
│   ├── node-fetch@2.6.0
│   ├── progress@2.0.3 deduped
│   └── proxy-from-env@1.1.0
├─┬ @wdio/cli@5.11.0
│ ├─┬ @wdio/config@5.11.0
│ │ ├── @wdio/logger@5.11.0 deduped
│ │ ├── deepmerge@4.0.0 deduped
│ │ └── glob@7.1.4 deduped
│ ├─┬ @wdio/logger@5.11.0
│ │ ├── chalk@2.4.2 deduped
│ │ ├── loglevel@1.6.3
│ │ ├── loglevel-plugin-prefix@0.8.4
│ │ └─┬ strip-ansi@5.2.0
│ │   └── ansi-regex@4.1.0
│ ├─┬ @wdio/utils@5.11.1
│ │ ├── @wdio/logger@5.11.0 deduped
│ │ └── deepmerge@4.0.0 deduped
│ ├── async-exit-hook@2.0.1
│ ├─┬ chalk@2.4.2
│ │ ├─┬ ansi-styles@3.2.1
│ │ │ └─┬ color-convert@1.9.3
│ │ │   └── color-name@1.1.3
│ │ ├── escape-string-regexp@1.0.5
│ │ └── supports-color@5.5.0 deduped
│ ├─┬ chokidar@3.0.2
│ │ ├─┬ anymatch@3.0.3
│ │ │ ├── normalize-path@3.0.0 deduped
│ │ │ └── picomatch@2.0.7
│ │ ├─┬ braces@3.0.2
│ │ │ └─┬ fill-range@7.0.1
│ │ │   └─┬ to-regex-range@5.0.1
│ │ │     └── is-number@7.0.0
│ │ ├── fsevents@2.0.7
│ │ ├─┬ glob-parent@5.0.0
│ │ │ └── is-glob@4.0.1 deduped
│ │ ├─┬ is-binary-path@2.1.0
│ │ │ └── binary-extensions@2.0.0
│ │ ├── is-glob@4.0.1 deduped
│ │ ├── normalize-path@3.0.0
│ │ └─┬ readdirp@3.1.1
│ │   └── picomatch@2.0.7 deduped
│ ├── cli-spinners@2.2.0
│ ├── deepmerge@4.0.0
│ ├── ejs@2.7.4
│ ├─┬ fs-extra@8.1.0
│ │ ├── graceful-fs@4.2.0
│ │ ├─┬ jsonfile@4.0.0
│ │ │ └── graceful-fs@4.1.11 deduped
│ │ └── universalify@0.1.1
│ ├─┬ inquirer@6.4.1
│ │ ├── ansi-escapes@3.2.0
│ │ ├── chalk@2.4.2 deduped
│ │ ├─┬ cli-cursor@2.1.0
│ │ │ └─┬ restore-cursor@2.0.0
│ │ │   ├─┬ onetime@2.0.1
│ │ │   │ └── mimic-fn@1.2.0
│ │ │   └── signal-exit@3.0.2 deduped
│ │ ├── cli-width@2.2.0
│ │ ├─┬ external-editor@3.1.0
│ │ │ ├── chardet@0.7.0
│ │ │ ├── iconv-lite@0.4.24 deduped
│ │ │ └─┬ tmp@0.0.33
│ │ │   └── os-tmpdir@1.0.2
│ │ ├─┬ figures@2.0.0
│ │ │ └── escape-string-regexp@1.0.5 deduped
│ │ ├── lodash@4.17.11
│ │ ├── mute-stream@0.0.7
│ │ ├─┬ run-async@2.3.0
│ │ │ └── is-promise@2.1.0 deduped
│ │ ├─┬ rxjs@6.5.4
│ │ │ └── tslib@1.10.0 deduped
│ │ ├─┬ string-width@2.1.1
│ │ │ ├── is-fullwidth-code-point@2.0.0
│ │ │ └─┬ strip-ansi@4.0.0
│ │ │   └── ansi-regex@3.0.0 deduped
│ │ ├─┬ strip-ansi@5.2.0
│ │ │ └── ansi-regex@4.1.0
│ │ └── through@2.3.8 deduped
│ ├── lodash.flattendeep@4.4.0
│ ├── lodash.pickby@4.6.0
│ ├── lodash.union@4.6.0
│ ├─┬ log-update@3.2.0
│ │ ├── ansi-escapes@3.2.0 deduped
│ │ ├── cli-cursor@2.1.0 deduped
│ │ └─┬ wrap-ansi@5.1.0
│ │   ├── ansi-styles@3.2.1 deduped
│ │   ├─┬ string-width@3.1.0
│ │   │ ├── emoji-regex@7.0.3 deduped
│ │   │ ├── is-fullwidth-code-point@2.0.0 deduped
│ │   │ └── strip-ansi@5.2.0 deduped
│ │   └── strip-ansi@5.2.0 deduped
│ ├── webdriverio@5.11.2 deduped
│ ├─┬ yargs@13.2.4
│ │ ├─┬ cliui@5.0.0
│ │ │ ├─┬ string-width@3.1.0
│ │ │ │ ├── emoji-regex@7.0.3 deduped
│ │ │ │ ├── is-fullwidth-code-point@2.0.0 deduped
│ │ │ │ └── strip-ansi@5.2.0 deduped
│ │ │ ├── strip-ansi@5.2.0 deduped
│ │ │ └── wrap-ansi@5.1.0 deduped
│ │ ├─┬ find-up@3.0.0
│ │ │ └─┬ locate-path@3.0.0
│ │ │   ├─┬ p-locate@3.0.0
│ │ │   │ └─┬ p-limit@2.0.0
│ │ │   │   └── p-try@2.0.0
│ │ │   └── path-exists@3.0.0 deduped
│ │ ├── get-caller-file@2.0.5
│ │ ├─┬ os-locale@3.1.0
│ │ │ ├─┬ execa@1.0.0
│ │ │ │ ├── cross-spawn@6.0.5 deduped
│ │ │ │ ├─┬ get-stream@4.1.0
│ │ │ │ │ └─┬ pump@3.0.0
│ │ │ │ │   ├── end-of-stream@1.4.1 deduped
│ │ │ │ │   └── once@1.4.0 deduped
│ │ │ │ ├── is-stream@1.1.0 deduped
│ │ │ │ ├── npm-run-path@2.0.2 deduped
│ │ │ │ ├── p-finally@1.0.0 deduped
│ │ │ │ ├── signal-exit@3.0.2 deduped
│ │ │ │ └── strip-eof@1.0.0 deduped
│ │ │ ├─┬ lcid@2.0.0
│ │ │ │ └── invert-kv@2.0.0
│ │ │ └─┬ mem@4.3.0
│ │ │   ├─┬ map-age-cleaner@0.1.3
│ │ │   │ └── p-defer@1.0.0
│ │ │   ├── mimic-fn@2.1.0
│ │ │   └── p-is-promise@2.1.0
│ │ ├── require-directory@2.1.1
│ │ ├── require-main-filename@2.0.0
│ │ ├── set-blocking@2.0.0
│ │ ├─┬ string-width@3.1.0
│ │ │ ├── emoji-regex@7.0.3
│ │ │ ├── is-fullwidth-code-point@2.0.0 deduped
│ │ │ └── strip-ansi@5.2.0 deduped
│ │ ├── which-module@2.0.0
│ │ ├── y18n@4.0.0
│ │ └─┬ yargs-parser@13.1.1
│ │   ├── camelcase@5.3.1
│ │   └── decamelize@1.2.0 deduped
│ └─┬ yarn-install@1.0.0
│   ├─┬ cac@3.0.4
│   │ ├─┬ camelcase-keys@3.0.0
│   │ │ ├── camelcase@3.0.0 deduped
│   │ │ └── map-obj@1.0.1
│   │ ├─┬ chalk@1.1.3
│   │ │ ├── ansi-styles@2.2.1
│   │ │ ├── escape-string-regexp@1.0.5 deduped
│   │ │ ├── has-ansi@2.0.0 deduped
│   │ │ ├── strip-ansi@3.0.1 deduped
│   │ │ └── supports-color@2.0.0
│   │ ├── indent-string@3.2.0 deduped
│   │ ├── minimist@1.2.0 deduped
│   │ ├── read-pkg-up@1.0.1 deduped
│   │ ├── suffix@0.1.1
│   │ └── text-table@0.2.0 deduped
│   ├─┬ chalk@1.1.3
│   │ ├── ansi-styles@2.2.1
│   │ ├── escape-string-regexp@1.0.5 deduped
│   │ ├─┬ has-ansi@2.0.0
│   │ │ └── ansi-regex@2.1.1
│   │ ├── strip-ansi@3.0.1 deduped
│   │ └── supports-color@2.0.0
│   └─┬ cross-spawn@4.0.2
│     ├─┬ lru-cache@4.1.3
│     │ ├── pseudomap@1.0.2
│     │ └── yallist@2.1.2
│     └── which@1.3.0 deduped
├─┬ @wdio/dot-reporter@5.11.0
│ ├─┬ @wdio/reporter@5.11.7
│ │ └── fs-extra@8.1.0 deduped
│ └── chalk@2.4.2 deduped
├─┬ @wdio/junit-reporter@5.11.7
│ ├── @wdio/reporter@5.11.7 deduped
│ ├── json-stringify-safe@5.0.1
│ ├─┬ junit-report-builder@1.3.3
│ │ ├── date-format@0.0.2
│ │ ├── lodash@4.17.15
│ │ ├── mkdirp@0.5.1 deduped
│ │ └── xmlbuilder@10.1.1
│ └── validator@11.1.0
├─┬ @wdio/local-runner@5.11.2
│ ├── @wdio/logger@5.11.0 deduped
│ ├─┬ @wdio/repl@5.11.0
│ │ └── @wdio/config@5.11.0 deduped
│ ├─┬ @wdio/runner@5.11.2
│ │ ├── @wdio/config@5.11.0 deduped
│ │ ├── @wdio/logger@5.11.0 deduped
│ │ ├── @wdio/utils@5.11.1 deduped
│ │ ├── deepmerge@4.0.0 deduped
│ │ ├─┬ gaze@1.1.3
│ │ │ └─┬ globule@1.2.1
│ │ │   ├── glob@7.1.4 deduped
│ │ │   ├── lodash@4.17.15
│ │ │   └── minimatch@3.0.4 deduped
│ │ └── webdriverio@5.11.2 deduped
│ ├── async-exit-hook@2.0.1 deduped
│ └── stream-buffers@3.0.2
├─┬ @wdio/mocha-framework@5.11.0
│ ├── @wdio/config@5.11.0 deduped
│ ├── @wdio/logger@5.11.0 deduped
│ └─┬ mocha@6.1.4
│   ├── ansi-colors@3.2.3
│   ├── browser-stdout@1.3.1
│   ├─┬ debug@3.2.6
│   │ └── ms@2.1.2
│   ├── diff@3.5.0
│   ├── escape-string-regexp@1.0.5 deduped
│   ├─┬ find-up@3.0.0
│   │ └─┬ locate-path@3.0.0
│   │   ├─┬ p-locate@3.0.0
│   │   │ └─┬ p-limit@2.0.0
│   │   │   └── p-try@2.0.0
│   │   └── path-exists@3.0.0 deduped
│   ├─┬ glob@7.1.3
│   │ ├── fs.realpath@1.0.0 deduped
│   │ ├── inflight@1.0.6 deduped
│   │ ├── inherits@2.0.4 deduped
│   │ ├── minimatch@3.0.4 deduped
│   │ ├── once@1.4.0 deduped
│   │ └── path-is-absolute@1.0.1 deduped
│   ├── growl@1.10.5
│   ├── he@1.2.0
│   ├── js-yaml@3.13.1 deduped
│   ├── log-symbols@2.2.0 deduped
│   ├── minimatch@3.0.4 deduped
│   ├── mkdirp@0.5.1 deduped
│   ├── ms@2.1.1
│   ├─┬ node-environment-flags@1.0.5
│   │ ├── object.getownpropertydescriptors@2.0.3 deduped
│   │ └── semver@5.7.0
│   ├── object.assign@4.1.0 deduped
│   ├── strip-json-comments@2.0.1
│   ├─┬ supports-color@6.0.0
│   │ └── has-flag@3.0.0 deduped
│   ├─┬ which@1.3.1
│   │ └── isexe@2.0.0 deduped
│   ├─┬ wide-align@1.1.3
│   │ └── string-width@2.1.1 deduped
│   ├─┬ yargs@13.2.2
│   │ ├── cliui@4.1.0 deduped
│   │ ├── find-up@3.0.0 deduped
│   │ ├── get-caller-file@2.0.5
│   │ ├── os-locale@3.1.0 deduped
│   │ ├── require-directory@2.1.1 deduped
│   │ ├── require-main-filename@2.0.0
│   │ ├── set-blocking@2.0.0 deduped
│   │ ├─┬ string-width@3.1.0
│   │ │ ├── emoji-regex@7.0.3
│   │ │ ├── is-fullwidth-code-point@2.0.0 deduped
│   │ │ └─┬ strip-ansi@5.2.0
│   │ │   └── ansi-regex@4.1.0
│   │ ├── which-module@2.0.0 deduped
│   │ ├── y18n@4.0.0 deduped
│   │ └─┬ yargs-parser@13.1.1
│   │   ├── camelcase@5.3.1 deduped
│   │   └── decamelize@1.2.0 deduped
│   ├─┬ yargs-parser@13.0.0
│   │ ├── camelcase@5.3.1
│   │ └── decamelize@1.2.0 deduped
│   └─┬ yargs-unparser@1.5.0
│     ├─┬ flat@4.1.0
│     │ └── is-buffer@2.0.3
│     ├── lodash@4.17.11
│     └─┬ yargs@12.0.5
│       ├── cliui@4.1.0 deduped
│       ├── decamelize@1.2.0 deduped
│       ├─┬ find-up@3.0.0
│       │ └─┬ locate-path@3.0.0
│       │   ├─┬ p-locate@3.0.0
│       │   │ └─┬ p-limit@2.0.0
│       │   │   └── p-try@2.0.0
│       │   └── path-exists@3.0.0 deduped
│       ├── get-caller-file@1.0.2 deduped
│       ├── os-locale@3.1.0 deduped
│       ├── require-directory@2.1.1 deduped
│       ├── require-main-filename@1.0.1 deduped
│       ├── set-blocking@2.0.0 deduped
│       ├── string-width@2.1.1 deduped
│       ├── which-module@2.0.0 deduped
│       ├── y18n@4.0.0 deduped
│       └─┬ yargs-parser@11.1.1
│         ├── camelcase@5.3.1
│         └── decamelize@1.2.0 deduped
├─┬ @wdio/selenium-standalone-service@5.11.2
│ ├─┬ @types/selenium-standalone@6.15.0
│ │ └── @types/node@10.14.13 deduped
│ ├── @wdio/logger@5.11.0 deduped
│ ├── fs-extra@8.1.0 deduped
│ └─┬ selenium-standalone@6.16.0
│   ├─┬ async@2.6.2
│   │ └── lodash@4.17.11
│   ├── commander@2.20.3
│   ├── cross-spawn@6.0.5 deduped
│   ├─┬ debug@4.1.1
│   │ └── ms@2.1.2 deduped
│   ├── lodash@4.17.11
│   ├── minimist@1.2.0 deduped
│   ├── mkdirp@0.5.1 deduped
│   ├── progress@2.0.3 deduped
│   ├── request@2.88.0 deduped
│   ├─┬ tar-stream@2.0.0
│   │ ├─┬ bl@2.2.0
│   │ │ ├─┬ readable-stream@2.3.6
│   │ │ │ ├── core-util-is@1.0.2 deduped
│   │ │ │ ├── inherits@2.0.4 deduped
│   │ │ │ ├── isarray@1.0.0 deduped
│   │ │ │ ├── process-nextick-args@2.0.0 deduped
│   │ │ │ ├── safe-buffer@5.1.2
│   │ │ │ ├─┬ string_decoder@1.1.1
│   │ │ │ │ └── safe-buffer@5.1.2
│   │ │ │ └── util-deprecate@1.0.2 deduped
│   │ │ └── safe-buffer@5.2.0 deduped
│   │ ├─┬ end-of-stream@1.4.1
│   │ │ └── once@1.4.0 deduped
│   │ ├── fs-constants@1.0.0
│   │ ├── inherits@2.0.4 deduped
│   │ └─┬ readable-stream@3.4.0
│   │   ├── inherits@2.0.4 deduped
│   │   ├─┬ string_decoder@1.2.0
│   │   │ └── safe-buffer@5.1.2
│   │   └── util-deprecate@1.0.2 deduped
│   ├── urijs@1.19.1
│   ├─┬ which@1.3.1
│   │ └── isexe@2.0.0 deduped
│   └─┬ yauzl@2.10.0
│     ├── buffer-crc32@0.2.13 deduped
│     └─┬ fd-slicer@1.1.0
│       └── pend@1.2.0
├─┬ @wdio/spec-reporter@5.11.0
│ ├── @wdio/reporter@5.11.7 deduped
│ ├── chalk@2.4.2 deduped
│ └─┬ pretty-ms@5.0.0
│   └── parse-ms@2.1.0
├─┬ @wdio/sync@5.11.0
│ ├── @wdio/config@5.11.0 deduped
│ ├── @wdio/logger@5.11.0 deduped
│ └── fibers@4.0.1 deduped
├── babel-core@7.0.0-bridge.0
├─┬ babel-eslint@9.0.0
│ ├── @babel/code-frame@7.8.3 deduped
│ ├── @babel/parser@7.8.4 deduped
│ ├── @babel/traverse@7.8.4 deduped
│ ├── @babel/types@7.8.3 deduped
│ ├─┬ eslint-scope@3.7.1
│ │ ├─┬ esrecurse@4.2.0
│ │ │ ├── estraverse@4.2.0 deduped
│ │ │ └── object-assign@4.1.1 deduped
│ │ └── estraverse@4.2.0
│ └── eslint-visitor-keys@1.0.0
├─┬ babel-jest@23.6.0
│ ├─┬ babel-plugin-istanbul@4.1.6
│ │ ├── babel-plugin-syntax-object-rest-spread@6.13.0
│ │ ├── find-up@2.1.0 deduped
│ │ ├─┬ istanbul-lib-instrument@1.10.2
│ │ │ ├─┬ babel-generator@6.26.1
│ │ │ │ ├─┬ babel-messages@6.23.0
│ │ │ │ │ └── babel-runtime@6.26.0 deduped
│ │ │ │ ├── babel-runtime@6.26.0 deduped
│ │ │ │ ├── babel-types@6.26.0 deduped
│ │ │ │ ├─┬ detect-indent@4.0.0
│ │ │ │ │ └── repeating@2.0.1 deduped
│ │ │ │ ├── jsesc@1.3.0
│ │ │ │ ├── lodash@4.17.4 deduped
│ │ │ │ ├── source-map@0.5.7
│ │ │ │ └── trim-right@1.0.1
│ │ │ ├─┬ babel-template@6.26.0
│ │ │ │ ├── babel-runtime@6.26.0 deduped
│ │ │ │ ├── babel-traverse@6.26.0 deduped
│ │ │ │ ├── babel-types@6.26.0 deduped
│ │ │ │ ├── babylon@6.18.0 deduped
│ │ │ │ └── lodash@4.17.4 deduped
│ │ │ ├─┬ babel-traverse@6.26.0
│ │ │ │ ├── babel-code-frame@6.26.0 deduped
│ │ │ │ ├── babel-messages@6.23.0 deduped
│ │ │ │ ├── babel-runtime@6.26.0 deduped
│ │ │ │ ├── babel-types@6.26.0 deduped
│ │ │ │ ├── babylon@6.18.0 deduped
│ │ │ │ ├── debug@2.6.9 deduped
│ │ │ │ ├── globals@9.18.0
│ │ │ │ ├── invariant@2.2.4 deduped
│ │ │ │ └── lodash@4.17.4 deduped
│ │ │ ├── babel-types@6.26.0 deduped
│ │ │ ├── babylon@6.18.0
│ │ │ ├── istanbul-lib-coverage@1.2.1 deduped
│ │ │ └── semver@5.7.1
│ │ └─┬ test-exclude@4.2.3
│ │   ├── arrify@1.0.1
│ │   ├── micromatch@2.3.11 deduped
│ │   ├── object-assign@4.1.1 deduped
│ │   ├── read-pkg-up@1.0.1 deduped
│ │   └── require-main-filename@1.0.1 deduped
│ └─┬ babel-preset-jest@23.2.0
│   ├── babel-plugin-jest-hoist@23.2.0
│   └── babel-plugin-syntax-object-rest-spread@6.13.0 deduped
├─┬ babel-loader@8.0.6
│ ├─┬ find-cache-dir@2.1.0
│ │ ├── commondir@1.0.1 deduped
│ │ ├── make-dir@2.1.0 deduped
│ │ └─┬ pkg-dir@3.0.0
│ │   └─┬ find-up@3.0.0
│ │     └─┬ locate-path@3.0.0
│ │       ├─┬ p-locate@3.0.0
│ │       │ └─┬ p-limit@2.0.0
│ │       │   └── p-try@2.0.0
│ │       └── path-exists@3.0.0 deduped
│ ├─┬ loader-utils@1.1.0
│ │ ├── big.js@3.2.0
│ │ ├── emojis-list@2.1.0
│ │ └── json5@0.5.1
│ ├─┬ mkdirp@0.5.1
│ │ └── minimist@0.0.8
│ └── pify@4.0.1
├─┬ babel-plugin-add-module-exports@0.3.3
│ └─┬ chokidar@2.0.4
│   ├── anymatch@2.0.0 deduped
│   ├── async-each@1.0.3 deduped
│   ├── braces@2.3.2 deduped
│   ├── fsevents@1.2.11 deduped
│   ├── glob-parent@3.1.0 deduped
│   ├── inherits@2.0.4 deduped
│   ├── is-binary-path@1.0.1 deduped
│   ├── is-glob@4.0.1 deduped
│   ├── lodash.debounce@4.0.8
│   ├─┬ normalize-path@2.1.1
│   │ └── remove-trailing-separator@1.1.0
│   ├── path-is-absolute@1.0.1 deduped
│   ├── readdirp@2.2.1 deduped
│   └── upath@1.2.0 deduped
├─┬ babel-plugin-styled-components@1.10.6
│ ├─┬ @babel/helper-annotate-as-pure@7.0.0
│ │ └── @babel/types@7.8.3 deduped
│ ├── @babel/helper-module-imports@7.8.3 deduped
│ ├── babel-plugin-syntax-jsx@6.18.0
│ └── lodash@4.17.11
├─┬ babel-plugin-transform-dead-code-elimination@2.2.2
│ └─┬ babel-types@6.26.0
│   ├── babel-runtime@6.26.0 deduped
│   ├── esutils@2.0.2 deduped
│   ├── lodash@4.17.4 deduped
│   └── to-fast-properties@1.0.3
├── base-64@0.1.0
├─┬ body-parser@1.19.0
│ ├── bytes@3.1.0
│ ├── content-type@1.0.4
│ ├─┬ debug@2.6.9
│ │ └── ms@2.0.0
│ ├── depd@1.1.2
│ ├─┬ 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
│ │ └── safer-buffer@2.1.2
│ ├─┬ on-finished@2.3.0
│ │ └── ee-first@1.1.1
│ ├── qs@6.7.0
│ ├─┬ raw-body@2.4.0
│ │ ├── bytes@3.1.0 deduped
│ │ ├── http-errors@1.7.2 deduped
│ │ ├── iconv-lite@0.4.24 deduped
│ │ └── unpipe@1.0.0
│ └─┬ type-is@1.6.18
│   ├── media-typer@0.3.0
│   └─┬ mime-types@2.1.26
│     └── mime-db@1.43.0
├─┬ chai@4.1.2
│ ├── assertion-error@1.0.2
│ ├── check-error@1.0.2
│ ├─┬ deep-eql@3.0.1
│ │ └── type-detect@4.0.8 deduped
│ ├── get-func-name@2.0.0
│ ├── pathval@1.1.0
│ └── type-detect@4.0.8
├─┬ chromedriver@75.0.1
│ ├─┬ del@4.1.1
│ │ ├─┬ @types/glob@7.1.1
│ │ │ ├── @types/events@3.0.0
│ │ │ ├── @types/minimatch@3.0.3
│ │ │ └── @types/node@10.14.13 deduped
│ │ ├─┬ globby@6.1.0
│ │ │ ├─┬ array-union@1.0.2
│ │ │ │ └── array-uniq@1.0.3
│ │ │ ├── glob@7.1.4 deduped
│ │ │ ├── object-assign@4.1.1 deduped
│ │ │ ├── pify@2.3.0
│ │ │ └─┬ pinkie-promise@2.0.1
│ │ │   └── pinkie@2.0.4
│ │ ├── is-path-cwd@2.2.0
│ │ ├─┬ is-path-in-cwd@2.1.0
│ │ │ └─┬ is-path-inside@2.1.0
│ │ │   └── path-is-inside@1.0.2 deduped
│ │ ├── p-map@2.1.0
│ │ ├── pify@4.0.1
│ │ └─┬ rimraf@2.6.3
│ │   └── glob@7.1.4 deduped
│ ├─┬ extract-zip@1.6.7
│ │ ├─┬ concat-stream@1.6.2
│ │ │ ├── buffer-from@1.0.0 deduped
│ │ │ ├── inherits@2.0.4 deduped
│ │ │ ├── readable-stream@2.3.6 deduped
│ │ │ └── typedarray@0.0.6
│ │ ├── debug@2.6.9 deduped
│ │ ├── mkdirp@0.5.1 deduped
│ │ └─┬ yauzl@2.4.1
│ │   └─┬ fd-slicer@1.0.1
│ │     └── pend@1.2.0 deduped
│ ├── mkdirp@0.5.1 deduped
│ ├─┬ request@2.88.0
│ │ ├── aws-sign2@0.7.0
│ │ ├── aws4@1.8.0
│ │ ├── caseless@0.12.0
│ │ ├─┬ combined-stream@1.0.8
│ │ │ └── delayed-stream@1.0.0 deduped
│ │ ├── extend@3.0.2
│ │ ├── forever-agent@0.6.1
│ │ ├── form-data@2.3.3 deduped
│ │ ├─┬ har-validator@5.1.3
│ │ │ ├─┬ ajv@6.10.1
│ │ │ │ ├── fast-deep-equal@2.0.1 deduped
│ │ │ │ ├── fast-json-stable-stringify@2.0.0 deduped
│ │ │ │ ├── json-schema-traverse@0.4.1
│ │ │ │ └── uri-js@4.2.2 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.4.0
│ │ │ └─┬ sshpk@1.16.1
│ │ │   ├─┬ asn1@0.2.4
│ │ │   │ └── safer-buffer@2.1.2 deduped
│ │ │   ├── assert-plus@1.0.0 deduped
│ │ │   ├─┬ bcrypt-pbkdf@1.0.2
│ │ │   │ └── tweetnacl@0.14.5 deduped
│ │ │   ├─┬ dashdash@1.14.1
│ │ │   │ └── assert-plus@1.0.0 deduped
│ │ │   ├─┬ ecc-jsbn@0.1.2
│ │ │   │ ├── jsbn@0.1.1 deduped
│ │ │   │ └── safer-buffer@2.1.2 deduped
│ │ │   ├─┬ getpass@0.1.7
│ │ │   │ └── assert-plus@1.0.0 deduped
│ │ │   ├── jsbn@0.1.1
│ │ │   ├── safer-buffer@2.1.2 deduped
│ │ │   └── tweetnacl@0.14.5
│ │ ├── is-typedarray@1.0.0
│ │ ├── isstream@0.1.2
│ │ ├── json-stringify-safe@5.0.1 deduped
│ │ ├─┬ mime-types@2.1.24
│ │ │ └── mime-db@1.40.0
│ │ ├── oauth-sign@0.9.0
│ │ ├── performance-now@2.1.0 deduped
│ │ ├── qs@6.5.2
│ │ ├── safe-buffer@5.2.0 deduped
│ │ ├─┬ tough-cookie@2.4.3
│ │ │ ├── psl@1.2.0
│ │ │ └── punycode@1.4.1 deduped
│ │ ├─┬ tunnel-agent@0.6.0
│ │ │ └── safe-buffer@5.2.0 deduped
│ │ └── uuid@3.3.2
│ └─┬ tcp-port-used@1.0.1
│   ├─┬ debug@4.1.0
│   │ └── ms@2.1.2 deduped
│   └─┬ is2@2.0.1
│     ├── deep-is@0.1.3 deduped
│     ├── ip-regex@2.1.0
│     └── is-url@1.2.4 deduped
├─┬ cookie-parser@1.4.3
│ ├── cookie@0.3.1 deduped
│ └── cookie-signature@1.0.6
├── core-js@3.6.4
├─┬ css-loader@1.0.0
│ ├─┬ babel-code-frame@6.26.0
│ │ ├─┬ chalk@1.1.3
│ │ │ ├── ansi-styles@2.2.1
│ │ │ ├── escape-string-regexp@1.0.5 deduped
│ │ │ ├── has-ansi@2.0.0 deduped
│ │ │ ├── strip-ansi@3.0.1 deduped
│ │ │ └── supports-color@2.0.0
│ │ ├── esutils@2.0.2 deduped
│ │ └── js-tokens@3.0.2
│ ├─┬ css-selector-tokenizer@0.7.0
│ │ ├── cssesc@0.1.0
│ │ ├── fastparse@1.1.1
│ │ └─┬ regexpu-core@1.0.0
│ │   ├── regenerate@1.3.3
│ │   ├── regjsgen@0.2.0
│ │   └─┬ regjsparser@0.1.5
│ │     └── jsesc@0.5.0
│ ├─┬ icss-utils@2.1.0
│ │ └─┬ postcss@6.0.23
│ │   ├── chalk@2.4.2 deduped
│ │   ├── source-map@0.6.1 deduped
│ │   └── supports-color@5.5.0 deduped
│ ├── loader-utils@1.1.0 deduped
│ ├── lodash.camelcase@4.3.0
│ ├─┬ postcss@6.0.23
│ │ ├── chalk@2.4.2 deduped
│ │ ├── source-map@0.6.1 deduped
│ │ └── supports-color@5.5.0 deduped
│ ├─┬ postcss-modules-extract-imports@1.2.0
│ │ └─┬ postcss@6.0.23
│ │   ├── chalk@2.4.2 deduped
│ │   ├── source-map@0.6.1 deduped
│ │   └── supports-color@5.5.0 deduped
│ ├─┬ postcss-modules-local-by-default@1.2.0
│ │ ├── css-selector-tokenizer@0.7.0 deduped
│ │ └─┬ postcss@6.0.23
│ │   ├── chalk@2.4.2 deduped
│ │   ├── source-map@0.6.1 deduped
│ │   └── supports-color@5.5.0 deduped
│ ├─┬ postcss-modules-scope@1.1.0
│ │ ├── css-selector-tokenizer@0.7.0 deduped
│ │ └─┬ postcss@6.0.23
│ │   ├── chalk@2.4.2 deduped
│ │   ├── source-map@0.6.1 deduped
│ │   └── supports-color@5.5.0 deduped
│ ├─┬ postcss-modules-values@1.3.0
│ │ ├── icss-replace-symbols@1.1.0
│ │ └─┬ postcss@6.0.23
│ │   ├── chalk@2.4.2 deduped
│ │   ├── source-map@0.6.1 deduped
│ │   └── supports-color@5.5.0 deduped
│ ├── postcss-value-parser@3.3.0
│ └── source-list-map@2.0.0
├─┬ dd-trace@0.13.1
│ ├─┬ @datadog/async-listener@0.1.0
│ │ ├── semver@5.7.1
│ │ └── shimmer@1.2.1 deduped
│ ├── @types/node@10.14.13
│ ├─┬ async-hook-jl@1.7.6
│ │ └── stack-chain@1.3.7
│ ├── int64-buffer@0.1.10
│ ├── koalas@1.0.2
│ ├── lodash.kebabcase@4.1.1
│ ├── lodash.memoize@4.1.2
│ ├── lodash.pick@4.4.0
│ ├── lodash.sortby@4.7.0
│ ├── lodash.truncate@4.4.2
│ ├── lodash.uniq@4.5.0
│ ├── methods@1.1.2
│ ├── module-details-from-path@1.0.3
│ ├─┬ msgpack-lite@0.1.26
│ │ ├── event-lite@0.1.2
│ │ ├── ieee754@1.1.13
│ │ ├── int64-buffer@0.1.10 deduped
│ │ └── isarray@1.0.0
│ ├── nan@2.14.0
│ ├── node-gyp-build@3.9.0
│ ├── opentracing@0.14.4
│ ├─┬ parent-module@0.1.0
│ │ └── callsites@1.0.1
│ ├── path-to-regexp@0.1.7
│ ├── performance-now@2.1.0
│ ├─┬ read-pkg-up@3.0.0
│ │ ├── find-up@2.1.0 deduped
│ │ └─┬ read-pkg@3.0.0
│ │   ├─┬ load-json-file@4.0.0
│ │   │ ├── graceful-fs@4.1.11 deduped
│ │   │ ├─┬ parse-json@4.0.0
│ │   │ │ ├── error-ex@1.3.1 deduped
│ │   │ │ └── json-parse-better-errors@1.0.2 deduped
│ │   │ ├── pify@3.0.0
│ │   │ └── strip-bom@3.0.0 deduped
│ │   ├─┬ normalize-package-data@2.4.0
│ │   │ ├── hosted-git-info@2.5.0
│ │   │ ├─┬ is-builtin-module@1.0.0
│ │   │ │ └── builtin-modules@1.1.1
│ │   │ ├── semver@5.7.1
│ │   │ └─┬ validate-npm-package-license@3.0.1
│ │   │   ├─┬ spdx-correct@1.0.2
│ │   │   │ └── spdx-license-ids@1.2.2
│ │   │   └── spdx-expression-parse@1.0.4
│ │   └─┬ path-type@3.0.0
│ │     └── pify@3.0.0
│ ├─┬ require-in-the-middle@2.2.2
│ │ ├── module-details-from-path@1.0.3 deduped
│ │ └── resolve@1.7.1 deduped
│ ├── safe-buffer@5.2.0
│ ├── semver@5.5.0 deduped
│ ├── shimmer@1.2.1
│ ├─┬ tar@4.4.10
│ │ ├── chownr@1.1.2
│ │ ├─┬ fs-minipass@1.2.5
│ │ │ └── minipass@2.3.5 deduped
│ │ ├─┬ minipass@2.3.5
│ │ │ ├── safe-buffer@5.2.0 deduped
│ │ │ └── yallist@3.0.3 deduped
│ │ ├─┬ minizlib@1.2.1
│ │ │ └── minipass@2.3.5 deduped
│ │ ├── mkdirp@0.5.1 deduped
│ │ ├── safe-buffer@5.2.0 deduped
│ │ └── yallist@3.0.3
│ └─┬ url-parse@1.4.7
│   ├── querystringify@2.1.1
│   └── requires-port@1.0.0
├── dotenv@8.2.0
├─┬ draft-js@0.10.5
│ ├─┬ fbjs@0.8.17
│ │ ├── core-js@1.2.7
│ │ ├── isomorphic-fetch@2.2.1 deduped
│ │ ├── loose-envify@1.3.1 deduped
│ │ ├── object-assign@4.1.1 deduped
│ │ ├─┬ promise@7.3.1
│ │ │ └── asap@2.0.6
│ │ ├── setimmediate@1.0.5
│ │ └── ua-parser-js@0.7.20
│ ├── immutable@3.7.6
│ └── object-assign@4.1.1
├── draftjs-to-html@0.8.4
├─┬ enzyme@3.11.0
│ ├─┬ array.prototype.flat@1.2.3
│ │ ├─┬ define-properties@1.1.3
│ │ │ └── object-keys@1.1.1 deduped
│ │ └─┬ es-abstract@1.17.4
│ │   ├─┬ es-to-primitive@1.2.1
│ │   │ ├── is-callable@1.1.5 deduped
│ │   │ ├── is-date-object@1.0.1
│ │   │ └─┬ is-symbol@1.0.3
│ │   │   └── has-symbols@1.0.1 deduped
│ │   ├── function-bind@1.1.1 deduped
│ │   ├── has@1.0.3 deduped
│ │   ├── has-symbols@1.0.1 deduped
│ │   ├── is-callable@1.1.5 deduped
│ │   ├── is-regex@1.0.5 deduped
│ │   ├── object-inspect@1.7.0 deduped
│ │   ├── object-keys@1.1.1 deduped
│ │   ├── object.assign@4.1.0 deduped
│ │   ├─┬ string.prototype.trimleft@2.1.1
│ │   │ ├── define-properties@1.1.3 deduped
│ │   │ └── function-bind@1.1.1 deduped
│ │   └─┬ string.prototype.trimright@2.1.1
│ │     ├── define-properties@1.1.3 deduped
│ │     └── function-bind@1.1.1 deduped
│ ├─┬ cheerio@1.0.0-rc.3
│ │ ├─┬ css-select@1.2.0
│ │ │ ├── boolbase@1.0.0
│ │ │ ├── css-what@2.1.0
│ │ │ ├─┬ domutils@1.5.1
│ │ │ │ ├── dom-serializer@0.1.1 deduped
│ │ │ │ └── domelementtype@1.3.0 deduped
│ │ │ └─┬ nth-check@1.0.1
│ │ │   └── boolbase@1.0.0 deduped
│ │ ├─┬ dom-serializer@0.1.1
│ │ │ ├── domelementtype@1.3.0
│ │ │ └── entities@1.1.1 deduped
│ │ ├── entities@1.1.1
│ │ ├─┬ htmlparser2@3.9.2
│ │ │ ├── domelementtype@1.3.0 deduped
│ │ │ ├─┬ domhandler@2.4.1
│ │ │ │ └── domelementtype@1.3.0 deduped
│ │ │ ├─┬ domutils@1.7.0
│ │ │ │ ├── dom-serializer@0.1.1 deduped
│ │ │ │ └── domelementtype@1.3.0 deduped
│ │ │ ├── entities@1.1.1 deduped
│ │ │ ├── inherits@2.0.4 deduped
│ │ │ └── readable-stream@2.3.6 deduped
│ │ ├── lodash@4.17.5
│ │ └─┬ parse5@3.0.3
│ │   └── @types/node@10.14.13 deduped
│ ├─┬ enzyme-shallow-equal@1.0.1
│ │ ├── has@1.0.3 deduped
│ │ └── object-is@1.0.2 deduped
│ ├─┬ function.prototype.name@1.1.2
│ │ ├── define-properties@1.1.3 deduped
│ │ ├── es-abstract@1.17.4 deduped
│ │ └── functions-have-names@1.2.1
│ ├─┬ has@1.0.3
│ │ └── function-bind@1.1.1
│ ├─┬ html-element-map@1.2.0
│ │ └── array-filter@1.0.0
│ ├── is-boolean-object@1.0.1
│ ├── is-callable@1.1.5
│ ├── is-number-object@1.0.4
│ ├─┬ is-regex@1.0.5
│ │ └── has@1.0.3 deduped
│ ├── is-string@1.0.5
│ ├── is-subset@0.1.1
│ ├── lodash.escape@4.0.1
│ ├── lodash.isequal@4.5.0
│ ├── object-inspect@1.7.0
│ ├── object-is@1.0.2
│ ├─┬ object.assign@4.1.0
│ │ ├── define-properties@1.1.3 deduped
│ │ ├── function-bind@1.1.1 deduped
│ │ ├── has-symbols@1.0.1
│ │ └── object-keys@1.1.1
│ ├─┬ object.entries@1.1.1
│ │ ├── define-properties@1.1.3 deduped
│ │ ├── es-abstract@1.17.4 deduped
│ │ ├── function-bind@1.1.1 deduped
│ │ └── has@1.0.3 deduped
│ ├─┬ object.values@1.1.1
│ │ ├── define-properties@1.1.3 deduped
│ │ ├── es-abstract@1.17.4 deduped
│ │ ├── function-bind@1.1.1 deduped
│ │ └── has@1.0.3 deduped
│ ├─┬ raf@3.4.1
│ │ └── performance-now@2.1.0 deduped
│ ├─┬ rst-selector-parser@2.2.3
│ │ ├── lodash.flattendeep@4.4.0 deduped
│ │ └─┬ nearley@2.13.0
│ │   ├─┬ nomnom@1.6.2
│ │   │ ├── colors@0.5.1
│ │   │ └── underscore@1.4.4
│ │   ├── railroad-diagrams@1.0.0
│ │   ├─┬ randexp@0.4.6
│ │   │ ├── discontinuous-range@1.0.0
│ │   │ └── ret@0.1.15
│ │   └── semver@5.5.0 deduped
│ └─┬ string.prototype.trim@1.2.1
│   ├── define-properties@1.1.3 deduped
│   ├── es-abstract@1.17.4 deduped
│   └── function-bind@1.1.1 deduped
├─┬ enzyme-adapter-react-16@1.15.2
│ ├─┬ enzyme-adapter-utils@1.13.0
│ │ ├─┬ airbnb-prop-types@2.15.0
│ │ │ ├─┬ array.prototype.find@2.1.0
│ │ │ │ ├── define-properties@1.1.3 deduped
│ │ │ │ └── es-abstract@1.17.4 deduped
│ │ │ ├── function.prototype.name@1.1.2 deduped
│ │ │ ├── has@1.0.3 deduped
│ │ │ ├── is-regex@1.0.5 deduped
│ │ │ ├── object-is@1.0.2 deduped
│ │ │ ├── object.assign@4.1.0 deduped
│ │ │ ├── object.entries@1.1.1 deduped
│ │ │ ├── prop-types@15.7.2 deduped
│ │ │ ├─┬ prop-types-exact@1.2.0
│ │ │ │ ├── has@1.0.3 deduped
│ │ │ │ ├── object.assign@4.1.0 deduped
│ │ │ │ └── reflect.ownkeys@0.2.0
│ │ │ └── react-is@16.12.0 deduped
│ │ ├── function.prototype.name@1.1.2 deduped
│ │ ├── object.assign@4.1.0 deduped
│ │ ├─┬ object.fromentries@2.0.2
│ │ │ ├── define-properties@1.1.3 deduped
│ │ │ ├── es-abstract@1.17.4 deduped
│ │ │ ├── function-bind@1.1.1 deduped
│ │ │ └── has@1.0.3 deduped
│ │ ├── prop-types@15.7.2 deduped
│ │ └── semver@5.7.1
│ ├── enzyme-shallow-equal@1.0.1 deduped
│ ├── has@1.0.3 deduped
│ ├── object.assign@4.1.0 deduped
│ ├── object.values@1.1.1 deduped
│ ├── prop-types@15.7.2 deduped
│ ├── react-is@16.12.0
│ ├── react-test-renderer@16.12.0 deduped
│ └── semver@5.7.0
├── es6-promise@4.2.5
├─┬ UNMET PEER DEPENDENCY eslint@6.8.0
│ ├── @babel/code-frame@7.8.3 deduped
│ ├─┬ ajv@6.11.0
│ │ ├── fast-deep-equal@3.1.1
│ │ ├── fast-json-stable-stringify@2.0.0
│ │ ├── json-schema-traverse@0.4.1
│ │ └─┬ uri-js@4.2.2
│ │   └── punycode@2.1.0
│ ├── chalk@2.4.2 deduped
│ ├─┬ cross-spawn@6.0.5
│ │ ├── nice-try@1.0.4
│ │ ├── path-key@2.0.1
│ │ ├── semver@5.5.0 deduped
│ │ ├─┬ shebang-command@1.2.0
│ │ │ └── shebang-regex@1.0.0
│ │ └── which@1.3.0 deduped
│ ├─┬ debug@4.1.1
│ │ └── ms@2.1.2 deduped
│ ├─┬ doctrine@3.0.0
│ │ └── esutils@2.0.2 deduped
│ ├─┬ eslint-scope@5.0.0
│ │ ├── esrecurse@4.2.0 deduped
│ │ └── estraverse@4.2.0 deduped
│ ├─┬ eslint-utils@1.4.3
│ │ └── eslint-visitor-keys@1.1.0
│ ├── eslint-visitor-keys@1.1.0
│ ├─┬ espree@6.1.2
│ │ ├── acorn@7.1.0
│ │ ├── acorn-jsx@5.1.0
│ │ └── eslint-visitor-keys@1.1.0
│ ├─┬ esquery@1.0.1
│ │ └── estraverse@4.2.0 deduped
│ ├── esutils@2.0.2
│ ├─┬ file-entry-cache@5.0.1
│ │ └─┬ flat-cache@2.0.1
│ │   ├── flatted@2.0.1
│ │   ├─┬ rimraf@2.6.3
│ │   │ └── glob@7.1.4 deduped
│ │   └─┬ write@1.0.3
│ │     └── mkdirp@0.5.1 deduped
│ ├── functional-red-black-tree@1.0.1
│ ├─┬ glob-parent@5.0.0
│ │ └── is-glob@4.0.1 deduped
│ ├─┬ globals@12.3.0
│ │ └── type-fest@0.8.1
│ ├── ignore@4.0.6
│ ├─┬ import-fresh@3.2.1
│ │ ├─┬ parent-module@1.0.1
│ │ │ └── callsites@3.1.0
│ │ └── resolve-from@4.0.0
│ ├── imurmurhash@0.1.4
│ ├─┬ inquirer@7.0.4
│ │ ├─┬ ansi-escapes@4.3.0
│ │ │ └── type-fest@0.8.1 deduped
│ │ ├── chalk@2.4.2 deduped
│ │ ├─┬ cli-cursor@3.1.0
│ │ │ └─┬ restore-cursor@3.1.0
│ │ │   ├─┬ onetime@5.1.0
│ │ │   │ └── mimic-fn@2.1.0 deduped
│ │ │   └── signal-exit@3.0.2 deduped
│ │ ├── cli-width@2.2.0 deduped
│ │ ├── external-editor@3.1.0 deduped
│ │ ├─┬ figures@3.1.0
│ │ │ └── escape-string-regexp@1.0.5 deduped
│ │ ├── lodash@4.17.15 deduped
│ │ ├── mute-stream@0.0.8
│ │ ├── run-async@2.3.0 deduped
│ │ ├─┬ rxjs@6.5.4
│ │ │ └── tslib@1.10.0 deduped
│ │ ├─┬ string-width@4.2.0
│ │ │ ├── emoji-regex@8.0.0
│ │ │ ├── is-fullwidth-code-point@3.0.0
│ │ │ └─┬ strip-ansi@6.0.0
│ │ │   └── ansi-regex@5.0.0
│ │ ├── strip-ansi@5.2.0 deduped
│ │ └── through@2.3.8 deduped
│ ├─┬ is-glob@4.0.1
│ │ └── is-extglob@2.1.1
│ ├─┬ js-yaml@3.13.1
│ │ ├─┬ argparse@1.0.9
│ │ │ └── sprintf-js@1.0.3
│ │ └── esprima@4.0.0
│ ├── json-stable-stringify-without-jsonify@1.0.1
│ ├─┬ levn@0.3.0
│ │ ├── prelude-ls@1.1.2
│ │ └─┬ type-check@0.3.2
│ │   └── prelude-ls@1.1.2 deduped
│ ├── lodash@4.17.15
│ ├─┬ minimatch@3.0.4
│ │ └─┬ brace-expansion@1.1.11
│ │   ├── balanced-match@1.0.0
│ │   └── concat-map@0.0.1
│ ├── mkdirp@0.5.1 deduped
│ ├── natural-compare@1.4.0
│ ├─┬ optionator@0.8.3
│ │ ├── deep-is@0.1.3
│ │ ├── fast-levenshtein@2.0.6
│ │ ├── levn@0.3.0 deduped
│ │ ├── prelude-ls@1.1.2 deduped
│ │ ├── type-check@0.3.2 deduped
│ │ └── word-wrap@1.2.3
│ ├── progress@2.0.3
│ ├── regexpp@2.0.1
│ ├── semver@6.3.0
│ ├─┬ strip-ansi@5.2.0
│ │ └── ansi-regex@4.1.0
│ ├── strip-json-comments@3.0.1
│ ├─┬ table@5.4.6
│ │ ├── ajv@6.11.0 deduped
│ │ ├── lodash@4.17.15 deduped
│ │ ├─┬ slice-ansi@2.1.0
│ │ │ ├── ansi-styles@3.2.1 deduped
│ │ │ ├── astral-regex@1.0.0
│ │ │ └── is-fullwidth-code-point@2.0.0 deduped
│ │ └─┬ string-width@3.1.0
│ │   ├── emoji-regex@7.0.3
│ │   ├── is-fullwidth-code-point@2.0.0 deduped
│ │   └── strip-ansi@5.2.0 deduped
│ ├── text-table@0.2.0
│ └── v8-compile-cache@2.1.0
├── eslint-config-standard@11.0.0
├─┬ eslint-plugin-flowtype@2.46.3
│ └── lodash@4.17.5
├─┬ eslint-plugin-import@2.11.0
│ ├── contains-path@0.1.0
│ ├── debug@2.6.9 deduped
│ ├─┬ doctrine@1.5.0
│ │ ├── esutils@2.0.2 deduped
│ │ └── isarray@1.0.0 deduped
│ ├─┬ eslint-import-resolver-node@0.3.2
│ │ ├── debug@2.6.9 deduped
│ │ └── resolve@1.7.1 deduped
│ ├─┬ eslint-module-utils@2.2.0
│ │ ├── debug@2.6.9 deduped
│ │ └─┬ pkg-dir@1.0.0
│ │   └─┬ find-up@1.1.2
│ │     ├─┬ path-exists@2.1.0
│ │     │ └── pinkie-promise@2.0.1 deduped
│ │     └── pinkie-promise@2.0.1 deduped
│ ├── has@1.0.3 deduped
│ ├── lodash@4.17.4 deduped
│ ├── minimatch@3.0.4 deduped
│ ├─┬ read-pkg-up@2.0.0
│ │ ├── find-up@2.1.0 deduped
│ │ └─┬ read-pkg@2.0.0
│ │   ├─┬ load-json-file@2.0.0
│ │   │ ├── graceful-fs@4.1.11 deduped
│ │   │ ├─┬ parse-json@2.2.0
│ │   │ │ └── error-ex@1.3.1 deduped
│ │   │ ├── pify@2.3.0 deduped
│ │   │ └── strip-bom@3.0.0 deduped
│ │   ├── normalize-package-data@2.4.0 deduped
│ │   └─┬ path-type@2.0.0
│ │     └── pify@2.3.0 deduped
│ └─┬ resolve@1.7.1
│   └── path-parse@1.0.6 deduped
├─┬ eslint-plugin-node@6.0.1
│ ├── ignore@3.3.8
│ ├── minimatch@3.0.4 deduped
│ ├── resolve@1.7.1 deduped
│ └── semver@5.5.0 deduped
├── eslint-plugin-promise@3.7.0
├─┬ eslint-plugin-react@7.7.0
│ ├─┬ doctrine@2.1.0
│ │ └── esutils@2.0.2 deduped
│ ├── has@1.0.3 deduped
│ ├─┬ jsx-ast-utils@2.0.1
│ │ └─┬ array-includes@3.0.3
│ │   ├── define-properties@1.1.3 deduped
│ │   └── es-abstract@1.17.4 deduped
│ └── prop-types@15.7.2 deduped
├── eslint-plugin-react-hooks@2.0.1
├── eslint-plugin-standard@4.0.1
├─┬ express@4.17.1
│ ├─┬ accepts@1.3.7
│ │ ├─┬ mime-types@2.1.26
│ │ │ └── mime-db@1.43.0
│ │ └── negotiator@0.6.2
│ ├── array-flatten@1.1.1
│ ├── body-parser@1.19.0 deduped
│ ├─┬ content-disposition@0.5.3
│ │ └── safe-buffer@5.1.2
│ ├── content-type@1.0.4 deduped
│ ├── cookie@0.4.0
│ ├── cookie-signature@1.0.6 deduped
│ ├── debug@2.6.9 deduped
│ ├── depd@1.1.2 deduped
│ ├── encodeurl@1.0.2
│ ├── escape-html@1.0.3
│ ├── etag@1.8.1
│ ├─┬ finalhandler@1.1.2
│ │ ├── debug@2.6.9 deduped
│ │ ├── encodeurl@1.0.2 deduped
│ │ ├── escape-html@1.0.3 deduped
│ │ ├── on-finished@2.3.0 deduped
│ │ ├── parseurl@1.3.3 deduped
│ │ ├── statuses@1.5.0 deduped
│ │ └── unpipe@1.0.0 deduped
│ ├── fresh@0.5.2
│ ├── merge-descriptors@1.0.1
│ ├── methods@1.1.2 deduped
│ ├── on-finished@2.3.0 deduped
│ ├── parseurl@1.3.3
│ ├── path-to-regexp@0.1.7 deduped
│ ├─┬ proxy-addr@2.0.5
│ │ ├── forwarded@0.1.2
│ │ └── ipaddr.js@1.9.0
│ ├── qs@6.7.0 deduped
│ ├── range-parser@1.2.1
│ ├── safe-buffer@5.1.2
│ ├─┬ send@0.17.1
│ │ ├── debug@2.6.9 deduped
│ │ ├── depd@1.1.2 deduped
│ │ ├── destroy@1.0.4
│ │ ├── encodeurl@1.0.2 deduped
│ │ ├── escape-html@1.0.3 deduped
│ │ ├── etag@1.8.1 deduped
│ │ ├── fresh@0.5.2 deduped
│ │ ├─┬ http-errors@1.7.3
│ │ │ ├── depd@1.1.2 deduped
│ │ │ ├── inherits@2.0.4 deduped
│ │ │ ├── setprototypeof@1.1.1 deduped
│ │ │ ├── statuses@1.5.0 deduped
│ │ │ └── toidentifier@1.0.0 deduped
│ │ ├── mime@1.6.0
│ │ ├── ms@2.1.1
│ │ ├── on-finished@2.3.0 deduped
│ │ ├── range-parser@1.2.1 deduped
│ │ └── statuses@1.5.0 deduped
│ ├─┬ serve-static@1.14.1
│ │ ├── encodeurl@1.0.2 deduped
│ │ ├── escape-html@1.0.3 deduped
│ │ ├── parseurl@1.3.3 deduped
│ │ └── send@0.17.1 deduped
│ ├── setprototypeof@1.1.1
│ ├── statuses@1.5.0
│ ├── type-is@1.6.18 deduped
│ ├── utils-merge@1.0.1
│ └── vary@1.1.2
├─┬ fibers@4.0.1
│ └── detect-libc@1.0.3
├─┬ file-loader@1.1.11
│ ├── loader-utils@1.1.0 deduped
│ └─┬ schema-utils@0.4.7
│   ├─┬ UNMET PEER DEPENDENCY ajv@6.5.0
│   │ ├── fast-deep-equal@2.0.1 deduped
│   │ ├── fast-json-stable-stringify@2.0.0 deduped
│   │ ├── json-schema-traverse@0.3.1 deduped
│   │ └── uri-js@4.2.2 deduped
│   └── ajv-keywords@3.2.0 deduped
├── file-saver@1.3.3
├── flow@0.2.3
├── flow-bin@0.120.1
├─┬ flow-typed@2.5.1
│ ├─┬ @octokit/rest@15.15.1
│ │ ├── before-after-hook@1.1.0
│ │ ├── btoa-lite@1.0.0
│ │ ├─┬ debug@3.2.6
│ │ │ └── ms@2.1.2 deduped
│ │ ├─┬ http-proxy-agent@2.1.0
│ │ │ ├── agent-base@4.2.1 deduped
│ │ │ └─┬ debug@3.1.0
│ │ │   └── ms@2.0.0
│ │ ├─┬ https-proxy-agent@2.2.1
│ │ │ ├─┬ agent-base@4.2.1
│ │ │ │ └─┬ es6-promisify@5.0.0
│ │ │ │   └── es6-promise@4.2.5 deduped
│ │ │ └── debug@3.2.6 deduped
│ │ ├── lodash@4.17.4 deduped
│ │ ├── node-fetch@2.3.0
│ │ ├─┬ universal-user-agent@2.0.1
│ │ │ └─┬ os-name@2.0.1
│ │ │   ├── macos-release@1.1.0
│ │ │   └─┬ win-release@1.1.1
│ │ │     └── semver@5.6.0
│ │ └── url-template@2.0.8
│ ├─┬ babel-polyfill@6.26.0
│ │ ├── babel-runtime@6.26.0 deduped
│ │ ├── core-js@2.6.11
│ │ └── regenerator-runtime@0.10.5 deduped
│ ├── colors@1.1.2
│ ├─┬ fs-extra@5.0.0
│ │ ├── graceful-fs@4.1.11
│ │ ├── jsonfile@4.0.0 deduped
│ │ └── universalify@0.1.1 deduped
│ ├── glob@7.1.4 deduped
│ ├─┬ got@7.1.0
│ │ ├─┬ decompress-response@3.3.0
│ │ │ └── mimic-response@1.0.0
│ │ ├── duplexer3@0.1.4
│ │ ├── get-stream@3.0.0
│ │ ├── is-plain-obj@1.1.0
│ │ ├── is-retry-allowed@1.1.0
│ │ ├── is-stream@1.1.0
│ │ ├─┬ isurl@1.0.0
│ │ │ ├─┬ has-to-string-tag-x@1.4.1
│ │ │ │ └── has-symbol-support-x@1.4.1
│ │ │ └── is-object@1.0.1
│ │ ├── lowercase-keys@1.0.1 deduped
│ │ ├── p-cancelable@0.3.0
│ │ ├─┬ p-timeout@1.2.1
│ │ │ └── p-finally@1.0.0 deduped
│ │ ├── safe-buffer@5.2.0 deduped
│ │ ├── timed-out@4.0.1
│ │ ├─┬ url-parse-lax@1.0.0
│ │ │ └── prepend-http@1.0.4
│ │ └── url-to-options@1.0.1
│ ├─┬ md5@2.2.1
│ │ ├── charenc@0.0.2
│ │ ├── crypt@0.0.2
│ │ └── is-buffer@1.1.6
│ ├── mkdirp@0.5.1 deduped
│ ├─┬ rimraf@2.6.2
│ │ └─┬ glob@7.1.6
│ │   ├── fs.realpath@1.0.0 deduped
│ │   ├── inflight@1.0.6 deduped
│ │   ├── inherits@2.0.4 deduped
│ │   ├── minimatch@3.0.4 deduped
│ │   ├── once@1.4.0 deduped
│ │   └── path-is-absolute@1.0.1 deduped
│ ├── semver@5.5.0 deduped
│ ├─┬ table@4.0.3
│ │ ├─┬ UNMET PEER DEPENDENCY ajv@6.11.0
│ │ │ ├── fast-deep-equal@3.1.1
│ │ │ ├── fast-json-stable-stringify@2.0.0 deduped
│ │ │ ├── json-schema-traverse@0.4.1
│ │ │ └── uri-js@4.2.2 deduped
│ │ ├── ajv-keywords@3.2.0 deduped
│ │ ├── chalk@2.4.2 deduped
│ │ ├── lodash@4.17.4 deduped
│ │ ├─┬ slice-ansi@1.0.0
│ │ │ └── is-fullwidth-code-point@2.0.0 deduped
│ │ └── string-width@2.1.1 deduped
│ ├── through@2.3.8
│ ├─┬ unzipper@0.8.14
│ │ ├── big-integer@1.6.26
│ │ ├─┬ binary@0.3.0
│ │ │ ├── buffers@0.1.1
│ │ │ └─┬ chainsaw@0.1.0
│ │ │   └── traverse@0.3.9
│ │ ├── bluebird@3.4.7
│ │ ├── buffer-indexof-polyfill@1.0.1
│ │ ├─┬ duplexer2@0.1.4
│ │ │ └── readable-stream@2.3.6 deduped
│ │ ├─┬ fstream@1.0.11
│ │ │ ├── graceful-fs@4.1.11 deduped
│ │ │ ├── inherits@2.0.4 deduped
│ │ │ ├── mkdirp@0.5.1 deduped
│ │ │ └── rimraf@2.6.2 deduped
│ │ ├── listenercount@1.0.1
│ │ ├─┬ readable-stream@2.1.5
│ │ │ ├── buffer-shims@1.0.0
│ │ │ ├── core-util-is@1.0.2
│ │ │ ├── inherits@2.0.4 deduped
│ │ │ ├── isarray@1.0.0 deduped
│ │ │ ├── process-nextick-args@1.0.7
│ │ │ ├── string_decoder@0.10.31
│ │ │ └── util-deprecate@1.0.2
│ │ └── setimmediate@1.0.5 deduped
│ ├─┬ which@1.3.0
│ │ └── isexe@2.0.0
│ └─┬ yargs@4.8.1
│   ├─┬ cliui@3.2.0
│   │ ├── string-width@1.0.2 deduped
│   │ ├── strip-ansi@3.0.1 deduped
│   │ └─┬ wrap-ansi@2.1.0
│   │   ├─┬ string-width@1.0.2
│   │   │ ├── code-point-at@1.1.0 deduped
│   │   │ ├─┬ is-fullwidth-code-point@1.0.0
│   │   │ │ └── number-is-nan@1.0.1 deduped
│   │   │ └── strip-ansi@3.0.1 deduped
│   │   └── strip-ansi@3.0.1 deduped
│   ├── decamelize@1.2.0
│   ├── get-caller-file@1.0.2
│   ├── lodash.assign@4.2.0 deduped
│   ├─┬ os-locale@1.4.0
│   │ └─┬ lcid@1.0.0
│   │   └── invert-kv@1.0.0
│   ├─┬ read-pkg-up@1.0.1
│   │ ├─┬ find-up@1.1.2
│   │ │ ├─┬ path-exists@2.1.0
│   │ │ │ └── pinkie-promise@2.0.1 deduped
│   │ │ └── pinkie-promise@2.0.1 deduped
│   │ └─┬ read-pkg@1.1.0
│   │   ├─┬ load-json-file@1.1.0
│   │   │ ├── graceful-fs@4.1.11 deduped
│   │   │ ├── parse-json@2.2.0 deduped
│   │   │ ├── pify@2.3.0 deduped
│   │   │ ├── pinkie-promise@2.0.1 deduped
│   │   │ └─┬ strip-bom@2.0.0
│   │   │   └── is-utf8@0.2.1
│   │   ├── normalize-package-data@2.4.0 deduped
│   │   └─┬ path-type@1.1.0
│   │     ├── graceful-fs@4.1.11 deduped
│   │     ├── pify@2.3.0 deduped
│   │     └── pinkie-promise@2.0.1 deduped
│   ├── require-directory@2.1.1 deduped
│   ├── require-main-filename@1.0.1
│   ├── set-blocking@2.0.0 deduped
│   ├─┬ string-width@1.0.2
│   │ ├── code-point-at@1.1.0
│   │ ├─┬ is-fullwidth-code-point@1.0.0
│   │ │ └── number-is-nan@1.0.1
│   │ └── strip-ansi@3.0.1 deduped
│   ├── which-module@1.0.0
│   ├── window-size@0.2.0
│   ├── y18n@3.2.1
│   └─┬ yargs-parser@2.4.1
│     ├── camelcase@3.0.0
│     └── lodash.assign@4.2.0 deduped
├─┬ form-data@2.3.3
│ ├── asynckit@0.4.0
│ ├─┬ combined-stream@1.0.7
│ │ └── delayed-stream@1.0.0
│ └─┬ mime-types@2.1.22
│   └── mime-db@1.38.0
├─┬ fsevents@1.2.11
│ ├─┬ bindings@1.5.0
│ │ └── file-uri-to-path@1.0.0
│ ├── nan@2.14.0 deduped
│ └─┬ node-pre-gyp@0.14.0
│   ├── detect-libc@1.0.3
│   ├─┬ mkdirp@0.5.1
│   │ └── minimist@0.0.8
│   ├─┬ needle@2.4.0
│   │ ├─┬ debug@3.2.6
│   │ │ └── ms@2.1.2
│   │ ├─┬ iconv-lite@0.4.24
│   │ │ └── safer-buffer@2.1.2
│   │ └── sax@1.2.4
│   ├─┬ nopt@4.0.1
│   │ ├── abbrev@1.1.1
│   │ └─┬ osenv@0.1.5
│   │   ├── os-homedir@1.0.2
│   │   └── os-tmpdir@1.0.2
│   ├─┬ npm-packlist@1.4.7
│   │ ├─┬ ignore-walk@3.0.3
│   │ │ └─┬ minimatch@3.0.4
│   │ │   └─┬ brace-expansion@1.1.11
│   │ │     ├── balanced-match@1.0.0
│   │ │     └── concat-map@0.0.1
│   │ └─┬ npm-bundled@1.1.1
│   │   └── npm-normalize-package-bin@1.0.1
│   ├─┬ npmlog@4.1.2
│   │ ├─┬ are-we-there-yet@1.1.5
│   │ │ ├── delegates@1.0.0
│   │ │ └─┬ readable-stream@2.3.6
│   │ │   ├── core-util-is@1.0.2
│   │ │   ├── inherits@2.0.4 deduped
│   │ │   ├── isarray@1.0.0
│   │ │   ├── process-nextick-args@2.0.1
│   │ │   ├── safe-buffer@5.1.2 deduped
│   │ │   ├─┬ string_decoder@1.1.1
│   │ │   │ └── safe-buffer@5.1.2 deduped
│   │ │   └── util-deprecate@1.0.2
│   │ ├── console-control-strings@1.1.0
│   │ ├─┬ gauge@2.7.4
│   │ │ ├── aproba@1.2.0
│   │ │ ├── console-control-strings@1.1.0 deduped
│   │ │ ├── has-unicode@2.0.1
│   │ │ ├── object-assign@4.1.1
│   │ │ ├── signal-exit@3.0.2
│   │ │ ├─┬ string-width@1.0.2
│   │ │ │ ├── code-point-at@1.1.0
│   │ │ │ ├─┬ is-fullwidth-code-point@1.0.0
│   │ │ │ │ └── number-is-nan@1.0.1
│   │ │ │ └── strip-ansi@3.0.1 deduped
│   │ │ ├─┬ strip-ansi@3.0.1
│   │ │ │ └── ansi-regex@2.1.1
│   │ │ └─┬ wide-align@1.1.3
│   │ │   └── string-width@1.0.2 deduped
│   │ └── set-blocking@2.0.0
│   ├─┬ rc@1.2.8
│   │ ├── deep-extend@0.6.0
│   │ ├── ini@1.3.5
│   │ ├── minimist@1.2.0
│   │ └── strip-json-comments@2.0.1
│   ├─┬ rimraf@2.7.1
│   │ └─┬ glob@7.1.6
│   │   ├── fs.realpath@1.0.0
│   │   ├─┬ inflight@1.0.6
│   │   │ ├── once@1.4.0 deduped
│   │   │ └── wrappy@1.0.2
│   │   ├── inherits@2.0.4
│   │   ├── minimatch@3.0.4 deduped
│   │   ├─┬ once@1.4.0
│   │   │ └── wrappy@1.0.2 deduped
│   │   └── path-is-absolute@1.0.1
│   ├── semver@5.7.1
│   └─┬ tar@4.4.13
│     ├── chownr@1.1.3
│     ├─┬ fs-minipass@1.2.7
│     │ └── minipass@2.9.0 deduped
│     ├─┬ minipass@2.9.0
│     │ ├── safe-buffer@5.1.2 deduped
│     │ └── yallist@3.1.1 deduped
│     ├─┬ minizlib@1.3.3
│     │ └── minipass@2.9.0 deduped
│     ├── mkdirp@0.5.1 deduped
│     ├── safe-buffer@5.1.2
│     └── yallist@3.1.1
├─┬ helmet@3.12.1
│ ├── dns-prefetch-control@0.1.0
│ ├── dont-sniff-mimetype@1.0.0
│ ├── expect-ct@0.1.1
│ ├── frameguard@3.0.0
│ ├─┬ helmet-csp@2.7.0
│ │ ├── camelize@1.0.0
│ │ ├── content-security-policy-builder@2.0.0
│ │ ├── dasherize@2.0.0
│ │ ├── lodash.reduce@4.6.0
│ │ └── platform@1.3.5
│ ├── hide-powered-by@1.0.0
│ ├── hpkp@2.0.0
│ ├── hsts@2.1.0
│ ├── ienoopen@1.0.0
│ ├── nocache@2.0.0
│ ├── referrer-policy@1.1.0
│ └── x-xss-protection@1.1.0
├─┬ history@3.3.0
│ ├── invariant@2.2.4 deduped
│ ├─┬ loose-envify@1.3.1
│ │ └── js-tokens@3.0.2 deduped
│ ├─┬ query-string@4.3.4
│ │ ├── object-assign@4.1.1 deduped
│ │ └── strict-uri-encode@1.1.0
│ └─┬ warning@3.0.0
│   └── loose-envify@1.3.1 deduped
├── html-to-draftjs@1.4.0
├─┬ husky@0.14.3
│ ├─┬ is-ci@1.1.0
│ │ └── ci-info@1.1.2
│ ├── normalize-path@1.0.0
│ └── strip-indent@2.0.0
├── intl@1.2.5
├── intl-locales-supported@1.0.0
├─┬ isomorphic-fetch@2.2.1
│ ├─┬ node-fetch@1.7.3
│ │ ├─┬ encoding@0.1.12
│ │ │ └── iconv-lite@0.4.24 deduped
│ │ └── is-stream@1.1.0 deduped
│ └── whatwg-fetch@2.0.3
├─┬ jasmine-expect@3.8.3
│ └── add-matchers@0.5.0
├─┬ jest@23.6.0
│ ├─┬ import-local@1.0.0
│ │ ├─┬ pkg-dir@2.0.0
│ │ │ └── find-up@2.1.0 deduped
│ │ └─┬ resolve-cwd@2.0.0
│ │   └── resolve-from@3.0.0
│ └─┬ jest-cli@23.6.0
│   ├── ansi-escapes@3.2.0 deduped
│   ├── chalk@2.4.2 deduped
│   ├── exit@0.1.2
│   ├── glob@7.1.4 deduped
│   ├── graceful-fs@4.1.11 deduped
│   ├── import-local@1.0.0 deduped
│   ├── is-ci@1.1.0 deduped
│   ├─┬ istanbul-api@1.3.7
│   │ ├── async@2.6.2 deduped
│   │ ├─┬ fileset@2.0.3
│   │ │ ├── glob@7.1.4 deduped
│   │ │ └── minimatch@3.0.4 deduped
│   │ ├── istanbul-lib-coverage@1.2.1 deduped
│   │ ├─┬ istanbul-lib-hook@1.2.2
│   │ │ └─┬ append-transform@0.4.0
│   │ │   └─┬ default-require-extensions@1.0.0
│   │ │     └─┬ strip-bom@2.0.0
│   │ │       └── is-utf8@0.2.1 deduped
│   │ ├── istanbul-lib-instrument@1.10.2 deduped
│   │ ├─┬ istanbul-lib-report@1.1.5
│   │ │ ├── istanbul-lib-coverage@1.2.1 deduped
│   │ │ ├── mkdirp@0.5.1 deduped
│   │ │ ├── path-parse@1.0.6 deduped
│   │ │ └─┬ supports-color@3.2.3
│   │ │   └── has-flag@1.0.0
│   │ ├── istanbul-lib-source-maps@1.2.6 deduped
│   │ ├─┬ istanbul-reports@1.5.1
│   │ │ └─┬ handlebars@4.7.3
│   │ │   ├── neo-async@2.6.1 deduped
│   │ │   ├─┬ optimist@0.6.1
│   │ │   │ ├── minimist@0.0.10
│   │ │   │ └── wordwrap@0.0.3
│   │ │   ├── source-map@0.6.1 deduped
│   │ │   └─┬ uglify-js@3.7.7
│   │ │     ├── commander@2.20.3
│   │ │     └── source-map@0.6.1 deduped
│   │ ├── js-yaml@3.13.1 deduped
│   │ ├── mkdirp@0.5.1 deduped
│   │ └── once@1.4.0 deduped
│   ├── istanbul-lib-coverage@1.2.1
│   ├── istanbul-lib-instrument@1.10.2 deduped
│   ├─┬ istanbul-lib-source-maps@1.2.6
│   │ ├─┬ debug@3.2.6
│   │ │ └── ms@2.1.2 deduped
│   │ ├── istanbul-lib-coverage@1.2.1 deduped
│   │ ├── mkdirp@0.5.1 deduped
│   │ ├── rimraf@2.6.2 deduped
│   │ └── source-map@0.5.7
│   ├─┬ jest-changed-files@23.4.2
│   │ └── throat@4.1.0
│   ├─┬ jest-config@23.6.0
│   │ ├─┬ babel-core@6.26.3
│   │ │ ├── babel-code-frame@6.26.0 deduped
│   │ │ ├── babel-generator@6.26.1 deduped
│   │ │ ├─┬ babel-helpers@6.24.1
│   │ │ │ ├── babel-runtime@6.26.0 deduped
│   │ │ │ └── babel-template@6.26.0 deduped
│   │ │ ├── babel-messages@6.23.0 deduped
│   │ │ ├─┬ babel-register@6.26.0
│   │ │ │ ├─┬ babel-core@6.26.3
│   │ │ │ │ ├── babel-code-frame@6.26.0 deduped
│   │ │ │ │ ├── babel-generator@6.26.1 deduped
│   │ │ │ │ ├── babel-helpers@6.24.1 deduped
│   │ │ │ │ ├── babel-messages@6.23.0 deduped
│   │ │ │ │ ├── babel-register@6.26.0 deduped
│   │ │ │ │ ├── babel-runtime@6.26.0 deduped
│   │ │ │ │ ├── babel-template@6.26.0 deduped
│   │ │ │ │ ├── babel-traverse@6.26.0 deduped
│   │ │ │ │ ├── babel-types@6.26.0 deduped
│   │ │ │ │ ├── babylon@6.18.0 deduped
│   │ │ │ │ ├── convert-source-map@1.7.0 deduped
│   │ │ │ │ ├── debug@2.6.9 deduped
│   │ │ │ │ ├── json5@0.5.1 deduped
│   │ │ │ │ ├── lodash@4.17.4 deduped
│   │ │ │ │ ├── minimatch@3.0.4 deduped
│   │ │ │ │ ├── path-is-absolute@1.0.1 deduped
│   │ │ │ │ ├── private@0.1.8 deduped
│   │ │ │ │ ├── slash@1.0.0 deduped
│   │ │ │ │ └── source-map@0.5.7
│   │ │ │ ├── babel-runtime@6.26.0 deduped
│   │ │ │ ├── core-js@2.6.11
│   │ │ │ ├─┬ home-or-tmp@2.0.0
│   │ │ │ │ ├── os-homedir@1.0.2 deduped
│   │ │ │ │ └── os-tmpdir@1.0.2 deduped
│   │ │ │ ├── lodash@4.17.4 deduped
│   │ │ │ ├── mkdirp@0.5.1 deduped
│   │ │ │ └─┬ source-map-support@0.4.18
│   │ │ │   └── source-map@0.5.7 deduped
│   │ │ ├── babel-runtime@6.26.0 deduped
│   │ │ ├── babel-template@6.26.0 deduped
│   │ │ ├── babel-traverse@6.26.0 deduped
│   │ │ ├── babel-types@6.26.0 deduped
│   │ │ ├── babylon@6.18.0 deduped
│   │ │ ├── convert-source-map@1.7.0 deduped
│   │ │ ├── debug@2.6.9 deduped
│   │ │ ├── json5@0.5.1 deduped
│   │ │ ├── lodash@4.17.4 deduped
│   │ │ ├── minimatch@3.0.4 deduped
│   │ │ ├── path-is-absolute@1.0.1 deduped
│   │ │ ├── private@0.1.8 deduped
│   │ │ ├── slash@1.0.0 deduped
│   │ │ └── source-map@0.5.7
│   │ ├── babel-jest@23.6.0 deduped
│   │ ├── chalk@2.4.2 deduped
│   │ ├── glob@7.1.4 deduped
│   │ ├── jest-environment-jsdom@23.4.0 deduped
│   │ ├─┬ jest-environment-node@23.4.0
│   │ │ ├── jest-mock@23.2.0
│   │ │ └── jest-util@23.4.0 deduped
│   │ ├── jest-get-type@22.4.3 deduped
│   │ ├─┬ jest-jasmine2@23.6.0
│   │ │ ├── babel-traverse@6.26.0 deduped
│   │ │ ├── chalk@2.4.2 deduped
│   │ │ ├── co@4.6.0 deduped
│   │ │ ├─┬ expect@23.6.0
│   │ │ │ ├── ansi-styles@3.2.1 deduped
│   │ │ │ ├─┬ jest-diff@23.6.0
│   │ │ │ │ ├── chalk@2.4.2 deduped
│   │ │ │ │ ├── diff@3.5.0 deduped
│   │ │ │ │ ├── jest-get-type@22.4.3 deduped
│   │ │ │ │ └── pretty-format@23.6.0 deduped
│   │ │ │ ├── jest-get-type@22.4.3 deduped
│   │ │ │ ├─┬ jest-matcher-utils@23.6.0
│   │ │ │ │ ├── chalk@2.4.2 deduped
│   │ │ │ │ ├── jest-get-type@22.4.3 deduped
│   │ │ │ │ └── pretty-format@23.6.0 deduped
│   │ │ │ ├── jest-message-util@23.4.0 deduped
│   │ │ │ └── jest-regex-util@23.3.0 deduped
│   │ │ ├── is-generator-fn@1.0.0
│   │ │ ├─┬ jest-diff@23.6.0
│   │ │ │ ├── chalk@2.4.2 deduped
│   │ │ │ ├── diff@3.5.0 deduped
│   │ │ │ ├── jest-get-type@22.4.3 deduped
│   │ │ │ └── pretty-format@23.6.0 deduped
│   │ │ ├─┬ jest-each@23.6.0
│   │ │ │ ├── chalk@2.4.2 deduped
│   │ │ │ └── pretty-format@23.6.0 deduped
│   │ │ ├─┬ jest-matcher-utils@23.6.0
│   │ │ │ ├── chalk@2.4.2 deduped
│   │ │ │ ├── jest-get-type@22.4.3 deduped
│   │ │ │ └── pretty-format@23.6.0 deduped
│   │ │ ├── jest-message-util@23.4.0 deduped
│   │ │ ├── jest-snapshot@23.6.0 deduped
│   │ │ ├── jest-util@23.4.0 deduped
│   │ │ └── pretty-format@23.6.0 deduped
│   │ ├── jest-regex-util@23.3.0 deduped
│   │ ├─┬ jest-resolve@23.6.0
│   │ │ ├─┬ browser-resolve@1.11.3
│   │ │ │ └── resolve@1.1.7
│   │ │ ├── chalk@2.4.2 deduped
│   │ │ └── realpath-native@1.1.0 deduped
│   │ ├── jest-util@23.4.0 deduped
│   │ ├── jest-validate@23.6.0 deduped
│   │ ├── micromatch@2.3.11 deduped
│   │ └── pretty-format@23.6.0 deduped
│   ├─┬ jest-environment-jsdom@23.4.0
│   │ ├── jest-mock@23.2.0
│   │ ├── jest-util@23.4.0 deduped
│   │ └─┬ jsdom@11.6.2
│   │   ├── abab@1.0.4
│   │   ├── acorn@5.7.1 deduped
│   │   ├─┬ acorn-globals@4.1.0
│   │   │ └── acorn@5.7.1 deduped
│   │   ├── array-equal@1.0.0
│   │   ├── browser-process-hrtime@0.1.2
│   │   ├── content-type-parser@1.0.2
│   │   ├── cssom@0.3.2
│   │   ├─┬ cssstyle@0.2.37
│   │   │ └── cssom@0.3.2 deduped
│   │   ├─┬ domexception@1.0.1
│   │   │ └── webidl-conversions@4.0.2 deduped
│   │   ├── escodegen@1.9.1 deduped
│   │   ├─┬ html-encoding-sniffer@1.0.2
│   │   │ └── whatwg-encoding@1.0.3 deduped
│   │   ├── left-pad@1.2.0
│   │   ├── nwmatcher@1.4.3
│   │   ├── parse5@4.0.0
│   │   ├── pn@1.1.0
│   │   ├── request@2.88.0 deduped
│   │   ├─┬ request-promise-native@1.0.5
│   │   │ ├─┬ request-promise-core@1.1.1
│   │   │ │ └── lodash@4.17.5
│   │   │ ├── stealthy-require@1.1.1
│   │   │ └── tough-cookie@2.3.4 deduped
│   │   ├── sax@1.2.4
│   │   ├── symbol-tree@3.2.2
│   │   ├─┬ tough-cookie@2.3.4
│   │   │ └── punycode@1.4.1 deduped
│   │   ├─┬ w3c-hr-time@1.0.1
│   │   │ └── browser-process-hrtime@0.1.2 deduped
│   │   ├── webidl-conversions@4.0.2
│   │   ├─┬ whatwg-encoding@1.0.3
│   │   │ └── iconv-lite@0.4.19
│   │   ├─┬ whatwg-url@6.4.0
│   │   │ ├── lodash.sortby@4.7.0 deduped
│   │   │ ├─┬ tr46@1.0.1
│   │   │ │ └── punycode@2.1.0
│   │   │ └── webidl-conversions@4.0.2 deduped
│   │   ├─┬ ws@4.1.0
│   │   │ ├── async-limiter@1.0.0 deduped
│   │   │ └── safe-buffer@5.1.2
│   │   └── xml-name-validator@3.0.0
│   ├── jest-get-type@22.4.3
│   ├─┬ jest-haste-map@23.6.0
│   │ ├─┬ fb-watchman@2.0.0
│   │ │ └─┬ bser@2.0.0
│   │ │   └── node-int64@0.4.0
│   │ ├── graceful-fs@4.1.11 deduped
│   │ ├── invariant@2.2.4 deduped
│   │ ├─┬ jest-docblock@23.2.0
│   │ │ └── detect-newline@2.1.0
│   │ ├── jest-serializer@23.0.1
│   │ ├── jest-worker@23.2.0 deduped
│   │ ├── micromatch@2.3.11 deduped
│   │ └─┬ sane@2.5.2
│   │   ├── anymatch@2.0.0 deduped
│   │   ├─┬ capture-exit@1.2.0
│   │   │ └── rsvp@3.6.2
│   │   ├─┬ exec-sh@0.2.2
│   │   │ └── merge@1.2.1
│   │   ├── fb-watchman@2.0.0 deduped
│   │   ├── fsevents@1.2.11 deduped
│   │   ├─┬ 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
│   │   │ │ ├── is-descriptor@1.0.2 deduped
│   │   │ │ └── isobject@3.0.1 deduped
│   │   │ ├─┬ extend-shallow@3.0.2
│   │   │ │ ├── assign-symbols@1.0.0 deduped
│   │   │ │ └─┬ 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 deduped
│   │   │ │ ├─┬ expand-brackets@2.1.4
│   │   │ │ │ ├── debug@2.6.9 deduped
│   │   │ │ │ ├─┬ define-property@0.2.5
│   │   │ │ │ │ └─┬ is-descriptor@0.1.6
│   │   │ │ │ │   ├─┬ is-accessor-descriptor@0.1.6
│   │   │ │ │ │   │ └─┬ kind-of@3.2.2
│   │   │ │ │ │   │   └── is-buffer@1.1.6 deduped
│   │   │ │ │ │   ├─┬ is-data-descriptor@0.1.4
│   │   │ │ │ │   │ └─┬ kind-of@3.2.2
│   │   │ │ │ │   │   └── is-buffer@1.1.6 deduped
│   │   │ │ │ │   └── kind-of@5.1.0
│   │   │ │ │ ├─┬ extend-shallow@2.0.1
│   │   │ │ │ │ └── is-extendable@0.1.1
│   │   │ │ │ ├── posix-character-classes@0.1.1 deduped
│   │   │ │ │ ├── regex-not@1.0.2 deduped
│   │   │ │ │ ├── snapdragon@0.8.2 deduped
│   │   │ │ │ └── to-regex@3.0.2 deduped
│   │   │ │ ├─┬ extend-shallow@2.0.1
│   │   │ │ │ └── is-extendable@0.1.1
│   │   │ │ ├── fragment-cache@0.2.1 deduped
│   │   │ │ ├── regex-not@1.0.2 deduped
│   │   │ │ ├── snapdragon@0.8.2 deduped
│   │   │ │ └── to-regex@3.0.2 deduped
│   │   │ ├── fragment-cache@0.2.1 deduped
│   │   │ ├── kind-of@6.0.2
│   │   │ ├── nanomatch@1.2.9 deduped
│   │   │ ├── object.pick@1.3.0 deduped
│   │   │ ├── regex-not@1.0.2 deduped
│   │   │ ├── snapdragon@0.8.2 deduped
│   │   │ └── to-regex@3.0.2 deduped
│   │   ├── minimist@1.2.0 deduped
│   │   ├─┬ walker@1.0.7
│   │   │ └─┬ makeerror@1.0.11
│   │   │   └── tmpl@1.0.4
│   │   └─┬ watch@0.18.0
│   │     ├── exec-sh@0.2.2 deduped
│   │     └── minimist@1.2.0 deduped
│   ├─┬ jest-message-util@23.4.0
│   │ ├─┬ @babel/code-frame@7.0.0-beta.40
│   │ │ └─┬ @babel/highlight@7.0.0-beta.40
│   │ │   ├── chalk@2.4.2 deduped
│   │ │   ├── esutils@2.0.2 deduped
│   │ │   └── js-tokens@3.0.2 deduped
│   │ ├── chalk@2.4.2 deduped
│   │ ├── micromatch@2.3.11 deduped
│   │ ├── slash@1.0.0 deduped
│   │ └── stack-utils@1.0.1
│   ├── jest-regex-util@23.3.0
│   ├─┬ jest-resolve-dependencies@23.6.0
│   │ ├── jest-regex-util@23.3.0 deduped
│   │ └── jest-snapshot@23.6.0 deduped
│   ├─┬ jest-runner@23.6.0
│   │ ├── exit@0.1.2 deduped
│   │ ├── graceful-fs@4.1.11 deduped
│   │ ├── jest-config@23.6.0 deduped
│   │ ├── jest-docblock@23.2.0 deduped
│   │ ├── jest-haste-map@23.6.0 deduped
│   │ ├── jest-jasmine2@23.6.0 deduped
│   │ ├─┬ jest-leak-detector@23.6.0
│   │ │ └── pretty-format@23.6.0 deduped
│   │ ├── jest-message-util@23.4.0 deduped
│   │ ├── jest-runtime@23.6.0 deduped
│   │ ├── jest-util@23.4.0 deduped
│   │ ├── jest-worker@23.2.0 deduped
│   │ ├── source-map-support@0.5.16 deduped
│   │ └── throat@4.1.0 deduped
│   ├─┬ jest-runtime@23.6.0
│   │ ├─┬ babel-core@6.26.3
│   │ │ ├── babel-code-frame@6.26.0 deduped
│   │ │ ├── babel-generator@6.26.1 deduped
│   │ │ ├── babel-helpers@6.24.1 deduped
│   │ │ ├── babel-messages@6.23.0 deduped
│   │ │ ├── babel-register@6.26.0 deduped
│   │ │ ├── babel-runtime@6.26.0 deduped
│   │ │ ├── babel-template@6.26.0 deduped
│   │ │ ├── babel-traverse@6.26.0 deduped
│   │ │ ├── babel-types@6.26.0 deduped
│   │ │ ├── babylon@6.18.0 deduped
│   │ │ ├─┬ convert-source-map@1.7.0
│   │ │ │ └── safe-buffer@5.1.2
│   │ │ ├── debug@2.6.9 deduped
│   │ │ ├── json5@0.5.1 deduped
│   │ │ ├── lodash@4.17.4 deduped
│   │ │ ├── minimatch@3.0.4 deduped
│   │ │ ├── path-is-absolute@1.0.1 deduped
│   │ │ ├── private@0.1.8 deduped
│   │ │ ├── slash@1.0.0 deduped
│   │ │ └── source-map@0.5.7
│   │ ├── babel-plugin-istanbul@4.1.6 deduped
│   │ ├── chalk@2.4.2 deduped
│   │ ├── convert-source-map@1.5.1
│   │ ├── exit@0.1.2 deduped
│   │ ├── fast-json-stable-stringify@2.0.0 deduped
│   │ ├── graceful-fs@4.1.11 deduped
│   │ ├── jest-config@23.6.0 deduped
│   │ ├── jest-haste-map@23.6.0 deduped
│   │ ├── jest-message-util@23.4.0 deduped
│   │ ├── jest-regex-util@23.3.0 deduped
│   │ ├── jest-resolve@23.6.0 deduped
│   │ ├── jest-snapshot@23.6.0 deduped
│   │ ├── jest-util@23.4.0 deduped
│   │ ├── jest-validate@23.6.0 deduped
│   │ ├── micromatch@2.3.11 deduped
│   │ ├── realpath-native@1.1.0 deduped
│   │ ├── slash@1.0.0 deduped
│   │ ├── strip-bom@3.0.0
│   │ ├─┬ write-file-atomic@2.4.3
│   │ │ ├── graceful-fs@4.1.11 deduped
│   │ │ ├── imurmurhash@0.1.4 deduped
│   │ │ └── signal-exit@3.0.2 deduped
│   │ └── yargs@11.1.1 deduped
│   ├─┬ jest-snapshot@23.6.0
│   │ ├── babel-types@6.26.0 deduped
│   │ ├── chalk@2.4.2 deduped
│   │ ├─┬ jest-diff@23.6.0
│   │ │ ├── chalk@2.4.2 deduped
│   │ │ ├── diff@3.5.0 deduped
│   │ │ ├── jest-get-type@22.4.3 deduped
│   │ │ └── pretty-format@23.6.0 deduped
│   │ ├─┬ jest-matcher-utils@23.6.0
│   │ │ ├── chalk@2.4.2 deduped
│   │ │ ├── jest-get-type@22.4.3 deduped
│   │ │ └── pretty-format@23.6.0 deduped
│   │ ├── jest-message-util@23.4.0 deduped
│   │ ├── jest-resolve@23.6.0 deduped
│   │ ├── mkdirp@0.5.1 deduped
│   │ ├── natural-compare@1.4.0 deduped
│   │ ├── pretty-format@23.6.0 deduped
│   │ └── semver@5.5.0 deduped
│   ├─┬ jest-util@23.4.0
│   │ ├── callsites@2.0.0
│   │ ├── chalk@2.4.2 deduped
│   │ ├── graceful-fs@4.1.11 deduped
│   │ ├── is-ci@1.1.0 deduped
│   │ ├── jest-message-util@23.4.0 deduped
│   │ ├── mkdirp@0.5.1 deduped
│   │ ├── slash@1.0.0 deduped
│   │ └── source-map@0.6.1 deduped
│   ├── jest-validate@23.6.0 deduped
│   ├─┬ jest-watcher@23.4.0
│   │ ├── ansi-escapes@3.2.0 deduped
│   │ ├── chalk@2.4.2 deduped
│   │ └── string-length@2.0.0 deduped
│   ├─┬ jest-worker@23.2.0
│   │ └─┬ merge-stream@1.0.1
│   │   └── readable-stream@2.3.6 deduped
│   ├─┬ micromatch@2.3.11
│   │ ├─┬ arr-diff@2.0.0
│   │ │ └── arr-flatten@1.1.0 deduped
│   │ ├── array-unique@0.2.1
│   │ ├─┬ braces@1.8.5
│   │ │ ├─┬ expand-range@1.8.2
│   │ │ │ └─┬ fill-range@2.2.3
│   │ │ │   ├─┬ is-number@2.1.0
│   │ │ │   │ └── kind-of@3.2.2 deduped
│   │ │ │   ├─┬ isobject@2.1.0
│   │ │ │   │ └── isarray@1.0.0 deduped
│   │ │ │   ├─┬ randomatic@1.1.7
│   │ │ │   │ ├── is-number@3.0.0 deduped
│   │ │ │   │ └─┬ kind-of@4.0.0
│   │ │ │   │   └── is-buffer@1.1.6 deduped
│   │ │ │   ├── repeat-element@1.1.2 deduped
│   │ │ │   └── repeat-string@1.6.1 deduped
│   │ │ ├── preserve@0.2.0
│   │ │ └── repeat-element@1.1.2 deduped
│   │ ├─┬ expand-brackets@0.1.5
│   │ │ └── is-posix-bracket@0.1.1
│   │ ├─┬ extglob@0.3.2
│   │ │ └── is-extglob@1.0.0 deduped
│   │ ├── filename-regex@2.0.1
│   │ ├── is-extglob@1.0.0
│   │ ├─┬ is-glob@2.0.1
│   │ │ └── is-extglob@1.0.0 deduped
│   │ ├─┬ kind-of@3.2.2
│   │ │ └── is-buffer@1.1.6 deduped
│   │ ├── normalize-path@2.1.1 deduped
│   │ ├─┬ object.omit@2.0.1
│   │ │ ├─┬ for-own@0.1.5
│   │ │ │ └── for-in@1.0.2
│   │ │ └── is-extendable@0.1.1 deduped
│   │ ├─┬ parse-glob@3.0.4
│   │ │ ├─┬ glob-base@0.3.0
│   │ │ │ ├─┬ glob-parent@2.0.0
│   │ │ │ │ └── is-glob@2.0.1 deduped
│   │ │ │ └─┬ is-glob@2.0.1
│   │ │ │   └── is-extglob@1.0.0 deduped
│   │ │ ├── is-dotfile@1.0.3
│   │ │ ├── is-extglob@1.0.0 deduped
│   │ │ └─┬ is-glob@2.0.1
│   │ │   └── is-extglob@1.0.0 deduped
│   │ └─┬ regex-cache@0.4.4
│   │   └─┬ is-equal-shallow@0.1.3
│   │     └── is-primitive@2.0.0
│   ├─┬ node-notifier@5.4.3
│   │ ├── growly@1.3.0
│   │ ├── is-wsl@1.1.0
│   │ ├── semver@5.5.0 deduped
│   │ ├── shellwords@0.1.1
│   │ └── which@1.3.0 deduped
│   ├─┬ prompts@0.1.14
│   │ ├── kleur@2.0.2
│   │ └── sisteransi@0.1.1
│   ├─┬ realpath-native@1.1.0
│   │ └── util.promisify@1.0.0 deduped
│   ├── rimraf@2.6.2 deduped
│   ├── slash@1.0.0
│   ├─┬ string-length@2.0.0
│   │ ├── astral-regex@1.0.0 deduped
│   │ └─┬ strip-ansi@4.0.0
│   │   └── ansi-regex@3.0.0 deduped
│   ├─┬ strip-ansi@4.0.0
│   │ └── ansi-regex@3.0.0 deduped
│   ├─┬ which@1.3.1
│   │ └── isexe@2.0.0 deduped
│   └─┬ yargs@11.1.1
│     ├── cliui@4.1.0 deduped
│     ├── decamelize@1.2.0 deduped
│     ├── find-up@2.1.0 deduped
│     ├── get-caller-file@1.0.2 deduped
│     ├── os-locale@3.1.0 deduped
│     ├── require-directory@2.1.1 deduped
│     ├── require-main-filename@1.0.1 deduped
│     ├── set-blocking@2.0.0 deduped
│     ├── string-width@2.1.1 deduped
│     ├── which-module@2.0.0 deduped
│     ├── y18n@3.2.1
│     └─┬ yargs-parser@9.0.2
│       └── camelcase@4.1.0
├─┬ jest-junit@5.1.0
│ ├─┬ jest-validate@23.6.0
│ │ ├── chalk@2.4.2 deduped
│ │ ├── jest-get-type@22.4.3 deduped
│ │ ├── leven@2.1.0 deduped
│ │ └─┬ pretty-format@23.6.0
│ │   ├── ansi-regex@3.0.0 deduped
│ │   └── ansi-styles@3.2.1 deduped
│ ├── mkdirp@0.5.1 deduped
│ ├─┬ strip-ansi@4.0.0
│ │ └── ansi-regex@3.0.0
│ └── xml@1.0.1
├─┬ jest-styled-components@6.3.4
│ └─┬ css@2.2.4
│   ├── inherits@2.0.4 deduped
│   ├── source-map@0.6.1 deduped
│   ├─┬ source-map-resolve@0.5.3
│   │ ├── atob@2.1.2
│   │ ├── decode-uri-component@0.2.0
│   │ ├── resolve-url@0.2.1
│   │ ├── source-map-url@0.4.0
│   │ └── urix@0.1.0 deduped
│   └── urix@0.1.0
├── json-loader@0.5.7
├─┬ linklocal@2.8.1
│ ├── commander@2.12.2
│ ├── debug@2.6.9 deduped
│ ├─┬ map-limit@0.0.1
│ │ └─┬ once@1.3.3
│ │   └── wrappy@1.0.2 deduped
│ ├── mkdirp@0.5.1 deduped
│ └── rimraf@2.6.2 deduped
├─┬ lint-staged@7.0.4
│ ├── app-root-path@2.0.1
│ ├── chalk@2.4.2 deduped
│ ├── commander@2.15.1
│ ├─┬ cosmiconfig@4.0.0
│ │ ├── is-directory@0.3.1 deduped
│ │ ├─┬ js-yaml@3.11.0
│ │ │ ├── argparse@1.0.9 deduped
│ │ │ └── esprima@4.0.0 deduped
│ │ ├─┬ parse-json@4.0.0
│ │ │ ├─┬ error-ex@1.3.1
│ │ │ │ └── is-arrayish@0.2.1
│ │ │ └── json-parse-better-errors@1.0.2 deduped
│ │ └── require-from-string@2.0.2
│ ├─┬ debug@3.2.6
│ │ └── ms@2.1.2 deduped
│ ├── dedent@0.7.0
│ ├─┬ execa@0.9.0
│ │ ├─┬ cross-spawn@5.1.0
│ │ │ ├── lru-cache@4.1.3 deduped
│ │ │ ├── shebang-command@1.2.0 deduped
│ │ │ └── which@1.3.0 deduped
│ │ ├── get-stream@3.0.0 deduped
│ │ ├── is-stream@1.1.0 deduped
│ │ ├─┬ npm-run-path@2.0.2
│ │ │ └── path-key@2.0.1 deduped
│ │ ├── p-finally@1.0.0
│ │ ├── signal-exit@3.0.2
│ │ └── strip-eof@1.0.0
│ ├── find-parent-dir@0.3.0
│ ├── is-glob@4.0.1 deduped
│ ├─┬ jest-validate@22.4.3
│ │ ├── chalk@2.4.2 deduped
│ │ ├─┬ jest-config@22.4.3
│ │ │ ├── chalk@2.4.2 deduped
│ │ │ ├── glob@7.1.4 deduped
│ │ │ ├─┬ jest-environment-jsdom@22.4.3
│ │ │ │ ├── jest-mock@22.4.3
│ │ │ │ ├── jest-util@22.4.3 deduped
│ │ │ │ └── jsdom@11.6.2 deduped
│ │ │ ├─┬ jest-environment-node@22.4.3
│ │ │ │ ├── jest-mock@22.4.3 deduped
│ │ │ │ └── jest-util@22.4.3 deduped
│ │ │ ├── jest-get-type@22.4.3 deduped
│ │ │ ├─┬ jest-jasmine2@22.4.3
│ │ │ │ ├── chalk@2.4.2 deduped
│ │ │ │ ├── co@4.6.0 deduped
│ │ │ │ ├─┬ expect@22.4.3
│ │ │ │ │ ├── ansi-styles@3.2.1 deduped
│ │ │ │ │ ├── jest-diff@22.4.3 deduped
│ │ │ │ │ ├── jest-get-type@22.4.3 deduped
│ │ │ │ │ ├── jest-matcher-utils@22.4.3 deduped
│ │ │ │ │ ├── jest-message-util@22.4.3 deduped
│ │ │ │ │ └── jest-regex-util@22.4.3 deduped
│ │ │ │ ├── graceful-fs@4.1.11 deduped
│ │ │ │ ├── is-generator-fn@1.0.0 deduped
│ │ │ │ ├─┬ jest-diff@22.4.3
│ │ │ │ │ ├── chalk@2.4.2 deduped
│ │ │ │ │ ├── diff@3.5.0 deduped
│ │ │ │ │ ├── jest-get-type@22.4.3 deduped
│ │ │ │ │ └─┬ pretty-format@22.4.3
│ │ │ │ │   ├── ansi-regex@3.0.0 deduped
│ │ │ │ │   └── ansi-styles@3.2.1 deduped
│ │ │ │ ├─┬ jest-matcher-utils@22.4.3
│ │ │ │ │ ├── chalk@2.4.2 deduped
│ │ │ │ │ ├── jest-get-type@22.4.3 deduped
│ │ │ │ │ └─┬ pretty-format@22.4.3
│ │ │ │ │   ├── ansi-regex@3.0.0 deduped
│ │ │ │ │   └── ansi-styles@3.2.1 deduped
│ │ │ │ ├─┬ jest-message-util@22.4.3
│ │ │ │ │ ├─┬ @babel/code-frame@7.0.0-beta.40
│ │ │ │ │ │ └─┬ @babel/highlight@7.0.0-beta.40
│ │ │ │ │ │   ├── chalk@2.4.2 deduped
│ │ │ │ │ │   ├── esutils@2.0.2 deduped
│ │ │ │ │ │   └── js-tokens@3.0.2 deduped
│ │ │ │ │ ├── chalk@2.4.2 deduped
│ │ │ │ │ ├─┬ micromatch@2.3.11
│ │ │ │ │ │ ├─┬ arr-diff@2.0.0
│ │ │ │ │ │ │ └── arr-flatten@1.1.0 deduped
│ │ │ │ │ │ ├── array-unique@0.2.1
│ │ │ │ │ │ ├─┬ braces@1.8.5
│ │ │ │ │ │ │ ├── expand-range@1.8.2 deduped
│ │ │ │ │ │ │ ├── preserve@0.2.0 deduped
│ │ │ │ │ │ │ └── repeat-element@1.1.2 deduped
│ │ │ │ │ │ ├─┬ expand-brackets@0.1.5
│ │ │ │ │ │ │ └── is-posix-bracket@0.1.1 deduped
│ │ │ │ │ │ ├─┬ extglob@0.3.2
│ │ │ │ │ │ │ └── is-extglob@1.0.0 deduped
│ │ │ │ │ │ ├── filename-regex@2.0.1 deduped
│ │ │ │ │ │ ├── is-extglob@1.0.0 deduped
│ │ │ │ │ │ ├─┬ is-glob@2.0.1
│ │ │ │ │ │ │ └── is-extglob@1.0.0 deduped
│ │ │ │ │ │ ├─┬ kind-of@3.2.2
│ │ │ │ │ │ │ └── is-buffer@1.1.6 deduped
│ │ │ │ │ │ ├── normalize-path@2.1.1 deduped
│ │ │ │ │ │ ├── object.omit@2.0.1 deduped
│ │ │ │ │ │ ├── parse-glob@3.0.4 deduped
│ │ │ │ │ │ └── regex-cache@0.4.4 deduped
│ │ │ │ │ ├── slash@1.0.0 deduped
│ │ │ │ │ └── stack-utils@1.0.1 deduped
│ │ │ │ ├─┬ jest-snapshot@22.4.3
│ │ │ │ │ ├── chalk@2.4.2 deduped
│ │ │ │ │ ├── jest-diff@22.4.3 deduped
│ │ │ │ │ ├── jest-matcher-utils@22.4.3 deduped
│ │ │ │ │ ├── mkdirp@0.5.1 deduped
│ │ │ │ │ ├── natural-compare@1.4.0 deduped
│ │ │ │ │ └── pretty-format@22.4.3 deduped
│ │ │ │ ├── jest-util@22.4.3 deduped
│ │ │ │ └── source-map-support@0.5.16 deduped
│ │ │ ├── jest-regex-util@22.4.3
│ │ │ ├─┬ jest-resolve@22.4.3
│ │ │ │ ├── browser-resolve@1.11.3 deduped
│ │ │ │ └── chalk@2.4.2 deduped
│ │ │ ├─┬ jest-util@22.4.3
│ │ │ │ ├── callsites@2.0.0 deduped
│ │ │ │ ├── chalk@2.4.2 deduped
│ │ │ │ ├── graceful-fs@4.1.11 deduped
│ │ │ │ ├── is-ci@1.1.0 deduped
│ │ │ │ ├── jest-message-util@22.4.3 deduped
│ │ │ │ ├── mkdirp@0.5.1 deduped
│ │ │ │ └── source-map@0.6.1 deduped
│ │ │ ├── jest-validate@22.4.3 deduped
│ │ │ └── pretty-format@22.4.3 deduped
│ │ ├── jest-get-type@22.4.3 deduped
│ │ ├── leven@2.1.0 deduped
│ │ └─┬ pretty-format@22.4.3
│ │   ├── ansi-regex@3.0.0 deduped
│ │   └── ansi-styles@3.2.1 deduped
│ ├─┬ listr@0.13.0
│ │ ├─┬ chalk@1.1.3
│ │ │ ├── ansi-styles@2.2.1
│ │ │ ├── escape-string-regexp@1.0.5 deduped
│ │ │ ├── has-ansi@2.0.0 deduped
│ │ │ ├── strip-ansi@3.0.1 deduped
│ │ │ └── supports-color@2.0.0
│ │ ├─┬ cli-truncate@0.2.1
│ │ │ ├── slice-ansi@0.0.4
│ │ │ └─┬ string-width@1.0.2
│ │ │   ├── code-point-at@1.1.0 deduped
│ │ │   ├─┬ is-fullwidth-code-point@1.0.0
│ │ │   │ └── number-is-nan@1.0.1 deduped
│ │ │   └── strip-ansi@3.0.1 deduped
│ │ ├─┬ figures@1.7.0
│ │ │ ├── escape-string-regexp@1.0.5 deduped
│ │ │ └── object-assign@4.1.1 deduped
│ │ ├─┬ indent-string@2.1.0
│ │ │ └─┬ repeating@2.0.1
│ │ │   └─┬ is-finite@1.0.2
│ │ │     └── number-is-nan@1.0.1 deduped
│ │ ├─┬ is-observable@0.2.0
│ │ │ └── symbol-observable@0.2.4
│ │ ├── is-promise@2.1.0 deduped
│ │ ├── is-stream@1.1.0 deduped
│ │ ├── listr-silent-renderer@1.1.1
│ │ ├─┬ listr-update-renderer@0.4.0
│ │ │ ├─┬ chalk@1.1.3
│ │ │ │ ├── ansi-styles@2.2.1
│ │ │ │ ├── escape-string-regexp@1.0.5 deduped
│ │ │ │ ├── has-ansi@2.0.0 deduped
│ │ │ │ ├── strip-ansi@3.0.1 deduped
│ │ │ │ └── supports-color@2.0.0
│ │ │ ├── cli-truncate@0.2.1 deduped
│ │ │ ├── elegant-spinner@1.0.1
│ │ │ ├── figures@1.7.0 deduped
│ │ │ ├── indent-string@3.2.0 deduped
│ │ │ ├─┬ log-symbols@1.0.2
│ │ │ │ └── chalk@1.1.3 deduped
│ │ │ ├── log-update@1.0.2 deduped
│ │ │ └── strip-ansi@3.0.1 deduped
│ │ ├─┬ listr-verbose-renderer@0.4.1
│ │ │ ├─┬ chalk@1.1.3
│ │ │ │ ├── ansi-styles@2.2.1
│ │ │ │ ├── escape-string-regexp@1.0.5 deduped
│ │ │ │ ├── has-ansi@2.0.0 deduped
│ │ │ │ ├── strip-ansi@3.0.1 deduped
│ │ │ │ └── supports-color@2.0.0
│ │ │ ├─┬ cli-cursor@1.0.2
│ │ │ │ └─┬ restore-cursor@1.0.1
│ │ │ │   ├── exit-hook@1.1.1
│ │ │ │   └── onetime@1.1.0
│ │ │ ├── date-fns@1.29.0
│ │ │ └── figures@1.7.0 deduped
│ │ ├─┬ log-symbols@1.0.2
│ │ │ └── chalk@1.1.3 deduped
│ │ ├─┬ log-update@1.0.2
│ │ │ ├── ansi-escapes@1.4.0
│ │ │ └─┬ cli-cursor@1.0.2
│ │ │   └─┬ restore-cursor@1.0.1
│ │ │     ├── exit-hook@1.1.1 deduped
│ │ │     └── onetime@1.1.0
│ │ ├─┬ ora@0.2.3
│ │ │ ├── chalk@1.1.3 deduped
│ │ │ ├─┬ cli-cursor@1.0.2
│ │ │ │ └─┬ restore-cursor@1.0.1
│ │ │ │   ├── exit-hook@1.1.1 deduped
│ │ │ │   └── onetime@1.1.0
│ │ │ ├── cli-spinners@0.1.2
│ │ │ └── object-assign@4.1.1 deduped
│ │ ├── p-map@1.2.0 deduped
│ │ ├── rxjs@5.5.10 deduped
│ │ ├─┬ stream-to-observable@0.2.0
│ │ │ └── any-observable@0.2.0
│ │ └── strip-ansi@3.0.1 deduped
│ ├── lodash@4.17.10
│ ├─┬ log-symbols@2.2.0
│ │ └── chalk@2.4.2 deduped
│ ├─┬ micromatch@3.1.10
│ │ ├── arr-diff@4.0.0
│ │ ├── array-unique@0.3.2
│ │ ├── braces@2.3.2 deduped
│ │ ├─┬ define-property@2.0.2
│ │ │ ├─┬ is-descriptor@1.0.2
│ │ │ │ ├─┬ is-accessor-descriptor@1.0.0
│ │ │ │ │ └── kind-of@6.0.2
│ │ │ │ ├─┬ is-data-descriptor@1.0.0
│ │ │ │ │ └── kind-of@6.0.2
│ │ │ │ └── kind-of@6.0.2
│ │ │ └── isobject@3.0.1 deduped
│ │ ├─┬ extend-shallow@3.0.2
│ │ │ ├── assign-symbols@1.0.0
│ │ │ └─┬ is-extendable@1.0.1
│ │ │   └── is-plain-object@2.0.4 deduped
│ │ ├─┬ extglob@2.0.4
│ │ │ ├── array-unique@0.3.2 deduped
│ │ │ ├─┬ define-property@1.0.0
│ │ │ │ └── is-descriptor@1.0.2 deduped
│ │ │ ├─┬ expand-brackets@2.1.4
│ │ │ │ ├─┬ debug@2.6.9
│ │ │ │ │ └── ms@2.0.0
│ │ │ │ ├─┬ define-property@0.2.5
│ │ │ │ │ └─┬ is-descriptor@0.1.6
│ │ │ │ │   ├─┬ is-accessor-descriptor@0.1.6
│ │ │ │ │   │ └─┬ kind-of@3.2.2
│ │ │ │ │   │   └── is-buffer@1.1.6 deduped
│ │ │ │ │   ├─┬ is-data-descriptor@0.1.4
│ │ │ │ │   │ └─┬ kind-of@3.2.2
│ │ │ │ │   │   └── is-buffer@1.1.6 deduped
│ │ │ │ │   └── kind-of@5.1.0
│ │ │ │ ├─┬ extend-shallow@2.0.1
│ │ │ │ │ └── is-extendable@0.1.1
│ │ │ │ ├── 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.2
│ │ ├─┬ nanomatch@1.2.9
│ │ │ ├── arr-diff@4.0.0 deduped
│ │ │ ├── array-unique@0.3.2 deduped
│ │ │ ├─┬ define-property@2.0.2
│ │ │ │ ├── is-descriptor@1.0.2 deduped
│ │ │ │ └── isobject@3.0.1 deduped
│ │ │ ├─┬ extend-shallow@3.0.2
│ │ │ │ ├── assign-symbols@1.0.0 deduped
│ │ │ │ └─┬ is-extendable@1.0.1
│ │ │ │   └── is-plain-object@2.0.4 deduped
│ │ │ ├── fragment-cache@0.2.1 deduped
│ │ │ ├─┬ is-odd@2.0.0
│ │ │ │ └── is-number@4.0.0
│ │ │ ├── is-windows@1.0.2
│ │ │ ├── kind-of@6.0.2
│ │ │ ├── object.pick@1.3.0 deduped
│ │ │ ├── regex-not@1.0.2 deduped
│ │ │ ├── snapdragon@0.8.2 deduped
│ │ │ └── to-regex@3.0.2 deduped
│ │ ├─┬ object.pick@1.3.0
│ │ │ └── isobject@3.0.1 deduped
│ │ ├─┬ regex-not@1.0.2
│ │ │ ├─┬ extend-shallow@3.0.2
│ │ │ │ ├── assign-symbols@1.0.0 deduped
│ │ │ │ └─┬ is-extendable@1.0.1
│ │ │ │   └── is-plain-object@2.0.4 deduped
│ │ │ └─┬ safe-regex@1.1.0
│ │ │   └── ret@0.1.15 deduped
│ │ ├─┬ snapdragon@0.8.2
│ │ │ ├─┬ base@0.11.2
│ │ │ │ ├─┬ cache-base@1.0.1
│ │ │ │ │ ├─┬ collection-visit@1.0.0
│ │ │ │ │ │ ├─┬ map-visit@1.0.0
│ │ │ │ │ │ │ └── object-visit@1.0.1 deduped
│ │ │ │ │ │ └─┬ object-visit@1.0.1
│ │ │ │ │ │   └── isobject@3.0.1 deduped
│ │ │ │ │ ├── component-emitter@1.2.1 deduped
│ │ │ │ │ ├── get-value@2.0.6
│ │ │ │ │ ├─┬ has-value@1.0.0
│ │ │ │ │ │ ├── get-value@2.0.6 deduped
│ │ │ │ │ │ ├─┬ has-values@1.0.0
│ │ │ │ │ │ │ ├── is-number@3.0.0 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.0
│ │ │ │ │ │ ├── extend-shallow@2.0.1 deduped
│ │ │ │ │ │ ├── is-extendable@0.1.1 deduped
│ │ │ │ │ │ ├── is-plain-object@2.0.4 deduped
│ │ │ │ │ │ └── split-string@3.1.0 deduped
│ │ │ │ │ ├─┬ to-object-path@0.3.0
│ │ │ │ │ │ └── kind-of@3.2.2 deduped
│ │ │ │ │ ├─┬ union-value@1.0.0
│ │ │ │ │ │ ├── arr-union@3.1.0 deduped
│ │ │ │ │ │ ├── get-value@2.0.6 deduped
│ │ │ │ │ │ ├── is-extendable@0.1.1 deduped
│ │ │ │ │ │ └─┬ set-value@0.4.3
│ │ │ │ │ │   ├── extend-shallow@2.0.1 deduped
│ │ │ │ │ │   ├── is-extendable@0.1.1 deduped
│ │ │ │ │ │   ├── is-plain-object@2.0.4 deduped
│ │ │ │ │ │   └── to-object-path@0.3.0 deduped
│ │ │ │ │ └─┬ unset-value@1.0.0
│ │ │ │ │   ├─┬ has-value@0.3.1
│ │ │ │ │   │ ├── get-value@2.0.6 deduped
│ │ │ │ │   │ ├── has-values@0.1.4
│ │ │ │ │   │ └─┬ isobject@2.1.0
│ │ │ │ │   │   └── isarray@1.0.0 deduped
│ │ │ │ │   └── isobject@3.0.1 deduped
│ │ │ │ ├─┬ class-utils@0.3.6
│ │ │ │ │ ├── arr-union@3.1.0
│ │ │ │ │ ├── define-property@0.2.5 deduped
│ │ │ │ │ ├── isobject@3.0.1 deduped
│ │ │ │ │ └─┬ static-extend@0.1.2
│ │ │ │ │   ├── define-property@0.2.5 deduped
│ │ │ │ │   └─┬ object-copy@0.1.0
│ │ │ │ │     ├── copy-descriptor@0.1.1
│ │ │ │ │     ├── define-property@0.2.5 deduped
│ │ │ │ │     └── kind-of@3.2.2 deduped
│ │ │ │ ├── component-emitter@1.2.1
│ │ │ │ ├─┬ define-property@1.0.0
│ │ │ │ │ └── is-descriptor@1.0.2 deduped
│ │ │ │ ├── isobject@3.0.1 deduped
│ │ │ │ ├─┬ mixin-deep@1.3.1
│ │ │ │ │ ├── for-in@1.0.2 deduped
│ │ │ │ │ └─┬ is-extendable@1.0.1
│ │ │ │ │   └── is-plain-object@2.0.4 deduped
│ │ │ │ └── pascalcase@0.1.1
│ │ │ ├── debug@2.6.9 deduped
│ │ │ ├─┬ define-property@0.2.5
│ │ │ │ └─┬ is-descriptor@0.1.6
│ │ │ │   ├─┬ is-accessor-descriptor@0.1.6
│ │ │ │   │ └─┬ kind-of@3.2.2
│ │ │ │   │   └── is-buffer@1.1.6 deduped
│ │ │ │   ├─┬ is-data-descriptor@0.1.4
│ │ │ │   │ └─┬ kind-of@3.2.2
│ │ │ │   │   └── is-buffer@1.1.6 deduped
│ │ │ │   └── kind-of@5.1.0
│ │ │ ├── extend-shallow@2.0.1 deduped
│ │ │ ├── map-cache@0.2.2 deduped
│ │ │ ├── source-map@0.5.7
│ │ │ ├─┬ source-map-resolve@0.5.1
│ │ │ │ ├── atob@2.1.2 deduped
│ │ │ │ ├── decode-uri-component@0.2.0 deduped
│ │ │ │ ├── resolve-url@0.2.1 deduped
│ │ │ │ ├── source-map-url@0.4.0 deduped
│ │ │ │ └── urix@0.1.0 deduped
│ │ │ └─┬ use@3.1.0
│ │ │   └── kind-of@6.0.2
│ │ └─┬ to-regex@3.0.2
│ │   ├─┬ define-property@2.0.2
│ │   │ ├── is-descriptor@1.0.2 deduped
│ │   │ └── isobject@3.0.1 deduped
│ │   ├─┬ extend-shallow@3.0.2
│ │   │ ├── assign-symbols@1.0.0 deduped
│ │   │ └─┬ is-extendable@1.0.1
│ │   │   └── is-plain-object@2.0.4 deduped
│ │   ├── regex-not@1.0.2 deduped
│ │   └── safe-regex@1.1.0 deduped
│ ├─┬ npm-which@3.0.1
│ │ ├── commander@2.12.2 deduped
│ │ ├─┬ npm-path@2.0.4
│ │ │ └── which@1.3.0 deduped
│ │ └── which@1.3.0 deduped
│ ├── p-map@1.2.0
│ ├── path-is-inside@1.0.2
│ ├── pify@3.0.0
│ ├── please-upgrade-node@3.0.1
│ ├── staged-git-files@1.1.1
│ ├── string-argv@0.0.2
│ └─┬ stringify-object@3.2.2
│   ├── get-own-enumerable-property-symbols@2.0.1
│   ├── is-obj@1.0.1
│   └── is-regexp@1.0.0
├── lodash@4.17.4
├─┬ lokalise@0.0.8
│ ├── babel-polyfill@6.26.0 deduped
│ ├── fs-extra@8.1.0 deduped
│ ├─┬ glob-promise@3.4.0
│ │ └── @types/glob@7.1.1 deduped
│ ├── lodash@4.17.10
│ ├── mustache@3.1.0
│ ├── request@2.88.0 deduped
│ ├─┬ unzip-stream@0.3.0
│ │ ├── binary@0.3.0 deduped
│ │ └── mkdirp@0.5.1 deduped
│ └─┬ util.promisify@1.0.0
│   ├── define-properties@1.1.3 deduped
│   └─┬ object.getownpropertydescriptors@2.0.3
│     ├── define-properties@1.1.3 deduped
│     └── es-abstract@1.17.4 deduped
├─┬ mailosaur@5.0.3
│ ├── UNMET PEER DEPENDENCY moment@2.22.2 deduped
│ └── request@2.88.0 deduped
├─┬ material-ui-chip-input@1.1.0
│ ├── classnames@2.2.5
│ └── prop-types@15.7.2 deduped
├── mobile-detect@1.4.0
├── UNMET PEER DEPENDENCY moment@2.22.2
├─┬ morgan@1.9.0
│ ├─┬ basic-auth@2.0.0
│ │ └── safe-buffer@5.1.1
│ ├── debug@2.6.9 deduped
│ ├── depd@1.1.2 deduped
│ ├── on-finished@2.3.0 deduped
│ └── on-headers@1.0.1
├── node-pre-gyp@0.10.3 extraneous
├── prettier@1.12.0
├─┬ prettier-standard@8.0.1
│ ├── @sheerun/eslint-config-standard@10.2.1
│ ├─┬ babel-eslint@8.2.3
│ │ ├─┬ @babel/code-frame@7.0.0-beta.44
│ │ │ └─┬ @babel/highlight@7.0.0-beta.44
│ │ │   ├── chalk@2.4.2 deduped
│ │ │   ├── esutils@2.0.2 deduped
│ │ │   └── js-tokens@3.0.2 deduped
│ │ ├─┬ @babel/traverse@7.0.0-beta.44
│ │ │ ├── @babel/code-frame@7.0.0-beta.44 deduped
│ │ │ ├─┬ @babel/generator@7.0.0-beta.44
│ │ │ │ ├── @babel/types@7.0.0-beta.44 deduped
│ │ │ │ ├── jsesc@2.5.1
│ │ │ │ ├── lodash@4.17.4 deduped
│ │ │ │ ├── source-map@0.5.7
│ │ │ │ └── trim-right@1.0.1 deduped
│ │ │ ├─┬ @babel/helper-function-name@7.0.0-beta.44
│ │ │ │ ├─┬ @babel/helper-get-function-arity@7.0.0-beta.44
│ │ │ │ │ └── @babel/types@7.0.0-beta.44 deduped
│ │ │ │ ├─┬ @babel/template@7.0.0-beta.44
│ │ │ │ │ ├── @babel/code-frame@7.0.0-beta.44 deduped
│ │ │ │ │ ├── @babel/types@7.0.0-beta.44 deduped
│ │ │ │ │ ├── babylon@7.0.0-beta.44 deduped
│ │ │ │ │ └── lodash@4.17.4 deduped
│ │ │ │ └── @babel/types@7.0.0-beta.44 deduped
│ │ │ ├─┬ @babel/helper-split-export-declaration@7.0.0-beta.44
│ │ │ │ └── @babel/types@7.0.0-beta.44 deduped
│ │ │ ├── @babel/types@7.0.0-beta.44 deduped
│ │ │ ├── babylon@7.0.0-beta.44 deduped
│ │ │ ├── debug@3.2.6 deduped
│ │ │ ├── globals@11.4.0 deduped
│ │ │ ├── invariant@2.2.4 deduped
│ │ │ └── lodash@4.17.4 deduped
│ │ ├─┬ @babel/types@7.0.0-beta.44
│ │ │ ├── esutils@2.0.2 deduped
│ │ │ ├── lodash@4.17.4 deduped
│ │ │ └── to-fast-properties@2.0.0 deduped
│ │ ├── babylon@7.0.0-beta.44
│ │ ├── eslint-scope@3.7.1 deduped
│ │ └── eslint-visitor-keys@1.0.0 deduped
│ ├─┬ babel-runtime@6.26.0
│ │ ├── core-js@2.6.11
│ │ └── regenerator-runtime@0.11.1
│ ├── chalk@2.4.2 deduped
│ ├── core-js@2.6.11
│ ├─┬ eslint@4.19.1
│ │ ├─┬ ajv@5.5.2
│ │ │ ├── co@4.6.0
│ │ │ ├── fast-deep-equal@1.1.0
│ │ │ ├── fast-json-stable-stringify@2.0.0 deduped
│ │ │ └── json-schema-traverse@0.3.1 deduped
│ │ ├── babel-code-frame@6.26.0 deduped
│ │ ├── chalk@2.4.2 deduped
│ │ ├── concat-stream@1.6.2 deduped
│ │ ├─┬ cross-spawn@5.1.0
│ │ │ ├── lru-cache@4.1.3 deduped
│ │ │ ├── shebang-command@1.2.0 deduped
│ │ │ └── which@1.3.0 deduped
│ │ ├─┬ debug@3.2.6
│ │ │ └── ms@2.1.2 deduped
│ │ ├── doctrine@2.1.0 deduped
│ │ ├── eslint-scope@3.7.1 deduped
│ │ ├── eslint-visitor-keys@1.0.0 deduped
│ │ ├─┬ espree@3.5.4
│ │ │ ├── acorn@5.7.1 deduped
│ │ │ └─┬ acorn-jsx@3.0.1
│ │ │   └── acorn@3.3.0
│ │ ├── esquery@1.0.1 deduped
│ │ ├── esutils@2.0.2 deduped
│ │ ├─┬ file-entry-cache@2.0.0
│ │ │ ├─┬ flat-cache@1.3.0
│ │ │ │ ├── circular-json@0.3.3
│ │ │ │ ├─┬ del@2.2.2
│ │ │ │ │ ├─┬ globby@5.0.0
│ │ │ │ │ │ ├── array-union@1.0.2 deduped
│ │ │ │ │ │ ├── arrify@1.0.1 deduped
│ │ │ │ │ │ ├── glob@7.1.4 deduped
│ │ │ │ │ │ ├── object-assign@4.1.1 deduped
│ │ │ │ │ │ ├── pify@2.3.0 deduped
│ │ │ │ │ │ └── pinkie-promise@2.0.1 deduped
│ │ │ │ │ ├── is-path-cwd@1.0.0 deduped
│ │ │ │ │ ├── is-path-in-cwd@1.0.0 deduped
│ │ │ │ │ ├── object-assign@4.1.1 deduped
│ │ │ │ │ ├── pify@2.3.0 deduped
│ │ │ │ │ ├── pinkie-promise@2.0.1 deduped
│ │ │ │ │ └── rimraf@2.6.2 deduped
│ │ │ │ ├── graceful-fs@4.1.11 deduped
│ │ │ │ └─┬ write@0.2.1
│ │ │ │   └── mkdirp@0.5.1 deduped
│ │ │ └── object-assign@4.1.1 deduped
│ │ ├── functional-red-black-tree@1.0.1 deduped
│ │ ├── glob@7.1.4 deduped
│ │ ├── globals@11.4.0 deduped
│ │ ├── ignore@3.3.8 deduped
│ │ ├── imurmurhash@0.1.4 deduped
│ │ ├─┬ inquirer@3.3.0
│ │ │ ├── ansi-escapes@3.2.0 deduped
│ │ │ ├── chalk@2.4.2 deduped
│ │ │ ├── cli-cursor@2.1.0 deduped
│ │ │ ├── cli-width@2.2.0 deduped
│ │ │ ├─┬ external-editor@2.2.0
│ │ │ │ ├── chardet@0.4.2
│ │ │ │ ├── iconv-lite@0.4.24 deduped
│ │ │ │ └── tmp@0.0.33 deduped
│ │ │ ├─┬ figures@2.0.0
│ │ │ │ └── escape-string-regexp@1.0.5 deduped
│ │ │ ├── lodash@4.17.11
│ │ │ ├── mute-stream@0.0.7 deduped
│ │ │ ├── run-async@2.3.0 deduped
│ │ │ ├── rx-lite@4.0.8
│ │ │ ├─┬ rx-lite-aggregates@4.0.8
│ │ │ │ └── rx-lite@4.0.8 deduped
│ │ │ ├── string-width@2.1.1 deduped
│ │ │ ├─┬ strip-ansi@4.0.0
│ │ │ │ └── ansi-regex@3.0.0 deduped
│ │ │ └── through@2.3.8 deduped
│ │ ├── is-resolvable@1.0.1
│ │ ├─┬ js-yaml@3.11.0
│ │ │ ├── argparse@1.0.9 deduped
│ │ │ └── esprima@4.0.0 deduped
│ │ ├── json-stable-stringify-without-jsonify@1.0.1 deduped
│ │ ├── levn@0.3.0 deduped
│ │ ├── lodash@4.17.4 deduped
│ │ ├── minimatch@3.0.4 deduped
│ │ ├── mkdirp@0.5.1 deduped
│ │ ├── natural-compare@1.4.0 deduped
│ │ ├── optionator@0.8.3 deduped
│ │ ├── path-is-inside@1.0.2 deduped
│ │ ├── pluralize@7.0.0
│ │ ├── progress@2.0.3 deduped
│ │ ├── regexpp@1.1.0
│ │ ├─┬ require-uncached@1.0.3
│ │ │ ├─┬ caller-path@0.1.0
│ │ │ │ └── callsites@0.2.0
│ │ │ └── resolve-from@1.0.1
│ │ ├── semver@5.7.1
│ │ ├─┬ strip-ansi@4.0.0
│ │ │ └── ansi-regex@3.0.0 deduped
│ │ ├── strip-json-comments@2.0.1 deduped
│ │ ├─┬ table@4.0.2
│ │ │ ├── ajv@5.5.2 deduped
│ │ │ ├── ajv-keywords@2.1.1
│ │ │ ├── chalk@2.4.2 deduped
│ │ │ ├── lodash@4.17.4 deduped
│ │ │ ├── slice-ansi@1.0.0 deduped
│ │ │ └── string-width@2.1.1 deduped
│ │ └── text-table@0.2.0 deduped
│ ├─┬ find-up@2.1.0
│ │ └─┬ locate-path@2.0.0
│ │   ├─┬ p-locate@2.0.0
│ │   │ └── p-limit@1.3.0 deduped
│ │   └── path-exists@3.0.0
│ ├── get-stdin@5.0.1
│ ├── glob@7.1.4 deduped
│ ├── ignore@3.3.8 deduped
│ ├── indent-string@3.2.0
│ ├── lodash.memoize@4.1.2 deduped
│ ├─┬ loglevel-colored-level-prefix@1.0.0
│ │ ├─┬ chalk@1.1.3
│ │ │ ├── ansi-styles@2.2.1
│ │ │ ├── escape-string-regexp@1.0.5 deduped
│ │ │ ├── has-ansi@2.0.0 deduped
│ │ │ ├── strip-ansi@3.0.1 deduped
│ │ │ └── supports-color@2.0.0
│ │ └── loglevel@1.6.3 deduped
│ ├─┬ messageformat@1.1.1
│ │ ├─┬ glob@7.0.6
│ │ │ ├── fs.realpath@1.0.0 deduped
│ │ │ ├── inflight@1.0.6 deduped
│ │ │ ├── inherits@2.0.4 deduped
│ │ │ ├── minimatch@3.0.4 deduped
│ │ │ ├── once@1.4.0 deduped
│ │ │ └── path-is-absolute@1.0.1 deduped
│ │ ├─┬ make-plural@4.2.0
│ │ │ └── minimist@1.2.0 deduped
│ │ ├── messageformat-parser@1.1.0
│ │ ├─┬ nopt@3.0.6
│ │ │ └── abbrev@1.1.1
│ │ └── reserved-words@0.1.2
│ ├── minimist@1.2.0
│ ├── prettier@1.9.2
│ ├─┬ prettier-eslint@8.8.1
│ │ ├── babel-runtime@6.26.0 deduped
│ │ ├── common-tags@1.8.0
│ │ ├── dlv@1.1.1
│ │ ├─┬ eslint@4.19.1
│ │ │ ├── ajv@5.5.2 deduped
│ │ │ ├── babel-code-frame@6.26.0 deduped
│ │ │ ├── chalk@2.4.2 deduped
│ │ │ ├── concat-stream@1.6.2 deduped
│ │ │ ├─┬ cross-spawn@5.1.0
│ │ │ │ ├── lru-cache@4.1.3 deduped
│ │ │ │ ├── shebang-command@1.2.0 deduped
│ │ │ │ └── which@1.3.0 deduped
│ │ │ ├─┬ debug@3.2.6
│ │ │ │ └── ms@2.1.2 deduped
│ │ │ ├── doctrine@2.1.0 deduped
│ │ │ ├── eslint-scope@3.7.1 deduped
│ │ │ ├── eslint-visitor-keys@1.0.0 deduped
│ │ │ ├─┬ espree@3.5.4
│ │ │ │ ├── acorn@5.7.1 deduped
│ │ │ │ └─┬ acorn-jsx@3.0.1
│ │ │ │   └── acorn@3.3.0
│ │ │ ├── esquery@1.0.1 deduped
│ │ │ ├── esutils@2.0.2 deduped
│ │ │ ├─┬ file-entry-cache@2.0.0
│ │ │ │ ├─┬ flat-cache@1.3.0
│ │ │ │ │ ├── circular-json@0.3.3 deduped
│ │ │ │ │ ├─┬ del@2.2.2
│ │ │ │ │ │ ├─┬ globby@5.0.0
│ │ │ │ │ │ │ ├── array-union@1.0.2 deduped
│ │ │ │ │ │ │ ├── arrify@1.0.1 deduped
│ │ │ │ │ │ │ ├── glob@7.1.4 deduped
│ │ │ │ │ │ │ ├── object-assign@4.1.1 deduped
│ │ │ │ │ │ │ ├── pify@2.3.0 deduped
│ │ │ │ │ │ │ └── pinkie-promise@2.0.1 deduped
│ │ │ │ │ │ ├── is-path-cwd@1.0.0 deduped
│ │ │ │ │ │ ├── is-path-in-cwd@1.0.0 deduped
│ │ │ │ │ │ ├── object-assign@4.1.1 deduped
│ │ │ │ │ │ ├── pify@2.3.0 deduped
│ │ │ │ │ │ ├── pinkie-promise@2.0.1 deduped
│ │ │ │ │ │ └── rimraf@2.6.2 deduped
│ │ │ │ │ ├── graceful-fs@4.1.11 deduped
│ │ │ │ │ └─┬ write@0.2.1
│ │ │ │ │   └── mkdirp@0.5.1 deduped
│ │ │ │ └── object-assign@4.1.1 deduped
│ │ │ ├── functional-red-black-tree@1.0.1 deduped
│ │ │ ├── glob@7.1.4 deduped
│ │ │ ├── globals@11.4.0 deduped
│ │ │ ├── ignore@3.3.8 deduped
│ │ │ ├── imurmurhash@0.1.4 deduped
│ │ │ ├── inquirer@3.3.0 deduped
│ │ │ ├── is-resolvable@1.0.1 deduped
│ │ │ ├─┬ js-yaml@3.11.0
│ │ │ │ ├── argparse@1.0.9 deduped
│ │ │ │ └── esprima@4.0.0 deduped
│ │ │ ├── json-stable-stringify-without-jsonify@1.0.1 deduped
│ │ │ ├── levn@0.3.0 deduped
│ │ │ ├── lodash@4.17.4 deduped
│ │ │ ├── minimatch@3.0.4 deduped
│ │ │ ├── mkdirp@0.5.1 deduped
│ │ │ ├── natural-compare@1.4.0 deduped
│ │ │ ├── optionator@0.8.3 deduped
│ │ │ ├── path-is-inside@1.0.2 deduped
│ │ │ ├── pluralize@7.0.0 deduped
│ │ │ ├── progress@2.0.3 deduped
│ │ │ ├── regexpp@1.1.0
│ │ │ ├── require-uncached@1.0.3 deduped
│ │ │ ├── semver@5.7.1
│ │ │ ├─┬ strip-ansi@4.0.0
│ │ │ │ └── ansi-regex@3.0.0 deduped
│ │ │ ├── strip-json-comments@2.0.1 deduped
│ │ │ ├─┬ table@4.0.2
│ │ │ │ ├── ajv@5.5.2 deduped
│ │ │ │ ├── ajv-keywords@2.1.1
│ │ │ │ ├── chalk@2.4.2 deduped
│ │ │ │ ├── lodash@4.17.4 deduped
│ │ │ │ ├── slice-ansi@1.0.0 deduped
│ │ │ │ └── string-width@2.1.1 deduped
│ │ │ └── text-table@0.2.0 deduped
│ │ ├── indent-string@3.2.0 deduped
│ │ ├── lodash.merge@4.6.2 deduped
│ │ ├── loglevel-colored-level-prefix@1.0.0 deduped
│ │ ├── prettier@1.12.1
│ │ ├─┬ pretty-format@22.4.3
│ │ │ ├── ansi-regex@3.0.0 deduped
│ │ │ └── ansi-styles@3.2.1 deduped
│ │ ├── require-relative@0.8.7
│ │ ├── typescript@2.8.3
│ │ └─┬ typescript-eslint-parser@11.0.0
│ │   ├── lodash.unescape@4.0.1
│ │   └── semver@5.4.1
│ ├── regenerator-runtime@0.11.1
│ └─┬ rxjs@5.5.10
│   └── symbol-observable@1.0.1
├── raw-loader@0.5.1
├─┬ UNMET PEER DEPENDENCY react@16.9.0
│ ├── loose-envify@1.3.1 deduped
│ ├── object-assign@4.1.1 deduped
│ └── prop-types@15.7.2 deduped
├─┬ react-beautiful-dnd@13.0.0
│ ├─┬ @babel/runtime@7.9.2
│ │ └── regenerator-runtime@0.13.5
│ ├─┬ css-box-model@1.2.0
│ │ └── tiny-invariant@1.1.0
│ ├── memoize-one@5.1.1
│ ├── raf-schd@4.0.2
│ ├─┬ react-redux@7.2.0
│ │ ├── @babel/runtime@7.9.2 deduped
│ │ ├── hoist-non-react-statics@3.3.2 deduped
│ │ ├─┬ loose-envify@1.4.0
│ │ │ └── js-tokens@4.0.0
│ │ ├── prop-types@15.7.2 deduped
│ │ └── react-is@16.12.0 deduped
│ ├─┬ redux@4.0.5
│ │ ├── loose-envify@1.4.0 deduped
│ │ └── symbol-observable@1.2.0 deduped
│ └── use-memo-one@1.1.1
├─┬ react-cookie@1.0.5
│ ├── cookie@0.3.1 deduped
│ ├── is-node@1.0.2
│ └── object-assign@4.1.1 deduped
├─┬ react-dom@16.9.0
│ ├── loose-envify@1.3.1 deduped
│ ├── object-assign@4.1.1 deduped
│ ├── prop-types@15.7.2 deduped
│ └─┬ scheduler@0.15.0
│   ├── loose-envify@1.3.1 deduped
│   └── object-assign@4.1.1 deduped
├─┬ react-dropzone@4.2.3
│ ├── attr-accept@1.1.0
│ └── prop-types@15.7.2 deduped
├── react-flow-types@0.1.1
├─┬ react-helmet@5.2.0
│ ├── deep-equal@1.0.1
│ ├── object-assign@4.1.1 deduped
│ ├── prop-types@15.7.2 deduped
│ └─┬ react-side-effect@1.1.3
│   ├── exenv@1.2.2
│   └── shallowequal@1.1.0
├── react-image-crop@4.0.1
├─┬ react-intl@2.4.0
│ ├── intl-format-cache@2.1.0
│ ├─┬ intl-messageformat@2.2.0
│ │ └── intl-messageformat-parser@1.4.0
│ ├─┬ intl-relativeformat@2.1.0
│ │ └── intl-messageformat@2.2.0 deduped
│ └── invariant@2.2.4 deduped
├─┬ react-intl-redux@2.0.0
│ └── prop-types@15.7.2 deduped
├─┬ react-notification-system-redux@1.2.0
│ ├── prop-types@15.7.2 deduped
│ └─┬ react-notification-system@0.2.16
│   ├── create-react-class@15.6.2 deduped
│   ├── object-assign@4.1.1 deduped
│   └── prop-types@15.7.2 deduped
├─┬ react-redux@5.0.7
│ ├── hoist-non-react-statics@2.5.5
│ ├── invariant@2.2.4 deduped
│ ├── lodash@4.17.10
│ ├── lodash-es@4.17.10
│ ├── loose-envify@1.3.1 deduped
│ └── prop-types@15.7.2 deduped
├─┬ react-router@3.2.0
│ ├─┬ create-react-class@15.6.2
│ │ ├── fbjs@0.8.17 deduped
│ │ ├── loose-envify@1.3.1 deduped
│ │ └── object-assign@4.1.1 deduped
│ ├── history@3.3.0 deduped
│ ├── hoist-non-react-statics@1.2.0
│ ├── invariant@2.2.4 deduped
│ ├── loose-envify@1.3.1 deduped
│ ├── prop-types@15.7.2 deduped
│ └── warning@3.0.0 deduped
├── react-router-redux@4.0.8
├─┬ react-styleguidist@7.0.17
│ ├─┬ @vxna/mini-html-webpack-template@0.1.7
│ │ └── common-tags@1.8.0 deduped
│ ├── acorn@5.7.1
│ ├── ast-types@0.11.5
│ ├─┬ buble@0.19.3
│ │ ├── acorn@5.7.1 deduped
│ │ ├── acorn-dynamic-import@3.0.0 deduped
│ │ ├─┬ acorn-jsx@4.1.1
│ │ │ └── acorn@5.7.1 deduped
│ │ ├── chalk@2.4.2 deduped
│ │ ├─┬ magic-string@0.22.5
│ │ │ └── vlq@0.2.3
│ │ ├── minimist@1.2.0 deduped
│ │ ├── os-homedir@1.0.2
│ │ └── vlq@1.0.0
│ ├── chalk@2.4.2 deduped
│ ├── classnames@2.2.5 deduped
│ ├─┬ clean-webpack-plugin@0.1.19
│ │ └── rimraf@2.6.2 deduped
│ ├── clipboard-copy@2.0.0
│ ├── codemirror@5.38.0
│ ├─┬ common-dir@1.0.1
│ │ └── common-sequence@1.0.2
│ ├─┬ copy-webpack-plugin@4.5.1
│ │ ├─┬ cacache@10.0.4
│ │ │ ├── bluebird@3.5.1
│ │ │ ├── chownr@1.1.2 deduped
│ │ │ ├── glob@7.1.4 deduped
│ │ │ ├── graceful-fs@4.1.11 deduped
│ │ │ ├── lru-cache@4.1.3 deduped
│ │ │ ├─┬ mississippi@2.0.0
│ │ │ │ ├── concat-stream@1.6.2 deduped
│ │ │ │ ├─┬ duplexify@3.6.0
│ │ │ │ │ ├── end-of-stream@1.4.1 deduped
│ │ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ │ ├── readable-stream@2.3.6 deduped
│ │ │ │ │ └── stream-shift@1.0.0
│ │ │ │ ├── end-of-stream@1.4.1 deduped
│ │ │ │ ├─┬ flush-write-stream@1.0.3
│ │ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ │ └── readable-stream@2.3.6 deduped
│ │ │ │ ├─┬ from2@2.3.0
│ │ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ │ └── readable-stream@2.3.6 deduped
│ │ │ │ ├─┬ parallel-transform@1.1.0
│ │ │ │ │ ├── cyclist@0.2.2
│ │ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ │ └── readable-stream@2.3.6 deduped
│ │ │ │ ├─┬ pump@2.0.1
│ │ │ │ │ ├── end-of-stream@1.4.1 deduped
│ │ │ │ │ └── once@1.4.0 deduped
│ │ │ │ ├─┬ pumpify@1.5.1
│ │ │ │ │ ├── duplexify@3.6.0 deduped
│ │ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ │ └── pump@2.0.1 deduped
│ │ │ │ ├─┬ stream-each@1.2.2
│ │ │ │ │ ├── end-of-stream@1.4.1 deduped
│ │ │ │ │ └── stream-shift@1.0.0 deduped
│ │ │ │ └─┬ through2@2.0.3
│ │ │ │   ├── readable-stream@2.3.6 deduped
│ │ │ │   └── xtend@4.0.1 deduped
│ │ │ ├── mkdirp@0.5.1 deduped
│ │ │ ├─┬ move-concurrently@1.0.1
│ │ │ │ ├── aproba@1.2.0
│ │ │ │ ├─┬ copy-concurrently@1.0.5
│ │ │ │ │ ├── aproba@1.2.0 deduped
│ │ │ │ │ ├── fs-write-stream-atomic@1.0.10 deduped
│ │ │ │ │ ├── iferr@0.1.5
│ │ │ │ │ ├── mkdirp@0.5.1 deduped
│ │ │ │ │ ├── rimraf@2.6.2 deduped
│ │ │ │ │ └── run-queue@1.0.3 deduped
│ │ │ │ ├─┬ fs-write-stream-atomic@1.0.10
│ │ │ │ │ ├── graceful-fs@4.1.11 deduped
│ │ │ │ │ ├── iferr@0.1.5 deduped
│ │ │ │ │ ├── imurmurhash@0.1.4 deduped
│ │ │ │ │ └── readable-stream@2.3.6 deduped
│ │ │ │ ├── mkdirp@0.5.1 deduped
│ │ │ │ ├── rimraf@2.6.2 deduped
│ │ │ │ └─┬ run-queue@1.0.3
│ │ │ │   └── aproba@1.2.0 deduped
│ │ │ ├── promise-inflight@1.0.1
│ │ │ ├── rimraf@2.6.2 deduped
│ │ │ ├─┬ ssri@5.3.0
│ │ │ │ └── safe-buffer@5.2.0 deduped
│ │ │ ├─┬ unique-filename@1.1.0
│ │ │ │ └─┬ unique-slug@2.0.0
│ │ │ │   └── imurmurhash@0.1.4 deduped
│ │ │ └── y18n@4.0.0 deduped
│ │ ├─┬ find-cache-dir@1.0.0
│ │ │ ├── commondir@1.0.1 deduped
│ │ │ ├─┬ make-dir@1.1.0
│ │ │ │ └── pify@3.0.0
│ │ │ └── pkg-dir@2.0.0 deduped
│ │ ├─┬ globby@7.1.1
│ │ │ ├── array-union@1.0.2 deduped
│ │ │ ├─┬ dir-glob@2.0.0
│ │ │ │ ├── arrify@1.0.1 deduped
│ │ │ │ └── path-type@3.0.0 deduped
│ │ │ ├── glob@7.1.4 deduped
│ │ │ ├── ignore@3.3.8 deduped
│ │ │ ├── pify@3.0.0
│ │ │ └── slash@1.0.0 deduped
│ │ ├── is-glob@4.0.1 deduped
│ │ ├── loader-utils@1.1.0 deduped
│ │ ├── minimatch@3.0.4 deduped
│ │ ├─┬ p-limit@1.3.0
│ │ │ └── p-try@1.0.0
│ │ └── serialize-javascript@1.5.0
│ ├─┬ css-loader@0.28.11
│ │ ├── babel-code-frame@6.26.0 deduped
│ │ ├── css-selector-tokenizer@0.7.0 deduped
│ │ ├─┬ cssnano@3.10.0
│ │ │ ├─┬ autoprefixer@6.7.7
│ │ │ │ ├─┬ browserslist@1.7.7
│ │ │ │ │ ├── caniuse-db@1.0.30000784 deduped
│ │ │ │ │ └─┬ electron-to-chromium@1.3.30
│ │ │ │ │   └── electron-releases@2.1.0
│ │ │ │ ├── caniuse-db@1.0.30000784
│ │ │ │ ├── normalize-range@0.1.2
│ │ │ │ ├── num2fraction@1.2.2
│ │ │ │ ├── postcss@5.2.18 deduped
│ │ │ │ └── postcss-value-parser@3.3.0 deduped
│ │ │ ├── decamelize@1.2.0 deduped
│ │ │ ├── defined@1.0.0
│ │ │ ├── has@1.0.3 deduped
│ │ │ ├── object-assign@4.1.1 deduped
│ │ │ ├── postcss@5.2.18 deduped
│ │ │ ├─┬ postcss-calc@5.3.1
│ │ │ │ ├── postcss@5.2.18 deduped
│ │ │ │ ├── postcss-message-helpers@2.0.0
│ │ │ │ └─┬ reduce-css-calc@1.3.0
│ │ │ │   ├── balanced-match@0.4.2
│ │ │ │   ├── math-expression-evaluator@1.2.17
│ │ │ │   └─┬ reduce-function-call@1.0.2
│ │ │ │     └── balanced-match@0.4.2 deduped
│ │ │ ├─┬ postcss-colormin@2.2.2
│ │ │ │ ├─┬ colormin@1.1.2
│ │ │ │ │ ├─┬ color@0.11.4
│ │ │ │ │ │ ├── clone@1.0.3 deduped
│ │ │ │ │ │ ├── color-convert@1.9.3 deduped
│ │ │ │ │ │ └─┬ color-string@0.3.0
│ │ │ │ │ │   └── color-name@1.1.4
│ │ │ │ │ ├── css-color-names@0.0.4
│ │ │ │ │ └── has@1.0.3 deduped
│ │ │ │ ├── postcss@5.2.18 deduped
│ │ │ │ └── postcss-value-parser@3.3.0 deduped
│ │ │ ├─┬ postcss-convert-values@2.6.1
│ │ │ │ ├── postcss@5.2.18 deduped
│ │ │ │ └── postcss-value-parser@3.3.0 deduped
│ │ │ ├─┬ postcss-discard-comments@2.0.4
│ │ │ │ └── postcss@5.2.18 deduped
│ │ │ ├─┬ postcss-discard-duplicates@2.1.0
│ │ │ │ └── postcss@5.2.18 deduped
│ │ │ ├─┬ postcss-discard-empty@2.1.0
│ │ │ │ └── postcss@5.2.18 deduped
│ │ │ ├─┬ postcss-discard-overridden@0.1.1
│ │ │ │ └── postcss@5.2.18 deduped
│ │ │ ├─┬ postcss-discard-unused@2.2.3
│ │ │ │ ├── postcss@5.2.18 deduped
│ │ │ │ └── uniqs@2.0.0
│ │ │ ├─┬ postcss-filter-plugins@2.0.2
│ │ │ │ ├── postcss@5.2.18 deduped
│ │ │ │ └─┬ uniqid@4.1.1
│ │ │ │   └── macaddress@0.2.8
│ │ │ ├─┬ postcss-merge-idents@2.1.7
│ │ │ │ ├── has@1.0.3 deduped
│ │ │ │ ├── postcss@5.2.18 deduped
│ │ │ │ └── postcss-value-parser@3.3.0 deduped
│ │ │ ├─┬ postcss-merge-longhand@2.0.2
│ │ │ │ └── postcss@5.2.18 deduped
│ │ │ ├─┬ postcss-merge-rules@2.1.2
│ │ │ │ ├─┬ browserslist@1.7.7
│ │ │ │ │ ├── caniuse-db@1.0.30000784 deduped
│ │ │ │ │ └─┬ electron-to-chromium@1.3.30
│ │ │ │ │   └── electron-releases@2.1.0 deduped
│ │ │ │ ├─┬ caniuse-api@1.6.1
│ │ │ │ │ ├─┬ browserslist@1.7.7
│ │ │ │ │ │ ├── caniuse-db@1.0.30000784 deduped
│ │ │ │ │ │ └─┬ electron-to-chromium@1.3.30
│ │ │ │ │ │   └── electron-releases@2.1.0 deduped
│ │ │ │ │ ├── caniuse-db@1.0.30000784 deduped
│ │ │ │ │ ├── lodash.memoize@4.1.2 deduped
│ │ │ │ │ └── lodash.uniq@4.5.0 deduped
│ │ │ │ ├── postcss@5.2.18 deduped
│ │ │ │ ├─┬ postcss-selector-parser@2.2.3
│ │ │ │ │ ├── flatten@1.0.2
│ │ │ │ │ ├── indexes-of@1.0.1
│ │ │ │ │ └── uniq@1.0.1
│ │ │ │ └── vendors@1.0.1
│ │ │ ├─┬ postcss-minify-font-values@1.0.5
│ │ │ │ ├── object-assign@4.1.1 deduped
│ │ │ │ ├── postcss@5.2.18 deduped
│ │ │ │ └── postcss-value-parser@3.3.0 deduped
│ │ │ ├─┬ postcss-minify-gradients@1.0.5
│ │ │ │ ├── postcss@5.2.18 deduped
│ │ │ │ └── postcss-value-parser@3.3.0 deduped
│ │ │ ├─┬ postcss-minify-params@1.2.2
│ │ │ │ ├── alphanum-sort@1.0.2
│ │ │ │ ├── postcss@5.2.18 deduped
│ │ │ │ ├── postcss-value-parser@3.3.0 deduped
│ │ │ │ └── uniqs@2.0.0 deduped
│ │ │ ├─┬ postcss-minify-selectors@2.1.1
│ │ │ │ ├── alphanum-sort@1.0.2 deduped
│ │ │ │ ├── has@1.0.3 deduped
│ │ │ │ ├── postcss@5.2.18 deduped
│ │ │ │ └── postcss-selector-parser@2.2.3 deduped
│ │ │ ├─┬ postcss-normalize-charset@1.1.1
│ │ │ │ └── postcss@5.2.18 deduped
│ │ │ ├─┬ postcss-normalize-url@3.0.8
│ │ │ │ ├── is-absolute-url@2.1.0
│ │ │ │ ├─┬ normalize-url@1.9.1
│ │ │ │ │ ├── object-assign@4.1.1 deduped
│ │ │ │ │ ├── prepend-http@1.0.4 deduped
│ │ │ │ │ ├── query-string@4.3.4 deduped
│ │ │ │ │ └─┬ sort-keys@1.1.2
│ │ │ │ │   └── is-plain-obj@1.1.0 deduped
│ │ │ │ ├── postcss@5.2.18 deduped
│ │ │ │ └── postcss-value-parser@3.3.0 deduped
│ │ │ ├─┬ postcss-ordered-values@2.2.3
│ │ │ │ ├── postcss@5.2.18 deduped
│ │ │ │ └── postcss-value-parser@3.3.0 deduped
│ │ │ ├─┬ postcss-reduce-idents@2.4.0
│ │ │ │ ├── postcss@5.2.18 deduped
│ │ │ │ └── postcss-value-parser@3.3.0 deduped
│ │ │ ├─┬ postcss-reduce-initial@1.0.1
│ │ │ │ └── postcss@5.2.18 deduped
│ │ │ ├─┬ postcss-reduce-transforms@1.0.4
│ │ │ │ ├── has@1.0.3 deduped
│ │ │ │ ├── postcss@5.2.18 deduped
│ │ │ │ └── postcss-value-parser@3.3.0 deduped
│ │ │ ├─┬ postcss-svgo@2.1.6
│ │ │ │ ├─┬ is-svg@2.1.0
│ │ │ │ │ └── html-comment-regex@1.1.1
│ │ │ │ ├── postcss@5.2.18 deduped
│ │ │ │ ├── postcss-value-parser@3.3.0 deduped
│ │ │ │ └─┬ svgo@0.7.2
│ │ │ │   ├─┬ coa@1.0.4
│ │ │ │   │ └── q@1.5.1
│ │ │ │   ├── colors@1.1.2 deduped
│ │ │ │   ├─┬ csso@2.3.2
│ │ │ │   │ ├─┬ clap@1.2.3
│ │ │ │   │ │ └─┬ chalk@1.1.3
│ │ │ │   │ │   ├── ansi-styles@2.2.1
│ │ │ │   │ │   ├── escape-string-regexp@1.0.5 deduped
│ │ │ │   │ │   ├── has-ansi@2.0.0 deduped
│ │ │ │   │ │   ├── strip-ansi@3.0.1 deduped
│ │ │ │   │ │   └── supports-color@2.0.0
│ │ │ │   │ └── source-map@0.5.7
│ │ │ │   ├─┬ js-yaml@3.7.0
│ │ │ │   │ ├── argparse@1.0.9 deduped
│ │ │ │   │ └── esprima@2.7.3
│ │ │ │   ├── mkdirp@0.5.1 deduped
│ │ │ │   ├── sax@1.2.4 deduped
│ │ │ │   └── whet.extend@0.9.9
│ │ │ ├─┬ postcss-unique-selectors@2.0.2
│ │ │ │ ├── alphanum-sort@1.0.2 deduped
│ │ │ │ ├── postcss@5.2.18 deduped
│ │ │ │ └── uniqs@2.0.0 deduped
│ │ │ ├── postcss-value-parser@3.3.0 deduped
│ │ │ └─┬ postcss-zindex@2.2.0
│ │ │   ├── has@1.0.3 deduped
│ │ │   ├── postcss@5.2.18 deduped
│ │ │   └── uniqs@2.0.0 deduped
│ │ ├── icss-utils@2.1.0 deduped
│ │ ├── loader-utils@1.1.0 deduped
│ │ ├── lodash.camelcase@4.3.0 deduped
│ │ ├── object-assign@4.1.1 deduped
│ │ ├─┬ postcss@5.2.18
│ │ │ ├─┬ chalk@1.1.3
│ │ │ │ ├── ansi-styles@2.2.1
│ │ │ │ ├── escape-string-regexp@1.0.5 deduped
│ │ │ │ ├── has-ansi@2.0.0 deduped
│ │ │ │ ├── strip-ansi@3.0.1 deduped
│ │ │ │ └── supports-color@2.0.0
│ │ │ ├── js-base64@2.4.0
│ │ │ ├── source-map@0.5.7
│ │ │ └─┬ supports-color@3.2.3
│ │ │   └── has-flag@1.0.0
│ │ ├── postcss-modules-extract-imports@1.2.0 deduped
│ │ ├── postcss-modules-local-by-default@1.2.0 deduped
│ │ ├── postcss-modules-scope@1.1.0 deduped
│ │ ├── postcss-modules-values@1.3.0 deduped
│ │ ├── postcss-value-parser@3.3.0 deduped
│ │ └── source-list-map@2.0.0 deduped
│ ├── doctrine@2.1.0 deduped
│ ├── es6-object-assign@1.1.0
│ ├── es6-promise@4.2.5 deduped
│ ├─┬ escodegen@1.9.1
│ │ ├── esprima@3.1.3
│ │ ├── estraverse@4.2.0 deduped
│ │ ├── esutils@2.0.2 deduped
│ │ ├── optionator@0.8.3 deduped
│ │ └── source-map@0.6.1 deduped
│ ├─┬ findup@0.1.5
│ │ ├── colors@0.6.2
│ │ └── commander@2.1.0
│ ├── function.name-polyfill@1.0.6
│ ├─┬ github-slugger@1.2.0
│ │ └── emoji-regex@6.1.1
│ ├── glob@7.1.4 deduped
│ ├─┬ glogg@1.0.1
│ │ └── sparkles@1.0.1
│ ├── highlight.js@9.12.0
│ ├── is-directory@0.3.1
│ ├── javascript-stringify@1.6.0
│ ├─┬ jss@9.8.7
│ │ ├── is-in-browser@1.1.3
│ │ ├── symbol-observable@1.2.0 deduped
│ │ └── warning@3.0.0 deduped
│ ├─┬ jss-camel-case@6.1.0
│ │ └── hyphenate-style-name@1.0.2
│ ├─┬ jss-compose@5.0.0
│ │ └── warning@3.0.0 deduped
│ ├── jss-default-unit@8.0.2
│ ├── jss-global@3.0.0
│ ├─┬ jss-isolate@5.1.0
│ │ └── css-initials@0.2.0
│ ├─┬ jss-nested@6.0.1
│ │ └── warning@3.0.0 deduped
│ ├── leven@2.1.0
│ ├── listify@1.0.0
│ ├── loader-utils@1.1.0 deduped
│ ├── lodash@4.17.10
│ ├── lowercase-keys@1.0.1
│ ├─┬ markdown-to-jsx@6.6.6
│ │ ├── prop-types@15.7.2 deduped
│ │ └── unquote@1.1.1
│ ├─┬ mini-html-webpack-plugin@0.2.3
│ │ └── webpack-sources@1.3.0 deduped
│ ├── minimist@1.2.0 deduped
│ ├─┬ ora@2.1.0
│ │ ├── chalk@2.4.2 deduped
│ │ ├── cli-cursor@2.1.0 deduped
│ │ ├── cli-spinners@1.3.1
│ │ ├── log-symbols@2.2.0 deduped
│ │ ├─┬ strip-ansi@4.0.0
│ │ │ └── ansi-regex@3.0.0 deduped
│ │ └─┬ wcwidth@1.0.1
│ │   └─┬ defaults@1.0.3
│ │     └── clone@1.0.3
│ ├── prop-types@15.7.2 deduped
│ ├─┬ q-i@2.0.1
│ │ ├── ansi-styles@3.2.1 deduped
│ │ ├─┬ is-plain-object@2.0.4
│ │ │ └── isobject@3.0.1 deduped
│ │ └── stringify-object@3.2.2 deduped
│ ├── react-codemirror2@4.3.0
│ ├─┬ react-dev-utils@5.0.1
│ │ ├── address@1.0.3
│ │ ├── babel-code-frame@6.26.0 deduped
│ │ ├─┬ chalk@1.1.3
│ │ │ ├── ansi-styles@2.2.1
│ │ │ ├── escape-string-regexp@1.0.5 deduped
│ │ │ ├── has-ansi@2.0.0 deduped
│ │ │ ├── strip-ansi@3.0.1 deduped
│ │ │ └── supports-color@2.0.0
│ │ ├─┬ cross-spawn@5.1.0
│ │ │ ├── lru-cache@4.1.3 deduped
│ │ │ ├── shebang-command@1.2.0 deduped
│ │ │ └── which@1.3.0 deduped
│ │ ├─┬ detect-port-alt@1.1.6
│ │ │ ├── address@1.0.3 deduped
│ │ │ └── debug@2.6.9 deduped
│ │ ├── escape-string-regexp@1.0.5 deduped
│ │ ├── filesize@3.5.11
│ │ ├─┬ global-modules@1.0.0
│ │ │ ├─┬ global-prefix@1.0.2
│ │ │ │ ├─┬ expand-tilde@2.0.2
│ │ │ │ │ └── homedir-polyfill@1.0.1 deduped
│ │ │ │ ├─┬ homedir-polyfill@1.0.1
│ │ │ │ │ └── parse-passwd@1.0.0
│ │ │ │ ├── ini@1.3.5
│ │ │ │ ├── is-windows@1.0.2 deduped
│ │ │ │ └── which@1.3.0 deduped
│ │ │ ├── is-windows@1.0.2 deduped
│ │ │ └─┬ resolve-dir@1.0.1
│ │ │   ├── expand-tilde@2.0.2 deduped
│ │ │   └── global-modules@1.0.0 deduped
│ │ ├─┬ gzip-size@3.0.0
│ │ │ └── duplexer@0.1.1 deduped
│ │ ├── inquirer@3.3.0 deduped
│ │ ├── is-root@1.0.0
│ │ ├─┬ opn@5.2.0
│ │ │ └── is-wsl@1.1.0 deduped
│ │ ├── react-error-overlay@4.0.0
│ │ ├─┬ recursive-readdir@2.2.1
│ │ │ └─┬ minimatch@3.0.3
│ │ │   └── brace-expansion@1.1.11 deduped
│ │ ├─┬ shell-quote@1.6.1
│ │ │ ├── array-filter@0.0.1
│ │ │ ├── array-map@0.0.0
│ │ │ ├── array-reduce@0.0.0
│ │ │ └── jsonify@0.0.0
│ │ ├─┬ sockjs-client@1.1.4
│ │ │ ├── debug@2.6.9 deduped
│ │ │ ├─┬ eventsource@0.1.6
│ │ │ │ └─┬ original@1.0.1
│ │ │ │   └── url-parse@1.4.7 deduped
│ │ │ ├─┬ faye-websocket@0.11.1
│ │ │ │ └─┬ websocket-driver@0.7.0
│ │ │ │   ├── http-parser-js@0.4.13
│ │ │ │   └── websocket-extensions@0.1.3
│ │ │ ├── inherits@2.0.4 deduped
│ │ │ ├── json3@3.3.2
│ │ │ └── url-parse@1.4.7 deduped
│ │ ├── strip-ansi@3.0.1 deduped
│ │ └── text-table@0.2.0 deduped
│ ├─┬ react-docgen@3.0.0-beta9
│ │ ├── async@2.6.2 deduped
│ │ ├── babel-runtime@6.26.0 deduped
│ │ ├── babylon@7.0.0-beta.31
│ │ ├── commander@2.12.2 deduped
│ │ ├── doctrine@2.1.0 deduped
│ │ ├─┬ node-dir@0.1.17
│ │ │ └── minimatch@3.0.4 deduped
│ │ └─┬ recast@0.12.9
│ │   ├── ast-types@0.10.1
│ │   ├── core-js@2.6.11
│ │   ├── esprima@4.0.0 deduped
│ │   ├── private@0.1.8 deduped
│ │   └── source-map@0.6.1 deduped
│ ├── react-docgen-annotation-resolver@1.0.0
│ ├─┬ react-docgen-displayname-handler@1.0.1
│ │ └─┬ recast@0.12.6
│ │   ├── ast-types@0.9.11
│ │   ├── core-js@2.6.11
│ │   ├── esprima@4.0.0 deduped
│ │   ├── private@0.1.8 deduped
│ │   └── source-map@0.5.7
│ ├─┬ react-group@1.0.6
│ │ └── prop-types@15.7.2 deduped
│ ├─┬ react-icons@2.2.7
│ │ └── react-icon-base@2.1.0
│ ├─┬ remark@9.0.0
│ │ ├─┬ remark-parse@5.0.0
│ │ │ ├── collapse-white-space@1.0.4
│ │ │ ├── is-alphabetical@1.0.2
│ │ │ ├── is-decimal@1.0.2
│ │ │ ├── is-whitespace-character@1.0.2
│ │ │ ├── is-word-character@1.0.2
│ │ │ ├── markdown-escapes@1.0.2
│ │ │ ├─┬ parse-entities@1.1.2
│ │ │ │ ├── character-entities@1.2.2
│ │ │ │ ├── character-entities-legacy@1.1.2
│ │ │ │ ├── character-reference-invalid@1.1.2
│ │ │ │ ├─┬ is-alphanumerical@1.0.2
│ │ │ │ │ ├── is-alphabetical@1.0.2 deduped
│ │ │ │ │ └── is-decimal@1.0.2 deduped
│ │ │ │ ├── is-decimal@1.0.2 deduped
│ │ │ │ └── is-hexadecimal@1.0.2
│ │ │ ├── repeat-string@1.6.1
│ │ │ ├── state-toggle@1.0.1
│ │ │ ├── trim@0.0.1
│ │ │ ├── trim-trailing-lines@1.1.1
│ │ │ ├─┬ unherit@1.1.1
│ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ └── xtend@4.0.1 deduped
│ │ │ ├─┬ unist-util-remove-position@1.1.2
│ │ │ │ └── unist-util-visit@1.3.1 deduped
│ │ │ ├── vfile-location@2.0.3
│ │ │ └── xtend@4.0.1
│ │ ├─┬ remark-stringify@5.0.0
│ │ │ ├── ccount@1.0.3
│ │ │ ├── is-alphanumeric@1.0.0
│ │ │ ├── is-decimal@1.0.2 deduped
│ │ │ ├── is-whitespace-character@1.0.2 deduped
│ │ │ ├── longest-streak@2.0.2
│ │ │ ├── markdown-escapes@1.0.2 deduped
│ │ │ ├── markdown-table@1.1.2
│ │ │ ├─┬ mdast-util-compact@1.0.1
│ │ │ │ ├─┬ unist-util-modify-children@1.1.2
│ │ │ │ │ └── array-iterate@1.1.2
│ │ │ │ └── unist-util-visit@1.3.1 deduped
│ │ │ ├── parse-entities@1.1.2 deduped
│ │ │ ├── repeat-string@1.6.1 deduped
│ │ │ ├── state-toggle@1.0.1 deduped
│ │ │ ├─┬ stringify-entities@1.3.2
│ │ │ │ ├── character-entities-html4@1.1.2
│ │ │ │ ├── character-entities-legacy@1.1.2 deduped
│ │ │ │ ├── is-alphanumerical@1.0.2 deduped
│ │ │ │ └── is-hexadecimal@1.0.2 deduped
│ │ │ ├── unherit@1.1.1 deduped
│ │ │ └── xtend@4.0.1 deduped
│ │ └─┬ unified@6.2.0
│ │   ├── bail@1.0.3
│ │   ├── extend@3.0.1
│ │   ├── is-plain-obj@1.1.0 deduped
│ │   ├── trough@1.0.2
│ │   ├─┬ vfile@2.3.0
│ │   │ ├── is-buffer@1.1.6 deduped
│ │   │ ├── replace-ext@1.0.0
│ │   │ ├── unist-util-stringify-position@1.1.2
│ │   │ └─┬ vfile-message@1.0.1
│ │   │   └── unist-util-stringify-position@1.1.2 deduped
│ │   └── x-is-string@0.1.0
│ ├─┬ style-loader@0.20.3
│ │ ├── loader-utils@1.1.0 deduped
│ │ └── schema-utils@0.4.7 deduped
│ ├─┬ to-ast@1.0.0
│ │ ├── ast-types@0.7.8
│ │ └── esprima@2.7.3
│ ├── type-detect@4.0.8 deduped
│ ├─┬ uglifyjs-webpack-plugin@1.2.4
│ │ ├── cacache@10.0.4 deduped
│ │ ├── find-cache-dir@1.0.0 deduped
│ │ ├── schema-utils@0.4.7 deduped
│ │ ├── serialize-javascript@1.5.0
│ │ ├── source-map@0.6.1 deduped
│ │ ├─┬ uglify-es@3.3.9
│ │ │ ├── commander@2.13.0
│ │ │ └── source-map@0.6.1 deduped
│ │ ├── webpack-sources@1.3.0 deduped
│ │ └─┬ worker-farm@1.6.0
│ │   └── errno@0.1.7 deduped
│ ├─┬ unist-util-visit@1.3.1
│ │ └── unist-util-is@2.1.2
│ ├── UNMET PEER DEPENDENCY webpack@^2.2.0 || ^3.0.0
│ ├─┬ webpack-dev-server@2.11.2
│ │ ├── ansi-html@0.0.7 deduped
│ │ ├── array-includes@3.0.3 deduped
│ │ ├─┬ bonjour@3.5.0
│ │ │ ├── array-flatten@2.1.1
│ │ │ ├── deep-equal@1.0.1 deduped
│ │ │ ├── dns-equal@1.0.0
│ │ │ ├─┬ dns-txt@2.0.2
│ │ │ │ └── buffer-indexof@1.1.1
│ │ │ ├─┬ multicast-dns@6.2.3
│ │ │ │ ├─┬ dns-packet@1.3.1
│ │ │ │ │ ├── ip@1.1.5 deduped
│ │ │ │ │ └── safe-buffer@5.2.0 deduped
│ │ │ │ └── thunky@1.0.2
│ │ │ └── multicast-dns-service-types@1.1.0
│ │ ├─┬ chokidar@2.0.3
│ │ │ ├── anymatch@2.0.0 deduped
│ │ │ ├── async-each@1.0.3 deduped
│ │ │ ├── braces@2.3.2 deduped
│ │ │ ├─┬ fsevents@1.2.4
│ │ │ │ ├── nan@2.14.0 deduped
│ │ │ │ └─┬ node-pre-gyp@0.10.0
│ │ │ │   ├── detect-libc@1.0.3
│ │ │ │   ├─┬ mkdirp@0.5.1
│ │ │ │   │ └── minimist@0.0.8
│ │ │ │   ├─┬ needle@2.2.0
│ │ │ │   │ ├─┬ debug@2.6.9
│ │ │ │   │ │ └── ms@2.0.0
│ │ │ │   │ ├─┬ iconv-lite@0.4.21
│ │ │ │   │ │ └── safer-buffer@2.1.2
│ │ │ │   │ └── sax@1.2.4
│ │ │ │   ├─┬ nopt@4.0.1
│ │ │ │   │ ├── abbrev@1.1.1
│ │ │ │   │ └─┬ osenv@0.1.5
│ │ │ │   │   ├── os-homedir@1.0.2
│ │ │ │   │   └── os-tmpdir@1.0.2
│ │ │ │   ├─┬ npm-packlist@1.1.10
│ │ │ │   │ ├─┬ ignore-walk@3.0.1
│ │ │ │   │ │ └─┬ minimatch@3.0.4
│ │ │ │   │ │   └─┬ brace-expansion@1.1.11
│ │ │ │   │ │     ├── balanced-match@1.0.0
│ │ │ │   │ │     └── concat-map@0.0.1
│ │ │ │   │ └── npm-bundled@1.0.3
│ │ │ │   ├─┬ npmlog@4.1.2
│ │ │ │   │ ├─┬ are-we-there-yet@1.1.4
│ │ │ │   │ │ ├── delegates@1.0.0
│ │ │ │   │ │ └─┬ readable-stream@2.3.6
│ │ │ │   │ │   ├── core-util-is@1.0.2
│ │ │ │   │ │   ├── inherits@2.0.3 deduped
│ │ │ │   │ │   ├── isarray@1.0.0
│ │ │ │   │ │   ├── process-nextick-args@2.0.0
│ │ │ │   │ │   ├── safe-buffer@5.1.1 deduped
│ │ │ │   │ │   ├─┬ string_decoder@1.1.1
│ │ │ │   │ │   │ └── safe-buffer@5.1.1 deduped
│ │ │ │   │ │   └── util-deprecate@1.0.2
│ │ │ │   │ ├── console-control-strings@1.1.0
│ │ │ │   │ ├─┬ gauge@2.7.4
│ │ │ │   │ │ ├── aproba@1.2.0
│ │ │ │   │ │ ├── console-control-strings@1.1.0 deduped
│ │ │ │   │ │ ├── has-unicode@2.0.1
│ │ │ │   │ │ ├── object-assign@4.1.1
│ │ │ │   │ │ ├── signal-exit@3.0.2
│ │ │ │   │ │ ├─┬ string-width@1.0.2
│ │ │ │   │ │ │ ├── code-point-at@1.1.0
│ │ │ │   │ │ │ ├─┬ is-fullwidth-code-point@1.0.0
│ │ │ │   │ │ │ │ └── number-is-nan@1.0.1
│ │ │ │   │ │ │ └── strip-ansi@3.0.1 deduped
│ │ │ │   │ │ ├─┬ strip-ansi@3.0.1
│ │ │ │   │ │ │ └── ansi-regex@2.1.1
│ │ │ │   │ │ └─┬ wide-align@1.1.2
│ │ │ │   │ │   └── string-width@1.0.2 deduped
│ │ │ │   │ └── set-blocking@2.0.0
│ │ │ │   ├─┬ rc@1.2.7
│ │ │ │   │ ├── deep-extend@0.5.1
│ │ │ │   │ ├── ini@1.3.5
│ │ │ │   │ ├── minimist@1.2.0
│ │ │ │   │ └── strip-json-comments@2.0.1
│ │ │ │   ├─┬ rimraf@2.6.2
│ │ │ │   │ └─┬ glob@7.1.2
│ │ │ │   │   ├── fs.realpath@1.0.0
│ │ │ │   │   ├─┬ inflight@1.0.6
│ │ │ │   │   │ ├── once@1.4.0 deduped
│ │ │ │   │   │ └── wrappy@1.0.2
│ │ │ │   │   ├── inherits@2.0.3
│ │ │ │   │   ├── minimatch@3.0.4 deduped
│ │ │ │   │   ├─┬ once@1.4.0
│ │ │ │   │   │ └── wrappy@1.0.2 deduped
│ │ │ │   │   └── path-is-absolute@1.0.1
│ │ │ │   ├── semver@5.5.0
│ │ │ │   └─┬ tar@4.4.1
│ │ │ │     ├── chownr@1.0.1
│ │ │ │     ├─┬ fs-minipass@1.2.5
│ │ │ │     │ └── minipass@2.2.4 deduped
│ │ │ │     ├─┬ minipass@2.2.4
│ │ │ │     │ ├── safe-buffer@5.1.1 deduped
│ │ │ │     │ └── yallist@3.0.2 deduped
│ │ │ │     ├─┬ minizlib@1.1.0
│ │ │ │     │ └── minipass@2.2.4 deduped
│ │ │ │     ├── mkdirp@0.5.1 deduped
│ │ │ │     ├── safe-buffer@5.1.1
│ │ │ │     └── yallist@3.0.2
│ │ │ ├── glob-parent@3.1.0 deduped
│ │ │ ├── inherits@2.0.4 deduped
│ │ │ ├── is-binary-path@1.0.1 deduped
│ │ │ ├── is-glob@4.0.1 deduped
│ │ │ ├── normalize-path@2.1.1 deduped
│ │ │ ├── path-is-absolute@1.0.1 deduped
│ │ │ ├── readdirp@2.2.1 deduped
│ │ │ └── upath@1.2.0 deduped
│ │ ├─┬ compression@1.7.2
│ │ │ ├── accepts@1.3.7 deduped
│ │ │ ├── bytes@3.0.0
│ │ │ ├─┬ compressible@2.0.14
│ │ │ │ └── mime-db@1.34.0
│ │ │ ├── debug@2.6.9 deduped
│ │ │ ├── on-headers@1.0.1 deduped
│ │ │ ├── safe-buffer@5.1.1
│ │ │ └── vary@1.1.2 deduped
│ │ ├── connect-history-api-fallback@1.5.0
│ │ ├─┬ debug@3.2.6
│ │ │ └── ms@2.1.2 deduped
│ │ ├─┬ del@3.0.0
│ │ │ ├── globby@6.1.0 deduped
│ │ │ ├── is-path-cwd@1.0.0
│ │ │ ├─┬ is-path-in-cwd@1.0.0
│ │ │ │ └─┬ is-path-inside@1.0.1
│ │ │ │   └── path-is-inside@1.0.2 deduped
│ │ │ ├── p-map@1.2.0 deduped
│ │ │ ├── pify@3.0.0
│ │ │ └── rimraf@2.6.2 deduped
│ │ ├── express@4.17.1 deduped
│ │ ├── html-entities@1.2.1 deduped
│ │ ├─┬ http-proxy-middleware@0.17.4
│ │ │ ├─┬ http-proxy@1.17.0
│ │ │ │ ├── eventemitter3@3.1.0
│ │ │ │ ├─┬ follow-redirects@1.5.0
│ │ │ │ │ └─┬ debug@3.2.6
│ │ │ │ │   └── ms@2.1.2 deduped
│ │ │ │ └── requires-port@1.0.0 deduped
│ │ │ ├─┬ is-glob@3.1.0
│ │ │ │ └── is-extglob@2.1.1
│ │ │ ├── lodash@4.17.10
│ │ │ └── micromatch@2.3.11 deduped
│ │ ├── import-local@1.0.0 deduped
│ │ ├─┬ internal-ip@1.2.0
│ │ │ └─┬ meow@3.7.0
│ │ │   ├─┬ camelcase-keys@2.1.0
│ │ │   │ ├── camelcase@2.1.1
│ │ │   │ └── map-obj@1.0.1 deduped
│ │ │   ├── decamelize@1.2.0 deduped
│ │ │   ├── loud-rejection@1.6.0 deduped
│ │ │   ├── map-obj@1.0.1 deduped
│ │ │   ├── minimist@1.2.0 deduped
│ │ │   ├── normalize-package-data@2.4.0 deduped
│ │ │   ├── object-assign@4.1.1 deduped
│ │ │   ├── read-pkg-up@1.0.1 deduped
│ │ │   ├─┬ redent@1.0.0
│ │ │   │ ├─┬ indent-string@2.1.0
│ │ │   │ │ └── repeating@2.0.1 deduped
│ │ │   │ └─┬ strip-indent@1.0.1
│ │ │   │   └── get-stdin@4.0.1
│ │ │   └── trim-newlines@1.0.0
│ │ ├── ip@1.1.5
│ │ ├── killable@1.0.0
│ │ ├── loglevel@1.6.3 deduped
│ │ ├─┬ opn@5.3.0
│ │ │ └── is-wsl@1.1.0 deduped
│ │ ├─┬ portfinder@1.0.13
│ │ │ ├── async@1.5.2
│ │ │ ├── debug@2.6.9 deduped
│ │ │ └── mkdirp@0.5.1 deduped
│ │ ├─┬ selfsigned@1.10.3
│ │ │ └── node-forge@0.7.5
│ │ ├─┬ serve-index@1.9.1
│ │ │ ├── accepts@1.3.7 deduped
│ │ │ ├── batch@0.6.1
│ │ │ ├── debug@2.6.9 deduped
│ │ │ ├── escape-html@1.0.3 deduped
│ │ │ ├─┬ http-errors@1.6.2
│ │ │ │ ├── depd@1.1.1
│ │ │ │ ├── inherits@2.0.3
│ │ │ │ ├── setprototypeof@1.0.3
│ │ │ │ └── statuses@1.5.0 deduped
│ │ │ ├── mime-types@2.1.22 deduped
│ │ │ └── parseurl@1.3.3 deduped
│ │ ├─┬ sockjs@0.3.19
│ │ │ ├─┬ faye-websocket@0.10.0
│ │ │ │ └── websocket-driver@0.7.0 deduped
│ │ │ └── uuid@3.2.1
│ │ ├── sockjs-client@1.1.4 deduped
│ │ ├─┬ spdy@3.4.7
│ │ │ ├── debug@2.6.9 deduped
│ │ │ ├── handle-thing@1.2.5
│ │ │ ├── http-deceiver@1.2.7
│ │ │ ├── safe-buffer@5.2.0 deduped
│ │ │ ├── select-hose@2.0.0
│ │ │ └─┬ spdy-transport@2.1.0
│ │ │   ├── debug@2.6.9 deduped
│ │ │   ├── detect-node@2.0.3
│ │ │   ├─┬ hpack.js@2.1.6
│ │ │   │ ├── inherits@2.0.4 deduped
│ │ │   │ ├── obuf@1.1.2 deduped
│ │ │   │ ├── readable-stream@2.3.6 deduped
│ │ │   │ └── wbuf@1.7.3 deduped
│ │ │   ├── obuf@1.1.2
│ │ │   ├── readable-stream@2.3.6 deduped
│ │ │   ├── safe-buffer@5.2.0 deduped
│ │ │   └─┬ wbuf@1.7.3
│ │ │     └── minimalistic-assert@1.0.0
│ │ ├── strip-ansi@3.0.1 deduped
│ │ ├── supports-color@5.5.0 deduped
│ │ ├── UNMET PEER DEPENDENCY webpack@^1.0.0 || ^2.0.0 || ^3.0.0
│ │ ├─┬ webpack-dev-middleware@1.12.2
│ │ │ ├── memory-fs@0.4.1 deduped
│ │ │ ├── mime@1.6.0 deduped
│ │ │ ├── path-is-absolute@1.0.1 deduped
│ │ │ ├── range-parser@1.2.1 deduped
│ │ │ └── time-stamp@2.0.0
│ │ └─┬ yargs@6.6.0
│ │   ├── camelcase@3.0.0 deduped
│ │   ├─┬ cliui@3.2.0
│ │   │ ├── string-width@1.0.2 deduped
│ │   │ ├── strip-ansi@3.0.1 deduped
│ │   │ └── wrap-ansi@2.1.0 deduped
│ │   ├── decamelize@1.2.0 deduped
│ │   ├── get-caller-file@1.0.2 deduped
│ │   ├─┬ os-locale@1.4.0
│ │   │ └─┬ lcid@1.0.0
│ │   │   └── invert-kv@1.0.0
│ │   ├── read-pkg-up@1.0.1 deduped
│ │   ├── require-directory@2.1.1 deduped
│ │   ├── require-main-filename@1.0.1 deduped
│ │   ├── set-blocking@2.0.0 deduped
│ │   ├─┬ string-width@1.0.2
│ │   │ ├── code-point-at@1.1.0 deduped
│ │   │ ├─┬ is-fullwidth-code-point@1.0.0
│ │   │ │ └── number-is-nan@1.0.1 deduped
│ │   │ └── strip-ansi@3.0.1 deduped
│ │   ├── which-module@1.0.0
│ │   ├── y18n@3.2.1
│ │   └─┬ yargs-parser@4.2.1
│ │     └── camelcase@3.0.0 deduped
│ └─┬ webpack-merge@4.1.2
│   └── lodash@4.17.10
├─┬ react-test-renderer@16.12.0
│ ├── object-assign@4.1.1 deduped
│ ├── prop-types@15.7.2 deduped
│ ├── react-is@16.12.0 deduped
│ └─┬ scheduler@0.18.0
│   ├── loose-envify@1.3.1 deduped
│   └── object-assign@4.1.1 deduped
├─┬ react-typeform-embed@0.2.1
│ └─┬ @typeform/embed@0.10.0
│   ├── classnames@2.2.5 deduped
│   ├── core-js@3.6.4 deduped
│   ├─┬ create-emotion@9.1.2
│   │ ├── @emotion/hash@0.6.2
│   │ ├── @emotion/memoize@0.6.1
│   │ ├── @emotion/stylis@0.6.5
│   │ ├── @emotion/unitless@0.6.2
│   │ ├── stylis@3.5.0 deduped
│   │ └── stylis-rule-sheet@0.0.10 deduped
│   ├─┬ create-emotion-styled@9.1.2
│   │ └─┬ @emotion/is-prop-valid@0.6.1
│   │   └── @emotion/memoize@0.6.1 deduped
│   ├── custom-event@1.0.1
│   ├── fetch-jsonp@1.1.3
│   ├── is-url@1.2.4
│   ├── preact@8.2.7
│   ├─┬ preact-compat@3.18.0
│   │ ├─┬ immutability-helper@2.6.6
│   │ │ └── invariant@2.2.4 deduped
│   │ ├─┬ preact-render-to-string@3.7.0
│   │ │ └── pretty-format@3.8.0
│   │ ├── preact-transition-group@1.1.1
│   │ ├── prop-types@15.7.2 deduped
│   │ └── standalone-react-addons-pure-render-mixin@0.1.1
│   ├── prop-types@15.7.2 deduped
│   ├── scrollbar-width@3.1.1
│   ├── spin.js@2.3.2
│   ├── tinycolor2@1.4.1
│   ├── url-parse@1.4.7 deduped
│   └── webfontloader@1.6.28
├─┬ react-ultimate-pagination@1.2.0
│ ├── prop-types@15.7.2 deduped
│ └── ultimate-pagination@1.0.0
├─┬ UNMET PEER DEPENDENCY recompose@0.23.5
│ ├── change-emitter@0.1.6
│ ├── fbjs@0.8.17 deduped
│ ├── hoist-non-react-statics@1.2.0
│ └── symbol-observable@1.2.0
├─┬ redux@3.7.2
│ ├── lodash@4.17.4 deduped
│ ├── lodash-es@4.17.10 deduped
│ ├── loose-envify@1.3.1 deduped
│ └── symbol-observable@1.2.0 deduped
├─┬ redux-form@7.4.2
│ ├── es6-error@4.1.1
│ ├── hoist-non-react-statics@2.5.5
│ ├── invariant@2.2.4 deduped
│ ├── is-promise@2.1.0
│ ├── lodash@4.17.10
│ ├── lodash-es@4.17.10 deduped
│ ├── prop-types@15.7.2 deduped
│ └── react-lifecycles-compat@3.0.4
├── redux-promise-middleware@4.4.2
├── redux-thunk@2.2.0
├── regenerator-runtime@0.10.5
├── serialize-javascript@2.1.2
├── smoothscroll@0.3.0
├─┬ styled-components@4.4.1
│ ├── @babel/helper-module-imports@7.8.3 deduped
│ ├── @babel/traverse@7.8.4 deduped
│ ├─┬ @emotion/is-prop-valid@0.8.6
│ │ └── @emotion/memoize@0.7.4
│ ├── @emotion/unitless@0.7.5
│ ├─┬ babel-plugin-styled-components@1.10.7
│ │ ├─┬ @babel/helper-annotate-as-pure@7.0.0
│ │ │ └── @babel/types@7.8.3 deduped
│ │ ├── @babel/helper-module-imports@7.8.3 deduped
│ │ ├── babel-plugin-syntax-jsx@6.18.0 deduped
│ │ └── lodash@4.17.11
│ ├─┬ css-to-react-native@2.3.2
│ │ ├── camelize@1.0.0 deduped
│ │ ├── css-color-keywords@1.0.0
│ │ └── postcss-value-parser@3.3.0 deduped
│ ├── memoize-one@5.1.1 deduped
│ ├─┬ merge-anything@2.4.4
│ │ └── is-what@3.6.0
│ ├── prop-types@15.7.2 deduped
│ ├── react-is@16.12.0 deduped
│ ├── stylis@3.5.0
│ ├── stylis-rule-sheet@0.0.10
│ └─┬ supports-color@5.5.0
│   └── has-flag@3.0.0
├─┬ wdio-chromedriver-service@5.0.2
│ └─┬ fs-extra@0.30.0
│   ├── graceful-fs@4.1.11 deduped
│   ├─┬ jsonfile@2.4.0
│   │ └── graceful-fs@4.1.11 deduped
│   ├─┬ klaw@1.3.1
│   │ └── graceful-fs@4.1.11 deduped
│   ├── path-is-absolute@1.0.1 deduped
│   └── rimraf@2.6.2 deduped
├── wdio-intercept-service@3.1.0
├─┬ webdriverio@5.11.2
│ ├── @wdio/config@5.11.0 deduped
│ ├── @wdio/logger@5.11.0 deduped
│ ├── @wdio/repl@5.11.0 deduped
│ ├─┬ archiver@3.0.0
│ │ ├─┬ archiver-utils@2.0.0
│ │ │ ├── glob@7.1.4 deduped
│ │ │ ├── graceful-fs@4.1.15
│ │ │ ├─┬ lazystream@1.0.0
│ │ │ │ └── readable-stream@2.3.6 deduped
│ │ │ ├── lodash.assign@4.2.0 deduped
│ │ │ ├── lodash.defaults@4.2.0
│ │ │ ├── lodash.difference@4.5.0
│ │ │ ├── lodash.flatten@4.4.0
│ │ │ ├── lodash.isplainobject@4.0.6 deduped
│ │ │ ├── lodash.toarray@4.4.0
│ │ │ ├── lodash.union@4.6.0 deduped
│ │ │ ├── normalize-path@3.0.0
│ │ │ └── readable-stream@2.3.6 deduped
│ │ ├── async@2.6.2 deduped
│ │ ├── buffer-crc32@0.2.13
│ │ ├── glob@7.1.4 deduped
│ │ ├─┬ readable-stream@2.3.6
│ │ │ ├── core-util-is@1.0.2 deduped
│ │ │ ├── inherits@2.0.4 deduped
│ │ │ ├── isarray@1.0.0 deduped
│ │ │ ├── process-nextick-args@2.0.0
│ │ │ ├── safe-buffer@5.1.2
│ │ │ ├─┬ string_decoder@1.1.1
│ │ │ │ └── safe-buffer@5.1.2
│ │ │ └── util-deprecate@1.0.2 deduped
│ │ ├─┬ tar-stream@1.6.2
│ │ │ ├─┬ bl@1.2.2
│ │ │ │ ├── readable-stream@2.3.6 deduped
│ │ │ │ └── safe-buffer@5.2.0 deduped
│ │ │ ├─┬ buffer-alloc@1.2.0
│ │ │ │ ├── buffer-alloc-unsafe@1.1.0
│ │ │ │ └── buffer-fill@1.0.0
│ │ │ ├── end-of-stream@1.4.1 deduped
│ │ │ ├── fs-constants@1.0.0 deduped
│ │ │ ├── readable-stream@2.3.6 deduped
│ │ │ ├── to-buffer@1.1.1
│ │ │ └── xtend@4.0.1 deduped
│ │ └─┬ zip-stream@2.0.1
│ │   ├── archiver-utils@2.0.0 deduped
│ │   ├─┬ compress-commons@1.2.2
│ │   │ ├── buffer-crc32@0.2.13 deduped
│ │   │ ├─┬ crc32-stream@2.0.0
│ │   │ │ ├─┬ crc@3.8.0
│ │   │ │ │ └─┬ buffer@5.2.1
│ │   │ │ │   ├── base64-js@1.2.1 deduped
│ │   │ │ │   └── ieee754@1.1.13 deduped
│ │   │ │ └── readable-stream@2.3.6 deduped
│ │   │ ├── normalize-path@2.1.1 deduped
│ │   │ └── readable-stream@2.3.6 deduped
│ │   └── readable-stream@2.3.6 deduped
│ ├── css-value@0.0.1
│ ├── grapheme-splitter@1.0.4
│ ├── lodash.isobject@3.0.2
│ ├── lodash.isplainobject@4.0.6
│ ├── lodash.merge@4.6.2 deduped
│ ├── lodash.zip@4.2.0
│ ├─┬ resq@1.5.0
│ │ └── fast-deep-equal@2.0.1
│ ├── rgb2hex@0.1.9
│ ├── safe-buffer@5.2.0 deduped
│ ├─┬ serialize-error@4.1.0
│ │ └── type-fest@0.3.1
│ └─┬ webdriver@5.11.0
│   ├── @wdio/config@5.11.0 deduped
│   ├── @wdio/logger@5.11.0 deduped
│   ├── deepmerge@4.0.0 deduped
│   ├── lodash.merge@4.6.2 deduped
│   └── request@2.88.0 deduped
├─┬ webpack@4.23.1
│ ├─┬ @webassemblyjs/ast@1.7.10
│ │ ├── @webassemblyjs/helper-module-context@1.7.10 deduped
│ │ ├── @webassemblyjs/helper-wasm-bytecode@1.7.10
│ │ └─┬ @webassemblyjs/wast-parser@1.7.10
│ │   ├── @webassemblyjs/ast@1.7.10 deduped
│ │   ├── @webassemblyjs/floating-point-hex-parser@1.7.10
│ │   ├── @webassemblyjs/helper-api-error@1.7.10 deduped
│ │   ├─┬ @webassemblyjs/helper-code-frame@1.7.10
│ │   │ └── @webassemblyjs/wast-printer@1.7.10 deduped
│ │   ├── @webassemblyjs/helper-fsm@1.7.10
│ │   └── @xtuc/long@4.2.1
│ ├── @webassemblyjs/helper-module-context@1.7.10
│ ├─┬ @webassemblyjs/wasm-edit@1.7.10
│ │ ├── @webassemblyjs/ast@1.7.10 deduped
│ │ ├── @webassemblyjs/helper-buffer@1.7.10
│ │ ├── @webassemblyjs/helper-wasm-bytecode@1.7.10 deduped
│ │ ├─┬ @webassemblyjs/helper-wasm-section@1.7.10
│ │ │ ├── @webassemblyjs/ast@1.7.10 deduped
│ │ │ ├── @webassemblyjs/helper-buffer@1.7.10 deduped
│ │ │ ├── @webassemblyjs/helper-wasm-bytecode@1.7.10 deduped
│ │ │ └── @webassemblyjs/wasm-gen@1.7.10 deduped
│ │ ├─┬ @webassemblyjs/wasm-gen@1.7.10
│ │ │ ├── @webassemblyjs/ast@1.7.10 deduped
│ │ │ ├── @webassemblyjs/helper-wasm-bytecode@1.7.10 deduped
│ │ │ ├── @webassemblyjs/ieee754@1.7.10 deduped
│ │ │ ├── @webassemblyjs/leb128@1.7.10 deduped
│ │ │ └── @webassemblyjs/utf8@1.7.10 deduped
│ │ ├─┬ @webassemblyjs/wasm-opt@1.7.10
│ │ │ ├── @webassemblyjs/ast@1.7.10 deduped
│ │ │ ├── @webassemblyjs/helper-buffer@1.7.10 deduped
│ │ │ ├── @webassemblyjs/wasm-gen@1.7.10 deduped
│ │ │ └── @webassemblyjs/wasm-parser@1.7.10 deduped
│ │ ├── @webassemblyjs/wasm-parser@1.7.10 deduped
│ │ └─┬ @webassemblyjs/wast-printer@1.7.10
│ │   ├── @webassemblyjs/ast@1.7.10 deduped
│ │   ├── @webassemblyjs/wast-parser@1.7.10 deduped
│ │   └── @xtuc/long@4.2.1 deduped
│ ├─┬ @webassemblyjs/wasm-parser@1.7.10
│ │ ├── @webassemblyjs/ast@1.7.10 deduped
│ │ ├── @webassemblyjs/helper-api-error@1.7.10
│ │ ├── @webassemblyjs/helper-wasm-bytecode@1.7.10 deduped
│ │ ├─┬ @webassemblyjs/ieee754@1.7.10
│ │ │ └── @xtuc/ieee754@1.2.0
│ │ ├─┬ @webassemblyjs/leb128@1.7.10
│ │ │ └── @xtuc/long@4.2.1 deduped
│ │ └── @webassemblyjs/utf8@1.7.10
│ ├── acorn@5.7.1 deduped
│ ├─┬ acorn-dynamic-import@3.0.0
│ │ └── acorn@5.7.1 deduped
│ ├─┬ UNMET PEER DEPENDENCY ajv@6.5.0
│ │ ├── fast-deep-equal@2.0.1 deduped
│ │ ├── fast-json-stable-stringify@2.0.0 deduped
│ │ ├── json-schema-traverse@0.3.1
│ │ └── uri-js@4.2.2 deduped
│ ├─┬ ajv-keywords@3.2.0
│ │ └── ajv@6.5.0 extraneous
│ ├─┬ chrome-trace-event@1.0.0
│ │ └── tslib@1.10.0 deduped
│ ├─┬ enhanced-resolve@4.1.0
│ │ ├── graceful-fs@4.1.11 deduped
│ │ ├── memory-fs@0.4.1 deduped
│ │ └── tapable@1.1.0 deduped
│ ├─┬ eslint-scope@4.0.0
│ │ ├── esrecurse@4.2.0 deduped
│ │ └── estraverse@4.2.0 deduped
│ ├── json-parse-better-errors@1.0.2
│ ├── loader-runner@2.3.0
│ ├── loader-utils@1.1.0 deduped
│ ├─┬ memory-fs@0.4.1
│ │ ├─┬ errno@0.1.7
│ │ │ └── prr@1.0.1
│ │ └── readable-stream@2.3.6 deduped
│ ├─┬ 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
│ │ │ ├── is-descriptor@1.0.2 deduped
│ │ │ └── isobject@3.0.1 deduped
│ │ ├─┬ extend-shallow@3.0.2
│ │ │ ├── assign-symbols@1.0.0 deduped
│ │ │ └─┬ 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 deduped
│ │ │ ├─┬ expand-brackets@2.1.4
│ │ │ │ ├── debug@2.6.9 deduped
│ │ │ │ ├─┬ define-property@0.2.5
│ │ │ │ │ └─┬ is-descriptor@0.1.6
│ │ │ │ │   ├─┬ is-accessor-descriptor@0.1.6
│ │ │ │ │   │ └─┬ kind-of@3.2.2
│ │ │ │ │   │   └── is-buffer@1.1.6 deduped
│ │ │ │ │   ├─┬ is-data-descriptor@0.1.4
│ │ │ │ │   │ └─┬ kind-of@3.2.2
│ │ │ │ │   │   └── is-buffer@1.1.6 deduped
│ │ │ │ │   └── kind-of@5.1.0
│ │ │ │ ├─┬ extend-shallow@2.0.1
│ │ │ │ │ └── is-extendable@0.1.1
│ │ │ │ ├── posix-character-classes@0.1.1 deduped
│ │ │ │ ├── regex-not@1.0.2 deduped
│ │ │ │ ├── snapdragon@0.8.2 deduped
│ │ │ │ └── to-regex@3.0.2 deduped
│ │ │ ├─┬ extend-shallow@2.0.1
│ │ │ │ └── is-extendable@0.1.1
│ │ │ ├── fragment-cache@0.2.1 deduped
│ │ │ ├── regex-not@1.0.2 deduped
│ │ │ ├── snapdragon@0.8.2 deduped
│ │ │ └── to-regex@3.0.2 deduped
│ │ ├── fragment-cache@0.2.1 deduped
│ │ ├── kind-of@6.0.2
│ │ ├── nanomatch@1.2.9 deduped
│ │ ├── object.pick@1.3.0 deduped
│ │ ├── regex-not@1.0.2 deduped
│ │ ├── snapdragon@0.8.2 deduped
│ │ └── to-regex@3.0.2 deduped
│ ├── mkdirp@0.5.1 deduped
│ ├── neo-async@2.6.1
│ ├─┬ node-libs-browser@2.1.0
│ │ ├─┬ assert@1.4.1
│ │ │ └── util@0.10.3 deduped
│ │ ├─┬ browserify-zlib@0.2.0
│ │ │ └── pako@1.0.6
│ │ ├─┬ buffer@4.9.1
│ │ │ ├── base64-js@1.2.1
│ │ │ ├── ieee754@1.1.13 deduped
│ │ │ └── isarray@1.0.0 deduped
│ │ ├─┬ console-browserify@1.1.0
│ │ │ └── date-now@0.1.4
│ │ ├── constants-browserify@1.0.0
│ │ ├─┬ crypto-browserify@3.12.0
│ │ │ ├─┬ browserify-cipher@1.0.0
│ │ │ │ ├─┬ browserify-aes@1.1.1
│ │ │ │ │ ├── buffer-xor@1.0.3
│ │ │ │ │ ├── cipher-base@1.0.4 deduped
│ │ │ │ │ ├── create-hash@1.1.3 deduped
│ │ │ │ │ ├── evp_bytestokey@1.0.3 deduped
│ │ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ │ └── safe-buffer@5.2.0 deduped
│ │ │ │ ├─┬ browserify-des@1.0.0
│ │ │ │ │ ├── cipher-base@1.0.4 deduped
│ │ │ │ │ ├─┬ des.js@1.0.0
│ │ │ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ │ │ └── minimalistic-assert@1.0.0 deduped
│ │ │ │ │ └── inherits@2.0.4 deduped
│ │ │ │ └─┬ evp_bytestokey@1.0.3
│ │ │ │   ├─┬ md5.js@1.3.4
│ │ │ │   │ ├─┬ hash-base@3.0.4
│ │ │ │   │ │ ├── inherits@2.0.4 deduped
│ │ │ │   │ │ └── safe-buffer@5.2.0 deduped
│ │ │ │   │ └── inherits@2.0.4 deduped
│ │ │ │   └── safe-buffer@5.2.0 deduped
│ │ │ ├─┬ browserify-sign@4.0.4
│ │ │ │ ├── bn.js@4.11.8
│ │ │ │ ├─┬ browserify-rsa@4.0.1
│ │ │ │ │ ├── bn.js@4.11.8 deduped
│ │ │ │ │ └── randombytes@2.0.5 deduped
│ │ │ │ ├── create-hash@1.1.3 deduped
│ │ │ │ ├── create-hmac@1.1.6 deduped
│ │ │ │ ├─┬ elliptic@6.4.0
│ │ │ │ │ ├── bn.js@4.11.8 deduped
│ │ │ │ │ ├── brorand@1.1.0
│ │ │ │ │ ├─┬ hash.js@1.1.3
│ │ │ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ │ │ └── minimalistic-assert@1.0.0 deduped
│ │ │ │ │ ├─┬ hmac-drbg@1.0.1
│ │ │ │ │ │ ├── hash.js@1.1.3 deduped
│ │ │ │ │ │ ├── minimalistic-assert@1.0.0 deduped
│ │ │ │ │ │ └── minimalistic-crypto-utils@1.0.1 deduped
│ │ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ │ ├── minimalistic-assert@1.0.0 deduped
│ │ │ │ │ └── minimalistic-crypto-utils@1.0.1
│ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ └─┬ parse-asn1@5.1.0
│ │ │ │   ├─┬ asn1.js@4.9.2
│ │ │ │   │ ├── bn.js@4.11.8 deduped
│ │ │ │   │ ├── inherits@2.0.4 deduped
│ │ │ │   │ └── minimalistic-assert@1.0.0 deduped
│ │ │ │   ├── browserify-aes@1.1.1 deduped
│ │ │ │   ├── create-hash@1.1.3 deduped
│ │ │ │   ├── evp_bytestokey@1.0.3 deduped
│ │ │ │   └── pbkdf2@3.0.14 deduped
│ │ │ ├─┬ create-ecdh@4.0.0
│ │ │ │ ├── bn.js@4.11.8 deduped
│ │ │ │ └── elliptic@6.4.0 deduped
│ │ │ ├─┬ create-hash@1.1.3
│ │ │ │ ├─┬ cipher-base@1.0.4
│ │ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ │ └── safe-buffer@5.2.0 deduped
│ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ ├─┬ ripemd160@2.0.1
│ │ │ │ │ ├─┬ hash-base@2.0.2
│ │ │ │ │ │ └── inherits@2.0.4 deduped
│ │ │ │ │ └── inherits@2.0.4 deduped
│ │ │ │ └─┬ sha.js@2.4.9
│ │ │ │   ├── inherits@2.0.4 deduped
│ │ │ │   └── safe-buffer@5.2.0 deduped
│ │ │ ├─┬ create-hmac@1.1.6
│ │ │ │ ├── cipher-base@1.0.4 deduped
│ │ │ │ ├── create-hash@1.1.3 deduped
│ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ ├── ripemd160@2.0.1 deduped
│ │ │ │ ├── safe-buffer@5.2.0 deduped
│ │ │ │ └── sha.js@2.4.9 deduped
│ │ │ ├─┬ diffie-hellman@5.0.2
│ │ │ │ ├── bn.js@4.11.8 deduped
│ │ │ │ ├─┬ miller-rabin@4.0.1
│ │ │ │ │ ├── bn.js@4.11.8 deduped
│ │ │ │ │ └── brorand@1.1.0 deduped
│ │ │ │ └── randombytes@2.0.5 deduped
│ │ │ ├── inherits@2.0.4 deduped
│ │ │ ├─┬ pbkdf2@3.0.14
│ │ │ │ ├── create-hash@1.1.3 deduped
│ │ │ │ ├── create-hmac@1.1.6 deduped
│ │ │ │ ├── ripemd160@2.0.1 deduped
│ │ │ │ ├── safe-buffer@5.2.0 deduped
│ │ │ │ └── sha.js@2.4.9 deduped
│ │ │ ├─┬ public-encrypt@4.0.0
│ │ │ │ ├── bn.js@4.11.8 deduped
│ │ │ │ ├── browserify-rsa@4.0.1 deduped
│ │ │ │ ├── create-hash@1.1.3 deduped
│ │ │ │ ├── parse-asn1@5.1.0 deduped
│ │ │ │ └── randombytes@2.0.5 deduped
│ │ │ ├─┬ randombytes@2.0.5
│ │ │ │ └── safe-buffer@5.2.0 deduped
│ │ │ └─┬ randomfill@1.0.3
│ │ │   ├── randombytes@2.0.5 deduped
│ │ │   └── safe-buffer@5.2.0 deduped
│ │ ├── domain-browser@1.1.7
│ │ ├── events@1.1.1
│ │ ├── https-browserify@1.0.0
│ │ ├── os-browserify@0.3.0
│ │ ├── path-browserify@0.0.0
│ │ ├── process@0.11.10
│ │ ├── punycode@1.4.1
│ │ ├── querystring-es3@0.2.1
│ │ ├── readable-stream@2.3.6 deduped
│ │ ├─┬ stream-browserify@2.0.1
│ │ │ ├── inherits@2.0.4 deduped
│ │ │ └── readable-stream@2.3.6 deduped
│ │ ├─┬ stream-http@2.7.2
│ │ │ ├── builtin-status-codes@3.0.0
│ │ │ ├── inherits@2.0.4 deduped
│ │ │ ├── readable-stream@2.3.6 deduped
│ │ │ ├── to-arraybuffer@1.0.1
│ │ │ └── xtend@4.0.1 deduped
│ │ ├─┬ string_decoder@1.2.0
│ │ │ └── safe-buffer@5.1.2
│ │ ├─┬ timers-browserify@2.0.4
│ │ │ └── setimmediate@1.0.5 deduped
│ │ ├── tty-browserify@0.0.0
│ │ ├─┬ url@0.11.0
│ │ │ ├── punycode@1.3.2
│ │ │ └── querystring@0.2.0 deduped
│ │ ├─┬ util@0.10.3
│ │ │ └── inherits@2.0.1
│ │ └─┬ vm-browserify@0.0.4
│ │   └── indexof@0.0.1
│ ├── schema-utils@0.4.7 deduped
│ ├── tapable@1.1.0
│ ├─┬ uglifyjs-webpack-plugin@1.2.7
│ │ ├── cacache@10.0.4 deduped
│ │ ├── find-cache-dir@1.0.0 deduped
│ │ ├── schema-utils@0.4.7 deduped
│ │ ├── serialize-javascript@1.5.0
│ │ ├── source-map@0.6.1 deduped
│ │ ├── uglify-es@3.3.9 deduped
│ │ ├── webpack-sources@1.3.0 deduped
│ │ └── worker-farm@1.6.0 deduped
│ ├─┬ watchpack@1.6.0
│ │ ├── chokidar@2.0.4 deduped
│ │ ├── graceful-fs@4.1.11 deduped
│ │ └── neo-async@2.6.1 deduped
│ └─┬ webpack-sources@1.3.0
│   ├── source-list-map@2.0.0 deduped
│   └── source-map@0.6.1 deduped
├─┬ webpack-bundle-analyzer@3.6.0
│ ├── acorn@6.4.0
│ ├── acorn-walk@6.2.0
│ ├─┬ bfj@6.1.2
│ │ ├── bluebird@3.7.2
│ │ ├── check-types@8.0.3
│ │ ├── hoopy@0.1.4
│ │ └── tryer@1.0.1
│ ├── chalk@2.4.2 deduped
│ ├── commander@2.20.3
│ ├── ejs@2.7.4 deduped
│ ├── express@4.17.1 deduped
│ ├── filesize@3.6.1
│ ├─┬ gzip-size@5.1.1
│ │ ├── duplexer@0.1.1
│ │ └── pify@4.0.1
│ ├── lodash@4.17.15
│ ├── mkdirp@0.5.1 deduped
│ ├── opener@1.5.1
│ └─┬ ws@6.2.1
│   └── async-limiter@1.0.0
├─┬ webpack-cli@3.1.0
│ ├── chalk@2.4.2 deduped
│ ├── cross-spawn@6.0.5 deduped
│ ├── enhanced-resolve@4.1.0 deduped
│ ├── global-modules-path@2.3.0
│ ├── import-local@1.0.0 deduped
│ ├─┬ inquirer@6.4.1
│ │ ├── ansi-escapes@3.2.0 deduped
│ │ ├── chalk@2.4.2 deduped
│ │ ├── cli-cursor@2.1.0 deduped
│ │ ├── cli-width@2.2.0 deduped
│ │ ├── external-editor@3.1.0 deduped
│ │ ├─┬ figures@2.0.0
│ │ │ └── escape-string-regexp@1.0.5 deduped
│ │ ├── lodash@4.17.11
│ │ ├── mute-stream@0.0.7 deduped
│ │ ├── run-async@2.3.0 deduped
│ │ ├─┬ rxjs@6.5.4
│ │ │ └── tslib@1.10.0 deduped
│ │ ├── string-width@2.1.1 deduped
│ │ ├─┬ strip-ansi@5.2.0
│ │ │ └── ansi-regex@4.1.0
│ │ └── through@2.3.8 deduped
│ ├── interpret@1.1.0
│ ├── loader-utils@1.1.0 deduped
│ ├── supports-color@5.5.0 deduped
│ ├── v8-compile-cache@2.0.2
│ └─┬ yargs@12.0.5
│   ├─┬ cliui@4.1.0
│   │ ├── string-width@2.1.1 deduped
│   │ ├─┬ strip-ansi@4.0.0
│   │ │ └── ansi-regex@3.0.0 deduped
│   │ └── wrap-ansi@2.1.0 deduped
│   ├── decamelize@1.2.0 deduped
│   ├─┬ find-up@3.0.0
│   │ └─┬ locate-path@3.0.0
│   │   ├─┬ p-locate@3.0.0
│   │   │ └─┬ p-limit@2.0.0
│   │   │   └── p-try@2.0.0
│   │   └── path-exists@3.0.0 deduped
│   ├── get-caller-file@1.0.2 deduped
│   ├── os-locale@3.1.0 deduped
│   ├── require-directory@2.1.1 deduped
│   ├── require-main-filename@1.0.1 deduped
│   ├── set-blocking@2.0.0 deduped
│   ├── string-width@2.1.1 deduped
│   ├── which-module@2.0.0 deduped
│   ├── y18n@4.0.0 deduped
│   └─┬ yargs-parser@11.1.1
│     ├── camelcase@5.3.1
│     └── decamelize@1.2.0 deduped
├─┬ webpack-dev-middleware@3.1.3
│ ├─┬ loud-rejection@1.6.0
│ │ ├─┬ currently-unhandled@0.4.1
│ │ │ └── array-find-index@1.0.2
│ │ └── signal-exit@3.0.2 deduped
│ ├── memory-fs@0.4.1 deduped
│ ├── mime@2.3.1
│ ├── path-is-absolute@1.0.1
│ ├── range-parser@1.2.1 deduped
│ ├── url-join@4.0.0
│ └─┬ webpack-log@1.2.0
│   ├── chalk@2.4.2 deduped
│   ├── log-symbols@2.2.0 deduped
│   ├─┬ loglevelnext@1.0.5
│   │ ├─┬ es6-symbol@3.1.1
│   │ │ ├─┬ d@1.0.0
│   │ │ │ └── es5-ext@0.10.46 deduped
│   │ │ └─┬ es5-ext@0.10.46
│   │ │   ├─┬ es6-iterator@2.0.3
│   │ │   │ ├── d@1.0.0 deduped
│   │ │   │ ├── es5-ext@0.10.46 deduped
│   │ │   │ └── es6-symbol@3.1.1 deduped
│   │ │   ├── es6-symbol@3.1.1 deduped
│   │ │   └── next-tick@1.0.0
│   │ └── object.assign@4.1.0 deduped
│   └── uuid@3.3.2 deduped
├─┬ webpack-hot-middleware@2.22.3
│ ├── ansi-html@0.0.7
│ ├── html-entities@1.2.1
│ ├── querystring@0.2.0
│ └─┬ strip-ansi@3.0.1
│   └── ansi-regex@2.1.1
└─┬ webpack-manifest-plugin@2.0.3
  ├─┬ fs-extra@0.30.0
  │ ├── graceful-fs@4.1.11 deduped
  │ ├─┬ jsonfile@2.4.0
  │ │ └── graceful-fs@4.1.11 deduped
  │ ├── klaw@1.3.1 deduped
  │ ├── path-is-absolute@1.0.1 deduped
  │ └── rimraf@2.6.2 deduped
  ├── lodash@4.17.4 deduped
  └── tapable@1.1.0 deduped

npm ERR! peer dep missing: @material-ui/core@^1.0.0 || ^3.1.0, required by material-ui-chip-input@1.1.0
npm ERR! peer dep missing: eslint@2.x - 4.x, required by eslint-plugin-import@2.11.0
npm ERR! peer dep missing: eslint@^3.0.0 || ^4.0.0, required by eslint-plugin-react@7.7.0
npm ERR! peer dep missing: moment@^2.24.0, required by @date-io/moment@1.3.13
npm ERR! peer dep missing: react@^0.14.0 || ^15.0.0, required by recompose@0.23.5
npm ERR! peer dep missing: recompose@^0.26.0, required by @hocs/with-lifecycle@0.3.0
npm ERR! peer dep missing: ajv@^6.0.0, required by ajv-keywords@3.2.0
npm ERR! peer dep missing: ajv@^6.0.0, required by ajv-keywords@3.2.0
npm ERR! peer dep missing: moment@^2.24.0, required by @date-io/moment@1.3.13
npm ERR! peer dep missing: webpack@^2.2.0 || ^3.0.0, required by webpack-dev-server@2.11.2
npm ERR! peer dep missing: webpack@^1.0.0 || ^2.0.0 || ^3.0.0, required by webpack-dev-middleware@1.12.2
npm ERR! peer dep missing: ajv@^6.0.0, required by ajv-keywords@3.2.0

I'm aware I have some dep issues, but those are unrelated.

Tech Version
React 16.9.0
Browser Chrome 85.0.4183.121 (Official Build) (64-bit)
Flow 0.2.2.3
Flow-typed 2.5.1
Material UI Core 4.11.0
Material UI Icons 4.9.1
Material UI Pickers 3.2.10
Material UI Lab 4.0.0-alpha.56
@constantin-melniciuc constantin-melniciuc added the status: waiting for maintainer These issues haven't been looked at yet by a maintainer label Oct 8, 2020
@oliviertassinari oliviertassinari added support: Stack Overflow Please ask the community on Stack Overflow and removed status: waiting for maintainer These issues haven't been looked at yet by a maintainer labels Oct 8, 2020
@support
Copy link

support bot commented Oct 8, 2020

👋 Thanks for using Material-UI!

We use GitHub issues exclusively as a bug and feature requests tracker, however,
this issue appears to be a support request.

For support, please check out https://material-ui.com/getting-started/support/. Thanks!

If you have a question on StackOverflow, you are welcome to link to it here, it might help others.
If your issue is subsequently confirmed as a bug, and the report follows the issue template, it can be reopened.

@support support bot closed this as completed Oct 8, 2020
@constantin-melniciuc
Copy link
Author

@oliviertassinari This a potential bug with your helper function which capitalizes class names. Why do you consider this a QA?

@eps1lon
Copy link
Member

eps1lon commented Oct 9, 2020

@oliviertassinari This a potential bug with your helper function which capitalizes class names. Why do you consider this a QA?

Because you're not able to reproduce this issue. We don't have the bandwidth to debug specifc app setups. A minimal reproducible example is a requirement for most issues.

@BennieCopeland
Copy link

I'm having a similar issue with CheckBoxOutlineBlankOutlined. It appears to have something to do with Babel. The source map returns this:

"use strict";

var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");

Object.defineProperty(exports, "__esModule", {
  value: true
});
exports.default = void 0;

var _react = _interopRequireDefault(require("react"));

var _createSvgIcon = _interopRequireDefault(require("./utils/createSvgIcon"));

var _default = (0, _createSvgIcon.default)(_react.default.createElement("path", {
  d: "M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"
}), 'CheckBoxOutlineBlankOutlined');

exports.default = _default;

When I set a breakpoint and run _interopRequireDefault(require("./utils/createSvgIcon")) in the console, I get:

{
    default: {
        default: f (e, t)
    }
}

The Material UI Icons createSvgIcon was updated in March to export { createSvgIcon as default } from '@material-ui/core/utils';. I don't know if this is causing the nested default or if it is a bug in Babel.

@BennieCopeland
Copy link

Digging into this more, the source map I posted matched the contents of the "node_modules/@material-ui/icons/CheckBoxOutlineBlankOutlined.js" file. What is weird though is that the Object.defineProperty part of the code is getting stripped off somewhere in the minification process. It gets turned into:

    E8ra: function(e, t, n) {
        "use strict";
        var i = n("TqRt");
        t.default = void 0;
        var r = i(n("q1tI"));
        t.default = (0,
        i(n("8/g6")).default)(r.default.createElement("path", {
            d: "M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"
        }), "CheckBoxOutlineBlankOutlined")
    },

The i(n("8/g6")) is the minified call _interopRequireDefault(require("./utils/createSvgIcon")), but when I investigate it's minified version, it is also missing the Object.defineProperty call. It seems apparent that it is a build issue with mine and @constantin-melniciuc code base.

@constantin-melniciuc
Copy link
Author

I find extremely weird, the problem persists. I didn't really dedicate time to investigate it for now, but I'll have to eventually soon.
It does indeed seem like a weird behaviour with babel, but I have my doubts. _interopRequireDefault might be shifted up the chain during obfuscation process. My further investigation will go with removing dependencies one by one to find out if maybe some black magic is happening, and then go from there.

@BennieCopeland
Copy link

I dug into it even more last night. It has to do with the import statement. A dev build of webpack showed that the Material components are using the ESM versions, but the icons were being referenced as their CJS versions. What helped me fix it was finding issue #22433 about Rollup and icons. I was using import default from "@material-ui/icons/CheckBox" and changing it to import { CheckBox } from "@material-ui/icons" fixed my problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
support: Stack Overflow Please ask the community on Stack Overflow
Projects
None yet
Development

No branches or pull requests

4 participants