ossn / fixme

Easily find open source projects that are a good fit for your skills and abilities
https://fixme.ossn.club
31 stars 61 forks source link

dependency issue #53

Closed ali2210 closed 5 years ago

ali2210 commented 5 years ago

/fixme$ npm i npm WARN deprecated browserslist@2.11.3: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools. npm WARN deprecated browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.

node-sass@4.9.4 install /home/ali/fixme/node_modules/node-sass node scripts/install.js

Downloading binary from https://github.com/sass/node-sass/releases/download/v4.9.4/linux-x64-57_binding.node Download complete ] - : Binary saved to /home/ali/fixme/node_modules/node-sass/vendor/linux-x64-57/binding.node Caching binary to /home/ali/.npm/node-sass/4.9.4/linux-x64-57_binding.node

husky@1.1.2 install /home/ali/fixme/node_modules/husky node husky install

husky > setting up git hooks husky > done

jss@9.8.7 postinstall /home/ali/fixme/node_modules/jss node -e "console.log('\u001b[35m\u001b[1mLove JSS? You can now support us on open collective:\u001b[22m\u001b[39m\n > \u001b[34mhttps://opencollective.com/jss/donate\u001b[0m')"

Love JSS? You can now support us on open collective:

https://opencollective.com/jss/donate

uglifyjs-webpack-plugin@0.4.6 postinstall /home/ali/fixme/node_modules/webpack/node_modules/uglifyjs-webpack-plugin node lib/post_install.js

node-sass@4.9.4 postinstall /home/ali/fixme/node_modules/node-sass node scripts/build.js

Binary found at /home/ali/fixme/node_modules/node-sass/vendor/linux-x64-57/binding.node Testing binary Binary is fine

styled-components@3.4.10 postinstall /home/ali/fixme/node_modules/styled-components node ./scripts/postinstall.js || exit 0

Use styled-components at work? Consider supporting our development efforts at opencollective.com/styled-components

fixme@0.1.0 postinstall /home/ali/fixme node postinstall.js

Got a problem during installation? Don't forget to report it in our repository npm notice created a lockfile as package-lock.json. You should commit this file. npm WARN bootstrap@4.1.3 requires a peer of jquery@1.9.1 - 3 but none is installed. You must install peer dependencies yourself. npm WARN connected-react-router@4.5.0 requires a peer of react-router@^4.3.1 but none is installed. You must install peer dependencies yourself. npm WARN react-admin@2.3.4 requires a peer of react@~16.3.0 but none is installed. You must install peer dependencies yourself. npm WARN react-admin@2.3.4 requires a peer of react-dom@~16.3.0 but none is installed. You must install peer dependencies yourself. npm WARN react-scripts-ts@2.17.0 requires a peer of typescript@2.x but none is installed. You must install peer dependencies yourself. npm WARN ra-core@2.3.3 requires a peer of react@~16.0.0 || ~16.1.0 || ~16.2.0 || ~16.3.0 but none is installed. You must install peer dependencies yourself. npm WARN ra-core@2.3.3 requires a peer of react-dom@~16.0.0 || ~16.1.0 || ~16.2.0 || ~16.3.0 but none is installed. You must install peer dependencies yourself. npm WARN ra-ui-materialui@2.3.4 requires a peer of react@~16.3.0 but none is installed. You must install peer dependencies yourself. npm WARN ra-ui-materialui@2.3.4 requires a peer of react-dom@~16.3.0 but none is installed. You must install peer dependencies yourself. npm WARN fork-ts-checker-webpack-plugin@0.2.10 requires a peer of typescript@^2.1.0 but none is installed. You must install peer dependencies yourself. npm WARN ts-jest@22.0.1 requires a peer of typescript@2.x but none is installed. You must install peer dependencies yourself. npm WARN ajv-keywords@3.2.0 requires a peer of ajv@^6.0.0 but none is installed. You must install peer dependencies yourself. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

added 1969 packages from 1148 contributors in 1136.524s

┌───────────────────────────────────────────────────────┐ │ npm update check failed │ │ Try running with sudo or get access │ │ to the local update config store via │ │ sudo chown -R $USER:$(id -gn $USER) /home/ali/.config │ └───────────────────────────────────────────────────────┘

alexdor commented 5 years ago

@ali2210 have you tried the solution that npm suggests? I mean this sudo chown -R $USER:$(id -gn $USER) /home/ali/.config

ali2210 commented 5 years ago

i'm working on it

https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=icon Virus-free. www.avast.com https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail&utm_term=link <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

On Tue, Oct 16, 2018 at 11:03 AM Alexandros Dorodoulis < notifications@github.com> wrote:

@ali2210 https://github.com/ali2210 have you tried the solution that npm suggests? I mean this sudo chown -R $USER:$(id -gn $USER) /home/ali/.config

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ossn/fixme/issues/53#issuecomment-430111775, or mute the thread https://github.com/notifications/unsubscribe-auth/ATnYD5pzi1fpe8m7FnNsevCZ-0qtkjDUks5ulXaggaJpZM4XcqSa .

Muljayan commented 5 years ago

@ali2210 are you running yarn install or npm install ? I sometimes tend to get errors when i run npm install on an app which contains a yarn lock file. If you're getting these errors when you're using npm install try using yarn install.

ali2210 commented 5 years ago
                                                                                  Yeah npm install on my system                                                                                                                                                                                                                                                                                                                                        Sent from my BlackBerry 10 smartphone.                                                                                                                                                                                                                From: MuljayanSent: Tuesday, 16 October 2018 21:21To: ossn/fixmeReply To: ossn/fixmeCc: Ali Hassan; MentionSubject: Re: [ossn/fixme] dependency issue (#53)@ali2210  are you running yarn install or npm install ?

I sometimes tend to get errors when i run npm install on an app which contains a yarn lock file. If you're getting these errors when you're using npm install try using yarn install.

—You are receiving this because you were mentioned.Reply to this email directly, view it on GitHub, or mute the thread. {"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/ossn/fixme","title":"ossn/fixme","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/ossn/fixme"}},"updates":{"snippets":[{"icon":"PERSON","message":"@Muljayan in #53: @ali2210 are you running yarn install or npm install ? \r\nI sometimes tend to get errors when i run npm install on an app which contains a yarn lock file. If you're getting these errors when you're using npm install try using yarn install."}],"action":{"name":"View Issue","url":"https://github.com/ossn/fixme/issues/53#issuecomment-430302733"}}} [ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/ossn/fixme/issues/53#issuecomment-430302733", "url": "https://github.com/ossn/fixme/issues/53#issuecomment-430302733", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } }, { "@type": "MessageCard", "@context": "http://schema.org/extensions", "hideOriginalBody": "false", "originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB", "title": "Re: [ossn/fixme] dependency issue (#53)", "sections": [ { "text": "", "activityTitle": "Muljayan", "activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png", "activitySubtitle": "@Muljayan", "facts": [

] } ], "potentialAction": [ { "name": "Add a comment", "@type": "ActionCard", "inputs": [ { "isMultiLine": true, "@type": "TextInput", "id": "IssueComment", "isRequired": false } ], "actions": [ { "name": "Comment", "@type": "HttpPOST", "target": "https://api.github.com", "body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"ossn/fixme\",\n\"issueId\": 53,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}" } ] }, { "name": "Close issue", "@type": "HttpPOST", "target": "https://api.github.com", "body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"ossn/fixme\",\n\"issueId\": 53\n}" }, { "targets": [ { "os": "default", "uri": "https://github.com/ossn/fixme/issues/53#issuecomment-430302733" } ], "@type": "OpenUri", "name": "View on GitHub" }, { "name": "Unsubscribe", "@type": "HttpPOST", "target": "https://api.github.com", "body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 393389210\n}" } ], "themeColor": "26292E" } ]

Muljayan commented 5 years ago

try installing yarn on your machine and do a yarn install.

Muljayan commented 5 years ago

@ali2210 did you resolve the issue ?

ali2210 commented 5 years ago
                                                                                  No , i'm very busy in project , hopefully , on saturday i will work on it .                                                                                                                                                                                                                                                                                                                                        Sent from my BlackBerry 10 smartphone.                                                                                                                                                                                                                From: MuljayanSent: Thursday, 18 October 2018 22:23To: ossn/fixmeReply To: ossn/fixmeCc: Ali Hassan; MentionSubject: Re: [ossn/fixme] dependency issue (#53)@ali2210 did you resolve the issue ?

—You are receiving this because you were mentioned.Reply to this email directly, view it on GitHub, or mute the thread. {"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/ossn/fixme","title":"ossn/fixme","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/ossn/fixme"}},"updates":{"snippets":[{"icon":"PERSON","message":"@Muljayan in #53: @ali2210 did you resolve the issue ?"}],"action":{"name":"View Issue","url":"https://github.com/ossn/fixme/issues/53#issuecomment-431093008"}}} [ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/ossn/fixme/issues/53#issuecomment-431093008", "url": "https://github.com/ossn/fixme/issues/53#issuecomment-431093008", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } }, { "@type": "MessageCard", "@context": "http://schema.org/extensions", "hideOriginalBody": "false", "originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB", "title": "Re: [ossn/fixme] dependency issue (#53)", "sections": [ { "text": "", "activityTitle": "Muljayan", "activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png", "activitySubtitle": "@Muljayan", "facts": [

] } ], "potentialAction": [ { "name": "Add a comment", "@type": "ActionCard", "inputs": [ { "isMultiLine": true, "@type": "TextInput", "id": "IssueComment", "isRequired": false } ], "actions": [ { "name": "Comment", "@type": "HttpPOST", "target": "https://api.github.com", "body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"ossn/fixme\",\n\"issueId\": 53,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}" } ] }, { "name": "Close issue", "@type": "HttpPOST", "target": "https://api.github.com", "body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"ossn/fixme\",\n\"issueId\": 53\n}" }, { "targets": [ { "os": "default", "uri": "https://github.com/ossn/fixme/issues/53#issuecomment-431093008" } ], "@type": "OpenUri", "name": "View on GitHub" }, { "name": "Unsubscribe", "@type": "HttpPOST", "target": "https://api.github.com", "body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 393389210\n}" } ], "themeColor": "26292E" } ]

ali2210 commented 5 years ago

try this command on your terminal sudo npm install -g
if there is an error then sudo npm install -g packageName sudo npm install -g ra-ui-materialui@2.4.0 checck any plugin need then follow sudo npm list

ali2210 commented 5 years ago

