Skip to content
Snippets Groups Projects
package-lock.json 690 KiB
Newer Older
DD Liu's avatar
DD Liu committed
{
  "name": "scratch-gui",
  "version": "0.1.0",
  "lockfileVersion": 1,
  "requires": true,
  "dependencies": {
    "@babel/cli": {
      "version": "7.10.3",
      "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.10.3.tgz",
      "integrity": "sha512-lWB3yH5/fWY8pi2Kj5/fA+17guJ9feSBw5DNjTju3/nRi9sXnl1JPh7aKQOSvdNbiDbkzzoGYtsr46M8dGmXDQ==",
DD Liu's avatar
DD Liu committed
      "requires": {
        "chokidar": "^2.1.8",
        "commander": "^4.0.1",
DD Liu's avatar
DD Liu committed
        "convert-source-map": "^1.1.0",
        "fs-readdir-recursive": "^1.1.0",
        "glob": "^7.0.0",
        "lodash": "^4.17.13",
        "make-dir": "^2.1.0",
DD Liu's avatar
DD Liu committed
        "slash": "^2.0.0",
        "source-map": "^0.5.0"
DD Liu's avatar
DD Liu committed
      },
      "dependencies": {
        "commander": {
          "version": "4.1.1",
          "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz",
          "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==",
          "dev": true
DD Liu's avatar
DD Liu committed
        }
DD Liu's avatar
DD Liu committed
      }
    },
    "@babel/code-frame": {
      "version": "7.5.5",
      "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.5.5.tgz",
      "integrity": "sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7JjpFw==",
DD Liu's avatar
DD Liu committed
      "requires": {
        "@babel/highlight": "^7.0.0"
      }
    },
    "@babel/compat-data": {
      "version": "7.10.3",
      "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.10.3.tgz",
      "integrity": "sha512-BDIfJ9uNZuI0LajPfoYV28lX8kyCPMHY6uY4WH1lJdcicmAfxCK5ASzaeV0D/wsUaRH/cLk+amuxtC37sZ8TUg==",
      "dev": true,
      "requires": {
        "browserslist": "^4.12.0",
        "invariant": "^2.2.4",
        "semver": "^5.5.0"
      }
    },
DD Liu's avatar
DD Liu committed
    "@babel/core": {
      "version": "7.10.3",
      "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.10.3.tgz",
      "integrity": "sha512-5YqWxYE3pyhIi84L84YcwjeEgS+fa7ZjK6IBVGTjDVfm64njkR2lfDhVR5OudLk8x2GK59YoSyVv+L/03k1q9w==",
DD Liu's avatar
DD Liu committed
      "requires": {
        "@babel/code-frame": "^7.10.3",
        "@babel/generator": "^7.10.3",
        "@babel/helper-module-transforms": "^7.10.1",
        "@babel/helpers": "^7.10.1",
        "@babel/parser": "^7.10.3",
        "@babel/template": "^7.10.3",
        "@babel/traverse": "^7.10.3",
        "@babel/types": "^7.10.3",
        "convert-source-map": "^1.7.0",
DD Liu's avatar
DD Liu committed
        "debug": "^4.1.0",
        "gensync": "^1.0.0-beta.1",
        "json5": "^2.1.2",
DD Liu's avatar
DD Liu committed
        "lodash": "^4.17.13",
        "resolve": "^1.3.2",
        "semver": "^5.4.1",
        "source-map": "^0.5.0"
      },
      "dependencies": {
        "@babel/code-frame": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.3.tgz",
          "integrity": "sha512-fDx9eNW0qz0WkUeqL6tXEXzVlPh6Y5aCDEZesl0xBGA8ndRukX91Uk44ZqnkECp01NAZUdCAl+aiQNGi0k88Eg==",
          "dev": true,
          "requires": {
          }
        },
        "@babel/generator": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.10.3.tgz",
          "integrity": "sha512-drt8MUHbEqRzNR0xnF8nMehbY11b1SDkRw03PSNH/3Rb2Z35oxkddVSi3rcaak0YJQ86PCuE7Qx1jSFhbLNBMA==",
          "dev": true,
          "requires": {
            "jsesc": "^2.5.1",
            "lodash": "^4.17.13",
            "source-map": "^0.5.0"
          }
        },
        "@babel/helper-function-name": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.10.3.tgz",
          "integrity": "sha512-FvSj2aiOd8zbeqijjgqdMDSyxsGHaMt5Tr0XjQsGKHD3/1FP3wksjnLAWzxw7lvXiej8W1Jt47SKTZ6upQNiRw==",
          "dev": true,
          "requires": {
            "@babel/helper-get-function-arity": "^7.10.3",
            "@babel/template": "^7.10.3",
            "@babel/types": "^7.10.3"
          }
        },
        "@babel/helper-get-function-arity": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.3.tgz",
          "integrity": "sha512-iUD/gFsR+M6uiy69JA6fzM5seno8oE85IYZdbVVEuQaZlEzMO2MXblh+KSPJgsZAUx0EEbWXU0yJaW7C9CdAVg==",
          "dev": true,
          "requires": {
          }
        },
        "@babel/helper-split-export-declaration": {
          "version": "7.10.1",
          "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.1.tgz",
          "integrity": "sha512-UQ1LVBPrYdbchNhLwj6fetj46BcFwfS4NllJo/1aJsT+1dLTEnXJL0qHqtY7gPzF8S2fXBJamf1biAXV3X077g==",
          "dev": true,
          "requires": {
            "@babel/types": "^7.10.1"
          }
        },
        "@babel/helper-validator-identifier": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.3.tgz",
          "integrity": "sha512-bU8JvtlYpJSBPuj1VUmKpFGaDZuLxASky3LhaKj3bmpSTY6VWooSM8msk+Z0CZoErFye2tlABF6yDkT3FOPAXw==",
          "dev": true
        },
        "@babel/highlight": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.3.tgz",
          "integrity": "sha512-Ih9B/u7AtgEnySE2L2F0Xm0GaM729XqqLfHkalTsbjXGyqmf/6M0Cu0WpvqueUlW+xk88BHw9Nkpj49naU+vWw==",
          "dev": true,
          "requires": {
            "@babel/helper-validator-identifier": "^7.10.3",
            "chalk": "^2.0.0",
            "js-tokens": "^4.0.0"
          }
        },
        "@babel/parser": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.10.3.tgz",
          "integrity": "sha512-oJtNJCMFdIMwXGmx+KxuaD7i3b8uS7TTFYW/FNG2BT8m+fmGHoiPYoH0Pe3gya07WuFmM5FCDIr1x0irkD/hyA==",
          "dev": true
        },
        "@babel/template": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.10.3.tgz",
          "integrity": "sha512-5BjI4gdtD+9fHZUsaxPHPNpwa+xRkDO7c7JbhYn2afvrkDu5SfAAbi9AIMXw2xEhO/BR35TqiW97IqNvCo/GqA==",
          "dev": true,
          "requires": {
            "@babel/code-frame": "^7.10.3",
            "@babel/parser": "^7.10.3",
            "@babel/types": "^7.10.3"
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.10.3.tgz",
          "integrity": "sha512-qO6623eBFhuPm0TmmrUFMT1FulCmsSeJuVGhiLodk2raUDFhhTECLd9E9jC4LBIWziqt4wgF6KuXE4d+Jz9yug==",
          "dev": true,
          "requires": {
            "@babel/code-frame": "^7.10.3",
            "@babel/generator": "^7.10.3",
            "@babel/helper-function-name": "^7.10.3",
            "@babel/helper-split-export-declaration": "^7.10.1",
            "@babel/parser": "^7.10.3",
            "@babel/types": "^7.10.3",
            "debug": "^4.1.0",
            "globals": "^11.1.0",
            "lodash": "^4.17.13"
          }
        },
        "@babel/types": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.3.tgz",
          "integrity": "sha512-nZxaJhBXBQ8HVoIcGsf9qWep3Oh3jCENK54V4mRF7qaJabVsAYdbTtmSD8WmAp1R6ytPiu5apMwSXyxB1WlaBA==",
          "dev": true,
          "requires": {
            "@babel/helper-validator-identifier": "^7.10.3",
            "lodash": "^4.17.13",
            "to-fast-properties": "^2.0.0"
          }
        },
        "convert-source-map": {
          "version": "1.7.0",
          "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz",
          "integrity": "sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==",
          "dev": true,
          "requires": {
            "safe-buffer": "~5.1.1"
          }
        },
