|
38 | 38 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.7.tgz#7b047d7a3a89a67d2258dc61f604f098f1bc7e08"
|
39 | 39 | integrity sha512-nS6dZaISCXJ3+518CWiBfEr//gHyMO02uDxBkXTKZDN5POruCnOZ1N4YBRZDCabwF8nZMWBpRxIicmXtBs+fvw==
|
40 | 40 |
|
41 |
| -"@babel/core@7.14.6", "@babel/core@^7.12.10": |
| 41 | +"@babel/core@7.14.8": |
| 42 | + version "7.14.8" |
| 43 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.8.tgz#20cdf7c84b5d86d83fac8710a8bc605a7ba3f010" |
| 44 | + integrity sha512-/AtaeEhT6ErpDhInbXmjHcUQXH0L0TEgscfcxk1qbOvLuKCa5aZT0SOOtDKFY96/CLROwbLSKyFor6idgNaU4Q== |
| 45 | + dependencies: |
| 46 | + "@babel/code-frame" "^7.14.5" |
| 47 | + "@babel/generator" "^7.14.8" |
| 48 | + "@babel/helper-compilation-targets" "^7.14.5" |
| 49 | + "@babel/helper-module-transforms" "^7.14.8" |
| 50 | + "@babel/helpers" "^7.14.8" |
| 51 | + "@babel/parser" "^7.14.8" |
| 52 | + "@babel/template" "^7.14.5" |
| 53 | + "@babel/traverse" "^7.14.8" |
| 54 | + "@babel/types" "^7.14.8" |
| 55 | + convert-source-map "^1.7.0" |
| 56 | + debug "^4.1.0" |
| 57 | + gensync "^1.0.0-beta.2" |
| 58 | + json5 "^2.1.2" |
| 59 | + semver "^6.3.0" |
| 60 | + source-map "^0.5.0" |
| 61 | + |
| 62 | +"@babel/core@^7.12.10": |
42 | 63 | version "7.14.6"
|
43 | 64 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.6.tgz#e0814ec1a950032ff16c13a2721de39a8416fcab"
|
44 | 65 | integrity sha512-gJnOEWSqTk96qG5BoIrl5bVtc23DCycmIePPYnamY9RboYdI4nFy5vAQMSl81O5K/W0sLDWfGysnOECC+KUUCA==
|
|
107 | 128 | jsesc "^2.5.1"
|
108 | 129 | source-map "^0.5.0"
|
109 | 130 |
|
| 131 | +"@babel/generator@^7.14.8": |
| 132 | + version "7.14.8" |
| 133 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.8.tgz#bf86fd6af96cf3b74395a8ca409515f89423e070" |
| 134 | + integrity sha512-cYDUpvIzhBVnMzRoY1fkSEhK/HmwEVwlyULYgn/tMQYd6Obag3ylCjONle3gdErfXBW61SVTlR9QR7uWlgeIkg== |
| 135 | + dependencies: |
| 136 | + "@babel/types" "^7.14.8" |
| 137 | + jsesc "^2.5.1" |
| 138 | + source-map "^0.5.0" |
| 139 | + |
110 | 140 | "@babel/helper-annotate-as-pure@^7.12.13":
|
111 | 141 | version "7.12.13"
|
112 | 142 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.13.tgz#0f58e86dfc4bb3b1fcd7db806570e177d439b6ab"
|
|
305 | 335 | "@babel/traverse" "^7.14.5"
|
306 | 336 | "@babel/types" "^7.14.5"
|
307 | 337 |
|
| 338 | +"@babel/helper-module-transforms@^7.14.8": |
| 339 | + version "7.14.8" |
| 340 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.8.tgz#d4279f7e3fd5f4d5d342d833af36d4dd87d7dc49" |
| 341 | + integrity sha512-RyE+NFOjXn5A9YU1dkpeBaduagTlZ0+fccnIcAGbv1KGUlReBj7utF7oEth8IdIBQPcux0DDgW5MFBH2xu9KcA== |
| 342 | + dependencies: |
| 343 | + "@babel/helper-module-imports" "^7.14.5" |
| 344 | + "@babel/helper-replace-supers" "^7.14.5" |
| 345 | + "@babel/helper-simple-access" "^7.14.8" |
| 346 | + "@babel/helper-split-export-declaration" "^7.14.5" |
| 347 | + "@babel/helper-validator-identifier" "^7.14.8" |
| 348 | + "@babel/template" "^7.14.5" |
| 349 | + "@babel/traverse" "^7.14.8" |
| 350 | + "@babel/types" "^7.14.8" |
| 351 | + |
308 | 352 | "@babel/helper-optimise-call-expression@^7.12.13":
|
309 | 353 | version "7.12.13"
|
310 | 354 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz#5c02d171b4c8615b1e7163f888c1c81c30a2aaea"
|
|
372 | 416 | dependencies:
|
373 | 417 | "@babel/types" "^7.14.5"
|
374 | 418 |
|
| 419 | +"@babel/helper-simple-access@^7.14.8": |
| 420 | + version "7.14.8" |
| 421 | + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.8.tgz#82e1fec0644a7e775c74d305f212c39f8fe73924" |
| 422 | + integrity sha512-TrFN4RHh9gnWEU+s7JloIho2T76GPwRHhdzOWLqTrMnlas8T9O7ec+oEDNsRXndOmru9ymH9DFrEOxpzPoSbdg== |
| 423 | + dependencies: |
| 424 | + "@babel/types" "^7.14.8" |
| 425 | + |
375 | 426 | "@babel/helper-skip-transparent-expression-wrappers@^7.14.5":
|
376 | 427 | version "7.14.5"
|
377 | 428 | resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.14.5.tgz#96f486ac050ca9f44b009fbe5b7d394cab3a0ee4"
|
|
403 | 454 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8"
|
404 | 455 | integrity sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg==
|
405 | 456 |
|
| 457 | +"@babel/helper-validator-identifier@^7.14.8": |
| 458 | + version "7.14.8" |
| 459 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.8.tgz#32be33a756f29e278a0d644fa08a2c9e0f88a34c" |
| 460 | + integrity sha512-ZGy6/XQjllhYQrNw/3zfWRwZCTVSiBLZ9DHVZxn9n2gip/7ab8mv2TWlKPIBk26RwedCBoWdjLmn+t9na2Gcow== |
| 461 | + |
406 | 462 | "@babel/helper-validator-option@^7.12.17":
|
407 | 463 | version "7.12.17"
|
408 | 464 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831"
|
|
441 | 497 | "@babel/traverse" "^7.14.5"
|
442 | 498 | "@babel/types" "^7.14.5"
|
443 | 499 |
|
| 500 | +"@babel/helpers@^7.14.8": |
| 501 | + version "7.14.8" |
| 502 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.8.tgz#839f88f463025886cff7f85a35297007e2da1b77" |
| 503 | + integrity sha512-ZRDmI56pnV+p1dH6d+UN6GINGz7Krps3+270qqI9UJ4wxYThfAIcI5i7j5vXC4FJ3Wap+S9qcebxeYiqn87DZw== |
| 504 | + dependencies: |
| 505 | + "@babel/template" "^7.14.5" |
| 506 | + "@babel/traverse" "^7.14.8" |
| 507 | + "@babel/types" "^7.14.8" |
| 508 | + |
444 | 509 | "@babel/highlight@^7.10.4", "@babel/highlight@^7.12.13":
|
445 | 510 | version "7.14.0"
|
446 | 511 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.14.0.tgz#3197e375711ef6bf834e67d0daec88e4f46113cf"
|
|
474 | 539 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.6.tgz#d85cc68ca3cac84eae384c06f032921f5227f4b2"
|
475 | 540 | integrity sha512-oG0ej7efjEXxb4UgE+klVx+3j4MVo+A2vCzm7OUN4CLo6WhQ+vSOD2yJ8m7B+DghObxtLxt3EfgMWpq+AsWehQ==
|
476 | 541 |
|
| 542 | +"@babel/parser@^7.14.8": |
| 543 | + version "7.14.8" |
| 544 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.8.tgz#66fd41666b2d7b840bd5ace7f7416d5ac60208d4" |
| 545 | + integrity sha512-syoCQFOoo/fzkWDeM0dLEZi5xqurb5vuyzwIMNZRNun+N/9A4cUZeQaE7dTrB8jGaKuJRBtEOajtnmw0I5hvvA== |
| 546 | + |
477 | 547 | "@babel/parser@^7.3.3":
|
478 | 548 | version "7.14.7"
|
479 | 549 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.7.tgz#6099720c8839ca865a2637e6c85852ead0bdb595"
|
|
1048 | 1118 | "@babel/helper-create-regexp-features-plugin" "^7.14.5"
|
1049 | 1119 | "@babel/helper-plugin-utils" "^7.14.5"
|
1050 | 1120 |
|
1051 |
| -"@babel/preset-env@7.14.7", "@babel/preset-env@^7.12.11": |
| 1121 | +"@babel/preset-env@7.14.8": |
| 1122 | + version "7.14.8" |
| 1123 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.8.tgz#254942f5ca80ccabcfbb2a9f524c74bca574005b" |
| 1124 | + integrity sha512-a9aOppDU93oArQ51H+B8M1vH+tayZbuBqzjOhntGetZVa+4tTu5jp+XTwqHGG2lxslqomPYVSjIxQkFwXzgnxg== |
| 1125 | + dependencies: |
| 1126 | + "@babel/compat-data" "^7.14.7" |
| 1127 | + "@babel/helper-compilation-targets" "^7.14.5" |
| 1128 | + "@babel/helper-plugin-utils" "^7.14.5" |
| 1129 | + "@babel/helper-validator-option" "^7.14.5" |
| 1130 | + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.14.5" |
| 1131 | + "@babel/plugin-proposal-async-generator-functions" "^7.14.7" |
| 1132 | + "@babel/plugin-proposal-class-properties" "^7.14.5" |
| 1133 | + "@babel/plugin-proposal-class-static-block" "^7.14.5" |
| 1134 | + "@babel/plugin-proposal-dynamic-import" "^7.14.5" |
| 1135 | + "@babel/plugin-proposal-export-namespace-from" "^7.14.5" |
| 1136 | + "@babel/plugin-proposal-json-strings" "^7.14.5" |
| 1137 | + "@babel/plugin-proposal-logical-assignment-operators" "^7.14.5" |
| 1138 | + "@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.5" |
| 1139 | + "@babel/plugin-proposal-numeric-separator" "^7.14.5" |
| 1140 | + "@babel/plugin-proposal-object-rest-spread" "^7.14.7" |
| 1141 | + "@babel/plugin-proposal-optional-catch-binding" "^7.14.5" |
| 1142 | + "@babel/plugin-proposal-optional-chaining" "^7.14.5" |
| 1143 | + "@babel/plugin-proposal-private-methods" "^7.14.5" |
| 1144 | + "@babel/plugin-proposal-private-property-in-object" "^7.14.5" |
| 1145 | + "@babel/plugin-proposal-unicode-property-regex" "^7.14.5" |
| 1146 | + "@babel/plugin-syntax-async-generators" "^7.8.4" |
| 1147 | + "@babel/plugin-syntax-class-properties" "^7.12.13" |
| 1148 | + "@babel/plugin-syntax-class-static-block" "^7.14.5" |
| 1149 | + "@babel/plugin-syntax-dynamic-import" "^7.8.3" |
| 1150 | + "@babel/plugin-syntax-export-namespace-from" "^7.8.3" |
| 1151 | + "@babel/plugin-syntax-json-strings" "^7.8.3" |
| 1152 | + "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" |
| 1153 | + "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" |
| 1154 | + "@babel/plugin-syntax-numeric-separator" "^7.10.4" |
| 1155 | + "@babel/plugin-syntax-object-rest-spread" "^7.8.3" |
| 1156 | + "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" |
| 1157 | + "@babel/plugin-syntax-optional-chaining" "^7.8.3" |
| 1158 | + "@babel/plugin-syntax-private-property-in-object" "^7.14.5" |
| 1159 | + "@babel/plugin-syntax-top-level-await" "^7.14.5" |
| 1160 | + "@babel/plugin-transform-arrow-functions" "^7.14.5" |
| 1161 | + "@babel/plugin-transform-async-to-generator" "^7.14.5" |
| 1162 | + "@babel/plugin-transform-block-scoped-functions" "^7.14.5" |
| 1163 | + "@babel/plugin-transform-block-scoping" "^7.14.5" |
| 1164 | + "@babel/plugin-transform-classes" "^7.14.5" |
| 1165 | + "@babel/plugin-transform-computed-properties" "^7.14.5" |
| 1166 | + "@babel/plugin-transform-destructuring" "^7.14.7" |
| 1167 | + "@babel/plugin-transform-dotall-regex" "^7.14.5" |
| 1168 | + "@babel/plugin-transform-duplicate-keys" "^7.14.5" |
| 1169 | + "@babel/plugin-transform-exponentiation-operator" "^7.14.5" |
| 1170 | + "@babel/plugin-transform-for-of" "^7.14.5" |
| 1171 | + "@babel/plugin-transform-function-name" "^7.14.5" |
| 1172 | + "@babel/plugin-transform-literals" "^7.14.5" |
| 1173 | + "@babel/plugin-transform-member-expression-literals" "^7.14.5" |
| 1174 | + "@babel/plugin-transform-modules-amd" "^7.14.5" |
| 1175 | + "@babel/plugin-transform-modules-commonjs" "^7.14.5" |
| 1176 | + "@babel/plugin-transform-modules-systemjs" "^7.14.5" |
| 1177 | + "@babel/plugin-transform-modules-umd" "^7.14.5" |
| 1178 | + "@babel/plugin-transform-named-capturing-groups-regex" "^7.14.7" |
| 1179 | + "@babel/plugin-transform-new-target" "^7.14.5" |
| 1180 | + "@babel/plugin-transform-object-super" "^7.14.5" |
| 1181 | + "@babel/plugin-transform-parameters" "^7.14.5" |
| 1182 | + "@babel/plugin-transform-property-literals" "^7.14.5" |
| 1183 | + "@babel/plugin-transform-regenerator" "^7.14.5" |
| 1184 | + "@babel/plugin-transform-reserved-words" "^7.14.5" |
| 1185 | + "@babel/plugin-transform-shorthand-properties" "^7.14.5" |
| 1186 | + "@babel/plugin-transform-spread" "^7.14.6" |
| 1187 | + "@babel/plugin-transform-sticky-regex" "^7.14.5" |
| 1188 | + "@babel/plugin-transform-template-literals" "^7.14.5" |
| 1189 | + "@babel/plugin-transform-typeof-symbol" "^7.14.5" |
| 1190 | + "@babel/plugin-transform-unicode-escapes" "^7.14.5" |
| 1191 | + "@babel/plugin-transform-unicode-regex" "^7.14.5" |
| 1192 | + "@babel/preset-modules" "^0.1.4" |
| 1193 | + "@babel/types" "^7.14.8" |
| 1194 | + babel-plugin-polyfill-corejs2 "^0.2.2" |
| 1195 | + babel-plugin-polyfill-corejs3 "^0.2.2" |
| 1196 | + babel-plugin-polyfill-regenerator "^0.2.2" |
| 1197 | + core-js-compat "^3.15.0" |
| 1198 | + semver "^6.3.0" |
| 1199 | + |
| 1200 | +"@babel/preset-env@^7.12.11": |
1052 | 1201 | version "7.14.7"
|
1053 | 1202 | resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.7.tgz#5c70b22d4c2d893b03d8c886a5c17422502b932a"
|
1054 | 1203 | integrity sha512-itOGqCKLsSUl0Y+1nSfhbuuOlTs0MJk2Iv7iSH+XT/mR8U1zRLO7NjWlYXB47yhK4J/7j+HYty/EhFZDYKa/VA==
|
|
1231 | 1380 | debug "^4.1.0"
|
1232 | 1381 | globals "^11.1.0"
|
1233 | 1382 |
|
| 1383 | +"@babel/traverse@^7.14.8": |
| 1384 | + version "7.14.8" |
| 1385 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.8.tgz#c0253f02677c5de1a8ff9df6b0aacbec7da1a8ce" |
| 1386 | + integrity sha512-kexHhzCljJcFNn1KYAQ6A5wxMRzq9ebYpEDV4+WdNyr3i7O44tanbDOR/xjiG2F3sllan+LgwK+7OMk0EmydHg== |
| 1387 | + dependencies: |
| 1388 | + "@babel/code-frame" "^7.14.5" |
| 1389 | + "@babel/generator" "^7.14.8" |
| 1390 | + "@babel/helper-function-name" "^7.14.5" |
| 1391 | + "@babel/helper-hoist-variables" "^7.14.5" |
| 1392 | + "@babel/helper-split-export-declaration" "^7.14.5" |
| 1393 | + "@babel/parser" "^7.14.8" |
| 1394 | + "@babel/types" "^7.14.8" |
| 1395 | + debug "^4.1.0" |
| 1396 | + globals "^11.1.0" |
| 1397 | + |
1234 | 1398 | "@babel/types@^7.12.13", "@babel/types@^7.13.12", "@babel/types@^7.14.0", "@babel/types@^7.14.1", "@babel/types@^7.4.4":
|
1235 | 1399 | version "7.14.1"
|
1236 | 1400 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.1.tgz#095bd12f1c08ab63eff6e8f7745fa7c9cc15a9db"
|
|
1247 | 1411 | "@babel/helper-validator-identifier" "^7.14.5"
|
1248 | 1412 | to-fast-properties "^2.0.0"
|
1249 | 1413 |
|
| 1414 | +"@babel/types@^7.14.8": |
| 1415 | + version "7.14.8" |
| 1416 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.8.tgz#38109de8fcadc06415fbd9b74df0065d4d41c728" |
| 1417 | + integrity sha512-iob4soQa7dZw8nodR/KlOQkPh9S4I8RwCxwRIFuiMRYjOzH/KJzdUfDgz6cGi5dDaclXF4P2PAhCdrBJNIg68Q== |
| 1418 | + dependencies: |
| 1419 | + "@babel/helper-validator-identifier" "^7.14.8" |
| 1420 | + to-fast-properties "^2.0.0" |
| 1421 | + |
1250 | 1422 | "@bcoe/v8-coverage@^0.2.3":
|
1251 | 1423 | version "0.2.3"
|
1252 | 1424 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
0 commit comments