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.1",
      "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.10.1.tgz",
      "integrity": "sha512-CHvCj7So7iCkGKPRFUfryXIkU2gSBw7VSZFYLsqVhrS47269VK2Hfi9S/YcublPMW8k1u2bQBlbDruoQEm4fgw==",
      "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.2",
      "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.10.2.tgz",
      "integrity": "sha512-KQmV9yguEjQsXqyOUGKjS4+3K8/DlOCE2pZcq4augdQmtTy5iv5EHtmMSJ7V4c1BIPjuwtZYqYLCq9Ga+hGBRQ==",
DD Liu's avatar
DD Liu committed
      "requires": {
        "@babel/code-frame": "^7.10.1",
        "@babel/generator": "^7.10.2",
        "@babel/helper-module-transforms": "^7.10.1",
        "@babel/helpers": "^7.10.1",
        "@babel/parser": "^7.10.2",
        "@babel/template": "^7.10.1",
        "@babel/traverse": "^7.10.1",
        "@babel/types": "^7.10.2",
        "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.1",
          "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.1.tgz",
          "integrity": "sha512-IGhtTmpjGbYzcEDOw7DcQtbQSXcG9ftmAXtWTu9V936vDye4xjjekktFAtgZsWpzTj/X01jocB46mTywm/4SZw==",
          "dev": true,
          "requires": {
            "@babel/highlight": "^7.10.1"
          }
        },
        "@babel/generator": {
          "version": "7.10.2",
          "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.10.2.tgz",
          "integrity": "sha512-AxfBNHNu99DTMvlUPlt1h2+Hn7knPpH5ayJ8OqDWSeLld+Fi2AYBTC/IejWDM9Edcii4UzZRCsbUt0WlSDsDsA==",
          "dev": true,
          "requires": {
            "@babel/types": "^7.10.2",
            "jsesc": "^2.5.1",
            "lodash": "^4.17.13",
            "source-map": "^0.5.0"
          }
        },
        "@babel/helper-function-name": {
          "version": "7.10.1",
          "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.10.1.tgz",
          "integrity": "sha512-fcpumwhs3YyZ/ttd5Rz0xn0TpIwVkN7X0V38B9TWNfVF42KEkhkAAuPCQ3oXmtTRtiPJrmZ0TrfS0GKF0eMaRQ==",
          "dev": true,
          "requires": {
            "@babel/helper-get-function-arity": "^7.10.1",
            "@babel/template": "^7.10.1",
            "@babel/types": "^7.10.1"
          }
        },
        "@babel/helper-get-function-arity": {
          "version": "7.10.1",
          "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.1.tgz",
          "integrity": "sha512-F5qdXkYGOQUb0hpRaPoetF9AnsXknKjWMZ+wmsIRsp5ge5sFh4c3h1eH2pRTTuy9KKAA2+TTYomGXAtEL2fQEw==",
          "dev": true,
          "requires": {
            "@babel/types": "^7.10.1"
          }
        },
        "@babel/helper-member-expression-to-functions": {
          "version": "7.10.1",
          "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.10.1.tgz",
          "integrity": "sha512-u7XLXeM2n50gb6PWJ9hoO5oO7JFPaZtrh35t8RqKLT1jFKj9IWeD1zrcrYp1q1qiZTdEarfDWfTIP8nGsu0h5g==",
          "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-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==",
          "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",
            "lodash": "^4.17.13"
          }
        },
        "@babel/helper-optimise-call-expression": {
          "version": "7.10.1",
          "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.1.tgz",
          "integrity": "sha512-a0DjNS1prnBsoKx83dP2falChcs7p3i8VMzdrSbfLhuQra/2ENC4sbri34dz/rWmDADsmF1q5GbfaXydh0Jbjg==",
          "dev": true,
          "requires": {
            "@babel/types": "^7.10.1"
          }
        },
        "@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==",
          "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"
          }
        },
        "@babel/helper-simple-access": {
          "version": "7.10.1",
          "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.10.1.tgz",
          "integrity": "sha512-VSWpWzRzn9VtgMJBIWTZ+GP107kZdQ4YplJlCmIrjoLVSi/0upixezHCDG8kpPVTBJpKfxTH01wDhh+jS2zKbw==",
          "dev": true,
          "requires": {
            "@babel/template": "^7.10.1",
            "@babel/types": "^7.10.1"
          }
        },
        "@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.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/highlight": {
          "version": "7.10.1",
          "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.1.tgz",
          "integrity": "sha512-8rMof+gVP8mxYZApLF/JgNDAkdKa+aJt3ZYxF8z6+j/hpeXL7iMsKCPHa2jNMHu/qqBwzQF4OHNoYi8dMA/rYg==",
          "dev": true,
          "requires": {
            "@babel/helper-validator-identifier": "^7.10.1",
            "chalk": "^2.0.0",
            "js-tokens": "^4.0.0"
          }
        },
        "@babel/parser": {
          "version": "7.10.2",
          "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.10.2.tgz",
          "integrity": "sha512-PApSXlNMJyB4JiGVhCOlzKIif+TKFTvu0aQAhnTvfP/z3vVSN6ZypH5bfUNwFXXjRQtUEBNFd2PtmCmG2Py3qQ==",
          "dev": true
        },
        "@babel/template": {
          "version": "7.10.1",
          "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.10.1.tgz",
          "integrity": "sha512-OQDg6SqvFSsc9A0ej6SKINWrpJiNonRIniYondK2ViKhB06i3c0s+76XUft71iqBEe9S1OKsHwPAjfHnuvnCig==",
          "dev": true,
          "requires": {
            "@babel/code-frame": "^7.10.1",
            "@babel/parser": "^7.10.1",
            "@babel/types": "^7.10.1"
          }
        },
        "@babel/traverse": {
          "version": "7.10.1",
          "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.10.1.tgz",
          "integrity": "sha512-C/cTuXeKt85K+p08jN6vMDz8vSV0vZcI0wmQ36o6mjbuo++kPMdpOYw23W2XH04dbRt9/nMEfA4W3eR21CD+TQ==",
          "dev": true,
          "requires": {
            "@babel/code-frame": "^7.10.1",
            "@babel/generator": "^7.10.1",
            "@babel/helper-function-name": "^7.10.1",
            "@babel/helper-split-export-declaration": "^7.10.1",
            "@babel/parser": "^7.10.1",
            "@babel/types": "^7.10.1",
            "debug": "^4.1.0",
            "globals": "^11.1.0",
            "lodash": "^4.17.13"
          }
        },
        "@babel/types": {
          "version": "7.10.2",
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.2.tgz",
          "integrity": "sha512-AD3AwWBSz0AWF0AkCN9VPiWrvldXq+/e3cHa4J89vo4ymjz1XwrBFFVZmkJTsQIPNk+ZVomPSXUJqq8yyjZsng==",
          "dev": true,
          "requires": {
            "@babel/helper-validator-identifier": "^7.10.1",
            "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.1",
      "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.10.1.tgz",
      "integrity": "sha512-cQpVq48EkYxUU0xozpGCLla3wlkdRRqLWu1ksFMXA9CM5KQmyyRpSEsYXbao7JUkOw/tAaYKCaYyZq6HOFYtyw==",
DD Liu's avatar
DD Liu committed
      "dev": true,
      "requires": {
        "@babel/helper-explode-assignable-expression": "^7.10.1",
        "@babel/types": "^7.10.1"
      },
      "dependencies": {
        "@babel/types": {
          "version": "7.10.2",
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.2.tgz",
          "integrity": "sha512-AD3AwWBSz0AWF0AkCN9VPiWrvldXq+/e3cHa4J89vo4ymjz1XwrBFFVZmkJTsQIPNk+ZVomPSXUJqq8yyjZsng==",
            "@babel/helper-validator-identifier": "^7.10.1",
            "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.2",
      "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.10.2.tgz",
      "integrity": "sha512-5C/QhkGFh1vqcziq1vAL6SI9ymzUp8BCYjFpvYVhWP4DlATIb3u5q3iUd35mvlyGs8fO7hckkW7i0tmH+5+bvQ==",
        "@babel/helper-function-name": "^7.10.1",
        "@babel/helper-member-expression-to-functions": "^7.10.1",
        "@babel/helper-optimise-call-expression": "^7.10.1",
        "@babel/helper-plugin-utils": "^7.10.1",
        "@babel/helper-replace-supers": "^7.10.1",
        "@babel/helper-split-export-declaration": "^7.10.1"
      },
      "dependencies": {
        "@babel/code-frame": {
          "version": "7.10.1",
          "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.1.tgz",
          "integrity": "sha512-IGhtTmpjGbYzcEDOw7DcQtbQSXcG9ftmAXtWTu9V936vDye4xjjekktFAtgZsWpzTj/X01jocB46mTywm/4SZw==",
            "@babel/highlight": "^7.10.1"
          }
        },
        "@babel/helper-function-name": {
          "version": "7.10.1",
          "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.10.1.tgz",
          "integrity": "sha512-fcpumwhs3YyZ/ttd5Rz0xn0TpIwVkN7X0V38B9TWNfVF42KEkhkAAuPCQ3oXmtTRtiPJrmZ0TrfS0GKF0eMaRQ==",
            "@babel/helper-get-function-arity": "^7.10.1",
            "@babel/template": "^7.10.1",
            "@babel/types": "^7.10.1"
          }
        },
        "@babel/helper-get-function-arity": {
          "version": "7.10.1",
          "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.1.tgz",
          "integrity": "sha512-F5qdXkYGOQUb0hpRaPoetF9AnsXknKjWMZ+wmsIRsp5ge5sFh4c3h1eH2pRTTuy9KKAA2+TTYomGXAtEL2fQEw==",
            "@babel/types": "^7.10.1"
          }
        },
        "@babel/helper-plugin-utils": {
          "version": "7.10.1",
          "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.1.tgz",
          "integrity": "sha512-fvoGeXt0bJc7VMWZGCAEBEMo/HAjW2mP8apF5eXK0wSqwLAVHAISCWRoLMBMUs2kqeaG77jltVqu4Hn8Egl3nA==",
          "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"
          "version": "7.10.1",
          "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.1.tgz",
          "integrity": "sha512-8rMof+gVP8mxYZApLF/JgNDAkdKa+aJt3ZYxF8z6+j/hpeXL7iMsKCPHa2jNMHu/qqBwzQF4OHNoYi8dMA/rYg==",
            "@babel/helper-validator-identifier": "^7.10.1",
            "chalk": "^2.0.0",
            "js-tokens": "^4.0.0"
          }
        },
        "@babel/parser": {
          "version": "7.10.2",
          "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.10.2.tgz",
          "integrity": "sha512-PApSXlNMJyB4JiGVhCOlzKIif+TKFTvu0aQAhnTvfP/z3vVSN6ZypH5bfUNwFXXjRQtUEBNFd2PtmCmG2Py3qQ==",
          "dev": true
        },
        "@babel/template": {
          "version": "7.10.1",
          "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.10.1.tgz",
          "integrity": "sha512-OQDg6SqvFSsc9A0ej6SKINWrpJiNonRIniYondK2ViKhB06i3c0s+76XUft71iqBEe9S1OKsHwPAjfHnuvnCig==",
            "@babel/code-frame": "^7.10.1",
            "@babel/parser": "^7.10.1",
            "@babel/types": "^7.10.1"
          "version": "7.10.2",
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.2.tgz",
          "integrity": "sha512-AD3AwWBSz0AWF0AkCN9VPiWrvldXq+/e3cHa4J89vo4ymjz1XwrBFFVZmkJTsQIPNk+ZVomPSXUJqq8yyjZsng==",
            "@babel/helper-validator-identifier": "^7.10.1",
            "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"
          "version": "7.10.2",
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.2.tgz",
          "integrity": "sha512-AD3AwWBSz0AWF0AkCN9VPiWrvldXq+/e3cHa4J89vo4ymjz1XwrBFFVZmkJTsQIPNk+ZVomPSXUJqq8yyjZsng==",
            "@babel/helper-validator-identifier": "^7.10.1",
            "lodash": "^4.17.13",
            "to-fast-properties": "^2.0.0"
          }
        }