DD Liu's avatar
DD Liu committed
        "debug": {
          "version": "4.1.1",
          "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz",
          "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==",
DD Liu's avatar
DD Liu committed
          "requires": {
            "ms": "^2.1.1"
          }
        },
        "ms": {
          "version": "2.1.2",
          "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
          "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
          "dev": true
DD Liu's avatar
DD Liu committed
        }
      }
    },
    "@babel/generator": {
DD Liu's avatar
DD Liu committed
      "version": "7.6.4",
      "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.6.4.tgz",
      "integrity": "sha512-jsBuXkFoZxk0yWLyGI9llT9oiQ2FeTASmRFE32U+aaDTfoE92t78eroO7PTpU/OrYq38hlcDM6vbfLDaOLy+7w==",
DD Liu's avatar
DD Liu committed
      "requires": {
DD Liu's avatar
DD Liu committed
        "@babel/types": "^7.6.3",
DD Liu's avatar
DD Liu committed
        "jsesc": "^2.5.1",
        "lodash": "^4.17.13",
        "source-map": "^0.5.0"
DD Liu's avatar
DD Liu committed
      }
    },
    "@babel/helper-annotate-as-pure": {
DD Liu's avatar
DD Liu committed
      "version": "7.0.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz",
      "integrity": "sha512-3UYcJUj9kvSLbLbUIfQTqzcy5VX7GRZ/CCDrnOaZorFFM01aXp1+GJwuFGV4NDDoAS+mOUyHcO6UD/RfqOks3Q==",
DD Liu's avatar
DD Liu committed
      "dev": true,
      "requires": {
DD Liu's avatar
DD Liu committed
        "@babel/types": "^7.0.0"
DD Liu's avatar
DD Liu committed
      }
    },
    "@babel/helper-builder-binary-assignment-operator-visitor": {
      "version": "7.10.3",
      "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.10.3.tgz",
      "integrity": "sha512-lo4XXRnBlU6eRM92FkiZxpo1xFLmv3VsPFk61zJKMm7XYJfwqXHsYJTY6agoc4a3L8QPw1HqWehO18coZgbT6A==",
DD Liu's avatar
DD Liu committed
      "dev": true,
      "requires": {
        "@babel/helper-explode-assignable-expression": "^7.10.3",
        "@babel/types": "^7.10.3"
        "@babel/helper-validator-identifier": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.3.tgz",
          "integrity": "sha512-bU8JvtlYpJSBPuj1VUmKpFGaDZuLxASky3LhaKj3bmpSTY6VWooSM8msk+Z0CZoErFye2tlABF6yDkT3FOPAXw==",
          "dev": true
        },
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.3.tgz",
          "integrity": "sha512-nZxaJhBXBQ8HVoIcGsf9qWep3Oh3jCENK54V4mRF7qaJabVsAYdbTtmSD8WmAp1R6ytPiu5apMwSXyxB1WlaBA==",
            "@babel/helper-validator-identifier": "^7.10.3",
            "lodash": "^4.17.13",
            "to-fast-properties": "^2.0.0"
          }
        }