npm packages install , some packages show error how to resolve them fixme@0.1.0 /home/ali/fixme ├── @types/jest@23.3.5 ├── @types/node@10.12.0 ├── @types/query-string@6.1.1 ├─┬ @types/react@16.4.18 │ ├── @types/prop-types@15.5.6 │ └── csstype@2.5.7 ├─┬ @types/react-dom@16.0.9 │ ├── @types/node@10.12.0 deduped │ └── @types/react@16.4.18 deduped ├─┬ @types/react-paginate@5.2.1 │ └── @types/react@16.4.18 deduped ├─┬ @types/react-redux@6.0.9 │ ├── @types/react@16.4.18 deduped │ └── redux@4.0.0 deduped ├─┬ @types/react-router-dom@4.3.1 │ ├── @types/history@4.7.1 │ ├── @types/react@16.4.18 deduped │ └─┬ @types/react-router@4.0.32 │ ├── @types/history@4.7.1 deduped │ └── @types/react@16.4.18 deduped ├─┬ @types/react-select@2.0.5 │ ├── @types/react@16.4.18 deduped │ ├── @types/react-dom@16.0.9 deduped │ └─┬ @types/react-transition-group@2.0.14 │ └── @types/react@16.4.18 deduped ├─┬ @types/react-sidebar@3.0.0 │ └── @types/react@16.4.18 deduped ├─┬ @types/reactstrap@6.4.2 │ ├── @types/react@16.4.18 deduped │ └── popper.js@1.14.4 deduped ├─┬ @types/redux-form@7.4.11 │ ├── @types/react@16.4.18 deduped │ └── redux@4.0.0 deduped ├── UNMET PEER DEPENDENCY ajv@^6.0.0 ├── ajv-keywords@3.2.0 ├─┬ babel-core@6.26.3 │ ├─┬ babel-code-frame@6.26.0 │ │ ├── chalk@1.1.3 deduped │ │ ├── esutils@2.0.2 │ │ └── js-tokens@3.0.2 │ ├─┬ babel-generator@6.26.1 │ │ ├── babel-messages@6.23.0 deduped │ │ ├── babel-runtime@6.26.0 deduped │ │ ├── babel-types@6.26.0 deduped │ │ ├─┬ detect-indent@4.0.0 │ │ │ └─┬ repeating@2.0.1 │ │ │ └─┬ is-finite@1.0.2 │ │ │ └── number-is-nan@1.0.1 │ │ ├── jsesc@1.3.0 │ │ ├── lodash@4.17.11 deduped │ │ ├── source-map@0.5.7 deduped │ │ └── trim-right@1.0.1 │ ├─┬ babel-helpers@6.24.1 │ │ ├── babel-runtime@6.26.0 deduped │ │ └── babel-template@6.26.0 deduped │ ├─┬ babel-messages@6.23.0 │ │ └── babel-runtime@6.26.0 deduped │ ├─┬ babel-register@6.26.0 │ │ ├── babel-core@6.26.3 deduped │ │ ├── babel-runtime@6.26.0 deduped │ │ ├── core-js@2.5.7 deduped │ │ ├─┬ home-or-tmp@2.0.0 │ │ │ ├── os-homedir@1.0.2 │ │ │ └── os-tmpdir@1.0.2 │ │ ├── lodash@4.17.11 deduped │ │ ├─┬ mkdirp@0.5.1 │ │ │ └── minimist@0.0.8 │ │ └─┬ source-map-support@0.4.18 │ │ └── source-map@0.5.7 deduped │ ├── babel-runtime@6.26.0 deduped │ ├─┬ babel-template@6.26.0 │ │ ├── babel-runtime@6.26.0 deduped │ │ ├── babel-traverse@6.26.0 deduped │ │ ├── babel-types@6.26.0 deduped │ │ ├── babylon@6.18.0 deduped │ │ └── lodash@4.17.11 deduped │ ├─┬ babel-traverse@6.26.0 │ │ ├── babel-code-frame@6.26.0 deduped │ │ ├── babel-messages@6.23.0 deduped │ │ ├── babel-runtime@6.26.0 deduped │ │ ├── babel-types@6.26.0 deduped │ │ ├── babylon@6.18.0 deduped │ │ ├── debug@2.6.9 deduped │ │ ├── globals@9.18.0 │ │ ├── invariant@2.2.4 deduped │ │ └── lodash@4.17.11 deduped │ ├─┬ babel-types@6.26.0 │ │ ├── babel-runtime@6.26.0 deduped │ │ ├── esutils@2.0.2 deduped │ │ ├── lodash@4.17.11 deduped │ │ └── to-fast-properties@1.0.3 │ ├── babylon@6.18.0 │ ├─┬ convert-source-map@1.6.0 │ │ └── safe-buffer@5.1.2 │ ├─┬ debug@2.6.9 │ │ └── ms@2.0.0 │ ├── json5@0.5.1 │ ├── lodash@4.17.11 │ ├─┬ minimatch@3.0.4 │ │ └─┬ brace-expansion@1.1.11 │ │ ├── balanced-match@1.0.0 deduped │ │ └── concat-map@0.0.1 │ ├── path-is-absolute@1.0.1 │ ├── private@0.1.8 │ ├── slash@1.0.0 │ └── source-map@0.5.7 ├─┬ babel-runtime@6.26.0 │ ├── core-js@2.5.7 │ └── regenerator-runtime@0.11.1 ├── bootstrap@4.1.3 ├─┬ connected-react-router@4.5.0 │ ├── immutable@3.8.2 │ ├─┬ redux-seamless-immutable@0.4.0 │ │ ├── react-router-redux@4.0.8 │ │ └── seamless-immutable@7.1.4 deduped │ └── seamless-immutable@7.1.4 ├─┬ fork-ts-checker-webpack-plugin@0.2.10 │ ├── babel-code-frame@6.26.0 deduped │ ├─┬ chalk@1.1.3 │ │ ├── ansi-styles@2.2.1 │ │ ├── escape-string-regexp@1.0.5 │ │ ├─┬ has-ansi@2.0.0 │ │ │ └── ansi-regex@2.1.1 │ │ ├─┬ strip-ansi@3.0.1 │ │ │ └── ansi-regex@2.1.1 deduped │ │ └── supports-color@2.0.0 │ ├─┬ chokidar@1.7.0 │ │ ├─┬ anymatch@1.3.2 │ │ │ ├─┬ micromatch@2.3.11 │ │ │ │ ├─┬ arr-diff@2.0.0 │ │ │ │ │ └── arr-flatten@1.1.0 deduped │ │ │ │ ├── array-unique@0.2.1 │ │ │ │ ├─┬ braces@1.8.5 │ │ │ │ │ ├── expand-range@1.8.2 deduped │ │ │ │ │ ├── preserve@0.2.0 deduped │ │ │ │ │ └── repeat-element@1.1.3 deduped │ │ │ │ ├─┬ expand-brackets@0.1.5 │ │ │ │ │ └── is-posix-bracket@0.1.1 deduped │ │ │ │ ├─┬ extglob@0.3.2 │ │ │ │ │ └── is-extglob@1.0.0 deduped │ │ │ │ ├── filename-regex@2.0.1 deduped │ │ │ │ ├── is-extglob@1.0.0 deduped │ │ │ │ ├── is-glob@2.0.1 deduped │ │ │ │ ├─┬ kind-of@3.2.2 │ │ │ │ │ └── is-buffer@1.1.6 deduped │ │ │ │ ├── normalize-path@2.1.1 deduped │ │ │ │ ├── object.omit@2.0.1 deduped │ │ │ │ ├── parse-glob@3.0.4 deduped │ │ │ │ └── regex-cache@0.4.4 deduped │ │ │ └── normalize-path@2.1.1 deduped │ │ ├── async-each@1.0.1 │ │ ├── fsevents@1.2.4 deduped │ │ ├─┬ glob-parent@2.0.0 │ │ │ └── is-glob@2.0.1 deduped │ │ ├── inherits@2.0.3 │ │ ├─┬ is-binary-path@1.0.1 │ │ │ └── binary-extensions@1.12.0 │ │ ├─┬ is-glob@2.0.1 │ │ │ └── is-extglob@1.0.0 │ │ ├── path-is-absolute@1.0.1 deduped │ │ └─┬ readdirp@2.2.1 │ │ ├── graceful-fs@4.1.11 deduped │ │ ├── micromatch@3.1.10 deduped │ │ └── readable-stream@2.3.6 deduped │ ├── lodash.endswith@4.2.1 │ ├── lodash.isfunction@3.0.9 │ ├── lodash.isstring@4.0.1 │ ├── lodash.startswith@4.2.1 │ └── minimatch@3.0.4 deduped ├─┬ history@4.7.2 │ ├─┬ invariant@2.2.4 │ │ └── loose-envify@1.4.0 deduped │ ├─┬ loose-envify@1.4.0 │ │ └── js-tokens@4.0.0 │ ├── resolve-pathname@2.2.0 │ ├── value-equal@0.4.0 │ └─┬ warning@3.0.0 │ └── loose-envify@1.4.0 deduped ├─┬ husky@1.1.2 │ ├─┬ cosmiconfig@5.0.6 │ │ ├── is-directory@0.3.1 │ │ ├─┬ js-yaml@3.12.0 │ │ │ ├── argparse@1.0.10 deduped │ │ │ └── esprima@4.0.1 │ │ └─┬ parse-json@4.0.0 │ │ ├─┬ error-ex@1.3.2 │ │ │ └── is-arrayish@0.2.1 │ │ └── json-parse-better-errors@1.0.2 │ ├─┬ execa@0.9.0 │ │ ├─┬ cross-spawn@5.1.0 │ │ │ ├─┬ lru-cache@4.1.3 │ │ │ │ ├── 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 deduped │ │ └── strip-eof@1.0.0 │ ├─┬ find-up@3.0.0 │ │ └─┬ locate-path@3.0.0 │ │ ├─┬ p-locate@3.0.0 │ │ │ └─┬ p-limit@2.0.0 │ │ │ └── p-try@2.0.0 │ │ └── path-exists@3.0.0 │ ├── get-stdin@6.0.0 │ ├─┬ is-ci@1.2.1 │ │ └── ci-info@1.6.0 │ ├─┬ pkg-dir@3.0.0 │ │ └── find-up@3.0.0 deduped │ ├─┬ please-upgrade-node@3.1.1 │ │ └── semver-compare@1.0.0 │ ├─┬ read-pkg@4.0.1 │ │ ├─┬ normalize-package-data@2.4.0 │ │ │ ├── hosted-git-info@2.7.1 │ │ │ ├─┬ is-builtin-module@1.0.0 │ │ │ │ └── builtin-modules@1.1.1 deduped │ │ │ ├── semver@5.6.0 deduped │ │ │ └─┬ validate-npm-package-license@3.0.4 │ │ │ ├─┬ spdx-correct@3.0.2 │ │ │ │ ├── spdx-expression-parse@3.0.0 deduped │ │ │ │ └── spdx-license-ids@3.0.1 │ │ │ └─┬ spdx-expression-parse@3.0.0 │ │ │ ├── spdx-exceptions@2.2.0 │ │ │ └── spdx-license-ids@3.0.1 deduped │ │ ├── parse-json@4.0.0 deduped │ │ └── pify@3.0.0 │ ├── run-node@1.0.0 │ └── slash@2.0.0 ├── UNMET PEER DEPENDENCY jquery@1.9.1 - 3 ├─┬ lint-staged@7.3.0 │ ├─┬ chalk@2.4.1 │ │ ├─┬ ansi-styles@3.2.1 │ │ │ └── color-convert@1.9.3 deduped │ │ ├── escape-string-regexp@1.0.5 deduped │ │ └─┬ supports-color@5.5.0 │ │ └── has-flag@3.0.0 │ ├── commander@2.17.1 │ ├─┬ cosmiconfig@5.0.6 │ │ ├── is-directory@0.3.1 deduped │ │ ├─┬ js-yaml@3.12.0 │ │ │ ├── argparse@1.0.10 deduped │ │ │ └── esprima@4.0.1 │ │ └─┬ parse-json@4.0.0 │ │ ├── error-ex@1.3.2 deduped │ │ └── json-parse-better-errors@1.0.2 deduped │ ├─┬ debug@3.2.6 │ │ └── ms@2.1.1 │ ├── dedent@0.7.0 │ ├─┬ execa@0.9.0 │ │ ├─┬ cross-spawn@5.1.0 │ │ │ ├── lru-cache@4.1.3 deduped │ │ │ ├── shebang-command@1.2.0 deduped │ │ │ └── which@1.3.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 │ ├── find-parent-dir@0.3.0 │ ├─┬ is-glob@4.0.0 │ │ └── is-extglob@2.1.1 │ ├── is-windows@1.0.2 │ ├─┬ jest-validate@23.6.0 │ │ ├── chalk@2.4.1 deduped │ │ ├── jest-get-type@22.4.3 │ │ ├── leven@2.1.0 deduped │ │ └─┬ pretty-format@23.6.0 │ │ ├── ansi-regex@3.0.0 │ │ └── ansi-styles@3.2.1 deduped │ ├─┬ listr@0.14.2 │ │ ├─┬ @samverschueren/stream-to-observable@0.3.0 │ │ │ └── any-observable@0.3.0 │ │ ├─┬ is-observable@1.1.0 │ │ │ └── symbol-observable@1.2.0 deduped │ │ ├── is-promise@2.1.0 deduped │ │ ├── is-stream@1.1.0 deduped │ │ ├── listr-silent-renderer@1.1.1 │ │ ├─┬ listr-update-renderer@0.4.0 │ │ │ ├── chalk@1.1.3 deduped │ │ │ ├─┬ cli-truncate@0.2.1 │ │ │ │ ├── slice-ansi@0.0.4 │ │ │ │ └── string-width@1.0.2 deduped │ │ │ ├── elegant-spinner@1.0.1 │ │ │ ├─┬ figures@1.7.0 │ │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ │ └── object-assign@4.1.1 deduped │ │ │ ├── indent-string@3.2.0 │ │ │ ├─┬ log-symbols@1.0.2 │ │ │ │ └── chalk@1.1.3 deduped │ │ │ ├─┬ log-update@1.0.2 │ │ │ │ ├── ansi-escapes@1.4.0 │ │ │ │ └─┬ cli-cursor@1.0.2 │ │ │ │ └─┬ restore-cursor@1.0.1 │ │ │ │ ├── exit-hook@1.1.1 deduped │ │ │ │ └── onetime@1.1.0 │ │ │ └── strip-ansi@3.0.1 deduped │ │ ├─┬ listr-verbose-renderer@0.4.1 │ │ │ ├── chalk@1.1.3 deduped │ │ │ ├─┬ cli-cursor@1.0.2 │ │ │ │ └─┬ restore-cursor@1.0.1 │ │ │ │ ├── exit-hook@1.1.1 │ │ │ │ └── onetime@1.1.0 │ │ │ ├── date-fns@1.29.0 deduped │ │ │ └─┬ figures@1.7.0 │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ └── object-assign@4.1.1 deduped │ │ ├── p-map@1.2.0 deduped │ │ └─┬ rxjs@6.3.3 │ │ └── tslib@1.9.3 deduped │ ├── lodash@4.17.11 deduped │ ├─┬ log-symbols@2.2.0 │ │ └─┬ chalk@2.4.1 │ │ ├─┬ ansi-styles@3.2.1 │ │ │ └── color-convert@1.9.3 deduped │ │ ├── escape-string-regexp@1.0.5 deduped │ │ └─┬ supports-color@5.5.0 │ │ └── has-flag@3.0.0 deduped │ ├─┬ micromatch@3.1.10 │ │ ├── arr-diff@4.0.0 │ │ ├── array-unique@0.3.2 │ │ ├─┬ braces@2.3.2 │ │ │ ├── arr-flatten@1.1.0 │ │ │ ├── array-unique@0.3.2 deduped │ │ │ ├─┬ extend-shallow@2.0.1 │ │ │ │ └── is-extendable@0.1.1 deduped │ │ │ ├─┬ fill-range@4.0.0 │ │ │ │ ├─┬ extend-shallow@2.0.1 │ │ │ │ │ └── is-extendable@0.1.1 deduped │ │ │ │ ├─┬ is-number@3.0.0 │ │ │ │ │ └─┬ kind-of@3.2.2 │ │ │ │ │ └── is-buffer@1.1.6 deduped │ │ │ │ ├── repeat-string@1.6.1 deduped │ │ │ │ └─┬ to-regex-range@2.1.1 │ │ │ │ ├── is-number@3.0.0 deduped │ │ │ │ └── repeat-string@1.6.1 deduped │ │ │ ├── isobject@3.0.1 │ │ │ ├── repeat-element@1.1.3 │ │ │ ├── snapdragon@0.8.2 deduped │ │ │ ├─┬ snapdragon-node@2.1.1 │ │ │ │ ├─┬ define-property@1.0.0 │ │ │ │ │ └─┬ is-descriptor@1.0.2 │ │ │ │ │ ├─┬ is-accessor-descriptor@1.0.0 │ │ │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ │ │ ├─┬ is-data-descriptor@1.0.0 │ │ │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ │ ├── isobject@3.0.1 deduped │ │ │ │ └─┬ snapdragon-util@3.0.1 │ │ │ │ └─┬ kind-of@3.2.2 │ │ │ │ └── is-buffer@1.1.6 deduped │ │ │ ├─┬ split-string@3.1.0 │ │ │ │ └── extend-shallow@3.0.2 deduped │ │ │ └── to-regex@3.0.2 deduped │ │ ├─┬ define-property@2.0.2 │ │ │ ├─┬ is-descriptor@1.0.2 │ │ │ │ ├─┬ is-accessor-descriptor@1.0.0 │ │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ │ ├─┬ is-data-descriptor@1.0.0 │ │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ └── isobject@3.0.1 deduped │ │ ├─┬ extend-shallow@3.0.2 │ │ │ ├── assign-symbols@1.0.0 │ │ │ └─┬ is-extendable@1.0.1 │ │ │ └── is-plain-object@2.0.4 deduped │ │ ├─┬ extglob@2.0.4 │ │ │ ├── array-unique@0.3.2 deduped │ │ │ ├─┬ define-property@1.0.0 │ │ │ │ └─┬ is-descriptor@1.0.2 │ │ │ │ ├─┬ is-accessor-descriptor@1.0.0 │ │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ │ ├─┬ is-data-descriptor@1.0.0 │ │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ ├─┬ expand-brackets@2.1.4 │ │ │ │ ├── debug@2.6.9 deduped │ │ │ │ ├─┬ define-property@0.2.5 │ │ │ │ │ └── is-descriptor@0.1.6 deduped │ │ │ │ ├─┬ extend-shallow@2.0.1 │ │ │ │ │ └── is-extendable@0.1.1 deduped │ │ │ │ ├── posix-character-classes@0.1.1 │ │ │ │ ├── regex-not@1.0.2 deduped │ │ │ │ ├── snapdragon@0.8.2 deduped │ │ │ │ └── to-regex@3.0.2 deduped │ │ │ ├─┬ extend-shallow@2.0.1 │ │ │ │ └── is-extendable@0.1.1 deduped │ │ │ ├── fragment-cache@0.2.1 deduped │ │ │ ├── regex-not@1.0.2 deduped │ │ │ ├── snapdragon@0.8.2 deduped │ │ │ └── to-regex@3.0.2 deduped │ │ ├─┬ fragment-cache@0.2.1 │ │ │ └── map-cache@0.2.2 │ │ ├── kind-of@6.0.2 │ │ ├─┬ nanomatch@1.2.13 │ │ │ ├── arr-diff@4.0.0 deduped │ │ │ ├── array-unique@0.3.2 deduped │ │ │ ├── define-property@2.0.2 deduped │ │ │ ├── extend-shallow@3.0.2 deduped │ │ │ ├── fragment-cache@0.2.1 deduped │ │ │ ├── is-windows@1.0.2 deduped │ │ │ ├── kind-of@6.0.2 deduped │ │ │ ├── object.pick@1.3.0 deduped │ │ │ ├── regex-not@1.0.2 deduped │ │ │ ├── snapdragon@0.8.2 deduped │ │ │ └── to-regex@3.0.2 deduped │ │ ├─┬ object.pick@1.3.0 │ │ │ └── isobject@3.0.1 deduped │ │ ├─┬ regex-not@1.0.2 │ │ │ ├── extend-shallow@3.0.2 deduped │ │ │ └─┬ safe-regex@1.1.0 │ │ │ └── ret@0.1.15 │ │ ├─┬ snapdragon@0.8.2 │ │ │ ├─┬ base@0.11.2 │ │ │ │ ├─┬ cache-base@1.0.1 │ │ │ │ │ ├─┬ collection-visit@1.0.0 │ │ │ │ │ │ ├─┬ map-visit@1.0.0 │ │ │ │ │ │ │ └── object-visit@1.0.1 deduped │ │ │ │ │ │ └─┬ object-visit@1.0.1 │ │ │ │ │ │ └── isobject@3.0.1 deduped │ │ │ │ │ ├── component-emitter@1.2.1 deduped │ │ │ │ │ ├── get-value@2.0.6 │ │ │ │ │ ├─┬ has-value@1.0.0 │ │ │ │ │ │ ├── get-value@2.0.6 deduped │ │ │ │ │ │ ├─┬ has-values@1.0.0 │ │ │ │ │ │ │ ├── is-number@3.0.0 deduped │ │ │ │ │ │ │ └─┬ kind-of@4.0.0 │ │ │ │ │ │ │ └── is-buffer@1.1.6 deduped │ │ │ │ │ │ └── isobject@3.0.1 deduped │ │ │ │ │ ├── isobject@3.0.1 deduped │ │ │ │ │ ├─┬ set-value@2.0.0 │ │ │ │ │ │ ├─┬ extend-shallow@2.0.1 │ │ │ │ │ │ │ └── is-extendable@0.1.1 deduped │ │ │ │ │ │ ├── is-extendable@0.1.1 deduped │ │ │ │ │ │ ├── is-plain-object@2.0.4 deduped │ │ │ │ │ │ └── split-string@3.1.0 deduped │ │ │ │ │ ├─┬ to-object-path@0.3.0 │ │ │ │ │ │ └─┬ kind-of@3.2.2 │ │ │ │ │ │ └── is-buffer@1.1.6 deduped │ │ │ │ │ ├─┬ union-value@1.0.0 │ │ │ │ │ │ ├── arr-union@3.1.0 deduped │ │ │ │ │ │ ├── get-value@2.0.6 deduped │ │ │ │ │ │ ├── is-extendable@0.1.1 deduped │ │ │ │ │ │ └─┬ set-value@0.4.3 │ │ │ │ │ │ ├─┬ extend-shallow@2.0.1 │ │ │ │ │ │ │ └── is-extendable@0.1.1 deduped │ │ │ │ │ │ ├── is-extendable@0.1.1 deduped │ │ │ │ │ │ ├── is-plain-object@2.0.4 deduped │ │ │ │ │ │ └── to-object-path@0.3.0 deduped │ │ │ │ │ └─┬ unset-value@1.0.0 │ │ │ │ │ ├─┬ has-value@0.3.1 │ │ │ │ │ │ ├── get-value@2.0.6 deduped │ │ │ │ │ │ ├── has-values@0.1.4 │ │ │ │ │ │ └─┬ isobject@2.1.0 │ │ │ │ │ │ └── isarray@1.0.0 deduped │ │ │ │ │ └── isobject@3.0.1 deduped │ │ │ │ ├─┬ class-utils@0.3.6 │ │ │ │ │ ├── arr-union@3.1.0 │ │ │ │ │ ├─┬ define-property@0.2.5 │ │ │ │ │ │ └── is-descriptor@0.1.6 deduped │ │ │ │ │ ├── isobject@3.0.1 deduped │ │ │ │ │ └─┬ static-extend@0.1.2 │ │ │ │ │ ├─┬ define-property@0.2.5 │ │ │ │ │ │ └── is-descriptor@0.1.6 deduped │ │ │ │ │ └─┬ object-copy@0.1.0 │ │ │ │ │ ├── copy-descriptor@0.1.1 │ │ │ │ │ ├─┬ define-property@0.2.5 │ │ │ │ │ │ └── is-descriptor@0.1.6 deduped │ │ │ │ │ └─┬ kind-of@3.2.2 │ │ │ │ │ └── is-buffer@1.1.6 deduped │ │ │ │ ├── component-emitter@1.2.1 │ │ │ │ ├─┬ define-property@1.0.0 │ │ │ │ │ └─┬ is-descriptor@1.0.2 │ │ │ │ │ ├─┬ is-accessor-descriptor@1.0.0 │ │ │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ │ │ ├─┬ is-data-descriptor@1.0.0 │ │ │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ │ ├── isobject@3.0.1 deduped │ │ │ │ ├─┬ mixin-deep@1.3.1 │ │ │ │ │ ├── for-in@1.0.2 deduped │ │ │ │ │ └─┬ is-extendable@1.0.1 │ │ │ │ │ └── is-plain-object@2.0.4 deduped │ │ │ │ └── pascalcase@0.1.1 │ │ │ ├── debug@2.6.9 deduped │ │ │ ├─┬ define-property@0.2.5 │ │ │ │ └─┬ is-descriptor@0.1.6 │ │ │ │ ├─┬ is-accessor-descriptor@0.1.6 │ │ │ │ │ └─┬ kind-of@3.2.2 │ │ │ │ │ └── is-buffer@1.1.6 deduped │ │ │ │ ├─┬ is-data-descriptor@0.1.4 │ │ │ │ │ └─┬ kind-of@3.2.2 │ │ │ │ │ └── is-buffer@1.1.6 deduped │ │ │ │ └── kind-of@5.1.0 │ │ │ ├─┬ extend-shallow@2.0.1 │ │ │ │ └── is-extendable@0.1.1 deduped │ │ │ ├── map-cache@0.2.2 deduped │ │ │ ├── source-map@0.5.7 deduped │ │ │ ├─┬ source-map-resolve@0.5.2 │ │ │ │ ├── atob@2.1.2 │ │ │ │ ├── decode-uri-component@0.2.0 deduped │ │ │ │ ├── resolve-url@0.2.1 │ │ │ │ ├── source-map-url@0.4.0 │ │ │ │ └── urix@0.1.0 │ │ │ └── use@3.1.1 │ │ └─┬ to-regex@3.0.2 │ │ ├── define-property@2.0.2 deduped │ │ ├── extend-shallow@3.0.2 deduped │ │ ├── regex-not@1.0.2 deduped │ │ └── safe-regex@1.1.0 deduped │ ├─┬ npm-which@3.0.1 │ │ ├── commander@2.17.1 deduped │ │ ├─┬ npm-path@2.0.4 │ │ │ └── which@1.3.1 deduped │ │ └─┬ which@1.3.1 │ │ └── isexe@2.0.0 │ ├── p-map@1.2.0 │ ├── path-is-inside@1.0.2 │ ├── pify@3.0.0 │ ├── please-upgrade-node@3.1.1 deduped │ ├── staged-git-files@1.1.1 │ ├── string-argv@0.0.2 │ └─┬ stringify-object@3.2.2 │ ├── get-own-enumerable-property-symbols@2.0.1 │ ├── is-obj@1.0.1 │ └── is-regexp@1.0.0 ├── ncp@2.0.0 ├─┬ node-sass-chokidar@1.3.4 │ ├── async-foreach@0.1.3 │ ├─┬ chokidar@2.0.4 │ │ ├─┬ anymatch@2.0.0 │ │ │ ├── micromatch@3.1.10 deduped │ │ │ └── normalize-path@2.1.1 deduped │ │ ├── async-each@1.0.1 deduped │ │ ├── braces@2.3.2 deduped │ │ ├── fsevents@1.2.4 deduped │ │ ├─┬ glob-parent@3.1.0 │ │ │ ├─┬ is-glob@3.1.0 │ │ │ │ └── is-extglob@2.1.1 deduped │ │ │ └── path-dirname@1.0.2 │ │ ├── inherits@2.0.3 deduped │ │ ├── is-binary-path@1.0.1 deduped │ │ ├── is-glob@4.0.0 deduped │ │ ├── lodash.debounce@4.0.8 │ │ ├─┬ normalize-path@2.1.1 │ │ │ └── remove-trailing-separator@1.1.0 │ │ ├── path-is-absolute@1.0.1 deduped │ │ ├── readdirp@2.2.1 deduped │ │ └── upath@1.1.0 │ ├── get-stdin@4.0.1 │ ├─┬ glob@7.1.3 │ │ ├── fs.realpath@1.0.0 │ │ ├─┬ inflight@1.0.6 │ │ │ ├── once@1.4.0 deduped │ │ │ └── wrappy@1.0.2 │ │ ├── inherits@2.0.3 deduped │ │ ├── minimatch@3.0.4 deduped │ │ ├─┬ once@1.4.0 │ │ │ └── wrappy@1.0.2 deduped │ │ └── path-is-absolute@1.0.1 deduped │ ├─┬ meow@3.7.0 │ │ ├─┬ camelcase-keys@2.1.0 │ │ │ ├── camelcase@2.1.1 │ │ │ └── map-obj@1.0.1 deduped │ │ ├── decamelize@1.2.0 │ │ ├─┬ loud-rejection@1.6.0 │ │ │ ├─┬ currently-unhandled@0.4.1 │ │ │ │ └── array-find-index@1.0.2 │ │ │ └── signal-exit@3.0.2 deduped │ │ ├── map-obj@1.0.1 │ │ ├── minimist@1.2.0 │ │ ├── normalize-package-data@2.4.0 deduped │ │ ├── object-assign@4.1.1 deduped │ │ ├─┬ read-pkg-up@1.0.1 │ │ │ ├─┬ find-up@1.1.2 │ │ │ │ ├─┬ path-exists@2.1.0 │ │ │ │ │ └── pinkie-promise@2.0.1 deduped │ │ │ │ └── pinkie-promise@2.0.1 deduped │ │ │ └─┬ read-pkg@1.1.0 │ │ │ ├─┬ load-json-file@1.1.0 │ │ │ │ ├── graceful-fs@4.1.11 deduped │ │ │ │ ├── parse-json@2.2.0 deduped │ │ │ │ ├── pify@2.3.0 deduped │ │ │ │ ├── pinkie-promise@2.0.1 deduped │ │ │ │ └─┬ strip-bom@2.0.0 │ │ │ │ └── is-utf8@0.2.1 │ │ │ ├── normalize-package-data@2.4.0 deduped │ │ │ └─┬ path-type@1.1.0 │ │ │ ├── graceful-fs@4.1.11 deduped │ │ │ ├── pify@2.3.0 deduped │ │ │ └── pinkie-promise@2.0.1 deduped │ │ ├─┬ redent@1.0.0 │ │ │ ├─┬ indent-string@2.1.0 │ │ │ │ └── repeating@2.0.1 deduped │ │ │ └─┬ strip-indent@1.0.1 │ │ │ └── get-stdin@4.0.1 deduped │ │ └── trim-newlines@1.0.0 │ ├─┬ node-sass@4.9.4 │ │ ├── async-foreach@0.1.3 deduped │ │ ├── chalk@1.1.3 deduped │ │ ├─┬ cross-spawn@3.0.1 │ │ │ ├── lru-cache@4.1.3 deduped │ │ │ └── which@1.3.1 deduped │ │ ├─┬ gaze@1.1.3 │ │ │ └─┬ globule@1.2.1 │ │ │ ├── glob@7.1.3 deduped │ │ │ ├── lodash@4.17.11 deduped │ │ │ └── minimatch@3.0.4 deduped │ │ ├── get-stdin@4.0.1 deduped │ │ ├── glob@7.1.3 deduped │ │ ├── in-publish@2.0.0 │ │ ├── lodash.assign@4.2.0 │ │ ├── lodash.clonedeep@4.5.0 │ │ ├── lodash.mergewith@4.6.1 │ │ ├── meow@3.7.0 deduped │ │ ├── mkdirp@0.5.1 deduped │ │ ├── nan@2.11.1 │ │ ├─┬ node-gyp@3.8.0 │ │ │ ├─┬ fstream@1.0.11 │ │ │ │ ├── graceful-fs@4.1.11 deduped │ │ │ │ ├── inherits@2.0.3 deduped │ │ │ │ ├── mkdirp@0.5.1 deduped │ │ │ │ └── rimraf@2.6.2 deduped │ │ │ ├── glob@7.1.3 deduped │ │ │ ├── graceful-fs@4.1.11 deduped │ │ │ ├── mkdirp@0.5.1 deduped │ │ │ ├─┬ nopt@3.0.6 │ │ │ │ └── abbrev@1.1.1 │ │ │ ├── npmlog@4.1.2 deduped │ │ │ ├─┬ osenv@0.1.5 │ │ │ │ ├── os-homedir@1.0.2 deduped │ │ │ │ └── os-tmpdir@1.0.2 deduped │ │ │ ├── request@2.88.0 deduped │ │ │ ├── rimraf@2.6.2 deduped │ │ │ ├── semver@5.3.0 │ │ │ ├─┬ tar@2.2.1 │ │ │ │ ├─┬ block-stream@0.0.9 │ │ │ │ │ └── inherits@2.0.3 deduped │ │ │ │ ├── fstream@1.0.11 deduped │ │ │ │ └── inherits@2.0.3 deduped │ │ │ └── which@1.3.1 deduped │ │ ├─┬ npmlog@4.1.2 │ │ │ ├─┬ are-we-there-yet@1.1.5 │ │ │ │ ├── delegates@1.0.0 │ │ │ │ └── readable-stream@2.3.6 deduped │ │ │ ├── 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 deduped │ │ │ │ ├── signal-exit@3.0.2 deduped │ │ │ │ ├── string-width@1.0.2 deduped │ │ │ │ ├── strip-ansi@3.0.1 deduped │ │ │ │ └─┬ wide-align@1.1.3 │ │ │ │ └── string-width@1.0.2 deduped │ │ │ └── set-blocking@2.0.0 │ │ ├─┬ request@2.88.0 │ │ │ ├── aws-sign2@0.7.0 │ │ │ ├── aws4@1.8.0 │ │ │ ├── caseless@0.12.0 │ │ │ ├─┬ combined-stream@1.0.7 │ │ │ │ └── delayed-stream@1.0.0 │ │ │ ├── extend@3.0.2 deduped │ │ │ ├── forever-agent@0.6.1 │ │ │ ├─┬ form-data@2.3.2 │ │ │ │ ├── asynckit@0.4.0 │ │ │ │ ├─┬ combined-stream@1.0.6 │ │ │ │ │ └── delayed-stream@1.0.0 deduped │ │ │ │ └── mime-types@2.1.20 deduped │ │ │ ├─┬ har-validator@5.1.0 │ │ │ │ ├── ajv@5.5.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.3.0 deduped │ │ │ │ └─┬ sshpk@1.15.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 │ │ │ │ └── tweetnacl@0.14.5 │ │ │ ├── is-typedarray@1.0.0 │ │ │ ├── isstream@0.1.2 │ │ │ ├── json-stringify-safe@5.0.1 │ │ │ ├─┬ mime-types@2.1.20 │ │ │ │ └── mime-db@1.36.0 │ │ │ ├── oauth-sign@0.9.0 │ │ │ ├── performance-now@2.1.0 deduped │ │ │ ├── qs@6.5.2 │ │ │ ├── safe-buffer@5.1.2 deduped │ │ │ ├─┬ tough-cookie@2.4.3 │ │ │ │ ├── psl@1.1.29 │ │ │ │ └── punycode@1.4.1 deduped │ │ │ ├─┬ tunnel-agent@0.6.0 │ │ │ │ └── safe-buffer@5.1.2 deduped │ │ │ └── uuid@3.3.2 │ │ ├── sass-graph@2.2.4 deduped │ │ ├── stdout-stream@1.4.1 deduped │ │ └─┬ true-case-path@1.0.3 │ │ └── glob@7.1.3 deduped │ ├─┬ sass-graph@2.2.4 │ │ ├── glob@7.1.3 deduped │ │ ├── lodash@4.17.11 deduped │ │ ├─┬ scss-tokenizer@0.2.3 │ │ │ ├── js-base64@2.4.9 │ │ │ └─┬ source-map@0.4.4 │ │ │ └── amdefine@1.0.1 │ │ └─┬ yargs@7.1.0 │ │ ├── camelcase@3.0.0 │ │ ├─┬ cliui@3.2.0 │ │ │ ├── string-width@1.0.2 deduped │ │ │ ├── strip-ansi@3.0.1 deduped │ │ │ └─┬ wrap-ansi@2.1.0 │ │ │ ├── string-width@1.0.2 deduped │ │ │ └── strip-ansi@3.0.1 deduped │ │ ├── decamelize@1.2.0 deduped │ │ ├── get-caller-file@1.0.3 │ │ ├─┬ os-locale@1.4.0 │ │ │ └─┬ lcid@1.0.0 │ │ │ └── invert-kv@1.0.0 │ │ ├── read-pkg-up@1.0.1 deduped │ │ ├── require-directory@2.1.1 │ │ ├── require-main-filename@1.0.1 │ │ ├── set-blocking@2.0.0 deduped │ │ ├─┬ string-width@1.0.2 │ │ │ ├── code-point-at@1.1.0 │ │ │ ├─┬ is-fullwidth-code-point@1.0.0 │ │ │ │ └── number-is-nan@1.0.1 deduped │ │ │ └── strip-ansi@3.0.1 deduped │ │ ├── which-module@1.0.0 │ │ ├── y18n@3.2.1 │ │ └─┬ yargs-parser@5.0.0 │ │ └── camelcase@3.0.0 │ └─┬ stdout-stream@1.4.1 │ └─┬ 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 ├─┬ npm-run-all@4.1.3 │ ├─┬ ansi-styles@3.2.1 │ │ └─┬ color-convert@1.9.3 │ │ └── color-name@1.1.3 │ ├─┬ chalk@2.4.1 │ │ ├── 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.6.0 deduped │ │ ├─┬ shebang-command@1.2.0 │ │ │ └── shebang-regex@1.0.0 │ │ └── which@1.3.1 deduped │ ├── memorystream@0.3.1 │ ├── minimatch@3.0.4 deduped │ ├─┬ ps-tree@1.1.0 │ │ └─┬ event-stream@3.3.6 │ │ ├── duplexer@0.1.1 │ │ ├── flatmap-stream@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 │ ├─┬ read-pkg@3.0.0 │ │ ├─┬ load-json-file@4.0.0 │ │ │ ├── graceful-fs@4.1.11 deduped │ │ │ ├─┬ parse-json@4.0.0 │ │ │ │ ├── error-ex@1.3.2 deduped │ │ │ │ └── json-parse-better-errors@1.0.2 deduped │ │ │ ├── pify@3.0.0 │ │ │ └── strip-bom@3.0.0 │ │ ├── normalize-package-data@2.4.0 deduped │ │ └─┬ path-type@3.0.0 │ │ └── pify@3.0.0 deduped │ ├─┬ shell-quote@1.6.1 │ │ ├── array-filter@0.0.1 │ │ ├── array-map@0.0.0 │ │ ├── array-reduce@0.0.0 │ │ └── jsonify@0.0.0 │ └─┬ string.prototype.padend@3.0.0 │ ├─┬ define-properties@1.1.3 │ │ └── object-keys@1.0.12 │ ├─┬ es-abstract@1.12.0 │ │ ├─┬ es-to-primitive@1.2.0 │ │ │ ├── is-callable@1.1.4 deduped │ │ │ ├── is-date-object@1.0.1 │ │ │ └─┬ is-symbol@1.0.2 │ │ │ └── has-symbols@1.0.0 │ │ ├── function-bind@1.1.1 deduped │ │ ├── has@1.0.3 deduped │ │ ├── is-callable@1.1.4 │ │ └─┬ is-regex@1.0.4 │ │ └── has@1.0.3 deduped │ └── function-bind@1.1.1 ├── popper.js@1.14.4 ├── prettier@1.14.3 ├─┬ prop-types@15.6.2 │ ├── loose-envify@1.4.0 deduped │ └── object-assign@4.1.1 ├─┬ query-string@6.2.0 │ ├── decode-uri-component@0.2.0 │ └── strict-uri-encode@2.0.0 ├─┬ ra-core@2.4.0 │ ├── classnames@2.2.6 │ ├── date-fns@1.29.0 │ ├── inflection@1.12.0 │ ├── lodash@4.17.11 deduped │ ├─┬ node-polyglot@2.2.2 │ │ ├─┬ for-each@0.3.3 │ │ │ └── is-callable@1.1.4 deduped │ │ ├─┬ has@1.0.3 │ │ │ └── function-bind@1.1.1 deduped │ │ ├─┬ string.prototype.trim@1.1.2 │ │ │ ├── define-properties@1.1.3 deduped │ │ │ ├── es-abstract@1.12.0 deduped │ │ │ └── function-bind@1.1.1 deduped │ │ └── warning@3.0.0 deduped │ ├── prop-types@15.6.2 deduped │ ├─┬ query-string@5.1.1 │ │ ├── decode-uri-component@0.2.0 deduped │ │ ├── object-assign@4.1.1 deduped │ │ └── strict-uri-encode@1.1.0 │ ├── ra-language-english@2.3.0 │ ├── react-redux@5.0.7 deduped │ ├─┬ react-router@4.2.0 │ │ ├── history@4.7.2 deduped │ │ ├── hoist-non-react-statics@2.5.5 deduped │ │ ├── invariant@2.2.4 deduped │ │ ├── loose-envify@1.4.0 deduped │ │ ├─┬ path-to-regexp@1.7.0 │ │ │ └── isarray@0.0.1 │ │ ├── prop-types@15.6.2 deduped │ │ └── warning@3.0.0 deduped │ ├─┬ react-router-dom@4.2.2 │ │ ├── history@4.7.2 deduped │ │ ├── invariant@2.2.4 deduped │ │ ├── loose-envify@1.4.0 deduped │ │ ├── prop-types@15.6.2 deduped │ │ ├── react-router@4.2.0 deduped │ │ └── warning@3.0.0 deduped │ ├── react-router-redux@5.0.0-alpha.9 deduped │ ├─┬ recompose@0.26.0 │ │ ├── change-emitter@0.1.6 │ │ ├── fbjs@0.8.17 deduped │ │ ├── hoist-non-react-statics@2.5.5 deduped │ │ └── symbol-observable@1.2.0 deduped │ ├─┬ redux@3.7.2 │ │ ├── lodash@4.17.11 deduped │ │ ├── lodash-es@4.17.11 deduped │ │ ├── loose-envify@1.4.0 deduped │ │ └── symbol-observable@1.2.0 deduped │ ├── redux-form@7.4.2 deduped │ ├── redux-saga@0.16.2 │ └── reselect@3.0.1 ├─┬ ra-data-simple-rest@2.4.0 │ ├─┬ query-string@5.1.1 │ │ ├── decode-uri-component@0.2.0 deduped │ │ ├── object-assign@4.1.1 deduped │ │ └── strict-uri-encode@1.1.0 │ ├── UNMET PEER DEPENDENCY react@~16.3.0 │ ├── react-admin@2.4.0 deduped │ └── UNMET PEER DEPENDENCY react-dom@~16.3.0 ├─┬ ra-ui-materialui@2.4.0 │ ├─┬ @material-ui/core@1.5.1 │ │ ├── @babel/runtime@7.0.0-rc.1 deduped │ │ ├─┬ @types/jss@9.5.7 │ │ │ ├── csstype@2.5.7 deduped │ │ │ └─┬ indefinite-observable@1.0.1 │ │ │ └── symbol-observable@1.0.4 │ │ ├── @types/react-transition-group@2.0.14 deduped │ │ ├── brcast@3.0.1 │ │ ├── classnames@2.2.6 deduped │ │ ├── csstype@2.5.7 deduped │ │ ├── debounce@1.2.0 │ │ ├── deepmerge@2.2.1 │ │ ├── dom-helpers@3.3.1 │ │ ├── hoist-non-react-statics@2.5.5 deduped │ │ ├─┬ is-plain-object@2.0.4 │ │ │ └── isobject@3.0.1 deduped │ │ ├─┬ jss@9.8.7 │ │ │ ├── is-in-browser@1.1.3 │ │ │ ├── symbol-observable@1.2.0 deduped │ │ │ └── warning@3.0.0 deduped │ │ ├─┬ jss-camel-case@6.1.0 │ │ │ └── hyphenate-style-name@1.0.2 │ │ ├── jss-default-unit@8.0.2 │ │ ├── jss-global@3.0.0 │ │ ├─┬ jss-nested@6.0.1 │ │ │ └── warning@3.0.0 deduped │ │ ├── jss-props-sort@6.0.0 │ │ ├─┬ jss-vendor-prefixer@7.0.0 │ │ │ └─┬ css-vendor@0.3.8 │ │ │ └── is-in-browser@1.1.3 deduped │ │ ├── keycode@2.2.0 │ │ ├── normalize-scroll-left@0.1.2 │ │ ├── popper.js@1.14.4 deduped │ │ ├── prop-types@15.6.2 deduped │ │ ├─┬ react-event-listener@0.6.4 │ │ │ ├─┬ @babel/runtime@7.0.0 │ │ │ │ └── regenerator-runtime@0.12.1 │ │ │ ├── prop-types@15.6.2 deduped │ │ │ └─┬ warning@4.0.2 │ │ │ └── loose-envify@1.4.0 deduped │ │ ├─┬ react-jss@8.6.1 │ │ │ ├── hoist-non-react-statics@2.5.5 deduped │ │ │ ├── jss@9.8.7 deduped │ │ │ ├─┬ jss-preset-default@4.5.0 │ │ │ │ ├── jss-camel-case@6.1.0 deduped │ │ │ │ ├─┬ jss-compose@5.0.0 │ │ │ │ │ └── warning@3.0.0 deduped │ │ │ │ ├── jss-default-unit@8.0.2 deduped │ │ │ │ ├── jss-expand@5.3.0 │ │ │ │ ├─┬ jss-extend@6.2.0 │ │ │ │ │ └── warning@3.0.0 deduped │ │ │ │ ├── jss-global@3.0.0 deduped │ │ │ │ ├── jss-nested@6.0.1 deduped │ │ │ │ ├── jss-props-sort@6.0.0 deduped │ │ │ │ ├─┬ jss-template@1.0.1 │ │ │ │ │ └── warning@3.0.0 deduped │ │ │ │ └── jss-vendor-prefixer@7.0.0 deduped │ │ │ ├── prop-types@15.6.2 deduped │ │ │ └─┬ theming@1.3.0 │ │ │ ├── brcast@3.0.1 deduped │ │ │ ├── is-function@1.0.1 │ │ │ ├── is-plain-object@2.0.4 deduped │ │ │ └── prop-types@15.6.2 deduped │ │ ├── react-transition-group@2.5.0 deduped │ │ ├─┬ recompose@0.28.2 │ │ │ ├─┬ @babel/runtime@7.0.0-beta.56 │ │ │ │ └── regenerator-runtime@0.12.1 │ │ │ ├── change-emitter@0.1.6 deduped │ │ │ ├── fbjs@0.8.17 deduped │ │ │ ├── hoist-non-react-statics@2.5.5 deduped │ │ │ ├── react-lifecycles-compat@3.0.4 deduped │ │ │ └── symbol-observable@1.2.0 deduped │ │ └─┬ warning@4.0.2 │ │ └── loose-envify@1.4.0 deduped │ ├─┬ @material-ui/icons@1.1.1 │ │ ├─┬ @babel/runtime@7.0.0-beta.42 │ │ │ ├── core-js@2.5.7 deduped │ │ │ └── regenerator-runtime@0.11.1 deduped │ │ └── recompose@0.26.0 deduped │ ├─┬ autosuggest-highlight@3.1.1 │ │ └── diacritic@0.0.2 │ ├── classnames@2.2.6 deduped │ ├── inflection@1.12.0 deduped │ ├── lodash@4.17.11 deduped │ ├─┬ material-ui-chip-input@1.0.0-beta.8 │ │ ├── classnames@2.2.6 deduped │ │ └── prop-types@15.6.2 deduped │ ├── papaparse@4.6.1 │ ├── prop-types@15.6.2 deduped │ ├── ra-core@2.4.0 deduped │ ├── UNMET PEER DEPENDENCY react@~16.0.0 || ~16.1.0 || ~16.2.0 || ~16.3.0 │ ├─┬ react-autosuggest@9.4.2 │ │ ├── prop-types@15.6.2 deduped │ │ ├─┬ react-autowhatever@10.1.2 │ │ │ ├── prop-types@15.6.2 deduped │ │ │ ├─┬ react-themeable@1.1.0 │ │ │ │ └── object-assign@3.0.0 │ │ │ └── section-iterator@2.0.0 │ │ └── shallow-equal@1.0.0 │ ├── UNMET PEER DEPENDENCY react-dom@~16.0.0 || ~16.1.0 || ~16.2.0 || ~16.3.0 │ ├─┬ react-dropzone@4.0.1 │ │ ├─┬ attr-accept@1.1.3 │ │ │ └── core-js@2.5.7 deduped │ │ └── prop-types@15.6.2 deduped │ ├─┬ react-headroom@2.2.4 │ │ ├── prop-types@15.6.2 deduped │ │ ├── raf@3.4.0 deduped │ │ └─┬ 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-redux@5.0.7 deduped │ ├─┬ react-router-dom@4.2.2 │ │ ├── history@4.7.2 deduped │ │ ├── invariant@2.2.4 deduped │ │ ├── loose-envify@1.4.0 deduped │ │ ├── prop-types@15.6.2 deduped │ │ ├── react-router@4.2.0 deduped │ │ └── warning@3.0.0 deduped │ ├─┬ react-transition-group@2.5.0 │ │ ├── dom-helpers@3.3.1 deduped │ │ ├── loose-envify@1.4.0 deduped │ │ ├── prop-types@15.6.2 deduped │ │ └── react-lifecycles-compat@3.0.4 deduped │ ├── recompose@0.26.0 deduped │ ├─┬ redux@3.7.2 │ │ ├── lodash@4.17.11 deduped │ │ ├── lodash-es@4.17.11 deduped │ │ ├── loose-envify@1.4.0 deduped │ │ └── symbol-observable@1.2.0 deduped │ └── redux-form@7.4.2 deduped ├─┬ UNMET PEER DEPENDENCY react@16.5.2 │ ├── loose-envify@1.4.0 deduped │ ├── object-assign@4.1.1 deduped │ ├── prop-types@15.6.2 deduped │ └─┬ schedule@0.5.0 │ └── object-assign@4.1.1 deduped ├─┬ react-admin@2.4.0 │ ├── ra-core@2.4.0 deduped │ ├── ra-language-english@2.3.0 deduped │ ├── ra-ui-materialui@2.4.0 deduped │ ├── UNMET PEER DEPENDENCY react@~16.0.0 || ~16.1.0 || ~16.2.0 || ~16.3.0 │ └── UNMET PEER DEPENDENCY react-dom@~16.0.0 || ~16.1.0 || ~16.2.0 || ~16.3.0 ├── react-async-component@2.0.0 ├─┬ UNMET PEER DEPENDENCY react-dom@16.5.2 │ ├── loose-envify@1.4.0 deduped │ ├── object-assign@4.1.1 deduped │ ├── prop-types@15.6.2 deduped │ └── schedule@0.5.0 deduped ├─┬ react-ga@2.5.3 │ ├── prop-types@15.6.2 deduped │ └── UNMET PEER DEPENDENCY react@16.5.2 deduped ├─┬ react-markdown@3.6.0 │ ├─┬ mdast-add-list-metadata@1.0.1 │ │ └── unist-util-visit-parents@1.1.2 │ ├── prop-types@15.6.2 deduped │ ├─┬ remark-parse@5.0.0 │ │ ├── collapse-white-space@1.0.4 │ │ ├── is-alphabetical@1.0.2 │ │ ├── is-decimal@1.0.2 │ │ ├── is-whitespace-character@1.0.2 │ │ ├── is-word-character@1.0.2 │ │ ├── markdown-escapes@1.0.2 │ │ ├─┬ parse-entities@1.2.0 │ │ │ ├── character-entities@1.2.2 │ │ │ ├── character-entities-legacy@1.1.2 │ │ │ ├── character-reference-invalid@1.1.2 │ │ │ ├─┬ is-alphanumerical@1.0.2 │ │ │ │ ├── is-alphabetical@1.0.2 deduped │ │ │ │ └── is-decimal@1.0.2 deduped │ │ │ ├── is-decimal@1.0.2 deduped │ │ │ └── is-hexadecimal@1.0.2 │ │ ├── repeat-string@1.6.1 │ │ ├── state-toggle@1.0.1 │ │ ├── trim@0.0.1 │ │ ├── trim-trailing-lines@1.1.1 │ │ ├─┬ unherit@1.1.1 │ │ │ ├── inherits@2.0.3 deduped │ │ │ └── xtend@4.0.1 deduped │ │ ├─┬ unist-util-remove-position@1.1.2 │ │ │ └── unist-util-visit@1.4.0 deduped │ │ ├── vfile-location@2.0.3 │ │ └── xtend@4.0.1 deduped │ ├─┬ unified@6.2.0 │ │ ├── bail@1.0.3 │ │ ├── extend@3.0.2 │ │ ├── is-plain-obj@1.1.0 │ │ ├── trough@1.0.3 │ │ ├─┬ vfile@2.3.0 │ │ │ ├── is-buffer@1.1.6 │ │ │ ├── replace-ext@1.0.0 │ │ │ ├── unist-util-stringify-position@1.1.2 │ │ │ └─┬ vfile-message@1.0.1 │ │ │ └── unist-util-stringify-position@1.1.2 deduped │ │ └── x-is-string@0.1.0 │ ├─┬ unist-util-visit@1.4.0 │ │ └─┬ unist-util-visit-parents@2.0.1 │ │ └── unist-util-is@2.1.2 │ └── xtend@4.0.1 ├─┬ react-paginate@5.2.4 │ └── prop-types@15.6.2 deduped ├─┬ react-redux@5.0.7 │ ├── hoist-non-react-statics@2.5.5 │ ├── invariant@2.2.4 deduped │ ├── lodash@4.17.11 deduped │ ├── lodash-es@4.17.11 │ ├── loose-envify@1.4.0 deduped │ └── prop-types@15.6.2 deduped ├── UNMET PEER DEPENDENCY react-router@^4.3.1 ├─┬ react-router-dom@4.3.1 │ ├── history@4.7.2 deduped │ ├── invariant@2.2.4 deduped │ ├── loose-envify@1.4.0 deduped │ ├── prop-types@15.6.2 deduped │ ├─┬ react-router@4.3.1 │ │ ├── history@4.7.2 deduped │ │ ├── hoist-non-react-statics@2.5.5 deduped │ │ ├── invariant@2.2.4 deduped │ │ ├── loose-envify@1.4.0 deduped │ │ ├── path-to-regexp@1.7.0 deduped │ │ ├── prop-types@15.6.2 deduped │ │ └── warning@4.0.2 deduped │ └─┬ warning@4.0.2 │ └── loose-envify@1.4.0 deduped ├─┬ react-router-redux@5.0.0-alpha.9 │ ├── history@4.7.2 deduped │ ├── prop-types@15.6.2 deduped │ └── react-router@4.2.0 deduped ├─┬ react-scripts-ts@2.17.0 │ ├─┬ autoprefixer@7.1.6 │ │ ├─┬ browserslist@2.11.3 │ │ │ ├── caniuse-lite@1.0.30000892 deduped │ │ │ └── electron-to-chromium@1.3.79 │ │ ├── caniuse-lite@1.0.30000892 │ │ ├── normalize-range@0.1.2 │ │ ├── num2fraction@1.2.2 │ │ ├─┬ postcss@6.0.23 │ │ │ ├─┬ chalk@2.4.1 │ │ │ │ ├─┬ ansi-styles@3.2.1 │ │ │ │ │ └── color-convert@1.9.3 deduped │ │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ │ └── supports-color@5.5.0 deduped │ │ │ ├── source-map@0.6.1 │ │ │ └─┬ supports-color@5.5.0 │ │ │ └── has-flag@3.0.0 deduped │ │ └── postcss-value-parser@3.3.1 deduped │ ├─┬ babel-jest@22.4.4 │ │ ├─┬ babel-plugin-istanbul@4.1.6 │ │ │ ├── babel-plugin-syntax-object-rest-spread@6.13.0 │ │ │ ├─┬ find-up@2.1.0 │ │ │ │ └─┬ locate-path@2.0.0 │ │ │ │ ├─┬ p-locate@2.0.0 │ │ │ │ │ └─┬ p-limit@1.3.0 │ │ │ │ │ └── p-try@1.0.0 │ │ │ │ └── path-exists@3.0.0 │ │ │ ├─┬ istanbul-lib-instrument@1.10.2 │ │ │ │ ├── babel-generator@6.26.1 deduped │ │ │ │ ├── babel-template@6.26.0 deduped │ │ │ │ ├── babel-traverse@6.26.0 deduped │ │ │ │ ├── babel-types@6.26.0 deduped │ │ │ │ ├── babylon@6.18.0 deduped │ │ │ │ ├── istanbul-lib-coverage@1.2.1 deduped │ │ │ │ └── semver@5.6.0 deduped │ │ │ └─┬ test-exclude@4.2.3 │ │ │ ├── arrify@1.0.1 deduped │ │ │ ├─┬ micromatch@2.3.11 │ │ │ │ ├─┬ arr-diff@2.0.0 │ │ │ │ │ └── arr-flatten@1.1.0 deduped │ │ │ │ ├── array-unique@0.2.1 │ │ │ │ ├─┬ braces@1.8.5 │ │ │ │ │ ├── expand-range@1.8.2 deduped │ │ │ │ │ ├── preserve@0.2.0 deduped │ │ │ │ │ └── repeat-element@1.1.3 deduped │ │ │ │ ├─┬ expand-brackets@0.1.5 │ │ │ │ │ └── is-posix-bracket@0.1.1 deduped │ │ │ │ ├─┬ extglob@0.3.2 │ │ │ │ │ └── is-extglob@1.0.0 deduped │ │ │ │ ├── filename-regex@2.0.1 deduped │ │ │ │ ├── is-extglob@1.0.0 │ │ │ │ ├─┬ is-glob@2.0.1 │ │ │ │ │ └── is-extglob@1.0.0 deduped │ │ │ │ ├─┬ kind-of@3.2.2 │ │ │ │ │ └── is-buffer@1.1.6 deduped │ │ │ │ ├── normalize-path@2.1.1 deduped │ │ │ │ ├── object.omit@2.0.1 deduped │ │ │ │ ├── parse-glob@3.0.4 deduped │ │ │ │ └── regex-cache@0.4.4 deduped │ │ │ ├── object-assign@4.1.1 deduped │ │ │ ├── read-pkg-up@1.0.1 deduped │ │ │ └── require-main-filename@1.0.1 deduped │ │ └─┬ babel-preset-jest@22.4.4 │ │ ├── babel-plugin-jest-hoist@22.4.4 │ │ └── babel-plugin-syntax-object-rest-spread@6.13.0 deduped │ ├─┬ babel-loader@7.1.5 │ │ ├─┬ find-cache-dir@1.0.0 │ │ │ ├── commondir@1.0.1 │ │ │ ├─┬ make-dir@1.3.0 │ │ │ │ └── pify@3.0.0 │ │ │ └── pkg-dir@2.0.0 deduped │ │ ├─┬ loader-utils@1.1.0 │ │ │ ├── big.js@3.2.0 │ │ │ ├── emojis-list@2.1.0 │ │ │ └── json5@0.5.1 deduped │ │ └── mkdirp@0.5.1 deduped │ ├─┬ babel-preset-react-app@3.1.2 │ │ ├─┬ babel-plugin-dynamic-import-node@1.1.0 │ │ │ ├── babel-plugin-syntax-dynamic-import@6.18.0 deduped │ │ │ ├── babel-template@6.26.0 deduped │ │ │ └── babel-types@6.26.0 deduped │ │ ├── babel-plugin-syntax-dynamic-import@6.18.0 │ │ ├─┬ babel-plugin-transform-class-properties@6.24.1 │ │ │ ├─┬ babel-helper-function-name@6.24.1 │ │ │ │ ├─┬ babel-helper-get-function-arity@6.24.1 │ │ │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ │ │ └── babel-types@6.26.0 deduped │ │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ │ ├── babel-template@6.26.0 deduped │ │ │ │ ├── babel-traverse@6.26.0 deduped │ │ │ │ └── babel-types@6.26.0 deduped │ │ │ ├── babel-plugin-syntax-class-properties@6.13.0 │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ └── babel-template@6.26.0 deduped │ │ ├─┬ babel-plugin-transform-es2015-destructuring@6.23.0 │ │ │ └── babel-runtime@6.26.0 deduped │ │ ├─┬ babel-plugin-transform-object-rest-spread@6.26.0 │ │ │ ├── babel-plugin-syntax-object-rest-spread@6.13.0 deduped │ │ │ └── babel-runtime@6.26.0 deduped │ │ ├─┬ babel-plugin-transform-react-constant-elements@6.23.0 │ │ │ └── babel-runtime@6.26.0 deduped │ │ ├─┬ babel-plugin-transform-react-jsx@6.24.1 │ │ │ ├─┬ babel-helper-builder-react-jsx@6.26.0 │ │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ │ ├── babel-types@6.26.0 deduped │ │ │ │ └── esutils@2.0.2 deduped │ │ │ ├── babel-plugin-syntax-jsx@6.18.0 │ │ │ └── babel-runtime@6.26.0 deduped │ │ ├─┬ babel-plugin-transform-react-jsx-self@6.22.0 │ │ │ ├── babel-plugin-syntax-jsx@6.18.0 deduped │ │ │ └── babel-runtime@6.26.0 deduped │ │ ├─┬ babel-plugin-transform-react-jsx-source@6.22.0 │ │ │ ├── babel-plugin-syntax-jsx@6.18.0 deduped │ │ │ └── babel-runtime@6.26.0 deduped │ │ ├─┬ babel-plugin-transform-regenerator@6.26.0 │ │ │ └─┬ regenerator-transform@0.10.1 │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ ├── babel-types@6.26.0 deduped │ │ │ └── private@0.1.8 deduped │ │ ├─┬ babel-plugin-transform-runtime@6.23.0 │ │ │ └── babel-runtime@6.26.0 deduped │ │ ├─┬ babel-preset-env@1.6.1 │ │ │ ├─┬ babel-plugin-check-es2015-constants@6.22.0 │ │ │ │ └── babel-runtime@6.26.0 deduped │ │ │ ├── babel-plugin-syntax-trailing-function-commas@6.22.0 │ │ │ ├─┬ babel-plugin-transform-async-to-generator@6.24.1 │ │ │ │ ├─┬ babel-helper-remap-async-to-generator@6.24.1 │ │ │ │ │ ├── babel-helper-function-name@6.24.1 deduped │ │ │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ │ │ ├── babel-template@6.26.0 deduped │ │ │ │ │ ├── babel-traverse@6.26.0 deduped │ │ │ │ │ └── babel-types@6.26.0 deduped │ │ │ │ ├── babel-plugin-syntax-async-functions@6.13.0 │ │ │ │ └── babel-runtime@6.26.0 deduped │ │ │ ├─┬ babel-plugin-transform-es2015-arrow-functions@6.22.0 │ │ │ │ └── babel-runtime@6.26.0 deduped │ │ │ ├─┬ babel-plugin-transform-es2015-block-scoped-functions@6.22.0 │ │ │ │ └── babel-runtime@6.26.0 deduped │ │ │ ├─┬ babel-plugin-transform-es2015-block-scoping@6.26.0 │ │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ │ ├── babel-template@6.26.0 deduped │ │ │ │ ├── babel-traverse@6.26.0 deduped │ │ │ │ ├── babel-types@6.26.0 deduped │ │ │ │ └── lodash@4.17.11 deduped │ │ │ ├─┬ babel-plugin-transform-es2015-classes@6.24.1 │ │ │ │ ├─┬ babel-helper-define-map@6.26.0 │ │ │ │ │ ├── babel-helper-function-name@6.24.1 deduped │ │ │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ │ │ ├── babel-types@6.26.0 deduped │ │ │ │ │ └── lodash@4.17.11 deduped │ │ │ │ ├── babel-helper-function-name@6.24.1 deduped │ │ │ │ ├─┬ babel-helper-optimise-call-expression@6.24.1 │ │ │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ │ │ └── babel-types@6.26.0 deduped │ │ │ │ ├─┬ babel-helper-replace-supers@6.24.1 │ │ │ │ │ ├── babel-helper-optimise-call-expression@6.24.1 deduped │ │ │ │ │ ├── babel-messages@6.23.0 deduped │ │ │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ │ │ ├── babel-template@6.26.0 deduped │ │ │ │ │ ├── babel-traverse@6.26.0 deduped │ │ │ │ │ └── babel-types@6.26.0 deduped │ │ │ │ ├── babel-messages@6.23.0 deduped │ │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ │ ├── babel-template@6.26.0 deduped │ │ │ │ ├── babel-traverse@6.26.0 deduped │ │ │ │ └── babel-types@6.26.0 deduped │ │ │ ├─┬ babel-plugin-transform-es2015-computed-properties@6.24.1 │ │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ │ └── babel-template@6.26.0 deduped │ │ │ ├── babel-plugin-transform-es2015-destructuring@6.23.0 deduped │ │ │ ├─┬ babel-plugin-transform-es2015-duplicate-keys@6.24.1 │ │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ │ └── babel-types@6.26.0 deduped │ │ │ ├─┬ babel-plugin-transform-es2015-for-of@6.23.0 │ │ │ │ └── babel-runtime@6.26.0 deduped │ │ │ ├─┬ babel-plugin-transform-es2015-function-name@6.24.1 │ │ │ │ ├── babel-helper-function-name@6.24.1 deduped │ │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ │ └── babel-types@6.26.0 deduped │ │ │ ├─┬ babel-plugin-transform-es2015-literals@6.22.0 │ │ │ │ └── babel-runtime@6.26.0 deduped │ │ │ ├─┬ babel-plugin-transform-es2015-modules-amd@6.24.1 │ │ │ │ ├── babel-plugin-transform-es2015-modules-commonjs@6.26.2 deduped │ │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ │ └── babel-template@6.26.0 deduped │ │ │ ├── babel-plugin-transform-es2015-modules-commonjs@6.26.2 deduped │ │ │ ├─┬ babel-plugin-transform-es2015-modules-systemjs@6.24.1 │ │ │ │ ├─┬ babel-helper-hoist-variables@6.24.1 │ │ │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ │ │ └── babel-types@6.26.0 deduped │ │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ │ └── babel-template@6.26.0 deduped │ │ │ ├─┬ babel-plugin-transform-es2015-modules-umd@6.24.1 │ │ │ │ ├── babel-plugin-transform-es2015-modules-amd@6.24.1 deduped │ │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ │ └── babel-template@6.26.0 deduped │ │ │ ├─┬ babel-plugin-transform-es2015-object-super@6.24.1 │ │ │ │ ├── babel-helper-replace-supers@6.24.1 deduped │ │ │ │ └── babel-runtime@6.26.0 deduped │ │ │ ├─┬ babel-plugin-transform-es2015-parameters@6.24.1 │ │ │ │ ├─┬ babel-helper-call-delegate@6.24.1 │ │ │ │ │ ├── babel-helper-hoist-variables@6.24.1 deduped │ │ │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ │ │ ├── babel-traverse@6.26.0 deduped │ │ │ │ │ └── babel-types@6.26.0 deduped │ │ │ │ ├── babel-helper-get-function-arity@6.24.1 deduped │ │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ │ ├── babel-template@6.26.0 deduped │ │ │ │ ├── babel-traverse@6.26.0 deduped │ │ │ │ └── babel-types@6.26.0 deduped │ │ │ ├─┬ babel-plugin-transform-es2015-shorthand-properties@6.24.1 │ │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ │ └── babel-types@6.26.0 deduped │ │ │ ├─┬ babel-plugin-transform-es2015-spread@6.22.0 │ │ │ │ └── babel-runtime@6.26.0 deduped │ │ │ ├─┬ babel-plugin-transform-es2015-sticky-regex@6.24.1 │ │ │ │ ├─┬ babel-helper-regex@6.26.0 │ │ │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ │ │ ├── babel-types@6.26.0 deduped │ │ │ │ │ └── lodash@4.17.11 deduped │ │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ │ └── babel-types@6.26.0 deduped │ │ │ ├─┬ babel-plugin-transform-es2015-template-literals@6.22.0 │ │ │ │ └── babel-runtime@6.26.0 deduped │ │ │ ├─┬ babel-plugin-transform-es2015-typeof-symbol@6.23.0 │ │ │ │ └── babel-runtime@6.26.0 deduped │ │ │ ├─┬ babel-plugin-transform-es2015-unicode-regex@6.24.1 │ │ │ │ ├── babel-helper-regex@6.26.0 deduped │ │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ │ └─┬ regexpu-core@2.0.0 │ │ │ │ ├── regenerate@1.4.0 deduped │ │ │ │ ├── regjsgen@0.2.0 deduped │ │ │ │ └── regjsparser@0.1.5 deduped │ │ │ ├─┬ babel-plugin-transform-exponentiation-operator@6.24.1 │ │ │ │ ├─┬ babel-helper-builder-binary-assignment-operator-visitor@6.24.1 │ │ │ │ │ ├─┬ babel-helper-explode-assignable-expression@6.24.1 │ │ │ │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ │ │ │ ├── babel-traverse@6.26.0 deduped │ │ │ │ │ │ └── babel-types@6.26.0 deduped │ │ │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ │ │ └── babel-types@6.26.0 deduped │ │ │ │ ├── babel-plugin-syntax-exponentiation-operator@6.13.0 │ │ │ │ └── babel-runtime@6.26.0 deduped │ │ │ ├── babel-plugin-transform-regenerator@6.26.0 deduped │ │ │ ├── browserslist@2.11.3 deduped │ │ │ ├── invariant@2.2.4 deduped │ │ │ └── semver@5.6.0 deduped │ │ └─┬ babel-preset-react@6.24.1 │ │ ├── babel-plugin-syntax-jsx@6.18.0 deduped │ │ ├─┬ babel-plugin-transform-react-display-name@6.25.0 │ │ │ └── babel-runtime@6.26.0 deduped │ │ ├── babel-plugin-transform-react-jsx@6.24.1 deduped │ │ ├── babel-plugin-transform-react-jsx-self@6.22.0 deduped │ │ ├── babel-plugin-transform-react-jsx-source@6.22.0 deduped │ │ └─┬ babel-preset-flow@6.23.0 │ │ └─┬ babel-plugin-transform-flow-strip-types@6.22.0 │ │ ├── babel-plugin-syntax-flow@6.18.0 │ │ └── babel-runtime@6.26.0 deduped │ ├── case-sensitive-paths-webpack-plugin@2.1.1 │ ├── chalk@1.1.3 deduped │ ├─┬ css-loader@0.28.7 │ │ ├── babel-code-frame@6.26.0 deduped │ │ ├─┬ css-selector-tokenizer@0.7.0 │ │ │ ├── cssesc@0.1.0 │ │ │ ├── fastparse@1.1.1 │ │ │ └─┬ regexpu-core@1.0.0 │ │ │ ├── regenerate@1.4.0 │ │ │ ├── regjsgen@0.2.0 │ │ │ └─┬ regjsparser@0.1.5 │ │ │ └── jsesc@0.5.0 │ │ ├─┬ cssnano@3.10.0 │ │ │ ├─┬ autoprefixer@6.7.7 │ │ │ │ ├─┬ browserslist@1.7.7 │ │ │ │ │ ├── caniuse-db@1.0.30000892 deduped │ │ │ │ │ └── electron-to-chromium@1.3.79 deduped │ │ │ │ ├── caniuse-db@1.0.30000892 │ │ │ │ ├── normalize-range@0.1.2 deduped │ │ │ │ ├── num2fraction@1.2.2 deduped │ │ │ │ ├── postcss@5.2.18 deduped │ │ │ │ └── postcss-value-parser@3.3.1 deduped │ │ │ ├── decamelize@1.2.0 deduped │ │ │ ├── defined@1.0.0 │ │ │ ├── has@1.0.3 deduped │ │ │ ├── object-assign@4.1.1 deduped │ │ │ ├─┬ postcss@5.2.18 │ │ │ │ ├── chalk@1.1.3 deduped │ │ │ │ ├── js-base64@2.4.9 deduped │ │ │ │ ├── source-map@0.5.7 deduped │ │ │ │ └─┬ supports-color@3.2.3 │ │ │ │ └── has-flag@1.0.0 │ │ │ ├─┬ postcss-calc@5.3.1 │ │ │ │ ├─┬ postcss@5.2.18 │ │ │ │ │ ├── chalk@1.1.3 deduped │ │ │ │ │ ├── js-base64@2.4.9 deduped │ │ │ │ │ ├── source-map@0.5.7 deduped │ │ │ │ │ └─┬ supports-color@3.2.3 │ │ │ │ │ └── has-flag@1.0.0 │ │ │ │ ├── postcss-message-helpers@2.0.0 │ │ │ │ └─┬ reduce-css-calc@1.3.0 │ │ │ │ ├── balanced-match@0.4.2 │ │ │ │ ├── math-expression-evaluator@1.2.17 │ │ │ │ └─┬ reduce-function-call@1.0.2 │ │ │ │ └── balanced-match@0.4.2 │ │ │ ├─┬ postcss-colormin@2.2.2 │ │ │ │ ├─┬ colormin@1.1.2 │ │ │ │ │ ├─┬ color@0.11.4 │ │ │ │ │ │ ├── clone@1.0.4 │ │ │ │ │ │ ├── color-convert@1.9.3 deduped │ │ │ │ │ │ └─┬ color-string@0.3.0 │ │ │ │ │ │ └── color-name@1.1.3 deduped │ │ │ │ │ ├── css-color-names@0.0.4 │ │ │ │ │ └── has@1.0.3 deduped │ │ │ │ ├─┬ postcss@5.2.18 │ │ │ │ │ ├── chalk@1.1.3 deduped │ │ │ │ │ ├── js-base64@2.4.9 deduped │ │ │ │ │ ├── source-map@0.5.7 deduped │ │ │ │ │ └─┬ supports-color@3.2.3 │ │ │ │ │ └── has-flag@1.0.0 │ │ │ │ └── postcss-value-parser@3.3.1 deduped │ │ │ ├─┬ postcss-convert-values@2.6.1 │ │ │ │ ├─┬ postcss@5.2.18 │ │ │ │ │ ├── chalk@1.1.3 deduped │ │ │ │ │ ├── js-base64@2.4.9 deduped │ │ │ │ │ ├── source-map@0.5.7 deduped │ │ │ │ │ └─┬ supports-color@3.2.3 │ │ │ │ │ └── has-flag@1.0.0 │ │ │ │ └── postcss-value-parser@3.3.1 deduped │ │ │ ├─┬ postcss-discard-comments@2.0.4 │ │ │ │ └─┬ postcss@5.2.18 │ │ │ │ ├── chalk@1.1.3 deduped │ │ │ │ ├── js-base64@2.4.9 deduped │ │ │ │ ├── source-map@0.5.7 deduped │ │ │ │ └─┬ supports-color@3.2.3 │ │ │ │ └── has-flag@1.0.0 │ │ │ ├─┬ postcss-discard-duplicates@2.1.0 │ │ │ │ └─┬ postcss@5.2.18 │ │ │ │ ├── chalk@1.1.3 deduped │ │ │ │ ├── js-base64@2.4.9 deduped │ │ │ │ ├── source-map@0.5.7 deduped │ │ │ │ └─┬ supports-color@3.2.3 │ │ │ │ └── has-flag@1.0.0 │ │ │ ├─┬ postcss-discard-empty@2.1.0 │ │ │ │ └─┬ postcss@5.2.18 │ │ │ │ ├── chalk@1.1.3 deduped │ │ │ │ ├── js-base64@2.4.9 deduped │ │ │ │ ├── source-map@0.5.7 deduped │ │ │ │ └─┬ supports-color@3.2.3 │ │ │ │ └── has-flag@1.0.0 │ │ │ ├─┬ postcss-discard-overridden@0.1.1 │ │ │ │ └─┬ postcss@5.2.18 │ │ │ │ ├── chalk@1.1.3 deduped │ │ │ │ ├── js-base64@2.4.9 deduped │ │ │ │ ├── source-map@0.5.7 deduped │ │ │ │ └─┬ supports-color@3.2.3 │ │ │ │ └── has-flag@1.0.0 │ │ │ ├─┬ postcss-discard-unused@2.2.3 │ │ │ │ ├─┬ postcss@5.2.18 │ │ │ │ │ ├── chalk@1.1.3 deduped │ │ │ │ │ ├── js-base64@2.4.9 deduped │ │ │ │ │ ├── source-map@0.5.7 deduped │ │ │ │ │ └─┬ supports-color@3.2.3 │ │ │ │ │ └── has-flag@1.0.0 │ │ │ │ └── uniqs@2.0.0 │ │ │ ├─┬ postcss-filter-plugins@2.0.3 │ │ │ │ └─┬ postcss@5.2.18 │ │ │ │ ├── chalk@1.1.3 deduped │ │ │ │ ├── js-base64@2.4.9 deduped │ │ │ │ ├── source-map@0.5.7 deduped │ │ │ │ └─┬ supports-color@3.2.3 │ │ │ │ └── has-flag@1.0.0 │ │ │ ├─┬ postcss-merge-idents@2.1.7 │ │ │ │ ├── has@1.0.3 deduped │ │ │ │ ├─┬ postcss@5.2.18 │ │ │ │ │ ├── chalk@1.1.3 deduped │ │ │ │ │ ├── js-base64@2.4.9 deduped │ │ │ │ │ ├── source-map@0.5.7 deduped │ │ │ │ │ └─┬ supports-color@3.2.3 │ │ │ │ │ └── has-flag@1.0.0 │ │ │ │ └── postcss-value-parser@3.3.1 deduped │ │ │ ├─┬ postcss-merge-longhand@2.0.2 │ │ │ │ └─┬ postcss@5.2.18 │ │ │ │ ├── chalk@1.1.3 deduped │ │ │ │ ├── js-base64@2.4.9 deduped │ │ │ │ ├── source-map@0.5.7 deduped │ │ │ │ └─┬ supports-color@3.2.3 │ │ │ │ └── has-flag@1.0.0 │ │ │ ├─┬ postcss-merge-rules@2.1.2 │ │ │ │ ├─┬ browserslist@1.7.7 │ │ │ │ │ ├── caniuse-db@1.0.30000892 deduped │ │ │ │ │ └── electron-to-chromium@1.3.79 deduped │ │ │ │ ├─┬ caniuse-api@1.6.1 │ │ │ │ │ ├─┬ browserslist@1.7.7 │ │ │ │ │ │ ├── caniuse-db@1.0.30000892 deduped │ │ │ │ │ │ └── electron-to-chromium@1.3.79 deduped │ │ │ │ │ ├── caniuse-db@1.0.30000892 deduped │ │ │ │ │ ├── lodash.memoize@4.1.2 │ │ │ │ │ └── lodash.uniq@4.5.0 │ │ │ │ ├─┬ postcss@5.2.18 │ │ │ │ │ ├── chalk@1.1.3 deduped │ │ │ │ │ ├── js-base64@2.4.9 deduped │ │ │ │ │ ├── source-map@0.5.7 deduped │ │ │ │ │ └─┬ supports-color@3.2.3 │ │ │ │ │ └── has-flag@1.0.0 │ │ │ │ ├─┬ postcss-selector-parser@2.2.3 │ │ │ │ │ ├── flatten@1.0.2 │ │ │ │ │ ├── indexes-of@1.0.1 deduped │ │ │ │ │ └── uniq@1.0.1 deduped │ │ │ │ └── vendors@1.0.2 │ │ │ ├─┬ postcss-minify-font-values@1.0.5 │ │ │ │ ├── object-assign@4.1.1 deduped │ │ │ │ ├─┬ postcss@5.2.18 │ │ │ │ │ ├── chalk@1.1.3 deduped │ │ │ │ │ ├── js-base64@2.4.9 deduped │ │ │ │ │ ├── source-map@0.5.7 deduped │ │ │ │ │ └─┬ supports-color@3.2.3 │ │ │ │ │ └── has-flag@1.0.0 │ │ │ │ └── postcss-value-parser@3.3.1 deduped │ │ │ ├─┬ postcss-minify-gradients@1.0.5 │ │ │ │ ├─┬ postcss@5.2.18 │ │ │ │ │ ├── chalk@1.1.3 deduped │ │ │ │ │ ├── js-base64@2.4.9 deduped │ │ │ │ │ ├── source-map@0.5.7 deduped │ │ │ │ │ └─┬ supports-color@3.2.3 │ │ │ │ │ └── has-flag@1.0.0 │ │ │ │ └── postcss-value-parser@3.3.1 deduped │ │ │ ├─┬ postcss-minify-params@1.2.2 │ │ │ │ ├── alphanum-sort@1.0.2 │ │ │ │ ├─┬ postcss@5.2.18 │ │ │ │ │ ├── chalk@1.1.3 deduped │ │ │ │ │ ├── js-base64@2.4.9 deduped │ │ │ │ │ ├── source-map@0.5.7 deduped │ │ │ │ │ └─┬ supports-color@3.2.3 │ │ │ │ │ └── has-flag@1.0.0 │ │ │ │ ├── postcss-value-parser@3.3.1 deduped │ │ │ │ └── uniqs@2.0.0 deduped │ │ │ ├─┬ postcss-minify-selectors@2.1.1 │ │ │ │ ├── alphanum-sort@1.0.2 deduped │ │ │ │ ├── has@1.0.3 deduped │ │ │ │ ├─┬ postcss@5.2.18 │ │ │ │ │ ├── chalk@1.1.3 deduped │ │ │ │ │ ├── js-base64@2.4.9 deduped │ │ │ │ │ ├── source-map@0.5.7 deduped │ │ │ │ │ └─┬ supports-color@3.2.3 │ │ │ │ │ └── has-flag@1.0.0 │ │ │ │ └── postcss-selector-parser@2.2.3 deduped │ │ │ ├─┬ postcss-normalize-charset@1.1.1 │ │ │ │ └─┬ postcss@5.2.18 │ │ │ │ ├── chalk@1.1.3 deduped │ │ │ │ ├── js-base64@2.4.9 deduped │ │ │ │ ├── source-map@0.5.7 deduped │ │ │ │ └─┬ supports-color@3.2.3 │ │ │ │ └── has-flag@1.0.0 │ │ │ ├─┬ postcss-normalize-url@3.0.8 │ │ │ │ ├── is-absolute-url@2.1.0 │ │ │ │ ├─┬ normalize-url@1.9.1 │ │ │ │ │ ├── object-assign@4.1.1 deduped │ │ │ │ │ ├── prepend-http@1.0.4 │ │ │ │ │ ├─┬ query-string@4.3.4 │ │ │ │ │ │ ├── object-assign@4.1.1 deduped │ │ │ │ │ │ └── strict-uri-encode@1.1.0 │ │ │ │ │ └─┬ sort-keys@1.1.2 │ │ │ │ │ └── is-plain-obj@1.1.0 deduped │ │ │ │ ├─┬ postcss@5.2.18 │ │ │ │ │ ├── chalk@1.1.3 deduped │ │ │ │ │ ├── js-base64@2.4.9 deduped │ │ │ │ │ ├── source-map@0.5.7 deduped │ │ │ │ │ └─┬ supports-color@3.2.3 │ │ │ │ │ └── has-flag@1.0.0 │ │ │ │ └── postcss-value-parser@3.3.1 deduped │ │ │ ├─┬ postcss-ordered-values@2.2.3 │ │ │ │ ├─┬ postcss@5.2.18 │ │ │ │ │ ├── chalk@1.1.3 deduped │ │ │ │ │ ├── js-base64@2.4.9 deduped │ │ │ │ │ ├── source-map@0.5.7 deduped │ │ │ │ │ └─┬ supports-color@3.2.3 │ │ │ │ │ └── has-flag@1.0.0 │ │ │ │ └── postcss-value-parser@3.3.1 deduped │ │ │ ├─┬ postcss-reduce-idents@2.4.0 │ │ │ │ ├─┬ postcss@5.2.18 │ │ │ │ │ ├── chalk@1.1.3 deduped │ │ │ │ │ ├── js-base64@2.4.9 deduped │ │ │ │ │ ├── source-map@0.5.7 deduped │ │ │ │ │ └─┬ supports-color@3.2.3 │ │ │ │ │ └── has-flag@1.0.0 │ │ │ │ └── postcss-value-parser@3.3.1 deduped │ │ │ ├─┬ postcss-reduce-initial@1.0.1 │ │ │ │ └─┬ postcss@5.2.18 │ │ │ │ ├── chalk@1.1.3 deduped │ │ │ │ ├── js-base64@2.4.9 deduped │ │ │ │ ├── source-map@0.5.7 deduped │ │ │ │ └─┬ supports-color@3.2.3 │ │ │ │ └── has-flag@1.0.0 │ │ │ ├─┬ postcss-reduce-transforms@1.0.4 │ │ │ │ ├── has@1.0.3 deduped │ │ │ │ ├─┬ postcss@5.2.18 │ │ │ │ │ ├── chalk@1.1.3 deduped │ │ │ │ │ ├── js-base64@2.4.9 deduped │ │ │ │ │ ├── source-map@0.5.7 deduped │ │ │ │ │ └─┬ supports-color@3.2.3 │ │ │ │ │ └── has-flag@1.0.0 │ │ │ │ └── postcss-value-parser@3.3.1 deduped │ │ │ ├─┬ postcss-svgo@2.1.6 │ │ │ │ ├─┬ is-svg@2.1.0 │ │ │ │ │ └── html-comment-regex@1.1.2 │ │ │ │ ├─┬ postcss@5.2.18 │ │ │ │ │ ├── chalk@1.1.3 deduped │ │ │ │ │ ├── js-base64@2.4.9 deduped │ │ │ │ │ ├── source-map@0.5.7 deduped │ │ │ │ │ └─┬ supports-color@3.2.3 │ │ │ │ │ └── has-flag@1.0.0 │ │ │ │ ├── postcss-value-parser@3.3.1 deduped │ │ │ │ └─┬ svgo@0.7.2 │ │ │ │ ├─┬ coa@1.0.4 │ │ │ │ │ └── q@1.5.1 │ │ │ │ ├── colors@1.1.2 │ │ │ │ ├─┬ csso@2.3.2 │ │ │ │ │ ├─┬ clap@1.2.3 │ │ │ │ │ │ └── chalk@1.1.3 deduped │ │ │ │ │ └── source-map@0.5.7 deduped │ │ │ │ ├── js-yaml@3.7.0 deduped │ │ │ │ ├── mkdirp@0.5.1 deduped │ │ │ │ ├── sax@1.2.4 │ │ │ │ └── whet.extend@0.9.9 │ │ │ ├─┬ postcss-unique-selectors@2.0.2 │ │ │ │ ├── alphanum-sort@1.0.2 deduped │ │ │ │ ├─┬ postcss@5.2.18 │ │ │ │ │ ├── chalk@1.1.3 deduped │ │ │ │ │ ├── js-base64@2.4.9 deduped │ │ │ │ │ ├── source-map@0.5.7 deduped │ │ │ │ │ └─┬ supports-color@3.2.3 │ │ │ │ │ └── has-flag@1.0.0 │ │ │ │ └── uniqs@2.0.0 deduped │ │ │ ├── postcss-value-parser@3.3.1 deduped │ │ │ └─┬ postcss-zindex@2.2.0 │ │ │ ├── has@1.0.3 deduped │ │ │ ├─┬ postcss@5.2.18 │ │ │ │ ├── chalk@1.1.3 deduped │ │ │ │ ├── js-base64@2.4.9 deduped │ │ │ │ ├── source-map@0.5.7 deduped │ │ │ │ └─┬ supports-color@3.2.3 │ │ │ │ └── has-flag@1.0.0 │ │ │ └── uniqs@2.0.0 deduped │ │ ├─┬ icss-utils@2.1.0 │ │ │ └── postcss@6.0.23 deduped │ │ ├── loader-utils@1.1.0 deduped │ │ ├── lodash.camelcase@4.3.0 │ │ ├── object-assign@4.1.1 deduped │ │ ├─┬ postcss@5.2.18 │ │ │ ├── chalk@1.1.3 deduped │ │ │ ├── js-base64@2.4.9 deduped │ │ │ ├── source-map@0.5.7 deduped │ │ │ └─┬ supports-color@3.2.3 │ │ │ └── has-flag@1.0.0 │ │ ├─┬ postcss-modules-extract-imports@1.1.0 │ │ │ └── postcss@6.0.23 deduped │ │ ├─┬ postcss-modules-local-by-default@1.2.0 │ │ │ ├── css-selector-tokenizer@0.7.0 deduped │ │ │ └── postcss@6.0.23 deduped │ │ ├─┬ postcss-modules-scope@1.1.0 │ │ │ ├── css-selector-tokenizer@0.7.0 deduped │ │ │ └── postcss@6.0.23 deduped │ │ ├─┬ postcss-modules-values@1.3.0 │ │ │ ├── icss-replace-symbols@1.1.0 │ │ │ └── postcss@6.0.23 deduped │ │ ├── postcss-value-parser@3.3.1 deduped │ │ └── source-list-map@2.0.1 │ ├── dotenv@4.0.0 │ ├── dotenv-expand@4.2.0 │ ├─┬ extract-text-webpack-plugin@3.0.2 │ │ ├─┬ async@2.6.1 │ │ │ └── lodash@4.17.11 deduped │ │ ├── loader-utils@1.1.0 deduped │ │ ├─┬ schema-utils@0.3.0 │ │ │ └── ajv@5.5.2 deduped │ │ └─┬ webpack-sources@1.3.0 │ │ ├── source-list-map@2.0.1 deduped │ │ └── source-map@0.6.1 │ ├─┬ file-loader@0.11.2 │ │ └── loader-utils@1.1.0 deduped │ ├── fork-ts-checker-webpack-plugin@0.2.10 deduped │ ├─┬ fs-extra@3.0.1 │ │ ├── graceful-fs@4.1.11 │ │ ├─┬ jsonfile@3.0.1 │ │ │ └── graceful-fs@4.1.11 deduped │ │ └── universalify@0.1.2 │ ├─┬ fsevents@1.2.4 │ │ ├── nan@2.11.1 deduped │ │ └─┬ node-pre-gyp@0.10.0 │ │ ├── detect-libc@1.0.3 │ │ ├─┬ mkdirp@0.5.1 │ │ │ └── minimist@0.0.8 │ │ ├─┬ needle@2.2.0 │ │ │ ├─┬ debug@2.6.9 │ │ │ │ └── ms@2.0.0 │ │ │ ├─┬ iconv-lite@0.4.21 │ │ │ │ └── safer-buffer@2.1.2 │ │ │ └── sax@1.2.4 │ │ ├─┬ nopt@4.0.1 │ │ │ ├── abbrev@1.1.1 │ │ │ └─┬ osenv@0.1.5 │ │ │ ├── os-homedir@1.0.2 │ │ │ └── os-tmpdir@1.0.2 │ │ ├─┬ npm-packlist@1.1.10 │ │ │ ├─┬ ignore-walk@3.0.1 │ │ │ │ └─┬ minimatch@3.0.4 │ │ │ │ └─┬ brace-expansion@1.1.11 │ │ │ │ ├── balanced-match@1.0.0 │ │ │ │ └── concat-map@0.0.1 │ │ │ └── npm-bundled@1.0.3 │ │ ├─┬ npmlog@4.1.2 │ │ │ ├─┬ are-we-there-yet@1.1.4 │ │ │ │ ├── delegates@1.0.0 │ │ │ │ └─┬ readable-stream@2.3.6 │ │ │ │ ├── core-util-is@1.0.2 │ │ │ │ ├── inherits@2.0.3 deduped │ │ │ │ ├── isarray@1.0.0 │ │ │ │ ├── process-nextick-args@2.0.0 │ │ │ │ ├── safe-buffer@5.1.1 deduped │ │ │ │ ├─┬ string_decoder@1.1.1 │ │ │ │ │ └── safe-buffer@5.1.1 deduped │ │ │ │ └── util-deprecate@1.0.2 │ │ │ ├── console-control-strings@1.1.0 │ │ │ ├─┬ gauge@2.7.4 │ │ │ │ ├── aproba@1.2.0 │ │ │ │ ├── console-control-strings@1.1.0 deduped │ │ │ │ ├── has-unicode@2.0.1 │ │ │ │ ├── object-assign@4.1.1 │ │ │ │ ├── signal-exit@3.0.2 │ │ │ │ ├─┬ string-width@1.0.2 │ │ │ │ │ ├── code-point-at@1.1.0 │ │ │ │ │ ├─┬ is-fullwidth-code-point@1.0.0 │ │ │ │ │ │ └── number-is-nan@1.0.1 │ │ │ │ │ └── strip-ansi@3.0.1 deduped │ │ │ │ ├─┬ strip-ansi@3.0.1 │ │ │ │ │ └── ansi-regex@2.1.1 │ │ │ │ └─┬ wide-align@1.1.2 │ │ │ │ └── string-width@1.0.2 deduped │ │ │ └── set-blocking@2.0.0 │ │ ├─┬ rc@1.2.7 │ │ │ ├── deep-extend@0.5.1 │ │ │ ├── ini@1.3.5 │ │ │ ├── minimist@1.2.0 │ │ │ └── strip-json-comments@2.0.1 │ │ ├─┬ rimraf@2.6.2 │ │ │ └─┬ glob@7.1.2 │ │ │ ├── fs.realpath@1.0.0 │ │ │ ├─┬ inflight@1.0.6 │ │ │ │ ├── once@1.4.0 deduped │ │ │ │ └── wrappy@1.0.2 │ │ │ ├── inherits@2.0.3 │ │ │ ├── minimatch@3.0.4 deduped │ │ │ ├─┬ once@1.4.0 │ │ │ │ └── wrappy@1.0.2 deduped │ │ │ └── path-is-absolute@1.0.1 │ │ ├── semver@5.5.0 │ │ └─┬ tar@4.4.1 │ │ ├── chownr@1.0.1 │ │ ├─┬ fs-minipass@1.2.5 │ │ │ └── minipass@2.2.4 deduped │ │ ├─┬ minipass@2.2.4 │ │ │ ├── safe-buffer@5.1.1 deduped │ │ │ └── yallist@3.0.2 deduped │ │ ├─┬ minizlib@1.1.0 │ │ │ └── minipass@2.2.4 deduped │ │ ├── mkdirp@0.5.1 deduped │ │ ├── safe-buffer@5.1.1 │ │ └── yallist@3.0.2 │ ├─┬ html-webpack-plugin@2.29.0 │ │ ├── bluebird@3.5.2 │ │ ├─┬ html-minifier@3.5.20 │ │ │ ├─┬ camel-case@3.0.0 │ │ │ │ ├─┬ no-case@2.3.2 │ │ │ │ │ └── lower-case@1.1.4 │ │ │ │ └── upper-case@1.1.3 │ │ │ ├─┬ clean-css@4.2.1 │ │ │ │ └── source-map@0.6.1 │ │ │ ├── commander@2.17.1 deduped │ │ │ ├── he@1.1.1 │ │ │ ├─┬ param-case@2.1.1 │ │ │ │ └── no-case@2.3.2 deduped │ │ │ ├── relateurl@0.2.7 │ │ │ └── uglify-js@3.4.9 deduped │ │ ├─┬ loader-utils@0.2.17 │ │ │ ├── big.js@3.2.0 deduped │ │ │ ├── emojis-list@2.1.0 deduped │ │ │ ├── json5@0.5.1 deduped │ │ │ └── object-assign@4.1.1 deduped │ │ ├── lodash@4.17.11 deduped │ │ ├─┬ pretty-error@2.1.1 │ │ │ ├─┬ renderkid@2.0.2 │ │ │ │ ├─┬ css-select@1.2.0 │ │ │ │ │ ├── boolbase@1.0.0 │ │ │ │ │ ├── css-what@2.1.0 │ │ │ │ │ ├── domutils@1.5.1 deduped │ │ │ │ │ └─┬ nth-check@1.0.1 │ │ │ │ │ └── boolbase@1.0.0 deduped │ │ │ │ ├─┬ dom-converter@0.2.0 │ │ │ │ │ └── utila@0.4.0 deduped │ │ │ │ ├─┬ htmlparser2@3.3.0 │ │ │ │ │ ├── domelementtype@1.3.0 deduped │ │ │ │ │ ├─┬ domhandler@2.1.0 │ │ │ │ │ │ └── domelementtype@1.3.0 deduped │ │ │ │ │ ├─┬ domutils@1.1.6 │ │ │ │ │ │ └── domelementtype@1.3.0 deduped │ │ │ │ │ └─┬ readable-stream@1.0.34 │ │ │ │ │ ├── core-util-is@1.0.2 deduped │ │ │ │ │ ├── inherits@2.0.3 deduped │ │ │ │ │ ├── isarray@0.0.1 │ │ │ │ │ └── string_decoder@0.10.31 │ │ │ │ ├── strip-ansi@3.0.1 deduped │ │ │ │ └── utila@0.4.0 deduped │ │ │ └── utila@0.4.0 │ │ └── toposort@1.0.7 │ ├─┬ jest@22.4.2 │ │ ├─┬ import-local@1.0.0 │ │ │ ├── pkg-dir@2.0.0 deduped │ │ │ └─┬ resolve-cwd@2.0.0 │ │ │ └── resolve-from@3.0.0 │ │ └─┬ jest-cli@22.4.4 │ │ ├── ansi-escapes@3.1.0 │ │ ├─┬ chalk@2.4.1 │ │ │ ├─┬ ansi-styles@3.2.1 │ │ │ │ └── color-convert@1.9.3 deduped │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ └─┬ supports-color@5.5.0 │ │ │ └── has-flag@3.0.0 deduped │ │ ├── exit@0.1.2 │ │ ├── glob@7.1.3 deduped │ │ ├── graceful-fs@4.1.11 deduped │ │ ├── import-local@1.0.0 deduped │ │ ├── is-ci@1.2.1 deduped │ │ ├─┬ istanbul-api@1.3.7 │ │ │ ├── async@2.6.1 deduped │ │ │ ├─┬ fileset@2.0.3 │ │ │ │ ├── glob@7.1.3 deduped │ │ │ │ └── minimatch@3.0.4 deduped │ │ │ ├── istanbul-lib-coverage@1.2.1 deduped │ │ │ ├─┬ istanbul-lib-hook@1.2.2 │ │ │ │ └─┬ append-transform@0.4.0 │ │ │ │ └─┬ default-require-extensions@1.0.0 │ │ │ │ └── strip-bom@2.0.0 deduped │ │ │ ├── istanbul-lib-instrument@1.10.2 deduped │ │ │ ├─┬ istanbul-lib-report@1.1.5 │ │ │ │ ├── istanbul-lib-coverage@1.2.1 deduped │ │ │ │ ├── mkdirp@0.5.1 deduped │ │ │ │ ├── path-parse@1.0.6 deduped │ │ │ │ └─┬ supports-color@3.2.3 │ │ │ │ └── has-flag@1.0.0 │ │ │ ├── istanbul-lib-source-maps@1.2.6 deduped │ │ │ ├─┬ istanbul-reports@1.5.1 │ │ │ │ └─┬ handlebars@4.0.12 │ │ │ │ ├── async@2.6.1 deduped │ │ │ │ ├─┬ optimist@0.6.1 │ │ │ │ │ ├── minimist@0.0.8 deduped │ │ │ │ │ └── wordwrap@0.0.3 │ │ │ │ ├── source-map@0.6.1 │ │ │ │ └── uglify-js@3.4.9 deduped │ │ │ ├── js-yaml@3.7.0 deduped │ │ │ ├── mkdirp@0.5.1 deduped │ │ │ └── once@1.4.0 deduped │ │ ├── istanbul-lib-coverage@1.2.1 │ │ ├── istanbul-lib-instrument@1.10.2 deduped │ │ ├─┬ istanbul-lib-source-maps@1.2.6 │ │ │ ├─┬ debug@3.2.6 │ │ │ │ └── ms@2.1.1 │ │ │ ├── istanbul-lib-coverage@1.2.1 deduped │ │ │ ├── mkdirp@0.5.1 deduped │ │ │ ├── rimraf@2.6.2 deduped │ │ │ └── source-map@0.5.7 deduped │ │ ├─┬ jest-changed-files@22.4.3 │ │ │ └── throat@4.1.0 │ │ ├── jest-config@22.4.4 deduped │ │ ├─┬ jest-environment-jsdom@22.4.3 │ │ │ ├── jest-mock@22.4.3 │ │ │ ├── jest-util@22.4.3 deduped │ │ │ └─┬ jsdom@11.12.0 │ │ │ ├── abab@2.0.0 │ │ │ ├── acorn@5.7.3 deduped │ │ │ ├─┬ acorn-globals@4.3.0 │ │ │ │ ├── acorn@6.0.2 │ │ │ │ └── acorn-walk@6.1.0 │ │ │ ├── array-equal@1.0.0 │ │ │ ├── cssom@0.3.4 │ │ │ ├─┬ cssstyle@1.1.1 │ │ │ │ └── cssom@0.3.4 deduped │ │ │ ├─┬ data-urls@1.0.1 │ │ │ │ ├── abab@2.0.0 deduped │ │ │ │ ├── whatwg-mimetype@2.2.0 deduped │ │ │ │ └─┬ whatwg-url@7.0.0 │ │ │ │ ├── lodash.sortby@4.7.0 deduped │ │ │ │ ├── tr46@1.0.1 deduped │ │ │ │ └── webidl-conversions@4.0.2 deduped │ │ │ ├─┬ domexception@1.0.1 │ │ │ │ └── webidl-conversions@4.0.2 deduped │ │ │ ├─┬ escodegen@1.11.0 │ │ │ │ ├── esprima@3.1.3 │ │ │ │ ├── estraverse@4.2.0 deduped │ │ │ │ ├── esutils@2.0.2 deduped │ │ │ │ ├─┬ optionator@0.8.2 │ │ │ │ │ ├── deep-is@0.1.3 │ │ │ │ │ ├── fast-levenshtein@2.0.6 │ │ │ │ │ ├─┬ levn@0.3.0 │ │ │ │ │ │ ├── prelude-ls@1.1.2 deduped │ │ │ │ │ │ └── type-check@0.3.2 deduped │ │ │ │ │ ├── prelude-ls@1.1.2 │ │ │ │ │ ├─┬ type-check@0.3.2 │ │ │ │ │ │ └── prelude-ls@1.1.2 deduped │ │ │ │ │ └── wordwrap@1.0.0 │ │ │ │ └── source-map@0.6.1 │ │ │ ├─┬ html-encoding-sniffer@1.0.2 │ │ │ │ └── whatwg-encoding@1.0.5 deduped │ │ │ ├── left-pad@1.3.0 │ │ │ ├── nwsapi@2.0.9 │ │ │ ├── parse5@4.0.0 │ │ │ ├── pn@1.1.0 │ │ │ ├── request@2.88.0 deduped │ │ │ ├─┬ request-promise-native@1.0.5 │ │ │ │ ├─┬ request-promise-core@1.1.1 │ │ │ │ │ └── lodash@4.17.11 deduped │ │ │ │ ├── stealthy-require@1.1.1 │ │ │ │ └── tough-cookie@2.4.3 deduped │ │ │ ├── sax@1.2.4 deduped │ │ │ ├── symbol-tree@3.2.2 │ │ │ ├── tough-cookie@2.4.3 deduped │ │ │ ├─┬ w3c-hr-time@1.0.1 │ │ │ │ └── browser-process-hrtime@0.1.3 │ │ │ ├── webidl-conversions@4.0.2 │ │ │ ├─┬ whatwg-encoding@1.0.5 │ │ │ │ └── iconv-lite@0.4.24 deduped │ │ │ ├── whatwg-mimetype@2.2.0 │ │ │ ├─┬ whatwg-url@6.5.0 │ │ │ │ ├── lodash.sortby@4.7.0 │ │ │ │ ├─┬ tr46@1.0.1 │ │ │ │ │ └── punycode@2.1.1 │ │ │ │ └── webidl-conversions@4.0.2 deduped │ │ │ ├─┬ ws@5.2.2 │ │ │ │ └── async-limiter@1.0.0 │ │ │ └── xml-name-validator@3.0.0 │ │ ├── jest-get-type@22.4.3 deduped │ │ ├─┬ jest-haste-map@22.4.3 │ │ │ ├─┬ fb-watchman@2.0.0 │ │ │ │ └─┬ bser@2.0.0 │ │ │ │ └── node-int64@0.4.0 │ │ │ ├── graceful-fs@4.1.11 deduped │ │ │ ├─┬ jest-docblock@22.4.3 │ │ │ │ └── detect-newline@2.1.0 │ │ │ ├── jest-serializer@22.4.3 │ │ │ ├── jest-worker@22.4.3 deduped │ │ │ ├─┬ micromatch@2.3.11 │ │ │ │ ├─┬ arr-diff@2.0.0 │ │ │ │ │ └── arr-flatten@1.1.0 deduped │ │ │ │ ├── array-unique@0.2.1 │ │ │ │ ├─┬ braces@1.8.5 │ │ │ │ │ ├── expand-range@1.8.2 deduped │ │ │ │ │ ├── preserve@0.2.0 deduped │ │ │ │ │ └── repeat-element@1.1.3 deduped │ │ │ │ ├─┬ expand-brackets@0.1.5 │ │ │ │ │ └── is-posix-bracket@0.1.1 deduped │ │ │ │ ├─┬ extglob@0.3.2 │ │ │ │ │ └── is-extglob@1.0.0 deduped │ │ │ │ ├── filename-regex@2.0.1 deduped │ │ │ │ ├── is-extglob@1.0.0 │ │ │ │ ├─┬ is-glob@2.0.1 │ │ │ │ │ └── is-extglob@1.0.0 deduped │ │ │ │ ├─┬ kind-of@3.2.2 │ │ │ │ │ └── is-buffer@1.1.6 deduped │ │ │ │ ├── normalize-path@2.1.1 deduped │ │ │ │ ├── object.omit@2.0.1 deduped │ │ │ │ ├── parse-glob@3.0.4 deduped │ │ │ │ └── regex-cache@0.4.4 deduped │ │ │ └─┬ sane@2.5.2 │ │ │ ├── anymatch@2.0.0 deduped │ │ │ ├─┬ capture-exit@1.2.0 │ │ │ │ └── rsvp@3.6.2 │ │ │ ├─┬ exec-sh@0.2.2 │ │ │ │ └── merge@1.2.0 │ │ │ ├── fb-watchman@2.0.0 deduped │ │ │ ├── fsevents@1.2.4 deduped │ │ │ ├── micromatch@3.1.10 deduped │ │ │ ├── minimist@1.2.0 │ │ │ ├─┬ walker@1.0.7 │ │ │ │ └─┬ makeerror@1.0.11 │ │ │ │ └── tmpl@1.0.4 │ │ │ └─┬ watch@0.18.0 │ │ │ ├── exec-sh@0.2.2 deduped │ │ │ └── minimist@1.2.0 │ │ ├─┬ jest-message-util@22.4.3 │ │ │ ├── @babel/code-frame@7.0.0 deduped │ │ │ ├─┬ chalk@2.4.1 │ │ │ │ ├─┬ ansi-styles@3.2.1 │ │ │ │ │ └── color-convert@1.9.3 deduped │ │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ │ └─┬ supports-color@5.5.0 │ │ │ │ └── has-flag@3.0.0 deduped │ │ │ ├─┬ micromatch@2.3.11 │ │ │ │ ├─┬ arr-diff@2.0.0 │ │ │ │ │ └── arr-flatten@1.1.0 deduped │ │ │ │ ├── array-unique@0.2.1 │ │ │ │ ├─┬ braces@1.8.5 │ │ │ │ │ ├── expand-range@1.8.2 deduped │ │ │ │ │ ├── preserve@0.2.0 deduped │ │ │ │ │ └── repeat-element@1.1.3 deduped │ │ │ │ ├─┬ expand-brackets@0.1.5 │ │ │ │ │ └── is-posix-bracket@0.1.1 deduped │ │ │ │ ├─┬ extglob@0.3.2 │ │ │ │ │ └── is-extglob@1.0.0 deduped │ │ │ │ ├── filename-regex@2.0.1 deduped │ │ │ │ ├── is-extglob@1.0.0 │ │ │ │ ├─┬ is-glob@2.0.1 │ │ │ │ │ └── is-extglob@1.0.0 deduped │ │ │ │ ├─┬ kind-of@3.2.2 │ │ │ │ │ └── is-buffer@1.1.6 deduped │ │ │ │ ├── normalize-path@2.1.1 deduped │ │ │ │ ├── object.omit@2.0.1 deduped │ │ │ │ ├── parse-glob@3.0.4 deduped │ │ │ │ └── regex-cache@0.4.4 deduped │ │ │ ├── slash@1.0.0 deduped │ │ │ └── stack-utils@1.0.1 │ │ ├── jest-regex-util@22.4.3 │ │ ├─┬ jest-resolve-dependencies@22.4.3 │ │ │ └── jest-regex-util@22.4.3 deduped │ │ ├─┬ jest-runner@22.4.4 │ │ │ ├── exit@0.1.2 deduped │ │ │ ├── jest-config@22.4.4 deduped │ │ │ ├── jest-docblock@22.4.3 deduped │ │ │ ├── jest-haste-map@22.4.3 deduped │ │ │ ├── jest-jasmine2@22.4.4 deduped │ │ │ ├─┬ jest-leak-detector@22.4.3 │ │ │ │ └── pretty-format@22.4.3 deduped │ │ │ ├── jest-message-util@22.4.3 deduped │ │ │ ├── jest-runtime@22.4.4 deduped │ │ │ ├── jest-util@22.4.3 deduped │ │ │ ├── jest-worker@22.4.3 deduped │ │ │ └── throat@4.1.0 deduped │ │ ├─┬ jest-runtime@22.4.4 │ │ │ ├── babel-core@6.26.3 deduped │ │ │ ├── babel-jest@22.4.4 deduped │ │ │ ├── babel-plugin-istanbul@4.1.6 deduped │ │ │ ├─┬ chalk@2.4.1 │ │ │ │ ├─┬ ansi-styles@3.2.1 │ │ │ │ │ └── color-convert@1.9.3 deduped │ │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ │ └─┬ supports-color@5.5.0 │ │ │ │ └── has-flag@3.0.0 deduped │ │ │ ├── convert-source-map@1.6.0 deduped │ │ │ ├── exit@0.1.2 deduped │ │ │ ├── graceful-fs@4.1.11 deduped │ │ │ ├── jest-config@22.4.4 deduped │ │ │ ├── jest-haste-map@22.4.3 deduped │ │ │ ├── jest-regex-util@22.4.3 deduped │ │ │ ├── jest-resolve@22.4.3 deduped │ │ │ ├── jest-util@22.4.3 deduped │ │ │ ├── jest-validate@22.4.4 deduped │ │ │ ├─┬ json-stable-stringify@1.0.1 │ │ │ │ └── jsonify@0.0.0 deduped │ │ │ ├─┬ micromatch@2.3.11 │ │ │ │ ├─┬ arr-diff@2.0.0 │ │ │ │ │ └── arr-flatten@1.1.0 deduped │ │ │ │ ├── array-unique@0.2.1 │ │ │ │ ├─┬ braces@1.8.5 │ │ │ │ │ ├── expand-range@1.8.2 deduped │ │ │ │ │ ├── preserve@0.2.0 deduped │ │ │ │ │ └── repeat-element@1.1.3 deduped │ │ │ │ ├─┬ expand-brackets@0.1.5 │ │ │ │ │ └── is-posix-bracket@0.1.1 deduped │ │ │ │ ├─┬ extglob@0.3.2 │ │ │ │ │ └── is-extglob@1.0.0 deduped │ │ │ │ ├── filename-regex@2.0.1 deduped │ │ │ │ ├── is-extglob@1.0.0 │ │ │ │ ├─┬ is-glob@2.0.1 │ │ │ │ │ └── is-extglob@1.0.0 deduped │ │ │ │ ├─┬ kind-of@3.2.2 │ │ │ │ │ └── is-buffer@1.1.6 deduped │ │ │ │ ├── normalize-path@2.1.1 deduped │ │ │ │ ├── object.omit@2.0.1 deduped │ │ │ │ ├── parse-glob@3.0.4 deduped │ │ │ │ └── regex-cache@0.4.4 deduped │ │ │ ├── realpath-native@1.0.2 deduped │ │ │ ├── slash@1.0.0 deduped │ │ │ ├── strip-bom@3.0.0 │ │ │ ├─┬ write-file-atomic@2.3.0 │ │ │ │ ├── graceful-fs@4.1.11 deduped │ │ │ │ ├── imurmurhash@0.1.4 deduped │ │ │ │ └── signal-exit@3.0.2 deduped │ │ │ └─┬ yargs@10.1.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 deduped │ │ │ ├── decamelize@1.2.0 deduped │ │ │ ├─┬ find-up@2.1.0 │ │ │ │ └── locate-path@2.0.0 deduped │ │ │ ├── get-caller-file@1.0.3 deduped │ │ │ ├─┬ os-locale@2.1.0 │ │ │ │ ├── execa@0.7.0 deduped │ │ │ │ ├── lcid@1.0.0 deduped │ │ │ │ └── mem@1.1.0 deduped │ │ │ ├── require-directory@2.1.1 deduped │ │ │ ├── require-main-filename@1.0.1 deduped │ │ │ ├── set-blocking@2.0.0 deduped │ │ │ ├─┬ string-width@2.1.1 │ │ │ │ ├── is-fullwidth-code-point@2.0.0 │ │ │ │ └── strip-ansi@4.0.0 deduped │ │ │ ├── which-module@2.0.0 │ │ │ ├── y18n@3.2.1 deduped │ │ │ └─┬ yargs-parser@8.1.0 │ │ │ └── camelcase@4.1.0 │ │ ├─┬ jest-snapshot@22.4.3 │ │ │ ├─┬ chalk@2.4.1 │ │ │ │ ├─┬ ansi-styles@3.2.1 │ │ │ │ │ └── color-convert@1.9.3 deduped │ │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ │ └─┬ supports-color@5.5.0 │ │ │ │ └── has-flag@3.0.0 deduped │ │ │ ├─┬ jest-diff@22.4.3 │ │ │ │ ├─┬ chalk@2.4.1 │ │ │ │ │ ├─┬ ansi-styles@3.2.1 │ │ │ │ │ │ └── color-convert@1.9.3 deduped │ │ │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ │ │ └─┬ supports-color@5.5.0 │ │ │ │ │ └── has-flag@3.0.0 deduped │ │ │ │ ├── diff@3.5.0 deduped │ │ │ │ ├── jest-get-type@22.4.3 deduped │ │ │ │ └── pretty-format@22.4.3 deduped │ │ │ ├─┬ jest-matcher-utils@22.4.3 │ │ │ │ ├─┬ chalk@2.4.1 │ │ │ │ │ ├─┬ ansi-styles@3.2.1 │ │ │ │ │ │ └── color-convert@1.9.3 deduped │ │ │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ │ │ └─┬ supports-color@5.5.0 │ │ │ │ │ └── has-flag@3.0.0 deduped │ │ │ │ ├── jest-get-type@22.4.3 deduped │ │ │ │ └── pretty-format@22.4.3 deduped │ │ │ ├── mkdirp@0.5.1 deduped │ │ │ ├── natural-compare@1.4.0 │ │ │ └── pretty-format@22.4.3 deduped │ │ ├─┬ jest-util@22.4.3 │ │ │ ├── callsites@2.0.0 │ │ │ ├─┬ chalk@2.4.1 │ │ │ │ ├─┬ ansi-styles@3.2.1 │ │ │ │ │ └── color-convert@1.9.3 deduped │ │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ │ └─┬ supports-color@5.5.0 │ │ │ │ └── has-flag@3.0.0 deduped │ │ │ ├── graceful-fs@4.1.11 deduped │ │ │ ├── is-ci@1.2.1 deduped │ │ │ ├── jest-message-util@22.4.3 deduped │ │ │ ├── mkdirp@0.5.1 deduped │ │ │ └── source-map@0.6.1 │ │ ├─┬ jest-validate@22.4.4 │ │ │ ├─┬ chalk@2.4.1 │ │ │ │ ├─┬ ansi-styles@3.2.1 │ │ │ │ │ └── color-convert@1.9.3 deduped │ │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ │ └─┬ supports-color@5.5.0 │ │ │ │ └── has-flag@3.0.0 deduped │ │ │ ├── jest-config@22.4.4 deduped │ │ │ ├── jest-get-type@22.4.3 deduped │ │ │ ├── leven@2.1.0 deduped │ │ │ └── pretty-format@22.4.3 deduped │ │ ├─┬ jest-worker@22.4.3 │ │ │ └─┬ merge-stream@1.0.1 │ │ │ └── readable-stream@2.3.6 deduped │ │ ├─┬ micromatch@2.3.11 │ │ │ ├─┬ arr-diff@2.0.0 │ │ │ │ └── arr-flatten@1.1.0 deduped │ │ │ ├── array-unique@0.2.1 │ │ │ ├─┬ braces@1.8.5 │ │ │ │ ├── expand-range@1.8.2 deduped │ │ │ │ ├── preserve@0.2.0 deduped │ │ │ │ └── repeat-element@1.1.3 deduped │ │ │ ├─┬ expand-brackets@0.1.5 │ │ │ │ └── is-posix-bracket@0.1.1 deduped │ │ │ ├─┬ extglob@0.3.2 │ │ │ │ └── is-extglob@1.0.0 deduped │ │ │ ├── filename-regex@2.0.1 deduped │ │ │ ├── is-extglob@1.0.0 │ │ │ ├─┬ is-glob@2.0.1 │ │ │ │ └── is-extglob@1.0.0 deduped │ │ │ ├─┬ kind-of@3.2.2 │ │ │ │ └── is-buffer@1.1.6 deduped │ │ │ ├── normalize-path@2.1.1 deduped │ │ │ ├── object.omit@2.0.1 deduped │ │ │ ├── parse-glob@3.0.4 deduped │ │ │ └── regex-cache@0.4.4 deduped │ │ ├─┬ node-notifier@5.2.1 │ │ │ ├── growly@1.3.0 │ │ │ ├── semver@5.6.0 deduped │ │ │ ├── shellwords@0.1.1 │ │ │ └── which@1.3.1 deduped │ │ ├─┬ realpath-native@1.0.2 │ │ │ └─┬ 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.12.0 deduped │ │ ├── rimraf@2.6.2 deduped │ │ ├── slash@1.0.0 deduped │ │ ├─┬ string-length@2.0.0 │ │ │ ├── astral-regex@1.0.0 │ │ │ └─┬ strip-ansi@4.0.0 │ │ │ └── ansi-regex@3.0.0 │ │ ├─┬ strip-ansi@4.0.0 │ │ │ └── ansi-regex@3.0.0 │ │ ├── which@1.3.1 deduped │ │ └─┬ yargs@10.1.2 │ │ ├─┬ cliui@4.1.0 │ │ │ ├── string-width@2.1.1 deduped │ │ │ ├── strip-ansi@4.0.0 deduped │ │ │ └── wrap-ansi@2.1.0 deduped │ │ ├── decamelize@1.2.0 deduped │ │ ├─┬ find-up@2.1.0 │ │ │ └── locate-path@2.0.0 deduped │ │ ├── get-caller-file@1.0.3 deduped │ │ ├─┬ os-locale@2.1.0 │ │ │ ├── execa@0.7.0 deduped │ │ │ ├── lcid@1.0.0 deduped │ │ │ └── mem@1.1.0 deduped │ │ ├── require-directory@2.1.1 deduped │ │ ├── require-main-filename@1.0.1 deduped │ │ ├── set-blocking@2.0.0 deduped │ │ ├─┬ string-width@2.1.1 │ │ │ ├── is-fullwidth-code-point@2.0.0 │ │ │ └── strip-ansi@4.0.0 deduped │ │ ├── which-module@2.0.0 │ │ ├── y18n@3.2.1 deduped │ │ └─┬ yargs-parser@8.1.0 │ │ └── camelcase@4.1.0 │ ├── object-assign@4.1.1 deduped │ ├─┬ postcss-flexbugs-fixes@3.2.0 │ │ └── postcss@6.0.23 deduped │ ├─┬ postcss-loader@2.0.8 │ │ ├── loader-utils@1.1.0 deduped │ │ ├── postcss@6.0.23 deduped │ │ ├─┬ postcss-load-config@1.2.0 │ │ │ ├─┬ cosmiconfig@2.2.2 │ │ │ │ ├── is-directory@0.3.1 deduped │ │ │ │ ├── js-yaml@3.7.0 deduped │ │ │ │ ├── minimist@1.2.0 │ │ │ │ ├── object-assign@4.1.1 deduped │ │ │ │ ├── os-homedir@1.0.2 deduped │ │ │ │ ├─┬ parse-json@2.2.0 │ │ │ │ │ └── error-ex@1.3.2 deduped │ │ │ │ └── require-from-string@1.2.1 │ │ │ ├── object-assign@4.1.1 deduped │ │ │ ├─┬ postcss-load-options@1.2.0 │ │ │ │ ├── cosmiconfig@2.2.2 deduped │ │ │ │ └── object-assign@4.1.1 deduped │ │ │ └─┬ postcss-load-plugins@2.3.0 │ │ │ ├── cosmiconfig@2.2.2 deduped │ │ │ └── object-assign@4.1.1 deduped │ │ └── schema-utils@0.3.0 deduped │ ├─┬ promise@8.0.1 │ │ └── asap@2.0.6 │ ├─┬ raf@3.4.0 │ │ └── performance-now@2.1.0 │ ├─┬ react-dev-utils@5.0.3 │ │ ├── address@1.0.3 │ │ ├── babel-code-frame@6.26.0 deduped │ │ ├── chalk@1.1.3 deduped │ │ ├─┬ cross-spawn@5.1.0 │ │ │ ├── lru-cache@4.1.3 deduped │ │ │ ├── shebang-command@1.2.0 deduped │ │ │ └── which@1.3.1 deduped │ │ ├─┬ detect-port-alt@1.1.6 │ │ │ ├── address@1.0.3 deduped │ │ │ └── debug@2.6.9 deduped │ │ ├── escape-string-regexp@1.0.5 deduped │ │ ├── filesize@3.5.11 │ │ ├─┬ global-modules@1.0.0 │ │ │ ├─┬ global-prefix@1.0.2 │ │ │ │ ├─┬ expand-tilde@2.0.2 │ │ │ │ │ └── homedir-polyfill@1.0.1 deduped │ │ │ │ ├─┬ homedir-polyfill@1.0.1 │ │ │ │ │ └── parse-passwd@1.0.0 │ │ │ │ ├── ini@1.3.5 │ │ │ │ ├── is-windows@1.0.2 deduped │ │ │ │ └── which@1.3.1 deduped │ │ │ ├── is-windows@1.0.2 deduped │ │ │ └─┬ resolve-dir@1.0.1 │ │ │ ├── expand-tilde@2.0.2 deduped │ │ │ └── global-modules@1.0.0 deduped │ │ ├─┬ gzip-size@3.0.0 │ │ │ └── duplexer@0.1.1 deduped │ │ ├─┬ inquirer@3.3.0 │ │ │ ├── ansi-escapes@3.1.0 deduped │ │ │ ├─┬ chalk@2.4.1 │ │ │ │ ├─┬ ansi-styles@3.2.1 │ │ │ │ │ └── color-convert@1.9.3 deduped │ │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ │ └─┬ supports-color@5.5.0 │ │ │ │ └── has-flag@3.0.0 deduped │ │ │ ├─┬ cli-cursor@2.1.0 │ │ │ │ └─┬ restore-cursor@2.0.0 │ │ │ │ ├─┬ onetime@2.0.1 │ │ │ │ │ └── mimic-fn@1.2.0 deduped │ │ │ │ └── signal-exit@3.0.2 deduped │ │ │ ├── cli-width@2.2.0 │ │ │ ├─┬ external-editor@2.2.0 │ │ │ │ ├── chardet@0.4.2 │ │ │ │ ├─┬ iconv-lite@0.4.24 │ │ │ │ │ └── safer-buffer@2.1.2 deduped │ │ │ │ └─┬ tmp@0.0.33 │ │ │ │ └── os-tmpdir@1.0.2 deduped │ │ │ ├─┬ figures@2.0.0 │ │ │ │ └── escape-string-regexp@1.0.5 deduped │ │ │ ├── lodash@4.17.11 deduped │ │ │ ├── mute-stream@0.0.7 │ │ │ ├─┬ run-async@2.3.0 │ │ │ │ └── is-promise@2.1.0 deduped │ │ │ ├── rx-lite@4.0.8 │ │ │ ├─┬ rx-lite-aggregates@4.0.8 │ │ │ │ └── rx-lite@4.0.8 deduped │ │ │ ├─┬ string-width@2.1.1 │ │ │ │ ├── is-fullwidth-code-point@2.0.0 │ │ │ │ └── strip-ansi@4.0.0 deduped │ │ │ ├─┬ strip-ansi@4.0.0 │ │ │ │ └── ansi-regex@3.0.0 │ │ │ └── through@2.3.8 deduped │ │ ├── is-root@1.0.0 │ │ ├─┬ opn@5.2.0 │ │ │ └── is-wsl@1.1.0 │ │ ├── react-error-overlay@4.0.1 │ │ ├─┬ recursive-readdir@2.2.1 │ │ │ └─┬ minimatch@3.0.3 │ │ │ └── brace-expansion@1.1.11 deduped │ │ ├── shell-quote@1.6.1 deduped │ │ ├─┬ sockjs-client@1.1.5 │ │ │ ├── debug@2.6.9 deduped │ │ │ ├─┬ eventsource@0.1.6 │ │ │ │ └─┬ original@1.0.2 │ │ │ │ └── url-parse@1.4.3 deduped │ │ │ ├─┬ faye-websocket@0.11.1 │ │ │ │ └─┬ websocket-driver@0.7.0 │ │ │ │ ├── http-parser-js@0.4.13 │ │ │ │ └── websocket-extensions@0.1.3 │ │ │ ├── inherits@2.0.3 deduped │ │ │ ├── json3@3.3.2 │ │ │ └─┬ url-parse@1.4.3 │ │ │ ├── querystringify@2.1.0 │ │ │ └── requires-port@1.0.0 │ │ ├── strip-ansi@3.0.1 deduped │ │ └── text-table@0.2.0 │ ├─┬ resolve@1.6.0 │ │ └── path-parse@1.0.6 │ ├─┬ source-map-loader@0.2.4 │ │ ├── async@2.6.1 deduped │ │ └── loader-utils@1.1.0 deduped │ ├─┬ style-loader@0.19.0 │ │ ├── loader-utils@1.1.0 deduped │ │ └── schema-utils@0.3.0 deduped │ ├─┬ sw-precache-webpack-plugin@0.11.4 │ │ ├─┬ del@2.2.2 │ │ │ ├─┬ globby@5.0.0 │ │ │ │ ├── array-union@1.0.2 deduped │ │ │ │ ├── arrify@1.0.1 deduped │ │ │ │ ├── glob@7.1.3 deduped │ │ │ │ ├── object-assign@4.1.1 deduped │ │ │ │ ├── pify@2.3.0 deduped │ │ │ │ └── pinkie-promise@2.0.1 deduped │ │ │ ├── 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 │ │ │ ├── object-assign@4.1.1 deduped │ │ │ ├── pify@2.3.0 │ │ │ ├─┬ pinkie-promise@2.0.1 │ │ │ │ └── pinkie@2.0.4 │ │ │ └── rimraf@2.6.2 deduped │ │ ├─┬ sw-precache@5.2.1 │ │ │ ├─┬ dom-urls@1.1.0 │ │ │ │ └── urijs@1.19.1 │ │ │ ├── es6-promise@4.2.5 │ │ │ ├── glob@7.1.3 deduped │ │ │ ├── lodash.defaults@4.2.0 │ │ │ ├─┬ lodash.template@4.4.0 │ │ │ │ ├── lodash._reinterpolate@3.0.0 │ │ │ │ └─┬ lodash.templatesettings@4.1.0 │ │ │ │ └── lodash._reinterpolate@3.0.0 deduped │ │ │ ├── meow@3.7.0 deduped │ │ │ ├── mkdirp@0.5.1 deduped │ │ │ ├── pretty-bytes@4.0.2 │ │ │ ├─┬ sw-toolbox@3.6.0 │ │ │ │ ├── path-to-regexp@1.7.0 deduped │ │ │ │ └── serviceworker-cache-polyfill@4.0.0 │ │ │ └─┬ update-notifier@2.5.0 │ │ │ ├─┬ boxen@1.3.0 │ │ │ │ ├─┬ ansi-align@2.0.0 │ │ │ │ │ └─┬ string-width@2.1.1 │ │ │ │ │ ├── is-fullwidth-code-point@2.0.0 │ │ │ │ │ └─┬ strip-ansi@4.0.0 │ │ │ │ │ └── ansi-regex@3.0.0 │ │ │ │ ├── camelcase@4.1.0 │ │ │ │ ├─┬ chalk@2.4.1 │ │ │ │ │ ├─┬ ansi-styles@3.2.1 │ │ │ │ │ │ └── color-convert@1.9.3 deduped │ │ │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ │ │ └─┬ supports-color@5.5.0 │ │ │ │ │ └── has-flag@3.0.0 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 deduped │ │ │ │ └─┬ widest-line@2.0.0 │ │ │ │ └─┬ string-width@2.1.1 │ │ │ │ ├── is-fullwidth-code-point@2.0.0 │ │ │ │ └─┬ strip-ansi@4.0.0 │ │ │ │ └── ansi-regex@3.0.0 │ │ │ ├─┬ chalk@2.4.1 │ │ │ │ ├─┬ ansi-styles@3.2.1 │ │ │ │ │ └── color-convert@1.9.3 deduped │ │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ │ └─┬ supports-color@5.5.0 │ │ │ │ └── has-flag@3.0.0 deduped │ │ │ ├─┬ configstore@3.1.2 │ │ │ │ ├── dot-prop@4.2.0 deduped │ │ │ │ ├── graceful-fs@4.1.11 deduped │ │ │ │ ├── make-dir@1.3.0 deduped │ │ │ │ ├─┬ unique-string@1.0.0 │ │ │ │ │ └── crypto-random-string@1.0.0 │ │ │ │ ├── write-file-atomic@2.3.0 deduped │ │ │ │ └── xdg-basedir@3.0.0 deduped │ │ │ ├── import-lazy@2.1.0 │ │ │ ├── is-ci@1.2.1 deduped │ │ │ ├─┬ is-installed-globally@0.1.0 │ │ │ │ ├─┬ global-dirs@0.1.1 │ │ │ │ │ └── ini@1.3.5 deduped │ │ │ │ └── is-path-inside@1.0.1 deduped │ │ │ ├── is-npm@1.0.0 │ │ │ ├─┬ latest-version@3.1.0 │ │ │ │ └─┬ package-json@4.0.1 │ │ │ │ ├─┬ got@6.7.1 │ │ │ │ │ ├─┬ create-error-class@3.0.2 │ │ │ │ │ │ └── capture-stack-trace@1.0.1 │ │ │ │ │ ├── duplexer3@0.1.4 │ │ │ │ │ ├── get-stream@3.0.0 deduped │ │ │ │ │ ├── is-redirect@1.0.0 │ │ │ │ │ ├── is-retry-allowed@1.1.0 │ │ │ │ │ ├── is-stream@1.1.0 deduped │ │ │ │ │ ├── lowercase-keys@1.0.1 │ │ │ │ │ ├── safe-buffer@5.1.2 deduped │ │ │ │ │ ├── timed-out@4.0.1 │ │ │ │ │ ├── unzip-response@2.0.1 │ │ │ │ │ └─┬ url-parse-lax@1.0.0 │ │ │ │ │ └── prepend-http@1.0.4 deduped │ │ │ │ ├─┬ registry-auth-token@3.3.2 │ │ │ │ │ ├─┬ rc@1.2.8 │ │ │ │ │ │ ├── deep-extend@0.6.0 │ │ │ │ │ │ ├── ini@1.3.5 deduped │ │ │ │ │ │ ├── minimist@1.2.0 │ │ │ │ │ │ └── strip-json-comments@2.0.1 │ │ │ │ │ └── safe-buffer@5.1.2 deduped │ │ │ │ ├─┬ registry-url@3.1.0 │ │ │ │ │ └── rc@1.2.8 deduped │ │ │ │ └── semver@5.6.0 deduped │ │ │ ├─┬ semver-diff@2.1.0 │ │ │ │ └── semver@5.6.0 deduped │ │ │ └── xdg-basedir@3.0.0 │ │ └─┬ uglify-js@3.4.9 │ │ ├── commander@2.17.1 deduped │ │ └── source-map@0.6.1 │ ├─┬ ts-jest@22.0.1 │ │ ├── babel-core@6.26.3 deduped │ │ ├── babel-plugin-istanbul@4.1.6 deduped │ │ ├─┬ babel-plugin-transform-es2015-modules-commonjs@6.26.2 │ │ │ ├─┬ babel-plugin-transform-strict-mode@6.24.1 │ │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ │ └── babel-types@6.26.0 deduped │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ ├── babel-template@6.26.0 deduped │ │ │ └── babel-types@6.26.0 deduped │ │ ├── babel-preset-jest@22.4.4 deduped │ │ ├─┬ cpx@1.5.0 │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ ├─┬ chokidar@1.7.0 │ │ │ │ ├─┬ anymatch@1.3.2 │ │ │ │ │ ├─┬ micromatch@2.3.11 │ │ │ │ │ │ ├─┬ arr-diff@2.0.0 │ │ │ │ │ │ │ └── arr-flatten@1.1.0 deduped │ │ │ │ │ │ ├── array-unique@0.2.1 │ │ │ │ │ │ ├─┬ braces@1.8.5 │ │ │ │ │ │ │ ├── expand-range@1.8.2 deduped │ │ │ │ │ │ │ ├── preserve@0.2.0 deduped │ │ │ │ │ │ │ └── repeat-element@1.1.3 deduped │ │ │ │ │ │ ├─┬ expand-brackets@0.1.5 │ │ │ │ │ │ │ └── is-posix-bracket@0.1.1 deduped │ │ │ │ │ │ ├─┬ extglob@0.3.2 │ │ │ │ │ │ │ └── is-extglob@1.0.0 deduped │ │ │ │ │ │ ├── filename-regex@2.0.1 deduped │ │ │ │ │ │ ├── is-extglob@1.0.0 deduped │ │ │ │ │ │ ├── is-glob@2.0.1 deduped │ │ │ │ │ │ ├─┬ kind-of@3.2.2 │ │ │ │ │ │ │ └── is-buffer@1.1.6 deduped │ │ │ │ │ │ ├── normalize-path@2.1.1 deduped │ │ │ │ │ │ ├── object.omit@2.0.1 deduped │ │ │ │ │ │ ├── parse-glob@3.0.4 deduped │ │ │ │ │ │ └── regex-cache@0.4.4 deduped │ │ │ │ │ └── normalize-path@2.1.1 deduped │ │ │ │ ├── async-each@1.0.1 deduped │ │ │ │ ├── fsevents@1.2.4 deduped │ │ │ │ ├─┬ glob-parent@2.0.0 │ │ │ │ │ └── is-glob@2.0.1 deduped │ │ │ │ ├── inherits@2.0.3 deduped │ │ │ │ ├── is-binary-path@1.0.1 deduped │ │ │ │ ├─┬ is-glob@2.0.1 │ │ │ │ │ └── is-extglob@1.0.0 │ │ │ │ ├── path-is-absolute@1.0.1 deduped │ │ │ │ └── readdirp@2.2.1 deduped │ │ │ ├── duplexer@0.1.1 deduped │ │ │ ├── glob@7.1.3 deduped │ │ │ ├─┬ glob2base@0.0.12 │ │ │ │ └── find-index@0.1.1 │ │ │ ├── minimatch@3.0.4 deduped │ │ │ ├── mkdirp@0.5.1 deduped │ │ │ ├── resolve@1.6.0 deduped │ │ │ ├── safe-buffer@5.1.2 deduped │ │ │ ├── shell-quote@1.6.1 deduped │ │ │ └─┬ subarg@1.0.0 │ │ │ └── minimist@1.2.0 │ │ ├─┬ fs-extra@4.0.3 │ │ │ ├── graceful-fs@4.1.11 deduped │ │ │ ├─┬ jsonfile@4.0.0 │ │ │ │ └── graceful-fs@4.1.11 deduped │ │ │ └── universalify@0.1.2 deduped │ │ ├─┬ jest-config@22.4.4 │ │ │ ├─┬ chalk@2.4.1 │ │ │ │ ├─┬ ansi-styles@3.2.1 │ │ │ │ │ └── color-convert@1.9.3 deduped │ │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ │ └─┬ supports-color@5.5.0 │ │ │ │ └── has-flag@3.0.0 deduped │ │ │ ├── glob@7.1.3 deduped │ │ │ ├── jest-environment-jsdom@22.4.3 deduped │ │ │ ├─┬ jest-environment-node@22.4.3 │ │ │ │ ├── jest-mock@22.4.3 deduped │ │ │ │ └── jest-util@22.4.3 deduped │ │ │ ├── jest-get-type@22.4.3 deduped │ │ │ ├─┬ jest-jasmine2@22.4.4 │ │ │ │ ├─┬ chalk@2.4.1 │ │ │ │ │ ├─┬ ansi-styles@3.2.1 │ │ │ │ │ │ └── color-convert@1.9.3 deduped │ │ │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ │ │ └─┬ supports-color@5.5.0 │ │ │ │ │ └── has-flag@3.0.0 deduped │ │ │ │ ├── co@4.6.0 deduped │ │ │ │ ├─┬ expect@22.4.3 │ │ │ │ │ ├─┬ ansi-styles@3.2.1 │ │ │ │ │ │ └── color-convert@1.9.3 deduped │ │ │ │ │ ├── jest-diff@22.4.3 deduped │ │ │ │ │ ├── jest-get-type@22.4.3 deduped │ │ │ │ │ ├── jest-matcher-utils@22.4.3 deduped │ │ │ │ │ ├── jest-message-util@22.4.3 deduped │ │ │ │ │ └── jest-regex-util@22.4.3 deduped │ │ │ │ ├── graceful-fs@4.1.11 deduped │ │ │ │ ├── is-generator-fn@1.0.0 │ │ │ │ ├── jest-diff@22.4.3 deduped │ │ │ │ ├── jest-matcher-utils@22.4.3 deduped │ │ │ │ ├── jest-message-util@22.4.3 deduped │ │ │ │ ├── jest-snapshot@22.4.3 deduped │ │ │ │ ├── jest-util@22.4.3 deduped │ │ │ │ └─┬ source-map-support@0.5.9 │ │ │ │ ├── buffer-from@1.1.1 deduped │ │ │ │ └── source-map@0.6.1 │ │ │ ├── jest-regex-util@22.4.3 deduped │ │ │ ├─┬ jest-resolve@22.4.3 │ │ │ │ ├─┬ browser-resolve@1.11.3 │ │ │ │ │ └── resolve@1.1.7 │ │ │ │ └─┬ chalk@2.4.1 │ │ │ │ ├─┬ ansi-styles@3.2.1 │ │ │ │ │ └── color-convert@1.9.3 deduped │ │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ │ └─┬ supports-color@5.5.0 │ │ │ │ └── has-flag@3.0.0 deduped │ │ │ ├── jest-util@22.4.3 deduped │ │ │ ├── jest-validate@22.4.4 deduped │ │ │ └─┬ pretty-format@22.4.3 │ │ │ ├── ansi-regex@3.0.0 │ │ │ └─┬ ansi-styles@3.2.1 │ │ │ └── color-convert@1.9.3 deduped │ │ ├─┬ pkg-dir@2.0.0 │ │ │ └─┬ find-up@2.1.0 │ │ │ └── locate-path@2.0.0 deduped │ │ ├─┬ source-map-support@0.5.9 │ │ │ ├── buffer-from@1.1.1 │ │ │ └── source-map@0.6.1 │ │ └─┬ yargs@10.1.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 deduped │ │ ├── decamelize@1.2.0 deduped │ │ ├─┬ find-up@2.1.0 │ │ │ └── locate-path@2.0.0 deduped │ │ ├── get-caller-file@1.0.3 deduped │ │ ├─┬ os-locale@2.1.0 │ │ │ ├─┬ execa@0.7.0 │ │ │ │ ├─┬ cross-spawn@5.1.0 │ │ │ │ │ ├── lru-cache@4.1.3 deduped │ │ │ │ │ ├── shebang-command@1.2.0 deduped │ │ │ │ │ └── which@1.3.1 deduped │ │ │ │ ├── get-stream@3.0.0 deduped │ │ │ │ ├── is-stream@1.1.0 deduped │ │ │ │ ├── npm-run-path@2.0.2 deduped │ │ │ │ ├── p-finally@1.0.0 deduped │ │ │ │ ├── signal-exit@3.0.2 deduped │ │ │ │ └── strip-eof@1.0.0 deduped │ │ │ ├── lcid@1.0.0 deduped │ │ │ └─┬ mem@1.1.0 │ │ │ └── mimic-fn@1.2.0 │ │ ├── require-directory@2.1.1 deduped │ │ ├── require-main-filename@1.0.1 deduped │ │ ├── set-blocking@2.0.0 deduped │ │ ├─┬ string-width@2.1.1 │ │ │ ├── is-fullwidth-code-point@2.0.0 │ │ │ └── strip-ansi@4.0.0 deduped │ │ ├── which-module@2.0.0 │ │ ├── y18n@3.2.1 deduped │ │ └─┬ yargs-parser@8.1.0 │ │ └── camelcase@4.1.0 │ ├─┬ ts-loader@2.3.7 │ │ ├─┬ chalk@2.4.1 │ │ │ ├─┬ ansi-styles@3.2.1 │ │ │ │ └── color-convert@1.9.3 deduped │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ └─┬ supports-color@5.5.0 │ │ │ └── has-flag@3.0.0 deduped │ │ ├─┬ enhanced-resolve@3.4.1 │ │ │ ├── graceful-fs@4.1.11 deduped │ │ │ ├── memory-fs@0.4.1 deduped │ │ │ ├── object-assign@4.1.1 deduped │ │ │ └── tapable@0.2.8 deduped │ │ ├── loader-utils@1.1.0 deduped │ │ └── semver@5.6.0 deduped │ ├─┬ tsconfig-paths-webpack-plugin@2.0.0 │ │ ├─┬ chalk@2.4.1 │ │ │ ├─┬ ansi-styles@3.2.1 │ │ │ │ └── color-convert@1.9.3 deduped │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ └─┬ supports-color@5.5.0 │ │ │ └── has-flag@3.0.0 deduped │ │ └─┬ tsconfig-paths@3.6.0 │ │ ├── @types/json5@0.0.29 │ │ ├── deepmerge@2.2.1 deduped │ │ ├─┬ json5@1.0.1 │ │ │ └── minimist@1.2.0 deduped │ │ ├── minimist@1.2.0 │ │ └── strip-bom@3.0.0 │ ├── tslint@5.11.0 deduped │ ├── tslint-config-prettier@1.15.0 deduped │ ├── tslint-react@3.6.0 deduped │ ├── UNMET PEER DEPENDENCY typescript@^2.1.0 │ ├─┬ uglifyjs-webpack-plugin@1.3.0 │ │ ├─┬ cacache@10.0.4 │ │ │ ├── bluebird@3.5.2 deduped │ │ │ ├── chownr@1.1.1 │ │ │ ├── glob@7.1.3 deduped │ │ │ ├── graceful-fs@4.1.11 deduped │ │ │ ├── lru-cache@4.1.3 deduped │ │ │ ├─┬ mississippi@2.0.0 │ │ │ │ ├─┬ concat-stream@1.6.2 │ │ │ │ │ ├── buffer-from@1.1.1 deduped │ │ │ │ │ ├── inherits@2.0.3 deduped │ │ │ │ │ ├── readable-stream@2.3.6 deduped │ │ │ │ │ └── typedarray@0.0.6 │ │ │ │ ├─┬ duplexify@3.6.1 │ │ │ │ │ ├── end-of-stream@1.4.1 deduped │ │ │ │ │ ├── inherits@2.0.3 deduped │ │ │ │ │ ├── readable-stream@2.3.6 deduped │ │ │ │ │ └── stream-shift@1.0.0 │ │ │ │ ├─┬ end-of-stream@1.4.1 │ │ │ │ │ └── once@1.4.0 deduped │ │ │ │ ├─┬ flush-write-stream@1.0.3 │ │ │ │ │ ├── inherits@2.0.3 deduped │ │ │ │ │ └── readable-stream@2.3.6 deduped │ │ │ │ ├─┬ from2@2.3.0 │ │ │ │ │ ├── inherits@2.0.3 deduped │ │ │ │ │ └── readable-stream@2.3.6 deduped │ │ │ │ ├─┬ parallel-transform@1.1.0 │ │ │ │ │ ├── cyclist@0.2.2 │ │ │ │ │ ├── inherits@2.0.3 deduped │ │ │ │ │ └── readable-stream@2.3.6 deduped │ │ │ │ ├─┬ pump@2.0.1 │ │ │ │ │ ├── end-of-stream@1.4.1 deduped │ │ │ │ │ └── once@1.4.0 deduped │ │ │ │ ├─┬ pumpify@1.5.1 │ │ │ │ │ ├── duplexify@3.6.1 deduped │ │ │ │ │ ├── inherits@2.0.3 deduped │ │ │ │ │ └── pump@2.0.1 deduped │ │ │ │ ├─┬ stream-each@1.2.3 │ │ │ │ │ ├── end-of-stream@1.4.1 deduped │ │ │ │ │ └── stream-shift@1.0.0 deduped │ │ │ │ └─┬ through2@2.0.3 │ │ │ │ ├── readable-stream@2.3.6 deduped │ │ │ │ └── xtend@4.0.1 deduped │ │ │ ├── mkdirp@0.5.1 deduped │ │ │ ├─┬ move-concurrently@1.0.1 │ │ │ │ ├── aproba@1.2.0 deduped │ │ │ │ ├─┬ copy-concurrently@1.0.5 │ │ │ │ │ ├── aproba@1.2.0 deduped │ │ │ │ │ ├── fs-write-stream-atomic@1.0.10 deduped │ │ │ │ │ ├── iferr@0.1.5 │ │ │ │ │ ├── mkdirp@0.5.1 deduped │ │ │ │ │ ├── rimraf@2.6.2 deduped │ │ │ │ │ └── run-queue@1.0.3 deduped │ │ │ │ ├─┬ fs-write-stream-atomic@1.0.10 │ │ │ │ │ ├── graceful-fs@4.1.11 deduped │ │ │ │ │ ├── iferr@0.1.5 deduped │ │ │ │ │ ├── imurmurhash@0.1.4 deduped │ │ │ │ │ └── readable-stream@2.3.6 deduped │ │ │ │ ├── mkdirp@0.5.1 deduped │ │ │ │ ├── rimraf@2.6.2 deduped │ │ │ │ └─┬ run-queue@1.0.3 │ │ │ │ └── aproba@1.2.0 deduped │ │ │ ├── promise-inflight@1.0.1 │ │ │ ├── rimraf@2.6.2 deduped │ │ │ ├─┬ ssri@5.3.0 │ │ │ │ └── safe-buffer@5.1.2 deduped │ │ │ ├─┬ unique-filename@1.1.1 │ │ │ │ └─┬ unique-slug@2.0.1 │ │ │ │ └── imurmurhash@0.1.4 deduped │ │ │ └── y18n@4.0.0 │ │ ├── find-cache-dir@1.0.0 deduped │ │ ├─┬ schema-utils@0.4.7 │ │ │ ├─┬ UNMET PEER DEPENDENCY ajv@6.5.4 │ │ │ │ ├── fast-deep-equal@2.0.1 │ │ │ │ ├── fast-json-stable-stringify@2.0.0 deduped │ │ │ │ ├── json-schema-traverse@0.4.1 │ │ │ │ └── uri-js@4.2.2 deduped │ │ │ └── ajv-keywords@3.2.0 deduped │ │ ├── serialize-javascript@1.5.0 │ │ ├── source-map@0.6.1 │ │ ├─┬ uglify-es@3.3.9 │ │ │ ├── commander@2.13.0 │ │ │ └── source-map@0.6.1 deduped │ │ ├── webpack-sources@1.3.0 deduped │ │ └─┬ worker-farm@1.6.0 │ │ └─┬ errno@0.1.7 │ │ └── prr@1.0.1 │ ├─┬ url-loader@0.6.2 │ │ ├── loader-utils@1.1.0 deduped │ │ ├── mime@1.6.0 │ │ └── schema-utils@0.3.0 deduped │ ├─┬ webpack@3.8.1 │ │ ├── acorn@5.7.3 │ │ ├─┬ acorn-dynamic-import@2.0.2 │ │ │ └── acorn@4.0.13 │ │ ├─┬ ajv@5.5.2 │ │ │ ├── co@4.6.0 │ │ │ ├── fast-deep-equal@1.1.0 │ │ │ ├── fast-json-stable-stringify@2.0.0 │ │ │ └── json-schema-traverse@0.3.1 │ │ ├── ajv-keywords@2.1.1 │ │ ├── async@2.6.1 deduped │ │ ├── enhanced-resolve@3.4.1 deduped │ │ ├─┬ escope@3.6.0 │ │ │ ├─┬ es6-map@0.1.5 │ │ │ │ ├─┬ d@1.0.0 │ │ │ │ │ └── es5-ext@0.10.46 deduped │ │ │ │ ├─┬ es5-ext@0.10.46 │ │ │ │ │ ├── es6-iterator@2.0.3 deduped │ │ │ │ │ ├── es6-symbol@3.1.1 deduped │ │ │ │ │ └── next-tick@1.0.0 │ │ │ │ ├─┬ es6-iterator@2.0.3 │ │ │ │ │ ├── d@1.0.0 deduped │ │ │ │ │ ├── es5-ext@0.10.46 deduped │ │ │ │ │ └── es6-symbol@3.1.1 deduped │ │ │ │ ├─┬ es6-set@0.1.5 │ │ │ │ │ ├── d@1.0.0 deduped │ │ │ │ │ ├── es5-ext@0.10.46 deduped │ │ │ │ │ ├── es6-iterator@2.0.3 deduped │ │ │ │ │ ├── es6-symbol@3.1.1 deduped │ │ │ │ │ └── event-emitter@0.3.5 deduped │ │ │ │ ├─┬ es6-symbol@3.1.1 │ │ │ │ │ ├── d@1.0.0 deduped │ │ │ │ │ └── es5-ext@0.10.46 deduped │ │ │ │ └─┬ event-emitter@0.3.5 │ │ │ │ ├── d@1.0.0 deduped │ │ │ │ └── es5-ext@0.10.46 deduped │ │ │ ├─┬ es6-weak-map@2.0.2 │ │ │ │ ├── d@1.0.0 deduped │ │ │ │ ├── es5-ext@0.10.46 deduped │ │ │ │ ├── es6-iterator@2.0.3 deduped │ │ │ │ └── es6-symbol@3.1.1 deduped │ │ │ ├─┬ esrecurse@4.2.1 │ │ │ │ └── estraverse@4.2.0 deduped │ │ │ └── estraverse@4.2.0 │ │ ├── interpret@1.1.0 │ │ ├── json-loader@0.5.7 │ │ ├── json5@0.5.1 deduped │ │ ├── loader-runner@2.3.1 │ │ ├── loader-utils@1.1.0 deduped │ │ ├─┬ memory-fs@0.4.1 │ │ │ ├── errno@0.1.7 deduped │ │ │ └── readable-stream@2.3.6 deduped │ │ ├── mkdirp@0.5.1 deduped │ │ ├─┬ node-libs-browser@2.1.0 │ │ │ ├─┬ assert@1.4.1 │ │ │ │ └─┬ util@0.10.3 │ │ │ │ └── inherits@2.0.1 │ │ │ ├─┬ browserify-zlib@0.2.0 │ │ │ │ └── pako@1.0.6 │ │ │ ├─┬ buffer@4.9.1 │ │ │ │ ├── base64-js@1.3.0 deduped │ │ │ │ ├── ieee754@1.1.12 deduped │ │ │ │ └── isarray@1.0.0 deduped │ │ │ ├─┬ console-browserify@1.1.0 │ │ │ │ └── date-now@0.1.4 │ │ │ ├── constants-browserify@1.0.0 │ │ │ ├─┬ crypto-browserify@3.12.0 │ │ │ │ ├─┬ browserify-cipher@1.0.1 │ │ │ │ │ ├─┬ browserify-aes@1.2.0 │ │ │ │ │ │ ├── buffer-xor@1.0.3 │ │ │ │ │ │ ├── cipher-base@1.0.4 deduped │ │ │ │ │ │ ├── create-hash@1.2.0 deduped │ │ │ │ │ │ ├── evp_bytestokey@1.0.3 deduped │ │ │ │ │ │ ├── inherits@2.0.3 deduped │ │ │ │ │ │ └── safe-buffer@5.1.2 deduped │ │ │ │ │ ├─┬ browserify-des@1.0.2 │ │ │ │ │ │ ├── cipher-base@1.0.4 deduped │ │ │ │ │ │ ├─┬ des.js@1.0.0 │ │ │ │ │ │ │ ├── inherits@2.0.3 deduped │ │ │ │ │ │ │ └── minimalistic-assert@1.0.1 deduped │ │ │ │ │ │ ├── inherits@2.0.3 deduped │ │ │ │ │ │ └── safe-buffer@5.1.2 deduped │ │ │ │ │ └─┬ evp_bytestokey@1.0.3 │ │ │ │ │ ├── md5.js@1.3.5 deduped │ │ │ │ │ └── safe-buffer@5.1.2 deduped │ │ │ │ ├─┬ browserify-sign@4.0.4 │ │ │ │ │ ├── bn.js@4.11.8 │ │ │ │ │ ├─┬ browserify-rsa@4.0.1 │ │ │ │ │ │ ├── bn.js@4.11.8 deduped │ │ │ │ │ │ └── randombytes@2.0.6 deduped │ │ │ │ │ ├── create-hash@1.2.0 deduped │ │ │ │ │ ├── create-hmac@1.1.7 deduped │ │ │ │ │ ├─┬ elliptic@6.4.1 │ │ │ │ │ │ ├── bn.js@4.11.8 deduped │ │ │ │ │ │ ├── brorand@1.1.0 │ │ │ │ │ │ ├─┬ hash.js@1.1.5 │ │ │ │ │ │ │ ├── inherits@2.0.3 deduped │ │ │ │ │ │ │ └── minimalistic-assert@1.0.1 deduped │ │ │ │ │ │ ├─┬ hmac-drbg@1.0.1 │ │ │ │ │ │ │ ├── hash.js@1.1.5 deduped │ │ │ │ │ │ │ ├── minimalistic-assert@1.0.1 deduped │ │ │ │ │ │ │ └── minimalistic-crypto-utils@1.0.1 deduped │ │ │ │ │ │ ├── inherits@2.0.3 deduped │ │ │ │ │ │ ├── minimalistic-assert@1.0.1 deduped │ │ │ │ │ │ └── minimalistic-crypto-utils@1.0.1 │ │ │ │ │ ├── inherits@2.0.3 deduped │ │ │ │ │ └─┬ parse-asn1@5.1.1 │ │ │ │ │ ├─┬ asn1.js@4.10.1 │ │ │ │ │ │ ├── bn.js@4.11.8 deduped │ │ │ │ │ │ ├── inherits@2.0.3 deduped │ │ │ │ │ │ └── minimalistic-assert@1.0.1 deduped │ │ │ │ │ ├── browserify-aes@1.2.0 deduped │ │ │ │ │ ├── create-hash@1.2.0 deduped │ │ │ │ │ ├── evp_bytestokey@1.0.3 deduped │ │ │ │ │ └── pbkdf2@3.0.17 deduped │ │ │ │ ├─┬ create-ecdh@4.0.3 │ │ │ │ │ ├── bn.js@4.11.8 deduped │ │ │ │ │ └── elliptic@6.4.1 deduped │ │ │ │ ├─┬ create-hash@1.2.0 │ │ │ │ │ ├─┬ cipher-base@1.0.4 │ │ │ │ │ │ ├── inherits@2.0.3 deduped │ │ │ │ │ │ └── safe-buffer@5.1.2 deduped │ │ │ │ │ ├── inherits@2.0.3 deduped │ │ │ │ │ ├─┬ md5.js@1.3.5 │ │ │ │ │ │ ├─┬ hash-base@3.0.4 │ │ │ │ │ │ │ ├── inherits@2.0.3 deduped │ │ │ │ │ │ │ └── safe-buffer@5.1.2 deduped │ │ │ │ │ │ ├── inherits@2.0.3 deduped │ │ │ │ │ │ └── safe-buffer@5.1.2 deduped │ │ │ │ │ ├─┬ ripemd160@2.0.2 │ │ │ │ │ │ ├── hash-base@3.0.4 deduped │ │ │ │ │ │ └── inherits@2.0.3 deduped │ │ │ │ │ └─┬ sha.js@2.4.11 │ │ │ │ │ ├── inherits@2.0.3 deduped │ │ │ │ │ └── safe-buffer@5.1.2 deduped │ │ │ │ ├─┬ create-hmac@1.1.7 │ │ │ │ │ ├── cipher-base@1.0.4 deduped │ │ │ │ │ ├── create-hash@1.2.0 deduped │ │ │ │ │ ├── inherits@2.0.3 deduped │ │ │ │ │ ├── ripemd160@2.0.2 deduped │ │ │ │ │ ├── safe-buffer@5.1.2 deduped │ │ │ │ │ └── sha.js@2.4.11 deduped │ │ │ │ ├─┬ diffie-hellman@5.0.3 │ │ │ │ │ ├── bn.js@4.11.8 deduped │ │ │ │ │ ├─┬ miller-rabin@4.0.1 │ │ │ │ │ │ ├── bn.js@4.11.8 deduped │ │ │ │ │ │ └── brorand@1.1.0 deduped │ │ │ │ │ └── randombytes@2.0.6 deduped │ │ │ │ ├── inherits@2.0.3 deduped │ │ │ │ ├─┬ pbkdf2@3.0.17 │ │ │ │ │ ├── create-hash@1.2.0 deduped │ │ │ │ │ ├── create-hmac@1.1.7 deduped │ │ │ │ │ ├── ripemd160@2.0.2 deduped │ │ │ │ │ ├── safe-buffer@5.1.2 deduped │ │ │ │ │ └── sha.js@2.4.11 deduped │ │ │ │ ├─┬ public-encrypt@4.0.3 │ │ │ │ │ ├── bn.js@4.11.8 deduped │ │ │ │ │ ├── browserify-rsa@4.0.1 deduped │ │ │ │ │ ├── create-hash@1.2.0 deduped │ │ │ │ │ ├── parse-asn1@5.1.1 deduped │ │ │ │ │ ├── randombytes@2.0.6 deduped │ │ │ │ │ └── safe-buffer@5.1.2 deduped │ │ │ │ ├─┬ randombytes@2.0.6 │ │ │ │ │ └── safe-buffer@5.1.2 deduped │ │ │ │ └─┬ randomfill@1.0.4 │ │ │ │ ├── randombytes@2.0.6 deduped │ │ │ │ └── safe-buffer@5.1.2 deduped │ │ │ ├── domain-browser@1.2.0 │ │ │ ├── events@1.1.1 │ │ │ ├── https-browserify@1.0.0 │ │ │ ├── os-browserify@0.3.0 │ │ │ ├── path-browserify@0.0.0 │ │ │ ├── process@0.11.10 │ │ │ ├── punycode@1.4.1 │ │ │ ├── querystring-es3@0.2.1 │ │ │ ├── readable-stream@2.3.6 deduped │ │ │ ├─┬ stream-browserify@2.0.1 │ │ │ │ ├── inherits@2.0.3 deduped │ │ │ │ └── readable-stream@2.3.6 deduped │ │ │ ├─┬ stream-http@2.8.3 │ │ │ │ ├── builtin-status-codes@3.0.0 │ │ │ │ ├── inherits@2.0.3 deduped │ │ │ │ ├── readable-stream@2.3.6 deduped │ │ │ │ ├── to-arraybuffer@1.0.1 │ │ │ │ └── xtend@4.0.1 deduped │ │ │ ├── string_decoder@1.1.1 deduped │ │ │ ├─┬ timers-browserify@2.0.10 │ │ │ │ └── setimmediate@1.0.5 deduped │ │ │ ├── tty-browserify@0.0.0 │ │ │ ├─┬ url@0.11.0 │ │ │ │ ├── punycode@1.3.2 │ │ │ │ └── querystring@0.2.0 │ │ │ ├─┬ util@0.10.4 │ │ │ │ └── inherits@2.0.3 deduped │ │ │ └─┬ vm-browserify@0.0.4 │ │ │ └── indexof@0.0.1 │ │ ├── source-map@0.5.7 deduped │ │ ├─┬ supports-color@4.5.0 │ │ │ └── has-flag@2.0.0 │ │ ├── tapable@0.2.8 │ │ ├─┬ uglifyjs-webpack-plugin@0.4.6 │ │ │ ├── source-map@0.5.7 deduped │ │ │ ├─┬ uglify-js@2.8.29 │ │ │ │ ├── source-map@0.5.7 deduped │ │ │ │ ├── uglify-to-browserify@1.0.2 │ │ │ │ └─┬ yargs@3.10.0 │ │ │ │ ├── camelcase@1.2.1 │ │ │ │ ├─┬ cliui@2.1.0 │ │ │ │ │ ├─┬ center-align@0.1.3 │ │ │ │ │ │ ├─┬ align-text@0.1.4 │ │ │ │ │ │ │ ├─┬ kind-of@3.2.2 │ │ │ │ │ │ │ │ └── is-buffer@1.1.6 deduped │ │ │ │ │ │ │ ├── longest@1.0.1 │ │ │ │ │ │ │ └── repeat-string@1.6.1 deduped │ │ │ │ │ │ └── lazy-cache@1.0.4 │ │ │ │ │ ├─┬ right-align@0.1.3 │ │ │ │ │ │ └── align-text@0.1.4 deduped │ │ │ │ │ └── wordwrap@0.0.2 │ │ │ │ ├── decamelize@1.2.0 deduped │ │ │ │ └── window-size@0.1.0 │ │ │ └── webpack-sources@1.3.0 deduped │ │ ├─┬ watchpack@1.6.0 │ │ │ ├── chokidar@2.0.4 deduped │ │ │ ├── graceful-fs@4.1.11 deduped │ │ │ └── neo-async@2.6.0 │ │ ├── webpack-sources@1.3.0 deduped │ │ └─┬ yargs@8.0.2 │ │ ├── camelcase@4.1.0 │ │ ├─┬ cliui@3.2.0 │ │ │ ├─┬ string-width@1.0.2 │ │ │ │ ├── code-point-at@1.1.0 deduped │ │ │ │ ├── is-fullwidth-code-point@1.0.0 deduped │ │ │ │ └── strip-ansi@3.0.1 deduped │ │ │ ├── strip-ansi@3.0.1 deduped │ │ │ └── wrap-ansi@2.1.0 deduped │ │ ├── decamelize@1.2.0 deduped │ │ ├── get-caller-file@1.0.3 deduped │ │ ├─┬ os-locale@2.1.0 │ │ │ ├── execa@0.7.0 deduped │ │ │ ├── lcid@1.0.0 deduped │ │ │ └── mem@1.1.0 deduped │ │ ├─┬ read-pkg-up@2.0.0 │ │ │ ├─┬ find-up@2.1.0 │ │ │ │ └── locate-path@2.0.0 deduped │ │ │ └─┬ read-pkg@2.0.0 │ │ │ ├─┬ load-json-file@2.0.0 │ │ │ │ ├── graceful-fs@4.1.11 deduped │ │ │ │ ├── parse-json@2.2.0 deduped │ │ │ │ ├── pify@2.3.0 deduped │ │ │ │ └── strip-bom@3.0.0 │ │ │ ├── normalize-package-data@2.4.0 deduped │ │ │ └─┬ path-type@2.0.0 │ │ │ └── pify@2.3.0 deduped │ │ ├── require-directory@2.1.1 deduped │ │ ├── require-main-filename@1.0.1 deduped │ │ ├── set-blocking@2.0.0 deduped │ │ ├─┬ string-width@2.1.1 │ │ │ ├── is-fullwidth-code-point@2.0.0 │ │ │ └─┬ strip-ansi@4.0.0 │ │ │ └── ansi-regex@3.0.0 │ │ ├── which-module@2.0.0 │ │ ├── y18n@3.2.1 deduped │ │ └─┬ yargs-parser@7.0.0 │ │ └── camelcase@4.1.0 │ ├─┬ webpack-dev-server@2.9.4 │ │ ├── ansi-html@0.0.7 │ │ ├─┬ array-includes@3.0.3 │ │ │ ├── define-properties@1.1.3 deduped │ │ │ └── es-abstract@1.12.0 deduped │ │ ├─┬ bonjour@3.5.0 │ │ │ ├── array-flatten@2.1.1 │ │ │ ├── deep-equal@1.0.1 │ │ │ ├── dns-equal@1.0.0 │ │ │ ├─┬ dns-txt@2.0.2 │ │ │ │ └── buffer-indexof@1.1.1 │ │ │ ├─┬ multicast-dns@6.2.3 │ │ │ │ ├─┬ dns-packet@1.3.1 │ │ │ │ │ ├── ip@1.1.5 deduped │ │ │ │ │ └── safe-buffer@5.1.2 deduped │ │ │ │ └── thunky@1.0.2 │ │ │ └── multicast-dns-service-types@1.1.0 │ │ ├─┬ chokidar@1.7.0 │ │ │ ├─┬ anymatch@1.3.2 │ │ │ │ ├─┬ micromatch@2.3.11 │ │ │ │ │ ├─┬ arr-diff@2.0.0 │ │ │ │ │ │ └── arr-flatten@1.1.0 deduped │ │ │ │ │ ├── array-unique@0.2.1 │ │ │ │ │ ├─┬ braces@1.8.5 │ │ │ │ │ │ ├── expand-range@1.8.2 deduped │ │ │ │ │ │ ├── preserve@0.2.0 deduped │ │ │ │ │ │ └── repeat-element@1.1.3 deduped │ │ │ │ │ ├─┬ expand-brackets@0.1.5 │ │ │ │ │ │ └── is-posix-bracket@0.1.1 deduped │ │ │ │ │ ├─┬ extglob@0.3.2 │ │ │ │ │ │ └── is-extglob@1.0.0 deduped │ │ │ │ │ ├── filename-regex@2.0.1 deduped │ │ │ │ │ ├── is-extglob@1.0.0 deduped │ │ │ │ │ ├── is-glob@2.0.1 deduped │ │ │ │ │ ├─┬ kind-of@3.2.2 │ │ │ │ │ │ └── is-buffer@1.1.6 deduped │ │ │ │ │ ├── normalize-path@2.1.1 deduped │ │ │ │ │ ├── object.omit@2.0.1 deduped │ │ │ │ │ ├── parse-glob@3.0.4 deduped │ │ │ │ │ └── regex-cache@0.4.4 deduped │ │ │ │ └── normalize-path@2.1.1 deduped │ │ │ ├── async-each@1.0.1 deduped │ │ │ ├── fsevents@1.2.4 deduped │ │ │ ├─┬ glob-parent@2.0.0 │ │ │ │ └── is-glob@2.0.1 deduped │ │ │ ├── inherits@2.0.3 deduped │ │ │ ├── is-binary-path@1.0.1 deduped │ │ │ ├─┬ is-glob@2.0.1 │ │ │ │ └── is-extglob@1.0.0 │ │ │ ├── path-is-absolute@1.0.1 deduped │ │ │ └── readdirp@2.2.1 deduped │ │ ├─┬ compression@1.7.3 │ │ │ ├─┬ accepts@1.3.5 │ │ │ │ ├── mime-types@2.1.20 deduped │ │ │ │ └── negotiator@0.6.1 │ │ │ ├── bytes@3.0.0 │ │ │ ├─┬ compressible@2.0.15 │ │ │ │ └── mime-db@1.36.0 deduped │ │ │ ├── debug@2.6.9 deduped │ │ │ ├── on-headers@1.0.1 │ │ │ ├── safe-buffer@5.1.2 deduped │ │ │ └── vary@1.1.2 │ │ ├── connect-history-api-fallback@1.5.0 │ │ ├─┬ debug@3.2.6 │ │ │ └── ms@2.1.1 │ │ ├─┬ del@3.0.0 │ │ │ ├─┬ globby@6.1.0 │ │ │ │ ├── array-union@1.0.2 deduped │ │ │ │ ├── glob@7.1.3 deduped │ │ │ │ ├── object-assign@4.1.1 deduped │ │ │ │ ├── pify@2.3.0 │ │ │ │ └── pinkie-promise@2.0.1 deduped │ │ │ ├── is-path-cwd@1.0.0 deduped │ │ │ ├── is-path-in-cwd@1.0.1 deduped │ │ │ ├── p-map@1.2.0 deduped │ │ │ ├── pify@3.0.0 │ │ │ └── rimraf@2.6.2 deduped │ │ ├─┬ express@4.16.4 │ │ │ ├── accepts@1.3.5 deduped │ │ │ ├── array-flatten@1.1.1 │ │ │ ├─┬ body-parser@1.18.3 │ │ │ │ ├── bytes@3.0.0 deduped │ │ │ │ ├── content-type@1.0.4 deduped │ │ │ │ ├── debug@2.6.9 deduped │ │ │ │ ├── depd@1.1.2 deduped │ │ │ │ ├── http-errors@1.6.3 deduped │ │ │ │ ├─┬ iconv-lite@0.4.23 │ │ │ │ │ └── safer-buffer@2.1.2 deduped │ │ │ │ ├── on-finished@2.3.0 deduped │ │ │ │ ├── qs@6.5.2 deduped │ │ │ │ ├─┬ raw-body@2.3.3 │ │ │ │ │ ├── bytes@3.0.0 deduped │ │ │ │ │ ├── http-errors@1.6.3 deduped │ │ │ │ │ ├─┬ iconv-lite@0.4.23 │ │ │ │ │ │ └── safer-buffer@2.1.2 deduped │ │ │ │ │ └── unpipe@1.0.0 deduped │ │ │ │ └── type-is@1.6.16 deduped │ │ │ ├── content-disposition@0.5.2 │ │ │ ├── content-type@1.0.4 │ │ │ ├── cookie@0.3.1 │ │ │ ├── cookie-signature@1.0.6 │ │ │ ├── debug@2.6.9 deduped │ │ │ ├── depd@1.1.2 │ │ │ ├── encodeurl@1.0.2 │ │ │ ├── escape-html@1.0.3 │ │ │ ├── etag@1.8.1 │ │ │ ├─┬ finalhandler@1.1.1 │ │ │ │ ├── debug@2.6.9 deduped │ │ │ │ ├── encodeurl@1.0.2 deduped │ │ │ │ ├── escape-html@1.0.3 deduped │ │ │ │ ├── on-finished@2.3.0 deduped │ │ │ │ ├── parseurl@1.3.2 deduped │ │ │ │ ├── statuses@1.4.0 deduped │ │ │ │ └── unpipe@1.0.0 │ │ │ ├── fresh@0.5.2 │ │ │ ├── merge-descriptors@1.0.1 │ │ │ ├── methods@1.1.2 │ │ │ ├─┬ on-finished@2.3.0 │ │ │ │ └── ee-first@1.1.1 │ │ │ ├── parseurl@1.3.2 │ │ │ ├── path-to-regexp@0.1.7 │ │ │ ├─┬ proxy-addr@2.0.4 │ │ │ │ ├── forwarded@0.1.2 │ │ │ │ └── ipaddr.js@1.8.0 │ │ │ ├── qs@6.5.2 deduped │ │ │ ├── range-parser@1.2.0 │ │ │ ├── safe-buffer@5.1.2 deduped │ │ │ ├─┬ send@0.16.2 │ │ │ │ ├── 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.6.3 deduped │ │ │ │ ├── mime@1.4.1 │ │ │ │ ├── ms@2.0.0 deduped │ │ │ │ ├── on-finished@2.3.0 deduped │ │ │ │ ├── range-parser@1.2.0 deduped │ │ │ │ └── statuses@1.4.0 deduped │ │ │ ├─┬ serve-static@1.13.2 │ │ │ │ ├── encodeurl@1.0.2 deduped │ │ │ │ ├── escape-html@1.0.3 deduped │ │ │ │ ├── parseurl@1.3.2 deduped │ │ │ │ └── send@0.16.2 deduped │ │ │ ├── setprototypeof@1.1.0 │ │ │ ├── statuses@1.4.0 │ │ │ ├─┬ type-is@1.6.16 │ │ │ │ ├── media-typer@0.3.0 │ │ │ │ └── mime-types@2.1.20 deduped │ │ │ ├── utils-merge@1.0.1 │ │ │ └── vary@1.1.2 deduped │ │ ├── html-entities@1.2.1 │ │ ├─┬ http-proxy-middleware@0.17.4 │ │ │ ├─┬ http-proxy@1.17.0 │ │ │ │ ├── eventemitter3@3.1.0 │ │ │ │ ├─┬ follow-redirects@1.5.9 │ │ │ │ │ └─┬ debug@3.1.0 │ │ │ │ │ └── ms@2.0.0 deduped │ │ │ │ └── requires-port@1.0.0 deduped │ │ │ ├─┬ is-glob@3.1.0 │ │ │ │ └── is-extglob@2.1.1 deduped │ │ │ ├── lodash@4.17.11 deduped │ │ │ └─┬ micromatch@2.3.11 │ │ │ ├─┬ arr-diff@2.0.0 │ │ │ │ └── arr-flatten@1.1.0 deduped │ │ │ ├── array-unique@0.2.1 │ │ │ ├─┬ braces@1.8.5 │ │ │ │ ├── expand-range@1.8.2 deduped │ │ │ │ ├── preserve@0.2.0 deduped │ │ │ │ └── repeat-element@1.1.3 deduped │ │ │ ├─┬ expand-brackets@0.1.5 │ │ │ │ └── is-posix-bracket@0.1.1 deduped │ │ │ ├─┬ extglob@0.3.2 │ │ │ │ └── is-extglob@1.0.0 │ │ │ ├── filename-regex@2.0.1 deduped │ │ │ ├── is-extglob@1.0.0 │ │ │ ├─┬ is-glob@2.0.1 │ │ │ │ └── is-extglob@1.0.0 deduped │ │ │ ├─┬ kind-of@3.2.2 │ │ │ │ └── is-buffer@1.1.6 deduped │ │ │ ├── normalize-path@2.1.1 deduped │ │ │ ├── object.omit@2.0.1 deduped │ │ │ ├── parse-glob@3.0.4 deduped │ │ │ └── regex-cache@0.4.4 deduped │ │ ├─┬ import-local@0.1.1 │ │ │ ├── pkg-dir@2.0.0 deduped │ │ │ └── resolve-cwd@2.0.0 deduped │ │ ├─┬ internal-ip@1.2.0 │ │ │ └── meow@3.7.0 deduped │ │ ├── ip@1.1.5 │ │ ├── killable@1.0.1 │ │ ├── loglevel@1.6.1 │ │ ├── opn@5.2.0 deduped │ │ ├─┬ portfinder@1.0.17 │ │ │ ├── async@1.5.2 │ │ │ ├── debug@2.6.9 deduped │ │ │ └── mkdirp@0.5.1 deduped │ │ ├─┬ selfsigned@1.10.4 │ │ │ └── node-forge@0.7.5 │ │ ├─┬ serve-index@1.9.1 │ │ │ ├── accepts@1.3.5 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 deduped │ │ │ │ ├── setprototypeof@1.1.0 deduped │ │ │ │ └── statuses@1.4.0 deduped │ │ │ ├── mime-types@2.1.20 deduped │ │ │ └── parseurl@1.3.2 deduped │ │ ├─┬ sockjs@0.3.18 │ │ │ ├─┬ faye-websocket@0.10.0 │ │ │ │ └── websocket-driver@0.7.0 deduped │ │ │ └── uuid@2.0.3 │ │ ├─┬ sockjs-client@1.1.4 │ │ │ ├─┬ debug@2.6.9 │ │ │ │ └── ms@2.0.0 │ │ │ ├── eventsource@0.1.6 deduped │ │ │ ├── faye-websocket@0.11.1 deduped │ │ │ ├── inherits@2.0.3 deduped │ │ │ ├── json3@3.3.2 deduped │ │ │ └── url-parse@1.4.3 deduped │ │ ├─┬ spdy@3.4.7 │ │ │ ├── debug@2.6.9 deduped │ │ │ ├── handle-thing@1.2.5 │ │ │ ├── http-deceiver@1.2.7 │ │ │ ├── safe-buffer@5.1.2 deduped │ │ │ ├── select-hose@2.0.0 │ │ │ └─┬ spdy-transport@2.1.0 │ │ │ ├── debug@2.6.9 deduped │ │ │ ├── detect-node@2.0.4 │ │ │ ├─┬ hpack.js@2.1.6 │ │ │ │ ├── inherits@2.0.3 deduped │ │ │ │ ├── obuf@1.1.2 deduped │ │ │ │ ├── readable-stream@2.3.6 deduped │ │ │ │ └── wbuf@1.7.3 deduped │ │ │ ├── obuf@1.1.2 │ │ │ ├── readable-stream@2.3.6 deduped │ │ │ ├── safe-buffer@5.1.2 deduped │ │ │ └─┬ wbuf@1.7.3 │ │ │ └── minimalistic-assert@1.0.1 │ │ ├── strip-ansi@3.0.1 deduped │ │ ├─┬ supports-color@4.5.0 │ │ │ └── has-flag@2.0.0 │ │ ├─┬ webpack-dev-middleware@1.12.2 │ │ │ ├── memory-fs@0.4.1 deduped │ │ │ ├── mime@1.6.0 deduped │ │ │ ├── path-is-absolute@1.0.1 deduped │ │ │ ├── range-parser@1.2.0 deduped │ │ │ └── time-stamp@2.1.0 │ │ └─┬ yargs@6.6.0 │ │ ├── camelcase@3.0.0 │ │ ├── cliui@3.2.0 deduped │ │ ├── decamelize@1.2.0 deduped │ │ ├── get-caller-file@1.0.3 deduped │ │ ├── os-locale@1.4.0 deduped │ │ ├── read-pkg-up@1.0.1 deduped │ │ ├── require-directory@2.1.1 deduped │ │ ├── require-main-filename@1.0.1 deduped │ │ ├── set-blocking@2.0.0 deduped │ │ ├── string-width@1.0.2 deduped │ │ ├── which-module@1.0.0 deduped │ │ ├── y18n@3.2.1 deduped │ │ └─┬ yargs-parser@4.2.1 │ │ └── camelcase@3.0.0 deduped │ ├─┬ webpack-manifest-plugin@1.3.2 │ │ ├─┬ fs-extra@0.30.0 │ │ │ ├── graceful-fs@4.1.11 deduped │ │ │ ├─┬ jsonfile@2.4.0 │ │ │ │ └── graceful-fs@4.1.11 deduped │ │ │ ├─┬ klaw@1.3.1 │ │ │ │ └── graceful-fs@4.1.11 deduped │ │ │ ├── path-is-absolute@1.0.1 deduped │ │ │ └── rimraf@2.6.2 deduped │ │ └── lodash@4.17.11 deduped │ └── whatwg-fetch@2.0.3 ├─┬ react-select@2.1.0 │ ├── classnames@2.2.6 deduped │ ├─┬ emotion@9.2.12 │ │ ├─┬ babel-plugin-emotion@9.2.11 │ │ │ ├─┬ @babel/helper-module-imports@7.0.0 │ │ │ │ └── @babel/types@7.1.3 deduped │ │ │ ├─┬ @emotion/babel-utils@0.6.10 │ │ │ │ ├── @emotion/hash@0.6.6 deduped │ │ │ │ ├── @emotion/memoize@0.6.6 deduped │ │ │ │ ├─┬ @emotion/serialize@0.9.1 │ │ │ │ │ ├── @emotion/hash@0.6.6 deduped │ │ │ │ │ ├── @emotion/memoize@0.6.6 deduped │ │ │ │ │ ├── @emotion/unitless@0.6.7 deduped │ │ │ │ │ └── @emotion/utils@0.8.2 │ │ │ │ ├── convert-source-map@1.6.0 deduped │ │ │ │ ├── find-root@1.1.0 deduped │ │ │ │ └── source-map@0.7.3 │ │ │ ├── @emotion/hash@0.6.6 │ │ │ ├── @emotion/memoize@0.6.6 │ │ │ ├── @emotion/stylis@0.7.1 │ │ │ ├─┬ babel-plugin-macros@2.4.2 │ │ │ │ ├─┬ cosmiconfig@5.0.6 │ │ │ │ │ ├── is-directory@0.3.1 deduped │ │ │ │ │ ├─┬ js-yaml@3.12.0 │ │ │ │ │ │ ├── argparse@1.0.10 deduped │ │ │ │ │ │ └── esprima@4.0.1 │ │ │ │ │ └─┬ parse-json@4.0.0 │ │ │ │ │ ├── error-ex@1.3.2 deduped │ │ │ │ │ └── json-parse-better-errors@1.0.2 deduped │ │ │ │ └─┬ resolve@1.8.1 │ │ │ │ └── path-parse@1.0.6 deduped │ │ │ ├── babel-plugin-syntax-jsx@6.18.0 deduped │ │ │ ├── convert-source-map@1.6.0 deduped │ │ │ ├── find-root@1.1.0 │ │ │ ├── mkdirp@0.5.1 deduped │ │ │ ├── source-map@0.5.7 deduped │ │ │ └─┬ touch@2.0.2 │ │ │ └─┬ nopt@1.0.10 │ │ │ └── abbrev@1.1.1 deduped │ │ └─┬ create-emotion@9.2.12 │ │ ├── @emotion/hash@0.6.6 deduped │ │ ├── @emotion/memoize@0.6.6 deduped │ │ ├── @emotion/stylis@0.7.1 deduped │ │ ├── @emotion/unitless@0.6.7 │ │ ├── csstype@2.5.7 deduped │ │ ├── stylis@3.5.3 deduped │ │ └── stylis-rule-sheet@0.0.10 deduped │ ├── memoize-one@4.0.2 │ ├── prop-types@15.6.2 deduped │ ├── raf@3.4.0 deduped │ ├─┬ react-input-autosize@2.2.1 │ │ └── prop-types@15.6.2 deduped │ └── react-transition-group@2.5.0 deduped ├─┬ react-sidebar@3.0.2 │ ├─┬ @babel/runtime@7.0.0-rc.1 │ │ └── regenerator-runtime@0.12.1 │ └── prop-types@15.6.2 deduped ├─┬ reactstrap@6.5.0 │ ├── classnames@2.2.6 deduped │ ├── lodash.isfunction@3.0.9 deduped │ ├── lodash.isobject@3.0.2 │ ├── lodash.tonumber@4.0.3 │ ├── prop-types@15.6.2 deduped │ ├── react-lifecycles-compat@3.0.4 │ ├─┬ react-popper@0.10.4 │ │ ├── popper.js@1.14.4 deduped │ │ └── prop-types@15.6.2 deduped │ └── react-transition-group@2.5.0 deduped ├─┬ redux@4.0.0 │ ├── loose-envify@1.4.0 deduped │ └── symbol-observable@1.2.0 ├─┬ redux-form@7.4.2 │ ├── es6-error@4.1.1 │ ├── hoist-non-react-statics@2.5.5 deduped │ ├── invariant@2.2.4 deduped │ ├── is-promise@2.1.0 │ ├── lodash@4.17.11 deduped │ ├── lodash-es@4.17.11 deduped │ ├── prop-types@15.6.2 deduped │ └── react-lifecycles-compat@3.0.4 deduped ├── redux-thunk@2.3.0 ├─┬ rimraf@2.6.2 │ └── glob@7.1.3 deduped ├─┬ scroll-into-view-if-needed@2.2.20 │ └── compute-scroll-into-view@1.0.11 ├─┬ smooth-scroll-into-view-if-needed@1.1.23 │ └── scroll-into-view-if-needed@2.2.20 deduped ├─┬ styled-components@3.4.10 │ ├─┬ buffer@5.2.1 │ │ ├── base64-js@1.3.0 │ │ └── ieee754@1.1.12 │ ├─┬ css-to-react-native@2.2.2 │ │ ├── css-color-keywords@1.0.0 │ │ ├── fbjs@0.8.17 deduped │ │ └── postcss-value-parser@3.3.1 deduped │ ├─┬ fbjs@0.8.17 │ │ ├── core-js@1.2.7 │ │ ├─┬ 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 │ │ ├── loose-envify@1.4.0 deduped │ │ ├── object-assign@4.1.1 deduped │ │ ├─┬ promise@7.3.1 │ │ │ └── asap@2.0.6 deduped │ │ ├── setimmediate@1.0.5 │ │ └── ua-parser-js@0.7.18 │ ├── hoist-non-react-statics@2.5.5 deduped │ ├── prop-types@15.6.2 deduped │ ├── react-is@16.5.2 │ ├── stylis@3.5.3 │ ├── stylis-rule-sheet@0.0.10 │ └─┬ supports-color@3.2.3 │ └── has-flag@1.0.0 ├─┬ stylelint@9.6.0 │ ├─┬ autoprefixer@9.2.0 │ │ ├─┬ browserslist@4.2.1 │ │ │ ├── caniuse-lite@1.0.30000892 deduped │ │ │ ├── electron-to-chromium@1.3.79 deduped │ │ │ └─┬ node-releases@1.0.0-alpha.14 │ │ │ └── semver@5.6.0 deduped │ │ ├── caniuse-lite@1.0.30000892 deduped │ │ ├── normalize-range@0.1.2 deduped │ │ ├── num2fraction@1.2.2 deduped │ │ ├── postcss@7.0.5 deduped │ │ └── postcss-value-parser@3.3.1 deduped │ ├── balanced-match@1.0.0 │ ├─┬ chalk@2.4.1 │ │ ├─┬ ansi-styles@3.2.1 │ │ │ └── color-convert@1.9.3 deduped │ │ ├── escape-string-regexp@1.0.5 deduped │ │ └─┬ supports-color@5.5.0 │ │ └── has-flag@3.0.0 deduped │ ├─┬ cosmiconfig@5.0.6 │ │ ├── is-directory@0.3.1 deduped │ │ ├─┬ js-yaml@3.12.0 │ │ │ ├── argparse@1.0.10 deduped │ │ │ └── esprima@4.0.1 │ │ └─┬ parse-json@4.0.0 │ │ ├── error-ex@1.3.2 deduped │ │ └── json-parse-better-errors@1.0.2 deduped │ ├─┬ debug@4.1.0 │ │ └── ms@2.1.1 │ ├─┬ execall@1.0.0 │ │ └─┬ clone-regexp@1.0.1 │ │ ├── is-regexp@1.0.0 deduped │ │ └── is-supported-regexp-flag@1.0.1 │ ├─┬ file-entry-cache@2.0.0 │ │ ├─┬ flat-cache@1.3.0 │ │ │ ├── circular-json@0.3.3 │ │ │ ├── del@2.2.2 deduped │ │ │ ├── graceful-fs@4.1.11 deduped │ │ │ └─┬ write@0.2.1 │ │ │ └── mkdirp@0.5.1 deduped │ │ └── object-assign@4.1.1 deduped │ ├── get-stdin@6.0.0 │ ├─┬ globby@8.0.1 │ │ ├─┬ 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.3 │ │ │ ├─┬ @mrmlnc/readdir-enhanced@2.2.1 │ │ │ │ ├── call-me-maybe@1.0.1 │ │ │ │ └── glob-to-regexp@0.3.0 │ │ │ ├── @nodelib/fs.stat@1.1.2 │ │ │ ├── glob-parent@3.1.0 deduped │ │ │ ├── is-glob@4.0.0 deduped │ │ │ ├── merge2@1.2.3 │ │ │ └── micromatch@3.1.10 deduped │ │ ├── glob@7.1.3 deduped │ │ ├── ignore@3.3.10 │ │ ├── pify@3.0.0 │ │ └── slash@1.0.0 deduped │ ├── globjoin@0.1.4 │ ├── html-tags@2.0.0 │ ├── ignore@4.0.6 │ ├── import-lazy@3.1.0 │ ├── imurmurhash@0.1.4 │ ├── known-css-properties@0.8.0 │ ├── leven@2.1.0 │ ├── lodash@4.17.11 deduped │ ├── log-symbols@2.2.0 deduped │ ├── mathml-tag-names@2.1.0 │ ├─┬ meow@5.0.0 │ │ ├─┬ camelcase-keys@4.2.0 │ │ │ ├── camelcase@4.1.0 │ │ │ ├── map-obj@2.0.0 │ │ │ └── quick-lru@1.1.0 │ │ ├─┬ decamelize-keys@1.1.0 │ │ │ ├── decamelize@1.2.0 deduped │ │ │ └── map-obj@1.0.1 deduped │ │ ├── loud-rejection@1.6.0 deduped │ │ ├─┬ minimist-options@3.0.2 │ │ │ ├── arrify@1.0.1 deduped │ │ │ └── is-plain-obj@1.1.0 deduped │ │ ├── normalize-package-data@2.4.0 deduped │ │ ├─┬ read-pkg-up@3.0.0 │ │ │ ├─┬ find-up@2.1.0 │ │ │ │ └── locate-path@2.0.0 deduped │ │ │ └─┬ read-pkg@3.0.0 │ │ │ ├─┬ load-json-file@4.0.0 │ │ │ │ ├── graceful-fs@4.1.11 deduped │ │ │ │ ├── parse-json@4.0.0 deduped │ │ │ │ ├── pify@3.0.0 │ │ │ │ └── strip-bom@3.0.0 │ │ │ ├── normalize-package-data@2.4.0 deduped │ │ │ └─┬ path-type@3.0.0 │ │ │ └── pify@3.0.0 │ │ ├─┬ redent@2.0.0 │ │ │ ├── indent-string@3.2.0 │ │ │ └── strip-indent@2.0.0 │ │ ├── trim-newlines@2.0.0 │ │ └─┬ yargs-parser@10.1.0 │ │ └── camelcase@4.1.0 deduped │ ├─┬ micromatch@2.3.11 │ │ ├─┬ arr-diff@2.0.0 │ │ │ └── arr-flatten@1.1.0 deduped │ │ ├── array-unique@0.2.1 │ │ ├─┬ braces@1.8.5 │ │ │ ├─┬ expand-range@1.8.2 │ │ │ │ └─┬ fill-range@2.2.4 │ │ │ │ ├─┬ is-number@2.1.0 │ │ │ │ │ └─┬ kind-of@3.2.2 │ │ │ │ │ └── is-buffer@1.1.6 deduped │ │ │ │ ├─┬ isobject@2.1.0 │ │ │ │ │ └── isarray@1.0.0 deduped │ │ │ │ ├─┬ randomatic@3.1.0 │ │ │ │ │ ├── is-number@4.0.0 │ │ │ │ │ ├── kind-of@6.0.2 deduped │ │ │ │ │ └── math-random@1.0.1 │ │ │ │ ├── repeat-element@1.1.3 deduped │ │ │ │ └── repeat-string@1.6.1 deduped │ │ │ ├── preserve@0.2.0 │ │ │ └── repeat-element@1.1.3 deduped │ │ ├─┬ expand-brackets@0.1.5 │ │ │ └── is-posix-bracket@0.1.1 │ │ ├─┬ extglob@0.3.2 │ │ │ └── is-extglob@1.0.0 deduped │ │ ├── filename-regex@2.0.1 │ │ ├── is-extglob@1.0.0 │ │ ├─┬ is-glob@2.0.1 │ │ │ └── is-extglob@1.0.0 deduped │ │ ├─┬ kind-of@3.2.2 │ │ │ └── is-buffer@1.1.6 deduped │ │ ├── normalize-path@2.1.1 deduped │ │ ├─┬ object.omit@2.0.1 │ │ │ ├─┬ for-own@0.1.5 │ │ │ │ └── for-in@1.0.2 │ │ │ └── is-extendable@0.1.1 │ │ ├─┬ parse-glob@3.0.4 │ │ │ ├─┬ glob-base@0.3.0 │ │ │ │ ├─┬ glob-parent@2.0.0 │ │ │ │ │ └── is-glob@2.0.1 deduped │ │ │ │ └─┬ is-glob@2.0.1 │ │ │ │ └── is-extglob@1.0.0 │ │ │ ├── is-dotfile@1.0.3 │ │ │ ├── is-extglob@1.0.0 │ │ │ └─┬ is-glob@2.0.1 │ │ │ └── is-extglob@1.0.0 deduped │ │ └─┬ regex-cache@0.4.4 │ │ └─┬ is-equal-shallow@0.1.3 │ │ └── is-primitive@2.0.0 │ ├── normalize-selector@0.2.0 │ ├── pify@4.0.0 │ ├─┬ postcss@7.0.5 │ │ ├── chalk@2.4.1 deduped │ │ ├── source-map@0.6.1 │ │ └── supports-color@5.5.0 deduped │ ├─┬ postcss-html@0.34.0 │ │ └─┬ htmlparser2@3.9.2 │ │ ├── domelementtype@1.3.0 │ │ ├─┬ domhandler@2.4.2 │ │ │ └── domelementtype@1.3.0 deduped │ │ ├─┬ domutils@1.5.1 │ │ │ ├─┬ dom-serializer@0.1.0 │ │ │ │ ├── domelementtype@1.1.3 │ │ │ │ └── entities@1.1.1 deduped │ │ │ └── domelementtype@1.3.0 deduped │ │ ├── entities@1.1.1 │ │ ├── inherits@2.0.3 deduped │ │ └── readable-stream@2.3.6 deduped │ ├─┬ postcss-jsx@0.34.0 │ │ ├─┬ @babel/core@7.1.2 │ │ │ ├─┬ @babel/code-frame@7.0.0 │ │ │ │ └─┬ @babel/highlight@7.0.0 │ │ │ │ ├─┬ chalk@2.4.1 │ │ │ │ │ ├─┬ ansi-styles@3.2.1 │ │ │ │ │ │ └── color-convert@1.9.3 deduped │ │ │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ │ │ └─┬ supports-color@5.5.0 │ │ │ │ │ └── has-flag@3.0.0 deduped │ │ │ │ ├── esutils@2.0.2 deduped │ │ │ │ └── js-tokens@4.0.0 deduped │ │ │ ├─┬ @babel/generator@7.1.3 │ │ │ │ ├── @babel/types@7.1.3 deduped │ │ │ │ ├── jsesc@2.5.1 │ │ │ │ ├── lodash@4.17.11 deduped │ │ │ │ ├── source-map@0.5.7 deduped │ │ │ │ └── trim-right@1.0.1 deduped │ │ │ ├─┬ @babel/helpers@7.1.2 │ │ │ │ ├── @babel/template@7.1.2 deduped │ │ │ │ ├── @babel/traverse@7.1.4 deduped │ │ │ │ └── @babel/types@7.1.3 deduped │ │ │ ├── @babel/parser@7.1.3 │ │ │ ├─┬ @babel/template@7.1.2 │ │ │ │ ├── @babel/code-frame@7.0.0 deduped │ │ │ │ ├── @babel/parser@7.1.3 deduped │ │ │ │ └── @babel/types@7.1.3 deduped │ │ │ ├─┬ @babel/traverse@7.1.4 │ │ │ │ ├── @babel/code-frame@7.0.0 deduped │ │ │ │ ├── @babel/generator@7.1.3 deduped │ │ │ │ ├─┬ @babel/helper-function-name@7.1.0 │ │ │ │ │ ├─┬ @babel/helper-get-function-arity@7.0.0 │ │ │ │ │ │ └── @babel/types@7.1.3 deduped │ │ │ │ │ ├── @babel/template@7.1.2 deduped │ │ │ │ │ └── @babel/types@7.1.3 deduped │ │ │ │ ├─┬ @babel/helper-split-export-declaration@7.0.0 │ │ │ │ │ └── @babel/types@7.1.3 deduped │ │ │ │ ├── @babel/parser@7.1.3 deduped │ │ │ │ ├── @babel/types@7.1.3 deduped │ │ │ │ ├─┬ debug@3.2.6 │ │ │ │ │ └── ms@2.1.1 │ │ │ │ ├── globals@11.8.0 │ │ │ │ └── lodash@4.17.11 deduped │ │ │ ├─┬ @babel/types@7.1.3 │ │ │ │ ├── esutils@2.0.2 deduped │ │ │ │ ├── lodash@4.17.11 deduped │ │ │ │ └── to-fast-properties@2.0.0 │ │ │ ├── convert-source-map@1.6.0 deduped │ │ │ ├─┬ debug@3.2.6 │ │ │ │ └── ms@2.1.1 │ │ │ ├── json5@0.5.1 deduped │ │ │ ├── lodash@4.17.11 deduped │ │ │ ├── resolve@1.6.0 deduped │ │ │ ├── semver@5.6.0 deduped │ │ │ └── source-map@0.5.7 deduped │ │ └── postcss-styled@0.34.0 deduped │ ├─┬ postcss-less@2.0.0 │ │ └─┬ postcss@5.2.18 │ │ ├── chalk@1.1.3 deduped │ │ ├── js-base64@2.4.9 deduped │ │ ├── source-map@0.5.7 deduped │ │ └─┬ supports-color@3.2.3 │ │ └── has-flag@1.0.0 │ ├─┬ postcss-markdown@0.34.0 │ │ ├─┬ remark@9.0.0 │ │ │ ├── remark-parse@5.0.0 deduped │ │ │ ├─┬ remark-stringify@5.0.0 │ │ │ │ ├── ccount@1.0.3 │ │ │ │ ├── is-alphanumeric@1.0.0 │ │ │ │ ├── is-decimal@1.0.2 deduped │ │ │ │ ├── is-whitespace-character@1.0.2 deduped │ │ │ │ ├── longest-streak@2.0.2 │ │ │ │ ├── markdown-escapes@1.0.2 deduped │ │ │ │ ├── markdown-table@1.1.2 │ │ │ │ ├─┬ mdast-util-compact@1.0.2 │ │ │ │ │ └── unist-util-visit@1.4.0 deduped │ │ │ │ ├── parse-entities@1.2.0 deduped │ │ │ │ ├── repeat-string@1.6.1 deduped │ │ │ │ ├── state-toggle@1.0.1 deduped │ │ │ │ ├─┬ stringify-entities@1.3.2 │ │ │ │ │ ├── character-entities-html4@1.1.2 │ │ │ │ │ ├── character-entities-legacy@1.1.2 deduped │ │ │ │ │ ├── is-alphanumerical@1.0.2 deduped │ │ │ │ │ └── is-hexadecimal@1.0.2 deduped │ │ │ │ ├── unherit@1.1.1 deduped │ │ │ │ └── xtend@4.0.1 deduped │ │ │ └── unified@6.2.0 deduped │ │ └─┬ unist-util-find-all-after@1.0.2 │ │ └── unist-util-is@2.1.2 deduped │ ├── postcss-media-query-parser@0.2.3 │ ├─┬ postcss-reporter@6.0.0 │ │ ├─┬ chalk@2.4.1 │ │ │ ├─┬ ansi-styles@3.2.1 │ │ │ │ └── color-convert@1.9.3 deduped │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ └─┬ supports-color@5.5.0 │ │ │ └── has-flag@3.0.0 deduped │ │ ├── lodash@4.17.11 deduped │ │ ├── log-symbols@2.2.0 deduped │ │ └─┬ postcss@7.0.5 │ │ ├── chalk@2.4.1 deduped │ │ ├── source-map@0.6.1 │ │ └── supports-color@5.5.0 deduped │ ├── postcss-resolve-nested-selector@0.1.1 │ ├─┬ postcss-safe-parser@4.0.1 │ │ └─┬ postcss@7.0.5 │ │ ├─┬ chalk@2.4.1 │ │ │ ├─┬ ansi-styles@3.2.1 │ │ │ │ └── color-convert@1.9.3 deduped │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ └── supports-color@5.5.0 deduped │ │ ├── source-map@0.6.1 │ │ └─┬ supports-color@5.5.0 │ │ └── has-flag@3.0.0 deduped │ ├─┬ postcss-sass@0.3.3 │ │ ├─┬ gonzales-pe@4.2.3 │ │ │ └── minimist@1.1.3 │ │ └─┬ postcss@7.0.5 │ │ ├─┬ chalk@2.4.1 │ │ │ ├─┬ ansi-styles@3.2.1 │ │ │ │ └── color-convert@1.9.3 deduped │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ └── supports-color@5.5.0 deduped │ │ ├── source-map@0.6.1 │ │ └─┬ supports-color@5.5.0 │ │ └── has-flag@3.0.0 deduped │ ├─┬ postcss-scss@2.0.0 │ │ └─┬ postcss@7.0.5 │ │ ├─┬ chalk@2.4.1 │ │ │ ├─┬ ansi-styles@3.2.1 │ │ │ │ └── color-convert@1.9.3 deduped │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ └── supports-color@5.5.0 deduped │ │ ├── source-map@0.6.1 │ │ └─┬ supports-color@5.5.0 │ │ └── has-flag@3.0.0 deduped │ ├─┬ postcss-selector-parser@3.1.1 │ │ ├─┬ dot-prop@4.2.0 │ │ │ └── is-obj@1.0.1 deduped │ │ ├── indexes-of@1.0.1 │ │ └── uniq@1.0.1 │ ├── postcss-styled@0.34.0 │ ├── postcss-syntax@0.34.0 │ ├── postcss-value-parser@3.3.1 │ ├── resolve-from@4.0.0 │ ├── signal-exit@3.0.2 │ ├── specificity@0.4.1 │ ├─┬ string-width@2.1.1 │ │ ├── is-fullwidth-code-point@2.0.0 │ │ └─┬ strip-ansi@4.0.0 │ │ └── ansi-regex@3.0.0 │ ├── style-search@0.1.0 │ ├─┬ sugarss@2.0.0 │ │ └─┬ postcss@7.0.5 │ │ ├─┬ chalk@2.4.1 │ │ │ ├─┬ ansi-styles@3.2.1 │ │ │ │ └── color-convert@1.9.3 deduped │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ └── supports-color@5.5.0 deduped │ │ ├── source-map@0.6.1 │ │ └─┬ supports-color@5.5.0 │ │ └── has-flag@3.0.0 deduped │ ├── svg-tags@1.0.0 │ └─┬ table@5.1.0 │ ├─┬ ajv@6.5.4 │ │ ├── fast-deep-equal@2.0.1 │ │ ├── fast-json-stable-stringify@2.0.0 deduped │ │ ├── json-schema-traverse@0.4.1 │ │ └─┬ uri-js@4.2.2 │ │ └── punycode@2.1.1 │ ├── lodash@4.17.11 deduped │ ├─┬ slice-ansi@1.0.0 │ │ └── is-fullwidth-code-point@2.0.0 │ └─┬ string-width@2.1.1 │ ├── is-fullwidth-code-point@2.0.0 deduped │ └─┬ strip-ansi@4.0.0 │ └── ansi-regex@3.0.0 ├── stylelint-config-prettier@4.0.0 ├─┬ stylelint-config-recommended-scss@3.2.0 │ └── stylelint-config-recommended@2.1.0 ├─┬ stylelint-config-sass-guidelines@5.2.0 │ ├─┬ stylelint-order@1.0.0 │ │ ├── lodash@4.17.11 deduped │ │ ├─┬ postcss@7.0.5 │ │ │ ├─┬ chalk@2.4.1 │ │ │ │ ├─┬ ansi-styles@3.2.1 │ │ │ │ │ └── color-convert@1.9.3 deduped │ │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ │ └── supports-color@5.5.0 deduped │ │ │ ├── source-map@0.6.1 │ │ │ └─┬ supports-color@5.5.0 │ │ │ └── has-flag@3.0.0 deduped │ │ └─┬ postcss-sorting@4.0.0 │ │ ├── lodash@4.17.11 deduped │ │ └─┬ postcss@7.0.5 │ │ ├─┬ chalk@2.4.1 │ │ │ ├─┬ ansi-styles@3.2.1 │ │ │ │ └── color-convert@1.9.3 deduped │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ └── supports-color@5.5.0 deduped │ │ ├── source-map@0.6.1 │ │ └─┬ supports-color@5.5.0 │ │ └── has-flag@3.0.0 deduped │ └── stylelint-scss@3.3.1 deduped ├─┬ stylelint-config-standard@18.2.0 │ └── stylelint-config-recommended@2.1.0 deduped ├─┬ stylelint-scss@3.3.1 │ ├── lodash@4.17.11 deduped │ ├── postcss-media-query-parser@0.2.3 deduped │ ├── postcss-resolve-nested-selector@0.1.1 deduped │ ├─┬ postcss-selector-parser@4.0.0 │ │ ├── cssesc@1.0.1 │ │ ├── indexes-of@1.0.1 deduped │ │ └── uniq@1.0.1 deduped │ └── postcss-value-parser@3.3.1 deduped ├─┬ tslint@5.11.0 │ ├── babel-code-frame@6.26.0 deduped │ ├── builtin-modules@1.1.1 │ ├─┬ chalk@2.4.1 │ │ ├─┬ ansi-styles@3.2.1 │ │ │ └── color-convert@1.9.3 deduped │ │ ├── escape-string-regexp@1.0.5 deduped │ │ └─┬ supports-color@5.5.0 │ │ └── has-flag@3.0.0 deduped │ ├── commander@2.17.1 deduped │ ├── diff@3.5.0 │ ├── glob@7.1.3 deduped │ ├─┬ js-yaml@3.7.0 │ │ ├─┬ argparse@1.0.10 │ │ │ └── sprintf-js@1.0.3 │ │ └── esprima@2.7.3 │ ├── minimatch@3.0.4 deduped │ ├── resolve@1.6.0 deduped │ ├── semver@5.6.0 │ ├── tslib@1.9.3 │ └─┬ tsutils@2.29.0 │ └── tslib@1.9.3 deduped ├── tslint-config-prettier@1.15.0 ├─┬ tslint-plugin-prettier@2.0.0 │ ├─┬ eslint-plugin-prettier@2.7.0 │ │ ├── fast-diff@1.2.0 │ │ └── jest-docblock@21.2.0 │ └── tslib@1.9.3 deduped ├─┬ tslint-react@3.6.0 │ └── tsutils@2.29.0 deduped ├── typesafe-actions@2.0.4 ├── UNMET PEER DEPENDENCY typescript@3.1.3 └── utility-types@2.1.0