DD Liu's avatar
DD Liu committed
      }
    },
    "@babel/helper-define-map": {
      "version": "7.10.1",
      "resolved": "https://registry.npmjs.org/@babel/helper-define-map/-/helper-define-map-7.10.1.tgz",
      "integrity": "sha512-+5odWpX+OnvkD0Zmq7panrMuAGQBu6aPUgvMzuMGo4R+jUOvealEj2hiqI6WhxgKrTpFoFj0+VdsuA8KDxHBDg==",
DD Liu's avatar
DD Liu committed
      "dev": true,
      "requires": {
        "@babel/helper-function-name": "^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.1",
          "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.1.tgz",
          "integrity": "sha512-IGhtTmpjGbYzcEDOw7DcQtbQSXcG9ftmAXtWTu9V936vDye4xjjekktFAtgZsWpzTj/X01jocB46mTywm/4SZw==",
            "@babel/highlight": "^7.10.1"
          }
        },
        "@babel/helper-function-name": {
          "version": "7.10.1",
          "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.10.1.tgz",
          "integrity": "sha512-fcpumwhs3YyZ/ttd5Rz0xn0TpIwVkN7X0V38B9TWNfVF42KEkhkAAuPCQ3oXmtTRtiPJrmZ0TrfS0GKF0eMaRQ==",
            "@babel/helper-get-function-arity": "^7.10.1",
            "@babel/template": "^7.10.1",
            "@babel/types": "^7.10.1"
          }
        },
        "@babel/helper-get-function-arity": {
          "version": "7.10.1",
          "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.1.tgz",
          "integrity": "sha512-F5qdXkYGOQUb0hpRaPoetF9AnsXknKjWMZ+wmsIRsp5ge5sFh4c3h1eH2pRTTuy9KKAA2+TTYomGXAtEL2fQEw==",
            "@babel/types": "^7.10.1"
          "version": "7.10.1",
          "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.1.tgz",
          "integrity": "sha512-8rMof+gVP8mxYZApLF/JgNDAkdKa+aJt3ZYxF8z6+j/hpeXL7iMsKCPHa2jNMHu/qqBwzQF4OHNoYi8dMA/rYg==",
            "@babel/helper-validator-identifier": "^7.10.1",
            "chalk": "^2.0.0",
            "js-tokens": "^4.0.0"
          }
        },
        "@babel/parser": {
          "version": "7.10.2",
          "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.10.2.tgz",
          "integrity": "sha512-PApSXlNMJyB4JiGVhCOlzKIif+TKFTvu0aQAhnTvfP/z3vVSN6ZypH5bfUNwFXXjRQtUEBNFd2PtmCmG2Py3qQ==",
          "dev": true
        },
        "@babel/template": {
          "version": "7.10.1",
          "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.10.1.tgz",
          "integrity": "sha512-OQDg6SqvFSsc9A0ej6SKINWrpJiNonRIniYondK2ViKhB06i3c0s+76XUft71iqBEe9S1OKsHwPAjfHnuvnCig==",
            "@babel/code-frame": "^7.10.1",
            "@babel/parser": "^7.10.1",
            "@babel/types": "^7.10.1"
          "version": "7.10.2",
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.2.tgz",
          "integrity": "sha512-AD3AwWBSz0AWF0AkCN9VPiWrvldXq+/e3cHa4J89vo4ymjz1XwrBFFVZmkJTsQIPNk+ZVomPSXUJqq8yyjZsng==",
            "@babel/helper-validator-identifier": "^7.10.1",
            "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.1",
      "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.10.1.tgz",
      "integrity": "sha512-vcUJ3cDjLjvkKzt6rHrl767FeE7pMEYfPanq5L16GRtrXIoznc0HykNW2aEYkcnP76P0isoqJ34dDMFZwzEpJg==",
DD Liu's avatar
DD Liu committed
      "dev": true,
      "requires": {
        "@babel/traverse": "^7.10.1",
        "@babel/types": "^7.10.1"
      },
      "dependencies": {
        "@babel/code-frame": {
          "version": "7.10.1",
          "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.1.tgz",
          "integrity": "sha512-IGhtTmpjGbYzcEDOw7DcQtbQSXcG9ftmAXtWTu9V936vDye4xjjekktFAtgZsWpzTj/X01jocB46mTywm/4SZw==",
            "@babel/highlight": "^7.10.1"
          "version": "7.10.2",
          "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.10.2.tgz",
          "integrity": "sha512-AxfBNHNu99DTMvlUPlt1h2+Hn7knPpH5ayJ8OqDWSeLld+Fi2AYBTC/IejWDM9Edcii4UzZRCsbUt0WlSDsDsA==",
            "@babel/types": "^7.10.2",
            "jsesc": "^2.5.1",
            "lodash": "^4.17.13",
            "source-map": "^0.5.0"
          }
        },
        "@babel/helper-function-name": {
          "version": "7.10.1",
          "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.10.1.tgz",
          "integrity": "sha512-fcpumwhs3YyZ/ttd5Rz0xn0TpIwVkN7X0V38B9TWNfVF42KEkhkAAuPCQ3oXmtTRtiPJrmZ0TrfS0GKF0eMaRQ==",
            "@babel/helper-get-function-arity": "^7.10.1",
            "@babel/template": "^7.10.1",
            "@babel/types": "^7.10.1"
          }
        },
        "@babel/helper-get-function-arity": {
          "version": "7.10.1",
          "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.1.tgz",
          "integrity": "sha512-F5qdXkYGOQUb0hpRaPoetF9AnsXknKjWMZ+wmsIRsp5ge5sFh4c3h1eH2pRTTuy9KKAA2+TTYomGXAtEL2fQEw==",
            "@babel/types": "^7.10.1"
          }
        },
        "@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"
          "version": "7.10.1",
          "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.1.tgz",
          "integrity": "sha512-8rMof+gVP8mxYZApLF/JgNDAkdKa+aJt3ZYxF8z6+j/hpeXL7iMsKCPHa2jNMHu/qqBwzQF4OHNoYi8dMA/rYg==",
            "@babel/helper-validator-identifier": "^7.10.1",
            "chalk": "^2.0.0",
            "js-tokens": "^4.0.0"
          }
        },
        "@babel/parser": {
          "version": "7.10.2",
          "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.10.2.tgz",
          "integrity": "sha512-PApSXlNMJyB4JiGVhCOlzKIif+TKFTvu0aQAhnTvfP/z3vVSN6ZypH5bfUNwFXXjRQtUEBNFd2PtmCmG2Py3qQ==",
          "dev": true
        },
        "@babel/template": {
          "version": "7.10.1",
          "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.10.1.tgz",
          "integrity": "sha512-OQDg6SqvFSsc9A0ej6SKINWrpJiNonRIniYondK2ViKhB06i3c0s+76XUft71iqBEe9S1OKsHwPAjfHnuvnCig==",
            "@babel/code-frame": "^7.10.1",
            "@babel/parser": "^7.10.1",
            "@babel/types": "^7.10.1"
          "version": "7.10.1",
          "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.10.1.tgz",
          "integrity": "sha512-C/cTuXeKt85K+p08jN6vMDz8vSV0vZcI0wmQ36o6mjbuo++kPMdpOYw23W2XH04dbRt9/nMEfA4W3eR21CD+TQ==",
            "@babel/code-frame": "^7.10.1",
            "@babel/generator": "^7.10.1",
            "@babel/helper-function-name": "^7.10.1",
            "@babel/helper-split-export-declaration": "^7.10.1",
            "@babel/parser": "^7.10.1",
            "@babel/types": "^7.10.1",
            "debug": "^4.1.0",
            "globals": "^11.1.0",
            "lodash": "^4.17.13"
          }
        },
        "@babel/types": {
          "version": "7.10.2",
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.2.tgz",
          "integrity": "sha512-AD3AwWBSz0AWF0AkCN9VPiWrvldXq+/e3cHa4J89vo4ymjz1XwrBFFVZmkJTsQIPNk+ZVomPSXUJqq8yyjZsng==",
            "@babel/helper-validator-identifier": "^7.10.1",
            "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.1",
      "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.10.1.tgz",
      "integrity": "sha512-vLm5srkU8rI6X3+aQ1rQJyfjvCBLXP8cAGeuw04zeAM2ItKb1e7pmVmLyHb4sDaAYnLL13RHOZPLEtcGZ5xvjg==",
DD Liu's avatar
DD Liu committed
      "dev": true,
      "requires": {
        "@babel/types": "^7.10.1"
      },
      "dependencies": {
        "@babel/types": {
          "version": "7.10.2",
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.2.tgz",
          "integrity": "sha512-AD3AwWBSz0AWF0AkCN9VPiWrvldXq+/e3cHa4J89vo4ymjz1XwrBFFVZmkJTsQIPNk+ZVomPSXUJqq8yyjZsng==",
            "@babel/helper-validator-identifier": "^7.10.1",
            "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.1",
      "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.10.1.tgz",
      "integrity": "sha512-u7XLXeM2n50gb6PWJ9hoO5oO7JFPaZtrh35t8RqKLT1jFKj9IWeD1zrcrYp1q1qiZTdEarfDWfTIP8nGsu0h5g==",
DD Liu's avatar
DD Liu committed
      "dev": true,
      "requires": {
        "@babel/types": "^7.10.1"
      },
      "dependencies": {
        "@babel/types": {
          "version": "7.10.2",
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.2.tgz",
          "integrity": "sha512-AD3AwWBSz0AWF0AkCN9VPiWrvldXq+/e3cHa4J89vo4ymjz1XwrBFFVZmkJTsQIPNk+ZVomPSXUJqq8yyjZsng==",
            "@babel/helper-validator-identifier": "^7.10.1",
            "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.1",
          "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.1.tgz",
          "integrity": "sha512-IGhtTmpjGbYzcEDOw7DcQtbQSXcG9ftmAXtWTu9V936vDye4xjjekktFAtgZsWpzTj/X01jocB46mTywm/4SZw==",
            "@babel/highlight": "^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==",
            "@babel/types": "^7.10.1"
          }
        },
        "@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"
          "version": "7.10.1",
          "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.1.tgz",
          "integrity": "sha512-8rMof+gVP8mxYZApLF/JgNDAkdKa+aJt3ZYxF8z6+j/hpeXL7iMsKCPHa2jNMHu/qqBwzQF4OHNoYi8dMA/rYg==",
            "@babel/helper-validator-identifier": "^7.10.1",
            "chalk": "^2.0.0",
            "js-tokens": "^4.0.0"
          }
        },
        "@babel/parser": {
          "version": "7.10.2",
          "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.10.2.tgz",
          "integrity": "sha512-PApSXlNMJyB4JiGVhCOlzKIif+TKFTvu0aQAhnTvfP/z3vVSN6ZypH5bfUNwFXXjRQtUEBNFd2PtmCmG2Py3qQ==",
          "dev": true
        },
        "@babel/template": {
          "version": "7.10.1",
          "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.10.1.tgz",
          "integrity": "sha512-OQDg6SqvFSsc9A0ej6SKINWrpJiNonRIniYondK2ViKhB06i3c0s+76XUft71iqBEe9S1OKsHwPAjfHnuvnCig==",
            "@babel/code-frame": "^7.10.1",
            "@babel/parser": "^7.10.1",
            "@babel/types": "^7.10.1"
          "version": "7.10.2",
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.2.tgz",
          "integrity": "sha512-AD3AwWBSz0AWF0AkCN9VPiWrvldXq+/e3cHa4J89vo4ymjz1XwrBFFVZmkJTsQIPNk+ZVomPSXUJqq8yyjZsng==",
            "@babel/helper-validator-identifier": "^7.10.1",
            "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.1",
      "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.1.tgz",
      "integrity": "sha512-a0DjNS1prnBsoKx83dP2falChcs7p3i8VMzdrSbfLhuQra/2ENC4sbri34dz/rWmDADsmF1q5GbfaXydh0Jbjg==",
DD Liu's avatar
DD Liu committed
      "dev": true,
      "requires": {
        "@babel/types": "^7.10.1"
      },
      "dependencies": {
        "@babel/types": {
          "version": "7.10.2",
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.10.2.tgz",
          "integrity": "sha512-AD3AwWBSz0AWF0AkCN9VPiWrvldXq+/e3cHa4J89vo4ymjz1XwrBFFVZmkJTsQIPNk+ZVomPSXUJqq8yyjZsng==",
            "@babel/helper-validator-identifier": "^7.10.1",
            "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.1",
          "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.1.tgz",
          "integrity": "sha512-IGhtTmpjGbYzcEDOw7DcQtbQSXcG9ftmAXtWTu9V936vDye4xjjekktFAtgZsWpzTj/X01jocB46mTywm/4SZw==",
            "@babel/highlight": "^7.10.1"
          "version": "7.10.2",
          "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.10.2.tgz",
          "integrity": "sha512-AxfBNHNu99DTMvlUPlt1h2+Hn7knPpH5ayJ8OqDWSeLld+Fi2AYBTC/IejWDM9Edcii4UzZRCsbUt0WlSDsDsA==",
            "@babel/types": "^7.10.2",