DD Liu's avatar
DD Liu committed
      }
    },
    "@babel/helper-builder-react-jsx": {
      "version": "7.10.1",
      "resolved": "https://registry.npmjs.org/@babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.10.1.tgz",
      "integrity": "sha512-KXzzpyWhXgzjXIlJU1ZjIXzUPdej1suE6vzqgImZ/cpAsR/CC8gUcX4EWRmDfWz/cs6HOCPMBIJ3nKoXt3BFuw==",
DD Liu's avatar
DD Liu committed
      "dev": true,
      "requires": {
        "@babel/helper-annotate-as-pure": "^7.10.1",
        "@babel/types": "^7.10.1"
      },
      "dependencies": {
        "@babel/helper-annotate-as-pure": {
          "version": "7.10.1",
          "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.1.tgz",
          "integrity": "sha512-ewp3rvJEwLaHgyWGe4wQssC2vjks3E80WiUe2BpMb0KhreTjMROCbxXcEovTrbeGVdQct5VjQfrv9EgC+xMzCw==",
          "dev": true,
          "requires": {
            "@babel/types": "^7.10.1"
          }
        },
        "@babel/helper-validator-identifier": {
          "version": "7.10.1",
          "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.1.tgz",
          "integrity": "sha512-5vW/JXLALhczRCWP0PnFDMCJAchlBvM7f4uk/jXritBnIa6E1KmqmtrS3yn1LAnxFBypQ3eneLuXjsnfQsgILw==",
          "dev": true
        },
        "@babel/types": {
          "version": "7.10.1",
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.1.tgz",
          "integrity": "sha512-L2yqUOpf3tzlW9GVuipgLEcZxnO+96SzR6fjXMuxxNkIgFJ5+07mHCZ+HkHqaeZu8+3LKnNJJ1bKbjBETQAsrA==",
          "dev": true,
          "requires": {
            "@babel/helper-validator-identifier": "^7.10.1",
            "lodash": "^4.17.13",
            "to-fast-properties": "^2.0.0"
          }
        }
      }
    },
    "@babel/helper-builder-react-jsx-experimental": {
      "version": "7.10.1",
      "resolved": "https://registry.npmjs.org/@babel/helper-builder-react-jsx-experimental/-/helper-builder-react-jsx-experimental-7.10.1.tgz",
      "integrity": "sha512-irQJ8kpQUV3JasXPSFQ+LCCtJSc5ceZrPFVj6TElR6XCHssi3jV8ch3odIrNtjJFRZZVbrOEfJMI79TPU/h1pQ==",
      "dev": true,
      "requires": {
        "@babel/helper-annotate-as-pure": "^7.10.1",
        "@babel/helper-module-imports": "^7.10.1",
        "@babel/types": "^7.10.1"
      },
      "dependencies": {
        "@babel/helper-annotate-as-pure": {
          "version": "7.10.1",
          "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.1.tgz",
          "integrity": "sha512-ewp3rvJEwLaHgyWGe4wQssC2vjks3E80WiUe2BpMb0KhreTjMROCbxXcEovTrbeGVdQct5VjQfrv9EgC+xMzCw==",
          "dev": true,
          "requires": {
            "@babel/types": "^7.10.1"
          }
        },
        "@babel/helper-module-imports": {
          "version": "7.10.1",
          "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.10.1.tgz",
          "integrity": "sha512-SFxgwYmZ3HZPyZwJRiVNLRHWuW2OgE5k2nrVs6D9Iv4PPnXVffuEHy83Sfx/l4SqF+5kyJXjAyUmrG7tNm+qVg==",
          "dev": true,
          "requires": {
            "@babel/types": "^7.10.1"
          }
        },
        "@babel/helper-validator-identifier": {
          "version": "7.10.1",
          "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.1.tgz",
          "integrity": "sha512-5vW/JXLALhczRCWP0PnFDMCJAchlBvM7f4uk/jXritBnIa6E1KmqmtrS3yn1LAnxFBypQ3eneLuXjsnfQsgILw==",
          "dev": true
        },
        "@babel/types": {
          "version": "7.10.1",
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.1.tgz",
          "integrity": "sha512-L2yqUOpf3tzlW9GVuipgLEcZxnO+96SzR6fjXMuxxNkIgFJ5+07mHCZ+HkHqaeZu8+3LKnNJJ1bKbjBETQAsrA==",
          "dev": true,
          "requires": {
            "@babel/helper-validator-identifier": "^7.10.1",
            "lodash": "^4.17.13",
            "to-fast-properties": "^2.0.0"
          }
        }
    "@babel/helper-compilation-targets": {
      "version": "7.10.2",
      "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.10.2.tgz",
      "integrity": "sha512-hYgOhF4To2UTB4LTaZepN/4Pl9LD4gfbJx8A34mqoluT8TLbof1mhUlYuNWTEebONa8+UlCC4X0TEXu7AOUyGA==",
        "@babel/compat-data": "^7.10.1",
        "browserslist": "^4.12.0",
        "invariant": "^2.2.4",
        "levenary": "^1.1.1",
        "semver": "^5.5.0"
      }
    },
    "@babel/helper-create-class-features-plugin": {
      "version": "7.10.3",
      "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.10.3.tgz",
      "integrity": "sha512-iRT9VwqtdFmv7UheJWthGc/h2s7MqoweBF9RUj77NFZsg9VfISvBTum3k6coAhJ8RWv2tj3yUjA03HxPd0vfpQ==",
        "@babel/helper-function-name": "^7.10.3",
        "@babel/helper-member-expression-to-functions": "^7.10.3",
        "@babel/helper-optimise-call-expression": "^7.10.3",
        "@babel/helper-plugin-utils": "^7.10.3",
        "@babel/helper-replace-supers": "^7.10.1",
        "@babel/helper-split-export-declaration": "^7.10.1"
      },
      "dependencies": {
        "@babel/code-frame": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.3.tgz",
          "integrity": "sha512-fDx9eNW0qz0WkUeqL6tXEXzVlPh6Y5aCDEZesl0xBGA8ndRukX91Uk44ZqnkECp01NAZUdCAl+aiQNGi0k88Eg==",
          }
        },
        "@babel/helper-function-name": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.10.3.tgz",
          "integrity": "sha512-FvSj2aiOd8zbeqijjgqdMDSyxsGHaMt5Tr0XjQsGKHD3/1FP3wksjnLAWzxw7lvXiej8W1Jt47SKTZ6upQNiRw==",
            "@babel/helper-get-function-arity": "^7.10.3",
            "@babel/template": "^7.10.3",
            "@babel/types": "^7.10.3"
          }
        },
        "@babel/helper-get-function-arity": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.3.tgz",
          "integrity": "sha512-iUD/gFsR+M6uiy69JA6fzM5seno8oE85IYZdbVVEuQaZlEzMO2MXblh+KSPJgsZAUx0EEbWXU0yJaW7C9CdAVg==",
          }
        },
        "@babel/helper-plugin-utils": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.3.tgz",
          "integrity": "sha512-j/+j8NAWUTxOtx4LKHybpSClxHoq6I91DQ/mKgAXn5oNUPIUiGppjPIX3TDtJWPrdfP9Kfl7e4fgVMiQR9VE/g==",
          "dev": true
        },
        "@babel/helper-split-export-declaration": {
          "version": "7.10.1",
          "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.1.tgz",
          "integrity": "sha512-UQ1LVBPrYdbchNhLwj6fetj46BcFwfS4NllJo/1aJsT+1dLTEnXJL0qHqtY7gPzF8S2fXBJamf1biAXV3X077g==",
            "@babel/types": "^7.10.1"
        "@babel/helper-validator-identifier": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.3.tgz",
          "integrity": "sha512-bU8JvtlYpJSBPuj1VUmKpFGaDZuLxASky3LhaKj3bmpSTY6VWooSM8msk+Z0CZoErFye2tlABF6yDkT3FOPAXw==",
          "dev": true
        },
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.3.tgz",
          "integrity": "sha512-Ih9B/u7AtgEnySE2L2F0Xm0GaM729XqqLfHkalTsbjXGyqmf/6M0Cu0WpvqueUlW+xk88BHw9Nkpj49naU+vWw==",
            "@babel/helper-validator-identifier": "^7.10.3",
            "chalk": "^2.0.0",
            "js-tokens": "^4.0.0"
          }
        },
        "@babel/parser": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.10.3.tgz",
          "integrity": "sha512-oJtNJCMFdIMwXGmx+KxuaD7i3b8uS7TTFYW/FNG2BT8m+fmGHoiPYoH0Pe3gya07WuFmM5FCDIr1x0irkD/hyA==",
          "dev": true
        },
        "@babel/template": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.10.3.tgz",
          "integrity": "sha512-5BjI4gdtD+9fHZUsaxPHPNpwa+xRkDO7c7JbhYn2afvrkDu5SfAAbi9AIMXw2xEhO/BR35TqiW97IqNvCo/GqA==",
            "@babel/code-frame": "^7.10.3",
            "@babel/parser": "^7.10.3",
            "@babel/types": "^7.10.3"
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.3.tgz",
          "integrity": "sha512-nZxaJhBXBQ8HVoIcGsf9qWep3Oh3jCENK54V4mRF7qaJabVsAYdbTtmSD8WmAp1R6ytPiu5apMwSXyxB1WlaBA==",
            "@babel/helper-validator-identifier": "^7.10.3",
            "lodash": "^4.17.13",
            "to-fast-properties": "^2.0.0"
          }
        }
      }
    },
    "@babel/helper-create-regexp-features-plugin": {
      "version": "7.10.1",
      "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.10.1.tgz",
      "integrity": "sha512-Rx4rHS0pVuJn5pJOqaqcZR4XSgeF9G/pO/79t+4r7380tXFJdzImFnxMU19f83wjSrmKHq6myrM10pFHTGzkUA==",
        "@babel/helper-annotate-as-pure": "^7.10.1",
        "@babel/helper-regex": "^7.10.1",
        "regexpu-core": "^4.7.0"
      },
      "dependencies": {
        "@babel/helper-annotate-as-pure": {
          "version": "7.10.1",
          "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.1.tgz",
          "integrity": "sha512-ewp3rvJEwLaHgyWGe4wQssC2vjks3E80WiUe2BpMb0KhreTjMROCbxXcEovTrbeGVdQct5VjQfrv9EgC+xMzCw==",
            "@babel/types": "^7.10.1"
        "@babel/helper-validator-identifier": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.3.tgz",
          "integrity": "sha512-bU8JvtlYpJSBPuj1VUmKpFGaDZuLxASky3LhaKj3bmpSTY6VWooSM8msk+Z0CZoErFye2tlABF6yDkT3FOPAXw==",
          "dev": true
        },
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.3.tgz",
          "integrity": "sha512-nZxaJhBXBQ8HVoIcGsf9qWep3Oh3jCENK54V4mRF7qaJabVsAYdbTtmSD8WmAp1R6ytPiu5apMwSXyxB1WlaBA==",
            "@babel/helper-validator-identifier": "^7.10.3",
            "lodash": "^4.17.13",
            "to-fast-properties": "^2.0.0"
          }
        }
