|
|
|
@ -74,7 +74,7 @@
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@babel/core": "^7.17.10",
|
|
|
|
|
"@babel/preset-env": "^7.16.11",
|
|
|
|
|
"@babel/preset-env": "^7.17.10",
|
|
|
|
|
"@rollup/plugin-babel": "^5.3.1",
|
|
|
|
|
"autoprefixer": "^10.4.7",
|
|
|
|
|
"browser-sync": "^2.27.9",
|
|
|
|
@ -239,15 +239,15 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/helper-create-class-features-plugin": {
|
|
|
|
|
"version": "7.16.10",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.10.tgz",
|
|
|
|
|
"integrity": "sha512-wDeej0pu3WN/ffTxMNCPW5UCiOav8IcLRxSIyp/9+IF2xJUM9h/OYjg0IJLHaL6F8oU8kqMz9nc1vryXhMsgXg==",
|
|
|
|
|
"version": "7.17.9",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.17.9.tgz",
|
|
|
|
|
"integrity": "sha512-kUjip3gruz6AJKOq5i3nC6CoCEEF/oHH3cp6tOZhB+IyyyPyW0g1Gfsxn3mkk6S08pIA2y8GQh609v9G/5sHVQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/helper-annotate-as-pure": "^7.16.7",
|
|
|
|
|
"@babel/helper-environment-visitor": "^7.16.7",
|
|
|
|
|
"@babel/helper-function-name": "^7.16.7",
|
|
|
|
|
"@babel/helper-member-expression-to-functions": "^7.16.7",
|
|
|
|
|
"@babel/helper-function-name": "^7.17.9",
|
|
|
|
|
"@babel/helper-member-expression-to-functions": "^7.17.7",
|
|
|
|
|
"@babel/helper-optimise-call-expression": "^7.16.7",
|
|
|
|
|
"@babel/helper-replace-supers": "^7.16.7",
|
|
|
|
|
"@babel/helper-split-export-declaration": "^7.16.7"
|
|
|
|
@ -260,13 +260,13 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/helper-create-regexp-features-plugin": {
|
|
|
|
|
"version": "7.16.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.16.7.tgz",
|
|
|
|
|
"integrity": "sha512-fk5A6ymfp+O5+p2yCkXAu5Kyj6v0xh0RBeNcAkYUMDvvAAoxvSKXn+Jb37t/yWFiQVDFK1ELpUTD8/aLhCPu+g==",
|
|
|
|
|
"version": "7.17.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.17.0.tgz",
|
|
|
|
|
"integrity": "sha512-awO2So99wG6KnlE+TPs6rn83gCz5WlEePJDTnLEqbchMVrBeAujURVphRdigsk094VhvZehFoNOihSlcBjwsXA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/helper-annotate-as-pure": "^7.16.7",
|
|
|
|
|
"regexpu-core": "^4.7.1"
|
|
|
|
|
"regexpu-core": "^5.0.1"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=6.9.0"
|
|
|
|
@ -353,12 +353,12 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/helper-member-expression-to-functions": {
|
|
|
|
|
"version": "7.16.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.16.7.tgz",
|
|
|
|
|
"integrity": "sha512-VtJ/65tYiU/6AbMTDwyoXGPKHgTsfRarivm+YbB5uAzKUyuPjgZSgAFeG87FCigc7KNHu2Pegh1XIT3lXjvz3Q==",
|
|
|
|
|
"version": "7.17.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.17.7.tgz",
|
|
|
|
|
"integrity": "sha512-thxXgnQ8qQ11W2wVUObIqDL4p148VMxkt5T/qpN5k2fboRyzFGFmKsTGViquyM5QHKUy48OZoca8kw4ajaDPyw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/types": "^7.16.7"
|
|
|
|
|
"@babel/types": "^7.17.0"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=6.9.0"
|
|
|
|
@ -633,12 +633,12 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/plugin-proposal-class-static-block": {
|
|
|
|
|
"version": "7.16.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.16.7.tgz",
|
|
|
|
|
"integrity": "sha512-dgqJJrcZoG/4CkMopzhPJjGxsIe9A8RlkQLnL/Vhhx8AA9ZuaRwGSlscSh42hazc7WSrya/IK7mTeoF0DP9tEw==",
|
|
|
|
|
"version": "7.17.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.17.6.tgz",
|
|
|
|
|
"integrity": "sha512-X/tididvL2zbs7jZCeeRJ8167U/+Ac135AM6jCAx6gYXDUviZV5Ku9UDvWS2NCuWlFjIRXklYhwo6HhAC7ETnA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/helper-create-class-features-plugin": "^7.16.7",
|
|
|
|
|
"@babel/helper-create-class-features-plugin": "^7.17.6",
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.16.7",
|
|
|
|
|
"@babel/plugin-syntax-class-static-block": "^7.14.5"
|
|
|
|
|
},
|
|
|
|
@ -746,12 +746,12 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/plugin-proposal-object-rest-spread": {
|
|
|
|
|
"version": "7.16.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.16.7.tgz",
|
|
|
|
|
"integrity": "sha512-3O0Y4+dw94HA86qSg9IHfyPktgR7q3gpNVAeiKQd+8jBKFaU5NQS1Yatgo4wY+UFNuLjvxcSmzcsHqrhgTyBUA==",
|
|
|
|
|
"version": "7.17.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.17.3.tgz",
|
|
|
|
|
"integrity": "sha512-yuL5iQA/TbZn+RGAfxQXfi7CNLmKi1f8zInn4IgobuCWcAb7i+zj4TYzQ9l8cEzVyJ89PDGuqxK1xZpUDISesw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/compat-data": "^7.16.4",
|
|
|
|
|
"@babel/compat-data": "^7.17.0",
|
|
|
|
|
"@babel/helper-compilation-targets": "^7.16.7",
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.16.7",
|
|
|
|
|
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
|
|
|
|
@ -1136,9 +1136,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/plugin-transform-destructuring": {
|
|
|
|
|
"version": "7.16.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.16.7.tgz",
|
|
|
|
|
"integrity": "sha512-VqAwhTHBnu5xBVDCvrvqJbtLUa++qZaWC0Fgr2mqokBlulZARGyIvZDoqbPlPaKImQ9dKAcCzbv+ul//uqu70A==",
|
|
|
|
|
"version": "7.17.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.17.7.tgz",
|
|
|
|
|
"integrity": "sha512-XVh0r5yq9sLR4vZ6eVZe8FKfIcSgaTBxVBRSYokRj2qksf6QerYnTxz9/GTuKTH/n/HwLP7t6gtlybHetJ/6hQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.16.7"
|
|
|
|
@ -1277,14 +1277,14 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/plugin-transform-modules-commonjs": {
|
|
|
|
|
"version": "7.16.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.16.8.tgz",
|
|
|
|
|
"integrity": "sha512-oflKPvsLT2+uKQopesJt3ApiaIS2HW+hzHFcwRNtyDGieAeC/dIHZX8buJQ2J2X1rxGPy4eRcUijm3qcSPjYcA==",
|
|
|
|
|
"version": "7.17.9",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.17.9.tgz",
|
|
|
|
|
"integrity": "sha512-2TBFd/r2I6VlYn0YRTz2JdazS+FoUuQ2rIFHoAxtyP/0G3D82SBLaRq9rnUkpqlLg03Byfl/+M32mpxjO6KaPw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/helper-module-transforms": "^7.16.7",
|
|
|
|
|
"@babel/helper-module-transforms": "^7.17.7",
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.16.7",
|
|
|
|
|
"@babel/helper-simple-access": "^7.16.7",
|
|
|
|
|
"@babel/helper-simple-access": "^7.17.7",
|
|
|
|
|
"babel-plugin-dynamic-import-node": "^2.3.3"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
@ -1295,13 +1295,13 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/plugin-transform-modules-systemjs": {
|
|
|
|
|
"version": "7.16.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.16.7.tgz",
|
|
|
|
|
"integrity": "sha512-DuK5E3k+QQmnOqBR9UkusByy5WZWGRxfzV529s9nPra1GE7olmxfqO2FHobEOYSPIjPBTr4p66YDcjQnt8cBmw==",
|
|
|
|
|
"version": "7.17.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.17.8.tgz",
|
|
|
|
|
"integrity": "sha512-39reIkMTUVagzgA5x88zDYXPCMT6lcaRKs1+S9K6NKBPErbgO/w/kP8GlNQTC87b412ZTlmNgr3k2JrWgHH+Bw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/helper-hoist-variables": "^7.16.7",
|
|
|
|
|
"@babel/helper-module-transforms": "^7.16.7",
|
|
|
|
|
"@babel/helper-module-transforms": "^7.17.7",
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.16.7",
|
|
|
|
|
"@babel/helper-validator-identifier": "^7.16.7",
|
|
|
|
|
"babel-plugin-dynamic-import-node": "^2.3.3"
|
|
|
|
@ -1330,12 +1330,12 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
|
|
|
|
|
"version": "7.16.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.16.8.tgz",
|
|
|
|
|
"integrity": "sha512-j3Jw+n5PvpmhRR+mrgIh04puSANCk/T/UA3m3P1MjJkhlK906+ApHhDIqBQDdOgL/r1UYpz4GNclTXxyZrYGSw==",
|
|
|
|
|
"version": "7.17.10",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.17.10.tgz",
|
|
|
|
|
"integrity": "sha512-v54O6yLaJySCs6mGzaVOUw9T967GnH38T6CQSAtnzdNPwu84l2qAjssKzo/WSO8Yi7NF+7ekm5cVbF/5qiIgNA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/helper-create-regexp-features-plugin": "^7.16.7"
|
|
|
|
|
"@babel/helper-create-regexp-features-plugin": "^7.17.0"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=6.9.0"
|
|
|
|
@ -1406,12 +1406,12 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/plugin-transform-regenerator": {
|
|
|
|
|
"version": "7.16.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.16.7.tgz",
|
|
|
|
|
"integrity": "sha512-mF7jOgGYCkSJagJ6XCujSQg+6xC1M77/03K2oBmVJWoFGNUtnVJO4WHKJk3dnPC8HCcj4xBQP1Egm8DWh3Pb3Q==",
|
|
|
|
|
"version": "7.17.9",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.17.9.tgz",
|
|
|
|
|
"integrity": "sha512-Lc2TfbxR1HOyn/c6b4Y/b6NHoTb67n/IoWLxTu4kC7h4KQnWlhCq2S8Tx0t2SVvv5Uu87Hs+6JEJ5kt2tYGylQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"regenerator-transform": "^0.14.2"
|
|
|
|
|
"regenerator-transform": "^0.15.0"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=6.9.0"
|
|
|
|
@ -1543,27 +1543,27 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/preset-env": {
|
|
|
|
|
"version": "7.16.11",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.16.11.tgz",
|
|
|
|
|
"integrity": "sha512-qcmWG8R7ZW6WBRPZK//y+E3Cli151B20W1Rv7ln27vuPaXU/8TKms6jFdiJtF7UDTxcrb7mZd88tAeK9LjdT8g==",
|
|
|
|
|
"version": "7.17.10",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.17.10.tgz",
|
|
|
|
|
"integrity": "sha512-YNgyBHZQpeoBSRBg0xixsZzfT58Ze1iZrajvv0lJc70qDDGuGfonEnMGfWeSY0mQ3JTuCWFbMkzFRVafOyJx4g==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/compat-data": "^7.16.8",
|
|
|
|
|
"@babel/helper-compilation-targets": "^7.16.7",
|
|
|
|
|
"@babel/compat-data": "^7.17.10",
|
|
|
|
|
"@babel/helper-compilation-targets": "^7.17.10",
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.16.7",
|
|
|
|
|
"@babel/helper-validator-option": "^7.16.7",
|
|
|
|
|
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.16.7",
|
|
|
|
|
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.16.7",
|
|
|
|
|
"@babel/plugin-proposal-async-generator-functions": "^7.16.8",
|
|
|
|
|
"@babel/plugin-proposal-class-properties": "^7.16.7",
|
|
|
|
|
"@babel/plugin-proposal-class-static-block": "^7.16.7",
|
|
|
|
|
"@babel/plugin-proposal-class-static-block": "^7.17.6",
|
|
|
|
|
"@babel/plugin-proposal-dynamic-import": "^7.16.7",
|
|
|
|
|
"@babel/plugin-proposal-export-namespace-from": "^7.16.7",
|
|
|
|
|
"@babel/plugin-proposal-json-strings": "^7.16.7",
|
|
|
|
|
"@babel/plugin-proposal-logical-assignment-operators": "^7.16.7",
|
|
|
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7",
|
|
|
|
|
"@babel/plugin-proposal-numeric-separator": "^7.16.7",
|
|
|
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.16.7",
|
|
|
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.17.3",
|
|
|
|
|
"@babel/plugin-proposal-optional-catch-binding": "^7.16.7",
|
|
|
|
|
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
|
|
|
|
|
"@babel/plugin-proposal-private-methods": "^7.16.11",
|
|
|
|
@ -1589,7 +1589,7 @@
|
|
|
|
|
"@babel/plugin-transform-block-scoping": "^7.16.7",
|
|
|
|
|
"@babel/plugin-transform-classes": "^7.16.7",
|
|
|
|
|
"@babel/plugin-transform-computed-properties": "^7.16.7",
|
|
|
|
|
"@babel/plugin-transform-destructuring": "^7.16.7",
|
|
|
|
|
"@babel/plugin-transform-destructuring": "^7.17.7",
|
|
|
|
|
"@babel/plugin-transform-dotall-regex": "^7.16.7",
|
|
|
|
|
"@babel/plugin-transform-duplicate-keys": "^7.16.7",
|
|
|
|
|
"@babel/plugin-transform-exponentiation-operator": "^7.16.7",
|
|
|
|
@ -1598,15 +1598,15 @@
|
|
|
|
|
"@babel/plugin-transform-literals": "^7.16.7",
|
|
|
|
|
"@babel/plugin-transform-member-expression-literals": "^7.16.7",
|
|
|
|
|
"@babel/plugin-transform-modules-amd": "^7.16.7",
|
|
|
|
|
"@babel/plugin-transform-modules-commonjs": "^7.16.8",
|
|
|
|
|
"@babel/plugin-transform-modules-systemjs": "^7.16.7",
|
|
|
|
|
"@babel/plugin-transform-modules-commonjs": "^7.17.9",
|
|
|
|
|
"@babel/plugin-transform-modules-systemjs": "^7.17.8",
|
|
|
|
|
"@babel/plugin-transform-modules-umd": "^7.16.7",
|
|
|
|
|
"@babel/plugin-transform-named-capturing-groups-regex": "^7.16.8",
|
|
|
|
|
"@babel/plugin-transform-named-capturing-groups-regex": "^7.17.10",
|
|
|
|
|
"@babel/plugin-transform-new-target": "^7.16.7",
|
|
|
|
|
"@babel/plugin-transform-object-super": "^7.16.7",
|
|
|
|
|
"@babel/plugin-transform-parameters": "^7.16.7",
|
|
|
|
|
"@babel/plugin-transform-property-literals": "^7.16.7",
|
|
|
|
|
"@babel/plugin-transform-regenerator": "^7.16.7",
|
|
|
|
|
"@babel/plugin-transform-regenerator": "^7.17.9",
|
|
|
|
|
"@babel/plugin-transform-reserved-words": "^7.16.7",
|
|
|
|
|
"@babel/plugin-transform-shorthand-properties": "^7.16.7",
|
|
|
|
|
"@babel/plugin-transform-spread": "^7.16.7",
|
|
|
|
@ -1616,11 +1616,11 @@
|
|
|
|
|
"@babel/plugin-transform-unicode-escapes": "^7.16.7",
|
|
|
|
|
"@babel/plugin-transform-unicode-regex": "^7.16.7",
|
|
|
|
|
"@babel/preset-modules": "^0.1.5",
|
|
|
|
|
"@babel/types": "^7.16.8",
|
|
|
|
|
"@babel/types": "^7.17.10",
|
|
|
|
|
"babel-plugin-polyfill-corejs2": "^0.3.0",
|
|
|
|
|
"babel-plugin-polyfill-corejs3": "^0.5.0",
|
|
|
|
|
"babel-plugin-polyfill-regenerator": "^0.3.0",
|
|
|
|
|
"core-js-compat": "^3.20.2",
|
|
|
|
|
"core-js-compat": "^3.22.1",
|
|
|
|
|
"semver": "^6.3.0"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
@ -1656,9 +1656,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/runtime": {
|
|
|
|
|
"version": "7.16.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.7.tgz",
|
|
|
|
|
"integrity": "sha512-9E9FJowqAsytyOY6LG+1KuueckRL+aQW+mKvXRXnuFGyRAyepJPmEo9vgMfXUA6O9u3IeEdv9MAkppFcaQwogQ==",
|
|
|
|
|
"version": "7.17.9",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.17.9.tgz",
|
|
|
|
|
"integrity": "sha512-lSiBBvodq29uShpWGNbgFdKYNiFDo5/HIYsaCEY9ff4sb10x9jizo2+pRrSyF4jKZCXqgzuqBOQKbUm90gQwJg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"regenerator-runtime": "^0.13.4"
|
|
|
|
@ -4448,12 +4448,12 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/core-js-compat": {
|
|
|
|
|
"version": "3.20.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.20.3.tgz",
|
|
|
|
|
"integrity": "sha512-c8M5h0IkNZ+I92QhIpuSijOxGAcj3lgpsWdkCqmUTZNwidujF4r3pi6x1DCN+Vcs5qTS2XWWMfWSuCqyupX8gw==",
|
|
|
|
|
"version": "3.22.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.22.4.tgz",
|
|
|
|
|
"integrity": "sha512-dIWcsszDezkFZrfm1cnB4f/J85gyhiCpxbgBdohWCDtSVuAaChTSpPV7ldOQf/Xds2U5xCIJZOK82G4ZPAIswA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"browserslist": "^4.19.1",
|
|
|
|
|
"browserslist": "^4.20.3",
|
|
|
|
|
"semver": "7.0.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
@ -11739,9 +11739,9 @@
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"node_modules/regenerate-unicode-properties": {
|
|
|
|
|
"version": "9.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-9.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-3E12UeNSPfjrgwjkR81m5J7Aw/T55Tu7nUyZVQYCKEOs+2dkxEY+DpPtZzO4YruuiPb7NkYLVcyJC4+zCbk5pA==",
|
|
|
|
|
"version": "10.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-vn5DU6yg6h8hP/2OkQo3K7uVILvY4iu0oI4t3HFa81UPkhGJwkRwM10JEc3upjdhHjs/k8GJY1sRBhk5sr69Bw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"regenerate": "^1.4.2"
|
|
|
|
@ -11757,9 +11757,9 @@
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"node_modules/regenerator-transform": {
|
|
|
|
|
"version": "0.14.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.14.5.tgz",
|
|
|
|
|
"integrity": "sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw==",
|
|
|
|
|
"version": "0.15.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.0.tgz",
|
|
|
|
|
"integrity": "sha512-LsrGtPmbYg19bcPHwdtmXwbW+TqNvtY4riE3P83foeHRroMbH6/2ddFBfab3t7kbzc7v7p4wbkIecHImqt0QNg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/runtime": "^7.8.4"
|
|
|
|
@ -11824,15 +11824,15 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/regexpu-core": {
|
|
|
|
|
"version": "4.8.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.8.0.tgz",
|
|
|
|
|
"integrity": "sha512-1F6bYsoYiz6is+oz70NWur2Vlh9KWtswuRuzJOfeYUrfPX2o8n74AnUVaOGDbUqVGO9fNHu48/pjJO4sNVwsOg==",
|
|
|
|
|
"version": "5.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-CriEZlrKK9VJw/xQGJpQM5rY88BtuL8DM+AEwvcThHilbxiTAy8vq4iJnd2tqq8wLmjbGZzP7ZcKFjbGkmEFrw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"regenerate": "^1.4.2",
|
|
|
|
|
"regenerate-unicode-properties": "^9.0.0",
|
|
|
|
|
"regjsgen": "^0.5.2",
|
|
|
|
|
"regjsparser": "^0.7.0",
|
|
|
|
|
"regenerate-unicode-properties": "^10.0.1",
|
|
|
|
|
"regjsgen": "^0.6.0",
|
|
|
|
|
"regjsparser": "^0.8.2",
|
|
|
|
|
"unicode-match-property-ecmascript": "^2.0.0",
|
|
|
|
|
"unicode-match-property-value-ecmascript": "^2.0.0"
|
|
|
|
|
},
|
|
|
|
@ -11865,15 +11865,15 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/regjsgen": {
|
|
|
|
|
"version": "0.5.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.5.2.tgz",
|
|
|
|
|
"integrity": "sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A==",
|
|
|
|
|
"version": "0.6.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.6.0.tgz",
|
|
|
|
|
"integrity": "sha512-ozE883Uigtqj3bx7OhL1KNbCzGyW2NQZPl6Hs09WTvCuZD5sTI4JY58bkbQWa/Y9hxIsvJ3M8Nbf7j54IqeZbA==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"node_modules/regjsparser": {
|
|
|
|
|
"version": "0.7.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.7.0.tgz",
|
|
|
|
|
"integrity": "sha512-A4pcaORqmNMDVwUjWoTzuhwMGpP+NykpfqAsEgI1FSH/EzC7lrN5TMd+kN8YCovX+jMpu8eaqXgXPCa0g8FQNQ==",
|
|
|
|
|
"version": "0.8.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.8.4.tgz",
|
|
|
|
|
"integrity": "sha512-J3LABycON/VNEu3abOviqGHuB/LOtOQj8SKmfP9anY5GfAVw/SPjwzSjxGjbZXIxbGfqTHtJw58C2Li/WkStmA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"jsesc": "~0.5.0"
|
|
|
|
@ -15360,28 +15360,28 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/helper-create-class-features-plugin": {
|
|
|
|
|
"version": "7.16.10",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.10.tgz",
|
|
|
|
|
"integrity": "sha512-wDeej0pu3WN/ffTxMNCPW5UCiOav8IcLRxSIyp/9+IF2xJUM9h/OYjg0IJLHaL6F8oU8kqMz9nc1vryXhMsgXg==",
|
|
|
|
|
"version": "7.17.9",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.17.9.tgz",
|
|
|
|
|
"integrity": "sha512-kUjip3gruz6AJKOq5i3nC6CoCEEF/oHH3cp6tOZhB+IyyyPyW0g1Gfsxn3mkk6S08pIA2y8GQh609v9G/5sHVQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/helper-annotate-as-pure": "^7.16.7",
|
|
|
|
|
"@babel/helper-environment-visitor": "^7.16.7",
|
|
|
|
|
"@babel/helper-function-name": "^7.16.7",
|
|
|
|
|
"@babel/helper-member-expression-to-functions": "^7.16.7",
|
|
|
|
|
"@babel/helper-function-name": "^7.17.9",
|
|
|
|
|
"@babel/helper-member-expression-to-functions": "^7.17.7",
|
|
|
|
|
"@babel/helper-optimise-call-expression": "^7.16.7",
|
|
|
|
|
"@babel/helper-replace-supers": "^7.16.7",
|
|
|
|
|
"@babel/helper-split-export-declaration": "^7.16.7"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/helper-create-regexp-features-plugin": {
|
|
|
|
|
"version": "7.16.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.16.7.tgz",
|
|
|
|
|
"integrity": "sha512-fk5A6ymfp+O5+p2yCkXAu5Kyj6v0xh0RBeNcAkYUMDvvAAoxvSKXn+Jb37t/yWFiQVDFK1ELpUTD8/aLhCPu+g==",
|
|
|
|
|
"version": "7.17.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.17.0.tgz",
|
|
|
|
|
"integrity": "sha512-awO2So99wG6KnlE+TPs6rn83gCz5WlEePJDTnLEqbchMVrBeAujURVphRdigsk094VhvZehFoNOihSlcBjwsXA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/helper-annotate-as-pure": "^7.16.7",
|
|
|
|
|
"regexpu-core": "^4.7.1"
|
|
|
|
|
"regexpu-core": "^5.0.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/helper-define-polyfill-provider": {
|
|
|
|
@ -15446,12 +15446,12 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/helper-member-expression-to-functions": {
|
|
|
|
|
"version": "7.16.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.16.7.tgz",
|
|
|
|
|
"integrity": "sha512-VtJ/65tYiU/6AbMTDwyoXGPKHgTsfRarivm+YbB5uAzKUyuPjgZSgAFeG87FCigc7KNHu2Pegh1XIT3lXjvz3Q==",
|
|
|
|
|
"version": "7.17.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.17.7.tgz",
|
|
|
|
|
"integrity": "sha512-thxXgnQ8qQ11W2wVUObIqDL4p148VMxkt5T/qpN5k2fboRyzFGFmKsTGViquyM5QHKUy48OZoca8kw4ajaDPyw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/types": "^7.16.7"
|
|
|
|
|
"@babel/types": "^7.17.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/helper-module-imports": {
|
|
|
|
@ -15650,12 +15650,12 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/plugin-proposal-class-static-block": {
|
|
|
|
|
"version": "7.16.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.16.7.tgz",
|
|
|
|
|
"integrity": "sha512-dgqJJrcZoG/4CkMopzhPJjGxsIe9A8RlkQLnL/Vhhx8AA9ZuaRwGSlscSh42hazc7WSrya/IK7mTeoF0DP9tEw==",
|
|
|
|
|
"version": "7.17.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.17.6.tgz",
|
|
|
|
|
"integrity": "sha512-X/tididvL2zbs7jZCeeRJ8167U/+Ac135AM6jCAx6gYXDUviZV5Ku9UDvWS2NCuWlFjIRXklYhwo6HhAC7ETnA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/helper-create-class-features-plugin": "^7.16.7",
|
|
|
|
|
"@babel/helper-create-class-features-plugin": "^7.17.6",
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.16.7",
|
|
|
|
|
"@babel/plugin-syntax-class-static-block": "^7.14.5"
|
|
|
|
|
}
|
|
|
|
@ -15721,12 +15721,12 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/plugin-proposal-object-rest-spread": {
|
|
|
|
|
"version": "7.16.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.16.7.tgz",
|
|
|
|
|
"integrity": "sha512-3O0Y4+dw94HA86qSg9IHfyPktgR7q3gpNVAeiKQd+8jBKFaU5NQS1Yatgo4wY+UFNuLjvxcSmzcsHqrhgTyBUA==",
|
|
|
|
|
"version": "7.17.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.17.3.tgz",
|
|
|
|
|
"integrity": "sha512-yuL5iQA/TbZn+RGAfxQXfi7CNLmKi1f8zInn4IgobuCWcAb7i+zj4TYzQ9l8cEzVyJ89PDGuqxK1xZpUDISesw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/compat-data": "^7.16.4",
|
|
|
|
|
"@babel/compat-data": "^7.17.0",
|
|
|
|
|
"@babel/helper-compilation-targets": "^7.16.7",
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.16.7",
|
|
|
|
|
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
|
|
|
|
@ -15987,9 +15987,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/plugin-transform-destructuring": {
|
|
|
|
|
"version": "7.16.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.16.7.tgz",
|
|
|
|
|
"integrity": "sha512-VqAwhTHBnu5xBVDCvrvqJbtLUa++qZaWC0Fgr2mqokBlulZARGyIvZDoqbPlPaKImQ9dKAcCzbv+ul//uqu70A==",
|
|
|
|
|
"version": "7.17.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.17.7.tgz",
|
|
|
|
|
"integrity": "sha512-XVh0r5yq9sLR4vZ6eVZe8FKfIcSgaTBxVBRSYokRj2qksf6QerYnTxz9/GTuKTH/n/HwLP7t6gtlybHetJ/6hQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.16.7"
|
|
|
|
@ -16074,25 +16074,25 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/plugin-transform-modules-commonjs": {
|
|
|
|
|
"version": "7.16.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.16.8.tgz",
|
|
|
|
|
"integrity": "sha512-oflKPvsLT2+uKQopesJt3ApiaIS2HW+hzHFcwRNtyDGieAeC/dIHZX8buJQ2J2X1rxGPy4eRcUijm3qcSPjYcA==",
|
|
|
|
|
"version": "7.17.9",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.17.9.tgz",
|
|
|
|
|
"integrity": "sha512-2TBFd/r2I6VlYn0YRTz2JdazS+FoUuQ2rIFHoAxtyP/0G3D82SBLaRq9rnUkpqlLg03Byfl/+M32mpxjO6KaPw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/helper-module-transforms": "^7.16.7",
|
|
|
|
|
"@babel/helper-module-transforms": "^7.17.7",
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.16.7",
|
|
|
|
|
"@babel/helper-simple-access": "^7.16.7",
|
|
|
|
|
"@babel/helper-simple-access": "^7.17.7",
|
|
|
|
|
"babel-plugin-dynamic-import-node": "^2.3.3"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/plugin-transform-modules-systemjs": {
|
|
|
|
|
"version": "7.16.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.16.7.tgz",
|
|
|
|
|
"integrity": "sha512-DuK5E3k+QQmnOqBR9UkusByy5WZWGRxfzV529s9nPra1GE7olmxfqO2FHobEOYSPIjPBTr4p66YDcjQnt8cBmw==",
|
|
|
|
|
"version": "7.17.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.17.8.tgz",
|
|
|
|
|
"integrity": "sha512-39reIkMTUVagzgA5x88zDYXPCMT6lcaRKs1+S9K6NKBPErbgO/w/kP8GlNQTC87b412ZTlmNgr3k2JrWgHH+Bw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/helper-hoist-variables": "^7.16.7",
|
|
|
|
|
"@babel/helper-module-transforms": "^7.16.7",
|
|
|
|
|
"@babel/helper-module-transforms": "^7.17.7",
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.16.7",
|
|
|
|
|
"@babel/helper-validator-identifier": "^7.16.7",
|
|
|
|
|
"babel-plugin-dynamic-import-node": "^2.3.3"
|
|
|
|
@ -16109,12 +16109,12 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/plugin-transform-named-capturing-groups-regex": {
|
|
|
|
|
"version": "7.16.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.16.8.tgz",
|
|
|
|
|
"integrity": "sha512-j3Jw+n5PvpmhRR+mrgIh04puSANCk/T/UA3m3P1MjJkhlK906+ApHhDIqBQDdOgL/r1UYpz4GNclTXxyZrYGSw==",
|
|
|
|
|
"version": "7.17.10",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.17.10.tgz",
|
|
|
|
|
"integrity": "sha512-v54O6yLaJySCs6mGzaVOUw9T967GnH38T6CQSAtnzdNPwu84l2qAjssKzo/WSO8Yi7NF+7ekm5cVbF/5qiIgNA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/helper-create-regexp-features-plugin": "^7.16.7"
|
|
|
|
|
"@babel/helper-create-regexp-features-plugin": "^7.17.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/plugin-transform-new-target": {
|
|
|
|
@ -16155,12 +16155,12 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/plugin-transform-regenerator": {
|
|
|
|
|
"version": "7.16.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.16.7.tgz",
|
|
|
|
|
"integrity": "sha512-mF7jOgGYCkSJagJ6XCujSQg+6xC1M77/03K2oBmVJWoFGNUtnVJO4WHKJk3dnPC8HCcj4xBQP1Egm8DWh3Pb3Q==",
|
|
|
|
|
"version": "7.17.9",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.17.9.tgz",
|
|
|
|
|
"integrity": "sha512-Lc2TfbxR1HOyn/c6b4Y/b6NHoTb67n/IoWLxTu4kC7h4KQnWlhCq2S8Tx0t2SVvv5Uu87Hs+6JEJ5kt2tYGylQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"regenerator-transform": "^0.14.2"
|
|
|
|
|
"regenerator-transform": "^0.15.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/plugin-transform-reserved-words": {
|
|
|
|
@ -16238,27 +16238,27 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/preset-env": {
|
|
|
|
|
"version": "7.16.11",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.16.11.tgz",
|
|
|
|
|
"integrity": "sha512-qcmWG8R7ZW6WBRPZK//y+E3Cli151B20W1Rv7ln27vuPaXU/8TKms6jFdiJtF7UDTxcrb7mZd88tAeK9LjdT8g==",
|
|
|
|
|
"version": "7.17.10",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.17.10.tgz",
|
|
|
|
|
"integrity": "sha512-YNgyBHZQpeoBSRBg0xixsZzfT58Ze1iZrajvv0lJc70qDDGuGfonEnMGfWeSY0mQ3JTuCWFbMkzFRVafOyJx4g==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/compat-data": "^7.16.8",
|
|
|
|
|
"@babel/helper-compilation-targets": "^7.16.7",
|
|
|
|
|
"@babel/compat-data": "^7.17.10",
|
|
|
|
|
"@babel/helper-compilation-targets": "^7.17.10",
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.16.7",
|
|
|
|
|
"@babel/helper-validator-option": "^7.16.7",
|
|
|
|
|
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.16.7",
|
|
|
|
|
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.16.7",
|
|
|
|
|
"@babel/plugin-proposal-async-generator-functions": "^7.16.8",
|
|
|
|
|
"@babel/plugin-proposal-class-properties": "^7.16.7",
|
|
|
|
|
"@babel/plugin-proposal-class-static-block": "^7.16.7",
|
|
|
|
|
"@babel/plugin-proposal-class-static-block": "^7.17.6",
|
|
|
|
|
"@babel/plugin-proposal-dynamic-import": "^7.16.7",
|
|
|
|
|
"@babel/plugin-proposal-export-namespace-from": "^7.16.7",
|
|
|
|
|
"@babel/plugin-proposal-json-strings": "^7.16.7",
|
|
|
|
|
"@babel/plugin-proposal-logical-assignment-operators": "^7.16.7",
|
|
|
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7",
|
|
|
|
|
"@babel/plugin-proposal-numeric-separator": "^7.16.7",
|
|
|
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.16.7",
|
|
|
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.17.3",
|
|
|
|
|
"@babel/plugin-proposal-optional-catch-binding": "^7.16.7",
|
|
|
|
|
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
|
|
|
|
|
"@babel/plugin-proposal-private-methods": "^7.16.11",
|
|
|
|
@ -16284,7 +16284,7 @@
|
|
|
|
|
"@babel/plugin-transform-block-scoping": "^7.16.7",
|
|
|
|
|
"@babel/plugin-transform-classes": "^7.16.7",
|
|
|
|
|
"@babel/plugin-transform-computed-properties": "^7.16.7",
|
|
|
|
|
"@babel/plugin-transform-destructuring": "^7.16.7",
|
|
|
|
|
"@babel/plugin-transform-destructuring": "^7.17.7",
|
|
|
|
|
"@babel/plugin-transform-dotall-regex": "^7.16.7",
|
|
|
|
|
"@babel/plugin-transform-duplicate-keys": "^7.16.7",
|
|
|
|
|
"@babel/plugin-transform-exponentiation-operator": "^7.16.7",
|
|
|
|
@ -16293,15 +16293,15 @@
|
|
|
|
|
"@babel/plugin-transform-literals": "^7.16.7",
|
|
|
|
|
"@babel/plugin-transform-member-expression-literals": "^7.16.7",
|
|
|
|
|
"@babel/plugin-transform-modules-amd": "^7.16.7",
|
|
|
|
|
"@babel/plugin-transform-modules-commonjs": "^7.16.8",
|
|
|
|
|
"@babel/plugin-transform-modules-systemjs": "^7.16.7",
|
|
|
|
|
"@babel/plugin-transform-modules-commonjs": "^7.17.9",
|
|
|
|
|
"@babel/plugin-transform-modules-systemjs": "^7.17.8",
|
|
|
|
|
"@babel/plugin-transform-modules-umd": "^7.16.7",
|
|
|
|
|
"@babel/plugin-transform-named-capturing-groups-regex": "^7.16.8",
|
|
|
|
|
"@babel/plugin-transform-named-capturing-groups-regex": "^7.17.10",
|
|
|
|
|
"@babel/plugin-transform-new-target": "^7.16.7",
|
|
|
|
|
"@babel/plugin-transform-object-super": "^7.16.7",
|
|
|
|
|
"@babel/plugin-transform-parameters": "^7.16.7",
|
|
|
|
|
"@babel/plugin-transform-property-literals": "^7.16.7",
|
|
|
|
|
"@babel/plugin-transform-regenerator": "^7.16.7",
|
|
|
|
|
"@babel/plugin-transform-regenerator": "^7.17.9",
|
|
|
|
|
"@babel/plugin-transform-reserved-words": "^7.16.7",
|
|
|
|
|
"@babel/plugin-transform-shorthand-properties": "^7.16.7",
|
|
|
|
|
"@babel/plugin-transform-spread": "^7.16.7",
|
|
|
|
@ -16311,11 +16311,11 @@
|
|
|
|
|
"@babel/plugin-transform-unicode-escapes": "^7.16.7",
|
|
|
|
|
"@babel/plugin-transform-unicode-regex": "^7.16.7",
|
|
|
|
|
"@babel/preset-modules": "^0.1.5",
|
|
|
|
|
"@babel/types": "^7.16.8",
|
|
|
|
|
"@babel/types": "^7.17.10",
|
|
|
|
|
"babel-plugin-polyfill-corejs2": "^0.3.0",
|
|
|
|
|
"babel-plugin-polyfill-corejs3": "^0.5.0",
|
|
|
|
|
"babel-plugin-polyfill-regenerator": "^0.3.0",
|
|
|
|
|
"core-js-compat": "^3.20.2",
|
|
|
|
|
"core-js-compat": "^3.22.1",
|
|
|
|
|
"semver": "^6.3.0"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
@ -16341,9 +16341,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/runtime": {
|
|
|
|
|
"version": "7.16.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.7.tgz",
|
|
|
|
|
"integrity": "sha512-9E9FJowqAsytyOY6LG+1KuueckRL+aQW+mKvXRXnuFGyRAyepJPmEo9vgMfXUA6O9u3IeEdv9MAkppFcaQwogQ==",
|
|
|
|
|
"version": "7.17.9",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.17.9.tgz",
|
|
|
|
|
"integrity": "sha512-lSiBBvodq29uShpWGNbgFdKYNiFDo5/HIYsaCEY9ff4sb10x9jizo2+pRrSyF4jKZCXqgzuqBOQKbUm90gQwJg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"regenerator-runtime": "^0.13.4"
|
|
|
|
@ -18521,12 +18521,12 @@
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"core-js-compat": {
|
|
|
|
|
"version": "3.20.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.20.3.tgz",
|
|
|
|
|
"integrity": "sha512-c8M5h0IkNZ+I92QhIpuSijOxGAcj3lgpsWdkCqmUTZNwidujF4r3pi6x1DCN+Vcs5qTS2XWWMfWSuCqyupX8gw==",
|
|
|
|
|
"version": "3.22.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.22.4.tgz",
|
|
|
|
|
"integrity": "sha512-dIWcsszDezkFZrfm1cnB4f/J85gyhiCpxbgBdohWCDtSVuAaChTSpPV7ldOQf/Xds2U5xCIJZOK82G4ZPAIswA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"browserslist": "^4.19.1",
|
|
|
|
|
"browserslist": "^4.20.3",
|
|
|
|
|
"semver": "7.0.0"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
@ -24213,9 +24213,9 @@
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"regenerate-unicode-properties": {
|
|
|
|
|
"version": "9.0.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-9.0.0.tgz",
|
|
|
|
|
"integrity": "sha512-3E12UeNSPfjrgwjkR81m5J7Aw/T55Tu7nUyZVQYCKEOs+2dkxEY+DpPtZzO4YruuiPb7NkYLVcyJC4+zCbk5pA==",
|
|
|
|
|
"version": "10.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-vn5DU6yg6h8hP/2OkQo3K7uVILvY4iu0oI4t3HFa81UPkhGJwkRwM10JEc3upjdhHjs/k8GJY1sRBhk5sr69Bw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"regenerate": "^1.4.2"
|
|
|
|
@ -24228,9 +24228,9 @@
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"regenerator-transform": {
|
|
|
|
|
"version": "0.14.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.14.5.tgz",
|
|
|
|
|
"integrity": "sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw==",
|
|
|
|
|
"version": "0.15.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.0.tgz",
|
|
|
|
|
"integrity": "sha512-LsrGtPmbYg19bcPHwdtmXwbW+TqNvtY4riE3P83foeHRroMbH6/2ddFBfab3t7kbzc7v7p4wbkIecHImqt0QNg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/runtime": "^7.8.4"
|
|
|
|
@ -24279,15 +24279,15 @@
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"regexpu-core": {
|
|
|
|
|
"version": "4.8.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.8.0.tgz",
|
|
|
|
|
"integrity": "sha512-1F6bYsoYiz6is+oz70NWur2Vlh9KWtswuRuzJOfeYUrfPX2o8n74AnUVaOGDbUqVGO9fNHu48/pjJO4sNVwsOg==",
|
|
|
|
|
"version": "5.0.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.0.1.tgz",
|
|
|
|
|
"integrity": "sha512-CriEZlrKK9VJw/xQGJpQM5rY88BtuL8DM+AEwvcThHilbxiTAy8vq4iJnd2tqq8wLmjbGZzP7ZcKFjbGkmEFrw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"regenerate": "^1.4.2",
|
|
|
|
|
"regenerate-unicode-properties": "^9.0.0",
|
|
|
|
|
"regjsgen": "^0.5.2",
|
|
|
|
|
"regjsparser": "^0.7.0",
|
|
|
|
|
"regenerate-unicode-properties": "^10.0.1",
|
|
|
|
|
"regjsgen": "^0.6.0",
|
|
|
|
|
"regjsparser": "^0.8.2",
|
|
|
|
|
"unicode-match-property-ecmascript": "^2.0.0",
|
|
|
|
|
"unicode-match-property-value-ecmascript": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
@ -24311,15 +24311,15 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"regjsgen": {
|
|
|
|
|
"version": "0.5.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.5.2.tgz",
|
|
|
|
|
"integrity": "sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A==",
|
|
|
|
|
"version": "0.6.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.6.0.tgz",
|
|
|
|
|
"integrity": "sha512-ozE883Uigtqj3bx7OhL1KNbCzGyW2NQZPl6Hs09WTvCuZD5sTI4JY58bkbQWa/Y9hxIsvJ3M8Nbf7j54IqeZbA==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"regjsparser": {
|
|
|
|
|
"version": "0.7.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.7.0.tgz",
|
|
|
|
|
"integrity": "sha512-A4pcaORqmNMDVwUjWoTzuhwMGpP+NykpfqAsEgI1FSH/EzC7lrN5TMd+kN8YCovX+jMpu8eaqXgXPCa0g8FQNQ==",
|
|
|
|
|
"version": "0.8.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.8.4.tgz",
|
|
|
|
|
"integrity": "sha512-J3LABycON/VNEu3abOviqGHuB/LOtOQj8SKmfP9anY5GfAVw/SPjwzSjxGjbZXIxbGfqTHtJw58C2Li/WkStmA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"jsesc": "~0.5.0"
|
|
|
|
|