|
32 | 32 | dependencies:
|
33 | 33 | "@babel/highlight" "^7.10.1"
|
34 | 34 |
|
| 35 | +"@babel/code-frame@^7.12.13": |
| 36 | + version "7.12.13" |
| 37 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.13.tgz#dcfc826beef65e75c50e21d3837d7d95798dd658" |
| 38 | + integrity sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g== |
| 39 | + dependencies: |
| 40 | + "@babel/highlight" "^7.12.13" |
| 41 | + |
35 | 42 | "@babel/compat-data@^7.10.1":
|
36 | 43 | version "7.10.1"
|
37 | 44 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.10.1.tgz#b1085ffe72cd17bf2c0ee790fc09f9626011b2db"
|
|
116 | 123 | lodash "^4.17.13"
|
117 | 124 | source-map "^0.5.0"
|
118 | 125 |
|
| 126 | +"@babel/generator@^7.13.0": |
| 127 | + version "7.13.9" |
| 128 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.9.tgz#3a7aa96f9efb8e2be42d38d80e2ceb4c64d8de39" |
| 129 | + integrity sha512-mHOOmY0Axl/JCTkxTU6Lf5sWOg/v8nUa+Xkt4zMTftX0wqmb6Sh7J8gvcehBw7q0AhrhAR+FDacKjCZ2X8K+Sw== |
| 130 | + dependencies: |
| 131 | + "@babel/types" "^7.13.0" |
| 132 | + jsesc "^2.5.1" |
| 133 | + source-map "^0.5.0" |
| 134 | + |
119 | 135 | "@babel/generator@^7.8.3":
|
120 | 136 | version "7.8.3"
|
121 | 137 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.8.3.tgz#0e22c005b0a94c1c74eafe19ef78ce53a4d45c03"
|
|
174 | 190 | "@babel/helper-replace-supers" "^7.10.1"
|
175 | 191 | "@babel/helper-split-export-declaration" "^7.10.1"
|
176 | 192 |
|
| 193 | +"@babel/helper-create-class-features-plugin@^7.13.0": |
| 194 | + version "7.13.8" |
| 195 | + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.13.8.tgz#0367bd0a7505156ce018ca464f7ac91ba58c1a04" |
| 196 | + integrity sha512-qioaRrKHQbn4hkRKDHbnuQ6kAxmmOF+kzKGnIfxPK4j2rckSJCpKzr/SSTlohSCiE3uAQpNDJ9FIh4baeE8W+w== |
| 197 | + dependencies: |
| 198 | + "@babel/helper-function-name" "^7.12.13" |
| 199 | + "@babel/helper-member-expression-to-functions" "^7.13.0" |
| 200 | + "@babel/helper-optimise-call-expression" "^7.12.13" |
| 201 | + "@babel/helper-replace-supers" "^7.13.0" |
| 202 | + "@babel/helper-split-export-declaration" "^7.12.13" |
| 203 | + |
177 | 204 | "@babel/helper-create-regexp-features-plugin@^7.10.1":
|
178 | 205 | version "7.10.1"
|
179 | 206 | resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.10.1.tgz#1b8feeab1594cbcfbf3ab5a3bbcabac0468efdbd"
|
|
217 | 244 | "@babel/template" "^7.10.1"
|
218 | 245 | "@babel/types" "^7.10.1"
|
219 | 246 |
|
| 247 | +"@babel/helper-function-name@^7.12.13": |
| 248 | + version "7.12.13" |
| 249 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.12.13.tgz#93ad656db3c3c2232559fd7b2c3dbdcbe0eb377a" |
| 250 | + integrity sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA== |
| 251 | + dependencies: |
| 252 | + "@babel/helper-get-function-arity" "^7.12.13" |
| 253 | + "@babel/template" "^7.12.13" |
| 254 | + "@babel/types" "^7.12.13" |
| 255 | + |
220 | 256 | "@babel/helper-function-name@^7.8.3":
|
221 | 257 | version "7.8.3"
|
222 | 258 | resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.8.3.tgz#eeeb665a01b1f11068e9fb86ad56a1cb1a824cca"
|
|
242 | 278 | dependencies:
|
243 | 279 | "@babel/types" "^7.10.1"
|
244 | 280 |
|
| 281 | +"@babel/helper-get-function-arity@^7.12.13": |
| 282 | + version "7.12.13" |
| 283 | + resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz#bc63451d403a3b3082b97e1d8b3fe5bd4091e583" |
| 284 | + integrity sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg== |
| 285 | + dependencies: |
| 286 | + "@babel/types" "^7.12.13" |
| 287 | + |
245 | 288 | "@babel/helper-get-function-arity@^7.8.3":
|
246 | 289 | version "7.8.3"
|
247 | 290 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz#b894b947bd004381ce63ea1db9f08547e920abd5"
|
|
263 | 306 | dependencies:
|
264 | 307 | "@babel/types" "^7.10.1"
|
265 | 308 |
|
| 309 | +"@babel/helper-member-expression-to-functions@^7.13.0": |
| 310 | + version "7.13.0" |
| 311 | + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.13.0.tgz#6aa4bb678e0f8c22f58cdb79451d30494461b091" |
| 312 | + integrity sha512-yvRf8Ivk62JwisqV1rFRMxiSMDGnN6KH1/mDMmIrij4jztpQNRoHqqMG3U6apYbGRPJpgPalhva9Yd06HlUxJQ== |
| 313 | + dependencies: |
| 314 | + "@babel/types" "^7.13.0" |
| 315 | + |
266 | 316 | "@babel/helper-member-expression-to-functions@^7.8.3":
|
267 | 317 | version "7.8.3"
|
268 | 318 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.8.3.tgz#659b710498ea6c1d9907e0c73f206eee7dadc24c"
|
|
317 | 367 | dependencies:
|
318 | 368 | "@babel/types" "^7.10.1"
|
319 | 369 |
|
| 370 | +"@babel/helper-optimise-call-expression@^7.12.13": |
| 371 | + version "7.12.13" |
| 372 | + resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz#5c02d171b4c8615b1e7163f888c1c81c30a2aaea" |
| 373 | + integrity sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA== |
| 374 | + dependencies: |
| 375 | + "@babel/types" "^7.12.13" |
| 376 | + |
320 | 377 | "@babel/helper-optimise-call-expression@^7.8.3":
|
321 | 378 | version "7.8.3"
|
322 | 379 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.8.3.tgz#7ed071813d09c75298ef4f208956006b6111ecb9"
|
|
339 | 396 | resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz#2f75a831269d4f677de49986dff59927533cf375"
|
340 | 397 | integrity sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==
|
341 | 398 |
|
| 399 | +"@babel/helper-plugin-utils@^7.13.0": |
| 400 | + version "7.13.0" |
| 401 | + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.13.0.tgz#806526ce125aed03373bc416a828321e3a6a33af" |
| 402 | + integrity sha512-ZPafIPSwzUlAoWT8DKs1W2VyF2gOWthGd5NGFMsBcMMol+ZhK+EQY/e6V96poa6PA/Bh+C9plWN0hXO1uB8AfQ== |
| 403 | + |
342 | 404 | "@babel/helper-regex@^7.10.1":
|
343 | 405 | version "7.10.1"
|
344 | 406 | resolved "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.10.1.tgz#021cf1a7ba99822f993222a001cc3fec83255b96"
|
|
374 | 436 | "@babel/traverse" "^7.10.1"
|
375 | 437 | "@babel/types" "^7.10.1"
|
376 | 438 |
|
| 439 | +"@babel/helper-replace-supers@^7.13.0": |
| 440 | + version "7.13.0" |
| 441 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.13.0.tgz#6034b7b51943094cb41627848cb219cb02be1d24" |
| 442 | + integrity sha512-Segd5me1+Pz+rmN/NFBOplMbZG3SqRJOBlY+mA0SxAv6rjj7zJqr1AVr3SfzUVTLCv7ZLU5FycOM/SBGuLPbZw== |
| 443 | + dependencies: |
| 444 | + "@babel/helper-member-expression-to-functions" "^7.13.0" |
| 445 | + "@babel/helper-optimise-call-expression" "^7.12.13" |
| 446 | + "@babel/traverse" "^7.13.0" |
| 447 | + "@babel/types" "^7.13.0" |
| 448 | + |
377 | 449 | "@babel/helper-replace-supers@^7.8.6":
|
378 | 450 | version "7.9.6"
|
379 | 451 | resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.9.6.tgz#03149d7e6a5586ab6764996cd31d6981a17e1444"
|
|
407 | 479 | dependencies:
|
408 | 480 | "@babel/types" "^7.10.1"
|
409 | 481 |
|
| 482 | +"@babel/helper-split-export-declaration@^7.12.13": |
| 483 | + version "7.12.13" |
| 484 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.13.tgz#e9430be00baf3e88b0e13e6f9d4eaf2136372b05" |
| 485 | + integrity sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg== |
| 486 | + dependencies: |
| 487 | + "@babel/types" "^7.12.13" |
| 488 | + |
410 | 489 | "@babel/helper-split-export-declaration@^7.8.3":
|
411 | 490 | version "7.8.3"
|
412 | 491 | resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz#31a9f30070f91368a7182cf05f831781065fc7a9"
|
|
419 | 498 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.1.tgz#5770b0c1a826c4f53f5ede5e153163e0318e94b5"
|
420 | 499 | integrity sha512-5vW/JXLALhczRCWP0PnFDMCJAchlBvM7f4uk/jXritBnIa6E1KmqmtrS3yn1LAnxFBypQ3eneLuXjsnfQsgILw==
|
421 | 500 |
|
| 501 | +"@babel/helper-validator-identifier@^7.12.11": |
| 502 | + version "7.12.11" |
| 503 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed" |
| 504 | + integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw== |
| 505 | + |
422 | 506 | "@babel/helper-validator-identifier@^7.9.5":
|
423 | 507 | version "7.9.5"
|
424 | 508 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80"
|
|
470 | 554 | chalk "^2.0.0"
|
471 | 555 | js-tokens "^4.0.0"
|
472 | 556 |
|
| 557 | +"@babel/highlight@^7.12.13": |
| 558 | + version "7.13.8" |
| 559 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.13.8.tgz#10b2dac78526424dfc1f47650d0e415dfd9dc481" |
| 560 | + integrity sha512-4vrIhfJyfNf+lCtXC2ck1rKSzDwciqF7IWFhXXrSOUC2O5DrVp+w4c6ed4AllTxhTkUP5x2tYj41VaxdVMMRDw== |
| 561 | + dependencies: |
| 562 | + "@babel/helper-validator-identifier" "^7.12.11" |
| 563 | + chalk "^2.0.0" |
| 564 | + js-tokens "^4.0.0" |
| 565 | + |
473 | 566 | "@babel/highlight@^7.8.3":
|
474 | 567 | version "7.8.3"
|
475 | 568 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.8.3.tgz#28f173d04223eaaa59bc1d439a3836e6d1265797"
|
|
489 | 582 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.1.tgz#2e142c27ca58aa2c7b119d09269b702c8bbad28c"
|
490 | 583 | integrity sha512-AUTksaz3FqugBkbTZ1i+lDLG5qy8hIzCaAxEtttU6C0BtZZU9pkNZtWSVAht4EW9kl46YBiyTGMp9xTTGqViNg==
|
491 | 584 |
|
| 585 | +"@babel/parser@^7.12.13", "@babel/parser@^7.13.0": |
| 586 | + version "7.13.9" |
| 587 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.9.tgz#ca34cb95e1c2dd126863a84465ae8ef66114be99" |
| 588 | + integrity sha512-nEUfRiARCcaVo3ny3ZQjURjHQZUo/JkEw7rLlSZy/psWGnvwXFtPcr6jb7Yb41DVW5LTe6KRq9LGleRNsg1Frw== |
| 589 | + |
492 | 590 | "@babel/parser@^7.8.6", "@babel/parser@^7.9.6":
|
493 | 591 | version "7.9.6"
|
494 | 592 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.6.tgz#3b1bbb30dabe600cd72db58720998376ff653bc7"
|
|
503 | 601 | "@babel/helper-remap-async-to-generator" "^7.10.1"
|
504 | 602 | "@babel/plugin-syntax-async-generators" "^7.8.0"
|
505 | 603 |
|
| 604 | + |
| 605 | + version "7.13.0" |
| 606 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.13.0.tgz#146376000b94efd001e57a40a88a525afaab9f37" |
| 607 | + integrity sha512-KnTDjFNC1g+45ka0myZNvSBFLhNCLN+GeGYLDEA8Oq7MZ6yMgfLoIRh86GRT0FjtJhZw8JyUskP9uvj5pHM9Zg== |
| 608 | + dependencies: |
| 609 | + "@babel/helper-create-class-features-plugin" "^7.13.0" |
| 610 | + "@babel/helper-plugin-utils" "^7.13.0" |
| 611 | + |
506 | 612 | "@babel/plugin-proposal-class-properties@^7.10.1":
|
507 | 613 | version "7.10.1"
|
508 | 614 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.10.1.tgz#046bc7f6550bb08d9bd1d4f060f5f5a4f1087e01"
|
|
1072 | 1178 | "@babel/parser" "^7.10.1"
|
1073 | 1179 | "@babel/types" "^7.10.1"
|
1074 | 1180 |
|
| 1181 | +"@babel/template@^7.12.13": |
| 1182 | + version "7.12.13" |
| 1183 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.13.tgz#530265be8a2589dbb37523844c5bcb55947fb327" |
| 1184 | + integrity sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA== |
| 1185 | + dependencies: |
| 1186 | + "@babel/code-frame" "^7.12.13" |
| 1187 | + "@babel/parser" "^7.12.13" |
| 1188 | + "@babel/types" "^7.12.13" |
| 1189 | + |
1075 | 1190 | "@babel/template@^7.3.3", "@babel/template@^7.8.6":
|
1076 | 1191 | version "7.8.6"
|
1077 | 1192 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.6.tgz#86b22af15f828dfb086474f964dcc3e39c43ce2b"
|
|
1120 | 1235 | globals "^11.1.0"
|
1121 | 1236 | lodash "^4.17.13"
|
1122 | 1237 |
|
| 1238 | +"@babel/traverse@^7.13.0": |
| 1239 | + version "7.13.0" |
| 1240 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.0.tgz#6d95752475f86ee7ded06536de309a65fc8966cc" |
| 1241 | + integrity sha512-xys5xi5JEhzC3RzEmSGrs/b3pJW/o87SypZ+G/PhaE7uqVQNv/jlmVIBXuoh5atqQ434LfXV+sf23Oxj0bchJQ== |
| 1242 | + dependencies: |
| 1243 | + "@babel/code-frame" "^7.12.13" |
| 1244 | + "@babel/generator" "^7.13.0" |
| 1245 | + "@babel/helper-function-name" "^7.12.13" |
| 1246 | + "@babel/helper-split-export-declaration" "^7.12.13" |
| 1247 | + "@babel/parser" "^7.13.0" |
| 1248 | + "@babel/types" "^7.13.0" |
| 1249 | + debug "^4.1.0" |
| 1250 | + globals "^11.1.0" |
| 1251 | + lodash "^4.17.19" |
| 1252 | + |
1123 | 1253 | "@babel/traverse@^7.9.6":
|
1124 | 1254 | version "7.9.6"
|
1125 | 1255 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.9.6.tgz#5540d7577697bf619cc57b92aa0f1c231a94f442"
|
|
1153 | 1283 | lodash "^4.17.13"
|
1154 | 1284 | to-fast-properties "^2.0.0"
|
1155 | 1285 |
|
| 1286 | +"@babel/types@^7.12.13", "@babel/types@^7.13.0": |
| 1287 | + version "7.13.0" |
| 1288 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.0.tgz#74424d2816f0171b4100f0ab34e9a374efdf7f80" |
| 1289 | + integrity sha512-hE+HE8rnG1Z6Wzo+MhaKE5lM5eMx71T4EHJgku2E3xIfaULhDcxiiRxUYgwX8qwP1BBSlag+TdGOt6JAidIZTA== |
| 1290 | + dependencies: |
| 1291 | + "@babel/helper-validator-identifier" "^7.12.11" |
| 1292 | + lodash "^4.17.19" |
| 1293 | + to-fast-properties "^2.0.0" |
| 1294 | + |
1156 | 1295 | "@babel/types@^7.3.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0", "@babel/types@^7.9.5", "@babel/types@^7.9.6":
|
1157 | 1296 | version "7.9.6"
|
1158 | 1297 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.6.tgz#2c5502b427251e9de1bd2dff95add646d95cc9f7"
|
|
0 commit comments