DD Liu's avatar
DD Liu committed
      }
    },
    "@babel/helper-define-map": {
      "version": "7.10.3",
      "resolved": "https://registry.npmjs.org/@babel/helper-define-map/-/helper-define-map-7.10.3.tgz",
      "integrity": "sha512-bxRzDi4Sin/k0drWCczppOhov1sBSdBvXJObM1NLHQzjhXhwRtn7aRWGvLJWCYbuu2qUk3EKs6Ci9C9ps8XokQ==",
DD Liu's avatar
DD Liu committed
      "dev": true,
      "requires": {
        "@babel/helper-function-name": "^7.10.3",
        "@babel/types": "^7.10.3",
DD Liu's avatar
DD Liu committed
        "lodash": "^4.17.13"
      },
      "dependencies": {
        "@babel/code-frame": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.3.tgz",
          "integrity": "sha512-fDx9eNW0qz0WkUeqL6tXEXzVlPh6Y5aCDEZesl0xBGA8ndRukX91Uk44ZqnkECp01NAZUdCAl+aiQNGi0k88Eg==",
          }
        },
        "@babel/helper-function-name": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.10.3.tgz",
          "integrity": "sha512-FvSj2aiOd8zbeqijjgqdMDSyxsGHaMt5Tr0XjQsGKHD3/1FP3wksjnLAWzxw7lvXiej8W1Jt47SKTZ6upQNiRw==",
            "@babel/helper-get-function-arity": "^7.10.3",
            "@babel/template": "^7.10.3",
            "@babel/types": "^7.10.3"
          }
        },
        "@babel/helper-get-function-arity": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.3.tgz",
          "integrity": "sha512-iUD/gFsR+M6uiy69JA6fzM5seno8oE85IYZdbVVEuQaZlEzMO2MXblh+KSPJgsZAUx0EEbWXU0yJaW7C9CdAVg==",
        "@babel/helper-validator-identifier": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.3.tgz",
          "integrity": "sha512-bU8JvtlYpJSBPuj1VUmKpFGaDZuLxASky3LhaKj3bmpSTY6VWooSM8msk+Z0CZoErFye2tlABF6yDkT3FOPAXw==",
          "dev": true
        },
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.3.tgz",
          "integrity": "sha512-Ih9B/u7AtgEnySE2L2F0Xm0GaM729XqqLfHkalTsbjXGyqmf/6M0Cu0WpvqueUlW+xk88BHw9Nkpj49naU+vWw==",
            "@babel/helper-validator-identifier": "^7.10.3",
            "chalk": "^2.0.0",
            "js-tokens": "^4.0.0"
          }
        },
        "@babel/parser": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.10.3.tgz",
          "integrity": "sha512-oJtNJCMFdIMwXGmx+KxuaD7i3b8uS7TTFYW/FNG2BT8m+fmGHoiPYoH0Pe3gya07WuFmM5FCDIr1x0irkD/hyA==",
          "dev": true
        },
        "@babel/template": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.10.3.tgz",
          "integrity": "sha512-5BjI4gdtD+9fHZUsaxPHPNpwa+xRkDO7c7JbhYn2afvrkDu5SfAAbi9AIMXw2xEhO/BR35TqiW97IqNvCo/GqA==",
            "@babel/code-frame": "^7.10.3",
            "@babel/parser": "^7.10.3",
            "@babel/types": "^7.10.3"
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.3.tgz",
          "integrity": "sha512-nZxaJhBXBQ8HVoIcGsf9qWep3Oh3jCENK54V4mRF7qaJabVsAYdbTtmSD8WmAp1R6ytPiu5apMwSXyxB1WlaBA==",
            "@babel/helper-validator-identifier": "^7.10.3",
            "lodash": "^4.17.13",
            "to-fast-properties": "^2.0.0"
          }
        }
