vascofg / react-admin-date-inputs

Date Inputs for react-admin
MIT License
68 stars 81 forks source link

mui-pickers-v3. #42

Open WiXSL opened 4 years ago

WiXSL commented 4 years ago

I've created a branch in my fork compatible with react-admin v3.

You can check it out here: https://github.com/WiXSL/react-admin-date-inputs/tree/mui-pickers-v3

mrclayman commented 4 years ago

Thanks a lot for this. I am a noob when it comes to web development, so I'd love it if you could publish your fork through npm where I could pick it up easily. :blush:

Thanks again for your efforts. :heart:

WiXSL commented 4 years ago

Thank you! I'm still working on it. In the meantime you could install it like a regular npm package pointing to my repo in your package.json file like this:

{ "react-admin-date-inputs": "WiXSL/react-admin-date-inputs#mui-pickers-v3" }

hamedov93 commented 4 years ago

I have already upgraded the repo to reac-admin v3 and mui-pickers v3 2 months ago. See this pull requests:

40

But looks like the author abandoned the repo and the changes won't be merged.

WiXSL commented 4 years ago

They finally merge it!

In using the one in my fork since I believe is more visually consistent with the latest version of react-admin, plus I've added other components, but since yours have been merged, I could send a PR with the changes.

Could you check my fork and give me some feedback?

ihrigb commented 4 years ago

Sorry for the delay. @WiXSL please go ahead. Only thing is that I do not have access to the NPM package and cannot publish a new version. This can only be done by @vascofg.

hamedov93 commented 4 years ago

They finally merge it!

In using the one in my fork since I believe is more visually consistent with the latest version of react-admin, plus I've added other components, but since yours have been merged, I could send a PR with the changes.

Could you check my fork and give me some feedback?

@WiXSL Of course your fork is better as you added more components and react-admin core features. Great work . I just wanted to get a minimal compatible version as I was short in time.

You could apply your changes to the current merged code to make it more consistent.

WiXSL commented 4 years ago

I've created the PR. https://github.com/vascofg/react-admin-date-inputs/pull/47/files

lngarrett commented 4 years ago

@WiXSL Will this be on NPM today?

WiXSL commented 4 years ago

No, when it gets merge, if it's accepted. In the meantime, as I comment before, you can install from my fork adding the following to your package.json file:

{ "react-admin-date-inputs": "WiXSL/react-admin-date-inputs#mui-pickers-v3" }

kopax commented 4 years ago

Thanks it work great with v3, I just have one question, using mui-pickers-v3, is there a way I can allow only date from today to the end of the world or It can just allow all date?

WiXSL commented 4 years ago

I belive passing disablePast=true prop should do that according to the API docs: https://material-ui-pickers.dev/api/KeyboardDatePicker

chungchi300 commented 4 years ago

cannot run when usage @WiXSL

          <DateTimeInput
            source="startDateTime"
            label="End time"
            options={{
              format: "DD/MM/YYYY, HH:mm:ss",
              ampm: false,
              clearable: true,
            }}
          />

Exception is thrown

Can't resolve 'ra-ui-materialui' in '/Users/jeffchung/work/auction-gui/packages/admin/node_modules/react-admin-date-inputs/lib'
 "react-admin": "3.4.2",
 "react-admin-color-input": "^3.0.0-beta.0",
 "react-admin-date-inputs": "WiXSL/react-admin-date-inputs#mui-pickers-v3",
WiXSL commented 4 years ago

@chungchi300 using your code i only get complaints from react about the format. it should be: format: "dd/MM/yyyy, HH:mm:ss",

Other than that it works.

chungchi300 commented 4 years ago

weird, is that may dependency has some problem? My npm ls

