|
|
|
@ -14,9 +14,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/compat-data": {
|
|
|
|
|
"version": "7.10.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.10.5.tgz",
|
|
|
|
|
"integrity": "sha512-mPVoWNzIpYJHbWje0if7Ck36bpbtTvIxOi9+6WSK9wjGEXearAqlwBoTQvVjsAY2VIwgcs8V940geY3okzRCEw==",
|
|
|
|
|
"version": "7.11.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.11.0.tgz",
|
|
|
|
|
"integrity": "sha512-TPSvJfv73ng0pfnEOh17bYMPQbI95+nGWc71Ss4vZdRBHTDqmM9Z8ZV4rYz8Ks7sfzc95n30k6ODIq5UGnXcYQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"browserslist": "^4.12.0",
|
|
|
|
@ -274,6 +274,28 @@
|
|
|
|
|
"@babel/types": "^7.10.4"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/helper-skip-transparent-expression-wrappers": {
|
|
|
|
|
"version": "7.11.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.11.0.tgz",
|
|
|
|
|
"integrity": "sha512-0XIdiQln4Elglgjbwo9wuJpL/K7AGCY26kmEt0+pRP0TAj4jjyNq1MjoRvikrTVqKcx4Gysxt4cXvVFXP/JO2Q==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/types": "^7.11.0"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/types": {
|
|
|
|
|
"version": "7.11.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.11.0.tgz",
|
|
|
|
|
"integrity": "sha512-O53yME4ZZI0jO1EVGtF1ePGl0LHirG4P1ibcD80XyzZcKhcMFeCXmh4Xb1ifGBIV233Qg12x4rBfQgA+tmOukA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/helper-validator-identifier": "^7.10.4",
|
|
|
|
|
"lodash": "^4.17.19",
|
|
|
|
|
"to-fast-properties": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/helper-split-export-declaration": {
|
|
|
|
|
"version": "7.10.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.4.tgz",
|
|
|
|
@ -360,6 +382,16 @@
|
|
|
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/plugin-proposal-export-namespace-from": {
|
|
|
|
|
"version": "7.10.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.10.4.tgz",
|
|
|
|
|
"integrity": "sha512-aNdf0LY6/3WXkhh0Fdb6Zk9j1NMD8ovj3F6r0+3j837Pn1S1PdNtcwJ5EG9WkVPNHPxyJDaxMaAOVq4eki0qbg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.10.4",
|
|
|
|
|
"@babel/plugin-syntax-export-namespace-from": "^7.8.3"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/plugin-proposal-json-strings": {
|
|
|
|
|
"version": "7.10.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.10.4.tgz",
|
|
|
|
@ -370,6 +402,16 @@
|
|
|
|
|
"@babel/plugin-syntax-json-strings": "^7.8.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/plugin-proposal-logical-assignment-operators": {
|
|
|
|
|
"version": "7.11.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.11.0.tgz",
|
|
|
|
|
"integrity": "sha512-/f8p4z+Auz0Uaf+i8Ekf1iM7wUNLcViFUGiPxKeXvxTSl63B875YPiVdUDdem7hREcI0E0kSpEhS8tF5RphK7Q==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.10.4",
|
|
|
|
|
"@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": {
|
|
|
|
|
"version": "7.10.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.10.4.tgz",
|
|
|
|
@ -391,9 +433,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/plugin-proposal-object-rest-spread": {
|
|
|
|
|
"version": "7.10.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.10.4.tgz",
|
|
|
|
|
"integrity": "sha512-6vh4SqRuLLarjgeOf4EaROJAHjvu9Gl+/346PbDH9yWbJyfnJ/ah3jmYKYtswEyCoWZiidvVHjHshd4WgjB9BA==",
|
|
|
|
|
"version": "7.11.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.11.0.tgz",
|
|
|
|
|
"integrity": "sha512-wzch41N4yztwoRw0ak+37wxwJM2oiIiy6huGCoqkvSTA9acYWcPfn9Y4aJqmFFJ70KTJUu29f3DQ43uJ9HXzEA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.10.4",
|
|
|
|
@ -412,12 +454,13 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/plugin-proposal-optional-chaining": {
|
|
|
|
|
"version": "7.10.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.10.4.tgz",
|
|
|
|
|
"integrity": "sha512-ZIhQIEeavTgouyMSdZRap4VPPHqJJ3NEs2cuHs5p0erH+iz6khB0qfgU8g7UuJkG88+fBMy23ZiU+nuHvekJeQ==",
|
|
|
|
|
"version": "7.11.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.11.0.tgz",
|
|
|
|
|
"integrity": "sha512-v9fZIu3Y8562RRwhm1BbMRxtqZNFmFA2EG+pT2diuU8PT3H6T/KXoZ54KgYisfOFZHV6PfvAiBIZ9Rcz+/JCxA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.10.4",
|
|
|
|
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.11.0",
|
|
|
|
|
"@babel/plugin-syntax-optional-chaining": "^7.8.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
@ -468,6 +511,15 @@
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.8.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/plugin-syntax-export-namespace-from": {
|
|
|
|
|
"version": "7.8.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz",
|
|
|
|
|
"integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.8.3"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/plugin-syntax-json-strings": {
|
|
|
|
|
"version": "7.8.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
|
|
|
|
@ -477,6 +529,15 @@
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.8.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/plugin-syntax-logical-assignment-operators": {
|
|
|
|
|
"version": "7.10.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
|
|
|
|
|
"integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.10.4"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/plugin-syntax-nullish-coalescing-operator": {
|
|
|
|
|
"version": "7.8.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
|
|
|
|
@ -561,9 +622,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/plugin-transform-block-scoping": {
|
|
|
|
|
"version": "7.10.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.10.5.tgz",
|
|
|
|
|
"integrity": "sha512-6Ycw3hjpQti0qssQcA6AMSFDHeNJ++R6dIMnpRqUjFeBBTmTDPa8zgF90OVfTvAo11mXZTlVUViY1g8ffrURLg==",
|
|
|
|
|
"version": "7.11.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.11.1.tgz",
|
|
|
|
|
"integrity": "sha512-00dYeDE0EVEHuuM+26+0w/SCL0BH2Qy7LwHuI4Hi4MH5gkC8/AqMN5uWFJIsoXZrAphiMm1iXzBw6L2T+eA0ew==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.10.4"
|
|
|
|
@ -789,12 +850,13 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/plugin-transform-spread": {
|
|
|
|
|
"version": "7.10.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.10.4.tgz",
|
|
|
|
|
"integrity": "sha512-1e/51G/Ni+7uH5gktbWv+eCED9pP8ZpRhZB3jOaI3mmzfvJTWHkuyYTv0Z5PYtyM+Tr2Ccr9kUdQxn60fI5WuQ==",
|
|
|
|
|
"version": "7.11.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.11.0.tgz",
|
|
|
|
|
"integrity": "sha512-UwQYGOqIdQJe4aWNyS7noqAnN2VbaczPLiEtln+zPowRNlD+79w3oi2TWfYe0eZgd+gjZCbsydN7lzWysDt+gw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.10.4"
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.10.4",
|
|
|
|
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.11.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/plugin-transform-sticky-regex": {
|
|
|
|
@ -846,30 +908,34 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/preset-env": {
|
|
|
|
|
"version": "7.10.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.10.4.tgz",
|
|
|
|
|
"integrity": "sha512-tcmuQ6vupfMZPrLrc38d0sF2OjLT3/bZ0dry5HchNCQbrokoQi4reXqclvkkAT5b+gWc23meVWpve5P/7+w/zw==",
|
|
|
|
|
"version": "7.11.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.11.0.tgz",
|
|
|
|
|
"integrity": "sha512-2u1/k7rG/gTh02dylX2kL3S0IJNF+J6bfDSp4DI2Ma8QN6Y9x9pmAax59fsCk6QUQG0yqH47yJWA+u1I1LccAg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/compat-data": "^7.10.4",
|
|
|
|
|
"@babel/compat-data": "^7.11.0",
|
|
|
|
|
"@babel/helper-compilation-targets": "^7.10.4",
|
|
|
|
|
"@babel/helper-module-imports": "^7.10.4",
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.10.4",
|
|
|
|
|
"@babel/plugin-proposal-async-generator-functions": "^7.10.4",
|
|
|
|
|
"@babel/plugin-proposal-class-properties": "^7.10.4",
|
|
|
|
|
"@babel/plugin-proposal-dynamic-import": "^7.10.4",
|
|
|
|
|
"@babel/plugin-proposal-export-namespace-from": "^7.10.4",
|
|
|
|
|
"@babel/plugin-proposal-json-strings": "^7.10.4",
|
|
|
|
|
"@babel/plugin-proposal-logical-assignment-operators": "^7.11.0",
|
|
|
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4",
|
|
|
|
|
"@babel/plugin-proposal-numeric-separator": "^7.10.4",
|
|
|
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.10.4",
|
|
|
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
|
|
|
|
|
"@babel/plugin-proposal-optional-catch-binding": "^7.10.4",
|
|
|
|
|
"@babel/plugin-proposal-optional-chaining": "^7.10.4",
|
|
|
|
|
"@babel/plugin-proposal-optional-chaining": "^7.11.0",
|
|
|
|
|
"@babel/plugin-proposal-private-methods": "^7.10.4",
|
|
|
|
|
"@babel/plugin-proposal-unicode-property-regex": "^7.10.4",
|
|
|
|
|
"@babel/plugin-syntax-async-generators": "^7.8.0",
|
|
|
|
|
"@babel/plugin-syntax-class-properties": "^7.10.4",
|
|
|
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.0",
|
|
|
|
|
"@babel/plugin-syntax-export-namespace-from": "^7.8.3",
|
|
|
|
|
"@babel/plugin-syntax-json-strings": "^7.8.0",
|
|
|
|
|
"@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
|
|
|
|
|
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0",
|
|
|
|
|
"@babel/plugin-syntax-numeric-separator": "^7.10.4",
|
|
|
|
|
"@babel/plugin-syntax-object-rest-spread": "^7.8.0",
|
|
|
|
@ -902,19 +968,32 @@
|
|
|
|
|
"@babel/plugin-transform-regenerator": "^7.10.4",
|
|
|
|
|
"@babel/plugin-transform-reserved-words": "^7.10.4",
|
|
|
|
|
"@babel/plugin-transform-shorthand-properties": "^7.10.4",
|
|
|
|
|
"@babel/plugin-transform-spread": "^7.10.4",
|
|
|
|
|
"@babel/plugin-transform-spread": "^7.11.0",
|
|
|
|
|
"@babel/plugin-transform-sticky-regex": "^7.10.4",
|
|
|
|
|
"@babel/plugin-transform-template-literals": "^7.10.4",
|
|
|
|
|
"@babel/plugin-transform-typeof-symbol": "^7.10.4",
|
|
|
|
|
"@babel/plugin-transform-unicode-escapes": "^7.10.4",
|
|
|
|
|
"@babel/plugin-transform-unicode-regex": "^7.10.4",
|
|
|
|
|
"@babel/preset-modules": "^0.1.3",
|
|
|
|
|
"@babel/types": "^7.10.4",
|
|
|
|
|
"@babel/types": "^7.11.0",
|
|
|
|
|
"browserslist": "^4.12.0",
|
|
|
|
|
"core-js-compat": "^3.6.2",
|
|
|
|
|
"invariant": "^2.2.2",
|
|
|
|
|
"levenary": "^1.1.1",
|
|
|
|
|
"semver": "^5.5.0"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/types": {
|
|
|
|
|
"version": "7.11.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.11.0.tgz",
|
|
|
|
|
"integrity": "sha512-O53yME4ZZI0jO1EVGtF1ePGl0LHirG4P1ibcD80XyzZcKhcMFeCXmh4Xb1ifGBIV233Qg12x4rBfQgA+tmOukA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/helper-validator-identifier": "^7.10.4",
|
|
|
|
|
"lodash": "^4.17.19",
|
|
|
|
|
"to-fast-properties": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/preset-modules": {
|
|
|
|
@ -931,18 +1010,18 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/runtime": {
|
|
|
|
|
"version": "7.10.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.5.tgz",
|
|
|
|
|
"integrity": "sha512-otddXKhdNn7d0ptoFRHtMLa8LqDxLYwTjB4nYgM1yy5N6gU/MUf8zqyyLltCH3yAVitBzmwK4us+DD0l/MauAg==",
|
|
|
|
|
"version": "7.11.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.2.tgz",
|
|
|
|
|
"integrity": "sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"regenerator-runtime": "^0.13.4"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"regenerator-runtime": {
|
|
|
|
|
"version": "0.13.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.5.tgz",
|
|
|
|
|
"integrity": "sha512-ZS5w8CpKFinUzOwW3c83oPeVXoNsrLsaCoLtJvAClH135j/R77RuymhiSErhm2lKcwSCIpmvIWSbDkIfAqKQlA==",
|
|
|
|
|
"version": "0.13.7",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz",
|
|
|
|
|
"integrity": "sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew==",
|
|
|
|
|
"dev": true
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|