DD Liu's avatar
DD Liu committed
      }
    },
    "@babel/helper-explode-assignable-expression": {
      "version": "7.10.3",
      "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.10.3.tgz",
      "integrity": "sha512-0nKcR64XrOC3lsl+uhD15cwxPvaB6QKUDlD84OT9C3myRbhJqTMYir69/RWItUvHpharv0eJ/wk7fl34ONSwZw==",
DD Liu's avatar
DD Liu committed
      "dev": true,
      "requires": {
        "@babel/traverse": "^7.10.3",
        "@babel/types": "^7.10.3"
      },
      "dependencies": {
        "@babel/code-frame": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.3.tgz",
          "integrity": "sha512-fDx9eNW0qz0WkUeqL6tXEXzVlPh6Y5aCDEZesl0xBGA8ndRukX91Uk44ZqnkECp01NAZUdCAl+aiQNGi0k88Eg==",
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.10.3.tgz",
          "integrity": "sha512-drt8MUHbEqRzNR0xnF8nMehbY11b1SDkRw03PSNH/3Rb2Z35oxkddVSi3rcaak0YJQ86PCuE7Qx1jSFhbLNBMA==",
            "jsesc": "^2.5.1",
            "lodash": "^4.17.13",
            "source-map": "^0.5.0"
          }
        },
        "@babel/helper-function-name": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.10.3.tgz",
          "integrity": "sha512-FvSj2aiOd8zbeqijjgqdMDSyxsGHaMt5Tr0XjQsGKHD3/1FP3wksjnLAWzxw7lvXiej8W1Jt47SKTZ6upQNiRw==",
            "@babel/helper-get-function-arity": "^7.10.3",
            "@babel/template": "^7.10.3",
            "@babel/types": "^7.10.3"
          }
        },
        "@babel/helper-get-function-arity": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.3.tgz",
          "integrity": "sha512-iUD/gFsR+M6uiy69JA6fzM5seno8oE85IYZdbVVEuQaZlEzMO2MXblh+KSPJgsZAUx0EEbWXU0yJaW7C9CdAVg==",
          }
        },
        "@babel/helper-split-export-declaration": {
          "version": "7.10.1",
          "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.1.tgz",
          "integrity": "sha512-UQ1LVBPrYdbchNhLwj6fetj46BcFwfS4NllJo/1aJsT+1dLTEnXJL0qHqtY7gPzF8S2fXBJamf1biAXV3X077g==",
            "@babel/types": "^7.10.1"
        "@babel/helper-validator-identifier": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.3.tgz",
          "integrity": "sha512-bU8JvtlYpJSBPuj1VUmKpFGaDZuLxASky3LhaKj3bmpSTY6VWooSM8msk+Z0CZoErFye2tlABF6yDkT3FOPAXw==",
          "dev": true
        },
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.3.tgz",
          "integrity": "sha512-Ih9B/u7AtgEnySE2L2F0Xm0GaM729XqqLfHkalTsbjXGyqmf/6M0Cu0WpvqueUlW+xk88BHw9Nkpj49naU+vWw==",
            "@babel/helper-validator-identifier": "^7.10.3",
            "chalk": "^2.0.0",
            "js-tokens": "^4.0.0"
          }
        },
        "@babel/parser": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.10.3.tgz",
          "integrity": "sha512-oJtNJCMFdIMwXGmx+KxuaD7i3b8uS7TTFYW/FNG2BT8m+fmGHoiPYoH0Pe3gya07WuFmM5FCDIr1x0irkD/hyA==",
          "dev": true
        },
        "@babel/template": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.10.3.tgz",
          "integrity": "sha512-5BjI4gdtD+9fHZUsaxPHPNpwa+xRkDO7c7JbhYn2afvrkDu5SfAAbi9AIMXw2xEhO/BR35TqiW97IqNvCo/GqA==",
            "@babel/code-frame": "^7.10.3",
            "@babel/parser": "^7.10.3",
            "@babel/types": "^7.10.3"
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.10.3.tgz",
          "integrity": "sha512-qO6623eBFhuPm0TmmrUFMT1FulCmsSeJuVGhiLodk2raUDFhhTECLd9E9jC4LBIWziqt4wgF6KuXE4d+Jz9yug==",
            "@babel/code-frame": "^7.10.3",
            "@babel/generator": "^7.10.3",
            "@babel/helper-function-name": "^7.10.3",
            "@babel/helper-split-export-declaration": "^7.10.1",
            "@babel/parser": "^7.10.3",
            "@babel/types": "^7.10.3",
            "debug": "^4.1.0",
            "globals": "^11.1.0",
            "lodash": "^4.17.13"
          }
        },
        "@babel/types": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.3.tgz",
          "integrity": "sha512-nZxaJhBXBQ8HVoIcGsf9qWep3Oh3jCENK54V4mRF7qaJabVsAYdbTtmSD8WmAp1R6ytPiu5apMwSXyxB1WlaBA==",
            "@babel/helper-validator-identifier": "^7.10.3",
            "lodash": "^4.17.13",
            "to-fast-properties": "^2.0.0"
          }
        },
        "debug": {
          "version": "4.1.1",
          "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz",
          "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==",
          "dev": true,
          "requires": {
            "ms": "^2.1.1"
          }
        },
        "ms": {
          "version": "2.1.2",
          "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
          "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
          "dev": true
        }