npm ERR! peer dep missing: react@~16.0.0 || ~16.1.0 || ~16.2.0 || ~16.3.0, required by ra-core@2.4.0 npm ERR! peer dep missing: react@~16.3.0, required by ra-ui-materialui@2.4.0 npm ERR! peer dep missing: react@~16.3.0, required by react-admin@2.4.0 npm ERR! peer dep missing: react-dom@~16.0.0 || ~16.1.0 || ~16.2.0 || ~16.3.0, required by ra-core@2.4.0 npm ERR! peer dep missing: react-dom@~16.3.0, required by ra-ui-materialui@2.4.0 npm ERR! peer dep missing: react-dom@~16.3.0, required by react-admin@2.4.0 npm ERR! peer dep missing: typescript@^2.1.0, required by fork-ts-checker-webpack-plugin@0.2.10 npm ERR! peer dep missing: typescript@2.x, required by react-scripts-ts@2.17.0 npm ERR! peer dep missing: ajv@^6.0.0, required by ajv-keywords@3.2.0 npm ERR! peer dep missing: jquery@1.9.1 - 3, required by bootstrap@4.1.3 npm ERR! peer dep missing: react-router@^4.3.1, required by connected-react-router@4.5.0 npm ERR! peer dep missing: react@~16.3.0, required by react-admin@2.4.0 npm ERR! peer dep missing: react-dom@~16.3.0, required by react-admin@2.4.0 npm ERR! peer dep missing: react@~16.0.0 || ~16.1.0 || ~16.2.0 || ~16.3.0, required by ra-core@2.4.0 npm ERR! peer dep missing: react-dom@~16.0.0 || ~16.1.0 || ~16.2.0 || ~16.3.0, required by ra-core@2.4.0 npm ERR! peer dep missing: react@~16.0.0 || ~16.1.0 || ~16.2.0 || ~16.3.0, required by ra-core@2.4.0 npm ERR! peer dep missing: react@~16.3.0, required by ra-ui-materialui@2.4.0 npm ERR! peer dep missing: react-dom@~16.0.0 || ~16.1.0 || ~16.2.0 || ~16.3.0, required by ra-core@2.4.0 npm ERR! peer dep missing: react-dom@~16.3.0, required by ra-ui-materialui@2.4.0 npm ERR! peer dep missing: react@~16.0.0 || ~16.1.0 || ~16.2.0 || ~16.3.0, required by ra-core@2.4.0 npm ERR! peer dep missing: react@~16.3.0, required by ra-ui-materialui@2.4.0 npm ERR! peer dep missing: react@~16.3.0, required by react-admin@2.4.0 npm ERR! peer dep missing: typescript@^2.1.0, required by fork-ts-checker-webpack-plugin@0.2.10 npm ERR! peer dep missing: typescript@2.x, required by ts-jest@22.0.1 npm ERR! peer dep missing: ajv@^6.0.0, required by ajv-keywords@3.2.0 sudo npm run start

fixme@0.1.0 start /home/ali/fixme npm-run-all -p watch-css start-js

fixme@0.1.0 watch-css /home/ali/fixme yarn build-css && node-sass-chokidar src/ -o src/ --watch --recursive

fixme@0.1.0 start-js /home/ali/fixme react-scripts-ts start

00h00m00s 0/0: : ERROR: [Errno 2] No such file or directory: 'build-css' npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! fixme@0.1.0 watch-css: yarn build-css && node-sass-chokidar src/ -o src/ --watch --recursive npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the fixme@0.1.0 watch-css script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in: npm ERR! /home/ali/.npm/_logs/2018-10-21T15_35_27_313Z-debug.log ERROR: "watch-css" exited with 1. npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! fixme@0.1.0 start: npm-run-all -p watch-css start-js npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the fixme@0.1.0 start script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in: npm ERR! /home/ali/.npm/_logs/2018-10-21T15_35_28_318Z-debug.log

ali2210 commented 5 years ago

How to resolves these packages dependencies npm ERR! peer dep missing: react-router@^4.3.1, required by connected-react-router@4.5.0 npm ERR! peer dep missing: react@~16.3.0, required by react-admin@2.4.0 npm ERR! peer dep missing: react-dom@~16.3.0, required by react-admin@2.4.0 npm ERR! peer dep missing: react@~16.0.0 || ~16.1.0 || ~16.2.0 || ~16.3.0, required by ra-core@2.4.0 npm ERR! peer dep missing: react-dom@~16.0.0 || ~16.1.0 || ~16.2.0 || ~16.3.0, required by ra-core@2.4.0 npm ERR! peer dep missing: react@~16.0.0 || ~16.1.0 || ~16.2.0 || ~16.3.0, required by ra-core@2.4.0 npm ERR! peer dep missing: react@~16.3.0, required by ra-ui-materialui@2.4.0 npm ERR! peer dep missing: react-dom@~16.0.0 || ~16.1.0 || ~16.2.0 || ~16.3.0, required by ra-core@2.4.0 npm ERR! peer dep missing: react-dom@~16.3.0, required by ra-ui-materialui@2.4.0 npm ERR! peer dep missing: react@~16.0.0 || ~16.1.0 || ~16.2.0 || ~16.3.0, required by ra-core@2.4.0 npm ERR! peer dep missing: react@~16.3.0, required by ra-ui-materialui@2.4.0 npm ERR! peer dep missing: react@~16.3.0, required by react-admin@2.4.0 npm ERR! peer dep missing: typescript@^2.1.0, required by fork-ts-checker-webpack-plugin@0.2.10 npm ERR! peer dep missing: typescript@2.x, required by ts-jest@22.0.1 npm ERR! peer dep missing: ajv@^6.0.0, required by ajv-keywords@3.2.0

