googleapis / nodejs-dialogflow

This repository is deprecated. All of its content and history has been moved to googleapis/google-cloud-node.
https://dialogflow.com/
Apache License 2.0
797 stars 270 forks source link

Expected directory: node-v64-darwin-x64-unknown Found: [node-v67-darwin-x64-unknown] #392

Closed labmoonwalk closed 5 years ago

labmoonwalk commented 5 years ago

Hi folks,

I have the following error.

Im using the latest version of npm and node, I have tried to run npm rebuild but it doesn't work

Can anyone help me?

Error: Failed to load gRPC binary module because it was not installed for the current system Expected directory: node-v64-darwin-x64-unknown Found: [node-v67-darwin-x64-unknown] This problem can often be fixed by running "npm rebuild" on the current system Original error: Cannot find module '/usr/local/lib/node_modules/turtle-cli/node_modules/grpc/src/node/extension_binary/node-v64-darwin-x64-unknown/grpc_node.node' at Object. (/usr/local/lib/node_modules/turtle-cli/node_modules/grpc/src/grpc_extension.js:53:17) at Module._compile (internal/modules/cjs/loader.js:776:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:787:10) at Module.load (internal/modules/cjs/loader.js:653:32) at tryModuleLoad (internal/modules/cjs/loader.js:593:12) at Function.Module._load (internal/modules/cjs/loader.js:585:3) at Module.require (internal/modules/cjs/loader.js:690:17) at require (internal/modules/cjs/helpers.js:25:18) at Object. (/usr/local/lib/node_modules/turtle-cli/node_modules

JustinBeckwith commented 5 years ago

Greetings! Can you try using the latest version of the module? It's 0.10.3. If you're using the latest version, you shouldn't see this error.

labmoonwalk commented 5 years ago

Hi @JustinBeckwith Sorry, What do you mean the latest version of the module? How can I update?

JustinBeckwith commented 5 years ago

Check the contents of your package.json. You should see something like:

"dialogflow": "^0.10.3",

Alternatively, you could just run npm install dialogflow@0.10.3

labmoonwalk commented 5 years ago

Hi @JustinBeckwith

The same error is occurring. Any idea?

JustinBeckwith commented 5 years ago

Could you share your package.json? Also, I would try doing:

rm -rf node_modules package-lock.json
npm install

Just in case :)

labmoonwalk commented 5 years ago

Captura de Tela 2019-07-24 às 14 32 38

JustinBeckwith commented 5 years ago

Oh! Can you remove grpc?

labmoonwalk commented 5 years ago

Yes, what's is the command?

JustinBeckwith commented 5 years ago

Delete line 29 from your package.json, and run npm prune. The one that says "grpc": "1.22.2",

labmoonwalk commented 5 years ago

The same.

Error: Failed to load gRPC binary module because it was not installed for the current system Expected directory: node-v64-darwin-x64-unknown Found: [node-v67-darwin-x64-unknown] This problem can often be fixed by running "npm rebuild" on the current system Original error: Cannot find module '/usr/local/lib/node_modules/turtle-cli/node_modules/grpc/src/node/extension_binary/node-v64-darwin-x64-unknown/grpc_node.node' at Object. (/usr/local/lib/node_modules/turtle-cli/node_modules/grpc/src/grpc_extension.js:53:17) at Module._compile (internal/modules/cjs/loader.js:776:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:787:10) at Module.load (internal/modules/cjs/loader.js:653:32) at tryModuleLoad (internal/modules/cjs/loader.js:593:12) at Function.Module._load (internal/modules/cjs/loader.js:585:3) at Module.require (internal/modules/cjs/loader.js:690:17) at require (internal/modules/cjs/helpers.js:25:18) at Object. (/usr/local/lib/node_modules/turtle-cli/node_modules/g

labmoonwalk commented 5 years ago

@JustinBeckwith any idea?

JustinBeckwith commented 5 years ago

Are you otherwise trying to use grpc in your application? After making sure grpc isn't in your package.json, do this again:

rm -rf node_modules package-lock.json
npm install

Now - try running your application. If it breaks, please share the output of:

npm ls
labmoonwalk commented 5 years ago

Hi @JustinBeckwith Here is the output by npm ls

Captura de Tela 2019-07-25 às 15 23 55

JustinBeckwith commented 5 years ago

Heh, can you share the entire text? The screenshot is missing half the story there :)

labmoonwalk commented 5 years ago

Sure @JustinBeckwith