DD Liu's avatar
DD Liu committed
      }
    },
    "@babel/helper-function-name": {
DD Liu's avatar
DD Liu committed
      "version": "7.1.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.1.0.tgz",
      "integrity": "sha512-A95XEoCpb3TO+KZzJ4S/5uW5fNe26DjBGqf1o9ucyLyCmi1dXq/B3c8iaWTfBk3VvetUxl16e8tIrd5teOCfGw==",
DD Liu's avatar
DD Liu committed
      "requires": {
DD Liu's avatar
DD Liu committed
        "@babel/helper-get-function-arity": "^7.0.0",
        "@babel/template": "^7.1.0",
        "@babel/types": "^7.0.0"
DD Liu's avatar
DD Liu committed
      }
    },
    "@babel/helper-get-function-arity": {
DD Liu's avatar
DD Liu committed
      "version": "7.0.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz",
      "integrity": "sha512-r2DbJeg4svYvt3HOS74U4eWKsUAMRH01Z1ds1zx8KNTPtpTL5JAsdFv8BNyOpVqdFhHkkRDIg5B4AsxmkjAlmQ==",
DD Liu's avatar
DD Liu committed
      "requires": {
DD Liu's avatar
DD Liu committed
        "@babel/types": "^7.0.0"
DD Liu's avatar
DD Liu committed
      }
    },
    "@babel/helper-hoist-variables": {
      "version": "7.10.3",
      "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.10.3.tgz",
      "integrity": "sha512-9JyafKoBt5h20Yv1+BXQMdcXXavozI1vt401KBiRc2qzUepbVnd7ogVNymY1xkQN9fekGwfxtotH2Yf5xsGzgg==",
DD Liu's avatar
DD Liu committed
      "dev": true,
      "requires": {
        "@babel/helper-validator-identifier": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.3.tgz",
          "integrity": "sha512-bU8JvtlYpJSBPuj1VUmKpFGaDZuLxASky3LhaKj3bmpSTY6VWooSM8msk+Z0CZoErFye2tlABF6yDkT3FOPAXw==",
          "dev": true
        },
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.3.tgz",
          "integrity": "sha512-nZxaJhBXBQ8HVoIcGsf9qWep3Oh3jCENK54V4mRF7qaJabVsAYdbTtmSD8WmAp1R6ytPiu5apMwSXyxB1WlaBA==",
            "@babel/helper-validator-identifier": "^7.10.3",
            "lodash": "^4.17.13",
            "to-fast-properties": "^2.0.0"
          }
        }
