diff --git a/package.json b/package.json index f028278..334ec92 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "test": "vue-cli-service build --modern" }, "dependencies": { - "@babel/compat-data": "^7.10.1", + "@babel/preset-env": "^7.10.2", "core-js": "^3.3.2", "register-service-worker": "^1.6.2", "vue": "^2.6.10", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 38a8a71..d539073 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,5 +1,5 @@ dependencies: - '@babel/compat-data': 7.10.1 + '@babel/preset-env': 7.10.2 core-js: 3.6.4 register-service-worker: 1.6.2 vue: 2.6.11 @@ -23,6 +23,12 @@ devDependencies: yaml-loader: 0.5.0 lockfileVersion: 5.1 packages: + /@babel/code-frame/7.10.1: + dependencies: + '@babel/highlight': 7.10.1 + dev: false + resolution: + integrity: sha512-IGhtTmpjGbYzcEDOw7DcQtbQSXcG9ftmAXtWTu9V936vDye4xjjekktFAtgZsWpzTj/X01jocB46mTywm/4SZw== /@babel/code-frame/7.8.3: dependencies: '@babel/highlight': 7.8.3 @@ -67,6 +73,15 @@ packages: node: '>=6.9.0' resolution: integrity: sha512-4XFkf8AwyrEG7Ziu3L2L0Cv+WyY47Tcsp70JFmpftbAA1K7YL/sgE9jh9HyNj08Y/U50ItUchpN0w6HxAoX1rA== + /@babel/generator/7.10.2: + dependencies: + '@babel/types': 7.10.2 + jsesc: 2.5.2 + lodash: 4.17.15 + source-map: 0.5.7 + dev: false + resolution: + integrity: sha512-AxfBNHNu99DTMvlUPlt1h2+Hn7knPpH5ayJ8OqDWSeLld+Fi2AYBTC/IejWDM9Edcii4UzZRCsbUt0WlSDsDsA== /@babel/generator/7.8.3: dependencies: '@babel/types': 7.8.3 @@ -76,12 +91,25 @@ packages: dev: true resolution: integrity: sha512-WjoPk8hRpDRqqzRpvaR8/gDUPkrnOOeuT2m8cNICJtZH6mwaCo3v0OKMI7Y6SM1pBtyijnLtAL0HDi41pf41ug== + /@babel/helper-annotate-as-pure/7.10.1: + dependencies: + '@babel/types': 7.10.2 + dev: false + resolution: + integrity: sha512-ewp3rvJEwLaHgyWGe4wQssC2vjks3E80WiUe2BpMb0KhreTjMROCbxXcEovTrbeGVdQct5VjQfrv9EgC+xMzCw== /@babel/helper-annotate-as-pure/7.8.3: dependencies: '@babel/types': 7.8.3 dev: true resolution: integrity: sha512-6o+mJrZBxOoEX77Ezv9zwW7WV8DdluouRKNY/IR5u/YTMuKHgugHOzYWlYvYLpLA9nPsQCAAASpCIbjI9Mv+Uw== + /@babel/helper-builder-binary-assignment-operator-visitor/7.10.1: + dependencies: + '@babel/helper-explode-assignable-expression': 7.10.1 + '@babel/types': 7.10.2 + dev: false + resolution: + integrity: sha512-cQpVq48EkYxUU0xozpGCLla3wlkdRRqLWu1ksFMXA9CM5KQmyyRpSEsYXbao7JUkOw/tAaYKCaYyZq6HOFYtyw== /@babel/helper-builder-binary-assignment-operator-visitor/7.8.3: dependencies: '@babel/helper-explode-assignable-expression': 7.8.3 @@ -97,6 +125,18 @@ packages: dev: true resolution: integrity: sha512-6Q05px0Eb+N4/GTyKPPvnkig7Lylw+QzihMpws9iiZQv7ZImf84ZsZpQH7QoWN4n4tm81SnSzPgHw2qtO0Zf3A== + /@babel/helper-compilation-targets/7.10.2: + dependencies: + '@babel/compat-data': 7.10.1 + browserslist: 4.12.0 + invariant: 2.2.4 + levenary: 1.1.1 + semver: 5.7.1 + dev: false + peerDependencies: + '@babel/core': ^7.0.0 + resolution: + integrity: sha512-hYgOhF4To2UTB4LTaZepN/4Pl9LD4gfbJx8A34mqoluT8TLbof1mhUlYuNWTEebONa8+UlCC4X0TEXu7AOUyGA== /@babel/helper-compilation-targets/7.8.3_@babel+core@7.8.3: dependencies: '@babel/compat-data': 7.8.1 @@ -110,6 +150,19 @@ packages: '@babel/core': ^7.0.0 resolution: integrity: sha512-JLylPCsFjhLN+6uBSSh3iYdxKdeO9MNmoY96PE/99d8kyBFaXLORtAVhqN6iHa+wtPeqxKLghDOZry0+Aiw9Tw== + /@babel/helper-create-class-features-plugin/7.10.2: + dependencies: + '@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 + dev: false + peerDependencies: + '@babel/core': ^7.0.0 + resolution: + integrity: sha512-5C/QhkGFh1vqcziq1vAL6SI9ymzUp8BCYjFpvYVhWP4DlATIb3u5q3iUd35mvlyGs8fO7hckkW7i0tmH+5+bvQ== /@babel/helper-create-class-features-plugin/7.8.3_@babel+core@7.8.3: dependencies: '@babel/core': 7.8.3 @@ -124,6 +177,25 @@ packages: '@babel/core': ^7.0.0 resolution: integrity: sha512-qmp4pD7zeTxsv0JNecSBsEmG1ei2MqwJq4YQcK3ZWm/0t07QstWfvuV/vm3Qt5xNMFETn2SZqpMx2MQzbtq+KA== + /@babel/helper-create-regexp-features-plugin/7.10.1: + dependencies: + '@babel/helper-annotate-as-pure': 7.10.1 + '@babel/helper-regex': 7.10.1 + regexpu-core: 4.7.0 + dev: false + peerDependencies: + '@babel/core': ^7.0.0 + resolution: + integrity: sha512-Rx4rHS0pVuJn5pJOqaqcZR4XSgeF9G/pO/79t+4r7380tXFJdzImFnxMU19f83wjSrmKHq6myrM10pFHTGzkUA== + /@babel/helper-create-regexp-features-plugin/7.8.3: + dependencies: + '@babel/helper-regex': 7.8.3 + regexpu-core: 4.6.0 + dev: false + peerDependencies: + '@babel/core': ^7.0.0 + resolution: + integrity: sha512-Gcsm1OHCUr9o9TcJln57xhWHtdXbA2pgQ58S0Lxlks0WMGNXuki4+GLfX0p+L2ZkINUGZvfkz8rzoqJQSthI+Q== /@babel/helper-create-regexp-features-plugin/7.8.3_@babel+core@7.8.3: dependencies: '@babel/core': 7.8.3 @@ -134,6 +206,14 @@ packages: '@babel/core': ^7.0.0 resolution: integrity: sha512-Gcsm1OHCUr9o9TcJln57xhWHtdXbA2pgQ58S0Lxlks0WMGNXuki4+GLfX0p+L2ZkINUGZvfkz8rzoqJQSthI+Q== + /@babel/helper-define-map/7.10.1: + dependencies: + '@babel/helper-function-name': 7.10.1 + '@babel/types': 7.10.2 + lodash: 4.17.15 + dev: false + resolution: + integrity: sha512-+5odWpX+OnvkD0Zmq7panrMuAGQBu6aPUgvMzuMGo4R+jUOvealEj2hiqI6WhxgKrTpFoFj0+VdsuA8KDxHBDg== /@babel/helper-define-map/7.8.3: dependencies: '@babel/helper-function-name': 7.8.3 @@ -142,6 +222,13 @@ packages: dev: true resolution: integrity: sha512-PoeBYtxoZGtct3md6xZOCWPcKuMuk3IHhgxsRRNtnNShebf4C8YonTSblsK4tvDbm+eJAw2HAPOfCr+Q/YRG/g== + /@babel/helper-explode-assignable-expression/7.10.1: + dependencies: + '@babel/traverse': 7.10.1 + '@babel/types': 7.10.2 + dev: false + resolution: + integrity: sha512-vcUJ3cDjLjvkKzt6rHrl767FeE7pMEYfPanq5L16GRtrXIoznc0HykNW2aEYkcnP76P0isoqJ34dDMFZwzEpJg== /@babel/helper-explode-assignable-expression/7.8.3: dependencies: '@babel/traverse': 7.8.3 @@ -149,6 +236,14 @@ packages: dev: true resolution: integrity: sha512-N+8eW86/Kj147bO9G2uclsg5pwfs/fqqY5rwgIL7eTBklgXjcOJ3btzS5iM6AitJcftnY7pm2lGsrJVYLGjzIw== + /@babel/helper-function-name/7.10.1: + dependencies: + '@babel/helper-get-function-arity': 7.10.1 + '@babel/template': 7.10.1 + '@babel/types': 7.10.2 + dev: false + resolution: + integrity: sha512-fcpumwhs3YyZ/ttd5Rz0xn0TpIwVkN7X0V38B9TWNfVF42KEkhkAAuPCQ3oXmtTRtiPJrmZ0TrfS0GKF0eMaRQ== /@babel/helper-function-name/7.8.3: dependencies: '@babel/helper-get-function-arity': 7.8.3 @@ -157,30 +252,66 @@ packages: dev: true resolution: integrity: sha512-BCxgX1BC2hD/oBlIFUgOCQDOPV8nSINxCwM3o93xP4P9Fq6aV5sgv2cOOITDMtCfQ+3PvHp3l689XZvAM9QyOA== + /@babel/helper-get-function-arity/7.10.1: + dependencies: + '@babel/types': 7.10.2 + dev: false + resolution: + integrity: sha512-F5qdXkYGOQUb0hpRaPoetF9AnsXknKjWMZ+wmsIRsp5ge5sFh4c3h1eH2pRTTuy9KKAA2+TTYomGXAtEL2fQEw== /@babel/helper-get-function-arity/7.8.3: dependencies: '@babel/types': 7.8.3 dev: true resolution: integrity: sha512-FVDR+Gd9iLjUMY1fzE2SR0IuaJToR4RkCDARVfsBBPSP53GEqSFjD8gNyxg246VUyc/ALRxFaAK8rVG7UT7xRA== + /@babel/helper-hoist-variables/7.10.1: + dependencies: + '@babel/types': 7.10.2 + dev: false + resolution: + integrity: sha512-vLm5srkU8rI6X3+aQ1rQJyfjvCBLXP8cAGeuw04zeAM2ItKb1e7pmVmLyHb4sDaAYnLL13RHOZPLEtcGZ5xvjg== /@babel/helper-hoist-variables/7.8.3: dependencies: '@babel/types': 7.8.3 dev: true resolution: integrity: sha512-ky1JLOjcDUtSc+xkt0xhYff7Z6ILTAHKmZLHPxAhOP0Nd77O+3nCsd6uSVYur6nJnCI029CrNbYlc0LoPfAPQg== + /@babel/helper-member-expression-to-functions/7.10.1: + dependencies: + '@babel/types': 7.10.2 + dev: false + resolution: + integrity: sha512-u7XLXeM2n50gb6PWJ9hoO5oO7JFPaZtrh35t8RqKLT1jFKj9IWeD1zrcrYp1q1qiZTdEarfDWfTIP8nGsu0h5g== /@babel/helper-member-expression-to-functions/7.8.3: dependencies: '@babel/types': 7.8.3 dev: true resolution: integrity: sha512-fO4Egq88utkQFjbPrSHGmGLFqmrshs11d46WI+WZDESt7Wu7wN2G2Iu+NMMZJFDOVRHAMIkB5SNh30NtwCA7RA== + /@babel/helper-module-imports/7.10.1: + dependencies: + '@babel/types': 7.10.2 + dev: false + resolution: + integrity: sha512-SFxgwYmZ3HZPyZwJRiVNLRHWuW2OgE5k2nrVs6D9Iv4PPnXVffuEHy83Sfx/l4SqF+5kyJXjAyUmrG7tNm+qVg== /@babel/helper-module-imports/7.8.3: dependencies: '@babel/types': 7.8.3 dev: true resolution: integrity: sha512-R0Bx3jippsbAEtzkpZ/6FIiuzOURPcMjHp+Z6xPe6DtApDJx+w7UYyOLanZqO8+wKR9G10s/FmHXvxaMd9s6Kg== + /@babel/helper-module-transforms/7.10.1: + dependencies: + '@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.2 + lodash: 4.17.15 + dev: false + resolution: + integrity: sha512-RLHRCAzyJe7Q7sF4oy2cB+kRnU4wDZY/H2xJFGof+M+SJEGhZsb+GFj5j1AD8NiSaVBJ+Pf0/WObiXu/zxWpFg== /@babel/helper-module-transforms/7.8.3: dependencies: '@babel/helper-module-imports': 7.8.3 @@ -192,22 +323,45 @@ packages: dev: true resolution: integrity: sha512-C7NG6B7vfBa/pwCOshpMbOYUmrYQDfCpVL/JCRu0ek8B5p8kue1+BCXpg2vOYs7w5ACB9GTOBYQ5U6NwrMg+3Q== + /@babel/helper-optimise-call-expression/7.10.1: + dependencies: + '@babel/types': 7.10.2 + dev: false + resolution: + integrity: sha512-a0DjNS1prnBsoKx83dP2falChcs7p3i8VMzdrSbfLhuQra/2ENC4sbri34dz/rWmDADsmF1q5GbfaXydh0Jbjg== /@babel/helper-optimise-call-expression/7.8.3: dependencies: '@babel/types': 7.8.3 dev: true resolution: integrity: sha512-Kag20n86cbO2AvHca6EJsvqAd82gc6VMGule4HwebwMlwkpXuVqrNRj6CkCV2sKxgi9MyAUnZVnZ6lJ1/vKhHQ== + /@babel/helper-plugin-utils/7.10.1: + resolution: + integrity: sha512-fvoGeXt0bJc7VMWZGCAEBEMo/HAjW2mP8apF5eXK0wSqwLAVHAISCWRoLMBMUs2kqeaG77jltVqu4Hn8Egl3nA== /@babel/helper-plugin-utils/7.8.3: - dev: true resolution: integrity: sha512-j+fq49Xds2smCUNYmEHF9kGNkhbet6yVIBp4e6oeQpH1RUs/Ir06xUKzDjDkGcaaokPiTNs2JBWHjaE4csUkZQ== + /@babel/helper-regex/7.10.1: + dependencies: + lodash: 4.17.15 + dev: false + resolution: + integrity: sha512-7isHr19RsIJWWLLFn21ubFt223PjQyg1HY7CZEMRr820HttHPpVvrsIN3bUOo44DEfFV4kBXO7Abbn9KTUZV7g== /@babel/helper-regex/7.8.3: dependencies: lodash: 4.17.15 - dev: true resolution: integrity: sha512-BWt0QtYv/cg/NecOAZMdcn/waj/5P26DR4mVLXfFtDokSR6fyuG0Pj+e2FqtSME+MqED1khnSMulkmGl8qWiUQ== + /@babel/helper-remap-async-to-generator/7.10.1: + dependencies: + '@babel/helper-annotate-as-pure': 7.10.1 + '@babel/helper-wrap-function': 7.10.1 + '@babel/template': 7.10.1 + '@babel/traverse': 7.10.1 + '@babel/types': 7.10.2 + dev: false + resolution: + integrity: sha512-RfX1P8HqsfgmJ6CwaXGKMAqbYdlleqglvVtht0HGPMSsy2V6MqLlOJVF/0Qyb/m2ZCi2z3q3+s6Pv7R/dQuZ6A== /@babel/helper-remap-async-to-generator/7.8.3: dependencies: '@babel/helper-annotate-as-pure': 7.8.3 @@ -218,6 +372,15 @@ packages: dev: true resolution: integrity: sha512-kgwDmw4fCg7AVgS4DukQR/roGp+jP+XluJE5hsRZwxCYGg+Rv9wSGErDWhlI90FODdYfd4xG4AQRiMDjjN0GzA== + /@babel/helper-replace-supers/7.10.1: + dependencies: + '@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.2 + dev: false + resolution: + integrity: sha512-SOwJzEfpuQwInzzQJGjGaiG578UYmyi2Xw668klPWV5n07B73S0a9btjLk/52Mlcxa+5AdIYqws1KyXRfMoB7A== /@babel/helper-replace-supers/7.8.3: dependencies: '@babel/helper-member-expression-to-functions': 7.8.3 @@ -227,6 +390,13 @@ packages: dev: true resolution: integrity: sha512-xOUssL6ho41U81etpLoT2RTdvdus4VfHamCuAm4AHxGr+0it5fnwoVdwUJ7GFEqCsQYzJUhcbsN9wB9apcYKFA== + /@babel/helper-simple-access/7.10.1: + dependencies: + '@babel/template': 7.10.1 + '@babel/types': 7.10.2 + dev: false + resolution: + integrity: sha512-VSWpWzRzn9VtgMJBIWTZ+GP107kZdQ4YplJlCmIrjoLVSi/0upixezHCDG8kpPVTBJpKfxTH01wDhh+jS2zKbw== /@babel/helper-simple-access/7.8.3: dependencies: '@babel/template': 7.8.3 @@ -234,12 +404,31 @@ packages: dev: true resolution: integrity: sha512-VNGUDjx5cCWg4vvCTR8qQ7YJYZ+HBjxOgXEl7ounz+4Sn7+LMD3CFrCTEU6/qXKbA2nKg21CwhhBzO0RpRbdCw== + /@babel/helper-split-export-declaration/7.10.1: + dependencies: + '@babel/types': 7.10.2 + dev: false + resolution: + integrity: sha512-UQ1LVBPrYdbchNhLwj6fetj46BcFwfS4NllJo/1aJsT+1dLTEnXJL0qHqtY7gPzF8S2fXBJamf1biAXV3X077g== /@babel/helper-split-export-declaration/7.8.3: dependencies: '@babel/types': 7.8.3 dev: true resolution: integrity: sha512-3x3yOeyBhW851hroze7ElzdkeRXQYQbFIb7gLK1WQYsw2GWDay5gAJNw1sWJ0VFP6z5J1whqeXH/WCdCjZv6dA== + /@babel/helper-validator-identifier/7.10.1: + dev: false + resolution: + integrity: sha512-5vW/JXLALhczRCWP0PnFDMCJAchlBvM7f4uk/jXritBnIa6E1KmqmtrS3yn1LAnxFBypQ3eneLuXjsnfQsgILw== + /@babel/helper-wrap-function/7.10.1: + dependencies: + '@babel/helper-function-name': 7.10.1 + '@babel/template': 7.10.1 + '@babel/traverse': 7.10.1 + '@babel/types': 7.10.2 + dev: false + resolution: + integrity: sha512-C0MzRGteVDn+H32/ZgbAv5r56f2o1fZSA/rj/TYo8JEJNHg+9BdSmKBUND0shxWRztWhjlT2cvHYuynpPsVJwQ== /@babel/helper-wrap-function/7.8.3: dependencies: '@babel/helper-function-name': 7.8.3 @@ -257,6 +446,14 @@ packages: dev: true resolution: integrity: sha512-LmU3q9Pah/XyZU89QvBgGt+BCsTPoQa+73RxAQh8fb8qkDyIfeQnmgs+hvzhTCKTzqOyk7JTkS3MS1S8Mq5yrQ== + /@babel/highlight/7.10.1: + dependencies: + '@babel/helper-validator-identifier': 7.10.1 + chalk: 2.4.2 + js-tokens: 4.0.0 + dev: false + resolution: + integrity: sha512-8rMof+gVP8mxYZApLF/JgNDAkdKa+aJt3ZYxF8z6+j/hpeXL7iMsKCPHa2jNMHu/qqBwzQF4OHNoYi8dMA/rYg== /@babel/highlight/7.8.3: dependencies: chalk: 2.4.2 @@ -265,6 +462,13 @@ packages: dev: true resolution: integrity: sha512-PX4y5xQUvy0fnEVHrYOarRPXVWafSjTW9T0Hab8gVIawpl2Sj0ORyrygANq+KjcNlSSTw0YCLSNA8OyZ1I4yEg== + /@babel/parser/7.10.2: + dev: false + engines: + node: '>=6.0.0' + hasBin: true + resolution: + integrity: sha512-PApSXlNMJyB4JiGVhCOlzKIif+TKFTvu0aQAhnTvfP/z3vVSN6ZypH5bfUNwFXXjRQtUEBNFd2PtmCmG2Py3qQ== /@babel/parser/7.8.3: dev: true engines: @@ -272,6 +476,16 @@ packages: hasBin: true resolution: integrity: sha512-/V72F4Yp/qmHaTALizEm9Gf2eQHV3QyTL3K0cNfijwnMnb1L+LDlAubb/ZnSdGAVzVSWakujHYs1I26x66sMeQ== + /@babel/plugin-proposal-async-generator-functions/7.10.1: + dependencies: + '@babel/helper-plugin-utils': 7.10.1 + '@babel/helper-remap-async-to-generator': 7.10.1 + '@babel/plugin-syntax-async-generators': 7.8.4 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-vzZE12ZTdB336POZjmpblWfNNRpMSua45EYnRigE2XsZxcXcIyly2ixnTJasJE4Zq3U7t2d8rRF7XRUuzHxbOw== /@babel/plugin-proposal-async-generator-functions/7.8.3_@babel+core@7.8.3: dependencies: '@babel/core': 7.8.3 @@ -283,6 +497,15 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-NZ9zLv848JsV3hs8ryEh7Uaz/0KsmPLqv0+PdkDJL1cJy0K4kOCFa8zc1E3mp+RHPQcpdfb/6GovEsW4VDrOMw== + /@babel/plugin-proposal-class-properties/7.10.1: + dependencies: + '@babel/helper-create-class-features-plugin': 7.10.2 + '@babel/helper-plugin-utils': 7.10.1 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-sqdGWgoXlnOdgMXU+9MbhzwFRgxVLeiGBqTrnuS7LC2IBU31wSsESbTUreT2O418obpfPdGUR2GbEufZF1bpqw== /@babel/plugin-proposal-class-properties/7.8.3_@babel+core@7.8.3: dependencies: '@babel/core': 7.8.3 @@ -304,6 +527,15 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-e3RvdvS4qPJVTe288DlXjwKflpfy1hr0j5dz5WpIYYeP7vQZg2WfAEIp8k5/Lwis/m5REXEteIz6rrcDtXXG7w== + /@babel/plugin-proposal-dynamic-import/7.10.1: + dependencies: + '@babel/helper-plugin-utils': 7.10.1 + '@babel/plugin-syntax-dynamic-import': 7.8.3 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-Cpc2yUVHTEGPlmiQzXj026kqwjEQAD9I4ZC16uzdbgWgitg/UHKHLffKNCQZ5+y8jpIZPJcKcwsr2HwPh+w3XA== /@babel/plugin-proposal-dynamic-import/7.8.3_@babel+core@7.8.3: dependencies: '@babel/core': 7.8.3 @@ -314,6 +546,15 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-NyaBbyLFXFLT9FP+zk0kYlUlA8XtCUbehs67F0nnEg7KICgMc2mNkIeu9TYhKzyXMkrapZFwAhXLdnt4IYHy1w== + /@babel/plugin-proposal-json-strings/7.10.1: + dependencies: + '@babel/helper-plugin-utils': 7.10.1 + '@babel/plugin-syntax-json-strings': 7.8.3 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-m8r5BmV+ZLpWPtMY2mOKN7wre6HIO4gfIiV+eOmsnZABNenrt/kzYBwrh+KOfgumSWpnlGs5F70J8afYMSJMBg== /@babel/plugin-proposal-json-strings/7.8.3_@babel+core@7.8.3: dependencies: '@babel/core': 7.8.3 @@ -324,6 +565,15 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-KGhQNZ3TVCQG/MjRbAUwuH+14y9q0tpxs1nWWs3pbSleRdDro9SAMMDyye8HhY1gqZ7/NqIc8SKhya0wRDgP1Q== + /@babel/plugin-proposal-nullish-coalescing-operator/7.10.1: + dependencies: + '@babel/helper-plugin-utils': 7.10.1 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-56cI/uHYgL2C8HVuHOuvVowihhX0sxb3nnfVRzUeVHTWmRHTZrKuAh/OBIMggGU/S1g/1D2CRCXqP+3u7vX7iA== /@babel/plugin-proposal-nullish-coalescing-operator/7.8.3_@babel+core@7.8.3: dependencies: '@babel/core': 7.8.3 @@ -334,6 +584,25 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-TS9MlfzXpXKt6YYomudb/KU7nQI6/xnapG6in1uZxoxDghuSMZsPb6D2fyUwNYSAp4l1iR7QtFOjkqcRYcUsfw== + /@babel/plugin-proposal-numeric-separator/7.10.1: + dependencies: + '@babel/helper-plugin-utils': 7.10.1 + '@babel/plugin-syntax-numeric-separator': 7.10.1 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-jjfym4N9HtCiNfyyLAVD8WqPYeHUrw4ihxuAynWj6zzp2gf9Ey2f7ImhFm6ikB3CLf5Z/zmcJDri6B4+9j9RsA== + /@babel/plugin-proposal-object-rest-spread/7.10.1: + dependencies: + '@babel/helper-plugin-utils': 7.10.1 + '@babel/plugin-syntax-object-rest-spread': 7.8.3 + '@babel/plugin-transform-parameters': 7.10.1 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-Z+Qri55KiQkHh7Fc4BW6o+QBuTagbOp9txE+4U1i79u9oWlf2npkiDx+Rf3iK3lbcHBuNy9UOkwuR5wOMH3LIQ== /@babel/plugin-proposal-object-rest-spread/7.8.3_@babel+core@7.8.3: dependencies: '@babel/core': 7.8.3 @@ -344,6 +613,15 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-8qvuPwU/xxUCt78HocNlv0mXXo0wdh9VT1R04WU8HGOfaOob26pF+9P5/lYjN/q7DHOX1bvX60hnhOvuQUJdbA== + /@babel/plugin-proposal-optional-catch-binding/7.10.1: + dependencies: + '@babel/helper-plugin-utils': 7.10.1 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-VqExgeE62YBqI3ogkGoOJp1R6u12DFZjqwJhqtKc2o5m1YTUuUWnos7bZQFBhwkxIFpWYJ7uB75U7VAPPiKETA== /@babel/plugin-proposal-optional-catch-binding/7.8.3_@babel+core@7.8.3: dependencies: '@babel/core': 7.8.3 @@ -354,6 +632,15 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-0gkX7J7E+AtAw9fcwlVQj8peP61qhdg/89D5swOkjYbkboA2CVckn3kiyum1DE0wskGb7KJJxBdyEBApDLLVdw== + /@babel/plugin-proposal-optional-chaining/7.10.1: + dependencies: + '@babel/helper-plugin-utils': 7.10.1 + '@babel/plugin-syntax-optional-chaining': 7.8.3 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-dqQj475q8+/avvok72CF3AOSV/SGEcH29zT5hhohqqvvZ2+boQoOr7iGldBG5YXTO2qgCgc2B3WvVLUdbeMlGA== /@babel/plugin-proposal-optional-chaining/7.8.3_@babel+core@7.8.3: dependencies: '@babel/core': 7.8.3 @@ -364,6 +651,26 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-QIoIR9abkVn+seDE3OjA08jWcs3eZ9+wJCKSRgo3WdEU2csFYgdScb+8qHB3+WXsGJD55u+5hWCISI7ejXS+kg== + /@babel/plugin-proposal-private-methods/7.10.1: + dependencies: + '@babel/helper-create-class-features-plugin': 7.10.2 + '@babel/helper-plugin-utils': 7.10.1 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-RZecFFJjDiQ2z6maFprLgrdnm0OzoC23Mx89xf1CcEsxmHuzuXOdniEuI+S3v7vjQG4F5sa6YtUp+19sZuSxHg== + /@babel/plugin-proposal-unicode-property-regex/7.10.1: + dependencies: + '@babel/helper-create-regexp-features-plugin': 7.10.1 + '@babel/helper-plugin-utils': 7.10.1 + dev: false + engines: + node: '>=4' + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-JjfngYRvwmPwmnbRZyNiPFI8zxCZb8euzbCG/LxyKdeTb59tVciKo9GK9bi6JYKInk1H11Dq9j/zRqIH4KigfQ== /@babel/plugin-proposal-unicode-property-regex/7.8.3_@babel+core@7.8.3: dependencies: '@babel/core': 7.8.3 @@ -376,15 +683,31 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-1/1/rEZv2XGweRwwSkLpY+s60za9OZ1hJs4YDqFHCw0kYWYwL5IFljVY1MYBL+weT1l9pokDO2uhSTLVxzoHkQ== + /@babel/plugin-syntax-async-generators/7.8.4: + dependencies: + '@babel/helper-plugin-utils': 7.10.1 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw== /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.8.3: dependencies: '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 + '@babel/helper-plugin-utils': 7.10.1 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw== + /@babel/plugin-syntax-class-properties/7.10.1: + dependencies: + '@babel/helper-plugin-utils': 7.10.1 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-Gf2Yx/iRs1JREDtVZ56OrjjgFHCaldpTnuy9BHla10qyVT3YkIIGEtoDWhyop0ksu1GvNjHIoYRBqm3zoR1jyQ== /@babel/plugin-syntax-decorators/7.8.3_@babel+core@7.8.3: dependencies: '@babel/core': 7.8.3 @@ -394,6 +717,14 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-8Hg4dNNT9/LcA1zQlfwuKR8BUc/if7Q7NkTam9sGTcJphLwpf2g4S42uhspQrIrR+dpzE0dtTqBVFoHl8GtnnQ== + /@babel/plugin-syntax-dynamic-import/7.8.3: + dependencies: + '@babel/helper-plugin-utils': 7.8.3 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ== /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.8.3: dependencies: '@babel/core': 7.8.3 @@ -403,10 +734,18 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ== + /@babel/plugin-syntax-json-strings/7.8.3: + dependencies: + '@babel/helper-plugin-utils': 7.10.1 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA== /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.8.3: dependencies: '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 + '@babel/helper-plugin-utils': 7.10.1 dev: true peerDependencies: '@babel/core': ^7.0.0-0 @@ -421,15 +760,39 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-WxdW9xyLgBdefoo0Ynn3MRSkhe5tFVxxKNVdnZSh318WrG2e2jH+E9wd/++JsqcLJZPfz87njQJ8j2Upjm0M0A== + /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3: + dependencies: + '@babel/helper-plugin-utils': 7.10.1 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ== /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.8.3: dependencies: '@babel/core': 7.8.3 - '@babel/helper-plugin-utils': 7.8.3 + '@babel/helper-plugin-utils': 7.10.1 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ== + /@babel/plugin-syntax-numeric-separator/7.10.1: + dependencies: + '@babel/helper-plugin-utils': 7.10.1 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-uTd0OsHrpe3tH5gRPTxG8Voh99/WCU78vIm5NMRYPAqC8lR4vajt6KkCAknCHrx24vkPdd/05yfdGSB4EIY2mg== + /@babel/plugin-syntax-object-rest-spread/7.8.3: + dependencies: + '@babel/helper-plugin-utils': 7.8.3 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA== /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.8.3: dependencies: '@babel/core': 7.8.3 @@ -439,6 +802,14 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA== + /@babel/plugin-syntax-optional-catch-binding/7.8.3: + dependencies: + '@babel/helper-plugin-utils': 7.8.3 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q== /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.8.3: dependencies: '@babel/core': 7.8.3 @@ -448,6 +819,14 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q== + /@babel/plugin-syntax-optional-chaining/7.8.3: + dependencies: + '@babel/helper-plugin-utils': 7.8.3 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg== /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.8.3: dependencies: '@babel/core': 7.8.3 @@ -457,6 +836,14 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg== + /@babel/plugin-syntax-top-level-await/7.10.1: + dependencies: + '@babel/helper-plugin-utils': 7.10.1 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-hgA5RYkmZm8FTFT3yu2N9Bx7yVVOKYT6yEdXXo6j2JTm0wNxgqaGeQVaSHRjhfnQbX91DtjFB6McRFSlcJH3xQ== /@babel/plugin-syntax-top-level-await/7.8.3_@babel+core@7.8.3: dependencies: '@babel/core': 7.8.3 @@ -466,6 +853,14 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-kwj1j9lL/6Wd0hROD3b/OZZ7MSrZLqqn9RAZ5+cYYsflQ9HZBIKCUkr3+uL1MEJ1NePiUbf98jjiMQSv0NMR9g== + /@babel/plugin-transform-arrow-functions/7.10.1: + dependencies: + '@babel/helper-plugin-utils': 7.10.1 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-6AZHgFJKP3DJX0eCNJj01RpytUa3SOGawIxweHkNX2L6PYikOZmoh5B0d7hIHaIgveMjX990IAa/xK7jRTN8OA== /@babel/plugin-transform-arrow-functions/7.8.3_@babel+core@7.8.3: dependencies: '@babel/core': 7.8.3 @@ -475,6 +870,16 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-0MRF+KC8EqH4dbuITCWwPSzsyO3HIWWlm30v8BbbpOrS1B++isGxPnnuq/IZvOX5J2D/p7DQalQm+/2PnlKGxg== + /@babel/plugin-transform-async-to-generator/7.10.1: + dependencies: + '@babel/helper-module-imports': 7.10.1 + '@babel/helper-plugin-utils': 7.10.1 + '@babel/helper-remap-async-to-generator': 7.10.1 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-XCgYjJ8TY2slj6SReBUyamJn3k2JLUIiiR5b6t1mNCMSvv7yx+jJpaewakikp0uWFQSF7ChPPoe3dHmXLpISkg== /@babel/plugin-transform-async-to-generator/7.8.3_@babel+core@7.8.3: dependencies: '@babel/core': 7.8.3 @@ -486,6 +891,14 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-imt9tFLD9ogt56Dd5CI/6XgpukMwd/fLGSrix2httihVe7LOGVPhyhMh1BU5kDM7iHD08i8uUtmV2sWaBFlHVQ== + /@babel/plugin-transform-block-scoped-functions/7.10.1: + dependencies: + '@babel/helper-plugin-utils': 7.10.1 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-B7K15Xp8lv0sOJrdVAoukKlxP9N59HS48V1J3U/JGj+Ad+MHq+am6xJVs85AgXrQn4LV8vaYFOB+pr/yIuzW8Q== /@babel/plugin-transform-block-scoped-functions/7.8.3_@babel+core@7.8.3: dependencies: '@babel/core': 7.8.3 @@ -495,6 +908,15 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-vo4F2OewqjbB1+yaJ7k2EJFHlTP3jR634Z9Cj9itpqNjuLXvhlVxgnjsHsdRgASR8xYDrx6onw4vW5H6We0Jmg== + /@babel/plugin-transform-block-scoping/7.10.1: + dependencies: + '@babel/helper-plugin-utils': 7.10.1 + lodash: 4.17.15 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-8bpWG6TtF5akdhIm/uWTyjHqENpy13Fx8chg7pFH875aNLwX8JxIxqm08gmAT+Whe6AOmaTeLPe7dpLbXt+xUw== /@babel/plugin-transform-block-scoping/7.8.3_@babel+core@7.8.3: dependencies: '@babel/core': 7.8.3 @@ -505,6 +927,21 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-pGnYfm7RNRgYRi7bids5bHluENHqJhrV4bCZRwc5GamaWIIs07N4rZECcmJL6ZClwjDz1GbdMZFtPs27hTB06w== + /@babel/plugin-transform-classes/7.10.1: + dependencies: + '@babel/helper-annotate-as-pure': 7.10.1 + '@babel/helper-define-map': 7.10.1 + '@babel/helper-function-name': 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 + globals: 11.12.0 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-P9V0YIh+ln/B3RStPoXpEQ/CoAxQIhRSUn7aXqQ+FZJ2u8+oCtjIXR3+X0vsSD8zv+mb56K7wZW1XiDTDGiDRQ== /@babel/plugin-transform-classes/7.8.3_@babel+core@7.8.3: dependencies: '@babel/core': 7.8.3 @@ -521,6 +958,14 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-SjT0cwFJ+7Rbr1vQsvphAHwUHvSUPmMjMU/0P59G8U2HLFqSa082JO7zkbDNWs9kH/IUqpHI6xWNesGf8haF1w== + /@babel/plugin-transform-computed-properties/7.10.1: + dependencies: + '@babel/helper-plugin-utils': 7.10.1 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-mqSrGjp3IefMsXIenBfGcPXxJxweQe2hEIwMQvjtiDQ9b1IBvDUjkAtV/HMXX47/vXf14qDNedXsIiNd1FmkaQ== /@babel/plugin-transform-computed-properties/7.8.3_@babel+core@7.8.3: dependencies: '@babel/core': 7.8.3 @@ -530,6 +975,14 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-O5hiIpSyOGdrQZRQ2ccwtTVkgUDBBiCuK//4RJ6UfePllUTCENOzKxfh6ulckXKc0DixTFLCfb2HVkNA7aDpzA== + /@babel/plugin-transform-destructuring/7.10.1: + dependencies: + '@babel/helper-plugin-utils': 7.10.1 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-V/nUc4yGWG71OhaTH705pU8ZSdM6c1KmmLP8ys59oOYbT7RpMYAR3MsVOt6OHL0WzG7BlTU076va9fjJyYzJMA== /@babel/plugin-transform-destructuring/7.8.3_@babel+core@7.8.3: dependencies: '@babel/core': 7.8.3 @@ -539,6 +992,15 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-H4X646nCkiEcHZUZaRkhE2XVsoz0J/1x3VVujnn96pSoGCtKPA99ZZA+va+gK+92Zycd6OBKCD8tDb/731bhgQ== + /@babel/plugin-transform-dotall-regex/7.10.1: + dependencies: + '@babel/helper-create-regexp-features-plugin': 7.10.1 + '@babel/helper-plugin-utils': 7.10.1 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-19VIMsD1dp02RvduFUmfzj8uknaO3uiHHF0s3E1OHnVsNj8oge8EQ5RzHRbJjGSetRnkEuBYO7TG1M5kKjGLOA== /@babel/plugin-transform-dotall-regex/7.8.3_@babel+core@7.8.3: dependencies: '@babel/core': 7.8.3 @@ -549,6 +1011,14 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-kLs1j9Nn4MQoBYdRXH6AeaXMbEJFaFu/v1nQkvib6QzTj8MZI5OQzqmD83/2jEM1z0DLilra5aWO5YpyC0ALIw== + /@babel/plugin-transform-duplicate-keys/7.10.1: + dependencies: + '@babel/helper-plugin-utils': 7.10.1 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-wIEpkX4QvX8Mo9W6XF3EdGttrIPZWozHfEaDTU0WJD/TDnXMvdDh30mzUl/9qWhnf7naicYartcEfUghTCSNpA== /@babel/plugin-transform-duplicate-keys/7.8.3_@babel+core@7.8.3: dependencies: '@babel/core': 7.8.3 @@ -558,6 +1028,15 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-s8dHiBUbcbSgipS4SMFuWGqCvyge5V2ZeAWzR6INTVC3Ltjig/Vw1G2Gztv0vU/hRG9X8IvKvYdoksnUfgXOEQ== + /@babel/plugin-transform-exponentiation-operator/7.10.1: + dependencies: + '@babel/helper-builder-binary-assignment-operator-visitor': 7.10.1 + '@babel/helper-plugin-utils': 7.10.1 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-lr/przdAbpEA2BUzRvjXdEDLrArGRRPwbaF9rvayuHRvdQ7lUTTkZnhZrJ4LE2jvgMRFF4f0YuPQ20vhiPYxtA== /@babel/plugin-transform-exponentiation-operator/7.8.3_@babel+core@7.8.3: dependencies: '@babel/core': 7.8.3 @@ -568,6 +1047,14 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-zwIpuIymb3ACcInbksHaNcR12S++0MDLKkiqXHl3AzpgdKlFNhog+z/K0+TGW+b0w5pgTq4H6IwV/WhxbGYSjQ== + /@babel/plugin-transform-for-of/7.10.1: + dependencies: + '@babel/helper-plugin-utils': 7.10.1 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-US8KCuxfQcn0LwSCMWMma8M2R5mAjJGsmoCBVwlMygvmDUMkTCykc84IqN1M7t+agSfOmLYTInLCHJM+RUoz+w== /@babel/plugin-transform-for-of/7.8.3_@babel+core@7.8.3: dependencies: '@babel/core': 7.8.3 @@ -577,6 +1064,15 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-ZjXznLNTxhpf4Q5q3x1NsngzGA38t9naWH8Gt+0qYZEJAcvPI9waSStSh56u19Ofjr7QmD0wUsQ8hw8s/p1VnA== + /@babel/plugin-transform-function-name/7.10.1: + dependencies: + '@babel/helper-function-name': 7.10.1 + '@babel/helper-plugin-utils': 7.10.1 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-//bsKsKFBJfGd65qSNNh1exBy5Y9gD9ZN+DvrJ8f7HXr4avE5POW6zB7Rj6VnqHV33+0vXWUwJT0wSHubiAQkw== /@babel/plugin-transform-function-name/7.8.3_@babel+core@7.8.3: dependencies: '@babel/core': 7.8.3 @@ -587,6 +1083,14 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-rO/OnDS78Eifbjn5Py9v8y0aR+aSYhDhqAwVfsTl0ERuMZyr05L1aFSCJnbv2mmsLkit/4ReeQ9N2BgLnOcPCQ== + /@babel/plugin-transform-literals/7.10.1: + dependencies: + '@babel/helper-plugin-utils': 7.10.1 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-qi0+5qgevz1NHLZroObRm5A+8JJtibb7vdcPQF1KQE12+Y/xxl8coJ+TpPW9iRq+Mhw/NKLjm+5SHtAHCC7lAw== /@babel/plugin-transform-literals/7.8.3_@babel+core@7.8.3: dependencies: '@babel/core': 7.8.3 @@ -596,6 +1100,14 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-3Tqf8JJ/qB7TeldGl+TT55+uQei9JfYaregDcEAyBZ7akutriFrt6C/wLYIer6OYhleVQvH/ntEhjE/xMmy10A== + /@babel/plugin-transform-member-expression-literals/7.10.1: + dependencies: + '@babel/helper-plugin-utils': 7.10.1 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-UmaWhDokOFT2GcgU6MkHC11i0NQcL63iqeufXWfRy6pUOGYeCGEKhvfFO6Vz70UfYJYHwveg62GS83Rvpxn+NA== /@babel/plugin-transform-member-expression-literals/7.8.3_@babel+core@7.8.3: dependencies: '@babel/core': 7.8.3 @@ -605,6 +1117,16 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-3Wk2EXhnw+rP+IDkK6BdtPKsUE5IeZ6QOGrPYvw52NwBStw9V1ZVzxgK6fSKSxqUvH9eQPR3tm3cOq79HlsKYA== + /@babel/plugin-transform-modules-amd/7.10.1: + dependencies: + '@babel/helper-module-transforms': 7.10.1 + '@babel/helper-plugin-utils': 7.10.1 + babel-plugin-dynamic-import-node: 2.3.3 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-31+hnWSFRI4/ACFr1qkboBbrTxoBIzj7qA69qlq8HY8p7+YCzkCT6/TvQ1a4B0z27VeWtAeJd6pr5G04dc1iHw== /@babel/plugin-transform-modules-amd/7.8.3_@babel+core@7.8.3: dependencies: '@babel/core': 7.8.3 @@ -616,6 +1138,17 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-MadJiU3rLKclzT5kBH4yxdry96odTUwuqrZM+GllFI/VhxfPz+k9MshJM+MwhfkCdxxclSbSBbUGciBngR+kEQ== + /@babel/plugin-transform-modules-commonjs/7.10.1: + dependencies: + '@babel/helper-module-transforms': 7.10.1 + '@babel/helper-plugin-utils': 7.10.1 + '@babel/helper-simple-access': 7.10.1 + babel-plugin-dynamic-import-node: 2.3.3 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-AQG4fc3KOah0vdITwt7Gi6hD9BtQP/8bhem7OjbaMoRNCH5Djx42O2vYMfau7QnAzQCa+RJnhJBmFFMGpQEzrg== /@babel/plugin-transform-modules-commonjs/7.8.3_@babel+core@7.8.3: dependencies: '@babel/core': 7.8.3 @@ -628,6 +1161,17 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-JpdMEfA15HZ/1gNuB9XEDlZM1h/gF/YOH7zaZzQu2xCFRfwc01NXBMHHSTT6hRjlXJJs5x/bfODM3LiCk94Sxg== + /@babel/plugin-transform-modules-systemjs/7.10.1: + dependencies: + '@babel/helper-hoist-variables': 7.10.1 + '@babel/helper-module-transforms': 7.10.1 + '@babel/helper-plugin-utils': 7.10.1 + babel-plugin-dynamic-import-node: 2.3.3 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-ewNKcj1TQZDL3YnO85qh9zo1YF1CHgmSTlRQgHqe63oTrMI85cthKtZjAiZSsSNjPQ5NCaYo5QkbYqEw1ZBgZA== /@babel/plugin-transform-modules-systemjs/7.8.3_@babel+core@7.8.3: dependencies: '@babel/core': 7.8.3 @@ -640,6 +1184,15 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-8cESMCJjmArMYqa9AO5YuMEkE4ds28tMpZcGZB/jl3n0ZzlsxOAi3mC+SKypTfT8gjMupCnd3YiXCkMjj2jfOg== + /@babel/plugin-transform-modules-umd/7.10.1: + dependencies: + '@babel/helper-module-transforms': 7.10.1 + '@babel/helper-plugin-utils': 7.10.1 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-EIuiRNMd6GB6ulcYlETnYYfgv4AxqrswghmBRQbWLHZxN4s7mupxzglnHqk9ZiUpDI4eRWewedJJNj67PWOXKA== /@babel/plugin-transform-modules-umd/7.8.3_@babel+core@7.8.3: dependencies: '@babel/core': 7.8.3 @@ -650,6 +1203,14 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-evhTyWhbwbI3/U6dZAnx/ePoV7H6OUG+OjiJFHmhr9FPn0VShjwC2kdxqIuQ/+1P50TMrneGzMeyMTFOjKSnAw== + /@babel/plugin-transform-named-capturing-groups-regex/7.8.3: + dependencies: + '@babel/helper-create-regexp-features-plugin': 7.8.3 + dev: false + peerDependencies: + '@babel/core': ^7.0.0 + resolution: + integrity: sha512-f+tF/8UVPU86TrCb06JoPWIdDpTNSGGcAtaD9mLP0aYGA0OS0j7j7DHJR0GTFrUZPUU6loZhbsVZgTh0N+Qdnw== /@babel/plugin-transform-named-capturing-groups-regex/7.8.3_@babel+core@7.8.3: dependencies: '@babel/core': 7.8.3 @@ -659,6 +1220,14 @@ packages: '@babel/core': ^7.0.0 resolution: integrity: sha512-f+tF/8UVPU86TrCb06JoPWIdDpTNSGGcAtaD9mLP0aYGA0OS0j7j7DHJR0GTFrUZPUU6loZhbsVZgTh0N+Qdnw== + /@babel/plugin-transform-new-target/7.10.1: + dependencies: + '@babel/helper-plugin-utils': 7.10.1 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-MBlzPc1nJvbmO9rPr1fQwXOM2iGut+JC92ku6PbiJMMK7SnQc1rytgpopveE3Evn47gzvGYeCdgfCDbZo0ecUw== /@babel/plugin-transform-new-target/7.8.3_@babel+core@7.8.3: dependencies: '@babel/core': 7.8.3 @@ -668,6 +1237,15 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-QuSGysibQpyxexRyui2vca+Cmbljo8bcRckgzYV4kRIsHpVeyeC3JDO63pY+xFZ6bWOBn7pfKZTqV4o/ix9sFw== + /@babel/plugin-transform-object-super/7.10.1: + dependencies: + '@babel/helper-plugin-utils': 7.10.1 + '@babel/helper-replace-supers': 7.10.1 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-WnnStUDN5GL+wGQrJylrnnVlFhFmeArINIR9gjhSeYyvroGhBrSAXYg/RHsnfzmsa+onJrTJrEClPzgNmmQ4Gw== /@babel/plugin-transform-object-super/7.8.3_@babel+core@7.8.3: dependencies: '@babel/core': 7.8.3 @@ -678,6 +1256,15 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-57FXk+gItG/GejofIyLIgBKTas4+pEU47IXKDBWFTxdPd7F80H8zybyAY7UoblVfBhBGs2EKM+bJUu2+iUYPDQ== + /@babel/plugin-transform-parameters/7.10.1: + dependencies: + '@babel/helper-get-function-arity': 7.10.1 + '@babel/helper-plugin-utils': 7.10.1 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-tJ1T0n6g4dXMsL45YsSzzSDZCxiHXAQp/qHrucOq5gEHncTA3xDxnd5+sZcoQp+N1ZbieAaB8r/VUCG0gqseOg== /@babel/plugin-transform-parameters/7.8.3_@babel+core@7.8.3: dependencies: '@babel/core': 7.8.3 @@ -689,6 +1276,14 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-/pqngtGb54JwMBZ6S/D3XYylQDFtGjWrnoCF4gXZOUpFV/ujbxnoNGNvDGu6doFWRPBveE72qTx/RRU44j5I/Q== + /@babel/plugin-transform-property-literals/7.10.1: + dependencies: + '@babel/helper-plugin-utils': 7.10.1 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-Kr6+mgag8auNrgEpbfIWzdXYOvqDHZOF0+Bx2xh4H2EDNwcbRb9lY6nkZg8oSjsX+DH9Ebxm9hOqtKW+gRDeNA== /@babel/plugin-transform-property-literals/7.8.3_@babel+core@7.8.3: dependencies: '@babel/core': 7.8.3 @@ -698,6 +1293,14 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-uGiiXAZMqEoQhRWMK17VospMZh5sXWg+dlh2soffpkAl96KAm+WZuJfa6lcELotSRmooLqg0MWdH6UUq85nmmg== + /@babel/plugin-transform-regenerator/7.10.1: + dependencies: + regenerator-transform: 0.14.4 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-B3+Y2prScgJ2Bh/2l9LJxKbb8C8kRfsG4AdPT+n7ixBHIxJaIG8bi8tgjxUMege1+WqSJ+7gu1YeoMVO3gPWzw== /@babel/plugin-transform-regenerator/7.8.3_@babel+core@7.8.3: dependencies: '@babel/core': 7.8.3 @@ -707,6 +1310,14 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-qt/kcur/FxrQrzFR432FGZznkVAjiyFtCOANjkAKwCbt465L6ZCiUQh2oMYGU3Wo8LRFJxNDFwWn106S5wVUNA== + /@babel/plugin-transform-reserved-words/7.10.1: + dependencies: + '@babel/helper-plugin-utils': 7.10.1 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-qN1OMoE2nuqSPmpTqEM7OvJ1FkMEV+BjVeZZm9V9mq/x1JLKQ4pcv8riZJMNN3u2AUGl0ouOMjRr2siecvHqUQ== /@babel/plugin-transform-reserved-words/7.8.3_@babel+core@7.8.3: dependencies: '@babel/core': 7.8.3 @@ -728,6 +1339,14 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-/vqUt5Yh+cgPZXXjmaG9NT8aVfThKk7G4OqkVhrXqwsC5soMn/qTCxs36rZ2QFhpfTJcjw4SNDIZ4RUb8OL4jQ== + /@babel/plugin-transform-shorthand-properties/7.10.1: + dependencies: + '@babel/helper-plugin-utils': 7.10.1 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-AR0E/lZMfLstScFwztApGeyTHJ5u3JUKMjneqRItWeEqDdHWZwAOKycvQNCasCK/3r5YXsuNG25funcJDu7Y2g== /@babel/plugin-transform-shorthand-properties/7.8.3_@babel+core@7.8.3: dependencies: '@babel/core': 7.8.3 @@ -737,6 +1356,14 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-I9DI6Odg0JJwxCHzbzW08ggMdCezoWcuQRz3ptdudgwaHxTjxw5HgdFJmZIkIMlRymL6YiZcped4TTCB0JcC8w== + /@babel/plugin-transform-spread/7.10.1: + dependencies: + '@babel/helper-plugin-utils': 7.10.1 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-8wTPym6edIrClW8FI2IoaePB91ETOtg36dOkj3bYcNe7aDMN2FXEoUa+WrmPc4xa1u2PQK46fUX2aCb+zo9rfw== /@babel/plugin-transform-spread/7.8.3_@babel+core@7.8.3: dependencies: '@babel/core': 7.8.3 @@ -746,6 +1373,15 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-CkuTU9mbmAoFOI1tklFWYYbzX5qCIZVXPVy0jpXgGwkplCndQAa58s2jr66fTeQnA64bDox0HL4U56CFYoyC7g== + /@babel/plugin-transform-sticky-regex/7.10.1: + dependencies: + '@babel/helper-plugin-utils': 7.10.1 + '@babel/helper-regex': 7.10.1 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-j17ojftKjrL7ufX8ajKvwRilwqTok4q+BjkknmQw9VNHnItTyMP5anPFzxFJdCQs7clLcWpCV3ma+6qZWLnGMA== /@babel/plugin-transform-sticky-regex/7.8.3_@babel+core@7.8.3: dependencies: '@babel/core': 7.8.3 @@ -756,6 +1392,15 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-9Spq0vGCD5Bb4Z/ZXXSK5wbbLFMG085qd2vhL1JYu1WcQ5bXqZBAYRzU1d+p79GcHs2szYv5pVQCX13QgldaWw== + /@babel/plugin-transform-template-literals/7.10.1: + dependencies: + '@babel/helper-annotate-as-pure': 7.10.1 + '@babel/helper-plugin-utils': 7.10.1 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-t7B/3MQf5M1T9hPCRG28DNGZUuxAuDqLYS03rJrIk2prj/UV7Z6FOneijhQhnv/Xa039vidXeVbvjK2SK5f7Gg== /@babel/plugin-transform-template-literals/7.8.3_@babel+core@7.8.3: dependencies: '@babel/core': 7.8.3 @@ -766,6 +1411,14 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-820QBtykIQOLFT8NZOcTRJ1UNuztIELe4p9DCgvj4NK+PwluSJ49we7s9FB1HIGNIYT7wFUJ0ar2QpCDj0escQ== + /@babel/plugin-transform-typeof-symbol/7.10.1: + dependencies: + '@babel/helper-plugin-utils': 7.10.1 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-qX8KZcmbvA23zDi+lk9s6hC1FM7jgLHYIjuLgULgc8QtYnmB3tAVIYkNoKRQ75qWBeyzcoMoK8ZQmogGtC/w0g== /@babel/plugin-transform-typeof-symbol/7.8.3_@babel+core@7.8.3: dependencies: '@babel/core': 7.8.3 @@ -775,6 +1428,23 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-3TrkKd4LPqm4jHs6nPtSDI/SV9Cm5PRJkHLUgTcqRQQTMAZ44ZaAdDZJtvWFSaRcvT0a1rTmJ5ZA5tDKjleF3g== + /@babel/plugin-transform-unicode-escapes/7.10.1: + dependencies: + '@babel/helper-plugin-utils': 7.10.1 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-zZ0Poh/yy1d4jeDWpx/mNwbKJVwUYJX73q+gyh4bwtG0/iUlzdEu0sLMda8yuDFS6LBQlT/ST1SJAR6zYwXWgw== + /@babel/plugin-transform-unicode-regex/7.10.1: + dependencies: + '@babel/helper-create-regexp-features-plugin': 7.10.1 + '@babel/helper-plugin-utils': 7.10.1 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-Y/2a2W299k0VIUdbqYm9X2qS6fE0CUBhhiPpimK6byy7OJ/kORLlIX+J6UrjgNu5awvs62k+6RSslxhcvVw2Tw== /@babel/plugin-transform-unicode-regex/7.8.3_@babel+core@7.8.3: dependencies: '@babel/core': 7.8.3 @@ -785,6 +1455,77 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-+ufgJjYdmWfSQ+6NS9VGUR2ns8cjJjYbrbi11mZBTaWm+Fui/ncTLFF28Ei1okavY+xkojGr1eJxNsWYeA5aZw== + /@babel/preset-env/7.10.2: + dependencies: + '@babel/compat-data': 7.10.1 + '@babel/helper-compilation-targets': 7.10.2 + '@babel/helper-module-imports': 7.10.1 + '@babel/helper-plugin-utils': 7.10.1 + '@babel/plugin-proposal-async-generator-functions': 7.10.1 + '@babel/plugin-proposal-class-properties': 7.10.1 + '@babel/plugin-proposal-dynamic-import': 7.10.1 + '@babel/plugin-proposal-json-strings': 7.10.1 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.10.1 + '@babel/plugin-proposal-numeric-separator': 7.10.1 + '@babel/plugin-proposal-object-rest-spread': 7.10.1 + '@babel/plugin-proposal-optional-catch-binding': 7.10.1 + '@babel/plugin-proposal-optional-chaining': 7.10.1 + '@babel/plugin-proposal-private-methods': 7.10.1 + '@babel/plugin-proposal-unicode-property-regex': 7.10.1 + '@babel/plugin-syntax-async-generators': 7.8.4 + '@babel/plugin-syntax-class-properties': 7.10.1 + '@babel/plugin-syntax-dynamic-import': 7.8.3 + '@babel/plugin-syntax-json-strings': 7.8.3 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3 + '@babel/plugin-syntax-numeric-separator': 7.10.1 + '@babel/plugin-syntax-object-rest-spread': 7.8.3 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3 + '@babel/plugin-syntax-optional-chaining': 7.8.3 + '@babel/plugin-syntax-top-level-await': 7.10.1 + '@babel/plugin-transform-arrow-functions': 7.10.1 + '@babel/plugin-transform-async-to-generator': 7.10.1 + '@babel/plugin-transform-block-scoped-functions': 7.10.1 + '@babel/plugin-transform-block-scoping': 7.10.1 + '@babel/plugin-transform-classes': 7.10.1 + '@babel/plugin-transform-computed-properties': 7.10.1 + '@babel/plugin-transform-destructuring': 7.10.1 + '@babel/plugin-transform-dotall-regex': 7.10.1 + '@babel/plugin-transform-duplicate-keys': 7.10.1 + '@babel/plugin-transform-exponentiation-operator': 7.10.1 + '@babel/plugin-transform-for-of': 7.10.1 + '@babel/plugin-transform-function-name': 7.10.1 + '@babel/plugin-transform-literals': 7.10.1 + '@babel/plugin-transform-member-expression-literals': 7.10.1 + '@babel/plugin-transform-modules-amd': 7.10.1 + '@babel/plugin-transform-modules-commonjs': 7.10.1 + '@babel/plugin-transform-modules-systemjs': 7.10.1 + '@babel/plugin-transform-modules-umd': 7.10.1 + '@babel/plugin-transform-named-capturing-groups-regex': 7.8.3 + '@babel/plugin-transform-new-target': 7.10.1 + '@babel/plugin-transform-object-super': 7.10.1 + '@babel/plugin-transform-parameters': 7.10.1 + '@babel/plugin-transform-property-literals': 7.10.1 + '@babel/plugin-transform-regenerator': 7.10.1 + '@babel/plugin-transform-reserved-words': 7.10.1 + '@babel/plugin-transform-shorthand-properties': 7.10.1 + '@babel/plugin-transform-spread': 7.10.1 + '@babel/plugin-transform-sticky-regex': 7.10.1 + '@babel/plugin-transform-template-literals': 7.10.1 + '@babel/plugin-transform-typeof-symbol': 7.10.1 + '@babel/plugin-transform-unicode-escapes': 7.10.1 + '@babel/plugin-transform-unicode-regex': 7.10.1 + '@babel/preset-modules': 0.1.3 + '@babel/types': 7.10.2 + browserslist: 4.12.0 + core-js-compat: 3.6.5 + invariant: 2.2.4 + levenary: 1.1.1 + semver: 5.7.1 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-MjqhX0RZaEgK/KueRzh+3yPSk30oqDKJ5HP5tqTSB1e2gzGS3PLy7K0BIpnp78+0anFuSwOeuCf1zZO7RzRvEA== /@babel/preset-env/7.8.3_@babel+core@7.8.3: dependencies: '@babel/compat-data': 7.8.1 @@ -850,11 +1591,37 @@ packages: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-Rs4RPL2KjSLSE2mWAx5/iCH+GC1ikKdxPrhnRS6PfFVaiZeom22VFKN4X8ZthyN61kAaR05tfXTbCvatl9WIQg== + /@babel/preset-modules/0.1.3: + dependencies: + '@babel/helper-plugin-utils': 7.10.1 + '@babel/plugin-proposal-unicode-property-regex': 7.10.1 + '@babel/plugin-transform-dotall-regex': 7.10.1 + '@babel/types': 7.10.2 + esutils: 2.0.3 + dev: false + peerDependencies: + '@babel/core': ^7.0.0-0 + resolution: + integrity: sha512-Ra3JXOHBq2xd56xSF7lMKXdjBn3T772Y1Wet3yWnkDly9zHvJki029tAFzvAAK5cf4YV3yoxuP61crYRol6SVg== + /@babel/runtime/7.10.2: + dependencies: + regenerator-runtime: 0.13.5 + dev: false + resolution: + integrity: sha512-6sF3uQw2ivImfVIl62RZ7MXhO2tap69WeWK57vAaimT6AZbE4FbqjdEJIN1UqoD6wI6B+1n9UiagafH1sxjOtg== /@babel/runtime/7.8.3: dependencies: regenerator-runtime: 0.13.3 resolution: integrity: sha512-fVHx1rzEmwB130VTkLnxR+HmxcTjGzH12LYQcFFoBwakMd3aOMD4OsRN7tGG/UOYE2ektgFrS8uACAoRk1CY0w== + /@babel/template/7.10.1: + dependencies: + '@babel/code-frame': 7.10.1 + '@babel/parser': 7.10.2 + '@babel/types': 7.10.2 + dev: false + resolution: + integrity: sha512-OQDg6SqvFSsc9A0ej6SKINWrpJiNonRIniYondK2ViKhB06i3c0s+76XUft71iqBEe9S1OKsHwPAjfHnuvnCig== /@babel/template/7.8.3: dependencies: '@babel/code-frame': 7.8.3 @@ -863,6 +1630,20 @@ packages: dev: true resolution: integrity: sha512-04m87AcQgAFdvuoyiQ2kgELr2tV8B4fP/xJAVUL3Yb3bkNdMedD3d0rlSQr3PegP0cms3eHjl1F7PWlvWbU8FQ== + /@babel/traverse/7.10.1: + dependencies: + '@babel/code-frame': 7.10.1 + '@babel/generator': 7.10.2 + '@babel/helper-function-name': 7.10.1 + '@babel/helper-split-export-declaration': 7.10.1 + '@babel/parser': 7.10.2 + '@babel/types': 7.10.2 + debug: 4.1.1 + globals: 11.12.0 + lodash: 4.17.15 + dev: false + resolution: + integrity: sha512-C/cTuXeKt85K+p08jN6vMDz8vSV0vZcI0wmQ36o6mjbuo++kPMdpOYw23W2XH04dbRt9/nMEfA4W3eR21CD+TQ== /@babel/traverse/7.8.3: dependencies: '@babel/code-frame': 7.8.3 @@ -877,6 +1658,14 @@ packages: dev: true resolution: integrity: sha512-we+a2lti+eEImHmEXp7bM9cTxGzxPmBiVJlLVD+FuuQMeeO7RaDbutbgeheDkw+Xe3mCfJHnGOWLswT74m2IPg== + /@babel/types/7.10.2: + dependencies: + '@babel/helper-validator-identifier': 7.10.1 + lodash: 4.17.15 + to-fast-properties: 2.0.0 + dev: false + resolution: + integrity: sha512-AD3AwWBSz0AWF0AkCN9VPiWrvldXq+/e3cHa4J89vo4ymjz1XwrBFFVZmkJTsQIPNk+ZVomPSXUJqq8yyjZsng== /@babel/types/7.8.3: dependencies: esutils: 2.0.3 @@ -1538,7 +2327,6 @@ packages: /ansi-styles/3.2.1: dependencies: color-convert: 1.9.3 - dev: true engines: node: '>=4' resolution: @@ -1747,6 +2535,12 @@ packages: dev: true resolution: integrity: sha512-o6qFkpeQEBxcqt0XYlWzAVxNCSCZdUgcR8IRlhD/8DylxjjO4foPcvTW0GGKa/cVt3rvxZ7o5ippJ+/0nvLhlQ== + /babel-plugin-dynamic-import-node/2.3.3: + dependencies: + object.assign: 4.1.0 + dev: false + resolution: + integrity: sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ== /babel-plugin-syntax-object-rest-spread/6.13.0: dev: true resolution: @@ -2212,7 +3006,6 @@ packages: ansi-styles: 3.2.1 escape-string-regexp: 1.0.5 supports-color: 5.5.0 - dev: true engines: node: '>=4' resolution: @@ -2444,7 +3237,6 @@ packages: /color-convert/1.9.3: dependencies: color-name: 1.1.3 - dev: true resolution: integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== /color-convert/2.0.1: @@ -2456,7 +3248,6 @@ packages: resolution: integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== /color-name/1.1.3: - dev: true resolution: integrity: sha1-p9BVi9icQveV3UIyj3QIMcpTvCU= /color-name/1.1.4: @@ -2655,6 +3446,13 @@ packages: dev: true resolution: integrity: sha512-zAa3IZPvsJ0slViBQ2z+vgyyTuhd3MFn1rBQjZSKVEgB0UMYhUkCj9jJUVPgGTGqWvsBVmfnruXgTcNyTlEiSA== + /core-js-compat/3.6.5: + dependencies: + browserslist: 4.12.0 + semver: 7.0.0 + dev: false + resolution: + integrity: sha512-7ItTKOhOZbznhXAQ2g/slGg1PJV5zDO/WdkTwi7UEOJmkvsE32PWvx6mKtDjiMpjnR2CNf6BAD6sSxIlv7ptng== /core-js/2.6.11: deprecated: 'core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.' dev: true @@ -2957,7 +3755,6 @@ packages: /debug/4.1.1: dependencies: ms: 2.1.2 - dev: true resolution: integrity: sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw== /decamelize/1.2.0: @@ -3015,7 +3812,6 @@ packages: /define-properties/1.1.3: dependencies: object-keys: 1.1.1 - dev: true engines: node: '>= 0.4' resolution: @@ -3342,7 +4138,6 @@ packages: resolution: integrity: sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg= /escape-string-regexp/1.0.5: - dev: true engines: node: '>=0.8.0' resolution: @@ -3378,7 +4173,6 @@ packages: resolution: integrity: sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw== /esutils/2.0.3: - dev: true engines: node: '>=0.10.0' resolution: @@ -3808,7 +4602,6 @@ packages: resolution: integrity: sha512-R4wDiBwZ0KzpgOWetKDug1FZcYhqYnUYKtfZYt4mD5SBz76q0KR4Q9o7GIPamsVPGmW3EYPPJ0dOOjvx32ldZA== /function-bind/1.1.1: - dev: true resolution: integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== /gensync/1.0.0-beta.1: @@ -3890,7 +4683,6 @@ packages: resolution: integrity: sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA== /globals/11.12.0: - dev: true engines: node: '>=4' resolution: @@ -3976,7 +4768,6 @@ packages: resolution: integrity: sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE= /has-flag/3.0.0: - dev: true engines: node: '>=4' resolution: @@ -3988,7 +4779,6 @@ packages: resolution: integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== /has-symbols/1.0.1: - dev: true engines: node: '>= 0.4' resolution: @@ -4787,12 +5577,10 @@ packages: resolution: integrity: sha1-peZUwuWi3rXyAdls77yoDA7y9RM= /jsesc/0.5.0: - dev: true hasBin: true resolution: integrity: sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0= /jsesc/2.5.2: - dev: true engines: node: '>=4' hasBin: true @@ -4937,7 +5725,6 @@ packages: resolution: integrity: sha512-avPEb8P8EGnwXKClwsNUgryVjllcRqtMYa49NTsbQagYuT1DcXnl1915oxWjoyGrXR6zH/Y0Zc96xWsPcoDKeA== /leven/3.1.0: - dev: true engines: node: '>=6' resolution: @@ -4950,6 +5737,14 @@ packages: node: '>= 8' resolution: integrity: sha512-VHcwhO0UTpUW7rLPN2/OiWJdgA1e9BqEDALhrgCe/F+uUJnep6CoUsTzMeP8Rh0NGr9uKquXxqe7lwLZo509nQ== + /levenary/1.1.1: + dependencies: + leven: 3.1.0 + dev: false + engines: + node: '>= 6' + resolution: + integrity: sha512-mkAdOIt79FD6irqjYSs4rdbnlT5vRonMEvBVPVb3XmevfS8kgRXwfes0dhPdEtzTWD/1eNE/Bm/G1iRt6DcnQQ== /lines-and-columns/1.1.6: dev: true resolution: @@ -5047,7 +5842,6 @@ packages: resolution: integrity: sha1-0CJTc662Uq3BvILklFM5qEJ1R3M= /lodash/4.17.15: - dev: true resolution: integrity: sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A== /log-symbols/2.2.0: @@ -5395,7 +6189,6 @@ packages: resolution: integrity: sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg== /ms/2.1.2: - dev: true resolution: integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== /multicast-dns-service-types/1.1.0: @@ -5630,7 +6423,6 @@ packages: resolution: integrity: sha512-Epah+btZd5wrrfjkJZq1AOB9O6OxUQto45hzFd7lXGrpHPGE0W1k+426yrZV+k6NJOzLNNW/nVsmZdIWsAqoOQ== /object-keys/1.1.1: - dev: true engines: node: '>= 0.4' resolution: @@ -5649,7 +6441,6 @@ packages: function-bind: 1.1.1 has-symbols: 1.0.1 object-keys: 1.1.1 - dev: true engines: node: '>= 0.4' resolution: @@ -6499,7 +7290,6 @@ packages: resolution: integrity: sha1-X0+HyPkeWuPzuoerTPXgOxoX8aM= /private/0.1.8: - dev: true engines: node: '>= 0.6' resolution: @@ -6822,13 +7612,19 @@ packages: /regenerate-unicode-properties/8.1.0: dependencies: regenerate: 1.4.0 - dev: true engines: node: '>=4' resolution: integrity: sha512-LGZzkgtLY79GeXLm8Dp0BVLdQlWICzBnJz/ipWUgo59qBaZ+BHtq51P2q1uVZlppMuUAT37SDk39qUbjTWB7bA== + /regenerate-unicode-properties/8.2.0: + dependencies: + regenerate: 1.4.0 + dev: false + engines: + node: '>=4' + resolution: + integrity: sha512-F9DjY1vKLo/tPePDycuH3dn9H1OTPIkVD9Kz4LODu+F2C75mgjAJ7x/gwy6ZcSNRAAkhNlJSOHRe8k3p+K9WhA== /regenerate/1.4.0: - dev: true resolution: integrity: sha512-1G6jJVDWrt0rK99kBjvEtziZNCICAuvIPkSiUFIQxVP06RCVpq3dmDo2oi6ABpYaDYaTRr67BEhL8r1wgEZZKg== /regenerator-runtime/0.11.1: @@ -6838,12 +7634,23 @@ packages: /regenerator-runtime/0.13.3: resolution: integrity: sha512-naKIZz2GQ8JWh///G7L3X6LaQUAMp2lvb1rvwwsURe/VXwD6VMfr+/1NuNw3ag8v2kY1aQ/go5SNn79O9JU7yw== + /regenerator-runtime/0.13.5: + dev: false + resolution: + integrity: sha512-ZS5w8CpKFinUzOwW3c83oPeVXoNsrLsaCoLtJvAClH135j/R77RuymhiSErhm2lKcwSCIpmvIWSbDkIfAqKQlA== /regenerator-transform/0.14.1: dependencies: private: 0.1.8 dev: true resolution: integrity: sha512-flVuee02C3FKRISbxhXl9mGzdbWUVHubl1SMaknjxkFB1/iqpJhArQUvRxOOPEc/9tAiX0BaQ28FJH10E4isSQ== + /regenerator-transform/0.14.4: + dependencies: + '@babel/runtime': 7.10.2 + private: 0.1.8 + dev: false + resolution: + integrity: sha512-EaJaKPBI9GvKpvUz2mz4fhx7WPgvwRLY9v3hlNHWmAuJHI13T4nwKnNvm5RWJzEdnI5g5UwtOww+S8IdoUC2bw== /regex-not/1.0.2: dependencies: extend-shallow: 3.0.2 @@ -6870,26 +7677,47 @@ packages: regjsparser: 0.6.2 unicode-match-property-ecmascript: 1.0.4 unicode-match-property-value-ecmascript: 1.1.0 - dev: true engines: node: '>=4' resolution: integrity: sha512-YlVaefl8P5BnFYOITTNzDvan1ulLOiXJzCNZxduTIosN17b87h3bvG9yHMoHaRuo88H4mQ06Aodj5VtYGGGiTg== + /regexpu-core/4.7.0: + dependencies: + regenerate: 1.4.0 + regenerate-unicode-properties: 8.2.0 + regjsgen: 0.5.2 + regjsparser: 0.6.4 + unicode-match-property-ecmascript: 1.0.4 + unicode-match-property-value-ecmascript: 1.2.0 + dev: false + engines: + node: '>=4' + resolution: + integrity: sha512-TQ4KXRnIn6tz6tjnrXEkD/sshygKH/j5KzK86X8MkeHyZ8qst/LZ89j3X4/8HEIfHANTFIP/AbXakeRhWIl5YQ== /register-service-worker/1.6.2: dev: false resolution: integrity: sha512-I8L87fX2TK29LDx+wgyOUh2BJ3rDIRC1FtRZEHeP3rivzDv6p1DDZLGGtPucqjEkm45+2crtFIFssEWv56+9Wg== /regjsgen/0.5.1: - dev: true resolution: integrity: sha512-5qxzGZjDs9w4tzT3TPhCJqWdCc3RLYwy9J2NB0nm5Lz+S273lvWcpjaTGHsT1dc6Hhfq41uSEOw8wBmxrKOuyg== + /regjsgen/0.5.2: + dev: false + resolution: + integrity: sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A== /regjsparser/0.6.2: dependencies: jsesc: 0.5.0 - dev: true hasBin: true resolution: integrity: sha512-E9ghzUtoLwDekPT0DYCp+c4h+bvuUpe6rRHCTYn6eGoqj1LgKXxT6I0Il4WbjhQkOghzi/V+y03bPKvbllL93Q== + /regjsparser/0.6.4: + dependencies: + jsesc: 0.5.0 + dev: false + hasBin: true + resolution: + integrity: sha512-64O87/dPDgfk8/RQqC4gkZoGyyWFIEUTTh80CU6CWuK5vkCGyekIx+oKcEIYtP/RAxSQltCZHCNu/mdd7fqlJw== /relateurl/0.2.7: dev: true engines: @@ -7167,7 +7995,6 @@ packages: resolution: integrity: sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== /semver/7.0.0: - dev: true hasBin: true resolution: integrity: sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A== @@ -7402,7 +8229,6 @@ packages: resolution: integrity: sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM= /source-map/0.5.7: - dev: true engines: node: '>=0.10.0' resolution: @@ -7716,7 +8542,6 @@ packages: /supports-color/5.5.0: dependencies: has-flag: 3.0.0 - dev: true engines: node: '>=4' resolution: @@ -7877,7 +8702,6 @@ packages: resolution: integrity: sha1-uDVx+k2MJbguIxsG46MFXeTKGkc= /to-fast-properties/2.0.0: - dev: true engines: node: '>=4' resolution: @@ -8019,7 +8843,6 @@ packages: resolution: integrity: sha1-bgkk1r2mta/jSeOabWMoUKD4grc= /unicode-canonical-property-names-ecmascript/1.0.4: - dev: true engines: node: '>=4' resolution: @@ -8027,24 +8850,27 @@ packages: /unicode-match-property-ecmascript/1.0.4: dependencies: unicode-canonical-property-names-ecmascript: 1.0.4 - unicode-property-aliases-ecmascript: 1.0.5 - dev: true + unicode-property-aliases-ecmascript: 1.1.0 engines: node: '>=4' resolution: integrity: sha512-L4Qoh15vTfntsn4P1zqnHulG0LdXgjSO035fEpdtp6YxXhMT51Q6vgM5lYdG/5X3MjS+k/Y9Xw4SFCY9IkR0rg== /unicode-match-property-value-ecmascript/1.1.0: - dev: true engines: node: '>=4' resolution: integrity: sha512-hDTHvaBk3RmFzvSl0UVrUmC3PuW9wKVnpoUDYH0JDkSIovzw+J5viQmeYHxVSBptubnr7PbH2e0fnpDRQnQl5g== - /unicode-property-aliases-ecmascript/1.0.5: - dev: true + /unicode-match-property-value-ecmascript/1.2.0: + dev: false engines: node: '>=4' resolution: - integrity: sha512-L5RAqCfXqAwR3RriF8pM0lU0w4Ryf/GgzONwi6KnL1taJQa7x1TCxdJnILX59WIGOwR57IVxn7Nej0fz1Ny6fw== + integrity: sha512-wjuQHGQVofmSJv1uVISKLE5zO2rNGzM/KCYZch/QQvez7C1hUhBIuZ701fYXExuufJFMPhv2SyL8CyoIfMLbIQ== + /unicode-property-aliases-ecmascript/1.1.0: + engines: + node: '>=4' + resolution: + integrity: sha512-PqSoPh/pWetQ2phoj5RLiaqIk4kCNwoV3CI+LfGmWLKI3rE3kl1h59XpX2BjgDrmbxD9ARtQobPGU1SguCYuQg== /union-value/1.0.1: dependencies: arr-union: 3.1.0 @@ -8784,7 +9610,7 @@ packages: resolution: integrity: sha1-9+572FfdfB0tOMDnTvvWgdFDH9E= specifiers: - '@babel/compat-data': ^7.10.1 + '@babel/preset-env': ^7.10.2 '@vue/cli-plugin-babel': ^4.0.0 '@vue/cli-plugin-pwa': ^4.0.0 '@vue/cli-service': ^4.0.0