Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Custom components in theme broken #284

Closed
derekr opened this issue Mar 21, 2019 · 11 comments
Closed

Custom components in theme broken #284

derekr opened this issue Mar 21, 2019 · 11 comments
Labels
bug Something isn't working

Comments

@derekr
Copy link

derekr commented Mar 21, 2019

Seems like the components field in custom themes isn't respected (perhaps being merged with default/base theme incorrectly? Trying to follow the syntax highlighting docs and am using latest mdx-deck.

import { syntaxHighlighterPrism, dark } from 'mdx-deck/themes'

export const themes = [syntaxHighlighterPrism, dark]

` ``
<div>This has the default theme style for `code`</div>
` ``
  • Intentionally wrote malformed backticks in code sample.

Following: https://github.com/jxnblk/mdx-deck/blob/master/docs/theming.md#syntax-highlighting

@jxnblk
Copy link
Owner

jxnblk commented Mar 23, 2019

Thanks, but I can't seem to reproduce the bug – can you list your dependencies with npm ls?

@derekr
Copy link
Author

derekr commented Mar 23, 2019

Thanks for trying to reproduce! I'll get a codesandbox together as well to see if I can reproduce there.

package.json

{
  "name": "pocketknife-docs",
  "version": "1.0.0",
  "main": "index.js",
  "license": "MIT",
  "scripts": {
    "develop": "gatsby develop",
    "build": "gatsby build",
    "decks": "mdx-deck build src/decks/hcui-early-2019/index.mdx -d ./public/decks/hcui-early-2019"
  },
  "dependencies": {
    "@mdx-js/mdx": "^0.20.3",
    "@mdx-js/tag": "^0.20.3",
    "babel-plugin-react-native-web": "^0.11.1",
    "color": "^3.1.0",
    "gatsby": "^2.2.2",
    "gatsby-mdx": "^0.4.3",
    "gatsby-plugin-react-native-web": "2.0.0-beta.0",
    "gatsby-plugin-styled-components": "^3.0.7",
    "mdx-deck": "^2.0.0-11",
    "mdx-deck-live-code": "^1.0.1",
    "react": "^16.8.4",
    "react-live": "^2.0.0"
  },
  "devDependencies": {
    "babel-plugin-styled-components": "^1.10.0",
    "babel-preset-gatsby": "^0.1.9",
    "gatsby-plugin-typescript": "^2.0.11"
  }
}
yarn list
yarn list v1.13.0
├─ @babel/[email protected]
│  └─ @babel/highlight@^7.0.0
├─ @babel/[email protected]
│  ├─ @babel/code-frame@^7.0.0
│  ├─ @babel/generator@^7.4.0
│  ├─ @babel/[email protected]
│  │  ├─ @babel/types@^7.4.0
│  │  ├─ jsesc@^2.5.1
│  │  ├─ lodash@^4.17.11
│  │  ├─ source-map@^0.5.0
│  │  └─ trim-right@^1.0.1
│  ├─ @babel/[email protected]
│  │  └─ @babel/types@^7.4.0
│  ├─ @babel/helpers@^7.4.0
│  ├─ @babel/parser@^7.4.0
│  ├─ @babel/[email protected]
│  ├─ @babel/template@^7.4.0
│  ├─ @babel/[email protected]
│  │  ├─ @babel/code-frame@^7.0.0
│  │  ├─ @babel/parser@^7.4.0
│  │  └─ @babel/types@^7.4.0
│  ├─ @babel/traverse@^7.4.0
│  ├─ @babel/[email protected]
│  │  ├─ @babel/code-frame@^7.0.0
│  │  ├─ @babel/generator@^7.4.0
│  │  ├─ @babel/helper-function-name@^7.1.0
│  │  ├─ @babel/helper-split-export-declaration@^7.4.0
│  │  ├─ @babel/parser@^7.4.0
│  │  ├─ @babel/types@^7.4.0
│  │  ├─ debug@^4.1.0
│  │  ├─ globals@^11.1.0
│  │  └─ lodash@^4.17.11
│  ├─ @babel/types@^7.4.0
│  ├─ @babel/[email protected]
│  │  ├─ esutils@^2.0.2
│  │  ├─ lodash@^4.17.11
│  │  └─ to-fast-properties@^2.0.0
│  ├─ convert-source-map@^1.1.0
│  ├─ debug@^4.1.0
│  ├─ [email protected]
│  │  └─ ms@^2.1.1
│  ├─ [email protected]
│  ├─ json5@^2.1.0
│  ├─ lodash@^4.17.11
│  ├─ [email protected]
│  ├─ resolve@^1.3.2
│  ├─ semver@^5.4.1
│  └─ source-map@^0.5.0
├─ @babel/[email protected]
│  ├─ @babel/types@^7.3.4
│  ├─ jsesc@^2.5.1
│  ├─ [email protected]
│  ├─ lodash@^4.17.11
│  ├─ source-map@^0.5.0
│  └─ trim-right@^1.0.1
├─ @babel/[email protected]
│  └─ @babel/types@^7.0.0
├─ @babel/[email protected]
│  ├─ @babel/helper-explode-assignable-expression@^7.1.0
│  └─ @babel/types@^7.0.0
├─ @babel/[email protected]
│  ├─ @babel/types@^7.3.0
│  └─ esutils@^2.0.0
├─ @babel/[email protected]
│  ├─ @babel/helper-hoist-variables@^7.0.0
│  ├─ @babel/traverse@^7.1.0
│  └─ @babel/types@^7.0.0
├─ @babel/[email protected]
│  ├─ @babel/helper-function-name@^7.1.0
│  ├─ @babel/helper-member-expression-to-functions@^7.0.0
│  ├─ @babel/helper-optimise-call-expression@^7.0.0
│  ├─ @babel/helper-plugin-utils@^7.0.0
│  ├─ @babel/helper-replace-supers@^7.3.4
│  └─ @babel/helper-split-export-declaration@^7.0.0
├─ @babel/[email protected]
│  ├─ @babel/helper-function-name@^7.1.0
│  ├─ @babel/types@^7.0.0
│  └─ lodash@^4.17.10
├─ @babel/[email protected]
│  ├─ @babel/traverse@^7.1.0
│  └─ @babel/types@^7.0.0
├─ @babel/[email protected]
│  ├─ @babel/helper-get-function-arity@^7.0.0
│  ├─ @babel/template@^7.1.0
│  └─ @babel/types@^7.0.0
├─ @babel/[email protected]
│  └─ @babel/types@^7.0.0
├─ @babel/[email protected]
│  └─ @babel/types@^7.0.0
├─ @babel/[email protected]
│  └─ @babel/types@^7.0.0
├─ @babel/[email protected]
│  └─ @babel/types@^7.0.0
├─ @babel/[email protected]
│  ├─ @babel/helper-module-imports@^7.0.0
│  ├─ @babel/helper-simple-access@^7.1.0
│  ├─ @babel/helper-split-export-declaration@^7.0.0
│  ├─ @babel/template@^7.2.2
│  ├─ @babel/types@^7.2.2
│  └─ lodash@^4.17.10
├─ @babel/[email protected]
│  └─ @babel/types@^7.0.0
├─ @babel/[email protected]
├─ @babel/[email protected]
│  └─ lodash@^4.17.10
├─ @babel/[email protected]
│  ├─ @babel/helper-annotate-as-pure@^7.0.0
│  ├─ @babel/helper-wrap-function@^7.1.0
│  ├─ @babel/template@^7.1.0
│  ├─ @babel/traverse@^7.1.0
│  └─ @babel/types@^7.0.0
├─ @babel/[email protected]
│  ├─ @babel/helper-member-expression-to-functions@^7.0.0
│  ├─ @babel/helper-optimise-call-expression@^7.0.0
│  ├─ @babel/traverse@^7.3.4
│  └─ @babel/types@^7.3.4
├─ @babel/[email protected]
│  ├─ @babel/template@^7.1.0
│  └─ @babel/types@^7.0.0
├─ @babel/[email protected]
│  └─ @babel/types@^7.0.0
├─ @babel/[email protected]
│  ├─ @babel/helper-function-name@^7.1.0
│  ├─ @babel/template@^7.1.0
│  ├─ @babel/traverse@^7.1.0
│  └─ @babel/types@^7.2.0
├─ @babel/[email protected]
│  ├─ @babel/[email protected]
│  │  ├─ @babel/types@^7.4.0
│  │  ├─ jsesc@^2.5.1
│  │  ├─ lodash@^4.17.11
│  │  ├─ source-map@^0.5.0
│  │  └─ trim-right@^1.0.1
│  ├─ @babel/[email protected]
│  │  └─ @babel/types@^7.4.0
│  ├─ @babel/[email protected]
│  ├─ @babel/template@^7.4.0
│  ├─ @babel/[email protected]
│  │  ├─ @babel/code-frame@^7.0.0
│  │  ├─ @babel/parser@^7.4.0
│  │  └─ @babel/types@^7.4.0
│  ├─ @babel/traverse@^7.4.0
│  ├─ @babel/[email protected]
│  │  ├─ @babel/code-frame@^7.0.0
│  │  ├─ @babel/generator@^7.4.0
│  │  ├─ @babel/helper-function-name@^7.1.0
│  │  ├─ @babel/helper-split-export-declaration@^7.4.0
│  │  ├─ @babel/parser@^7.4.0
│  │  ├─ @babel/types@^7.4.0
│  │  ├─ debug@^4.1.0
│  │  ├─ globals@^11.1.0
│  │  └─ lodash@^4.17.11
│  ├─ @babel/types@^7.4.0
│  ├─ @babel/[email protected]
│  │  ├─ esutils@^2.0.2
│  │  ├─ lodash@^4.17.11
│  │  └─ to-fast-properties@^2.0.0
│  ├─ [email protected]
│  │  └─ ms@^2.1.1
│  ├─ [email protected]
│  └─ [email protected]
├─ @babel/[email protected]
│  ├─ chalk@^2.0.0
│  ├─ esutils@^2.0.2
│  └─ js-tokens@^4.0.0
├─ @babel/[email protected]
├─ @babel/[email protected]
│  ├─ @babel/helper-plugin-utils@^7.0.0
│  ├─ @babel/helper-remap-async-to-generator@^7.1.0
│  └─ @babel/plugin-syntax-async-generators@^7.2.0
├─ @babel/[email protected]
│  ├─ @babel/helper-create-class-features-plugin@^7.3.4
│  └─ @babel/helper-plugin-utils@^7.0.0
├─ @babel/[email protected]
│  ├─ @babel/helper-plugin-utils@^7.0.0
│  └─ @babel/plugin-syntax-export-default-from@^7.2.0
├─ @babel/[email protected]
│  ├─ @babel/helper-plugin-utils@^7.0.0
│  └─ @babel/plugin-syntax-export-namespace-from@^7.2.0
├─ @babel/[email protected]
│  ├─ @babel/helper-plugin-utils@^7.0.0
│  └─ @babel/plugin-syntax-json-strings@^7.2.0
├─ @babel/[email protected]
│  ├─ @babel/helper-plugin-utils@^7.0.0
│  └─ @babel/plugin-syntax-object-rest-spread@^7.2.0
├─ @babel/[email protected]
│  ├─ @babel/helper-plugin-utils@^7.0.0
│  └─ @babel/plugin-syntax-optional-catch-binding@^7.2.0
├─ @babel/[email protected]
│  ├─ @babel/helper-plugin-utils@^7.0.0
│  ├─ @babel/helper-regex@^7.0.0
│  └─ regexpu-core@^4.2.0
├─ @babel/[email protected]
│  └─ @babel/helper-plugin-utils@^7.0.0
├─ @babel/[email protected]
│  └─ @babel/helper-plugin-utils@^7.0.0
├─ @babel/[email protected]
│  └─ @babel/helper-plugin-utils@^7.0.0
├─ @babel/[email protected]
│  └─ @babel/helper-plugin-utils@^7.0.0
├─ @babel/[email protected]
│  └─ @babel/helper-plugin-utils@^7.0.0
├─ @babel/[email protected]
│  └─ @babel/helper-plugin-utils@^7.0.0
├─ @babel/[email protected]
│  └─ @babel/helper-plugin-utils@^7.0.0
├─ @babel/[email protected]
│  └─ @babel/helper-plugin-utils@^7.0.0
├─ @babel/[email protected]
│  └─ @babel/helper-plugin-utils@^7.0.0
├─ @babel/[email protected]
│  └─ @babel/helper-plugin-utils@^7.0.0
├─ @babel/[email protected]
│  └─ @babel/helper-plugin-utils@^7.0.0
├─ @babel/[email protected]
│  └─ @babel/helper-plugin-utils@^7.0.0
├─ @babel/[email protected]
│  ├─ @babel/helper-module-imports@^7.0.0
│  ├─ @babel/helper-plugin-utils@^7.0.0
│  └─ @babel/helper-remap-async-to-generator@^7.1.0
├─ @babel/[email protected]
│  └─ @babel/helper-plugin-utils@^7.0.0
├─ @babel/[email protected]
│  ├─ @babel/helper-plugin-utils@^7.0.0
│  └─ lodash@^4.17.11
├─ @babel/[email protected]
│  ├─ @babel/helper-annotate-as-pure@^7.0.0
│  ├─ @babel/helper-define-map@^7.1.0
│  ├─ @babel/helper-function-name@^7.1.0
│  ├─ @babel/helper-optimise-call-expression@^7.0.0
│  ├─ @babel/helper-plugin-utils@^7.0.0
│  ├─ @babel/helper-replace-supers@^7.3.4
│  ├─ @babel/helper-split-export-declaration@^7.0.0
│  └─ globals@^11.1.0
├─ @babel/[email protected]
│  └─ @babel/helper-plugin-utils@^7.0.0
├─ @babel/[email protected]
│  └─ @babel/helper-plugin-utils@^7.0.0
├─ @babel/[email protected]
│  ├─ @babel/helper-plugin-utils@^7.0.0
│  ├─ @babel/helper-regex@^7.0.0
│  └─ regexpu-core@^4.1.3
├─ @babel/[email protected]
│  └─ @babel/helper-plugin-utils@^7.0.0
├─ @babel/[email protected]
│  ├─ @babel/helper-builder-binary-assignment-operator-visitor@^7.1.0
│  └─ @babel/helper-plugin-utils@^7.0.0
├─ @babel/[email protected]
│  ├─ @babel/helper-plugin-utils@^7.0.0
│  └─ @babel/plugin-syntax-flow@^7.2.0
├─ @babel/[email protected]
│  └─ @babel/helper-plugin-utils@^7.0.0
├─ @babel/[email protected]
│  ├─ @babel/helper-function-name@^7.1.0
│  └─ @babel/helper-plugin-utils@^7.0.0
├─ @babel/[email protected]
│  └─ @babel/helper-plugin-utils@^7.0.0
├─ @babel/[email protected]
│  └─ @babel/helper-plugin-utils@^7.0.0
├─ @babel/[email protected]
│  ├─ @babel/helper-module-transforms@^7.1.0
│  └─ @babel/helper-plugin-utils@^7.0.0
├─ @babel/[email protected]
│  ├─ @babel/helper-module-transforms@^7.1.0
│  ├─ @babel/helper-plugin-utils@^7.0.0
│  └─ @babel/helper-simple-access@^7.1.0
├─ @babel/[email protected]
│  ├─ @babel/helper-hoist-variables@^7.0.0
│  └─ @babel/helper-plugin-utils@^7.0.0
├─ @babel/[email protected]
│  ├─ @babel/helper-module-transforms@^7.1.0
│  └─ @babel/helper-plugin-utils@^7.0.0
├─ @babel/[email protected]
│  └─ regexp-tree@^0.1.0
├─ @babel/[email protected]
│  └─ @babel/helper-plugin-utils@^7.0.0
├─ @babel/[email protected]
│  ├─ @babel/helper-plugin-utils@^7.0.0
│  └─ @babel/helper-replace-supers@^7.1.0
├─ @babel/[email protected]
│  ├─ @babel/helper-call-delegate@^7.1.0
│  ├─ @babel/helper-get-function-arity@^7.0.0
│  └─ @babel/helper-plugin-utils@^7.0.0
├─ @babel/[email protected]
│  └─ @babel/helper-plugin-utils@^7.0.0
├─ @babel/[email protected]
│  └─ @babel/helper-plugin-utils@^7.0.0
├─ @babel/[email protected]
│  ├─ @babel/helper-plugin-utils@^7.0.0
│  └─ @babel/plugin-syntax-jsx@^7.2.0
├─ @babel/[email protected]
│  ├─ @babel/helper-plugin-utils@^7.0.0
│  └─ @babel/plugin-syntax-jsx@^7.2.0
├─ @babel/[email protected]
│  ├─ @babel/helper-builder-react-jsx@^7.3.0
│  ├─ @babel/helper-plugin-utils@^7.0.0
│  └─ @babel/plugin-syntax-jsx@^7.2.0
├─ @babel/[email protected]
│  └─ regenerator-transform@^0.13.4
├─ @babel/[email protected]
│  ├─ @babel/helper-module-imports@^7.0.0
│  ├─ @babel/helper-plugin-utils@^7.0.0
│  ├─ resolve@^1.8.1
│  └─ semver@^5.5.1
├─ @babel/[email protected]
│  └─ @babel/helper-plugin-utils@^7.0.0
├─ @babel/[email protected]
│  └─ @babel/helper-plugin-utils@^7.0.0
├─ @babel/[email protected]
│  ├─ @babel/helper-plugin-utils@^7.0.0
│  └─ @babel/helper-regex@^7.0.0
├─ @babel/[email protected]
│  ├─ @babel/helper-annotate-as-pure@^7.0.0
│  └─ @babel/helper-plugin-utils@^7.0.0
├─ @babel/[email protected]
│  └─ @babel/helper-plugin-utils@^7.0.0
├─ @babel/[email protected]
│  ├─ @babel/helper-plugin-utils@^7.0.0
│  └─ @babel/plugin-syntax-typescript@^7.2.0
├─ @babel/[email protected]
│  ├─ @babel/helper-plugin-utils@^7.0.0
│  ├─ @babel/helper-regex@^7.0.0
│  └─ regexpu-core@^4.1.3
├─ @babel/[email protected]
│  ├─ core-js@^2.5.7
│  └─ regenerator-runtime@^0.12.0
├─ @babel/[email protected]
│  ├─ @babel/helper-module-imports@^7.0.0
│  ├─ @babel/helper-plugin-utils@^7.0.0
│  ├─ @babel/plugin-proposal-async-generator-functions@^7.2.0
│  ├─ @babel/plugin-proposal-json-strings@^7.2.0
│  ├─ @babel/plugin-proposal-object-rest-spread@^7.3.4
│  ├─ @babel/[email protected]
│  │  ├─ @babel/helper-plugin-utils@^7.0.0
│  │  └─ @babel/plugin-syntax-object-rest-spread@^7.2.0
│  ├─ @babel/plugin-proposal-optional-catch-binding@^7.2.0
│  ├─ @babel/plugin-proposal-unicode-property-regex@^7.2.0
│  ├─ @babel/plugin-syntax-async-generators@^7.2.0
│  ├─ @babel/plugin-syntax-json-strings@^7.2.0
│  ├─ @babel/plugin-syntax-object-rest-spread@^7.2.0
│  ├─ @babel/plugin-syntax-optional-catch-binding@^7.2.0
│  ├─ @babel/plugin-transform-arrow-functions@^7.2.0
│  ├─ @babel/plugin-transform-async-to-generator@^7.3.4
│  ├─ @babel/plugin-transform-block-scoped-functions@^7.2.0
│  ├─ @babel/plugin-transform-block-scoping@^7.3.4
│  ├─ @babel/plugin-transform-classes@^7.3.4
│  ├─ @babel/plugin-transform-computed-properties@^7.2.0
│  ├─ @babel/plugin-transform-destructuring@^7.2.0
│  ├─ @babel/plugin-transform-dotall-regex@^7.2.0
│  ├─ @babel/plugin-transform-duplicate-keys@^7.2.0
│  ├─ @babel/plugin-transform-exponentiation-operator@^7.2.0
│  ├─ @babel/plugin-transform-for-of@^7.2.0
│  ├─ @babel/plugin-transform-function-name@^7.2.0
│  ├─ @babel/plugin-transform-literals@^7.2.0
│  ├─ @babel/plugin-transform-modules-amd@^7.2.0
│  ├─ @babel/plugin-transform-modules-commonjs@^7.2.0
│  ├─ @babel/plugin-transform-modules-systemjs@^7.3.4
│  ├─ @babel/plugin-transform-modules-umd@^7.2.0
│  ├─ @babel/plugin-transform-named-capturing-groups-regex@^7.3.0
│  ├─ @babel/plugin-transform-new-target@^7.0.0
│  ├─ @babel/plugin-transform-object-super@^7.2.0
│  ├─ @babel/plugin-transform-parameters@^7.2.0
│  ├─ @babel/plugin-transform-regenerator@^7.3.4
│  ├─ @babel/plugin-transform-shorthand-properties@^7.2.0
│  ├─ @babel/plugin-transform-spread@^7.2.0
│  ├─ @babel/plugin-transform-sticky-regex@^7.2.0
│  ├─ @babel/plugin-transform-template-literals@^7.2.0
│  ├─ @babel/plugin-transform-typeof-symbol@^7.2.0
│  ├─ @babel/plugin-transform-unicode-regex@^7.2.0
│  ├─ browserslist@^4.3.4
│  ├─ invariant@^2.2.2
│  ├─ js-levenshtein@^1.1.3
│  └─ semver@^5.3.0
├─ @babel/[email protected]
│  ├─ @babel/helper-plugin-utils@^7.0.0
│  ├─ @babel/plugin-transform-react-display-name@^7.0.0
│  ├─ @babel/plugin-transform-react-jsx-self@^7.0.0
│  ├─ @babel/plugin-transform-react-jsx-source@^7.0.0
│  └─ @babel/plugin-transform-react-jsx@^7.0.0
├─ @babel/[email protected]
│  ├─ @babel/helper-plugin-utils@^7.0.0
│  └─ @babel/plugin-transform-typescript@^7.3.2
├─ @babel/[email protected]
│  └─ regenerator-runtime@^0.12.0
├─ @babel/[email protected]
│  ├─ @babel/code-frame@^7.0.0
│  ├─ @babel/parser@^7.2.2
│  └─ @babel/types@^7.2.2
├─ @babel/[email protected]
│  ├─ @babel/code-frame@^7.0.0
│  ├─ @babel/generator@^7.3.4
│  ├─ @babel/helper-function-name@^7.1.0
│  ├─ @babel/helper-split-export-declaration@^7.0.0
│  ├─ @babel/parser@^7.3.4
│  ├─ @babel/types@^7.3.4
│  ├─ debug@^4.1.0
│  ├─ [email protected]
│  │  └─ ms@^2.1.1
│  ├─ globals@^11.1.0
│  ├─ lodash@^4.17.11
│  └─ [email protected]
├─ @babel/[email protected]
│  ├─ esutils@^2.0.2
│  ├─ lodash@^4.17.11
│  └─ to-fast-properties@^2.0.0
├─ @emotion/[email protected]
│  └─ @babel/plugin-syntax-jsx@^7.2.0
├─ @emotion/[email protected]
│  ├─ @babel/plugin-transform-react-jsx@^7.1.6
│  ├─ @emotion/babel-plugin-jsx-pragmatic@^0.1.2
│  ├─ babel-plugin-emotion@^10.0.9
│  └─ object-assign@^4.1.1
├─ @emotion/[email protected]
│  ├─ @emotion/[email protected]
│  ├─ @emotion/[email protected]
│  ├─ @emotion/[email protected]
│  └─ @emotion/[email protected]
├─ @emotion/[email protected]
│  ├─ @emotion/cache@^10.0.9
│  ├─ @emotion/css@^10.0.9
│  ├─ @emotion/serialize@^0.11.6
│  ├─ @emotion/[email protected]
│  └─ @emotion/[email protected]
├─ @emotion/[email protected]
│  ├─ @emotion/serialize@^0.11.6
│  ├─ @emotion/[email protected]
│  └─ babel-plugin-emotion@^10.0.9
├─ @emotion/[email protected]
├─ @emotion/[email protected]
│  └─ @emotion/[email protected]
├─ @emotion/[email protected]
├─ @emotion/[email protected]
│  ├─ @emotion/[email protected]
│  ├─ @emotion/[email protected]
│  ├─ @emotion/[email protected]
│  ├─ @emotion/[email protected]
│  └─ csstype@^2.5.7
├─ @emotion/[email protected]
├─ @emotion/[email protected]
│  ├─ @emotion/[email protected]
│  ├─ @emotion/serialize@^0.11.6
│  ├─ @emotion/[email protected]
│  └─ object-assign@^4.1.1
├─ @emotion/[email protected]
│  ├─ @emotion/styled-base@^10.0.9
│  └─ babel-plugin-emotion@^10.0.9
├─ @emotion/[email protected]
├─ @emotion/[email protected]
├─ @emotion/[email protected]
├─ @emotion/[email protected]
├─ @gatsbyjs/[email protected]
│  ├─ @babel/generator@^7.0.0
│  ├─ @babel/parser@^7.0.0
│  ├─ @babel/polyfill@^7.0.0
│  ├─ @babel/runtime@^7.0.0
│  ├─ @babel/traverse@^7.0.0
│  ├─ @babel/types@^7.0.0
│  ├─ babel-preset-fbjs@^3.1.2
│  ├─ chalk@^2.4.1
│  ├─ [email protected]
│  │  ├─ string-width@^1.0.1
│  │  ├─ [email protected]
│  │  │  ├─ code-point-at@^1.0.0
│  │  │  ├─ is-fullwidth-code-point@^1.0.0
│  │  │  └─ strip-ansi@^3.0.0
│  │  ├─ strip-ansi@^3.0.1
│  │  └─ wrap-ansi@^2.0.0
│  ├─ fast-glob@^2.2.2
│  ├─ fb-watchman@^2.0.0
│  ├─ fbjs@^1.0.0
│  ├─ immutable@~3.7.6
│  ├─ [email protected]
│  ├─ [email protected]
│  │  └─ number-is-nan@^1.0.0
│  ├─ [email protected]
│  │  └─ invert-kv@^1.0.0
│  ├─ [email protected]
│  │  └─ mimic-fn@^1.0.0
│  ├─ nullthrows@^1.1.0
│  ├─ [email protected]
│  │  ├─ execa@^0.7.0
│  │  ├─ lcid@^1.0.0
│  │  └─ mem@^1.1.0
│  ├─ [email protected]
│  ├─ signedsource@^1.0.0
│  ├─ [email protected]
│  ├─ [email protected]
│  │  └─ camelcase@^4.1.0
│  ├─ yargs@^9.0.0
│  └─ [email protected]
│     ├─ camelcase@^4.1.0
│     ├─ cliui@^3.2.0
│     ├─ decamelize@^1.1.1
│     ├─ get-caller-file@^1.0.1
│     ├─ os-locale@^2.0.0
│     ├─ read-pkg-up@^2.0.0
│     ├─ require-directory@^2.1.1
│     ├─ require-main-filename@^1.0.1
│     ├─ set-blocking@^2.0.0
│     ├─ string-width@^2.0.0
│     ├─ which-module@^2.0.0
│     ├─ y18n@^3.2.1
│     └─ yargs-parser@^7.0.0
├─ @mdx-deck/[email protected]
│  ├─ @emotion/core@^10.0.7
│  ├─ @emotion/styled@^10.0.7
│  ├─ @mdx-js/tag@^1.0.0-alpha.5
│  ├─ @mdx-js/[email protected]
│  ├─ @reach/router@^1.2.1
│  ├─ emotion-theming@^10.0.7
│  ├─ hhmmss@^1.0.0
│  ├─ lodash.merge@^4.6.1
│  └─ react-swipeable@^5.0.1
├─ @mdx-deck/[email protected]
│  ├─ @emotion/core@^10.0.7
│  ├─ @emotion/styled@^10.0.7
│  └─ styled-system@^4.0.1
├─ @mdx-deck/[email protected]
│  ├─ @mdx-deck/mdx-plugin@^2.0.0
│  ├─ @mdx-js/mdx@^1.0.0-alpha.5
│  ├─ @mdx-js/[email protected]
│  │  ├─ @babel/plugin-proposal-object-rest-spread@^7.3.2
│  │  ├─ @babel/plugin-syntax-jsx@^7.2.0
│  │  ├─ change-case@^3.0.2
│  │  ├─ detab@^2.0.0
│  │  ├─ hast-util-raw@^5.0.0
│  │  ├─ mdast-util-to-hast@^4.0.0
│  │  ├─ remark-mdx@^1.0.0-alpha.6
│  │  ├─ remark-parse@^6.0.0
│  │  ├─ remark-squeeze-paragraphs@^3.0.1
│  │  ├─ to-style@^1.3.3
│  │  ├─ unified@^7.0.0
│  │  ├─ unist-builder@^1.0.1
│  │  └─ unist-util-visit@^1.3.0
│  └─ loader-utils@^1.2.3
├─ @mdx-deck/[email protected]
│  ├─ unist-util-is@^2.1.2
│  └─ unist-util-visit@^1.4.0
├─ @mdx-deck/[email protected]
│  ├─ lodash.merge@^4.6.1
│  └─ react-syntax-highlighter@^10.1.3
├─ @mdx-deck/[email protected]
│  └─ webpack-sources@^1.3.0
├─ @mdx-js/[email protected]
│  ├─ @babel/plugin-proposal-object-rest-spread@^7.3.2
│  ├─ @babel/plugin-syntax-jsx@^7.2.0
│  ├─ change-case@^3.0.2
│  ├─ detab@^2.0.0
│  ├─ hast-util-raw@^5.0.0
│  ├─ mdast-util-to-hast@^4.0.0
│  ├─ remark-parse@^6.0.0
│  ├─ remark-squeeze-paragraphs@^3.0.1
│  ├─ to-style@^1.3.3
│  ├─ unified@^7.0.0
│  ├─ unist-builder@^1.0.1
│  └─ unist-util-visit@^1.3.0
├─ @mdx-js/[email protected]
├─ @mrmlnc/[email protected]
│  ├─ call-me-maybe@^1.0.1
│  └─ glob-to-regexp@^0.3.0
├─ @nodelib/[email protected]
├─ @pieh/[email protected]
│  ├─ chalk@^2.4.2
│  ├─ error-stack-parser@^2.0.0
│  ├─ string-width@^2.0.0
│  └─ strip-ansi@^3
├─ @reach/[email protected]
│  ├─ create-react-context@^0.2.1
│  ├─ invariant@^2.2.3
│  ├─ prop-types@^15.6.1
│  ├─ react-lifecycles-compat@^3.0.4
│  └─ warning@^3.0.0
├─ @types/[email protected]
├─ @types/[email protected]
├─ @types/[email protected]
├─ @types/[email protected]
├─ @types/[email protected]
│  ├─ @types/events@*
│  ├─ @types/minimatch@*
│  └─ @types/node@*
├─ @types/[email protected]
├─ @types/[email protected]
├─ @types/[email protected]
├─ @types/[email protected]
├─ @types/[email protected]
├─ @types/[email protected]
├─ @types/[email protected]
│  ├─ @types/history@*
│  └─ @types/react@*
├─ @types/[email protected]
│  ├─ @types/prop-types@*
│  └─ csstype@^2.2.0
├─ @types/[email protected]
├─ @types/[email protected]
├─ @types/[email protected]
│  ├─ @types/node@*
│  └─ @types/unist@*
├─ @types/[email protected]
│  ├─ @types/node@*
│  ├─ @types/unist@*
│  └─ @types/vfile-message@*
├─ @webassemblyjs/[email protected]
│  ├─ @webassemblyjs/[email protected]
│  ├─ @webassemblyjs/[email protected]
│  └─ @webassemblyjs/[email protected]
├─ @webassemblyjs/[email protected]
├─ @webassemblyjs/[email protected]
├─ @webassemblyjs/[email protected]
├─ @webassemblyjs/[email protected]
│  └─ @webassemblyjs/[email protected]
├─ @webassemblyjs/[email protected]
├─ @webassemblyjs/[email protected]
├─ @webassemblyjs/[email protected]
├─ @webassemblyjs/[email protected]
│  ├─ @webassemblyjs/[email protected]
│  ├─ @webassemblyjs/[email protected]
│  ├─ @webassemblyjs/[email protected]
│  └─ @webassemblyjs/[email protected]
├─ @webassemblyjs/[email protected]
│  └─ @xtuc/ieee754@^1.2.0
├─ @webassemblyjs/[email protected]
│  └─ @xtuc/[email protected]
├─ @webassemblyjs/[email protected]
├─ @webassemblyjs/[email protected]
│  ├─ @webassemblyjs/[email protected]
│  ├─ @webassemblyjs/[email protected]
│  ├─ @webassemblyjs/[email protected]
│  ├─ @webassemblyjs/[email protected]
│  ├─ @webassemblyjs/[email protected]
│  ├─ @webassemblyjs/[email protected]
│  ├─ @webassemblyjs/[email protected]
│  └─ @webassemblyjs/[email protected]
├─ @webassemblyjs/[email protected]
│  ├─ @webassemblyjs/[email protected]
│  ├─ @webassemblyjs/[email protected]
│  ├─ @webassemblyjs/[email protected]
│  ├─ @webassemblyjs/[email protected]
│  └─ @webassemblyjs/[email protected]
├─ @webassemblyjs/[email protected]
│  ├─ @webassemblyjs/[email protected]
│  ├─ @webassemblyjs/[email protected]
│  ├─ @webassemblyjs/[email protected]
│  └─ @webassemblyjs/[email protected]
├─ @webassemblyjs/[email protected]
│  ├─ @webassemblyjs/[email protected]
│  ├─ @webassemblyjs/[email protected]
│  ├─ @webassemblyjs/[email protected]
│  ├─ @webassemblyjs/[email protected]
│  ├─ @webassemblyjs/[email protected]
│  └─ @webassemblyjs/[email protected]
├─ @webassemblyjs/[email protected]
│  ├─ @webassemblyjs/[email protected]
│  ├─ @webassemblyjs/[email protected]
│  ├─ @webassemblyjs/[email protected]
│  ├─ @webassemblyjs/[email protected]
│  ├─ @webassemblyjs/[email protected]
│  └─ @xtuc/[email protected]
├─ @webassemblyjs/[email protected]
│  ├─ @webassemblyjs/[email protected]
│  ├─ @webassemblyjs/[email protected]
│  └─ @xtuc/[email protected]
├─ @webpack-contrib/[email protected]
│  ├─ ajv-keywords@^3.1.0
│  ├─ ajv@^6.1.0
│  ├─ [email protected]
│  ├─ chalk@^2.3.2
│  ├─ strip-ansi@^4.0.0
│  ├─ [email protected]
│  │  └─ ansi-regex@^3.0.0
│  ├─ text-table@^0.2.0
│  └─ webpack-log@^1.1.2
├─ @xtuc/[email protected]
├─ @xtuc/[email protected]
├─ [email protected]
├─ [email protected]
│  ├─ mime-types@~2.1.18
│  └─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ fast-deep-equal@^2.0.1
│  ├─ fast-json-stable-stringify@^2.0.0
│  ├─ json-schema-traverse@^0.4.1
│  └─ uri-js@^4.2.2
├─ [email protected]
├─ [email protected]
│  └─ string-width@^2.0.0
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ color-convert@^1.9.0
├─ [email protected]
│  ├─ micromatch@^3.1.4
│  └─ normalize-path@^2.1.1
├─ [email protected]
│  ├─ apollo-utilities@^1.2.1
│  ├─ ts-invariant@^0.3.2
│  ├─ [email protected]
│  │  └─ tslib@^1.9.3
│  ├─ tslib@^1.9.3
│  └─ zen-observable-ts@^0.8.18
├─ [email protected]
│  ├─ fast-json-stable-stringify@^2.0.0
│  ├─ ts-invariant@^0.2.1
│  └─ tslib@^1.9.3
├─ [email protected]
├─ [email protected]
│  ├─ delegates@^1.0.0
│  └─ readable-stream@^2.0.6
├─ [email protected]
│  ├─ sprintf-js@~1.0.2
│  └─ [email protected]
├─ [email protected]
│  ├─ [email protected]
│  └─ commander@^2.11.0
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ define-properties@^1.1.2
│  └─ es-abstract@^1.7.0
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ array-uniq@^1.0.1
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ bn.js@^4.0.0
│  ├─ inherits@^2.0.1
│  └─ minimalistic-assert@^1.0.0
├─ [email protected]
│  └─ safer-buffer@~2.1.0
├─ [email protected]
├─ [email protected]
│  ├─ [email protected]
│  ├─ [email protected]
│  └─ [email protected]
│     └─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ browserslist@^4.4.2
│  ├─ caniuse-lite@^1.0.30000947
│  ├─ normalize-range@^0.1.2
│  ├─ num2fraction@^1.2.2
│  ├─ postcss-value-parser@^3.3.1
│  └─ postcss@^7.0.14
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ [email protected]
├─ [email protected]
│  ├─ [email protected]
│  ├─ chalk@^1.1.3
│  ├─ [email protected]
│  │  ├─ ansi-styles@^2.2.1
│  │  ├─ escape-string-regexp@^1.0.2
│  │  ├─ has-ansi@^2.0.0
│  │  ├─ strip-ansi@^3.0.0
│  │  └─ supports-color@^2.0.0
│  ├─ esutils@^2.0.2
│  ├─ js-tokens@^3.0.2
│  ├─ [email protected]
│  └─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ @babel/code-frame@^7.0.0
│  ├─ @babel/parser@^7.0.0
│  ├─ @babel/traverse@^7.0.0
│  ├─ @babel/types@^7.0.0
│  ├─ [email protected]
│  ├─ [email protected]
│  │  ├─ esrecurse@^4.1.0
│  │  └─ estraverse@^4.1.1
│  └─ eslint-visitor-keys@^1.0.0
├─ [email protected]
│  ├─ find-cache-dir@^2.0.0
│  ├─ loader-utils@^1.0.2
│  ├─ mkdirp@^0.5.1
│  └─ util.promisify@^1.0.0
├─ [email protected]
├─ [email protected]
│  └─ babel-plugin-syntax-dynamic-import@^6.18.0
├─ [email protected]
│  ├─ @babel/helper-module-imports@^7.0.0
│  ├─ @emotion/[email protected]
│  ├─ @emotion/[email protected]
│  ├─ @emotion/serialize@^0.11.6
│  ├─ babel-plugin-macros@^2.0.0
│  ├─ babel-plugin-syntax-jsx@^6.18.0
│  ├─ convert-source-map@^1.5.0
│  ├─ escape-string-regexp@^1.0.5
│  ├─ find-root@^1.1.0
│  └─ source-map@^0.5.7
├─ [email protected]
│  ├─ cosmiconfig@^5.0.5
│  └─ resolve@^1.8.1
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ @babel/helper-annotate-as-pure@^7.0.0
│  ├─ @babel/helper-module-imports@^7.0.0
│  ├─ babel-plugin-syntax-jsx@^6.18.0
│  └─ lodash@^4.17.10
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ @babel/plugin-proposal-class-properties@^7.0.0
│  ├─ @babel/plugin-proposal-object-rest-spread@^7.0.0
│  ├─ @babel/[email protected]
│  │  ├─ @babel/helper-plugin-utils@^7.0.0
│  │  └─ @babel/plugin-syntax-object-rest-spread@^7.2.0
│  ├─ @babel/plugin-syntax-class-properties@^7.0.0
│  ├─ @babel/plugin-syntax-flow@^7.0.0
│  ├─ @babel/plugin-syntax-jsx@^7.0.0
│  ├─ @babel/plugin-syntax-object-rest-spread@^7.0.0
│  ├─ @babel/plugin-transform-arrow-functions@^7.0.0
│  ├─ @babel/plugin-transform-block-scoped-functions@^7.0.0
│  ├─ @babel/plugin-transform-block-scoping@^7.0.0
│  ├─ @babel/plugin-transform-classes@^7.0.0
│  ├─ @babel/plugin-transform-computed-properties@^7.0.0
│  ├─ @babel/plugin-transform-destructuring@^7.0.0
│  ├─ @babel/plugin-transform-flow-strip-types@^7.0.0
│  ├─ @babel/plugin-transform-for-of@^7.0.0
│  ├─ @babel/plugin-transform-function-name@^7.0.0
│  ├─ @babel/plugin-transform-literals@^7.0.0
│  ├─ @babel/plugin-transform-member-expression-literals@^7.0.0
│  ├─ @babel/plugin-transform-modules-commonjs@^7.0.0
│  ├─ @babel/plugin-transform-object-super@^7.0.0
│  ├─ @babel/plugin-transform-parameters@^7.0.0
│  ├─ @babel/plugin-transform-property-literals@^7.0.0
│  ├─ @babel/plugin-transform-react-display-name@^7.0.0
│  ├─ @babel/plugin-transform-react-jsx@^7.0.0
│  ├─ @babel/plugin-transform-shorthand-properties@^7.0.0
│  ├─ @babel/plugin-transform-spread@^7.0.0
│  ├─ @babel/plugin-transform-template-literals@^7.0.0
│  └─ babel-plugin-syntax-trailing-function-commas@^7.0.0-beta.0
├─ [email protected]
│  ├─ @babel/plugin-proposal-class-properties@^7.0.0
│  ├─ @babel/plugin-syntax-dynamic-import@^7.0.0
│  ├─ @babel/plugin-transform-runtime@^7.0.0
│  ├─ @babel/preset-env@^7.0.0
│  ├─ @babel/preset-react@^7.0.0
│  └─ babel-plugin-macros@^2.4.2
├─ [email protected]
│  ├─ core-js@^2.4.0
│  ├─ regenerator-runtime@^0.11.0
│  └─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ cache-base@^1.0.1
│  ├─ class-utils@^0.3.5
│  ├─ component-emitter@^1.2.1
│  ├─ define-property@^1.0.0
│  ├─ [email protected]
│  │  └─ is-descriptor@^1.0.0
│  ├─ isobject@^3.0.1
│  ├─ mixin-deep@^1.2.0
│  └─ pascalcase@^0.1.1
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ tweetnacl@^0.14.3
├─ [email protected]
│  └─ [email protected]
├─ [email protected]
│  └─ opn@^5.4.0
├─ [email protected]
├─ [email protected]
│  ├─ better-queue-memory@^1.0.1
│  ├─ node-eta@^0.9.0
│  └─ uuid@^3.0.0
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ [email protected]
│  ├─ content-type@~1.0.4
│  ├─ [email protected]
│  ├─ depd@~1.1.2
│  ├─ http-errors@~1.6.3
│  ├─ [email protected]
│  ├─ [email protected]
│  │  └─ safer-buffer@>= 2.1.2 < 3
│  ├─ on-finished@~2.3.0
│  ├─ [email protected]
│  ├─ [email protected]
│  └─ type-is@~1.6.16
├─ [email protected]
│  ├─ array-flatten@^2.1.0
│  ├─ [email protected]
│  ├─ deep-equal@^1.0.1
│  ├─ dns-equal@^1.0.0
│  ├─ dns-txt@^2.0.2
│  ├─ multicast-dns-service-types@^1.1.0
│  └─ multicast-dns@^6.0.1
├─ [email protected]
├─ [email protected]
│  ├─ ansi-align@^2.0.0
│  ├─ camelcase@^4.0.0
│  ├─ chalk@^2.0.1
│  ├─ cli-boxes@^1.0.0
│  ├─ string-width@^2.0.0
│  ├─ term-size@^1.2.0
│  └─ widest-line@^2.0.0
├─ [email protected]
│  ├─ balanced-match@^1.0.0
│  └─ [email protected]
├─ [email protected]
│  ├─ arr-flatten@^1.1.0
│  ├─ array-unique@^0.3.2
│  ├─ extend-shallow@^2.0.1
│  ├─ fill-range@^4.0.0
│  ├─ isobject@^3.0.1
│  ├─ repeat-element@^1.1.2
│  ├─ snapdragon-node@^2.0.1
│  ├─ snapdragon@^0.8.1
│  ├─ split-string@^3.0.2
│  └─ to-regex@^3.0.1
├─ [email protected]
├─ [email protected]
│  ├─ buffer-xor@^1.0.3
│  ├─ cipher-base@^1.0.0
│  ├─ create-hash@^1.1.0
│  ├─ evp_bytestokey@^1.0.3
│  ├─ inherits@^2.0.1
│  └─ safe-buffer@^5.0.1
├─ [email protected]
│  ├─ browserify-aes@^1.0.4
│  ├─ browserify-des@^1.0.0
│  └─ evp_bytestokey@^1.0.0
├─ [email protected]
│  ├─ cipher-base@^1.0.1
│  ├─ des.js@^1.0.0
│  ├─ inherits@^2.0.1
│  └─ safe-buffer@^5.1.2
├─ [email protected]
│  ├─ bn.js@^4.1.0
│  └─ randombytes@^2.0.1
├─ [email protected]
│  ├─ bn.js@^4.1.1
│  ├─ browserify-rsa@^4.0.0
│  ├─ create-hash@^1.1.0
│  ├─ create-hmac@^1.1.2
│  ├─ elliptic@^6.0.0
│  ├─ inherits@^2.0.1
│  └─ parse-asn1@^5.0.0
├─ [email protected]
│  └─ pako@~1.0.5
├─ [email protected]
│  ├─ caniuse-lite@^1.0.30000949
│  ├─ electron-to-chromium@^1.3.116
│  └─ node-releases@^1.1.11
├─ [email protected]
│  └─ node-int64@^0.4.0
├─ [email protected]
│  ├─ chalk@^2.4.1
│  ├─ magic-string@^0.25.1
│  ├─ minimist@^1.2.0
│  ├─ os-homedir@^1.0.1
│  ├─ regexpu-core@^4.2.0
│  └─ vlq@^1.0.0
├─ [email protected]
├─ [email protected]
│  ├─ buffer-alloc-unsafe@^1.1.0
│  └─ buffer-fill@^1.0.0
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ base64-js@^1.0.2
│  ├─ ieee754@^1.1.4
│  └─ isarray@^1.0.0
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ bluebird@^3.5.3
│  ├─ chownr@^1.1.1
│  ├─ figgy-pudding@^3.5.1
│  ├─ glob@^7.1.3
│  ├─ graceful-fs@^4.1.15
│  ├─ lru-cache@^5.1.1
│  ├─ [email protected]
│  │  └─ yallist@^3.0.2
│  ├─ mississippi@^3.0.0
│  ├─ mkdirp@^0.5.1
│  ├─ move-concurrently@^1.0.1
│  ├─ promise-inflight@^1.0.1
│  ├─ rimraf@^2.6.2
│  ├─ ssri@^6.0.1
│  ├─ unique-filename@^1.1.1
│  └─ y18n@^4.0.0
├─ [email protected]
│  ├─ collection-visit@^1.0.0
│  ├─ component-emitter@^1.2.1
│  ├─ get-value@^2.0.6
│  ├─ has-value@^1.0.0
│  ├─ isobject@^3.0.1
│  ├─ set-value@^2.0.0
│  ├─ to-object-path@^0.3.0
│  ├─ union-value@^1.0.0
│  └─ unset-value@^1.0.0
├─ [email protected]
│  ├─ es6-promisify@^6.0.0
│  └─ lockfile@^1.0.4
├─ [email protected]
│  ├─ [email protected]
│  ├─ [email protected]
│  ├─ [email protected]
│  │  ├─ pseudomap@^1.0.1
│  │  └─ yallist@^2.0.0
│  └─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ callsites@^2.0.0
├─ [email protected]
│  └─ caller-callsite@^2.0.0
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ no-case@^2.2.0
│  └─ upper-case@^1.1.1
├─ [email protected]
│  ├─ camelcase@^4.1.0
│  ├─ map-obj@^2.0.0
│  ├─ [email protected]
│  └─ quick-lru@^1.0.0
├─ [email protected]
├─ [email protected]
│  ├─ browserslist@^4.0.0
│  ├─ caniuse-lite@^1.0.0
│  ├─ lodash.memoize@^4.1.2
│  └─ lodash.uniq@^4.5.0
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ ansi-styles@^3.2.1
│  ├─ escape-string-regexp@^1.0.5
│  └─ supports-color@^5.3.0
├─ [email protected]
│  ├─ camel-case@^3.0.0
│  ├─ constant-case@^2.0.0
│  ├─ dot-case@^2.1.0
│  ├─ header-case@^1.0.0
│  ├─ is-lower-case@^1.1.0
│  ├─ is-upper-case@^1.1.0
│  ├─ lower-case-first@^1.0.0
│  ├─ lower-case@^1.1.1
│  ├─ no-case@^2.3.2
│  ├─ param-case@^2.1.0
│  ├─ pascal-case@^2.0.0
│  ├─ path-case@^2.1.0
│  ├─ sentence-case@^2.1.0
│  ├─ snake-case@^2.1.0
│  ├─ swap-case@^1.1.0
│  ├─ title-case@^2.1.0
│  ├─ upper-case-first@^1.1.0
│  └─ upper-case@^1.1.1
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ css-select@~1.2.0
│  ├─ dom-serializer@~0.1.0
│  ├─ entities@~1.1.1
│  ├─ htmlparser2@^3.9.1
│  ├─ lodash.assignin@^4.0.9
│  ├─ lodash.bind@^4.1.4
│  ├─ lodash.defaults@^4.0.1
│  ├─ lodash.filter@^4.4.0
│  ├─ lodash.flatten@^4.2.0
│  ├─ lodash.foreach@^4.3.0
│  ├─ lodash.map@^4.4.0
│  ├─ lodash.merge@^4.4.0
│  ├─ lodash.pick@^4.2.1
│  ├─ lodash.reduce@^4.4.0
│  ├─ lodash.reject@^4.4.0
│  └─ lodash.some@^4.4.0
├─ [email protected]
│  ├─ anymatch@^2.0.0
│  ├─ async-each@^1.0.1
│  ├─ braces@^2.3.2
│  ├─ fsevents@^1.2.7
│  ├─ glob-parent@^3.1.0
│  ├─ inherits@^2.0.3
│  ├─ is-binary-path@^1.0.0
│  ├─ is-glob@^4.0.0
│  ├─ normalize-path@^3.0.0
│  ├─ [email protected]
│  ├─ path-is-absolute@^1.0.0
│  ├─ readdirp@^2.2.1
│  └─ upath@^1.1.0
├─ [email protected]
├─ [email protected]
│  └─ tslib@^1.9.0
├─ [email protected]
├─ [email protected]
│  ├─ inherits@^2.0.1
│  └─ safe-buffer@^5.0.1
├─ [email protected]
│  ├─ arr-union@^3.1.0
│  ├─ define-property@^0.2.5
│  ├─ isobject@^3.0.0
│  └─ static-extend@^0.1.1
├─ [email protected]
├─ [email protected]
│  └─ restore-cursor@^2.0.0
├─ [email protected]
│  ├─ colors@^1.1.2
│  ├─ object-assign@^4.1.0
│  └─ string-width@^2.1.1
├─ [email protected]
├─ [email protected]
│  ├─ good-listener@^1.2.2
│  ├─ select@^1.1.2
│  └─ tiny-emitter@^2.0.0
├─ [email protected]
│  ├─ [email protected]
│  ├─ string-width@^2.1.1
│  ├─ strip-ansi@^4.0.0
│  ├─ [email protected]
│  │  └─ ansi-regex@^3.0.0
│  └─ wrap-ansi@^2.0.0
├─ [email protected]
│  ├─ @types/q@^1.5.1
│  ├─ chalk@^2.4.1
│  └─ q@^1.1.2
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ map-visit@^1.0.0
│  └─ object-visit@^1.0.0
├─ [email protected]
│  └─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ color-name@^1.0.0
│  ├─ [email protected]
│  └─ simple-swizzle@^0.2.2
├─ [email protected]
│  ├─ color-convert@^1.9.1
│  └─ color-string@^1.5.2
├─ [email protected]
├─ [email protected]
│  └─ delayed-stream@~1.0.0
├─ [email protected]
│  └─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ mime-db@>= 1.38.0 < 2
├─ [email protected]
│  ├─ accepts@~1.3.5
│  ├─ [email protected]
│  ├─ compressible@~2.0.16
│  ├─ [email protected]
│  ├─ on-headers@~1.0.2
│  ├─ [email protected]
│  └─ vary@~1.1.2
├─ [email protected]
├─ [email protected]
│  ├─ buffer-from@^1.0.0
│  ├─ inherits@^2.0.3
│  ├─ readable-stream@^2.2.2
│  └─ typedarray@^0.0.6
├─ [email protected]
│  ├─ dot-prop@^4.1.0
│  ├─ graceful-fs@^4.1.2
│  ├─ make-dir@^1.0.0
│  ├─ [email protected]
│  │  └─ pify@^3.0.0
│  ├─ unique-string@^1.0.0
│  ├─ write-file-atomic@^2.0.0
│  └─ xdg-basedir@^3.0.0
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ [email protected]
│  ├─ [email protected]
│  ├─ parseurl@~1.3.2
│  └─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ date-now@^0.1.4
├─ [email protected]
├─ [email protected]
│  ├─ snake-case@^2.1.0
│  └─ upper-case@^1.1.1
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ safe-buffer@~5.1.1
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ aproba@^1.1.1
│  ├─ fs-write-stream-atomic@^1.0.8
│  ├─ iferr@^0.1.5
│  ├─ mkdirp@^0.5.1
│  ├─ rimraf@^2.5.4
│  └─ run-queue@^1.0.0
├─ [email protected]
├─ [email protected]
│  ├─ glob@^7.0.5
│  ├─ ltcdr@^2.2.1
│  ├─ minimatch@^3.0.3
│  ├─ mkdirp@^0.5.1
│  ├─ [email protected]
│  └─ through2@^2.0.1
├─ [email protected]
│  ├─ browserslist@^4.5.1
│  ├─ [email protected]
│  │  ├─ caniuse-lite@^1.0.30000951
│  │  ├─ electron-to-chromium@^1.3.116
│  │  └─ node-releases@^1.1.11
│  ├─ [email protected]
│  ├─ [email protected]
│  ├─ [email protected]
│  ├─ [email protected]
│  └─ semver@^5.6.0
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ import-fresh@^2.0.0
│  ├─ is-directory@^0.3.1
│  ├─ js-yaml@^3.9.0
│  ├─ lodash.get@^4.4.2
│  └─ parse-json@^4.0.0
├─ [email protected]
│  ├─ bn.js@^4.1.0
│  └─ elliptic@^6.0.0
├─ [email protected]
│  └─ capture-stack-trace@^1.0.0
├─ [email protected]
│  ├─ cipher-base@^1.0.1
│  ├─ inherits@^2.0.1
│  ├─ md5.js@^1.3.4
│  ├─ ripemd160@^2.0.1
│  └─ sha.js@^2.4.0
├─ [email protected]
│  ├─ cipher-base@^1.0.3
│  ├─ create-hash@^1.1.0
│  ├─ inherits@^2.0.1
│  ├─ ripemd160@^2.0.0
│  ├─ safe-buffer@^5.0.1
│  └─ sha.js@^2.4.8
├─ [email protected]
│  ├─ [email protected]
│  ├─ fbjs@^0.8.0
│  ├─ [email protected]
│  │  ├─ core-js@^1.0.0
│  │  ├─ isomorphic-fetch@^2.1.1
│  │  ├─ loose-envify@^1.0.0
│  │  ├─ object-assign@^4.1.0
│  │  ├─ promise@^7.1.1
│  │  ├─ setimmediate@^1.0.5
│  │  └─ ua-parser-js@^0.7.18
│  └─ gud@^1.0.0
├─ [email protected]
│  ├─ [email protected]
│  ├─ [email protected]
│  ├─ [email protected]
│  └─ [email protected]
├─ [email protected]
│  ├─ lru-cache@^4.0.1
│  ├─ shebang-command@^1.2.0
│  └─ which@^1.2.9
├─ [email protected]
├─ [email protected]
│  ├─ browserify-cipher@^1.0.0
│  ├─ browserify-sign@^4.0.0
│  ├─ create-ecdh@^4.0.0
│  ├─ create-hash@^1.1.0
│  ├─ create-hmac@^1.1.0
│  ├─ diffie-hellman@^5.0.0
│  ├─ inherits@^2.0.1
│  ├─ pbkdf2@^3.0.3
│  ├─ public-encrypt@^4.0.0
│  ├─ randombytes@^2.0.0
│  └─ randomfill@^1.0.3
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ postcss@^7.0.1
│  └─ timsort@^0.3.0
├─ [email protected]
│  ├─ babel-code-frame@^6.26.0
│  ├─ css-selector-tokenizer@^0.7.0
│  ├─ icss-utils@^2.1.0
│  ├─ loader-utils@^1.0.2
│  ├─ lodash@^4.17.11
│  ├─ postcss-modules-extract-imports@^1.2.0
│  ├─ postcss-modules-local-by-default@^1.2.0
│  ├─ postcss-modules-scope@^1.1.0
│  ├─ postcss-modules-values@^1.3.0
│  ├─ postcss-value-parser@^3.3.0
│  ├─ postcss@^6.0.23
│  ├─ [email protected]
│  │  ├─ chalk@^2.4.1
│  │  ├─ source-map@^0.6.1
│  │  └─ supports-color@^5.4.0
│  ├─ source-list-map@^2.0.0
│  └─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ boolbase@~1.0.0
│  ├─ [email protected]
│  ├─ [email protected]
│  ├─ [email protected]
│  │  ├─ dom-serializer@0
│  │  └─ domelementtype@1
│  └─ nth-check@~1.0.1
├─ [email protected]
│  ├─ cssesc@^0.1.0
│  ├─ fastparse@^1.1.1
│  ├─ regexpu-core@^1.0.0
│  ├─ [email protected]
│  │  ├─ regenerate@^1.2.1
│  │  ├─ regjsgen@^0.2.0
│  │  └─ regjsparser@^0.1.4
│  ├─ [email protected]
│  └─ [email protected]
│     └─ jsesc@~0.5.0
├─ [email protected]
│  ├─ mdn-data@~1.1.0
│  └─ source-map@^0.5.3
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ inherits@^2.0.3
│  ├─ source-map-resolve@^0.5.2
│  ├─ source-map@^0.6.1
│  ├─ [email protected]
│  └─ urix@^0.1.0
├─ [email protected]
├─ [email protected]
│  ├─ css-declaration-sorter@^4.0.1
│  ├─ cssnano-util-raw-cache@^4.0.1
│  ├─ postcss-calc@^7.0.1
│  ├─ postcss-colormin@^4.0.3
│  ├─ postcss-convert-values@^4.0.1
│  ├─ postcss-discard-comments@^4.0.2
│  ├─ postcss-discard-duplicates@^4.0.2
│  ├─ postcss-discard-empty@^4.0.1
│  ├─ postcss-discard-overridden@^4.0.1
│  ├─ postcss-merge-longhand@^4.0.11
│  ├─ postcss-merge-rules@^4.0.3
│  ├─ postcss-minify-font-values@^4.0.2
│  ├─ postcss-minify-gradients@^4.0.2
│  ├─ postcss-minify-params@^4.0.2
│  ├─ postcss-minify-selectors@^4.0.2
│  ├─ postcss-normalize-charset@^4.0.1
│  ├─ postcss-normalize-display-values@^4.0.2
│  ├─ postcss-normalize-positions@^4.0.2
│  ├─ postcss-normalize-repeat-style@^4.0.2
│  ├─ postcss-normalize-string@^4.0.2
│  ├─ postcss-normalize-timing-functions@^4.0.2
│  ├─ postcss-normalize-unicode@^4.0.1
│  ├─ postcss-normalize-url@^4.0.1
│  ├─ postcss-normalize-whitespace@^4.0.2
│  ├─ postcss-ordered-values@^4.1.2
│  ├─ postcss-reduce-initial@^4.0.3
│  ├─ postcss-reduce-transforms@^4.0.2
│  ├─ postcss-svgo@^4.0.2
│  ├─ postcss-unique-selectors@^4.0.1
│  └─ postcss@^7.0.0
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ postcss@^7.0.0
├─ [email protected]
├─ [email protected]
│  ├─ cosmiconfig@^5.0.0
│  ├─ cssnano-preset-default@^4.0.7
│  ├─ is-resolvable@^1.0.0
│  └─ postcss@^7.0.0
├─ [email protected]
│  ├─ [email protected]
│  └─ [email protected]
│     ├─ mdn-data@~1.1.0
│     └─ source-map@^0.5.3
├─ [email protected]
├─ [email protected]
│  └─ array-find-index@^1.0.1
├─ [email protected]
├─ [email protected]
│  └─ es5-ext@^0.10.9
├─ [email protected]
├─ [email protected]
│  └─ assert-plus@^1.0.0
├─ [email protected]
├─ [email protected]
│  └─ [email protected]
├─ [email protected]
│  ├─ decamelize@^1.1.0
│  └─ map-obj@^1.0.0
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ [email protected]
│  │  ├─ nice-try@^1.0.4
│  │  ├─ path-key@^2.0.1
│  │  ├─ semver@^5.5.0
│  │  ├─ shebang-command@^1.2.0
│  │  └─ which@^1.2.9
│  ├─ execa@^1.0.0
│  ├─ [email protected]
│  │  ├─ cross-spawn@^6.0.0
│  │  ├─ get-stream@^4.0.0
│  │  ├─ is-stream@^1.1.0
│  │  ├─ npm-run-path@^2.0.0
│  │  ├─ p-finally@^1.0.0
│  │  ├─ signal-exit@^3.0.0
│  │  └─ strip-eof@^1.0.0
│  ├─ [email protected]
│  │  └─ pump@^3.0.0
│  └─ ip-regex@^2.1.0
├─ [email protected]
│  └─ object-keys@^1.0.12
├─ [email protected]
│  ├─ [email protected]
│  │  ├─ kind-of@^3.0.2
│  │  └─ [email protected]
│  │     └─ is-buffer@^1.1.5
│  ├─ [email protected]
│  │  ├─ kind-of@^3.0.2
│  │  └─ [email protected]
│  │     └─ is-buffer@^1.1.5
│  ├─ is-descriptor@^0.1.0
│  ├─ [email protected]
│  │  ├─ is-accessor-descriptor@^0.1.6
│  │  ├─ is-data-descriptor@^0.1.4
│  │  └─ kind-of@^5.0.0
│  └─ [email protected]
├─ [email protected]
│  ├─ globby@^6.1.0
│  ├─ [email protected]
│  │  ├─ array-union@^1.0.1
│  │  ├─ glob@^7.0.3
│  │  ├─ object-assign@^4.0.1
│  │  ├─ pify@^2.0.0
│  │  ├─ [email protected]
│  │  └─ pinkie-promise@^2.0.0
│  ├─ is-path-cwd@^1.0.0
│  ├─ is-path-in-cwd@^1.0.0
│  ├─ p-map@^1.1.1
│  ├─ pify@^3.0.0
│  └─ rimraf@^2.2.8
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ inherits@^2.0.1
│  └─ minimalistic-assert@^1.0.0
├─ [email protected]
├─ [email protected]
│  └─ repeat-string@^1.5.4
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ address@^1.0.1
│  └─ debug@^2.6.0
├─ [email protected]
│  ├─ address@^1.0.1
│  └─ debug@^2.6.0
├─ [email protected]
│  ├─ @types/configstore@^2.1.1
│  ├─ @types/debug@^0.0.29
│  ├─ @types/get-port@^0.0.4
│  ├─ @types/glob@^5.0.30
│  ├─ @types/mkdirp@^0.3.29
│  ├─ @types/node@^7.0.11
│  ├─ @types/[email protected]
│  ├─ @types/tmp@^0.0.32
│  ├─ command-exists@^1.2.2
│  ├─ configstore@^3.0.0
│  ├─ debug@^2.6.3
│  ├─ eol@^0.8.1
│  ├─ get-port@^3.0.0
│  ├─ glob@^7.1.1
│  ├─ mkdirp@^0.5.1
│  ├─ tmp@^0.0.31
│  ├─ [email protected]
│  │  └─ os-tmpdir@~1.0.1
│  └─ tslib@^1.6.0
├─ [email protected]
│  ├─ bn.js@^4.1.0
│  ├─ miller-rabin@^4.0.0
│  └─ randombytes@^2.0.0
├─ [email protected]
│  ├─ arrify@^1.0.1
│  └─ path-type@^3.0.0
├─ [email protected]
├─ [email protected]
│  ├─ ip@^1.1.0
│  └─ safe-buffer@^5.0.1
├─ [email protected]
│  └─ buffer-indexof@^1.0.0
├─ [email protected]
│  ├─ esutils@^2.0.2
│  └─ isarray@^1.0.0
├─ [email protected]
│  └─ utila@~0.4
├─ [email protected]
│  └─ @babel/runtime@^7.1.2
├─ [email protected]
│  ├─ [email protected]
│  └─ [email protected]
├─ [email protected]
│  ├─ domelementtype@^1.3.0
│  └─ entities@^1.1.1
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ domelementtype@1
├─ [email protected]
├─ [email protected]
│  ├─ dom-serializer@0
│  └─ domelementtype@1
├─ [email protected]
│  └─ no-case@^2.2.0
├─ [email protected]
│  └─ is-obj@^1.0.0
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ end-of-stream@^1.0.0
│  ├─ inherits@^2.0.1
│  ├─ readable-stream@^2.0.0
│  └─ stream-shift@^1.0.0
├─ [email protected]
│  ├─ jsbn@~0.1.0
│  └─ safer-buffer@^2.1.0
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ bn.js@^4.4.0
│  ├─ brorand@^1.0.1
│  ├─ hash.js@^1.0.0
│  ├─ hmac-drbg@^1.0.0
│  ├─ inherits@^2.0.1
│  ├─ minimalistic-assert@^1.0.0
│  └─ minimalistic-crypto-utils@^1.0.0
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ @emotion/[email protected]
│  ├─ hoist-non-react-statics@^3.3.0
│  └─ object-assign@^4.1.1
├─ [email protected]
├─ [email protected]
│  └─ iconv-lite@~0.4.13
├─ [email protected]
│  └─ once@^1.4.0
├─ [email protected]
│  ├─ [email protected]
│  ├─ [email protected]
│  ├─ debug@~3.1.0
│  ├─ [email protected]
│  │  └─ [email protected]
│  ├─ engine.io-parser@~2.1.1
│  ├─ [email protected]
│  ├─ [email protected]
│  ├─ [email protected]
│  ├─ [email protected]
│  ├─ ws@~6.1.0
│  ├─ xmlhttprequest-ssl@~1.5.4
│  └─ [email protected]
├─ [email protected]
│  ├─ [email protected]
│  ├─ arraybuffer.slice@~0.0.7
│  ├─ [email protected]
│  ├─ [email protected]
│  └─ has-binary2@~1.0.2
├─ [email protected]
│  ├─ accepts@~1.3.4
│  ├─ [email protected]
│  ├─ [email protected]
│  ├─ debug@~3.1.0
│  ├─ [email protected]
│  │  └─ [email protected]
│  ├─ engine.io-parser@~2.1.0
│  └─ ws@~6.1.0
├─ [email protected]
│  ├─ graceful-fs@^4.1.2
│  ├─ memory-fs@^0.4.0
│  └─ tapable@^1.0.0
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ prr@~1.0.1
├─ [email protected]
│  └─ is-arrayish@^0.2.1
├─ [email protected]
│  └─ stackframe@^1.0.4
├─ [email protected]
│  ├─ es-to-primitive@^1.2.0
│  ├─ function-bind@^1.1.1
│  ├─ has@^1.0.3
│  ├─ is-callable@^1.1.4
│  ├─ is-regex@^1.0.4
│  └─ object-keys@^1.0.12
├─ [email protected]
│  ├─ is-callable@^1.1.4
│  ├─ is-date-object@^1.0.1
│  └─ is-symbol@^1.0.2
├─ [email protected]
│  ├─ es6-iterator@~2.0.3
│  ├─ es6-symbol@~3.1.1
│  └─ next-tick@^1.0.0
├─ [email protected]
│  ├─ d@1
│  ├─ es5-ext@^0.10.35
│  └─ es6-symbol@^3.1.1
├─ [email protected]
├─ [email protected]
│  ├─ d@1
│  └─ es5-ext@~0.10.14
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ confusing-browser-globals@^1.0.6
├─ [email protected]
│  ├─ debug@^2.6.9
│  └─ resolve@^1.5.0
├─ [email protected]
│  ├─ loader-fs-cache@^1.0.0
│  ├─ loader-utils@^1.0.2
│  ├─ object-assign@^4.0.1
│  ├─ object-hash@^1.1.4
│  └─ rimraf@^2.6.1
├─ [email protected]
│  ├─ debug@^2.6.8
│  ├─ pkg-dir@^2.0.0
│  └─ [email protected]
│     └─ find-up@^2.1.0
├─ [email protected]
│  └─ lodash@^4.17.10
├─ [email protected]
│  ├─ graphql-config@^2.0.1
│  └─ lodash@^4.11.1
├─ [email protected]
│  ├─ contains-path@^0.1.0
│  ├─ debug@^2.6.9
│  ├─ [email protected]
│  ├─ eslint-import-resolver-node@^0.3.2
│  ├─ eslint-module-utils@^2.3.0
│  ├─ has@^1.0.3
│  ├─ lodash@^4.17.11
│  ├─ minimatch@^3.0.4
│  ├─ read-pkg-up@^2.0.0
│  └─ resolve@^1.9.0
├─ [email protected]
│  ├─ aria-query@^3.0.0
│  ├─ array-includes@^3.0.3
│  ├─ ast-types-flow@^0.0.7
│  ├─ axobject-query@^2.0.2
│  ├─ damerau-levenshtein@^1.0.4
│  ├─ emoji-regex@^7.0.2
│  ├─ has@^1.0.3
│  └─ jsx-ast-utils@^2.0.1
├─ [email protected]
│  ├─ array-includes@^3.0.3
│  ├─ doctrine@^2.1.0
│  ├─ [email protected]
│  │  └─ esutils@^2.0.2
│  ├─ has@^1.0.3
│  ├─ jsx-ast-utils@^2.0.1
│  ├─ object.fromentries@^2.0.0
│  ├─ prop-types@^15.6.2
│  └─ resolve@^1.9.0
├─ [email protected]
│  ├─ esrecurse@^4.1.0
│  └─ estraverse@^4.1.1
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ @babel/code-frame@^7.0.0
│  ├─ ajv@^6.9.1
│  ├─ [email protected]
│  ├─ chalk@^2.1.0
│  ├─ cross-spawn@^6.0.5
│  ├─ [email protected]
│  │  ├─ nice-try@^1.0.4
│  │  ├─ path-key@^2.0.1
│  │  ├─ semver@^5.5.0
│  │  ├─ shebang-command@^1.2.0
│  │  └─ which@^1.2.9
│  ├─ debug@^4.0.1
│  ├─ [email protected]
│  │  └─ ms@^2.1.1
│  ├─ doctrine@^3.0.0
│  ├─ [email protected]
│  │  └─ esutils@^2.0.2
│  ├─ eslint-scope@^4.0.3
│  ├─ eslint-utils@^1.3.1
│  ├─ eslint-visitor-keys@^1.0.0
│  ├─ espree@^5.0.1
│  ├─ esquery@^1.0.1
│  ├─ esutils@^2.0.2
│  ├─ file-entry-cache@^5.0.1
│  ├─ functional-red-black-tree@^1.0.1
│  ├─ glob@^7.1.2
│  ├─ globals@^11.7.0
│  ├─ ignore@^4.0.6
│  ├─ import-fresh@^3.0.0
│  ├─ [email protected]
│  │  ├─ parent-module@^1.0.0
│  │  └─ resolve-from@^4.0.0
│  ├─ imurmurhash@^0.1.4
│  ├─ inquirer@^6.2.2
│  ├─ js-yaml@^3.12.0
│  ├─ json-stable-stringify-without-jsonify@^1.0.1
│  ├─ levn@^0.3.0
│  ├─ lodash@^4.17.11
│  ├─ minimatch@^3.0.4
│  ├─ mkdirp@^0.5.1
│  ├─ [email protected]
│  ├─ natural-compare@^1.4.0
│  ├─ optionator@^0.8.2
│  ├─ path-is-inside@^1.0.2
│  ├─ progress@^2.0.0
│  ├─ regexpp@^2.0.1
│  ├─ [email protected]
│  ├─ semver@^5.5.1
│  ├─ strip-ansi@^4.0.0
│  ├─ [email protected]
│  │  └─ ansi-regex@^3.0.0
│  ├─ strip-json-comments@^2.0.1
│  ├─ table@^5.2.3
│  └─ text-table@^0.2.0
├─ [email protected]
│  ├─ acorn-jsx@^5.0.0
│  ├─ acorn@^6.0.7
│  └─ eslint-visitor-keys@^1.0.0
├─ [email protected]
├─ [email protected]
│  └─ estraverse@^4.0.0
├─ [email protected]
│  └─ estraverse@^4.1.0
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ require-like@>= 0.1.1
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ original@^1.0.0
├─ [email protected]
│  ├─ md5.js@^1.3.4
│  └─ safe-buffer@^5.1.1
├─ [email protected]
│  ├─ cross-spawn@^5.0.1
│  ├─ get-stream@^3.0.0
│  ├─ is-stream@^1.1.0
│  ├─ npm-run-path@^2.0.0
│  ├─ p-finally@^1.0.0
│  ├─ signal-exit@^3.0.0
│  └─ strip-eof@^1.0.0
├─ [email protected]
│  ├─ debug@^2.3.3
│  ├─ define-property@^0.2.5
│  ├─ extend-shallow@^2.0.1
│  ├─ posix-character-classes@^0.1.0
│  ├─ regex-not@^1.0.0
│  ├─ snapdragon@^0.8.1
│  └─ to-regex@^3.0.1
├─ [email protected]
│  └─ homedir-polyfill@^1.0.1
├─ [email protected]
│  ├─ accepts@^1.3.0
│  ├─ content-type@^1.0.4
│  ├─ http-errors@^1.3.0
│  ├─ [email protected]
│  │  ├─ depd@~1.1.2
│  │  ├─ [email protected]
│  │  ├─ [email protected]
│  │  ├─ statuses@>= 1.5.0 < 2
│  │  └─ [email protected]
│  ├─ raw-body@^2.3.2
│  ├─ [email protected]
│  └─ [email protected]
├─ [email protected]
│  ├─ accepts@~1.3.5
│  ├─ [email protected]
│  ├─ [email protected]
│  ├─ [email protected]
│  ├─ content-type@~1.0.4
│  ├─ [email protected]
│  ├─ [email protected]
│  ├─ [email protected]
│  ├─ depd@~1.1.2
│  ├─ encodeurl@~1.0.2
│  ├─ escape-html@~1.0.3
│  ├─ etag@~1.8.1
│  ├─ [email protected]
│  ├─ [email protected]
│  │  ├─ [email protected]
│  │  ├─ encodeurl@~1.0.2
│  │  ├─ escape-html@~1.0.3
│  │  ├─ on-finished@~2.3.0
│  │  ├─ parseurl@~1.3.2
│  │  ├─ statuses@~1.4.0
│  │  └─ unpipe@~1.0.0
│  ├─ [email protected]
│  ├─ [email protected]
│  ├─ methods@~1.1.2
│  ├─ on-finished@~2.3.0
│  ├─ parseurl@~1.3.2
│  ├─ [email protected]
│  ├─ proxy-addr@~2.0.4
│  ├─ [email protected]
│  ├─ range-parser@~1.2.0
│  ├─ [email protected]
│  ├─ [email protected]
│  ├─ [email protected]
│  ├─ [email protected]
│  ├─ statuses@~1.4.0
│  ├─ type-is@~1.6.16
│  ├─ [email protected]
│  └─ vary@~1.1.2
├─ [email protected]
│  └─ is-extendable@^0.1.0
├─ [email protected]
├─ [email protected]
│  ├─ chardet@^0.7.0
│  ├─ iconv-lite@^0.4.24
│  └─ tmp@^0.0.33
├─ [email protected]
│  ├─ array-unique@^0.3.2
│  ├─ define-property@^1.0.0
│  ├─ [email protected]
│  │  └─ is-descriptor@^1.0.0
│  ├─ expand-brackets@^2.1.4
│  ├─ extend-shallow@^2.0.1
│  ├─ fragment-cache@^0.2.1
│  ├─ regex-not@^1.0.0
│  ├─ snapdragon@^0.8.1
│  └─ to-regex@^3.0.1
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ @mrmlnc/readdir-enhanced@^2.2.1
│  ├─ @nodelib/fs.stat@^1.1.2
│  ├─ glob-parent@^3.1.0
│  ├─ is-glob@^4.0.0
│  ├─ merge2@^1.2.3
│  └─ micromatch@^3.1.10
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ format@^0.2.2
├─ [email protected]
│  └─ websocket-driver@>=0.5.1
├─ [email protected]
│  └─ bser@^2.0.0
├─ [email protected]
├─ [email protected]
│  ├─ core-js@^2.4.1
│  ├─ fbjs-css-vars@^1.0.0
│  ├─ isomorphic-fetch@^2.1.1
│  ├─ loose-envify@^1.0.0
│  ├─ object-assign@^4.1.0
│  ├─ promise@^7.1.1
│  ├─ setimmediate@^1.0.5
│  └─ ua-parser-js@^0.7.18
├─ [email protected]
├─ [email protected]
│  └─ escape-string-regexp@^1.0.5
├─ [email protected]
│  └─ flat-cache@^2.0.1
├─ [email protected]
│  ├─ loader-utils@^1.0.2
│  ├─ schema-utils@^0.4.5
│  └─ [email protected]
│     ├─ ajv-keywords@^3.1.0
│     └─ ajv@^6.1.0
├─ [email protected]
├─ [email protected]
│  ├─ extend-shallow@^2.0.1
│  ├─ is-number@^3.0.0
│  ├─ repeat-string@^1.6.1
│  └─ to-regex-range@^2.1.0
├─ [email protected]
│  ├─ [email protected]
│  ├─ encodeurl@~1.0.1
│  ├─ escape-html@~1.0.3
│  ├─ on-finished@~2.3.0
│  ├─ parseurl@~1.3.2
│  ├─ statuses@~1.3.1
│  ├─ [email protected]
│  └─ unpipe@~1.0.0
├─ [email protected]
│  ├─ commondir@^1.0.1
│  ├─ make-dir@^2.0.0
│  └─ pkg-dir@^3.0.0
├─ [email protected]
├─ [email protected]
│  └─ locate-path@^2.0.0
├─ [email protected]
│  ├─ flatted@^2.0.0
│  ├─ [email protected]
│  └─ [email protected]
├─ [email protected]
│  ├─ is-buffer@~2.0.3
│  └─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ inherits@^2.0.3
│  └─ readable-stream@^2.3.6
├─ [email protected]
│  ├─ debug@^3.2.6
│  ├─ [email protected]
│  │  └─ ms@^2.1.1
│  └─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ asynckit@^0.4.0
│  ├─ combined-stream@^1.0.6
│  └─ mime-types@^2.1.12
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ map-cache@^0.2.2
├─ [email protected]
├─ [email protected]
│  ├─ [email protected]
│  ├─ chalk@^1.1.3
│  ├─ [email protected]
│  │  ├─ ansi-styles@^2.2.1
│  │  ├─ escape-string-regexp@^1.0.2
│  │  ├─ has-ansi@^2.0.0
│  │  ├─ strip-ansi@^3.0.0
│  │  └─ supports-color@^2.0.0
│  ├─ error-stack-parser@^2.0.0
│  ├─ string-width@^2.0.0
│  └─ [email protected]
├─ [email protected]
│  ├─ inherits@^2.0.1
│  └─ readable-stream@^2.0.0
├─ [email protected]
├─ [email protected]
│  ├─ graceful-fs@^4.1.2
│  ├─ jsonfile@^4.0.0
│  └─ universalify@^0.1.0
├─ [email protected]
│  └─ minipass@^2.2.1
├─ [email protected]
│  ├─ graceful-fs@^4.1.2
│  ├─ iferr@^0.1.5
│  ├─ imurmurhash@^0.1.4
│  └─ readable-stream@1 || 2
├─ [email protected]
├─ [email protected]
│  ├─ nan@^2.9.2
│  └─ node-pre-gyp@^0.10.0
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ @babel/code-frame@^7.0.0
│  ├─ @babel/runtime@^7.0.0
│  ├─ bluebird@^3.5.0
│  ├─ [email protected]
│  ├─ common-tags@^1.4.0
│  ├─ convert-hrtime@^2.0.0
│  ├─ core-js@^2.5.0
│  ├─ envinfo@^5.8.1
│  ├─ execa@^0.8.0
│  ├─ [email protected]
│  │  ├─ cross-spawn@^5.0.1
│  │  ├─ get-stream@^3.0.0
│  │  ├─ is-stream@^1.1.0
│  │  ├─ npm-run-path@^2.0.0
│  │  ├─ p-finally@^1.0.0
│  │  ├─ signal-exit@^3.0.0
│  │  └─ strip-eof@^1.0.0
│  ├─ [email protected]
│  │  └─ locate-path@^3.0.0
│  ├─ fs-exists-cached@^1.0.0
│  ├─ fs-extra@^4.0.1
│  ├─ [email protected]
│  │  ├─ graceful-fs@^4.1.2
│  │  ├─ jsonfile@^4.0.0
│  │  └─ universalify@^0.1.0
│  ├─ hosted-git-info@^2.6.0
│  ├─ [email protected]
│  │  ├─ p-locate@^3.0.0
│  │  └─ path-exists@^3.0.0
│  ├─ lodash@^4.17.10
│  ├─ meant@^1.0.1
│  ├─ opentracing@^0.14.3
│  ├─ [email protected]
│  │  └─ p-try@^2.0.0
│  ├─ [email protected]
│  │  └─ p-limit@^2.0.0
│  ├─ [email protected]
│  ├─ pretty-error@^2.1.1
│  ├─ resolve-cwd@^2.0.0
│  ├─ source-map@^0.5.7
│  ├─ stack-trace@^0.0.10
│  ├─ update-notifier@^2.3.0
│  ├─ [email protected]
│  │  ├─ camelcase@^5.0.0
│  │  └─ decamelize@^1.2.0
│  ├─ yargs@^12.0.5
│  ├─ [email protected]
│  │  ├─ cliui@^4.0.0
│  │  ├─ decamelize@^1.2.0
│  │  ├─ find-up@^3.0.0
│  │  ├─ get-caller-file@^1.0.1
│  │  ├─ os-locale@^3.0.0
│  │  ├─ require-directory@^2.1.1
│  │  ├─ require-main-filename@^1.0.1
│  │  ├─ set-blocking@^2.0.0
│  │  ├─ string-width@^2.0.0
│  │  ├─ which-module@^2.0.0
│  │  ├─ y18n@^3.2.1 || ^4.0.0
│  │  └─ yargs-parser@^11.1.1
│  └─ yurnalist@^1.0.2
├─ [email protected]
│  ├─ @babel/runtime@^7.0.0
│  ├─ @types/reach__router@^1.0.0
│  └─ prop-types@^15.6.1
├─ [email protected]
│  ├─ @babel/plugin-proposal-object-rest-spread@^7.0.0
│  ├─ @babel/[email protected]
│  │  ├─ @babel/helper-plugin-utils@^7.0.0
│  │  └─ @babel/plugin-syntax-object-rest-spread@^7.2.0
│  ├─ debug@^4.0.1
│  ├─ [email protected]
│  │  └─ ms@^2.1.1
│  ├─ escape-string-regexp@^1.0.5
│  ├─ fs-extra@^7.0.0
│  ├─ [email protected]
│  │  ├─ graceful-fs@^4.1.2
│  │  ├─ jsonfile@^4.0.0
│  │  └─ universalify@^0.1.0
│  ├─ gray-matter@^4.0.1
│  ├─ loader-utils@^1.2.3
│  ├─ lodash@^4.17.10
│  ├─ mdast-util-to-string@^1.0.4
│  ├─ mdast-util-toc@^2.0.1
│  ├─ mime@^2.3.1
│  ├─ [email protected]
│  ├─ pretty-bytes@^5.1.0
│  ├─ remark@^9.0.0
│  ├─ retext@^5.0.0
│  ├─ slash@^2.0.0
│  ├─ [email protected]
│  ├─ static-site-generator-webpack-plugin@^3.4.2
│  ├─ strip-markdown@^3.0.1
│  ├─ underscore.string@^3.3.4
│  ├─ unist-util-map@^1.0.4
│  ├─ unist-util-remove@^1.0.1
│  └─ unist-util-visit@^1.4.0
├─ [email protected]
│  ├─ @babel/runtime@^7.0.0
│  ├─ bluebird@^3.5.0
│  ├─ chokidar@^2.1.2
│  ├─ fs-exists-cached@^1.0.0
│  ├─ glob@^7.1.1
│  ├─ lodash@^4.17.10
│  ├─ micromatch@^3.1.10
│  ├─ parse-filepath@^1.0.1
│  └─ slash@^1.0.0
├─ [email protected]
├─ [email protected]
│  └─ @babel/runtime@^7.0.0
├─ [email protected]
│  ├─ @babel/preset-typescript@^7.0.0
│  ├─ @babel/runtime@^7.0.0
│  └─ babel-plugin-remove-graphql-queries@^2.6.2
├─ [email protected]
│  ├─ @babel/runtime@^7.0.0
│  ├─ scroll-behavior@^0.9.9
│  └─ warning@^3.0.0
├─ [email protected]
│  ├─ @babel/code-frame@^7.0.0
│  ├─ @babel/core@^7.0.0
│  ├─ @babel/[email protected]
│  │  ├─ @babel/code-frame@^7.0.0
│  │  ├─ @babel/generator@^7.3.4
│  │  ├─ @babel/helpers@^7.2.0
│  │  ├─ @babel/parser@^7.3.4
│  │  ├─ @babel/template@^7.2.2
│  │  ├─ @babel/traverse@^7.3.4
│  │  ├─ @babel/types@^7.3.4
│  │  ├─ convert-source-map@^1.1.0
│  │  ├─ debug@^4.1.0
│  │  ├─ [email protected]
│  │  │  └─ ms@^2.1.1
│  │  ├─ json5@^2.1.0
│  │  ├─ lodash@^4.17.11
│  │  ├─ resolve@^1.3.2
│  │  ├─ semver@^5.4.1
│  │  └─ source-map@^0.5.0
│  ├─ @babel/[email protected]
│  │  ├─ @babel/template@^7.1.2
│  │  ├─ @babel/traverse@^7.1.5
│  │  └─ @babel/types@^7.3.0
│  ├─ @babel/parser@^7.0.0
│  ├─ @babel/polyfill@^7.0.0
│  ├─ @babel/runtime@^7.0.0
│  ├─ @babel/traverse@^7.0.0
│  ├─ @gatsbyjs/[email protected]
│  ├─ @pieh/[email protected]
│  ├─ @reach/router@^1.1.1
│  ├─ [email protected]
│  │  └─ acorn@^5.0.0
│  ├─ [email protected]
│  ├─ [email protected]
│  ├─ autoprefixer@^9.4.3
│  ├─ [email protected]
│  ├─ babel-eslint@^9.0.0
│  ├─ babel-loader@^8.0.0
│  ├─ babel-plugin-add-module-exports@^0.2.1
│  ├─ babel-plugin-dynamic-import-node@^1.2.0
│  ├─ babel-plugin-remove-graphql-queries@^2.6.2
│  ├─ babel-preset-gatsby@^0.1.9
│  ├─ [email protected]
│  ├─ better-queue@^3.8.6
│  ├─ bluebird@^3.5.0
│  ├─ [email protected]
│  ├─ [email protected]
│  │  ├─ caniuse-lite@^1.0.30000844
│  │  └─ electron-to-chromium@^1.3.47
│  ├─ cache-manager-fs-hash@^0.0.6
│  ├─ cache-manager@^2.9.0
│  ├─ chalk@^2.3.2
│  ├─ chokidar@^2.0.2
│  ├─ common-tags@^1.4.0
│  ├─ compression@^1.7.3
│  ├─ convert-hrtime@^2.0.0
│  ├─ copyfiles@^1.2.0
│  ├─ core-js@^2.5.0
│  ├─ css-loader@^1.0.0
│  ├─ debug@^3.1.0
│  ├─ [email protected]
│  │  └─ ms@^2.1.1
│  ├─ del@^3.0.0
│  ├─ detect-port@^1.2.1
│  ├─ devcert-san@^0.3.3
│  ├─ domready@^1.0.8
│  ├─ dotenv@^4.0.0
│  ├─ eslint-config-react-app@^3.0.0
│  ├─ eslint-loader@^2.1.0
│  ├─ eslint-plugin-flowtype@^2.46.1
│  ├─ eslint-plugin-graphql@^2.0.0
│  ├─ eslint-plugin-import@^2.9.0
│  ├─ eslint-plugin-jsx-a11y@^6.0.3
│  ├─ eslint-plugin-react@^7.8.2
│  ├─ eslint@^5.6.0
│  ├─ event-source-polyfill@^1.0.5
│  ├─ express-graphql@^0.6.12
│  ├─ express@^4.16.3
│  ├─ fast-levenshtein@~2.0.4
│  ├─ file-loader@^1.1.11
│  ├─ flat@^4.0.0
│  ├─ [email protected]
│  ├─ fs-extra@^5.0.0
│  ├─ gatsby-cli@^2.4.16
│  ├─ gatsby-link@^2.0.16
│  ├─ gatsby-plugin-page-creator@^2.0.10
│  ├─ gatsby-react-router-scroll@^2.0.6
│  ├─ glob@^7.1.1
│  ├─ graphql-compose@^5.11.0
│  ├─ graphql-playground-middleware-express@^1.7.10
│  ├─ graphql-relay@^0.6.0
│  ├─ graphql-tools@^3.0.4
│  ├─ graphql@^14.1.1
│  ├─ hash-mod@^0.0.5
│  ├─ invariant@^2.2.4
│  ├─ is-relative-url@^2.0.0
│  ├─ is-relative@^1.0.0
│  ├─ is-wsl@^1.1.0
│  ├─ jest-worker@^23.2.0
│  ├─ [email protected]
│  ├─ json-loader@^0.5.7
│  ├─ json-stringify-safe@^5.0.1
│  ├─ kebab-hash@^0.1.2
│  ├─ lodash@^4.17.10
│  ├─ lokijs@^1.5.6
│  ├─ md5-file@^3.1.1
│  ├─ md5@^2.2.1
│  ├─ mime@^2.2.0
│  ├─ mini-css-extract-plugin@^0.4.0
│  ├─ mitt@^1.1.2
│  ├─ mkdirp@^0.5.1
│  ├─ moment@^2.21.0
│  ├─ [email protected]
│  ├─ name-all-modules-plugin@^1.0.1
│  ├─ normalize-path@^2.1.1
│  ├─ null-loader@^0.1.1
│  ├─ opentracing@^0.14.3
│  ├─ optimize-css-assets-webpack-plugin@^5.0.1
│  ├─ parseurl@^1.3.2
│  ├─ physical-cpu-count@^2.0.0
│  ├─ pnp-webpack-plugin@^1.4.1
│  ├─ postcss-flexbugs-fixes@^3.0.0
│  ├─ postcss-loader@^2.1.3
│  ├─ prop-types@^15.6.1
│  ├─ raw-loader@^0.5.1
│  ├─ react-dev-utils@^4.2.1
│  ├─ react-error-overlay@^3.0.0
│  ├─ react-hot-loader@^4.6.2
│  ├─ redux@^4.0.0
│  ├─ request@^2.85.0
│  ├─ [email protected]
│  │  ├─ ajv-keywords@^3.1.0
│  │  └─ ajv@^6.1.0
│  ├─ semver@^5.6.0
│  ├─ shallow-compare@^1.2.2
│  ├─ sift@^5.1.0
│  ├─ signal-exit@^3.0.2
│  ├─ slash@^1.0.0
│  ├─ socket.io@^2.0.3
│  ├─ stack-trace@^0.0.10
│  ├─ string-similarity@^1.2.0
│  ├─ style-loader@^0.21.0
│  ├─ terser-webpack-plugin@^1.2.2
│  ├─ true-case-path@^1.0.3
│  ├─ type-of@^2.0.1
│  ├─ url-loader@^1.0.1
│  ├─ uuid@^3.1.0
│  ├─ v8-compile-cache@^1.1.0
│  ├─ webpack-dev-middleware@^3.0.1
│  ├─ webpack-dev-server@^3.1.14
│  ├─ webpack-hot-middleware@^2.21.0
│  ├─ webpack-merge@^4.1.0
│  ├─ webpack-stats-plugin@^0.1.5
│  ├─ webpack@~4.28.4
│  ├─ [email protected]
│  │  ├─ @webassemblyjs/[email protected]
│  │  ├─ @webassemblyjs/[email protected]
│  │  ├─ @webassemblyjs/[email protected]
│  │  ├─ @webassemblyjs/[email protected]
│  │  ├─ acorn-dynamic-import@^3.0.0
│  │  ├─ acorn@^5.6.2
│  │  ├─ ajv-keywords@^3.1.0
│  │  ├─ ajv@^6.1.0
│  │  ├─ chrome-trace-event@^1.0.0
│  │  ├─ enhanced-resolve@^4.1.0
│  │  ├─ eslint-scope@^4.0.0
│  │  ├─ json-parse-better-errors@^1.0.2
│  │  ├─ loader-runner@^2.3.0
│  │  ├─ loader-utils@^1.1.0
│  │  ├─ memory-fs@~0.4.1
│  │  ├─ micromatch@^3.1.8
│  │  ├─ mkdirp@~0.5.0
│  │  ├─ neo-async@^2.5.0
│  │  ├─ node-libs-browser@^2.0.0
│  │  ├─ schema-utils@^0.4.4
│  │  ├─ tapable@^1.1.0
│  │  ├─ terser-webpack-plugin@^1.1.0
│  │  ├─ watchpack@^1.5.0
│  │  └─ webpack-sources@^1.3.0
│  └─ yaml-loader@^0.5.0
├─ [email protected]
│  ├─ aproba@^1.0.3
│  ├─ console-control-strings@^1.0.0
│  ├─ has-unicode@^2.0.0
│  ├─ [email protected]
│  │  └─ number-is-nan@^1.0.0
│  ├─ object-assign@^4.1.0
│  ├─ signal-exit@^3.0.0
│  ├─ string-width@^1.0.1
│  ├─ [email protected]
│  │  ├─ code-point-at@^1.0.0
│  │  ├─ is-fullwidth-code-point@^1.0.0
│  │  └─ strip-ansi@^3.0.0
│  ├─ strip-ansi@^3.0.1
│  └─ wide-align@^1.1.0
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ assert-plus@^1.0.0
├─ [email protected]
│  ├─ emoji-regex@>=6.0.0 <=6.1.1
│  └─ [email protected]
├─ [email protected]
│  ├─ is-glob@^3.1.0
│  ├─ [email protected]
│  │  └─ is-extglob@^2.1.0
│  └─ path-dirname@^1.0.0
├─ [email protected]
├─ [email protected]
│  ├─ fs.realpath@^1.0.0
│  ├─ inflight@^1.0.4
│  ├─ inherits@2
│  ├─ minimatch@^3.0.4
│  ├─ once@^1.3.0
│  └─ path-is-absolute@^1.0.0
├─ [email protected]
│  └─ ini@^1.3.4
├─ [email protected]
│  ├─ global-prefix@^1.0.1
│  ├─ is-windows@^1.0.1
│  └─ resolve-dir@^1.0.0
├─ [email protected]
│  ├─ expand-tilde@^2.0.2
│  ├─ homedir-polyfill@^1.0.1
│  ├─ ini@^1.3.4
│  ├─ is-windows@^1.0.1
│  └─ which@^1.2.14
├─ [email protected]
│  ├─ min-document@^2.19.0
│  ├─ process@~0.5.1
│  └─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ array-union@^1.0.1
│  ├─ [email protected]
│  ├─ fast-glob@^2.0.2
│  ├─ glob@^7.1.2
│  ├─ ignore@^3.3.5
│  ├─ [email protected]
│  ├─ pify@^3.0.0
│  └─ slash@^1.0.0
├─ [email protected]
│  └─ delegate@^3.1.2
├─ [email protected]
│  ├─ create-error-class@^3.0.0
│  ├─ duplexer3@^0.1.4
│  ├─ get-stream@^3.0.0
│  ├─ is-redirect@^1.0.0
│  ├─ is-retry-allowed@^1.0.0
│  ├─ is-stream@^1.0.0
│  ├─ lowercase-keys@^1.0.0
│  ├─ safe-buffer@^5.0.1
│  ├─ timed-out@^4.0.0
│  ├─ unzip-response@^2.0.1
│  └─ url-parse-lax@^1.0.0
├─ [email protected]
├─ [email protected]
│  ├─ graphql-type-json@^0.2.1
│  └─ object-path@^0.11.4
├─ [email protected]
│  ├─ graphql-import@^0.7.1
│  ├─ graphql-request@^1.5.0
│  ├─ js-yaml@^3.10.0
│  ├─ lodash@^4.17.4
│  └─ minimatch@^3.0.4
├─ [email protected]
│  ├─ lodash@^4.17.4
│  ├─ resolve-from@^4.0.0
│  └─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ [email protected]
├─ [email protected]
│  └─ prettier@^1.16.0
├─ [email protected]
│  └─ [email protected]
├─ [email protected]
│  ├─ apollo-link@^1.2.2
│  ├─ apollo-utilities@^1.0.1
│  ├─ deprecated-decorator@^0.1.6
│  ├─ iterall@^1.1.3
│  └─ uuid@^3.1.0
├─ [email protected]
├─ [email protected]
│  └─ iterall@^1.2.2
├─ [email protected]
│  ├─ js-yaml@^3.11.0
│  ├─ kind-of@^6.0.2
│  ├─ section-matter@^1.0.0
│  └─ strip-bom-string@^1.0.0
├─ [email protected]
├─ [email protected]
│  └─ duplexer@^0.1.1
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ ajv@^6.5.5
│  └─ har-schema@^2.0.0
├─ [email protected]
│  └─ ansi-regex@^2.0.0
├─ [email protected]
│  ├─ [email protected]
│  └─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ get-value@^2.0.6
│  ├─ has-values@^1.0.0
│  └─ isobject@^3.0.0
├─ [email protected]
│  ├─ is-number@^3.0.0
│  ├─ kind-of@^4.0.0
│  └─ [email protected]
│     └─ is-buffer@^1.1.5
├─ [email protected]
│  └─ function-bind@^1.1.1
├─ [email protected]
│  ├─ inherits@^2.0.1
│  └─ safe-buffer@^5.0.1
├─ [email protected]
├─ [email protected]
│  ├─ inherits@^2.0.3
│  └─ minimalistic-assert@^1.0.1
├─ [email protected]
│  ├─ comma-separated-tokens@^1.0.0
│  ├─ property-information@^5.0.0
│  ├─ space-separated-tokens@^1.0.0
│  ├─ style-to-object@^0.2.1
│  ├─ unist-util-is@^2.0.0
│  └─ web-namespaces@^1.1.2
├─ [email protected]
│  ├─ ccount@^1.0.3
│  ├─ hastscript@^5.0.0
│  ├─ property-information@^5.0.0
│  ├─ web-namespaces@^1.1.2
│  └─ xtend@^4.0.1
├─ [email protected]
├─ [email protected]
│  ├─ hast-util-from-parse5@^5.0.0
│  ├─ hast-util-to-parse5@^5.0.0
│  ├─ html-void-elements@^1.0.1
│  ├─ parse5@^5.0.0
│  ├─ unist-util-position@^3.0.0
│  ├─ web-namespaces@^1.0.0
│  ├─ xtend@^4.0.1
│  └─ zwitch@^1.0.0
├─ [email protected]
│  ├─ hast-to-hyperscript@^6.0.0
│  ├─ property-information@^5.0.0
│  ├─ web-namespaces@^1.0.0
│  ├─ xtend@^4.0.1
│  └─ zwitch@^1.0.0
├─ [email protected]
│  ├─ comma-separated-tokens@^1.0.0
│  ├─ hast-util-parse-selector@^2.2.0
│  ├─ property-information@^5.0.1
│  └─ space-separated-tokens@^1.0.0
├─ [email protected]
│  ├─ no-case@^2.2.0
│  └─ upper-case@^1.1.3
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ hash.js@^1.0.3
│  ├─ minimalistic-assert@^1.0.0
│  └─ minimalistic-crypto-utils@^1.0.1
├─ [email protected]
├─ [email protected]
│  └─ react-is@^16.7.0
├─ [email protected]
│  └─ parse-passwd@^1.0.0
├─ [email protected]
├─ [email protected]
│  ├─ inherits@^2.0.1
│  ├─ obuf@^1.0.0
│  ├─ readable-stream@^2.0.1
│  └─ wbuf@^1.1.0
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ domelementtype@^1.3.1
│  ├─ domhandler@^2.3.0
│  ├─ domutils@^1.5.1
│  ├─ entities@^1.1.1
│  ├─ inherits@^2.0.1
│  ├─ readable-stream@^3.1.1
│  └─ [email protected]
│     ├─ inherits@^2.0.3
│     ├─ string_decoder@^1.1.1
│     └─ util-deprecate@^1.0.1
├─ [email protected]
├─ [email protected]
│  ├─ depd@~1.1.2
│  ├─ [email protected]
│  ├─ [email protected]
│  ├─ statuses@>= 1.4.0 < 2
│  └─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ http-proxy@^1.17.0
│  ├─ is-glob@^4.0.0
│  ├─ lodash@^4.17.11
│  └─ micromatch@^3.1.10
├─ [email protected]
│  ├─ eventemitter3@^3.0.0
│  ├─ follow-redirects@^1.0.0
│  └─ requires-port@^1.0.0
├─ [email protected]
│  ├─ assert-plus@^1.0.0
│  ├─ jsprim@^1.2.2
│  └─ sshpk@^1.7.0
├─ [email protected]
├─ [email protected]
│  └─ safer-buffer@>= 2.1.2 < 3
├─ [email protected]
├─ [email protected]
│  ├─ postcss@^6.0.1
│  ├─ [email protected]
│  │  ├─ chalk@^2.4.1
│  │  ├─ source-map@^0.6.1
│  │  └─ supports-color@^5.4.0
│  └─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ minimatch@^3.0.4
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ import-from@^2.1.0
├─ [email protected]
│  ├─ caller-path@^2.0.0
│  └─ resolve-from@^3.0.0
├─ [email protected]
│  └─ resolve-from@^3.0.0
├─ [email protected]
├─ [email protected]
│  ├─ pkg-dir@^3.0.0
│  └─ resolve-cwd@^2.0.0
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ once@^1.3.0
│  └─ wrappy@1
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ ansi-escapes@^3.2.0
│  ├─ [email protected]
│  ├─ chalk@^2.4.2
│  ├─ cli-cursor@^2.1.0
│  ├─ cli-width@^2.0.0
│  ├─ external-editor@^3.0.3
│  ├─ figures@^2.0.0
│  ├─ lodash@^4.17.11
│  ├─ [email protected]
│  ├─ run-async@^2.2.0
│  ├─ rxjs@^6.4.0
│  ├─ string-width@^2.1.0
│  ├─ strip-ansi@^5.0.0
│  ├─ [email protected]
│  │  └─ ansi-regex@^4.1.0
│  └─ through@^2.3.6
├─ [email protected]
│  ├─ default-gateway@^4.0.1
│  ├─ ipaddr.js@^1.9.0
│  └─ [email protected]
├─ [email protected]
│  └─ loose-envify@^1.0.0
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ is-relative@^1.0.0
│  └─ is-windows@^1.0.1
├─ [email protected]
│  └─ kind-of@^6.0.0
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ is-alphabetical@^1.0.0
│  └─ is-decimal@^1.0.0
├─ [email protected]
├─ [email protected]
│  └─ binary-extensions@^1.0.0
├─ [email protected]
├─ [email protected]
│  └─ builtin-modules@^3.0.0
├─ [email protected]
├─ [email protected]
│  └─ ci-info@^1.5.0
├─ [email protected]
│  ├─ css-color-names@^0.0.4
│  ├─ hex-color-regex@^1.1.0
│  ├─ hsl-regex@^1.0.0
│  ├─ hsla-regex@^1.0.0
│  ├─ rgb-regex@^1.0.1
│  └─ rgba-regex@^1.0.0
├─ [email protected]
│  └─ kind-of@^6.0.0
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ is-accessor-descriptor@^1.0.0
│  ├─ is-data-descriptor@^1.0.0
│  └─ kind-of@^6.0.2
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ is-extglob@^2.1.1
├─ [email protected]
├─ [email protected]
│  ├─ global-dirs@^0.1.0
│  └─ is-path-inside@^1.0.0
├─ [email protected]
│  └─ lower-case@^1.1.0
├─ [email protected]
├─ [email protected]
│  ├─ kind-of@^3.0.2
│  └─ [email protected]
│     └─ is-buffer@^1.1.5
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ is-path-inside@^1.0.0
├─ [email protected]
│  └─ path-is-inside@^1.0.1
├─ [email protected]
├─ [email protected]
│  └─ isobject@^3.0.1
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ has@^1.0.1
├─ [email protected]
│  └─ is-absolute-url@^2.0.0
├─ [email protected]
│  └─ is-unc-path@^1.0.0
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ html-comment-regex@^1.1.0
├─ [email protected]
│  └─ has-symbols@^1.0.0
├─ [email protected]
├─ [email protected]
│  └─ unc-path-regex@^0.1.2
├─ [email protected]
│  └─ upper-case@^1.1.0
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ [email protected]
│  └─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ node-fetch@^1.0.1
│  └─ whatwg-fetch@>=0.10.0
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ merge-stream@^1.0.1
├─ [email protected]
│  ├─ [email protected]
│  ├─ [email protected]
│  └─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ argparse@^1.0.7
│  └─ esprima@^4.0.0
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ minimist@^1.2.0
├─ [email protected]
│  └─ graceful-fs@^4.1.6
├─ [email protected]
├─ [email protected]
│  ├─ [email protected]
│  ├─ [email protected]
│  ├─ [email protected]
│  └─ [email protected]
├─ [email protected]
│  └─ array-includes@^3.0.3
├─ [email protected]
│  └─ lodash.kebabcase@^4.1.1
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ lodash@^4.17.5
│  └─ webpack-sources@^1.1.0
├─ [email protected]
│  └─ package-json@^4.0.0
├─ [email protected]
│  └─ invert-kv@^2.0.0
├─ [email protected]
├─ [email protected]
│  ├─ prelude-ls@~1.1.2
│  └─ type-check@~0.3.2
├─ [email protected]
│  ├─ graceful-fs@^4.1.2
│  ├─ parse-json@^4.0.0
│  ├─ pify@^3.0.0
│  └─ strip-bom@^3.0.0
├─ [email protected]
│  ├─ find-cache-dir@^0.1.1
│  ├─ [email protected]
│  │  ├─ commondir@^1.0.1
│  │  ├─ mkdirp@^0.5.1
│  │  └─ pkg-dir@^1.0.0
│  ├─ [email protected]
│  │  ├─ path-exists@^2.0.0
│  │  └─ pinkie-promise@^2.0.0
│  ├─ [email protected]
│  ├─ [email protected]
│  │  └─ pinkie-promise@^2.0.0
│  └─ [email protected]
│     └─ find-up@^1.0.0
├─ [email protected]
├─ [email protected]
│  ├─ big.js@^5.2.2
│  ├─ emojis-list@^2.0.0
│  ├─ json5@^1.0.1
│  └─ [email protected]
│     └─ minimist@^1.2.0
├─ [email protected]
│  ├─ p-locate@^2.0.0
│  └─ path-exists@^3.0.0
├─ [email protected]
│  └─ signal-exit@^3.0.2
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ chalk@^2.0.1
├─ [email protected]
├─ [email protected]
│  ├─ es6-symbol@^3.1.1
│  └─ object.assign@^4.1.0
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ js-tokens@^3.0.0 || ^4.0.0
├─ [email protected]
│  ├─ currently-unhandled@^0.4.1
│  └─ signal-exit@^3.0.0
├─ [email protected]
│  └─ lower-case@^1.1.2
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ fault@^1.0.2
│  └─ highlight.js@~9.13.0
├─ [email protected]
│  ├─ pseudomap@^1.0.2
│  ├─ yallist@^2.1.2
│  └─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ sourcemap-codec@^1.4.4
├─ [email protected]
│  ├─ pify@^4.0.1
│  ├─ [email protected]
│  └─ semver@^5.6.0
├─ [email protected]
├─ [email protected]
│  └─ p-defer@^1.0.0
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ object-visit@^1.0.0
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ buffer-alloc@^1.1.0
├─ [email protected]
│  ├─ hash-base@^3.0.0
│  ├─ inherits@^2.0.1
│  └─ safe-buffer@^5.1.2
├─ [email protected]
│  ├─ charenc@~0.0.1
│  ├─ crypt@~0.0.1
│  └─ is-buffer@~1.1.1
├─ [email protected]
│  └─ unist-util-remove@^1.0.0
├─ [email protected]
│  └─ unist-util-visit@^1.1.0
├─ [email protected]
│  └─ unist-util-visit@^1.0.0
├─ [email protected]
│  ├─ collapse-white-space@^1.0.0
│  ├─ detab@^2.0.0
│  ├─ mdast-util-definitions@^1.2.0
│  ├─ mdurl@^1.0.1
│  ├─ trim-lines@^1.0.0
│  ├─ [email protected]
│  ├─ unist-builder@^1.0.1
│  ├─ unist-util-generated@^1.1.0
│  ├─ unist-util-position@^3.0.0
│  ├─ unist-util-visit@^1.1.0
│  └─ xtend@^4.0.1
├─ [email protected]
├─ [email protected]
│  ├─ github-slugger@^1.1.1
│  ├─ mdast-util-to-string@^1.0.2
│  └─ unist-util-visit@^1.1.0
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ [email protected]
│  │  ├─ acorn-dynamic-import@^4.0.0
│  │  ├─ acorn-jsx@^5.0.1
│  │  ├─ acorn@^6.1.1
│  │  ├─ chalk@^2.4.2
│  │  ├─ magic-string@^0.25.2
│  │  ├─ minimist@^1.2.0
│  │  ├─ os-homedir@^1.0.1
│  │  └─ regexpu-core@^4.5.4
│  ├─ [email protected]
│  │  ├─ good-listener@^1.2.2
│  │  ├─ select@^1.1.2
│  │  └─ tiny-emitter@^2.0.0
│  ├─ [email protected]
│  │  └─ clipboard@^1.5.5
│  ├─ react-live@^1.11.0
│  └─ [email protected]
│     ├─ buble@^0.19.3
│     ├─ core-js@^2.4.1
│     ├─ create-react-context@^0.2.3
│     ├─ dom-iterator@^1.0.0
│     ├─ [email protected]
│     ├─ prop-types@^15.5.8
│     └─ unescape@^0.2.0
├─ [email protected]
│  ├─ @babel/core@^7.3.4
│  ├─ @babel/[email protected]
│  │  ├─ @babel/types@^7.4.0
│  │  ├─ jsesc@^2.5.1
│  │  ├─ lodash@^4.17.11
│  │  ├─ source-map@^0.5.0
│  │  └─ trim-right@^1.0.1
│  ├─ @babel/[email protected]
│  │  ├─ @babel/helper-hoist-variables@^7.4.0
│  │  ├─ @babel/traverse@^7.4.0
│  │  └─ @babel/types@^7.4.0
│  ├─ @babel/[email protected]
│  │  ├─ @babel/helper-function-name@^7.1.0
│  │  ├─ @babel/helper-member-expression-to-functions@^7.0.0
│  │  ├─ @babel/helper-optimise-call-expression@^7.0.0
│  │  ├─ @babel/helper-plugin-utils@^7.0.0
│  │  ├─ @babel/helper-replace-supers@^7.4.0
│  │  └─ @babel/helper-split-export-declaration@^7.4.0
│  ├─ @babel/[email protected]
│  │  ├─ @babel/helper-function-name@^7.1.0
│  │  ├─ @babel/types@^7.4.0
│  │  └─ lodash@^4.17.11
│  ├─ @babel/[email protected]
│  │  └─ @babel/types@^7.4.0
│  ├─ @babel/[email protected]
│  │  ├─ @babel/helper-member-expression-to-functions@^7.0.0
│  │  ├─ @babel/helper-optimise-call-expression@^7.0.0
│  │  ├─ @babel/traverse@^7.4.0
│  │  └─ @babel/types@^7.4.0
│  ├─ @babel/[email protected]
│  │  └─ @babel/types@^7.4.0
│  ├─ @babel/[email protected]
│  ├─ @babel/plugin-proposal-class-properties@^7.3.4
│  ├─ @babel/[email protected]
│  │  ├─ @babel/helper-create-class-features-plugin@^7.4.0
│  │  └─ @babel/helper-plugin-utils@^7.0.0
│  ├─ @babel/plugin-proposal-export-default-from@^7.0.0
│  ├─ @babel/plugin-proposal-export-namespace-from@^7.2.0
│  ├─ @babel/[email protected]
│  │  ├─ @babel/helper-plugin-utils@^7.0.0
│  │  ├─ @babel/helper-regex@^7.0.0
│  │  └─ regexpu-core@^4.5.4
│  ├─ @babel/plugin-syntax-dynamic-import@^7.0.0
│  ├─ @babel/[email protected]
│  │  ├─ @babel/helper-module-imports@^7.0.0
│  │  ├─ @babel/helper-plugin-utils@^7.0.0
│  │  └─ @babel/helper-remap-async-to-generator@^7.1.0
│  ├─ @babel/[email protected]
│  │  ├─ @babel/helper-plugin-utils@^7.0.0
│  │  └─ lodash@^4.17.11
│  ├─ @babel/[email protected]
│  │  ├─ @babel/helper-annotate-as-pure@^7.0.0
│  │  ├─ @babel/helper-define-map@^7.4.0
│  │  ├─ @babel/helper-function-name@^7.1.0
│  │  ├─ @babel/helper-optimise-call-expression@^7.0.0
│  │  ├─ @babel/helper-plugin-utils@^7.0.0
│  │  ├─ @babel/helper-replace-supers@^7.4.0
│  │  ├─ @babel/helper-split-export-declaration@^7.4.0
│  │  └─ globals@^11.1.0
│  ├─ @babel/[email protected]
│  │  └─ @babel/helper-plugin-utils@^7.0.0
│  ├─ @babel/[email protected]
│  │  └─ @babel/helper-plugin-utils@^7.0.0
│  ├─ @babel/[email protected]
│  │  ├─ @babel/helper-module-transforms@^7.1.0
│  │  ├─ @babel/helper-plugin-utils@^7.0.0
│  │  └─ @babel/helper-simple-access@^7.1.0
│  ├─ @babel/[email protected]
│  │  ├─ @babel/helper-hoist-variables@^7.4.0
│  │  └─ @babel/helper-plugin-utils@^7.0.0
│  ├─ @babel/[email protected]
│  │  └─ @babel/helper-plugin-utils@^7.0.0
│  ├─ @babel/[email protected]
│  │  ├─ @babel/helper-call-delegate@^7.4.0
│  │  ├─ @babel/helper-get-function-arity@^7.0.0
│  │  └─ @babel/helper-plugin-utils@^7.0.0
│  ├─ @babel/[email protected]
│  │  └─ regenerator-transform@^0.13.4
│  ├─ @babel/preset-env@^7.3.4
│  ├─ @babel/[email protected]
│  │  ├─ @babel/helper-module-imports@^7.0.0
│  │  ├─ @babel/helper-plugin-utils@^7.0.0
│  │  ├─ @babel/plugin-proposal-async-generator-functions@^7.2.0
│  │  ├─ @babel/plugin-proposal-json-strings@^7.2.0
│  │  ├─ @babel/plugin-proposal-object-rest-spread@^7.4.0
│  │  ├─ @babel/plugin-proposal-optional-catch-binding@^7.2.0
│  │  ├─ @babel/plugin-proposal-unicode-property-regex@^7.4.0
│  │  ├─ @babel/plugin-syntax-async-generators@^7.2.0
│  │  ├─ @babel/plugin-syntax-json-strings@^7.2.0
│  │  ├─ @babel/plugin-syntax-object-rest-spread@^7.2.0
│  │  ├─ @babel/plugin-syntax-optional-catch-binding@^7.2.0
│  │  ├─ @babel/plugin-transform-arrow-functions@^7.2.0
│  │  ├─ @babel/plugin-transform-async-to-generator@^7.4.0
│  │  ├─ @babel/plugin-transform-block-scoped-functions@^7.2.0
│  │  ├─ @babel/plugin-transform-block-scoping@^7.4.0
│  │  ├─ @babel/plugin-transform-classes@^7.4.0
│  │  ├─ @babel/plugin-transform-computed-properties@^7.2.0
│  │  ├─ @babel/plugin-transform-destructuring@^7.4.0
│  │  ├─ @babel/plugin-transform-dotall-regex@^7.2.0
│  │  ├─ @babel/plugin-transform-duplicate-keys@^7.2.0
│  │  ├─ @babel/plugin-transform-exponentiation-operator@^7.2.0
│  │  ├─ @babel/plugin-transform-for-of@^7.4.0
│  │  ├─ @babel/plugin-transform-function-name@^7.2.0
│  │  ├─ @babel/plugin-transform-literals@^7.2.0
│  │  ├─ @babel/plugin-transform-modules-amd@^7.2.0
│  │  ├─ @babel/plugin-transform-modules-commonjs@^7.4.0
│  │  ├─ @babel/plugin-transform-modules-systemjs@^7.4.0
│  │  ├─ @babel/plugin-transform-modules-umd@^7.2.0
│  │  ├─ @babel/plugin-transform-named-capturing-groups-regex@^7.3.0
│  │  ├─ @babel/plugin-transform-new-target@^7.4.0
│  │  ├─ @babel/plugin-transform-object-super@^7.2.0
│  │  ├─ @babel/plugin-transform-parameters@^7.4.0
│  │  ├─ @babel/plugin-transform-regenerator@^7.4.0
│  │  ├─ @babel/plugin-transform-shorthand-properties@^7.2.0
│  │  ├─ @babel/plugin-transform-spread@^7.2.0
│  │  ├─ @babel/plugin-transform-sticky-regex@^7.2.0
│  │  ├─ @babel/plugin-transform-template-literals@^7.2.0
│  │  ├─ @babel/plugin-transform-typeof-symbol@^7.2.0
│  │  ├─ @babel/plugin-transform-unicode-regex@^7.2.0
│  │  ├─ @babel/types@^7.4.0
│  │  ├─ browserslist@^4.4.2
│  │  ├─ [email protected]
│  │  │  ├─ caniuse-lite@^1.0.30000949
│  │  │  ├─ electron-to-chromium@^1.3.116
│  │  │  └─ node-releases@^1.1.11
│  │  ├─ [email protected]
│  │  ├─ core-js-compat@^3.0.0
│  │  ├─ [email protected]
│  │  ├─ invariant@^2.2.2
│  │  ├─ js-levenshtein@^1.1.3
│  │  └─ semver@^5.3.0
│  ├─ @babel/preset-react@^7.0.0
│  ├─ @babel/[email protected]
│  │  ├─ @babel/code-frame@^7.0.0
│  │  ├─ @babel/generator@^7.4.0
│  │  ├─ @babel/helper-function-name@^7.1.0
│  │  ├─ @babel/helper-split-export-declaration@^7.4.0
│  │  ├─ @babel/parser@^7.4.0
│  │  ├─ @babel/types@^7.4.0
│  │  ├─ debug@^4.1.0
│  │  ├─ [email protected]
│  │  │  └─ ms@^2.1.1
│  │  ├─ globals@^11.1.0
│  │  └─ lodash@^4.17.11
│  ├─ @babel/[email protected]
│  │  ├─ esutils@^2.0.2
│  │  ├─ lodash@^4.17.11
│  │  └─ to-fast-properties@^2.0.0
│  ├─ @emotion/babel-preset-css-prop@^10.0.7
│  ├─ @emotion/core@^10.0.7
│  ├─ @emotion/styled@^10.0.7
│  ├─ @mdx-deck/components@^2.0.0-9
│  ├─ @mdx-deck/layouts@^2.0.0-9
│  ├─ @mdx-deck/loader@^2.0.0-9
│  ├─ @mdx-deck/themes@^2.0.0-9
│  ├─ @mdx-deck/webpack-html-plugin@^2.0.0-9
│  ├─ @mdx-js/mdx@^1.0.0-alpha.5
│  ├─ @mdx-js/[email protected]
│  │  ├─ @babel/plugin-proposal-object-rest-spread@^7.3.2
│  │  ├─ @babel/plugin-syntax-jsx@^7.2.0
│  │  ├─ change-case@^3.0.2
│  │  ├─ detab@^2.0.0
│  │  ├─ hast-util-raw@^5.0.0
│  │  ├─ mdast-util-to-hast@^4.0.0
│  │  ├─ remark-mdx@^1.0.0-alpha.6
│  │  ├─ remark-parse@^6.0.0
│  │  ├─ remark-squeeze-paragraphs@^3.0.1
│  │  ├─ to-style@^1.3.3
│  │  ├─ unified@^7.0.0
│  │  ├─ unist-builder@^1.0.1
│  │  └─ unist-util-visit@^1.3.0
│  ├─ @mdx-js/tag@^1.0.0-alpha.5
│  ├─ @mdx-js/[email protected]
│  ├─ [email protected]
│  ├─ babel-loader@^8.0.5
│  ├─ [email protected]
│  │  ├─ caniuse-lite@^1.0.30000929
│  │  ├─ electron-to-chromium@^1.3.103
│  │  └─ node-releases@^1.1.3
│  ├─ [email protected]
│  ├─ [email protected]
│  ├─ chalk@^2.4.2
│  ├─ connect-history-api-fallback@^1.6.0
│  ├─ connect@^3.6.6
│  ├─ [email protected]
│  │  ├─ nice-try@^1.0.4
│  │  ├─ path-key@^2.0.1
│  │  ├─ semver@^5.5.0
│  │  ├─ shebang-command@^1.2.0
│  │  └─ which@^1.2.9
│  ├─ css-loader@^2.1.0
│  ├─ [email protected]
│  │  ├─ camelcase@^5.2.0
│  │  ├─ icss-utils@^4.1.0
│  │  ├─ loader-utils@^1.2.3
│  │  ├─ normalize-path@^3.0.0
│  │  ├─ postcss-modules-extract-imports@^2.0.0
│  │  ├─ postcss-modules-local-by-default@^2.0.6
│  │  ├─ postcss-modules-scope@^2.1.0
│  │  ├─ postcss-modules-values@^2.0.0
│  │  ├─ postcss-value-parser@^3.3.0
│  │  ├─ postcss@^7.0.14
│  │  └─ schema-utils@^1.0.0
│  ├─ [email protected]
│  ├─ [email protected]
│  │  ├─ address@^1.0.1
│  │  └─ debug@^2.6.0
│  ├─ [email protected]
│  ├─ emotion-theming@^10.0.7
│  ├─ [email protected]
│  ├─ find-up@^3.0.0
│  ├─ [email protected]
│  │  └─ locate-path@^3.0.0
│  ├─ friendly-errors-webpack-plugin@^1.7.0
│  ├─ [email protected]
│  │  └─ global-prefix@^3.0.0
│  ├─ [email protected]
│  │  ├─ ini@^1.3.5
│  │  ├─ kind-of@^6.0.2
│  │  └─ which@^1.3.1
│  ├─ [email protected]
│  │  ├─ duplexer@^0.1.1
│  │  └─ pify@^3.0.0
│  ├─ [email protected]
│  │  └─ postcss@^7.0.14
│  ├─ [email protected]
│  │  ├─ ansi-escapes@^3.0.0
│  │  ├─ chalk@^2.0.0
│  │  ├─ cli-cursor@^2.1.0
│  │  ├─ cli-width@^2.0.0
│  │  ├─ external-editor@^3.0.0
│  │  ├─ figures@^2.0.0
│  │  ├─ lodash@^4.17.10
│  │  ├─ [email protected]
│  │  ├─ run-async@^2.2.0
│  │  ├─ rxjs@^6.1.0
│  │  ├─ string-width@^2.1.0
│  │  ├─ strip-ansi@^5.0.0
│  │  ├─ [email protected]
│  │  │  └─ ansi-regex@^4.1.0
│  │  └─ through@^2.3.6
│  ├─ [email protected]
│  ├─ [email protected]
│  ├─ [email protected]
│  │  ├─ p-locate@^3.0.0
│  │  └─ path-exists@^3.0.0
│  ├─ meow@^5.0.0
│  ├─ [email protected]
│  ├─ [email protected]
│  ├─ [email protected]
│  │  └─ is-wsl@^1.1.0
│  ├─ [email protected]
│  │  └─ p-try@^2.0.0
│  ├─ [email protected]
│  │  └─ p-limit@^2.0.0
│  ├─ [email protected]
│  ├─ pkg-conf@^2.1.0
│  ├─ [email protected]
│  │  └─ postcss@^7.0.5
│  ├─ [email protected]
│  │  ├─ postcss-selector-parser@^6.0.0
│  │  ├─ postcss-value-parser@^3.3.1
│  │  └─ postcss@^7.0.6
│  ├─ [email protected]
│  │  ├─ postcss-selector-parser@^6.0.0
│  │  └─ postcss@^7.0.6
│  ├─ [email protected]
│  │  ├─ icss-replace-symbols@^1.1.0
│  │  └─ postcss@^7.0.6
│  ├─ [email protected]
│  │  ├─ cssesc@^3.0.0
│  │  ├─ indexes-of@^1.0.1
│  │  └─ uniq@^1.0.1
│  ├─ react-dev-utils@^7.0.3
│  ├─ [email protected]
│  │  ├─ @babel/[email protected]
│  │  ├─ [email protected]
│  │  ├─ [email protected]
│  │  ├─ [email protected]
│  │  ├─ [email protected]
│  │  ├─ [email protected]
│  │  ├─ [email protected]
│  │  ├─ [email protected]
│  │  ├─ [email protected]
│  │  ├─ [email protected]
│  │  ├─ [email protected]
│  │  ├─ [email protected]
│  │  ├─ [email protected]
│  │  ├─ [email protected]
│  │  ├─ [email protected]
│  │  ├─ [email protected]
│  │  ├─ [email protected]
│  │  ├─ [email protected]
│  │  ├─ react-error-overlay@^5.1.4
│  │  ├─ [email protected]
│  │  ├─ [email protected]
│  │  ├─ [email protected]
│  │  ├─ [email protected]
│  │  └─ [email protected]
│  ├─ react-dom@^16.8.3
│  ├─ [email protected]
│  ├─ react@^16.8.3
│  ├─ [email protected]
│  │  └─ [email protected]
│  ├─ remark-emoji@^2.0.2
│  ├─ remark-unwrap-images@^0.1.0
│  ├─ rimraf@^2.6.3
│  ├─ serve-static@^1.13.2
│  ├─ [email protected]
│  │  └─ ansi-regex@^4.0.0
│  ├─ style-loader@^0.23.1
│  ├─ [email protected]
│  │  ├─ loader-utils@^1.1.0
│  │  └─ schema-utils@^1.0.0
│  ├─ webpack-dev-middleware@^3.6.0
│  ├─ webpack-hot-client@^4.1.1
│  ├─ webpack-hot-middleware@^2.24.3
│  ├─ webpack-merge@^4.2.1
│  ├─ webpack@^4.29.6
│  └─ webpackbar@^3.1.5
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ map-age-cleaner@^0.1.1
│  ├─ mimic-fn@^2.0.0
│  ├─ [email protected]
│  └─ p-is-promise@^2.0.0
├─ [email protected]
│  ├─ errno@^0.1.3
│  └─ readable-stream@^2.0.1
├─ [email protected]
│  ├─ camelcase-keys@^4.0.0
│  ├─ decamelize-keys@^1.0.0
│  ├─ loud-rejection@^1.0.0
│  ├─ minimist-options@^3.0.1
│  ├─ normalize-package-data@^2.3.4
│  ├─ read-pkg-up@^3.0.0
│  ├─ [email protected]
│  │  ├─ find-up@^2.0.0
│  │  └─ read-pkg@^3.0.0
│  ├─ [email protected]
│  │  ├─ load-json-file@^4.0.0
│  │  ├─ normalize-package-data@^2.3.2
│  │  └─ path-type@^3.0.0
│  ├─ redent@^2.0.0
│  ├─ trim-newlines@^2.0.0
│  └─ yargs-parser@^10.0.0
├─ [email protected]
├─ [email protected]
│  └─ is-plain-obj@^1.1
├─ [email protected]
│  └─ readable-stream@^2.0.1
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ arr-diff@^4.0.0
│  ├─ array-unique@^0.3.2
│  ├─ braces@^2.3.1
│  ├─ define-property@^2.0.2
│  ├─ [email protected]
│  │  ├─ is-descriptor@^1.0.2
│  │  └─ isobject@^3.0.1
│  ├─ extend-shallow@^3.0.2
│  ├─ [email protected]
│  │  ├─ assign-symbols@^1.0.0
│  │  └─ is-extendable@^1.0.1
│  ├─ extglob@^2.0.4
│  ├─ fragment-cache@^0.2.1
│  ├─ [email protected]
│  │  └─ is-plain-object@^2.0.4
│  ├─ kind-of@^6.0.2
│  ├─ nanomatch@^1.2.9
│  ├─ object.pick@^1.3.0
│  ├─ regex-not@^1.0.0
│  ├─ snapdragon@^0.8.1
│  └─ to-regex@^3.0.2
├─ [email protected]
│  ├─ bn.js@^4.0.0
│  └─ brorand@^1.0.1
├─ [email protected]
├─ [email protected]
│  └─ mime-db@~1.38.0
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ dom-walk@^0.1.0
├─ [email protected]
│  ├─ loader-utils@^1.1.0
│  ├─ schema-utils@^1.0.0
│  └─ webpack-sources@^1.1.0
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ brace-expansion@^1.1.7
├─ [email protected]
│  ├─ arrify@^1.0.1
│  └─ is-plain-obj@^1.1.0
├─ [email protected]
├─ [email protected]
│  ├─ safe-buffer@^5.1.2
│  └─ yallist@^3.0.0
├─ [email protected]
│  └─ minipass@^2.2.1
├─ [email protected]
│  ├─ concat-stream@^1.5.0
│  ├─ duplexify@^3.4.2
│  ├─ end-of-stream@^1.1.0
│  ├─ flush-write-stream@^1.0.0
│  ├─ from2@^2.1.0
│  ├─ parallel-transform@^1.1.0
│  ├─ pump@^3.0.0
│  ├─ pumpify@^1.3.3
│  ├─ stream-each@^1.1.0
│  └─ through2@^2.0.0
├─ [email protected]
├─ [email protected]
│  ├─ for-in@^1.0.2
│  ├─ is-extendable@^1.0.1
│  └─ [email protected]
│     └─ is-plain-object@^2.0.4
├─ [email protected]
│  ├─ [email protected]
│  └─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ aproba@^1.1.1
│  ├─ copy-concurrently@^1.0.0
│  ├─ fs-write-stream-atomic@^1.0.8
│  ├─ mkdirp@^0.5.1
│  ├─ rimraf@^2.5.4
│  └─ run-queue@^1.0.3
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ dns-packet@^1.3.1
│  └─ thunky@^1.0.2
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ arr-diff@^4.0.0
│  ├─ array-unique@^0.3.2
│  ├─ define-property@^2.0.2
│  ├─ [email protected]
│  │  ├─ is-descriptor@^1.0.2
│  │  └─ isobject@^3.0.1
│  ├─ extend-shallow@^3.0.2
│  ├─ [email protected]
│  │  ├─ assign-symbols@^1.0.0
│  │  └─ is-extendable@^1.0.1
│  ├─ fragment-cache@^0.2.1
│  ├─ [email protected]
│  │  └─ is-plain-object@^2.0.4
│  ├─ is-windows@^1.0.2
│  ├─ kind-of@^6.0.2
│  ├─ object.pick@^1.3.0
│  ├─ regex-not@^1.0.0
│  ├─ snapdragon@^0.8.1
│  └─ to-regex@^3.0.1
├─ [email protected]
├─ [email protected]
│  ├─ debug@^2.1.2
│  ├─ iconv-lite@^0.4.4
│  └─ sax@^1.2.4
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ lower-case@^1.1.1
├─ [email protected]
│  └─ lodash.toarray@^4.4.0
├─ [email protected]
├─ [email protected]
│  ├─ encoding@^0.1.11
│  └─ is-stream@^1.0.1
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ assert@^1.1.1
│  ├─ browserify-zlib@^0.2.0
│  ├─ buffer@^4.3.0
│  ├─ console-browserify@^1.1.0
│  ├─ constants-browserify@^1.0.0
│  ├─ crypto-browserify@^3.11.0
│  ├─ domain-browser@^1.1.1
│  ├─ events@^3.0.0
│  ├─ https-browserify@^1.0.0
│  ├─ os-browserify@^0.3.0
│  ├─ [email protected]
│  ├─ process@^0.11.10
│  ├─ punycode@^1.2.4
│  ├─ querystring-es3@^0.2.0
│  ├─ readable-stream@^2.3.3
│  ├─ stream-browserify@^2.0.1
│  ├─ stream-http@^2.7.2
│  ├─ string_decoder@^1.0.0
│  ├─ timers-browserify@^2.0.4
│  ├─ [email protected]
│  ├─ url@^0.11.0
│  ├─ util@^0.11.0
│  └─ [email protected]
├─ [email protected]
│  ├─ detect-libc@^1.0.2
│  ├─ mkdirp@^0.5.1
│  ├─ needle@^2.2.1
│  ├─ nopt@^4.0.1
│  ├─ npm-packlist@^1.1.6
│  ├─ npmlog@^4.0.2
│  ├─ rc@^1.2.7
│  ├─ rimraf@^2.6.1
│  ├─ semver@^5.3.0
│  └─ tar@^4
├─ [email protected]
│  └─ semver@^5.3.0
├─ [email protected]
│  ├─ inherits@^2.0.1
│  ├─ [email protected]
│  ├─ readable-stream@~1.0.31
│  ├─ [email protected]
│  │  ├─ core-util-is@~1.0.0
│  │  ├─ inherits@~2.0.1
│  │  ├─ [email protected]
│  │  └─ string_decoder@~0.10.x
│  └─ [email protected]
├─ [email protected]
│  ├─ abbrev@1
│  └─ osenv@^0.1.4
├─ [email protected]
│  ├─ hosted-git-info@^2.1.4
│  ├─ resolve@^1.10.0
│  ├─ semver@2 || 3 || 4 || 5
│  └─ validate-npm-package-license@^3.0.1
├─ [email protected]
│  └─ remove-trailing-separator@^1.0.1
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ ignore-walk@^3.0.1
│  └─ npm-bundled@^1.0.1
├─ [email protected]
│  └─ path-key@^2.0.0
├─ [email protected]
│  ├─ are-we-there-yet@~1.1.2
│  ├─ console-control-strings@~1.1.0
│  ├─ gauge@~2.7.3
│  └─ set-blocking@~2.0.0
├─ [email protected]
│  └─ boolbase@~1.0.0
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ copy-descriptor@^0.1.0
│  ├─ define-property@^0.2.5
│  ├─ kind-of@^3.0.3
│  └─ [email protected]
│     └─ is-buffer@^1.1.5
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ isobject@^3.0.0
├─ [email protected]
│  ├─ define-properties@^1.1.2
│  ├─ function-bind@^1.1.1
│  ├─ has-symbols@^1.0.0
│  └─ object-keys@^1.0.11
├─ [email protected]
│  ├─ define-properties@^1.1.2
│  ├─ es-abstract@^1.11.0
│  ├─ function-bind@^1.1.1
│  └─ has@^1.0.1
├─ [email protected]
│  ├─ define-properties@^1.1.2
│  └─ es-abstract@^1.5.1
├─ [email protected]
│  └─ isobject@^3.0.1
├─ [email protected]
│  ├─ define-properties@^1.1.3
│  ├─ es-abstract@^1.12.0
│  ├─ function-bind@^1.1.1
│  └─ has@^1.0.3
├─ [email protected]
├─ [email protected]
│  └─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ wrappy@1
├─ [email protected]
│  └─ mimic-fn@^1.0.0
├─ [email protected]
├─ [email protected]
│  └─ is-wsl@^1.1.0
├─ [email protected]
│  ├─ cssnano@^4.1.0
│  └─ last-call-webpack-plugin@^3.0.0
├─ [email protected]
│  ├─ deep-is@~0.1.3
│  ├─ fast-levenshtein@~2.0.4
│  ├─ levn@~0.3.0
│  ├─ prelude-ls@~1.1.2
│  ├─ type-check@~0.3.2
│  └─ wordwrap@~1.0.0
├─ [email protected]
│  └─ url-parse@^1.4.3
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ [email protected]
│  │  ├─ nice-try@^1.0.4
│  │  ├─ path-key@^2.0.1
│  │  ├─ semver@^5.5.0
│  │  ├─ shebang-command@^1.2.0
│  │  └─ which@^1.2.9
│  ├─ execa@^1.0.0
│  ├─ [email protected]
│  │  ├─ cross-spawn@^6.0.0
│  │  ├─ get-stream@^4.0.0
│  │  ├─ is-stream@^1.1.0
│  │  ├─ npm-run-path@^2.0.0
│  │  ├─ p-finally@^1.0.0
│  │  ├─ signal-exit@^3.0.0
│  │  └─ strip-eof@^1.0.0
│  ├─ [email protected]
│  │  └─ pump@^3.0.0
│  ├─ lcid@^2.0.0
│  └─ mem@^4.0.0
├─ [email protected]
├─ [email protected]
│  ├─ os-homedir@^1.0.0
│  └─ os-tmpdir@^1.0.0
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ p-try@^1.0.0
├─ [email protected]
│  └─ p-limit@^1.1.0
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ got@^6.7.1
│  ├─ registry-auth-token@^3.0.1
│  ├─ registry-url@^3.0.3
│  └─ semver@^5.1.0
├─ [email protected]
├─ [email protected]
│  ├─ cyclist@~0.2.2
│  ├─ inherits@^2.0.3
│  └─ readable-stream@^2.1.5
├─ [email protected]
│  └─ no-case@^2.2.0
├─ [email protected]
│  ├─ callsites@^3.0.0
│  └─ [email protected]
├─ [email protected]
│  ├─ asn1.js@^4.0.0
│  ├─ browserify-aes@^1.0.0
│  ├─ create-hash@^1.1.0
│  ├─ evp_bytestokey@^1.0.0
│  ├─ pbkdf2@^3.0.3
│  └─ safe-buffer@^5.1.1
├─ [email protected]
│  ├─ character-entities-legacy@^1.0.0
│  ├─ character-entities@^1.0.0
│  ├─ character-reference-invalid@^1.0.0
│  ├─ is-alphanumerical@^1.0.0
│  ├─ is-decimal@^1.0.0
│  └─ is-hexadecimal@^1.0.0
├─ [email protected]
│  ├─ is-absolute@^1.0.0
│  ├─ map-cache@^0.2.0
│  └─ path-root@^0.1.1
├─ [email protected]
│  ├─ error-ex@^1.3.1
│  └─ json-parse-better-errors@^1.0.1
├─ [email protected]
│  ├─ nlcst-to-string@^2.0.0
│  ├─ unist-util-modify-children@^1.0.0
│  └─ unist-util-visit-children@^1.0.0
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ better-assert@~1.0.0
├─ [email protected]
│  └─ better-assert@~1.0.0
├─ [email protected]
├─ [email protected]
│  ├─ camel-case@^3.0.0
│  └─ upper-case-first@^1.1.0
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ no-case@^2.2.0
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ path-root-regex@^0.1.0
├─ [email protected]
├─ [email protected]
│  └─ pify@^3.0.0
├─ [email protected]
│  ├─ create-hash@^1.1.2
│  ├─ create-hmac@^1.1.4
│  ├─ ripemd160@^2.0.1
│  ├─ safe-buffer@^5.0.1
│  └─ sha.js@^2.4.8
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ pinkie@^2.0.0
├─ [email protected]
├─ [email protected]
│  ├─ find-up@^2.0.0
│  └─ load-json-file@^4.0.0
├─ [email protected]
│  ├─ find-up@^3.0.0
│  ├─ [email protected]
│  │  └─ locate-path@^3.0.0
│  ├─ [email protected]
│  │  ├─ p-locate@^3.0.0
│  │  └─ path-exists@^3.0.0
│  ├─ [email protected]
│  │  └─ p-try@^2.0.0
│  ├─ [email protected]
│  │  └─ p-limit@^2.0.0
│  └─ [email protected]
├─ [email protected]
│  └─ find-up@^2.1.0
├─ [email protected]
│  └─ ts-pnp@^1.0.0
├─ [email protected]
│  ├─ async@^1.5.2
│  ├─ debug@^2.2.0
│  └─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ css-unit-converter@^1.1.1
│  ├─ [email protected]
│  ├─ postcss-selector-parser@^5.0.0-rc.4
│  ├─ [email protected]
│  │  ├─ cssesc@^2.0.0
│  │  ├─ indexes-of@^1.0.1
│  │  └─ uniq@^1.0.1
│  ├─ postcss-value-parser@^3.3.1
│  └─ postcss@^7.0.5
├─ [email protected]
│  ├─ browserslist@^4.0.0
│  ├─ color@^3.0.0
│  ├─ has@^1.0.0
│  ├─ postcss-value-parser@^3.0.0
│  └─ postcss@^7.0.0
├─ [email protected]
│  ├─ postcss-value-parser@^3.0.0
│  └─ postcss@^7.0.0
├─ [email protected]
│  └─ postcss@^7.0.0
├─ [email protected]
│  └─ postcss@^7.0.0
├─ [email protected]
│  └─ postcss@^7.0.0
├─ [email protected]
│  └─ postcss@^7.0.0
├─ [email protected]
│  ├─ postcss@^6.0.1
│  ├─ [email protected]
│  │  ├─ chalk@^2.4.1
│  │  ├─ source-map@^0.6.1
│  │  └─ supports-color@^5.4.0
│  └─ [email protected]
├─ [email protected]
│  ├─ cosmiconfig@^4.0.0
│  ├─ [email protected]
│  │  ├─ is-directory@^0.3.1
│  │  ├─ js-yaml@^3.9.0
│  │  ├─ parse-json@^4.0.0
│  │  └─ require-from-string@^2.0.1
│  └─ import-cwd@^2.0.0
├─ [email protected]
│  ├─ loader-utils@^1.1.0
│  ├─ postcss-load-config@^2.0.0
│  ├─ postcss@^6.0.0
│  ├─ [email protected]
│  │  ├─ chalk@^2.4.1
│  │  ├─ source-map@^0.6.1
│  │  └─ supports-color@^5.4.0
│  ├─ schema-utils@^0.4.0
│  ├─ [email protected]
│  │  ├─ ajv-keywords@^3.1.0
│  │  └─ ajv@^6.1.0
│  └─ [email protected]
├─ [email protected]
│  ├─ [email protected]
│  ├─ postcss-value-parser@^3.0.0
│  ├─ postcss@^7.0.0
│  └─ stylehacks@^4.0.0
├─ [email protected]
│  ├─ browserslist@^4.0.0
│  ├─ caniuse-api@^3.0.0
│  ├─ cssnano-util-same-parent@^4.0.0
│  ├─ postcss-selector-parser@^3.0.0
│  ├─ postcss@^7.0.0
│  └─ vendors@^1.0.0
├─ [email protected]
│  ├─ postcss-value-parser@^3.0.0
│  └─ postcss@^7.0.0
├─ [email protected]
│  ├─ cssnano-util-get-arguments@^4.0.0
│  ├─ is-color-stop@^1.0.0
│  ├─ postcss-value-parser@^3.0.0
│  └─ postcss@^7.0.0
├─ [email protected]
│  ├─ alphanum-sort@^1.0.0
│  ├─ browserslist@^4.0.0
│  ├─ cssnano-util-get-arguments@^4.0.0
│  ├─ postcss-value-parser@^3.0.0
│  ├─ postcss@^7.0.0
│  └─ uniqs@^2.0.0
├─ [email protected]
│  ├─ alphanum-sort@^1.0.0
│  ├─ has@^1.0.0
│  ├─ postcss-selector-parser@^3.0.0
│  └─ postcss@^7.0.0
├─ [email protected]
│  ├─ postcss@^6.0.1
│  ├─ [email protected]
│  │  ├─ chalk@^2.4.1
│  │  ├─ source-map@^0.6.1
│  │  └─ supports-color@^5.4.0
│  └─ [email protected]
├─ [email protected]
│  ├─ css-selector-tokenizer@^0.7.0
│  ├─ postcss@^6.0.1
│  ├─ [email protected]
│  │  ├─ chalk@^2.4.1
│  │  ├─ source-map@^0.6.1
│  │  └─ supports-color@^5.4.0
│  └─ [email protected]
├─ [email protected]
│  ├─ css-selector-tokenizer@^0.7.0
│  ├─ postcss@^6.0.1
│  ├─ [email protected]
│  │  ├─ chalk@^2.4.1
│  │  ├─ source-map@^0.6.1
│  │  └─ supports-color@^5.4.0
│  └─ [email protected]
├─ [email protected]
│  ├─ icss-replace-symbols@^1.1.0
│  ├─ postcss@^6.0.1
│  ├─ [email protected]
│  │  ├─ chalk@^2.4.1
│  │  ├─ source-map@^0.6.1
│  │  └─ supports-color@^5.4.0
│  └─ [email protected]
├─ [email protected]
│  └─ postcss@^7.0.0
├─ [email protected]
│  ├─ cssnano-util-get-match@^4.0.0
│  ├─ postcss-value-parser@^3.0.0
│  └─ postcss@^7.0.0
├─ [email protected]
│  ├─ cssnano-util-get-arguments@^4.0.0
│  ├─ has@^1.0.0
│  ├─ postcss-value-parser@^3.0.0
│  └─ postcss@^7.0.0
├─ [email protected]
│  ├─ cssnano-util-get-arguments@^4.0.0
│  ├─ cssnano-util-get-match@^4.0.0
│  ├─ postcss-value-parser@^3.0.0
│  └─ postcss@^7.0.0
├─ [email protected]
│  ├─ has@^1.0.0
│  ├─ postcss-value-parser@^3.0.0
│  └─ postcss@^7.0.0
├─ [email protected]
│  ├─ cssnano-util-get-match@^4.0.0
│  ├─ postcss-value-parser@^3.0.0
│  └─ postcss@^7.0.0
├─ [email protected]
│  ├─ browserslist@^4.0.0
│  ├─ postcss-value-parser@^3.0.0
│  └─ postcss@^7.0.0
├─ [email protected]
│  ├─ is-absolute-url@^2.0.0
│  ├─ normalize-url@^3.0.0
│  ├─ postcss-value-parser@^3.0.0
│  └─ postcss@^7.0.0
├─ [email protected]
│  ├─ postcss-value-parser@^3.0.0
│  └─ postcss@^7.0.0
├─ [email protected]
│  ├─ cssnano-util-get-arguments@^4.0.0
│  ├─ postcss-value-parser@^3.0.0
│  └─ postcss@^7.0.0
├─ [email protected]
│  ├─ browserslist@^4.0.0
│  ├─ caniuse-api@^3.0.0
│  ├─ has@^1.0.0
│  └─ postcss@^7.0.0
├─ [email protected]
│  ├─ cssnano-util-get-match@^4.0.0
│  ├─ has@^1.0.0
│  ├─ postcss-value-parser@^3.0.0
│  └─ postcss@^7.0.0
├─ [email protected]
│  ├─ dot-prop@^4.1.1
│  ├─ indexes-of@^1.0.1
│  └─ uniq@^1.0.1
├─ [email protected]
│  ├─ is-svg@^3.0.0
│  ├─ postcss-value-parser@^3.0.0
│  ├─ postcss@^7.0.0
│  └─ svgo@^1.0.0
├─ [email protected]
│  ├─ alphanum-sort@^1.0.0
│  ├─ postcss@^7.0.0
│  └─ uniqs@^2.0.0
├─ [email protected]
├─ [email protected]
│  ├─ chalk@^2.4.2
│  ├─ source-map@^0.6.1
│  ├─ [email protected]
│  ├─ supports-color@^6.1.0
│  └─ [email protected]
│     └─ has-flag@^3.0.0
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ renderkid@^2.0.1
│  └─ utila@~0.4
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ clipboard@^2.0.0
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ asap@~2.0.3
├─ [email protected]
│  ├─ loose-envify@^1.4.0
│  ├─ object-assign@^4.1.1
│  └─ react-is@^16.8.1
├─ [email protected]
│  └─ xtend@^4.0.1
├─ [email protected]
│  ├─ forwarded@~0.1.2
│  └─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ bn.js@^4.1.0
│  ├─ browserify-rsa@^4.0.0
│  ├─ create-hash@^1.1.0
│  ├─ parse-asn1@^5.0.0
│  ├─ randombytes@^2.0.1
│  └─ safe-buffer@^5.1.2
├─ [email protected]
│  ├─ end-of-stream@^1.1.0
│  └─ once@^1.3.1
├─ [email protected]
│  ├─ duplexify@^3.6.0
│  ├─ inherits@^2.0.3
│  ├─ pump@^2.0.0
│  └─ [email protected]
│     ├─ end-of-stream@^1.1.0
│     └─ once@^1.3.1
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ safe-buffer@^5.1.0
├─ [email protected]
│  ├─ randombytes@^2.0.5
│  └─ safe-buffer@^5.1.0
├─ [email protected]
├─ [email protected]
│  ├─ [email protected]
│  ├─ [email protected]
│  ├─ [email protected]
│  ├─ [email protected]
│  │  └─ safer-buffer@>= 2.1.2 < 3
│  └─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ deep-extend@^0.6.0
│  ├─ ini@~1.3.0
│  ├─ minimist@^1.2.0
│  └─ strip-json-comments@~2.0.1
├─ [email protected]
│  ├─ [email protected]
│  ├─ [email protected]
│  ├─ [email protected]
│  ├─ [email protected]
│  ├─ [email protected]
│  ├─ [email protected]
│  │  ├─ ansi-styles@^2.2.1
│  │  ├─ escape-string-regexp@^1.0.2
│  │  ├─ has-ansi@^2.0.0
│  │  ├─ strip-ansi@^3.0.0
│  │  └─ supports-color@^2.0.0
│  ├─ [email protected]
│  ├─ [email protected]
│  ├─ [email protected]
│  ├─ [email protected]
│  ├─ [email protected]
│  │  └─ original@>=0.0.5
│  ├─ [email protected]
│  │  ├─ chardet@^0.4.0
│  │  ├─ iconv-lite@^0.4.17
│  │  └─ tmp@^0.0.33
│  ├─ [email protected]
│  ├─ [email protected]
│  ├─ [email protected]
│  ├─ [email protected]
│  ├─ [email protected]
│  │  ├─ ansi-escapes@^3.0.0
│  │  ├─ [email protected]
│  │  │  └─ color-convert@^1.9.0
│  │  ├─ chalk@^2.0.0
│  │  ├─ [email protected]
│  │  │  ├─ ansi-styles@^3.2.1
│  │  │  ├─ escape-string-regexp@^1.0.5
│  │  │  └─ supports-color@^5.3.0
│  │  ├─ cli-cursor@^2.1.0
│  │  ├─ cli-width@^2.0.0
│  │  ├─ external-editor@^2.0.4
│  │  ├─ figures@^2.0.0
│  │  ├─ lodash@^4.3.0
│  │  ├─ [email protected]
│  │  ├─ run-async@^2.2.0
│  │  ├─ rx-lite-aggregates@^4.0.8
│  │  ├─ rx-lite@^4.0.8
│  │  ├─ string-width@^2.1.0
│  │  ├─ strip-ansi@^4.0.0
│  │  ├─ [email protected]
│  │  │  └─ ansi-regex@^3.0.0
│  │  ├─ [email protected]
│  │  │  └─ has-flag@^3.0.0
│  │  └─ through@^2.3.6
│  ├─ [email protected]
│  ├─ [email protected]
│  ├─ [email protected]
│  │  └─ is-wsl@^1.1.0
│  ├─ react-error-overlay@^3.0.0
│  ├─ [email protected]
│  ├─ [email protected]
│  ├─ [email protected]
│  ├─ [email protected]
│  │  ├─ debug@^2.6.6
│  │  ├─ [email protected]
│  │  ├─ faye-websocket@~0.11.0
│  │  ├─ inherits@^2.0.1
│  │  ├─ json3@^3.3.2
│  │  └─ url-parse@^1.1.8
│  ├─ [email protected]
│  ├─ [email protected]
│  └─ [email protected]
├─ [email protected]
│  ├─ loose-envify@^1.1.0
│  ├─ object-assign@^4.1.1
│  ├─ prop-types@^15.6.2
│  └─ scheduler@^0.13.4
├─ [email protected]
├─ [email protected]
│  ├─ fast-levenshtein@^2.0.6
│  ├─ global@^4.3.0
│  ├─ hoist-non-react-statics@^3.3.0
│  ├─ loader-utils@^1.1.0
│  ├─ lodash@^4.17.11
│  ├─ prop-types@^15.6.1
│  ├─ react-lifecycles-compat@^3.0.4
│  ├─ shallowequal@^1.0.2
│  ├─ source-map@^0.7.3
│  └─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ [email protected]
│  ├─ core-js@^2.4.1
│  ├─ create-react-context@^0.2.3
│  ├─ dom-iterator@^1.0.0
│  ├─ prism-react-renderer@^0.1.0
│  ├─ prop-types@^15.5.8
│  ├─ react-simple-code-editor@^0.9.0
│  └─ unescape@^0.2.0
├─ [email protected]
├─ [email protected]
│  └─ prop-types@^15.6.2
├─ [email protected]
│  ├─ @babel/runtime@^7.3.1
│  ├─ @babel/[email protected]
│  │  └─ regenerator-runtime@^0.13.2
│  ├─ highlight.js@~9.13.0
│  ├─ lowlight@~1.11.0
│  ├─ prismjs@^1.8.4
│  ├─ refractor@^2.4.1
│  └─ [email protected]
├─ [email protected]
│  ├─ loose-envify@^1.1.0
│  ├─ object-assign@^4.1.1
│  ├─ prop-types@^15.6.2
│  └─ scheduler@^0.13.4
├─ [email protected]
│  ├─ find-up@^2.0.0
│  └─ read-pkg@^2.0.0
├─ [email protected]
│  ├─ load-json-file@^2.0.0
│  ├─ [email protected]
│  │  ├─ graceful-fs@^4.1.2
│  │  ├─ parse-json@^2.2.0
│  │  ├─ pify@^2.0.0
│  │  └─ strip-bom@^3.0.0
│  ├─ normalize-package-data@^2.3.2
│  ├─ [email protected]
│  │  └─ error-ex@^1.2.0
│  ├─ path-type@^2.0.0
│  ├─ [email protected]
│  │  └─ pify@^2.0.0
│  └─ [email protected]
├─ [email protected]
│  ├─ mute-stream@~0.0.4
│  └─ [email protected]
├─ [email protected]
│  ├─ core-util-is@~1.0.0
│  ├─ inherits@~2.0.3
│  ├─ isarray@~1.0.0
│  ├─ process-nextick-args@~2.0.0
│  ├─ safe-buffer@~5.1.1
│  ├─ string_decoder@~1.1.1
│  ├─ [email protected]
│  │  └─ safe-buffer@~5.1.0
│  └─ util-deprecate@~1.0.1
├─ [email protected]
│  ├─ graceful-fs@^4.1.11
│  ├─ micromatch@^3.1.10
│  └─ readable-stream@^2.0.2
├─ [email protected]
│  ├─ [email protected]
│  └─ [email protected]
│     └─ brace-expansion@^1.0.0
├─ [email protected]
│  ├─ indent-string@^3.0.0
│  └─ strip-indent@^2.0.0
├─ [email protected]
│  ├─ loose-envify@^1.4.0
│  └─ symbol-observable@^1.2.0
├─ [email protected]
│  ├─ hastscript@^5.0.0
│  ├─ parse-entities@^1.1.2
│  └─ prismjs@~1.15.0
├─ [email protected]
│  └─ regenerate@^1.4.0
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ private@^0.1.6
├─ [email protected]
│  ├─ extend-shallow@^3.0.2
│  ├─ [email protected]
│  │  ├─ assign-symbols@^1.0.0
│  │  └─ is-extendable@^1.0.1
│  ├─ [email protected]
│  │  └─ is-plain-object@^2.0.4
│  └─ safe-regex@^1.1.0
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ regenerate-unicode-properties@^8.0.2
│  ├─ regenerate@^1.4.0
│  ├─ regjsgen@^0.5.0
│  ├─ regjsparser@^0.6.0
│  ├─ unicode-match-property-ecmascript@^1.0.4
│  └─ unicode-match-property-value-ecmascript@^1.1.0
├─ [email protected]
│  ├─ rc@^1.1.6
│  └─ safe-buffer@^5.0.1
├─ [email protected]
│  └─ rc@^1.0.1
├─ [email protected]
├─ [email protected]
│  └─ jsesc@~0.5.0
├─ [email protected]
│  ├─ @babel/runtime@^7.0.0
│  └─ fbjs@^1.0.0
├─ [email protected]
│  ├─ node-emoji@^1.8.1
│  └─ unist-util-visit@^1.4.0
├─ [email protected]
│  ├─ @babel/core@^7.2.2
│  ├─ @babel/helper-plugin-utils@^7.0.0
│  ├─ @babel/plugin-proposal-object-rest-spread@^7.3.2
│  ├─ @babel/plugin-syntax-jsx@^7.2.0
│  ├─ is-alphabetical@^1.0.2
│  ├─ remark-parse@^6.0.0
│  └─ unified@^7.0.0
├─ [email protected]
│  ├─ collapse-white-space@^1.0.2
│  ├─ is-alphabetical@^1.0.0
│  ├─ is-decimal@^1.0.0
│  ├─ is-whitespace-character@^1.0.0
│  ├─ is-word-character@^1.0.0
│  ├─ markdown-escapes@^1.0.0
│  ├─ parse-entities@^1.1.0
│  ├─ repeat-string@^1.5.4
│  ├─ state-toggle@^1.0.0
│  ├─ trim-trailing-lines@^1.0.0
│  ├─ [email protected]
│  ├─ unherit@^1.0.4
│  ├─ unist-util-remove-position@^1.0.0
│  ├─ vfile-location@^2.0.0
│  └─ xtend@^4.0.1
├─ [email protected]
│  └─ mdast-squeeze-paragraphs@^3.0.0
├─ [email protected]
│  ├─ ccount@^1.0.0
│  ├─ is-alphanumeric@^1.0.0
│  ├─ is-decimal@^1.0.0
│  ├─ is-whitespace-character@^1.0.0
│  ├─ longest-streak@^2.0.1
│  ├─ markdown-escapes@^1.0.0
│  ├─ markdown-table@^1.1.0
│  ├─ mdast-util-compact@^1.0.0
│  ├─ parse-entities@^1.0.2
│  ├─ repeat-string@^1.5.4
│  ├─ state-toggle@^1.0.0
│  ├─ stringify-entities@^1.0.1
│  ├─ unherit@^1.0.4
│  └─ xtend@^4.0.1
├─ [email protected]
│  └─ unist-util-visit-parents@^2.0.1
├─ [email protected]
│  ├─ remark-parse@^5.0.0
│  ├─ [email protected]
│  │  ├─ collapse-white-space@^1.0.2
│  │  ├─ is-alphabetical@^1.0.0
│  │  ├─ is-decimal@^1.0.0
│  │  ├─ is-whitespace-character@^1.0.0
│  │  ├─ is-word-character@^1.0.0
│  │  ├─ markdown-escapes@^1.0.0
│  │  ├─ parse-entities@^1.1.0
│  │  ├─ repeat-string@^1.5.4
│  │  ├─ state-toggle@^1.0.0
│  │  ├─ trim-trailing-lines@^1.0.0
│  │  ├─ [email protected]
│  │  ├─ unherit@^1.0.4
│  │  ├─ unist-util-remove-position@^1.0.0
│  │  ├─ vfile-location@^2.0.0
│  │  └─ xtend@^4.0.1
│  ├─ remark-stringify@^5.0.0
│  ├─ unified@^6.0.0
│  ├─ [email protected]
│  │  ├─ bail@^1.0.0
│  │  ├─ extend@^3.0.0
│  │  ├─ is-plain-obj@^1.1.0
│  │  ├─ trough@^1.0.0
│  │  ├─ vfile@^2.0.0
│  │  └─ x-is-string@^0.1.0
│  └─ [email protected]
│     ├─ is-buffer@^1.1.4
│     ├─ [email protected]
│     ├─ unist-util-stringify-position@^1.0.0
│     └─ vfile-message@^1.0.0
├─ [email protected]
├─ [email protected]
│  ├─ css-select@^1.1.0
│  ├─ dom-converter@^0.2
│  ├─ htmlparser2@^3.3.0
│  ├─ strip-ansi@^3.0.0
│  └─ utila@^0.4.0
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ aws-sign2@~0.7.0
│  ├─ aws4@^1.8.0
│  ├─ caseless@~0.12.0
│  ├─ combined-stream@~1.0.6
│  ├─ extend@~3.0.2
│  ├─ forever-agent@~0.6.1
│  ├─ form-data@~2.3.2
│  ├─ har-validator@~5.1.0
│  ├─ http-signature@~1.2.0
│  ├─ is-typedarray@~1.0.0
│  ├─ isstream@~0.1.2
│  ├─ json-stringify-safe@~5.0.1
│  ├─ mime-types@~2.1.19
│  ├─ oauth-sign@~0.9.0
│  ├─ performance-now@^2.1.0
│  ├─ qs@~6.5.2
│  ├─ safe-buffer@^5.1.2
│  ├─ tough-cookie@~2.4.3
│  ├─ tunnel-agent@^0.6.0
│  └─ uuid@^3.3.2
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ resolve-from@^3.0.0
├─ [email protected]
│  ├─ expand-tilde@^2.0.0
│  └─ global-modules@^1.0.0
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ path-parse@^1.0.6
├─ [email protected]
│  ├─ onetime@^2.0.0
│  └─ signal-exit@^3.0.2
├─ [email protected]
├─ [email protected]
│  ├─ parse-latin@^4.0.0
│  └─ unherit@^1.0.4
├─ [email protected]
│  └─ nlcst-to-string@^2.0.0
├─ [email protected]
│  ├─ retext-latin@^2.0.0
│  ├─ retext-stringify@^2.0.0
│  ├─ unified@^6.0.0
│  ├─ [email protected]
│  │  ├─ bail@^1.0.0
│  │  ├─ extend@^3.0.0
│  │  ├─ is-plain-obj@^1.1.0
│  │  ├─ trough@^1.0.0
│  │  ├─ vfile@^2.0.0
│  │  └─ x-is-string@^0.1.0
│  └─ [email protected]
│     ├─ is-buffer@^1.1.4
│     ├─ [email protected]
│     ├─ unist-util-stringify-position@^1.0.0
│     └─ vfile-message@^1.0.0
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ glob@^7.1.3
├─ [email protected]
│  ├─ hash-base@^3.0.0
│  └─ inherits@^2.0.1
├─ [email protected]
│  └─ is-promise@^2.1.0
├─ [email protected]
│  └─ aproba@^1.1.1
├─ [email protected]
│  └─ rx-lite@*
├─ [email protected]
├─ [email protected]
│  └─ tslib@^1.9.0
├─ [email protected]
├─ [email protected]
│  └─ ret@~0.1.10
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ loose-envify@^1.1.0
│  └─ object-assign@^4.1.1
├─ [email protected]
│  ├─ ajv-errors@^1.0.0
│  ├─ ajv-keywords@^3.1.0
│  └─ ajv@^6.1.0
├─ [email protected]
│  ├─ dom-helpers@^3.2.1
│  └─ invariant@^2.2.2
├─ [email protected]
│  ├─ extend-shallow@^2.0.1
│  └─ kind-of@^6.0.0
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ [email protected]
├─ [email protected]
│  └─ semver@^5.0.3
├─ [email protected]
├─ [email protected]
│  ├─ [email protected]
│  ├─ depd@~1.1.2
│  ├─ destroy@~1.0.4
│  ├─ encodeurl@~1.0.2
│  ├─ escape-html@~1.0.3
│  ├─ etag@~1.8.1
│  ├─ [email protected]
│  ├─ http-errors@~1.6.2
│  ├─ [email protected]
│  ├─ [email protected]
│  ├─ [email protected]
│  ├─ on-finished@~2.3.0
│  ├─ range-parser@~1.2.0
│  └─ statuses@~1.4.0
├─ [email protected]
│  ├─ no-case@^2.2.0
│  └─ upper-case-first@^1.1.2
├─ [email protected]
├─ [email protected]
│  ├─ accepts@~1.3.4
│  ├─ [email protected]
│  ├─ [email protected]
│  ├─ escape-html@~1.0.3
│  ├─ http-errors@~1.6.2
│  ├─ mime-types@~2.1.17
│  └─ parseurl@~1.3.2
├─ [email protected]
│  ├─ encodeurl@~1.0.2
│  ├─ escape-html@~1.0.3
│  ├─ parseurl@~1.3.2
│  └─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ extend-shallow@^2.0.1
│  ├─ is-extendable@^0.1.1
│  ├─ is-plain-object@^2.0.3
│  └─ split-string@^3.0.1
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ inherits@^2.0.1
│  └─ safe-buffer@^5.0.1
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ shebang-regex@^1.0.0
├─ [email protected]
├─ [email protected]
│  ├─ array-filter@~0.0.0
│  ├─ array-map@~0.0.0
│  ├─ array-reduce@~0.0.0
│  └─ jsonify@~0.0.0
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ is-arrayish@^0.3.1
│  └─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ ansi-styles@^3.2.0
│  ├─ astral-regex@^1.0.0
│  └─ is-fullwidth-code-point@^2.0.0
├─ [email protected]
│  └─ no-case@^2.2.0
├─ [email protected]
│  ├─ define-property@^1.0.0
│  ├─ [email protected]
│  │  └─ is-descriptor@^1.0.0
│  ├─ isobject@^3.0.0
│  └─ snapdragon-util@^3.0.1
├─ [email protected]
│  ├─ kind-of@^3.2.0
│  └─ [email protected]
│     └─ is-buffer@^1.1.5
├─ [email protected]
│  ├─ base@^0.11.1
│  ├─ debug@^2.2.0
│  ├─ define-property@^0.2.5
│  ├─ extend-shallow@^2.0.1
│  ├─ map-cache@^0.2.2
│  ├─ source-map-resolve@^0.5.0
│  ├─ source-map@^0.5.6
│  └─ use@^3.1.0
├─ [email protected]
├─ [email protected]
│  ├─ [email protected]
│  ├─ [email protected]
│  ├─ [email protected]
│  ├─ [email protected]
│  ├─ debug@~3.1.0
│  ├─ [email protected]
│  │  └─ [email protected]
│  ├─ engine.io-client@~3.3.1
│  ├─ has-binary2@~1.0.2
│  ├─ [email protected]
│  ├─ [email protected]
│  ├─ [email protected]
│  ├─ [email protected]
│  ├─ [email protected]
│  ├─ socket.io-parser@~3.3.0
│  └─ [email protected]
├─ [email protected]
│  ├─ [email protected]
│  ├─ debug@~3.1.0
│  ├─ [email protected]
│  │  └─ [email protected]
│  ├─ [email protected]
│  └─ [email protected]
├─ [email protected]
│  ├─ debug@~4.1.0
│  ├─ [email protected]
│  │  └─ ms@^2.1.1
│  ├─ engine.io@~3.3.1
│  ├─ has-binary2@~1.0.2
│  ├─ [email protected]
│  ├─ socket.io-adapter@~1.1.0
│  ├─ [email protected]
│  └─ socket.io-parser@~3.3.0
├─ [email protected]
│  ├─ debug@^3.2.5
│  ├─ [email protected]
│  │  └─ ms@^2.1.1
│  ├─ eventsource@^1.0.7
│  ├─ faye-websocket@~0.11.1
│  ├─ inherits@^2.0.3
│  ├─ json3@^3.3.2
│  ├─ [email protected]
│  └─ url-parse@^1.4.3
├─ [email protected]
│  ├─ faye-websocket@^0.10.0
│  ├─ [email protected]
│  │  └─ websocket-driver@>=0.5.1
│  └─ uuid@^3.0.1
├─ [email protected]
├─ [email protected]
│  ├─ atob@^2.1.1
│  ├─ decode-uri-component@^0.2.0
│  ├─ resolve-url@^0.2.1
│  ├─ source-map-url@^0.4.0
│  └─ urix@^0.1.0
├─ [email protected]
│  ├─ buffer-from@^1.0.0
│  ├─ source-map@^0.6.0
│  └─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ [email protected]
├─ [email protected]
│  ├─ spdx-expression-parse@^3.0.0
│  └─ spdx-license-ids@^3.0.0
├─ [email protected]
├─ [email protected]
│  ├─ spdx-exceptions@^2.1.0
│  └─ spdx-license-ids@^3.0.0
├─ [email protected]
├─ [email protected]
│  ├─ debug@^4.1.0
│  ├─ [email protected]
│  │  └─ ms@^2.1.1
│  ├─ detect-node@^2.0.4
│  ├─ hpack.js@^2.1.6
│  ├─ [email protected]
│  ├─ obuf@^1.1.2
│  ├─ readable-stream@^3.0.6
│  ├─ [email protected]
│  │  ├─ inherits@^2.0.3
│  │  ├─ string_decoder@^1.1.1
│  │  └─ util-deprecate@^1.0.1
│  └─ wbuf@^1.7.3
├─ [email protected]
│  ├─ debug@^4.1.0
│  ├─ [email protected]
│  │  └─ ms@^2.1.1
│  ├─ handle-thing@^2.0.0
│  ├─ http-deceiver@^1.2.7
│  ├─ [email protected]
│  ├─ select-hose@^2.0.0
│  └─ spdy-transport@^3.0.0
├─ [email protected]
│  ├─ extend-shallow@^3.0.0
│  ├─ [email protected]
│  │  ├─ assign-symbols@^1.0.0
│  │  └─ is-extendable@^1.0.1
│  └─ [email protected]
│     └─ is-plain-object@^2.0.4
├─ [email protected]
├─ [email protected]
│  ├─ asn1@~0.2.3
│  ├─ assert-plus@^1.0.0
│  ├─ bcrypt-pbkdf@^1.0.0
│  ├─ dashdash@^1.12.0
│  ├─ ecc-jsbn@~0.1.1
│  ├─ getpass@^0.1.1
│  ├─ jsbn@~0.1.0
│  ├─ safer-buffer@^2.0.2
│  └─ tweetnacl@~0.14.0
├─ [email protected]
│  └─ figgy-pudding@^3.5.1
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ define-property@^0.2.5
│  └─ object-copy@^0.1.0
├─ [email protected]
│  ├─ bluebird@^3.0.5
│  ├─ cheerio@^0.22.0
│  ├─ eval@^0.1.0
│  ├─ [email protected]
│  ├─ url@^0.11.0
│  ├─ webpack-sources@^0.2.0
│  └─ [email protected]
│     ├─ source-list-map@^1.1.1
│     └─ source-map@~0.5.3
├─ [email protected]
├─ [email protected]
│  └─ ci-info@^1.6.0
├─ [email protected]
│  ├─ inherits@~2.0.1
│  └─ readable-stream@^2.0.2
├─ [email protected]
│  ├─ end-of-stream@^1.1.0
│  └─ stream-shift@^1.0.0
├─ [email protected]
│  ├─ builtin-status-codes@^3.0.0
│  ├─ inherits@^2.0.1
│  ├─ readable-stream@^2.3.6
│  ├─ to-arraybuffer@^1.0.0
│  └─ xtend@^4.0.0
├─ [email protected]
├─ [email protected]
│  └─ safe-buffer@~5.1.0
├─ [email protected]
│  ├─ lodash.every@^4.6.0
│  ├─ lodash.flattendeep@^4.4.0
│  ├─ lodash.foreach@^4.5.0
│  ├─ lodash.map@^4.6.0
│  └─ lodash.maxby@^4.6.0
├─ [email protected]
│  ├─ [email protected]
│  ├─ is-fullwidth-code-point@^2.0.0
│  ├─ strip-ansi@^4.0.0
│  └─ [email protected]
│     └─ ansi-regex@^3.0.0
├─ [email protected]
│  ├─ character-entities-html4@^1.0.0
│  ├─ character-entities-legacy@^1.0.0
│  ├─ is-alphanumerical@^1.0.0
│  └─ is-hexadecimal@^1.0.0
├─ [email protected]
│  └─ ansi-regex@^2.0.0
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ loader-utils@^1.1.0
│  ├─ schema-utils@^0.4.5
│  └─ [email protected]
│     ├─ ajv-keywords@^3.1.0
│     └─ ajv@^6.1.0
├─ [email protected]
│  └─ [email protected]
├─ [email protected]
│  ├─ @babel/runtime@^7.3.4
│  ├─ @babel/[email protected]
│  │  └─ regenerator-runtime@^0.13.2
│  ├─ prop-types@^15.7.2
│  └─ [email protected]
├─ [email protected]
│  ├─ browserslist@^4.0.0
│  ├─ postcss-selector-parser@^3.0.0
│  └─ postcss@^7.0.0
├─ [email protected]
│  └─ has-flag@^3.0.0
├─ [email protected]
│  ├─ chalk@^2.4.1
│  ├─ coa@^2.0.2
│  ├─ css-select-base-adapter@^0.1.1
│  ├─ css-select@^2.0.0
│  ├─ [email protected]
│  │  ├─ boolbase@^1.0.0
│  │  ├─ css-what@^2.1.2
│  │  ├─ domutils@^1.7.0
│  │  └─ nth-check@^1.0.2
│  ├─ [email protected]
│  ├─ css-url-regex@^1.1.0
│  ├─ csso@^3.5.1
│  ├─ js-yaml@^3.12.0
│  ├─ mkdirp@~0.5.1
│  ├─ object.values@^1.1.0
│  ├─ sax@~1.2.4
│  ├─ stable@^0.1.8
│  ├─ unquote@~1.1.1
│  └─ util.promisify@~1.0.0
├─ [email protected]
│  ├─ lower-case@^1.1.1
│  └─ upper-case@^1.1.1
├─ [email protected]
├─ [email protected]
│  ├─ ajv@^6.9.1
│  ├─ [email protected]
│  ├─ lodash@^4.17.11
│  ├─ slice-ansi@^2.1.0
│  ├─ string-width@^3.0.0
│  ├─ [email protected]
│  │  ├─ emoji-regex@^7.0.1
│  │  ├─ is-fullwidth-code-point@^2.0.0
│  │  └─ strip-ansi@^5.1.0
│  └─ [email protected]
│     └─ ansi-regex@^4.1.0
├─ [email protected]
├─ [email protected]
│  ├─ chownr@^1.1.1
│  ├─ fs-minipass@^1.2.5
│  ├─ minipass@^2.3.4
│  ├─ minizlib@^1.1.1
│  ├─ mkdirp@^0.5.0
│  ├─ safe-buffer@^5.1.2
│  └─ yallist@^3.0.2
├─ [email protected]
│  └─ execa@^0.7.0
├─ [email protected]
│  ├─ cacache@^11.0.2
│  ├─ find-cache-dir@^2.0.0
│  ├─ schema-utils@^1.0.0
│  ├─ serialize-javascript@^1.4.0
│  ├─ source-map@^0.6.1
│  ├─ [email protected]
│  ├─ terser@^3.16.1
│  ├─ webpack-sources@^1.1.0
│  └─ worker-farm@^1.5.2
├─ [email protected]
│  ├─ commander@^2.19.0
│  ├─ source-map-support@~0.5.10
│  ├─ source-map@~0.6.1
│  └─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ readable-stream@~2.3.6
│  └─ xtend@~4.0.1
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ setimmediate@^1.0.4
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ no-case@^2.2.0
│  └─ upper-case@^1.0.3
├─ [email protected]
│  └─ os-tmpdir@~1.0.2
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ kind-of@^3.0.2
│  └─ [email protected]
│     └─ is-buffer@^1.1.5
├─ [email protected]
│  ├─ is-number@^3.0.0
│  └─ repeat-string@^1.6.1
├─ [email protected]
│  ├─ define-property@^2.0.2
│  ├─ [email protected]
│  │  ├─ is-descriptor@^1.0.2
│  │  └─ isobject@^3.0.1
│  ├─ extend-shallow@^3.0.2
│  ├─ [email protected]
│  │  ├─ assign-symbols@^1.0.0
│  │  └─ is-extendable@^1.0.1
│  ├─ [email protected]
│  │  └─ is-plain-object@^2.0.4
│  ├─ regex-not@^1.0.2
│  └─ safe-regex@^1.1.0
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ [email protected]
├─ [email protected]
│  ├─ psl@^1.1.24
│  └─ punycode@^1.4.1
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ glob@^7.1.2
├─ [email protected]
│  └─ tslib@^1.9.3
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ safe-buffer@^5.0.1
├─ [email protected]
├─ [email protected]
│  └─ prelude-ls@~1.1.2
├─ [email protected]
│  ├─ [email protected]
│  └─ mime-types@~2.1.18
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ sprintf-js@^1.0.3
│  └─ util-deprecate@^1.0.2
├─ [email protected]
├─ [email protected]
│  ├─ inherits@^2.0.1
│  └─ xtend@^4.0.1
├─ [email protected]
├─ [email protected]
│  ├─ unicode-canonical-property-names-ecmascript@^1.0.4
│  └─ unicode-property-aliases-ecmascript@^1.0.4
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ @types/unist@^2.0.0
│  ├─ @types/vfile@^3.0.0
│  ├─ bail@^1.0.0
│  ├─ extend@^3.0.0
│  ├─ is-plain-obj@^1.1.0
│  ├─ trough@^1.0.0
│  ├─ vfile@^3.0.0
│  └─ x-is-string@^0.1.0
├─ [email protected]
│  ├─ arr-union@^3.1.0
│  ├─ get-value@^2.0.6
│  ├─ is-extendable@^0.1.1
│  ├─ set-value@^0.4.3
│  └─ [email protected]
│     ├─ extend-shallow@^2.0.1
│     ├─ is-extendable@^0.1.1
│     ├─ is-plain-object@^2.0.1
│     └─ to-object-path@^0.3.0
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ unique-slug@^2.0.0
├─ [email protected]
│  └─ imurmurhash@^0.1.4
├─ [email protected]
│  └─ crypto-random-string@^1.0.0
├─ [email protected]
│  └─ object-assign@^4.1.0
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ object-assign@^4.0.1
├─ [email protected]
│  └─ array-iterate@^1.0.0
├─ [email protected]
├─ [email protected]
│  └─ unist-util-visit@^1.1.0
├─ [email protected]
│  └─ unist-util-is@^2.0.0
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ unist-util-is@^2.1.2
├─ [email protected]
│  └─ unist-util-visit-parents@^2.0.0
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ has-value@^0.3.1
│  ├─ [email protected]
│  │  ├─ get-value@^2.0.3
│  │  ├─ has-values@^0.1.4
│  │  ├─ isobject@^2.0.0
│  │  └─ [email protected]
│  │     └─ [email protected]
│  ├─ [email protected]
│  └─ isobject@^3.0.0
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ boxen@^1.2.1
│  ├─ chalk@^2.0.1
│  ├─ configstore@^3.0.0
│  ├─ import-lazy@^2.1.0
│  ├─ is-ci@^1.0.10
│  ├─ is-installed-globally@^0.1.0
│  ├─ is-npm@^1.0.0
│  ├─ latest-version@^3.0.0
│  ├─ semver-diff@^2.0.0
│  └─ xdg-basedir@^3.0.0
├─ [email protected]
│  └─ upper-case@^1.1.1
├─ [email protected]
├─ [email protected]
│  ├─ punycode@^2.1.0
│  └─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ loader-utils@^1.1.0
│  ├─ mime@^2.0.3
│  └─ schema-utils@^1.0.0
├─ [email protected]
│  └─ prepend-http@^1.0.1
├─ [email protected]
│  ├─ querystringify@^2.0.0
│  └─ requires-port@^1.0.0
├─ [email protected]
│  ├─ [email protected]
│  ├─ [email protected]
│  └─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ define-properties@^1.1.2
│  └─ object.getownpropertydescriptors@^2.0.3
├─ [email protected]
│  └─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ spdx-correct@^3.0.0
│  └─ spdx-expression-parse@^3.0.0
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ assert-plus@^1.0.0
│  ├─ [email protected]
│  ├─ extsprintf@^1.2.0
│  └─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ unist-util-stringify-position@^1.1.1
├─ [email protected]
│  ├─ is-buffer@^2.0.0
│  ├─ [email protected]
│  ├─ [email protected]
│  ├─ unist-util-stringify-position@^1.0.0
│  └─ vfile-message@^1.0.0
├─ [email protected]
├─ [email protected]
│  └─ [email protected]
├─ [email protected]
│  └─ loose-envify@^1.0.0
├─ [email protected]
│  ├─ chokidar@^2.0.2
│  ├─ graceful-fs@^4.1.2
│  └─ neo-async@^2.5.0
├─ [email protected]
│  └─ minimalistic-assert@^1.0.0
├─ [email protected]
├─ [email protected]
│  ├─ memory-fs@^0.4.1
│  ├─ mime@^2.3.1
│  ├─ range-parser@^1.0.3
│  ├─ webpack-log@^2.0.0
│  └─ [email protected]
│     ├─ ansi-colors@^3.0.0
│     └─ uuid@^3.3.2
├─ [email protected]
│  ├─ [email protected]
│  ├─ bonjour@^3.5.0
│  ├─ chokidar@^2.0.0
│  ├─ compression@^1.5.2
│  ├─ connect-history-api-fallback@^1.3.0
│  ├─ debug@^4.1.1
│  ├─ [email protected]
│  │  └─ ms@^2.1.1
│  ├─ del@^3.0.0
│  ├─ express@^4.16.2
│  ├─ html-entities@^1.2.0
│  ├─ http-proxy-middleware@^0.19.1
│  ├─ import-local@^2.0.0
│  ├─ internal-ip@^4.2.0
│  ├─ ip@^1.1.5
│  ├─ killable@^1.0.0
│  ├─ loglevel@^1.4.1
│  ├─ [email protected]
│  ├─ opn@^5.1.0
│  ├─ portfinder@^1.0.9
│  ├─ schema-utils@^1.0.0
│  ├─ selfsigned@^1.9.1
│  ├─ semver@^5.6.0
│  ├─ serve-index@^1.7.2
│  ├─ [email protected]
│  ├─ [email protected]
│  ├─ spdy@^4.0.0
│  ├─ strip-ansi@^3.0.0
│  ├─ supports-color@^6.1.0
│  ├─ [email protected]
│  │  └─ has-flag@^3.0.0
│  ├─ url@^0.11.0
│  ├─ webpack-dev-middleware@^3.5.1
│  ├─ webpack-log@^2.0.0
│  ├─ [email protected]
│  │  ├─ ansi-colors@^3.0.0
│  │  └─ uuid@^3.3.2
│  └─ [email protected]
├─ [email protected]
│  ├─ @webpack-contrib/schema-utils@^1.0.0-beta.0
│  ├─ [email protected]
│  ├─ json-stringify-safe@^5.0.1
│  ├─ loglevelnext@^1.0.2
│  ├─ merge-options@^1.0.1
│  ├─ strip-ansi@^4.0.0
│  ├─ [email protected]
│  │  └─ ansi-regex@^3.0.0
│  ├─ uuid@^3.1.0
│  ├─ webpack-log@^1.1.1
│  ├─ ws@^4.0.0
│  └─ [email protected]
│     ├─ async-limiter@~1.0.0
│     └─ safe-buffer@~5.1.0
├─ [email protected]
│  ├─ [email protected]
│  ├─ html-entities@^1.2.0
│  ├─ querystring@^0.2.0
│  └─ strip-ansi@^3.0.0
├─ [email protected]
│  ├─ chalk@^2.1.0
│  ├─ log-symbols@^2.1.0
│  ├─ loglevelnext@^1.0.1
│  └─ uuid@^3.1.0
├─ [email protected]
│  └─ lodash@^4.17.5
├─ [email protected]
│  ├─ source-list-map@^2.0.0
│  ├─ source-map@~0.6.1
│  └─ [email protected]
├─ [email protected]
├─ [email protected]
│  ├─ @webassemblyjs/[email protected]
│  ├─ @webassemblyjs/[email protected]
│  │  ├─ @webassemblyjs/[email protected]
│  │  ├─ @webassemblyjs/[email protected]
│  │  └─ @webassemblyjs/[email protected]
│  ├─ @webassemblyjs/[email protected]
│  ├─ @webassemblyjs/[email protected]
│  ├─ @webassemblyjs/[email protected]
│  ├─ @webassemblyjs/[email protected]
│  │  └─ @webassemblyjs/[email protected]
│  ├─ @webassemblyjs/[email protected]
│  ├─ @webassemblyjs/[email protected]
│  ├─ @webassemblyjs/[email protected]
│  │  ├─ @webassemblyjs/[email protected]
│  │  └─ mamacro@^0.0.3
│  ├─ @webassemblyjs/[email protected]
│  ├─ @webassemblyjs/[email protected]
│  │  ├─ @webassemblyjs/[email protected]
│  │  ├─ @webassemblyjs/[email protected]
│  │  ├─ @webassemblyjs/[email protected]
│  │  └─ @webassemblyjs/[email protected]
│  ├─ @webassemblyjs/[email protected]
│  │  └─ @xtuc/ieee754@^1.2.0
│  ├─ @webassemblyjs/[email protected]
│  │  └─ @xtuc/[email protected]
│  ├─ @webassemblyjs/[email protected]
│  ├─ @webassemblyjs/[email protected]
│  ├─ @webassemblyjs/[email protected]
│  │  ├─ @webassemblyjs/[email protected]
│  │  ├─ @webassemblyjs/[email protected]
│  │  ├─ @webassemblyjs/[email protected]
│  │  ├─ @webassemblyjs/[email protected]
│  │  ├─ @webassemblyjs/[email protected]
│  │  ├─ @webassemblyjs/[email protected]
│  │  ├─ @webassemblyjs/[email protected]
│  │  └─ @webassemblyjs/[email protected]
│  ├─ @webassemblyjs/[email protected]
│  │  ├─ @webassemblyjs/[email protected]
│  │  ├─ @webassemblyjs/[email protected]
│  │  ├─ @webassemblyjs/[email protected]
│  │  ├─ @webassemblyjs/[email protected]
│  │  └─ @webassemblyjs/[email protected]
│  ├─ @webassemblyjs/[email protected]
│  │  ├─ @webassemblyjs/[email protected]
│  │  ├─ @webassemblyjs/[email protected]
│  │  ├─ @webassemblyjs/[email protected]
│  │  └─ @webassemblyjs/[email protected]
│  ├─ @webassemblyjs/[email protected]
│  ├─ @webassemblyjs/[email protected]
│  │  ├─ @webassemblyjs/[email protected]
│  │  ├─ @webassemblyjs/[email protected]
│  │  ├─ @webassemblyjs/[email protected]
│  │  ├─ @webassemblyjs/[email protected]
│  │  ├─ @webassemblyjs/[email protected]
│  │  └─ @webassemblyjs/[email protected]
│  ├─ @webassemblyjs/[email protected]
│  │  ├─ @webassemblyjs/[email protected]
│  │  ├─ @webassemblyjs/[email protected]
│  │  ├─ @webassemblyjs/[email protected]
│  │  ├─ @webassemblyjs/[email protected]
│  │  ├─ @webassemblyjs/[email protected]
│  │  └─ @xtuc/[email protected]
│  ├─ @webassemblyjs/[email protected]
│  │  ├─ @webassemblyjs/[email protected]
│  │  ├─ @webassemblyjs/[email protected]
│  │  └─ @xtuc/[email protected]
│  ├─ @xtuc/[email protected]
│  ├─ acorn-dynamic-import@^4.0.0
│  ├─ acorn@^6.0.5
│  ├─ ajv-keywords@^3.1.0
│  ├─ ajv@^6.1.0
│  ├─ chrome-trace-event@^1.0.0
│  ├─ enhanced-resolve@^4.1.0
│  ├─ eslint-scope@^4.0.0
│  ├─ json-parse-better-errors@^1.0.2
│  ├─ loader-runner@^2.3.0
│  ├─ loader-utils@^1.1.0
│  ├─ memory-fs@~0.4.1
│  ├─ micromatch@^3.1.8
│  ├─ mkdirp@~0.5.0
│  ├─ neo-async@^2.5.0
│  ├─ node-libs-browser@^2.0.0
│  ├─ schema-utils@^1.0.0
│  ├─ tapable@^1.1.0
│  ├─ terser-webpack-plugin@^1.1.0
│  ├─ watchpack@^1.5.0
│  └─ webpack-sources@^1.3.0
├─ [email protected]
│  ├─ ansi-escapes@^3.1.0
│  ├─ [email protected]
│  ├─ chalk@^2.4.1
│  ├─ consola@^2.3.0
│  ├─ figures@^2.0.0
│  ├─ pretty-time@^1.1.0
│  ├─ std-env@^2.2.1
│  ├─ [email protected]
│  │  └─ ansi-regex@^3.0.0
│  ├─ text-table@^0.2.0
│  ├─ wrap-ansi@^4.0.0
│  └─ [email protected]
│     ├─ ansi-styles@^3.2.0
│     ├─ string-width@^2.1.1
│     └─ strip-ansi@^4.0.0
├─ [email protected]
│  ├─ http-parser-js@>=0.4.0
│  └─ websocket-extensions@>=0.1.1
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ isexe@^2.0.0
├─ [email protected]
│  └─ string-width@^1.0.2 || 2
├─ [email protected]
│  └─ string-width@^2.1.1
├─ [email protected]
├─ [email protected]
│  └─ errno@~0.1.7
├─ [email protected]
│  ├─ [email protected]
│  │  └─ number-is-nan@^1.0.0
│  ├─ string-width@^1.0.1
│  ├─ [email protected]
│  │  ├─ code-point-at@^1.0.0
│  │  ├─ is-fullwidth-code-point@^1.0.0
│  │  └─ strip-ansi@^3.0.0
│  └─ strip-ansi@^3.0.1
├─ [email protected]
├─ [email protected]
│  ├─ graceful-fs@^4.1.11
│  ├─ imurmurhash@^0.1.4
│  └─ signal-exit@^3.0.2
├─ [email protected]
│  └─ mkdirp@^0.5.1
├─ [email protected]
│  └─ async-limiter@~1.0.0
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
│  └─ js-yaml@^3.5.2
├─ [email protected]
│  └─ camelcase@^4.1.0
├─ [email protected]
│  ├─ cliui@^4.0.0
│  ├─ decamelize@^2.0.0
│  ├─ [email protected]
│  │  └─ [email protected]
│  ├─ find-up@^3.0.0
│  ├─ [email protected]
│  │  └─ locate-path@^3.0.0
│  ├─ get-caller-file@^1.0.1
│  ├─ [email protected]
│  │  ├─ p-locate@^3.0.0
│  │  └─ path-exists@^3.0.0
│  ├─ os-locale@^3.0.0
│  ├─ [email protected]
│  │  └─ p-try@^2.0.0
│  ├─ [email protected]
│  │  └─ p-limit@^2.0.0
│  ├─ [email protected]
│  ├─ require-directory@^2.1.1
│  ├─ require-main-filename@^1.0.1
│  ├─ set-blocking@^2.0.0
│  ├─ string-width@^2.0.0
│  ├─ which-module@^2.0.0
│  ├─ y18n@^3.2.1 || ^4.0.0
│  └─ yargs-parser@^10.1.0
├─ [email protected]
├─ [email protected]
│  ├─ [email protected]
│  ├─ babel-runtime@^6.26.0
│  ├─ chalk@^2.1.0
│  ├─ [email protected]
│  ├─ cli-table3@^0.5.1
│  ├─ debug@^4.1.0
│  ├─ [email protected]
│  │  └─ ms@^2.1.1
│  ├─ deep-equal@^1.0.1
│  ├─ detect-indent@^5.0.0
│  ├─ inquirer@^6.2.0
│  ├─ invariant@^2.2.0
│  ├─ is-builtin-module@^3.0.0
│  ├─ is-ci@^2.0.0
│  ├─ [email protected]
│  │  └─ ci-info@^2.0.0
│  ├─ leven@^2.0.0
│  ├─ loud-rejection@^1.2.0
│  ├─ [email protected]
│  ├─ node-emoji@^1.6.1
│  ├─ object-path@^0.11.2
│  ├─ read@^1.0.7
│  ├─ rimraf@^2.5.0
│  ├─ semver@^5.1.0
│  ├─ strip-ansi@^5.0.0
│  ├─ [email protected]
│  │  └─ ansi-regex@^4.1.0
│  └─ strip-bom@^3.0.0
├─ [email protected]
│  ├─ tslib@^1.9.3
│  └─ zen-observable@^0.8.0
├─ [email protected]
└─ [email protected]
Done in 0.86s.

