|
2 | 2 | # yarn lockfile v1 |
3 | 3 |
|
4 | 4 |
|
5 | | -"@babel/cli@^7.0.0": |
6 | | - version "7.10.5" |
7 | | - resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.10.5.tgz#57df2987c8cf89d0fc7d4b157ec59d7619f1b77a" |
8 | | - integrity sha512-j9H9qSf3kLdM0Ao3aGPbGZ73mEA9XazuupcS6cDGWuiyAcANoguhP0r2Lx32H5JGw4sSSoHG3x/mxVnHgvOoyA== |
| 5 | +"@babel/cli@^7.11.6": |
| 6 | + version "7.11.6" |
| 7 | + resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.11.6.tgz#1fcbe61c2a6900c3539c06ee58901141f3558482" |
| 8 | + integrity sha512-+w7BZCvkewSmaRM6H4L2QM3RL90teqEIHDIFXAmrW33+0jhlymnDAEdqVeCZATvxhQuio1ifoGVlJJbIiH9Ffg== |
9 | 9 | dependencies: |
10 | 10 | commander "^4.0.1" |
11 | 11 | convert-source-map "^1.1.0" |
|
34 | 34 | invariant "^2.2.4" |
35 | 35 | semver "^5.5.0" |
36 | 36 |
|
37 | | -"@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.7.5": |
| 37 | +"@babel/core@^7.1.0", "@babel/core@^7.7.5": |
38 | 38 | version "7.10.5" |
39 | 39 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.5.tgz#1f15e2cca8ad9a1d78a38ddba612f5e7cdbbd330" |
40 | 40 | integrity sha512-O34LQooYVDXPl7QWCdW9p4NR+QlzOr7xShPPJz8GsuCU3/8ua/wqTr7gmnxXv+WBESiGU/G5s16i6tUvHkNb+w== |
|
56 | 56 | semver "^5.4.1" |
57 | 57 | source-map "^0.5.0" |
58 | 58 |
|
| 59 | +"@babel/core@^7.11.6": |
| 60 | + version "7.11.6" |
| 61 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.11.6.tgz#3a9455dc7387ff1bac45770650bc13ba04a15651" |
| 62 | + integrity sha512-Wpcv03AGnmkgm6uS6k8iwhIwTrcP0m17TL1n1sy7qD0qelDu4XNeW0dN0mHfa+Gei211yDaLoEe/VlbXQzM4Bg== |
| 63 | + dependencies: |
| 64 | + "@babel/code-frame" "^7.10.4" |
| 65 | + "@babel/generator" "^7.11.6" |
| 66 | + "@babel/helper-module-transforms" "^7.11.0" |
| 67 | + "@babel/helpers" "^7.10.4" |
| 68 | + "@babel/parser" "^7.11.5" |
| 69 | + "@babel/template" "^7.10.4" |
| 70 | + "@babel/traverse" "^7.11.5" |
| 71 | + "@babel/types" "^7.11.5" |
| 72 | + convert-source-map "^1.7.0" |
| 73 | + debug "^4.1.0" |
| 74 | + gensync "^1.0.0-beta.1" |
| 75 | + json5 "^2.1.2" |
| 76 | + lodash "^4.17.19" |
| 77 | + resolve "^1.3.2" |
| 78 | + semver "^5.4.1" |
| 79 | + source-map "^0.5.0" |
| 80 | + |
59 | 81 | "@babel/generator@^7.10.5": |
60 | 82 | version "7.10.5" |
61 | 83 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.5.tgz#1b903554bc8c583ee8d25f1e8969732e6b829a69" |
|
65 | 87 | jsesc "^2.5.1" |
66 | 88 | source-map "^0.5.0" |
67 | 89 |
|
| 90 | +"@babel/generator@^7.11.6", "@babel/generator@^7.12.1": |
| 91 | + version "7.12.1" |
| 92 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.1.tgz#0d70be32bdaa03d7c51c8597dda76e0df1f15468" |
| 93 | + integrity sha512-DB+6rafIdc9o72Yc3/Ph5h+6hUjeOp66pF0naQBgUFFuPqzQwIlPTm3xZR7YNvduIMtkDIj2t21LSQwnbCrXvg== |
| 94 | + dependencies: |
| 95 | + "@babel/types" "^7.12.1" |
| 96 | + jsesc "^2.5.1" |
| 97 | + source-map "^0.5.0" |
| 98 | + |
68 | 99 | "@babel/helper-annotate-as-pure@^7.10.4": |
69 | 100 | version "7.10.4" |
70 | 101 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.4.tgz#5bf0d495a3f757ac3bda48b5bf3b3ba309c72ba3" |
|
159 | 190 | dependencies: |
160 | 191 | "@babel/types" "^7.10.4" |
161 | 192 |
|
| 193 | +"@babel/helper-member-expression-to-functions@^7.12.1": |
| 194 | + version "7.12.1" |
| 195 | + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.1.tgz#fba0f2fcff3fba00e6ecb664bb5e6e26e2d6165c" |
| 196 | + integrity sha512-k0CIe3tXUKTRSoEx1LQEPFU9vRQfqHtl+kf8eNnDqb4AUJEy5pz6aIiog+YWtVm2jpggjS1laH68bPsR+KWWPQ== |
| 197 | + dependencies: |
| 198 | + "@babel/types" "^7.12.1" |
| 199 | + |
162 | 200 | "@babel/helper-module-imports@^7.10.4": |
163 | 201 | version "7.10.4" |
164 | 202 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.10.4.tgz#4c5c54be04bd31670a7382797d75b9fa2e5b5620" |
165 | 203 | integrity sha512-nEQJHqYavI217oD9+s5MUBzk6x1IlvoS9WTPfgG43CbMEeStE0v+r+TucWdx8KFGowPGvyOkDT9+7DHedIDnVw== |
166 | 204 | dependencies: |
167 | 205 | "@babel/types" "^7.10.4" |
168 | 206 |
|
| 207 | +"@babel/helper-module-imports@^7.12.1": |
| 208 | + version "7.12.1" |
| 209 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.1.tgz#1644c01591a15a2f084dd6d092d9430eb1d1216c" |
| 210 | + integrity sha512-ZeC1TlMSvikvJNy1v/wPIazCu3NdOwgYZLIkmIyAsGhqkNpiDoQQRmaCK8YP4Pq3GPTLPV9WXaPCJKvx06JxKA== |
| 211 | + dependencies: |
| 212 | + "@babel/types" "^7.12.1" |
| 213 | + |
169 | 214 | "@babel/helper-module-transforms@^7.10.4", "@babel/helper-module-transforms@^7.10.5": |
170 | 215 | version "7.10.5" |
171 | 216 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.10.5.tgz#120c271c0b3353673fcdfd8c053db3c544a260d6" |
|
179 | 224 | "@babel/types" "^7.10.5" |
180 | 225 | lodash "^4.17.19" |
181 | 226 |
|
| 227 | +"@babel/helper-module-transforms@^7.11.0": |
| 228 | + version "7.12.1" |
| 229 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.1.tgz#7954fec71f5b32c48e4b303b437c34453fd7247c" |
| 230 | + integrity sha512-QQzehgFAZ2bbISiCpmVGfiGux8YVFXQ0abBic2Envhej22DVXV9nCFaS5hIQbkyo1AdGb+gNME2TSh3hYJVV/w== |
| 231 | + dependencies: |
| 232 | + "@babel/helper-module-imports" "^7.12.1" |
| 233 | + "@babel/helper-replace-supers" "^7.12.1" |
| 234 | + "@babel/helper-simple-access" "^7.12.1" |
| 235 | + "@babel/helper-split-export-declaration" "^7.11.0" |
| 236 | + "@babel/helper-validator-identifier" "^7.10.4" |
| 237 | + "@babel/template" "^7.10.4" |
| 238 | + "@babel/traverse" "^7.12.1" |
| 239 | + "@babel/types" "^7.12.1" |
| 240 | + lodash "^4.17.19" |
| 241 | + |
182 | 242 | "@babel/helper-optimise-call-expression@^7.10.4": |
183 | 243 | version "7.10.4" |
184 | 244 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.4.tgz#50dc96413d594f995a77905905b05893cd779673" |
|
219 | 279 | "@babel/traverse" "^7.10.4" |
220 | 280 | "@babel/types" "^7.10.4" |
221 | 281 |
|
| 282 | +"@babel/helper-replace-supers@^7.12.1": |
| 283 | + version "7.12.1" |
| 284 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.12.1.tgz#f15c9cc897439281891e11d5ce12562ac0cf3fa9" |
| 285 | + integrity sha512-zJjTvtNJnCFsCXVi5rUInstLd/EIVNmIKA1Q9ynESmMBWPWd+7sdR+G4/wdu+Mppfep0XLyG2m7EBPvjCeFyrw== |
| 286 | + dependencies: |
| 287 | + "@babel/helper-member-expression-to-functions" "^7.12.1" |
| 288 | + "@babel/helper-optimise-call-expression" "^7.10.4" |
| 289 | + "@babel/traverse" "^7.12.1" |
| 290 | + "@babel/types" "^7.12.1" |
| 291 | + |
222 | 292 | "@babel/helper-simple-access@^7.10.4": |
223 | 293 | version "7.10.4" |
224 | 294 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.10.4.tgz#0f5ccda2945277a2a7a2d3a821e15395edcf3461" |
|
227 | 297 | "@babel/template" "^7.10.4" |
228 | 298 | "@babel/types" "^7.10.4" |
229 | 299 |
|
| 300 | +"@babel/helper-simple-access@^7.12.1": |
| 301 | + version "7.12.1" |
| 302 | + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.12.1.tgz#32427e5aa61547d38eb1e6eaf5fd1426fdad9136" |
| 303 | + integrity sha512-OxBp7pMrjVewSSC8fXDFrHrBcJATOOFssZwv16F3/6Xtc138GHybBfPbm9kfiqQHKhYQrlamWILwlDCeyMFEaA== |
| 304 | + dependencies: |
| 305 | + "@babel/types" "^7.12.1" |
| 306 | + |
230 | 307 | "@babel/helper-split-export-declaration@^7.10.4": |
231 | 308 | version "7.10.4" |
232 | 309 | resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.4.tgz#2c70576eaa3b5609b24cb99db2888cc3fc4251d1" |
233 | 310 | integrity sha512-pySBTeoUff56fL5CBU2hWm9TesA4r/rOkI9DyJLvvgz09MB9YtfIYe3iBriVaYNaPe+Alua0vBIOVOLs2buWhg== |
234 | 311 | dependencies: |
235 | 312 | "@babel/types" "^7.10.4" |
236 | 313 |
|
| 314 | +"@babel/helper-split-export-declaration@^7.11.0": |
| 315 | + version "7.11.0" |
| 316 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.11.0.tgz#f8a491244acf6a676158ac42072911ba83ad099f" |
| 317 | + integrity sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg== |
| 318 | + dependencies: |
| 319 | + "@babel/types" "^7.11.0" |
| 320 | + |
237 | 321 | "@babel/helper-validator-identifier@^7.10.4": |
238 | 322 | version "7.10.4" |
239 | 323 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2" |
|
286 | 370 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.5.tgz#e7c6bf5a7deff957cec9f04b551e2762909d826b" |
287 | 371 | integrity sha512-wfryxy4bE1UivvQKSQDU4/X6dr+i8bctjUjj8Zyt3DQy7NtPizJXT8M52nqpNKL+nq2PW8lxk4ZqLj0fD4B4hQ== |
288 | 372 |
|
| 373 | +"@babel/parser@^7.11.5", "@babel/parser@^7.12.1": |
| 374 | + version "7.12.2" |
| 375 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.2.tgz#9d2fcf24cafe85333ab0aff9f26b81bba356004d" |
| 376 | + integrity sha512-LMN+SqTiZEonUw4hQA0A3zG8DnN0E1F4K107LbDDUnC+0chML1rvWgsHloC9weB4RmZweE0uhFq0eGX7Nr/PBQ== |
| 377 | + |
289 | 378 | "@babel/plugin-proposal-async-generator-functions@^7.10.4": |
290 | 379 | version "7.10.4" |
291 | 380 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.10.4.tgz#4b65abb3d9bacc6c657aaa413e56696f9f170fc6" |
|
841 | 930 | globals "^11.1.0" |
842 | 931 | lodash "^4.17.19" |
843 | 932 |
|
| 933 | +"@babel/traverse@^7.11.5", "@babel/traverse@^7.12.1": |
| 934 | + version "7.12.1" |
| 935 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.1.tgz#941395e0c5cc86d5d3e75caa095d3924526f0c1e" |
| 936 | + integrity sha512-MA3WPoRt1ZHo2ZmoGKNqi20YnPt0B1S0GTZEPhhd+hw2KGUzBlHuVunj6K4sNuK+reEvyiPwtp0cpaqLzJDmAw== |
| 937 | + dependencies: |
| 938 | + "@babel/code-frame" "^7.10.4" |
| 939 | + "@babel/generator" "^7.12.1" |
| 940 | + "@babel/helper-function-name" "^7.10.4" |
| 941 | + "@babel/helper-split-export-declaration" "^7.11.0" |
| 942 | + "@babel/parser" "^7.12.1" |
| 943 | + "@babel/types" "^7.12.1" |
| 944 | + debug "^4.1.0" |
| 945 | + globals "^11.1.0" |
| 946 | + lodash "^4.17.19" |
| 947 | + |
844 | 948 | "@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
845 | 949 | version "7.10.5" |
846 | 950 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.5.tgz#d88ae7e2fde86bfbfe851d4d81afa70a997b5d15" |
|
850 | 954 | lodash "^4.17.19" |
851 | 955 | to-fast-properties "^2.0.0" |
852 | 956 |
|
| 957 | +"@babel/types@^7.11.0", "@babel/types@^7.11.5", "@babel/types@^7.12.1": |
| 958 | + version "7.12.1" |
| 959 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.1.tgz#e109d9ab99a8de735be287ee3d6a9947a190c4ae" |
| 960 | + integrity sha512-BzSY3NJBKM4kyatSOWh3D/JJ2O3CVzBybHWxtgxnggaxEuaSTTDqeiSb/xk9lrkw2Tbqyivw5ZU4rT+EfznQsA== |
| 961 | + dependencies: |
| 962 | + "@babel/helper-validator-identifier" "^7.10.4" |
| 963 | + lodash "^4.17.19" |
| 964 | + to-fast-properties "^2.0.0" |
| 965 | + |
853 | 966 | "@bcoe/v8-coverage@^0.2.3": |
854 | 967 | version "0.2.3" |
855 | 968 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" |
|
0 commit comments