alexdor commented 5 years ago

@ali2210 install yarn https://yarnpkg.com/lang/en/docs/install/ and try using it instead of npm for this project

ali2210 commented 5 years ago
                                                                                  Ok thanks i will try                                                                                                                                                                                                                                                                                                                                        Sent from my BlackBerry 10 smartphone.                                                                                                                                                                                                                From: Alexandros DorodoulisSent: Sunday, 21 October 2018 21:19To: ossn/fixmeReply To: ossn/fixmeCc: Ali Hassan; MentionSubject: Re: [ossn/fixme] dependency issue (#53)@ali2210 install yarn https://yarnpkg.com/lang/en/docs/install/ and try using it instead of npm for this project

—You are receiving this because you were mentioned.Reply to this email directly, view it on GitHub, or mute the thread. {"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/ossn/fixme","title":"ossn/fixme","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/ossn/fixme"}},"updates":{"snippets":[{"icon":"PERSON","message":"@alexdor in #53: @ali2210 install yarn https://yarnpkg.com/lang/en/docs/install/ and try using it instead of npm for this project "}],"action":{"name":"View Issue","url":"https://github.com/ossn/fixme/issues/53#issuecomment-431682199"}}} [ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/ossn/fixme/issues/53#issuecomment-431682199", "url": "https://github.com/ossn/fixme/issues/53#issuecomment-431682199", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } }, { "@type": "MessageCard", "@context": "http://schema.org/extensions", "hideOriginalBody": "false", "originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB", "title": "Re: [ossn/fixme] dependency issue (#53)", "sections": [ { "text": "", "activityTitle": "Alexandros Dorodoulis", "activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png", "activitySubtitle": "@alexdor", "facts": [

] } ], "potentialAction": [ { "name": "Add a comment", "@type": "ActionCard", "inputs": [ { "isMultiLine": true, "@type": "TextInput", "id": "IssueComment", "isRequired": false } ], "actions": [ { "name": "Comment", "@type": "HttpPOST", "target": "https://api.github.com", "body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"ossn/fixme\",\n\"issueId\": 53,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}" } ] }, { "name": "Close issue", "@type": "HttpPOST", "target": "https://api.github.com", "body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"ossn/fixme\",\n\"issueId\": 53\n}" }, { "targets": [ { "os": "default", "uri": "https://github.com/ossn/fixme/issues/53#issuecomment-431682199" } ], "@type": "OpenUri", "name": "View on GitHub" }, { "name": "Unsubscribe", "@type": "HttpPOST", "target": "https://api.github.com", "body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 393389210\n}" } ], "themeColor": "26292E" } ]

