|
48 | 48 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.11.tgz#9c8fe523c206979c9a81b1e12fe50c1254f1aa35"
|
49 | 49 | integrity sha512-BwKEkO+2a67DcFeS3RLl0Z3Gs2OvdXewuWjc1Hfokhb5eQWP9YRYH1/+VrVZvql2CfjOiNGqSAFOYt4lsqTHzg==
|
50 | 50 |
|
| 51 | +"@babel/compat-data@^7.13.12": |
| 52 | + version "7.13.12" |
| 53 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.12.tgz#a8a5ccac19c200f9dd49624cac6e19d7be1236a1" |
| 54 | + integrity sha512-3eJJ841uKxeV8dcN/2yGEUy+RfgQspPEgQat85umsE1rotuquQ2AbIub4S6j7c50a2d+4myc+zSlnXeIHrOnhQ== |
| 55 | + |
51 | 56 | "@babel/core@7.13.10", "@babel/core@^7.12.10", "@babel/core@^7.12.16":
|
52 | 57 | version "7.13.10"
|
53 | 58 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.10.tgz#07de050bbd8193fcd8a3c27918c0890613a94559"
|
|
301 | 306 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.11.tgz#f93ebfc99d21c1772afbbaa153f47e7ce2f50b88"
|
302 | 307 | integrity sha512-PhuoqeHoO9fc4ffMEVk4qb/w/s2iOSWohvbHxLtxui0eBg3Lg5gN1U8wp1V1u61hOWkPQJJyJzGH6Y+grwkq8Q==
|
303 | 308 |
|
| 309 | +"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12": |
| 310 | + version "7.13.12" |
| 311 | + resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.13.12.tgz#a3484d84d0b549f3fc916b99ee4783f26fabad2a" |
| 312 | + integrity sha512-d0u3zWKcoZf379fOeJdr1a5WPDny4aOFZ6hlfKivgK0LY7ZxNfoaHL2fWwdGtHyVvra38FC+HVYkO+byfSA8AQ== |
| 313 | + dependencies: |
| 314 | + "@babel/helper-plugin-utils" "^7.13.0" |
| 315 | + "@babel/helper-skip-transparent-expression-wrappers" "^7.12.1" |
| 316 | + "@babel/plugin-proposal-optional-chaining" "^7.13.12" |
| 317 | + |
304 | 318 | "@babel/plugin-proposal-async-generator-functions@^7.13.8":
|
305 | 319 | version "7.13.8"
|
306 | 320 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.13.8.tgz#87aacb574b3bc4b5603f6fe41458d72a5a2ec4b1"
|
|
393 | 407 | "@babel/helper-plugin-utils" "^7.13.0"
|
394 | 408 | "@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
|
395 | 409 |
|
| 410 | +"@babel/plugin-proposal-optional-chaining@^7.13.12": |
| 411 | + version "7.13.12" |
| 412 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.13.12.tgz#ba9feb601d422e0adea6760c2bd6bbb7bfec4866" |
| 413 | + integrity sha512-fcEdKOkIB7Tf4IxrgEVeFC4zeJSTr78no9wTdBuZZbqF64kzllU0ybo2zrzm7gUQfxGhBgq4E39oRs8Zx/RMYQ== |
| 414 | + dependencies: |
| 415 | + "@babel/helper-plugin-utils" "^7.13.0" |
| 416 | + "@babel/helper-skip-transparent-expression-wrappers" "^7.12.1" |
| 417 | + "@babel/plugin-syntax-optional-chaining" "^7.8.3" |
| 418 | + |
396 | 419 | "@babel/plugin-proposal-optional-chaining@^7.13.8":
|
397 | 420 | version "7.13.8"
|
398 | 421 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.13.8.tgz#e39df93efe7e7e621841babc197982e140e90756"
|
|
812 | 835 | "@babel/helper-create-regexp-features-plugin" "^7.12.13"
|
813 | 836 | "@babel/helper-plugin-utils" "^7.12.13"
|
814 | 837 |
|
815 |
| -"@babel/preset-env@7.13.10", "@babel/preset-env@^7.12.11": |
| 838 | +"@babel/preset-env@7.13.12": |
| 839 | + version "7.13.12" |
| 840 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.12.tgz#6dff470478290582ac282fb77780eadf32480237" |
| 841 | + integrity sha512-JzElc6jk3Ko6zuZgBtjOd01pf9yYDEIH8BcqVuYIuOkzOwDesoa/Nz4gIo4lBG6K861KTV9TvIgmFuT6ytOaAA== |
| 842 | + dependencies: |
| 843 | + "@babel/compat-data" "^7.13.12" |
| 844 | + "@babel/helper-compilation-targets" "^7.13.10" |
| 845 | + "@babel/helper-plugin-utils" "^7.13.0" |
| 846 | + "@babel/helper-validator-option" "^7.12.17" |
| 847 | + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.13.12" |
| 848 | + "@babel/plugin-proposal-async-generator-functions" "^7.13.8" |
| 849 | + "@babel/plugin-proposal-class-properties" "^7.13.0" |
| 850 | + "@babel/plugin-proposal-dynamic-import" "^7.13.8" |
| 851 | + "@babel/plugin-proposal-export-namespace-from" "^7.12.13" |
| 852 | + "@babel/plugin-proposal-json-strings" "^7.13.8" |
| 853 | + "@babel/plugin-proposal-logical-assignment-operators" "^7.13.8" |
| 854 | + "@babel/plugin-proposal-nullish-coalescing-operator" "^7.13.8" |
| 855 | + "@babel/plugin-proposal-numeric-separator" "^7.12.13" |
| 856 | + "@babel/plugin-proposal-object-rest-spread" "^7.13.8" |
| 857 | + "@babel/plugin-proposal-optional-catch-binding" "^7.13.8" |
| 858 | + "@babel/plugin-proposal-optional-chaining" "^7.13.12" |
| 859 | + "@babel/plugin-proposal-private-methods" "^7.13.0" |
| 860 | + "@babel/plugin-proposal-unicode-property-regex" "^7.12.13" |
| 861 | + "@babel/plugin-syntax-async-generators" "^7.8.4" |
| 862 | + "@babel/plugin-syntax-class-properties" "^7.12.13" |
| 863 | + "@babel/plugin-syntax-dynamic-import" "^7.8.3" |
| 864 | + "@babel/plugin-syntax-export-namespace-from" "^7.8.3" |
| 865 | + "@babel/plugin-syntax-json-strings" "^7.8.3" |
| 866 | + "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" |
| 867 | + "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" |
| 868 | + "@babel/plugin-syntax-numeric-separator" "^7.10.4" |
| 869 | + "@babel/plugin-syntax-object-rest-spread" "^7.8.3" |
| 870 | + "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" |
| 871 | + "@babel/plugin-syntax-optional-chaining" "^7.8.3" |
| 872 | + "@babel/plugin-syntax-top-level-await" "^7.12.13" |
| 873 | + "@babel/plugin-transform-arrow-functions" "^7.13.0" |
| 874 | + "@babel/plugin-transform-async-to-generator" "^7.13.0" |
| 875 | + "@babel/plugin-transform-block-scoped-functions" "^7.12.13" |
| 876 | + "@babel/plugin-transform-block-scoping" "^7.12.13" |
| 877 | + "@babel/plugin-transform-classes" "^7.13.0" |
| 878 | + "@babel/plugin-transform-computed-properties" "^7.13.0" |
| 879 | + "@babel/plugin-transform-destructuring" "^7.13.0" |
| 880 | + "@babel/plugin-transform-dotall-regex" "^7.12.13" |
| 881 | + "@babel/plugin-transform-duplicate-keys" "^7.12.13" |
| 882 | + "@babel/plugin-transform-exponentiation-operator" "^7.12.13" |
| 883 | + "@babel/plugin-transform-for-of" "^7.13.0" |
| 884 | + "@babel/plugin-transform-function-name" "^7.12.13" |
| 885 | + "@babel/plugin-transform-literals" "^7.12.13" |
| 886 | + "@babel/plugin-transform-member-expression-literals" "^7.12.13" |
| 887 | + "@babel/plugin-transform-modules-amd" "^7.13.0" |
| 888 | + "@babel/plugin-transform-modules-commonjs" "^7.13.8" |
| 889 | + "@babel/plugin-transform-modules-systemjs" "^7.13.8" |
| 890 | + "@babel/plugin-transform-modules-umd" "^7.13.0" |
| 891 | + "@babel/plugin-transform-named-capturing-groups-regex" "^7.12.13" |
| 892 | + "@babel/plugin-transform-new-target" "^7.12.13" |
| 893 | + "@babel/plugin-transform-object-super" "^7.12.13" |
| 894 | + "@babel/plugin-transform-parameters" "^7.13.0" |
| 895 | + "@babel/plugin-transform-property-literals" "^7.12.13" |
| 896 | + "@babel/plugin-transform-regenerator" "^7.12.13" |
| 897 | + "@babel/plugin-transform-reserved-words" "^7.12.13" |
| 898 | + "@babel/plugin-transform-shorthand-properties" "^7.12.13" |
| 899 | + "@babel/plugin-transform-spread" "^7.13.0" |
| 900 | + "@babel/plugin-transform-sticky-regex" "^7.12.13" |
| 901 | + "@babel/plugin-transform-template-literals" "^7.13.0" |
| 902 | + "@babel/plugin-transform-typeof-symbol" "^7.12.13" |
| 903 | + "@babel/plugin-transform-unicode-escapes" "^7.12.13" |
| 904 | + "@babel/plugin-transform-unicode-regex" "^7.12.13" |
| 905 | + "@babel/preset-modules" "^0.1.4" |
| 906 | + "@babel/types" "^7.13.12" |
| 907 | + babel-plugin-polyfill-corejs2 "^0.1.4" |
| 908 | + babel-plugin-polyfill-corejs3 "^0.1.3" |
| 909 | + babel-plugin-polyfill-regenerator "^0.1.2" |
| 910 | + core-js-compat "^3.9.0" |
| 911 | + semver "^6.3.0" |
| 912 | + |
| 913 | +"@babel/preset-env@^7.12.11": |
816 | 914 | version "7.13.10"
|
817 | 915 | resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.10.tgz#b5cde31d5fe77ab2a6ab3d453b59041a1b3a5252"
|
818 | 916 | integrity sha512-nOsTScuoRghRtUsRr/c69d042ysfPHcu+KOB4A9aAO9eJYqrkat+LF8G1yp1HD18QiwixT2CisZTr/0b3YZPXQ==
|
|
967 | 1065 | lodash "^4.17.19"
|
968 | 1066 | to-fast-properties "^2.0.0"
|
969 | 1067 |
|
| 1068 | +"@babel/types@^7.13.12": |
| 1069 | + version "7.13.12" |
| 1070 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.12.tgz#edbf99208ef48852acdff1c8a681a1e4ade580cd" |
| 1071 | + integrity sha512-K4nY2xFN4QMvQwkQ+zmBDp6ANMbVNw6BbxWmYA4qNjhR9W+Lj/8ky5MEY2Me5r+B2c6/v6F53oMndG+f9s3IiA== |
| 1072 | + dependencies: |
| 1073 | + "@babel/helper-validator-identifier" "^7.12.11" |
| 1074 | + lodash "^4.17.19" |
| 1075 | + to-fast-properties "^2.0.0" |
| 1076 | + |
970 | 1077 | "@bcoe/v8-coverage@^0.2.3":
|
971 | 1078 | version "0.2.3"
|
972 | 1079 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
0 commit comments