├─┬ @craco/craco@5.6.3
│ ├─┬ cross-spawn@7.0.1
│ │ ├── path-key@3.1.1
│ │ ├─┬ shebang-command@2.0.0
│ │ │ └── shebang-regex@3.0.0
│ │ └─┬ which@2.0.2
│ │   └── isexe@2.0.0
│ ├── lodash.mergewith@4.6.2
│ └─┬ webpack-merge@4.2.2
│   └── lodash@4.17.15 deduped
├─┬ @craftjs/core@0.1.0-beta.3
│ ├─┬ @craftjs/utils@0.1.0-beta.2
│ │ ├─┬ @types/react@16.9.23
│ │ │ ├── @types/prop-types@15.7.3 deduped
│ │ │ └── csstype@2.6.7 deduped
│ │ ├── immer@3.3.0 deduped
│ │ ├── lodash.isequalwith@4.4.0 deduped
│ │ └── tiny-invariant@1.1.0
│ ├─┬ @types/react@16.9.23
│ │ ├── @types/prop-types@15.7.3
│ │ └── csstype@2.6.7
│ ├── debounce@1.2.0
│ ├── immer@3.3.0
│ ├── lodash.isequalwith@4.4.0
│ ├─┬ shortid@2.2.15
│ │ └── nanoid@2.1.11
│ └── tiny-invariant@1.1.0
├─┬ @craftjs/layers@0.1.0-beta.2
│ ├── @craftjs/utils@0.1.0-beta.2 deduped
│ ├── immer@3.3.0 deduped
│ ├── lodash.isequalwith@4.4.0 deduped
│ ├─┬ react-contenteditable@3.3.3
│ │ ├── fast-deep-equal@2.0.1 deduped
│ │ └── prop-types@15.7.2 deduped
│ ├─┬ redux@4.0.4
│ │ ├── loose-envify@1.4.0 deduped
│ │ └── symbol-observable@1.2.0 deduped
│ ├── styled-components@4.4.1 deduped
│ └── tiny-invariant@1.1.0
├─┬ @nestjsx/crud-request@4.2.0
│ └── @nestjsx/util@4.2.0
├─┬ @reduxjs/toolkit@1.2.5
│ ├── immer@4.0.2
│ ├─┬ redux@4.0.5
│ │ ├── loose-envify@1.4.0 deduped
│ │ └── symbol-observable@1.2.0 deduped
│ ├── redux-devtools-extension@2.13.8
│ ├─┬ redux-immutable-state-invariant@2.1.0
│ │ ├── invariant@2.2.4 deduped
│ │ └── json-stringify-safe@5.0.1
│ ├── redux-thunk@2.3.0 deduped
│ └── reselect@4.0.0
├─┬ @walnut/common@1.0.2 -> /Users/jeffchung/work/auction-gui/packages/common
│ ├── accounting@0.4.1
│ ├─┬ class-validator@0.11.0
│ │ ├── @types/validator@10.11.3
│ │ ├── google-libphonenumber@3.2.7
│ │ └── validator@12.0.0
│ ├─┬ cloudinary-react@1.3.2
│ │ ├── cloudinary-core@2.8.1
│ │ └─┬ prop-types@15.7.2
│ │   ├─┬ loose-envify@1.4.0
│ │   │ └── js-tokens@4.0.0
│ │   ├── object-assign@4.1.1
│ │   └── react-is@16.12.0
│ ├─┬ isomorphic-fetch@2.2.1
│ │ ├─┬ node-fetch@1.7.3
│ │ │ ├─┬ encoding@0.1.12
│ │ │ │ └─┬ iconv-lite@0.4.24
│ │ │ │   └── safer-buffer@2.1.2
│ │ │ └── is-stream@1.1.0
│ │ └── whatwg-fetch@3.0.0
│ ├── lodash@4.17.15
│ ├─┬ moment-timezone@0.5.27
│ │ └── moment@2.24.0
│ ├── qs@6.9.1
│ ├── UNMET PEER DEPENDENCY react@^16.3.3
│ ├─┬ react-localize-redux@3.5.3
│ │ ├─┬ create-react-context@0.2.3
│ │ │ ├─┬ fbjs@0.8.17
│ │ │ │ ├── core-js@1.2.7
│ │ │ │ ├── isomorphic-fetch@2.2.1 deduped
│ │ │ │ ├── loose-envify@1.4.0 deduped
│ │ │ │ ├── object-assign@4.1.1 deduped
│ │ │ │ ├─┬ promise@7.3.1
│ │ │ │ │ └── asap@2.0.6
│ │ │ │ ├── setimmediate@1.0.5
│ │ │ │ └── ua-parser-js@0.7.21
│ │ │ └── gud@1.0.0
│ │ ├─┬ flat@2.0.1
│ │ │ └── is-buffer@1.1.6
│ │ ├─┬ hoist-non-react-statics@3.3.2
│ │ │ └── react-is@16.12.0 deduped
│ │ ├── prop-types@15.7.2 deduped
│ │ ├── UNMET PEER DEPENDENCY react@^0.14.0 || ^15.0.0 || ^16.0.0
│ │ └── reselect@3.0.1
│ └─┬ redux-api-middleware@2.3.0
│   ├─┬ babel-plugin-transform-runtime@6.23.0
│   │ └── babel-runtime@6.26.0 deduped
│   ├─┬ babel-runtime@6.26.0
│   │ ├── core-js@2.6.11
│   │ └── regenerator-runtime@0.11.1
│   └── lodash.isplainobject@4.0.6
├── accounting@0.4.1
├─┬ connected-react-router@6.6.0
│ ├── immutable@3.8.2
│ ├─┬ prop-types@15.7.2
│ │ ├── loose-envify@1.4.0 deduped
│ │ ├── object-assign@4.1.1 deduped
│ │ └── react-is@16.10.1
│ └── seamless-immutable@7.1.4
├─┬ copy-to-clipboard@3.3.1
│ └── toggle-selection@1.0.6
├─┬ craco-babel-loader@0.1.4
│ └── @craco/craco@5.6.3 deduped
├── downloadjs@1.4.7
├─┬ draft-js@0.11.2
│ ├─┬ fbjs@1.0.0
│ │ ├── core-js@2.6.11
│ │ ├── fbjs-css-vars@1.0.2
│ │ ├─┬ isomorphic-fetch@2.2.1
│ │ │ ├─┬ node-fetch@1.7.3
│ │ │ │ ├─┬ encoding@0.1.12
│ │ │ │ │ └── iconv-lite@0.4.24 deduped
│ │ │ │ └── is-stream@1.1.0 deduped
│ │ │ └── whatwg-fetch@3.0.0 deduped
│ │ ├── loose-envify@1.4.0 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.9.1
├── UNMET PEER DEPENDENCY eslint@^5.16.0
├── html-to-draftjs@1.5.0
├─┬ immutability-helper@3.0.1
│ └─┬ invariant@2.2.4
│   └── loose-envify@1.4.0 deduped
├── js-levenshtein@1.1.6
├── leven@3.1.0
├── lodash@4.17.15
├── lzutf8@0.5.5
├── UNMET PEER DEPENDENCY material-ui@^0.19.0 || ^0.20.0 || 1
├── node-pre-gyp@0.12.0 extraneous
├─┬ opentok-react@0.9.0
│ ├── lodash@4.17.15 deduped
│ ├── prop-types@15.7.2 deduped
│ ├── react-display-name@0.2.5
│ ├── scriptjs@2.5.9
│ └── uuid@3.3.3
├── papaparse@5.1.1
├── qs@6.9.1
├── UNMET PEER DEPENDENCY ra-core@^2.5.0
├─┬ ra-data-simple-rest@2.9.8
│ ├─┬ query-string@5.1.1
│ │ ├── decode-uri-component@0.2.0
│ │ ├── object-assign@4.1.1 deduped
│ │ └── strict-uri-encode@1.1.0
│ └─┬ ra-core@2.9.8
│   ├── classnames@2.2.6 deduped
│   ├── date-fns@1.30.1
│   ├── inflection@1.12.0
│   ├── lodash@4.17.15 deduped
│   ├─┬ node-polyglot@2.4.0
│   │ ├─┬ for-each@0.3.3
│   │ │ └── is-callable@1.1.4
│   │ ├── has@1.0.3 deduped
│   │ ├─┬ string.prototype.trim@1.2.0
│   │ │ ├── define-properties@1.1.3 deduped
│   │ │ ├─┬ es-abstract@1.16.0
│   │ │ │ ├── es-to-primitive@1.2.0 deduped
│   │ │ │ ├── function-bind@1.1.1 deduped
│   │ │ │ ├── has@1.0.3 deduped
│   │ │ │ ├── has-symbols@1.0.0 deduped
│   │ │ │ ├── is-callable@1.1.4 deduped
│   │ │ │ ├── is-regex@1.0.4 deduped
│   │ │ │ ├── object-inspect@1.6.0 deduped
│   │ │ │ ├── object-keys@1.1.1 deduped
│   │ │ │ ├── string.prototype.trimleft@2.1.0 deduped
│   │ │ │ └── string.prototype.trimright@2.1.0 deduped
│   │ │ └── function-bind@1.1.1 deduped
│   │ └── warning@4.0.3 deduped
│   ├─┬ prop-types@15.6.2
│   │ ├── loose-envify@1.4.0 deduped
│   │ └── object-assign@4.1.1 deduped
│   ├── query-string@5.1.1 deduped
│   ├── ra-language-english@2.9.3 deduped
│   ├─┬ react-redux@5.0.7
│   │ ├── hoist-non-react-statics@2.5.5
│   │ ├── invariant@2.2.4 deduped
│   │ ├── lodash@4.17.15 deduped
│   │ ├── lodash-es@4.17.15 deduped
│   │ ├── loose-envify@1.4.0 deduped
│   │ └─┬ prop-types@15.7.2
│   │   ├── loose-envify@1.4.0 deduped
│   │   ├── object-assign@4.1.1 deduped
│   │   └── react-is@16.10.1
│   ├─┬ react-router@4.3.1
│   │ ├── history@4.10.1 deduped
│   │ ├── hoist-non-react-statics@2.5.5 deduped
│   │ ├── invariant@2.2.4 deduped
│   │ ├── loose-envify@1.4.0 deduped
│   │ ├── path-to-regexp@1.8.0 deduped
│   │ ├─┬ prop-types@15.7.2
│   │ │ ├── loose-envify@1.4.0 deduped
│   │ │ ├── object-assign@4.1.1 deduped
│   │ │ └── react-is@16.10.1 deduped
│   │ └── warning@4.0.3 deduped
│   ├─┬ react-router-dom@4.3.1
│   │ ├── history@4.10.1 deduped
│   │ ├── invariant@2.2.4 deduped
│   │ ├── loose-envify@1.4.0 deduped
│   │ ├─┬ prop-types@15.7.2
│   │ │ ├── loose-envify@1.4.0 deduped
│   │ │ ├── object-assign@4.1.1 deduped
│   │ │ └── react-is@16.10.1 deduped
│   │ ├── react-router@4.3.1 deduped
│   │ └── warning@4.0.3 deduped
│   ├─┬ react-router-redux@5.0.0-alpha.9
│   │ ├── history@4.10.1 deduped
│   │ ├── prop-types@15.7.2 deduped
│   │ └─┬ react-router@4.3.1
│   │   ├── history@4.10.1 deduped
│   │   ├── hoist-non-react-statics@2.5.5
│   │   ├── invariant@2.2.4 deduped
│   │   ├── loose-envify@1.4.0 deduped
│   │   ├── path-to-regexp@1.8.0 deduped
│   │   ├── prop-types@15.7.2 deduped
│   │   └── warning@4.0.3 deduped
│   ├─┬ recompose@0.26.0
│   │ ├── change-emitter@0.1.6
│   │ ├─┬ fbjs@0.8.17
│   │ │ ├── core-js@1.2.7
│   │ │ ├── isomorphic-fetch@2.2.1 deduped
│   │ │ ├── loose-envify@1.4.0 deduped
│   │ │ ├── object-assign@4.1.1 deduped
│   │ │ ├── promise@7.3.1 deduped
│   │ │ ├── setimmediate@1.0.5 deduped
│   │ │ └── ua-parser-js@0.7.20 deduped
│   │ ├── hoist-non-react-statics@2.5.5
│   │ └── symbol-observable@1.2.0 deduped
│   ├── redux@3.7.2 deduped
│   ├─┬ redux-form@7.4.2
│   │ ├── es6-error@4.1.1 deduped
│   │ ├── hoist-non-react-statics@2.5.5 deduped
│   │ ├── invariant@2.2.4 deduped
│   │ ├── is-promise@2.1.0 deduped
│   │ ├── lodash@4.17.15 deduped
│   │ ├── lodash-es@4.17.15 deduped
│   │ ├─┬ prop-types@15.7.2
│   │ │ ├── loose-envify@1.4.0 deduped
│   │ │ ├── object-assign@4.1.1 deduped
│   │ │ └── react-is@16.10.1 deduped
│   │ └── react-lifecycles-compat@3.0.4 deduped
│   ├── redux-saga@0.16.2
│   └── reselect@3.0.1
├─┬ ra-input-rich-text@2.9.3
│ ├── lodash@4.17.15 deduped
│ ├─┬ prop-types@15.6.2
│ │ ├── loose-envify@1.4.0 deduped
│ │ └── object-assign@4.1.1 deduped
│ └─┬ quill@1.3.7
│   ├── clone@2.1.2
│   ├─┬ deep-equal@1.1.0
│   │ ├── is-arguments@1.0.4
│   │ ├── is-date-object@1.0.1
│   │ ├─┬ is-regex@1.0.4
│   │ │ └── has@1.0.3 deduped
│   │ ├── object-is@1.0.1
│   │ ├── object-keys@1.1.1
│   │ └─┬ regexp.prototype.flags@1.2.0
│   │   └── define-properties@1.1.3 deduped
│   ├── eventemitter3@2.0.3
│   ├── extend@3.0.2
│   ├── parchment@1.1.4
│   └─┬ quill-delta@3.6.3
│     ├── deep-equal@1.1.0 deduped
│     ├── extend@3.0.2 deduped
│     └── fast-diff@1.1.2
├── ra-language-english@2.9.3
├── ra-language-french@2.9.3
├─┬ re-resizable@6.2.0
│ └── fast-memoize@2.5.2
├─┬ react@16.12.0
│ ├─┬ loose-envify@1.4.0
│ │ └── js-tokens@4.0.0
│ ├── object-assign@4.1.1 deduped
│ └── prop-types@15.7.2 deduped
├─┬ react-admin@3.4.2
│ ├─┬ @material-ui/core@4.6.1
│ │ ├── @babel/runtime@7.7.2 deduped
│ │ ├── @material-ui/styles@4.6.0 deduped
│ │ ├─┬ @material-ui/system@4.5.2
│ │ │ ├── @babel/runtime@7.7.2 deduped
│ │ │ ├── @material-ui/utils@4.5.2 deduped
│ │ │ └── prop-types@15.7.2 deduped
│ │ ├─┬ @material-ui/types@4.1.1
│ │ │ └─┬ @types/react@16.9.11
│ │ │   ├── @types/prop-types@15.7.3 deduped
│ │ │   └── csstype@2.6.7 deduped
│ │ ├─┬ @material-ui/utils@4.5.2
│ │ │ ├── @babel/runtime@7.7.2 deduped
│ │ │ ├── prop-types@15.7.2 deduped
│ │ │ └── react-is@16.12.0 deduped
│ │ ├─┬ @types/react-transition-group@4.2.3
│ │ │ └── @types/react@16.9.11 deduped
│ │ ├── clsx@1.0.4
│ │ ├── convert-css-length@2.0.1
│ │ ├── hoist-non-react-statics@3.3.1 deduped
│ │ ├── normalize-scroll-left@0.2.0
│ │ ├── popper.js@1.16.0
│ │ ├── prop-types@15.7.2 deduped
│ │ └─┬ react-transition-group@4.3.0
│ │   ├── @babel/runtime@7.7.2 deduped
│ │   ├─┬ dom-helpers@5.1.3
│ │   │ ├── @babel/runtime@7.7.2 deduped
│ │   │ └── csstype@2.6.7 deduped
│ │   ├── loose-envify@1.4.0 deduped
│ │   └── prop-types@15.7.2 deduped
│ ├─┬ @material-ui/icons@4.5.1
│ │ └── @babel/runtime@7.7.2 deduped
│ ├─┬ @material-ui/styles@4.6.0
│ │ ├── @babel/runtime@7.7.2 deduped
│ │ ├── @emotion/hash@0.7.3
│ │ ├── @material-ui/types@4.1.1 deduped
│ │ ├── @material-ui/utils@4.5.2 deduped
│ │ ├── clsx@1.0.4 deduped
│ │ ├── csstype@2.6.7 deduped
│ │ ├── hoist-non-react-statics@3.3.1 deduped
│ │ ├─┬ jss@10.0.0
│ │ │ ├── @babel/runtime@7.7.2 deduped
│ │ │ ├── csstype@2.6.7 deduped
│ │ │ ├── is-in-browser@1.1.3
│ │ │ └── tiny-warning@1.0.3 deduped
│ │ ├─┬ jss-plugin-camel-case@10.0.0
│ │ │ ├── @babel/runtime@7.7.2 deduped
│ │ │ ├── hyphenate-style-name@1.0.3
│ │ │ └── jss@10.0.0 deduped
│ │ ├─┬ jss-plugin-default-unit@10.0.0
│ │ │ ├── @babel/runtime@7.7.2 deduped
│ │ │ └── jss@10.0.0 deduped
│ │ ├─┬ jss-plugin-global@10.0.0
│ │ │ ├── @babel/runtime@7.7.2 deduped
│ │ │ └── jss@10.0.0 deduped
│ │ ├─┬ jss-plugin-nested@10.0.0
│ │ │ ├── @babel/runtime@7.7.2 deduped
│ │ │ ├── jss@10.0.0 deduped
│ │ │ └── tiny-warning@1.0.3 deduped
│ │ ├─┬ jss-plugin-props-sort@10.0.0
│ │ │ ├── @babel/runtime@7.7.2 deduped
│ │ │ └── jss@10.0.0 deduped
│ │ ├─┬ jss-plugin-rule-value-function@10.0.0
│ │ │ ├── @babel/runtime@7.7.2 deduped
│ │ │ └── jss@10.0.0 deduped
│ │ ├─┬ jss-plugin-vendor-prefixer@10.0.0
│ │ │ ├── @babel/runtime@7.7.2 deduped
│ │ │ ├─┬ css-vendor@2.0.7
│ │ │ │ ├── @babel/runtime@7.7.2 deduped
│ │ │ │ └── is-in-browser@1.1.3 deduped
│ │ │ └── jss@10.0.0 deduped
│ │ └── prop-types@15.7.2 deduped
│ ├── connected-react-router@6.6.0 deduped
│ ├─┬ final-form@4.18.6
│ │ └── @babel/runtime@7.7.2 deduped
│ ├── final-form-arrays@3.0.1
│ ├─┬ ra-core@3.4.1
│ │ ├─┬ @testing-library/react@8.0.9
│ │ │ ├── @babel/runtime@7.7.2 deduped
│ │ │ └─┬ @testing-library/dom@5.6.1
│ │ │   ├── @babel/runtime@7.7.2 deduped
│ │ │   ├── @sheerun/mutationobserver-shim@0.3.2
│ │ │   ├── aria-query@3.0.0 deduped
│ │ │   ├─┬ pretty-format@24.9.0
│ │ │   │ ├── @jest/types@24.9.0 deduped
│ │ │   │ ├── ansi-regex@4.1.0
│ │ │   │ ├── ansi-styles@3.2.1 deduped
│ │ │   │ └── react-is@16.10.1
│ │ │   └── wait-for-expect@1.3.0
│ │ ├── classnames@2.2.6 deduped
│ │ ├── date-fns@1.30.1 deduped
│ │ ├── eventemitter3@3.1.2
│ │ ├── inflection@1.12.0 deduped
│ │ ├── lodash@4.17.15 deduped
│ │ ├── prop-types@15.7.2 deduped
│ │ ├── query-string@5.1.1 deduped
│ │ ├── recompose@0.26.0 deduped
│ │ ├── redux@4.0.4 extraneous
│ │ └── reselect@3.0.1 deduped
│ ├─┬ ra-i18n-polyglot@3.4.1
│ │ ├── node-polyglot@2.4.0 deduped
│ │ └── ra-core@3.4.1 deduped
│ ├─┬ ra-language-english@3.4.1
│ │ └── ra-core@3.4.1 deduped
│ ├─┬ ra-ui-materialui@3.4.2
│ │ ├─┬ autosuggest-highlight@3.1.1
│ │ │ └── diacritic@0.0.2
│ │ ├── classnames@2.2.6 deduped
│ │ ├── connected-react-router@6.6.0 deduped
│ │ ├── css-mediaquery@0.1.2
│ │ ├─┬ downshift@3.2.7
│ │ │ ├── @babel/runtime@7.7.2 deduped
│ │ │ ├── compute-scroll-into-view@1.0.11
│ │ │ ├── prop-types@15.7.2 deduped
│ │ │ └── react-is@16.12.0 deduped
│ │ ├── inflection@1.12.0 deduped
│ │ ├── jsonexport@2.4.1
│ │ ├── lodash@4.17.15 deduped
│ │ ├── prop-types@15.7.2 deduped
│ │ ├── query-string@5.1.1 deduped
│ │ ├─┬ react-dropzone@10.2.0
│ │ │ ├── attr-accept@2.0.0
│ │ │ ├─┬ file-selector@0.1.12
│ │ │ │ └── tslib@1.10.0 deduped
│ │ │ └── prop-types@15.7.2 deduped
│ │ ├── react-transition-group@4.3.0 deduped
│ │ └── recompose@0.26.0 deduped
│ ├─┬ react-final-form@6.3.5
│ │ ├─┬ @babel/runtime@7.8.4
│ │ │ └── regenerator-runtime@0.13.3 deduped
│ │ ├── ts-essentials@5.0.0
│ │ └── UNMET PEER DEPENDENCY typescript@>=3.7.0
│ ├─┬ react-final-form-arrays@3.1.1
│ │ └─┬ @babel/runtime@7.6.2
│ │   └── regenerator-runtime@0.13.3 deduped
│ ├── react-redux@7.1.3 deduped
│ ├─┬ react-router@5.1.2
│ │ ├── @babel/runtime@7.7.2 deduped
│ │ ├─┬ history@4.10.1
│ │ │ ├── @babel/runtime@7.7.2 deduped
│ │ │ ├── loose-envify@1.4.0 deduped
│ │ │ ├── resolve-pathname@3.0.0
│ │ │ ├── tiny-invariant@1.0.6 deduped
│ │ │ ├── tiny-warning@1.0.3 deduped
│ │ │ └── value-equal@1.0.1
│ │ ├── hoist-non-react-statics@3.3.1 deduped
│ │ ├── loose-envify@1.4.0 deduped
│ │ ├─┬ mini-create-react-context@0.3.2
│ │ │ ├── @babel/runtime@7.7.2 deduped
│ │ │ ├── gud@1.0.0
│ │ │ └── tiny-warning@1.0.3 deduped
│ │ ├─┬ path-to-regexp@1.8.0
│ │ │ └── isarray@0.0.1
│ │ ├── prop-types@15.7.2 deduped
│ │ ├── react-is@16.12.0 deduped
│ │ ├── tiny-invariant@1.0.6
│ │ └── tiny-warning@1.0.3
│ ├─┬ react-router-dom@5.1.2
│ │ ├── @babel/runtime@7.7.2 deduped
│ │ ├── history@4.10.1 deduped
│ │ ├── loose-envify@1.4.0 deduped
│ │ ├── prop-types@15.7.2 deduped
│ │ ├── react-router@5.1.2 deduped
│ │ ├── tiny-invariant@1.0.6 deduped
│ │ └── tiny-warning@1.0.3 deduped
│ ├─┬ redux@4.0.4
│ │ ├── loose-envify@1.4.0 deduped
│ │ └── symbol-observable@1.2.0 deduped
│ └─┬ redux-saga@1.1.3
│   └─┬ @redux-saga/core@1.1.3
│     ├── @babel/runtime@7.7.2 deduped
│     ├── @redux-saga/deferred@1.1.2
│     ├─┬ @redux-saga/delay-p@1.1.2
│     │ └── @redux-saga/symbols@1.1.2 deduped
│     ├─┬ @redux-saga/is@1.1.2
│     │ ├── @redux-saga/symbols@1.1.2 deduped
│     │ └── @redux-saga/types@1.1.0 deduped
│     ├── @redux-saga/symbols@1.1.2
│     ├── @redux-saga/types@1.1.0
│     ├─┬ redux@4.0.4
│     │ ├── loose-envify@1.4.0 deduped
│     │ └── symbol-observable@1.2.0 deduped
│     └─┬ typescript-tuple@2.2.1
│       └─┬ typescript-compare@0.0.2
│         └── typescript-logic@0.0.0
├─┬ react-admin-date-inputs@3.0.27 invalid
│ ├── @date-io/date-fns@1.3.13 extraneous
│ ├── @material-ui/pickers@3.2.10 extraneous
│ └── date-fns@2.8.1 extraneous
├─┬ react-countdown@2.2.1
│ └── prop-types@15.7.2 deduped
├─┬ react-dom@16.12.0
│ ├── loose-envify@1.4.0 deduped
│ ├── object-assign@4.1.1 deduped
│ ├── prop-types@15.7.2 deduped
│ └─┬ scheduler@0.18.0
│   ├── loose-envify@1.4.0 deduped
│   └── object-assign@4.1.1 deduped
├─┬ react-draft-wysiwyg@1.14.5
│ ├── classnames@2.2.6
│ ├── draftjs-utils@0.10.2
│ ├── html-to-draftjs@1.5.0 deduped
│ ├─┬ linkify-it@2.2.0
│ │ └── uc.micro@1.0.6
│ └── prop-types@15.7.2 deduped
├─┬ react-email-editor@1.0.0
│ └── react-load-script@0.0.6 deduped
├─┬ react-field-mapping@1.0.6
│ ├─┬ @babel/core@7.8.7
│ │ ├─┬ @babel/code-frame@7.8.3
│ │ │ └─┬ @babel/highlight@7.8.3
│ │ │   ├── chalk@2.4.2 deduped
│ │ │   ├── esutils@2.0.3 deduped
│ │ │   └── js-tokens@4.0.0 deduped
│ │ ├─┬ @babel/generator@7.8.7
│ │ │ ├── @babel/types@7.8.7 deduped
│ │ │ ├── jsesc@2.5.2
│ │ │ ├── lodash@4.17.15 deduped
│ │ │ └── source-map@0.5.7 deduped
│ │ ├─┬ @babel/helpers@7.8.4
│ │ │ ├── @babel/template@7.8.6 deduped
│ │ │ ├── @babel/traverse@7.8.6 deduped
│ │ │ └── @babel/types@7.8.7 deduped
│ │ ├── @babel/parser@7.8.7
│ │ ├─┬ @babel/template@7.8.6
│ │ │ ├── @babel/code-frame@7.8.3 deduped
│ │ │ ├── @babel/parser@7.8.7 deduped
│ │ │ └── @babel/types@7.8.7 deduped
│ │ ├─┬ @babel/traverse@7.8.6
│ │ │ ├── @babel/code-frame@7.8.3 deduped
│ │ │ ├── @babel/generator@7.8.7 deduped
│ │ │ ├─┬ @babel/helper-function-name@7.8.3
│ │ │ │ ├─┬ @babel/helper-get-function-arity@7.8.3
│ │ │ │ │ └── @babel/types@7.8.7 deduped
│ │ │ │ ├── @babel/template@7.8.6 deduped
│ │ │ │ └── @babel/types@7.8.7 deduped
│ │ │ ├─┬ @babel/helper-split-export-declaration@7.8.3
│ │ │ │ └── @babel/types@7.8.7 deduped
│ │ │ ├── @babel/parser@7.8.7 deduped
│ │ │ ├── @babel/types@7.8.7 deduped
│ │ │ ├── debug@4.1.1 deduped
│ │ │ ├── globals@11.12.0 deduped
│ │ │ └── lodash@4.17.15 deduped
│ │ ├─┬ @babel/types@7.8.7
│ │ │ ├── esutils@2.0.3 deduped
│ │ │ ├── lodash@4.17.15 deduped
│ │ │ └── to-fast-properties@2.0.0
│ │ ├─┬ convert-source-map@1.7.0
│ │ │ └── safe-buffer@5.1.2
│ │ ├─┬ debug@4.1.1
│ │ │ └── ms@2.1.2
│ │ ├── gensync@1.0.0-beta.1
│ │ ├─┬ json5@2.1.1
│ │ │ └── minimist@1.2.0
│ │ ├── lodash@4.17.15 deduped
│ │ ├── resolve@1.12.0 deduped
│ │ ├── semver@5.7.1
│ │ └── source-map@0.5.7
│ ├─┬ @babel/plugin-transform-runtime@7.8.3
│ │ ├─┬ @babel/helper-module-imports@7.8.3
│ │ │ └─┬ @babel/types@7.8.7
│ │ │   ├── esutils@2.0.3 deduped
│ │ │   ├── lodash@4.17.15 deduped
│ │ │   └── to-fast-properties@2.0.0 deduped
│ │ ├── @babel/helper-plugin-utils@7.8.3
│ │ ├── resolve@1.12.0 deduped
│ │ └── semver@5.7.1 deduped
│ ├─┬ @babel/polyfill@7.8.7
│ │ ├── core-js@2.6.11 deduped
│ │ └── regenerator-runtime@0.13.4
│ ├─┬ @babel/preset-env@7.8.7
│ │ ├─┬ @babel/compat-data@7.8.6
│ │ │ ├─┬ browserslist@4.9.1
│ │ │ │ ├── caniuse-lite@1.0.30001035
│ │ │ │ ├── electron-to-chromium@1.3.376
│ │ │ │ └─┬ node-releases@1.1.51
│ │ │ │   └── semver@6.3.0
│ │ │ ├── invariant@2.2.4 deduped
│ │ │ └── semver@5.7.1 deduped
│ │ ├─┬ @babel/helper-compilation-targets@7.8.7
│ │ │ ├── @babel/compat-data@7.8.6 deduped
│ │ │ ├─┬ browserslist@4.9.1
│ │ │ │ ├── caniuse-lite@1.0.30001035
│ │ │ │ ├── electron-to-chromium@1.3.376
│ │ │ │ └─┬ node-releases@1.1.51
│ │ │ │   └── semver@6.3.0
│ │ │ ├── invariant@2.2.4 deduped
│ │ │ ├── levenary@1.1.1 deduped
│ │ │ └── semver@5.7.1 deduped
│ │ ├─┬ @babel/helper-module-imports@7.8.3
│ │ │ └── @babel/types@7.8.7 deduped
│ │ ├── @babel/helper-plugin-utils@7.8.3
│ │ ├─┬ @babel/plugin-proposal-async-generator-functions@7.8.3
│ │ │ ├── @babel/helper-plugin-utils@7.8.3 deduped
│ │ │ ├─┬ @babel/helper-remap-async-to-generator@7.8.3
│ │ │ │ ├── @babel/helper-annotate-as-pure@7.8.3 deduped
│ │ │ │ ├─┬ @babel/helper-wrap-function@7.8.3
│ │ │ │ │ ├── @babel/helper-function-name@7.8.3 deduped
│ │ │ │ │ ├── @babel/template@7.8.6 deduped
│ │ │ │ │ ├── @babel/traverse@7.8.6 deduped
│ │ │ │ │ └── @babel/types@7.8.7 deduped
│ │ │ │ ├─┬ @babel/template@7.8.6
│ │ │ │ │ ├─┬ @babel/code-frame@7.8.3
│ │ │ │ │ │ └─┬ @babel/highlight@7.8.3
│ │ │ │ │ │   ├── chalk@2.4.2 deduped
│ │ │ │ │ │   ├── esutils@2.0.3 deduped
│ │ │ │ │ │   └── js-tokens@4.0.0 deduped
│ │ │ │ │ ├── @babel/parser@7.8.7
│ │ │ │ │ └── @babel/types@7.8.7 deduped
│ │ │ │ ├─┬ @babel/traverse@7.8.6
│ │ │ │ │ ├── @babel/code-frame@7.8.3 deduped
│ │ │ │ │ ├─┬ @babel/generator@7.8.7
│ │ │ │ │ │ ├── @babel/types@7.8.7 deduped
│ │ │ │ │ │ ├── jsesc@2.5.2 deduped
│ │ │ │ │ │ ├── lodash@4.17.15 deduped
│ │ │ │ │ │ └── source-map@0.5.7
│ │ │ │ │ ├── @babel/helper-function-name@7.8.3 deduped
│ │ │ │ │ ├── @babel/helper-split-export-declaration@7.8.3 deduped
│ │ │ │ │ ├── @babel/parser@7.8.7 deduped
│ │ │ │ │ ├── @babel/types@7.8.7 deduped
│ │ │ │ │ ├─┬ debug@4.1.1
│ │ │ │ │ │ └── ms@2.1.2
│ │ │ │ │ ├── globals@11.12.0 deduped
│ │ │ │ │ └── lodash@4.17.15 deduped
│ │ │ │ └── @babel/types@7.8.7 deduped
│ │ │ └── @babel/plugin-syntax-async-generators@7.8.4 deduped
│ │ ├─┬ @babel/plugin-proposal-dynamic-import@7.8.3
│ │ │ ├── @babel/helper-plugin-utils@7.8.3 deduped
│ │ │ └── @babel/plugin-syntax-dynamic-import@7.8.3 deduped
│ │ ├─┬ @babel/plugin-proposal-json-strings@7.8.3
│ │ │ ├── @babel/helper-plugin-utils@7.8.3 deduped
│ │ │ └── @babel/plugin-syntax-json-strings@7.8.3 deduped
│ │ ├─┬ @babel/plugin-proposal-nullish-coalescing-operator@7.8.3
│ │ │ ├── @babel/helper-plugin-utils@7.8.3
│ │ │ └── @babel/plugin-syntax-nullish-coalescing-operator@7.8.3 deduped
│ │ ├─┬ @babel/plugin-proposal-object-rest-spread@7.8.3
│ │ │ ├── @babel/helper-plugin-utils@7.8.3 deduped
│ │ │ └── @babel/plugin-syntax-object-rest-spread@7.8.3 deduped
│ │ ├─┬ @babel/plugin-proposal-optional-catch-binding@7.8.3
│ │ │ ├── @babel/helper-plugin-utils@7.8.3 deduped
│ │ │ └── @babel/plugin-syntax-optional-catch-binding@7.8.3 deduped
│ │ ├─┬ @babel/plugin-proposal-optional-chaining@7.8.3
│ │ │ ├── @babel/helper-plugin-utils@7.8.3
│ │ │ └── @babel/plugin-syntax-optional-chaining@7.8.3 deduped
│ │ ├─┬ @babel/plugin-proposal-unicode-property-regex@7.8.3
│ │ │ ├─┬ @babel/helper-create-regexp-features-plugin@7.8.6
│ │ │ │ ├─┬ @babel/helper-annotate-as-pure@7.8.3
│ │ │ │ │ └─┬ @babel/types@7.8.7
│ │ │ │ │   ├── esutils@2.0.3 deduped
│ │ │ │ │   ├── lodash@4.17.15 deduped
│ │ │ │ │   └── to-fast-properties@2.0.0 deduped
│ │ │ │ ├─┬ @babel/helper-regex@7.8.3
│ │ │ │ │ └── lodash@4.17.15 deduped
│ │ │ │ └─┬ regexpu-core@4.6.0
│ │ │ │   ├── regenerate@1.4.0
│ │ │ │   ├─┬ regenerate-unicode-properties@8.1.0
│ │ │ │   │ └── regenerate@1.4.0 deduped
│ │ │ │   ├── regjsgen@0.5.0
│ │ │ │   ├─┬ regjsparser@0.6.0
│ │ │ │   │ └── jsesc@0.5.0
│ │ │ │   ├─┬ unicode-match-property-ecmascript@1.0.4
│ │ │ │   │ ├── unicode-canonical-property-names-ecmascript@1.0.4
│ │ │ │   │ └── unicode-property-aliases-ecmascript@1.0.5
│ │ │ │   └── unicode-match-property-value-ecmascript@1.1.0
│ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped
│ │ ├─┬ @babel/plugin-syntax-async-generators@7.8.4
│ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped
│ │ ├─┬ @babel/plugin-syntax-dynamic-import@7.8.3
│ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped
│ │ ├─┬ @babel/plugin-syntax-json-strings@7.8.3
│ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped
│ │ ├─┬ @babel/plugin-syntax-nullish-coalescing-operator@7.8.3
│ │ │ └── @babel/helper-plugin-utils@7.8.3
│ │ ├─┬ @babel/plugin-syntax-object-rest-spread@7.8.3
│ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped
│ │ ├─┬ @babel/plugin-syntax-optional-catch-binding@7.8.3
│ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped
│ │ ├─┬ @babel/plugin-syntax-optional-chaining@7.8.3
│ │ │ └── @babel/helper-plugin-utils@7.8.3
│ │ ├─┬ @babel/plugin-syntax-top-level-await@7.8.3
│ │ │ └── @babel/helper-plugin-utils@7.8.3
│ │ ├─┬ @babel/plugin-transform-arrow-functions@7.8.3
│ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped
│ │ ├─┬ @babel/plugin-transform-async-to-generator@7.8.3
│ │ │ ├── @babel/helper-module-imports@7.8.3 deduped
│ │ │ ├── @babel/helper-plugin-utils@7.8.3 deduped
│ │ │ └── @babel/helper-remap-async-to-generator@7.8.3 deduped
│ │ ├─┬ @babel/plugin-transform-block-scoped-functions@7.8.3
│ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped
│ │ ├─┬ @babel/plugin-transform-block-scoping@7.8.3
│ │ │ ├── @babel/helper-plugin-utils@7.8.3 deduped
│ │ │ └── lodash@4.17.15 deduped
│ │ ├─┬ @babel/plugin-transform-classes@7.8.6
│ │ │ ├─┬ @babel/helper-annotate-as-pure@7.8.3
│ │ │ │ └── @babel/types@7.8.7 deduped
│ │ │ ├─┬ @babel/helper-define-map@7.8.3
│ │ │ │ ├── @babel/helper-function-name@7.8.3 deduped
│ │ │ │ ├── @babel/types@7.8.7 deduped
│ │ │ │ └── lodash@4.17.15 deduped
│ │ │ ├─┬ @babel/helper-function-name@7.8.3
│ │ │ │ ├── @babel/helper-get-function-arity@7.8.3 deduped
│ │ │ │ ├── @babel/template@7.8.6 deduped
│ │ │ │ └── @babel/types@7.8.7 deduped
│ │ │ ├─┬ @babel/helper-optimise-call-expression@7.8.3
│ │ │ │ └── @babel/types@7.8.7 deduped
│ │ │ ├── @babel/helper-plugin-utils@7.8.3 deduped
│ │ │ ├─┬ @babel/helper-replace-supers@7.8.6
│ │ │ │ ├─┬ @babel/helper-member-expression-to-functions@7.8.3
│ │ │ │ │ └── @babel/types@7.8.7 deduped
│ │ │ │ ├── @babel/helper-optimise-call-expression@7.8.3 deduped
│ │ │ │ ├── @babel/traverse@7.8.6 deduped
│ │ │ │ └── @babel/types@7.8.7 deduped
│ │ │ ├─┬ @babel/helper-split-export-declaration@7.8.3
│ │ │ │ └── @babel/types@7.8.7 deduped
│ │ │ └── globals@11.12.0 deduped
│ │ ├─┬ @babel/plugin-transform-computed-properties@7.8.3
│ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped
│ │ ├─┬ @babel/plugin-transform-destructuring@7.8.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.6 deduped
│ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped
│ │ ├─┬ @babel/plugin-transform-duplicate-keys@7.8.3
│ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped
│ │ ├─┬ @babel/plugin-transform-exponentiation-operator@7.8.3
│ │ │ ├─┬ @babel/helper-builder-binary-assignment-operator-visitor@7.8.3
│ │ │ │ ├─┬ @babel/helper-explode-assignable-expression@7.8.3
│ │ │ │ │ ├── @babel/traverse@7.8.6 deduped
│ │ │ │ │ └── @babel/types@7.8.7 deduped
│ │ │ │ └── @babel/types@7.8.7 deduped
│ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped
│ │ ├─┬ @babel/plugin-transform-for-of@7.8.6
│ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped
│ │ ├─┬ @babel/plugin-transform-function-name@7.8.3
│ │ │ ├── @babel/helper-function-name@7.8.3 deduped
│ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped
│ │ ├─┬ @babel/plugin-transform-literals@7.8.3
│ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped
│ │ ├─┬ @babel/plugin-transform-member-expression-literals@7.8.3
│ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped
│ │ ├─┬ @babel/plugin-transform-modules-amd@7.8.3
│ │ │ ├─┬ @babel/helper-module-transforms@7.8.6
│ │ │ │ ├─┬ @babel/helper-module-imports@7.8.3
│ │ │ │ │ └── @babel/types@7.8.7 deduped
│ │ │ │ ├─┬ @babel/helper-replace-supers@7.8.6
│ │ │ │ │ ├─┬ @babel/helper-member-expression-to-functions@7.8.3
│ │ │ │ │ │ └── @babel/types@7.8.7 deduped
│ │ │ │ │ ├─┬ @babel/helper-optimise-call-expression@7.8.3
│ │ │ │ │ │ └── @babel/types@7.8.7 deduped
│ │ │ │ │ ├─┬ @babel/traverse@7.8.6
│ │ │ │ │ │ ├── @babel/code-frame@7.8.3 deduped
│ │ │ │ │ │ ├─┬ @babel/generator@7.8.7
│ │ │ │ │ │ │ ├── @babel/types@7.8.7 deduped
│ │ │ │ │ │ │ ├── jsesc@2.5.2 deduped
│ │ │ │ │ │ │ ├── lodash@4.17.15 deduped
│ │ │ │ │ │ │ └── source-map@0.5.7
│ │ │ │ │ │ ├─┬ @babel/helper-function-name@7.8.3
│ │ │ │ │ │ │ ├─┬ @babel/helper-get-function-arity@7.8.3
│ │ │ │ │ │ │ │ └── @babel/types@7.8.7 deduped
│ │ │ │ │ │ │ ├── @babel/template@7.8.6 deduped
│ │ │ │ │ │ │ └── @babel/types@7.8.7 deduped
│ │ │ │ │ │ ├── @babel/helper-split-export-declaration@7.8.3 deduped
│ │ │ │ │ │ ├── @babel/parser@7.8.7 deduped
│ │ │ │ │ │ ├── @babel/types@7.8.7 deduped
│ │ │ │ │ │ ├─┬ debug@4.1.1
│ │ │ │ │ │ │ └── ms@2.1.2
│ │ │ │ │ │ ├── globals@11.12.0 deduped
│ │ │ │ │ │ └── lodash@4.17.15 deduped
│ │ │ │ │ └── @babel/types@7.8.7 deduped
│ │ │ │ ├─┬ @babel/helper-simple-access@7.8.3
│ │ │ │ │ ├── @babel/template@7.8.6 deduped
│ │ │ │ │ └── @babel/types@7.8.7 deduped
│ │ │ │ ├─┬ @babel/helper-split-export-declaration@7.8.3
│ │ │ │ │ └── @babel/types@7.8.7 deduped
│ │ │ │ ├─┬ @babel/template@7.8.6
│ │ │ │ │ ├─┬ @babel/code-frame@7.8.3
│ │ │ │ │ │ └─┬ @babel/highlight@7.8.3
│ │ │ │ │ │   ├── chalk@2.4.2 deduped
│ │ │ │ │ │   ├── esutils@2.0.3 deduped
│ │ │ │ │ │   └── js-tokens@4.0.0 deduped
│ │ │ │ │ ├── @babel/parser@7.8.7
│ │ │ │ │ └── @babel/types@7.8.7 deduped
│ │ │ │ ├─┬ @babel/types@7.8.7
│ │ │ │ │ ├── esutils@2.0.3 deduped
│ │ │ │ │ ├── lodash@4.17.15 deduped
│ │ │ │ │ └── to-fast-properties@2.0.0 deduped
│ │ │ │ └── lodash@4.17.15 deduped
│ │ │ ├── @babel/helper-plugin-utils@7.8.3 deduped
│ │ │ └── babel-plugin-dynamic-import-node@2.3.0 deduped
│ │ ├─┬ @babel/plugin-transform-modules-commonjs@7.8.3
│ │ │ ├── @babel/helper-module-transforms@7.8.6 deduped
│ │ │ ├── @babel/helper-plugin-utils@7.8.3 deduped
│ │ │ ├─┬ @babel/helper-simple-access@7.8.3
│ │ │ │ ├── @babel/template@7.8.6 deduped
│ │ │ │ └── @babel/types@7.8.7 deduped
│ │ │ └── babel-plugin-dynamic-import-node@2.3.0 deduped
│ │ ├─┬ @babel/plugin-transform-modules-systemjs@7.8.3
│ │ │ ├─┬ @babel/helper-hoist-variables@7.8.3
│ │ │ │ └── @babel/types@7.8.7 deduped
│ │ │ ├── @babel/helper-module-transforms@7.8.6 deduped
│ │ │ ├── @babel/helper-plugin-utils@7.8.3 deduped
│ │ │ └── babel-plugin-dynamic-import-node@2.3.0 deduped
│ │ ├─┬ @babel/plugin-transform-modules-umd@7.8.3
│ │ │ ├── @babel/helper-module-transforms@7.8.6 deduped
│ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped
│ │ ├─┬ @babel/plugin-transform-named-capturing-groups-regex@7.8.3
│ │ │ └── @babel/helper-create-regexp-features-plugin@7.8.6 deduped
│ │ ├─┬ @babel/plugin-transform-new-target@7.8.3
│ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped
│ │ ├─┬ @babel/plugin-transform-object-super@7.8.3
│ │ │ ├── @babel/helper-plugin-utils@7.8.3 deduped
│ │ │ └── @babel/helper-replace-supers@7.8.6 deduped
│ │ ├─┬ @babel/plugin-transform-parameters@7.8.7
│ │ │ ├─┬ @babel/helper-call-delegate@7.8.7
│ │ │ │ ├── @babel/helper-hoist-variables@7.8.3 deduped
│ │ │ │ ├── @babel/traverse@7.8.6 deduped
│ │ │ │ └── @babel/types@7.8.7 deduped
│ │ │ ├─┬ @babel/helper-get-function-arity@7.8.3
│ │ │ │ └── @babel/types@7.8.7 deduped
│ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped
│ │ ├─┬ @babel/plugin-transform-property-literals@7.8.3
│ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped
│ │ ├─┬ @babel/plugin-transform-regenerator@7.8.7
│ │ │ └─┬ regenerator-transform@0.14.2
│ │ │   ├─┬ @babel/runtime@7.8.7
│ │ │   │ └── regenerator-runtime@0.13.4
│ │ │   └── private@0.1.8
│ │ ├─┬ @babel/plugin-transform-reserved-words@7.8.3
│ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped
│ │ ├─┬ @babel/plugin-transform-shorthand-properties@7.8.3
│ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped
│ │ ├─┬ @babel/plugin-transform-spread@7.8.3
│ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped
│ │ ├─┬ @babel/plugin-transform-sticky-regex@7.8.3
│ │ │ ├── @babel/helper-plugin-utils@7.8.3 deduped
│ │ │ └─┬ @babel/helper-regex@7.8.3
│ │ │   └── lodash@4.17.15 deduped
│ │ ├─┬ @babel/plugin-transform-template-literals@7.8.3
│ │ │ ├── @babel/helper-annotate-as-pure@7.8.3 deduped
│ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped
│ │ ├─┬ @babel/plugin-transform-typeof-symbol@7.8.4
│ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped
│ │ ├─┬ @babel/plugin-transform-unicode-regex@7.8.3
│ │ │ ├── @babel/helper-create-regexp-features-plugin@7.8.6 deduped
│ │ │ └── @babel/helper-plugin-utils@7.8.3 deduped
│ │ ├─┬ @babel/types@7.8.7
│ │ │ ├── esutils@2.0.3 deduped
│ │ │ ├── lodash@4.17.15 deduped
│ │ │ └── to-fast-properties@2.0.0 deduped
│ │ ├─┬ browserslist@4.9.1
│ │ │ ├── caniuse-lite@1.0.30001035
│ │ │ ├── electron-to-chromium@1.3.376
│ │ │ └─┬ node-releases@1.1.51
│ │ │   └── semver@6.3.0
│ │ ├─┬ core-js-compat@3.6.4
│ │ │ ├── browserslist@4.9.1 deduped
│ │ │ └── semver@7.0.0
│ │ ├── invariant@2.2.4 deduped
│ │ ├─┬ levenary@1.1.1
│ │ │ └── leven@3.1.0 deduped
│ │ └── semver@5.7.1 deduped
│ ├─┬ @babel/preset-react@7.0.0
│ │ ├── @babel/helper-plugin-utils@7.0.0
│ │ ├─┬ @babel/plugin-transform-react-display-name@7.2.0
│ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped
│ │ ├─┬ @babel/plugin-transform-react-jsx@7.3.0
│ │ │ ├─┬ @babel/helper-builder-react-jsx@7.3.0
│ │ │ │ ├── @babel/types@7.6.1 deduped
│ │ │ │ └── esutils@2.0.3 deduped
│ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ └─┬ @babel/plugin-syntax-jsx@7.2.0
│ │ │   └── @babel/helper-plugin-utils@7.0.0 deduped
│ │ ├─┬ @babel/plugin-transform-react-jsx-self@7.2.0
│ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ └── @babel/plugin-syntax-jsx@7.2.0 deduped
│ │ └─┬ @babel/plugin-transform-react-jsx-source@7.5.0
│ │   ├── @babel/helper-plugin-utils@7.0.0 deduped
│ │   └── @babel/plugin-syntax-jsx@7.2.0 deduped
│ ├─┬ @babel/runtime@7.8.7
│ │ └── regenerator-runtime@0.13.4
│ ├─┬ babel-loader@8.0.6
│ │ ├─┬ find-cache-dir@2.1.0
│ │ │ ├── commondir@1.0.1
│ │ │ ├─┬ make-dir@2.1.0
│ │ │ │ ├── pify@4.0.1 deduped
│ │ │ │ └── semver@5.7.1 deduped
│ │ │ └─┬ pkg-dir@3.0.0
│ │ │   └── find-up@3.0.0 deduped
│ │ ├── loader-utils@1.2.3 deduped
│ │ ├─┬ mkdirp@0.5.1
│ │ │ └── minimist@0.0.8
│ │ └── pify@4.0.1
│ ├─┬ cross-env@6.0.3
│ │ └─┬ cross-spawn@7.0.1
│ │   ├── path-key@3.1.1
│ │   ├─┬ shebang-command@2.0.0
│ │   │ └── shebang-regex@3.0.0
│ │   └─┬ which@2.0.2
│ │     └── isexe@2.0.0 deduped
│ ├─┬ css-loader@3.4.2
│ │ ├── camelcase@5.3.1 deduped
│ │ ├── cssesc@3.0.0
│ │ ├─┬ icss-utils@4.1.1
│ │ │ └── postcss@7.0.18 deduped
│ │ ├── loader-utils@1.2.3 deduped
│ │ ├── normalize-path@3.0.0
│ │ ├─┬ postcss@7.0.27
│ │ │ ├── chalk@2.4.2 deduped
│ │ │ ├── source-map@0.6.1 deduped
│ │ │ └── supports-color@6.1.0 deduped
│ │ ├─┬ postcss-modules-extract-imports@2.0.0
│ │ │ └── postcss@7.0.18 deduped
│ │ ├─┬ postcss-modules-local-by-default@3.0.2
│ │ │ ├── icss-utils@4.1.1 deduped
│ │ │ ├── postcss@7.0.27 deduped
│ │ │ ├─┬ postcss-selector-parser@6.0.2
│ │ │ │ ├── cssesc@3.0.0 deduped
│ │ │ │ ├── indexes-of@1.0.1
│ │ │ │ └── uniq@1.0.1
│ │ │ └── postcss-value-parser@4.0.2
│ │ ├─┬ postcss-modules-scope@2.1.1
│ │ │ ├─┬ postcss@7.0.18
│ │ │ │ ├── chalk@2.4.2 deduped
│ │ │ │ ├── source-map@0.6.1 deduped
│ │ │ │ └── supports-color@6.1.0 deduped
│ │ │ └── postcss-selector-parser@6.0.2 deduped
│ │ ├─┬ postcss-modules-values@3.0.0
│ │ │ ├── icss-utils@4.1.1 deduped
│ │ │ └─┬ postcss@7.0.18
│ │ │   ├── chalk@2.4.2 deduped
│ │ │   ├── source-map@0.6.1 deduped
│ │ │   └── supports-color@6.1.0 deduped
│ │ ├── postcss-value-parser@4.0.3
│ │ └─┬ schema-utils@2.6.5
│ │   ├─┬ ajv@6.12.0
│ │   │ ├── fast-deep-equal@3.1.1
│ │   │ ├── fast-json-stable-stringify@2.0.0 deduped
│ │   │ ├── json-schema-traverse@0.4.1 deduped
│ │   │ └── uri-js@4.2.2 deduped
│ │   └── ajv-keywords@3.4.1 deduped
│ ├── UNMET PEER DEPENDENCY less@^2.3.1 || ^3.0.0
│ ├─┬ less-loader@5.0.0
│ │ ├── clone@2.1.2 deduped
│ │ ├── loader-utils@1.2.3 deduped
│ │ └── pify@4.0.1 deduped
│ ├── lodash@4.17.15 deduped
│ ├─┬ react@16.13.0
│ │ ├── loose-envify@1.4.0 deduped
│ │ ├── object-assign@4.1.1 deduped
│ │ └── prop-types@15.7.2 deduped
│ ├─┬ react-dom@16.13.0
│ │ ├── loose-envify@1.4.0 deduped
│ │ ├── object-assign@4.1.1 deduped
│ │ ├── prop-types@15.7.2 deduped
│ │ └─┬ scheduler@0.19.0
│ │   ├── loose-envify@1.4.0 deduped
│ │   └── object-assign@4.1.1 deduped
│ ├── sortablejs@1.10.2
│ ├─┬ style-loader@1.1.3
│ │ ├── loader-utils@1.2.3 deduped
│ │ └─┬ schema-utils@2.6.5
│ │   ├─┬ ajv@6.12.0
│ │   │ ├── fast-deep-equal@3.1.1 deduped
│ │   │ ├── fast-json-stable-stringify@2.0.0 deduped
│ │   │ ├── json-schema-traverse@0.4.1 deduped
│ │   │ └── uri-js@4.2.2 deduped
│ │   └── ajv-keywords@3.4.1 deduped
│ ├─┬ url-loader@2.3.0
│ │ ├── loader-utils@1.2.3 deduped
│ │ ├── mime@2.4.4
│ │ └─┬ schema-utils@2.6.5
│ │   ├─┬ ajv@6.12.0
│ │   │ ├── fast-deep-equal@3.1.1 deduped
│ │   │ ├── fast-json-stable-stringify@2.0.0 deduped
│ │   │ ├── json-schema-traverse@0.4.1 deduped
│ │   │ └── uri-js@4.2.2 deduped
│ │   └── ajv-keywords@3.4.1 deduped
│ ├─┬ webpack@4.42.0
│ │ ├─┬ @webassemblyjs/ast@1.8.5
│ │ │ ├── @webassemblyjs/helper-module-context@1.8.5 deduped
│ │ │ ├── @webassemblyjs/helper-wasm-bytecode@1.8.5
│ │ │ └─┬ @webassemblyjs/wast-parser@1.8.5
│ │ │   ├── @webassemblyjs/ast@1.8.5 deduped
│ │ │   ├── @webassemblyjs/floating-point-hex-parser@1.8.5
│ │ │   ├── @webassemblyjs/helper-api-error@1.8.5 deduped
│ │ │   ├─┬ @webassemblyjs/helper-code-frame@1.8.5
│ │ │   │ └── @webassemblyjs/wast-printer@1.8.5 deduped
│ │ │   ├── @webassemblyjs/helper-fsm@1.8.5
│ │ │   └── @xtuc/long@4.2.2
│ │ ├─┬ @webassemblyjs/helper-module-context@1.8.5
│ │ │ ├── @webassemblyjs/ast@1.8.5 deduped
│ │ │ └── mamacro@0.0.3
│ │ ├─┬ @webassemblyjs/wasm-edit@1.8.5
│ │ │ ├── @webassemblyjs/ast@1.8.5 deduped
│ │ │ ├── @webassemblyjs/helper-buffer@1.8.5
│ │ │ ├── @webassemblyjs/helper-wasm-bytecode@1.8.5 deduped
│ │ │ ├─┬ @webassemblyjs/helper-wasm-section@1.8.5
│ │ │ │ ├── @webassemblyjs/ast@1.8.5 deduped
│ │ │ │ ├── @webassemblyjs/helper-buffer@1.8.5 deduped
│ │ │ │ ├── @webassemblyjs/helper-wasm-bytecode@1.8.5 deduped
│ │ │ │ └── @webassemblyjs/wasm-gen@1.8.5 deduped
│ │ │ ├─┬ @webassemblyjs/wasm-gen@1.8.5
│ │ │ │ ├── @webassemblyjs/ast@1.8.5 deduped
│ │ │ │ ├── @webassemblyjs/helper-wasm-bytecode@1.8.5 deduped
│ │ │ │ ├── @webassemblyjs/ieee754@1.8.5 deduped
│ │ │ │ ├── @webassemblyjs/leb128@1.8.5 deduped
│ │ │ │ └── @webassemblyjs/utf8@1.8.5 deduped
│ │ │ ├─┬ @webassemblyjs/wasm-opt@1.8.5
│ │ │ │ ├── @webassemblyjs/ast@1.8.5 deduped
│ │ │ │ ├── @webassemblyjs/helper-buffer@1.8.5 deduped
│ │ │ │ ├── @webassemblyjs/wasm-gen@1.8.5 deduped
│ │ │ │ └── @webassemblyjs/wasm-parser@1.8.5 deduped
│ │ │ ├── @webassemblyjs/wasm-parser@1.8.5 deduped
│ │ │ └─┬ @webassemblyjs/wast-printer@1.8.5
│ │ │   ├── @webassemblyjs/ast@1.8.5 deduped
│ │ │   ├── @webassemblyjs/wast-parser@1.8.5 deduped
│ │ │   └── @xtuc/long@4.2.2 deduped
│ │ ├─┬ @webassemblyjs/wasm-parser@1.8.5
│ │ │ ├── @webassemblyjs/ast@1.8.5 deduped
│ │ │ ├── @webassemblyjs/helper-api-error@1.8.5
│ │ │ ├── @webassemblyjs/helper-wasm-bytecode@1.8.5 deduped
│ │ │ ├─┬ @webassemblyjs/ieee754@1.8.5
│ │ │ │ └── @xtuc/ieee754@1.2.0
│ │ │ ├─┬ @webassemblyjs/leb128@1.8.5
│ │ │ │ └── @xtuc/long@4.2.2 deduped
│ │ │ └── @webassemblyjs/utf8@1.8.5
│ │ ├── acorn@6.3.0
│ │ ├─┬ ajv@6.10.2
│ │ │ ├── fast-deep-equal@2.0.1 deduped
│ │ │ ├── fast-json-stable-stringify@2.0.0 deduped
│ │ │ ├── json-schema-traverse@0.4.1 deduped
│ │ │ └── uri-js@4.2.2 deduped
│ │ ├── ajv-keywords@3.4.1
│ │ ├─┬ chrome-trace-event@1.0.2
│ │ │ └── tslib@1.10.0 deduped
│ │ ├─┬ enhanced-resolve@4.1.0
│ │ │ ├── graceful-fs@4.2.2 deduped
│ │ │ ├── memory-fs@0.4.1 deduped
│ │ │ └── tapable@1.1.3 deduped
│ │ ├─┬ eslint-scope@4.0.3
│ │ │ ├─┬ esrecurse@4.2.1
│ │ │ │ └── estraverse@4.3.0 deduped
│ │ │ └── estraverse@4.3.0
│ │ ├── json-parse-better-errors@1.0.2
│ │ ├── loader-runner@2.4.0
│ │ ├── loader-utils@1.2.3 deduped
│ │ ├─┬ memory-fs@0.4.1
│ │ │ ├─┬ errno@0.1.7
│ │ │ │ └── prr@1.0.1
│ │ │ └─┬ readable-stream@2.3.6
│ │ │   ├── core-util-is@1.0.2
│ │ │   ├── inherits@2.0.4 deduped
│ │ │   ├── isarray@1.0.0 deduped
│ │ │   ├── process-nextick-args@2.0.1
│ │ │   ├── safe-buffer@5.1.2
│ │ │   ├─┬ string_decoder@1.1.1
│ │ │   │ └── safe-buffer@5.1.2 deduped
│ │ │   └── util-deprecate@1.0.2
│ │ ├─┬ micromatch@3.1.10
│ │ │ ├── arr-diff@4.0.0
│ │ │ ├── array-unique@0.3.2
│ │ │ ├─┬ braces@2.3.2
│ │ │ │ ├── arr-flatten@1.1.0
│ │ │ │ ├── array-unique@0.3.2 deduped
│ │ │ │ ├─┬ extend-shallow@2.0.1
│ │ │ │ │ └── is-extendable@0.1.1
│ │ │ │ ├─┬ 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
│ │ │ │ │ └─┬ to-regex-range@2.1.1
│ │ │ │ │   ├── is-number@3.0.0 deduped
│ │ │ │ │   └── repeat-string@1.6.1 deduped
│ │ │ │ ├── isobject@3.0.1
│ │ │ │ ├── repeat-element@1.1.3
│ │ │ │ ├── snapdragon@0.8.2 deduped
│ │ │ │ ├─┬ snapdragon-node@2.1.1
│ │ │ │ │ ├─┬ define-property@1.0.0
│ │ │ │ │ │ └── is-descriptor@1.0.2 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
│ │ │ ├─┬ 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 deduped
│ │ │ │ │ ├── define-property@0.2.5 deduped
│ │ │ │ │ ├── extend-shallow@2.0.1 deduped
│ │ │ │ │ ├── posix-character-classes@0.1.1
│ │ │ │ │ ├── regex-not@1.0.2 deduped
│ │ │ │ │ ├── snapdragon@0.8.2 deduped
│ │ │ │ │ └── to-regex@3.0.2 deduped
│ │ │ │ ├── extend-shallow@2.0.1 deduped
│ │ │ │ ├── fragment-cache@0.2.1 deduped
│ │ │ │ ├── regex-not@1.0.2 deduped
│ │ │ │ ├── snapdragon@0.8.2 deduped
│ │ │ │ └── to-regex@3.0.2 deduped
│ │ │ ├─┬ fragment-cache@0.2.1
│ │ │ │ └── map-cache@0.2.2
│ │ │ ├── kind-of@6.0.2
│ │ │ ├─┬ nanomatch@1.2.13
│ │ │ │ ├── arr-diff@4.0.0 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-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
│ │ │ ├─┬ snapdragon@0.8.2
│ │ │ │ ├─┬ base@0.11.2
│ │ │ │ │ ├─┬ cache-base@1.0.1
│ │ │ │ │ │ ├─┬ collection-visit@1.0.0
│ │ │ │ │ │ │ ├─┬ map-visit@1.0.0
│ │ │ │ │ │ │ │ └── object-visit@1.0.1 deduped
│ │ │ │ │ │ │ └─┬ object-visit@1.0.1
│ │ │ │ │ │ │   └── isobject@3.0.1 deduped
│ │ │ │ │ │ ├── component-emitter@1.3.0
│ │ │ │ │ │ ├── get-value@2.0.6
│ │ │ │ │ │ ├─┬ has-value@1.0.0
│ │ │ │ │ │ │ ├── get-value@2.0.6 deduped
│ │ │ │ │ │ │ ├─┬ has-values@1.0.0
│ │ │ │ │ │ │ │ ├── is-number@3.0.0 deduped
│ │ │ │ │ │ │ │ └─┬ kind-of@4.0.0
│ │ │ │ │ │ │ │   └── is-buffer@1.1.6 deduped
│ │ │ │ │ │ │ └── isobject@3.0.1 deduped
│ │ │ │ │ │ ├── isobject@3.0.1 deduped
│ │ │ │ │ │ ├─┬ set-value@2.0.1
│ │ │ │ │ │ │ ├── extend-shallow@2.0.1 deduped
│ │ │ │ │ │ │ ├── is-extendable@0.1.1 deduped
│ │ │ │ │ │ │ ├── is-plain-object@2.0.4 deduped
│ │ │ │ │ │ │ └── split-string@3.1.0 deduped
│ │ │ │ │ │ ├─┬ to-object-path@0.3.0
│ │ │ │ │ │ │ └── kind-of@3.2.2 deduped
│ │ │ │ │ │ ├─┬ union-value@1.0.1
│ │ │ │ │ │ │ ├── arr-union@3.1.0 deduped
│ │ │ │ │ │ │ ├── get-value@2.0.6 deduped
│ │ │ │ │ │ │ ├── is-extendable@0.1.1 deduped
│ │ │ │ │ │ │ └── set-value@2.0.1 deduped
│ │ │ │ │ │ └─┬ unset-value@1.0.0
│ │ │ │ │ │   ├─┬ has-value@0.3.1
│ │ │ │ │ │   │ ├── get-value@2.0.6 deduped
│ │ │ │ │ │   │ ├── has-values@0.1.4
│ │ │ │ │ │   │ └─┬ isobject@2.1.0
│ │ │ │ │ │   │   └── isarray@1.0.0 deduped
│ │ │ │ │ │   └── isobject@3.0.1 deduped
│ │ │ │ │ ├─┬ class-utils@0.3.6
│ │ │ │ │ │ ├── arr-union@3.1.0 deduped
│ │ │ │ │ │ ├── define-property@0.2.5 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.3.0
│ │ │ │ │ ├─┬ define-property@1.0.0
│ │ │ │ │ │ └── is-descriptor@1.0.2 deduped
│ │ │ │ │ ├── isobject@3.0.1 deduped
│ │ │ │ │ ├─┬ mixin-deep@1.3.2
│ │ │ │ │ │ ├── for-in@1.0.2
│ │ │ │ │ │ └─┬ is-extendable@1.0.1
│ │ │ │ │ │   └── is-plain-object@2.0.4 deduped
│ │ │ │ │ └── pascalcase@0.1.1
│ │ │ │ ├── debug@2.6.9 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.2
│ │ │ │ │ ├── atob@2.1.2
│ │ │ │ │ ├── decode-uri-component@0.2.0 deduped
│ │ │ │ │ ├── resolve-url@0.2.1
│ │ │ │ │ ├── source-map-url@0.4.0
│ │ │ │ │ └── urix@0.1.0 deduped
│ │ │ │ └── use@3.1.1
│ │ │ └─┬ 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
│ │ ├── mkdirp@0.5.1 deduped
│ │ ├── neo-async@2.6.1
│ │ ├─┬ node-libs-browser@2.2.1
│ │ │ ├─┬ assert@1.5.0
│ │ │ │ ├── object-assign@4.1.1 deduped
│ │ │ │ └─┬ util@0.10.3
│ │ │ │   └── inherits@2.0.1
│ │ │ ├─┬ browserify-zlib@0.2.0
│ │ │ │ └── pako@1.0.10
│ │ │ ├─┬ buffer@4.9.1
│ │ │ │ ├── base64-js@1.3.1
│ │ │ │ ├── ieee754@1.1.13
│ │ │ │ └── isarray@1.0.0 deduped
│ │ │ ├─┬ console-browserify@1.1.0
│ │ │ │ └── date-now@0.1.4
│ │ │ ├── constants-browserify@1.0.0
│ │ │ ├─┬ crypto-browserify@3.12.0
│ │ │ │ ├─┬ browserify-cipher@1.0.1
│ │ │ │ │ ├─┬ browserify-aes@1.2.0
│ │ │ │ │ │ ├── buffer-xor@1.0.3
│ │ │ │ │ │ ├── cipher-base@1.0.4 deduped
│ │ │ │ │ │ ├── create-hash@1.2.0 deduped
│ │ │ │ │ │ ├── evp_bytestokey@1.0.3 deduped
│ │ │ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ │ │ └── safe-buffer@5.2.0 deduped
│ │ │ │ │ ├─┬ browserify-des@1.0.2
│ │ │ │ │ │ ├── cipher-base@1.0.4 deduped
│ │ │ │ │ │ ├─┬ des.js@1.0.0
│ │ │ │ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ │ │ │ └── minimalistic-assert@1.0.1 deduped
│ │ │ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ │ │ └── safe-buffer@5.2.0 deduped
│ │ │ │ │ └─┬ evp_bytestokey@1.0.3
│ │ │ │ │   ├── md5.js@1.3.5 deduped
│ │ │ │ │   └── safe-buffer@5.2.0 deduped
│ │ │ │ ├─┬ browserify-sign@4.0.4
│ │ │ │ │ ├── bn.js@4.11.8
│ │ │ │ │ ├─┬ browserify-rsa@4.0.1
│ │ │ │ │ │ ├── bn.js@4.11.8 deduped
│ │ │ │ │ │ └── randombytes@2.1.0 deduped
│ │ │ │ │ ├── create-hash@1.2.0 deduped
│ │ │ │ │ ├── create-hmac@1.1.7 deduped
│ │ │ │ │ ├─┬ elliptic@6.5.1
│ │ │ │ │ │ ├── bn.js@4.11.8 deduped
│ │ │ │ │ │ ├── brorand@1.1.0
│ │ │ │ │ │ ├─┬ hash.js@1.1.7
│ │ │ │ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ │ │ │ └── minimalistic-assert@1.0.1 deduped
│ │ │ │ │ │ ├─┬ hmac-drbg@1.0.1
│ │ │ │ │ │ │ ├── hash.js@1.1.7 deduped
│ │ │ │ │ │ │ ├── minimalistic-assert@1.0.1 deduped
│ │ │ │ │ │ │ └── minimalistic-crypto-utils@1.0.1 deduped
│ │ │ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ │ │ ├── minimalistic-assert@1.0.1 deduped
│ │ │ │ │ │ └── minimalistic-crypto-utils@1.0.1
│ │ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ │ └─┬ parse-asn1@5.1.5
│ │ │ │ │   ├─┬ asn1.js@4.10.1
│ │ │ │ │   │ ├── bn.js@4.11.8 deduped
│ │ │ │ │   │ ├── inherits@2.0.4 deduped
│ │ │ │ │   │ └── minimalistic-assert@1.0.1 deduped
│ │ │ │ │   ├── browserify-aes@1.2.0 deduped
│ │ │ │ │   ├── create-hash@1.2.0 deduped
│ │ │ │ │   ├── evp_bytestokey@1.0.3 deduped
│ │ │ │ │   ├── pbkdf2@3.0.17 deduped
│ │ │ │ │   └── safe-buffer@5.2.0 deduped
│ │ │ │ ├─┬ create-ecdh@4.0.3
│ │ │ │ │ ├── bn.js@4.11.8 deduped
│ │ │ │ │ └── elliptic@6.5.1 deduped
│ │ │ │ ├─┬ create-hash@1.2.0
│ │ │ │ │ ├─┬ cipher-base@1.0.4
│ │ │ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ │ │ └── safe-buffer@5.2.0 deduped
│ │ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ │ ├─┬ md5.js@1.3.5
│ │ │ │ │ │ ├─┬ hash-base@3.0.4
│ │ │ │ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ │ │ │ └── safe-buffer@5.2.0 deduped
│ │ │ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ │ │ └── safe-buffer@5.2.0 deduped
│ │ │ │ │ ├─┬ ripemd160@2.0.2
│ │ │ │ │ │ ├── hash-base@3.0.4 deduped
│ │ │ │ │ │ └── inherits@2.0.4 deduped
│ │ │ │ │ └─┬ sha.js@2.4.11
│ │ │ │ │   ├── inherits@2.0.4 deduped
│ │ │ │ │   └── safe-buffer@5.2.0 deduped
│ │ │ │ ├─┬ create-hmac@1.1.7
│ │ │ │ │ ├── cipher-base@1.0.4 deduped
│ │ │ │ │ ├── create-hash@1.2.0 deduped
│ │ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ │ ├── ripemd160@2.0.2 deduped
│ │ │ │ │ ├── safe-buffer@5.2.0 deduped
│ │ │ │ │ └── sha.js@2.4.11 deduped
│ │ │ │ ├─┬ diffie-hellman@5.0.3
│ │ │ │ │ ├── bn.js@4.11.8 deduped
│ │ │ │ │ ├─┬ miller-rabin@4.0.1
│ │ │ │ │ │ ├── bn.js@4.11.8 deduped
│ │ │ │ │ │ └── brorand@1.1.0 deduped
│ │ │ │ │ └── randombytes@2.1.0 deduped
│ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ ├─┬ pbkdf2@3.0.17
│ │ │ │ │ ├── create-hash@1.2.0 deduped
│ │ │ │ │ ├── create-hmac@1.1.7 deduped
│ │ │ │ │ ├── ripemd160@2.0.2 deduped
│ │ │ │ │ ├── safe-buffer@5.2.0 deduped
│ │ │ │ │ └── sha.js@2.4.11 deduped
│ │ │ │ ├─┬ public-encrypt@4.0.3
│ │ │ │ │ ├── bn.js@4.11.8 deduped
│ │ │ │ │ ├── browserify-rsa@4.0.1 deduped
│ │ │ │ │ ├── create-hash@1.2.0 deduped
│ │ │ │ │ ├── parse-asn1@5.1.5 deduped
│ │ │ │ │ ├── randombytes@2.1.0 deduped
│ │ │ │ │ └── safe-buffer@5.2.0 deduped
│ │ │ │ ├─┬ randombytes@2.1.0
│ │ │ │ │ └── safe-buffer@5.2.0 deduped
│ │ │ │ └─┬ randomfill@1.0.4
│ │ │ │   ├── randombytes@2.1.0 deduped
│ │ │ │   └── safe-buffer@5.2.0 deduped
│ │ │ ├── domain-browser@1.2.0
│ │ │ ├── events@3.0.0
│ │ │ ├── https-browserify@1.0.0
│ │ │ ├── os-browserify@0.3.0
│ │ │ ├── path-browserify@0.0.1
│ │ │ ├── process@0.11.10
│ │ │ ├── punycode@1.4.1
│ │ │ ├── querystring-es3@0.2.1
│ │ │ ├── readable-stream@2.3.6 deduped
│ │ │ ├─┬ stream-browserify@2.0.2
│ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ └── readable-stream@2.3.6 deduped
│ │ │ ├─┬ stream-http@2.8.3
│ │ │ │ ├── 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.2
│ │ │ ├─┬ string_decoder@1.3.0
│ │ │ │ └── safe-buffer@5.2.0 deduped
│ │ │ ├─┬ timers-browserify@2.0.11
│ │ │ │ └── setimmediate@1.0.5 deduped
│ │ │ ├── tty-browserify@0.0.0
│ │ │ ├── url@0.11.0 deduped
│ │ │ ├─┬ util@0.11.1
│ │ │ │ └── inherits@2.0.3
│ │ │ └── vm-browserify@1.1.0
│ │ ├─┬ schema-utils@1.0.0
│ │ │ ├── ajv@6.10.2 deduped
│ │ │ ├── ajv-errors@1.0.1
│ │ │ └── ajv-keywords@3.4.1 deduped
│ │ ├── tapable@1.1.3
│ │ ├─┬ terser-webpack-plugin@1.4.3
│ │ │ ├── cacache@12.0.3 deduped
│ │ │ ├── find-cache-dir@2.1.0 deduped
│ │ │ ├── is-wsl@1.1.0 deduped
│ │ │ ├── schema-utils@1.0.0 deduped
│ │ │ ├── serialize-javascript@2.1.2
│ │ │ ├── source-map@0.6.1 deduped
│ │ │ ├── terser@4.3.4 deduped
│ │ │ ├── webpack-sources@1.4.3 deduped
│ │ │ └── worker-farm@1.7.0 deduped
│ │ ├─┬ watchpack@1.6.0
│ │ │ ├── chokidar@2.1.8 deduped
│ │ │ ├── graceful-fs@4.2.2 deduped
│ │ │ └── neo-async@2.6.1 deduped
│ │ └─┬ webpack-sources@1.4.3
│ │   ├── source-list-map@2.0.1
│ │   └── source-map@0.6.1 deduped
│ └─┬ webpack-cli@3.3.11
│   ├─┬ chalk@2.4.2
│   │ ├── ansi-styles@3.2.1 deduped
│   │ ├── escape-string-regexp@1.0.5 deduped
│   │ └─┬ supports-color@5.5.0
│   │   └── has-flag@3.0.0 deduped
│   ├─┬ cross-spawn@6.0.5
│   │ ├── nice-try@1.0.5
│   │ ├── path-key@2.0.1
│   │ ├── semver@5.7.1 deduped
│   │ ├─┬ shebang-command@1.2.0
│   │ │ └── shebang-regex@1.0.0
│   │ └─┬ which@1.3.1
│   │   └── isexe@2.0.0 deduped
│   ├── enhanced-resolve@4.1.0 deduped
│   ├─┬ findup-sync@3.0.0
│   │ ├── detect-file@1.0.0
│   │ ├── is-glob@4.0.1 deduped
│   │ ├── micromatch@3.1.10 deduped
│   │ └─┬ resolve-dir@1.0.1
│   │   ├─┬ expand-tilde@2.0.2
│   │   │ └─┬ homedir-polyfill@1.0.3
│   │   │   └── parse-passwd@1.0.0
│   │   └─┬ global-modules@1.0.0
│   │     ├─┬ global-prefix@1.0.2
│   │     │ ├── expand-tilde@2.0.2 deduped
│   │     │ ├── homedir-polyfill@1.0.3 deduped
│   │     │ ├── ini@1.3.5 deduped
│   │     │ ├── is-windows@1.0.2 deduped
│   │     │ └── which@1.3.1 deduped
│   │     ├── is-windows@1.0.2 deduped
│   │     └── resolve-dir@1.0.1 deduped
│   ├─┬ global-modules@2.0.0
│   │ └─┬ global-prefix@3.0.0
│   │   ├── ini@1.3.5
│   │   ├── kind-of@6.0.2
│   │   └── which@1.3.1 deduped
│   ├─┬ import-local@2.0.0
│   │ ├── pkg-dir@3.0.0 deduped
│   │ └─┬ resolve-cwd@2.0.0
│   │   └── resolve-from@3.0.0
│   ├── interpret@1.2.0
│   ├── loader-utils@1.2.3 deduped
│   ├─┬ supports-color@6.1.0
│   │ └── has-flag@3.0.0 deduped
│   ├── v8-compile-cache@2.0.3
│   └─┬ 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
│     │   ├── 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
│     ├── find-up@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 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 deduped
│     │ ├── 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 deduped
│       └── decamelize@1.2.0
├─┬ react-icons@3.8.0
│ └── camelcase@5.3.1
├─┬ react-image@2.2.1
│ └── prop-types@15.7.2 deduped
├─┬ react-json-editor-ajrm@2.5.9
│ └─┬ @babel/runtime@7.7.2
│   └── regenerator-runtime@0.13.3
├── react-json-editor-viewer@1.0.7
├─┬ react-json-tree@0.11.2
│ ├─┬ babel-runtime@6.26.0
│ │ ├── core-js@2.6.9
│ │ └── regenerator-runtime@0.11.1
│ ├── prop-types@15.7.2 deduped
│ └─┬ react-base16-styling@0.5.3
│   ├── base16@1.0.0
│   ├── lodash.curry@4.1.1
│   ├── lodash.flow@3.5.0
│   └── pure-color@1.3.0
├── react-load-script@0.0.6
├── react-loading@2.0.3
├─┬ react-loading-bar@0.0.7
│ └─┬ shallowequal@0.2.2
│   └─┬ lodash.keys@3.1.2
│     ├── lodash._getnative@3.9.1
│     ├── lodash.isarguments@3.1.0
│     └── lodash.isarray@3.0.4
├─┬ react-loading-overlay@1.0.1
│ ├─┬ emotion@10.0.23
│ │ ├─┬ babel-plugin-emotion@10.0.23
│ │ │ ├── @babel/helper-module-imports@7.0.0 deduped
│ │ │ ├── @emotion/hash@0.7.3 deduped
│ │ │ ├── @emotion/memoize@0.7.3
│ │ │ ├─┬ @emotion/serialize@0.11.14
│ │ │ │ ├── @emotion/hash@0.7.3 deduped
│ │ │ │ ├── @emotion/memoize@0.7.3 deduped
│ │ │ │ ├── @emotion/unitless@0.7.4
│ │ │ │ ├── @emotion/utils@0.11.2
│ │ │ │ └── csstype@2.6.7 deduped
│ │ │ ├─┬ babel-plugin-macros@2.6.2
│ │ │ │ ├── @babel/runtime@7.7.2 deduped
│ │ │ │ ├─┬ cosmiconfig@6.0.0
│ │ │ │ │ ├── @types/parse-json@4.0.0
│ │ │ │ │ ├─┬ import-fresh@3.2.1
│ │ │ │ │ │ ├── parent-module@1.0.1 deduped
│ │ │ │ │ │ └── resolve-from@4.0.0
│ │ │ │ │ ├─┬ parse-json@5.0.0
│ │ │ │ │ │ ├── @babel/code-frame@7.5.5 deduped
│ │ │ │ │ │ ├── error-ex@1.3.2 deduped
│ │ │ │ │ │ ├── json-parse-better-errors@1.0.2 deduped
│ │ │ │ │ │ └── lines-and-columns@1.1.6
│ │ │ │ │ ├── path-type@4.0.0
│ │ │ │ │ └─┬ yaml@1.7.2
│ │ │ │ │   └── @babel/runtime@7.7.2 deduped
│ │ │ │ └── resolve@1.12.0 deduped
│ │ │ ├── babel-plugin-syntax-jsx@6.18.0 deduped
│ │ │ ├─┬ convert-source-map@1.7.0
│ │ │ │ └── safe-buffer@5.1.2
│ │ │ ├── escape-string-regexp@1.0.5 deduped
│ │ │ ├── find-root@1.1.0
│ │ │ └── source-map@0.5.7
│ │ └─┬ create-emotion@10.0.14
│ │   ├─┬ @emotion/cache@10.0.19
│ │   │ ├── @emotion/sheet@0.9.3 deduped
│ │   │ ├── @emotion/stylis@0.8.4
│ │   │ ├── @emotion/utils@0.11.2 deduped
│ │   │ └── @emotion/weak-memoize@0.2.4
│ │   ├─┬ @emotion/serialize@0.11.14
│ │   │ ├── @emotion/hash@0.7.3 deduped
│ │   │ ├── @emotion/memoize@0.7.3
│ │   │ ├── @emotion/unitless@0.7.4
│ │   │ ├── @emotion/utils@0.11.2 deduped
│ │   │ └── csstype@2.6.7 deduped
│ │   ├── @emotion/sheet@0.9.3
│ │   └── @emotion/utils@0.11.2
│ ├── prop-types@15.7.2 deduped
│ └─┬ react-transition-group@2.9.0
│   ├─┬ dom-helpers@3.4.0
│   │ └── @babel/runtime@7.7.2 deduped
│   ├── loose-envify@1.4.0 deduped
│   ├── prop-types@15.7.2 deduped
│   └── react-lifecycles-compat@3.0.4 deduped
├─┬ react-modal@3.11.2
│ ├── exenv@1.2.2
│ ├── prop-types@15.7.2 deduped
│ ├── react-lifecycles-compat@3.0.4
│ └─┬ warning@4.0.3
│   └── loose-envify@1.4.0 deduped
├─┬ react-redux@7.1.3
│ ├── @babel/runtime@7.7.2 deduped
│ ├─┬ hoist-non-react-statics@3.3.1
│ │ └── react-is@16.12.0 deduped
│ ├── invariant@2.2.4 deduped
│ ├── loose-envify@1.4.0 deduped
│ ├── prop-types@15.7.2 deduped
│ └── react-is@16.12.0
├─┬ react-rnd@10.1.6
│ ├── re-resizable@6.2.0 deduped
│ ├─┬ react-draggable@4.2.0
│ │ ├── classnames@2.2.6 deduped
│ │ └── prop-types@15.7.2 deduped
│ └── tslib@1.10.0
├─┬ react-scripts@3.2.0
│ ├─┬ @babel/core@7.6.0
│ │ ├── @babel/code-frame@7.5.5 deduped
│ │ ├─┬ @babel/generator@7.6.2
│ │ │ ├── @babel/types@7.6.1 deduped
│ │ │ ├── jsesc@2.5.2 deduped
│ │ │ ├── lodash@4.17.15 deduped
│ │ │ └── source-map@0.5.7
│ │ ├─┬ @babel/helpers@7.6.2
│ │ │ ├── @babel/template@7.6.0 deduped
│ │ │ ├── @babel/traverse@7.6.2 deduped
│ │ │ └── @babel/types@7.6.1 deduped
│ │ ├── @babel/parser@7.6.2 deduped
│ │ ├─┬ @babel/template@7.6.0
│ │ │ ├── @babel/code-frame@7.5.5 deduped
│ │ │ ├── @babel/parser@7.6.2 deduped
│ │ │ └── @babel/types@7.6.1 deduped
│ │ ├── @babel/traverse@7.6.2 deduped
│ │ ├── @babel/types@7.6.1 deduped
│ │ ├─┬ convert-source-map@1.6.0
│ │ │ └── safe-buffer@5.1.2
│ │ ├─┬ debug@4.1.1
│ │ │ └── ms@2.1.2
│ │ ├── json5@2.1.1 deduped
│ │ ├── lodash@4.17.15 deduped
│ │ ├── resolve@1.12.0 deduped
│ │ ├── semver@5.7.1
│ │ └── source-map@0.5.7
│ ├─┬ @svgr/webpack@4.3.2
│ │ ├─┬ @babel/core@7.6.2
│ │ │ ├── @babel/code-frame@7.5.5 deduped
│ │ │ ├── @babel/generator@7.6.2 deduped
│ │ │ ├── @babel/helpers@7.6.2 deduped
│ │ │ ├── @babel/parser@7.6.2 deduped
│ │ │ ├── @babel/template@7.6.0 deduped
│ │ │ ├── @babel/traverse@7.6.2 deduped
│ │ │ ├── @babel/types@7.6.1 deduped
│ │ │ ├── convert-source-map@1.6.0 deduped
│ │ │ ├─┬ debug@4.1.1
│ │ │ │ └── ms@2.1.2
│ │ │ ├── json5@2.1.1 deduped
│ │ │ ├── lodash@4.17.15 deduped
│ │ │ ├── resolve@1.12.0 deduped
│ │ │ ├── semver@5.7.1 deduped
│ │ │ └── source-map@0.5.7
│ │ ├─┬ @babel/plugin-transform-react-constant-elements@7.6.0
│ │ │ ├── @babel/helper-annotate-as-pure@7.0.0 deduped
│ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped
│ │ ├─┬ @babel/preset-env@7.6.2
│ │ │ ├── @babel/helper-module-imports@7.0.0 deduped
│ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ ├─┬ @babel/plugin-proposal-async-generator-functions@7.2.0
│ │ │ │ ├── @babel/core@7.6.2 extraneous
│ │ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ │ ├─┬ @babel/helper-remap-async-to-generator@7.1.0
│ │ │ │ │ ├── @babel/helper-annotate-as-pure@7.0.0 deduped
│ │ │ │ │ ├─┬ @babel/helper-wrap-function@7.2.0
│ │ │ │ │ │ ├── @babel/helper-function-name@7.1.0 deduped
│ │ │ │ │ │ ├── @babel/template@7.6.0 deduped
│ │ │ │ │ │ ├── @babel/traverse@7.6.2 deduped
│ │ │ │ │ │ └── @babel/types@7.6.1 deduped
│ │ │ │ │ ├── @babel/template@7.6.0 deduped
│ │ │ │ │ ├── @babel/traverse@7.6.2 deduped
│ │ │ │ │ └── @babel/types@7.6.1 deduped
│ │ │ │ └── @babel/plugin-syntax-async-generators@7.2.0 deduped
│ │ │ ├─┬ @babel/plugin-proposal-dynamic-import@7.5.0
│ │ │ │ ├── @babel/core@7.6.2 extraneous
│ │ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ │ └── @babel/plugin-syntax-dynamic-import@7.2.0 deduped
│ │ │ ├─┬ @babel/plugin-proposal-json-strings@7.2.0
│ │ │ │ ├── @babel/core@7.6.2 extraneous
│ │ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ │ └── @babel/plugin-syntax-json-strings@7.2.0 deduped
│ │ │ ├─┬ @babel/plugin-proposal-object-rest-spread@7.6.2
│ │ │ │ ├── @babel/core@7.6.2 extraneous
│ │ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ │ └── @babel/plugin-syntax-object-rest-spread@7.2.0 deduped
│ │ │ ├─┬ @babel/plugin-proposal-optional-catch-binding@7.2.0
│ │ │ │ ├── @babel/core@7.6.2 extraneous
│ │ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ │ └── @babel/plugin-syntax-optional-catch-binding@7.2.0 deduped
│ │ │ ├─┬ @babel/plugin-proposal-unicode-property-regex@7.6.2
│ │ │ │ ├── @babel/core@7.6.2 extraneous
│ │ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ │ ├─┬ @babel/helper-regex@7.5.5
│ │ │ │ │ └── lodash@4.17.15 deduped
│ │ │ │ └── regexpu-core@4.6.0 deduped
│ │ │ ├─┬ @babel/plugin-syntax-async-generators@7.2.0
│ │ │ │ ├── @babel/core@7.6.2 extraneous
│ │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ ├── @babel/plugin-syntax-dynamic-import@7.2.0 deduped
│ │ │ ├─┬ @babel/plugin-syntax-json-strings@7.2.0
│ │ │ │ ├── @babel/core@7.6.2 extraneous
│ │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ ├─┬ @babel/plugin-syntax-object-rest-spread@7.2.0
│ │ │ │ ├── @babel/core@7.6.2 extraneous
│ │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ ├─┬ @babel/plugin-syntax-optional-catch-binding@7.2.0
│ │ │ │ ├── @babel/core@7.6.2 extraneous
│ │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ ├─┬ @babel/plugin-transform-arrow-functions@7.2.0
│ │ │ │ ├── @babel/core@7.6.2 extraneous
│ │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ ├─┬ @babel/plugin-transform-async-to-generator@7.5.0
│ │ │ │ ├── @babel/core@7.6.2 extraneous
│ │ │ │ ├── @babel/helper-module-imports@7.0.0 deduped
│ │ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ │ └── @babel/helper-remap-async-to-generator@7.1.0 deduped
│ │ │ ├─┬ @babel/plugin-transform-block-scoped-functions@7.2.0
│ │ │ │ ├── @babel/core@7.6.2 extraneous
│ │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ ├─┬ @babel/plugin-transform-block-scoping@7.6.2
│ │ │ │ ├── @babel/core@7.6.2 extraneous
│ │ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ │ └── lodash@4.17.15 deduped
│ │ │ ├─┬ @babel/plugin-transform-classes@7.5.5
│ │ │ │ ├── @babel/core@7.6.2 extraneous
│ │ │ │ ├── @babel/helper-annotate-as-pure@7.0.0 deduped
│ │ │ │ ├─┬ @babel/helper-define-map@7.5.5
│ │ │ │ │ ├── @babel/helper-function-name@7.1.0 deduped
│ │ │ │ │ ├── @babel/types@7.6.1 deduped
│ │ │ │ │ └── lodash@4.17.15 deduped
│ │ │ │ ├── @babel/helper-function-name@7.1.0 deduped
│ │ │ │ ├─┬ @babel/helper-optimise-call-expression@7.0.0
│ │ │ │ │ └── @babel/types@7.6.1 deduped
│ │ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ │ ├─┬ @babel/helper-replace-supers@7.5.5
│ │ │ │ │ ├── @babel/helper-member-expression-to-functions@7.5.5 deduped
│ │ │ │ │ ├── @babel/helper-optimise-call-expression@7.0.0 deduped
│ │ │ │ │ ├── @babel/traverse@7.6.2 deduped
│ │ │ │ │ └── @babel/types@7.6.1 deduped
│ │ │ │ ├── @babel/helper-split-export-declaration@7.4.4 deduped
│ │ │ │ └── globals@11.12.0 deduped
│ │ │ ├─┬ @babel/plugin-transform-computed-properties@7.2.0
│ │ │ │ ├── @babel/core@7.6.2 extraneous
│ │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ ├── @babel/plugin-transform-destructuring@7.6.0 deduped
│ │ │ ├─┬ @babel/plugin-transform-dotall-regex@7.6.2
│ │ │ │ ├── @babel/core@7.6.2 extraneous
│ │ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ │ ├── @babel/helper-regex@7.5.5 deduped
│ │ │ │ └── regexpu-core@4.6.0 deduped
│ │ │ ├─┬ @babel/plugin-transform-duplicate-keys@7.5.0
│ │ │ │ ├── @babel/core@7.6.2 extraneous
│ │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ ├─┬ @babel/plugin-transform-exponentiation-operator@7.2.0
│ │ │ │ ├── @babel/core@7.6.2 extraneous
│ │ │ │ ├─┬ @babel/helper-builder-binary-assignment-operator-visitor@7.1.0
│ │ │ │ │ ├─┬ @babel/helper-explode-assignable-expression@7.1.0
│ │ │ │ │ │ ├── @babel/traverse@7.6.2 deduped
│ │ │ │ │ │ └── @babel/types@7.6.1 deduped
│ │ │ │ │ └── @babel/types@7.6.1 deduped
│ │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ ├─┬ @babel/plugin-transform-for-of@7.4.4
│ │ │ │ ├── @babel/core@7.6.2 extraneous
│ │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ ├─┬ @babel/plugin-transform-function-name@7.4.4
│ │ │ │ ├── @babel/core@7.6.2 extraneous
│ │ │ │ ├── @babel/helper-function-name@7.1.0 deduped
│ │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ ├─┬ @babel/plugin-transform-literals@7.2.0
│ │ │ │ ├── @babel/core@7.6.2 extraneous
│ │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ ├─┬ @babel/plugin-transform-member-expression-literals@7.2.0
│ │ │ │ ├── @babel/core@7.6.2 extraneous
│ │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ ├─┬ @babel/plugin-transform-modules-amd@7.5.0
│ │ │ │ ├── @babel/core@7.6.2 extraneous
│ │ │ │ ├─┬ @babel/helper-module-transforms@7.5.5
│ │ │ │ │ ├── @babel/helper-module-imports@7.0.0 deduped
│ │ │ │ │ ├── @babel/helper-simple-access@7.1.0 deduped
│ │ │ │ │ ├── @babel/helper-split-export-declaration@7.4.4 deduped
│ │ │ │ │ ├── @babel/template@7.6.0 deduped
│ │ │ │ │ ├── @babel/types@7.6.1 deduped
│ │ │ │ │ └── lodash@4.17.15 deduped
│ │ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ │ └── babel-plugin-dynamic-import-node@2.3.0 deduped
│ │ │ ├─┬ @babel/plugin-transform-modules-commonjs@7.6.0
│ │ │ │ ├── @babel/core@7.6.2 extraneous
│ │ │ │ ├─┬ @babel/helper-module-transforms@7.5.5
│ │ │ │ │ ├── @babel/helper-module-imports@7.0.0 deduped
│ │ │ │ │ ├── @babel/helper-simple-access@7.1.0 deduped
│ │ │ │ │ ├── @babel/helper-split-export-declaration@7.4.4 deduped
│ │ │ │ │ ├── @babel/template@7.6.0 deduped
│ │ │ │ │ ├── @babel/types@7.6.1 deduped
│ │ │ │ │ └── lodash@4.17.15 deduped
│ │ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ │ ├─┬ @babel/helper-simple-access@7.1.0
│ │ │ │ │ ├── @babel/template@7.6.0 deduped
│ │ │ │ │ └── @babel/types@7.6.1 deduped
│ │ │ │ └── babel-plugin-dynamic-import-node@2.3.0 deduped
│ │ │ ├─┬ @babel/plugin-transform-modules-systemjs@7.5.0
│ │ │ │ ├── @babel/core@7.6.2 extraneous
│ │ │ │ ├─┬ @babel/helper-hoist-variables@7.4.4
│ │ │ │ │ └── @babel/types@7.6.1 deduped
│ │ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ │ └── babel-plugin-dynamic-import-node@2.3.0 deduped
│ │ │ ├─┬ @babel/plugin-transform-modules-umd@7.2.0
│ │ │ │ ├── @babel/core@7.6.2 extraneous
│ │ │ │ ├─┬ @babel/helper-module-transforms@7.5.5
│ │ │ │ │ ├── @babel/helper-module-imports@7.0.0 deduped
│ │ │ │ │ ├── @babel/helper-simple-access@7.1.0 deduped
│ │ │ │ │ ├── @babel/helper-split-export-declaration@7.4.4 deduped
│ │ │ │ │ ├── @babel/template@7.6.0 deduped
│ │ │ │ │ ├── @babel/types@7.6.1 deduped
│ │ │ │ │ └── lodash@4.17.15 deduped
│ │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ ├─┬ @babel/plugin-transform-named-capturing-groups-regex@7.6.2
│ │ │ │ ├── @babel/core@7.6.2 extraneous
│ │ │ │ └── regexpu-core@4.6.0 deduped
│ │ │ ├─┬ @babel/plugin-transform-new-target@7.4.4
│ │ │ │ ├── @babel/core@7.6.2 extraneous
│ │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ ├─┬ @babel/plugin-transform-object-super@7.5.5
│ │ │ │ ├── @babel/core@7.6.2 extraneous
│ │ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ │ └── @babel/helper-replace-supers@7.5.5 deduped
│ │ │ ├─┬ @babel/plugin-transform-parameters@7.4.4
│ │ │ │ ├── @babel/core@7.6.2 extraneous
│ │ │ │ ├─┬ @babel/helper-call-delegate@7.4.4
│ │ │ │ │ ├── @babel/helper-hoist-variables@7.4.4 deduped
│ │ │ │ │ ├── @babel/traverse@7.6.2 deduped
│ │ │ │ │ └── @babel/types@7.6.1 deduped
│ │ │ │ ├── @babel/helper-get-function-arity@7.0.0 deduped
│ │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ ├─┬ @babel/plugin-transform-property-literals@7.2.0
│ │ │ │ ├── @babel/core@7.6.2 extraneous
│ │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ ├─┬ @babel/plugin-transform-regenerator@7.4.5
│ │ │ │ ├── @babel/core@7.6.2 extraneous
│ │ │ │ └─┬ regenerator-transform@0.14.1
│ │ │ │   └── private@0.1.8 deduped
│ │ │ ├─┬ @babel/plugin-transform-reserved-words@7.2.0
│ │ │ │ ├── @babel/core@7.6.2 extraneous
│ │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ ├─┬ @babel/plugin-transform-shorthand-properties@7.2.0
│ │ │ │ ├── @babel/core@7.6.2 extraneous
│ │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ ├─┬ @babel/plugin-transform-spread@7.6.2
│ │ │ │ ├── @babel/core@7.6.2 extraneous
│ │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ ├─┬ @babel/plugin-transform-sticky-regex@7.2.0
│ │ │ │ ├── @babel/core@7.6.2 extraneous
│ │ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ │ └── @babel/helper-regex@7.5.5 deduped
│ │ │ ├─┬ @babel/plugin-transform-template-literals@7.4.4
│ │ │ │ ├── @babel/core@7.6.2 extraneous
│ │ │ │ ├── @babel/helper-annotate-as-pure@7.0.0 deduped
│ │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ ├─┬ @babel/plugin-transform-typeof-symbol@7.2.0
│ │ │ │ ├── @babel/core@7.6.2 extraneous
│ │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ ├─┬ @babel/plugin-transform-unicode-regex@7.6.2
│ │ │ │ ├── @babel/core@7.6.2 extraneous
│ │ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ │ ├── @babel/helper-regex@7.5.5 deduped
│ │ │ │ └── regexpu-core@4.6.0 deduped
│ │ │ ├── @babel/types@7.6.1 deduped
│ │ │ ├── browserslist@4.7.0 deduped
│ │ │ ├─┬ core-js-compat@3.2.1
│ │ │ │ ├── browserslist@4.7.0 deduped
│ │ │ │ └── semver@6.3.0
│ │ │ ├── invariant@2.2.4 deduped
│ │ │ ├── js-levenshtein@1.1.6 deduped
│ │ │ └── semver@5.7.1 deduped
│ │ ├── @babel/preset-react@7.0.0 deduped
│ │ ├─┬ @svgr/core@4.3.3
│ │ │ ├── @svgr/plugin-jsx@4.3.3 deduped
│ │ │ ├── camelcase@5.3.1 deduped
│ │ │ └─┬ cosmiconfig@5.2.1
│ │ │   ├─┬ import-fresh@2.0.0
│ │ │   │ ├─┬ caller-path@2.0.0
│ │ │   │ │ └─┬ caller-callsite@2.0.0
│ │ │   │ │   └── callsites@2.0.0
│ │ │   │ └── resolve-from@3.0.0 deduped
│ │ │   ├── is-directory@0.3.1
│ │ │   ├── js-yaml@3.13.1 deduped
│ │ │   └─┬ parse-json@4.0.0
│ │ │     ├─┬ error-ex@1.3.2
│ │ │     │ └── is-arrayish@0.2.1
│ │ │     └── json-parse-better-errors@1.0.2 deduped
│ │ ├─┬ @svgr/plugin-jsx@4.3.3
│ │ │ ├─┬ @babel/core@7.6.2
│ │ │ │ ├── @babel/code-frame@7.5.5 deduped
│ │ │ │ ├── @babel/generator@7.6.2 deduped
│ │ │ │ ├── @babel/helpers@7.6.2 deduped
│ │ │ │ ├── @babel/parser@7.6.2 deduped
│ │ │ │ ├── @babel/template@7.6.0 deduped
│ │ │ │ ├── @babel/traverse@7.6.2 deduped
│ │ │ │ ├── @babel/types@7.6.1 deduped
│ │ │ │ ├── convert-source-map@1.6.0 deduped
│ │ │ │ ├─┬ debug@4.1.1
│ │ │ │ │ └── ms@2.1.2
│ │ │ │ ├── json5@2.1.1 deduped
│ │ │ │ ├── lodash@4.17.15 deduped
│ │ │ │ ├── resolve@1.12.0 deduped
│ │ │ │ ├── semver@5.7.1 deduped
│ │ │ │ └── source-map@0.5.7
│ │ │ ├─┬ @svgr/babel-preset@4.3.3
│ │ │ │ ├── @svgr/babel-plugin-add-jsx-attribute@4.2.0
│ │ │ │ ├── @svgr/babel-plugin-remove-jsx-attribute@4.2.0
│ │ │ │ ├── @svgr/babel-plugin-remove-jsx-empty-expression@4.2.0
│ │ │ │ ├── @svgr/babel-plugin-replace-jsx-attribute-value@4.2.0
│ │ │ │ ├── @svgr/babel-plugin-svg-dynamic-title@4.3.3
│ │ │ │ ├── @svgr/babel-plugin-svg-em-dimensions@4.2.0
│ │ │ │ ├── @svgr/babel-plugin-transform-react-native-svg@4.2.0
│ │ │ │ └── @svgr/babel-plugin-transform-svg-component@4.2.0
│ │ │ ├─┬ @svgr/hast-util-to-babel-ast@4.3.2
│ │ │ │ └── @babel/types@7.6.1 deduped
│ │ │ └── svg-parser@2.0.2
│ │ ├─┬ @svgr/plugin-svgo@4.3.1
│ │ │ ├── cosmiconfig@5.2.1 deduped
│ │ │ ├─┬ merge-deep@3.0.2
│ │ │ │ ├── arr-union@3.1.0
│ │ │ │ ├─┬ clone-deep@0.2.4
│ │ │ │ │ ├─┬ for-own@0.1.5
│ │ │ │ │ │ └── for-in@1.0.2 deduped
│ │ │ │ │ ├── is-plain-object@2.0.4 deduped
│ │ │ │ │ ├── kind-of@3.2.2 deduped
│ │ │ │ │ ├── lazy-cache@1.0.4
│ │ │ │ │ └─┬ shallow-clone@0.1.2
│ │ │ │ │   ├── is-extendable@0.1.1 deduped
│ │ │ │ │   ├─┬ kind-of@2.0.1
│ │ │ │ │   │ └── is-buffer@1.1.6 deduped
│ │ │ │ │   ├── lazy-cache@0.2.7
│ │ │ │ │   └─┬ mixin-object@2.0.1
│ │ │ │ │     ├── for-in@0.1.8
│ │ │ │ │     └── is-extendable@0.1.1 deduped
│ │ │ │ └─┬ kind-of@3.2.2
│ │ │ │   └── is-buffer@1.1.6
│ │ │ └─┬ svgo@1.3.0
│ │ │   ├── chalk@2.4.2 deduped
│ │ │   ├─┬ coa@2.0.2
│ │ │   │ ├── @types/q@1.5.2
│ │ │   │ ├── chalk@2.4.2 deduped
│ │ │   │ └── q@1.5.1
│ │ │   ├─┬ css-select@2.0.2
│ │ │   │ ├── boolbase@1.0.0
│ │ │   │ ├── css-what@2.1.3
│ │ │   │ ├─┬ domutils@1.7.0
│ │ │   │ │ ├─┬ dom-serializer@0.2.1
│ │ │   │ │ │ ├── domelementtype@2.0.1
│ │ │   │ │ │ └── entities@2.0.0
│ │ │   │ │ └── domelementtype@1.3.1 deduped
│ │ │   │ └─┬ nth-check@1.0.2
│ │ │   │   └── boolbase@1.0.0 deduped
│ │ │   ├── css-select-base-adapter@0.1.1
│ │ │   ├─┬ css-tree@1.0.0-alpha.33
│ │ │   │ ├── mdn-data@2.0.4
│ │ │   │ └── source-map@0.5.7
│ │ │   ├─┬ csso@3.5.1
│ │ │   │ └─┬ css-tree@1.0.0-alpha.29
│ │ │   │   ├── mdn-data@1.1.4
│ │ │   │   └── source-map@0.5.7
│ │ │   ├── js-yaml@3.13.1 deduped
│ │ │   ├── mkdirp@0.5.1 deduped
│ │ │   ├── object.values@1.1.0 deduped
│ │ │   ├── sax@1.2.4
│ │ │   ├── stable@0.1.8
│ │ │   ├── unquote@1.1.1
│ │ │   └── util.promisify@1.0.0 deduped
│ │ └── loader-utils@1.2.3 deduped
│ ├─┬ @typescript-eslint/eslint-plugin@2.3.2
│ │ ├─┬ @typescript-eslint/experimental-utils@2.3.2
│ │ │ ├── @types/json-schema@7.0.3
│ │ │ ├── @typescript-eslint/typescript-estree@2.3.2 deduped
│ │ │ └─┬ eslint-scope@5.0.0
│ │ │   ├── esrecurse@4.2.1 deduped
│ │ │   └── estraverse@4.3.0 deduped
│ │ ├─┬ eslint-utils@1.4.2
│ │ │ └── eslint-visitor-keys@1.1.0 deduped
│ │ ├── functional-red-black-tree@1.0.1
│ │ ├── regexpp@2.0.1
│ │ ├─┬ tsutils@3.17.1
│ │ │ └── tslib@1.10.0 deduped
│ │ └── UNMET PEER DEPENDENCY typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta
│ ├─┬ @typescript-eslint/parser@2.3.2
│ │ ├── @types/eslint-visitor-keys@1.0.0
│ │ ├── @typescript-eslint/experimental-utils@2.3.2 deduped
│ │ ├─┬ @typescript-eslint/typescript-estree@2.3.2
│ │ │ ├─┬ 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
│ │ │ ├── is-glob@4.0.1 deduped
│ │ │ ├── lodash.unescape@4.0.1
│ │ │ └── semver@6.3.0
│ │ └── eslint-visitor-keys@1.1.0
│ ├─┬ babel-eslint@10.0.3
│ │ ├─┬ @babel/code-frame@7.5.5
│ │ │ └─┬ @babel/highlight@7.5.0
│ │ │   ├── chalk@2.4.2 deduped
│ │ │   ├── esutils@2.0.3 deduped
│ │ │   └── js-tokens@4.0.0 deduped
│ │ ├── @babel/parser@7.6.2
│ │ ├── @babel/traverse@7.6.2 deduped
│ │ ├─┬ @babel/types@7.6.1
│ │ │ ├── esutils@2.0.3 deduped
│ │ │ ├── lodash@4.17.15 deduped
│ │ │ └── to-fast-properties@2.0.0 deduped
│ │ ├── eslint-visitor-keys@1.1.0 deduped
│ │ └── resolve@1.12.0 deduped
│ ├─┬ babel-jest@24.9.0
│ │ ├─┬ @jest/transform@24.9.0
│ │ │ ├─┬ @babel/core@7.6.2
│ │ │ │ ├── @babel/code-frame@7.5.5 deduped
│ │ │ │ ├── @babel/generator@7.6.2 deduped
│ │ │ │ ├── @babel/helpers@7.6.2 deduped
│ │ │ │ ├── @babel/parser@7.6.2 deduped
│ │ │ │ ├── @babel/template@7.6.0 deduped
│ │ │ │ ├── @babel/traverse@7.6.2 deduped
│ │ │ │ ├── @babel/types@7.6.1 deduped
│ │ │ │ ├── convert-source-map@1.6.0 deduped
│ │ │ │ ├─┬ debug@4.1.1
│ │ │ │ │ └── ms@2.1.2
│ │ │ │ ├── json5@2.1.1 deduped
│ │ │ │ ├── lodash@4.17.15 deduped
│ │ │ │ ├── resolve@1.12.0 deduped
│ │ │ │ ├── semver@5.7.1 deduped
│ │ │ │ └── source-map@0.5.7
│ │ │ ├── @jest/types@24.9.0 deduped
│ │ │ ├── babel-plugin-istanbul@5.2.0 deduped
│ │ │ ├── chalk@2.4.2 deduped
│ │ │ ├── convert-source-map@1.6.0 deduped
│ │ │ ├── fast-json-stable-stringify@2.0.0 deduped
│ │ │ ├── graceful-fs@4.2.2 deduped
│ │ │ ├─┬ jest-haste-map@24.9.0
│ │ │ │ ├── @jest/types@24.9.0 deduped
│ │ │ │ ├── anymatch@2.0.0 deduped
│ │ │ │ ├─┬ fb-watchman@2.0.0
│ │ │ │ │ └─┬ bser@2.1.0
│ │ │ │ │   └── node-int64@0.4.0
│ │ │ │ ├── fsevents@1.2.9 deduped
│ │ │ │ ├── graceful-fs@4.2.2 deduped
│ │ │ │ ├── invariant@2.2.4 deduped
│ │ │ │ ├── jest-serializer@24.9.0
│ │ │ │ ├── jest-util@24.9.0 deduped
│ │ │ │ ├─┬ jest-worker@24.9.0
│ │ │ │ │ ├── merge-stream@2.0.0
│ │ │ │ │ └── supports-color@6.1.0 deduped
│ │ │ │ ├── micromatch@3.1.10 deduped
│ │ │ │ ├─┬ sane@4.1.0
│ │ │ │ │ ├─┬ @cnakazawa/watch@1.0.3
│ │ │ │ │ │ ├── exec-sh@0.3.2 deduped
│ │ │ │ │ │ └── minimist@1.2.0 deduped
│ │ │ │ │ ├── anymatch@2.0.0 deduped
│ │ │ │ │ ├─┬ capture-exit@2.0.0
│ │ │ │ │ │ └── rsvp@4.8.5
│ │ │ │ │ ├── exec-sh@0.3.2
│ │ │ │ │ ├── execa@1.0.0 deduped
│ │ │ │ │ ├── fb-watchman@2.0.0 deduped
│ │ │ │ │ ├── micromatch@3.1.10 deduped
│ │ │ │ │ ├── minimist@1.2.0 deduped
│ │ │ │ │ └── walker@1.0.7 deduped
│ │ │ │ └─┬ walker@1.0.7
│ │ │ │   └─┬ makeerror@1.0.11
│ │ │ │     └── tmpl@1.0.4
│ │ │ ├── jest-regex-util@24.9.0
│ │ │ ├── jest-util@24.9.0 deduped
│ │ │ ├── micromatch@3.1.10 deduped
│ │ │ ├─┬ pirates@4.0.1
│ │ │ │ └── node-modules-regexp@1.0.0
│ │ │ ├── realpath-native@1.1.0 deduped
│ │ │ ├── slash@2.0.0 deduped
│ │ │ ├── source-map@0.6.1 deduped
│ │ │ └─┬ write-file-atomic@2.4.1
│ │ │   ├── graceful-fs@4.2.2 deduped
│ │ │   ├── imurmurhash@0.1.4 deduped
│ │ │   └── signal-exit@3.0.2 deduped
│ │ ├── @jest/types@24.9.0 deduped
│ │ ├─┬ @types/babel__core@7.1.3
│ │ │ ├── @babel/parser@7.6.2 deduped
│ │ │ ├── @babel/types@7.6.1 deduped
│ │ │ ├─┬ @types/babel__generator@7.6.0
│ │ │ │ └── @babel/types@7.6.1 deduped
│ │ │ ├─┬ @types/babel__template@7.0.2
│ │ │ │ ├── @babel/parser@7.6.2 deduped
│ │ │ │ └── @babel/types@7.6.1 deduped
│ │ │ └─┬ @types/babel__traverse@7.0.7
│ │ │   └── @babel/types@7.6.1 deduped
│ │ ├─┬ babel-plugin-istanbul@5.2.0
│ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ ├── find-up@3.0.0 deduped
│ │ │ ├─┬ istanbul-lib-instrument@3.3.0
│ │ │ │ ├── @babel/generator@7.6.2 deduped
│ │ │ │ ├── @babel/parser@7.6.2 deduped
│ │ │ │ ├── @babel/template@7.6.0 deduped
│ │ │ │ ├── @babel/traverse@7.6.2 deduped
│ │ │ │ ├── @babel/types@7.6.1 deduped
│ │ │ │ ├── istanbul-lib-coverage@2.0.5
│ │ │ │ └── semver@6.3.0
│ │ │ └─┬ test-exclude@5.2.3
│ │ │   ├── glob@7.1.4 deduped
│ │ │   ├── minimatch@3.0.4 deduped
│ │ │   ├─┬ read-pkg-up@4.0.0
│ │ │   │ ├── find-up@3.0.0 deduped
│ │ │   │ └─┬ read-pkg@3.0.0
│ │ │   │   ├─┬ load-json-file@4.0.0
│ │ │   │   │ ├── graceful-fs@4.2.2 deduped
│ │ │   │   │ ├── parse-json@4.0.0 deduped
│ │ │   │   │ ├── pify@3.0.0
│ │ │   │   │ └── strip-bom@3.0.0 deduped
│ │ │   │   ├── normalize-package-data@2.5.0 deduped
│ │ │   │   └── path-type@3.0.0 deduped
│ │ │   └── require-main-filename@2.0.0 deduped
│ │ ├─┬ babel-preset-jest@24.9.0
│ │ │ ├── @babel/plugin-syntax-object-rest-spread@7.2.0 deduped
│ │ │ └─┬ babel-plugin-jest-hoist@24.9.0
│ │ │   └── @types/babel__traverse@7.0.7 deduped
│ │ ├── chalk@2.4.2 deduped
│ │ └── slash@2.0.0
│ ├─┬ babel-loader@8.0.6
│ │ ├── @babel/core@7.8.7 extraneous
│ │ ├── find-cache-dir@2.1.0 deduped
│ │ ├── loader-utils@1.2.3 deduped
│ │ ├── mkdirp@0.5.1 deduped
│ │ ├── pify@4.0.1 deduped
│ │ └── webpack@4.42.0 extraneous
│ ├── babel-plugin-named-asset-import@0.3.4
│ ├─┬ babel-preset-react-app@9.0.2
│ │ ├─┬ @babel/core@7.6.0
│ │ │ ├── @babel/code-frame@7.5.5 deduped
│ │ │ ├── @babel/generator@7.6.2 deduped
│ │ │ ├── @babel/helpers@7.6.2 deduped
│ │ │ ├── @babel/parser@7.6.2 deduped
│ │ │ ├── @babel/template@7.6.0 deduped
│ │ │ ├── @babel/traverse@7.6.2 deduped
│ │ │ ├── @babel/types@7.6.1 deduped
│ │ │ ├── convert-source-map@1.6.0 deduped
│ │ │ ├─┬ debug@4.1.1
│ │ │ │ └── ms@2.1.2
│ │ │ ├── json5@2.1.1 deduped
│ │ │ ├── lodash@4.17.15 deduped
│ │ │ ├── resolve@1.12.0 deduped
│ │ │ ├── semver@5.7.1 deduped
│ │ │ └── source-map@0.5.7
│ │ ├─┬ @babel/plugin-proposal-class-properties@7.5.5
│ │ │ ├─┬ @babel/helper-create-class-features-plugin@7.6.0
│ │ │ │ ├── @babel/helper-function-name@7.1.0 deduped
│ │ │ │ ├─┬ @babel/helper-member-expression-to-functions@7.5.5
│ │ │ │ │ └── @babel/types@7.6.1 deduped
│ │ │ │ ├── @babel/helper-optimise-call-expression@7.0.0 deduped
│ │ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ │ ├── @babel/helper-replace-supers@7.5.5 deduped
│ │ │ │ └── @babel/helper-split-export-declaration@7.4.4 deduped
│ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped
│ │ ├─┬ @babel/plugin-proposal-decorators@7.6.0
│ │ │ ├── @babel/helper-create-class-features-plugin@7.6.0 deduped
│ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ └─┬ @babel/plugin-syntax-decorators@7.2.0
│ │ │   └── @babel/helper-plugin-utils@7.0.0 deduped
│ │ ├─┬ @babel/plugin-proposal-object-rest-spread@7.5.5
│ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ └── @babel/plugin-syntax-object-rest-spread@7.2.0 deduped
│ │ ├─┬ @babel/plugin-syntax-dynamic-import@7.2.0
│ │ │ ├── @babel/core@7.6.0 extraneous
│ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped
│ │ ├─┬ @babel/plugin-transform-destructuring@7.6.0
│ │ │ ├── @babel/core@7.6.0 extraneous
│ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped
│ │ ├─┬ @babel/plugin-transform-flow-strip-types@7.4.4
│ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ └─┬ @babel/plugin-syntax-flow@7.2.0
│ │ │   └── @babel/helper-plugin-utils@7.0.0 deduped
│ │ ├─┬ @babel/plugin-transform-react-display-name@7.2.0
│ │ │ ├── @babel/core@7.8.7 extraneous
│ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped
│ │ ├─┬ @babel/plugin-transform-runtime@7.6.0
│ │ │ ├── @babel/helper-module-imports@7.0.0 deduped
│ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ ├── resolve@1.12.0 deduped
│ │ │ └── semver@5.7.1 deduped
│ │ ├─┬ @babel/preset-env@7.6.0
│ │ │ ├── @babel/helper-module-imports@7.0.0 deduped
│ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ ├── @babel/plugin-proposal-async-generator-functions@7.2.0 deduped
│ │ │ ├── @babel/plugin-proposal-dynamic-import@7.5.0 deduped
│ │ │ ├── @babel/plugin-proposal-json-strings@7.2.0 deduped
│ │ │ ├─┬ @babel/plugin-proposal-object-rest-spread@7.6.2
│ │ │ │ ├── @babel/core@7.6.2 extraneous
│ │ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ │ └── @babel/plugin-syntax-object-rest-spread@7.2.0 deduped
│ │ │ ├── @babel/plugin-proposal-optional-catch-binding@7.2.0 deduped
│ │ │ ├── @babel/plugin-proposal-unicode-property-regex@7.6.2 deduped
│ │ │ ├── @babel/plugin-syntax-async-generators@7.2.0 deduped
│ │ │ ├── @babel/plugin-syntax-dynamic-import@7.2.0 deduped
│ │ │ ├── @babel/plugin-syntax-json-strings@7.2.0 deduped
│ │ │ ├── @babel/plugin-syntax-object-rest-spread@7.2.0 deduped
│ │ │ ├── @babel/plugin-syntax-optional-catch-binding@7.2.0 deduped
│ │ │ ├── @babel/plugin-transform-arrow-functions@7.2.0 deduped
│ │ │ ├── @babel/plugin-transform-async-to-generator@7.5.0 deduped
│ │ │ ├── @babel/plugin-transform-block-scoped-functions@7.2.0 deduped
│ │ │ ├── @babel/plugin-transform-block-scoping@7.6.2 deduped
│ │ │ ├── @babel/plugin-transform-classes@7.5.5 deduped
│ │ │ ├── @babel/plugin-transform-computed-properties@7.2.0 deduped
│ │ │ ├── @babel/plugin-transform-destructuring@7.6.0 deduped
│ │ │ ├── @babel/plugin-transform-dotall-regex@7.6.2 deduped
│ │ │ ├── @babel/plugin-transform-duplicate-keys@7.5.0 deduped
│ │ │ ├── @babel/plugin-transform-exponentiation-operator@7.2.0 deduped
│ │ │ ├── @babel/plugin-transform-for-of@7.4.4 deduped
│ │ │ ├── @babel/plugin-transform-function-name@7.4.4 deduped
│ │ │ ├── @babel/plugin-transform-literals@7.2.0 deduped
│ │ │ ├── @babel/plugin-transform-member-expression-literals@7.2.0 deduped
│ │ │ ├── @babel/plugin-transform-modules-amd@7.5.0 deduped
│ │ │ ├── @babel/plugin-transform-modules-commonjs@7.6.0 deduped
│ │ │ ├── @babel/plugin-transform-modules-systemjs@7.5.0 deduped
│ │ │ ├── @babel/plugin-transform-modules-umd@7.2.0 deduped
│ │ │ ├── @babel/plugin-transform-named-capturing-groups-regex@7.6.2 deduped
│ │ │ ├── @babel/plugin-transform-new-target@7.4.4 deduped
│ │ │ ├── @babel/plugin-transform-object-super@7.5.5 deduped
│ │ │ ├── @babel/plugin-transform-parameters@7.4.4 deduped
│ │ │ ├── @babel/plugin-transform-property-literals@7.2.0 deduped
│ │ │ ├── @babel/plugin-transform-regenerator@7.4.5 deduped
│ │ │ ├── @babel/plugin-transform-reserved-words@7.2.0 deduped
│ │ │ ├── @babel/plugin-transform-shorthand-properties@7.2.0 deduped
│ │ │ ├── @babel/plugin-transform-spread@7.6.2 deduped
│ │ │ ├── @babel/plugin-transform-sticky-regex@7.2.0 deduped
│ │ │ ├── @babel/plugin-transform-template-literals@7.4.4 deduped
│ │ │ ├── @babel/plugin-transform-typeof-symbol@7.2.0 deduped
│ │ │ ├── @babel/plugin-transform-unicode-regex@7.6.2 deduped
│ │ │ ├── @babel/types@7.6.1 deduped
│ │ │ ├── browserslist@4.7.0 deduped
│ │ │ ├── core-js-compat@3.2.1 deduped
│ │ │ ├── invariant@2.2.4 deduped
│ │ │ ├── js-levenshtein@1.1.6 deduped
│ │ │ └── semver@5.7.1 deduped
│ │ ├── @babel/preset-react@7.0.0 deduped
│ │ ├─┬ @babel/preset-typescript@7.6.0
│ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │ └─┬ @babel/plugin-transform-typescript@7.6.0
│ │ │   ├── @babel/helper-create-class-features-plugin@7.6.0 deduped
│ │ │   ├── @babel/helper-plugin-utils@7.0.0 deduped
│ │ │   └─┬ @babel/plugin-syntax-typescript@7.3.3
│ │ │     └── @babel/helper-plugin-utils@7.0.0 deduped
│ │ ├─┬ @babel/runtime@7.6.0
│ │ │ └── regenerator-runtime@0.13.3 deduped
│ │ ├─┬ babel-plugin-dynamic-import-node@2.3.0
│ │ │ └─┬ object.assign@4.1.0
│ │ │   ├── define-properties@1.1.3 deduped
│ │ │   ├── function-bind@1.1.1 deduped
│ │ │   ├── has-symbols@1.0.0
│ │ │   └── object-keys@1.1.1 deduped
│ │ ├─┬ babel-plugin-macros@2.6.1
│ │ │ ├─┬ @babel/runtime@7.6.2
│ │ │ │ └── regenerator-runtime@0.13.3 deduped
│ │ │ ├── cosmiconfig@5.2.1 deduped
│ │ │ └── resolve@1.12.0 deduped
│ │ └── babel-plugin-transform-react-remove-prop-types@0.4.24
│ ├── camelcase@5.3.1 deduped
│ ├── case-sensitive-paths-webpack-plugin@2.2.0
│ ├─┬ css-loader@2.1.1
│ │ ├── camelcase@5.3.1 deduped
│ │ ├── icss-utils@4.1.1 deduped
│ │ ├── loader-utils@1.2.3 deduped
│ │ ├── normalize-path@3.0.0 deduped
│ │ ├─┬ postcss@7.0.18
│ │ │ ├── chalk@2.4.2 deduped
│ │ │ ├── source-map@0.6.1 deduped
│ │ │ └── supports-color@6.1.0 deduped
│ │ ├── postcss-modules-extract-imports@2.0.0 deduped
│ │ ├─┬ postcss-modules-local-by-default@2.0.6
│ │ │ ├── postcss@7.0.18 deduped
│ │ │ ├─┬ postcss-selector-parser@6.0.2
│ │ │ │ ├── cssesc@3.0.0 deduped
│ │ │ │ ├── indexes-of@1.0.1 deduped
│ │ │ │ └── uniq@1.0.1 deduped
│ │ │ └── postcss-value-parser@3.3.1 deduped
│ │ ├─┬ postcss-modules-scope@2.1.0
│ │ │ ├── postcss@7.0.18 deduped
│ │ │ └─┬ postcss-selector-parser@6.0.2
│ │ │   ├── cssesc@3.0.0 deduped
│ │ │   ├── indexes-of@1.0.1 deduped
│ │ │   └── uniq@1.0.1 deduped
│ │ ├─┬ postcss-modules-values@2.0.0
│ │ │ ├── icss-replace-symbols@1.1.0
│ │ │ └── postcss@7.0.18 deduped
│ │ ├── postcss-value-parser@3.3.1
│ │ └── schema-utils@1.0.0 deduped
│ ├── dotenv@6.2.0
│ ├── dotenv-expand@5.1.0
│ ├─┬ eslint@6.5.1
│ │ ├── @babel/code-frame@7.5.5 deduped
│ │ ├── ajv@6.10.2 deduped
│ │ ├── chalk@2.4.2 deduped
│ │ ├── cross-spawn@6.0.5 deduped
│ │ ├─┬ debug@4.1.1
│ │ │ └── ms@2.1.2
│ │ ├─┬ doctrine@3.0.0
│ │ │ └── esutils@2.0.3 deduped
│ │ ├─┬ eslint-scope@5.0.0
│ │ │ ├── esrecurse@4.2.1 deduped
│ │ │ └── estraverse@4.3.0 deduped
│ │ ├── eslint-utils@1.4.2 deduped
│ │ ├── eslint-visitor-keys@1.1.0 deduped
│ │ ├─┬ espree@6.1.1
│ │ │ ├── acorn@7.1.0
│ │ │ ├── acorn-jsx@5.0.2
│ │ │ └── eslint-visitor-keys@1.1.0 deduped
│ │ ├─┬ esquery@1.0.1
│ │ │ └── estraverse@4.3.0 deduped
│ │ ├── esutils@2.0.3
│ │ ├─┬ file-entry-cache@5.0.1
│ │ │ └─┬ flat-cache@2.0.1
│ │ │   ├── flatted@2.0.1
│ │ │   ├─┬ rimraf@2.6.3
│ │ │   │ └── glob@7.1.4 deduped
│ │ │   └─┬ write@1.0.3
│ │ │     └── mkdirp@0.5.1 deduped
│ │ ├── functional-red-black-tree@1.0.1 deduped
│ │ ├─┬ glob-parent@5.1.0
│ │ │ └── is-glob@4.0.1 deduped
│ │ ├── globals@11.12.0
│ │ ├── ignore@4.0.6
│ │ ├─┬ import-fresh@3.1.0
│ │ │ ├─┬ parent-module@1.0.1
│ │ │ │ └── callsites@3.1.0 deduped
│ │ │ └── resolve-from@4.0.0
│ │ ├── imurmurhash@0.1.4
│ │ ├─┬ inquirer@6.5.2
│ │ │ ├── ansi-escapes@3.2.0
│ │ │ ├── chalk@2.4.2 deduped
│ │ │ ├─┬ cli-cursor@2.1.0
│ │ │ │ └─┬ restore-cursor@2.0.0
│ │ │ │   ├─┬ onetime@2.0.1
│ │ │ │   │ └── mimic-fn@1.2.0
│ │ │ │   └── signal-exit@3.0.2 deduped
│ │ │ ├── cli-width@2.2.0
│ │ │ ├─┬ external-editor@3.1.0
│ │ │ │ ├── chardet@0.7.0
│ │ │ │ ├─┬ iconv-lite@0.4.24
│ │ │ │ │ └── safer-buffer@2.1.2
│ │ │ │ └─┬ tmp@0.0.33
│ │ │ │   └── os-tmpdir@1.0.2
│ │ │ ├─┬ figures@2.0.0
│ │ │ │ └── escape-string-regexp@1.0.5 deduped
│ │ │ ├── lodash@4.17.15 deduped
│ │ │ ├── mute-stream@0.0.7
│ │ │ ├─┬ run-async@2.3.0
│ │ │ │ └── is-promise@2.1.0 deduped
│ │ │ ├─┬ rxjs@6.5.3
│ │ │ │ └── tslib@1.10.0 deduped
│ │ │ ├── string-width@2.1.1 deduped
│ │ │ ├── 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.10
│ │ │ │ └── sprintf-js@1.0.3
│ │ │ └── esprima@4.0.1
│ │ ├── json-stable-stringify-without-jsonify@1.0.1
│ │ ├─┬ levn@0.3.0
│ │ │ ├── prelude-ls@1.1.2
│ │ │ └─┬ type-check@0.3.2
│ │ │   └── prelude-ls@1.1.2 deduped
│ │ ├── lodash@4.17.15 deduped
│ │ ├─┬ minimatch@3.0.4
│ │ │ └─┬ brace-expansion@1.1.11
│ │ │   ├── balanced-match@1.0.0 deduped
│ │ │   └── concat-map@0.0.1
│ │ ├── mkdirp@0.5.1 deduped
│ │ ├── natural-compare@1.4.0
│ │ ├─┬ optionator@0.8.2
│ │ │ ├── deep-is@0.1.3
│ │ │ ├── fast-levenshtein@2.0.6
│ │ │ ├── levn@0.3.0 deduped
│ │ │ ├── prelude-ls@1.1.2 deduped
│ │ │ ├── type-check@0.3.2 deduped
│ │ │ └── wordwrap@1.0.0
│ │ ├── progress@2.0.3
│ │ ├── regexpp@2.0.1 deduped
│ │ ├── 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.10.2 deduped
│ │ │ ├── lodash@4.17.15 deduped
│ │ │ ├─┬ slice-ansi@2.1.0
│ │ │ │ ├── ansi-styles@3.2.1 deduped
│ │ │ │ ├── astral-regex@1.0.0 deduped
│ │ │ │ └── is-fullwidth-code-point@2.0.0 deduped
│ │ │ └─┬ string-width@3.1.0
│ │ │   ├── emoji-regex@7.0.3 deduped
│ │ │   ├── 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-react-app@5.0.2
│ │ └── confusing-browser-globals@1.0.9
│ ├─┬ eslint-loader@3.0.2
│ │ ├─┬ fs-extra@8.1.0
│ │ │ ├── graceful-fs@4.2.2 deduped
│ │ │ ├── jsonfile@4.0.0 deduped
│ │ │ └── universalify@0.1.2 deduped
│ │ ├─┬ loader-fs-cache@1.0.2
│ │ │ ├─┬ find-cache-dir@0.1.1
│ │ │ │ ├── commondir@1.0.1 deduped
│ │ │ │ ├── mkdirp@0.5.1 deduped
│ │ │ │ └─┬ pkg-dir@1.0.0
│ │ │ │   └─┬ find-up@1.1.2
│ │ │ │     ├─┬ path-exists@2.1.0
│ │ │ │     │ └── pinkie-promise@2.0.1 deduped
│ │ │ │     └── pinkie-promise@2.0.1 deduped
│ │ │ └── mkdirp@0.5.1 deduped
│ │ ├── loader-utils@1.2.3 deduped
│ │ ├── object-hash@1.3.1
│ │ └─┬ schema-utils@2.4.1
│ │   ├── ajv@6.10.2 deduped
│ │   └── ajv-keywords@3.4.1 deduped
│ ├─┬ eslint-plugin-flowtype@3.13.0
│ │ └── lodash@4.17.15 deduped
│ ├─┬ eslint-plugin-import@2.18.2
│ │ ├─┬ array-includes@3.0.3
│ │ │ ├─┬ define-properties@1.1.3
│ │ │ │ └── object-keys@1.1.1 deduped
│ │ │ └─┬ es-abstract@1.15.0
│ │ │   ├─┬ es-to-primitive@1.2.0
│ │ │   │ ├── is-callable@1.1.4 deduped
│ │ │   │ ├── is-date-object@1.0.1 deduped
│ │ │   │ └─┬ is-symbol@1.0.2
│ │ │   │   └── has-symbols@1.0.0 deduped
│ │ │   ├── function-bind@1.1.1 deduped
│ │ │   ├── has@1.0.3 deduped
│ │ │   ├── has-symbols@1.0.0 deduped
│ │ │   ├── is-callable@1.1.4 deduped
│ │ │   ├── is-regex@1.0.4 deduped
│ │ │   ├── object-inspect@1.6.0
│ │ │   ├── object-keys@1.1.1 deduped
│ │ │   ├─┬ string.prototype.trimleft@2.1.0
│ │ │   │ ├── define-properties@1.1.3 deduped
│ │ │   │ └── function-bind@1.1.1 deduped
│ │ │   └─┬ string.prototype.trimright@2.1.0
│ │ │     ├── define-properties@1.1.3 deduped
│ │ │     └── function-bind@1.1.1 deduped
│ │ ├── contains-path@0.1.0
│ │ ├─┬ debug@2.6.9
│ │ │ └── ms@2.0.0
│ │ ├─┬ doctrine@1.5.0
│ │ │ ├── esutils@2.0.3 deduped
│ │ │ └── isarray@1.0.0
│ │ ├─┬ eslint-import-resolver-node@0.3.2
│ │ │ ├── debug@2.6.9 deduped
│ │ │ └── resolve@1.12.0 deduped
│ │ ├─┬ eslint-module-utils@2.4.1
│ │ │ ├── debug@2.6.9 deduped
│ │ │ └─┬ pkg-dir@2.0.0
│ │ │   └─┬ find-up@2.1.0
│ │ │     └─┬ locate-path@2.0.0
│ │ │       ├─┬ p-locate@2.0.0
│ │ │       │ └─┬ p-limit@1.3.0
│ │ │       │   └── p-try@1.0.0
│ │ │       └── path-exists@3.0.0 deduped
│ │ ├─┬ has@1.0.3
│ │ │ └── function-bind@1.1.1
│ │ ├── minimatch@3.0.4 deduped
│ │ ├─┬ object.values@1.1.0
│ │ │ ├── define-properties@1.1.3 deduped
│ │ │ ├── es-abstract@1.15.0 deduped
│ │ │ ├── function-bind@1.1.1 deduped
│ │ │ └── has@1.0.3 deduped
│ │ ├─┬ read-pkg-up@2.0.0
│ │ │ ├─┬ find-up@2.1.0
│ │ │ │ └─┬ locate-path@2.0.0
│ │ │ │   ├─┬ p-locate@2.0.0
│ │ │ │   │ └─┬ p-limit@1.3.0
│ │ │ │   │   └── p-try@1.0.0
│ │ │ │   └── path-exists@3.0.0 deduped
│ │ │ └─┬ read-pkg@2.0.0
│ │ │   ├─┬ load-json-file@2.0.0
│ │ │   │ ├── graceful-fs@4.2.2 deduped
│ │ │   │ ├─┬ parse-json@2.2.0
│ │ │   │ │ └── error-ex@1.3.2 deduped
│ │ │   │ ├── pify@2.3.0
│ │ │   │ └── strip-bom@3.0.0
│ │ │   ├─┬ normalize-package-data@2.5.0
│ │ │   │ ├── hosted-git-info@2.8.4
│ │ │   │ ├── resolve@1.12.0 deduped
│ │ │   │ ├── semver@5.7.1 deduped
│ │ │   │ └─┬ validate-npm-package-license@3.0.4
│ │ │   │   ├─┬ spdx-correct@3.1.0
│ │ │   │   │ ├── spdx-expression-parse@3.0.0 deduped
│ │ │   │   │ └── spdx-license-ids@3.0.5
│ │ │   │   └─┬ spdx-expression-parse@3.0.0
│ │ │   │     ├── spdx-exceptions@2.2.0
│ │ │   │     └── spdx-license-ids@3.0.5 deduped
│ │ │   └─┬ path-type@2.0.0
│ │ │     └── pify@2.3.0
│ │ └── resolve@1.12.0 deduped
│ ├─┬ eslint-plugin-jsx-a11y@6.2.3
│ │ ├─┬ @babel/runtime@7.6.2
│ │ │ └── regenerator-runtime@0.13.3 deduped
│ │ ├─┬ aria-query@3.0.0
│ │ │ ├── ast-types-flow@0.0.7 deduped
│ │ │ └── commander@2.20.1
│ │ ├── array-includes@3.0.3 deduped
│ │ ├── ast-types-flow@0.0.7
│ │ ├─┬ axobject-query@2.0.2
│ │ │ └── ast-types-flow@0.0.7 deduped
│ │ ├── damerau-levenshtein@1.0.5
│ │ ├── emoji-regex@7.0.3
│ │ ├── has@1.0.3 deduped
│ │ └─┬ jsx-ast-utils@2.2.1
│ │   ├── array-includes@3.0.3 deduped
│ │   └── object.assign@4.1.0 deduped
│ ├─┬ eslint-plugin-react@7.14.3
│ │ ├── array-includes@3.0.3 deduped
│ │ ├─┬ doctrine@2.1.0
│ │ │ └── esutils@2.0.3 deduped
│ │ ├── has@1.0.3 deduped
│ │ ├── jsx-ast-utils@2.2.1 deduped
│ │ ├─┬ object.entries@1.1.0
│ │ │ ├── define-properties@1.1.3 deduped
│ │ │ ├── es-abstract@1.15.0 deduped
│ │ │ ├── function-bind@1.1.1 deduped
│ │ │ └── has@1.0.3 deduped
│ │ ├─┬ object.fromentries@2.0.0
│ │ │ ├── define-properties@1.1.3 deduped
│ │ │ ├── es-abstract@1.15.0 deduped
│ │ │ ├── function-bind@1.1.1 deduped
│ │ │ └── has@1.0.3 deduped
│ │ ├── object.values@1.1.0 deduped
│ │ ├── prop-types@15.7.2 deduped
│ │ └── resolve@1.12.0 deduped
│ ├── eslint-plugin-react-hooks@1.7.0
│ ├─┬ file-loader@3.0.1
│ │ ├── loader-utils@1.2.3 deduped
│ │ └── schema-utils@1.0.0 deduped
│ ├─┬ fs-extra@7.0.1
│ │ ├── graceful-fs@4.2.2
│ │ ├─┬ jsonfile@4.0.0
│ │ │ └── graceful-fs@4.2.2 deduped
│ │ └── universalify@0.1.2
│ ├── fsevents@2.0.7
│ ├─┬ html-webpack-plugin@4.0.0-beta.5
│ │ ├─┬ html-minifier@3.5.21
│ │ │ ├─┬ camel-case@3.0.0
│ │ │ │ ├─┬ no-case@2.3.2
│ │ │ │ │ └── lower-case@1.1.4
│ │ │ │ └── upper-case@1.1.3
│ │ │ ├─┬ clean-css@4.2.1
│ │ │ │ └── source-map@0.6.1 deduped
│ │ │ ├── commander@2.17.1
│ │ │ ├── he@1.2.0
│ │ │ ├─┬ param-case@2.1.1
│ │ │ │ └── no-case@2.3.2 deduped
│ │ │ ├── relateurl@0.2.7
│ │ │ └─┬ uglify-js@3.4.10
│ │ │   ├── commander@2.19.0
│ │ │   └── source-map@0.6.1 deduped
│ │ ├── loader-utils@1.2.3 deduped
│ │ ├── lodash@4.17.15 deduped
│ │ ├─┬ pretty-error@2.1.1
│ │ │ ├─┬ renderkid@2.0.3
│ │ │ │ ├─┬ css-select@1.2.0
│ │ │ │ │ ├── boolbase@1.0.0 deduped
│ │ │ │ │ ├── css-what@2.1.3 deduped
│ │ │ │ │ ├─┬ domutils@1.5.1
│ │ │ │ │ │ ├── dom-serializer@0.2.1 deduped
│ │ │ │ │ │ └── domelementtype@1.3.1 deduped
│ │ │ │ │ └── nth-check@1.0.2 deduped
│ │ │ │ ├─┬ dom-converter@0.2.0
│ │ │ │ │ └── utila@0.4.0 deduped
│ │ │ │ ├─┬ htmlparser2@3.10.1
│ │ │ │ │ ├── domelementtype@1.3.1
│ │ │ │ │ ├─┬ domhandler@2.4.2
│ │ │ │ │ │ └── domelementtype@1.3.1 deduped
│ │ │ │ │ ├── domutils@1.7.0 deduped
│ │ │ │ │ ├── entities@1.1.2
│ │ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ │ └─┬ readable-stream@3.4.0
│ │ │ │ │   ├── inherits@2.0.4 deduped
│ │ │ │ │   ├── string_decoder@1.3.0 deduped
│ │ │ │ │   └── util-deprecate@1.0.2 deduped
│ │ │ │ ├─┬ strip-ansi@3.0.1
│ │ │ │ │ └── ansi-regex@2.1.1 deduped
│ │ │ │ └── utila@0.4.0 deduped
│ │ │ └── utila@0.4.0
│ │ ├── tapable@1.1.3 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.15.0 deduped
│ ├─┬ identity-obj-proxy@3.0.0
│ │ └── harmony-reflect@1.6.1
│ ├── is-wsl@1.1.0
│ ├─┬ jest@24.9.0
│ │ ├── import-local@2.0.0 deduped
│ │ └─┬ jest-cli@24.9.0
│ │   ├─┬ @jest/core@24.9.0
│ │   │ ├── @jest/console@24.9.0 deduped
│ │   │ ├─┬ @jest/reporters@24.9.0
│ │   │ │ ├─┬ @jest/environment@24.9.0
│ │   │ │ │ ├── @jest/fake-timers@24.9.0 deduped
│ │   │ │ │ ├── @jest/transform@24.9.0 deduped
│ │   │ │ │ ├── @jest/types@24.9.0 deduped
│ │   │ │ │ └── jest-mock@24.9.0 deduped
│ │   │ │ ├── @jest/test-result@24.9.0 deduped
│ │   │ │ ├── @jest/transform@24.9.0 deduped
│ │   │ │ ├── @jest/types@24.9.0 deduped
│ │   │ │ ├── chalk@2.4.2 deduped
│ │   │ │ ├── exit@0.1.2 deduped
│ │   │ │ ├── glob@7.1.4 deduped
│ │   │ │ ├── istanbul-lib-coverage@2.0.5 deduped
│ │   │ │ ├── istanbul-lib-instrument@3.3.0 deduped
│ │   │ │ ├─┬ istanbul-lib-report@2.0.8
│ │   │ │ │ ├── istanbul-lib-coverage@2.0.5 deduped
│ │   │ │ │ ├── make-dir@2.1.0 deduped
│ │   │ │ │ └── supports-color@6.1.0 deduped
│ │   │ │ ├─┬ istanbul-lib-source-maps@3.0.6
│ │   │ │ │ ├─┬ debug@4.1.1
│ │   │ │ │ │ └── ms@2.1.2
│ │   │ │ │ ├── istanbul-lib-coverage@2.0.5 deduped
│ │   │ │ │ ├── make-dir@2.1.0 deduped
│ │   │ │ │ ├── rimraf@2.7.1 deduped
│ │   │ │ │ └── source-map@0.6.1 deduped
│ │   │ │ ├─┬ istanbul-reports@2.2.6
│ │   │ │ │ └─┬ handlebars@4.4.2
│ │   │ │ │   ├── 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.6.0
│ │   │ │ │     ├── commander@2.20.1 deduped
│ │   │ │ │     └── source-map@0.6.1 deduped
│ │   │ │ ├── jest-haste-map@24.9.0 deduped
│ │   │ │ ├── jest-resolve@24.9.0 deduped
│ │   │ │ ├── jest-runtime@24.9.0 deduped
│ │   │ │ ├── jest-util@24.9.0 deduped
│ │   │ │ ├── jest-worker@24.9.0 deduped
│ │   │ │ ├─┬ node-notifier@5.4.3
│ │   │ │ │ ├── growly@1.3.0
│ │   │ │ │ ├── is-wsl@1.1.0 deduped
│ │   │ │ │ ├── semver@5.7.1 deduped
│ │   │ │ │ ├── shellwords@0.1.1
│ │   │ │ │ └── which@1.3.1 deduped
│ │   │ │ ├── slash@2.0.0 deduped
│ │   │ │ ├── source-map@0.6.1 deduped
│ │   │ │ └── string-length@2.0.0 deduped
│ │   │ ├── @jest/test-result@24.9.0 deduped
│ │   │ ├── @jest/transform@24.9.0 deduped
│ │   │ ├── @jest/types@24.9.0 deduped
│ │   │ ├── ansi-escapes@3.2.0 deduped
│ │   │ ├── chalk@2.4.2 deduped
│ │   │ ├── exit@0.1.2 deduped
│ │   │ ├── graceful-fs@4.2.2 deduped
│ │   │ ├─┬ jest-changed-files@24.9.0
│ │   │ │ ├── @jest/types@24.9.0 deduped
│ │   │ │ ├── execa@1.0.0 deduped
│ │   │ │ └── throat@4.1.0
│ │   │ ├── jest-config@24.9.0 deduped
│ │   │ ├── jest-haste-map@24.9.0 deduped
│ │   │ ├─┬ jest-message-util@24.9.0
│ │   │ │ ├── @babel/code-frame@7.5.5 deduped
│ │   │ │ ├── @jest/test-result@24.9.0 deduped
│ │   │ │ ├── @jest/types@24.9.0 deduped
│ │   │ │ ├── @types/stack-utils@1.0.1
│ │   │ │ ├── chalk@2.4.2 deduped
│ │   │ │ ├── micromatch@3.1.10 deduped
│ │   │ │ ├── slash@2.0.0 deduped
│ │   │ │ └── stack-utils@1.0.2
│ │   │ ├── jest-regex-util@24.9.0 deduped
│ │   │ ├── jest-resolve@24.9.0 deduped
│ │   │ ├─┬ jest-resolve-dependencies@24.9.0
│ │   │ │ ├── @jest/types@24.9.0 deduped
│ │   │ │ ├── jest-regex-util@24.9.0 deduped
│ │   │ │ └── jest-snapshot@24.9.0 deduped
│ │   │ ├─┬ jest-runner@24.9.0
│ │   │ │ ├── @jest/console@24.9.0 deduped
│ │   │ │ ├── @jest/environment@24.9.0 deduped
│ │   │ │ ├── @jest/test-result@24.9.0 deduped
│ │   │ │ ├── @jest/types@24.9.0 deduped
│ │   │ │ ├── chalk@2.4.2 deduped
│ │   │ │ ├── exit@0.1.2 deduped
│ │   │ │ ├── graceful-fs@4.2.2 deduped
│ │   │ │ ├── jest-config@24.9.0 deduped
│ │   │ │ ├─┬ jest-docblock@24.9.0
│ │   │ │ │ └── detect-newline@2.1.0
│ │   │ │ ├── jest-haste-map@24.9.0 deduped
│ │   │ │ ├── jest-jasmine2@24.9.0 deduped
│ │   │ │ ├─┬ jest-leak-detector@24.9.0
│ │   │ │ │ ├── jest-get-type@24.9.0 deduped
│ │   │ │ │ └── pretty-format@24.9.0 deduped
│ │   │ │ ├── jest-message-util@24.9.0 deduped
│ │   │ │ ├── jest-resolve@24.9.0 deduped
│ │   │ │ ├── jest-runtime@24.9.0 deduped
│ │   │ │ ├── jest-util@24.9.0 deduped
│ │   │ │ ├── jest-worker@24.9.0 deduped
│ │   │ │ ├── source-map-support@0.5.13 deduped
│ │   │ │ └── throat@4.1.0 deduped
│ │   │ ├─┬ jest-runtime@24.9.0
│ │   │ │ ├── @jest/console@24.9.0 deduped
│ │   │ │ ├── @jest/environment@24.9.0 deduped
│ │   │ │ ├── @jest/source-map@24.9.0 deduped
│ │   │ │ ├── @jest/transform@24.9.0 deduped
│ │   │ │ ├── @jest/types@24.9.0 deduped
│ │   │ │ ├── @types/yargs@13.0.3 deduped
│ │   │ │ ├── chalk@2.4.2 deduped
│ │   │ │ ├── exit@0.1.2 deduped
│ │   │ │ ├── glob@7.1.4 deduped
│ │   │ │ ├── graceful-fs@4.2.2 deduped
│ │   │ │ ├── jest-config@24.9.0 deduped
│ │   │ │ ├── jest-haste-map@24.9.0 deduped
│ │   │ │ ├── jest-message-util@24.9.0 deduped
│ │   │ │ ├── jest-mock@24.9.0 deduped
│ │   │ │ ├── jest-regex-util@24.9.0 deduped
│ │   │ │ ├── jest-resolve@24.9.0 deduped
│ │   │ │ ├── jest-snapshot@24.9.0 deduped
│ │   │ │ ├── jest-util@24.9.0 deduped
│ │   │ │ ├── jest-validate@24.9.0 deduped
│ │   │ │ ├── realpath-native@1.1.0 deduped
│ │   │ │ ├── slash@2.0.0 deduped
│ │   │ │ ├── strip-bom@3.0.0 deduped
│ │   │ │ └── yargs@13.3.0 deduped
│ │   │ ├─┬ jest-snapshot@24.9.0
│ │   │ │ ├── @babel/types@7.6.1 deduped
│ │   │ │ ├── @jest/types@24.9.0 deduped
│ │   │ │ ├── chalk@2.4.2 deduped
│ │   │ │ ├─┬ expect@24.9.0
│ │   │ │ │ ├── @jest/types@24.9.0 deduped
│ │   │ │ │ ├── ansi-styles@3.2.1 deduped
│ │   │ │ │ ├── jest-get-type@24.9.0 deduped
│ │   │ │ │ ├── jest-matcher-utils@24.9.0 deduped
│ │   │ │ │ ├── jest-message-util@24.9.0 deduped
│ │   │ │ │ └── jest-regex-util@24.9.0 deduped
│ │   │ │ ├─┬ jest-diff@24.9.0
│ │   │ │ │ ├── chalk@2.4.2 deduped
│ │   │ │ │ ├── diff-sequences@24.9.0
│ │   │ │ │ ├── jest-get-type@24.9.0 deduped
│ │   │ │ │ └── pretty-format@24.9.0 deduped
│ │   │ │ ├── jest-get-type@24.9.0 deduped
│ │   │ │ ├─┬ jest-matcher-utils@24.9.0
│ │   │ │ │ ├── chalk@2.4.2 deduped
│ │   │ │ │ ├── jest-diff@24.9.0 deduped
│ │   │ │ │ ├── jest-get-type@24.9.0 deduped
│ │   │ │ │ └── pretty-format@24.9.0 deduped
│ │   │ │ ├── jest-message-util@24.9.0 deduped
│ │   │ │ ├── jest-resolve@24.9.0 deduped
│ │   │ │ ├── mkdirp@0.5.1 deduped
│ │   │ │ ├── natural-compare@1.4.0 deduped
│ │   │ │ ├── pretty-format@24.9.0 deduped
│ │   │ │ └── semver@6.3.0
│ │   │ ├── jest-util@24.9.0 deduped
│ │   │ ├── jest-validate@24.9.0 deduped
│ │   │ ├── jest-watcher@24.9.0 deduped
│ │   │ ├── micromatch@3.1.10 deduped
│ │   │ ├─┬ p-each-series@1.0.0
│ │   │ │ └── p-reduce@1.0.0
│ │   │ ├── realpath-native@1.1.0 deduped
│ │   │ ├── rimraf@2.7.1 deduped
│ │   │ ├── slash@2.0.0 deduped
│ │   │ └── strip-ansi@5.2.0 deduped
│ │   ├─┬ @jest/test-result@24.9.0
│ │   │ ├── @jest/console@24.9.0 deduped
│ │   │ ├── @jest/types@24.9.0 deduped
│ │   │ └── @types/istanbul-lib-coverage@2.0.1 deduped
│ │   ├── @jest/types@24.9.0 deduped
│ │   ├── chalk@2.4.2 deduped
│ │   ├── exit@0.1.2
│ │   ├── import-local@2.0.0 deduped
│ │   ├─┬ is-ci@2.0.0
│ │   │ └── ci-info@2.0.0
│ │   ├─┬ jest-config@24.9.0
│ │   │ ├─┬ @babel/core@7.6.2
│ │   │ │ ├── @babel/code-frame@7.5.5 deduped
│ │   │ │ ├── @babel/generator@7.6.2 deduped
│ │   │ │ ├── @babel/helpers@7.6.2 deduped
│ │   │ │ ├── @babel/parser@7.6.2 deduped
│ │   │ │ ├── @babel/template@7.6.0 deduped
│ │   │ │ ├── @babel/traverse@7.6.2 deduped
│ │   │ │ ├── @babel/types@7.6.1 deduped
│ │   │ │ ├── convert-source-map@1.6.0 deduped
│ │   │ │ ├─┬ debug@4.1.1
│ │   │ │ │ └── ms@2.1.2
│ │   │ │ ├── json5@2.1.1 deduped
│ │   │ │ ├── lodash@4.17.15 deduped
│ │   │ │ ├── resolve@1.12.0 deduped
│ │   │ │ ├── semver@5.7.1 deduped
│ │   │ │ └── source-map@0.5.7
│ │   │ ├─┬ @jest/test-sequencer@24.9.0
│ │   │ │ ├── @jest/test-result@24.9.0 deduped
│ │   │ │ ├── jest-haste-map@24.9.0 deduped
│ │   │ │ ├── jest-runner@24.9.0 deduped
│ │   │ │ └── jest-runtime@24.9.0 deduped
│ │   │ ├── @jest/types@24.9.0 deduped
│ │   │ ├─┬ babel-jest@24.9.0
│ │   │ │ ├── @babel/core@7.6.0 extraneous
│ │   │ │ ├── @jest/transform@24.9.0 deduped
│ │   │ │ ├── @jest/types@24.9.0 deduped
│ │   │ │ ├── @types/babel__core@7.1.3 deduped
│ │   │ │ ├── babel-plugin-istanbul@5.2.0 deduped
│ │   │ │ ├─┬ babel-preset-jest@24.9.0
│ │   │ │ │ ├── @babel/plugin-syntax-object-rest-spread@7.2.0 deduped
│ │   │ │ │ └── babel-plugin-jest-hoist@24.9.0 deduped
│ │   │ │ ├── chalk@2.4.2 deduped
│ │   │ │ └── slash@2.0.0 deduped
│ │   │ ├── chalk@2.4.2 deduped
│ │   │ ├── glob@7.1.4 deduped
│ │   │ ├─┬ jest-environment-jsdom@24.9.0
│ │   │ │ ├── @jest/environment@24.9.0 deduped
│ │   │ │ ├── @jest/fake-timers@24.9.0 deduped
│ │   │ │ ├── @jest/types@24.9.0 deduped
│ │   │ │ ├── jest-mock@24.9.0 deduped
│ │   │ │ ├── jest-util@24.9.0 deduped
│ │   │ │ └─┬ jsdom@11.12.0
│ │   │ │   ├── abab@2.0.2 deduped
│ │   │ │   ├── acorn@5.7.3
│ │   │ │   ├── acorn-globals@4.3.4 deduped
│ │   │ │   ├── array-equal@1.0.0 deduped
│ │   │ │   ├── cssom@0.3.8 deduped
│ │   │ │   ├── cssstyle@1.4.0 deduped
│ │   │ │   ├── data-urls@1.1.0 deduped
│ │   │ │   ├── domexception@1.0.1 deduped
│ │   │ │   ├── escodegen@1.12.0 deduped
│ │   │ │   ├── html-encoding-sniffer@1.0.2 deduped
│ │   │ │   ├── left-pad@1.3.0
│ │   │ │   ├── nwsapi@2.1.4 deduped
│ │   │ │   ├── parse5@4.0.0
│ │   │ │   ├── pn@1.1.0 deduped
│ │   │ │   ├── request@2.88.0 deduped
│ │   │ │   ├── request-promise-native@1.0.7 deduped
│ │   │ │   ├── sax@1.2.4 deduped
│ │   │ │   ├── symbol-tree@3.2.4 deduped
│ │   │ │   ├── tough-cookie@2.5.0 deduped
│ │   │ │   ├── w3c-hr-time@1.0.1 deduped
│ │   │ │   ├── webidl-conversions@4.0.2 deduped
│ │   │ │   ├── whatwg-encoding@1.0.5 deduped
│ │   │ │   ├── whatwg-mimetype@2.3.0 deduped
│ │   │ │   ├─┬ whatwg-url@6.5.0
│ │   │ │   │ ├── lodash.sortby@4.7.0 deduped
│ │   │ │   │ ├── tr46@1.0.1 deduped
│ │   │ │   │ └── webidl-conversions@4.0.2 deduped
│ │   │ │   ├─┬ ws@5.2.2
│ │   │ │   │ └── async-limiter@1.0.1 deduped
│ │   │ │   └── xml-name-validator@3.0.0 deduped
│ │   │ ├─┬ jest-environment-node@24.9.0
│ │   │ │ ├── @jest/environment@24.9.0 deduped
│ │   │ │ ├── @jest/fake-timers@24.9.0 deduped
│ │   │ │ ├── @jest/types@24.9.0 deduped
│ │   │ │ ├── jest-mock@24.9.0 deduped
│ │   │ │ └── jest-util@24.9.0 deduped
│ │   │ ├── jest-get-type@24.9.0
│ │   │ ├─┬ jest-jasmine2@24.9.0
│ │   │ │ ├── @babel/traverse@7.6.2 deduped
│ │   │ │ ├── @jest/environment@24.9.0 deduped
│ │   │ │ ├── @jest/test-result@24.9.0 deduped
│ │   │ │ ├── @jest/types@24.9.0 deduped
│ │   │ │ ├── chalk@2.4.2 deduped
│ │   │ │ ├── co@4.6.0
│ │   │ │ ├── expect@24.9.0 deduped
│ │   │ │ ├── is-generator-fn@2.1.0
│ │   │ │ ├─┬ jest-each@24.9.0
│ │   │ │ │ ├── @jest/types@24.9.0 deduped
│ │   │ │ │ ├── chalk@2.4.2 deduped
│ │   │ │ │ ├── jest-get-type@24.9.0 deduped
│ │   │ │ │ ├── jest-util@24.9.0 deduped
│ │   │ │ │ └── pretty-format@24.9.0 deduped
│ │   │ │ ├── jest-matcher-utils@24.9.0 deduped
│ │   │ │ ├── jest-message-util@24.9.0 deduped
│ │   │ │ ├── jest-runtime@24.9.0 deduped
│ │   │ │ ├── jest-snapshot@24.9.0 deduped
│ │   │ │ ├── jest-util@24.9.0 deduped
│ │   │ │ ├── pretty-format@24.9.0 deduped
│ │   │ │ └── throat@4.1.0 deduped
│ │   │ ├── jest-regex-util@24.9.0 deduped
│ │   │ ├── jest-resolve@24.9.0 deduped
│ │   │ ├── jest-util@24.9.0 deduped
│ │   │ ├── jest-validate@24.9.0 deduped
│ │   │ ├── micromatch@3.1.10 deduped
│ │   │ ├── pretty-format@24.9.0 deduped
│ │   │ └── realpath-native@1.1.0 deduped
│ │   ├── jest-util@24.9.0 deduped
│ │   ├─┬ jest-validate@24.9.0
│ │   │ ├── @jest/types@24.9.0 deduped
│ │   │ ├── camelcase@5.3.1 deduped
│ │   │ ├── chalk@2.4.2 deduped
│ │   │ ├── jest-get-type@24.9.0 deduped
│ │   │ ├── leven@3.1.0 deduped
│ │   │ └── pretty-format@24.9.0 deduped
│ │   ├─┬ prompts@2.2.1
│ │   │ ├── kleur@3.0.3
│ │   │ └── sisteransi@1.0.3
│ │   ├── realpath-native@1.1.0 deduped
│ │   └─┬ yargs@13.3.0
│ │     ├── cliui@5.0.0 deduped
│ │     ├── find-up@3.0.0 deduped
│ │     ├── get-caller-file@2.0.5 deduped
│ │     ├── require-directory@2.1.1 deduped
│ │     ├── require-main-filename@2.0.0 deduped
│ │     ├── set-blocking@2.0.0 deduped
│ │     ├─┬ string-width@3.1.0
│ │     │ ├── emoji-regex@7.0.3 deduped
│ │     │ ├── is-fullwidth-code-point@2.0.0 deduped
│ │     │ └── strip-ansi@5.2.0 deduped
│ │     ├── which-module@2.0.0 deduped
│ │     ├── y18n@4.0.0 deduped
│ │     └── yargs-parser@13.1.1 deduped
│ ├─┬ jest-environment-jsdom-fourteen@0.1.0
│ │ ├─┬ jest-mock@24.9.0
│ │ │ └── @jest/types@24.9.0 deduped
│ │ ├─┬ jest-util@24.9.0
│ │ │ ├─┬ @jest/console@24.9.0
│ │ │ │ ├── @jest/source-map@24.9.0 deduped
│ │ │ │ ├── chalk@2.4.2 deduped
│ │ │ │ └── slash@2.0.0 deduped
│ │ │ ├─┬ @jest/fake-timers@24.9.0
│ │ │ │ ├── @jest/types@24.9.0 deduped
│ │ │ │ ├── jest-message-util@24.9.0 deduped
│ │ │ │ └── jest-mock@24.9.0 deduped
│ │ │ ├─┬ @jest/source-map@24.9.0
│ │ │ │ ├── callsites@3.1.0 deduped
│ │ │ │ ├── graceful-fs@4.2.2 deduped
│ │ │ │ └── source-map@0.6.1 deduped
│ │ │ ├── @jest/test-result@24.9.0 deduped
│ │ │ ├── @jest/types@24.9.0 deduped
│ │ │ ├── callsites@3.1.0
│ │ │ ├── chalk@2.4.2 deduped
│ │ │ ├── graceful-fs@4.2.2 deduped
│ │ │ ├── is-ci@2.0.0 deduped
│ │ │ ├── mkdirp@0.5.1 deduped
│ │ │ ├── slash@2.0.0 deduped
│ │ │ └── source-map@0.6.1 deduped
│ │ └─┬ jsdom@14.1.0
│ │   ├── abab@2.0.2
│ │   ├── acorn@6.3.0 deduped
│ │   ├─┬ acorn-globals@4.3.4
│ │   │ ├── acorn@6.3.0 deduped
│ │   │ └── acorn-walk@6.2.0
│ │   ├── array-equal@1.0.0
│ │   ├── cssom@0.3.8
│ │   ├─┬ cssstyle@1.4.0
│ │   │ └── cssom@0.3.8 deduped
│ │   ├─┬ data-urls@1.1.0
│ │   │ ├── abab@2.0.2 deduped
│ │   │ ├── whatwg-mimetype@2.3.0 deduped
│ │   │ └── whatwg-url@7.0.0 deduped
│ │   ├─┬ domexception@1.0.1
│ │   │ └── webidl-conversions@4.0.2 deduped
│ │   ├─┬ escodegen@1.12.0
│ │   │ ├── esprima@3.1.3
│ │   │ ├── estraverse@4.3.0 deduped
│ │   │ ├── esutils@2.0.3 deduped
│ │   │ ├── optionator@0.8.2 deduped
│ │   │ └── source-map@0.6.1 deduped
│ │   ├─┬ html-encoding-sniffer@1.0.2
│ │   │ └── whatwg-encoding@1.0.5 deduped
│ │   ├── nwsapi@2.1.4
│ │   ├── parse5@5.1.0
│ │   ├── pn@1.1.0
│ │   ├─┬ request@2.88.0
│ │   │ ├── aws-sign2@0.7.0
│ │   │ ├── aws4@1.8.0
│ │   │ ├── caseless@0.12.0
│ │   │ ├─┬ combined-stream@1.0.8
│ │   │ │ └── delayed-stream@1.0.0
│ │   │ ├── extend@3.0.2 deduped
│ │   │ ├── forever-agent@0.6.1
│ │   │ ├─┬ form-data@2.3.3
│ │   │ │ ├── asynckit@0.4.0
│ │   │ │ ├── combined-stream@1.0.8 deduped
│ │   │ │ └── mime-types@2.1.24 deduped
│ │   │ ├─┬ har-validator@5.1.3
│ │   │ │ ├── ajv@6.10.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 deduped
│ │   │ ├── oauth-sign@0.9.0
│ │   │ ├── performance-now@2.1.0 deduped
│ │   │ ├── qs@6.5.2
│ │   │ ├── safe-buffer@5.2.0 deduped
│ │   │ ├─┬ tough-cookie@2.4.3
│ │   │ │ ├── psl@1.4.0 deduped
│ │   │ │ └── punycode@1.4.1 deduped
│ │   │ ├─┬ tunnel-agent@0.6.0
│ │   │ │ └── safe-buffer@5.2.0 deduped
│ │   │ └── uuid@3.3.3 deduped
│ │   ├─┬ request-promise-native@1.0.7
│ │   │ ├─┬ request-promise-core@1.1.2
│ │   │ │ └── lodash@4.17.15 deduped
│ │   │ ├── stealthy-require@1.1.1
│ │   │ └── tough-cookie@2.5.0 deduped
│ │   ├─┬ saxes@3.1.11
│ │   │ └── xmlchars@2.2.0
│ │   ├── symbol-tree@3.2.4
│ │   ├─┬ tough-cookie@2.5.0
│ │   │ ├── psl@1.4.0
│ │   │ └── punycode@2.1.1
│ │   ├─┬ w3c-hr-time@1.0.1
│ │   │ └── browser-process-hrtime@0.1.3
│ │   ├─┬ w3c-xmlserializer@1.1.2
│ │   │ ├── domexception@1.0.1 deduped
│ │   │ ├── webidl-conversions@4.0.2 deduped
│ │   │ └── xml-name-validator@3.0.0 deduped
│ │   ├── webidl-conversions@4.0.2
│ │   ├─┬ whatwg-encoding@1.0.5
│ │   │ └── iconv-lite@0.4.24 deduped
│ │   ├── whatwg-mimetype@2.3.0
│ │   ├─┬ whatwg-url@7.0.0
│ │   │ ├── lodash.sortby@4.7.0
│ │   │ ├─┬ tr46@1.0.1
│ │   │ │ └── punycode@2.1.1
│ │   │ └── webidl-conversions@4.0.2 deduped
│ │   ├─┬ ws@6.2.1
│ │   │ └── async-limiter@1.0.1 deduped
│ │   └── xml-name-validator@3.0.0
│ ├─┬ jest-resolve@24.9.0
│ │ ├─┬ @jest/types@24.9.0
│ │ │ ├── @types/istanbul-lib-coverage@2.0.1
│ │ │ ├─┬ @types/istanbul-reports@1.1.1
│ │ │ │ ├── @types/istanbul-lib-coverage@2.0.1 deduped
│ │ │ │ └─┬ @types/istanbul-lib-report@1.1.1
│ │ │ │   └── @types/istanbul-lib-coverage@2.0.1 deduped
│ │ │ └─┬ @types/yargs@13.0.3
│ │ │   └── @types/yargs-parser@13.1.0
│ │ ├─┬ browser-resolve@1.11.3
│ │ │ └── resolve@1.1.7
│ │ ├── chalk@2.4.2 deduped
│ │ ├── jest-pnp-resolver@1.2.1
│ │ └─┬ realpath-native@1.1.0
│ │   └── util.promisify@1.0.0 deduped
│ ├─┬ jest-watch-typeahead@0.4.0
│ │ ├─┬ ansi-escapes@4.2.1
│ │ │ └── type-fest@0.5.2
│ │ ├── chalk@2.4.2 deduped
│ │ ├─┬ jest-watcher@24.9.0
│ │ │ ├── @jest/test-result@24.9.0 deduped
│ │ │ ├── @jest/types@24.9.0 deduped
│ │ │ ├── @types/yargs@13.0.3 deduped
│ │ │ ├── ansi-escapes@3.2.0 deduped
│ │ │ ├── chalk@2.4.2 deduped
│ │ │ ├── jest-util@24.9.0 deduped
│ │ │ └─┬ string-length@2.0.0
│ │ │   ├── astral-regex@1.0.0 deduped
│ │ │   └─┬ strip-ansi@4.0.0
│ │ │     └── ansi-regex@3.0.0
│ │ ├── slash@3.0.0
│ │ ├─┬ string-length@3.1.0
│ │ │ ├── astral-regex@1.0.0
│ │ │ └── strip-ansi@5.2.0 deduped
│ │ └── strip-ansi@5.2.0 deduped
│ ├─┬ mini-css-extract-plugin@0.8.0
│ │ ├── loader-utils@1.2.3 deduped
│ │ ├─┬ normalize-url@1.9.1
│ │ │ ├── object-assign@4.1.1 deduped
│ │ │ ├── prepend-http@1.0.4
│ │ │ ├─┬ query-string@4.3.4
│ │ │ │ ├── object-assign@4.1.1 deduped
│ │ │ │ └── strict-uri-encode@1.1.0 deduped
│ │ │ └─┬ sort-keys@1.1.2
│ │ │   └── is-plain-obj@1.1.0
│ │ ├── schema-utils@1.0.0 deduped
│ │ └── webpack-sources@1.4.3 deduped
│ ├─┬ optimize-css-assets-webpack-plugin@5.0.3
│ │ ├─┬ cssnano@4.1.10
│ │ │ ├── cosmiconfig@5.2.1 deduped
│ │ │ ├─┬ cssnano-preset-default@4.0.7
│ │ │ │ ├─┬ css-declaration-sorter@4.0.1
│ │ │ │ │ ├── postcss@7.0.18 deduped
│ │ │ │ │ └── timsort@0.3.0
│ │ │ │ ├─┬ cssnano-util-raw-cache@4.0.1
│ │ │ │ │ └── postcss@7.0.18 deduped
│ │ │ │ ├── postcss@7.0.18 deduped
│ │ │ │ ├─┬ postcss-calc@7.0.1
│ │ │ │ │ ├── css-unit-converter@1.1.1
│ │ │ │ │ ├── postcss@7.0.18 deduped
│ │ │ │ │ ├── postcss-selector-parser@5.0.0 deduped
│ │ │ │ │ └── postcss-value-parser@3.3.1 deduped
│ │ │ │ ├─┬ postcss-colormin@4.0.3
│ │ │ │ │ ├── browserslist@4.7.0 deduped
│ │ │ │ │ ├─┬ color@3.1.2
│ │ │ │ │ │ ├── color-convert@1.9.3 deduped
│ │ │ │ │ │ └─┬ color-string@1.5.3
│ │ │ │ │ │   ├── color-name@1.1.4
│ │ │ │ │ │   └─┬ simple-swizzle@0.2.2
│ │ │ │ │ │     └── is-arrayish@0.3.2
│ │ │ │ │ ├── has@1.0.3 deduped
│ │ │ │ │ ├── postcss@7.0.18 deduped
│ │ │ │ │ └── postcss-value-parser@3.3.1 deduped
│ │ │ │ ├─┬ postcss-convert-values@4.0.1
│ │ │ │ │ ├── postcss@7.0.18 deduped
│ │ │ │ │ └── postcss-value-parser@3.3.1 deduped
│ │ │ │ ├─┬ postcss-discard-comments@4.0.2
│ │ │ │ │ └── postcss@7.0.18 deduped
│ │ │ │ ├─┬ postcss-discard-duplicates@4.0.2
│ │ │ │ │ └── postcss@7.0.18 deduped
│ │ │ │ ├─┬ postcss-discard-empty@4.0.1
│ │ │ │ │ └── postcss@7.0.18 deduped
│ │ │ │ ├─┬ postcss-discard-overridden@4.0.1
│ │ │ │ │ └── postcss@7.0.18 deduped
│ │ │ │ ├─┬ postcss-merge-longhand@4.0.11
│ │ │ │ │ ├── css-color-names@0.0.4
│ │ │ │ │ ├── postcss@7.0.18 deduped
│ │ │ │ │ ├── postcss-value-parser@3.3.1 deduped
│ │ │ │ │ └─┬ stylehacks@4.0.3
│ │ │ │ │   ├── browserslist@4.7.0 deduped
│ │ │ │ │   ├── postcss@7.0.18 deduped
│ │ │ │ │   └─┬ postcss-selector-parser@3.1.1
│ │ │ │ │     ├── dot-prop@4.2.0 deduped
│ │ │ │ │     ├── indexes-of@1.0.1 deduped
│ │ │ │ │     └── uniq@1.0.1 deduped
│ │ │ │ ├─┬ postcss-merge-rules@4.0.3
│ │ │ │ │ ├── browserslist@4.7.0 deduped
│ │ │ │ │ ├─┬ caniuse-api@3.0.0
│ │ │ │ │ │ ├── browserslist@4.7.0 deduped
│ │ │ │ │ │ ├── caniuse-lite@1.0.30000998 deduped
│ │ │ │ │ │ ├── lodash.memoize@4.1.2
│ │ │ │ │ │ └── lodash.uniq@4.5.0
│ │ │ │ │ ├── cssnano-util-same-parent@4.0.1
│ │ │ │ │ ├── postcss@7.0.18 deduped
│ │ │ │ │ ├─┬ postcss-selector-parser@3.1.1
│ │ │ │ │ │ ├─┬ dot-prop@4.2.0
│ │ │ │ │ │ │ └── is-obj@1.0.1 deduped
│ │ │ │ │ │ ├── indexes-of@1.0.1 deduped
│ │ │ │ │ │ └── uniq@1.0.1 deduped
│ │ │ │ │ └── vendors@1.0.3
│ │ │ │ ├─┬ postcss-minify-font-values@4.0.2
│ │ │ │ │ ├── postcss@7.0.18 deduped
│ │ │ │ │ └── postcss-value-parser@3.3.1 deduped
│ │ │ │ ├─┬ postcss-minify-gradients@4.0.2
│ │ │ │ │ ├── cssnano-util-get-arguments@4.0.0
│ │ │ │ │ ├─┬ is-color-stop@1.1.0
│ │ │ │ │ │ ├── css-color-names@0.0.4 deduped
│ │ │ │ │ │ ├── hex-color-regex@1.1.0
│ │ │ │ │ │ ├── hsl-regex@1.0.0
│ │ │ │ │ │ ├── hsla-regex@1.0.0
│ │ │ │ │ │ ├── rgb-regex@1.0.1
│ │ │ │ │ │ └── rgba-regex@1.0.0
│ │ │ │ │ ├── postcss@7.0.18 deduped
│ │ │ │ │ └── postcss-value-parser@3.3.1 deduped
│ │ │ │ ├─┬ postcss-minify-params@4.0.2
│ │ │ │ │ ├── alphanum-sort@1.0.2
│ │ │ │ │ ├── browserslist@4.7.0 deduped
│ │ │ │ │ ├── cssnano-util-get-arguments@4.0.0 deduped
│ │ │ │ │ ├── postcss@7.0.18 deduped
│ │ │ │ │ ├── postcss-value-parser@3.3.1 deduped
│ │ │ │ │ └── uniqs@2.0.0
│ │ │ │ ├─┬ postcss-minify-selectors@4.0.2
│ │ │ │ │ ├── alphanum-sort@1.0.2 deduped
│ │ │ │ │ ├── has@1.0.3 deduped
│ │ │ │ │ ├── postcss@7.0.18 deduped
│ │ │ │ │ └─┬ postcss-selector-parser@3.1.1
│ │ │ │ │   ├── dot-prop@4.2.0 deduped
│ │ │ │ │   ├── indexes-of@1.0.1 deduped
│ │ │ │ │   └── uniq@1.0.1 deduped
│ │ │ │ ├─┬ postcss-normalize-charset@4.0.1
│ │ │ │ │ └── postcss@7.0.18 deduped
│ │ │ │ ├─┬ postcss-normalize-display-values@4.0.2
│ │ │ │ │ ├── cssnano-util-get-match@4.0.0
│ │ │ │ │ ├── postcss@7.0.18 deduped
│ │ │ │ │ └── postcss-value-parser@3.3.1 deduped
│ │ │ │ ├─┬ postcss-normalize-positions@4.0.2
│ │ │ │ │ ├── cssnano-util-get-arguments@4.0.0 deduped
│ │ │ │ │ ├── has@1.0.3 deduped
│ │ │ │ │ ├── postcss@7.0.18 deduped
│ │ │ │ │ └── postcss-value-parser@3.3.1 deduped
│ │ │ │ ├─┬ postcss-normalize-repeat-style@4.0.2
│ │ │ │ │ ├── cssnano-util-get-arguments@4.0.0 deduped
│ │ │ │ │ ├── cssnano-util-get-match@4.0.0 deduped
│ │ │ │ │ ├── postcss@7.0.18 deduped
│ │ │ │ │ └── postcss-value-parser@3.3.1 deduped
│ │ │ │ ├─┬ postcss-normalize-string@4.0.2
│ │ │ │ │ ├── has@1.0.3 deduped
│ │ │ │ │ ├── postcss@7.0.18 deduped
│ │ │ │ │ └── postcss-value-parser@3.3.1 deduped
│ │ │ │ ├─┬ postcss-normalize-timing-functions@4.0.2
│ │ │ │ │ ├── cssnano-util-get-match@4.0.0 deduped
│ │ │ │ │ ├── postcss@7.0.18 deduped
│ │ │ │ │ └── postcss-value-parser@3.3.1 deduped
│ │ │ │ ├─┬ postcss-normalize-unicode@4.0.1
│ │ │ │ │ ├── browserslist@4.7.0 deduped
│ │ │ │ │ ├── postcss@7.0.18 deduped
│ │ │ │ │ └── postcss-value-parser@3.3.1 deduped
│ │ │ │ ├─┬ postcss-normalize-url@4.0.1
│ │ │ │ │ ├── is-absolute-url@2.1.0
│ │ │ │ │ ├── normalize-url@3.3.0
│ │ │ │ │ ├── postcss@7.0.18 deduped
│ │ │ │ │ └── postcss-value-parser@3.3.1 deduped
│ │ │ │ ├─┬ postcss-normalize-whitespace@4.0.2
│ │ │ │ │ ├── postcss@7.0.18 deduped
│ │ │ │ │ └── postcss-value-parser@3.3.1 deduped
│ │ │ │ ├─┬ postcss-ordered-values@4.1.2
│ │ │ │ │ ├── cssnano-util-get-arguments@4.0.0 deduped
│ │ │ │ │ ├── postcss@7.0.18 deduped
│ │ │ │ │ └── postcss-value-parser@3.3.1 deduped
│ │ │ │ ├─┬ postcss-reduce-initial@4.0.3
│ │ │ │ │ ├── browserslist@4.7.0 deduped
│ │ │ │ │ ├── caniuse-api@3.0.0 deduped
│ │ │ │ │ ├── has@1.0.3 deduped
│ │ │ │ │ └── postcss@7.0.18 deduped
│ │ │ │ ├─┬ postcss-reduce-transforms@4.0.2
│ │ │ │ │ ├── cssnano-util-get-match@4.0.0 deduped
│ │ │ │ │ ├── has@1.0.3 deduped
│ │ │ │ │ ├── postcss@7.0.18 deduped
│ │ │ │ │ └── postcss-value-parser@3.3.1 deduped
│ │ │ │ ├─┬ postcss-svgo@4.0.2
│ │ │ │ │ ├─┬ is-svg@3.0.0
│ │ │ │ │ │ └── html-comment-regex@1.1.2
│ │ │ │ │ ├── postcss@7.0.18 deduped
│ │ │ │ │ ├── postcss-value-parser@3.3.1 deduped
│ │ │ │ │ └── svgo@1.3.0 deduped
│ │ │ │ └─┬ postcss-unique-selectors@4.0.1
│ │ │ │   ├── alphanum-sort@1.0.2 deduped
│ │ │ │   ├── postcss@7.0.18 deduped
│ │ │ │   └── uniqs@2.0.0 deduped
│ │ │ ├── is-resolvable@1.1.0
│ │ │ └── postcss@7.0.18 deduped
│ │ └─┬ last-call-webpack-plugin@3.0.0
│ │   ├── lodash@4.17.15 deduped
│ │   └── webpack-sources@1.4.3 deduped
│ ├─┬ pnp-webpack-plugin@1.5.0
│ │ ├── ts-pnp@1.1.4 deduped
│ │ └── UNMET PEER DEPENDENCY typescript@*
│ ├─┬ postcss-flexbugs-fixes@4.1.0
│ │ └── postcss@7.0.18 deduped
│ ├─┬ postcss-loader@3.0.0
│ │ ├── loader-utils@1.2.3 deduped
│ │ ├── postcss@7.0.18 deduped
│ │ ├─┬ postcss-load-config@2.1.0
│ │ │ ├── cosmiconfig@5.2.1 deduped
│ │ │ └─┬ import-cwd@2.1.0
│ │ │   └─┬ import-from@2.1.0
│ │ │     └── resolve-from@3.0.0 deduped
│ │ └── schema-utils@1.0.0 deduped
│ ├─┬ postcss-normalize@7.0.1
│ │ ├── @csstools/normalize.css@9.0.1
│ │ ├─┬ browserslist@4.7.0
│ │ │ ├── caniuse-lite@1.0.30000998 deduped
│ │ │ ├── electron-to-chromium@1.3.273
│ │ │ └─┬ node-releases@1.1.33
│ │ │   └── semver@5.7.1 deduped
│ │ ├── postcss@7.0.18 deduped
│ │ └─┬ postcss-browser-comments@2.0.0
│ │   └── postcss@7.0.18 deduped
│ ├─┬ postcss-preset-env@6.7.0
│ │ ├─┬ autoprefixer@9.6.1
│ │ │ ├── browserslist@4.7.0 deduped
│ │ │ ├── caniuse-lite@1.0.30000998 deduped
│ │ │ ├── chalk@2.4.2 deduped
│ │ │ ├── normalize-range@0.1.2
│ │ │ ├── num2fraction@1.2.2
│ │ │ ├── postcss@7.0.18 deduped
│ │ │ └── postcss-value-parser@4.0.2
│ │ ├── browserslist@4.7.0 deduped
│ │ ├── caniuse-lite@1.0.30000998
│ │ ├─┬ css-blank-pseudo@0.1.4
│ │ │ └── postcss@7.0.18 deduped
│ │ ├─┬ css-has-pseudo@0.10.0
│ │ │ ├── postcss@7.0.18 deduped
│ │ │ └─┬ postcss-selector-parser@5.0.0
│ │ │   ├── cssesc@2.0.0
│ │ │   ├── indexes-of@1.0.1 deduped
│ │ │   └── uniq@1.0.1 deduped
│ │ ├─┬ css-prefers-color-scheme@3.1.1
│ │ │ └── postcss@7.0.18 deduped
│ │ ├── cssdb@4.4.0
│ │ ├── postcss@7.0.18 deduped
│ │ ├─┬ postcss-attribute-case-insensitive@4.0.1
│ │ │ ├── postcss@7.0.18 deduped
│ │ │ └── postcss-selector-parser@5.0.0 deduped
│ │ ├─┬ postcss-color-functional-notation@2.0.1
│ │ │ ├── postcss@7.0.18 deduped
│ │ │ └─┬ postcss-values-parser@2.0.1
│ │ │   ├── flatten@1.0.2
│ │ │   ├── indexes-of@1.0.1 deduped
│ │ │   └── uniq@1.0.1 deduped
│ │ ├─┬ postcss-color-gray@5.0.0
│ │ │ ├── @csstools/convert-colors@1.4.0
│ │ │ ├── postcss@7.0.18 deduped
│ │ │ └── postcss-values-parser@2.0.1 deduped
│ │ ├─┬ postcss-color-hex-alpha@5.0.3
│ │ │ ├── postcss@7.0.18 deduped
│ │ │ └── postcss-values-parser@2.0.1 deduped
│ │ ├─┬ postcss-color-mod-function@3.0.3
│ │ │ ├── @csstools/convert-colors@1.4.0 deduped
│ │ │ ├── postcss@7.0.18 deduped
│ │ │ └── postcss-values-parser@2.0.1 deduped
│ │ ├─┬ postcss-color-rebeccapurple@4.0.1
│ │ │ ├── postcss@7.0.18 deduped
│ │ │ └── postcss-values-parser@2.0.1 deduped
│ │ ├─┬ postcss-custom-media@7.0.8
│ │ │ └── postcss@7.0.18 deduped
│ │ ├─┬ postcss-custom-properties@8.0.11
│ │ │ ├── postcss@7.0.18 deduped
│ │ │ └── postcss-values-parser@2.0.1 deduped
│ │ ├─┬ postcss-custom-selectors@5.1.2
│ │ │ ├── postcss@7.0.18 deduped
│ │ │ └── postcss-selector-parser@5.0.0 deduped
│ │ ├─┬ postcss-dir-pseudo-class@5.0.0
│ │ │ ├── postcss@7.0.18 deduped
│ │ │ └── postcss-selector-parser@5.0.0 deduped
│ │ ├─┬ postcss-double-position-gradients@1.0.0
│ │ │ ├── postcss@7.0.18 deduped
│ │ │ └── postcss-values-parser@2.0.1 deduped
│ │ ├─┬ postcss-env-function@2.0.2
│ │ │ ├── postcss@7.0.18 deduped
│ │ │ └── postcss-values-parser@2.0.1 deduped
│ │ ├─┬ postcss-focus-visible@4.0.0
│ │ │ └── postcss@7.0.18 deduped
│ │ ├─┬ postcss-focus-within@3.0.0
│ │ │ └── postcss@7.0.18 deduped
│ │ ├─┬ postcss-font-variant@4.0.0
│ │ │ └── postcss@7.0.18 deduped
│ │ ├─┬ postcss-gap-properties@2.0.0
│ │ │ └── postcss@7.0.18 deduped
│ │ ├─┬ postcss-image-set-function@3.0.1
│ │ │ ├── postcss@7.0.18 deduped
│ │ │ └── postcss-values-parser@2.0.1 deduped
│ │ ├─┬ postcss-initial@3.0.1
│ │ │ ├─┬ lodash.template@4.5.0
│ │ │ │ ├── lodash._reinterpolate@3.0.0
│ │ │ │ └─┬ lodash.templatesettings@4.2.0
│ │ │ │   └── lodash._reinterpolate@3.0.0 deduped
│ │ │ └── postcss@7.0.18 deduped
│ │ ├─┬ postcss-lab-function@2.0.1
│ │ │ ├── @csstools/convert-colors@1.4.0 deduped
│ │ │ ├── postcss@7.0.18 deduped
│ │ │ └── postcss-values-parser@2.0.1 deduped
│ │ ├─┬ postcss-logical@3.0.0
│ │ │ └── postcss@7.0.18 deduped
│ │ ├─┬ postcss-media-minmax@4.0.0
│ │ │ └── postcss@7.0.18 deduped
│ │ ├─┬ postcss-nesting@7.0.1
│ │ │ └── postcss@7.0.18 deduped
│ │ ├─┬ postcss-overflow-shorthand@2.0.0
│ │ │ └── postcss@7.0.18 deduped
│ │ ├─┬ postcss-page-break@2.0.0
│ │ │ └── postcss@7.0.18 deduped
│ │ ├─┬ postcss-place@4.0.1
│ │ │ ├── postcss@7.0.18 deduped
│ │ │ └── postcss-values-parser@2.0.1 deduped
│ │ ├─┬ postcss-pseudo-class-any-link@6.0.0
│ │ │ ├── postcss@7.0.18 deduped
│ │ │ └── postcss-selector-parser@5.0.0 deduped
│ │ ├─┬ postcss-replace-overflow-wrap@3.0.0
│ │ │ └── postcss@7.0.18 deduped
│ │ ├─┬ postcss-selector-matches@4.0.0
│ │ │ ├── balanced-match@1.0.0
│ │ │ └── postcss@7.0.18 deduped
│ │ └─┬ postcss-selector-not@4.0.0
│ │   ├── balanced-match@1.0.0 deduped
│ │   └── postcss@7.0.18 deduped
│ ├─┬ postcss-safe-parser@4.0.1
│ │ └── postcss@7.0.18 deduped
│ ├─┬ react-app-polyfill@1.0.4
│ │ ├── core-js@3.2.1
│ │ ├── object-assign@4.1.1 deduped
│ │ ├─┬ promise@8.0.3
│ │ │ └── asap@2.0.6 deduped
│ │ ├─┬ raf@3.4.1
│ │ │ └── performance-now@2.1.0
│ │ ├── regenerator-runtime@0.13.3 deduped
│ │ └── whatwg-fetch@3.0.0
│ ├─┬ react-dev-utils@9.1.0
│ │ ├── @babel/code-frame@7.5.5 deduped
│ │ ├── address@1.1.2
│ │ ├── browserslist@4.7.0 deduped
│ │ ├── chalk@2.4.2 deduped
│ │ ├── cross-spawn@6.0.5 deduped
│ │ ├─┬ detect-port-alt@1.1.6
│ │ │ ├── address@1.1.2 deduped
│ │ │ └── debug@2.6.9 deduped
│ │ ├── escape-string-regexp@1.0.5
│ │ ├── filesize@3.6.1
│ │ ├─┬ find-up@3.0.0
│ │ │ └─┬ locate-path@3.0.0
│ │ │   ├─┬ p-locate@3.0.0
│ │ │   │ └─┬ p-limit@2.2.1
│ │ │   │   └── p-try@2.2.0
│ │ │   └── path-exists@3.0.0
│ │ ├─┬ fork-ts-checker-webpack-plugin@1.5.0
│ │ │ ├─┬ babel-code-frame@6.26.0
│ │ │ │ ├─┬ chalk@1.1.3
│ │ │ │ │ ├── ansi-styles@2.2.1
│ │ │ │ │ ├── escape-string-regexp@1.0.5 deduped
│ │ │ │ │ ├─┬ has-ansi@2.0.0
│ │ │ │ │ │ └── ansi-regex@2.1.1 deduped
│ │ │ │ │ ├─┬ strip-ansi@3.0.1
│ │ │ │ │ │ └── ansi-regex@2.1.1 deduped
│ │ │ │ │ └── supports-color@2.0.0
│ │ │ │ ├── esutils@2.0.3 deduped
│ │ │ │ └── js-tokens@3.0.2
│ │ │ ├── chalk@2.4.2 deduped
│ │ │ ├── chokidar@2.1.8 deduped
│ │ │ ├── micromatch@3.1.10 deduped
│ │ │ ├── minimatch@3.0.4 deduped
│ │ │ ├── semver@5.7.1 deduped
│ │ │ ├── tapable@1.1.3 deduped
│ │ │ └─┬ worker-rpc@0.1.1
│ │ │   └── microevent.ts@0.1.1
│ │ ├── global-modules@2.0.0 deduped
│ │ ├─┬ globby@8.0.2
│ │ │ ├─┬ array-union@1.0.2
│ │ │ │ └── array-uniq@1.0.3
│ │ │ ├─┬ dir-glob@2.0.0
│ │ │ │ ├── arrify@1.0.1
│ │ │ │ └─┬ path-type@3.0.0
│ │ │ │   └── pify@3.0.0
│ │ │ ├─┬ fast-glob@2.2.7
│ │ │ │ ├─┬ @mrmlnc/readdir-enhanced@2.2.1
│ │ │ │ │ ├── call-me-maybe@1.0.1
│ │ │ │ │ └── glob-to-regexp@0.3.0
│ │ │ │ ├── @nodelib/fs.stat@1.1.3
│ │ │ │ ├── glob-parent@3.1.0 deduped
│ │ │ │ ├── is-glob@4.0.1 deduped
│ │ │ │ ├── merge2@1.3.0
│ │ │ │ └── micromatch@3.1.10 deduped
│ │ │ ├── glob@7.1.4 deduped
│ │ │ ├── ignore@3.3.10
│ │ │ ├── pify@3.0.0
│ │ │ └── slash@1.0.0
│ │ ├─┬ gzip-size@5.1.1
│ │ │ ├── duplexer@0.1.1 deduped
│ │ │ └── pify@4.0.1 deduped
│ │ ├── immer@1.10.0
│ │ ├─┬ inquirer@6.5.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@3.1.0 deduped
│ │ │ ├── figures@2.0.0 deduped
│ │ │ ├── lodash@4.17.15 deduped
│ │ │ ├── mute-stream@0.0.7 deduped
│ │ │ ├── run-async@2.3.0 deduped
│ │ │ ├── rxjs@6.5.3 deduped
│ │ │ ├── string-width@2.1.1 deduped
│ │ │ ├── strip-ansi@5.2.0 deduped
│ │ │ └── through@2.3.8 deduped
│ │ ├── is-root@2.1.0
│ │ ├── loader-utils@1.2.3 deduped
│ │ ├─┬ open@6.4.0
│ │ │ └── is-wsl@1.1.0 deduped
│ │ ├─┬ pkg-up@2.0.0
│ │ │ └─┬ find-up@2.1.0
│ │ │   └─┬ locate-path@2.0.0
│ │ │     ├─┬ p-locate@2.0.0
│ │ │     │ └─┬ p-limit@1.3.0
│ │ │     │   └── p-try@1.0.0
│ │ │     └── path-exists@3.0.0 deduped
│ │ ├── react-error-overlay@6.0.3
│ │ ├─┬ recursive-readdir@2.2.2
│ │ │ └── minimatch@3.0.4 deduped
│ │ ├── shell-quote@1.7.2
│ │ ├─┬ sockjs-client@1.4.0
│ │ │ ├─┬ debug@3.2.6
│ │ │ │ └── ms@2.1.2
│ │ │ ├─┬ eventsource@1.0.7
│ │ │ │ └─┬ original@1.0.2
│ │ │ │   └── url-parse@1.4.7 deduped
│ │ │ ├─┬ faye-websocket@0.11.3
│ │ │ │ └─┬ websocket-driver@0.7.3
│ │ │ │   ├── http-parser-js@0.4.10
│ │ │ │   ├── safe-buffer@5.2.0 deduped
│ │ │ │   └── websocket-extensions@0.1.3
│ │ │ ├── inherits@2.0.4
│ │ │ ├── json3@3.3.3
│ │ │ └─┬ url-parse@1.4.7
│ │ │   ├── querystringify@2.1.1
│ │ │   └── requires-port@1.0.0
│ │ ├── strip-ansi@5.2.0 deduped
│ │ └── text-table@0.2.0 deduped
│ ├─┬ resolve@1.12.0
│ │ └── path-parse@1.0.6
│ ├─┬ resolve-url-loader@3.1.0
│ │ ├─┬ adjust-sourcemap-loader@2.0.0
│ │ │ ├─┬ assert@1.4.1
│ │ │ │ └── util@0.10.3 deduped
│ │ │ ├── camelcase@5.0.0
│ │ │ ├── loader-utils@1.2.3 deduped
│ │ │ ├── object-path@0.11.4
│ │ │ └── regex-parser@2.2.10
│ │ ├── camelcase@5.0.0
│ │ ├─┬ compose-function@3.0.3
│ │ │ └── arity-n@1.0.4
│ │ ├── convert-source-map@1.6.0 deduped
│ │ ├─┬ es6-iterator@2.0.3
│ │ │ ├─┬ d@1.0.1
│ │ │ │ ├── es5-ext@0.10.51 deduped
│ │ │ │ └── type@1.2.0
│ │ │ ├─┬ es5-ext@0.10.51
│ │ │ │ ├── es6-iterator@2.0.3 deduped
│ │ │ │ ├── es6-symbol@3.1.2 deduped
│ │ │ │ └── next-tick@1.0.0
│ │ │ └─┬ es6-symbol@3.1.2
│ │ │   ├── d@1.0.1 deduped
│ │ │   └── es5-ext@0.10.51 deduped
│ │ ├── loader-utils@1.2.3 deduped
│ │ ├─┬ postcss@7.0.14
│ │ │ ├── chalk@2.4.2 deduped
│ │ │ ├── source-map@0.6.1 deduped
│ │ │ └── supports-color@6.1.0 deduped
│ │ ├─┬ rework@1.0.1
│ │ │ ├── convert-source-map@0.3.5
│ │ │ └─┬ css@2.2.4
│ │ │   ├── inherits@2.0.4 deduped
│ │ │   ├── source-map@0.6.1 deduped
│ │ │   ├── source-map-resolve@0.5.2 deduped
│ │ │   └── urix@0.1.0
│ │ ├── rework-visit@1.0.0
│ │ └── source-map@0.6.1
│ ├─┬ sass-loader@7.2.0
│ │ ├─┬ clone-deep@4.0.1
│ │ │ ├─┬ is-plain-object@2.0.4
│ │ │ │ └── isobject@3.0.1 deduped
│ │ │ ├── kind-of@6.0.2
│ │ │ └─┬ shallow-clone@3.0.1
│ │ │   └── kind-of@6.0.2
│ │ ├── loader-utils@1.2.3 deduped
│ │ ├── neo-async@2.6.1 deduped
│ │ ├── pify@4.0.1 deduped
│ │ └── semver@5.7.1 deduped
│ ├── semver@6.3.0
│ ├─┬ style-loader@1.0.0
│ │ ├── loader-utils@1.2.3 deduped
│ │ └─┬ schema-utils@2.4.1
│ │   ├── ajv@6.10.2 deduped
│ │   └── ajv-keywords@3.4.1 deduped
│ ├─┬ terser-webpack-plugin@1.4.1
│ │ ├─┬ cacache@12.0.3
│ │ │ ├── bluebird@3.7.0
│ │ │ ├── chownr@1.1.3
│ │ │ ├── figgy-pudding@3.5.1
│ │ │ ├── glob@7.1.4 deduped
│ │ │ ├── graceful-fs@4.2.2 deduped
│ │ │ ├── infer-owner@1.0.4
│ │ │ ├─┬ lru-cache@5.1.1
│ │ │ │ └── yallist@3.1.1
│ │ │ ├─┬ mississippi@3.0.0
│ │ │ │ ├─┬ concat-stream@1.6.2
│ │ │ │ │ ├── buffer-from@1.1.1 deduped
│ │ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ │ ├── readable-stream@2.3.6 deduped
│ │ │ │ │ └── typedarray@0.0.6
│ │ │ │ ├─┬ duplexify@3.7.1
│ │ │ │ │ ├── end-of-stream@1.4.4 deduped
│ │ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ │ ├── readable-stream@2.3.6 deduped
│ │ │ │ │ └── stream-shift@1.0.0
│ │ │ │ ├─┬ end-of-stream@1.4.4
│ │ │ │ │ └── once@1.4.0 deduped
│ │ │ │ ├─┬ flush-write-stream@1.1.1
│ │ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ │ └── readable-stream@2.3.6 deduped
│ │ │ │ ├─┬ from2@2.3.0
│ │ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ │ └── readable-stream@2.3.6 deduped
│ │ │ │ ├─┬ parallel-transform@1.2.0
│ │ │ │ │ ├── cyclist@1.0.1
│ │ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ │ └── readable-stream@2.3.6 deduped
│ │ │ │ ├─┬ pump@3.0.0
│ │ │ │ │ ├── end-of-stream@1.4.4 deduped
│ │ │ │ │ └── once@1.4.0 deduped
│ │ │ │ ├─┬ pumpify@1.5.1
│ │ │ │ │ ├── duplexify@3.7.1 deduped
│ │ │ │ │ ├── inherits@2.0.4 deduped
│ │ │ │ │ └─┬ pump@2.0.1
│ │ │ │ │   ├── end-of-stream@1.4.4 deduped
│ │ │ │ │   └── once@1.4.0 deduped
│ │ │ │ ├─┬ stream-each@1.2.3
│ │ │ │ │ ├── end-of-stream@1.4.4 deduped
│ │ │ │ │ └── stream-shift@1.0.0 deduped
│ │ │ │ └─┬ through2@2.0.5
│ │ │ │   ├── readable-stream@2.3.6 deduped
│ │ │ │   └── xtend@4.0.2 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.7.1 deduped
│ │ │ │ │ └── run-queue@1.0.3 deduped
│ │ │ │ ├─┬ fs-write-stream-atomic@1.0.10
│ │ │ │ │ ├── graceful-fs@4.2.2 deduped
│ │ │ │ │ ├── iferr@0.1.5 deduped
│ │ │ │ │ ├── imurmurhash@0.1.4 deduped
│ │ │ │ │ └── readable-stream@2.3.6 deduped
│ │ │ │ ├── mkdirp@0.5.1 deduped
│ │ │ │ ├── rimraf@2.7.1 deduped
│ │ │ │ └─┬ run-queue@1.0.3
│ │ │ │   └── aproba@1.2.0 deduped
│ │ │ ├── promise-inflight@1.0.1
│ │ │ ├─┬ rimraf@2.7.1
│ │ │ │ └── glob@7.1.4 deduped
│ │ │ ├─┬ ssri@6.0.1
│ │ │ │ └── figgy-pudding@3.5.1 deduped
│ │ │ ├─┬ unique-filename@1.1.1
│ │ │ │ └─┬ unique-slug@2.0.2
│ │ │ │   └── imurmurhash@0.1.4 deduped
│ │ │ └── y18n@4.0.0 deduped
│ │ ├── find-cache-dir@2.1.0 deduped
│ │ ├── is-wsl@1.1.0 deduped
│ │ ├── schema-utils@1.0.0 deduped
│ │ ├── serialize-javascript@1.9.1
│ │ ├── source-map@0.6.1 deduped
│ │ ├─┬ terser@4.3.4
│ │ │ ├── commander@2.20.1 deduped
│ │ │ ├── source-map@0.6.1 deduped
│ │ │ └─┬ source-map-support@0.5.13
│ │ │   ├── buffer-from@1.1.1
│ │ │   └── source-map@0.6.1 deduped
│ │ ├── webpack-sources@1.4.3 deduped
│ │ └─┬ worker-farm@1.7.0
│ │   └── errno@0.1.7 deduped
│ ├── ts-pnp@1.1.4
│ ├── UNMET PEER DEPENDENCY typescript@*
│ ├─┬ url-loader@2.1.0
│ │ ├── loader-utils@1.2.3 deduped
│ │ ├── mime@2.4.4 deduped
│ │ └─┬ schema-utils@2.4.1
│ │   ├── ajv@6.10.2 deduped
│ │   └── ajv-keywords@3.4.1 deduped
│ ├─┬ webpack@4.41.0
│ │ ├── @webassemblyjs/ast@1.8.5 deduped
│ │ ├── @webassemblyjs/helper-module-context@1.8.5 deduped
│ │ ├── @webassemblyjs/wasm-edit@1.8.5 deduped
│ │ ├── @webassemblyjs/wasm-parser@1.8.5 deduped
│ │ ├── acorn@6.3.0 deduped
│ │ ├── ajv@6.10.2 deduped
│ │ ├── ajv-keywords@3.4.1 deduped
│ │ ├── chrome-trace-event@1.0.2 deduped
│ │ ├── enhanced-resolve@4.1.0 deduped
│ │ ├── eslint-scope@4.0.3 deduped
│ │ ├── json-parse-better-errors@1.0.2 deduped
│ │ ├── loader-runner@2.4.0 deduped
│ │ ├── loader-utils@1.2.3 deduped
│ │ ├── memory-fs@0.4.1 deduped
│ │ ├── micromatch@3.1.10 deduped
│ │ ├── mkdirp@0.5.1 deduped
│ │ ├── neo-async@2.6.1 deduped
│ │ ├── node-libs-browser@2.2.1 deduped
│ │ ├── schema-utils@1.0.0 deduped
│ │ ├── tapable@1.1.3 deduped
│ │ ├── terser-webpack-plugin@1.4.1 deduped
│ │ ├── watchpack@1.6.0 deduped
│ │ └── webpack-sources@1.4.3 deduped
│ ├─┬ webpack-dev-server@3.2.1
│ │ ├── ansi-html@0.0.7
│ │ ├─┬ bonjour@3.5.0
│ │ │ ├── array-flatten@2.1.2
│ │ │ ├── deep-equal@1.1.0 deduped
│ │ │ ├── dns-equal@1.0.0
│ │ │ ├─┬ dns-txt@2.0.2
│ │ │ │ └── buffer-indexof@1.1.1
│ │ │ ├─┬ multicast-dns@6.2.3
│ │ │ │ ├─┬ dns-packet@1.3.1
│ │ │ │ │ ├── ip@1.1.5 deduped
│ │ │ │ │ └── safe-buffer@5.2.0 deduped
│ │ │ │ └── thunky@1.0.3
│ │ │ └── multicast-dns-service-types@1.1.0
│ │ ├─┬ chokidar@2.1.8
│ │ │ ├─┬ anymatch@2.0.0
│ │ │ │ ├── micromatch@3.1.10 deduped
│ │ │ │ └─┬ normalize-path@2.1.1
│ │ │ │   └── remove-trailing-separator@1.1.0
│ │ │ ├── async-each@1.0.3
│ │ │ ├── braces@2.3.2 deduped
│ │ │ ├─┬ fsevents@1.2.9
│ │ │ │ ├── nan@2.14.0
│ │ │ │ └─┬ node-pre-gyp@0.12.0
│ │ │ │   ├── detect-libc@1.0.3
│ │ │ │   ├─┬ mkdirp@0.5.1
│ │ │ │   │ └── minimist@0.0.8
│ │ │ │   ├─┬ needle@2.3.0
│ │ │ │   │ ├─┬ debug@4.1.1
│ │ │ │   │ │ └── ms@2.1.1
│ │ │ │   │ ├─┬ 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.1
│ │ │ │   │ ├─┬ 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.6
│ │ │ │   ├─┬ npmlog@4.1.2
│ │ │ │   │ ├─┬ are-we-there-yet@1.1.5
│ │ │ │   │ │ ├── delegates@1.0.0
│ │ │ │   │ │ └─┬ readable-stream@2.3.6
│ │ │ │   │ │   ├── core-util-is@1.0.2
│ │ │ │   │ │   ├── inherits@2.0.3 deduped
│ │ │ │   │ │   ├── isarray@1.0.0
│ │ │ │   │ │   ├── process-nextick-args@2.0.0
│ │ │ │   │ │   ├── safe-buffer@5.1.2 deduped
│ │ │ │   │ │   ├─┬ string_decoder@1.1.1
│ │ │ │   │ │   │ └── safe-buffer@5.1.2 deduped
│ │ │ │   │ │   └── util-deprecate@1.0.2
│ │ │ │   │ ├── console-control-strings@1.1.0
│ │ │ │   │ ├─┬ gauge@2.7.4
│ │ │ │   │ │ ├── aproba@1.2.0
│ │ │ │   │ │ ├── console-control-strings@1.1.0 deduped
│ │ │ │   │ │ ├── has-unicode@2.0.1
│ │ │ │   │ │ ├── object-assign@4.1.1
│ │ │ │   │ │ ├── signal-exit@3.0.2
│ │ │ │   │ │ ├─┬ string-width@1.0.2
│ │ │ │   │ │ │ ├── code-point-at@1.1.0
│ │ │ │   │ │ │ ├─┬ is-fullwidth-code-point@1.0.0
│ │ │ │   │ │ │ │ └── number-is-nan@1.0.1
│ │ │ │   │ │ │ └── strip-ansi@3.0.1 deduped
│ │ │ │   │ │ ├─┬ strip-ansi@3.0.1
│ │ │ │   │ │ │ └── ansi-regex@2.1.1
│ │ │ │   │ │ └─┬ wide-align@1.1.3
│ │ │ │   │ │   └── string-width@1.0.2 deduped
│ │ │ │   │ └── set-blocking@2.0.0
│ │ │ │   ├─┬ rc@1.2.8
│ │ │ │   │ ├── deep-extend@0.6.0
│ │ │ │   │ ├── ini@1.3.5
│ │ │ │   │ ├── minimist@1.2.0
│ │ │ │   │ └── strip-json-comments@2.0.1
│ │ │ │   ├─┬ rimraf@2.6.3
│ │ │ │   │ └─┬ glob@7.1.3
│ │ │ │   │   ├── fs.realpath@1.0.0
│ │ │ │   │   ├─┬ inflight@1.0.6
│ │ │ │   │   │ ├── once@1.4.0 deduped
│ │ │ │   │   │ └── wrappy@1.0.2
│ │ │ │   │   ├── inherits@2.0.3
│ │ │ │   │   ├── minimatch@3.0.4 deduped
│ │ │ │   │   ├─┬ once@1.4.0
│ │ │ │   │   │ └── wrappy@1.0.2 deduped
│ │ │ │   │   └── path-is-absolute@1.0.1
│ │ │ │   ├── semver@5.7.0
│ │ │ │   └─┬ tar@4.4.8
│ │ │ │     ├── chownr@1.1.1
│ │ │ │     ├─┬ fs-minipass@1.2.5
│ │ │ │     │ └── minipass@2.3.5 deduped
│ │ │ │     ├─┬ minipass@2.3.5
│ │ │ │     │ ├── safe-buffer@5.1.2 deduped
│ │ │ │     │ └── yallist@3.0.3 deduped
│ │ │ │     ├─┬ minizlib@1.2.1
│ │ │ │     │ └── minipass@2.3.5 deduped
│ │ │ │     ├── mkdirp@0.5.1 deduped
│ │ │ │     ├── safe-buffer@5.1.2
│ │ │ │     └── yallist@3.0.3
│ │ │ ├─┬ glob-parent@3.1.0
│ │ │ │ ├─┬ is-glob@3.1.0
│ │ │ │ │ └── is-extglob@2.1.1 deduped
│ │ │ │ └── path-dirname@1.0.2
│ │ │ ├── inherits@2.0.4 deduped
│ │ │ ├─┬ is-binary-path@1.0.1
│ │ │ │ └── binary-extensions@1.13.1
│ │ │ ├── is-glob@4.0.1 deduped
│ │ │ ├── normalize-path@3.0.0 deduped
│ │ │ ├── path-is-absolute@1.0.1
│ │ │ ├─┬ readdirp@2.2.1
│ │ │ │ ├── graceful-fs@4.2.2 deduped
│ │ │ │ ├── micromatch@3.1.10 deduped
│ │ │ │ └── readable-stream@2.3.6 deduped
│ │ │ └── upath@1.2.0
│ │ ├─┬ compression@1.7.4
│ │ │ ├─┬ accepts@1.3.7
│ │ │ │ ├── mime-types@2.1.24 deduped
│ │ │ │ └── negotiator@0.6.2
│ │ │ ├── bytes@3.0.0 deduped
│ │ │ ├─┬ compressible@2.0.17
│ │ │ │ └── mime-db@1.42.0
│ │ │ ├── debug@2.6.9 deduped
│ │ │ ├── on-headers@1.0.2
│ │ │ ├── safe-buffer@5.1.2
│ │ │ └── vary@1.1.2
│ │ ├── connect-history-api-fallback@1.6.0
│ │ ├─┬ debug@4.1.1
│ │ │ └── ms@2.1.2
│ │ ├─┬ del@3.0.0
│ │ │ ├─┬ globby@6.1.0
│ │ │ │ ├── array-union@1.0.2 deduped
│ │ │ │ ├── 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@1.0.0
│ │ │ ├─┬ is-path-in-cwd@1.0.1
│ │ │ │ └─┬ is-path-inside@1.0.1
│ │ │ │   └── path-is-inside@1.0.2 deduped
│ │ │ ├── p-map@1.2.0
│ │ │ ├── pify@3.0.0
│ │ │ └── rimraf@2.7.1 deduped
│ │ ├─┬ express@4.17.1
│ │ │ ├── accepts@1.3.7 deduped
│ │ │ ├── array-flatten@1.1.1
│ │ │ ├─┬ body-parser@1.19.0
│ │ │ │ ├── bytes@3.1.0
│ │ │ │ ├── content-type@1.0.4 deduped
│ │ │ │ ├── debug@2.6.9 deduped
│ │ │ │ ├── depd@1.1.2 deduped
│ │ │ │ ├─┬ http-errors@1.7.2
│ │ │ │ │ ├── depd@1.1.2 deduped
│ │ │ │ │ ├── inherits@2.0.3
│ │ │ │ │ ├── setprototypeof@1.1.1 deduped
│ │ │ │ │ ├── statuses@1.5.0 deduped
│ │ │ │ │ └── toidentifier@1.0.0
│ │ │ │ ├── iconv-lite@0.4.24 deduped
│ │ │ │ ├── on-finished@2.3.0 deduped
│ │ │ │ ├── qs@6.7.0
│ │ │ │ ├─┬ raw-body@2.4.0
│ │ │ │ │ ├── bytes@3.1.0
│ │ │ │ │ ├── http-errors@1.7.2 deduped
│ │ │ │ │ ├── iconv-lite@0.4.24 deduped
│ │ │ │ │ └── unpipe@1.0.0 deduped
│ │ │ │ └── type-is@1.6.18 deduped
│ │ │ ├─┬ content-disposition@0.5.3
│ │ │ │ └── safe-buffer@5.1.2 deduped
│ │ │ ├── content-type@1.0.4
│ │ │ ├── cookie@0.4.0
│ │ │ ├── cookie-signature@1.0.6
│ │ │ ├── debug@2.6.9 deduped
│ │ │ ├── depd@1.1.2
│ │ │ ├── encodeurl@1.0.2
│ │ │ ├── escape-html@1.0.3
│ │ │ ├── etag@1.8.1
│ │ │ ├─┬ finalhandler@1.1.2
│ │ │ │ ├── debug@2.6.9 deduped
│ │ │ │ ├── encodeurl@1.0.2 deduped
│ │ │ │ ├── escape-html@1.0.3 deduped
│ │ │ │ ├── on-finished@2.3.0 deduped
│ │ │ │ ├── parseurl@1.3.3 deduped
│ │ │ │ ├── statuses@1.5.0 deduped
│ │ │ │ └── unpipe@1.0.0
│ │ │ ├── fresh@0.5.2
│ │ │ ├── merge-descriptors@1.0.1
│ │ │ ├── methods@1.1.2
│ │ │ ├─┬ on-finished@2.3.0
│ │ │ │ └── ee-first@1.1.1
│ │ │ ├── parseurl@1.3.3
│ │ │ ├── path-to-regexp@0.1.7
│ │ │ ├─┬ proxy-addr@2.0.5
│ │ │ │ ├── forwarded@0.1.2
│ │ │ │ └── ipaddr.js@1.9.0
│ │ │ ├── qs@6.7.0
│ │ │ ├── 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
│ │ │ │ ├── media-typer@0.3.0
│ │ │ │ └── mime-types@2.1.24 deduped
│ │ │ ├── utils-merge@1.0.1
│ │ │ └── vary@1.1.2 deduped
│ │ ├── html-entities@1.2.1 deduped
│ │ ├─┬ http-proxy-middleware@0.19.1
│ │ │ ├─┬ http-proxy@1.18.0
│ │ │ │ ├── eventemitter3@4.0.0
│ │ │ │ ├─┬ follow-redirects@1.9.0
│ │ │ │ │ └─┬ debug@3.2.6
│ │ │ │ │   └── ms@2.1.2
│ │ │ │ └── requires-port@1.0.0 deduped
│ │ │ ├── is-glob@4.0.1 deduped
│ │ │ ├── lodash@4.17.15 deduped
│ │ │ └── micromatch@3.1.10 deduped
│ │ ├── import-local@2.0.0 deduped
│ │ ├─┬ internal-ip@4.3.0
│ │ │ ├─┬ default-gateway@4.2.0
│ │ │ │ ├── execa@1.0.0 deduped
│ │ │ │ └── ip-regex@2.1.0
│ │ │ └── ipaddr.js@1.9.1
│ │ ├── ip@1.1.5
│ │ ├── killable@1.0.1
│ │ ├── loglevel@1.6.4
│ │ ├─┬ opn@5.5.0
│ │ │ └── is-wsl@1.1.0 deduped
│ │ ├─┬ portfinder@1.0.24
│ │ │ ├── async@1.5.2
│ │ │ ├── debug@2.6.9 deduped
│ │ │ └── mkdirp@0.5.1 deduped
│ │ ├── schema-utils@1.0.0 deduped
│ │ ├─┬ selfsigned@1.10.7
│ │ │ └── node-forge@0.9.0
│ │ ├── semver@5.7.1 deduped
│ │ ├─┬ 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.3
│ │ │ │ ├── depd@1.1.2 deduped
│ │ │ │ ├── inherits@2.0.3
│ │ │ │ ├── setprototypeof@1.1.0
│ │ │ │ └── statuses@1.5.0 deduped
│ │ │ ├─┬ mime-types@2.1.24
│ │ │ │ └── mime-db@1.40.0
│ │ │ └── parseurl@1.3.3 deduped
│ │ ├─┬ sockjs@0.3.19
│ │ │ ├─┬ faye-websocket@0.10.0
│ │ │ │ └── websocket-driver@0.7.3 deduped
│ │ │ └── uuid@3.3.3 deduped
│ │ ├─┬ sockjs-client@1.3.0
│ │ │ ├─┬ debug@3.2.6
│ │ │ │ └── ms@2.1.2
│ │ │ ├── eventsource@1.0.7 deduped
│ │ │ ├── faye-websocket@0.11.3 deduped
│ │ │ ├── inherits@2.0.4 deduped
│ │ │ ├── json3@3.3.3 deduped
│ │ │ └── url-parse@1.4.7 deduped
│ │ ├─┬ spdy@4.0.1
│ │ │ ├─┬ debug@4.1.1
│ │ │ │ └── ms@2.1.2
│ │ │ ├── handle-thing@2.0.0
│ │ │ ├── http-deceiver@1.2.7
│ │ │ ├── select-hose@2.0.0
│ │ │ └─┬ spdy-transport@3.0.0
│ │ │   ├─┬ debug@4.1.1
│ │ │   │ └── ms@2.1.2
│ │ │   ├── detect-node@2.0.4
│ │ │   ├─┬ hpack.js@2.1.6
│ │ │   │ ├── inherits@2.0.4 deduped
│ │ │   │ ├── obuf@1.1.2 deduped
│ │ │   │ ├── readable-stream@2.3.6 deduped
│ │ │   │ └── wbuf@1.7.3 deduped
│ │ │   ├── obuf@1.1.2
│ │ │   ├─┬ readable-stream@3.4.0
│ │ │   │ ├── inherits@2.0.4 deduped
│ │ │   │ ├── string_decoder@1.3.0 deduped
│ │ │   │ └── util-deprecate@1.0.2 deduped
│ │ │   └─┬ wbuf@1.7.3
│ │ │     └── minimalistic-assert@1.0.1
│ │ ├─┬ strip-ansi@3.0.1
│ │ │ └── ansi-regex@2.1.1
│ │ ├── supports-color@6.1.0 deduped
│ │ ├── url@0.11.0 deduped
│ │ ├─┬ webpack-dev-middleware@3.7.2
│ │ │ ├── memory-fs@0.4.1 deduped
│ │ │ ├── mime@2.4.4 deduped
│ │ │ ├── mkdirp@0.5.1 deduped
│ │ │ ├── range-parser@1.2.1 deduped
│ │ │ └── webpack-log@2.0.0 deduped
│ │ ├─┬ webpack-log@2.0.0
│ │ │ ├── ansi-colors@3.2.4
│ │ │ └── uuid@3.3.3 deduped
│ │ └─┬ yargs@12.0.2
│ │   ├─┬ cliui@4.1.0
│ │   │ ├── string-width@2.1.1 deduped
│ │   │ ├─┬ strip-ansi@4.0.0
│ │   │ │ └── ansi-regex@3.0.0
│ │   │ └─┬ wrap-ansi@2.1.0
│ │   │   ├─┬ string-width@1.0.2
│ │   │   │ ├── code-point-at@1.1.0
│ │   │   │ ├─┬ is-fullwidth-code-point@1.0.0
│ │   │   │ │ └── number-is-nan@1.0.1
│ │   │   │ └── strip-ansi@3.0.1 deduped
│ │   │   └── strip-ansi@3.0.1 deduped
│ │   ├─┬ decamelize@2.0.0
│ │   │ └── xregexp@4.0.0
│ │   ├── find-up@3.0.0 deduped
│ │   ├── get-caller-file@1.0.3
│ │   ├── os-locale@3.1.0 deduped
│ │   ├── require-directory@2.1.1 deduped
│ │   ├── require-main-filename@1.0.1
│ │   ├── 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@10.1.0
│ │     └── camelcase@4.1.0
│ ├─┬ webpack-manifest-plugin@2.1.1
│ │ ├── fs-extra@7.0.1 deduped
│ │ ├── lodash@4.17.15 deduped
│ │ ├── object.entries@1.1.0 deduped
│ │ └── tapable@1.1.3 deduped
│ └─┬ workbox-webpack-plugin@4.3.1
│   ├─┬ @babel/runtime@7.6.2
│   │ └── regenerator-runtime@0.13.3 deduped
│   ├─┬ json-stable-stringify@1.0.1
│   │ └── jsonify@0.0.0
│   └─┬ workbox-build@4.3.1
│     ├─┬ @babel/runtime@7.6.2
│     │ └── regenerator-runtime@0.13.3 deduped
│     ├─┬ @hapi/joi@15.1.1
│     │ ├── @hapi/address@2.1.2
│     │ ├── @hapi/bourne@1.3.2
│     │ ├── @hapi/hoek@8.2.5
│     │ └─┬ @hapi/topo@3.1.4
│     │   └── @hapi/hoek@8.2.5 deduped
│     ├── common-tags@1.8.0
│     ├─┬ fs-extra@4.0.3
│     │ ├── graceful-fs@4.2.2 deduped
│     │ ├── jsonfile@4.0.0 deduped
│     │ └── universalify@0.1.2 deduped
│     ├── glob@7.1.4 deduped
│     ├── lodash.template@4.5.0 deduped
│     ├── pretty-bytes@5.3.0
│     ├─┬ stringify-object@3.3.0
│     │ ├── get-own-enumerable-property-symbols@3.0.0
│     │ ├── is-obj@1.0.1
│     │ └── is-regexp@1.0.0
│     ├─┬ strip-comments@1.0.2
│     │ ├─┬ babel-extract-comments@1.0.0
│     │ │ └── babylon@6.18.0
│     │ └─┬ babel-plugin-transform-object-rest-spread@6.26.0
│     │   ├── babel-plugin-syntax-object-rest-spread@6.13.0
│     │   └── babel-runtime@6.26.0 deduped
│     ├─┬ workbox-background-sync@4.3.1
│     │ └── workbox-core@4.3.1 deduped
│     ├─┬ workbox-broadcast-update@4.3.1
│     │ └── workbox-core@4.3.1 deduped
│     ├─┬ workbox-cacheable-response@4.3.1
│     │ └── workbox-core@4.3.1 deduped
│     ├── workbox-core@4.3.1
│     ├─┬ workbox-expiration@4.3.1
│     │ └── workbox-core@4.3.1 deduped
│     ├─┬ workbox-google-analytics@4.3.1
│     │ ├── workbox-background-sync@4.3.1 deduped
│     │ ├── workbox-core@4.3.1 deduped
│     │ ├── workbox-routing@4.3.1 deduped
│     │ └── workbox-strategies@4.3.1 deduped
│     ├─┬ workbox-navigation-preload@4.3.1
│     │ └── workbox-core@4.3.1 deduped
│     ├─┬ workbox-precaching@4.3.1
│     │ └── workbox-core@4.3.1 deduped
│     ├─┬ workbox-range-requests@4.3.1
│     │ └── workbox-core@4.3.1 deduped
│     ├─┬ workbox-routing@4.3.1
│     │ └── workbox-core@4.3.1 deduped
│     ├─┬ workbox-strategies@4.3.1
│     │ └── workbox-core@4.3.1 deduped
│     ├─┬ workbox-streams@4.3.1
│     │ └── workbox-core@4.3.1 deduped
│     ├── workbox-sw@4.3.1
│     └─┬ workbox-window@4.3.1
│       └── workbox-core@4.3.1 deduped
├─┬ react-select@3.0.8
│ ├── @babel/runtime@7.7.2 deduped
│ ├─┬ @emotion/cache@10.0.29
│ │ ├── @emotion/sheet@0.9.4
│ │ ├── @emotion/stylis@0.8.5
│ │ ├── @emotion/utils@0.11.3
│ │ └── @emotion/weak-memoize@0.2.5
│ ├─┬ @emotion/core@10.0.28
│ │ ├── @babel/runtime@7.7.2 deduped
│ │ ├── @emotion/cache@10.0.29 deduped
│ │ ├── @emotion/css@10.0.27 deduped
│ │ ├─┬ @emotion/serialize@0.11.16
│ │ │ ├── @emotion/hash@0.8.0
│ │ │ ├── @emotion/memoize@0.7.4 deduped
│ │ │ ├── @emotion/unitless@0.7.5 deduped
│ │ │ ├── @emotion/utils@0.11.3 deduped
│ │ │ └── csstype@2.6.7 deduped
│ │ ├── @emotion/sheet@0.9.4
│ │ └── @emotion/utils@0.11.3 deduped
│ ├─┬ @emotion/css@10.0.27
│ │ ├── @emotion/serialize@0.11.16 deduped
│ │ ├── @emotion/utils@0.11.3 deduped
│ │ └─┬ babel-plugin-emotion@10.0.29
│ │   ├── @babel/helper-module-imports@7.0.0 deduped
│ │   ├── @emotion/hash@0.8.0
│ │   ├── @emotion/memoize@0.7.4 deduped
│ │   ├── @emotion/serialize@0.11.16 deduped
│ │   ├── babel-plugin-macros@2.6.2 deduped
│ │   ├── babel-plugin-syntax-jsx@6.18.0 deduped
│ │   ├─┬ convert-source-map@1.7.0
│ │   │ └── safe-buffer@5.1.2
│ │   ├── escape-string-regexp@1.0.5 deduped
│ │   ├── find-root@1.1.0 deduped
│ │   └── source-map@0.5.7
│ ├── memoize-one@5.1.1
│ ├── prop-types@15.7.2 deduped
│ ├─┬ react-input-autosize@2.2.2
│ │ └── prop-types@15.7.2 deduped
│ └─┬ react-transition-group@2.9.0
│   ├─┬ dom-helpers@3.4.0
│   │ └── @babel/runtime@7.7.2 deduped
│   ├── loose-envify@1.4.0 deduped
│   ├── prop-types@15.7.2 deduped
│   └── react-lifecycles-compat@3.0.4 deduped
├─┬ react-stripe-elements@4.0.2
│ └── prop-types@15.7.2 deduped
├── react-swipe-button@1.0.1
├─┬ react-visibility-sensor@5.1.1
│ └── prop-types@15.7.2 deduped
├─┬ react-window@1.8.5
│ ├─┬ @babel/runtime@7.6.2
│ │ └── regenerator-runtime@0.13.3 deduped
│ └── memoize-one@5.1.1 deduped
├─┬ react-youtube@7.9.0
│ ├── fast-deep-equal@2.0.1
│ ├── prop-types@15.7.2 deduped
│ └─┬ youtube-player@5.5.2
│   ├── debug@2.6.9 deduped
│   ├── load-script@1.0.0
│   └── sister@3.0.2
├─┬ redux@3.7.2
│ ├── lodash@4.17.15 deduped
│ ├── lodash-es@4.17.15
│ ├── loose-envify@1.4.0 deduped
│ └── symbol-observable@1.2.0
├─┬ redux-api-middleware@2.3.0
│ ├─┬ babel-plugin-transform-runtime@6.23.0
│ │ └── babel-runtime@6.26.0 deduped
│ ├── babel-runtime@6.26.0 deduped
│ └── lodash.isplainobject@4.0.6
├─┬ UNMET PEER DEPENDENCY redux-form@8.2.6
│ ├── @babel/runtime@7.7.2 deduped
│ ├── es6-error@4.1.1
│ ├── hoist-non-react-statics@3.3.1 deduped
│ ├── immutable@3.8.2 deduped
│ ├── invariant@2.2.4 deduped
│ ├── is-promise@2.1.0
│ ├── lodash@4.17.15 deduped
│ ├── lodash-es@4.17.15 deduped
│ ├── prop-types@15.7.2 deduped
│ ├── react-is@16.12.0 deduped
│ └── react-lifecycles-compat@3.0.4 deduped
├── redux-form-material-ui@4.3.4
├── redux-thunk@2.3.0
├─┬ save@2.4.0
│ ├─┬ async@2.6.3
│ │ └── lodash@4.17.15 deduped
│ ├─┬ event-stream@4.0.1
│ │ ├── duplexer@0.1.1
│ │ ├── from@0.1.7
│ │ ├── map-stream@0.0.7
│ │ ├─┬ pause-stream@0.0.11
│ │ │ └── through@2.3.8 deduped
│ │ ├─┬ split@1.0.1
│ │ │ └── through@2.3.8 deduped
│ │ ├─┬ stream-combiner@0.2.2
│ │ │ ├── duplexer@0.1.1 deduped
│ │ │ └── through@2.3.8 deduped
│ │ └── through@2.3.8
│ ├── lodash.assign@4.2.0
│ └── mingo@1.3.3
├─┬ serve@9.6.0
│ ├── @zeit/schemas@2.1.1
│ ├─┬ ajv@6.5.2
│ │ ├── fast-deep-equal@2.0.1 deduped
│ │ ├── fast-json-stable-stringify@2.0.0
│ │ ├── json-schema-traverse@0.4.1
│ │ └─┬ uri-js@4.2.2
│ │   └── punycode@2.1.1
│ ├── arg@2.0.0
│ ├─┬ boxen@1.3.0
│ │ ├─┬ ansi-align@2.0.0
│ │ │ └── string-width@2.1.1 deduped
│ │ ├── camelcase@4.1.0
│ │ ├── chalk@2.4.2 deduped
│ │ ├── cli-boxes@1.0.0
│ │ ├─┬ string-width@2.1.1
│ │ │ ├── is-fullwidth-code-point@2.0.0
│ │ │ └─┬ strip-ansi@4.0.0
│ │ │   └── ansi-regex@3.0.0
│ │ ├─┬ term-size@1.2.0
│ │ │ └─┬ execa@0.7.0
│ │ │   ├─┬ cross-spawn@5.1.0
│ │ │   │ ├─┬ lru-cache@4.1.5
│ │ │   │ │ ├── pseudomap@1.0.2 deduped
│ │ │   │ │ └── yallist@2.1.2
│ │ │   │ ├── shebang-command@1.2.0 deduped
│ │ │   │ └── which@1.3.1 deduped
│ │ │   ├── get-stream@3.0.0 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
│ │ └─┬ widest-line@2.0.1
│ │   └── string-width@2.1.1 deduped
│ ├─┬ chalk@2.4.1
│ │ ├─┬ ansi-styles@3.2.1
│ │ │ └─┬ color-convert@1.9.3
│ │ │   └── color-name@1.1.3
│ │ ├── escape-string-regexp@1.0.5 deduped
│ │ └─┬ supports-color@5.5.0
│ │   └── has-flag@3.0.0 deduped
│ ├─┬ clipboardy@1.2.3
│ │ ├── arch@2.1.1
│ │ └─┬ execa@0.8.0
│ │   ├─┬ cross-spawn@5.1.0
│ │   │ ├─┬ lru-cache@4.1.5
│ │   │ │ ├── pseudomap@1.0.2
│ │   │ │ └── yallist@2.1.2
│ │   │ ├── shebang-command@1.2.0 deduped
│ │   │ └── which@1.3.1 deduped
│ │   ├── get-stream@3.0.0
│ │   ├── is-stream@1.1.0
│ │   ├─┬ 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
│ ├─┬ serve-handler@4.0.0
│ │ ├── bytes@3.0.0
│ │ ├── content-disposition@0.5.2
│ │ ├─┬ fast-url-parser@1.1.3
│ │ │ └── punycode@1.4.1 deduped
│ │ ├─┬ glob-slasher@1.0.1
│ │ │ ├── glob-slash@1.0.0
│ │ │ ├─┬ lodash.isobject@2.4.1
│ │ │ │ └── lodash._objecttypes@2.4.1
│ │ │ └─┬ toxic@1.0.1
│ │ │   └── lodash@4.17.15 deduped
│ │ ├─┬ mime-types@2.1.18
│ │ │ └── mime-db@1.33.0
│ │ ├── minimatch@3.0.4 deduped
│ │ ├── path-is-inside@1.0.2
│ │ ├── path-to-regexp@2.2.1
│ │ └── range-parser@1.2.0
│ └─┬ update-check@1.5.2
│   ├─┬ registry-auth-token@3.3.2
│   │ ├─┬ rc@1.2.8
│   │ │ ├── deep-extend@0.6.0
│   │ │ ├── ini@1.3.5 deduped
│   │ │ ├── minimist@1.2.0 deduped
│   │ │ └── strip-json-comments@2.0.1
│   │ └── safe-buffer@5.2.0
│   └─┬ registry-url@3.1.0
│     └── rc@1.2.8 deduped
├─┬ socket.io-client@2.3.0
│ ├── backo2@1.0.2
│ ├── base64-arraybuffer@0.1.5
│ ├── component-bind@1.0.0
│ ├── component-emitter@1.2.1
│ ├─┬ debug@4.1.1
│ │ └── ms@2.1.2
│ ├─┬ engine.io-client@3.4.0
│ │ ├── component-emitter@1.2.1 deduped
│ │ ├── component-inherit@0.0.3
│ │ ├─┬ debug@4.1.1
│ │ │ └── ms@2.1.2
│ │ ├─┬ engine.io-parser@2.2.0
│ │ │ ├── after@0.8.2
│ │ │ ├── arraybuffer.slice@0.0.7
│ │ │ ├── base64-arraybuffer@0.1.5 deduped
│ │ │ ├── blob@0.0.5
│ │ │ └── has-binary2@1.0.3 deduped
│ │ ├── has-cors@1.1.0 deduped
│ │ ├── indexof@0.0.1 deduped
│ │ ├── parseqs@0.0.5 deduped
│ │ ├── parseuri@0.0.5 deduped
│ │ ├─┬ ws@6.1.4
│ │ │ └── async-limiter@1.0.1
│ │ ├── xmlhttprequest-ssl@1.5.5
│ │ └── yeast@0.1.2
│ ├─┬ has-binary2@1.0.3
│ │ └── isarray@2.0.1
│ ├── has-cors@1.1.0
│ ├── indexof@0.0.1
│ ├── object-component@0.0.3
│ ├─┬ parseqs@0.0.5
│ │ └─┬ better-assert@1.0.2
│ │   └── callsite@1.0.0
│ ├─┬ parseuri@0.0.5
│ │ └── better-assert@1.0.2 deduped
│ ├─┬ socket.io-parser@3.3.0
│ │ ├── component-emitter@1.2.1 deduped
│ │ ├─┬ debug@3.1.0
│ │ │ └── ms@2.0.0 deduped
│ │ └── isarray@2.0.1
│ └── to-array@0.1.4
├─┬ styled-components@4.4.1
│ ├─┬ @babel/helper-module-imports@7.0.0
│ │ └── @babel/types@7.6.1 deduped
│ ├─┬ @babel/traverse@7.6.2
│ │ ├── @babel/code-frame@7.5.5 deduped
│ │ ├── @babel/generator@7.6.2 deduped
│ │ ├─┬ @babel/helper-function-name@7.1.0
│ │ │ ├─┬ @babel/helper-get-function-arity@7.0.0
│ │ │ │ └── @babel/types@7.6.1 deduped
│ │ │ ├── @babel/template@7.6.0 deduped
│ │ │ └── @babel/types@7.6.1 deduped
│ │ ├─┬ @babel/helper-split-export-declaration@7.4.4
│ │ │ └── @babel/types@7.6.1 deduped
│ │ ├── @babel/parser@7.6.2 deduped
│ │ ├── @babel/types@7.6.1 deduped
│ │ ├─┬ debug@4.1.1
│ │ │ └── ms@2.1.2
│ │ ├── globals@11.12.0 deduped
│ │ └── lodash@4.17.15 deduped
│ ├─┬ @emotion/is-prop-valid@0.8.8
│ │ └── @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.6.1 deduped
│ │ ├── @babel/helper-module-imports@7.0.0 deduped
│ │ ├── babel-plugin-syntax-jsx@6.18.0
│ │ └── lodash@4.17.15 deduped
│ ├─┬ css-to-react-native@2.3.2
│ │ ├── camelize@1.0.0
│ │ ├── css-color-keywords@1.0.0
│ │ └── postcss-value-parser@3.3.1 deduped
│ ├── memoize-one@5.1.1 deduped
│ ├─┬ merge-anything@2.4.4
│ │ └── is-what@3.7.1
│ ├── prop-types@15.7.2 deduped
│ ├── react-is@16.12.0 deduped
│ ├── stylis@3.5.4
│ ├── stylis-rule-sheet@0.0.10
│ └─┬ supports-color@5.5.0
│   └── has-flag@3.0.0
├─┬ talisman@0.21.0
│ ├── html-entities@1.2.1
│ ├── lodash@4.17.15 deduped
│ ├── long@3.2.0
│ ├─┬ mnemonist@0.14.0
│ │ └── obliterator@1.5.0 deduped
│ ├── obliterator@1.5.0
│ └── pandemonium@1.4.1
├── urijs@1.19.2
├─┬ url@0.11.0
│ ├── punycode@1.3.2
│ └── querystring@0.2.0
├─┬ victory@34.1.3
│ ├─┬ victory-area@34.1.3
│ │ ├─┬ d3-shape@1.3.7
│ │ │ └── d3-path@1.0.9
│ │ ├── lodash@4.17.15 deduped
│ │ ├── prop-types@15.7.2 deduped
│ │ └── victory-core@34.1.3 deduped
│ ├─┬ victory-axis@34.1.3
│ │ ├── lodash@4.17.15 deduped
│ │ ├── prop-types@15.7.2 deduped
│ │ └── victory-core@34.1.3 deduped
│ ├─┬ victory-bar@34.1.3
│ │ ├── d3-shape@1.3.7 deduped
│ │ ├── lodash@4.17.15 deduped
│ │ ├── prop-types@15.7.2 deduped
│ │ └── victory-core@34.1.3 deduped
│ ├─┬ victory-box-plot@34.1.3
│ │ ├── d3-array@1.2.4
│ │ ├── lodash@4.17.15 deduped
│ │ ├── prop-types@15.7.2 deduped
│ │ └── victory-core@34.1.3 deduped
│ ├─┬ victory-brush-container@34.1.3
│ │ ├── lodash@4.17.15 deduped
│ │ ├── prop-types@15.7.2 deduped
│ │ ├── react-fast-compare@2.0.4
│ │ └── victory-core@34.1.3 deduped
│ ├─┬ victory-brush-line@34.1.3
│ │ ├── lodash@4.17.15 deduped
│ │ ├── prop-types@15.7.2 deduped
│ │ ├── react-fast-compare@2.0.4 deduped
│ │ └── victory-core@34.1.3 deduped
│ ├─┬ victory-candlestick@34.1.3
│ │ ├── lodash@4.17.15 deduped
│ │ ├── prop-types@15.7.2 deduped
│ │ └── victory-core@34.1.3 deduped
│ ├─┬ victory-chart@34.1.3
│ │ ├── lodash@4.17.15 deduped
│ │ ├── prop-types@15.7.2 deduped
│ │ ├── react-fast-compare@2.0.4 deduped
│ │ ├── victory-axis@34.1.3 deduped
│ │ ├── victory-core@34.1.3 deduped
│ │ ├── victory-polar-axis@34.1.3 deduped
│ │ └── victory-shared-events@34.1.3 deduped
│ ├─┬ victory-core@34.1.3
│ │ ├── d3-ease@1.0.6
│ │ ├─┬ d3-interpolate@1.4.0
│ │ │ └── d3-color@1.4.0
│ │ ├─┬ d3-scale@1.0.7
│ │ │ ├── d3-array@1.2.4 deduped
│ │ │ ├── d3-collection@1.0.7
│ │ │ ├── d3-color@1.4.0 deduped
│ │ │ ├── d3-format@1.4.4
│ │ │ ├── d3-interpolate@1.4.0 deduped
│ │ │ ├── d3-time@1.1.0
│ │ │ └─┬ d3-time-format@2.2.3
│ │ │   └── d3-time@1.1.0 deduped
│ │ ├── d3-shape@1.3.7 deduped
│ │ ├── d3-timer@1.0.10
│ │ ├── lodash@4.17.15 deduped
│ │ ├── prop-types@15.7.2 deduped
│ │ └── react-fast-compare@2.0.4 deduped
│ ├─┬ victory-create-container@34.1.3
│ │ ├── lodash@4.17.15 deduped
│ │ ├── victory-brush-container@34.1.3 deduped
│ │ ├── victory-core@34.1.3 deduped
│ │ ├── victory-cursor-container@34.1.3 deduped
│ │ ├── victory-selection-container@34.1.3 deduped
│ │ ├── victory-voronoi-container@34.1.3 deduped
│ │ └── victory-zoom-container@34.1.3 deduped
│ ├─┬ victory-cursor-container@34.1.3
│ │ ├── lodash@4.17.15 deduped
│ │ ├── prop-types@15.7.2 deduped
│ │ └── victory-core@34.1.3 deduped
│ ├─┬ victory-errorbar@34.1.3
│ │ ├── lodash@4.17.15 deduped
│ │ ├── prop-types@15.7.2 deduped
│ │ └── victory-core@34.1.3 deduped
│ ├─┬ victory-group@34.1.3
│ │ ├── lodash@4.17.15 deduped
│ │ ├── prop-types@15.7.2 deduped
│ │ ├── react-fast-compare@2.0.4 deduped
│ │ ├── victory-core@34.1.3 deduped
│ │ └── victory-shared-events@34.1.3 deduped
│ ├─┬ victory-legend@34.1.3
│ │ ├── lodash@4.17.15 deduped
│ │ ├── prop-types@15.7.2 deduped
│ │ └── victory-core@34.1.3 deduped
│ ├─┬ victory-line@34.1.3
│ │ ├── d3-shape@1.3.7 deduped
│ │ ├── lodash@4.17.15 deduped
│ │ ├── prop-types@15.7.2 deduped
│ │ └── victory-core@34.1.3 deduped
│ ├─┬ victory-pie@34.1.3
│ │ ├── d3-shape@1.3.7 deduped
│ │ ├── lodash@4.17.15 deduped
│ │ ├── prop-types@15.7.2 deduped
│ │ └── victory-core@34.1.3 deduped
│ ├─┬ victory-polar-axis@34.1.3
│ │ ├── lodash@4.17.15 deduped
│ │ ├── prop-types@15.7.2 deduped
│ │ └── victory-core@34.1.3 deduped
│ ├─┬ victory-scatter@34.1.3
│ │ ├── lodash@4.17.15 deduped
│ │ ├── prop-types@15.7.2 deduped
│ │ └── victory-core@34.1.3 deduped
│ ├─┬ victory-selection-container@34.1.3
│ │ ├── lodash@4.17.15 deduped
│ │ ├── prop-types@15.7.2 deduped
│ │ └── victory-core@34.1.3 deduped
│ ├─┬ victory-shared-events@34.1.3
│ │ ├── lodash@4.17.15 deduped
│ │ ├── prop-types@15.7.2 deduped
│ │ ├── react-fast-compare@2.0.4 deduped
│ │ └── victory-core@34.1.3 deduped
│ ├─┬ victory-stack@34.1.3
│ │ ├── lodash@4.17.15 deduped
│ │ ├── prop-types@15.7.2 deduped
│ │ ├── react-fast-compare@2.0.4 deduped
│ │ ├── victory-core@34.1.3 deduped
│ │ └── victory-shared-events@34.1.3 deduped
│ ├─┬ victory-tooltip@34.1.3
│ │ ├── lodash@4.17.15 deduped
│ │ ├── prop-types@15.7.2 deduped
│ │ └── victory-core@34.1.3 deduped
│ ├─┬ victory-voronoi@34.1.3
│ │ ├── d3-voronoi@1.1.4
│ │ ├── lodash@4.17.15 deduped
│ │ ├── prop-types@15.7.2 deduped
│ │ └── victory-core@34.1.3 deduped
│ ├─┬ victory-voronoi-container@34.1.3
│ │ ├─┬ delaunay-find@0.0.5
│ │ │ └── delaunator@4.0.1
│ │ ├── lodash@4.17.15 deduped
│ │ ├── prop-types@15.7.2 deduped
│ │ ├── react-fast-compare@2.0.4 deduped
│ │ ├── victory-core@34.1.3 deduped
│ │ └── victory-tooltip@34.1.3 deduped
│ └─┬ victory-zoom-container@34.1.3
│   ├── lodash@4.17.15 deduped
│   ├── prop-types@15.7.2 deduped
│   └── victory-core@34.1.3 deduped
├── workerize@0.1.7
├─┬ workerize-loader@1.1.0
│ └─┬ loader-utils@1.2.3
│   ├── big.js@5.2.2
│   ├── emojis-list@2.1.0
│   └─┬ json5@1.0.1
│     └── minimist@1.2.0 deduped
└─┬ xlsx@0.15.5
  ├─┬ adler-32@1.2.0
  │ ├── exit-on-epipe@1.0.1 deduped
  │ └── printj@1.1.2
  ├─┬ cfb@1.1.3
  │ ├── adler-32@1.2.0 deduped
  │ ├── commander@2.20.3
  │ ├── crc-32@1.2.0 deduped
  │ └── printj@1.1.2 deduped
  ├─┬ codepage@1.14.0
  │ ├── commander@2.14.1
  │ └── exit-on-epipe@1.0.1 deduped
  ├── commander@2.17.1
  ├─┬ crc-32@1.2.0
  │ ├── exit-on-epipe@1.0.1 deduped
  │ └── printj@1.1.2 deduped
  ├── exit-on-epipe@1.0.1
  └─┬ ssf@0.10.2
    └── frac@1.1.2