@jxnblk
Copy link
Owner

jxnblk commented Mar 23, 2019

Currently mdx-deck isn't intended to be used with gatsby-mdx – there might be conflicting versions of an mdx loader or setup happening, since mdx-deck 2 uses MDX v1 and a custom plugin. Can you see if you can reproduce the error with a setup that doesn't include the other dependencies?

@derekr
Copy link
Author

derekr commented Mar 23, 2019

Ah yeah that seems to be the issue. Thanks for looking in to it!

https://codesandbox.io/s/883kqpw740 with gatsby
https://codesandbox.io/s/q77q2qqn2w no gatsby

@pomber
Copy link
Contributor

pomber commented Mar 31, 2019

I have a similar issue (similar to the title).
Couldn't make custom components work in v2.0.6.

I tried exporting a theme with a components object:

{
  components: {
    code: MyComponent,
  }
}

Also tried using existing themes like:

export { syntaxHighlighterPrism as theme } from 'mdx-deck/themes'

\```js
console.log("foo")
\```

but it is still using the default components.

I didn't have time to debug it, is it a bug?

@jxnblk
Copy link
Owner

jxnblk commented Apr 2, 2019

@pomber is this happening with only MDX v1 alpha in your dependency tree?

@pomber
Copy link
Contributor

pomber commented Apr 2, 2019

This is the package.json:

{
  "scripts": {
    "start": "mdx-deck src/deck.mdx"
  },
  "dependencies": {
    "mdx-deck": "^2.0.6"
  }
}

And the dependency tree:
https://gist.github.com/pomber/ad319a59a4001070c378206f66e3e880

@pomber
Copy link
Contributor

pomber commented Apr 4, 2019

If I create the project with npm init deck my-presentation-name custom components work.

@jxnblk
Copy link
Owner

jxnblk commented Apr 4, 2019

That is odd... 🤔 MDX v1 alpha does have some updates that I'm planning on bringing in this weekend – could be related to that

@jxnblk
Copy link
Owner

jxnblk commented Apr 14, 2019

@derekr heads up that there's now an experimental Gatsby theme package, if you're still looking into using MDX Deck with Gatsby, see https://github.com/jxnblk/mdx-deck/tree/master/packages/gatsby-theme

@jxnblk
Copy link
Owner

jxnblk commented Apr 20, 2019

Closing this since the original issue appears to have been resolved

@jxnblk jxnblk closed this as completed Apr 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants