|
9 | 9 | dependencies: |
10 | 10 | "@babel/highlight" "^7.8.3" |
11 | 11 |
|
12 | | -"@babel/core@7.9.0", "@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.4.5": |
| 12 | +"@babel/code-frame@^7.10.4": |
| 13 | + version "7.10.4" |
| 14 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a" |
| 15 | + integrity sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg== |
| 16 | + dependencies: |
| 17 | + "@babel/highlight" "^7.10.4" |
| 18 | + |
| 19 | +"@babel/core@7.12.3": |
| 20 | + version "7.12.3" |
| 21 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.3.tgz#1b436884e1e3bff6fb1328dc02b208759de92ad8" |
| 22 | + integrity sha512-0qXcZYKZp3/6N2jKYVxZv0aNCsxTSVCiK72DTiTYZAu7sjg73W0/aynWjMbiGd87EQL4WyA8reiJVh92AVla9g== |
| 23 | + dependencies: |
| 24 | + "@babel/code-frame" "^7.10.4" |
| 25 | + "@babel/generator" "^7.12.1" |
| 26 | + "@babel/helper-module-transforms" "^7.12.1" |
| 27 | + "@babel/helpers" "^7.12.1" |
| 28 | + "@babel/parser" "^7.12.3" |
| 29 | + "@babel/template" "^7.10.4" |
| 30 | + "@babel/traverse" "^7.12.1" |
| 31 | + "@babel/types" "^7.12.1" |
| 32 | + convert-source-map "^1.7.0" |
| 33 | + debug "^4.1.0" |
| 34 | + gensync "^1.0.0-beta.1" |
| 35 | + json5 "^2.1.2" |
| 36 | + lodash "^4.17.19" |
| 37 | + resolve "^1.3.2" |
| 38 | + semver "^5.4.1" |
| 39 | + source-map "^0.5.0" |
| 40 | + |
| 41 | +"@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.4.5": |
13 | 42 | version "7.9.0" |
14 | 43 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.9.0.tgz#ac977b538b77e132ff706f3b8a4dbad09c03c56e" |
15 | 44 | integrity sha512-kWc7L0fw1xwvI0zi8OKVBuxRVefwGOrKSQMvrQ3dW+bIIavBY3/NpXmpjMy7bQnLgwgzWQZ8TlM57YHpHNHz4w== |
|
31 | 60 | semver "^5.4.1" |
32 | 61 | source-map "^0.5.0" |
33 | 62 |
|
| 63 | +"@babel/generator@^7.12.1": |
| 64 | + version "7.12.1" |
| 65 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.1.tgz#0d70be32bdaa03d7c51c8597dda76e0df1f15468" |
| 66 | + integrity sha512-DB+6rafIdc9o72Yc3/Ph5h+6hUjeOp66pF0naQBgUFFuPqzQwIlPTm3xZR7YNvduIMtkDIj2t21LSQwnbCrXvg== |
| 67 | + dependencies: |
| 68 | + "@babel/types" "^7.12.1" |
| 69 | + jsesc "^2.5.1" |
| 70 | + source-map "^0.5.0" |
| 71 | + |
34 | 72 | "@babel/generator@^7.4.0", "@babel/generator@^7.5.0", "@babel/generator@^7.9.0": |
35 | 73 | version "7.9.4" |
36 | 74 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.4.tgz#12441e90c3b3c4159cdecf312075bf1a8ce2dbce" |
|
111 | 149 | "@babel/traverse" "^7.8.3" |
112 | 150 | "@babel/types" "^7.8.3" |
113 | 151 |
|
| 152 | +"@babel/helper-function-name@^7.10.4": |
| 153 | + version "7.10.4" |
| 154 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.10.4.tgz#d2d3b20c59ad8c47112fa7d2a94bc09d5ef82f1a" |
| 155 | + integrity sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ== |
| 156 | + dependencies: |
| 157 | + "@babel/helper-get-function-arity" "^7.10.4" |
| 158 | + "@babel/template" "^7.10.4" |
| 159 | + "@babel/types" "^7.10.4" |
| 160 | + |
114 | 161 | "@babel/helper-function-name@^7.8.3": |
115 | 162 | version "7.8.3" |
116 | 163 | resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.8.3.tgz#eeeb665a01b1f11068e9fb86ad56a1cb1a824cca" |
|
120 | 167 | "@babel/template" "^7.8.3" |
121 | 168 | "@babel/types" "^7.8.3" |
122 | 169 |
|
| 170 | +"@babel/helper-get-function-arity@^7.10.4": |
| 171 | + version "7.10.4" |
| 172 | + resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz#98c1cbea0e2332f33f9a4661b8ce1505b2c19ba2" |
| 173 | + integrity sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A== |
| 174 | + dependencies: |
| 175 | + "@babel/types" "^7.10.4" |
| 176 | + |
123 | 177 | "@babel/helper-get-function-arity@^7.8.3": |
124 | 178 | version "7.8.3" |
125 | 179 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz#b894b947bd004381ce63ea1db9f08547e920abd5" |
126 | 180 | integrity sha512-FVDR+Gd9iLjUMY1fzE2SR0IuaJToR4RkCDARVfsBBPSP53GEqSFjD8gNyxg246VUyc/ALRxFaAK8rVG7UT7xRA== |
127 | 181 | dependencies: |
128 | 182 | "@babel/types" "^7.8.3" |
129 | 183 |
|
| 184 | +"@babel/helper-member-expression-to-functions@^7.12.1": |
| 185 | + version "7.12.1" |
| 186 | + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.1.tgz#fba0f2fcff3fba00e6ecb664bb5e6e26e2d6165c" |
| 187 | + integrity sha512-k0CIe3tXUKTRSoEx1LQEPFU9vRQfqHtl+kf8eNnDqb4AUJEy5pz6aIiog+YWtVm2jpggjS1laH68bPsR+KWWPQ== |
| 188 | + dependencies: |
| 189 | + "@babel/types" "^7.12.1" |
| 190 | + |
130 | 191 | "@babel/helper-member-expression-to-functions@^7.8.3": |
131 | 192 | version "7.8.3" |
132 | 193 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.8.3.tgz#659b710498ea6c1d9907e0c73f206eee7dadc24c" |
133 | 194 | integrity sha512-fO4Egq88utkQFjbPrSHGmGLFqmrshs11d46WI+WZDESt7Wu7wN2G2Iu+NMMZJFDOVRHAMIkB5SNh30NtwCA7RA== |
134 | 195 | dependencies: |
135 | 196 | "@babel/types" "^7.8.3" |
136 | 197 |
|
| 198 | +"@babel/helper-module-imports@^7.12.1": |
| 199 | + version "7.12.1" |
| 200 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.1.tgz#1644c01591a15a2f084dd6d092d9430eb1d1216c" |
| 201 | + integrity sha512-ZeC1TlMSvikvJNy1v/wPIazCu3NdOwgYZLIkmIyAsGhqkNpiDoQQRmaCK8YP4Pq3GPTLPV9WXaPCJKvx06JxKA== |
| 202 | + dependencies: |
| 203 | + "@babel/types" "^7.12.1" |
| 204 | + |
137 | 205 | "@babel/helper-module-imports@^7.8.3": |
138 | 206 | version "7.8.3" |
139 | 207 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.8.3.tgz#7fe39589b39c016331b6b8c3f441e8f0b1419498" |
140 | 208 | integrity sha512-R0Bx3jippsbAEtzkpZ/6FIiuzOURPcMjHp+Z6xPe6DtApDJx+w7UYyOLanZqO8+wKR9G10s/FmHXvxaMd9s6Kg== |
141 | 209 | dependencies: |
142 | 210 | "@babel/types" "^7.8.3" |
143 | 211 |
|
| 212 | +"@babel/helper-module-transforms@^7.12.1": |
| 213 | + version "7.12.1" |
| 214 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.1.tgz#7954fec71f5b32c48e4b303b437c34453fd7247c" |
| 215 | + integrity sha512-QQzehgFAZ2bbISiCpmVGfiGux8YVFXQ0abBic2Envhej22DVXV9nCFaS5hIQbkyo1AdGb+gNME2TSh3hYJVV/w== |
| 216 | + dependencies: |
| 217 | + "@babel/helper-module-imports" "^7.12.1" |
| 218 | + "@babel/helper-replace-supers" "^7.12.1" |
| 219 | + "@babel/helper-simple-access" "^7.12.1" |
| 220 | + "@babel/helper-split-export-declaration" "^7.11.0" |
| 221 | + "@babel/helper-validator-identifier" "^7.10.4" |
| 222 | + "@babel/template" "^7.10.4" |
| 223 | + "@babel/traverse" "^7.12.1" |
| 224 | + "@babel/types" "^7.12.1" |
| 225 | + lodash "^4.17.19" |
| 226 | + |
144 | 227 | "@babel/helper-module-transforms@^7.9.0": |
145 | 228 | version "7.9.0" |
146 | 229 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.9.0.tgz#43b34dfe15961918707d247327431388e9fe96e5" |
|
154 | 237 | "@babel/types" "^7.9.0" |
155 | 238 | lodash "^4.17.13" |
156 | 239 |
|
| 240 | +"@babel/helper-optimise-call-expression@^7.10.4": |
| 241 | + version "7.10.4" |
| 242 | + resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.4.tgz#50dc96413d594f995a77905905b05893cd779673" |
| 243 | + integrity sha512-n3UGKY4VXwXThEiKrgRAoVPBMqeoPgHVqiHZOanAJCG9nQUL2pLRQirUzl0ioKclHGpGqRgIOkgcIJaIWLpygg== |
| 244 | + dependencies: |
| 245 | + "@babel/types" "^7.10.4" |
| 246 | + |
157 | 247 | "@babel/helper-optimise-call-expression@^7.8.3": |
158 | 248 | version "7.8.3" |
159 | 249 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.8.3.tgz#7ed071813d09c75298ef4f208956006b6111ecb9" |
|
184 | 274 | "@babel/traverse" "^7.8.3" |
185 | 275 | "@babel/types" "^7.8.3" |
186 | 276 |
|
| 277 | +"@babel/helper-replace-supers@^7.12.1": |
| 278 | + version "7.12.1" |
| 279 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.12.1.tgz#f15c9cc897439281891e11d5ce12562ac0cf3fa9" |
| 280 | + integrity sha512-zJjTvtNJnCFsCXVi5rUInstLd/EIVNmIKA1Q9ynESmMBWPWd+7sdR+G4/wdu+Mppfep0XLyG2m7EBPvjCeFyrw== |
| 281 | + dependencies: |
| 282 | + "@babel/helper-member-expression-to-functions" "^7.12.1" |
| 283 | + "@babel/helper-optimise-call-expression" "^7.10.4" |
| 284 | + "@babel/traverse" "^7.12.1" |
| 285 | + "@babel/types" "^7.12.1" |
| 286 | + |
187 | 287 | "@babel/helper-replace-supers@^7.8.3", "@babel/helper-replace-supers@^7.8.6": |
188 | 288 | version "7.8.6" |
189 | 289 | resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.8.6.tgz#5ada744fd5ad73203bf1d67459a27dcba67effc8" |
|
194 | 294 | "@babel/traverse" "^7.8.6" |
195 | 295 | "@babel/types" "^7.8.6" |
196 | 296 |
|
| 297 | +"@babel/helper-simple-access@^7.12.1": |
| 298 | + version "7.12.1" |
| 299 | + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.12.1.tgz#32427e5aa61547d38eb1e6eaf5fd1426fdad9136" |
| 300 | + integrity sha512-OxBp7pMrjVewSSC8fXDFrHrBcJATOOFssZwv16F3/6Xtc138GHybBfPbm9kfiqQHKhYQrlamWILwlDCeyMFEaA== |
| 301 | + dependencies: |
| 302 | + "@babel/types" "^7.12.1" |
| 303 | + |
197 | 304 | "@babel/helper-simple-access@^7.8.3": |
198 | 305 | version "7.8.3" |
199 | 306 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.8.3.tgz#7f8109928b4dab4654076986af575231deb639ae" |
|
202 | 309 | "@babel/template" "^7.8.3" |
203 | 310 | "@babel/types" "^7.8.3" |
204 | 311 |
|
| 312 | +"@babel/helper-split-export-declaration@^7.11.0": |
| 313 | + version "7.11.0" |
| 314 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.11.0.tgz#f8a491244acf6a676158ac42072911ba83ad099f" |
| 315 | + integrity sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg== |
| 316 | + dependencies: |
| 317 | + "@babel/types" "^7.11.0" |
| 318 | + |
205 | 319 | "@babel/helper-split-export-declaration@^7.8.3": |
206 | 320 | version "7.8.3" |
207 | 321 | resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz#31a9f30070f91368a7182cf05f831781065fc7a9" |
208 | 322 | integrity sha512-3x3yOeyBhW851hroze7ElzdkeRXQYQbFIb7gLK1WQYsw2GWDay5gAJNw1sWJ0VFP6z5J1whqeXH/WCdCjZv6dA== |
209 | 323 | dependencies: |
210 | 324 | "@babel/types" "^7.8.3" |
211 | 325 |
|
| 326 | +"@babel/helper-validator-identifier@^7.10.4": |
| 327 | + version "7.10.4" |
| 328 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2" |
| 329 | + integrity sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw== |
| 330 | + |
212 | 331 | "@babel/helper-validator-identifier@^7.9.0": |
213 | 332 | version "7.9.0" |
214 | 333 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.0.tgz#ad53562a7fc29b3b9a91bbf7d10397fd146346ed" |
|
224 | 343 | "@babel/traverse" "^7.8.3" |
225 | 344 | "@babel/types" "^7.8.3" |
226 | 345 |
|
| 346 | +"@babel/helpers@^7.12.1": |
| 347 | + version "7.12.1" |
| 348 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.1.tgz#8a8261c1d438ec18cb890434df4ec768734c1e79" |
| 349 | + integrity sha512-9JoDSBGoWtmbay98efmT2+mySkwjzeFeAL9BuWNoVQpkPFQF8SIIFUfY5os9u8wVzglzoiPRSW7cuJmBDUt43g== |
| 350 | + dependencies: |
| 351 | + "@babel/template" "^7.10.4" |
| 352 | + "@babel/traverse" "^7.12.1" |
| 353 | + "@babel/types" "^7.12.1" |
| 354 | + |
227 | 355 | "@babel/helpers@^7.9.0": |
228 | 356 | version "7.9.2" |
229 | 357 | resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.9.2.tgz#b42a81a811f1e7313b88cba8adc66b3d9ae6c09f" |
|
233 | 361 | "@babel/traverse" "^7.9.0" |
234 | 362 | "@babel/types" "^7.9.0" |
235 | 363 |
|
| 364 | +"@babel/highlight@^7.10.4": |
| 365 | + version "7.10.4" |
| 366 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.4.tgz#7d1bdfd65753538fabe6c38596cdb76d9ac60143" |
| 367 | + integrity sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA== |
| 368 | + dependencies: |
| 369 | + "@babel/helper-validator-identifier" "^7.10.4" |
| 370 | + chalk "^2.0.0" |
| 371 | + js-tokens "^4.0.0" |
| 372 | + |
236 | 373 | "@babel/highlight@^7.8.3": |
237 | 374 | version "7.9.0" |
238 | 375 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.9.0.tgz#4e9b45ccb82b79607271b2979ad82c7b68163079" |
|
247 | 384 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.4.tgz#68a35e6b0319bbc014465be43828300113f2f2e8" |
248 | 385 | integrity sha512-bC49otXX6N0/VYhgOMh4gnP26E9xnDZK3TmbNpxYzzz9BQLBosQwfyOe9/cXUU3txYhTzLCbcqd5c8y/OmCjHA== |
249 | 386 |
|
| 387 | +"@babel/parser@^7.10.4", "@babel/parser@^7.12.1", "@babel/parser@^7.12.3": |
| 388 | + version "7.12.3" |
| 389 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.3.tgz#a305415ebe7a6c7023b40b5122a0662d928334cd" |
| 390 | + integrity sha512-kFsOS0IbsuhO5ojF8Hc8z/8vEIOkylVBrjiZUbLTE3XFe0Qi+uu6HjzQixkFaqr0ZPAMZcBVxEwmsnsLPZ2Xsw== |
| 391 | + |
250 | 392 | "@babel/plugin-external-helpers@^7.0.0": |
251 | 393 | version "7.8.3" |
252 | 394 | resolved "https://registry.yarnpkg.com/@babel/plugin-external-helpers/-/plugin-external-helpers-7.8.3.tgz#5a94164d9af393b2820a3cdc407e28ebf237de4b" |
|
624 | 766 | core-js-pure "^3.0.0" |
625 | 767 | regenerator-runtime "^0.13.4" |
626 | 768 |
|
627 | | -"@babel/runtime@7.9.2", "@babel/runtime@^7.0.0", "@babel/runtime@^7.8.4": |
| 769 | +"@babel/runtime@7.12.1": |
| 770 | + version "7.12.1" |
| 771 | + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.1.tgz#b4116a6b6711d010b2dad3b7b6e43bf1b9954740" |
| 772 | + integrity sha512-J5AIf3vPj3UwXaAzb5j1xM4WAQDX3EMgemF8rjCP3SoW09LfRKAXQKt6CoVYl230P6iWdRcBbnLDDdnqWxZSCA== |
| 773 | + dependencies: |
| 774 | + regenerator-runtime "^0.13.4" |
| 775 | + |
| 776 | +"@babel/runtime@^7.0.0", "@babel/runtime@^7.8.4": |
628 | 777 | version "7.9.2" |
629 | 778 | resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.9.2.tgz#d90df0583a3a252f09aaa619665367bae518db06" |
630 | 779 | integrity sha512-NE2DtOdufG7R5vnfQUTehdTfNycfUANEtCa9PssN9O/xmTzP4E08UI797ixaei6hBEVL9BI/PsdJS5x7mWoB9Q== |
|
640 | 789 | "@babel/parser" "^7.8.6" |
641 | 790 | "@babel/types" "^7.8.6" |
642 | 791 |
|
| 792 | +"@babel/template@^7.10.4": |
| 793 | + version "7.10.4" |
| 794 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.4.tgz#3251996c4200ebc71d1a8fc405fba940f36ba278" |
| 795 | + integrity sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA== |
| 796 | + dependencies: |
| 797 | + "@babel/code-frame" "^7.10.4" |
| 798 | + "@babel/parser" "^7.10.4" |
| 799 | + "@babel/types" "^7.10.4" |
| 800 | + |
643 | 801 | "@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.4.3", "@babel/traverse@^7.7.0", "@babel/traverse@^7.8.3", "@babel/traverse@^7.8.6", "@babel/traverse@^7.9.0": |
644 | 802 | version "7.9.0" |
645 | 803 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.9.0.tgz#d3882c2830e513f4fe4cec9fe76ea1cc78747892" |
|
655 | 813 | globals "^11.1.0" |
656 | 814 | lodash "^4.17.13" |
657 | 815 |
|
| 816 | +"@babel/traverse@^7.12.1": |
| 817 | + version "7.12.1" |
| 818 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.1.tgz#941395e0c5cc86d5d3e75caa095d3924526f0c1e" |
| 819 | + integrity sha512-MA3WPoRt1ZHo2ZmoGKNqi20YnPt0B1S0GTZEPhhd+hw2KGUzBlHuVunj6K4sNuK+reEvyiPwtp0cpaqLzJDmAw== |
| 820 | + dependencies: |
| 821 | + "@babel/code-frame" "^7.10.4" |
| 822 | + "@babel/generator" "^7.12.1" |
| 823 | + "@babel/helper-function-name" "^7.10.4" |
| 824 | + "@babel/helper-split-export-declaration" "^7.11.0" |
| 825 | + "@babel/parser" "^7.12.1" |
| 826 | + "@babel/types" "^7.12.1" |
| 827 | + debug "^4.1.0" |
| 828 | + globals "^11.1.0" |
| 829 | + lodash "^4.17.19" |
| 830 | + |
658 | 831 | "@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.7.0", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0": |
659 | 832 | version "7.9.0" |
660 | 833 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.0.tgz#00b064c3df83ad32b2dbf5ff07312b15c7f1efb5" |
|
664 | 837 | lodash "^4.17.13" |
665 | 838 | to-fast-properties "^2.0.0" |
666 | 839 |
|
| 840 | +"@babel/types@^7.10.4", "@babel/types@^7.11.0", "@babel/types@^7.12.1": |
| 841 | + version "7.12.1" |
| 842 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.1.tgz#e109d9ab99a8de735be287ee3d6a9947a190c4ae" |
| 843 | + integrity sha512-BzSY3NJBKM4kyatSOWh3D/JJ2O3CVzBybHWxtgxnggaxEuaSTTDqeiSb/xk9lrkw2Tbqyivw5ZU4rT+EfznQsA== |
| 844 | + dependencies: |
| 845 | + "@babel/helper-validator-identifier" "^7.10.4" |
| 846 | + lodash "^4.17.19" |
| 847 | + to-fast-properties "^2.0.0" |
| 848 | + |
667 | 849 | "@cnakazawa/watch@^1.0.3": |
668 | 850 | version "1.0.4" |
669 | 851 | resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.4.tgz#f864ae85004d0fcab6f50be9141c4da368d1656a" |
@@ -4214,6 +4396,11 @@ lodash@4.x.x, lodash@^4.17.10, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15 |
4214 | 4396 | resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548" |
4215 | 4397 | integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A== |
4216 | 4398 |
|
| 4399 | +lodash@^4.17.19: |
| 4400 | + version "4.17.20" |
| 4401 | + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52" |
| 4402 | + integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA== |
| 4403 | + |
4217 | 4404 | log-symbols@^2.2.0: |
4218 | 4405 | version "2.2.0" |
4219 | 4406 | resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-2.2.0.tgz#5740e1c5d6f0dfda4ad9323b5332107ef6b4c40a" |
|
0 commit comments