package.json

{
  "name": "admin",
  "version": "0.1.0",
  "homepage": ".",
  "private": true,
  "proxy": "http://localhost:3112/",
  "dependencies": {
    "@craco/craco": "^5.6.3",
    "@craftjs/core": "^0.1.0-beta.3",
    "@craftjs/layers": "^0.1.0-beta.2",
    "@nestjsx/crud-request": "^4.2.0",
    "@reduxjs/toolkit": "^1.2.5",
    "@walnut/common": "^1.0.2",
    "accounting": "^0.4.1",
    "connected-react-router": "^6.5.2",
    "copy-to-clipboard": "^3.3.1",
    "craco-babel-loader": "^0.1.4",
    "downloadjs": "^1.4.7",
    "draft-js": "0.11.2",
    "draftjs-to-html": "^0.9.1",
    "html-to-draftjs": "^1.5.0",
    "immutability-helper": "^3.0.1",
    "js-levenshtein": "^1.1.6",
    "leven": "^3.1.0",
    "lodash": "^4.17.11",
    "lzutf8": "^0.5.5",
    "opentok-react": "^0.9.0",
    "papaparse": "^5.1.1",
    "qs": "^6.9.1",
    "ra-data-simple-rest": "^2.0.0",
    "ra-input-rich-text": "^2.9.3",
    "ra-language-english": "^2.0.0",
    "ra-language-french": "^2.0.0",
    "re-resizable": "^6.2.0",
    "react": "^16.9.0",
    "react-admin": "3.4.2",
    "react-admin-date-inputs": "WiXSL/react-admin-date-inputs#mui-pickers-v3",
    "react-countdown": "^2.2.1",
    "react-dom": "^16.9.0",
    "react-draft-wysiwyg": "^1.14.5",
    "react-email-editor": "^1.0.0",
    "react-field-mapping": "^1.0.6",
    "react-icons": "^3.7.0",
    "react-image": "^2.2.0",
    "react-json-editor-ajrm": "^2.5.9",
    "react-json-editor-viewer": "^1.0.7",
    "react-json-tree": "^0.11.2",
    "react-load-script": "^0.0.6",
    "react-loading": "^2.0.3",
    "react-loading-bar": "^0.0.7",
    "react-loading-overlay": "^1.0.1",
    "react-modal": "^3.9.1",
    "react-redux": "^7.1.0",
    "react-rnd": "^10.1.6",
    "react-scripts": "3.2.0",
    "react-select": "^3.0.8",
    "react-stripe-elements": "^4.0.0",
    "react-swipe-button": "^1.0.1",
    "react-visibility-sensor": "^5.1.1",
    "react-window": "^1.8.1",
    "react-youtube": "^7.9.0",
    "redux": "3.7.2",
    "redux-api-middleware": "^2.3.0",
    "redux-form": "^8.2.4",
    "redux-form-material-ui": "^4.3.4",
    "redux-thunk": "^2.2.0",
    "save": "^2.3.2",
    "serve": "^9.3.0",
    "socket.io-client": "^2.2.0",
    "styled-components": "^4.4.1",
    "talisman": "^0.21.0",
    "urijs": "^1.19.1",
    "url": "^0.11.0",
    "victory": "^34.1.3",
    "workerize": "^0.1.7",
    "xlsx": "^0.15.5"
  },
  "devDependencies": {
    "workerize-loader": "^1.1.0"
  },
  "scripts": {
    "start": "craco start",
    "build": "CI=false craco  build",
    "test": "craco test",
    "eject": "react-scripts eject",
    "analyze": "npm run build -- --stats&&npx webpack-bundle-analyzer ./build/bundle-stats.json",
    "unused": "npx depcheck .&"
  },
  "eslintConfig": {
    "extends": "react-app"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  }
}
chungchi300 commented 4 years ago

