|
|
|
@@ -41,6 +41,32 @@
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.9.tgz#ac7996ceaafcf8f410119c8af0d1db4cf914a210"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.9.tgz#ac7996ceaafcf8f410119c8af0d1db4cf914a210"
|
|
|
|
integrity sha512-p3QjZmMGHDGdpcwEYYWu7i7oJShJvtgMjJeb0W95PPhSm++3lm8YXYOh45Y6iCN9PkZLTZ7CIX5nFrp7pw7TXw==
|
|
|
|
integrity sha512-p3QjZmMGHDGdpcwEYYWu7i7oJShJvtgMjJeb0W95PPhSm++3lm8YXYOh45Y6iCN9PkZLTZ7CIX5nFrp7pw7TXw==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"@babel/compat-data@^7.15.0":
|
|
|
|
|
|
|
|
version "7.15.0"
|
|
|
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176"
|
|
|
|
|
|
|
|
integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"@babel/core@^7.0.0":
|
|
|
|
|
|
|
|
version "7.15.0"
|
|
|
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.0.tgz#749e57c68778b73ad8082775561f67f5196aafa8"
|
|
|
|
|
|
|
|
integrity sha512-tXtmTminrze5HEUPn/a0JtOzzfp0nk+UEXQ/tqIJo3WDGypl/2OFQEMll/zSFU8f/lfmfLXvTaORHF3cfXIQMw==
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
|
|
|
|
"@babel/code-frame" "^7.14.5"
|
|
|
|
|
|
|
|
"@babel/generator" "^7.15.0"
|
|
|
|
|
|
|
|
"@babel/helper-compilation-targets" "^7.15.0"
|
|
|
|
|
|
|
|
"@babel/helper-module-transforms" "^7.15.0"
|
|
|
|
|
|
|
|
"@babel/helpers" "^7.14.8"
|
|
|
|
|
|
|
|
"@babel/parser" "^7.15.0"
|
|
|
|
|
|
|
|
"@babel/template" "^7.14.5"
|
|
|
|
|
|
|
|
"@babel/traverse" "^7.15.0"
|
|
|
|
|
|
|
|
"@babel/types" "^7.15.0"
|
|
|
|
|
|
|
|
convert-source-map "^1.7.0"
|
|
|
|
|
|
|
|
debug "^4.1.0"
|
|
|
|
|
|
|
|
gensync "^1.0.0-beta.2"
|
|
|
|
|
|
|
|
json5 "^2.1.2"
|
|
|
|
|
|
|
|
semver "^6.3.0"
|
|
|
|
|
|
|
|
source-map "^0.5.0"
|
|
|
|
|
|
|
|
|
|
|
|
"@babel/core@^7.14.3":
|
|
|
|
"@babel/core@^7.14.3":
|
|
|
|
version "7.14.8"
|
|
|
|
version "7.14.8"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.8.tgz#20cdf7c84b5d86d83fac8710a8bc605a7ba3f010"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.8.tgz#20cdf7c84b5d86d83fac8710a8bc605a7ba3f010"
|
|
|
|
@@ -71,6 +97,15 @@
|
|
|
|
jsesc "^2.5.1"
|
|
|
|
jsesc "^2.5.1"
|
|
|
|
source-map "^0.5.0"
|
|
|
|
source-map "^0.5.0"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"@babel/generator@^7.15.0", "@babel/generator@^7.5.0":
|
|
|
|
|
|
|
|
version "7.15.0"
|
|
|
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.0.tgz#a7d0c172e0d814974bad5aa77ace543b97917f15"
|
|
|
|
|
|
|
|
integrity sha512-eKl4XdMrbpYvuB505KTta4AV9g+wWzmVBW69tX0H2NwKVKd2YJbKgyK6M8j/rgLbmHOYJn6rUklV677nOyJrEQ==
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
|
|
|
|
"@babel/types" "^7.15.0"
|
|
|
|
|
|
|
|
jsesc "^2.5.1"
|
|
|
|
|
|
|
|
source-map "^0.5.0"
|
|
|
|
|
|
|
|
|
|
|
|
"@babel/helper-annotate-as-pure@^7.14.5":
|
|
|
|
"@babel/helper-annotate-as-pure@^7.14.5":
|
|
|
|
version "7.14.5"
|
|
|
|
version "7.14.5"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz#7bf478ec3b71726d56a8ca5775b046fc29879e61"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz#7bf478ec3b71726d56a8ca5775b046fc29879e61"
|
|
|
|
@@ -96,6 +131,16 @@
|
|
|
|
browserslist "^4.16.6"
|
|
|
|
browserslist "^4.16.6"
|
|
|
|
semver "^6.3.0"
|
|
|
|
semver "^6.3.0"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"@babel/helper-compilation-targets@^7.15.0":
|
|
|
|
|
|
|
|
version "7.15.0"
|
|
|
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.0.tgz#973df8cbd025515f3ff25db0c05efc704fa79818"
|
|
|
|
|
|
|
|
integrity sha512-h+/9t0ncd4jfZ8wsdAsoIxSa61qhBYlycXiHWqJaQBCXAhDCMbPRSMTGnZIkkmt1u4ag+UQmuqcILwqKzZ4N2A==
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
|
|
|
|
"@babel/compat-data" "^7.15.0"
|
|
|
|
|
|
|
|
"@babel/helper-validator-option" "^7.14.5"
|
|
|
|
|
|
|
|
browserslist "^4.16.6"
|
|
|
|
|
|
|
|
semver "^6.3.0"
|
|
|
|
|
|
|
|
|
|
|
|
"@babel/helper-create-class-features-plugin@^7.14.5", "@babel/helper-create-class-features-plugin@^7.14.6":
|
|
|
|
"@babel/helper-create-class-features-plugin@^7.14.5", "@babel/helper-create-class-features-plugin@^7.14.6":
|
|
|
|
version "7.14.8"
|
|
|
|
version "7.14.8"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.8.tgz#a6f8c3de208b1e5629424a9a63567f56501955fc"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.8.tgz#a6f8c3de208b1e5629424a9a63567f56501955fc"
|
|
|
|
@@ -167,6 +212,13 @@
|
|
|
|
dependencies:
|
|
|
|
dependencies:
|
|
|
|
"@babel/types" "^7.14.5"
|
|
|
|
"@babel/types" "^7.14.5"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"@babel/helper-member-expression-to-functions@^7.15.0":
|
|
|
|
|
|
|
|
version "7.15.0"
|
|
|
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.0.tgz#0ddaf5299c8179f27f37327936553e9bba60990b"
|
|
|
|
|
|
|
|
integrity sha512-Jq8H8U2kYiafuj2xMTPQwkTBnEEdGKpT35lJEQsRRjnG0LW3neucsaMWLgKcwu3OHKNeYugfw+Z20BXBSEs2Lg==
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
|
|
|
|
"@babel/types" "^7.15.0"
|
|
|
|
|
|
|
|
|
|
|
|
"@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.14.5":
|
|
|
|
"@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.14.5":
|
|
|
|
version "7.14.5"
|
|
|
|
version "7.14.5"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.14.5.tgz#6d1a44df6a38c957aa7c312da076429f11b422f3"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.14.5.tgz#6d1a44df6a38c957aa7c312da076429f11b422f3"
|
|
|
|
@@ -188,6 +240,20 @@
|
|
|
|
"@babel/traverse" "^7.14.8"
|
|
|
|
"@babel/traverse" "^7.14.8"
|
|
|
|
"@babel/types" "^7.14.8"
|
|
|
|
"@babel/types" "^7.14.8"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"@babel/helper-module-transforms@^7.15.0":
|
|
|
|
|
|
|
|
version "7.15.0"
|
|
|
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.0.tgz#679275581ea056373eddbe360e1419ef23783b08"
|
|
|
|
|
|
|
|
integrity sha512-RkGiW5Rer7fpXv9m1B3iHIFDZdItnO2/BLfWVW/9q7+KqQSDY5kUfQEbzdXM1MVhJGcugKV7kRrNVzNxmk7NBg==
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
|
|
|
|
"@babel/helper-module-imports" "^7.14.5"
|
|
|
|
|
|
|
|
"@babel/helper-replace-supers" "^7.15.0"
|
|
|
|
|
|
|
|
"@babel/helper-simple-access" "^7.14.8"
|
|
|
|
|
|
|
|
"@babel/helper-split-export-declaration" "^7.14.5"
|
|
|
|
|
|
|
|
"@babel/helper-validator-identifier" "^7.14.9"
|
|
|
|
|
|
|
|
"@babel/template" "^7.14.5"
|
|
|
|
|
|
|
|
"@babel/traverse" "^7.15.0"
|
|
|
|
|
|
|
|
"@babel/types" "^7.15.0"
|
|
|
|
|
|
|
|
|
|
|
|
"@babel/helper-optimise-call-expression@^7.14.5":
|
|
|
|
"@babel/helper-optimise-call-expression@^7.14.5":
|
|
|
|
version "7.14.5"
|
|
|
|
version "7.14.5"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.14.5.tgz#f27395a8619e0665b3f0364cddb41c25d71b499c"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.14.5.tgz#f27395a8619e0665b3f0364cddb41c25d71b499c"
|
|
|
|
@@ -219,6 +285,16 @@
|
|
|
|
"@babel/traverse" "^7.14.5"
|
|
|
|
"@babel/traverse" "^7.14.5"
|
|
|
|
"@babel/types" "^7.14.5"
|
|
|
|
"@babel/types" "^7.14.5"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"@babel/helper-replace-supers@^7.15.0":
|
|
|
|
|
|
|
|
version "7.15.0"
|
|
|
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.15.0.tgz#ace07708f5bf746bf2e6ba99572cce79b5d4e7f4"
|
|
|
|
|
|
|
|
integrity sha512-6O+eWrhx+HEra/uJnifCwhwMd6Bp5+ZfZeJwbqUTuqkhIT6YcRhiZCOOFChRypOIe0cV46kFrRBlm+t5vHCEaA==
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
|
|
|
|
"@babel/helper-member-expression-to-functions" "^7.15.0"
|
|
|
|
|
|
|
|
"@babel/helper-optimise-call-expression" "^7.14.5"
|
|
|
|
|
|
|
|
"@babel/traverse" "^7.15.0"
|
|
|
|
|
|
|
|
"@babel/types" "^7.15.0"
|
|
|
|
|
|
|
|
|
|
|
|
"@babel/helper-simple-access@^7.14.5", "@babel/helper-simple-access@^7.14.8":
|
|
|
|
"@babel/helper-simple-access@^7.14.5", "@babel/helper-simple-access@^7.14.8":
|
|
|
|
version "7.14.8"
|
|
|
|
version "7.14.8"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.8.tgz#82e1fec0644a7e775c74d305f212c39f8fe73924"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.8.tgz#82e1fec0644a7e775c74d305f212c39f8fe73924"
|
|
|
|
@@ -278,6 +354,11 @@
|
|
|
|
chalk "^2.0.0"
|
|
|
|
chalk "^2.0.0"
|
|
|
|
js-tokens "^4.0.0"
|
|
|
|
js-tokens "^4.0.0"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"@babel/parser@^7.0.0", "@babel/parser@^7.15.0":
|
|
|
|
|
|
|
|
version "7.15.0"
|
|
|
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.0.tgz#b6d6e29058ca369127b0eeca2a1c4b5794f1b6b9"
|
|
|
|
|
|
|
|
integrity sha512-0v7oNOjr6YT9Z2RAOTv4T9aP+ubfx4Q/OhVtAet7PFDt0t9Oy6Jn+/rfC6b8HJ5zEqrQCiMxJfgtHpmIminmJQ==
|
|
|
|
|
|
|
|
|
|
|
|
"@babel/parser@^7.14.5", "@babel/parser@^7.14.8", "@babel/parser@^7.14.9":
|
|
|
|
"@babel/parser@^7.14.5", "@babel/parser@^7.14.8", "@babel/parser@^7.14.9":
|
|
|
|
version "7.14.9"
|
|
|
|
version "7.14.9"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.9.tgz#596c1ad67608070058ebf8df50c1eaf65db895a4"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.9.tgz#596c1ad67608070058ebf8df50c1eaf65db895a4"
|
|
|
|
@@ -301,7 +382,7 @@
|
|
|
|
"@babel/helper-remap-async-to-generator" "^7.14.5"
|
|
|
|
"@babel/helper-remap-async-to-generator" "^7.14.5"
|
|
|
|
"@babel/plugin-syntax-async-generators" "^7.8.4"
|
|
|
|
"@babel/plugin-syntax-async-generators" "^7.8.4"
|
|
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-proposal-class-properties@^7.13.0", "@babel/plugin-proposal-class-properties@^7.14.5":
|
|
|
|
"@babel/plugin-proposal-class-properties@^7.0.0", "@babel/plugin-proposal-class-properties@^7.13.0", "@babel/plugin-proposal-class-properties@^7.14.5":
|
|
|
|
version "7.14.5"
|
|
|
|
version "7.14.5"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.14.5.tgz#40d1ee140c5b1e31a350f4f5eed945096559b42e"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.14.5.tgz#40d1ee140c5b1e31a350f4f5eed945096559b42e"
|
|
|
|
integrity sha512-q/PLpv5Ko4dVc1LYMpCY7RVAAO4uk55qPwrIuJ5QJ8c6cVuAmhu7I/49JOppXL6gXf7ZHzpRVEUZdYoPLM04Gg==
|
|
|
|
integrity sha512-q/PLpv5Ko4dVc1LYMpCY7RVAAO4uk55qPwrIuJ5QJ8c6cVuAmhu7I/49JOppXL6gXf7ZHzpRVEUZdYoPLM04Gg==
|
|
|
|
@@ -366,7 +447,7 @@
|
|
|
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
|
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
|
|
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
|
|
|
|
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
|
|
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-proposal-object-rest-spread@^7.14.2", "@babel/plugin-proposal-object-rest-spread@^7.14.7":
|
|
|
|
"@babel/plugin-proposal-object-rest-spread@^7.0.0", "@babel/plugin-proposal-object-rest-spread@^7.14.2", "@babel/plugin-proposal-object-rest-spread@^7.14.7":
|
|
|
|
version "7.14.7"
|
|
|
|
version "7.14.7"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.7.tgz#5920a2b3df7f7901df0205974c0641b13fd9d363"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.7.tgz#5920a2b3df7f7901df0205974c0641b13fd9d363"
|
|
|
|
integrity sha512-082hsZz+sVabfmDWo1Oct1u1AgbKbUAyVgmX4otIc7bdsRgHBXwTwb3DpDmD4Eyyx6DNiuz5UAATT655k+kL5g==
|
|
|
|
integrity sha512-082hsZz+sVabfmDWo1Oct1u1AgbKbUAyVgmX4otIc7bdsRgHBXwTwb3DpDmD4Eyyx6DNiuz5UAATT655k+kL5g==
|
|
|
|
@@ -427,7 +508,7 @@
|
|
|
|
dependencies:
|
|
|
|
dependencies:
|
|
|
|
"@babel/helper-plugin-utils" "^7.8.0"
|
|
|
|
"@babel/helper-plugin-utils" "^7.8.0"
|
|
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-syntax-class-properties@^7.12.13":
|
|
|
|
"@babel/plugin-syntax-class-properties@^7.0.0", "@babel/plugin-syntax-class-properties@^7.12.13":
|
|
|
|
version "7.12.13"
|
|
|
|
version "7.12.13"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz#b5c987274c4a3a82b89714796931a6b53544ae10"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz#b5c987274c4a3a82b89714796931a6b53544ae10"
|
|
|
|
integrity sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==
|
|
|
|
integrity sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==
|
|
|
|
@@ -455,6 +536,13 @@
|
|
|
|
dependencies:
|
|
|
|
dependencies:
|
|
|
|
"@babel/helper-plugin-utils" "^7.8.3"
|
|
|
|
"@babel/helper-plugin-utils" "^7.8.3"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-syntax-flow@^7.0.0", "@babel/plugin-syntax-flow@^7.14.5":
|
|
|
|
|
|
|
|
version "7.14.5"
|
|
|
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.14.5.tgz#2ff654999497d7d7d142493260005263731da180"
|
|
|
|
|
|
|
|
integrity sha512-9WK5ZwKCdWHxVuU13XNT6X73FGmutAXeor5lGFq6qhOFtMFUF4jkbijuyUdZZlpYq6E2hZeZf/u3959X9wsv0Q==
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
|
|
|
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-syntax-json-strings@^7.8.3":
|
|
|
|
"@babel/plugin-syntax-json-strings@^7.8.3":
|
|
|
|
version "7.8.3"
|
|
|
|
version "7.8.3"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz#01ca21b668cd8218c9e640cb6dd88c5412b2c96a"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz#01ca21b668cd8218c9e640cb6dd88c5412b2c96a"
|
|
|
|
@@ -462,7 +550,7 @@
|
|
|
|
dependencies:
|
|
|
|
dependencies:
|
|
|
|
"@babel/helper-plugin-utils" "^7.8.0"
|
|
|
|
"@babel/helper-plugin-utils" "^7.8.0"
|
|
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-syntax-jsx@^7.14.5":
|
|
|
|
"@babel/plugin-syntax-jsx@^7.0.0", "@babel/plugin-syntax-jsx@^7.14.5":
|
|
|
|
version "7.14.5"
|
|
|
|
version "7.14.5"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.14.5.tgz#000e2e25d8673cce49300517a3eda44c263e4201"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.14.5.tgz#000e2e25d8673cce49300517a3eda44c263e4201"
|
|
|
|
integrity sha512-ohuFIsOMXJnbOMRfX7/w7LocdR6R7whhuRD4ax8IipLcLPlZGJKkBxgHp++U4N/vKyU16/YDQr2f5seajD3jIw==
|
|
|
|
integrity sha512-ohuFIsOMXJnbOMRfX7/w7LocdR6R7whhuRD4ax8IipLcLPlZGJKkBxgHp++U4N/vKyU16/YDQr2f5seajD3jIw==
|
|
|
|
@@ -490,7 +578,7 @@
|
|
|
|
dependencies:
|
|
|
|
dependencies:
|
|
|
|
"@babel/helper-plugin-utils" "^7.10.4"
|
|
|
|
"@babel/helper-plugin-utils" "^7.10.4"
|
|
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-syntax-object-rest-spread@^7.8.3":
|
|
|
|
"@babel/plugin-syntax-object-rest-spread@^7.0.0", "@babel/plugin-syntax-object-rest-spread@^7.8.3":
|
|
|
|
version "7.8.3"
|
|
|
|
version "7.8.3"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz#60e225edcbd98a640332a2e72dd3e66f1af55871"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz#60e225edcbd98a640332a2e72dd3e66f1af55871"
|
|
|
|
integrity sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==
|
|
|
|
integrity sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==
|
|
|
|
@@ -532,7 +620,7 @@
|
|
|
|
dependencies:
|
|
|
|
dependencies:
|
|
|
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
|
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-transform-arrow-functions@^7.14.5":
|
|
|
|
"@babel/plugin-transform-arrow-functions@^7.0.0", "@babel/plugin-transform-arrow-functions@^7.14.5":
|
|
|
|
version "7.14.5"
|
|
|
|
version "7.14.5"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.14.5.tgz#f7187d9588a768dd080bf4c9ffe117ea62f7862a"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.14.5.tgz#f7187d9588a768dd080bf4c9ffe117ea62f7862a"
|
|
|
|
integrity sha512-KOnO0l4+tD5IfOdi4x8C1XmEIRWUjNRV8wc6K2vz/3e8yAOoZZvsRXRRIF/yo/MAOFb4QjtAw9xSxMXbSMRy8A==
|
|
|
|
integrity sha512-KOnO0l4+tD5IfOdi4x8C1XmEIRWUjNRV8wc6K2vz/3e8yAOoZZvsRXRRIF/yo/MAOFb4QjtAw9xSxMXbSMRy8A==
|
|
|
|
@@ -548,21 +636,21 @@
|
|
|
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
|
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
|
|
"@babel/helper-remap-async-to-generator" "^7.14.5"
|
|
|
|
"@babel/helper-remap-async-to-generator" "^7.14.5"
|
|
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-transform-block-scoped-functions@^7.14.5":
|
|
|
|
"@babel/plugin-transform-block-scoped-functions@^7.0.0", "@babel/plugin-transform-block-scoped-functions@^7.14.5":
|
|
|
|
version "7.14.5"
|
|
|
|
version "7.14.5"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.14.5.tgz#e48641d999d4bc157a67ef336aeb54bc44fd3ad4"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.14.5.tgz#e48641d999d4bc157a67ef336aeb54bc44fd3ad4"
|
|
|
|
integrity sha512-dtqWqdWZ5NqBX3KzsVCWfQI3A53Ft5pWFCT2eCVUftWZgjc5DpDponbIF1+c+7cSGk2wN0YK7HGL/ezfRbpKBQ==
|
|
|
|
integrity sha512-dtqWqdWZ5NqBX3KzsVCWfQI3A53Ft5pWFCT2eCVUftWZgjc5DpDponbIF1+c+7cSGk2wN0YK7HGL/ezfRbpKBQ==
|
|
|
|
dependencies:
|
|
|
|
dependencies:
|
|
|
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
|
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-transform-block-scoping@^7.14.5":
|
|
|
|
"@babel/plugin-transform-block-scoping@^7.0.0", "@babel/plugin-transform-block-scoping@^7.14.5":
|
|
|
|
version "7.14.5"
|
|
|
|
version "7.14.5"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.14.5.tgz#8cc63e61e50f42e078e6f09be775a75f23ef9939"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.14.5.tgz#8cc63e61e50f42e078e6f09be775a75f23ef9939"
|
|
|
|
integrity sha512-LBYm4ZocNgoCqyxMLoOnwpsmQ18HWTQvql64t3GvMUzLQrNoV1BDG0lNftC8QKYERkZgCCT/7J5xWGObGAyHDw==
|
|
|
|
integrity sha512-LBYm4ZocNgoCqyxMLoOnwpsmQ18HWTQvql64t3GvMUzLQrNoV1BDG0lNftC8QKYERkZgCCT/7J5xWGObGAyHDw==
|
|
|
|
dependencies:
|
|
|
|
dependencies:
|
|
|
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
|
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-transform-classes@^7.14.9":
|
|
|
|
"@babel/plugin-transform-classes@^7.0.0", "@babel/plugin-transform-classes@^7.14.9":
|
|
|
|
version "7.14.9"
|
|
|
|
version "7.14.9"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.9.tgz#2a391ffb1e5292710b00f2e2c210e1435e7d449f"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.9.tgz#2a391ffb1e5292710b00f2e2c210e1435e7d449f"
|
|
|
|
integrity sha512-NfZpTcxU3foGWbl4wxmZ35mTsYJy8oQocbeIMoDAGGFarAmSQlL+LWMkDx/tj6pNotpbX3rltIA4dprgAPOq5A==
|
|
|
|
integrity sha512-NfZpTcxU3foGWbl4wxmZ35mTsYJy8oQocbeIMoDAGGFarAmSQlL+LWMkDx/tj6pNotpbX3rltIA4dprgAPOq5A==
|
|
|
|
@@ -575,14 +663,14 @@
|
|
|
|
"@babel/helper-split-export-declaration" "^7.14.5"
|
|
|
|
"@babel/helper-split-export-declaration" "^7.14.5"
|
|
|
|
globals "^11.1.0"
|
|
|
|
globals "^11.1.0"
|
|
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-transform-computed-properties@^7.14.5":
|
|
|
|
"@babel/plugin-transform-computed-properties@^7.0.0", "@babel/plugin-transform-computed-properties@^7.14.5":
|
|
|
|
version "7.14.5"
|
|
|
|
version "7.14.5"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.14.5.tgz#1b9d78987420d11223d41195461cc43b974b204f"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.14.5.tgz#1b9d78987420d11223d41195461cc43b974b204f"
|
|
|
|
integrity sha512-pWM+E4283UxaVzLb8UBXv4EIxMovU4zxT1OPnpHJcmnvyY9QbPPTKZfEj31EUvG3/EQRbYAGaYEUZ4yWOBC2xg==
|
|
|
|
integrity sha512-pWM+E4283UxaVzLb8UBXv4EIxMovU4zxT1OPnpHJcmnvyY9QbPPTKZfEj31EUvG3/EQRbYAGaYEUZ4yWOBC2xg==
|
|
|
|
dependencies:
|
|
|
|
dependencies:
|
|
|
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
|
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-transform-destructuring@^7.13.17", "@babel/plugin-transform-destructuring@^7.14.7":
|
|
|
|
"@babel/plugin-transform-destructuring@^7.0.0", "@babel/plugin-transform-destructuring@^7.13.17", "@babel/plugin-transform-destructuring@^7.14.7":
|
|
|
|
version "7.14.7"
|
|
|
|
version "7.14.7"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.14.7.tgz#0ad58ed37e23e22084d109f185260835e5557576"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.14.7.tgz#0ad58ed37e23e22084d109f185260835e5557576"
|
|
|
|
integrity sha512-0mDE99nK+kVh3xlc5vKwB6wnP9ecuSj+zQCa/n0voENtP/zymdT4HH6QEb65wjjcbqr1Jb/7z9Qp7TF5FtwYGw==
|
|
|
|
integrity sha512-0mDE99nK+kVh3xlc5vKwB6wnP9ecuSj+zQCa/n0voENtP/zymdT4HH6QEb65wjjcbqr1Jb/7z9Qp7TF5FtwYGw==
|
|
|
|
@@ -612,14 +700,22 @@
|
|
|
|
"@babel/helper-builder-binary-assignment-operator-visitor" "^7.14.5"
|
|
|
|
"@babel/helper-builder-binary-assignment-operator-visitor" "^7.14.5"
|
|
|
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
|
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-transform-for-of@^7.14.5":
|
|
|
|
"@babel/plugin-transform-flow-strip-types@^7.0.0":
|
|
|
|
|
|
|
|
version "7.14.5"
|
|
|
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.14.5.tgz#0dc9c1d11dcdc873417903d6df4bed019ef0f85e"
|
|
|
|
|
|
|
|
integrity sha512-KhcolBKfXbvjwI3TV7r7TkYm8oNXHNBqGOy6JDVwtecFaRoKYsUUqJdS10q0YDKW1c6aZQgO+Ys3LfGkox8pXA==
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
|
|
|
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
|
|
|
|
|
|
"@babel/plugin-syntax-flow" "^7.14.5"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-transform-for-of@^7.0.0", "@babel/plugin-transform-for-of@^7.14.5":
|
|
|
|
version "7.14.5"
|
|
|
|
version "7.14.5"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.14.5.tgz#dae384613de8f77c196a8869cbf602a44f7fc0eb"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.14.5.tgz#dae384613de8f77c196a8869cbf602a44f7fc0eb"
|
|
|
|
integrity sha512-CfmqxSUZzBl0rSjpoQSFoR9UEj3HzbGuGNL21/iFTmjb5gFggJp3ph0xR1YBhexmLoKRHzgxuFvty2xdSt6gTA==
|
|
|
|
integrity sha512-CfmqxSUZzBl0rSjpoQSFoR9UEj3HzbGuGNL21/iFTmjb5gFggJp3ph0xR1YBhexmLoKRHzgxuFvty2xdSt6gTA==
|
|
|
|
dependencies:
|
|
|
|
dependencies:
|
|
|
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
|
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-transform-function-name@^7.14.5":
|
|
|
|
"@babel/plugin-transform-function-name@^7.0.0", "@babel/plugin-transform-function-name@^7.14.5":
|
|
|
|
version "7.14.5"
|
|
|
|
version "7.14.5"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.14.5.tgz#e81c65ecb900746d7f31802f6bed1f52d915d6f2"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.14.5.tgz#e81c65ecb900746d7f31802f6bed1f52d915d6f2"
|
|
|
|
integrity sha512-vbO6kv0fIzZ1GpmGQuvbwwm+O4Cbm2NrPzwlup9+/3fdkuzo1YqOZcXw26+YUJB84Ja7j9yURWposEHLYwxUfQ==
|
|
|
|
integrity sha512-vbO6kv0fIzZ1GpmGQuvbwwm+O4Cbm2NrPzwlup9+/3fdkuzo1YqOZcXw26+YUJB84Ja7j9yURWposEHLYwxUfQ==
|
|
|
|
@@ -627,14 +723,14 @@
|
|
|
|
"@babel/helper-function-name" "^7.14.5"
|
|
|
|
"@babel/helper-function-name" "^7.14.5"
|
|
|
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
|
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-transform-literals@^7.14.5":
|
|
|
|
"@babel/plugin-transform-literals@^7.0.0", "@babel/plugin-transform-literals@^7.14.5":
|
|
|
|
version "7.14.5"
|
|
|
|
version "7.14.5"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.14.5.tgz#41d06c7ff5d4d09e3cf4587bd3ecf3930c730f78"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.14.5.tgz#41d06c7ff5d4d09e3cf4587bd3ecf3930c730f78"
|
|
|
|
integrity sha512-ql33+epql2F49bi8aHXxvLURHkxJbSmMKl9J5yHqg4PLtdE6Uc48CH1GS6TQvZ86eoB/ApZXwm7jlA+B3kra7A==
|
|
|
|
integrity sha512-ql33+epql2F49bi8aHXxvLURHkxJbSmMKl9J5yHqg4PLtdE6Uc48CH1GS6TQvZ86eoB/ApZXwm7jlA+B3kra7A==
|
|
|
|
dependencies:
|
|
|
|
dependencies:
|
|
|
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
|
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-transform-member-expression-literals@^7.14.5":
|
|
|
|
"@babel/plugin-transform-member-expression-literals@^7.0.0", "@babel/plugin-transform-member-expression-literals@^7.14.5":
|
|
|
|
version "7.14.5"
|
|
|
|
version "7.14.5"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.14.5.tgz#b39cd5212a2bf235a617d320ec2b48bcc091b8a7"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.14.5.tgz#b39cd5212a2bf235a617d320ec2b48bcc091b8a7"
|
|
|
|
integrity sha512-WkNXxH1VXVTKarWFqmso83xl+2V3Eo28YY5utIkbsmXoItO8Q3aZxN4BTS2k0hz9dGUloHK26mJMyQEYfkn/+Q==
|
|
|
|
integrity sha512-WkNXxH1VXVTKarWFqmso83xl+2V3Eo28YY5utIkbsmXoItO8Q3aZxN4BTS2k0hz9dGUloHK26mJMyQEYfkn/+Q==
|
|
|
|
@@ -650,6 +746,16 @@
|
|
|
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
|
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
|
|
babel-plugin-dynamic-import-node "^2.3.3"
|
|
|
|
babel-plugin-dynamic-import-node "^2.3.3"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-transform-modules-commonjs@^7.0.0":
|
|
|
|
|
|
|
|
version "7.15.0"
|
|
|
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.15.0.tgz#3305896e5835f953b5cdb363acd9e8c2219a5281"
|
|
|
|
|
|
|
|
integrity sha512-3H/R9s8cXcOGE8kgMlmjYYC9nqr5ELiPkJn4q0mypBrjhYQoc+5/Maq69vV4xRPWnkzZuwJPf5rArxpB/35Cig==
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
|
|
|
|
"@babel/helper-module-transforms" "^7.15.0"
|
|
|
|
|
|
|
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
|
|
|
|
|
|
"@babel/helper-simple-access" "^7.14.8"
|
|
|
|
|
|
|
|
babel-plugin-dynamic-import-node "^2.3.3"
|
|
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-transform-modules-commonjs@^7.14.5":
|
|
|
|
"@babel/plugin-transform-modules-commonjs@^7.14.5":
|
|
|
|
version "7.14.5"
|
|
|
|
version "7.14.5"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.14.5.tgz#7aaee0ea98283de94da98b28f8c35701429dad97"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.14.5.tgz#7aaee0ea98283de94da98b28f8c35701429dad97"
|
|
|
|
@@ -693,7 +799,7 @@
|
|
|
|
dependencies:
|
|
|
|
dependencies:
|
|
|
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
|
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-transform-object-super@^7.14.5":
|
|
|
|
"@babel/plugin-transform-object-super@^7.0.0", "@babel/plugin-transform-object-super@^7.14.5":
|
|
|
|
version "7.14.5"
|
|
|
|
version "7.14.5"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.14.5.tgz#d0b5faeac9e98597a161a9cf78c527ed934cdc45"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.14.5.tgz#d0b5faeac9e98597a161a9cf78c527ed934cdc45"
|
|
|
|
integrity sha512-MKfOBWzK0pZIrav9z/hkRqIk/2bTv9qvxHzPQc12RcVkMOzpIKnFCNYJip00ssKWYkd8Sf5g0Wr7pqJ+cmtuFg==
|
|
|
|
integrity sha512-MKfOBWzK0pZIrav9z/hkRqIk/2bTv9qvxHzPQc12RcVkMOzpIKnFCNYJip00ssKWYkd8Sf5g0Wr7pqJ+cmtuFg==
|
|
|
|
@@ -701,20 +807,27 @@
|
|
|
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
|
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
|
|
"@babel/helper-replace-supers" "^7.14.5"
|
|
|
|
"@babel/helper-replace-supers" "^7.14.5"
|
|
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-transform-parameters@^7.14.5":
|
|
|
|
"@babel/plugin-transform-parameters@^7.0.0", "@babel/plugin-transform-parameters@^7.14.5":
|
|
|
|
version "7.14.5"
|
|
|
|
version "7.14.5"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.14.5.tgz#49662e86a1f3ddccac6363a7dfb1ff0a158afeb3"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.14.5.tgz#49662e86a1f3ddccac6363a7dfb1ff0a158afeb3"
|
|
|
|
integrity sha512-Tl7LWdr6HUxTmzQtzuU14SqbgrSKmaR77M0OKyq4njZLQTPfOvzblNKyNkGwOfEFCEx7KeYHQHDI0P3F02IVkA==
|
|
|
|
integrity sha512-Tl7LWdr6HUxTmzQtzuU14SqbgrSKmaR77M0OKyq4njZLQTPfOvzblNKyNkGwOfEFCEx7KeYHQHDI0P3F02IVkA==
|
|
|
|
dependencies:
|
|
|
|
dependencies:
|
|
|
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
|
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-transform-property-literals@^7.14.5":
|
|
|
|
"@babel/plugin-transform-property-literals@^7.0.0", "@babel/plugin-transform-property-literals@^7.14.5":
|
|
|
|
version "7.14.5"
|
|
|
|
version "7.14.5"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.14.5.tgz#0ddbaa1f83db3606f1cdf4846fa1dfb473458b34"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.14.5.tgz#0ddbaa1f83db3606f1cdf4846fa1dfb473458b34"
|
|
|
|
integrity sha512-r1uilDthkgXW8Z1vJz2dKYLV1tuw2xsbrp3MrZmD99Wh9vsfKoob+JTgri5VUb/JqyKRXotlOtwgu4stIYCmnw==
|
|
|
|
integrity sha512-r1uilDthkgXW8Z1vJz2dKYLV1tuw2xsbrp3MrZmD99Wh9vsfKoob+JTgri5VUb/JqyKRXotlOtwgu4stIYCmnw==
|
|
|
|
dependencies:
|
|
|
|
dependencies:
|
|
|
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
|
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-transform-react-display-name@^7.0.0":
|
|
|
|
|
|
|
|
version "7.15.0"
|
|
|
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.15.0.tgz#e8653782ea23613e3f401027de68500024b6f9fa"
|
|
|
|
|
|
|
|
integrity sha512-6Qxy8EYcb6ZqpfdOHkEk4TzJC/YNxzMiZITQOS6WoIrdyZUU3lbUga+vUkQXUMaLeh5ofsEUYv98a++mq2A3dQ==
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
|
|
|
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-transform-react-display-name@^7.14.5":
|
|
|
|
"@babel/plugin-transform-react-display-name@^7.14.5":
|
|
|
|
version "7.14.5"
|
|
|
|
version "7.14.5"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.14.5.tgz#baa92d15c4570411301a85a74c13534873885b65"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.14.5.tgz#baa92d15c4570411301a85a74c13534873885b65"
|
|
|
|
@@ -729,7 +842,7 @@
|
|
|
|
dependencies:
|
|
|
|
dependencies:
|
|
|
|
"@babel/plugin-transform-react-jsx" "^7.14.5"
|
|
|
|
"@babel/plugin-transform-react-jsx" "^7.14.5"
|
|
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-transform-react-jsx@^7.14.5":
|
|
|
|
"@babel/plugin-transform-react-jsx@^7.0.0", "@babel/plugin-transform-react-jsx@^7.14.5":
|
|
|
|
version "7.14.9"
|
|
|
|
version "7.14.9"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.14.9.tgz#3314b2163033abac5200a869c4de242cd50a914c"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.14.9.tgz#3314b2163033abac5200a869c4de242cd50a914c"
|
|
|
|
integrity sha512-30PeETvS+AeD1f58i1OVyoDlVYQhap/K20ZrMjLmmzmC2AYR/G43D4sdJAaDAqCD3MYpSWbmrz3kES158QSLjw==
|
|
|
|
integrity sha512-30PeETvS+AeD1f58i1OVyoDlVYQhap/K20ZrMjLmmzmC2AYR/G43D4sdJAaDAqCD3MYpSWbmrz3kES158QSLjw==
|
|
|
|
@@ -774,14 +887,14 @@
|
|
|
|
babel-plugin-polyfill-regenerator "^0.2.2"
|
|
|
|
babel-plugin-polyfill-regenerator "^0.2.2"
|
|
|
|
semver "^6.3.0"
|
|
|
|
semver "^6.3.0"
|
|
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-transform-shorthand-properties@^7.14.5":
|
|
|
|
"@babel/plugin-transform-shorthand-properties@^7.0.0", "@babel/plugin-transform-shorthand-properties@^7.14.5":
|
|
|
|
version "7.14.5"
|
|
|
|
version "7.14.5"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.14.5.tgz#97f13855f1409338d8cadcbaca670ad79e091a58"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.14.5.tgz#97f13855f1409338d8cadcbaca670ad79e091a58"
|
|
|
|
integrity sha512-xLucks6T1VmGsTB+GWK5Pl9Jl5+nRXD1uoFdA5TSO6xtiNjtXTjKkmPdFXVLGlK5A2/or/wQMKfmQ2Y0XJfn5g==
|
|
|
|
integrity sha512-xLucks6T1VmGsTB+GWK5Pl9Jl5+nRXD1uoFdA5TSO6xtiNjtXTjKkmPdFXVLGlK5A2/or/wQMKfmQ2Y0XJfn5g==
|
|
|
|
dependencies:
|
|
|
|
dependencies:
|
|
|
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
|
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-transform-spread@^7.14.6":
|
|
|
|
"@babel/plugin-transform-spread@^7.0.0", "@babel/plugin-transform-spread@^7.14.6":
|
|
|
|
version "7.14.6"
|
|
|
|
version "7.14.6"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.14.6.tgz#6bd40e57fe7de94aa904851963b5616652f73144"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.14.6.tgz#6bd40e57fe7de94aa904851963b5616652f73144"
|
|
|
|
integrity sha512-Zr0x0YroFJku7n7+/HH3A2eIrGMjbmAIbJSVv0IZ+t3U2WUQUA64S/oeied2e+MaGSjmt4alzBCsK9E8gh+fag==
|
|
|
|
integrity sha512-Zr0x0YroFJku7n7+/HH3A2eIrGMjbmAIbJSVv0IZ+t3U2WUQUA64S/oeied2e+MaGSjmt4alzBCsK9E8gh+fag==
|
|
|
|
@@ -796,7 +909,7 @@
|
|
|
|
dependencies:
|
|
|
|
dependencies:
|
|
|
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
|
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
|
|
|
|
|
|
|
|
|
|
"@babel/plugin-transform-template-literals@^7.14.5":
|
|
|
|
"@babel/plugin-transform-template-literals@^7.0.0", "@babel/plugin-transform-template-literals@^7.14.5":
|
|
|
|
version "7.14.5"
|
|
|
|
version "7.14.5"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.14.5.tgz#a5f2bc233937d8453885dc736bdd8d9ffabf3d93"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.14.5.tgz#a5f2bc233937d8453885dc736bdd8d9ffabf3d93"
|
|
|
|
integrity sha512-22btZeURqiepOfuy/VkFr+zStqlujWaarpMErvay7goJS6BWwdd6BY9zQyDLDa4x2S3VugxFb162IZ4m/S/+Gg==
|
|
|
|
integrity sha512-22btZeURqiepOfuy/VkFr+zStqlujWaarpMErvay7goJS6BWwdd6BY9zQyDLDa4x2S3VugxFb162IZ4m/S/+Gg==
|
|
|
|
@@ -953,7 +1066,7 @@
|
|
|
|
core-js-pure "^3.16.0"
|
|
|
|
core-js-pure "^3.16.0"
|
|
|
|
regenerator-runtime "^0.13.4"
|
|
|
|
regenerator-runtime "^0.13.4"
|
|
|
|
|
|
|
|
|
|
|
|
"@babel/runtime@^7.1.2", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.14.0", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4":
|
|
|
|
"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.5", "@babel/runtime@^7.14.0", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4":
|
|
|
|
version "7.14.8"
|
|
|
|
version "7.14.8"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.8.tgz#7119a56f421018852694290b9f9148097391b446"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.8.tgz#7119a56f421018852694290b9f9148097391b446"
|
|
|
|
integrity sha512-twj3L8Og5SaCRCErB4x4ajbvBIVV77CGeFglHpeg5WC5FF8TZzBWXtTJ4MqaD9QszLYTtr+IsaAL2rEUevb+eg==
|
|
|
|
integrity sha512-twj3L8Og5SaCRCErB4x4ajbvBIVV77CGeFglHpeg5WC5FF8TZzBWXtTJ4MqaD9QszLYTtr+IsaAL2rEUevb+eg==
|
|
|
|
@@ -969,6 +1082,21 @@
|
|
|
|
"@babel/parser" "^7.14.5"
|
|
|
|
"@babel/parser" "^7.14.5"
|
|
|
|
"@babel/types" "^7.14.5"
|
|
|
|
"@babel/types" "^7.14.5"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"@babel/traverse@^7.0.0", "@babel/traverse@^7.15.0":
|
|
|
|
|
|
|
|
version "7.15.0"
|
|
|
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.0.tgz#4cca838fd1b2a03283c1f38e141f639d60b3fc98"
|
|
|
|
|
|
|
|
integrity sha512-392d8BN0C9eVxVWd8H6x9WfipgVH5IaIoLp23334Sc1vbKKWINnvwRpb4us0xtPaCumlwbTtIYNA0Dv/32sVFw==
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
|
|
|
|
"@babel/code-frame" "^7.14.5"
|
|
|
|
|
|
|
|
"@babel/generator" "^7.15.0"
|
|
|
|
|
|
|
|
"@babel/helper-function-name" "^7.14.5"
|
|
|
|
|
|
|
|
"@babel/helper-hoist-variables" "^7.14.5"
|
|
|
|
|
|
|
|
"@babel/helper-split-export-declaration" "^7.14.5"
|
|
|
|
|
|
|
|
"@babel/parser" "^7.15.0"
|
|
|
|
|
|
|
|
"@babel/types" "^7.15.0"
|
|
|
|
|
|
|
|
debug "^4.1.0"
|
|
|
|
|
|
|
|
globals "^11.1.0"
|
|
|
|
|
|
|
|
|
|
|
|
"@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.14.8":
|
|
|
|
"@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.14.8":
|
|
|
|
version "7.14.9"
|
|
|
|
version "7.14.9"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.9.tgz#016126b331210bf06fff29d52971eef8383e556f"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.9.tgz#016126b331210bf06fff29d52971eef8383e556f"
|
|
|
|
@@ -984,6 +1112,14 @@
|
|
|
|
debug "^4.1.0"
|
|
|
|
debug "^4.1.0"
|
|
|
|
globals "^11.1.0"
|
|
|
|
globals "^11.1.0"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"@babel/types@^7.0.0", "@babel/types@^7.15.0":
|
|
|
|
|
|
|
|
version "7.15.0"
|
|
|
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.0.tgz#61af11f2286c4e9c69ca8deb5f4375a73c72dcbd"
|
|
|
|
|
|
|
|
integrity sha512-OBvfqnllOIdX4ojTHpwZbpvz4j3EWyjkZEdmjH0/cgsd6QOdSgU8rLSk6ard/pcW7rlmjdVSX/AWOaORR1uNOQ==
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
|
|
|
|
"@babel/helper-validator-identifier" "^7.14.9"
|
|
|
|
|
|
|
|
to-fast-properties "^2.0.0"
|
|
|
|
|
|
|
|
|
|
|
|
"@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.14.9", "@babel/types@^7.4.4":
|
|
|
|
"@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.14.9", "@babel/types@^7.4.4":
|
|
|
|
version "7.14.9"
|
|
|
|
version "7.14.9"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.9.tgz#f2b19c3f2f77c5708d67fe8f6046e9cea2b5036d"
|
|
|
|
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.9.tgz#f2b19c3f2f77c5708d67fe8f6046e9cea2b5036d"
|
|
|
|
@@ -1173,6 +1309,14 @@
|
|
|
|
dependencies:
|
|
|
|
dependencies:
|
|
|
|
"@types/react" "*"
|
|
|
|
"@types/react" "*"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"@types/react-relay@^11.0.2":
|
|
|
|
|
|
|
|
version "11.0.2"
|
|
|
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@types/react-relay/-/react-relay-11.0.2.tgz#e66f7e62d07aab1ca3a7c2a258ad27540ff02879"
|
|
|
|
|
|
|
|
integrity sha512-g6lrdgvcjDKxUA4S3ZzZc/+Vtl5KOJPLgTTO2s20wKClV0Pws8OIkmuptMQkTucID4nozfrkVJo0D+xBff3Qmw==
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
|
|
|
|
"@types/react" "*"
|
|
|
|
|
|
|
|
"@types/relay-runtime" "*"
|
|
|
|
|
|
|
|
|
|
|
|
"@types/react-router-dom@^5.1.8":
|
|
|
|
"@types/react-router-dom@^5.1.8":
|
|
|
|
version "5.1.8"
|
|
|
|
version "5.1.8"
|
|
|
|
resolved "https://registry.yarnpkg.com/@types/react-router-dom/-/react-router-dom-5.1.8.tgz#bf3e1c8149b3d62eaa206d58599de82df0241192"
|
|
|
|
resolved "https://registry.yarnpkg.com/@types/react-router-dom/-/react-router-dom-5.1.8.tgz#bf3e1c8149b3d62eaa206d58599de82df0241192"
|
|
|
|
@@ -1199,6 +1343,11 @@
|
|
|
|
"@types/scheduler" "*"
|
|
|
|
"@types/scheduler" "*"
|
|
|
|
csstype "^3.0.2"
|
|
|
|
csstype "^3.0.2"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"@types/relay-runtime@*":
|
|
|
|
|
|
|
|
version "11.0.2"
|
|
|
|
|
|
|
|
resolved "https://registry.yarnpkg.com/@types/relay-runtime/-/relay-runtime-11.0.2.tgz#3e7a1371c13ee731288c751a53e7392c6afff2b5"
|
|
|
|
|
|
|
|
integrity sha512-GDw27MCYF45medCb0Ug08EPJVHA/K0yNKZ4N4LOGMaclUnLmzZJz9w6ja6pZMhBT84PQ9wsPZbHRPyXl57Am1Q==
|
|
|
|
|
|
|
|
|
|
|
|
"@types/scheduler@*":
|
|
|
|
"@types/scheduler@*":
|
|
|
|
version "0.16.2"
|
|
|
|
version "0.16.2"
|
|
|
|
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.2.tgz#1a62f89525723dde24ba1b01b092bf5df8ad4d39"
|
|
|
|
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.2.tgz#1a62f89525723dde24ba1b01b092bf5df8ad4d39"
|
|
|
|
@@ -1675,6 +1824,11 @@ array.prototype.flatmap@^1.2.4:
|
|
|
|
es-abstract "^1.18.0-next.1"
|
|
|
|
es-abstract "^1.18.0-next.1"
|
|
|
|
function-bind "^1.1.1"
|
|
|
|
function-bind "^1.1.1"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
asap@~2.0.3:
|
|
|
|
|
|
|
|
version "2.0.6"
|
|
|
|
|
|
|
|
resolved "https://registry.yarnpkg.com/asap/-/asap-2.0.6.tgz#e50347611d7e690943208bbdafebcbc2fb866d46"
|
|
|
|
|
|
|
|
integrity sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=
|
|
|
|
|
|
|
|
|
|
|
|
asn1.js@^5.2.0:
|
|
|
|
asn1.js@^5.2.0:
|
|
|
|
version "5.4.1"
|
|
|
|
version "5.4.1"
|
|
|
|
resolved "https://registry.yarnpkg.com/asn1.js/-/asn1.js-5.4.1.tgz#11a980b84ebb91781ce35b0fdc2ee294e3783f07"
|
|
|
|
resolved "https://registry.yarnpkg.com/asn1.js/-/asn1.js-5.4.1.tgz#11a980b84ebb91781ce35b0fdc2ee294e3783f07"
|
|
|
|
@@ -1770,7 +1924,7 @@ babel-plugin-dynamic-import-node@^2.3.3:
|
|
|
|
dependencies:
|
|
|
|
dependencies:
|
|
|
|
object.assign "^4.1.0"
|
|
|
|
object.assign "^4.1.0"
|
|
|
|
|
|
|
|
|
|
|
|
babel-plugin-macros@^2.8.0:
|
|
|
|
babel-plugin-macros@^2.0.0, babel-plugin-macros@^2.8.0:
|
|
|
|
version "2.8.0"
|
|
|
|
version "2.8.0"
|
|
|
|
resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-2.8.0.tgz#0f958a7cc6556b1e65344465d99111a1e5e10138"
|
|
|
|
resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-2.8.0.tgz#0f958a7cc6556b1e65344465d99111a1e5e10138"
|
|
|
|
integrity sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg==
|
|
|
|
integrity sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg==
|
|
|
|
@@ -1779,6 +1933,15 @@ babel-plugin-macros@^2.8.0:
|
|
|
|
cosmiconfig "^6.0.0"
|
|
|
|
cosmiconfig "^6.0.0"
|
|
|
|
resolve "^1.12.0"
|
|
|
|
resolve "^1.12.0"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
babel-plugin-macros@^3.1.0:
|
|
|
|
|
|
|
|
version "3.1.0"
|
|
|
|
|
|
|
|
resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz#9ef6dc74deb934b4db344dc973ee851d148c50c1"
|
|
|
|
|
|
|
|
integrity sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
|
|
|
|
"@babel/runtime" "^7.12.5"
|
|
|
|
|
|
|
|
cosmiconfig "^7.0.0"
|
|
|
|
|
|
|
|
resolve "^1.19.0"
|
|
|
|
|
|
|
|
|
|
|
|
babel-plugin-polyfill-corejs2@^0.2.2:
|
|
|
|
babel-plugin-polyfill-corejs2@^0.2.2:
|
|
|
|
version "0.2.2"
|
|
|
|
version "0.2.2"
|
|
|
|
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.2.2.tgz#e9124785e6fd94f94b618a7954e5693053bf5327"
|
|
|
|
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.2.2.tgz#e9124785e6fd94f94b618a7954e5693053bf5327"
|
|
|
|
@@ -1803,6 +1966,51 @@ babel-plugin-polyfill-regenerator@^0.2.2:
|
|
|
|
dependencies:
|
|
|
|
dependencies:
|
|
|
|
"@babel/helper-define-polyfill-provider" "^0.2.2"
|
|
|
|
"@babel/helper-define-polyfill-provider" "^0.2.2"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
babel-plugin-relay@^11.0.2:
|
|
|
|
|
|
|
|
version "11.0.2"
|
|
|
|
|
|
|
|
resolved "https://registry.yarnpkg.com/babel-plugin-relay/-/babel-plugin-relay-11.0.2.tgz#9ef5903226b12767114e12536c28566bddfe3aad"
|
|
|
|
|
|
|
|
integrity sha512-aUvTq/2wTSP43QMPbzLKXA5UTh8le1iXwZMH8Pi7rPnWzSLCaWfX6Jhy1gPVG2ADj2zjTciUsiGlOFoI3rP0Zw==
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
|
|
|
|
babel-plugin-macros "^2.0.0"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
babel-plugin-syntax-trailing-function-commas@^7.0.0-beta.0:
|
|
|
|
|
|
|
|
version "7.0.0-beta.0"
|
|
|
|
|
|
|
|
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-7.0.0-beta.0.tgz#aa213c1435e2bffeb6fca842287ef534ad05d5cf"
|
|
|
|
|
|
|
|
integrity sha512-Xj9XuRuz3nTSbaTXWv3itLOcxyF4oPD8douBBmj7U9BBC6nEBYfyOJYQMf/8PJAFotC62UY5dFfIGEPr7WswzQ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
babel-preset-fbjs@^3.3.0:
|
|
|
|
|
|
|
|
version "3.4.0"
|
|
|
|
|
|
|
|
resolved "https://registry.yarnpkg.com/babel-preset-fbjs/-/babel-preset-fbjs-3.4.0.tgz#38a14e5a7a3b285a3f3a86552d650dca5cf6111c"
|
|
|
|
|
|
|
|
integrity sha512-9ywCsCvo1ojrw0b+XYk7aFvTH6D9064t0RIL1rtMf3nsa02Xw41MS7sZw216Im35xj/UY0PDBQsa1brUDDF1Ow==
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
|
|
|
|
"@babel/plugin-proposal-class-properties" "^7.0.0"
|
|
|
|
|
|
|
|
"@babel/plugin-proposal-object-rest-spread" "^7.0.0"
|
|
|
|
|
|
|
|
"@babel/plugin-syntax-class-properties" "^7.0.0"
|
|
|
|
|
|
|
|
"@babel/plugin-syntax-flow" "^7.0.0"
|
|
|
|
|
|
|
|
"@babel/plugin-syntax-jsx" "^7.0.0"
|
|
|
|
|
|
|
|
"@babel/plugin-syntax-object-rest-spread" "^7.0.0"
|
|
|
|
|
|
|
|
"@babel/plugin-transform-arrow-functions" "^7.0.0"
|
|
|
|
|
|
|
|
"@babel/plugin-transform-block-scoped-functions" "^7.0.0"
|
|
|
|
|
|
|
|
"@babel/plugin-transform-block-scoping" "^7.0.0"
|
|
|
|
|
|
|
|
"@babel/plugin-transform-classes" "^7.0.0"
|
|
|
|
|
|
|
|
"@babel/plugin-transform-computed-properties" "^7.0.0"
|
|
|
|
|
|
|
|
"@babel/plugin-transform-destructuring" "^7.0.0"
|
|
|
|
|
|
|
|
"@babel/plugin-transform-flow-strip-types" "^7.0.0"
|
|
|
|
|
|
|
|
"@babel/plugin-transform-for-of" "^7.0.0"
|
|
|
|
|
|
|
|
"@babel/plugin-transform-function-name" "^7.0.0"
|
|
|
|
|
|
|
|
"@babel/plugin-transform-literals" "^7.0.0"
|
|
|
|
|
|
|
|
"@babel/plugin-transform-member-expression-literals" "^7.0.0"
|
|
|
|
|
|
|
|
"@babel/plugin-transform-modules-commonjs" "^7.0.0"
|
|
|
|
|
|
|
|
"@babel/plugin-transform-object-super" "^7.0.0"
|
|
|
|
|
|
|
|
"@babel/plugin-transform-parameters" "^7.0.0"
|
|
|
|
|
|
|
|
"@babel/plugin-transform-property-literals" "^7.0.0"
|
|
|
|
|
|
|
|
"@babel/plugin-transform-react-display-name" "^7.0.0"
|
|
|
|
|
|
|
|
"@babel/plugin-transform-react-jsx" "^7.0.0"
|
|
|
|
|
|
|
|
"@babel/plugin-transform-shorthand-properties" "^7.0.0"
|
|
|
|
|
|
|
|
"@babel/plugin-transform-spread" "^7.0.0"
|
|
|
|
|
|
|
|
"@babel/plugin-transform-template-literals" "^7.0.0"
|
|
|
|
|
|
|
|
babel-plugin-syntax-trailing-function-commas "^7.0.0-beta.0"
|
|
|
|
|
|
|
|
|
|
|
|
balanced-match@^1.0.0:
|
|
|
|
balanced-match@^1.0.0:
|
|
|
|
version "1.0.2"
|
|
|
|
version "1.0.2"
|
|
|
|
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
|
|
|
|
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
|
|
|
|
@@ -2016,6 +2224,13 @@ browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.16.6, browserslist@^4
|
|
|
|
escalade "^3.1.1"
|
|
|
|
escalade "^3.1.1"
|
|
|
|
node-releases "^1.1.73"
|
|
|
|
node-releases "^1.1.73"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
bser@2.1.1:
|
|
|
|
|
|
|
|
version "2.1.1"
|
|
|
|
|
|
|
|
resolved "https://registry.yarnpkg.com/bser/-/bser-2.1.1.tgz#e6787da20ece9d07998533cfd9de6f5c38f4bc05"
|
|
|
|
|
|
|
|
integrity sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
|
|
|
|
node-int64 "^0.4.0"
|
|
|
|
|
|
|
|
|
|
|
|
buffer-from@^1.0.0:
|
|
|
|
buffer-from@^1.0.0:
|
|
|
|
version "1.1.2"
|
|
|
|
version "1.1.2"
|
|
|
|
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5"
|
|
|
|
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5"
|
|
|
|
@@ -2279,6 +2494,15 @@ cliui@^5.0.0:
|
|
|
|
strip-ansi "^5.2.0"
|
|
|
|
strip-ansi "^5.2.0"
|
|
|
|
wrap-ansi "^5.1.0"
|
|
|
|
wrap-ansi "^5.1.0"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cliui@^6.0.0:
|
|
|
|
|
|
|
|
version "6.0.0"
|
|
|
|
|
|
|
|
resolved "https://registry.yarnpkg.com/cliui/-/cliui-6.0.0.tgz#511d702c0c4e41ca156d7d0e96021f23e13225b1"
|
|
|
|
|
|
|
|
integrity sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
|
|
|
|
string-width "^4.2.0"
|
|
|
|
|
|
|
|
strip-ansi "^6.0.0"
|
|
|
|
|
|
|
|
wrap-ansi "^6.2.0"
|
|
|
|
|
|
|
|
|
|
|
|
coa@^2.0.2:
|
|
|
|
coa@^2.0.2:
|
|
|
|
version "2.0.2"
|
|
|
|
version "2.0.2"
|
|
|
|
resolved "https://registry.yarnpkg.com/coa/-/coa-2.0.2.tgz#43f6c21151b4ef2bf57187db0d73de229e3e7ec3"
|
|
|
|
resolved "https://registry.yarnpkg.com/coa/-/coa-2.0.2.tgz#43f6c21151b4ef2bf57187db0d73de229e3e7ec3"
|
|
|
|
@@ -2559,6 +2783,13 @@ create-hmac@^1.1.0, create-hmac@^1.1.4, create-hmac@^1.1.7:
|
|
|
|
safe-buffer "^5.0.1"
|
|
|
|
safe-buffer "^5.0.1"
|
|
|
|
sha.js "^2.4.8"
|
|
|
|
sha.js "^2.4.8"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cross-fetch@^3.0.4:
|
|
|
|
|
|
|
|
version "3.1.4"
|
|
|
|
|
|
|
|
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.4.tgz#9723f3a3a247bf8b89039f3a380a9244e8fa2f39"
|
|
|
|
|
|
|
|
integrity sha512-1eAtFWdIubi6T4XPy6ei9iUFoKpUkIF971QLN8lIvvvwueI65+Nw5haMNKUwfJxabqlIIDODJKGrQ66gxC0PbQ==
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
|
|
|
|
node-fetch "2.6.1"
|
|
|
|
|
|
|
|
|
|
|
|
cross-spawn@^6.0.0, cross-spawn@^6.0.5:
|
|
|
|
cross-spawn@^6.0.0, cross-spawn@^6.0.5:
|
|
|
|
version "6.0.5"
|
|
|
|
version "6.0.5"
|
|
|
|
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
|
|
|
|
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
|
|
|
|
@@ -3671,6 +3902,31 @@ faye-websocket@^0.11.3:
|
|
|
|
dependencies:
|
|
|
|
dependencies:
|
|
|
|
websocket-driver ">=0.5.1"
|
|
|
|
websocket-driver ">=0.5.1"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fb-watchman@^2.0.0:
|
|
|
|
|
|
|
|
version "2.0.1"
|
|
|
|
|
|
|
|
resolved "https://registry.yarnpkg.com/fb-watchman/-/fb-watchman-2.0.1.tgz#fc84fb39d2709cf3ff6d743706157bb5708a8a85"
|
|
|
|
|
|
|
|
integrity sha512-DkPJKQeY6kKwmuMretBhr7G6Vodr7bFwDYTXIkfG1gjvNpaxBTQV3PbXg6bR1c1UP4jPOX0jHUbbHANL9vRjVg==
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
|
|
|
|
bser "2.1.1"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fbjs-css-vars@^1.0.0:
|
|
|
|
|
|
|
|
version "1.0.2"
|
|
|
|
|
|
|
|
resolved "https://registry.yarnpkg.com/fbjs-css-vars/-/fbjs-css-vars-1.0.2.tgz#216551136ae02fe255932c3ec8775f18e2c078b8"
|
|
|
|
|
|
|
|
integrity sha512-b2XGFAFdWZWg0phtAWLHCk836A1Xann+I+Dgd3Gk64MHKZO44FfoD1KxyvbSh0qZsIoXQGGlVztIY+oitJPpRQ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fbjs@^3.0.0:
|
|
|
|
|
|
|
|
version "3.0.0"
|
|
|
|
|
|
|
|
resolved "https://registry.yarnpkg.com/fbjs/-/fbjs-3.0.0.tgz#0907067fb3f57a78f45d95f1eacffcacd623c165"
|
|
|
|
|
|
|
|
integrity sha512-dJd4PiDOFuhe7vk4F80Mba83Vr2QuK86FoxtgPmzBqEJahncp+13YCmfoa53KHCo6OnlXLG7eeMWPfB5CrpVKg==
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
|
|
|
|
cross-fetch "^3.0.4"
|
|
|
|
|
|
|
|
fbjs-css-vars "^1.0.0"
|
|
|
|
|
|
|
|
loose-envify "^1.0.0"
|
|
|
|
|
|
|
|
object-assign "^4.1.0"
|
|
|
|
|
|
|
|
promise "^7.1.1"
|
|
|
|
|
|
|
|
setimmediate "^1.0.5"
|
|
|
|
|
|
|
|
ua-parser-js "^0.7.18"
|
|
|
|
|
|
|
|
|
|
|
|
figgy-pudding@^3.5.1:
|
|
|
|
figgy-pudding@^3.5.1:
|
|
|
|
version "3.5.2"
|
|
|
|
version "3.5.2"
|
|
|
|
resolved "https://registry.yarnpkg.com/figgy-pudding/-/figgy-pudding-3.5.2.tgz#b4eee8148abb01dcf1d1ac34367d59e12fa61d6e"
|
|
|
|
resolved "https://registry.yarnpkg.com/figgy-pudding/-/figgy-pudding-3.5.2.tgz#b4eee8148abb01dcf1d1ac34367d59e12fa61d6e"
|
|
|
|
@@ -3758,7 +4014,7 @@ find-up@^3.0.0:
|
|
|
|
dependencies:
|
|
|
|
dependencies:
|
|
|
|
locate-path "^3.0.0"
|
|
|
|
locate-path "^3.0.0"
|
|
|
|
|
|
|
|
|
|
|
|
find-up@^4.0.0:
|
|
|
|
find-up@^4.0.0, find-up@^4.1.0:
|
|
|
|
version "4.1.0"
|
|
|
|
version "4.1.0"
|
|
|
|
resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19"
|
|
|
|
resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19"
|
|
|
|
integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==
|
|
|
|
integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==
|
|
|
|
@@ -3944,7 +4200,7 @@ glob-parent@^6.0.0:
|
|
|
|
dependencies:
|
|
|
|
dependencies:
|
|
|
|
is-glob "^4.0.1"
|
|
|
|
is-glob "^4.0.1"
|
|
|
|
|
|
|
|
|
|
|
|
glob@^7.0.0, glob@^7.0.3, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.7:
|
|
|
|
glob@^7.0.0, glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.7:
|
|
|
|
version "7.1.7"
|
|
|
|
version "7.1.7"
|
|
|
|
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90"
|
|
|
|
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90"
|
|
|
|
integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==
|
|
|
|
integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==
|
|
|
|
@@ -4032,6 +4288,11 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6
|
|
|
|
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.6.tgz#ff040b2b0853b23c3d31027523706f1885d76bee"
|
|
|
|
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.6.tgz#ff040b2b0853b23c3d31027523706f1885d76bee"
|
|
|
|
integrity sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ==
|
|
|
|
integrity sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
graphql@^15.5.1:
|
|
|
|
|
|
|
|
version "15.5.1"
|
|
|
|
|
|
|
|
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.5.1.tgz#f2f84415d8985e7b84731e7f3536f8bb9d383aad"
|
|
|
|
|
|
|
|
integrity sha512-FeTRX67T3LoE3LWAxxOlW2K3Bz+rMYAC18rRguK4wgXaTZMiJwSUwDmPFo3UadAKbzirKIg5Qy+sNJXbpPRnQw==
|
|
|
|
|
|
|
|
|
|
|
|
handle-thing@^2.0.0:
|
|
|
|
handle-thing@^2.0.0:
|
|
|
|
version "2.0.1"
|
|
|
|
version "2.0.1"
|
|
|
|
resolved "https://registry.yarnpkg.com/handle-thing/-/handle-thing-2.0.1.tgz#857f79ce359580c340d43081cc648970d0bb234e"
|
|
|
|
resolved "https://registry.yarnpkg.com/handle-thing/-/handle-thing-2.0.1.tgz#857f79ce359580c340d43081cc648970d0bb234e"
|
|
|
|
@@ -4287,6 +4548,16 @@ ignore@^5.1.1, ignore@^5.1.4:
|
|
|
|
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
|
|
|
|
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
|
|
|
|
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
|
|
|
|
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
immutable@^4.0.0-rc.12:
|
|
|
|
|
|
|
|
version "4.0.0-rc.14"
|
|
|
|
|
|
|
|
resolved "https://registry.yarnpkg.com/immutable/-/immutable-4.0.0-rc.14.tgz#29ba96631ec10867d1348515ac4e6bdba462f071"
|
|
|
|
|
|
|
|
integrity sha512-pfkvmRKJSoW7JFx0QeYlAmT+kNYvn5j0u7bnpNq4N2RCvHSTlLT208G8jgaquNe+Q8kCPHKOSpxJkyvLDpYq0w==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
immutable@~3.7.6:
|
|
|
|
|
|
|
|
version "3.7.6"
|
|
|
|
|
|
|
|
resolved "https://registry.yarnpkg.com/immutable/-/immutable-3.7.6.tgz#13b4d3cb12befa15482a26fe1b2ebae640071e4b"
|
|
|
|
|
|
|
|
integrity sha1-E7TTyxK++hVIKib+Gy665kAHHks=
|
|
|
|
|
|
|
|
|
|
|
|
import-cwd@^2.0.0:
|
|
|
|
import-cwd@^2.0.0:
|
|
|
|
version "2.1.0"
|
|
|
|
version "2.1.0"
|
|
|
|
resolved "https://registry.yarnpkg.com/import-cwd/-/import-cwd-2.1.0.tgz#aa6cf36e722761285cb371ec6519f53e2435b0a9"
|
|
|
|
resolved "https://registry.yarnpkg.com/import-cwd/-/import-cwd-2.1.0.tgz#aa6cf36e722761285cb371ec6519f53e2435b0a9"
|
|
|
|
@@ -4409,6 +4680,13 @@ interpret@^1.4.0:
|
|
|
|
resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.4.0.tgz#665ab8bc4da27a774a40584e812e3e0fa45b1a1e"
|
|
|
|
resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.4.0.tgz#665ab8bc4da27a774a40584e812e3e0fa45b1a1e"
|
|
|
|
integrity sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==
|
|
|
|
integrity sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
invariant@^2.2.4:
|
|
|
|
|
|
|
|
version "2.2.4"
|
|
|
|
|
|
|
|
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6"
|
|
|
|
|
|
|
|
integrity sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
|
|
|
|
loose-envify "^1.0.0"
|
|
|
|
|
|
|
|
|
|
|
|
ip-regex@^2.1.0:
|
|
|
|
ip-regex@^2.1.0:
|
|
|
|
version "2.1.0"
|
|
|
|
version "2.1.0"
|
|
|
|
resolved "https://registry.yarnpkg.com/ip-regex/-/ip-regex-2.1.0.tgz#fa78bf5d2e6913c911ce9f819ee5146bb6d844e9"
|
|
|
|
resolved "https://registry.yarnpkg.com/ip-regex/-/ip-regex-2.1.0.tgz#fa78bf5d2e6913c911ce9f819ee5146bb6d844e9"
|
|
|
|
@@ -5009,7 +5287,7 @@ loglevel@^1.6.8:
|
|
|
|
resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.7.1.tgz#005fde2f5e6e47068f935ff28573e125ef72f197"
|
|
|
|
resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.7.1.tgz#005fde2f5e6e47068f935ff28573e125ef72f197"
|
|
|
|
integrity sha512-Hesni4s5UkWkwCGJMQGAh71PaLUmKFM60dHvq0zi/vDhhrzuk+4GgNbTXJ12YYQJn6ZKBDNIjYcuQGKudvqrIw==
|
|
|
|
integrity sha512-Hesni4s5UkWkwCGJMQGAh71PaLUmKFM60dHvq0zi/vDhhrzuk+4GgNbTXJ12YYQJn6ZKBDNIjYcuQGKudvqrIw==
|
|
|
|
|
|
|
|
|
|
|
|
loose-envify@^1.1.0, loose-envify@^1.2.0, loose-envify@^1.3.1, loose-envify@^1.4.0:
|
|
|
|
loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.2.0, loose-envify@^1.3.1, loose-envify@^1.4.0:
|
|
|
|
version "1.4.0"
|
|
|
|
version "1.4.0"
|
|
|
|
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
|
|
|
|
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
|
|
|
|
integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
|
|
|
|
integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
|
|
|
|
@@ -5390,11 +5668,21 @@ node-emoji@^1.8.1:
|
|
|
|
dependencies:
|
|
|
|
dependencies:
|
|
|
|
lodash.toarray "^4.4.0"
|
|
|
|
lodash.toarray "^4.4.0"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
node-fetch@2.6.1:
|
|
|
|
|
|
|
|
version "2.6.1"
|
|
|
|
|
|
|
|
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
|
|
|
|
|
|
|
|
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
|
|
|
|
|
|
|
|
|
|
|
|
node-forge@^0.10.0:
|
|
|
|
node-forge@^0.10.0:
|
|
|
|
version "0.10.0"
|
|
|
|
version "0.10.0"
|
|
|
|
resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.10.0.tgz#32dea2afb3e9926f02ee5ce8794902691a676bf3"
|
|
|
|
resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.10.0.tgz#32dea2afb3e9926f02ee5ce8794902691a676bf3"
|
|
|
|
integrity sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA==
|
|
|
|
integrity sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
node-int64@^0.4.0:
|
|
|
|
|
|
|
|
version "0.4.0"
|
|
|
|
|
|
|
|
resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b"
|
|
|
|
|
|
|
|
integrity sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs=
|
|
|
|
|
|
|
|
|
|
|
|
node-libs-browser@^2.2.1:
|
|
|
|
node-libs-browser@^2.2.1:
|
|
|
|
version "2.2.1"
|
|
|
|
version "2.2.1"
|
|
|
|
resolved "https://registry.yarnpkg.com/node-libs-browser/-/node-libs-browser-2.2.1.tgz#b64f513d18338625f90346d27b0d235e631f6425"
|
|
|
|
resolved "https://registry.yarnpkg.com/node-libs-browser/-/node-libs-browser-2.2.1.tgz#b64f513d18338625f90346d27b0d235e631f6425"
|
|
|
|
@@ -5485,6 +5773,11 @@ nth-check@^1.0.2:
|
|
|
|
dependencies:
|
|
|
|
dependencies:
|
|
|
|
boolbase "~1.0.0"
|
|
|
|
boolbase "~1.0.0"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
nullthrows@^1.1.1:
|
|
|
|
|
|
|
|
version "1.1.1"
|
|
|
|
|
|
|
|
resolved "https://registry.yarnpkg.com/nullthrows/-/nullthrows-1.1.1.tgz#7818258843856ae971eae4208ad7d7eb19a431b1"
|
|
|
|
|
|
|
|
integrity sha512-2vPPEi+Z7WqML2jZYddDIfy5Dqb0r2fze2zTxNNknZaFpVHU3mFB3R+DWeJWGVx0ecvttSGlJTI+WG+8Z4cDWw==
|
|
|
|
|
|
|
|
|
|
|
|
num2fraction@^1.2.2:
|
|
|
|
num2fraction@^1.2.2:
|
|
|
|
version "1.2.2"
|
|
|
|
version "1.2.2"
|
|
|
|
resolved "https://registry.yarnpkg.com/num2fraction/-/num2fraction-1.2.2.tgz#6f682b6a027a4e9ddfa4564cd2589d1d4e669ede"
|
|
|
|
resolved "https://registry.yarnpkg.com/num2fraction/-/num2fraction-1.2.2.tgz#6f682b6a027a4e9ddfa4564cd2589d1d4e669ede"
|
|
|
|
@@ -6704,6 +6997,13 @@ promise-polyfill@^8.2.0:
|
|
|
|
resolved "https://registry.yarnpkg.com/promise-polyfill/-/promise-polyfill-8.2.0.tgz#367394726da7561457aba2133c9ceefbd6267da0"
|
|
|
|
resolved "https://registry.yarnpkg.com/promise-polyfill/-/promise-polyfill-8.2.0.tgz#367394726da7561457aba2133c9ceefbd6267da0"
|
|
|
|
integrity sha512-k/TC0mIcPVF6yHhUvwAp7cvL6I2fFV7TzF1DuGPI8mBh4QQazf36xCKEHKTZKRysEoTQoQdKyP25J8MPJp7j5g==
|
|
|
|
integrity sha512-k/TC0mIcPVF6yHhUvwAp7cvL6I2fFV7TzF1DuGPI8mBh4QQazf36xCKEHKTZKRysEoTQoQdKyP25J8MPJp7j5g==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
promise@^7.1.1:
|
|
|
|
|
|
|
|
version "7.3.1"
|
|
|
|
|
|
|
|
resolved "https://registry.yarnpkg.com/promise/-/promise-7.3.1.tgz#064b72602b18f90f29192b8b1bc418ffd1ebd3bf"
|
|
|
|
|
|
|
|
integrity sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
|
|
|
|
asap "~2.0.3"
|
|
|
|
|
|
|
|
|
|
|
|
prop-types@^15.6.2, prop-types@^15.7.2:
|
|
|
|
prop-types@^15.6.2, prop-types@^15.7.2:
|
|
|
|
version "15.7.2"
|
|
|
|
version "15.7.2"
|
|
|
|
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
|
|
|
|
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
|
|
|
|
@@ -6880,6 +7180,17 @@ react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.1:
|
|
|
|
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
|
|
|
|
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
|
|
|
|
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
|
|
|
|
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
react-relay@^11.0.2:
|
|
|
|
|
|
|
|
version "11.0.2"
|
|
|
|
|
|
|
|
resolved "https://registry.yarnpkg.com/react-relay/-/react-relay-11.0.2.tgz#5f77e30e0d592f19c641e5dcc42f5d828bd16da5"
|
|
|
|
|
|
|
|
integrity sha512-RxtLBl8nxbaP26RcNDtKMrUBuJB5kFCCI4aZxnZByoncgovDgtewAsMiwcI8aDA8FjmXWRAtAAckh8DkMsMp7Q==
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
|
|
|
|
"@babel/runtime" "^7.0.0"
|
|
|
|
|
|
|
|
fbjs "^3.0.0"
|
|
|
|
|
|
|
|
invariant "^2.2.4"
|
|
|
|
|
|
|
|
nullthrows "^1.1.1"
|
|
|
|
|
|
|
|
relay-runtime "11.0.2"
|
|
|
|
|
|
|
|
|
|
|
|
react-router-dom@^5.2.0:
|
|
|
|
react-router-dom@^5.2.0:
|
|
|
|
version "5.2.0"
|
|
|
|
version "5.2.0"
|
|
|
|
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-5.2.0.tgz#9e65a4d0c45e13289e66c7b17c7e175d0ea15662"
|
|
|
|
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-5.2.0.tgz#9e65a4d0c45e13289e66c7b17c7e175d0ea15662"
|
|
|
|
@@ -6999,7 +7310,7 @@ regenerate@^1.4.0:
|
|
|
|
resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.2.tgz#b9346d8827e8f5a32f7ba29637d398b69014848a"
|
|
|
|
resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.2.tgz#b9346d8827e8f5a32f7ba29637d398b69014848a"
|
|
|
|
integrity sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==
|
|
|
|
integrity sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==
|
|
|
|
|
|
|
|
|
|
|
|
regenerator-runtime@^0.13.4, regenerator-runtime@^0.13.7:
|
|
|
|
regenerator-runtime@^0.13.4, regenerator-runtime@^0.13.7, regenerator-runtime@^0.13.9:
|
|
|
|
version "0.13.9"
|
|
|
|
version "0.13.9"
|
|
|
|
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz#8925742a98ffd90814988d7566ad30ca3b263b52"
|
|
|
|
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz#8925742a98ffd90814988d7566ad30ca3b263b52"
|
|
|
|
integrity sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==
|
|
|
|
integrity sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==
|
|
|
|
@@ -7056,6 +7367,46 @@ regjsparser@^0.6.4:
|
|
|
|
dependencies:
|
|
|
|
dependencies:
|
|
|
|
jsesc "~0.5.0"
|
|
|
|
jsesc "~0.5.0"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
relay-compiler-language-typescript@^14.0.0:
|
|
|
|
|
|
|
|
version "14.0.0"
|
|
|
|
|
|
|
|
resolved "https://registry.yarnpkg.com/relay-compiler-language-typescript/-/relay-compiler-language-typescript-14.0.0.tgz#53a256d2da9656ded7bb43b465cde61c361027b5"
|
|
|
|
|
|
|
|
integrity sha512-/x9WvwTcO/wNxzRnegzWI0T5eggd0zI0/e6C08lQe4djtzzSlydTLM3Aa9P5piiZYrcrkVwD/Kbc90cifDtb2w==
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
|
|
|
|
immutable "^4.0.0-rc.12"
|
|
|
|
|
|
|
|
invariant "^2.2.4"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
relay-compiler@^11.0.2:
|
|
|
|
|
|
|
|
version "11.0.2"
|
|
|
|
|
|
|
|
resolved "https://registry.yarnpkg.com/relay-compiler/-/relay-compiler-11.0.2.tgz#e1e09a1c881d169a7a524ead728ad6a89c7bd4af"
|
|
|
|
|
|
|
|
integrity sha512-nDVAURT1YncxSiDOKa39OiERkAr0DUcPmlHlg+C8zD+EiDo2Sgczf2R6cDsN4UcDvucYtkLlDLFErPwgLs8WzA==
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
|
|
|
|
"@babel/core" "^7.0.0"
|
|
|
|
|
|
|
|
"@babel/generator" "^7.5.0"
|
|
|
|
|
|
|
|
"@babel/parser" "^7.0.0"
|
|
|
|
|
|
|
|
"@babel/runtime" "^7.0.0"
|
|
|
|
|
|
|
|
"@babel/traverse" "^7.0.0"
|
|
|
|
|
|
|
|
"@babel/types" "^7.0.0"
|
|
|
|
|
|
|
|
babel-preset-fbjs "^3.3.0"
|
|
|
|
|
|
|
|
chalk "^4.0.0"
|
|
|
|
|
|
|
|
fb-watchman "^2.0.0"
|
|
|
|
|
|
|
|
fbjs "^3.0.0"
|
|
|
|
|
|
|
|
glob "^7.1.1"
|
|
|
|
|
|
|
|
immutable "~3.7.6"
|
|
|
|
|
|
|
|
invariant "^2.2.4"
|
|
|
|
|
|
|
|
nullthrows "^1.1.1"
|
|
|
|
|
|
|
|
relay-runtime "11.0.2"
|
|
|
|
|
|
|
|
signedsource "^1.0.0"
|
|
|
|
|
|
|
|
yargs "^15.3.1"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
relay-runtime@11.0.2, relay-runtime@^11.0.2:
|
|
|
|
|
|
|
|
version "11.0.2"
|
|
|
|
|
|
|
|
resolved "https://registry.yarnpkg.com/relay-runtime/-/relay-runtime-11.0.2.tgz#c3650477d45665b9628b852b35f203e361ad55e8"
|
|
|
|
|
|
|
|
integrity sha512-xxZkIRnL8kNE1cxmwDXX8P+wSeWLR+0ACFyAiAhvfWWAyjXb+bhjJ2FSsRGlNYfkqaTNEuDqpnodQV1/fF7Idw==
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
|
|
|
|
"@babel/runtime" "^7.0.0"
|
|
|
|
|
|
|
|
fbjs "^3.0.0"
|
|
|
|
|
|
|
|
invariant "^2.2.4"
|
|
|
|
|
|
|
|
|
|
|
|
remove-trailing-separator@^1.0.1:
|
|
|
|
remove-trailing-separator@^1.0.1:
|
|
|
|
version "1.1.0"
|
|
|
|
version "1.1.0"
|
|
|
|
resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef"
|
|
|
|
resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef"
|
|
|
|
@@ -7131,7 +7482,7 @@ resolve-url@^0.2.1:
|
|
|
|
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
|
|
|
|
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
|
|
|
|
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
|
|
|
|
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
|
|
|
|
|
|
|
|
|
|
|
|
resolve@^1.1.7, resolve@^1.10.0, resolve@^1.10.1, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.14.2, resolve@^1.20.0:
|
|
|
|
resolve@^1.1.7, resolve@^1.10.0, resolve@^1.10.1, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.14.2, resolve@^1.19.0, resolve@^1.20.0:
|
|
|
|
version "1.20.0"
|
|
|
|
version "1.20.0"
|
|
|
|
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975"
|
|
|
|
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975"
|
|
|
|
integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==
|
|
|
|
integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==
|
|
|
|
@@ -7393,7 +7744,7 @@ set-value@^2.0.0, set-value@^2.0.1:
|
|
|
|
is-plain-object "^2.0.3"
|
|
|
|
is-plain-object "^2.0.3"
|
|
|
|
split-string "^3.0.1"
|
|
|
|
split-string "^3.0.1"
|
|
|
|
|
|
|
|
|
|
|
|
setimmediate@^1.0.4:
|
|
|
|
setimmediate@^1.0.4, setimmediate@^1.0.5:
|
|
|
|
version "1.0.5"
|
|
|
|
version "1.0.5"
|
|
|
|
resolved "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285"
|
|
|
|
resolved "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285"
|
|
|
|
integrity sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU=
|
|
|
|
integrity sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU=
|
|
|
|
@@ -7454,6 +7805,11 @@ signal-exit@^3.0.0:
|
|
|
|
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.3.tgz#a1410c2edd8f077b08b4e253c8eacfcaf057461c"
|
|
|
|
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.3.tgz#a1410c2edd8f077b08b4e253c8eacfcaf057461c"
|
|
|
|
integrity sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==
|
|
|
|
integrity sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
signedsource@^1.0.0:
|
|
|
|
|
|
|
|
version "1.0.0"
|
|
|
|
|
|
|
|
resolved "https://registry.yarnpkg.com/signedsource/-/signedsource-1.0.0.tgz#1ddace4981798f93bd833973803d80d52e93ad6a"
|
|
|
|
|
|
|
|
integrity sha1-HdrOSYF5j5O9gzlzgD2A1S6TrWo=
|
|
|
|
|
|
|
|
|
|
|
|
simple-swizzle@^0.2.2:
|
|
|
|
simple-swizzle@^0.2.2:
|
|
|
|
version "0.2.2"
|
|
|
|
version "0.2.2"
|
|
|
|
resolved "https://registry.yarnpkg.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz#a4da6b635ffcccca33f70d17cb92592de95e557a"
|
|
|
|
resolved "https://registry.yarnpkg.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz#a4da6b635ffcccca33f70d17cb92592de95e557a"
|
|
|
|
@@ -7726,7 +8082,7 @@ string-width@^3.0.0, string-width@^3.1.0:
|
|
|
|
is-fullwidth-code-point "^2.0.0"
|
|
|
|
is-fullwidth-code-point "^2.0.0"
|
|
|
|
strip-ansi "^5.1.0"
|
|
|
|
strip-ansi "^5.1.0"
|
|
|
|
|
|
|
|
|
|
|
|
string-width@^4.2.0:
|
|
|
|
string-width@^4.1.0, string-width@^4.2.0:
|
|
|
|
version "4.2.2"
|
|
|
|
version "4.2.2"
|
|
|
|
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.2.tgz#dafd4f9559a7585cfba529c6a0a4f73488ebd4c5"
|
|
|
|
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.2.tgz#dafd4f9559a7585cfba529c6a0a4f73488ebd4c5"
|
|
|
|
integrity sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA==
|
|
|
|
integrity sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA==
|
|
|
|
@@ -8154,6 +8510,11 @@ typescript@^4.3.5:
|
|
|
|
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.5.tgz#4d1c37cc16e893973c45a06886b7113234f119f4"
|
|
|
|
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.5.tgz#4d1c37cc16e893973c45a06886b7113234f119f4"
|
|
|
|
integrity sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==
|
|
|
|
integrity sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ua-parser-js@^0.7.18:
|
|
|
|
|
|
|
|
version "0.7.28"
|
|
|
|
|
|
|
|
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.28.tgz#8ba04e653f35ce210239c64661685bf9121dec31"
|
|
|
|
|
|
|
|
integrity sha512-6Gurc1n//gjp9eQNXjD9O3M/sMwVtN5S8Lv9bvOYBfKfDNiIIhqiyi01vMBO45u4zkDE420w/e0se7Vs+sIg+g==
|
|
|
|
|
|
|
|
|
|
|
|
unbox-primitive@^1.0.1:
|
|
|
|
unbox-primitive@^1.0.1:
|
|
|
|
version "1.0.1"
|
|
|
|
version "1.0.1"
|
|
|
|
resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.1.tgz#085e215625ec3162574dc8859abee78a59b14471"
|
|
|
|
resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.1.tgz#085e215625ec3162574dc8859abee78a59b14471"
|
|
|
|
@@ -8574,6 +8935,15 @@ wrap-ansi@^5.1.0:
|
|
|
|
string-width "^3.0.0"
|
|
|
|
string-width "^3.0.0"
|
|
|
|
strip-ansi "^5.0.0"
|
|
|
|
strip-ansi "^5.0.0"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
wrap-ansi@^6.2.0:
|
|
|
|
|
|
|
|
version "6.2.0"
|
|
|
|
|
|
|
|
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53"
|
|
|
|
|
|
|
|
integrity sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
|
|
|
|
ansi-styles "^4.0.0"
|
|
|
|
|
|
|
|
string-width "^4.1.0"
|
|
|
|
|
|
|
|
strip-ansi "^6.0.0"
|
|
|
|
|
|
|
|
|
|
|
|
wrappy@1:
|
|
|
|
wrappy@1:
|
|
|
|
version "1.0.2"
|
|
|
|
version "1.0.2"
|
|
|
|
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
|
|
|
|
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
|
|
|
|
@@ -8619,6 +8989,14 @@ yargs-parser@^13.1.2:
|
|
|
|
camelcase "^5.0.0"
|
|
|
|
camelcase "^5.0.0"
|
|
|
|
decamelize "^1.2.0"
|
|
|
|
decamelize "^1.2.0"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
yargs-parser@^18.1.2:
|
|
|
|
|
|
|
|
version "18.1.3"
|
|
|
|
|
|
|
|
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.3.tgz#be68c4975c6b2abf469236b0c870362fab09a7b0"
|
|
|
|
|
|
|
|
integrity sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
|
|
|
|
camelcase "^5.0.0"
|
|
|
|
|
|
|
|
decamelize "^1.2.0"
|
|
|
|
|
|
|
|
|
|
|
|
yargs@^13.3.2:
|
|
|
|
yargs@^13.3.2:
|
|
|
|
version "13.3.2"
|
|
|
|
version "13.3.2"
|
|
|
|
resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.3.2.tgz#ad7ffefec1aa59565ac915f82dccb38a9c31a2dd"
|
|
|
|
resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.3.2.tgz#ad7ffefec1aa59565ac915f82dccb38a9c31a2dd"
|
|
|
|
@@ -8635,6 +9013,23 @@ yargs@^13.3.2:
|
|
|
|
y18n "^4.0.0"
|
|
|
|
y18n "^4.0.0"
|
|
|
|
yargs-parser "^13.1.2"
|
|
|
|
yargs-parser "^13.1.2"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
yargs@^15.3.1:
|
|
|
|
|
|
|
|
version "15.4.1"
|
|
|
|
|
|
|
|
resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.4.1.tgz#0d87a16de01aee9d8bec2bfbf74f67851730f4f8"
|
|
|
|
|
|
|
|
integrity sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
|
|
|
|
cliui "^6.0.0"
|
|
|
|
|
|
|
|
decamelize "^1.2.0"
|
|
|
|
|
|
|
|
find-up "^4.1.0"
|
|
|
|
|
|
|
|
get-caller-file "^2.0.1"
|
|
|
|
|
|
|
|
require-directory "^2.1.1"
|
|
|
|
|
|
|
|
require-main-filename "^2.0.0"
|
|
|
|
|
|
|
|
set-blocking "^2.0.0"
|
|
|
|
|
|
|
|
string-width "^4.2.0"
|
|
|
|
|
|
|
|
which-module "^2.0.0"
|
|
|
|
|
|
|
|
y18n "^4.0.0"
|
|
|
|
|
|
|
|
yargs-parser "^18.1.2"
|
|
|
|
|
|
|
|
|
|
|
|
yocto-queue@^0.1.0:
|
|
|
|
yocto-queue@^0.1.0:
|
|
|
|
version "0.1.0"
|
|
|
|
version "0.1.0"
|
|
|
|
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
|
|
|
|
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
|
|
|
|
|