DD Liu's avatar
DD Liu committed
      }
    },
    "@babel/helper-member-expression-to-functions": {
      "version": "7.10.3",
      "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.10.3.tgz",
      "integrity": "sha512-q7+37c4EPLSjNb2NmWOjNwj0+BOyYlssuQ58kHEWk1Z78K5i8vTUsteq78HMieRPQSl/NtpQyJfdjt3qZ5V2vw==",
DD Liu's avatar
DD Liu committed
      "dev": true,
      "requires": {
        "@babel/helper-validator-identifier": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.3.tgz",
          "integrity": "sha512-bU8JvtlYpJSBPuj1VUmKpFGaDZuLxASky3LhaKj3bmpSTY6VWooSM8msk+Z0CZoErFye2tlABF6yDkT3FOPAXw==",
          "dev": true
        },
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.3.tgz",
          "integrity": "sha512-nZxaJhBXBQ8HVoIcGsf9qWep3Oh3jCENK54V4mRF7qaJabVsAYdbTtmSD8WmAp1R6ytPiu5apMwSXyxB1WlaBA==",
            "@babel/helper-validator-identifier": "^7.10.3",
            "lodash": "^4.17.13",
            "to-fast-properties": "^2.0.0"
          }
        }
DD Liu's avatar
DD Liu committed
      }
    },
    "@babel/helper-module-imports": {
DD Liu's avatar
DD Liu committed
      "version": "7.0.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.0.0.tgz",
      "integrity": "sha512-aP/hlLq01DWNEiDg4Jn23i+CXxW/owM4WpDLFUbpjxe4NS3BhLVZQ5i7E0ZrxuQ/vwekIeciyamgB1UIYxxM6A==",
DD Liu's avatar
DD Liu committed
      "dev": true,
      "requires": {
DD Liu's avatar
DD Liu committed
        "@babel/types": "^7.0.0"
DD Liu's avatar
DD Liu committed
      }
    },
    "@babel/helper-module-transforms": {
      "version": "7.10.1",
      "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.10.1.tgz",
      "integrity": "sha512-RLHRCAzyJe7Q7sF4oy2cB+kRnU4wDZY/H2xJFGof+M+SJEGhZsb+GFj5j1AD8NiSaVBJ+Pf0/WObiXu/zxWpFg==",
DD Liu's avatar
DD Liu committed
      "dev": true,
      "requires": {
        "@babel/helper-module-imports": "^7.10.1",
        "@babel/helper-replace-supers": "^7.10.1",
        "@babel/helper-simple-access": "^7.10.1",
        "@babel/helper-split-export-declaration": "^7.10.1",
        "@babel/template": "^7.10.1",
        "@babel/types": "^7.10.1",
DD Liu's avatar
DD Liu committed
        "lodash": "^4.17.13"
      },
      "dependencies": {
        "@babel/code-frame": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.3.tgz",
          "integrity": "sha512-fDx9eNW0qz0WkUeqL6tXEXzVlPh6Y5aCDEZesl0xBGA8ndRukX91Uk44ZqnkECp01NAZUdCAl+aiQNGi0k88Eg==",
          }
        },
        "@babel/helper-module-imports": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.10.3.tgz",
          "integrity": "sha512-Jtqw5M9pahLSUWA+76nhK9OG8nwYXzhQzVIGFoNaHnXF/r4l7kz4Fl0UAW7B6mqC5myoJiBP5/YQlXQTMfHI9w==",
          }
        },
        "@babel/helper-split-export-declaration": {
          "version": "7.10.1",
          "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.1.tgz",
          "integrity": "sha512-UQ1LVBPrYdbchNhLwj6fetj46BcFwfS4NllJo/1aJsT+1dLTEnXJL0qHqtY7gPzF8S2fXBJamf1biAXV3X077g==",
            "@babel/types": "^7.10.1"
        "@babel/helper-validator-identifier": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.3.tgz",
          "integrity": "sha512-bU8JvtlYpJSBPuj1VUmKpFGaDZuLxASky3LhaKj3bmpSTY6VWooSM8msk+Z0CZoErFye2tlABF6yDkT3FOPAXw==",
          "dev": true
        },
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.3.tgz",
          "integrity": "sha512-Ih9B/u7AtgEnySE2L2F0Xm0GaM729XqqLfHkalTsbjXGyqmf/6M0Cu0WpvqueUlW+xk88BHw9Nkpj49naU+vWw==",
            "@babel/helper-validator-identifier": "^7.10.3",
            "chalk": "^2.0.0",
            "js-tokens": "^4.0.0"
          }
        },
        "@babel/parser": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.10.3.tgz",
          "integrity": "sha512-oJtNJCMFdIMwXGmx+KxuaD7i3b8uS7TTFYW/FNG2BT8m+fmGHoiPYoH0Pe3gya07WuFmM5FCDIr1x0irkD/hyA==",
          "dev": true
        },
        "@babel/template": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.10.3.tgz",
          "integrity": "sha512-5BjI4gdtD+9fHZUsaxPHPNpwa+xRkDO7c7JbhYn2afvrkDu5SfAAbi9AIMXw2xEhO/BR35TqiW97IqNvCo/GqA==",
            "@babel/code-frame": "^7.10.3",
            "@babel/parser": "^7.10.3",
            "@babel/types": "^7.10.3"
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.3.tgz",
          "integrity": "sha512-nZxaJhBXBQ8HVoIcGsf9qWep3Oh3jCENK54V4mRF7qaJabVsAYdbTtmSD8WmAp1R6ytPiu5apMwSXyxB1WlaBA==",
            "@babel/helper-validator-identifier": "^7.10.3",
            "lodash": "^4.17.13",
            "to-fast-properties": "^2.0.0"
          }
        }