ali2210 commented 5 years ago

$yarn --version 0.32 install successfully now time to run yarn

ali2210 commented 5 years ago

yarn added using npm install yarn command

$ ls
fonts.d.ts   netlify.toml  package.json       postinstall.js  react-admin.d.ts  screens  tsconfig.json       tsconfig.test.json  yarn.lock
images.d.ts  node_modules  package-lock.json  public          README.md         src      tsconfig.prod.json  tslint.json

when i write yarn in the project /fixme$ yarn 00h00m00s 0/0: : ERROR: There are no scenarios; must have at least one.

alexdor commented 5 years ago

@ali2210 version 0.32 is a really old an unsupported yarn version, the current one is 1.10.1 and you can find instructions on how to install it here https://yarnpkg.com/lang/en/docs/install

ali2210 commented 5 years ago
                                                                                  Ok sir                                                                                                                                                                                                                                                                                                                                         Sent from my BlackBerry 10 smartphone.                                                                                                                                                                                                                From: Alexandros DorodoulisSent: Sunday, 28 October 2018 22:24To: ossn/fixmeReply To: ossn/fixmeCc: Ali Hassan; MentionSubject: Re: [ossn/fixme] dependency issue (#53)@ali2210 version 0.32 is a really old an unsupported yarn version, the current one is 1.10.1 and you can find instructions on how to install it here https://yarnpkg.com/lang/en/docs/install

—You are receiving this because you were mentioned.Reply to this email directly, view it on GitHub, or mute the thread. {"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/ossn/fixme","title":"ossn/fixme","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/ossn/fixme"}},"updates":{"snippets":[{"icon":"PERSON","message":"@alexdor in #53: @ali2210 version 0.32 is a really old an unsupported yarn version, the current one is 1.10.1 and you can find instructions on how to install it here https://yarnpkg.com/lang/en/docs/install"}],"action":{"name":"View Issue","url":"https://github.com/ossn/fixme/issues/53#issuecomment-433724429"}}} [ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/ossn/fixme/issues/53#issuecomment-433724429", "url": "https://github.com/ossn/fixme/issues/53#issuecomment-433724429", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } }, { "@type": "MessageCard", "@context": "http://schema.org/extensions", "hideOriginalBody": "false", "originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB", "title": "Re: [ossn/fixme] dependency issue (#53)", "sections": [ { "text": "", "activityTitle": "Alexandros Dorodoulis", "activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png", "activitySubtitle": "@alexdor", "facts": [

] } ], "potentialAction": [ { "name": "Add a comment", "@type": "ActionCard", "inputs": [ { "isMultiLine": true, "@type": "TextInput", "id": "IssueComment", "isRequired": false } ], "actions": [ { "name": "Comment", "@type": "HttpPOST", "target": "https://api.github.com", "body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"ossn/fixme\",\n\"issueId\": 53,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}" } ] }, { "name": "Close issue", "@type": "HttpPOST", "target": "https://api.github.com", "body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"ossn/fixme\",\n\"issueId\": 53\n}" }, { "targets": [ { "os": "default", "uri": "https://github.com/ossn/fixme/issues/53#issuecomment-433724429" } ], "@type": "OpenUri", "name": "View on GitHub" }, { "name": "Unsubscribe", "@type": "HttpPOST", "target": "https://api.github.com", "body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 393389210\n}" } ], "themeColor": "26292E" } ]

ali2210 commented 5 years ago

First i delete all the yarn files from my system then

+ yarn@1.12.1
added 1 package in 259.239s
ali@Koohinoor-ceo:~/fixme$ yarn --version
0.32
ali2210 commented 5 years ago

this because of npm package install yarn (official website ) and follow instructions $ cd fixme $ yarn init $ yarn

ali2210 commented 4 years ago

<!doctype html>

Ali Hassan Wrote a New Post
person
Ali Hassan Wrote a New Post

Hi reply@reply.github.com,
Ali Hassan wrote a new post in Wisdomenigma.
Neurons and information
Our brain is most complex device in whole universe. More than 10 billions neurons work in brain factory and each neur...