I use lerna to install my dependency @WiXSL

fancyaction commented 4 years ago

Do you see v4 migration being difficult when it's available? We are having issues with the current on mobile (safari/chrome) converting to UTC time instead of user's local; fine on desktop and even my phone so maybe browser-specific. Also, really could use the DateRangePicker being added to v4.

emulienfou commented 4 years ago

@fancyaction I upgraded this component to V4, see issue #51. Not fully tested, but it's a start

aalinia commented 3 years ago

@WiXSL I'm trying to use https://github.com/WiXSL/react-admin-date-inputs/tree/mui-pickers-v3 but it has an error:

./node_modules/react-admin-date-inputs/lib/index.js
Module not found: Can't resolve 'material-ui-pickers/utils/MuiPickersUtilsProvider' in '/usr/src/admin/node_modules/react-admin-date-inputs/lib'

I use yarn and added the package to the package.json :

    "react-admin-date-inputs": "https://github.com/WiXSL/react-admin-date-inputs#mui-pickers-v3",
WiXSL commented 3 years ago

@aalinia, try with "react-admin-date-inputs": "github:WiXSL/react-admin-date-inputs#mui-pickers-v3"

aalinia commented 3 years ago

"react-admin-date-inputs": "github:WiXSL/react-admin-date-inputs#mui-pickers-v3"

