|
2 | 2 | # yarn lockfile v1 |
3 | 3 |
|
4 | 4 |
|
5 | | -"@babel/[email protected]", "@babel/cli@^7.11.6": |
| 5 | + |
| 6 | + version "7.12.0" |
| 7 | + resolved "https://registry.npmjs.org/@babel/cli/-/cli-7.12.0.tgz#5de7ac9e8916a48725712c9ff1b26e8463c0d7a7" |
| 8 | + integrity sha512-0EO6EN6brF4g0HaR6qQr2USkCvFjKNgBdmaYNW5NzB1IeHhqQkGhErX3/hvWA7+g/onS41IM/wm+yD+hcSwgVQ== |
| 9 | + dependencies: |
| 10 | + commander "^4.0.1" |
| 11 | + convert-source-map "^1.1.0" |
| 12 | + fs-readdir-recursive "^1.1.0" |
| 13 | + glob "^7.0.0" |
| 14 | + lodash "^4.17.19" |
| 15 | + make-dir "^2.1.0" |
| 16 | + slash "^2.0.0" |
| 17 | + source-map "^0.5.0" |
| 18 | + optionalDependencies: |
| 19 | + chokidar "^3.4.0" |
| 20 | + chokidarAt2 "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz" |
| 21 | + |
| 22 | +"@babel/cli@^7.11.6": |
6 | 23 | version "7.11.6" |
7 | 24 | resolved "https://registry.npmjs.org/@babel/cli/-/cli-7.11.6.tgz#1fcbe61c2a6900c3539c06ee58901141f3558482" |
8 | 25 | integrity sha512-+w7BZCvkewSmaRM6H4L2QM3RL90teqEIHDIFXAmrW33+0jhlymnDAEdqVeCZATvxhQuio1ifoGVlJJbIiH9Ffg== |
|
41 | 58 | invariant "^2.2.4" |
42 | 59 | semver "^5.5.0" |
43 | 60 |
|
44 | | -"@babel/core@7.11.6", "@babel/core@^7.11.6": |
45 | | - version "7.11.6" |
46 | | - resolved "https://registry.npmjs.org/@babel/core/-/core-7.11.6.tgz#3a9455dc7387ff1bac45770650bc13ba04a15651" |
47 | | - integrity sha512-Wpcv03AGnmkgm6uS6k8iwhIwTrcP0m17TL1n1sy7qD0qelDu4XNeW0dN0mHfa+Gei211yDaLoEe/VlbXQzM4Bg== |
| 61 | +"@babel/core@7.12.0": |
| 62 | + version "7.12.0" |
| 63 | + resolved "https://registry.npmjs.org/@babel/core/-/core-7.12.0.tgz#e42e07a086e978cdd4c61f4078d8230fb817cc86" |
| 64 | + integrity sha512-iV7Gwg0DePKvdDZZWRTkj4MW+6/AbVWd4ZCg+zk8H1RVt5xBpUZS6vLQWwb3pyLg4BFTaGiQCPoJ4Ibmbne4fA== |
48 | 65 | dependencies: |
49 | 66 | "@babel/code-frame" "^7.10.4" |
50 | | - "@babel/generator" "^7.11.6" |
51 | | - "@babel/helper-module-transforms" "^7.11.0" |
| 67 | + "@babel/generator" "^7.12.0" |
| 68 | + "@babel/helper-module-transforms" "^7.12.0" |
52 | 69 | "@babel/helpers" "^7.10.4" |
53 | | - "@babel/parser" "^7.11.5" |
| 70 | + "@babel/parser" "^7.12.0" |
54 | 71 | "@babel/template" "^7.10.4" |
55 | | - "@babel/traverse" "^7.11.5" |
56 | | - "@babel/types" "^7.11.5" |
| 72 | + "@babel/traverse" "^7.12.0" |
| 73 | + "@babel/types" "^7.12.0" |
57 | 74 | convert-source-map "^1.7.0" |
58 | 75 | debug "^4.1.0" |
59 | 76 | gensync "^1.0.0-beta.1" |
|
84 | 101 | semver "^5.4.1" |
85 | 102 | source-map "^0.5.0" |
86 | 103 |
|
| 104 | +"@babel/core@^7.11.6": |
| 105 | + version "7.11.6" |
| 106 | + resolved "https://registry.npmjs.org/@babel/core/-/core-7.11.6.tgz#3a9455dc7387ff1bac45770650bc13ba04a15651" |
| 107 | + integrity sha512-Wpcv03AGnmkgm6uS6k8iwhIwTrcP0m17TL1n1sy7qD0qelDu4XNeW0dN0mHfa+Gei211yDaLoEe/VlbXQzM4Bg== |
| 108 | + dependencies: |
| 109 | + "@babel/code-frame" "^7.10.4" |
| 110 | + "@babel/generator" "^7.11.6" |
| 111 | + "@babel/helper-module-transforms" "^7.11.0" |
| 112 | + "@babel/helpers" "^7.10.4" |
| 113 | + "@babel/parser" "^7.11.5" |
| 114 | + "@babel/template" "^7.10.4" |
| 115 | + "@babel/traverse" "^7.11.5" |
| 116 | + "@babel/types" "^7.11.5" |
| 117 | + convert-source-map "^1.7.0" |
| 118 | + debug "^4.1.0" |
| 119 | + gensync "^1.0.0-beta.1" |
| 120 | + json5 "^2.1.2" |
| 121 | + lodash "^4.17.19" |
| 122 | + resolve "^1.3.2" |
| 123 | + semver "^5.4.1" |
| 124 | + source-map "^0.5.0" |
| 125 | + |
87 | 126 | "@babel/generator@^7.0.0-beta.44", "@babel/generator@^7.8.4": |
88 | 127 | version "7.8.4" |
89 | 128 | resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.8.4.tgz#35bbc74486956fe4251829f9f6c48330e8d0985e" |
|
121 | 160 | jsesc "^2.5.1" |
122 | 161 | source-map "^0.5.0" |
123 | 162 |
|
| 163 | +"@babel/generator@^7.12.0": |
| 164 | + version "7.12.0" |
| 165 | + resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.12.0.tgz#91a45f1c18ca8d895a35a04da1a4cf7ea3f37f98" |
| 166 | + integrity sha512-8lnf4QcyiQMf5XQp47BltuMTocsOh6P0z/vueEh8GzhmWWlDbdvOoI5Ziddg0XYhmnx35HyByUW51/9NprF8cA== |
| 167 | + dependencies: |
| 168 | + "@babel/types" "^7.12.0" |
| 169 | + jsesc "^2.5.1" |
| 170 | + source-map "^0.5.0" |
| 171 | + |
124 | 172 | "@babel/helper-annotate-as-pure@^7.10.4": |
125 | 173 | version "7.10.4" |
126 | 174 | resolved "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.4.tgz#5bf0d495a3f757ac3bda48b5bf3b3ba309c72ba3" |
|
254 | 302 | dependencies: |
255 | 303 | "@babel/types" "^7.11.0" |
256 | 304 |
|
| 305 | +"@babel/helper-member-expression-to-functions@^7.12.0": |
| 306 | + version "7.12.0" |
| 307 | + resolved "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.0.tgz#48f605fa801764f3e5b2e301e49d35fe1820c4f3" |
| 308 | + integrity sha512-I0d/bgzgzgLsJMk7UZ0TN2KV3OGjC/t/9Saz8PKb9jrcEAXhgjGysOgp4PDKydIKjUv/gj2St4ae+ov8l+T9Xg== |
| 309 | + dependencies: |
| 310 | + "@babel/types" "^7.12.0" |
| 311 | + |
257 | 312 | "@babel/helper-module-imports@^7.0.0-beta.44": |
258 | 313 | version "7.8.3" |
259 | 314 | resolved "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.8.3.tgz#7fe39589b39c016331b6b8c3f441e8f0b1419498" |
|
281 | 336 | "@babel/types" "^7.11.0" |
282 | 337 | lodash "^4.17.19" |
283 | 338 |
|
| 339 | +"@babel/helper-module-transforms@^7.12.0": |
| 340 | + version "7.12.0" |
| 341 | + resolved "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.12.0.tgz#8ac7d9e8716f94549a42e577c5429391950e33f3" |
| 342 | + integrity sha512-1ZTMoCiLSzTJLbq7mSaTHki4oIrBIf/dUbzdhwTrvtMU3ZNVKwQmGae3gSiqppo7G8HAgnXmc43rfEaD8yYLLQ== |
| 343 | + dependencies: |
| 344 | + "@babel/helper-module-imports" "^7.10.4" |
| 345 | + "@babel/helper-replace-supers" "^7.12.0" |
| 346 | + "@babel/helper-simple-access" "^7.10.4" |
| 347 | + "@babel/helper-split-export-declaration" "^7.11.0" |
| 348 | + "@babel/helper-validator-identifier" "^7.10.4" |
| 349 | + "@babel/template" "^7.10.4" |
| 350 | + "@babel/traverse" "^7.12.0" |
| 351 | + "@babel/types" "^7.12.0" |
| 352 | + lodash "^4.17.19" |
| 353 | + |
284 | 354 | "@babel/helper-optimise-call-expression@^7.10.4": |
285 | 355 | version "7.10.4" |
286 | 356 | resolved "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.4.tgz#50dc96413d594f995a77905905b05893cd779673" |
|
325 | 395 | "@babel/traverse" "^7.10.4" |
326 | 396 | "@babel/types" "^7.10.4" |
327 | 397 |
|
| 398 | +"@babel/helper-replace-supers@^7.12.0": |
| 399 | + version "7.12.0" |
| 400 | + resolved "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.12.0.tgz#98d3f3eb779752e59c7422ab387c9b444323be60" |
| 401 | + integrity sha512-9kycFdq2c9e7PXZOr2z/ZqTFF9OzFu287iFwYS+CiDVPuoTCfY8hoTsIqNQNetQjlqoRsRyJFrMG1uhGAR4EEw== |
| 402 | + dependencies: |
| 403 | + "@babel/helper-member-expression-to-functions" "^7.12.0" |
| 404 | + "@babel/helper-optimise-call-expression" "^7.10.4" |
| 405 | + "@babel/traverse" "^7.12.0" |
| 406 | + "@babel/types" "^7.12.0" |
| 407 | + |
328 | 408 | "@babel/helper-simple-access@^7.10.4": |
329 | 409 | version "7.10.4" |
330 | 410 | resolved "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.10.4.tgz#0f5ccda2945277a2a7a2d3a821e15395edcf3461" |
|
427 | 507 | resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.11.5.tgz#c7ff6303df71080ec7a4f5b8c003c58f1cf51037" |
428 | 508 | integrity sha512-X9rD8qqm695vgmeaQ4fvz/o3+Wk4ZzQvSHkDBgpYKxpD4qTAUm88ZKtHkVqIOsYFFbIQ6wQYhC6q7pjqVK0E0Q== |
429 | 509 |
|
| 510 | +"@babel/parser@^7.12.0": |
| 511 | + version "7.12.0" |
| 512 | + resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.12.0.tgz#2ad388f3960045b22f9b7d4bf85e80b15a1c9e3a" |
| 513 | + integrity sha512-dYmySMYnlus2jwl7JnnajAj11obRStZoW9cG04wh4ZuhozDn11tDUrhHcUZ9iuNHqALAhh60XqNaYXpvuuE/Gg== |
| 514 | + |
430 | 515 | "@babel/plugin-proposal-async-generator-functions@^7.10.4": |
431 | 516 | version "7.10.5" |
432 | 517 | resolved "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.10.5.tgz#3491cabf2f7c179ab820606cec27fed15e0e8558" |
|
1058 | 1143 | globals "^11.1.0" |
1059 | 1144 | lodash "^4.17.19" |
1060 | 1145 |
|
| 1146 | +"@babel/traverse@^7.12.0": |
| 1147 | + version "7.12.0" |
| 1148 | + resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.12.0.tgz#ed31953d6e708cdd34443de2fcdb55f72cdfb266" |
| 1149 | + integrity sha512-ZU9e79xpOukCNPkQ1UzR4gJKCruGckr6edd8v8lmKpSk8iakgUIvb+5ZtaKKV9f7O+x5r+xbMDDIbzVpUoiIuw== |
| 1150 | + dependencies: |
| 1151 | + "@babel/code-frame" "^7.10.4" |
| 1152 | + "@babel/generator" "^7.12.0" |
| 1153 | + "@babel/helper-function-name" "^7.10.4" |
| 1154 | + "@babel/helper-split-export-declaration" "^7.11.0" |
| 1155 | + "@babel/parser" "^7.12.0" |
| 1156 | + "@babel/types" "^7.12.0" |
| 1157 | + debug "^4.1.0" |
| 1158 | + globals "^11.1.0" |
| 1159 | + lodash "^4.17.19" |
| 1160 | + |
1061 | 1161 | "@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.8.3": |
1062 | 1162 | version "7.8.3" |
1063 | 1163 | resolved "https://registry.npmjs.org/@babel/types/-/types-7.8.3.tgz#5a383dffa5416db1b73dedffd311ffd0788fb31c" |
|
1094 | 1194 | lodash "^4.17.19" |
1095 | 1195 | to-fast-properties "^2.0.0" |
1096 | 1196 |
|
| 1197 | +"@babel/types@^7.12.0": |
| 1198 | + version "7.12.0" |
| 1199 | + resolved "https://registry.npmjs.org/@babel/types/-/types-7.12.0.tgz#b6b49f425ee59043fbc89c61b11a13d5eae7b5c6" |
| 1200 | + integrity sha512-ggIyFmT2zMaYRheOfPDQ4gz7QqV3B+t2rjqjbttDJxMcb7/LukvWCmlIl1sWcOxrvwpTDd+z0OytzqsbGeb3/g== |
| 1201 | + dependencies: |
| 1202 | + "@babel/helper-validator-identifier" "^7.10.4" |
| 1203 | + lodash "^4.17.19" |
| 1204 | + to-fast-properties "^2.0.0" |
| 1205 | + |
1097 | 1206 | "@bcoe/v8-coverage@^0.2.3": |
1098 | 1207 | version "0.2.3" |
1099 | 1208 | resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" |
@@ -3305,7 +3414,7 @@ chardet@^0.7.0: |
3305 | 3414 | resolved "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e" |
3306 | 3415 | integrity sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA== |
3307 | 3416 |
|
3308 | | -chokidar@^2.1.8: |
| 3417 | +chokidar@^2.1.8, "chokidarAt2@https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz": |
3309 | 3418 | version "2.1.8" |
3310 | 3419 | resolved "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz#804b3a7b6a99358c3c5c61e71d8728f041cff917" |
3311 | 3420 | integrity sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg== |
@@ -3339,6 +3448,21 @@ chokidar@^3.3.0: |
3339 | 3448 | optionalDependencies: |
3340 | 3449 | fsevents "~2.1.2" |
3341 | 3450 |
|
| 3451 | +chokidar@^3.4.0: |
| 3452 | + version "3.4.3" |
| 3453 | + resolved "https://registry.npmjs.org/chokidar/-/chokidar-3.4.3.tgz#c1df38231448e45ca4ac588e6c79573ba6a57d5b" |
| 3454 | + integrity sha512-DtM3g7juCXQxFVSNPNByEC2+NImtBuxQQvWlHunpJIS5Ocr0lG306cC7FCi7cEA0fzmybPUIl4txBIobk1gGOQ== |
| 3455 | + dependencies: |
| 3456 | + anymatch "~3.1.1" |
| 3457 | + braces "~3.0.2" |
| 3458 | + glob-parent "~5.1.0" |
| 3459 | + is-binary-path "~2.1.0" |
| 3460 | + is-glob "~4.0.1" |
| 3461 | + normalize-path "~3.0.0" |
| 3462 | + readdirp "~3.5.0" |
| 3463 | + optionalDependencies: |
| 3464 | + fsevents "~2.1.2" |
| 3465 | + |
3342 | 3466 | chownr@^1.1.1, chownr@^1.1.2: |
3343 | 3467 | version "1.1.3" |
3344 | 3468 | resolved "https://registry.npmjs.org/chownr/-/chownr-1.1.3.tgz#42d837d5239688d55f303003a508230fa6727142" |
@@ -8666,6 +8790,13 @@ readdirp@~3.4.0: |
8666 | 8790 | dependencies: |
8667 | 8791 | picomatch "^2.2.1" |
8668 | 8792 |
|
| 8793 | +readdirp@~3.5.0: |
| 8794 | + version "3.5.0" |
| 8795 | + resolved "https://registry.npmjs.org/readdirp/-/readdirp-3.5.0.tgz#9ba74c019b15d365278d2e91bb8c48d7b4d42c9e" |
| 8796 | + integrity sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ== |
| 8797 | + dependencies: |
| 8798 | + picomatch "^2.2.1" |
| 8799 | + |
8669 | 8800 | readline2@^1.0.1: |
8670 | 8801 | version "1.0.1" |
8671 | 8802 | resolved "https://registry.npmjs.org/readline2/-/readline2-1.0.1.tgz#41059608ffc154757b715d9989d199ffbf372e35" |
|
0 commit comments