|
45 | 45 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.9.tgz#ac7996ceaafcf8f410119c8af0d1db4cf914a210" |
46 | 46 | integrity sha512-p3QjZmMGHDGdpcwEYYWu7i7oJShJvtgMjJeb0W95PPhSm++3lm8YXYOh45Y6iCN9PkZLTZ7CIX5nFrp7pw7TXw== |
47 | 47 |
|
| 48 | +"@babel/compat-data@^7.15.0": |
| 49 | + version "7.15.0" |
| 50 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176" |
| 51 | + integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA== |
| 52 | + |
48 | 53 | "@babel/core@7.12.9", "@babel/core@^7.1.0", "@babel/core@^7.7.5": |
49 | 54 | version "7.12.9" |
50 | 55 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.9.tgz#fd450c4ec10cdbb980e2928b7aa7a28484593fc8" |
|
109 | 114 | semver "^6.3.0" |
110 | 115 | source-map "^0.5.0" |
111 | 116 |
|
| 117 | +"@babel/core@^7.15.0": |
| 118 | + version "7.15.0" |
| 119 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.0.tgz#749e57c68778b73ad8082775561f67f5196aafa8" |
| 120 | + integrity sha512-tXtmTminrze5HEUPn/a0JtOzzfp0nk+UEXQ/tqIJo3WDGypl/2OFQEMll/zSFU8f/lfmfLXvTaORHF3cfXIQMw== |
| 121 | + dependencies: |
| 122 | + "@babel/code-frame" "^7.14.5" |
| 123 | + "@babel/generator" "^7.15.0" |
| 124 | + "@babel/helper-compilation-targets" "^7.15.0" |
| 125 | + "@babel/helper-module-transforms" "^7.15.0" |
| 126 | + "@babel/helpers" "^7.14.8" |
| 127 | + "@babel/parser" "^7.15.0" |
| 128 | + "@babel/template" "^7.14.5" |
| 129 | + "@babel/traverse" "^7.15.0" |
| 130 | + "@babel/types" "^7.15.0" |
| 131 | + convert-source-map "^1.7.0" |
| 132 | + debug "^4.1.0" |
| 133 | + gensync "^1.0.0-beta.2" |
| 134 | + json5 "^2.1.2" |
| 135 | + semver "^6.3.0" |
| 136 | + source-map "^0.5.0" |
| 137 | + |
112 | 138 | "@babel/generator@^7.12.11", "@babel/generator@^7.13.9": |
113 | 139 | version "7.13.9" |
114 | 140 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.9.tgz#3a7aa96f9efb8e2be42d38d80e2ceb4c64d8de39" |
|
145 | 171 | jsesc "^2.5.1" |
146 | 172 | source-map "^0.5.0" |
147 | 173 |
|
| 174 | +"@babel/generator@^7.15.0": |
| 175 | + version "7.15.0" |
| 176 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.0.tgz#a7d0c172e0d814974bad5aa77ace543b97917f15" |
| 177 | + integrity sha512-eKl4XdMrbpYvuB505KTta4AV9g+wWzmVBW69tX0H2NwKVKd2YJbKgyK6M8j/rgLbmHOYJn6rUklV677nOyJrEQ== |
| 178 | + dependencies: |
| 179 | + "@babel/types" "^7.15.0" |
| 180 | + jsesc "^2.5.1" |
| 181 | + source-map "^0.5.0" |
| 182 | + |
148 | 183 | "@babel/helper-annotate-as-pure@^7.10.4": |
149 | 184 | version "7.10.4" |
150 | 185 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.4.tgz#5bf0d495a3f757ac3bda48b5bf3b3ba309c72ba3" |
|
202 | 237 | browserslist "^4.16.6" |
203 | 238 | semver "^6.3.0" |
204 | 239 |
|
| 240 | +"@babel/helper-compilation-targets@^7.15.0": |
| 241 | + version "7.15.0" |
| 242 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.0.tgz#973df8cbd025515f3ff25db0c05efc704fa79818" |
| 243 | + integrity sha512-h+/9t0ncd4jfZ8wsdAsoIxSa61qhBYlycXiHWqJaQBCXAhDCMbPRSMTGnZIkkmt1u4ag+UQmuqcILwqKzZ4N2A== |
| 244 | + dependencies: |
| 245 | + "@babel/compat-data" "^7.15.0" |
| 246 | + "@babel/helper-validator-option" "^7.14.5" |
| 247 | + browserslist "^4.16.6" |
| 248 | + semver "^6.3.0" |
| 249 | + |
205 | 250 | "@babel/helper-create-class-features-plugin@^7.12.1": |
206 | 251 | version "7.12.1" |
207 | 252 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.12.1.tgz#3c45998f431edd4a9214c5f1d3ad1448a6137f6e" |
|
395 | 440 | dependencies: |
396 | 441 | "@babel/types" "^7.14.5" |
397 | 442 |
|
| 443 | +"@babel/helper-member-expression-to-functions@^7.15.0": |
| 444 | + version "7.15.0" |
| 445 | + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.0.tgz#0ddaf5299c8179f27f37327936553e9bba60990b" |
| 446 | + integrity sha512-Jq8H8U2kYiafuj2xMTPQwkTBnEEdGKpT35lJEQsRRjnG0LW3neucsaMWLgKcwu3OHKNeYugfw+Z20BXBSEs2Lg== |
| 447 | + dependencies: |
| 448 | + "@babel/types" "^7.15.0" |
| 449 | + |
398 | 450 | "@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.13.12": |
399 | 451 | version "7.13.12" |
400 | 452 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.13.12.tgz#c6a369a6f3621cb25da014078684da9196b61977" |
|
459 | 511 | "@babel/traverse" "^7.14.8" |
460 | 512 | "@babel/types" "^7.14.8" |
461 | 513 |
|
| 514 | +"@babel/helper-module-transforms@^7.15.0": |
| 515 | + version "7.15.0" |
| 516 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.0.tgz#679275581ea056373eddbe360e1419ef23783b08" |
| 517 | + integrity sha512-RkGiW5Rer7fpXv9m1B3iHIFDZdItnO2/BLfWVW/9q7+KqQSDY5kUfQEbzdXM1MVhJGcugKV7kRrNVzNxmk7NBg== |
| 518 | + dependencies: |
| 519 | + "@babel/helper-module-imports" "^7.14.5" |
| 520 | + "@babel/helper-replace-supers" "^7.15.0" |
| 521 | + "@babel/helper-simple-access" "^7.14.8" |
| 522 | + "@babel/helper-split-export-declaration" "^7.14.5" |
| 523 | + "@babel/helper-validator-identifier" "^7.14.9" |
| 524 | + "@babel/template" "^7.14.5" |
| 525 | + "@babel/traverse" "^7.15.0" |
| 526 | + "@babel/types" "^7.15.0" |
| 527 | + |
462 | 528 | "@babel/helper-optimise-call-expression@^7.10.4": |
463 | 529 | version "7.12.7" |
464 | 530 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.7.tgz#7f94ae5e08721a49467346aa04fd22f750033b9c" |
|
543 | 609 | "@babel/traverse" "^7.14.5" |
544 | 610 | "@babel/types" "^7.14.5" |
545 | 611 |
|
| 612 | +"@babel/helper-replace-supers@^7.15.0": |
| 613 | + version "7.15.0" |
| 614 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.15.0.tgz#ace07708f5bf746bf2e6ba99572cce79b5d4e7f4" |
| 615 | + integrity sha512-6O+eWrhx+HEra/uJnifCwhwMd6Bp5+ZfZeJwbqUTuqkhIT6YcRhiZCOOFChRypOIe0cV46kFrRBlm+t5vHCEaA== |
| 616 | + dependencies: |
| 617 | + "@babel/helper-member-expression-to-functions" "^7.15.0" |
| 618 | + "@babel/helper-optimise-call-expression" "^7.14.5" |
| 619 | + "@babel/traverse" "^7.15.0" |
| 620 | + "@babel/types" "^7.15.0" |
| 621 | + |
546 | 622 | "@babel/helper-simple-access@^7.12.1": |
547 | 623 | version "7.12.1" |
548 | 624 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.12.1.tgz#32427e5aa61547d38eb1e6eaf5fd1426fdad9136" |
|
723 | 799 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.9.tgz#596c1ad67608070058ebf8df50c1eaf65db895a4" |
724 | 800 | integrity sha512-RdUTOseXJ8POjjOeEBEvNMIZU/nm4yu2rufRkcibzkkg7DmQvXU8v3M4Xk9G7uuI86CDGkKcuDWgioqZm+mScQ== |
725 | 801 |
|
| 802 | +"@babel/parser@^7.15.0": |
| 803 | + version "7.15.0" |
| 804 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.0.tgz#b6d6e29058ca369127b0eeca2a1c4b5794f1b6b9" |
| 805 | + integrity sha512-0v7oNOjr6YT9Z2RAOTv4T9aP+ubfx4Q/OhVtAet7PFDt0t9Oy6Jn+/rfC6b8HJ5zEqrQCiMxJfgtHpmIminmJQ== |
| 806 | + |
726 | 807 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12": |
727 | 808 | version "7.13.12" |
728 | 809 | 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" |
|
2236 | 2317 | debug "^4.1.0" |
2237 | 2318 | globals "^11.1.0" |
2238 | 2319 |
|
| 2320 | +"@babel/traverse@^7.15.0": |
| 2321 | + version "7.15.0" |
| 2322 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.0.tgz#4cca838fd1b2a03283c1f38e141f639d60b3fc98" |
| 2323 | + integrity sha512-392d8BN0C9eVxVWd8H6x9WfipgVH5IaIoLp23334Sc1vbKKWINnvwRpb4us0xtPaCumlwbTtIYNA0Dv/32sVFw== |
| 2324 | + dependencies: |
| 2325 | + "@babel/code-frame" "^7.14.5" |
| 2326 | + "@babel/generator" "^7.15.0" |
| 2327 | + "@babel/helper-function-name" "^7.14.5" |
| 2328 | + "@babel/helper-hoist-variables" "^7.14.5" |
| 2329 | + "@babel/helper-split-export-declaration" "^7.14.5" |
| 2330 | + "@babel/parser" "^7.15.0" |
| 2331 | + "@babel/types" "^7.15.0" |
| 2332 | + debug "^4.1.0" |
| 2333 | + globals "^11.1.0" |
| 2334 | + |
2239 | 2335 | "@babel/types@7.8.3": |
2240 | 2336 | version "7.8.3" |
2241 | 2337 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.3.tgz#5a383dffa5416db1b73dedffd311ffd0788fb31c" |
|
2279 | 2375 | "@babel/helper-validator-identifier" "^7.14.9" |
2280 | 2376 | to-fast-properties "^2.0.0" |
2281 | 2377 |
|
| 2378 | +"@babel/types@^7.15.0": |
| 2379 | + version "7.15.0" |
| 2380 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.0.tgz#61af11f2286c4e9c69ca8deb5f4375a73c72dcbd" |
| 2381 | + integrity sha512-OBvfqnllOIdX4ojTHpwZbpvz4j3EWyjkZEdmjH0/cgsd6QOdSgU8rLSk6ard/pcW7rlmjdVSX/AWOaORR1uNOQ== |
| 2382 | + dependencies: |
| 2383 | + "@babel/helper-validator-identifier" "^7.14.9" |
| 2384 | + to-fast-properties "^2.0.0" |
| 2385 | + |
2282 | 2386 | "@base2/pretty-print-object@1.0.0": |
2283 | 2387 | version "1.0.0" |
2284 | 2388 | resolved "https://registry.yarnpkg.com/@base2/pretty-print-object/-/pretty-print-object-1.0.0.tgz#860ce718b0b73f4009e153541faff2cb6b85d047" |
|
0 commit comments