MacBook-Air-de-Alex:react-new-app alexmoret$ npm ls moonwalk-reactnative-template@1.0.1 /Users/alexmoret/react-new-app ├─┬ @expo/vector-icons@9.0.0 │ ├── lodash@4.17.15 │ └─┬ react-native-vector-icons@6.0.0 │ ├── lodash@4.17.15 deduped │ ├── prop-types@15.7.2 deduped │ └─┬ yargs@8.0.2 │ ├── camelcase@4.1.0 deduped │ ├── cliui@3.2.0 deduped │ ├── decamelize@1.2.0 deduped │ ├── get-caller-file@1.0.3 deduped │ ├── os-locale@2.1.0 deduped │ ├── read-pkg-up@2.0.0 deduped │ ├── require-directory@2.1.1 deduped │ ├── require-main-filename@1.0.1 deduped │ ├── set-blocking@2.0.0 deduped │ ├── string-width@2.1.1 deduped │ ├── which-module@2.0.0 deduped │ ├── y18n@3.2.1 deduped │ └── yargs-parser@7.0.0 deduped ├─┬ babel-preset-expo@5.2.0 │ ├─┬ @babel/core@7.5.5 │ │ ├─┬ @babel/code-frame@7.5.5 │ │ │ └─┬ @babel/highlight@7.5.0 │ │ │ ├── chalk@2.4.2 deduped │ │ │ ├── esutils@2.0.2 deduped │ │ │ └── js-tokens@4.0.0 deduped │ │ ├─┬ @babel/generator@7.5.5 │ │ │ ├── @babel/types@7.5.5 deduped │ │ │ ├── jsesc@2.5.2 │ │ │ ├── lodash@4.17.15 deduped │ │ │ ├── source-map@0.5.7 deduped │ │ │ └── trim-right@1.0.1 │ │ ├─┬ @babel/helpers@7.5.5 │ │ │ ├── @babel/template@7.4.4 deduped │ │ │ ├── @babel/traverse@7.5.5 deduped │ │ │ └── @babel/types@7.5.5 deduped │ │ ├── @babel/parser@7.5.5 │ │ ├─┬ @babel/template@7.4.4 │ │ │ ├── @babel/code-frame@7.5.5 deduped │ │ │ ├── @babel/parser@7.5.5 deduped │ │ │ └── @babel/types@7.5.5 deduped │ │ ├─┬ @babel/traverse@7.5.5 │ │ │ ├── @babel/code-frame@7.5.5 deduped │ │ │ ├── @babel/generator@7.5.5 deduped │ │ │ ├─┬ @babel/helper-function-name@7.1.0 │ │ │ │ ├── @babel/helper-get-function-arity@7.0.0 deduped │ │ │ │ ├── @babel/template@7.4.4 deduped │ │ │ │ └── @babel/types@7.5.5 deduped │ │ │ ├─┬ @babel/helper-split-export-declaration@7.4.4 │ │ │ │ └── @babel/types@7.5.5 deduped │ │ │ ├── @babel/parser@7.5.5 deduped │ │ │ ├── @babel/types@7.5.5 deduped │ │ │ ├── debug@4.1.1 deduped │ │ │ ├── globals@11.12.0 │ │ │ └── lodash@4.17.15 deduped │ │ ├─┬ @babel/types@7.5.5 │ │ │ ├── esutils@2.0.2 │ │ │ ├── lodash@4.17.15 deduped │ │ │ └── to-fast-properties@2.0.0 │ │ ├─┬ convert-source-map@1.6.0 │ │ │ └── safe-buffer@5.1.2 deduped │ │ ├─┬ debug@4.1.1 │ │ │ └── ms@2.1.2 │ │ ├── json5@2.1.0 deduped │ │ ├── lodash@4.17.15 deduped │ │ ├─┬ resolve@1.11.1 │ │ │ └── path-parse@1.0.6 │ │ ├── semver@5.7.0 deduped │ │ └── source-map@0.5.7 │ ├─┬ @babel/plugin-proposal-decorators@7.4.4 │ │ ├─┬ @babel/helper-create-class-features-plugin@7.5.5 │ │ │ ├── @babel/helper-function-name@7.1.0 deduped │ │ │ ├─┬ @babel/helper-member-expression-to-functions@7.5.5 │ │ │ │ └── @babel/types@7.5.5 deduped │ │ │ ├─┬ @babel/helper-optimise-call-expression@7.0.0 │ │ │ │ └── @babel/types@7.5.5 deduped │ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped │ │ │ ├─┬ @babel/helper-replace-supers@7.5.5 │ │ │ │ ├── @babel/helper-member-expression-to-functions@7.5.5 deduped │ │ │ │ ├── @babel/helper-optimise-call-expression@7.0.0 deduped │ │ │ │ ├── @babel/traverse@7.5.5 deduped │ │ │ │ └── @babel/types@7.5.5 deduped │ │ │ └── @babel/helper-split-export-declaration@7.4.4 deduped │ │ ├── @babel/helper-plugin-utils@7.0.0 │ │ └─┬ @babel/plugin-syntax-decorators@7.2.0 │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ ├─┬ @babel/plugin-transform-modules-commonjs@7.5.0 │ │ ├─┬ @babel/helper-module-transforms@7.5.5 │ │ │ ├── @babel/helper-module-imports@7.0.0 deduped │ │ │ ├── @babel/helper-simple-access@7.1.0 deduped │ │ │ ├── @babel/helper-split-export-declaration@7.4.4 deduped │ │ │ ├── @babel/template@7.4.4 deduped │ │ │ ├── @babel/types@7.5.5 deduped │ │ │ └── lodash@4.17.15 deduped │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped │ │ ├─┬ @babel/helper-simple-access@7.1.0 │ │ │ ├── @babel/template@7.4.4 deduped │ │ │ └── @babel/types@7.5.5 deduped │ │ └─┬ babel-plugin-dynamic-import-node@2.3.0 │ │ └─┬ object.assign@4.1.0 │ │ ├─┬ define-properties@1.1.3 │ │ │ └── object-keys@1.1.1 deduped │ │ ├── function-bind@1.1.1 │ │ ├── has-symbols@1.0.0 │ │ └── object-keys@1.1.1 │ ├─┬ @babel/preset-env@7.5.5 │ │ ├─┬ @babel/helper-module-imports@7.0.0 │ │ │ └── @babel/types@7.5.5 deduped │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped │ │ ├─┬ @babel/plugin-proposal-async-generator-functions@7.2.0 │ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped │ │ │ ├─┬ @babel/helper-remap-async-to-generator@7.1.0 │ │ │ │ ├── @babel/helper-annotate-as-pure@7.0.0 deduped │ │ │ │ ├─┬ @babel/helper-wrap-function@7.2.0 │ │ │ │ │ ├── @babel/helper-function-name@7.1.0 deduped │ │ │ │ │ ├── @babel/template@7.4.4 deduped │ │ │ │ │ ├── @babel/traverse@7.5.5 deduped │ │ │ │ │ └── @babel/types@7.5.5 deduped │ │ │ │ ├── @babel/template@7.4.4 deduped │ │ │ │ ├── @babel/traverse@7.5.5 deduped │ │ │ │ └── @babel/types@7.5.5 deduped │ │ │ └── @babel/plugin-syntax-async-generators@7.2.0 deduped │ │ ├─┬ @babel/plugin-proposal-dynamic-import@7.5.0 │ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped │ │ │ └── @babel/plugin-syntax-dynamic-import@7.2.0 deduped │ │ ├─┬ @babel/plugin-proposal-json-strings@7.2.0 │ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped │ │ │ └── @babel/plugin-syntax-json-strings@7.2.0 deduped │ │ ├─┬ @babel/plugin-proposal-object-rest-spread@7.5.5 │ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped │ │ │ └── @babel/plugin-syntax-object-rest-spread@7.2.0 deduped │ │ ├─┬ @babel/plugin-proposal-optional-catch-binding@7.2.0 │ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped │ │ │ └── @babel/plugin-syntax-optional-catch-binding@7.2.0 deduped │ │ ├─┬ @babel/plugin-proposal-unicode-property-regex@7.4.4 │ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped │ │ │ ├─┬ @babel/helper-regex@7.5.5 │ │ │ │ └── lodash@4.17.15 deduped │ │ │ └─┬ regexpu-core@4.5.4 │ │ │ ├── regenerate@1.4.0 │ │ │ ├─┬ regenerate-unicode-properties@8.1.0 │ │ │ │ └── regenerate@1.4.0 deduped │ │ │ ├── regjsgen@0.5.0 │ │ │ ├─┬ regjsparser@0.6.0 │ │ │ │ └── jsesc@0.5.0 │ │ │ ├─┬ unicode-match-property-ecmascript@1.0.4 │ │ │ │ ├── unicode-canonical-property-names-ecmascript@1.0.4 │ │ │ │ └── unicode-property-aliases-ecmascript@1.0.5 │ │ │ └── unicode-match-property-value-ecmascript@1.1.0 │ │ ├─┬ @babel/plugin-syntax-async-generators@7.2.0 │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ │ ├─┬ @babel/plugin-syntax-dynamic-import@7.2.0 │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ │ ├─┬ @babel/plugin-syntax-json-strings@7.2.0 │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ │ ├─┬ @babel/plugin-syntax-object-rest-spread@7.2.0 │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ │ ├─┬ @babel/plugin-syntax-optional-catch-binding@7.2.0 │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ │ ├─┬ @babel/plugin-transform-arrow-functions@7.2.0 │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ │ ├─┬ @babel/plugin-transform-async-to-generator@7.5.0 │ │ │ ├── @babel/helper-module-imports@7.0.0 deduped │ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped │ │ │ └── @babel/helper-remap-async-to-generator@7.1.0 deduped │ │ ├─┬ @babel/plugin-transform-block-scoped-functions@7.2.0 │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ │ ├─┬ @babel/plugin-transform-block-scoping@7.5.5 │ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped │ │ │ └── lodash@4.17.15 deduped │ │ ├─┬ @babel/plugin-transform-classes@7.5.5 │ │ │ ├─┬ @babel/helper-annotate-as-pure@7.0.0 │ │ │ │ └── @babel/types@7.5.5 deduped │ │ │ ├─┬ @babel/helper-define-map@7.5.5 │ │ │ │ ├── @babel/helper-function-name@7.1.0 deduped │ │ │ │ ├── @babel/types@7.5.5 deduped │ │ │ │ └── lodash@4.17.15 deduped │ │ │ ├── @babel/helper-function-name@7.1.0 deduped │ │ │ ├── @babel/helper-optimise-call-expression@7.0.0 deduped │ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped │ │ │ ├── @babel/helper-replace-supers@7.5.5 deduped │ │ │ ├── @babel/helper-split-export-declaration@7.4.4 deduped │ │ │ └── globals@11.12.0 deduped │ │ ├─┬ @babel/plugin-transform-computed-properties@7.2.0 │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ │ ├─┬ @babel/plugin-transform-destructuring@7.5.0 │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ │ ├─┬ @babel/plugin-transform-dotall-regex@7.4.4 │ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped │ │ │ ├── @babel/helper-regex@7.5.5 deduped │ │ │ └── regexpu-core@4.5.4 deduped │ │ ├─┬ @babel/plugin-transform-duplicate-keys@7.5.0 │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ │ ├─┬ @babel/plugin-transform-exponentiation-operator@7.2.0 │ │ │ ├─┬ @babel/helper-builder-binary-assignment-operator-visitor@7.1.0 │ │ │ │ ├─┬ @babel/helper-explode-assignable-expression@7.1.0 │ │ │ │ │ ├── @babel/traverse@7.5.5 deduped │ │ │ │ │ └── @babel/types@7.5.5 deduped │ │ │ │ └── @babel/types@7.5.5 deduped │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ │ ├─┬ @babel/plugin-transform-for-of@7.4.4 │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ │ ├─┬ @babel/plugin-transform-function-name@7.4.4 │ │ │ ├── @babel/helper-function-name@7.1.0 deduped │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ │ ├─┬ @babel/plugin-transform-literals@7.2.0 │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ │ ├─┬ @babel/plugin-transform-member-expression-literals@7.2.0 │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ │ ├─┬ @babel/plugin-transform-modules-amd@7.5.0 │ │ │ ├── @babel/helper-module-transforms@7.5.5 deduped │ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped │ │ │ └── babel-plugin-dynamic-import-node@2.3.0 deduped │ │ ├── @babel/plugin-transform-modules-commonjs@7.5.0 deduped │ │ ├─┬ @babel/plugin-transform-modules-systemjs@7.5.0 │ │ │ ├─┬ @babel/helper-hoist-variables@7.4.4 │ │ │ │ └── @babel/types@7.5.5 deduped │ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped │ │ │ └── babel-plugin-dynamic-import-node@2.3.0 deduped │ │ ├─┬ @babel/plugin-transform-modules-umd@7.2.0 │ │ │ ├── @babel/helper-module-transforms@7.5.5 deduped │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ │ ├─┬ @babel/plugin-transform-named-capturing-groups-regex@7.4.5 │ │ │ └── regexp-tree@0.1.11 │ │ ├─┬ @babel/plugin-transform-new-target@7.4.4 │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ │ ├─┬ @babel/plugin-transform-object-super@7.5.5 │ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped │ │ │ └── @babel/helper-replace-supers@7.5.5 deduped │ │ ├─┬ @babel/plugin-transform-parameters@7.4.4 │ │ │ ├─┬ @babel/helper-call-delegate@7.4.4 │ │ │ │ ├── @babel/helper-hoist-variables@7.4.4 deduped │ │ │ │ ├── @babel/traverse@7.5.5 deduped │ │ │ │ └── @babel/types@7.5.5 deduped │ │ │ ├─┬ @babel/helper-get-function-arity@7.0.0 │ │ │ │ └── @babel/types@7.5.5 deduped │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ │ ├─┬ @babel/plugin-transform-property-literals@7.2.0 │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ │ ├─┬ @babel/plugin-transform-regenerator@7.4.5 │ │ │ └─┬ regenerator-transform@0.14.1 │ │ │ └── private@0.1.8 deduped │ │ ├─┬ @babel/plugin-transform-reserved-words@7.2.0 │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ │ ├─┬ @babel/plugin-transform-shorthand-properties@7.2.0 │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ │ ├─┬ @babel/plugin-transform-spread@7.2.2 │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ │ ├─┬ @babel/plugin-transform-sticky-regex@7.2.0 │ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped │ │ │ └── @babel/helper-regex@7.5.5 deduped │ │ ├─┬ @babel/plugin-transform-template-literals@7.4.4 │ │ │ ├── @babel/helper-annotate-as-pure@7.0.0 deduped │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ │ ├─┬ @babel/plugin-transform-typeof-symbol@7.2.0 │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ │ ├─┬ @babel/plugin-transform-unicode-regex@7.4.4 │ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped │ │ │ ├── @babel/helper-regex@7.5.5 deduped │ │ │ └── regexpu-core@4.5.4 deduped │ │ ├── @babel/types@7.5.5 deduped │ │ ├─┬ browserslist@4.6.6 │ │ │ ├── caniuse-lite@1.0.30000985 │ │ │ ├── electron-to-chromium@1.3.200 │ │ │ └─┬ node-releases@1.1.26 │ │ │ └── semver@5.7.0 deduped │ │ ├─┬ core-js-compat@3.1.4 │ │ │ ├── browserslist@4.6.6 deduped │ │ │ ├── core-js-pure@3.1.4 │ │ │ └── semver@6.3.0 │ │ ├── invariant@2.2.4 deduped │ │ ├── js-levenshtein@1.1.6 │ │ └── semver@5.7.0 deduped │ ├─┬ babel-plugin-module-resolver@3.2.0 │ │ ├─┬ find-babel-config@1.2.0 │ │ │ ├── json5@0.5.1 │ │ │ └── path-exists@3.0.0 │ │ ├── glob@7.1.4 deduped │ │ ├─┬ pkg-up@2.0.0 │ │ │ └─┬ find-up@2.1.0 │ │ │ └─┬ locate-path@2.0.0 │ │ │ ├─┬ p-locate@2.0.0 │ │ │ │ └─┬ p-limit@1.3.0 │ │ │ │ └── p-try@1.0.0 │ │ │ └── path-exists@3.0.0 deduped │ │ ├── reselect@3.0.1 │ │ └── resolve@1.11.1 deduped │ ├── babel-plugin-react-native-web@0.11.5 │ └─┬ metro-react-native-babel-preset@0.51.1 │ ├─┬ @babel/plugin-proposal-class-properties@7.5.5 │ │ ├── @babel/helper-create-class-features-plugin@7.5.5 deduped │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ ├─┬ @babel/plugin-proposal-export-default-from@7.5.2 │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped │ │ └── @babel/plugin-syntax-export-default-from@7.2.0 deduped │ ├─┬ @babel/plugin-proposal-nullish-coalescing-operator@7.4.4 │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped │ │ └─┬ @babel/plugin-syntax-nullish-coalescing-operator@7.2.0 │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ ├── @babel/plugin-proposal-object-rest-spread@7.5.5 deduped │ ├── @babel/plugin-proposal-optional-catch-binding@7.2.0 deduped │ ├─┬ @babel/plugin-proposal-optional-chaining@7.2.0 │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped │ │ └─┬ @babel/plugin-syntax-optional-chaining@7.2.0 │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ ├── @babel/plugin-syntax-dynamic-import@7.2.0 deduped │ ├─┬ @babel/plugin-syntax-export-default-from@7.2.0 │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ ├── @babel/plugin-transform-arrow-functions@7.2.0 deduped │ ├── @babel/plugin-transform-block-scoping@7.5.5 deduped │ ├── @babel/plugin-transform-classes@7.5.5 deduped │ ├── @babel/plugin-transform-computed-properties@7.2.0 deduped │ ├── @babel/plugin-transform-destructuring@7.5.0 deduped │ ├── @babel/plugin-transform-exponentiation-operator@7.2.0 deduped │ ├─┬ @babel/plugin-transform-flow-strip-types@7.4.4 │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped │ │ └─┬ @babel/plugin-syntax-flow@7.2.0 │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ ├── @babel/plugin-transform-for-of@7.4.4 deduped │ ├── @babel/plugin-transform-function-name@7.4.4 deduped │ ├── @babel/plugin-transform-literals@7.2.0 deduped │ ├── @babel/plugin-transform-modules-commonjs@7.5.0 deduped │ ├─┬ @babel/plugin-transform-object-assign@7.2.0 │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ ├── @babel/plugin-transform-parameters@7.4.4 deduped │ ├─┬ @babel/plugin-transform-react-display-name@7.2.0 │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ ├─┬ @babel/plugin-transform-react-jsx@7.3.0 │ │ ├─┬ @babel/helper-builder-react-jsx@7.3.0 │ │ │ ├── @babel/types@7.5.5 deduped │ │ │ └── esutils@2.0.2 deduped │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped │ │ └─┬ @babel/plugin-syntax-jsx@7.2.0 │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ ├─┬ @babel/plugin-transform-react-jsx-source@7.5.0 │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped │ │ └── @babel/plugin-syntax-jsx@7.2.0 deduped │ ├── @babel/plugin-transform-regenerator@7.4.5 deduped │ ├─┬ @babel/plugin-transform-runtime@7.5.5 │ │ ├── @babel/helper-module-imports@7.0.0 deduped │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped │ │ ├── resolve@1.11.1 deduped │ │ └── semver@5.7.0 deduped │ ├── @babel/plugin-transform-shorthand-properties@7.2.0 deduped │ ├── @babel/plugin-transform-spread@7.2.2 deduped │ ├── @babel/plugin-transform-sticky-regex@7.2.0 deduped │ ├── @babel/plugin-transform-template-literals@7.4.4 deduped │ ├─┬ @babel/plugin-transform-typescript@7.5.5 │ │ ├── @babel/helper-create-class-features-plugin@7.5.5 deduped │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped │ │ └─┬ @babel/plugin-syntax-typescript@7.3.3 │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ ├── @babel/plugin-transform-unicode-regex@7.4.4 deduped │ ├── @babel/template@7.4.4 deduped │ ├─┬ metro-babel7-plugin-react-transform@0.51.1 │ │ └── @babel/helper-module-imports@7.0.0 deduped │ └─┬ react-transform-hmr@1.0.4 │ ├─┬ global@4.4.0 │ │ ├─┬ min-document@2.19.0 │ │ │ └── dom-walk@0.1.1 │ │ └── process@0.11.10 │ └─┬ react-proxy@1.1.8 │ ├── lodash@4.17.15 deduped │ └── react-deep-force-update@1.1.2 ├─┬ expo@32.0.6 │ ├─┬ @babel/runtime@7.5.5 │ │ └── regenerator-runtime@0.13.3 │ ├── @expo/vector-icons@9.0.0 deduped │ ├─┬ @expo/websql@1.0.1 │ │ ├── argsarray@0.0.1 │ │ ├── immediate@3.2.3 │ │ ├── noop-fn@1.0.0 │ │ ├── pouchdb-collections@1.0.1 │ │ └── tiny-queue@0.2.1 │ ├── @types/fbemitter@2.0.32 │ ├── @types/invariant@2.2.30 │ ├─┬ @types/lodash.zipobject@4.1.6 │ │ └── @types/lodash@4.14.136 │ ├── @types/qs@6.5.3 │ ├── @types/uuid-js@0.7.2 │ ├── @types/websql@0.0.27 │ ├── babel-preset-expo@5.2.0 deduped │ ├─┬ cross-spawn@6.0.5 │ │ ├── nice-try@1.0.5 │ │ ├── path-key@2.0.1 │ │ ├── semver@5.7.0 deduped │ │ ├─┬ shebang-command@1.2.0 │ │ │ └── shebang-regex@1.0.0 │ │ └─┬ which@1.3.1 │ │ └── isexe@2.0.0 │ ├─┬ expo-ads-admob@2.0.0 │ │ └── prop-types@15.7.2 deduped │ ├─┬ expo-analytics-segment@2.0.0 │ │ └── expo-core@2.0.2 deduped │ ├─┬ expo-app-auth@2.0.0 │ │ ├── expo-constants-interface@2.0.0 deduped │ │ └── expo-core@2.0.2 deduped │ ├─┬ expo-app-loader-provider@1.0.0 │ │ └── expo-core@2.0.2 deduped │ ├─┬ expo-asset@2.0.0 │ │ ├── uri-parser@1.0.1 │ │ ├── url-join@4.0.1 │ │ ├─┬ url-loader@1.1.2 │ │ │ ├─┬ loader-utils@1.2.3 │ │ │ │ ├── big.js@5.2.2 │ │ │ │ ├── emojis-list@2.1.0 │ │ │ │ └─┬ json5@1.0.1 │ │ │ │ └── minimist@1.2.0 deduped │ │ │ ├── mime@2.4.4 │ │ │ └─┬ schema-utils@1.0.0 │ │ │ ├─┬ ajv@6.10.2 │ │ │ │ ├── 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 │ │ │ ├── ajv-errors@1.0.1 │ │ │ └── ajv-keywords@3.4.1 │ │ └── UNMET PEER DEPENDENCY webpack@^3.0.0 || ^4.0.0 │ ├─┬ expo-background-fetch@1.0.0 │ │ └── expo-task-manager@1.0.0 deduped │ ├─┬ expo-barcode-scanner@2.0.0 │ │ ├── expo-barcode-scanner-interface@2.0.0 deduped │ │ ├── lodash.mapvalues@4.6.0 │ │ └── prop-types@15.7.2 deduped │ ├── expo-barcode-scanner-interface@2.0.0 │ ├─┬ expo-camera@2.0.0 │ │ ├── lodash.mapvalues@4.6.0 deduped │ │ └── prop-types@15.7.2 deduped │ ├─┬ expo-camera-interface@2.0.0 │ │ └── expo-core@2.0.2 deduped │ ├─┬ expo-constants@2.0.1 │ │ ├── ua-parser-js@0.7.20 │ │ └── uuid@3.3.2 │ ├─┬ expo-constants-interface@2.0.0 │ │ └── expo-core@2.0.2 deduped │ ├─┬ expo-contacts@2.0.0 │ │ ├── expo-core@2.0.2 deduped │ │ ├── expo-errors@1.0.0 deduped │ │ └── uuid-js@0.7.5 deduped │ ├── expo-core@2.0.2 │ ├─┬ expo-errors@1.0.0 │ │ └── expo-core@2.0.2 deduped │ ├─┬ expo-face-detector@2.0.0 │ │ ├── expo-core@2.0.2 deduped │ │ ├── expo-face-detector-interface@2.0.0 deduped │ │ └── expo-permissions-interface@2.0.0 deduped │ ├─┬ expo-face-detector-interface@2.0.0 │ │ └── expo-core@2.0.2 deduped │ ├─┬ expo-file-system@2.0.0 │ │ ├── expo-core@2.0.2 deduped │ │ ├── expo-file-system-interface@2.0.0 deduped │ │ └── uuid-js@0.7.5 deduped │ ├─┬ expo-file-system-interface@2.0.0 │ │ └── expo-core@2.0.2 deduped │ ├─┬ expo-font@2.0.0 │ │ └── invariant@2.2.4 deduped │ ├─┬ expo-font-interface@2.0.0 │ │ └── expo-core@2.0.2 deduped │ ├─┬ expo-gl@2.0.0 │ │ └── prop-types@15.7.2 deduped │ ├─┬ expo-gl-cpp@2.0.0 │ │ └── expo-core@2.0.2 deduped │ ├─┬ expo-google-sign-in@2.0.0 │ │ ├── expo-errors@1.0.0 deduped │ │ └── invariant@2.2.4 deduped │ ├─┬ expo-image-loader-interface@2.0.0 │ │ └── expo-core@2.0.2 deduped │ ├─┬ expo-local-authentication@2.0.0 │ │ ├── expo-core@2.0.2 deduped │ │ └── invariant@2.2.4 deduped │ ├─┬ expo-localization@2.0.0 │ │ ├── expo-core@2.0.2 deduped │ │ ├── moment@2.24.0 deduped │ │ ├── moment-timezone@0.5.26 deduped │ │ └── rtl-detect@1.0.2 │ ├─┬ expo-location@2.0.1 │ │ └── invariant@2.2.4 deduped │ ├─┬ expo-media-library@2.0.0 │ │ ├── expo-core@2.0.2 deduped │ │ ├── expo-errors@1.0.0 deduped │ │ └── expo-permissions-interface@2.0.0 deduped │ ├─┬ expo-payments-stripe@2.0.0 │ │ └── expo-core@2.0.2 deduped │ ├─┬ expo-permissions@2.0.0 │ │ ├── expo-core@2.0.2 deduped │ │ └── expo-permissions-interface@2.0.0 deduped │ ├─┬ expo-permissions-interface@2.0.0 │ │ └── expo-core@2.0.2 deduped │ ├─┬ expo-print@2.0.0 │ │ ├── babel-preset-expo@5.2.0 deduped │ │ ├── expo-core@2.0.2 deduped │ │ └── expo-errors@1.0.0 deduped │ ├─┬ expo-react-native-adapter@2.0.0 │ │ ├── expo-image-loader-interface@2.0.0 deduped │ │ ├── expo-permissions-interface@2.0.0 deduped │ │ ├── invariant@2.2.4 deduped │ │ ├── lodash.omit@4.5.0 deduped │ │ ├── lodash.pick@4.4.0 │ │ └── prop-types@15.7.2 deduped │ ├─┬ expo-sensors@2.0.0 │ │ └── invariant@2.2.4 deduped │ ├─┬ expo-sensors-interface@2.0.0 │ │ └── expo-core@2.0.2 deduped │ ├─┬ expo-sms@2.0.0 │ │ ├── expo-core@2.0.2 deduped │ │ └── expo-permissions-interface@2.0.0 deduped │ ├─┬ expo-task-manager@1.0.0 │ │ ├── expo-core@2.0.2 deduped │ │ ├── expo-errors@1.0.0 deduped │ │ └─┬ expo-task-manager-interface@1.0.0 │ │ └── expo-core@2.0.2 deduped │ ├─┬ fbemitter@2.1.1 │ │ └── fbjs@0.8.17 deduped │ ├─┬ invariant@2.2.4 │ │ └── loose-envify@1.4.0 deduped │ ├── lodash.filter@4.6.0 │ ├── lodash.map@4.6.0 │ ├── lodash.omit@4.5.0 │ ├── lodash.zipobject@4.1.3 │ ├─┬ lottie-react-native@2.5.0 │ │ ├── invariant@2.2.4 deduped │ │ ├── lottie-ios@2.5.3 │ │ ├── prop-types@15.7.2 deduped │ │ └─┬ react-native-safe-module@1.2.0 │ │ └── dedent@0.6.0 │ ├─┬ md5-file@3.2.3 │ │ └─┬ buffer-alloc@1.2.0 │ │ ├── buffer-alloc-unsafe@1.1.0 │ │ └── buffer-fill@1.0.0 │ ├── nullthrows@1.1.1 │ ├─┬ pretty-format@23.6.0 │ │ ├── ansi-regex@3.0.0 │ │ └─┬ ansi-styles@3.2.1 │ │ └─┬ color-convert@1.9.3 │ │ └── color-name@1.1.3 │ ├── prop-types@15.7.2 deduped │ ├── qs@6.7.0 │ ├── UNMET PEER DEPENDENCY react@16.0.0-alpha.6 │ ├── UNMET PEER DEPENDENCY react-native@^0.55.4 │ ├── react-native-branch@2.2.5 │ ├─┬ react-native-gesture-handler@1.0.17 │ │ ├── hoist-non-react-statics@2.5.5 │ │ ├── invariant@2.2.4 deduped │ │ └── prop-types@15.7.2 deduped │ ├── react-native-maps@0.22.1 (github:expo/react-native-maps#e6f98ff7272e5d0a7fe974a41f28593af2d77bb2) │ ├── react-native-reanimated@1.0.0-alpha.11 │ ├── react-native-screens@1.0.0-alpha.22 │ ├─┬ react-native-svg@8.0.10 │ │ ├─┬ color@2.0.1 │ │ │ ├── color-convert@1.9.3 deduped │ │ │ └─┬ color-string@1.5.3 │ │ │ ├── color-name@1.1.3 deduped │ │ │ └─┬ simple-swizzle@0.2.2 │ │ │ └── is-arrayish@0.3.2 │ │ ├── lodash@4.17.15 deduped │ │ └── pegjs@0.10.0 │ ├── react-native-view-shot@2.5.0 │ ├── serialize-error@2.1.0 │ ├── uuid-js@0.7.5 │ └── whatwg-fetch@2.0.4 deduped ├─┬ jest-expo@32.0.1 │ ├── @babel/core@7.5.5 deduped │ ├── babel-core@7.0.0-bridge.0 │ ├─┬ babel-jest@23.6.0 │ │ ├─┬ babel-plugin-istanbul@4.1.6 │ │ │ ├── babel-plugin-syntax-object-rest-spread@6.13.0 │ │ │ ├── find-up@2.1.0 deduped │ │ │ ├─┬ istanbul-lib-instrument@1.10.2 │ │ │ │ ├── babel-generator@6.26.1 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.7.0 deduped │ │ │ └─┬ test-exclude@4.2.3 │ │ │ ├── arrify@1.0.1 │ │ │ ├── micromatch@2.3.11 deduped │ │ │ ├── object-assign@4.1.1 deduped │ │ │ ├─┬ read-pkg-up@1.0.1 │ │ │ │ ├─┬ find-up@1.1.2 │ │ │ │ │ ├─┬ path-exists@2.1.0 │ │ │ │ │ │ └── pinkie-promise@2.0.1 deduped │ │ │ │ │ └── pinkie-promise@2.0.1 deduped │ │ │ │ └─┬ read-pkg@1.1.0 │ │ │ │ ├─┬ load-json-file@1.1.0 │ │ │ │ │ ├── graceful-fs@4.2.0 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.5.0 deduped │ │ │ │ └─┬ path-type@1.1.0 │ │ │ │ ├── graceful-fs@4.2.0 deduped │ │ │ │ ├── pify@2.3.0 deduped │ │ │ │ └── pinkie-promise@2.0.1 deduped │ │ │ └── require-main-filename@1.0.1 deduped │ │ └─┬ babel-preset-jest@23.2.0 │ │ ├── babel-plugin-jest-hoist@23.2.0 │ │ └── babel-plugin-syntax-object-rest-spread@6.13.0 deduped │ ├─┬ jest@23.6.0 │ │ ├─┬ import-local@1.0.0 │ │ │ ├─┬ pkg-dir@2.0.0 │ │ │ │ └── find-up@2.1.0 deduped │ │ │ └─┬ resolve-cwd@2.0.0 │ │ │ └── resolve-from@3.0.0 │ │ └─┬ jest-cli@23.6.0 │ │ ├── ansi-escapes@3.2.0 deduped │ │ ├── chalk@2.4.2 deduped │ │ ├── exit@0.1.2 │ │ ├── glob@7.1.4 deduped │ │ ├── graceful-fs@4.2.0 deduped │ │ ├── import-local@1.0.0 deduped │ │ ├─┬ is-ci@1.2.1 │ │ │ └── ci-info@1.6.0 │ │ ├─┬ istanbul-api@1.3.7 │ │ │ ├── async@2.6.3 deduped │ │ │ ├─┬ fileset@2.0.3 │ │ │ │ ├── glob@7.1.4 deduped │ │ │ │ └── minimatch@3.0.4 deduped │ │ │ ├── istanbul-lib-coverage@1.2.1 deduped │ │ │ ├─┬ istanbul-lib-hook@1.2.2 │ │ │ │ └─┬ append-transform@0.4.0 │ │ │ │ └─┬ default-require-extensions@1.0.0 │ │ │ │ └─┬ strip-bom@2.0.0 │ │ │ │ └── is-utf8@0.2.1 deduped │ │ │ ├── istanbul-lib-instrument@1.10.2 deduped │ │ │ ├─┬ istanbul-lib-report@1.1.5 │ │ │ │ ├── istanbul-lib-coverage@1.2.1 deduped │ │ │ │ ├── mkdirp@0.5.1 deduped │ │ │ │ ├── path-parse@1.0.6 deduped │ │ │ │ └─┬ supports-color@3.2.3 │ │ │ │ └── has-flag@1.0.0 │ │ │ ├── istanbul-lib-source-maps@1.2.6 deduped │ │ │ ├─┬ istanbul-reports@1.5.1 │ │ │ │ └─┬ handlebars@4.1.2 │ │ │ │ ├── neo-async@2.6.1 │ │ │ │ ├── optimist@0.6.1 deduped │ │ │ │ ├── source-map@0.6.1 │ │ │ │ └─┬ uglify-js@3.6.0 │ │ │ │ ├── commander@2.20.0 deduped │ │ │ │ └── source-map@0.6.1 deduped │ │ │ ├─┬ js-yaml@3.13.1 │ │ │ │ ├─┬ argparse@1.0.10 │ │ │ │ │ └── sprintf-js@1.0.3 │ │ │ │ └── esprima@4.0.1 │ │ │ ├── mkdirp@0.5.1 deduped │ │ │ └── once@1.4.0 deduped │ │ ├── istanbul-lib-coverage@1.2.1 │ │ ├── istanbul-lib-instrument@1.10.2 deduped │ │ ├─┬ istanbul-lib-source-maps@1.2.6 │ │ │ ├─┬ debug@3.2.6 │ │ │ │ └── ms@2.1.2 deduped │ │ │ ├── istanbul-lib-coverage@1.2.1 deduped │ │ │ ├── mkdirp@0.5.1 deduped │ │ │ ├── rimraf@2.6.3 deduped │ │ │ └── source-map@0.5.7 deduped │ │ ├─┬ jest-changed-files@23.4.2 │ │ │ └── throat@4.1.0 deduped │ │ ├─┬ jest-config@23.6.0 │ │ │ ├── babel-core@6.26.3 deduped │ │ │ ├── babel-jest@23.6.0 deduped │ │ │ ├── chalk@2.4.2 deduped │ │ │ ├── glob@7.1.4 deduped │ │ │ ├── jest-environment-jsdom@23.4.0 deduped │ │ │ ├─┬ jest-environment-node@23.4.0 │ │ │ │ ├── jest-mock@23.2.0 deduped │ │ │ │ └── jest-util@23.4.0 deduped │ │ │ ├── jest-get-type@22.4.3 deduped │ │ │ ├─┬ jest-jasmine2@23.6.0 │ │ │ │ ├── babel-traverse@6.26.0 deduped │ │ │ │ ├── chalk@2.4.2 deduped │ │ │ │ ├── co@4.6.0 │ │ │ │ ├─┬ expect@23.6.0 │ │ │ │ │ ├── ansi-styles@3.2.1 deduped │ │ │ │ │ ├── jest-diff@23.6.0 deduped │ │ │ │ │ ├── jest-get-type@22.4.3 deduped │ │ │ │ │ ├── jest-matcher-utils@23.6.0 deduped │ │ │ │ │ ├── jest-message-util@23.4.0 deduped │ │ │ │ │ └── jest-regex-util@23.3.0 deduped │ │ │ │ ├── is-generator-fn@1.0.0 │ │ │ │ ├── jest-diff@23.6.0 deduped │ │ │ │ ├─┬ jest-each@23.6.0 │ │ │ │ │ ├── chalk@2.4.2 deduped │ │ │ │ │ └── pretty-format@23.6.0 deduped │ │ │ │ ├── jest-matcher-utils@23.6.0 deduped │ │ │ │ ├── jest-message-util@23.4.0 deduped │ │ │ │ ├── jest-snapshot@23.6.0 deduped │ │ │ │ ├── jest-util@23.4.0 deduped │ │ │ │ └── pretty-format@23.6.0 deduped │ │ │ ├── jest-regex-util@23.3.0 deduped │ │ │ ├─┬ jest-resolve@23.6.0 │ │ │ │ ├─┬ browser-resolve@1.11.3 │ │ │ │ │ └── resolve@1.1.7 │ │ │ │ ├── chalk@2.4.2 deduped │ │ │ │ └── realpath-native@1.1.0 deduped │ │ │ ├── jest-util@23.4.0 deduped │ │ │ ├── jest-validate@23.6.0 deduped │ │ │ ├── micromatch@2.3.11 deduped │ │ │ └── pretty-format@23.6.0 deduped │ │ ├─┬ jest-environment-jsdom@23.4.0 │ │ │ ├── jest-mock@23.2.0 │ │ │ ├── jest-util@23.4.0 deduped │ │ │ └─┬ jsdom@11.12.0 │ │ │ ├── abab@2.0.0 │ │ │ ├── acorn@5.7.3 │ │ │ ├─┬ acorn-globals@4.3.2 │ │ │ │ ├── acorn@6.2.1 │ │ │ │ └── acorn-walk@6.2.0 │ │ │ ├── array-equal@1.0.0 │ │ │ ├── cssom@0.3.8 │ │ │ ├─┬ cssstyle@1.4.0 │ │ │ │ └── cssom@0.3.8 deduped │ │ │ ├─┬ data-urls@1.1.0 │ │ │ │ ├── abab@2.0.0 deduped │ │ │ │ ├── whatwg-mimetype@2.3.0 deduped │ │ │ │ └─┬ whatwg-url@7.0.0 │ │ │ │ ├── lodash.sortby@4.7.0 deduped │ │ │ │ ├── tr46@1.0.1 deduped │ │ │ │ └── webidl-conversions@4.0.2 deduped │ │ │ ├─┬ domexception@1.0.1 │ │ │ │ └── webidl-conversions@4.0.2 deduped │ │ │ ├─┬ escodegen@1.11.1 │ │ │ │ ├── esprima@3.1.3 │ │ │ │ ├── estraverse@4.2.0 │ │ │ │ ├── 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 deduped │ │ │ │ └── source-map@0.6.1 │ │ │ ├─┬ html-encoding-sniffer@1.0.2 │ │ │ │ └── whatwg-encoding@1.0.5 deduped │ │ │ ├── left-pad@1.3.0 │ │ │ ├── nwsapi@2.1.4 │ │ │ ├── parse5@4.0.0 │ │ │ ├── pn@1.1.0 │ │ │ ├─┬ request@2.88.0 │ │ │ │ ├── aws-sign2@0.7.0 │ │ │ │ ├── aws4@1.8.0 │ │ │ │ ├── caseless@0.12.0 │ │ │ │ ├─┬ combined-stream@1.0.8 │ │ │ │ │ └── delayed-stream@1.0.0 │ │ │ │ ├── extend@3.0.2 │ │ │ │ ├── forever-agent@0.6.1 │ │ │ │ ├─┬ form-data@2.3.3 │ │ │ │ │ ├── asynckit@0.4.0 │ │ │ │ │ ├── combined-stream@1.0.8 deduped │ │ │ │ │ └── mime-types@2.1.24 deduped │ │ │ │ ├─┬ har-validator@5.1.3 │ │ │ │ │ ├── ajv@6.10.2 deduped │ │ │ │ │ └── har-schema@2.0.0 │ │ │ │ ├─┬ http-signature@1.2.0 │ │ │ │ │ ├── assert-plus@1.0.0 │ │ │ │ │ ├─┬ jsprim@1.4.1 │ │ │ │ │ │ ├── assert-plus@1.0.0 deduped │ │ │ │ │ │ ├── extsprintf@1.3.0 │ │ │ │ │ │ ├── json-schema@0.2.3 │ │ │ │ │ │ └─┬ verror@1.10.0 │ │ │ │ │ │ ├── assert-plus@1.0.0 deduped │ │ │ │ │ │ ├── core-util-is@1.0.2 deduped │ │ │ │ │ │ └── extsprintf@1.3.0 deduped │ │ │ │ │ └─┬ sshpk@1.16.1 │ │ │ │ │ ├─┬ asn1@0.2.4 │ │ │ │ │ │ └── safer-buffer@2.1.2 deduped │ │ │ │ │ ├── assert-plus@1.0.0 deduped │ │ │ │ │ ├─┬ bcrypt-pbkdf@1.0.2 │ │ │ │ │ │ └── tweetnacl@0.14.5 deduped │ │ │ │ │ ├─┬ dashdash@1.14.1 │ │ │ │ │ │ └── assert-plus@1.0.0 deduped │ │ │ │ │ ├─┬ ecc-jsbn@0.1.2 │ │ │ │ │ │ ├── jsbn@0.1.1 deduped │ │ │ │ │ │ └── safer-buffer@2.1.2 deduped │ │ │ │ │ ├─┬ getpass@0.1.7 │ │ │ │ │ │ └── assert-plus@1.0.0 deduped │ │ │ │ │ ├── jsbn@0.1.1 │ │ │ │ │ ├── safer-buffer@2.1.2 deduped │ │ │ │ │ └── tweetnacl@0.14.5 │ │ │ │ ├── is-typedarray@1.0.0 │ │ │ │ ├── isstream@0.1.2 │ │ │ │ ├── json-stringify-safe@5.0.1 │ │ │ │ ├── mime-types@2.1.24 deduped │ │ │ │ ├── oauth-sign@0.9.0 │ │ │ │ ├── performance-now@2.1.0 │ │ │ │ ├── qs@6.5.2 │ │ │ │ ├── safe-buffer@5.1.2 deduped │ │ │ │ ├─┬ tough-cookie@2.4.3 │ │ │ │ │ ├── psl@1.2.0 deduped │ │ │ │ │ └── punycode@1.4.1 │ │ │ │ ├─┬ tunnel-agent@0.6.0 │ │ │ │ │ └── safe-buffer@5.1.2 deduped │ │ │ │ └── uuid@3.3.2 deduped │ │ │ ├─┬ request-promise-native@1.0.7 │ │ │ │ ├─┬ request-promise-core@1.1.2 │ │ │ │ │ └── lodash@4.17.15 deduped │ │ │ │ ├── stealthy-require@1.1.1 │ │ │ │ └── tough-cookie@2.5.0 deduped │ │ │ ├── sax@1.2.4 │ │ │ ├── symbol-tree@3.2.4 │ │ │ ├─┬ tough-cookie@2.5.0 │ │ │ │ ├── psl@1.2.0 │ │ │ │ └── punycode@2.1.1 deduped │ │ │ ├─┬ w3c-hr-time@1.0.1 │ │ │ │ └── browser-process-hrtime@0.1.3 │ │ │ ├── webidl-conversions@4.0.2 │ │ │ ├─┬ whatwg-encoding@1.0.5 │ │ │ │ └── iconv-lite@0.4.24 deduped │ │ │ ├── whatwg-mimetype@2.3.0 │ │ │ ├─┬ whatwg-url@6.5.0 │ │ │ │ ├── lodash.sortby@4.7.0 │ │ │ │ ├─┬ tr46@1.0.1 │ │ │ │ │ └── punycode@2.1.1 deduped │ │ │ │ └── webidl-conversions@4.0.2 deduped │ │ │ ├─┬ ws@5.2.2 │ │ │ │ └── async-limiter@1.0.0 deduped │ │ │ └── xml-name-validator@3.0.0 │ │ ├── jest-get-type@22.4.3 │ │ ├─┬ jest-haste-map@23.6.0 │ │ │ ├── fb-watchman@2.0.0 deduped │ │ │ ├── graceful-fs@4.2.0 deduped │ │ │ ├── invariant@2.2.4 deduped │ │ │ ├── jest-docblock@23.2.0 deduped │ │ │ ├── jest-serializer@23.0.1 deduped │ │ │ ├── jest-worker@23.2.0 deduped │ │ │ ├── micromatch@2.3.11 deduped │ │ │ └── sane@2.5.2 deduped │ │ ├─┬ jest-message-util@23.4.0 │ │ │ ├── @babel/code-frame@7.5.5 deduped │ │ │ ├── chalk@2.4.2 deduped │ │ │ ├── micromatch@2.3.11 deduped │ │ │ ├── slash@1.0.0 deduped │ │ │ └── stack-utils@1.0.2 │ │ ├── jest-regex-util@23.3.0 │ │ ├─┬ jest-resolve-dependencies@23.6.0 │ │ │ ├── jest-regex-util@23.3.0 deduped │ │ │ └── jest-snapshot@23.6.0 deduped │ │ ├─┬ jest-runner@23.6.0 │ │ │ ├── exit@0.1.2 deduped │ │ │ ├── graceful-fs@4.2.0 deduped │ │ │ ├── jest-config@23.6.0 deduped │ │ │ ├── jest-docblock@23.2.0 deduped │ │ │ ├─┬ jest-haste-map@23.6.0 │ │ │ │ ├── fb-watchman@2.0.0 deduped │ │ │ │ ├── graceful-fs@4.2.0 deduped │ │ │ │ ├── invariant@2.2.4 deduped │ │ │ │ ├── jest-docblock@23.2.0 deduped │ │ │ │ ├── jest-serializer@23.0.1 deduped │ │ │ │ ├── jest-worker@23.2.0 deduped │ │ │ │ ├── micromatch@2.3.11 deduped │ │ │ │ └── sane@2.5.2 deduped │ │ │ ├── jest-jasmine2@23.6.0 deduped │ │ │ ├─┬ jest-leak-detector@23.6.0 │ │ │ │ └── pretty-format@23.6.0 deduped │ │ │ ├── jest-message-util@23.4.0 deduped │ │ │ ├── jest-runtime@23.6.0 deduped │ │ │ ├── jest-util@23.4.0 deduped │ │ │ ├── jest-worker@23.2.0 deduped │ │ │ ├─┬ source-map-support@0.5.12 │ │ │ │ ├── buffer-from@1.1.1 deduped │ │ │ │ └── source-map@0.6.1 │ │ │ └── throat@4.1.0 deduped │ │ ├─┬ jest-runtime@23.6.0 │ │ │ ├── babel-core@6.26.3 deduped │ │ │ ├── babel-plugin-istanbul@4.1.6 deduped │ │ │ ├── chalk@2.4.2 deduped │ │ │ ├── convert-source-map@1.6.0 deduped │ │ │ ├── exit@0.1.2 deduped │ │ │ ├── fast-json-stable-stringify@2.0.0 │ │ │ ├── graceful-fs@4.2.0 deduped │ │ │ ├── jest-config@23.6.0 deduped │ │ │ ├─┬ jest-haste-map@23.6.0 │ │ │ │ ├── fb-watchman@2.0.0 deduped │ │ │ │ ├── graceful-fs@4.2.0 deduped │ │ │ │ ├── invariant@2.2.4 deduped │ │ │ │ ├── jest-docblock@23.2.0 deduped │ │ │ │ ├── jest-serializer@23.0.1 deduped │ │ │ │ ├── jest-worker@23.2.0 deduped │ │ │ │ ├── micromatch@2.3.11 deduped │ │ │ │ └── sane@2.5.2 deduped │ │ │ ├── jest-message-util@23.4.0 deduped │ │ │ ├── jest-regex-util@23.3.0 deduped │ │ │ ├── jest-resolve@23.6.0 deduped │ │ │ ├── jest-snapshot@23.6.0 deduped │ │ │ ├── jest-util@23.4.0 deduped │ │ │ ├── jest-validate@23.6.0 deduped │ │ │ ├── micromatch@2.3.11 deduped │ │ │ ├── realpath-native@1.1.0 deduped │ │ │ ├── slash@1.0.0 deduped │ │ │ ├── strip-bom@3.0.0 │ │ │ ├─┬ write-file-atomic@2.4.3 │ │ │ │ ├── graceful-fs@4.2.0 deduped │ │ │ │ ├── imurmurhash@0.1.4 deduped │ │ │ │ └── signal-exit@3.0.2 deduped │ │ │ └─┬ yargs@11.1.0 │ │ │ ├─┬ 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 deduped │ │ │ ├── get-caller-file@1.0.3 deduped │ │ │ ├── os-locale@2.1.0 deduped │ │ │ ├── require-directory@2.1.1 deduped │ │ │ ├── require-main-filename@1.0.1 deduped │ │ │ ├── set-blocking@2.0.0 deduped │ │ │ ├── string-width@2.1.1 deduped │ │ │ ├── which-module@2.0.0 deduped │ │ │ ├── y18n@3.2.1 deduped │ │ │ └─┬ yargs-parser@9.0.2 │ │ │ └── camelcase@4.1.0 deduped │ │ ├─┬ jest-snapshot@23.6.0 │ │ │ ├── babel-types@6.26.0 deduped │ │ │ ├── chalk@2.4.2 deduped │ │ │ ├─┬ jest-diff@23.6.0 │ │ │ │ ├── chalk@2.4.2 deduped │ │ │ │ ├── diff@3.5.0 │ │ │ │ ├── jest-get-type@22.4.3 deduped │ │ │ │ └── pretty-format@23.6.0 deduped │ │ │ ├─┬ jest-matcher-utils@23.6.0 │ │ │ │ ├── chalk@2.4.2 deduped │ │ │ │ ├── jest-get-type@22.4.3 deduped │ │ │ │ └── pretty-format@23.6.0 deduped │ │ │ ├── jest-message-util@23.4.0 deduped │ │ │ ├── jest-resolve@23.6.0 deduped │ │ │ ├── mkdirp@0.5.1 deduped │ │ │ ├── natural-compare@1.4.0 │ │ │ ├── pretty-format@23.6.0 deduped │ │ │ └── semver@5.7.0 deduped │ │ ├─┬ jest-util@23.4.0 │ │ │ ├── callsites@2.0.0 │ │ │ ├── chalk@2.4.2 deduped │ │ │ ├── graceful-fs@4.2.0 deduped │ │ │ ├── is-ci@1.2.1 deduped │ │ │ ├── jest-message-util@23.4.0 deduped │ │ │ ├── mkdirp@0.5.1 deduped │ │ │ ├── slash@1.0.0 deduped │ │ │ └── source-map@0.6.1 │ │ ├─┬ jest-validate@23.6.0 │ │ │ ├── chalk@2.4.2 deduped │ │ │ ├── jest-get-type@22.4.3 deduped │ │ │ ├── leven@2.1.0 │ │ │ └── pretty-format@23.6.0 deduped │ │ ├─┬ jest-watcher@23.4.0 │ │ │ ├── ansi-escapes@3.2.0 deduped │ │ │ ├── chalk@2.4.2 deduped │ │ │ └── string-length@2.0.0 deduped │ │ ├── jest-worker@23.2.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.1 │ │ │ │ │ │ ├── is-number@4.0.0 │ │ │ │ │ │ ├── kind-of@6.0.2 │ │ │ │ │ │ └── math-random@1.0.4 │ │ │ │ │ ├── repeat-element@1.1.3 deduped │ │ │ │ │ └── repeat-string@1.6.1 │ │ │ │ ├── preserve@0.2.0 │ │ │ │ └── repeat-element@1.1.3 │ │ │ ├─┬ 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 │ │ │ ├─┬ normalize-path@2.1.1 │ │ │ │ └── remove-trailing-separator@1.1.0 │ │ │ ├─┬ 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 deduped │ │ │ │ ├── is-dotfile@1.0.3 │ │ │ │ ├── is-extglob@1.0.0 deduped │ │ │ │ └── is-glob@2.0.1 deduped │ │ │ └─┬ regex-cache@0.4.4 │ │ │ └─┬ is-equal-shallow@0.1.3 │ │ │ └── is-primitive@2.0.0 │ │ ├── node-notifier@5.4.0 deduped │ │ ├─┬ prompts@0.1.14 │ │ │ ├── kleur@2.0.2 │ │ │ └── sisteransi@0.1.1 │ │ ├─┬ realpath-native@1.1.0 │ │ │ └─┬ 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.13.0 │ │ │ ├─┬ es-to-primitive@1.2.0 │ │ │ │ ├── is-callable@1.1.4 deduped │ │ │ │ ├── is-date-object@1.0.1 │ │ │ │ └─┬ is-symbol@1.0.2 │ │ │ │ └── has-symbols@1.0.0 deduped │ │ │ ├── function-bind@1.1.1 deduped │ │ │ ├─┬ has@1.0.3 │ │ │ │ └── function-bind@1.1.1 deduped │ │ │ ├── is-callable@1.1.4 │ │ │ ├─┬ is-regex@1.0.4 │ │ │ │ └── has@1.0.3 deduped │ │ │ └── object-keys@1.1.1 deduped │ │ ├── rimraf@2.6.3 deduped │ │ ├── slash@1.0.0 │ │ ├─┬ 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@11.1.0 │ │ ├─┬ 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 deduped │ │ ├── get-caller-file@1.0.3 deduped │ │ ├── os-locale@2.1.0 deduped │ │ ├── require-directory@2.1.1 deduped │ │ ├── require-main-filename@1.0.1 deduped │ │ ├── set-blocking@2.0.0 deduped │ │ ├── string-width@2.1.1 deduped │ │ ├── which-module@2.0.0 deduped │ │ ├── y18n@3.2.1 deduped │ │ └─┬ yargs-parser@9.0.2 │ │ └── camelcase@4.1.0 deduped │ ├─┬ json5@2.1.0 │ │ └── minimist@1.2.0 deduped │ └─┬ react-test-renderer@16.8.6 │ ├── object-assign@4.1.1 deduped │ ├── prop-types@15.7.2 deduped │ ├── react-is@16.8.6 deduped │ └─┬ scheduler@0.13.6 │ ├── loose-envify@1.4.0 deduped │ └── object-assign@4.1.1 deduped ├── moment@2.24.0 ├─┬ moment-timezone@0.5.26 │ └── moment@2.24.0 deduped ├─┬ prop-types@15.7.2 │ ├─┬ loose-envify@1.4.0 │ │ └── js-tokens@4.0.0 │ ├── object-assign@4.1.1 │ └── react-is@16.8.6 ├─┬ react@16.5.0 │ ├── loose-envify@1.4.0 deduped │ ├── object-assign@4.1.1 deduped │ ├── prop-types@15.7.2 deduped │ └─┬ schedule@0.3.0 │ └── object-assign@4.1.1 deduped ├── react-moment@0.7.9 ├─┬ react-native@0.57.1 │ ├── absolute-path@0.0.0 │ ├── art@0.10.3 │ ├── base64-js@1.3.0 │ ├─┬ chalk@1.1.3 │ │ ├── ansi-styles@2.2.1 │ │ ├── escape-string-regexp@1.0.5 deduped │ │ ├─┬ has-ansi@2.0.0 │ │ │ └── ansi-regex@2.1.1 │ │ ├─┬ strip-ansi@3.0.1 │ │ │ └── ansi-regex@2.1.1 deduped │ │ └── supports-color@2.0.0 │ ├── commander@2.20.0 │ ├─┬ compression@1.7.4 │ │ ├─┬ accepts@1.3.7 │ │ │ ├─┬ mime-types@2.1.24 │ │ │ │ └── mime-db@1.40.0 deduped │ │ │ └── negotiator@0.6.2 │ │ ├── bytes@3.0.0 │ │ ├─┬ compressible@2.0.17 │ │ │ └── mime-db@1.40.0 │ │ ├─┬ debug@2.6.9 │ │ │ └── ms@2.0.0 │ │ ├── on-headers@1.0.2 │ │ ├── safe-buffer@5.1.2 │ │ └── vary@1.1.2 │ ├─┬ connect@3.7.0 │ │ ├─┬ debug@2.6.9 │ │ │ └── ms@2.0.0 │ │ ├─┬ finalhandler@1.1.2 │ │ │ ├─┬ debug@2.6.9 │ │ │ │ └── ms@2.0.0 │ │ │ ├── encodeurl@1.0.2 deduped │ │ │ ├── escape-html@1.0.3 deduped │ │ │ ├── on-finished@2.3.0 deduped │ │ │ ├── parseurl@1.3.3 deduped │ │ │ ├── statuses@1.5.0 │ │ │ └── unpipe@1.0.0 │ │ ├── parseurl@1.3.3 │ │ └── utils-merge@1.0.1 │ ├─┬ create-react-class@15.6.3 │ │ ├── fbjs@0.8.17 deduped │ │ ├── loose-envify@1.4.0 deduped │ │ └── object-assign@4.1.1 deduped │ ├─┬ debug@2.6.9 │ │ └── ms@2.0.0 │ ├── denodeify@1.2.1 │ ├── envinfo@5.12.1 │ ├─┬ errorhandler@1.5.1 │ │ ├── accepts@1.3.7 deduped │ │ └── escape-html@1.0.3 │ ├── escape-string-regexp@1.0.5 │ ├── event-target-shim@1.1.1 │ ├─┬ fbjs@0.8.17 │ │ ├── core-js@1.2.7 │ │ ├─┬ isomorphic-fetch@2.2.1 │ │ │ ├─┬ node-fetch@1.7.3 │ │ │ │ ├── encoding@0.1.12 deduped │ │ │ │ └── is-stream@1.1.0 deduped │ │ │ └── whatwg-fetch@2.0.4 deduped │ │ ├── loose-envify@1.4.0 deduped │ │ ├── object-assign@4.1.1 deduped │ │ ├── promise@7.3.1 deduped │ │ ├── setimmediate@1.0.5 │ │ └── ua-parser-js@0.7.20 deduped │ ├─┬ fbjs-scripts@0.8.3 │ │ ├─┬ ansi-colors@1.1.0 │ │ │ └── ansi-wrap@0.1.0 │ │ ├─┬ babel-core@6.26.3 │ │ │ ├─┬ babel-code-frame@6.26.0 │ │ │ │ ├─┬ chalk@1.1.3 │ │ │ │ │ ├── ansi-styles@2.2.1 │ │ │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ │ │ ├── has-ansi@2.0.0 deduped │ │ │ │ │ ├── strip-ansi@3.0.1 deduped │ │ │ │ │ └── supports-color@2.0.0 │ │ │ │ ├── esutils@2.0.2 deduped │ │ │ │ └── js-tokens@3.0.2 │ │ │ ├─┬ 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 deduped │ │ │ │ ├── jsesc@1.3.0 │ │ │ │ ├── lodash@4.17.15 deduped │ │ │ │ ├── source-map@0.5.7 deduped │ │ │ │ └── trim-right@1.0.1 deduped │ │ │ ├─┬ 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.6.9 │ │ │ │ ├─┬ home-or-tmp@2.0.0 │ │ │ │ │ ├── os-homedir@1.0.2 │ │ │ │ │ └── os-tmpdir@1.0.2 deduped │ │ │ │ ├── lodash@4.17.15 deduped │ │ │ │ ├── mkdirp@0.5.1 deduped │ │ │ │ └─┬ source-map-support@0.4.18 │ │ │ │ └── source-map@0.5.7 deduped │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ ├─┬ babel-template@6.26.0 │ │ │ │ ├── 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.15 deduped │ │ │ ├─┬ babel-traverse@6.26.0 │ │ │ │ ├── babel-code-frame@6.26.0 deduped │ │ │ │ ├── babel-messages@6.23.0 deduped │ │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ │ ├── babel-types@6.26.0 deduped │ │ │ │ ├── babylon@6.18.0 deduped │ │ │ │ ├─┬ debug@2.6.9 │ │ │ │ │ └── ms@2.0.0 │ │ │ │ ├── globals@9.18.0 │ │ │ │ ├── invariant@2.2.4 deduped │ │ │ │ └── lodash@4.17.15 deduped │ │ │ ├─┬ babel-types@6.26.0 │ │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ │ ├── esutils@2.0.2 deduped │ │ │ │ ├── lodash@4.17.15 deduped │ │ │ │ └── to-fast-properties@1.0.3 │ │ │ ├── babylon@6.18.0 │ │ │ ├── convert-source-map@1.6.0 deduped │ │ │ ├─┬ debug@2.6.9 │ │ │ │ └── ms@2.0.0 │ │ │ ├── json5@0.5.1 │ │ │ ├── lodash@4.17.15 deduped │ │ │ ├── minimatch@3.0.4 deduped │ │ │ ├── path-is-absolute@1.0.1 deduped │ │ │ ├── private@0.1.8 │ │ │ ├── slash@1.0.0 deduped │ │ │ └── source-map@0.5.7 deduped │ │ ├─┬ babel-preset-fbjs@2.3.0 │ │ │ ├─┬ babel-plugin-check-es2015-constants@6.22.0 │ │ │ │ └── babel-runtime@6.26.0 deduped │ │ │ ├── babel-plugin-syntax-class-properties@6.13.0 │ │ │ ├── babel-plugin-syntax-flow@6.18.0 │ │ │ ├── babel-plugin-syntax-jsx@6.18.0 │ │ │ ├── babel-plugin-syntax-object-rest-spread@6.13.0 deduped │ │ │ ├── babel-plugin-syntax-trailing-function-commas@6.22.0 │ │ │ ├─┬ babel-plugin-transform-class-properties@6.24.1 │ │ │ │ ├─┬ babel-helper-function-name@6.24.1 │ │ │ │ │ ├── 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-syntax-class-properties@6.13.0 deduped │ │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ │ └── babel-template@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.15 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.15 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 │ │ │ │ └── babel-runtime@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-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-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 │ │ │ │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ │ │ │ └── babel-types@6.26.0 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 │ │ │ │ │ ├── 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-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-template-literals@6.22.0 │ │ │ │ └── babel-runtime@6.26.0 deduped │ │ │ ├─┬ babel-plugin-transform-es3-member-expression-literals@6.22.0 │ │ │ │ └── babel-runtime@6.26.0 deduped │ │ │ ├─┬ babel-plugin-transform-es3-property-literals@6.22.0 │ │ │ │ └── babel-runtime@6.26.0 deduped │ │ │ ├─┬ babel-plugin-transform-flow-strip-types@6.22.0 │ │ │ │ ├── babel-plugin-syntax-flow@6.18.0 deduped │ │ │ │ └── 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-display-name@6.25.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 deduped │ │ │ └── babel-runtime@6.26.0 deduped │ │ ├── core-js@2.6.9 │ │ ├── cross-spawn@5.1.0 deduped │ │ ├─┬ fancy-log@1.3.3 │ │ │ ├─┬ ansi-gray@0.1.1 │ │ │ │ └── ansi-wrap@0.1.0 deduped │ │ │ ├── color-support@1.1.3 │ │ │ ├── parse-node-version@1.0.1 │ │ │ └── time-stamp@1.1.0 │ │ ├── object-assign@4.1.1 deduped │ │ ├─┬ plugin-error@0.1.2 │ │ │ ├─┬ ansi-cyan@0.1.1 │ │ │ │ └── ansi-wrap@0.1.0 deduped │ │ │ ├─┬ ansi-red@0.1.1 │ │ │ │ └── ansi-wrap@0.1.0 deduped │ │ │ ├─┬ arr-diff@1.1.0 │ │ │ │ ├── arr-flatten@1.1.0 │ │ │ │ └── array-slice@0.2.3 │ │ │ ├── arr-union@2.1.0 │ │ │ └─┬ extend-shallow@1.1.4 │ │ │ └── kind-of@1.1.0 │ │ ├── semver@5.7.0 deduped │ │ └─┬ through2@2.0.5 │ │ ├─┬ readable-stream@2.3.6 │ │ │ ├── core-util-is@1.0.2 │ │ │ ├── inherits@2.0.4 deduped │ │ │ ├── isarray@1.0.0 deduped │ │ │ ├── process-nextick-args@2.0.1 │ │ │ ├── safe-buffer@5.1.2 deduped │ │ │ ├── string_decoder@1.1.1 deduped │ │ │ └── util-deprecate@1.0.2 deduped │ │ └── xtend@4.0.2 │ ├─┬ fs-extra@1.0.0 │ │ ├── graceful-fs@4.2.0 deduped │ │ ├─┬ jsonfile@2.4.0 │ │ │ └── graceful-fs@4.2.0 deduped │ │ └─┬ klaw@1.3.1 │ │ └── graceful-fs@4.2.0 deduped │ ├─┬ glob@7.1.4 │ │ ├── fs.realpath@1.0.0 │ │ ├─┬ inflight@1.0.6 │ │ │ ├── once@1.4.0 deduped │ │ │ └── wrappy@1.0.2 │ │ ├── inherits@2.0.4 │ │ ├─┬ minimatch@3.0.4 │ │ │ └─┬ brace-expansion@1.1.11 │ │ │ ├── balanced-match@1.0.0 │ │ │ └── concat-map@0.0.1 │ │ ├─┬ once@1.4.0 │ │ │ └── wrappy@1.0.2 deduped │ │ └── path-is-absolute@1.0.1 │ ├── graceful-fs@4.2.0 │ ├─┬ inquirer@3.3.0 │ │ ├── ansi-escapes@3.2.0 │ │ ├── chalk@2.4.2 deduped │ │ ├─┬ cli-cursor@2.1.0 │ │ │ └─┬ restore-cursor@2.0.0 │ │ │ ├─┬ onetime@2.0.1 │ │ │ │ └── mimic-fn@1.2.0 deduped │ │ │ └── signal-exit@3.0.2 │ │ ├── cli-width@2.2.0 │ │ ├─┬ external-editor@2.2.0 │ │ │ ├── chardet@0.4.2 │ │ │ ├─┬ iconv-lite@0.4.24 │ │ │ │ └── safer-buffer@2.1.2 │ │ │ └─┬ tmp@0.0.33 │ │ │ └── os-tmpdir@1.0.2 deduped │ │ ├─┬ figures@2.0.0 │ │ │ └── escape-string-regexp@1.0.5 deduped │ │ ├── lodash@4.17.15 deduped │ │ ├── mute-stream@0.0.7 │ │ ├─┬ run-async@2.3.0 │ │ │ └── is-promise@2.1.0 │ │ ├── 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 │ │ │ └── ansi-regex@3.0.0 │ │ ├─┬ strip-ansi@4.0.0 │ │ │ └── ansi-regex@3.0.0 │ │ └── through@2.3.8 │ ├── lodash@4.17.15 deduped │ ├─┬ metro@0.45.6 │ │ ├── @babel/core@7.5.5 deduped │ │ ├── @babel/generator@7.5.5 deduped │ │ ├── @babel/parser@7.5.5 deduped │ │ ├─┬ @babel/plugin-external-helpers@7.2.0 │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ │ ├── @babel/template@7.4.4 deduped │ │ ├── @babel/traverse@7.5.5 deduped │ │ ├── @babel/types@7.5.5 deduped │ │ ├── absolute-path@0.0.0 deduped │ │ ├─┬ async@2.6.3 │ │ │ └── lodash@4.17.15 deduped │ │ ├── babel-preset-fbjs@2.3.0 deduped │ │ ├─┬ chalk@1.1.3 │ │ │ ├── ansi-styles@2.2.1 │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ ├── has-ansi@2.0.0 deduped │ │ │ ├── strip-ansi@3.0.1 deduped │ │ │ └── supports-color@2.0.0 │ │ ├─┬ concat-stream@1.6.2 │ │ │ ├── buffer-from@1.1.1 │ │ │ ├── inherits@2.0.4 deduped │ │ │ ├── readable-stream@2.3.6 deduped │ │ │ └── typedarray@0.0.6 │ │ ├── connect@3.7.0 deduped │ │ ├─┬ debug@2.6.9 │ │ │ └── ms@2.0.0 │ │ ├── denodeify@1.2.1 deduped │ │ ├── eventemitter3@3.1.2 │ │ ├── fbjs@0.8.17 deduped │ │ ├── fs-extra@1.0.0 deduped │ │ ├── graceful-fs@4.2.0 deduped │ │ ├── image-size@0.6.3 │ │ ├─┬ jest-docblock@23.2.0 │ │ │ └── detect-newline@2.1.0 │ │ ├─┬ jest-haste-map@23.5.0 │ │ │ ├─┬ fb-watchman@2.0.0 │ │ │ │ └─┬ bser@2.1.0 │ │ │ │ └── node-int64@0.4.0 │ │ │ ├── graceful-fs@4.2.0 deduped │ │ │ ├── invariant@2.2.4 deduped │ │ │ ├── jest-docblock@23.2.0 deduped │ │ │ ├── jest-serializer@23.0.1 │ │ │ ├── jest-worker@23.2.0 deduped │ │ │ ├── micromatch@2.3.11 deduped │ │ │ └─┬ sane@2.5.2 │ │ │ ├─┬ anymatch@2.0.0 │ │ │ │ ├─┬ micromatch@3.1.10 │ │ │ │ │ ├── arr-diff@4.0.0 │ │ │ │ │ ├── array-unique@0.3.2 │ │ │ │ │ ├─┬ braces@2.3.2 │ │ │ │ │ │ ├── arr-flatten@1.1.0 deduped │ │ │ │ │ │ ├── array-unique@0.3.2 deduped │ │ │ │ │ │ ├─┬ extend-shallow@2.0.1 │ │ │ │ │ │ │ └── is-extendable@0.1.1 deduped │ │ │ │ │ │ ├─┬ fill-range@4.0.0 │ │ │ │ │ │ │ ├─┬ extend-shallow@2.0.1 │ │ │ │ │ │ │ │ └── is-extendable@0.1.1 deduped │ │ │ │ │ │ │ ├─┬ is-number@3.0.0 │ │ │ │ │ │ │ │ └─┬ kind-of@3.2.2 │ │ │ │ │ │ │ │ └── is-buffer@1.1.6 deduped │ │ │ │ │ │ │ ├── repeat-string@1.6.1 deduped │ │ │ │ │ │ │ └── to-regex-range@2.1.1 deduped │ │ │ │ │ │ ├── isobject@3.0.1 │ │ │ │ │ │ ├── repeat-element@1.1.3 deduped │ │ │ │ │ │ ├── snapdragon@0.8.2 deduped │ │ │ │ │ │ ├── snapdragon-node@2.1.1 deduped │ │ │ │ │ │ ├── split-string@3.1.0 deduped │ │ │ │ │ │ └── to-regex@3.0.2 deduped │ │ │ │ │ ├── define-property@2.0.2 deduped │ │ │ │ │ ├─┬ extend-shallow@3.0.2 │ │ │ │ │ │ ├── assign-symbols@1.0.0 deduped │ │ │ │ │ │ └─┬ is-extendable@1.0.1 │ │ │ │ │ │ └── is-plain-object@2.0.4 deduped │ │ │ │ │ ├─┬ extglob@2.0.4 │ │ │ │ │ │ ├── array-unique@0.3.2 deduped │ │ │ │ │ │ ├─┬ define-property@1.0.0 │ │ │ │ │ │ │ └─┬ is-descriptor@1.0.2 │ │ │ │ │ │ │ ├─┬ is-accessor-descriptor@1.0.0 │ │ │ │ │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ │ │ │ │ ├─┬ is-data-descriptor@1.0.0 │ │ │ │ │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ │ │ │ ├─┬ expand-brackets@2.1.4 │ │ │ │ │ │ │ ├─┬ debug@2.6.9 │ │ │ │ │ │ │ │ └── ms@2.0.0 │ │ │ │ │ │ │ ├─┬ define-property@0.2.5 │ │ │ │ │ │ │ │ └─┬ is-descriptor@0.1.6 │ │ │ │ │ │ │ │ ├─┬ is-accessor-descriptor@0.1.6 │ │ │ │ │ │ │ │ │ └─┬ kind-of@3.2.2 │ │ │ │ │ │ │ │ │ └── is-buffer@1.1.6 deduped │ │ │ │ │ │ │ │ ├─┬ is-data-descriptor@0.1.4 │ │ │ │ │ │ │ │ │ └─┬ kind-of@3.2.2 │ │ │ │ │ │ │ │ │ └── is-buffer@1.1.6 deduped │ │ │ │ │ │ │ │ └── kind-of@5.1.0 │ │ │ │ │ │ │ ├─┬ extend-shallow@2.0.1 │ │ │ │ │ │ │ │ └── is-extendable@0.1.1 deduped │ │ │ │ │ │ │ ├── posix-character-classes@0.1.1 deduped │ │ │ │ │ │ │ ├── regex-not@1.0.2 deduped │ │ │ │ │ │ │ ├── snapdragon@0.8.2 deduped │ │ │ │ │ │ │ └── to-regex@3.0.2 deduped │ │ │ │ │ │ ├─┬ extend-shallow@2.0.1 │ │ │ │ │ │ │ └── is-extendable@0.1.1 deduped │ │ │ │ │ │ ├── fragment-cache@0.2.1 deduped │ │ │ │ │ │ ├── regex-not@1.0.2 deduped │ │ │ │ │ │ ├── snapdragon@0.8.2 deduped │ │ │ │ │ │ └── to-regex@3.0.2 deduped │ │ │ │ │ ├── fragment-cache@0.2.1 deduped │ │ │ │ │ ├── kind-of@6.0.2 │ │ │ │ │ ├── nanomatch@1.2.13 deduped │ │ │ │ │ ├── object.pick@1.3.0 deduped │ │ │ │ │ ├── regex-not@1.0.2 deduped │ │ │ │ │ ├── snapdragon@0.8.2 deduped │ │ │ │ │ └── to-regex@3.0.2 deduped │ │ │ │ └── normalize-path@2.1.1 deduped │ │ │ ├─┬ capture-exit@1.2.0 │ │ │ │ └── rsvp@3.6.2 │ │ │ ├─┬ exec-sh@0.2.2 │ │ │ │ └── merge@1.2.1 │ │ │ ├── fb-watchman@2.0.0 deduped │ │ │ ├─┬ fsevents@1.2.9 │ │ │ │ ├── nan@2.14.0 │ │ │ │ └─┬ node-pre-gyp@0.12.0 │ │ │ │ ├── detect-libc@1.0.3 │ │ │ │ ├─┬ mkdirp@0.5.1 │ │ │ │ │ └── minimist@0.0.8 │ │ │ │ ├─┬ needle@2.3.0 │ │ │ │ │ ├─┬ debug@4.1.1 │ │ │ │ │ │ └── ms@2.1.1 │ │ │ │ │ ├─┬ iconv-lite@0.4.24 │ │ │ │ │ │ └── safer-buffer@2.1.2 │ │ │ │ │ └── sax@1.2.4 │ │ │ │ ├─┬ nopt@4.0.1 │ │ │ │ │ ├── abbrev@1.1.1 │ │ │ │ │ └─┬ osenv@0.1.5 │ │ │ │ │ ├── os-homedir@1.0.2 │ │ │ │ │ └── os-tmpdir@1.0.2 │ │ │ │ ├─┬ npm-packlist@1.4.1 │ │ │ │ │ ├─┬ ignore-walk@3.0.1 │ │ │ │ │ │ └─┬ minimatch@3.0.4 │ │ │ │ │ │ └─┬ brace-expansion@1.1.11 │ │ │ │ │ │ ├── balanced-match@1.0.0 │ │ │ │ │ │ └── concat-map@0.0.1 │ │ │ │ │ └── npm-bundled@1.0.6 │ │ │ │ ├─┬ npmlog@4.1.2 │ │ │ │ │ ├─┬ are-we-there-yet@1.1.5 │ │ │ │ │ │ ├── delegates@1.0.0 │ │ │ │ │ │ └─┬ readable-stream@2.3.6 │ │ │ │ │ │ ├── core-util-is@1.0.2 │ │ │ │ │ │ ├── inherits@2.0.3 deduped │ │ │ │ │ │ ├── isarray@1.0.0 │ │ │ │ │ │ ├── process-nextick-args@2.0.0 │ │ │ │ │ │ ├── safe-buffer@5.1.2 deduped │ │ │ │ │ │ ├─┬ string_decoder@1.1.1 │ │ │ │ │ │ │ └── safe-buffer@5.1.2 deduped │ │ │ │ │ │ └── util-deprecate@1.0.2 │ │ │ │ │ ├── console-control-strings@1.1.0 │ │ │ │ │ ├─┬ gauge@2.7.4 │ │ │ │ │ │ ├── aproba@1.2.0 │ │ │ │ │ │ ├── console-control-strings@1.1.0 deduped │ │ │ │ │ │ ├── has-unicode@2.0.1 │ │ │ │ │ │ ├── object-assign@4.1.1 │ │ │ │ │ │ ├── signal-exit@3.0.2 │ │ │ │ │ │ ├─┬ string-width@1.0.2 │ │ │ │ │ │ │ ├── code-point-at@1.1.0 │ │ │ │ │ │ │ ├─┬ is-fullwidth-code-point@1.0.0 │ │ │ │ │ │ │ │ └── number-is-nan@1.0.1 │ │ │ │ │ │ │ └── strip-ansi@3.0.1 deduped │ │ │ │ │ │ ├─┬ strip-ansi@3.0.1 │ │ │ │ │ │ │ └── ansi-regex@2.1.1 │ │ │ │ │ │ └─┬ wide-align@1.1.3 │ │ │ │ │ │ └── string-width@1.0.2 deduped │ │ │ │ │ └── set-blocking@2.0.0 │ │ │ │ ├─┬ rc@1.2.8 │ │ │ │ │ ├── deep-extend@0.6.0 │ │ │ │ │ ├── ini@1.3.5 │ │ │ │ │ ├── minimist@1.2.0 │ │ │ │ │ └── strip-json-comments@2.0.1 │ │ │ │ ├─┬ rimraf@2.6.3 │ │ │ │ │ └─┬ glob@7.1.3 │ │ │ │ │ ├── fs.realpath@1.0.0 │ │ │ │ │ ├─┬ inflight@1.0.6 │ │ │ │ │ │ ├── once@1.4.0 deduped │ │ │ │ │ │ └── wrappy@1.0.2 │ │ │ │ │ ├── inherits@2.0.3 │ │ │ │ │ ├── minimatch@3.0.4 deduped │ │ │ │ │ ├─┬ once@1.4.0 │ │ │ │ │ │ └── wrappy@1.0.2 deduped │ │ │ │ │ └── path-is-absolute@1.0.1 │ │ │ │ ├── semver@5.7.0 │ │ │ │ └─┬ tar@4.4.8 │ │ │ │ ├── chownr@1.1.1 │ │ │ │ ├─┬ fs-minipass@1.2.5 │ │ │ │ │ └── minipass@2.3.5 deduped │ │ │ │ ├─┬ minipass@2.3.5 │ │ │ │ │ ├── safe-buffer@5.1.2 deduped │ │ │ │ │ └── yallist@3.0.3 deduped │ │ │ │ ├─┬ minizlib@1.2.1 │ │ │ │ │ └── minipass@2.3.5 deduped │ │ │ │ ├── mkdirp@0.5.1 deduped │ │ │ │ ├── safe-buffer@5.1.2 │ │ │ │ └── yallist@3.0.3 │ │ │ ├─┬ micromatch@3.1.10 │ │ │ │ ├── arr-diff@4.0.0 │ │ │ │ ├── array-unique@0.3.2 │ │ │ │ ├─┬ braces@2.3.2 │ │ │ │ │ ├── arr-flatten@1.1.0 deduped │ │ │ │ │ ├── array-unique@0.3.2 deduped │ │ │ │ │ ├─┬ extend-shallow@2.0.1 │ │ │ │ │ │ └── is-extendable@0.1.1 deduped │ │ │ │ │ ├─┬ fill-range@4.0.0 │ │ │ │ │ │ ├─┬ extend-shallow@2.0.1 │ │ │ │ │ │ │ └── is-extendable@0.1.1 deduped │ │ │ │ │ │ ├─┬ is-number@3.0.0 │ │ │ │ │ │ │ └─┬ kind-of@3.2.2 │ │ │ │ │ │ │ └── is-buffer@1.1.6 deduped │ │ │ │ │ │ ├── repeat-string@1.6.1 deduped │ │ │ │ │ │ └─┬ to-regex-range@2.1.1 │ │ │ │ │ │ ├─┬ is-number@3.0.0 │ │ │ │ │ │ │ └─┬ kind-of@3.2.2 │ │ │ │ │ │ │ └── is-buffer@1.1.6 deduped │ │ │ │ │ │ └── repeat-string@1.6.1 deduped │ │ │ │ │ ├── isobject@3.0.1 │ │ │ │ │ ├── repeat-element@1.1.3 deduped │ │ │ │ │ ├── snapdragon@0.8.2 deduped │ │ │ │ │ ├─┬ snapdragon-node@2.1.1 │ │ │ │ │ │ ├─┬ define-property@1.0.0 │ │ │ │ │ │ │ └─┬ is-descriptor@1.0.2 │ │ │ │ │ │ │ ├─┬ is-accessor-descriptor@1.0.0 │ │ │ │ │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ │ │ │ │ ├─┬ is-data-descriptor@1.0.0 │ │ │ │ │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ │ │ │ │ └── kind-of@6.0.2 │ │ │ │ │ │ ├── isobject@3.0.1 │ │ │ │ │ │ └─┬ 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 │ │ │ │ │ │ ├── assign-symbols@1.0.0 deduped │ │ │ │ │ │ └─┬ is-extendable@1.0.1 │ │ │ │ │ │ └── is-plain-object@2.0.4 deduped │ │ │ │ │ └── to-regex@3.0.2 deduped │ │ │ │ ├─┬ define-property@2.0.2 │ │ │ │ │ ├─┬ is-descriptor@1.0.2 │ │ │ │ │ │ ├─┬ is-accessor-descriptor@1.0.0 │ │ │ │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ │ │ │ ├─┬ is-data-descriptor@1.0.0 │ │ │ │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ │ │ │ └── kind-of@6.0.2 │ │ │ │ │ └── isobject@3.0.1 │ │ │ │ ├─┬ extend-shallow@3.0.2 │ │ │ │ │ ├── assign-symbols@1.0.0 │ │ │ │ │ └─┬ is-extendable@1.0.1 │ │ │ │ │ └─┬ is-plain-object@2.0.4 │ │ │ │ │ └── isobject@3.0.1 │ │ │ │ ├─┬ extglob@2.0.4 │ │ │ │ │ ├── array-unique@0.3.2 deduped │ │ │ │ │ ├─┬ define-property@1.0.0 │ │ │ │ │ │ └─┬ is-descriptor@1.0.2 │ │ │ │ │ │ ├─┬ is-accessor-descriptor@1.0.0 │ │ │ │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ │ │ │ ├─┬ is-data-descriptor@1.0.0 │ │ │ │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ │ │ ├─┬ expand-brackets@2.1.4 │ │ │ │ │ │ ├─┬ debug@2.6.9 │ │ │ │ │ │ │ └── ms@2.0.0 │ │ │ │ │ │ ├─┬ define-property@0.2.5 │ │ │ │ │ │ │ └─┬ is-descriptor@0.1.6 │ │ │ │ │ │ │ ├─┬ is-accessor-descriptor@0.1.6 │ │ │ │ │ │ │ │ └─┬ kind-of@3.2.2 │ │ │ │ │ │ │ │ └── is-buffer@1.1.6 deduped │ │ │ │ │ │ │ ├─┬ is-data-descriptor@0.1.4 │ │ │ │ │ │ │ │ └─┬ kind-of@3.2.2 │ │ │ │ │ │ │ │ └── is-buffer@1.1.6 deduped │ │ │ │ │ │ │ └── kind-of@5.1.0 │ │ │ │ │ │ ├─┬ extend-shallow@2.0.1 │ │ │ │ │ │ │ └── is-extendable@0.1.1 deduped │ │ │ │ │ │ ├── posix-character-classes@0.1.1 │ │ │ │ │ │ ├── regex-not@1.0.2 deduped │ │ │ │ │ │ ├── snapdragon@0.8.2 deduped │ │ │ │ │ │ └── to-regex@3.0.2 deduped │ │ │ │ │ ├─┬ extend-shallow@2.0.1 │ │ │ │ │ │ └── is-extendable@0.1.1 deduped │ │ │ │ │ ├── fragment-cache@0.2.1 deduped │ │ │ │ │ ├── regex-not@1.0.2 deduped │ │ │ │ │ ├── snapdragon@0.8.2 deduped │ │ │ │ │ └── to-regex@3.0.2 deduped │ │ │ │ ├─┬ fragment-cache@0.2.1 │ │ │ │ │ └── map-cache@0.2.2 │ │ │ │ ├── kind-of@6.0.2 │ │ │ │ ├─┬ nanomatch@1.2.13 │ │ │ │ │ ├── arr-diff@4.0.0 │ │ │ │ │ ├── array-unique@0.3.2 │ │ │ │ │ ├── define-property@2.0.2 deduped │ │ │ │ │ ├─┬ extend-shallow@3.0.2 │ │ │ │ │ │ ├── assign-symbols@1.0.0 deduped │ │ │ │ │ │ └─┬ is-extendable@1.0.1 │ │ │ │ │ │ └── is-plain-object@2.0.4 deduped │ │ │ │ │ ├── fragment-cache@0.2.1 deduped │ │ │ │ │ ├── is-windows@1.0.2 │ │ │ │ │ ├── kind-of@6.0.2 │ │ │ │ │ ├── object.pick@1.3.0 deduped │ │ │ │ │ ├── regex-not@1.0.2 deduped │ │ │ │ │ ├── snapdragon@0.8.2 deduped │ │ │ │ │ └── to-regex@3.0.2 deduped │ │ │ │ ├─┬ object.pick@1.3.0 │ │ │ │ │ └── isobject@3.0.1 │ │ │ │ ├─┬ regex-not@1.0.2 │ │ │ │ │ ├─┬ extend-shallow@3.0.2 │ │ │ │ │ │ ├── assign-symbols@1.0.0 deduped │ │ │ │ │ │ └─┬ is-extendable@1.0.1 │ │ │ │ │ │ └── is-plain-object@2.0.4 deduped │ │ │ │ │ └─┬ safe-regex@1.1.0 │ │ │ │ │ └── ret@0.1.15 │ │ │ │ ├─┬ snapdragon@0.8.2 │ │ │ │ │ ├─┬ base@0.11.2 │ │ │ │ │ │ ├─┬ cache-base@1.0.1 │ │ │ │ │ │ │ ├─┬ collection-visit@1.0.0 │ │ │ │ │ │ │ │ ├─┬ map-visit@1.0.0 │ │ │ │ │ │ │ │ │ └── object-visit@1.0.1 deduped │ │ │ │ │ │ │ │ └─┬ object-visit@1.0.1 │ │ │ │ │ │ │ │ └── isobject@3.0.1 │ │ │ │ │ │ │ ├── component-emitter@1.3.0 deduped │ │ │ │ │ │ │ ├── get-value@2.0.6 │ │ │ │ │ │ │ ├─┬ has-value@1.0.0 │ │ │ │ │ │ │ │ ├── get-value@2.0.6 deduped │ │ │ │ │ │ │ │ ├─┬ has-values@1.0.0 │ │ │ │ │ │ │ │ │ ├─┬ is-number@3.0.0 │ │ │ │ │ │ │ │ │ │ └─┬ kind-of@3.2.2 │ │ │ │ │ │ │ │ │ │ └── is-buffer@1.1.6 deduped │ │ │ │ │ │ │ │ │ └─┬ kind-of@4.0.0 │ │ │ │ │ │ │ │ │ └── is-buffer@1.1.6 deduped │ │ │ │ │ │ │ │ └── isobject@3.0.1 │ │ │ │ │ │ │ ├── isobject@3.0.1 │ │ │ │ │ │ │ ├─┬ set-value@2.0.1 │ │ │ │ │ │ │ │ ├─┬ extend-shallow@2.0.1 │ │ │ │ │ │ │ │ │ └── is-extendable@0.1.1 deduped │ │ │ │ │ │ │ │ ├── is-extendable@0.1.1 deduped │ │ │ │ │ │ │ │ ├── is-plain-object@2.0.4 deduped │ │ │ │ │ │ │ │ └── split-string@3.1.0 deduped │ │ │ │ │ │ │ ├─┬ to-object-path@0.3.0 │ │ │ │ │ │ │ │ └─┬ kind-of@3.2.2 │ │ │ │ │ │ │ │ └── is-buffer@1.1.6 deduped │ │ │ │ │ │ │ ├─┬ union-value@1.0.1 │ │ │ │ │ │ │ │ ├── arr-union@3.1.0 │ │ │ │ │ │ │ │ ├── get-value@2.0.6 deduped │ │ │ │ │ │ │ │ ├── is-extendable@0.1.1 deduped │ │ │ │ │ │ │ │ └── set-value@2.0.1 deduped │ │ │ │ │ │ │ └─┬ unset-value@1.0.0 │ │ │ │ │ │ │ ├─┬ has-value@0.3.1 │ │ │ │ │ │ │ │ ├── get-value@2.0.6 deduped │ │ │ │ │ │ │ │ ├── has-values@0.1.4 │ │ │ │ │ │ │ │ └─┬ isobject@2.1.0 │ │ │ │ │ │ │ │ └── isarray@1.0.0 deduped │ │ │ │ │ │ │ └── isobject@3.0.1 │ │ │ │ │ │ ├─┬ 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 │ │ │ │ │ │ │ └─┬ 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.3.0 │ │ │ │ │ │ ├─┬ define-property@1.0.0 │ │ │ │ │ │ │ └─┬ is-descriptor@1.0.2 │ │ │ │ │ │ │ ├─┬ is-accessor-descriptor@1.0.0 │ │ │ │ │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ │ │ │ │ ├─┬ is-data-descriptor@1.0.0 │ │ │ │ │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ │ │ │ │ └── kind-of@6.0.2 │ │ │ │ │ │ ├── isobject@3.0.1 │ │ │ │ │ │ ├─┬ mixin-deep@1.3.2 │ │ │ │ │ │ │ ├── for-in@1.0.2 deduped │ │ │ │ │ │ │ └─┬ is-extendable@1.0.1 │ │ │ │ │ │ │ └── is-plain-object@2.0.4 deduped │ │ │ │ │ │ └── pascalcase@0.1.1 │ │ │ │ │ ├─┬ debug@2.6.9 │ │ │ │ │ │ └── ms@2.0.0 │ │ │ │ │ ├─┬ define-property@0.2.5 │ │ │ │ │ │ └─┬ is-descriptor@0.1.6 │ │ │ │ │ │ ├─┬ is-accessor-descriptor@0.1.6 │ │ │ │ │ │ │ └─┬ kind-of@3.2.2 │ │ │ │ │ │ │ └── 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 │ │ │ │ │ ├── assign-symbols@1.0.0 deduped │ │ │ │ │ └─┬ is-extendable@1.0.1 │ │ │ │ │ └── is-plain-object@2.0.4 deduped │ │ │ │ ├── regex-not@1.0.2 deduped │ │ │ │ └── safe-regex@1.1.0 deduped │ │ │ ├── minimist@1.2.0 deduped │ │ │ ├─┬ walker@1.0.7 │ │ │ │ └─┬ makeerror@1.0.11 │ │ │ │ └── tmpl@1.0.4 │ │ │ └─┬ watch@0.18.0 │ │ │ ├── exec-sh@0.2.2 deduped │ │ │ └── minimist@1.2.0 deduped │ │ ├─┬ jest-worker@23.2.0 │ │ │ └── merge-stream@1.0.1 deduped │ │ ├─┬ json-stable-stringify@1.0.1 │ │ │ └── jsonify@0.0.0 deduped │ │ ├── lodash.throttle@4.1.1 │ │ ├─┬ merge-stream@1.0.1 │ │ │ └── readable-stream@2.3.6 deduped │ │ ├─┬ metro-cache@0.45.6 │ │ │ ├── jest-serializer@23.0.1 deduped │ │ │ ├── metro-core@0.45.6 deduped │ │ │ ├── mkdirp@0.5.1 deduped │ │ │ └── rimraf@2.6.3 deduped │ │ ├─┬ metro-config@0.45.6 │ │ │ ├─┬ cosmiconfig@5.2.1 │ │ │ │ ├─┬ import-fresh@2.0.0 │ │ │ │ │ ├─┬ caller-path@2.0.0 │ │ │ │ │ │ └─┬ caller-callsite@2.0.0 │ │ │ │ │ │ └── callsites@2.0.0 deduped │ │ │ │ │ └── resolve-from@3.0.0 deduped │ │ │ │ ├── is-directory@0.3.1 │ │ │ │ ├── js-yaml@3.13.1 deduped │ │ │ │ └─┬ parse-json@4.0.0 │ │ │ │ ├─┬ error-ex@1.3.2 │ │ │ │ │ └── is-arrayish@0.2.1 │ │ │ │ └── json-parse-better-errors@1.0.2 │ │ │ ├── metro@0.45.6 deduped │ │ │ ├── metro-cache@0.45.6 deduped │ │ │ └── metro-core@0.45.6 deduped │ │ ├── metro-core@0.45.6 deduped │ │ ├─┬ metro-minify-uglify@0.45.6 │ │ │ └─┬ uglify-es@3.3.9 │ │ │ ├── commander@2.13.0 │ │ │ └── source-map@0.6.1 │ │ ├─┬ metro-react-native-babel-preset@0.45.6 │ │ │ ├── @babel/plugin-proposal-class-properties@7.5.5 deduped │ │ │ ├── @babel/plugin-proposal-export-default-from@7.5.2 deduped │ │ │ ├── @babel/plugin-proposal-nullish-coalescing-operator@7.4.4 deduped │ │ │ ├── @babel/plugin-proposal-object-rest-spread@7.5.5 deduped │ │ │ ├── @babel/plugin-proposal-optional-catch-binding@7.2.0 deduped │ │ │ ├── @babel/plugin-proposal-optional-chaining@7.2.0 deduped │ │ │ ├── @babel/plugin-syntax-dynamic-import@7.2.0 deduped │ │ │ ├── @babel/plugin-syntax-export-default-from@7.2.0 deduped │ │ │ ├── @babel/plugin-transform-arrow-functions@7.2.0 deduped │ │ │ ├── @babel/plugin-transform-block-scoping@7.5.5 deduped │ │ │ ├── @babel/plugin-transform-classes@7.5.5 deduped │ │ │ ├── @babel/plugin-transform-computed-properties@7.2.0 deduped │ │ │ ├── @babel/plugin-transform-destructuring@7.5.0 deduped │ │ │ ├── @babel/plugin-transform-exponentiation-operator@7.2.0 deduped │ │ │ ├── @babel/plugin-transform-flow-strip-types@7.4.4 deduped │ │ │ ├── @babel/plugin-transform-for-of@7.4.4 deduped │ │ │ ├── @babel/plugin-transform-function-name@7.4.4 deduped │ │ │ ├── @babel/plugin-transform-literals@7.2.0 deduped │ │ │ ├── @babel/plugin-transform-modules-commonjs@7.5.0 deduped │ │ │ ├── @babel/plugin-transform-object-assign@7.2.0 deduped │ │ │ ├── @babel/plugin-transform-parameters@7.4.4 deduped │ │ │ ├── @babel/plugin-transform-react-display-name@7.2.0 deduped │ │ │ ├── @babel/plugin-transform-react-jsx@7.3.0 deduped │ │ │ ├── @babel/plugin-transform-react-jsx-source@7.5.0 deduped │ │ │ ├── @babel/plugin-transform-regenerator@7.4.5 deduped │ │ │ ├── @babel/plugin-transform-shorthand-properties@7.2.0 deduped │ │ │ ├── @babel/plugin-transform-spread@7.2.2 deduped │ │ │ ├── @babel/plugin-transform-sticky-regex@7.2.0 deduped │ │ │ ├── @babel/plugin-transform-template-literals@7.4.4 deduped │ │ │ ├── @babel/plugin-transform-typescript@7.5.5 deduped │ │ │ ├── @babel/plugin-transform-unicode-regex@7.4.4 deduped │ │ │ ├── @babel/template@7.4.4 deduped │ │ │ ├─┬ metro-babel7-plugin-react-transform@0.45.6 │ │ │ │ └── @babel/helper-module-imports@7.0.0 deduped │ │ │ └── react-transform-hmr@1.0.4 deduped │ │ ├─┬ metro-resolver@0.45.6 │ │ │ └── absolute-path@0.0.0 deduped │ │ ├─┬ metro-source-map@0.45.6 │ │ │ └── source-map@0.5.7 deduped │ │ ├─┬ mime-types@2.1.11 │ │ │ └── mime-db@1.23.0 │ │ ├── mkdirp@0.5.1 deduped │ │ ├── node-fetch@2.6.0 │ │ ├── nullthrows@1.1.1 deduped │ │ ├── react-transform-hmr@1.0.4 deduped │ │ ├── resolve@1.11.1 deduped │ │ ├── rimraf@2.6.3 deduped │ │ ├── serialize-error@2.1.0 deduped │ │ ├── source-map@0.5.7 deduped │ │ ├─┬ temp@0.8.3 │ │ │ ├── os-tmpdir@1.0.2 │ │ │ └── rimraf@2.2.8 │ │ ├── throat@4.1.0 │ │ ├── wordwrap@1.0.0 │ │ ├─┬ write-file-atomic@1.3.4 │ │ │ ├── graceful-fs@4.2.0 deduped │ │ │ ├── imurmurhash@0.1.4 │ │ │ └── slide@1.1.6 │ │ ├── ws@1.1.5 deduped │ │ ├── xpipe@1.0.5 │ │ └─┬ yargs@9.0.1 │ │ ├── camelcase@4.1.0 deduped │ │ ├── cliui@3.2.0 deduped │ │ ├── decamelize@1.2.0 deduped │ │ ├── get-caller-file@1.0.3 deduped │ │ ├── os-locale@2.1.0 deduped │ │ ├── read-pkg-up@2.0.0 deduped │ │ ├── require-directory@2.1.1 deduped │ │ ├── require-main-filename@1.0.1 deduped │ │ ├── set-blocking@2.0.0 deduped │ │ ├── string-width@2.1.1 deduped │ │ ├── which-module@2.0.0 deduped │ │ ├── y18n@3.2.1 deduped │ │ └── yargs-parser@7.0.0 deduped │ ├─┬ metro-babel-register@0.45.6 │ │ ├── @babel/core@7.5.5 deduped │ │ ├── @babel/plugin-proposal-class-properties@7.5.5 deduped │ │ ├── @babel/plugin-proposal-nullish-coalescing-operator@7.4.4 deduped │ │ ├── @babel/plugin-proposal-object-rest-spread@7.5.5 deduped │ │ ├── @babel/plugin-proposal-optional-catch-binding@7.2.0 deduped │ │ ├── @babel/plugin-proposal-optional-chaining@7.2.0 deduped │ │ ├── @babel/plugin-transform-async-to-generator@7.5.0 deduped │ │ ├── @babel/plugin-transform-flow-strip-types@7.4.4 deduped │ │ ├── @babel/plugin-transform-modules-commonjs@7.5.0 deduped │ │ ├─┬ @babel/register@7.5.5 │ │ │ ├── core-js@3.1.4 │ │ │ ├─┬ find-cache-dir@2.1.0 │ │ │ │ ├── commondir@1.0.1 │ │ │ │ ├─┬ make-dir@2.1.0 │ │ │ │ │ ├── pify@4.0.1 │ │ │ │ │ └── semver@5.7.0 deduped │ │ │ │ └─┬ pkg-dir@3.0.0 │ │ │ │ └─┬ find-up@3.0.0 │ │ │ │ └─┬ locate-path@3.0.0 │ │ │ │ ├─┬ p-locate@3.0.0 │ │ │ │ │ └─┬ p-limit@2.2.0 │ │ │ │ │ └── p-try@2.2.0 │ │ │ │ └── path-exists@3.0.0 deduped │ │ │ ├── lodash@4.17.15 deduped │ │ │ ├── mkdirp@0.5.1 deduped │ │ │ ├─┬ pirates@4.0.1 │ │ │ │ └── node-modules-regexp@1.0.0 │ │ │ └─┬ source-map-support@0.5.12 │ │ │ ├── buffer-from@1.1.1 deduped │ │ │ └── source-map@0.6.1 │ │ ├── core-js@2.6.9 │ │ └── escape-string-regexp@1.0.5 deduped │ ├─┬ metro-core@0.45.6 │ │ ├── jest-haste-map@23.5.0 deduped │ │ ├── lodash.throttle@4.1.1 deduped │ │ ├── metro-resolver@0.45.6 deduped │ │ └── wordwrap@1.0.0 deduped │ ├── metro-memory-fs@0.45.6 │ ├── mime@1.6.0 │ ├── minimist@1.2.0 │ ├─┬ mkdirp@0.5.1 │ │ └── minimist@0.0.8 │ ├─┬ morgan@1.9.1 │ │ ├─┬ basic-auth@2.0.1 │ │ │ └── safe-buffer@5.1.2 deduped │ │ ├─┬ debug@2.6.9 │ │ │ └── ms@2.0.0 │ │ ├── depd@1.1.2 │ │ ├─┬ on-finished@2.3.0 │ │ │ └── ee-first@1.1.1 │ │ └── on-headers@1.0.2 deduped │ ├── node-fetch@2.6.0 │ ├─┬ node-notifier@5.4.0 │ │ ├── growly@1.3.0 │ │ ├── is-wsl@1.1.0 │ │ ├── semver@5.7.0 deduped │ │ ├── shellwords@0.1.1 │ │ └── which@1.3.1 deduped │ ├─┬ npmlog@2.0.4 │ │ ├── ansi@0.3.1 │ │ ├─┬ are-we-there-yet@1.1.5 │ │ │ ├── delegates@1.0.0 │ │ │ └── readable-stream@2.3.6 deduped │ │ └─┬ gauge@1.2.7 │ │ ├── ansi@0.3.1 deduped │ │ ├── has-unicode@2.0.1 │ │ ├── lodash.pad@4.5.1 │ │ ├── lodash.padend@4.6.1 │ │ └── lodash.padstart@4.6.1 │ ├─┬ opn@3.0.3 │ │ └── object-assign@4.1.1 deduped │ ├─┬ optimist@0.6.1 │ │ ├── minimist@0.0.10 │ │ └── wordwrap@0.0.3 │ ├─┬ plist@3.0.1 │ │ ├── base64-js@1.3.0 deduped │ │ ├── xmlbuilder@9.0.7 │ │ └── xmldom@0.1.27 │ ├── pretty-format@4.3.1 │ ├─┬ promise@7.3.1 │ │ └── asap@2.0.6 │ ├── prop-types@15.7.2 deduped │ ├── react-clone-referenced-element@1.1.0 │ ├─┬ react-devtools-core@3.3.4 │ │ ├── shell-quote@1.6.1 deduped │ │ └─┬ ws@3.3.3 │ │ ├── async-limiter@1.0.0 │ │ ├── safe-buffer@5.1.2 deduped │ │ └── ultron@1.1.1 │ ├── react-timer-mixin@0.13.4 │ ├── regenerator-runtime@0.11.1 │ ├─┬ rimraf@2.6.3 │ │ └── glob@7.1.4 deduped │ ├── semver@5.7.0 │ ├─┬ serve-static@1.14.1 │ │ ├── encodeurl@1.0.2 │ │ ├── escape-html@1.0.3 deduped │ │ ├── parseurl@1.3.3 deduped │ │ └─┬ send@0.17.1 │ │ ├─┬ debug@2.6.9 │ │ │ └── ms@2.0.0 │ │ ├── depd@1.1.2 deduped │ │ ├── destroy@1.0.4 │ │ ├── encodeurl@1.0.2 deduped │ │ ├── escape-html@1.0.3 deduped │ │ ├── etag@1.8.1 │ │ ├── fresh@0.5.2 │ │ ├─┬ http-errors@1.7.3 │ │ │ ├── depd@1.1.2 deduped │ │ │ ├── inherits@2.0.4 deduped │ │ │ ├── setprototypeof@1.1.1 │ │ │ ├── statuses@1.5.0 deduped │ │ │ └── toidentifier@1.0.0 │ │ ├── mime@1.6.0 │ │ ├── ms@2.1.1 │ │ ├── on-finished@2.3.0 deduped │ │ ├── range-parser@1.2.1 │ │ └── statuses@1.5.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 │ ├─┬ stacktrace-parser@0.1.6 │ │ └── type-fest@0.3.1 │ ├─┬ ws@1.1.5 │ │ ├── options@0.0.6 │ │ └── ultron@1.0.2 │ ├─┬ xcode@0.9.3 │ │ ├── pegjs@0.10.0 deduped │ │ ├─┬ simple-plist@0.2.1 │ │ │ ├─┬ bplist-creator@0.0.7 │ │ │ │ └── stream-buffers@2.2.0 │ │ │ ├─┬ bplist-parser@0.1.1 │ │ │ │ └── big-integer@1.6.44 │ │ │ └─┬ plist@2.0.1 │ │ │ ├── base64-js@1.1.2 │ │ │ ├── xmlbuilder@8.2.2 │ │ │ └── xmldom@0.1.27 deduped │ │ └── uuid@3.0.1 │ ├─┬ xmldoc@0.4.0 │ │ └── sax@1.1.6 │ └─┬ yargs@9.0.1 │ ├── camelcase@4.1.0 │ ├─┬ cliui@3.2.0 │ │ ├─┬ string-width@1.0.2 │ │ │ ├── code-point-at@1.1.0 │ │ │ ├─┬ is-fullwidth-code-point@1.0.0 │ │ │ │ └── number-is-nan@1.0.1 │ │ │ └── strip-ansi@3.0.1 deduped │ │ ├── strip-ansi@3.0.1 deduped │ │ └─┬ wrap-ansi@2.1.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 │ ├── decamelize@1.2.0 │ ├── get-caller-file@1.0.3 │ ├─┬ os-locale@2.1.0 │ │ ├─┬ execa@0.7.0 │ │ │ ├── cross-spawn@5.1.0 deduped │ │ │ ├── get-stream@3.0.0 │ │ │ ├── is-stream@1.1.0 deduped │ │ │ ├─┬ npm-run-path@2.0.2 │ │ │ │ └── path-key@2.0.1 deduped │ │ │ ├── p-finally@1.0.0 │ │ │ ├── signal-exit@3.0.2 deduped │ │ │ └── strip-eof@1.0.0 │ │ ├─┬ lcid@1.0.0 │ │ │ └── invert-kv@1.0.0 │ │ └─┬ mem@1.1.0 │ │ └── mimic-fn@1.2.0 │ ├─┬ read-pkg-up@2.0.0 │ │ ├── find-up@2.1.0 deduped │ │ └─┬ read-pkg@2.0.0 │ │ ├─┬ load-json-file@2.0.0 │ │ │ ├── graceful-fs@4.2.0 deduped │ │ │ ├─┬ parse-json@2.2.0 │ │ │ │ └── error-ex@1.3.2 deduped │ │ │ ├── pify@2.3.0 │ │ │ └── strip-bom@3.0.0 deduped │ │ ├─┬ normalize-package-data@2.5.0 │ │ │ ├── hosted-git-info@2.7.1 │ │ │ ├── resolve@1.11.1 deduped │ │ │ ├── semver@5.7.0 deduped │ │ │ └─┬ validate-npm-package-license@3.0.4 │ │ │ ├─┬ spdx-correct@3.1.0 │ │ │ │ ├── spdx-expression-parse@3.0.0 deduped │ │ │ │ └── spdx-license-ids@3.0.5 │ │ │ └─┬ spdx-expression-parse@3.0.0 │ │ │ ├── spdx-exceptions@2.2.0 │ │ │ └── spdx-license-ids@3.0.5 deduped │ │ └─┬ path-type@2.0.0 │ │ └── pify@2.3.0 deduped │ ├── require-directory@2.1.1 │ ├── require-main-filename@1.0.1 │ ├── set-blocking@2.0.0 │ ├── string-width@2.1.1 deduped │ ├── which-module@2.0.0 │ ├── y18n@3.2.1 │ └─┬ yargs-parser@7.0.0 │ └── camelcase@4.1.0 deduped ├─┬ react-native-datepicker@1.7.2 │ └── moment@2.24.0 deduped ├─┬ react-native-draggable@1.0.15 │ └── prop-types@15.7.2 deduped ├─┬ react-native-easy-toast@1.2.0 │ └── prop-types@15.7.2 deduped ├─┬ react-native-elements@0.19.1 │ ├── lodash.isempty@4.4.0 │ ├── lodash.times@4.3.2 │ ├─┬ opencollective@1.0.3 │ │ ├─┬ babel-polyfill@6.23.0 │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ ├── core-js@2.6.9 │ │ │ └── regenerator-runtime@0.10.5 │ │ ├─┬ chalk@1.1.3 │ │ │ ├── ansi-styles@2.2.1 │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ ├── has-ansi@2.0.0 deduped │ │ │ ├── strip-ansi@3.0.1 deduped │ │ │ └── supports-color@2.0.0 │ │ ├─┬ inquirer@3.0.6 │ │ │ ├── ansi-escapes@1.4.0 │ │ │ ├── chalk@1.1.3 deduped │ │ │ ├── cli-cursor@2.1.0 deduped │ │ │ ├── cli-width@2.2.0 deduped │ │ │ ├── external-editor@2.2.0 deduped │ │ │ ├── figures@2.0.0 deduped │ │ │ ├── lodash@4.17.15 deduped │ │ │ ├── mute-stream@0.0.7 deduped │ │ │ ├── run-async@2.3.0 deduped │ │ │ ├── rx@4.1.0 │ │ │ ├── string-width@2.1.1 deduped │ │ │ ├── strip-ansi@3.0.1 deduped │ │ │ └── through@2.3.8 deduped │ │ ├── minimist@1.2.0 deduped │ │ ├─┬ node-fetch@1.6.3 │ │ │ ├─┬ encoding@0.1.12 │ │ │ │ └── iconv-lite@0.4.24 deduped │ │ │ └── is-stream@1.1.0 │ │ └─┬ opn@4.0.2 │ │ ├── object-assign@4.1.1 deduped │ │ └─┬ pinkie-promise@2.0.1 │ │ └── pinkie@2.0.4 │ └── prop-types@15.7.2 deduped ├─┬ react-native-i18n@2.0.15 │ └── i18n-js@3.0.11 ├── react-native-image-pan-zoom@2.1.11 ├─┬ react-native-image-zoom-viewer@2.2.26 │ └── react-native-image-pan-zoom@2.1.11 deduped ├─┬ react-native-masked-text@1.9.1 │ ├── moment@2.19.3 │ └── tinymask@1.0.2 ├─┬ react-native-modal@11.2.0 │ ├── prop-types@15.7.2 deduped │ └─┬ react-native-animatable@1.3.2 │ └── prop-types@15.7.2 deduped ├─┬ react-native-navbar@2.1.0 │ └── prop-types@15.7.2 deduped ├─┬ react-native-picker-select@4.4.0 │ └── lodash.isequal@4.5.0 ├─┬ react-native-render-html@3.10.0 │ ├─┬ buffer@4.9.1 │ │ ├── base64-js@1.3.0 deduped │ │ ├── ieee754@1.1.13 │ │ └── isarray@1.0.0 │ ├── events@1.1.1 │ ├── html-entities@1.2.1 │ ├─┬ htmlparser2@3.10.1 │ │ ├── domelementtype@1.3.1 │ │ ├─┬ domhandler@2.4.2 │ │ │ └── domelementtype@1.3.1 deduped │ │ ├─┬ domutils@1.7.0 │ │ │ ├─┬ dom-serializer@0.1.1 │ │ │ │ ├── domelementtype@1.3.1 deduped │ │ │ │ └── entities@1.1.2 deduped │ │ │ └── domelementtype@1.3.1 deduped │ │ ├── entities@1.1.2 │ │ ├── inherits@2.0.4 deduped │ │ └─┬ readable-stream@3.4.0 │ │ ├── inherits@2.0.4 deduped │ │ ├─┬ string_decoder@1.1.1 │ │ │ └── safe-buffer@5.1.2 deduped │ │ └── util-deprecate@1.0.2 │ └─┬ stream@0.0.2 │ └── emitter-component@1.1.1 ├─┬ react-native-router-flux@4.0.6 │ ├── lodash.isequal@4.5.0 deduped │ ├── opencollective@1.0.3 deduped │ ├── path-to-regexp@2.4.0 │ ├── prop-types@15.7.2 deduped │ └─┬ react-navigation@2.18.3 │ ├── clamp@1.0.1 │ ├─┬ create-react-context@0.2.2 │ │ ├── fbjs@0.8.17 deduped │ │ └── gud@1.0.0 │ ├── hoist-non-react-statics@2.5.5 deduped │ ├─┬ path-to-regexp@1.7.0 │ │ └── isarray@0.0.1 │ ├─┬ query-string@6.8.1 │ │ ├── decode-uri-component@0.2.0 │ │ ├── split-on-first@1.1.0 │ │ └── strict-uri-encode@2.0.0 │ ├── react-is@16.8.6 deduped │ ├── react-lifecycles-compat@3.0.4 deduped │ ├─┬ react-native-safe-area-view@0.11.0 │ │ └── hoist-non-react-statics@2.5.5 deduped │ ├── react-native-screens@1.0.0-alpha.22 deduped │ ├─┬ react-navigation-deprecated-tab-navigator@1.3.0 │ │ └─┬ react-native-tab-view@0.0.77 │ │ └── prop-types@15.7.2 deduped │ ├─┬ react-navigation-drawer@0.5.0 │ │ └─┬ react-native-drawer-layout-polyfill@1.3.2 │ │ └─┬ react-native-drawer-layout@1.3.2 │ │ └── react-native-dismiss-keyboard@1.0.0 │ ├── react-navigation-stack@0.7.0 │ └─┬ react-navigation-tabs@0.8.4 │ ├── hoist-non-react-statics@2.5.5 deduped │ ├── prop-types@15.7.2 deduped │ ├── react-lifecycles-compat@3.0.4 deduped │ └─┬ react-native-tab-view@1.4.1 │ └── prop-types@15.7.2 deduped ├─┬ react-native-scripts@2.0.1 │ ├─┬ babel-runtime@6.26.0 │ │ ├── core-js@2.6.9 │ │ └── regenerator-runtime@0.11.1 │ ├─┬ chalk@2.4.2 │ │ ├── ansi-styles@3.2.1 deduped │ │ ├── escape-string-regexp@1.0.5 deduped │ │ └─┬ supports-color@5.5.0 │ │ └── has-flag@3.0.0 │ ├─┬ cross-spawn@5.1.0 │ │ ├─┬ lru-cache@4.1.5 │ │ │ ├── pseudomap@1.0.2 │ │ │ └── yallist@2.1.2 │ │ ├── shebang-command@1.2.0 deduped │ │ └── which@1.3.1 deduped │ └── minimist@1.2.0 deduped ├── react-native-slideshow@1.0.1 ├─┬ react-native-snap-carousel@3.8.0 │ ├── prop-types@15.7.2 deduped │ └─┬ react-addons-shallow-compare@15.6.2 │ ├── fbjs@0.8.17 deduped │ └── object-assign@4.1.1 deduped ├─┬ react-native-swiper@1.5.14 │ └── prop-types@15.7.2 deduped ├── UNMET PEER DEPENDENCY react-native-vector-icons@^4.2.0 ├─┬ react-redux@5.1.1 │ ├── @babel/runtime@7.5.5 deduped │ ├─┬ hoist-non-react-statics@3.3.0 │ │ └── react-is@16.8.6 deduped │ ├── invariant@2.2.4 deduped │ ├── loose-envify@1.4.0 deduped │ ├── prop-types@15.7.2 deduped │ ├── react-is@16.8.6 deduped │ └── react-lifecycles-compat@3.0.4 ├─┬ react-test-renderer@16.3.1 │ ├── fbjs@0.8.17 deduped │ ├── object-assign@4.1.1 deduped │ ├── prop-types@15.7.2 deduped │ └── react-is@16.8.6 deduped ├─┬ redux@4.0.4 │ ├── loose-envify@1.4.0 deduped │ └── symbol-observable@1.2.0 ├─┬ redux-logger@3.0.6 │ └── deep-diff@0.3.8 └── whatwg-fetch@2.0.4

npm ERR! peer dep missing: react-native-vector-icons@^4.2.0, required by react-native-elements@0.19.1 npm ERR! peer dep missing: react-native@^0.55.4, required by expo-google-sign-in@2.0.0 npm ERR! peer dep missing: react-native@^0.44.1, required by react-native-reanimated@1.0.0-alpha.11 npm ERR! peer dep missing: react@16.0.0-alpha.6, required by react-native-reanimated@1.0.0-alpha.11 npm ERR! peer dep missing: webpack@^3.0.0 || ^4.0.0, required by url-loader@1.1.2

JustinBeckwith commented 5 years ago

The dialogflow dependency isn't even showing up in that list ...

Can you npm install dialogflow again?

labmoonwalk commented 5 years ago

MacBook-Air-de-Alex:react-new-app alexmoret$ turtle build:android --keystore-path credentials/carambolah.keystore --keystore-alias br.com.moonwalk.graviola Error: Failed to load gRPC binary module because it was not installed for the current system Expected directory: node-v64-darwin-x64-unknown Found: [node-v67-darwin-x64-unknown] This problem can often be fixed by running "npm rebuild" on the current system Original error: Cannot find module '/usr/local/lib/node_modules/turtle-cli/node_modules/grpc/src/node/extension_binary/node-v64-darwin-x64-unknown/grpc_node.node' at Object. (/usr/local/lib/node_modules/turtle-cli/node_modules/grpc/src/grpc_extension.js:53:17) at Module._compile (internal/modules/cjs/loader.js:776:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:787:10) at Module.load (internal/modules/cjs/loader.js:653:32) at tryModuleLoad (internal/modules/cjs/loader.js:593:12) at Function.Module._load (internal/modules/cjs/loader.js:585:3) at Module.require (internal/modules/cjs/loader.js:690:17) at require (internal/modules/cjs/helpers.js:25:18) at Object. (/usr/local/lib/node_modules/turtle-cli/node_modules/grpc/src/client_interceptors.js:144:12) at Module._compile (internal/modules/cjs/loader.js:776:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:787:10) at Module.load (internal/modules/cjs/loader.js:653:32) at tryModuleLoad (internal/modules/cjs/loader.js:593:12) at Function.Module._load (internal/modules/cjs/loader.js:585:3) at Module.require (internal/modules/cjs/loader.js:690:17) at require (internal/modules/cjs/helpers.js:25:18) at Object. (/usr/local/lib/node_modules/turtle-cli/node_modules/grpc/src/client.js:35:27) at Module._compile (internal/modules/cjs/loader.js:776:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:787:10) at Module.load (internal/modules/cjs/loader.js:653:32) at tryModuleLoad (internal/modules/cjs/loader.js:593:12) at Function.Module._load (internal/modules/cjs/loader.js:585:3) at Module.require (internal/modules/cjs/loader.js:690:17) at require (internal/modules/cjs/helpers.js:25:18) at Object. (/usr/local/lib/node_modules/turtle-cli/node_modules/grpc/index.js:27:14) at Module._compile (internal/modules/cjs/loader.js:776:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:787:10) at Module.load (internal/modules/cjs/loader.js:653:32) at tryModuleLoad (internal/modules/cjs/loader.js:593:12) at Function.Module._load (internal/modules/cjs/loader.js:585:3) at Module.require (internal/modules/cjs/loader.js:690:17) at require (internal/modules/cjs/helpers.js:25:18) at Object. (/usr/local/lib/node_modules/turtle-cli/node_modules/@google-cloud/common-grpc/build/src/index.js:18:14) at Module._compile (internal/modules/cjs/loader.js:776:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:787:10) at Module.load (internal/modules/cjs/loader.js:653:32) at tryModuleLoad (internal/modules/cjs/loader.js:593:12) at Function.Module._load (internal/modules/cjs/loader.js:585:3) at Module.require (internal/modules/cjs/loader.js:690:17) at require (internal/modules/cjs/helpers.js:25:18) at Object. (/usr/local/lib/node_modules/turtle-cli/node_modules/@google-cloud/logging/src/index.ts:17:1) at Module._compile (internal/modules/cjs/loader.js:776:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:787:10) at Module.load (internal/modules/cjs/loader.js:653:32) at tryModuleLoad (internal/modules/cjs/loader.js:593:12) at Function.Module._load (internal/modules/cjs/loader.js:585:3) at Module.require (internal/modules/cjs/loader.js:690:17) at require (internal/modules/cjs/helpers.js:25:18) at Object. (/usr/local/lib/node_modules/turtle-cli/node_modules/@google-cloud/logging-bunyan/build/src/middleware/express.js:26:19) at Module._compile (internal/modules/cjs/loader.js:776:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:787:10) at Module.load (internal/modules/cjs/loader.js:653:32) at tryModuleLoad (internal/modules/cjs/loader.js:593:12) at Function.Module._load (internal/modules/cjs/loader.js:585:3) at Module.require (internal/modules/cjs/loader.js:690:17) at require (internal/modules/cjs/helpers.js:25:18) at Object. (/usr/local/lib/node_modules/turtle-cli/node_modules/@google-cloud/logging-bunyan/build/src/index.js:19:17) at Module._compile (internal/modules/cjs/loader.js:776:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:787:10) at Module.load (internal/modules/cjs/loader.js:653:32) at tryModuleLoad (internal/modules/cjs/loader.js:593:12) at Function.Module._load (internal/modules/cjs/loader.js:585:3) at Module.require (internal/modules/cjs/loader.js:690:17) at require (internal/modules/cjs/helpers.js:25:18) at Object. (/usr/local/lib/node_modules/turtle-cli/src/logger/streams/gcloud.ts:6:27) at Module._compile (internal/modules/cjs/loader.js:776:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:787:10) at Module.load (internal/modules/cjs/loader.js:653:32) at tryModuleLoad (internal/modules/cjs/loader.js:593:12) at Function.Module._load (internal/modules/cjs/loader.js:585:3) at Module.require (internal/modules/cjs/loader.js:690:17) at require (internal/modules/cjs/helpers.js:25:18) at Object. (/usr/local/lib/node_modules/turtle-cli/src/logger/streams/index.ts:3:1) at Module._compile (internal/modules/cjs/loader.js:776:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:787:10) at Module.load (internal/modules/cjs/loader.js:653:32) at tryModuleLoad (internal/modules/cjs/loader.js:593:12) at Function.Module._load (internal/modules/cjs/loader.js:585:3) at Module.require (internal/modules/cjs/loader.js:690:17) at require (internal/modules/cjs/helpers.js:25:18) at Object. (/usr/local/lib/node_modules/turtle-cli/src/logger/index.ts:5:1) at Module._compile (internal/modules/cjs/loader.js:776:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:787:10) at Module.load (internal/modules/cjs/loader.js:653:32) at tryModuleLoad (internal/modules/cjs/loader.js:593:12) at Function.Module._load (internal/modules/cjs/loader.js:585:3) at Module.require (internal/modules/cjs/loader.js:690:17) at require (internal/modules/cjs/helpers.js:25:18) at Object. (/usr/local/lib/node_modules/turtle-cli/src/bin/setup/utils/toolsDetector.ts:4:1) at Module._compile (internal/modules/cjs/loader.js:776:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:787:10) at Module.load (internal/modules/cjs/loader.js:653:32) at tryModuleLoad (internal/modules/cjs/loader.js:593:12) at Function.Module._load (internal/modules/cjs/loader.js:585:3) at Module.require (internal/modules/cjs/loader.js:690:17) at require (internal/modules/cjs/helpers.js:25:18) at Object. (/usr/local/lib/node_modules/turtle-cli/src/bin/setup/utils/common.ts:8:1) at Module._compile (internal/modules/cjs/loader.js:776:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:787:10) at Module.load (internal/modules/cjs/loader.js:653:32) at tryModuleLoad (internal/modules/cjs/loader.js:593:12) at Function.Module._load (internal/modules/cjs/loader.js:585:3) at Module.require (internal/modules/cjs/loader.js:690:17) at require (internal/modules/cjs/helpers.js:25:18) at Object. (/usr/local/lib/node_modules/turtle-cli/src/bin/setup/android/ndk.ts:7:1) at Module._compile (internal/modules/cjs/loader.js:776:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:787:10) at Module.load (internal/modules/cjs/loader.js:653:32) at tryModuleLoad (internal/modules/cjs/loader.js:593:12) at Function.Module._load (internal/modules/cjs/loader.js:585:3) at Module.require (internal/modules/cjs/loader.js:690:17) at require (internal/modules/cjs/helpers.js:25:18) at Object. (/usr/local/lib/node_modules/turtle-cli/src/bin/setup/android/index.ts:8:1) at Module._compile (internal/modules/cjs/loader.js:776:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:787:10) at Module.load (internal/modules/cjs/loader.js:653:32) at tryModuleLoad (internal/modules/cjs/loader.js:593:12) at Function.Module._load (internal/modules/cjs/loader.js:585:3) at Module.require (internal/modules/cjs/loader.js:690:17) at require (internal/modules/cjs/helpers.js:25:18) at Object. (/usr/local/lib/node_modules/turtle-cli/src/bin/setup/setup.ts:3:1) at Module._compile (internal/modules/cjs/loader.js:776:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:787:10) at Module.load (internal/modules/cjs/loader.js:653:32) at tryModuleLoad (internal/modules/cjs/loader.js:593:12) at Function.Module._load (internal/modules/cjs/loader.js:585:3) at Module.require (internal/modules/cjs/loader.js:690:17) at require (internal/modules/cjs/helpers.js:25:18) at Object. (/usr/local/lib/node_modules/turtle-cli/src/bin/utils/builder.ts:7:1) at Module._compile (internal/modules/cjs/loader.js:776:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:787:10) at Module.load (internal/modules/cjs/loader.js:653:32) at tryModuleLoad (internal/modules/cjs/loader.js:593:12) at Function.Module._load (internal/modules/cjs/loader.js:585:3) at Module.require (internal/modules/cjs/loader.js:690:17) at require (internal/modules/cjs/helpers.js:25:18) at Object. (/usr/local/lib/node_modules/turtle-cli/src/bin/commands/build/android.ts:5:1) at Module._compile (internal/modules/cjs/loader.js:776:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:787:10) at Module.load (internal/modules/cjs/loader.js:653:32) at tryModuleLoad (internal/modules/cjs/loader.js:593:12) at Function.Module._load (internal/modules/cjs/loader.js:585:3) at Module.require (internal/modules/cjs/loader.js:690:17) at require (internal/modules/cjs/helpers.js:25:18) at Object. (/usr/local/lib/node_modules/turtle-cli/src/bin/commands/build/index.ts:1:1) at Module._compile (internal/modules/cjs/loader.js:776:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:787:10) at Module.load (internal/modules/cjs/loader.js:653:32) at tryModuleLoad (internal/modules/cjs/loader.js:593:12) at Function.Module._load (internal/modules/cjs/loader.js:585:3) at Module.require (internal/modules/cjs/loader.js:690:17) at require (internal/modules/cjs/helpers.js:25:18) at Object. (/usr/local/lib/node_modules/turtle-cli/src/bin/commands/index.ts:1:1) at Module._compile (internal/modules/cjs/loader.js:776:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:787:10) at Module.load (internal/modules/cjs/loader.js:653:32) at tryModuleLoad (internal/modules/cjs/loader.js:593:12) at Function.Module._load (internal/modules/cjs/loader.js:585:3) at Module.require (internal/modules/cjs/loader.js:690:17) at require (internal/modules/cjs/helpers.js:25:18) at Object. (/usr/local/lib/node_modules/turtle-cli/src/bin/index.ts:7:1) at Module._compile (internal/modules/cjs/loader.js:776:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:787:10) at Module.load (internal/modules/cjs/loader.js:653:32) at tryModuleLoad (internal/modules/cjs/loader.js:593:12) at Function.Module._load (internal/modules/cjs/loader.js:585:3) at Module.require (internal/modules/cjs/loader.js:690:17) at require (internal/modules/cjs/helpers.js:25:18) at Object. (/usr/local/lib/node_modules/turtle-cli/bin/turtle.js:15:1) at Module._compile (internal/modules/cjs/loader.js:776:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:787:10) at Module.load (internal/modules/cjs/loader.js:653:32) at tryModuleLoad (internal/modules/cjs/loader.js:593:12) at Function.Module._load (internal/modules/cjs/loader.js:585:3) at Function.Module.runMain (internal/modules/cjs/loader.js:829:12) at startup (internal/bootstrap/node.js:283:19) at bootstrapNodeJSCore (internal/bootstrap/node.js:622:3) MacBook-Air-de-Alex:react-new-app alexmoret$ npm ls moonwalk-reactnative-template@1.0.1 /Users/alexmoret/react-new-app ├─┬ @expo/vector-icons@9.0.0 │ ├── lodash@4.17.15 │ └─┬ react-native-vector-icons@6.0.0 │ ├── lodash@4.17.15 deduped │ ├── prop-types@15.7.2 deduped │ └─┬ yargs@8.0.2 │ ├── camelcase@4.1.0 deduped │ ├── cliui@3.2.0 deduped │ ├── decamelize@1.2.0 deduped │ ├── get-caller-file@1.0.3 deduped │ ├── os-locale@2.1.0 deduped │ ├── read-pkg-up@2.0.0 deduped │ ├── require-directory@2.1.1 deduped │ ├── require-main-filename@1.0.1 deduped │ ├── set-blocking@2.0.0 deduped │ ├── string-width@2.1.1 deduped │ ├── which-module@2.0.0 deduped │ ├── y18n@3.2.1 deduped │ └── yargs-parser@7.0.0 deduped ├─┬ babel-preset-expo@5.2.0 │ ├─┬ @babel/core@7.5.5 │ │ ├─┬ @babel/code-frame@7.5.5 │ │ │ └─┬ @babel/highlight@7.5.0 │ │ │ ├── chalk@2.4.2 deduped │ │ │ ├── esutils@2.0.2 deduped │ │ │ └── js-tokens@4.0.0 deduped │ │ ├─┬ @babel/generator@7.5.5 │ │ │ ├── @babel/types@7.5.5 deduped │ │ │ ├── jsesc@2.5.2 │ │ │ ├── lodash@4.17.15 deduped │ │ │ ├── source-map@0.5.7 deduped │ │ │ └── trim-right@1.0.1 │ │ ├─┬ @babel/helpers@7.5.5 │ │ │ ├── @babel/template@7.4.4 deduped │ │ │ ├── @babel/traverse@7.5.5 deduped │ │ │ └── @babel/types@7.5.5 deduped │ │ ├── @babel/parser@7.5.5 │ │ ├─┬ @babel/template@7.4.4 │ │ │ ├── @babel/code-frame@7.5.5 deduped │ │ │ ├── @babel/parser@7.5.5 deduped │ │ │ └── @babel/types@7.5.5 deduped │ │ ├─┬ @babel/traverse@7.5.5 │ │ │ ├── @babel/code-frame@7.5.5 deduped │ │ │ ├── @babel/generator@7.5.5 deduped │ │ │ ├─┬ @babel/helper-function-name@7.1.0 │ │ │ │ ├── @babel/helper-get-function-arity@7.0.0 deduped │ │ │ │ ├── @babel/template@7.4.4 deduped │ │ │ │ └── @babel/types@7.5.5 deduped │ │ │ ├─┬ @babel/helper-split-export-declaration@7.4.4 │ │ │ │ └── @babel/types@7.5.5 deduped │ │ │ ├── @babel/parser@7.5.5 deduped │ │ │ ├── @babel/types@7.5.5 deduped │ │ │ ├── debug@4.1.1 deduped │ │ │ ├── globals@11.12.0 │ │ │ └── lodash@4.17.15 deduped │ │ ├─┬ @babel/types@7.5.5 │ │ │ ├── esutils@2.0.2 │ │ │ ├── lodash@4.17.15 deduped │ │ │ └── to-fast-properties@2.0.0 │ │ ├─┬ convert-source-map@1.6.0 │ │ │ └── safe-buffer@5.1.2 deduped │ │ ├─┬ debug@4.1.1 │ │ │ └── ms@2.1.2 │ │ ├── json5@2.1.0 deduped │ │ ├── lodash@4.17.15 deduped │ │ ├─┬ resolve@1.11.1 │ │ │ └── path-parse@1.0.6 │ │ ├── semver@5.7.0 deduped │ │ └── source-map@0.5.7 │ ├─┬ @babel/plugin-proposal-decorators@7.4.4 │ │ ├─┬ @babel/helper-create-class-features-plugin@7.5.5 │ │ │ ├── @babel/helper-function-name@7.1.0 deduped │ │ │ ├─┬ @babel/helper-member-expression-to-functions@7.5.5 │ │ │ │ └── @babel/types@7.5.5 deduped │ │ │ ├─┬ @babel/helper-optimise-call-expression@7.0.0 │ │ │ │ └── @babel/types@7.5.5 deduped │ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped │ │ │ ├─┬ @babel/helper-replace-supers@7.5.5 │ │ │ │ ├── @babel/helper-member-expression-to-functions@7.5.5 deduped │ │ │ │ ├── @babel/helper-optimise-call-expression@7.0.0 deduped │ │ │ │ ├── @babel/traverse@7.5.5 deduped │ │ │ │ └── @babel/types@7.5.5 deduped │ │ │ └── @babel/helper-split-export-declaration@7.4.4 deduped │ │ ├── @babel/helper-plugin-utils@7.0.0 │ │ └─┬ @babel/plugin-syntax-decorators@7.2.0 │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ ├─┬ @babel/plugin-transform-modules-commonjs@7.5.0 │ │ ├─┬ @babel/helper-module-transforms@7.5.5 │ │ │ ├── @babel/helper-module-imports@7.0.0 deduped │ │ │ ├── @babel/helper-simple-access@7.1.0 deduped │ │ │ ├── @babel/helper-split-export-declaration@7.4.4 deduped │ │ │ ├── @babel/template@7.4.4 deduped │ │ │ ├── @babel/types@7.5.5 deduped │ │ │ └── lodash@4.17.15 deduped │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped │ │ ├─┬ @babel/helper-simple-access@7.1.0 │ │ │ ├── @babel/template@7.4.4 deduped │ │ │ └── @babel/types@7.5.5 deduped │ │ └─┬ babel-plugin-dynamic-import-node@2.3.0 │ │ └─┬ object.assign@4.1.0 │ │ ├─┬ define-properties@1.1.3 │ │ │ └── object-keys@1.1.1 deduped │ │ ├── function-bind@1.1.1 │ │ ├── has-symbols@1.0.0 │ │ └── object-keys@1.1.1 │ ├─┬ @babel/preset-env@7.5.5 │ │ ├─┬ @babel/helper-module-imports@7.0.0 │ │ │ └── @babel/types@7.5.5 deduped │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped │ │ ├─┬ @babel/plugin-proposal-async-generator-functions@7.2.0 │ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped │ │ │ ├─┬ @babel/helper-remap-async-to-generator@7.1.0 │ │ │ │ ├── @babel/helper-annotate-as-pure@7.0.0 deduped │ │ │ │ ├─┬ @babel/helper-wrap-function@7.2.0 │ │ │ │ │ ├── @babel/helper-function-name@7.1.0 deduped │ │ │ │ │ ├── @babel/template@7.4.4 deduped │ │ │ │ │ ├── @babel/traverse@7.5.5 deduped │ │ │ │ │ └── @babel/types@7.5.5 deduped │ │ │ │ ├── @babel/template@7.4.4 deduped │ │ │ │ ├── @babel/traverse@7.5.5 deduped │ │ │ │ └── @babel/types@7.5.5 deduped │ │ │ └── @babel/plugin-syntax-async-generators@7.2.0 deduped │ │ ├─┬ @babel/plugin-proposal-dynamic-import@7.5.0 │ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped │ │ │ └── @babel/plugin-syntax-dynamic-import@7.2.0 deduped │ │ ├─┬ @babel/plugin-proposal-json-strings@7.2.0 │ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped │ │ │ └── @babel/plugin-syntax-json-strings@7.2.0 deduped │ │ ├─┬ @babel/plugin-proposal-object-rest-spread@7.5.5 │ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped │ │ │ └── @babel/plugin-syntax-object-rest-spread@7.2.0 deduped │ │ ├─┬ @babel/plugin-proposal-optional-catch-binding@7.2.0 │ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped │ │ │ └── @babel/plugin-syntax-optional-catch-binding@7.2.0 deduped │ │ ├─┬ @babel/plugin-proposal-unicode-property-regex@7.4.4 │ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped │ │ │ ├─┬ @babel/helper-regex@7.5.5 │ │ │ │ └── lodash@4.17.15 deduped │ │ │ └─┬ regexpu-core@4.5.4 │ │ │ ├── regenerate@1.4.0 │ │ │ ├─┬ regenerate-unicode-properties@8.1.0 │ │ │ │ └── regenerate@1.4.0 deduped │ │ │ ├── regjsgen@0.5.0 │ │ │ ├─┬ regjsparser@0.6.0 │ │ │ │ └── jsesc@0.5.0 │ │ │ ├─┬ unicode-match-property-ecmascript@1.0.4 │ │ │ │ ├── unicode-canonical-property-names-ecmascript@1.0.4 │ │ │ │ └── unicode-property-aliases-ecmascript@1.0.5 │ │ │ └── unicode-match-property-value-ecmascript@1.1.0 │ │ ├─┬ @babel/plugin-syntax-async-generators@7.2.0 │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ │ ├─┬ @babel/plugin-syntax-dynamic-import@7.2.0 │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ │ ├─┬ @babel/plugin-syntax-json-strings@7.2.0 │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ │ ├─┬ @babel/plugin-syntax-object-rest-spread@7.2.0 │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ │ ├─┬ @babel/plugin-syntax-optional-catch-binding@7.2.0 │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ │ ├─┬ @babel/plugin-transform-arrow-functions@7.2.0 │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ │ ├─┬ @babel/plugin-transform-async-to-generator@7.5.0 │ │ │ ├── @babel/helper-module-imports@7.0.0 deduped │ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped │ │ │ └── @babel/helper-remap-async-to-generator@7.1.0 deduped │ │ ├─┬ @babel/plugin-transform-block-scoped-functions@7.2.0 │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ │ ├─┬ @babel/plugin-transform-block-scoping@7.5.5 │ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped │ │ │ └── lodash@4.17.15 deduped │ │ ├─┬ @babel/plugin-transform-classes@7.5.5 │ │ │ ├─┬ @babel/helper-annotate-as-pure@7.0.0 │ │ │ │ └── @babel/types@7.5.5 deduped │ │ │ ├─┬ @babel/helper-define-map@7.5.5 │ │ │ │ ├── @babel/helper-function-name@7.1.0 deduped │ │ │ │ ├── @babel/types@7.5.5 deduped │ │ │ │ └── lodash@4.17.15 deduped │ │ │ ├── @babel/helper-function-name@7.1.0 deduped │ │ │ ├── @babel/helper-optimise-call-expression@7.0.0 deduped │ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped │ │ │ ├── @babel/helper-replace-supers@7.5.5 deduped │ │ │ ├── @babel/helper-split-export-declaration@7.4.4 deduped │ │ │ └── globals@11.12.0 deduped │ │ ├─┬ @babel/plugin-transform-computed-properties@7.2.0 │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ │ ├─┬ @babel/plugin-transform-destructuring@7.5.0 │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ │ ├─┬ @babel/plugin-transform-dotall-regex@7.4.4 │ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped │ │ │ ├── @babel/helper-regex@7.5.5 deduped │ │ │ └── regexpu-core@4.5.4 deduped │ │ ├─┬ @babel/plugin-transform-duplicate-keys@7.5.0 │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ │ ├─┬ @babel/plugin-transform-exponentiation-operator@7.2.0 │ │ │ ├─┬ @babel/helper-builder-binary-assignment-operator-visitor@7.1.0 │ │ │ │ ├─┬ @babel/helper-explode-assignable-expression@7.1.0 │ │ │ │ │ ├── @babel/traverse@7.5.5 deduped │ │ │ │ │ └── @babel/types@7.5.5 deduped │ │ │ │ └── @babel/types@7.5.5 deduped │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ │ ├─┬ @babel/plugin-transform-for-of@7.4.4 │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ │ ├─┬ @babel/plugin-transform-function-name@7.4.4 │ │ │ ├── @babel/helper-function-name@7.1.0 deduped │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ │ ├─┬ @babel/plugin-transform-literals@7.2.0 │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ │ ├─┬ @babel/plugin-transform-member-expression-literals@7.2.0 │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ │ ├─┬ @babel/plugin-transform-modules-amd@7.5.0 │ │ │ ├── @babel/helper-module-transforms@7.5.5 deduped │ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped │ │ │ └── babel-plugin-dynamic-import-node@2.3.0 deduped │ │ ├── @babel/plugin-transform-modules-commonjs@7.5.0 deduped │ │ ├─┬ @babel/plugin-transform-modules-systemjs@7.5.0 │ │ │ ├─┬ @babel/helper-hoist-variables@7.4.4 │ │ │ │ └── @babel/types@7.5.5 deduped │ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped │ │ │ └── babel-plugin-dynamic-import-node@2.3.0 deduped │ │ ├─┬ @babel/plugin-transform-modules-umd@7.2.0 │ │ │ ├── @babel/helper-module-transforms@7.5.5 deduped │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ │ ├─┬ @babel/plugin-transform-named-capturing-groups-regex@7.4.5 │ │ │ └── regexp-tree@0.1.11 │ │ ├─┬ @babel/plugin-transform-new-target@7.4.4 │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ │ ├─┬ @babel/plugin-transform-object-super@7.5.5 │ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped │ │ │ └── @babel/helper-replace-supers@7.5.5 deduped │ │ ├─┬ @babel/plugin-transform-parameters@7.4.4 │ │ │ ├─┬ @babel/helper-call-delegate@7.4.4 │ │ │ │ ├── @babel/helper-hoist-variables@7.4.4 deduped │ │ │ │ ├── @babel/traverse@7.5.5 deduped │ │ │ │ └── @babel/types@7.5.5 deduped │ │ │ ├─┬ @babel/helper-get-function-arity@7.0.0 │ │ │ │ └── @babel/types@7.5.5 deduped │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ │ ├─┬ @babel/plugin-transform-property-literals@7.2.0 │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ │ ├─┬ @babel/plugin-transform-regenerator@7.4.5 │ │ │ └─┬ regenerator-transform@0.14.1 │ │ │ └── private@0.1.8 deduped │ │ ├─┬ @babel/plugin-transform-reserved-words@7.2.0 │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ │ ├─┬ @babel/plugin-transform-shorthand-properties@7.2.0 │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ │ ├─┬ @babel/plugin-transform-spread@7.2.2 │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ │ ├─┬ @babel/plugin-transform-sticky-regex@7.2.0 │ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped │ │ │ └── @babel/helper-regex@7.5.5 deduped │ │ ├─┬ @babel/plugin-transform-template-literals@7.4.4 │ │ │ ├── @babel/helper-annotate-as-pure@7.0.0 deduped │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ │ ├─┬ @babel/plugin-transform-typeof-symbol@7.2.0 │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ │ ├─┬ @babel/plugin-transform-unicode-regex@7.4.4 │ │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped │ │ │ ├── @babel/helper-regex@7.5.5 deduped │ │ │ └── regexpu-core@4.5.4 deduped │ │ ├── @babel/types@7.5.5 deduped │ │ ├─┬ browserslist@4.6.6 │ │ │ ├── caniuse-lite@1.0.30000985 │ │ │ ├── electron-to-chromium@1.3.200 │ │ │ └─┬ node-releases@1.1.26 │ │ │ └── semver@5.7.0 deduped │ │ ├─┬ core-js-compat@3.1.4 │ │ │ ├── browserslist@4.6.6 deduped │ │ │ ├── core-js-pure@3.1.4 │ │ │ └── semver@6.3.0 │ │ ├── invariant@2.2.4 deduped │ │ ├── js-levenshtein@1.1.6 │ │ └── semver@5.7.0 deduped │ ├─┬ babel-plugin-module-resolver@3.2.0 │ │ ├─┬ find-babel-config@1.2.0 │ │ │ ├── json5@0.5.1 │ │ │ └── path-exists@3.0.0 │ │ ├── glob@7.1.4 deduped │ │ ├─┬ pkg-up@2.0.0 │ │ │ └─┬ find-up@2.1.0 │ │ │ └─┬ locate-path@2.0.0 │ │ │ ├─┬ p-locate@2.0.0 │ │ │ │ └─┬ p-limit@1.3.0 │ │ │ │ └── p-try@1.0.0 │ │ │ └── path-exists@3.0.0 deduped │ │ ├── reselect@3.0.1 │ │ └── resolve@1.11.1 deduped │ ├── babel-plugin-react-native-web@0.11.5 │ └─┬ metro-react-native-babel-preset@0.51.1 │ ├─┬ @babel/plugin-proposal-class-properties@7.5.5 │ │ ├── @babel/helper-create-class-features-plugin@7.5.5 deduped │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ ├─┬ @babel/plugin-proposal-export-default-from@7.5.2 │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped │ │ └── @babel/plugin-syntax-export-default-from@7.2.0 deduped │ ├─┬ @babel/plugin-proposal-nullish-coalescing-operator@7.4.4 │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped │ │ └─┬ @babel/plugin-syntax-nullish-coalescing-operator@7.2.0 │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ ├── @babel/plugin-proposal-object-rest-spread@7.5.5 deduped │ ├── @babel/plugin-proposal-optional-catch-binding@7.2.0 deduped │ ├─┬ @babel/plugin-proposal-optional-chaining@7.2.0 │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped │ │ └─┬ @babel/plugin-syntax-optional-chaining@7.2.0 │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ ├── @babel/plugin-syntax-dynamic-import@7.2.0 deduped │ ├─┬ @babel/plugin-syntax-export-default-from@7.2.0 │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ ├── @babel/plugin-transform-arrow-functions@7.2.0 deduped │ ├── @babel/plugin-transform-block-scoping@7.5.5 deduped │ ├── @babel/plugin-transform-classes@7.5.5 deduped │ ├── @babel/plugin-transform-computed-properties@7.2.0 deduped │ ├── @babel/plugin-transform-destructuring@7.5.0 deduped │ ├── @babel/plugin-transform-exponentiation-operator@7.2.0 deduped │ ├─┬ @babel/plugin-transform-flow-strip-types@7.4.4 │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped │ │ └─┬ @babel/plugin-syntax-flow@7.2.0 │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ ├── @babel/plugin-transform-for-of@7.4.4 deduped │ ├── @babel/plugin-transform-function-name@7.4.4 deduped │ ├── @babel/plugin-transform-literals@7.2.0 deduped │ ├── @babel/plugin-transform-modules-commonjs@7.5.0 deduped │ ├─┬ @babel/plugin-transform-object-assign@7.2.0 │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ ├── @babel/plugin-transform-parameters@7.4.4 deduped │ ├─┬ @babel/plugin-transform-react-display-name@7.2.0 │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ ├─┬ @babel/plugin-transform-react-jsx@7.3.0 │ │ ├─┬ @babel/helper-builder-react-jsx@7.3.0 │ │ │ ├── @babel/types@7.5.5 deduped │ │ │ └── esutils@2.0.2 deduped │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped │ │ └─┬ @babel/plugin-syntax-jsx@7.2.0 │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ ├─┬ @babel/plugin-transform-react-jsx-source@7.5.0 │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped │ │ └── @babel/plugin-syntax-jsx@7.2.0 deduped │ ├── @babel/plugin-transform-regenerator@7.4.5 deduped │ ├─┬ @babel/plugin-transform-runtime@7.5.5 │ │ ├── @babel/helper-module-imports@7.0.0 deduped │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped │ │ ├── resolve@1.11.1 deduped │ │ └── semver@5.7.0 deduped │ ├── @babel/plugin-transform-shorthand-properties@7.2.0 deduped │ ├── @babel/plugin-transform-spread@7.2.2 deduped │ ├── @babel/plugin-transform-sticky-regex@7.2.0 deduped │ ├── @babel/plugin-transform-template-literals@7.4.4 deduped │ ├─┬ @babel/plugin-transform-typescript@7.5.5 │ │ ├── @babel/helper-create-class-features-plugin@7.5.5 deduped │ │ ├── @babel/helper-plugin-utils@7.0.0 deduped │ │ └─┬ @babel/plugin-syntax-typescript@7.3.3 │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ ├── @babel/plugin-transform-unicode-regex@7.4.4 deduped │ ├── @babel/template@7.4.4 deduped │ ├─┬ metro-babel7-plugin-react-transform@0.51.1 │ │ └── @babel/helper-module-imports@7.0.0 deduped │ └─┬ react-transform-hmr@1.0.4 │ ├─┬ global@4.4.0 │ │ ├─┬ min-document@2.19.0 │ │ │ └── dom-walk@0.1.1 │ │ └── process@0.11.10 │ └─┬ react-proxy@1.1.8 │ ├── lodash@4.17.15 deduped │ └── react-deep-force-update@1.1.2 ├─┬ dialogflow@0.10.3 │ ├─┬ google-gax@1.1.5 │ │ ├─┬ @grpc/grpc-js@0.5.2 │ │ │ └── semver@6.3.0 │ │ ├─┬ @grpc/proto-loader@0.5.1 │ │ │ ├── lodash.camelcase@4.3.0 │ │ │ └── protobufjs@6.8.8 deduped │ │ ├─┬ duplexify@3.7.1 │ │ │ ├─┬ end-of-stream@1.4.1 │ │ │ │ └── once@1.4.0 deduped │ │ │ ├── inherits@2.0.4 deduped │ │ │ ├─┬ readable-stream@2.3.6 │ │ │ │ ├── core-util-is@1.0.2 │ │ │ │ ├── inherits@2.0.4 deduped │ │ │ │ ├── isarray@1.0.0 deduped │ │ │ │ ├── process-nextick-args@2.0.1 │ │ │ │ ├── safe-buffer@5.1.2 deduped │ │ │ │ ├── string_decoder@1.1.1 deduped │ │ │ │ └── util-deprecate@1.0.2 deduped │ │ │ └── stream-shift@1.0.0 │ │ ├─┬ google-auth-library@4.2.6 │ │ │ ├── arrify@2.0.1 │ │ │ ├── base64-js@1.3.0 deduped │ │ │ ├── fast-text-encoding@1.0.0 │ │ │ ├─┬ gaxios@2.0.1 │ │ │ │ ├─┬ abort-controller@3.0.0 │ │ │ │ │ └── event-target-shim@5.0.1 │ │ │ │ ├── extend@3.0.2 │ │ │ │ ├─┬ https-proxy-agent@2.2.2 │ │ │ │ │ ├─┬ agent-base@4.3.0 │ │ │ │ │ │ └─┬ es6-promisify@5.0.0 │ │ │ │ │ │ └── es6-promise@4.2.8 │ │ │ │ │ └─┬ debug@3.2.6 │ │ │ │ │ └── ms@2.1.2 deduped │ │ │ │ └── node-fetch@2.6.0 │ │ │ ├─┬ gcp-metadata@2.0.1 │ │ │ │ ├── gaxios@2.0.1 deduped │ │ │ │ └─┬ json-bigint@0.3.0 │ │ │ │ └── bignumber.js@7.2.1 │ │ │ ├─┬ gtoken@3.0.2 │ │ │ │ ├── gaxios@2.0.1 deduped │ │ │ │ ├─┬ google-p12-pem@2.0.1 │ │ │ │ │ └── node-forge@0.8.5 │ │ │ │ ├── jws@3.2.2 deduped │ │ │ │ └── mime@2.4.4 deduped │ │ │ ├─┬ jws@3.2.2 │ │ │ │ ├─┬ jwa@1.4.1 │ │ │ │ │ ├── buffer-equal-constant-time@1.0.1 │ │ │ │ │ ├─┬ ecdsa-sig-formatter@1.0.11 │ │ │ │ │ │ └── safe-buffer@5.1.2 deduped │ │ │ │ │ └── safe-buffer@5.1.2 deduped │ │ │ │ └── safe-buffer@5.1.2 deduped │ │ │ └─┬ lru-cache@5.1.1 │ │ │ └── yallist@3.0.3 │ │ ├── is-stream-ended@0.1.4 │ │ ├── lodash.at@4.6.0 │ │ ├── lodash.has@4.5.2 │ │ ├── protobufjs@6.8.8 deduped │ │ ├─┬ retry-request@4.1.1 │ │ │ ├── debug@4.1.1 deduped │ │ │ └─┬ through2@3.0.1 │ │ │ └── readable-stream@2.3.6 deduped │ │ ├── semver@6.3.0 │ │ └── walkdir@0.4.1 │ └─┬ protobufjs@6.8.8 │ ├── @protobufjs/aspromise@1.1.2 │ ├── @protobufjs/base64@1.1.2 │ ├── @protobufjs/codegen@2.0.4 │ ├── @protobufjs/eventemitter@1.1.0 │ ├─┬ @protobufjs/fetch@1.1.0 │ │ ├── @protobufjs/aspromise@1.1.2 deduped │ │ └── @protobufjs/inquire@1.1.0 deduped │ ├── @protobufjs/float@1.0.2 │ ├── @protobufjs/inquire@1.1.0 │ ├── @protobufjs/path@1.1.2 │ ├── @protobufjs/pool@1.1.0 │ ├── @protobufjs/utf8@1.1.0 │ ├── @types/long@4.0.0 │ ├── @types/node@10.14.13 │ └── long@4.0.0 ├─┬ expo@32.0.6 │ ├─┬ @babel/runtime@7.5.5 │ │ └── regenerator-runtime@0.13.3 │ ├── @expo/vector-icons@9.0.0 deduped │ ├─┬ @expo/websql@1.0.1 │ │ ├── argsarray@0.0.1 │ │ ├── immediate@3.2.3 │ │ ├── noop-fn@1.0.0 │ │ ├── pouchdb-collections@1.0.1 │ │ └── tiny-queue@0.2.1 │ ├── @types/fbemitter@2.0.32 │ ├── @types/invariant@2.2.30 │ ├─┬ @types/lodash.zipobject@4.1.6 │ │ └── @types/lodash@4.14.136 │ ├── @types/qs@6.5.3 │ ├── @types/uuid-js@0.7.2 │ ├── @types/websql@0.0.27 │ ├── babel-preset-expo@5.2.0 deduped │ ├─┬ cross-spawn@6.0.5 │ │ ├── nice-try@1.0.5 │ │ ├── path-key@2.0.1 │ │ ├── semver@5.7.0 deduped │ │ ├─┬ shebang-command@1.2.0 │ │ │ └── shebang-regex@1.0.0 │ │ └─┬ which@1.3.1 │ │ └── isexe@2.0.0 │ ├─┬ expo-ads-admob@2.0.0 │ │ └── prop-types@15.7.2 deduped │ ├─┬ expo-analytics-segment@2.0.0 │ │ └── expo-core@2.0.2 deduped │ ├─┬ expo-app-auth@2.0.0 │ │ ├── expo-constants-interface@2.0.0 deduped │ │ └── expo-core@2.0.2 deduped │ ├─┬ expo-app-loader-provider@1.0.0 │ │ └── expo-core@2.0.2 deduped │ ├─┬ expo-asset@2.0.0 │ │ ├── uri-parser@1.0.1 │ │ ├── url-join@4.0.1 │ │ ├─┬ url-loader@1.1.2 │ │ │ ├─┬ loader-utils@1.2.3 │ │ │ │ ├── big.js@5.2.2 │ │ │ │ ├── emojis-list@2.1.0 │ │ │ │ └─┬ json5@1.0.1 │ │ │ │ └── minimist@1.2.0 deduped │ │ │ ├── mime@2.4.4 │ │ │ └─┬ schema-utils@1.0.0 │ │ │ ├─┬ ajv@6.10.2 │ │ │ │ ├── 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 │ │ │ ├── ajv-errors@1.0.1 │ │ │ └── ajv-keywords@3.4.1 │ │ └── UNMET PEER DEPENDENCY webpack@^3.0.0 || ^4.0.0 │ ├─┬ expo-background-fetch@1.0.0 │ │ └── expo-task-manager@1.0.0 deduped │ ├─┬ expo-barcode-scanner@2.0.0 │ │ ├── expo-barcode-scanner-interface@2.0.0 deduped │ │ ├── lodash.mapvalues@4.6.0 │ │ └── prop-types@15.7.2 deduped │ ├── expo-barcode-scanner-interface@2.0.0 │ ├─┬ expo-camera@2.0.0 │ │ ├── lodash.mapvalues@4.6.0 deduped │ │ └── prop-types@15.7.2 deduped │ ├─┬ expo-camera-interface@2.0.0 │ │ └── expo-core@2.0.2 deduped │ ├─┬ expo-constants@2.0.1 │ │ ├── ua-parser-js@0.7.20 │ │ └── uuid@3.3.2 │ ├─┬ expo-constants-interface@2.0.0 │ │ └── expo-core@2.0.2 deduped │ ├─┬ expo-contacts@2.0.0 │ │ ├── expo-core@2.0.2 deduped │ │ ├── expo-errors@1.0.0 deduped │ │ └── uuid-js@0.7.5 deduped │ ├── expo-core@2.0.2 │ ├─┬ expo-errors@1.0.0 │ │ └── expo-core@2.0.2 deduped │ ├─┬ expo-face-detector@2.0.0 │ │ ├── expo-core@2.0.2 deduped │ │ ├── expo-face-detector-interface@2.0.0 deduped │ │ └── expo-permissions-interface@2.0.0 deduped │ ├─┬ expo-face-detector-interface@2.0.0 │ │ └── expo-core@2.0.2 deduped │ ├─┬ expo-file-system@2.0.0 │ │ ├── expo-core@2.0.2 deduped │ │ ├── expo-file-system-interface@2.0.0 deduped │ │ └── uuid-js@0.7.5 deduped │ ├─┬ expo-file-system-interface@2.0.0 │ │ └── expo-core@2.0.2 deduped │ ├─┬ expo-font@2.0.0 │ │ └── invariant@2.2.4 deduped │ ├─┬ expo-font-interface@2.0.0 │ │ └── expo-core@2.0.2 deduped │ ├─┬ expo-gl@2.0.0 │ │ └── prop-types@15.7.2 deduped │ ├─┬ expo-gl-cpp@2.0.0 │ │ └── expo-core@2.0.2 deduped │ ├─┬ expo-google-sign-in@2.0.0 │ │ ├── expo-errors@1.0.0 deduped │ │ └── invariant@2.2.4 deduped │ ├─┬ expo-image-loader-interface@2.0.0 │ │ └── expo-core@2.0.2 deduped │ ├─┬ expo-local-authentication@2.0.0 │ │ ├── expo-core@2.0.2 deduped │ │ └── invariant@2.2.4 deduped │ ├─┬ expo-localization@2.0.0 │ │ ├── expo-core@2.0.2 deduped │ │ ├── moment@2.24.0 deduped │ │ ├── moment-timezone@0.5.26 deduped │ │ └── rtl-detect@1.0.2 │ ├─┬ expo-location@2.0.1 │ │ └── invariant@2.2.4 deduped │ ├─┬ expo-media-library@2.0.0 │ │ ├── expo-core@2.0.2 deduped │ │ ├── expo-errors@1.0.0 deduped │ │ └── expo-permissions-interface@2.0.0 deduped │ ├─┬ expo-payments-stripe@2.0.0 │ │ └── expo-core@2.0.2 deduped │ ├─┬ expo-permissions@2.0.0 │ │ ├── expo-core@2.0.2 deduped │ │ └── expo-permissions-interface@2.0.0 deduped │ ├─┬ expo-permissions-interface@2.0.0 │ │ └── expo-core@2.0.2 deduped │ ├─┬ expo-print@2.0.0 │ │ ├── babel-preset-expo@5.2.0 deduped │ │ ├── expo-core@2.0.2 deduped │ │ └── expo-errors@1.0.0 deduped │ ├─┬ expo-react-native-adapter@2.0.0 │ │ ├── expo-image-loader-interface@2.0.0 deduped │ │ ├── expo-permissions-interface@2.0.0 deduped │ │ ├── invariant@2.2.4 deduped │ │ ├── lodash.omit@4.5.0 deduped │ │ ├── lodash.pick@4.4.0 │ │ └── prop-types@15.7.2 deduped │ ├─┬ expo-sensors@2.0.0 │ │ └── invariant@2.2.4 deduped │ ├─┬ expo-sensors-interface@2.0.0 │ │ └── expo-core@2.0.2 deduped │ ├─┬ expo-sms@2.0.0 │ │ ├── expo-core@2.0.2 deduped │ │ └── expo-permissions-interface@2.0.0 deduped │ ├─┬ expo-task-manager@1.0.0 │ │ ├── expo-core@2.0.2 deduped │ │ ├── expo-errors@1.0.0 deduped │ │ └─┬ expo-task-manager-interface@1.0.0 │ │ └── expo-core@2.0.2 deduped │ ├─┬ fbemitter@2.1.1 │ │ └── fbjs@0.8.17 deduped │ ├─┬ invariant@2.2.4 │ │ └── loose-envify@1.4.0 deduped │ ├── lodash.filter@4.6.0 │ ├── lodash.map@4.6.0 │ ├── lodash.omit@4.5.0 │ ├── lodash.zipobject@4.1.3 │ ├─┬ lottie-react-native@2.5.0 │ │ ├── invariant@2.2.4 deduped │ │ ├── lottie-ios@2.5.3 │ │ ├── prop-types@15.7.2 deduped │ │ └─┬ react-native-safe-module@1.2.0 │ │ └── dedent@0.6.0 │ ├─┬ md5-file@3.2.3 │ │ └─┬ buffer-alloc@1.2.0 │ │ ├── buffer-alloc-unsafe@1.1.0 │ │ └── buffer-fill@1.0.0 │ ├── nullthrows@1.1.1 │ ├─┬ pretty-format@23.6.0 │ │ ├── ansi-regex@3.0.0 │ │ └─┬ ansi-styles@3.2.1 │ │ └─┬ color-convert@1.9.3 │ │ └── color-name@1.1.3 │ ├── prop-types@15.7.2 deduped │ ├── qs@6.7.0 │ ├── UNMET PEER DEPENDENCY react@16.0.0-alpha.6 │ ├── UNMET PEER DEPENDENCY react-native@^0.55.4 │ ├── react-native-branch@2.2.5 │ ├─┬ react-native-gesture-handler@1.0.17 │ │ ├── hoist-non-react-statics@2.5.5 │ │ ├── invariant@2.2.4 deduped │ │ └── prop-types@15.7.2 deduped │ ├── react-native-maps@0.22.1 (github:expo/react-native-maps#e6f98ff7272e5d0a7fe974a41f28593af2d77bb2) │ ├── react-native-reanimated@1.0.0-alpha.11 │ ├── react-native-screens@1.0.0-alpha.22 │ ├─┬ react-native-svg@8.0.10 │ │ ├─┬ color@2.0.1 │ │ │ ├── color-convert@1.9.3 deduped │ │ │ └─┬ color-string@1.5.3 │ │ │ ├── color-name@1.1.3 deduped │ │ │ └─┬ simple-swizzle@0.2.2 │ │ │ └── is-arrayish@0.3.2 │ │ ├── lodash@4.17.15 deduped │ │ └── pegjs@0.10.0 │ ├── react-native-view-shot@2.5.0 │ ├── serialize-error@2.1.0 │ ├── uuid-js@0.7.5 │ └── whatwg-fetch@2.0.4 deduped ├─┬ jest-expo@32.0.1 │ ├── @babel/core@7.5.5 deduped │ ├── babel-core@7.0.0-bridge.0 │ ├─┬ babel-jest@23.6.0 │ │ ├─┬ babel-plugin-istanbul@4.1.6 │ │ │ ├── babel-plugin-syntax-object-rest-spread@6.13.0 │ │ │ ├── find-up@2.1.0 deduped │ │ │ ├─┬ istanbul-lib-instrument@1.10.2 │ │ │ │ ├── babel-generator@6.26.1 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.7.0 deduped │ │ │ └─┬ test-exclude@4.2.3 │ │ │ ├── arrify@1.0.1 │ │ │ ├── micromatch@2.3.11 deduped │ │ │ ├── object-assign@4.1.1 deduped │ │ │ ├─┬ read-pkg-up@1.0.1 │ │ │ │ ├─┬ find-up@1.1.2 │ │ │ │ │ ├─┬ path-exists@2.1.0 │ │ │ │ │ │ └── pinkie-promise@2.0.1 deduped │ │ │ │ │ └── pinkie-promise@2.0.1 deduped │ │ │ │ └─┬ read-pkg@1.1.0 │ │ │ │ ├─┬ load-json-file@1.1.0 │ │ │ │ │ ├── graceful-fs@4.2.0 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.5.0 deduped │ │ │ │ └─┬ path-type@1.1.0 │ │ │ │ ├── graceful-fs@4.2.0 deduped │ │ │ │ ├── pify@2.3.0 deduped │ │ │ │ └── pinkie-promise@2.0.1 deduped │ │ │ └── require-main-filename@1.0.1 deduped │ │ └─┬ babel-preset-jest@23.2.0 │ │ ├── babel-plugin-jest-hoist@23.2.0 │ │ └── babel-plugin-syntax-object-rest-spread@6.13.0 deduped │ ├─┬ jest@23.6.0 │ │ ├─┬ import-local@1.0.0 │ │ │ ├─┬ pkg-dir@2.0.0 │ │ │ │ └── find-up@2.1.0 deduped │ │ │ └─┬ resolve-cwd@2.0.0 │ │ │ └── resolve-from@3.0.0 │ │ └─┬ jest-cli@23.6.0 │ │ ├── ansi-escapes@3.2.0 deduped │ │ ├── chalk@2.4.2 deduped │ │ ├── exit@0.1.2 │ │ ├── glob@7.1.4 deduped │ │ ├── graceful-fs@4.2.0 deduped │ │ ├── import-local@1.0.0 deduped │ │ ├─┬ is-ci@1.2.1 │ │ │ └── ci-info@1.6.0 │ │ ├─┬ istanbul-api@1.3.7 │ │ │ ├── async@2.6.3 deduped │ │ │ ├─┬ fileset@2.0.3 │ │ │ │ ├── glob@7.1.4 deduped │ │ │ │ └── minimatch@3.0.4 deduped │ │ │ ├── istanbul-lib-coverage@1.2.1 deduped │ │ │ ├─┬ istanbul-lib-hook@1.2.2 │ │ │ │ └─┬ append-transform@0.4.0 │ │ │ │ └─┬ default-require-extensions@1.0.0 │ │ │ │ └─┬ strip-bom@2.0.0 │ │ │ │ └── is-utf8@0.2.1 deduped │ │ │ ├── istanbul-lib-instrument@1.10.2 deduped │ │ │ ├─┬ istanbul-lib-report@1.1.5 │ │ │ │ ├── istanbul-lib-coverage@1.2.1 deduped │ │ │ │ ├── mkdirp@0.5.1 deduped │ │ │ │ ├── path-parse@1.0.6 deduped │ │ │ │ └─┬ supports-color@3.2.3 │ │ │ │ └── has-flag@1.0.0 │ │ │ ├── istanbul-lib-source-maps@1.2.6 deduped │ │ │ ├─┬ istanbul-reports@1.5.1 │ │ │ │ └─┬ handlebars@4.1.2 │ │ │ │ ├── neo-async@2.6.1 │ │ │ │ ├── optimist@0.6.1 deduped │ │ │ │ ├── source-map@0.6.1 │ │ │ │ └─┬ uglify-js@3.6.0 │ │ │ │ ├── commander@2.20.0 deduped │ │ │ │ └── source-map@0.6.1 deduped │ │ │ ├─┬ js-yaml@3.13.1 │ │ │ │ ├─┬ argparse@1.0.10 │ │ │ │ │ └── sprintf-js@1.0.3 │ │ │ │ └── esprima@4.0.1 │ │ │ ├── mkdirp@0.5.1 deduped │ │ │ └── once@1.4.0 deduped │ │ ├── istanbul-lib-coverage@1.2.1 │ │ ├── istanbul-lib-instrument@1.10.2 deduped │ │ ├─┬ istanbul-lib-source-maps@1.2.6 │ │ │ ├─┬ debug@3.2.6 │ │ │ │ └── ms@2.1.2 deduped │ │ │ ├── istanbul-lib-coverage@1.2.1 deduped │ │ │ ├── mkdirp@0.5.1 deduped │ │ │ ├── rimraf@2.6.3 deduped │ │ │ └── source-map@0.5.7 deduped │ │ ├─┬ jest-changed-files@23.4.2 │ │ │ └── throat@4.1.0 deduped │ │ ├─┬ jest-config@23.6.0 │ │ │ ├── babel-core@6.26.3 deduped │ │ │ ├── babel-jest@23.6.0 deduped │ │ │ ├── chalk@2.4.2 deduped │ │ │ ├── glob@7.1.4 deduped │ │ │ ├── jest-environment-jsdom@23.4.0 deduped │ │ │ ├─┬ jest-environment-node@23.4.0 │ │ │ │ ├── jest-mock@23.2.0 deduped │ │ │ │ └── jest-util@23.4.0 deduped │ │ │ ├── jest-get-type@22.4.3 deduped │ │ │ ├─┬ jest-jasmine2@23.6.0 │ │ │ │ ├── babel-traverse@6.26.0 deduped │ │ │ │ ├── chalk@2.4.2 deduped │ │ │ │ ├── co@4.6.0 │ │ │ │ ├─┬ expect@23.6.0 │ │ │ │ │ ├── ansi-styles@3.2.1 deduped │ │ │ │ │ ├── jest-diff@23.6.0 deduped │ │ │ │ │ ├── jest-get-type@22.4.3 deduped │ │ │ │ │ ├── jest-matcher-utils@23.6.0 deduped │ │ │ │ │ ├── jest-message-util@23.4.0 deduped │ │ │ │ │ └── jest-regex-util@23.3.0 deduped │ │ │ │ ├── is-generator-fn@1.0.0 │ │ │ │ ├── jest-diff@23.6.0 deduped │ │ │ │ ├─┬ jest-each@23.6.0 │ │ │ │ │ ├── chalk@2.4.2 deduped │ │ │ │ │ └── pretty-format@23.6.0 deduped │ │ │ │ ├── jest-matcher-utils@23.6.0 deduped │ │ │ │ ├── jest-message-util@23.4.0 deduped │ │ │ │ ├── jest-snapshot@23.6.0 deduped │ │ │ │ ├── jest-util@23.4.0 deduped │ │ │ │ └── pretty-format@23.6.0 deduped │ │ │ ├── jest-regex-util@23.3.0 deduped │ │ │ ├─┬ jest-resolve@23.6.0 │ │ │ │ ├─┬ browser-resolve@1.11.3 │ │ │ │ │ └── resolve@1.1.7 │ │ │ │ ├── chalk@2.4.2 deduped │ │ │ │ └── realpath-native@1.1.0 deduped │ │ │ ├── jest-util@23.4.0 deduped │ │ │ ├── jest-validate@23.6.0 deduped │ │ │ ├── micromatch@2.3.11 deduped │ │ │ └── pretty-format@23.6.0 deduped │ │ ├─┬ jest-environment-jsdom@23.4.0 │ │ │ ├── jest-mock@23.2.0 │ │ │ ├── jest-util@23.4.0 deduped │ │ │ └─┬ jsdom@11.12.0 │ │ │ ├── abab@2.0.0 │ │ │ ├── acorn@5.7.3 │ │ │ ├─┬ acorn-globals@4.3.2 │ │ │ │ ├── acorn@6.2.1 │ │ │ │ └── acorn-walk@6.2.0 │ │ │ ├── array-equal@1.0.0 │ │ │ ├── cssom@0.3.8 │ │ │ ├─┬ cssstyle@1.4.0 │ │ │ │ └── cssom@0.3.8 deduped │ │ │ ├─┬ data-urls@1.1.0 │ │ │ │ ├── abab@2.0.0 deduped │ │ │ │ ├── whatwg-mimetype@2.3.0 deduped │ │ │ │ └─┬ whatwg-url@7.0.0 │ │ │ │ ├── lodash.sortby@4.7.0 deduped │ │ │ │ ├── tr46@1.0.1 deduped │ │ │ │ └── webidl-conversions@4.0.2 deduped │ │ │ ├─┬ domexception@1.0.1 │ │ │ │ └── webidl-conversions@4.0.2 deduped │ │ │ ├─┬ escodegen@1.11.1 │ │ │ │ ├── esprima@3.1.3 │ │ │ │ ├── estraverse@4.2.0 │ │ │ │ ├── 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 deduped │ │ │ │ └── source-map@0.6.1 │ │ │ ├─┬ html-encoding-sniffer@1.0.2 │ │ │ │ └── whatwg-encoding@1.0.5 deduped │ │ │ ├── left-pad@1.3.0 │ │ │ ├── nwsapi@2.1.4 │ │ │ ├── parse5@4.0.0 │ │ │ ├── pn@1.1.0 │ │ │ ├─┬ request@2.88.0 │ │ │ │ ├── aws-sign2@0.7.0 │ │ │ │ ├── aws4@1.8.0 │ │ │ │ ├── caseless@0.12.0 │ │ │ │ ├─┬ combined-stream@1.0.8 │ │ │ │ │ └── delayed-stream@1.0.0 │ │ │ │ ├── extend@3.0.2 deduped │ │ │ │ ├── forever-agent@0.6.1 │ │ │ │ ├─┬ form-data@2.3.3 │ │ │ │ │ ├── asynckit@0.4.0 │ │ │ │ │ ├── combined-stream@1.0.8 deduped │ │ │ │ │ └── mime-types@2.1.24 deduped │ │ │ │ ├─┬ har-validator@5.1.3 │ │ │ │ │ ├── ajv@6.10.2 deduped │ │ │ │ │ └── har-schema@2.0.0 │ │ │ │ ├─┬ http-signature@1.2.0 │ │ │ │ │ ├── assert-plus@1.0.0 │ │ │ │ │ ├─┬ jsprim@1.4.1 │ │ │ │ │ │ ├── assert-plus@1.0.0 deduped │ │ │ │ │ │ ├── extsprintf@1.3.0 │ │ │ │ │ │ ├── json-schema@0.2.3 │ │ │ │ │ │ └─┬ verror@1.10.0 │ │ │ │ │ │ ├── assert-plus@1.0.0 deduped │ │ │ │ │ │ ├── core-util-is@1.0.2 deduped │ │ │ │ │ │ └── extsprintf@1.3.0 deduped │ │ │ │ │ └─┬ sshpk@1.16.1 │ │ │ │ │ ├─┬ asn1@0.2.4 │ │ │ │ │ │ └── safer-buffer@2.1.2 deduped │ │ │ │ │ ├── assert-plus@1.0.0 deduped │ │ │ │ │ ├─┬ bcrypt-pbkdf@1.0.2 │ │ │ │ │ │ └── tweetnacl@0.14.5 deduped │ │ │ │ │ ├─┬ dashdash@1.14.1 │ │ │ │ │ │ └── assert-plus@1.0.0 deduped │ │ │ │ │ ├─┬ ecc-jsbn@0.1.2 │ │ │ │ │ │ ├── jsbn@0.1.1 deduped │ │ │ │ │ │ └── safer-buffer@2.1.2 deduped │ │ │ │ │ ├─┬ getpass@0.1.7 │ │ │ │ │ │ └── assert-plus@1.0.0 deduped │ │ │ │ │ ├── jsbn@0.1.1 │ │ │ │ │ ├── safer-buffer@2.1.2 deduped │ │ │ │ │ └── tweetnacl@0.14.5 │ │ │ │ ├── is-typedarray@1.0.0 │ │ │ │ ├── isstream@0.1.2 │ │ │ │ ├── json-stringify-safe@5.0.1 │ │ │ │ ├── mime-types@2.1.24 deduped │ │ │ │ ├── oauth-sign@0.9.0 │ │ │ │ ├── performance-now@2.1.0 │ │ │ │ ├── qs@6.5.2 │ │ │ │ ├── safe-buffer@5.1.2 deduped │ │ │ │ ├─┬ tough-cookie@2.4.3 │ │ │ │ │ ├── psl@1.2.0 deduped │ │ │ │ │ └── punycode@1.4.1 │ │ │ │ ├─┬ tunnel-agent@0.6.0 │ │ │ │ │ └── safe-buffer@5.1.2 deduped │ │ │ │ └── uuid@3.3.2 deduped │ │ │ ├─┬ request-promise-native@1.0.7 │ │ │ │ ├─┬ request-promise-core@1.1.2 │ │ │ │ │ └── lodash@4.17.15 deduped │ │ │ │ ├── stealthy-require@1.1.1 │ │ │ │ └── tough-cookie@2.5.0 deduped │ │ │ ├── sax@1.2.4 │ │ │ ├── symbol-tree@3.2.4 │ │ │ ├─┬ tough-cookie@2.5.0 │ │ │ │ ├── psl@1.2.0 │ │ │ │ └── punycode@2.1.1 deduped │ │ │ ├─┬ w3c-hr-time@1.0.1 │ │ │ │ └── browser-process-hrtime@0.1.3 │ │ │ ├── webidl-conversions@4.0.2 │ │ │ ├─┬ whatwg-encoding@1.0.5 │ │ │ │ └── iconv-lite@0.4.24 deduped │ │ │ ├── whatwg-mimetype@2.3.0 │ │ │ ├─┬ whatwg-url@6.5.0 │ │ │ │ ├── lodash.sortby@4.7.0 │ │ │ │ ├─┬ tr46@1.0.1 │ │ │ │ │ └── punycode@2.1.1 deduped │ │ │ │ └── webidl-conversions@4.0.2 deduped │ │ │ ├─┬ ws@5.2.2 │ │ │ │ └── async-limiter@1.0.0 deduped │ │ │ └── xml-name-validator@3.0.0 │ │ ├── jest-get-type@22.4.3 │ │ ├─┬ jest-haste-map@23.6.0 │ │ │ ├── fb-watchman@2.0.0 deduped │ │ │ ├── graceful-fs@4.2.0 deduped │ │ │ ├── invariant@2.2.4 deduped │ │ │ ├── jest-docblock@23.2.0 deduped │ │ │ ├── jest-serializer@23.0.1 deduped │ │ │ ├── jest-worker@23.2.0 deduped │ │ │ ├── micromatch@2.3.11 deduped │ │ │ └── sane@2.5.2 deduped │ │ ├─┬ jest-message-util@23.4.0 │ │ │ ├── @babel/code-frame@7.5.5 deduped │ │ │ ├── chalk@2.4.2 deduped │ │ │ ├── micromatch@2.3.11 deduped │ │ │ ├── slash@1.0.0 deduped │ │ │ └── stack-utils@1.0.2 │ │ ├── jest-regex-util@23.3.0 │ │ ├─┬ jest-resolve-dependencies@23.6.0 │ │ │ ├── jest-regex-util@23.3.0 deduped │ │ │ └── jest-snapshot@23.6.0 deduped │ │ ├─┬ jest-runner@23.6.0 │ │ │ ├── exit@0.1.2 deduped │ │ │ ├── graceful-fs@4.2.0 deduped │ │ │ ├── jest-config@23.6.0 deduped │ │ │ ├── jest-docblock@23.2.0 deduped │ │ │ ├─┬ jest-haste-map@23.6.0 │ │ │ │ ├── fb-watchman@2.0.0 deduped │ │ │ │ ├── graceful-fs@4.2.0 deduped │ │ │ │ ├── invariant@2.2.4 deduped │ │ │ │ ├── jest-docblock@23.2.0 deduped │ │ │ │ ├── jest-serializer@23.0.1 deduped │ │ │ │ ├── jest-worker@23.2.0 deduped │ │ │ │ ├── micromatch@2.3.11 deduped │ │ │ │ └── sane@2.5.2 deduped │ │ │ ├── jest-jasmine2@23.6.0 deduped │ │ │ ├─┬ jest-leak-detector@23.6.0 │ │ │ │ └── pretty-format@23.6.0 deduped │ │ │ ├── jest-message-util@23.4.0 deduped │ │ │ ├── jest-runtime@23.6.0 deduped │ │ │ ├── jest-util@23.4.0 deduped │ │ │ ├── jest-worker@23.2.0 deduped │ │ │ ├─┬ source-map-support@0.5.12 │ │ │ │ ├── buffer-from@1.1.1 deduped │ │ │ │ └── source-map@0.6.1 │ │ │ └── throat@4.1.0 deduped │ │ ├─┬ jest-runtime@23.6.0 │ │ │ ├── babel-core@6.26.3 deduped │ │ │ ├── babel-plugin-istanbul@4.1.6 deduped │ │ │ ├── chalk@2.4.2 deduped │ │ │ ├── convert-source-map@1.6.0 deduped │ │ │ ├── exit@0.1.2 deduped │ │ │ ├── fast-json-stable-stringify@2.0.0 │ │ │ ├── graceful-fs@4.2.0 deduped │ │ │ ├── jest-config@23.6.0 deduped │ │ │ ├─┬ jest-haste-map@23.6.0 │ │ │ │ ├── fb-watchman@2.0.0 deduped │ │ │ │ ├── graceful-fs@4.2.0 deduped │ │ │ │ ├── invariant@2.2.4 deduped │ │ │ │ ├── jest-docblock@23.2.0 deduped │ │ │ │ ├── jest-serializer@23.0.1 deduped │ │ │ │ ├── jest-worker@23.2.0 deduped │ │ │ │ ├── micromatch@2.3.11 deduped │ │ │ │ └── sane@2.5.2 deduped │ │ │ ├── jest-message-util@23.4.0 deduped │ │ │ ├── jest-regex-util@23.3.0 deduped │ │ │ ├── jest-resolve@23.6.0 deduped │ │ │ ├── jest-snapshot@23.6.0 deduped │ │ │ ├── jest-util@23.4.0 deduped │ │ │ ├── jest-validate@23.6.0 deduped │ │ │ ├── micromatch@2.3.11 deduped │ │ │ ├── realpath-native@1.1.0 deduped │ │ │ ├── slash@1.0.0 deduped │ │ │ ├── strip-bom@3.0.0 │ │ │ ├─┬ write-file-atomic@2.4.3 │ │ │ │ ├── graceful-fs@4.2.0 deduped │ │ │ │ ├── imurmurhash@0.1.4 deduped │ │ │ │ └── signal-exit@3.0.2 deduped │ │ │ └─┬ yargs@11.1.0 │ │ │ ├─┬ 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 deduped │ │ │ ├── get-caller-file@1.0.3 deduped │ │ │ ├── os-locale@2.1.0 deduped │ │ │ ├── require-directory@2.1.1 deduped │ │ │ ├── require-main-filename@1.0.1 deduped │ │ │ ├── set-blocking@2.0.0 deduped │ │ │ ├── string-width@2.1.1 deduped │ │ │ ├── which-module@2.0.0 deduped │ │ │ ├── y18n@3.2.1 deduped │ │ │ └─┬ yargs-parser@9.0.2 │ │ │ └── camelcase@4.1.0 deduped │ │ ├─┬ jest-snapshot@23.6.0 │ │ │ ├── babel-types@6.26.0 deduped │ │ │ ├── chalk@2.4.2 deduped │ │ │ ├─┬ jest-diff@23.6.0 │ │ │ │ ├── chalk@2.4.2 deduped │ │ │ │ ├── diff@3.5.0 │ │ │ │ ├── jest-get-type@22.4.3 deduped │ │ │ │ └── pretty-format@23.6.0 deduped │ │ │ ├─┬ jest-matcher-utils@23.6.0 │ │ │ │ ├── chalk@2.4.2 deduped │ │ │ │ ├── jest-get-type@22.4.3 deduped │ │ │ │ └── pretty-format@23.6.0 deduped │ │ │ ├── jest-message-util@23.4.0 deduped │ │ │ ├── jest-resolve@23.6.0 deduped │ │ │ ├── mkdirp@0.5.1 deduped │ │ │ ├── natural-compare@1.4.0 │ │ │ ├── pretty-format@23.6.0 deduped │ │ │ └── semver@5.7.0 deduped │ │ ├─┬ jest-util@23.4.0 │ │ │ ├── callsites@2.0.0 │ │ │ ├── chalk@2.4.2 deduped │ │ │ ├── graceful-fs@4.2.0 deduped │ │ │ ├── is-ci@1.2.1 deduped │ │ │ ├── jest-message-util@23.4.0 deduped │ │ │ ├── mkdirp@0.5.1 deduped │ │ │ ├── slash@1.0.0 deduped │ │ │ └── source-map@0.6.1 │ │ ├─┬ jest-validate@23.6.0 │ │ │ ├── chalk@2.4.2 deduped │ │ │ ├── jest-get-type@22.4.3 deduped │ │ │ ├── leven@2.1.0 │ │ │ └── pretty-format@23.6.0 deduped │ │ ├─┬ jest-watcher@23.4.0 │ │ │ ├── ansi-escapes@3.2.0 deduped │ │ │ ├── chalk@2.4.2 deduped │ │ │ └── string-length@2.0.0 deduped │ │ ├── jest-worker@23.2.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.1 │ │ │ │ │ │ ├── is-number@4.0.0 │ │ │ │ │ │ ├── kind-of@6.0.2 │ │ │ │ │ │ └── math-random@1.0.4 │ │ │ │ │ ├── repeat-element@1.1.3 deduped │ │ │ │ │ └── repeat-string@1.6.1 │ │ │ │ ├── preserve@0.2.0 │ │ │ │ └── repeat-element@1.1.3 │ │ │ ├─┬ 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 │ │ │ ├─┬ normalize-path@2.1.1 │ │ │ │ └── remove-trailing-separator@1.1.0 │ │ │ ├─┬ 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 deduped │ │ │ │ ├── is-dotfile@1.0.3 │ │ │ │ ├── is-extglob@1.0.0 deduped │ │ │ │ └── is-glob@2.0.1 deduped │ │ │ └─┬ regex-cache@0.4.4 │ │ │ └─┬ is-equal-shallow@0.1.3 │ │ │ └── is-primitive@2.0.0 │ │ ├── node-notifier@5.4.0 deduped │ │ ├─┬ prompts@0.1.14 │ │ │ ├── kleur@2.0.2 │ │ │ └── sisteransi@0.1.1 │ │ ├─┬ realpath-native@1.1.0 │ │ │ └─┬ 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.13.0 │ │ │ ├─┬ es-to-primitive@1.2.0 │ │ │ │ ├── is-callable@1.1.4 deduped │ │ │ │ ├── is-date-object@1.0.1 │ │ │ │ └─┬ is-symbol@1.0.2 │ │ │ │ └── has-symbols@1.0.0 deduped │ │ │ ├── function-bind@1.1.1 deduped │ │ │ ├─┬ has@1.0.3 │ │ │ │ └── function-bind@1.1.1 deduped │ │ │ ├── is-callable@1.1.4 │ │ │ ├─┬ is-regex@1.0.4 │ │ │ │ └── has@1.0.3 deduped │ │ │ └── object-keys@1.1.1 deduped │ │ ├── rimraf@2.6.3 deduped │ │ ├── slash@1.0.0 │ │ ├─┬ 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@11.1.0 │ │ ├─┬ 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 deduped │ │ ├── get-caller-file@1.0.3 deduped │ │ ├── os-locale@2.1.0 deduped │ │ ├── require-directory@2.1.1 deduped │ │ ├── require-main-filename@1.0.1 deduped │ │ ├── set-blocking@2.0.0 deduped │ │ ├── string-width@2.1.1 deduped │ │ ├── which-module@2.0.0 deduped │ │ ├── y18n@3.2.1 deduped │ │ └─┬ yargs-parser@9.0.2 │ │ └── camelcase@4.1.0 deduped │ ├─┬ json5@2.1.0 │ │ └── minimist@1.2.0 deduped │ └─┬ react-test-renderer@16.8.6 │ ├── object-assign@4.1.1 deduped │ ├── prop-types@15.7.2 deduped │ ├── react-is@16.8.6 deduped │ └─┬ scheduler@0.13.6 │ ├── loose-envify@1.4.0 deduped │ └── object-assign@4.1.1 deduped ├── moment@2.24.0 ├─┬ moment-timezone@0.5.26 │ └── moment@2.24.0 deduped ├─┬ prop-types@15.7.2 │ ├─┬ loose-envify@1.4.0 │ │ └── js-tokens@4.0.0 │ ├── object-assign@4.1.1 │ └── react-is@16.8.6 ├─┬ react@16.5.0 │ ├── loose-envify@1.4.0 deduped │ ├── object-assign@4.1.1 deduped │ ├── prop-types@15.7.2 deduped │ └─┬ schedule@0.3.0 │ └── object-assign@4.1.1 deduped ├── react-moment@0.7.9 ├─┬ react-native@0.57.1 │ ├── absolute-path@0.0.0 │ ├── art@0.10.3 │ ├── base64-js@1.3.0 │ ├─┬ chalk@1.1.3 │ │ ├── ansi-styles@2.2.1 │ │ ├── escape-string-regexp@1.0.5 deduped │ │ ├─┬ has-ansi@2.0.0 │ │ │ └── ansi-regex@2.1.1 │ │ ├─┬ strip-ansi@3.0.1 │ │ │ └── ansi-regex@2.1.1 deduped │ │ └── supports-color@2.0.0 │ ├── commander@2.20.0 │ ├─┬ compression@1.7.4 │ │ ├─┬ accepts@1.3.7 │ │ │ ├─┬ mime-types@2.1.24 │ │ │ │ └── mime-db@1.40.0 deduped │ │ │ └── negotiator@0.6.2 │ │ ├── bytes@3.0.0 │ │ ├─┬ compressible@2.0.17 │ │ │ └── mime-db@1.40.0 │ │ ├─┬ debug@2.6.9 │ │ │ └── ms@2.0.0 │ │ ├── on-headers@1.0.2 │ │ ├── safe-buffer@5.1.2 │ │ └── vary@1.1.2 │ ├─┬ connect@3.7.0 │ │ ├─┬ debug@2.6.9 │ │ │ └── ms@2.0.0 │ │ ├─┬ finalhandler@1.1.2 │ │ │ ├─┬ debug@2.6.9 │ │ │ │ └── ms@2.0.0 │ │ │ ├── encodeurl@1.0.2 deduped │ │ │ ├── escape-html@1.0.3 deduped │ │ │ ├── on-finished@2.3.0 deduped │ │ │ ├── parseurl@1.3.3 deduped │ │ │ ├── statuses@1.5.0 │ │ │ └── unpipe@1.0.0 │ │ ├── parseurl@1.3.3 │ │ └── utils-merge@1.0.1 │ ├─┬ create-react-class@15.6.3 │ │ ├── fbjs@0.8.17 deduped │ │ ├── loose-envify@1.4.0 deduped │ │ └── object-assign@4.1.1 deduped │ ├─┬ debug@2.6.9 │ │ └── ms@2.0.0 │ ├── denodeify@1.2.1 │ ├── envinfo@5.12.1 │ ├─┬ errorhandler@1.5.1 │ │ ├── accepts@1.3.7 deduped │ │ └── escape-html@1.0.3 │ ├── escape-string-regexp@1.0.5 │ ├── event-target-shim@1.1.1 │ ├─┬ fbjs@0.8.17 │ │ ├── core-js@1.2.7 │ │ ├─┬ isomorphic-fetch@2.2.1 │ │ │ ├─┬ node-fetch@1.7.3 │ │ │ │ ├── encoding@0.1.12 deduped │ │ │ │ └── is-stream@1.1.0 deduped │ │ │ └── whatwg-fetch@2.0.4 deduped │ │ ├── loose-envify@1.4.0 deduped │ │ ├── object-assign@4.1.1 deduped │ │ ├── promise@7.3.1 deduped │ │ ├── setimmediate@1.0.5 │ │ └── ua-parser-js@0.7.20 deduped │ ├─┬ fbjs-scripts@0.8.3 │ │ ├─┬ ansi-colors@1.1.0 │ │ │ └── ansi-wrap@0.1.0 │ │ ├─┬ babel-core@6.26.3 │ │ │ ├─┬ babel-code-frame@6.26.0 │ │ │ │ ├─┬ chalk@1.1.3 │ │ │ │ │ ├── ansi-styles@2.2.1 │ │ │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ │ │ ├── has-ansi@2.0.0 deduped │ │ │ │ │ ├── strip-ansi@3.0.1 deduped │ │ │ │ │ └── supports-color@2.0.0 │ │ │ │ ├── esutils@2.0.2 deduped │ │ │ │ └── js-tokens@3.0.2 │ │ │ ├─┬ 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 deduped │ │ │ │ ├── jsesc@1.3.0 │ │ │ │ ├── lodash@4.17.15 deduped │ │ │ │ ├── source-map@0.5.7 deduped │ │ │ │ └── trim-right@1.0.1 deduped │ │ │ ├─┬ 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.6.9 │ │ │ │ ├─┬ home-or-tmp@2.0.0 │ │ │ │ │ ├── os-homedir@1.0.2 │ │ │ │ │ └── os-tmpdir@1.0.2 deduped │ │ │ │ ├── lodash@4.17.15 deduped │ │ │ │ ├── mkdirp@0.5.1 deduped │ │ │ │ └─┬ source-map-support@0.4.18 │ │ │ │ └── source-map@0.5.7 deduped │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ ├─┬ babel-template@6.26.0 │ │ │ │ ├── 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.15 deduped │ │ │ ├─┬ babel-traverse@6.26.0 │ │ │ │ ├── babel-code-frame@6.26.0 deduped │ │ │ │ ├── babel-messages@6.23.0 deduped │ │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ │ ├── babel-types@6.26.0 deduped │ │ │ │ ├── babylon@6.18.0 deduped │ │ │ │ ├─┬ debug@2.6.9 │ │ │ │ │ └── ms@2.0.0 │ │ │ │ ├── globals@9.18.0 │ │ │ │ ├── invariant@2.2.4 deduped │ │ │ │ └── lodash@4.17.15 deduped │ │ │ ├─┬ babel-types@6.26.0 │ │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ │ ├── esutils@2.0.2 deduped │ │ │ │ ├── lodash@4.17.15 deduped │ │ │ │ └── to-fast-properties@1.0.3 │ │ │ ├── babylon@6.18.0 │ │ │ ├── convert-source-map@1.6.0 deduped │ │ │ ├─┬ debug@2.6.9 │ │ │ │ └── ms@2.0.0 │ │ │ ├── json5@0.5.1 │ │ │ ├── lodash@4.17.15 deduped │ │ │ ├── minimatch@3.0.4 deduped │ │ │ ├── path-is-absolute@1.0.1 deduped │ │ │ ├── private@0.1.8 │ │ │ ├── slash@1.0.0 deduped │ │ │ └── source-map@0.5.7 deduped │ │ ├─┬ babel-preset-fbjs@2.3.0 │ │ │ ├─┬ babel-plugin-check-es2015-constants@6.22.0 │ │ │ │ └── babel-runtime@6.26.0 deduped │ │ │ ├── babel-plugin-syntax-class-properties@6.13.0 │ │ │ ├── babel-plugin-syntax-flow@6.18.0 │ │ │ ├── babel-plugin-syntax-jsx@6.18.0 │ │ │ ├── babel-plugin-syntax-object-rest-spread@6.13.0 deduped │ │ │ ├── babel-plugin-syntax-trailing-function-commas@6.22.0 │ │ │ ├─┬ babel-plugin-transform-class-properties@6.24.1 │ │ │ │ ├─┬ babel-helper-function-name@6.24.1 │ │ │ │ │ ├── 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-syntax-class-properties@6.13.0 deduped │ │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ │ └── babel-template@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.15 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.15 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 │ │ │ │ └── babel-runtime@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-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-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 │ │ │ │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ │ │ │ └── babel-types@6.26.0 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 │ │ │ │ │ ├── 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-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-template-literals@6.22.0 │ │ │ │ └── babel-runtime@6.26.0 deduped │ │ │ ├─┬ babel-plugin-transform-es3-member-expression-literals@6.22.0 │ │ │ │ └── babel-runtime@6.26.0 deduped │ │ │ ├─┬ babel-plugin-transform-es3-property-literals@6.22.0 │ │ │ │ └── babel-runtime@6.26.0 deduped │ │ │ ├─┬ babel-plugin-transform-flow-strip-types@6.22.0 │ │ │ │ ├── babel-plugin-syntax-flow@6.18.0 deduped │ │ │ │ └── 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-display-name@6.25.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 deduped │ │ │ └── babel-runtime@6.26.0 deduped │ │ ├── core-js@2.6.9 │ │ ├── cross-spawn@5.1.0 deduped │ │ ├─┬ fancy-log@1.3.3 │ │ │ ├─┬ ansi-gray@0.1.1 │ │ │ │ └── ansi-wrap@0.1.0 deduped │ │ │ ├── color-support@1.1.3 │ │ │ ├── parse-node-version@1.0.1 │ │ │ └── time-stamp@1.1.0 │ │ ├── object-assign@4.1.1 deduped │ │ ├─┬ plugin-error@0.1.2 │ │ │ ├─┬ ansi-cyan@0.1.1 │ │ │ │ └── ansi-wrap@0.1.0 deduped │ │ │ ├─┬ ansi-red@0.1.1 │ │ │ │ └── ansi-wrap@0.1.0 deduped │ │ │ ├─┬ arr-diff@1.1.0 │ │ │ │ ├── arr-flatten@1.1.0 │ │ │ │ └── array-slice@0.2.3 │ │ │ ├── arr-union@2.1.0 │ │ │ └─┬ extend-shallow@1.1.4 │ │ │ └── kind-of@1.1.0 │ │ ├── semver@5.7.0 deduped │ │ └─┬ through2@2.0.5 │ │ ├── readable-stream@2.3.6 deduped │ │ └── xtend@4.0.2 │ ├─┬ fs-extra@1.0.0 │ │ ├── graceful-fs@4.2.0 deduped │ │ ├─┬ jsonfile@2.4.0 │ │ │ └── graceful-fs@4.2.0 deduped │ │ └─┬ klaw@1.3.1 │ │ └── graceful-fs@4.2.0 deduped │ ├─┬ glob@7.1.4 │ │ ├── fs.realpath@1.0.0 │ │ ├─┬ inflight@1.0.6 │ │ │ ├── once@1.4.0 deduped │ │ │ └── wrappy@1.0.2 │ │ ├── inherits@2.0.4 │ │ ├─┬ minimatch@3.0.4 │ │ │ └─┬ brace-expansion@1.1.11 │ │ │ ├── balanced-match@1.0.0 │ │ │ └── concat-map@0.0.1 │ │ ├─┬ once@1.4.0 │ │ │ └── wrappy@1.0.2 deduped │ │ └── path-is-absolute@1.0.1 │ ├── graceful-fs@4.2.0 │ ├─┬ inquirer@3.3.0 │ │ ├── ansi-escapes@3.2.0 │ │ ├── chalk@2.4.2 deduped │ │ ├─┬ cli-cursor@2.1.0 │ │ │ └─┬ restore-cursor@2.0.0 │ │ │ ├─┬ onetime@2.0.1 │ │ │ │ └── mimic-fn@1.2.0 deduped │ │ │ └── signal-exit@3.0.2 │ │ ├── cli-width@2.2.0 │ │ ├─┬ external-editor@2.2.0 │ │ │ ├── chardet@0.4.2 │ │ │ ├─┬ iconv-lite@0.4.24 │ │ │ │ └── safer-buffer@2.1.2 │ │ │ └─┬ tmp@0.0.33 │ │ │ └── os-tmpdir@1.0.2 deduped │ │ ├─┬ figures@2.0.0 │ │ │ └── escape-string-regexp@1.0.5 deduped │ │ ├── lodash@4.17.15 deduped │ │ ├── mute-stream@0.0.7 │ │ ├─┬ run-async@2.3.0 │ │ │ └── is-promise@2.1.0 │ │ ├── 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 │ │ │ └── ansi-regex@3.0.0 │ │ ├─┬ strip-ansi@4.0.0 │ │ │ └── ansi-regex@3.0.0 │ │ └── through@2.3.8 │ ├── lodash@4.17.15 deduped │ ├─┬ metro@0.45.6 │ │ ├── @babel/core@7.5.5 deduped │ │ ├── @babel/generator@7.5.5 deduped │ │ ├── @babel/parser@7.5.5 deduped │ │ ├─┬ @babel/plugin-external-helpers@7.2.0 │ │ │ └── @babel/helper-plugin-utils@7.0.0 deduped │ │ ├── @babel/template@7.4.4 deduped │ │ ├── @babel/traverse@7.5.5 deduped │ │ ├── @babel/types@7.5.5 deduped │ │ ├── absolute-path@0.0.0 deduped │ │ ├─┬ async@2.6.3 │ │ │ └── lodash@4.17.15 deduped │ │ ├── babel-preset-fbjs@2.3.0 deduped │ │ ├─┬ chalk@1.1.3 │ │ │ ├── ansi-styles@2.2.1 │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ ├── has-ansi@2.0.0 deduped │ │ │ ├── strip-ansi@3.0.1 deduped │ │ │ └── supports-color@2.0.0 │ │ ├─┬ concat-stream@1.6.2 │ │ │ ├── buffer-from@1.1.1 │ │ │ ├── inherits@2.0.4 deduped │ │ │ ├── readable-stream@2.3.6 deduped │ │ │ └── typedarray@0.0.6 │ │ ├── connect@3.7.0 deduped │ │ ├─┬ debug@2.6.9 │ │ │ └── ms@2.0.0 │ │ ├── denodeify@1.2.1 deduped │ │ ├── eventemitter3@3.1.2 │ │ ├── fbjs@0.8.17 deduped │ │ ├── fs-extra@1.0.0 deduped │ │ ├── graceful-fs@4.2.0 deduped │ │ ├── image-size@0.6.3 │ │ ├─┬ jest-docblock@23.2.0 │ │ │ └── detect-newline@2.1.0 │ │ ├─┬ jest-haste-map@23.5.0 │ │ │ ├─┬ fb-watchman@2.0.0 │ │ │ │ └─┬ bser@2.1.0 │ │ │ │ └── node-int64@0.4.0 │ │ │ ├── graceful-fs@4.2.0 deduped │ │ │ ├── invariant@2.2.4 deduped │ │ │ ├── jest-docblock@23.2.0 deduped │ │ │ ├── jest-serializer@23.0.1 │ │ │ ├── jest-worker@23.2.0 deduped │ │ │ ├── micromatch@2.3.11 deduped │ │ │ └─┬ sane@2.5.2 │ │ │ ├─┬ anymatch@2.0.0 │ │ │ │ ├─┬ micromatch@3.1.10 │ │ │ │ │ ├── arr-diff@4.0.0 │ │ │ │ │ ├── array-unique@0.3.2 │ │ │ │ │ ├─┬ braces@2.3.2 │ │ │ │ │ │ ├── arr-flatten@1.1.0 deduped │ │ │ │ │ │ ├── array-unique@0.3.2 deduped │ │ │ │ │ │ ├─┬ extend-shallow@2.0.1 │ │ │ │ │ │ │ └── is-extendable@0.1.1 deduped │ │ │ │ │ │ ├─┬ fill-range@4.0.0 │ │ │ │ │ │ │ ├─┬ extend-shallow@2.0.1 │ │ │ │ │ │ │ │ └── is-extendable@0.1.1 deduped │ │ │ │ │ │ │ ├─┬ is-number@3.0.0 │ │ │ │ │ │ │ │ └─┬ kind-of@3.2.2 │ │ │ │ │ │ │ │ └── is-buffer@1.1.6 deduped │ │ │ │ │ │ │ ├── repeat-string@1.6.1 deduped │ │ │ │ │ │ │ └── to-regex-range@2.1.1 deduped │ │ │ │ │ │ ├── isobject@3.0.1 │ │ │ │ │ │ ├── repeat-element@1.1.3 deduped │ │ │ │ │ │ ├── snapdragon@0.8.2 deduped │ │ │ │ │ │ ├── snapdragon-node@2.1.1 deduped │ │ │ │ │ │ ├── split-string@3.1.0 deduped │ │ │ │ │ │ └── to-regex@3.0.2 deduped │ │ │ │ │ ├── define-property@2.0.2 deduped │ │ │ │ │ ├─┬ extend-shallow@3.0.2 │ │ │ │ │ │ ├── assign-symbols@1.0.0 deduped │ │ │ │ │ │ └─┬ is-extendable@1.0.1 │ │ │ │ │ │ └── is-plain-object@2.0.4 deduped │ │ │ │ │ ├─┬ extglob@2.0.4 │ │ │ │ │ │ ├── array-unique@0.3.2 deduped │ │ │ │ │ │ ├─┬ define-property@1.0.0 │ │ │ │ │ │ │ └─┬ is-descriptor@1.0.2 │ │ │ │ │ │ │ ├─┬ is-accessor-descriptor@1.0.0 │ │ │ │ │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ │ │ │ │ ├─┬ is-data-descriptor@1.0.0 │ │ │ │ │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ │ │ │ ├─┬ expand-brackets@2.1.4 │ │ │ │ │ │ │ ├─┬ debug@2.6.9 │ │ │ │ │ │ │ │ └── ms@2.0.0 │ │ │ │ │ │ │ ├─┬ define-property@0.2.5 │ │ │ │ │ │ │ │ └─┬ is-descriptor@0.1.6 │ │ │ │ │ │ │ │ ├─┬ is-accessor-descriptor@0.1.6 │ │ │ │ │ │ │ │ │ └─┬ kind-of@3.2.2 │ │ │ │ │ │ │ │ │ └── is-buffer@1.1.6 deduped │ │ │ │ │ │ │ │ ├─┬ is-data-descriptor@0.1.4 │ │ │ │ │ │ │ │ │ └─┬ kind-of@3.2.2 │ │ │ │ │ │ │ │ │ └── is-buffer@1.1.6 deduped │ │ │ │ │ │ │ │ └── kind-of@5.1.0 │ │ │ │ │ │ │ ├─┬ extend-shallow@2.0.1 │ │ │ │ │ │ │ │ └── is-extendable@0.1.1 deduped │ │ │ │ │ │ │ ├── posix-character-classes@0.1.1 deduped │ │ │ │ │ │ │ ├── regex-not@1.0.2 deduped │ │ │ │ │ │ │ ├── snapdragon@0.8.2 deduped │ │ │ │ │ │ │ └── to-regex@3.0.2 deduped │ │ │ │ │ │ ├─┬ extend-shallow@2.0.1 │ │ │ │ │ │ │ └── is-extendable@0.1.1 deduped │ │ │ │ │ │ ├── fragment-cache@0.2.1 deduped │ │ │ │ │ │ ├── regex-not@1.0.2 deduped │ │ │ │ │ │ ├── snapdragon@0.8.2 deduped │ │ │ │ │ │ └── to-regex@3.0.2 deduped │ │ │ │ │ ├── fragment-cache@0.2.1 deduped │ │ │ │ │ ├── kind-of@6.0.2 │ │ │ │ │ ├── nanomatch@1.2.13 deduped │ │ │ │ │ ├── object.pick@1.3.0 deduped │ │ │ │ │ ├── regex-not@1.0.2 deduped │ │ │ │ │ ├── snapdragon@0.8.2 deduped │ │ │ │ │ └── to-regex@3.0.2 deduped │ │ │ │ └── normalize-path@2.1.1 deduped │ │ │ ├─┬ capture-exit@1.2.0 │ │ │ │ └── rsvp@3.6.2 │ │ │ ├─┬ exec-sh@0.2.2 │ │ │ │ └── merge@1.2.1 │ │ │ ├── fb-watchman@2.0.0 deduped │ │ │ ├─┬ fsevents@1.2.9 │ │ │ │ ├── nan@2.14.0 │ │ │ │ └─┬ node-pre-gyp@0.12.0 │ │ │ │ ├── detect-libc@1.0.3 │ │ │ │ ├─┬ mkdirp@0.5.1 │ │ │ │ │ └── minimist@0.0.8 │ │ │ │ ├─┬ needle@2.3.0 │ │ │ │ │ ├─┬ debug@4.1.1 │ │ │ │ │ │ └── ms@2.1.1 │ │ │ │ │ ├─┬ iconv-lite@0.4.24 │ │ │ │ │ │ └── safer-buffer@2.1.2 │ │ │ │ │ └── sax@1.2.4 │ │ │ │ ├─┬ nopt@4.0.1 │ │ │ │ │ ├── abbrev@1.1.1 │ │ │ │ │ └─┬ osenv@0.1.5 │ │ │ │ │ ├── os-homedir@1.0.2 │ │ │ │ │ └── os-tmpdir@1.0.2 │ │ │ │ ├─┬ npm-packlist@1.4.1 │ │ │ │ │ ├─┬ ignore-walk@3.0.1 │ │ │ │ │ │ └─┬ minimatch@3.0.4 │ │ │ │ │ │ └─┬ brace-expansion@1.1.11 │ │ │ │ │ │ ├── balanced-match@1.0.0 │ │ │ │ │ │ └── concat-map@0.0.1 │ │ │ │ │ └── npm-bundled@1.0.6 │ │ │ │ ├─┬ npmlog@4.1.2 │ │ │ │ │ ├─┬ are-we-there-yet@1.1.5 │ │ │ │ │ │ ├── delegates@1.0.0 │ │ │ │ │ │ └─┬ readable-stream@2.3.6 │ │ │ │ │ │ ├── core-util-is@1.0.2 │ │ │ │ │ │ ├── inherits@2.0.3 deduped │ │ │ │ │ │ ├── isarray@1.0.0 │ │ │ │ │ │ ├── process-nextick-args@2.0.0 │ │ │ │ │ │ ├── safe-buffer@5.1.2 deduped │ │ │ │ │ │ ├─┬ string_decoder@1.1.1 │ │ │ │ │ │ │ └── safe-buffer@5.1.2 deduped │ │ │ │ │ │ └── util-deprecate@1.0.2 │ │ │ │ │ ├── console-control-strings@1.1.0 │ │ │ │ │ ├─┬ gauge@2.7.4 │ │ │ │ │ │ ├── aproba@1.2.0 │ │ │ │ │ │ ├── console-control-strings@1.1.0 deduped │ │ │ │ │ │ ├── has-unicode@2.0.1 │ │ │ │ │ │ ├── object-assign@4.1.1 │ │ │ │ │ │ ├── signal-exit@3.0.2 │ │ │ │ │ │ ├─┬ string-width@1.0.2 │ │ │ │ │ │ │ ├── code-point-at@1.1.0 │ │ │ │ │ │ │ ├─┬ is-fullwidth-code-point@1.0.0 │ │ │ │ │ │ │ │ └── number-is-nan@1.0.1 │ │ │ │ │ │ │ └── strip-ansi@3.0.1 deduped │ │ │ │ │ │ ├─┬ strip-ansi@3.0.1 │ │ │ │ │ │ │ └── ansi-regex@2.1.1 │ │ │ │ │ │ └─┬ wide-align@1.1.3 │ │ │ │ │ │ └── string-width@1.0.2 deduped │ │ │ │ │ └── set-blocking@2.0.0 │ │ │ │ ├─┬ rc@1.2.8 │ │ │ │ │ ├── deep-extend@0.6.0 │ │ │ │ │ ├── ini@1.3.5 │ │ │ │ │ ├── minimist@1.2.0 │ │ │ │ │ └── strip-json-comments@2.0.1 │ │ │ │ ├─┬ rimraf@2.6.3 │ │ │ │ │ └─┬ glob@7.1.3 │ │ │ │ │ ├── fs.realpath@1.0.0 │ │ │ │ │ ├─┬ inflight@1.0.6 │ │ │ │ │ │ ├── once@1.4.0 deduped │ │ │ │ │ │ └── wrappy@1.0.2 │ │ │ │ │ ├── inherits@2.0.3 │ │ │ │ │ ├── minimatch@3.0.4 deduped │ │ │ │ │ ├─┬ once@1.4.0 │ │ │ │ │ │ └── wrappy@1.0.2 deduped │ │ │ │ │ └── path-is-absolute@1.0.1 │ │ │ │ ├── semver@5.7.0 │ │ │ │ └─┬ tar@4.4.8 │ │ │ │ ├── chownr@1.1.1 │ │ │ │ ├─┬ fs-minipass@1.2.5 │ │ │ │ │ └── minipass@2.3.5 deduped │ │ │ │ ├─┬ minipass@2.3.5 │ │ │ │ │ ├── safe-buffer@5.1.2 deduped │ │ │ │ │ └── yallist@3.0.3 deduped │ │ │ │ ├─┬ minizlib@1.2.1 │ │ │ │ │ └── minipass@2.3.5 deduped │ │ │ │ ├── mkdirp@0.5.1 deduped │ │ │ │ ├── safe-buffer@5.1.2 │ │ │ │ └── yallist@3.0.3 │ │ │ ├─┬ micromatch@3.1.10 │ │ │ │ ├── arr-diff@4.0.0 │ │ │ │ ├── array-unique@0.3.2 │ │ │ │ ├─┬ braces@2.3.2 │ │ │ │ │ ├── arr-flatten@1.1.0 deduped │ │ │ │ │ ├── array-unique@0.3.2 deduped │ │ │ │ │ ├─┬ extend-shallow@2.0.1 │ │ │ │ │ │ └── is-extendable@0.1.1 deduped │ │ │ │ │ ├─┬ fill-range@4.0.0 │ │ │ │ │ │ ├─┬ extend-shallow@2.0.1 │ │ │ │ │ │ │ └── is-extendable@0.1.1 deduped │ │ │ │ │ │ ├─┬ is-number@3.0.0 │ │ │ │ │ │ │ └─┬ kind-of@3.2.2 │ │ │ │ │ │ │ └── is-buffer@1.1.6 deduped │ │ │ │ │ │ ├── repeat-string@1.6.1 deduped │ │ │ │ │ │ └─┬ to-regex-range@2.1.1 │ │ │ │ │ │ ├─┬ is-number@3.0.0 │ │ │ │ │ │ │ └─┬ kind-of@3.2.2 │ │ │ │ │ │ │ └── is-buffer@1.1.6 deduped │ │ │ │ │ │ └── repeat-string@1.6.1 deduped │ │ │ │ │ ├── isobject@3.0.1 │ │ │ │ │ ├── repeat-element@1.1.3 deduped │ │ │ │ │ ├── snapdragon@0.8.2 deduped │ │ │ │ │ ├─┬ snapdragon-node@2.1.1 │ │ │ │ │ │ ├─┬ define-property@1.0.0 │ │ │ │ │ │ │ └─┬ is-descriptor@1.0.2 │ │ │ │ │ │ │ ├─┬ is-accessor-descriptor@1.0.0 │ │ │ │ │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ │ │ │ │ ├─┬ is-data-descriptor@1.0.0 │ │ │ │ │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ │ │ │ │ └── kind-of@6.0.2 │ │ │ │ │ │ ├── isobject@3.0.1 │ │ │ │ │ │ └─┬ 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 │ │ │ │ │ │ ├── assign-symbols@1.0.0 deduped │ │ │ │ │ │ └─┬ is-extendable@1.0.1 │ │ │ │ │ │ └── is-plain-object@2.0.4 deduped │ │ │ │ │ └── to-regex@3.0.2 deduped │ │ │ │ ├─┬ define-property@2.0.2 │ │ │ │ │ ├─┬ is-descriptor@1.0.2 │ │ │ │ │ │ ├─┬ is-accessor-descriptor@1.0.0 │ │ │ │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ │ │ │ ├─┬ is-data-descriptor@1.0.0 │ │ │ │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ │ │ │ └── kind-of@6.0.2 │ │ │ │ │ └── isobject@3.0.1 │ │ │ │ ├─┬ extend-shallow@3.0.2 │ │ │ │ │ ├── assign-symbols@1.0.0 │ │ │ │ │ └─┬ is-extendable@1.0.1 │ │ │ │ │ └─┬ is-plain-object@2.0.4 │ │ │ │ │ └── isobject@3.0.1 │ │ │ │ ├─┬ extglob@2.0.4 │ │ │ │ │ ├── array-unique@0.3.2 deduped │ │ │ │ │ ├─┬ define-property@1.0.0 │ │ │ │ │ │ └─┬ is-descriptor@1.0.2 │ │ │ │ │ │ ├─┬ is-accessor-descriptor@1.0.0 │ │ │ │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ │ │ │ ├─┬ is-data-descriptor@1.0.0 │ │ │ │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ │ │ ├─┬ expand-brackets@2.1.4 │ │ │ │ │ │ ├─┬ debug@2.6.9 │ │ │ │ │ │ │ └── ms@2.0.0 │ │ │ │ │ │ ├─┬ define-property@0.2.5 │ │ │ │ │ │ │ └─┬ is-descriptor@0.1.6 │ │ │ │ │ │ │ ├─┬ is-accessor-descriptor@0.1.6 │ │ │ │ │ │ │ │ └─┬ kind-of@3.2.2 │ │ │ │ │ │ │ │ └── is-buffer@1.1.6 deduped │ │ │ │ │ │ │ ├─┬ is-data-descriptor@0.1.4 │ │ │ │ │ │ │ │ └─┬ kind-of@3.2.2 │ │ │ │ │ │ │ │ └── is-buffer@1.1.6 deduped │ │ │ │ │ │ │ └── kind-of@5.1.0 │ │ │ │ │ │ ├─┬ extend-shallow@2.0.1 │ │ │ │ │ │ │ └── is-extendable@0.1.1 deduped │ │ │ │ │ │ ├── posix-character-classes@0.1.1 │ │ │ │ │ │ ├── regex-not@1.0.2 deduped │ │ │ │ │ │ ├── snapdragon@0.8.2 deduped │ │ │ │ │ │ └── to-regex@3.0.2 deduped │ │ │ │ │ ├─┬ extend-shallow@2.0.1 │ │ │ │ │ │ └── is-extendable@0.1.1 deduped │ │ │ │ │ ├── fragment-cache@0.2.1 deduped │ │ │ │ │ ├── regex-not@1.0.2 deduped │ │ │ │ │ ├── snapdragon@0.8.2 deduped │ │ │ │ │ └── to-regex@3.0.2 deduped │ │ │ │ ├─┬ fragment-cache@0.2.1 │ │ │ │ │ └── map-cache@0.2.2 │ │ │ │ ├── kind-of@6.0.2 │ │ │ │ ├─┬ nanomatch@1.2.13 │ │ │ │ │ ├── arr-diff@4.0.0 │ │ │ │ │ ├── array-unique@0.3.2 │ │ │ │ │ ├── define-property@2.0.2 deduped │ │ │ │ │ ├─┬ extend-shallow@3.0.2 │ │ │ │ │ │ ├── assign-symbols@1.0.0 deduped │ │ │ │ │ │ └─┬ is-extendable@1.0.1 │ │ │ │ │ │ └── is-plain-object@2.0.4 deduped │ │ │ │ │ ├── fragment-cache@0.2.1 deduped │ │ │ │ │ ├── is-windows@1.0.2 │ │ │ │ │ ├── kind-of@6.0.2 │ │ │ │ │ ├── object.pick@1.3.0 deduped │ │ │ │ │ ├── regex-not@1.0.2 deduped │ │ │ │ │ ├── snapdragon@0.8.2 deduped │ │ │ │ │ └── to-regex@3.0.2 deduped │ │ │ │ ├─┬ object.pick@1.3.0 │ │ │ │ │ └── isobject@3.0.1 │ │ │ │ ├─┬ regex-not@1.0.2 │ │ │ │ │ ├─┬ extend-shallow@3.0.2 │ │ │ │ │ │ ├── assign-symbols@1.0.0 deduped │ │ │ │ │ │ └─┬ is-extendable@1.0.1 │ │ │ │ │ │ └── is-plain-object@2.0.4 deduped │ │ │ │ │ └─┬ safe-regex@1.1.0 │ │ │ │ │ └── ret@0.1.15 │ │ │ │ ├─┬ snapdragon@0.8.2 │ │ │ │ │ ├─┬ base@0.11.2 │ │ │ │ │ │ ├─┬ cache-base@1.0.1 │ │ │ │ │ │ │ ├─┬ collection-visit@1.0.0 │ │ │ │ │ │ │ │ ├─┬ map-visit@1.0.0 │ │ │ │ │ │ │ │ │ └── object-visit@1.0.1 deduped │ │ │ │ │ │ │ │ └─┬ object-visit@1.0.1 │ │ │ │ │ │ │ │ └── isobject@3.0.1 │ │ │ │ │ │ │ ├── component-emitter@1.3.0 deduped │ │ │ │ │ │ │ ├── get-value@2.0.6 │ │ │ │ │ │ │ ├─┬ has-value@1.0.0 │ │ │ │ │ │ │ │ ├── get-value@2.0.6 deduped │ │ │ │ │ │ │ │ ├─┬ has-values@1.0.0 │ │ │ │ │ │ │ │ │ ├─┬ is-number@3.0.0 │ │ │ │ │ │ │ │ │ │ └─┬ kind-of@3.2.2 │ │ │ │ │ │ │ │ │ │ └── is-buffer@1.1.6 deduped │ │ │ │ │ │ │ │ │ └─┬ kind-of@4.0.0 │ │ │ │ │ │ │ │ │ └── is-buffer@1.1.6 deduped │ │ │ │ │ │ │ │ └── isobject@3.0.1 │ │ │ │ │ │ │ ├── isobject@3.0.1 │ │ │ │ │ │ │ ├─┬ set-value@2.0.1 │ │ │ │ │ │ │ │ ├─┬ extend-shallow@2.0.1 │ │ │ │ │ │ │ │ │ └── is-extendable@0.1.1 deduped │ │ │ │ │ │ │ │ ├── is-extendable@0.1.1 deduped │ │ │ │ │ │ │ │ ├── is-plain-object@2.0.4 deduped │ │ │ │ │ │ │ │ └── split-string@3.1.0 deduped │ │ │ │ │ │ │ ├─┬ to-object-path@0.3.0 │ │ │ │ │ │ │ │ └─┬ kind-of@3.2.2 │ │ │ │ │ │ │ │ └── is-buffer@1.1.6 deduped │ │ │ │ │ │ │ ├─┬ union-value@1.0.1 │ │ │ │ │ │ │ │ ├── arr-union@3.1.0 │ │ │ │ │ │ │ │ ├── get-value@2.0.6 deduped │ │ │ │ │ │ │ │ ├── is-extendable@0.1.1 deduped │ │ │ │ │ │ │ │ └── set-value@2.0.1 deduped │ │ │ │ │ │ │ └─┬ unset-value@1.0.0 │ │ │ │ │ │ │ ├─┬ has-value@0.3.1 │ │ │ │ │ │ │ │ ├── get-value@2.0.6 deduped │ │ │ │ │ │ │ │ ├── has-values@0.1.4 │ │ │ │ │ │ │ │ └─┬ isobject@2.1.0 │ │ │ │ │ │ │ │ └── isarray@1.0.0 deduped │ │ │ │ │ │ │ └── isobject@3.0.1 │ │ │ │ │ │ ├─┬ 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 │ │ │ │ │ │ │ └─┬ 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.3.0 │ │ │ │ │ │ ├─┬ define-property@1.0.0 │ │ │ │ │ │ │ └─┬ is-descriptor@1.0.2 │ │ │ │ │ │ │ ├─┬ is-accessor-descriptor@1.0.0 │ │ │ │ │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ │ │ │ │ ├─┬ is-data-descriptor@1.0.0 │ │ │ │ │ │ │ │ └── kind-of@6.0.2 deduped │ │ │ │ │ │ │ └── kind-of@6.0.2 │ │ │ │ │ │ ├── isobject@3.0.1 │ │ │ │ │ │ ├─┬ mixin-deep@1.3.2 │ │ │ │ │ │ │ ├── for-in@1.0.2 deduped │ │ │ │ │ │ │ └─┬ is-extendable@1.0.1 │ │ │ │ │ │ │ └── is-plain-object@2.0.4 deduped │ │ │ │ │ │ └── pascalcase@0.1.1 │ │ │ │ │ ├─┬ debug@2.6.9 │ │ │ │ │ │ └── ms@2.0.0 │ │ │ │ │ ├─┬ define-property@0.2.5 │ │ │ │ │ │ └─┬ is-descriptor@0.1.6 │ │ │ │ │ │ ├─┬ is-accessor-descriptor@0.1.6 │ │ │ │ │ │ │ └─┬ kind-of@3.2.2 │ │ │ │ │ │ │ └── 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 │ │ │ │ │ ├── assign-symbols@1.0.0 deduped │ │ │ │ │ └─┬ is-extendable@1.0.1 │ │ │ │ │ └── is-plain-object@2.0.4 deduped │ │ │ │ ├── regex-not@1.0.2 deduped │ │ │ │ └── safe-regex@1.1.0 deduped │ │ │ ├── minimist@1.2.0 deduped │ │ │ ├─┬ walker@1.0.7 │ │ │ │ └─┬ makeerror@1.0.11 │ │ │ │ └── tmpl@1.0.4 │ │ │ └─┬ watch@0.18.0 │ │ │ ├── exec-sh@0.2.2 deduped │ │ │ └── minimist@1.2.0 deduped │ │ ├─┬ jest-worker@23.2.0 │ │ │ └── merge-stream@1.0.1 deduped │ │ ├─┬ json-stable-stringify@1.0.1 │ │ │ └── jsonify@0.0.0 deduped │ │ ├── lodash.throttle@4.1.1 │ │ ├─┬ merge-stream@1.0.1 │ │ │ └── readable-stream@2.3.6 deduped │ │ ├─┬ metro-cache@0.45.6 │ │ │ ├── jest-serializer@23.0.1 deduped │ │ │ ├── metro-core@0.45.6 deduped │ │ │ ├── mkdirp@0.5.1 deduped │ │ │ └── rimraf@2.6.3 deduped │ │ ├─┬ metro-config@0.45.6 │ │ │ ├─┬ cosmiconfig@5.2.1 │ │ │ │ ├─┬ import-fresh@2.0.0 │ │ │ │ │ ├─┬ caller-path@2.0.0 │ │ │ │ │ │ └─┬ caller-callsite@2.0.0 │ │ │ │ │ │ └── callsites@2.0.0 deduped │ │ │ │ │ └── resolve-from@3.0.0 deduped │ │ │ │ ├── is-directory@0.3.1 │ │ │ │ ├── js-yaml@3.13.1 deduped │ │ │ │ └─┬ parse-json@4.0.0 │ │ │ │ ├─┬ error-ex@1.3.2 │ │ │ │ │ └── is-arrayish@0.2.1 │ │ │ │ └── json-parse-better-errors@1.0.2 │ │ │ ├── metro@0.45.6 deduped │ │ │ ├── metro-cache@0.45.6 deduped │ │ │ └── metro-core@0.45.6 deduped │ │ ├── metro-core@0.45.6 deduped │ │ ├─┬ metro-minify-uglify@0.45.6 │ │ │ └─┬ uglify-es@3.3.9 │ │ │ ├── commander@2.13.0 │ │ │ └── source-map@0.6.1 │ │ ├─┬ metro-react-native-babel-preset@0.45.6 │ │ │ ├── @babel/plugin-proposal-class-properties@7.5.5 deduped │ │ │ ├── @babel/plugin-proposal-export-default-from@7.5.2 deduped │ │ │ ├── @babel/plugin-proposal-nullish-coalescing-operator@7.4.4 deduped │ │ │ ├── @babel/plugin-proposal-object-rest-spread@7.5.5 deduped │ │ │ ├── @babel/plugin-proposal-optional-catch-binding@7.2.0 deduped │ │ │ ├── @babel/plugin-proposal-optional-chaining@7.2.0 deduped │ │ │ ├── @babel/plugin-syntax-dynamic-import@7.2.0 deduped │ │ │ ├── @babel/plugin-syntax-export-default-from@7.2.0 deduped │ │ │ ├── @babel/plugin-transform-arrow-functions@7.2.0 deduped │ │ │ ├── @babel/plugin-transform-block-scoping@7.5.5 deduped │ │ │ ├── @babel/plugin-transform-classes@7.5.5 deduped │ │ │ ├── @babel/plugin-transform-computed-properties@7.2.0 deduped │ │ │ ├── @babel/plugin-transform-destructuring@7.5.0 deduped │ │ │ ├── @babel/plugin-transform-exponentiation-operator@7.2.0 deduped │ │ │ ├── @babel/plugin-transform-flow-strip-types@7.4.4 deduped │ │ │ ├── @babel/plugin-transform-for-of@7.4.4 deduped │ │ │ ├── @babel/plugin-transform-function-name@7.4.4 deduped │ │ │ ├── @babel/plugin-transform-literals@7.2.0 deduped │ │ │ ├── @babel/plugin-transform-modules-commonjs@7.5.0 deduped │ │ │ ├── @babel/plugin-transform-object-assign@7.2.0 deduped │ │ │ ├── @babel/plugin-transform-parameters@7.4.4 deduped │ │ │ ├── @babel/plugin-transform-react-display-name@7.2.0 deduped │ │ │ ├── @babel/plugin-transform-react-jsx@7.3.0 deduped │ │ │ ├── @babel/plugin-transform-react-jsx-source@7.5.0 deduped │ │ │ ├── @babel/plugin-transform-regenerator@7.4.5 deduped │ │ │ ├── @babel/plugin-transform-shorthand-properties@7.2.0 deduped │ │ │ ├── @babel/plugin-transform-spread@7.2.2 deduped │ │ │ ├── @babel/plugin-transform-sticky-regex@7.2.0 deduped │ │ │ ├── @babel/plugin-transform-template-literals@7.4.4 deduped │ │ │ ├── @babel/plugin-transform-typescript@7.5.5 deduped │ │ │ ├── @babel/plugin-transform-unicode-regex@7.4.4 deduped │ │ │ ├── @babel/template@7.4.4 deduped │ │ │ ├─┬ metro-babel7-plugin-react-transform@0.45.6 │ │ │ │ └── @babel/helper-module-imports@7.0.0 deduped │ │ │ └── react-transform-hmr@1.0.4 deduped │ │ ├─┬ metro-resolver@0.45.6 │ │ │ └── absolute-path@0.0.0 deduped │ │ ├─┬ metro-source-map@0.45.6 │ │ │ └── source-map@0.5.7 deduped │ │ ├─┬ mime-types@2.1.11 │ │ │ └── mime-db@1.23.0 │ │ ├── mkdirp@0.5.1 deduped │ │ ├── node-fetch@2.6.0 │ │ ├── nullthrows@1.1.1 deduped │ │ ├── react-transform-hmr@1.0.4 deduped │ │ ├── resolve@1.11.1 deduped │ │ ├── rimraf@2.6.3 deduped │ │ ├── serialize-error@2.1.0 deduped │ │ ├── source-map@0.5.7 deduped │ │ ├─┬ temp@0.8.3 │ │ │ ├── os-tmpdir@1.0.2 │ │ │ └── rimraf@2.2.8 │ │ ├── throat@4.1.0 │ │ ├── wordwrap@1.0.0 │ │ ├─┬ write-file-atomic@1.3.4 │ │ │ ├── graceful-fs@4.2.0 deduped │ │ │ ├── imurmurhash@0.1.4 │ │ │ └── slide@1.1.6 │ │ ├── ws@1.1.5 deduped │ │ ├── xpipe@1.0.5 │ │ └─┬ yargs@9.0.1 │ │ ├── camelcase@4.1.0 deduped │ │ ├── cliui@3.2.0 deduped │ │ ├── decamelize@1.2.0 deduped │ │ ├── get-caller-file@1.0.3 deduped │ │ ├── os-locale@2.1.0 deduped │ │ ├── read-pkg-up@2.0.0 deduped │ │ ├── require-directory@2.1.1 deduped │ │ ├── require-main-filename@1.0.1 deduped │ │ ├── set-blocking@2.0.0 deduped │ │ ├── string-width@2.1.1 deduped │ │ ├── which-module@2.0.0 deduped │ │ ├── y18n@3.2.1 deduped │ │ └── yargs-parser@7.0.0 deduped │ ├─┬ metro-babel-register@0.45.6 │ │ ├── @babel/core@7.5.5 deduped │ │ ├── @babel/plugin-proposal-class-properties@7.5.5 deduped │ │ ├── @babel/plugin-proposal-nullish-coalescing-operator@7.4.4 deduped │ │ ├── @babel/plugin-proposal-object-rest-spread@7.5.5 deduped │ │ ├── @babel/plugin-proposal-optional-catch-binding@7.2.0 deduped │ │ ├── @babel/plugin-proposal-optional-chaining@7.2.0 deduped │ │ ├── @babel/plugin-transform-async-to-generator@7.5.0 deduped │ │ ├── @babel/plugin-transform-flow-strip-types@7.4.4 deduped │ │ ├── @babel/plugin-transform-modules-commonjs@7.5.0 deduped │ │ ├─┬ @babel/register@7.5.5 │ │ │ ├── core-js@3.1.4 │ │ │ ├─┬ find-cache-dir@2.1.0 │ │ │ │ ├── commondir@1.0.1 │ │ │ │ ├─┬ make-dir@2.1.0 │ │ │ │ │ ├── pify@4.0.1 │ │ │ │ │ └── semver@5.7.0 deduped │ │ │ │ └─┬ pkg-dir@3.0.0 │ │ │ │ └─┬ find-up@3.0.0 │ │ │ │ └─┬ locate-path@3.0.0 │ │ │ │ ├─┬ p-locate@3.0.0 │ │ │ │ │ └─┬ p-limit@2.2.0 │ │ │ │ │ └── p-try@2.2.0 │ │ │ │ └── path-exists@3.0.0 deduped │ │ │ ├── lodash@4.17.15 deduped │ │ │ ├── mkdirp@0.5.1 deduped │ │ │ ├─┬ pirates@4.0.1 │ │ │ │ └── node-modules-regexp@1.0.0 │ │ │ └─┬ source-map-support@0.5.12 │ │ │ ├── buffer-from@1.1.1 deduped │ │ │ └── source-map@0.6.1 │ │ ├── core-js@2.6.9 │ │ └── escape-string-regexp@1.0.5 deduped │ ├─┬ metro-core@0.45.6 │ │ ├── jest-haste-map@23.5.0 deduped │ │ ├── lodash.throttle@4.1.1 deduped │ │ ├── metro-resolver@0.45.6 deduped │ │ └── wordwrap@1.0.0 deduped │ ├── metro-memory-fs@0.45.6 │ ├── mime@1.6.0 │ ├── minimist@1.2.0 │ ├─┬ mkdirp@0.5.1 │ │ └── minimist@0.0.8 │ ├─┬ morgan@1.9.1 │ │ ├─┬ basic-auth@2.0.1 │ │ │ └── safe-buffer@5.1.2 deduped │ │ ├─┬ debug@2.6.9 │ │ │ └── ms@2.0.0 │ │ ├── depd@1.1.2 │ │ ├─┬ on-finished@2.3.0 │ │ │ └── ee-first@1.1.1 │ │ └── on-headers@1.0.2 deduped │ ├── node-fetch@2.6.0 │ ├─┬ node-notifier@5.4.0 │ │ ├── growly@1.3.0 │ │ ├── is-wsl@1.1.0 │ │ ├── semver@5.7.0 deduped │ │ ├── shellwords@0.1.1 │ │ └── which@1.3.1 deduped │ ├─┬ npmlog@2.0.4 │ │ ├── ansi@0.3.1 │ │ ├─┬ are-we-there-yet@1.1.5 │ │ │ ├── delegates@1.0.0 │ │ │ └── readable-stream@2.3.6 deduped │ │ └─┬ gauge@1.2.7 │ │ ├── ansi@0.3.1 deduped │ │ ├── has-unicode@2.0.1 │ │ ├── lodash.pad@4.5.1 │ │ ├── lodash.padend@4.6.1 │ │ └── lodash.padstart@4.6.1 │ ├─┬ opn@3.0.3 │ │ └── object-assign@4.1.1 deduped │ ├─┬ optimist@0.6.1 │ │ ├── minimist@0.0.10 │ │ └── wordwrap@0.0.3 │ ├─┬ plist@3.0.1 │ │ ├── base64-js@1.3.0 deduped │ │ ├── xmlbuilder@9.0.7 │ │ └── xmldom@0.1.27 │ ├── pretty-format@4.3.1 │ ├─┬ promise@7.3.1 │ │ └── asap@2.0.6 │ ├── prop-types@15.7.2 deduped │ ├── react-clone-referenced-element@1.1.0 │ ├─┬ react-devtools-core@3.3.4 │ │ ├── shell-quote@1.6.1 deduped │ │ └─┬ ws@3.3.3 │ │ ├── async-limiter@1.0.0 │ │ ├── safe-buffer@5.1.2 deduped │ │ └── ultron@1.1.1 │ ├── react-timer-mixin@0.13.4 │ ├── regenerator-runtime@0.11.1 │ ├─┬ rimraf@2.6.3 │ │ └── glob@7.1.4 deduped │ ├── semver@5.7.0 │ ├─┬ serve-static@1.14.1 │ │ ├── encodeurl@1.0.2 │ │ ├── escape-html@1.0.3 deduped │ │ ├── parseurl@1.3.3 deduped │ │ └─┬ send@0.17.1 │ │ ├─┬ debug@2.6.9 │ │ │ └── ms@2.0.0 │ │ ├── depd@1.1.2 deduped │ │ ├── destroy@1.0.4 │ │ ├── encodeurl@1.0.2 deduped │ │ ├── escape-html@1.0.3 deduped │ │ ├── etag@1.8.1 │ │ ├── fresh@0.5.2 │ │ ├─┬ http-errors@1.7.3 │ │ │ ├── depd@1.1.2 deduped │ │ │ ├── inherits@2.0.4 deduped │ │ │ ├── setprototypeof@1.1.1 │ │ │ ├── statuses@1.5.0 deduped │ │ │ └── toidentifier@1.0.0 │ │ ├── mime@1.6.0 │ │ ├── ms@2.1.1 │ │ ├── on-finished@2.3.0 deduped │ │ ├── range-parser@1.2.1 │ │ └── statuses@1.5.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 │ ├─┬ stacktrace-parser@0.1.6 │ │ └── type-fest@0.3.1 │ ├─┬ ws@1.1.5 │ │ ├── options@0.0.6 │ │ └── ultron@1.0.2 │ ├─┬ xcode@0.9.3 │ │ ├── pegjs@0.10.0 deduped │ │ ├─┬ simple-plist@0.2.1 │ │ │ ├─┬ bplist-creator@0.0.7 │ │ │ │ └── stream-buffers@2.2.0 │ │ │ ├─┬ bplist-parser@0.1.1 │ │ │ │ └── big-integer@1.6.44 │ │ │ └─┬ plist@2.0.1 │ │ │ ├── base64-js@1.1.2 │ │ │ ├── xmlbuilder@8.2.2 │ │ │ └── xmldom@0.1.27 deduped │ │ └── uuid@3.0.1 │ ├─┬ xmldoc@0.4.0 │ │ └── sax@1.1.6 │ └─┬ yargs@9.0.1 │ ├── camelcase@4.1.0 │ ├─┬ cliui@3.2.0 │ │ ├─┬ string-width@1.0.2 │ │ │ ├── code-point-at@1.1.0 │ │ │ ├─┬ is-fullwidth-code-point@1.0.0 │ │ │ │ └── number-is-nan@1.0.1 │ │ │ └── strip-ansi@3.0.1 deduped │ │ ├── strip-ansi@3.0.1 deduped │ │ └─┬ wrap-ansi@2.1.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 │ ├── decamelize@1.2.0 │ ├── get-caller-file@1.0.3 │ ├─┬ os-locale@2.1.0 │ │ ├─┬ execa@0.7.0 │ │ │ ├── cross-spawn@5.1.0 deduped │ │ │ ├── get-stream@3.0.0 │ │ │ ├── is-stream@1.1.0 deduped │ │ │ ├─┬ npm-run-path@2.0.2 │ │ │ │ └── path-key@2.0.1 deduped │ │ │ ├── p-finally@1.0.0 │ │ │ ├── signal-exit@3.0.2 deduped │ │ │ └── strip-eof@1.0.0 │ │ ├─┬ lcid@1.0.0 │ │ │ └── invert-kv@1.0.0 │ │ └─┬ mem@1.1.0 │ │ └── mimic-fn@1.2.0 │ ├─┬ read-pkg-up@2.0.0 │ │ ├── find-up@2.1.0 deduped │ │ └─┬ read-pkg@2.0.0 │ │ ├─┬ load-json-file@2.0.0 │ │ │ ├── graceful-fs@4.2.0 deduped │ │ │ ├─┬ parse-json@2.2.0 │ │ │ │ └── error-ex@1.3.2 deduped │ │ │ ├── pify@2.3.0 │ │ │ └── strip-bom@3.0.0 deduped │ │ ├─┬ normalize-package-data@2.5.0 │ │ │ ├── hosted-git-info@2.7.1 │ │ │ ├── resolve@1.11.1 deduped │ │ │ ├── semver@5.7.0 deduped │ │ │ └─┬ validate-npm-package-license@3.0.4 │ │ │ ├─┬ spdx-correct@3.1.0 │ │ │ │ ├── spdx-expression-parse@3.0.0 deduped │ │ │ │ └── spdx-license-ids@3.0.5 │ │ │ └─┬ spdx-expression-parse@3.0.0 │ │ │ ├── spdx-exceptions@2.2.0 │ │ │ └── spdx-license-ids@3.0.5 deduped │ │ └─┬ path-type@2.0.0 │ │ └── pify@2.3.0 deduped │ ├── require-directory@2.1.1 │ ├── require-main-filename@1.0.1 │ ├── set-blocking@2.0.0 │ ├── string-width@2.1.1 deduped │ ├── which-module@2.0.0 │ ├── y18n@3.2.1 │ └─┬ yargs-parser@7.0.0 │ └── camelcase@4.1.0 deduped ├─┬ react-native-datepicker@1.7.2 │ └── moment@2.24.0 deduped ├─┬ react-native-draggable@1.0.15 │ └── prop-types@15.7.2 deduped ├─┬ react-native-easy-toast@1.2.0 │ └── prop-types@15.7.2 deduped ├─┬ react-native-elements@0.19.1 │ ├── lodash.isempty@4.4.0 │ ├── lodash.times@4.3.2 │ ├─┬ opencollective@1.0.3 │ │ ├─┬ babel-polyfill@6.23.0 │ │ │ ├── babel-runtime@6.26.0 deduped │ │ │ ├── core-js@2.6.9 │ │ │ └── regenerator-runtime@0.10.5 │ │ ├─┬ chalk@1.1.3 │ │ │ ├── ansi-styles@2.2.1 │ │ │ ├── escape-string-regexp@1.0.5 deduped │ │ │ ├── has-ansi@2.0.0 deduped │ │ │ ├── strip-ansi@3.0.1 deduped │ │ │ └── supports-color@2.0.0 │ │ ├─┬ inquirer@3.0.6 │ │ │ ├── ansi-escapes@1.4.0 │ │ │ ├── chalk@1.1.3 deduped │ │ │ ├── cli-cursor@2.1.0 deduped │ │ │ ├── cli-width@2.2.0 deduped │ │ │ ├── external-editor@2.2.0 deduped │ │ │ ├── figures@2.0.0 deduped │ │ │ ├── lodash@4.17.15 deduped │ │ │ ├── mute-stream@0.0.7 deduped │ │ │ ├── run-async@2.3.0 deduped │ │ │ ├── rx@4.1.0 │ │ │ ├── string-width@2.1.1 deduped │ │ │ ├── strip-ansi@3.0.1 deduped │ │ │ └── through@2.3.8 deduped │ │ ├── minimist@1.2.0 deduped │ │ ├─┬ node-fetch@1.6.3 │ │ │ ├─┬ encoding@0.1.12 │ │ │ │ └── iconv-lite@0.4.24 deduped │ │ │ └── is-stream@1.1.0 │ │ └─┬ opn@4.0.2 │ │ ├── object-assign@4.1.1 deduped │ │ └─┬ pinkie-promise@2.0.1 │ │ └── pinkie@2.0.4 │ └── prop-types@15.7.2 deduped ├─┬ react-native-i18n@2.0.15 │ └── i18n-js@3.0.11 ├── react-native-image-pan-zoom@2.1.11 ├─┬ react-native-image-zoom-viewer@2.2.26 │ └── react-native-image-pan-zoom@2.1.11 deduped ├─┬ react-native-masked-text@1.9.1 │ ├── moment@2.19.3 │ └── tinymask@1.0.2 ├─┬ react-native-modal@11.2.0 │ ├── prop-types@15.7.2 deduped │ └─┬ react-native-animatable@1.3.2 │ └── prop-types@15.7.2 deduped ├─┬ react-native-navbar@2.1.0 │ └── prop-types@15.7.2 deduped ├─┬ react-native-picker-select@4.4.0 │ └── lodash.isequal@4.5.0 ├─┬ react-native-render-html@3.10.0 │ ├─┬ buffer@4.9.1 │ │ ├── base64-js@1.3.0 deduped │ │ ├── ieee754@1.1.13 │ │ └── isarray@1.0.0 │ ├── events@1.1.1 │ ├── html-entities@1.2.1 │ ├─┬ htmlparser2@3.10.1 │ │ ├── domelementtype@1.3.1 │ │ ├─┬ domhandler@2.4.2 │ │ │ └── domelementtype@1.3.1 deduped │ │ ├─┬ domutils@1.7.0 │ │ │ ├─┬ dom-serializer@0.1.1 │ │ │ │ ├── domelementtype@1.3.1 deduped │ │ │ │ └── entities@1.1.2 deduped │ │ │ └── domelementtype@1.3.1 deduped │ │ ├── entities@1.1.2 │ │ ├── inherits@2.0.4 deduped │ │ └─┬ readable-stream@3.4.0 │ │ ├── inherits@2.0.4 deduped │ │ ├─┬ string_decoder@1.1.1 │ │ │ └── safe-buffer@5.1.2 deduped │ │ └── util-deprecate@1.0.2 │ └─┬ stream@0.0.2 │ └── emitter-component@1.1.1 ├─┬ react-native-router-flux@4.0.6 │ ├── lodash.isequal@4.5.0 deduped │ ├── opencollective@1.0.3 deduped │ ├── path-to-regexp@2.4.0 │ ├── prop-types@15.7.2 deduped │ └─┬ react-navigation@2.18.3 │ ├── clamp@1.0.1 │ ├─┬ create-react-context@0.2.2 │ │ ├── fbjs@0.8.17 deduped │ │ └── gud@1.0.0 │ ├── hoist-non-react-statics@2.5.5 deduped │ ├─┬ path-to-regexp@1.7.0 │ │ └── isarray@0.0.1 │ ├─┬ query-string@6.8.1 │ │ ├── decode-uri-component@0.2.0 │ │ ├── split-on-first@1.1.0 │ │ └── strict-uri-encode@2.0.0 │ ├── react-is@16.8.6 deduped │ ├── react-lifecycles-compat@3.0.4 deduped │ ├─┬ react-native-safe-area-view@0.11.0 │ │ └── hoist-non-react-statics@2.5.5 deduped │ ├── react-native-screens@1.0.0-alpha.22 deduped │ ├─┬ react-navigation-deprecated-tab-navigator@1.3.0 │ │ └─┬ react-native-tab-view@0.0.77 │ │ └── prop-types@15.7.2 deduped │ ├─┬ react-navigation-drawer@0.5.0 │ │ └─┬ react-native-drawer-layout-polyfill@1.3.2 │ │ └─┬ react-native-drawer-layout@1.3.2 │ │ └── react-native-dismiss-keyboard@1.0.0 │ ├── react-navigation-stack@0.7.0 │ └─┬ react-navigation-tabs@0.8.4 │ ├── hoist-non-react-statics@2.5.5 deduped │ ├── prop-types@15.7.2 deduped │ ├── react-lifecycles-compat@3.0.4 deduped │ └─┬ react-native-tab-view@1.4.1 │ └── prop-types@15.7.2 deduped ├─┬ react-native-scripts@2.0.1 │ ├─┬ babel-runtime@6.26.0 │ │ ├── core-js@2.6.9 │ │ └── regenerator-runtime@0.11.1 │ ├─┬ chalk@2.4.2 │ │ ├── ansi-styles@3.2.1 deduped │ │ ├── escape-string-regexp@1.0.5 deduped │ │ └─┬ supports-color@5.5.0 │ │ └── has-flag@3.0.0 │ ├─┬ cross-spawn@5.1.0 │ │ ├─┬ lru-cache@4.1.5 │ │ │ ├── pseudomap@1.0.2 │ │ │ └── yallist@2.1.2 │ │ ├── shebang-command@1.2.0 deduped │ │ └── which@1.3.1 deduped │ └── minimist@1.2.0 deduped ├── react-native-slideshow@1.0.1 ├─┬ react-native-snap-carousel@3.8.0 │ ├── prop-types@15.7.2 deduped │ └─┬ react-addons-shallow-compare@15.6.2 │ ├── fbjs@0.8.17 deduped │ └── object-assign@4.1.1 deduped ├─┬ react-native-swiper@1.5.14 │ └── prop-types@15.7.2 deduped ├── UNMET PEER DEPENDENCY react-native-vector-icons@^4.2.0 ├─┬ react-redux@5.1.1 │ ├── @babel/runtime@7.5.5 deduped │ ├─┬ hoist-non-react-statics@3.3.0 │ │ └── react-is@16.8.6 deduped │ ├── invariant@2.2.4 deduped │ ├── loose-envify@1.4.0 deduped │ ├── prop-types@15.7.2 deduped │ ├── react-is@16.8.6 deduped │ └── react-lifecycles-compat@3.0.4 ├─┬ react-test-renderer@16.3.1 │ ├── fbjs@0.8.17 deduped │ ├── object-assign@4.1.1 deduped │ ├── prop-types@15.7.2 deduped │ └── react-is@16.8.6 deduped ├─┬ redux@4.0.4 │ ├── loose-envify@1.4.0 deduped │ └── symbol-observable@1.2.0 ├─┬ redux-logger@3.0.6 │ └── deep-diff@0.3.8 └── whatwg-fetch@2.0.4

npm ERR! peer dep missing: react-native-vector-icons@^4.2.0, required by react-native-elements@0.19.1 npm ERR! peer dep missing: react-native@^0.55.4, required by expo-google-sign-in@2.0.0 npm ERR! peer dep missing: react-native@^0.44.1, required by react-native-reanimated@1.0.0-alpha.11 npm ERR! peer dep missing: react@16.0.0-alpha.6, required by react-native-reanimated@1.0.0-alpha.11 npm ERR! peer dep missing: webpack@^3.0.0 || ^4.0.0, required by url-loader@1.1.2 MacBook-Air-de-Alex:react-new-app alexmoret$

JustinBeckwith commented 5 years ago

Wheh - found the problem! The issue is the turtle-cli project. They import an old version of the @google-cloud/logging-bunyan library, which takes the dependency on grpc. The problem is this: https://github.com/expo/turtle/blob/master/package.json#L101

They need to upgrade to the latest version (> 1.0) of @google-cloud/logging-bunyan, ship a new release of their module, and then you should be set.

Since this isn't related to dialogflow specifically - I am going to close this one out. Good luck!