DD Liu's avatar
DD Liu committed
      }
    },
    "@babel/helper-optimise-call-expression": {
      "version": "7.10.3",
      "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.3.tgz",
      "integrity": "sha512-kT2R3VBH/cnSz+yChKpaKRJQJWxdGoc6SjioRId2wkeV3bK0wLLioFpJROrX0U4xr/NmxSSAWT/9Ih5snwIIzg==",
DD Liu's avatar
DD Liu committed
      "dev": true,
      "requires": {
        "@babel/helper-validator-identifier": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.3.tgz",
          "integrity": "sha512-bU8JvtlYpJSBPuj1VUmKpFGaDZuLxASky3LhaKj3bmpSTY6VWooSM8msk+Z0CZoErFye2tlABF6yDkT3FOPAXw==",
          "dev": true
        },
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.3.tgz",
          "integrity": "sha512-nZxaJhBXBQ8HVoIcGsf9qWep3Oh3jCENK54V4mRF7qaJabVsAYdbTtmSD8WmAp1R6ytPiu5apMwSXyxB1WlaBA==",
            "@babel/helper-validator-identifier": "^7.10.3",
            "lodash": "^4.17.13",
            "to-fast-properties": "^2.0.0"
          }
        }
DD Liu's avatar
DD Liu committed
      }
    },
    "@babel/helper-plugin-utils": {
      "version": "7.0.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz",
      "integrity": "sha512-CYAOUCARwExnEixLdB6sDm2dIJ/YgEAKDM1MOeMeZu9Ld/bDgVo8aiWrXwcY7OBh+1Ea2uUcVRcxKk0GJvW7QA==",
      "dev": true
DD Liu's avatar
DD Liu committed
    },
    "@babel/helper-regex": {
      "version": "7.10.1",
      "resolved": "https://registry.npmjs.org/@babel/helper-regex/-/helper-regex-7.10.1.tgz",
      "integrity": "sha512-7isHr19RsIJWWLLFn21ubFt223PjQyg1HY7CZEMRr820HttHPpVvrsIN3bUOo44DEfFV4kBXO7Abbn9KTUZV7g==",
DD Liu's avatar
DD Liu committed
      "dev": true,
      "requires": {
        "lodash": "^4.17.13"
      }
    },
    "@babel/helper-remap-async-to-generator": {
DD Liu's avatar
DD Liu committed
      "version": "7.1.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.1.0.tgz",
      "integrity": "sha512-3fOK0L+Fdlg8S5al8u/hWE6vhufGSn0bN09xm2LXMy//REAF8kDCrYoOBKYmA8m5Nom+sV9LyLCwrFynA8/slg==",
DD Liu's avatar
DD Liu committed
      "dev": true,
      "requires": {
DD Liu's avatar
DD Liu committed
        "@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"
DD Liu's avatar
DD Liu committed
      }
    },
    "@babel/helper-replace-supers": {
      "version": "7.10.1",
      "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.10.1.tgz",
      "integrity": "sha512-SOwJzEfpuQwInzzQJGjGaiG578UYmyi2Xw668klPWV5n07B73S0a9btjLk/52Mlcxa+5AdIYqws1KyXRfMoB7A==",
DD Liu's avatar
DD Liu committed
      "dev": true,
      "requires": {
        "@babel/helper-member-expression-to-functions": "^7.10.1",
        "@babel/helper-optimise-call-expression": "^7.10.1",
        "@babel/traverse": "^7.10.1",
        "@babel/types": "^7.10.1"
      },
      "dependencies": {
        "@babel/code-frame": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.3.tgz",
          "integrity": "sha512-fDx9eNW0qz0WkUeqL6tXEXzVlPh6Y5aCDEZesl0xBGA8ndRukX91Uk44ZqnkECp01NAZUdCAl+aiQNGi0k88Eg==",
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.10.3.tgz",
          "integrity": "sha512-drt8MUHbEqRzNR0xnF8nMehbY11b1SDkRw03PSNH/3Rb2Z35oxkddVSi3rcaak0YJQ86PCuE7Qx1jSFhbLNBMA==",
            "jsesc": "^2.5.1",
            "lodash": "^4.17.13",
            "source-map": "^0.5.0"
          }
        },
        "@babel/helper-function-name": {
          "version": "7.10.3",
          "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.10.3.tgz",
          "integrity": "sha512-FvSj2aiOd8zbeqijjgqdMDSyxsGHaMt5Tr0XjQsGKHD3/1FP3wksjnLAWzxw7lvXiej8W1Jt47SKTZ6upQNiRw==",