Tried it. Here is the result:

yarn install v1.22.4
[1/4] Resolving packages...
info There appears to be trouble with your network connection. Retrying...
info There appears to be trouble with your network connection. Retrying...
info There appears to be trouble with your network connection. Retrying...
info There appears to be trouble with your network connection. Retrying...
error An unexpected error occurred: "https://raw.githubusercontent.com/WiXSL/react-admin-date-inputs/07faeaffef7c9b8dcc3008a4c067f9dcb658db1d/package.json: read ECONNRESET".
info If you think this is a bug, please open a bug report with the information provided in "/usr/src/admin/yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

package.json:

  "dependencies": {
    "@api-platform/admin": "^2.0.0",
    "@babel/runtime": "^7.0.0",
    "@testing-library/jest-dom": "^4.2.4",
    "@testing-library/react": "^9.3.2",
    "@testing-library/user-event": "^7.1.2",
    "ra-input-rich-text": "^3.10.1",
    "react": "^16.12.0",
    "react-admin-date-inputs": "github:WiXSL/react-admin-date-inputs#mui-pickers-v3",
    "react-dom": "^16.12.0",
    "react-scripts": "^3.4.0"
  },
aalinia commented 3 years ago

@WiXSL I also was wondering if the support for Jalaali/Hijri calendar systems can be added?

