Skip to content
Snippets Groups Projects
package-lock.json 516 KiB
Newer Older
Christoph Wurst's avatar
Christoph Wurst committed
  "name": "nextcloud-mail",
Christoph Wurst's avatar
Christoph Wurst committed
  "version": "0.18.1",
  "lockfileVersion": 1,
  "requires": true,
  "dependencies": {
    "@babel/cli": {
      "version": "7.6.4",
      "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.6.4.tgz",
      "integrity": "sha512-tqrDyvPryBM6xjIyKKUwr3s8CzmmYidwgdswd7Uc/Cv0ogZcuS1TYQTLx/eWKP3UbJ6JxZAiYlBZabXm/rtRsQ==",
      "requires": {
        "chokidar": "^2.1.8",
        "commander": "^2.8.1",
        "convert-source-map": "^1.1.0",
        "fs-readdir-recursive": "^1.1.0",
        "glob": "^7.0.0",
        "lodash": "^4.17.13",
        "mkdirp": "^0.5.1",
        "output-file-sync": "^2.0.0",
        "slash": "^2.0.0",
        "source-map": "^0.5.0"
      },
      "dependencies": {
        "anymatch": {
          "version": "2.0.0",
          "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz",
          "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==",
          "optional": true,
          "requires": {
            "micromatch": "^3.1.4",
            "normalize-path": "^2.1.1"
          },
          "dependencies": {
            "normalize-path": {
              "version": "2.1.1",
              "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz",
              "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=",
              "optional": true,
              "requires": {
                "remove-trailing-separator": "^1.0.1"
              }
            }
          }
        },
        "binary-extensions": {
          "version": "1.13.1",
          "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz",
          "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==",
          "optional": true
        },
        "chokidar": {
          "version": "2.1.8",
          "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz",
          "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==",
          "optional": true,
          "requires": {
            "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",
            "path-is-absolute": "^1.0.0",
            "readdirp": "^2.2.1",
            "upath": "^1.1.1"
          }
        },
        "glob-parent": {
          "version": "3.1.0",
          "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz",
          "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=",
          "optional": true,
          "requires": {
            "is-glob": "^3.1.0",
            "path-dirname": "^1.0.0"
          },
          "dependencies": {
            "is-glob": {
              "version": "3.1.0",
              "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz",
              "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=",
              "optional": true,
              "requires": {
                "is-extglob": "^2.1.0"
              }
            }
          }
        },
        "is-binary-path": {
          "version": "1.0.1",
          "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz",
          "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=",
          "optional": true,
          "requires": {
            "binary-extensions": "^1.0.0"
          }
        },
        "readdirp": {
          "version": "2.2.1",
          "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz",
          "integrity": "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==",
          "optional": true,
          "requires": {
            "graceful-fs": "^4.1.11",
            "micromatch": "^3.1.10",
            "readable-stream": "^2.0.2"
          }
        },
        "slash": {
          "version": "2.0.0",
          "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz",
          "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A=="
        }
      }
    },
    "@babel/code-frame": {
      "version": "7.0.0",
      "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.0.0.tgz",
      "integrity": "sha512-OfC2uemaknXr87bdLUkWog7nYuliM9Ij5HUcajsVcMCpQrcLmtxRbVFTIqmcSkSeYRBFBRxs2FiUqFJDLdiebA==",
      "requires": {
        "@babel/highlight": "^7.0.0"
    "@babel/core": {
      "version": "7.6.4",
      "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.6.4.tgz",
      "integrity": "sha512-Rm0HGw101GY8FTzpWSyRbki/jzq+/PkNQJ+nSulrdY6gFGOsNseCqD6KHRYe2E+EdzuBdr2pxCp6s4Uk6eJ+XQ==",
      "requires": {
        "@babel/code-frame": "^7.5.5",
        "@babel/generator": "^7.6.4",
        "@babel/helpers": "^7.6.2",
        "@babel/parser": "^7.6.4",
        "@babel/template": "^7.6.0",
        "@babel/traverse": "^7.6.3",
        "@babel/types": "^7.6.3",
        "convert-source-map": "^1.1.0",
        "debug": "^4.1.0",
        "json5": "^2.1.0",
        "lodash": "^4.17.13",
        "resolve": "^1.3.2",
        "semver": "^5.4.1",
        "source-map": "^0.5.0"
      },
      "dependencies": {
        "@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==",
          "requires": {
            "@babel/highlight": "^7.0.0"
          }
        },
        "@babel/generator": {
          "version": "7.6.4",
          "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.6.4.tgz",
          "integrity": "sha512-jsBuXkFoZxk0yWLyGI9llT9oiQ2FeTASmRFE32U+aaDTfoE92t78eroO7PTpU/OrYq38hlcDM6vbfLDaOLy+7w==",
          "requires": {
            "@babel/types": "^7.6.3",
            "jsesc": "^2.5.1",
            "lodash": "^4.17.13",
            "source-map": "^0.5.0"
        "@babel/helper-split-export-declaration": {
          "version": "7.4.4",
          "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.4.tgz",
          "integrity": "sha512-Ro/XkzLf3JFITkW6b+hNxzZ1n5OQ80NvIUdmHspih1XAhtN3vPTuUFT4eQnela+2MaZ5ulH+iyP513KJrxbN7Q==",
          "requires": {
            "@babel/types": "^7.4.4"
        "@babel/parser": {
          "version": "7.6.4",
          "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.6.4.tgz",
          "integrity": "sha512-D8RHPW5qd0Vbyo3qb+YjO5nvUVRTXFLQ/FsDxJU2Nqz4uB5EnUN0ZQSEYpvTIbRuttig1XbHWU5oMeQwQSAA+A=="
        "@babel/template": {
          "version": "7.6.0",
          "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.6.0.tgz",
          "integrity": "sha512-5AEH2EXD8euCk446b7edmgFdub/qfH1SN6Nii3+fyXP807QRx9Q73A2N5hNwRRslC2H9sNzaFhsPubkS4L8oNQ==",
          "requires": {
            "@babel/code-frame": "^7.0.0",
            "@babel/parser": "^7.6.0",
            "@babel/types": "^7.6.0"
Christoph Wurst's avatar
Christoph Wurst committed
        "@babel/traverse": {
          "version": "7.6.3",
          "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.6.3.tgz",
          "integrity": "sha512-unn7P4LGsijIxaAJo/wpoU11zN+2IaClkQAxcJWBNCMS6cmVh802IyLHNkAjQ0iYnRS3nnxk5O3fuXW28IMxTw==",
Christoph Wurst's avatar
Christoph Wurst committed
          "requires": {
            "@babel/code-frame": "^7.5.5",
            "@babel/generator": "^7.6.3",
Christoph Wurst's avatar
Christoph Wurst committed
            "@babel/helper-function-name": "^7.1.0",
            "@babel/helper-split-export-declaration": "^7.4.4",
            "@babel/parser": "^7.6.3",
            "@babel/types": "^7.6.3",
            "debug": "^4.1.0",
Christoph Wurst's avatar
Christoph Wurst committed
            "globals": "^11.1.0",
            "lodash": "^4.17.13"
        "@babel/types": {
          "version": "7.6.3",
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.6.3.tgz",
          "integrity": "sha512-CqbcpTxMcpuQTMhjI37ZHVgjBkysg5icREQIEZ0eG1yCNwg3oy+5AaLiOKmjsCj6nqOsa6Hf0ObjRVwokb7srA==",
          "requires": {
            "esutils": "^2.0.2",
            "lodash": "^4.17.13",
            "to-fast-properties": "^2.0.0"
          }
          "version": "4.1.1",
          "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz",
          "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==",
          "requires": {
            "ms": "^2.1.1"
          }
        },
        "json5": {
          "resolved": "https://registry.npmjs.org/json5/-/json5-2.1.0.tgz",
          "integrity": "sha512-8Mh9h6xViijj36g7Dxi+Y4S6hNGV96vcJZr/SrlHh1LR/pEn/8j/+qIBbs44YKl69Lrfctp4QD+AdWLTMqEZAQ==",
          "requires": {
            "minimist": "^1.2.0"
          }
        },
        "minimist": {
          "version": "1.2.0",
          "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
          "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ="
        }
      }
    },
    "@babel/generator": {
      "version": "7.4.0",
      "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.4.0.tgz",
      "integrity": "sha512-/v5I+a1jhGSKLgZDcmAUZ4K/VePi43eRkUs3yePW1HB1iANOD5tqJXwGSG4BZhSksP8J9ejSlwGeTiiOFZOrXQ==",
      "requires": {
        "@babel/types": "^7.4.0",
        "jsesc": "^2.5.1",
        "lodash": "^4.17.11",
        "source-map": "^0.5.0",
        "trim-right": "^1.0.1"
      },
      "dependencies": {
        "@babel/types": {
          "version": "7.4.0",
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.4.0.tgz",
          "integrity": "sha512-aPvkXyU2SPOnztlgo8n9cEiXW755mgyvueUPcpStqdzoSPm0fjO0vQBjLkt3JKJW7ufikfcnMTTPsN1xaTsBPA==",
          "requires": {
            "esutils": "^2.0.2",
            "lodash": "^4.17.11",
            "to-fast-properties": "^2.0.0"
          }
        }
    "@babel/helper-annotate-as-pure": {
      "version": "7.7.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.7.0.tgz",
      "integrity": "sha512-k50CQxMlYTYo+GGyUGFwpxKVtxVJi9yh61sXZji3zYHccK9RYliZGSTOgci85T+r+0VFN2nWbGM04PIqwfrpMg==",
        "@babel/types": "^7.7.0"
      },
      "dependencies": {
        "@babel/types": {
          "version": "7.7.2",
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.7.2.tgz",
          "integrity": "sha512-YTf6PXoh3+eZgRCBzzP25Bugd2ngmpQVrk7kXX0i5N9BO7TFBtIgZYs7WtxtOGs8e6A4ZI7ECkbBCEHeXocvOA==",
          "requires": {
            "esutils": "^2.0.2",
            "lodash": "^4.17.13",
            "to-fast-properties": "^2.0.0"
          }
        }
      }
    },
    "@babel/helper-builder-binary-assignment-operator-visitor": {
      "version": "7.7.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.7.0.tgz",
      "integrity": "sha512-Cd8r8zs4RKDwMG/92lpZcnn5WPQ3LAMQbCw42oqUh4s7vsSN5ANUZjMel0OOnxDLq57hoDDbai+ryygYfCTOsw==",
        "@babel/helper-explode-assignable-expression": "^7.7.0",
        "@babel/types": "^7.7.0"
      },
      "dependencies": {
        "@babel/types": {
          "version": "7.7.2",
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.7.2.tgz",
          "integrity": "sha512-YTf6PXoh3+eZgRCBzzP25Bugd2ngmpQVrk7kXX0i5N9BO7TFBtIgZYs7WtxtOGs8e6A4ZI7ECkbBCEHeXocvOA==",
          "requires": {
            "esutils": "^2.0.2",
            "lodash": "^4.17.13",
            "to-fast-properties": "^2.0.0"
          }
        }
      }
    },
    "@babel/helper-call-delegate": {
      "version": "7.7.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-call-delegate/-/helper-call-delegate-7.7.0.tgz",
      "integrity": "sha512-Su0Mdq7uSSWGZayGMMQ+z6lnL00mMCnGAbO/R0ZO9odIdB/WNU/VfQKqMQU0fdIsxQYbRjDM4BixIa93SQIpvw==",
        "@babel/helper-hoist-variables": "^7.7.0",
        "@babel/traverse": "^7.7.0",
        "@babel/types": "^7.7.0"
        "@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==",
          "requires": {
            "@babel/highlight": "^7.0.0"
          }
        },
        "@babel/generator": {
          "version": "7.7.2",
          "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.7.2.tgz",
          "integrity": "sha512-WthSArvAjYLz4TcbKOi88me+KmDJdKSlfwwN8CnUYn9jBkzhq0ZEPuBfkAWIvjJ3AdEV1Cf/+eSQTnp3IDJKlQ==",
            "@babel/types": "^7.7.2",
            "lodash": "^4.17.13",
            "source-map": "^0.5.0"
        "@babel/helper-function-name": {
          "version": "7.7.0",
          "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.7.0.tgz",
          "integrity": "sha512-tDsJgMUAP00Ugv8O2aGEua5I2apkaQO7lBGUq1ocwN3G23JE5Dcq0uh3GvFTChPa4b40AWiAsLvCZOA2rdnQ7Q==",
            "@babel/helper-get-function-arity": "^7.7.0",
            "@babel/template": "^7.7.0",
            "@babel/types": "^7.7.0"
          }
        },
        "@babel/helper-get-function-arity": {
          "version": "7.7.0",
          "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.7.0.tgz",
          "integrity": "sha512-tLdojOTz4vWcEnHWHCuPN5P85JLZWbm5Fx5ZsMEMPhF3Uoe3O7awrbM2nQ04bDOUToH/2tH/ezKEOR8zEYzqyw==",
          "requires": {
            "@babel/types": "^7.7.0"
          "version": "7.7.3",
          "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.7.3.tgz",
          "integrity": "sha512-bqv+iCo9i+uLVbI0ILzKkvMorqxouI+GbV13ivcARXn9NNEabi2IEz912IgNpT/60BNXac5dgcfjb94NjsF33A=="
        "@babel/template": {
          "version": "7.7.0",
          "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.7.0.tgz",
          "integrity": "sha512-OKcwSYOW1mhWbnTBgQY5lvg1Fxg+VyfQGjcBduZFljfc044J5iDlnDSfhQ867O17XHiSCxYHUxHg2b7ryitbUQ==",
          "requires": {
            "@babel/code-frame": "^7.0.0",
            "@babel/parser": "^7.7.0",
            "@babel/types": "^7.7.0"
          }
        },
        "@babel/traverse": {
          "version": "7.7.2",
          "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.7.2.tgz",
          "integrity": "sha512-TM01cXib2+rgIZrGJOLaHV/iZUAxf4A0dt5auY6KNZ+cm6aschuJGqKJM3ROTt3raPUdIDk9siAufIFEleRwtw==",
          "requires": {
            "@babel/code-frame": "^7.5.5",
            "@babel/generator": "^7.7.2",
            "@babel/helper-function-name": "^7.7.0",
            "@babel/helper-split-export-declaration": "^7.7.0",
            "@babel/parser": "^7.7.2",
            "@babel/types": "^7.7.2",
            "debug": "^4.1.0",
            "globals": "^11.1.0",
        "@babel/types": {
          "version": "7.7.2",
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.7.2.tgz",
          "integrity": "sha512-YTf6PXoh3+eZgRCBzzP25Bugd2ngmpQVrk7kXX0i5N9BO7TFBtIgZYs7WtxtOGs8e6A4ZI7ECkbBCEHeXocvOA==",
          "requires": {
            "esutils": "^2.0.2",
            "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==",
          "requires": {
            "ms": "^2.1.1"
          }
    "@babel/helper-create-class-features-plugin": {
      "version": "7.6.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.6.0.tgz",
      "integrity": "sha512-O1QWBko4fzGju6VoVvrZg0RROCVifcLxiApnGP3OWfWzvxRZFCoBD81K5ur5e3bVY2Vf/5rIJm8cqPKn8HUJng==",
      "requires": {
        "@babel/helper-function-name": "^7.1.0",
        "@babel/helper-member-expression-to-functions": "^7.5.5",
        "@babel/helper-optimise-call-expression": "^7.0.0",
        "@babel/helper-plugin-utils": "^7.0.0",
        "@babel/helper-replace-supers": "^7.5.5",
        "@babel/helper-split-export-declaration": "^7.4.4"
        "@babel/helper-split-export-declaration": {
          "version": "7.4.4",
          "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.4.tgz",
          "integrity": "sha512-Ro/XkzLf3JFITkW6b+hNxzZ1n5OQ80NvIUdmHspih1XAhtN3vPTuUFT4eQnela+2MaZ5ulH+iyP513KJrxbN7Q==",
            "@babel/types": "^7.4.4"
          }
        },
          "version": "7.6.3",
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.6.3.tgz",
          "integrity": "sha512-CqbcpTxMcpuQTMhjI37ZHVgjBkysg5icREQIEZ0eG1yCNwg3oy+5AaLiOKmjsCj6nqOsa6Hf0ObjRVwokb7srA==",
          "requires": {
            "esutils": "^2.0.2",
            "to-fast-properties": "^2.0.0"
          }
        }
    "@babel/helper-create-regexp-features-plugin": {
      "version": "7.7.2",
      "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.7.2.tgz",
      "integrity": "sha512-pAil/ZixjTlrzNpjx+l/C/wJk002Wo7XbbZ8oujH/AoJ3Juv0iN/UTcPUHXKMFLqsfS0Hy6Aow8M31brUYBlQQ==",
      "requires": {
        "@babel/helper-regex": "^7.4.4",
        "regexpu-core": "^4.6.0"
      }
    },
    "@babel/helper-define-map": {
      "version": "7.7.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-define-map/-/helper-define-map-7.7.0.tgz",
      "integrity": "sha512-kPKWPb0dMpZi+ov1hJiwse9dWweZsz3V9rP4KdytnX1E7z3cTNmFGglwklzFPuqIcHLIY3bgKSs4vkwXXdflQA==",
        "@babel/helper-function-name": "^7.7.0",
        "@babel/types": "^7.7.0",
        "@babel/helper-function-name": {
          "version": "7.7.0",
          "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.7.0.tgz",
          "integrity": "sha512-tDsJgMUAP00Ugv8O2aGEua5I2apkaQO7lBGUq1ocwN3G23JE5Dcq0uh3GvFTChPa4b40AWiAsLvCZOA2rdnQ7Q==",
          "requires": {
            "@babel/helper-get-function-arity": "^7.7.0",
            "@babel/template": "^7.7.0",
            "@babel/types": "^7.7.0"
          }
        },
        "@babel/helper-get-function-arity": {
          "version": "7.7.0",
          "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.7.0.tgz",
          "integrity": "sha512-tLdojOTz4vWcEnHWHCuPN5P85JLZWbm5Fx5ZsMEMPhF3Uoe3O7awrbM2nQ04bDOUToH/2tH/ezKEOR8zEYzqyw==",
          "requires": {
            "@babel/types": "^7.7.0"
          }
        },
        "@babel/parser": {
          "version": "7.7.3",
          "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.7.3.tgz",
          "integrity": "sha512-bqv+iCo9i+uLVbI0ILzKkvMorqxouI+GbV13ivcARXn9NNEabi2IEz912IgNpT/60BNXac5dgcfjb94NjsF33A=="
        },
        "@babel/template": {
          "version": "7.7.0",
          "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.7.0.tgz",
          "integrity": "sha512-OKcwSYOW1mhWbnTBgQY5lvg1Fxg+VyfQGjcBduZFljfc044J5iDlnDSfhQ867O17XHiSCxYHUxHg2b7ryitbUQ==",
          "requires": {
            "@babel/code-frame": "^7.0.0",
            "@babel/parser": "^7.7.0",
            "@babel/types": "^7.7.0"
          }
        },
        "@babel/types": {
          "version": "7.7.2",
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.7.2.tgz",
          "integrity": "sha512-YTf6PXoh3+eZgRCBzzP25Bugd2ngmpQVrk7kXX0i5N9BO7TFBtIgZYs7WtxtOGs8e6A4ZI7ECkbBCEHeXocvOA==",
          "requires": {
            "esutils": "^2.0.2",
            "to-fast-properties": "^2.0.0"
          }
        }
      }
    },
    "@babel/helper-explode-assignable-expression": {
      "version": "7.7.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.7.0.tgz",
      "integrity": "sha512-CDs26w2shdD1urNUAji2RJXyBFCaR+iBEGnFz3l7maizMkQe3saVw9WtjG1tz8CwbjvlFnaSLVhgnu1SWaherg==",
        "@babel/traverse": "^7.7.0",
        "@babel/types": "^7.7.0"
      },
      "dependencies": {
        "@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==",
          "requires": {
            "@babel/highlight": "^7.0.0"
          }
        },
        "@babel/generator": {
          "version": "7.7.2",
          "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.7.2.tgz",
          "integrity": "sha512-WthSArvAjYLz4TcbKOi88me+KmDJdKSlfwwN8CnUYn9jBkzhq0ZEPuBfkAWIvjJ3AdEV1Cf/+eSQTnp3IDJKlQ==",
          "requires": {
            "@babel/types": "^7.7.2",
            "jsesc": "^2.5.1",
            "lodash": "^4.17.13",
            "source-map": "^0.5.0"
          }
        },
        "@babel/helper-function-name": {
          "version": "7.7.0",
          "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.7.0.tgz",
          "integrity": "sha512-tDsJgMUAP00Ugv8O2aGEua5I2apkaQO7lBGUq1ocwN3G23JE5Dcq0uh3GvFTChPa4b40AWiAsLvCZOA2rdnQ7Q==",
          "requires": {
            "@babel/helper-get-function-arity": "^7.7.0",
            "@babel/template": "^7.7.0",
            "@babel/types": "^7.7.0"
          }
        },
        "@babel/helper-get-function-arity": {
          "version": "7.7.0",
          "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.7.0.tgz",
          "integrity": "sha512-tLdojOTz4vWcEnHWHCuPN5P85JLZWbm5Fx5ZsMEMPhF3Uoe3O7awrbM2nQ04bDOUToH/2tH/ezKEOR8zEYzqyw==",
          "requires": {
            "@babel/types": "^7.7.0"
          }
        },
        "@babel/parser": {
          "version": "7.7.3",
          "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.7.3.tgz",
          "integrity": "sha512-bqv+iCo9i+uLVbI0ILzKkvMorqxouI+GbV13ivcARXn9NNEabi2IEz912IgNpT/60BNXac5dgcfjb94NjsF33A=="
        },
        "@babel/template": {
          "version": "7.7.0",
          "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.7.0.tgz",
          "integrity": "sha512-OKcwSYOW1mhWbnTBgQY5lvg1Fxg+VyfQGjcBduZFljfc044J5iDlnDSfhQ867O17XHiSCxYHUxHg2b7ryitbUQ==",
          "requires": {
            "@babel/code-frame": "^7.0.0",
            "@babel/parser": "^7.7.0",
            "@babel/types": "^7.7.0"
          }
        },
        "@babel/traverse": {
          "version": "7.7.2",
          "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.7.2.tgz",
          "integrity": "sha512-TM01cXib2+rgIZrGJOLaHV/iZUAxf4A0dt5auY6KNZ+cm6aschuJGqKJM3ROTt3raPUdIDk9siAufIFEleRwtw==",
          "requires": {
            "@babel/code-frame": "^7.5.5",
            "@babel/generator": "^7.7.2",
            "@babel/helper-function-name": "^7.7.0",
            "@babel/helper-split-export-declaration": "^7.7.0",
            "@babel/parser": "^7.7.2",
            "@babel/types": "^7.7.2",
            "debug": "^4.1.0",
            "globals": "^11.1.0",
            "lodash": "^4.17.13"
          }
        },
        "@babel/types": {
          "version": "7.7.2",
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.7.2.tgz",
          "integrity": "sha512-YTf6PXoh3+eZgRCBzzP25Bugd2ngmpQVrk7kXX0i5N9BO7TFBtIgZYs7WtxtOGs8e6A4ZI7ECkbBCEHeXocvOA==",
          "requires": {
            "esutils": "^2.0.2",
            "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==",
          "requires": {
            "ms": "^2.1.1"
          }
        }
    "@babel/helper-function-name": {
      "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==",
      "requires": {
        "@babel/helper-get-function-arity": "^7.0.0",
        "@babel/template": "^7.1.0",
        "@babel/types": "^7.0.0"
      }
    },
    "@babel/helper-get-function-arity": {
      "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==",
      "requires": {
        "@babel/types": "^7.0.0"
    "@babel/helper-hoist-variables": {
      "version": "7.7.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.7.0.tgz",
      "integrity": "sha512-LUe/92NqsDAkJjjCEWkNe+/PcpnisvnqdlRe19FahVapa4jndeuJ+FBiTX1rcAKWKcJGE+C3Q3tuEuxkSmCEiQ==",
        "@babel/types": "^7.7.0"
      },
      "dependencies": {
        "@babel/types": {
          "version": "7.7.2",
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.7.2.tgz",
          "integrity": "sha512-YTf6PXoh3+eZgRCBzzP25Bugd2ngmpQVrk7kXX0i5N9BO7TFBtIgZYs7WtxtOGs8e6A4ZI7ECkbBCEHeXocvOA==",
          "requires": {
            "esutils": "^2.0.2",
            "to-fast-properties": "^2.0.0"
          }
        }
    "@babel/helper-member-expression-to-functions": {
      "version": "7.5.5",
      "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.5.5.tgz",
      "integrity": "sha512-5qZ3D1uMclSNqYcXqiHoA0meVdv+xUEex9em2fqMnrk/scphGlGgg66zjMrPJESPwrFJ6sbfFQYUSa0Mz7FabA==",
      "requires": {
        "@babel/types": "^7.5.5"
      },
      "dependencies": {
        "@babel/types": {
          "version": "7.5.5",
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.5.5.tgz",
          "integrity": "sha512-s63F9nJioLqOlW3UkyMd+BYhXt44YuaFm/VV0VwuteqjYwRrObkU7ra9pY4wAJR3oXi8hJrMcrcJdO/HH33vtw==",
          "requires": {
            "esutils": "^2.0.2",
            "lodash": "^4.17.13",
            "to-fast-properties": "^2.0.0"
          }
        }
      }
    },
    "@babel/helper-module-imports": {
      "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==",
      "requires": {
        "@babel/types": "^7.0.0"
    "@babel/helper-module-transforms": {
      "version": "7.7.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.7.0.tgz",
      "integrity": "sha512-rXEefBuheUYQyX4WjV19tuknrJFwyKw0HgzRwbkyTbB+Dshlq7eqkWbyjzToLrMZk/5wKVKdWFluiAsVkHXvuQ==",
      "requires": {
        "@babel/helper-module-imports": "^7.7.0",
        "@babel/helper-simple-access": "^7.7.0",
        "@babel/helper-split-export-declaration": "^7.7.0",
        "@babel/template": "^7.7.0",
        "@babel/types": "^7.7.0",
        "lodash": "^4.17.13"
        "@babel/helper-module-imports": {
          "version": "7.7.0",
          "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.7.0.tgz",
          "integrity": "sha512-Dv3hLKIC1jyfTkClvyEkYP2OlkzNvWs5+Q8WgPbxM5LMeorons7iPP91JM+DU7tRbhqA1ZeooPaMFvQrn23RHw==",
          "requires": {
            "@babel/types": "^7.7.0"
          }
        },
        "@babel/parser": {
          "version": "7.7.3",
          "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.7.3.tgz",
          "integrity": "sha512-bqv+iCo9i+uLVbI0ILzKkvMorqxouI+GbV13ivcARXn9NNEabi2IEz912IgNpT/60BNXac5dgcfjb94NjsF33A=="
        },
        "@babel/template": {
          "version": "7.7.0",
          "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.7.0.tgz",
          "integrity": "sha512-OKcwSYOW1mhWbnTBgQY5lvg1Fxg+VyfQGjcBduZFljfc044J5iDlnDSfhQ867O17XHiSCxYHUxHg2b7ryitbUQ==",
          "requires": {
            "@babel/code-frame": "^7.0.0",
            "@babel/parser": "^7.7.0",
            "@babel/types": "^7.7.0"
          "version": "7.7.2",
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.7.2.tgz",
          "integrity": "sha512-YTf6PXoh3+eZgRCBzzP25Bugd2ngmpQVrk7kXX0i5N9BO7TFBtIgZYs7WtxtOGs8e6A4ZI7ECkbBCEHeXocvOA==",
          "requires": {
            "esutils": "^2.0.2",
            "to-fast-properties": "^2.0.0"
          }
        }
    "@babel/helper-optimise-call-expression": {
      "version": "7.0.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.0.0.tgz",
      "integrity": "sha512-u8nd9NQePYNQV8iPWu/pLLYBqZBa4ZaY1YWRFMuxrid94wKI1QNt67NEZ7GAe5Kc/0LLScbim05xZFWkAdrj9g==",
      "requires": {
        "@babel/types": "^7.0.0"
      }
    },
    "@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=="
    "@babel/helper-regex": {
      "version": "7.5.5",
      "resolved": "https://registry.npmjs.org/@babel/helper-regex/-/helper-regex-7.5.5.tgz",
      "integrity": "sha512-CkCYQLkfkiugbRDO8eZn6lRuR8kzZoGXCg3149iTk5se7g6qykSpy3+hELSwquhu+TgHn8nkLiBwHvNX8Hofcw==",
      }
    },
    "@babel/helper-remap-async-to-generator": {
      "version": "7.7.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.7.0.tgz",
      "integrity": "sha512-pHx7RN8X0UNHPB/fnuDnRXVZ316ZigkO8y8D835JlZ2SSdFKb6yH9MIYRU4fy/KPe5sPHDFOPvf8QLdbAGGiyw==",
        "@babel/helper-annotate-as-pure": "^7.7.0",
        "@babel/helper-wrap-function": "^7.7.0",
        "@babel/template": "^7.7.0",
        "@babel/traverse": "^7.7.0",
        "@babel/types": "^7.7.0"
      },
      "dependencies": {
        "@babel/generator": {
          "version": "7.7.2",
          "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.7.2.tgz",
          "integrity": "sha512-WthSArvAjYLz4TcbKOi88me+KmDJdKSlfwwN8CnUYn9jBkzhq0ZEPuBfkAWIvjJ3AdEV1Cf/+eSQTnp3IDJKlQ==",
          "requires": {
            "@babel/types": "^7.7.2",
            "jsesc": "^2.5.1",
            "lodash": "^4.17.13",
            "source-map": "^0.5.0"
          }
        },
        "@babel/helper-function-name": {
          "version": "7.7.0",
          "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.7.0.tgz",
          "integrity": "sha512-tDsJgMUAP00Ugv8O2aGEua5I2apkaQO7lBGUq1ocwN3G23JE5Dcq0uh3GvFTChPa4b40AWiAsLvCZOA2rdnQ7Q==",
          "requires": {
            "@babel/helper-get-function-arity": "^7.7.0",
            "@babel/template": "^7.7.0",
            "@babel/types": "^7.7.0"
          }
        },
        "@babel/helper-get-function-arity": {
          "version": "7.7.0",
          "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.7.0.tgz",
          "integrity": "sha512-tLdojOTz4vWcEnHWHCuPN5P85JLZWbm5Fx5ZsMEMPhF3Uoe3O7awrbM2nQ04bDOUToH/2tH/ezKEOR8zEYzqyw==",
          "requires": {
            "@babel/types": "^7.7.0"
          }
        },
        "@babel/parser": {
          "version": "7.7.3",
          "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.7.3.tgz",
          "integrity": "sha512-bqv+iCo9i+uLVbI0ILzKkvMorqxouI+GbV13ivcARXn9NNEabi2IEz912IgNpT/60BNXac5dgcfjb94NjsF33A=="
        },
        "@babel/template": {
          "version": "7.7.0",
          "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.7.0.tgz",
          "integrity": "sha512-OKcwSYOW1mhWbnTBgQY5lvg1Fxg+VyfQGjcBduZFljfc044J5iDlnDSfhQ867O17XHiSCxYHUxHg2b7ryitbUQ==",
          "requires": {
            "@babel/code-frame": "^7.0.0",
            "@babel/parser": "^7.7.0",
            "@babel/types": "^7.7.0"
          }
        },
        "@babel/traverse": {
          "version": "7.7.2",
          "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.7.2.tgz",
          "integrity": "sha512-TM01cXib2+rgIZrGJOLaHV/iZUAxf4A0dt5auY6KNZ+cm6aschuJGqKJM3ROTt3raPUdIDk9siAufIFEleRwtw==",
          "requires": {
            "@babel/code-frame": "^7.5.5",
            "@babel/generator": "^7.7.2",
            "@babel/helper-function-name": "^7.7.0",
            "@babel/helper-split-export-declaration": "^7.7.0",
            "@babel/parser": "^7.7.2",
            "@babel/types": "^7.7.2",
            "debug": "^4.1.0",
            "globals": "^11.1.0",
            "lodash": "^4.17.13"
          },
          "dependencies": {
            "@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==",
              "requires": {
                "@babel/highlight": "^7.0.0"
              }
            }
          }
        },
        "@babel/types": {
          "version": "7.7.2",
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.7.2.tgz",
          "integrity": "sha512-YTf6PXoh3+eZgRCBzzP25Bugd2ngmpQVrk7kXX0i5N9BO7TFBtIgZYs7WtxtOGs8e6A4ZI7ECkbBCEHeXocvOA==",
          "requires": {
            "esutils": "^2.0.2",
            "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==",
          "requires": {
            "ms": "^2.1.1"
          }
        }
    "@babel/helper-replace-supers": {
      "version": "7.5.5",
      "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.5.5.tgz",
      "integrity": "sha512-XvRFWrNnlsow2u7jXDuH4jDDctkxbS7gXssrP4q2nUD606ukXHRvydj346wmNg+zAgpFx4MWf4+usfC93bElJg==",
      "requires": {
        "@babel/helper-member-expression-to-functions": "^7.5.5",
        "@babel/helper-optimise-call-expression": "^7.0.0",
        "@babel/traverse": "^7.5.5",
        "@babel/types": "^7.5.5"
        "@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==",
          "requires": {
            "@babel/highlight": "^7.0.0"
          }
        },
        "@babel/generator": {
          "version": "7.5.5",
          "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.5.5.tgz",
          "integrity": "sha512-ETI/4vyTSxTzGnU2c49XHv2zhExkv9JHLTwDAFz85kmcwuShvYG2H08FwgIguQf4JC75CBnXAUM5PqeF4fj0nQ==",
          "requires": {
            "@babel/types": "^7.5.5",
            "jsesc": "^2.5.1",
            "lodash": "^4.17.13",
            "source-map": "^0.5.0",
            "trim-right": "^1.0.1"
          }
        },
        "@babel/helper-split-export-declaration": {
          "version": "7.4.4",
          "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.4.tgz",
          "integrity": "sha512-Ro/XkzLf3JFITkW6b+hNxzZ1n5OQ80NvIUdmHspih1XAhtN3vPTuUFT4eQnela+2MaZ5ulH+iyP513KJrxbN7Q==",
          "requires": {
            "@babel/types": "^7.4.4"
          }
        },
        "@babel/parser": {
          "version": "7.5.5",
          "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.5.5.tgz",
          "integrity": "sha512-E5BN68cqR7dhKan1SfqgPGhQ178bkVKpXTPEXnFJBrEt8/DKRZlybmy+IgYLTeN7tp1R5Ccmbm2rBk17sHYU3g=="
        },
        "@babel/traverse": {
          "version": "7.5.5",
          "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.5.5.tgz",
          "integrity": "sha512-MqB0782whsfffYfSjH4TM+LMjrJnhCNEDMDIjeTpl+ASaUvxcjoiVCo/sM1GhS1pHOXYfWVCYneLjMckuUxDaQ==",
          "requires": {
            "@babel/code-frame": "^7.5.5",
            "@babel/generator": "^7.5.5",
            "@babel/helper-function-name": "^7.1.0",
            "@babel/helper-split-export-declaration": "^7.4.4",
            "@babel/parser": "^7.5.5",
            "@babel/types": "^7.5.5",
            "debug": "^4.1.0",
            "globals": "^11.1.0",
            "lodash": "^4.17.13"
          }
        },
        "@babel/types": {
          "version": "7.5.5",
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.5.5.tgz",
          "integrity": "sha512-s63F9nJioLqOlW3UkyMd+BYhXt44YuaFm/VV0VwuteqjYwRrObkU7ra9pY4wAJR3oXi8hJrMcrcJdO/HH33vtw==",
          "requires": {
            "esutils": "^2.0.2",
            "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==",
          "requires": {
            "ms": "^2.1.1"
          }
    "@babel/helper-simple-access": {
      "version": "7.7.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.7.0.tgz",
      "integrity": "sha512-AJ7IZD7Eem3zZRuj5JtzFAptBw7pMlS3y8Qv09vaBWoFsle0d1kAn5Wq6Q9MyBXITPOKnxwkZKoAm4bopmv26g==",
        "@babel/template": "^7.7.0",
        "@babel/types": "^7.7.0"
      },
      "dependencies": {
        "@babel/parser": {
          "version": "7.7.3",
          "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.7.3.tgz",
          "integrity": "sha512-bqv+iCo9i+uLVbI0ILzKkvMorqxouI+GbV13ivcARXn9NNEabi2IEz912IgNpT/60BNXac5dgcfjb94NjsF33A=="
        },
        "@babel/template": {
          "version": "7.7.0",
          "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.7.0.tgz",
          "integrity": "sha512-OKcwSYOW1mhWbnTBgQY5lvg1Fxg+VyfQGjcBduZFljfc044J5iDlnDSfhQ867O17XHiSCxYHUxHg2b7ryitbUQ==",
          "requires": {
            "@babel/code-frame": "^7.0.0",
            "@babel/parser": "^7.7.0",
            "@babel/types": "^7.7.0"
          }
        },
        "@babel/types": {
          "version": "7.7.2",
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.7.2.tgz",
          "integrity": "sha512-YTf6PXoh3+eZgRCBzzP25Bugd2ngmpQVrk7kXX0i5N9BO7TFBtIgZYs7WtxtOGs8e6A4ZI7ECkbBCEHeXocvOA==",
          "requires": {
            "esutils": "^2.0.2",
            "lodash": "^4.17.13",
            "to-fast-properties": "^2.0.0"
          }
        }
    "@babel/helper-split-export-declaration": {
      "version": "7.7.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.7.0.tgz",
      "integrity": "sha512-HgYSI8rH08neWlAH3CcdkFg9qX9YsZysZI5GD8LjhQib/mM0jGOZOVkoUiiV2Hu978fRtjtsGsW6w0pKHUWtqA==",
      "requires": {
        "@babel/types": "^7.7.0"
      },
      "dependencies": {
        "@babel/types": {
          "version": "7.7.2",
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.7.2.tgz",
          "integrity": "sha512-YTf6PXoh3+eZgRCBzzP25Bugd2ngmpQVrk7kXX0i5N9BO7TFBtIgZYs7WtxtOGs8e6A4ZI7ECkbBCEHeXocvOA==",
          "requires": {
            "esutils": "^2.0.2",
            "lodash": "^4.17.13",
            "to-fast-properties": "^2.0.0"
          }
        }
    "@babel/helper-wrap-function": {
      "version": "7.7.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.7.0.tgz",
      "integrity": "sha512-sd4QjeMgQqzshSjecZjOp8uKfUtnpmCyQhKQrVJBBgeHAB/0FPi33h3AbVlVp07qQtMD4QgYSzaMI7VwncNK/w==",
        "@babel/helper-function-name": "^7.7.0",
        "@babel/template": "^7.7.0",
        "@babel/traverse": "^7.7.0",
        "@babel/types": "^7.7.0"
        "@babel/generator": {
          "version": "7.7.2",
          "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.7.2.tgz",
          "integrity": "sha512-WthSArvAjYLz4TcbKOi88me+KmDJdKSlfwwN8CnUYn9jBkzhq0ZEPuBfkAWIvjJ3AdEV1Cf/+eSQTnp3IDJKlQ==",
          "requires": {
            "@babel/types": "^7.7.2",
            "jsesc": "^2.5.1",
            "lodash": "^4.17.13",
            "source-map": "^0.5.0"
          }
        },
        "@babel/helper-function-name": {
          "version": "7.7.0",
          "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.7.0.tgz",
          "integrity": "sha512-tDsJgMUAP00Ugv8O2aGEua5I2apkaQO7lBGUq1ocwN3G23JE5Dcq0uh3GvFTChPa4b40AWiAsLvCZOA2rdnQ7Q==",
          "requires": {
            "@babel/helper-get-function-arity": "^7.7.0",
            "@babel/template": "^7.7.0",
            "@babel/types": "^7.7.0"