WiXSL commented 3 years ago

Your getting an error on your side info There appears to be trouble with your network connection. Retrying....

...I also was wondering if the support for Jalaali/Hijri calendar systems can be added?... I just forked the original repository to make some changes. Of course it can be added, but you will have to do it yourself.

aalinia commented 3 years ago

Your getting an error on your side info There appears to be trouble with your network connection. Retrying....

@WiXSL I think it's because of github:WiXSL/react-admin-date-inputs#mui-pickers-v3 part. somehow it's not reachable with yarn

I just forked the original repository to make some changes. Of course it can be added, but you will have to do it yourself.

Should I fork yours? Is your fork is merged yet?

WiXSL commented 3 years ago

I think it's because of github:WiXSL/react-admin-date-inputs#mui-pickers-v3 part. somehow it's not reachable with yarn It works for me.

Should I fork yours? Is your fork is merged yet? Forks are not to be merged, only pull requests.

shinaBR2 commented 3 years ago

Dear @WiXSL and all guys, I have published this module into npm: https://www.npmjs.com/package/@shinabr2/react-admin-date-inputs

WiXSL commented 3 years ago

@shinaBR2 I've added some fixes in my fork. Since you've published it, could you upgrade your package with my changes? Thanks

shinaBR2 commented 3 years ago

@WiXSL I will do tomorrow 🎉

hallboav commented 3 years ago

@WiXSL, Why the input is always shrinked?

WiXSL commented 3 years ago

@hallboav, You have to pass InputLabelProps={{shrink: false}} the same as React-Admin's DateInput