|
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.1": |
| 13 | + version "7.10.1" |
| 14 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.1.tgz#d5481c5095daa1c57e16e54c6f9198443afb49ff" |
| 15 | + integrity sha512-IGhtTmpjGbYzcEDOw7DcQtbQSXcG9ftmAXtWTu9V936vDye4xjjekktFAtgZsWpzTj/X01jocB46mTywm/4SZw== |
| 16 | + dependencies: |
| 17 | + "@babel/highlight" "^7.10.1" |
| 18 | + |
| 19 | +"@babel/core@7.10.2": |
| 20 | + version "7.10.2" |
| 21 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.2.tgz#bd6786046668a925ac2bd2fd95b579b92a23b36a" |
| 22 | + integrity sha512-KQmV9yguEjQsXqyOUGKjS4+3K8/DlOCE2pZcq4augdQmtTy5iv5EHtmMSJ7V4c1BIPjuwtZYqYLCq9Ga+hGBRQ== |
| 23 | + dependencies: |
| 24 | + "@babel/code-frame" "^7.10.1" |
| 25 | + "@babel/generator" "^7.10.2" |
| 26 | + "@babel/helper-module-transforms" "^7.10.1" |
| 27 | + "@babel/helpers" "^7.10.1" |
| 28 | + "@babel/parser" "^7.10.2" |
| 29 | + "@babel/template" "^7.10.1" |
| 30 | + "@babel/traverse" "^7.10.1" |
| 31 | + "@babel/types" "^7.10.2" |
| 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.13" |
| 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.10.1", "@babel/generator@^7.10.2": |
| 64 | + version "7.10.2" |
| 65 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.2.tgz#0fa5b5b2389db8bfdfcc3492b551ee20f5dd69a9" |
| 66 | + integrity sha512-AxfBNHNu99DTMvlUPlt1h2+Hn7knPpH5ayJ8OqDWSeLld+Fi2AYBTC/IejWDM9Edcii4UzZRCsbUt0WlSDsDsA== |
| 67 | + dependencies: |
| 68 | + "@babel/types" "^7.10.2" |
| 69 | + jsesc "^2.5.1" |
| 70 | + lodash "^4.17.13" |
| 71 | + source-map "^0.5.0" |
| 72 | + |
34 | 73 | "@babel/generator@^7.4.0", "@babel/generator@^7.5.0", "@babel/generator@^7.9.0": |
35 | 74 | version "7.9.4" |
36 | 75 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.4.tgz#12441e90c3b3c4159cdecf312075bf1a8ce2dbce" |
|
111 | 150 | "@babel/traverse" "^7.8.3" |
112 | 151 | "@babel/types" "^7.8.3" |
113 | 152 |
|
| 153 | +"@babel/helper-function-name@^7.10.1": |
| 154 | + version "7.10.1" |
| 155 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.10.1.tgz#92bd63829bfc9215aca9d9defa85f56b539454f4" |
| 156 | + integrity sha512-fcpumwhs3YyZ/ttd5Rz0xn0TpIwVkN7X0V38B9TWNfVF42KEkhkAAuPCQ3oXmtTRtiPJrmZ0TrfS0GKF0eMaRQ== |
| 157 | + dependencies: |
| 158 | + "@babel/helper-get-function-arity" "^7.10.1" |
| 159 | + "@babel/template" "^7.10.1" |
| 160 | + "@babel/types" "^7.10.1" |
| 161 | + |
114 | 162 | "@babel/helper-function-name@^7.8.3": |
115 | 163 | version "7.8.3" |
116 | 164 | resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.8.3.tgz#eeeb665a01b1f11068e9fb86ad56a1cb1a824cca" |
|
120 | 168 | "@babel/template" "^7.8.3" |
121 | 169 | "@babel/types" "^7.8.3" |
122 | 170 |
|
| 171 | +"@babel/helper-get-function-arity@^7.10.1": |
| 172 | + version "7.10.1" |
| 173 | + resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.1.tgz#7303390a81ba7cb59613895a192b93850e373f7d" |
| 174 | + integrity sha512-F5qdXkYGOQUb0hpRaPoetF9AnsXknKjWMZ+wmsIRsp5ge5sFh4c3h1eH2pRTTuy9KKAA2+TTYomGXAtEL2fQEw== |
| 175 | + dependencies: |
| 176 | + "@babel/types" "^7.10.1" |
| 177 | + |
123 | 178 | "@babel/helper-get-function-arity@^7.8.3": |
124 | 179 | version "7.8.3" |
125 | 180 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz#b894b947bd004381ce63ea1db9f08547e920abd5" |
126 | 181 | integrity sha512-FVDR+Gd9iLjUMY1fzE2SR0IuaJToR4RkCDARVfsBBPSP53GEqSFjD8gNyxg246VUyc/ALRxFaAK8rVG7UT7xRA== |
127 | 182 | dependencies: |
128 | 183 | "@babel/types" "^7.8.3" |
129 | 184 |
|
| 185 | +"@babel/helper-member-expression-to-functions@^7.10.1": |
| 186 | + version "7.10.1" |
| 187 | + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.10.1.tgz#432967fd7e12a4afef66c4687d4ca22bc0456f15" |
| 188 | + integrity sha512-u7XLXeM2n50gb6PWJ9hoO5oO7JFPaZtrh35t8RqKLT1jFKj9IWeD1zrcrYp1q1qiZTdEarfDWfTIP8nGsu0h5g== |
| 189 | + dependencies: |
| 190 | + "@babel/types" "^7.10.1" |
| 191 | + |
130 | 192 | "@babel/helper-member-expression-to-functions@^7.8.3": |
131 | 193 | version "7.8.3" |
132 | 194 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.8.3.tgz#659b710498ea6c1d9907e0c73f206eee7dadc24c" |
133 | 195 | integrity sha512-fO4Egq88utkQFjbPrSHGmGLFqmrshs11d46WI+WZDESt7Wu7wN2G2Iu+NMMZJFDOVRHAMIkB5SNh30NtwCA7RA== |
134 | 196 | dependencies: |
135 | 197 | "@babel/types" "^7.8.3" |
136 | 198 |
|
| 199 | +"@babel/helper-module-imports@^7.10.1": |
| 200 | + version "7.10.1" |
| 201 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.10.1.tgz#dd331bd45bccc566ce77004e9d05fe17add13876" |
| 202 | + integrity sha512-SFxgwYmZ3HZPyZwJRiVNLRHWuW2OgE5k2nrVs6D9Iv4PPnXVffuEHy83Sfx/l4SqF+5kyJXjAyUmrG7tNm+qVg== |
| 203 | + dependencies: |
| 204 | + "@babel/types" "^7.10.1" |
| 205 | + |
137 | 206 | "@babel/helper-module-imports@^7.8.3": |
138 | 207 | version "7.8.3" |
139 | 208 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.8.3.tgz#7fe39589b39c016331b6b8c3f441e8f0b1419498" |
140 | 209 | integrity sha512-R0Bx3jippsbAEtzkpZ/6FIiuzOURPcMjHp+Z6xPe6DtApDJx+w7UYyOLanZqO8+wKR9G10s/FmHXvxaMd9s6Kg== |
141 | 210 | dependencies: |
142 | 211 | "@babel/types" "^7.8.3" |
143 | 212 |
|
| 213 | +"@babel/helper-module-transforms@^7.10.1": |
| 214 | + version "7.10.1" |
| 215 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.10.1.tgz#24e2f08ee6832c60b157bb0936c86bef7210c622" |
| 216 | + integrity sha512-RLHRCAzyJe7Q7sF4oy2cB+kRnU4wDZY/H2xJFGof+M+SJEGhZsb+GFj5j1AD8NiSaVBJ+Pf0/WObiXu/zxWpFg== |
| 217 | + dependencies: |
| 218 | + "@babel/helper-module-imports" "^7.10.1" |
| 219 | + "@babel/helper-replace-supers" "^7.10.1" |
| 220 | + "@babel/helper-simple-access" "^7.10.1" |
| 221 | + "@babel/helper-split-export-declaration" "^7.10.1" |
| 222 | + "@babel/template" "^7.10.1" |
| 223 | + "@babel/types" "^7.10.1" |
| 224 | + lodash "^4.17.13" |
| 225 | + |
144 | 226 | "@babel/helper-module-transforms@^7.9.0": |
145 | 227 | version "7.9.0" |
146 | 228 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.9.0.tgz#43b34dfe15961918707d247327431388e9fe96e5" |
|
154 | 236 | "@babel/types" "^7.9.0" |
155 | 237 | lodash "^4.17.13" |
156 | 238 |
|
| 239 | +"@babel/helper-optimise-call-expression@^7.10.1": |
| 240 | + version "7.10.1" |
| 241 | + resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.1.tgz#b4a1f2561870ce1247ceddb02a3860fa96d72543" |
| 242 | + integrity sha512-a0DjNS1prnBsoKx83dP2falChcs7p3i8VMzdrSbfLhuQra/2ENC4sbri34dz/rWmDADsmF1q5GbfaXydh0Jbjg== |
| 243 | + dependencies: |
| 244 | + "@babel/types" "^7.10.1" |
| 245 | + |
157 | 246 | "@babel/helper-optimise-call-expression@^7.8.3": |
158 | 247 | version "7.8.3" |
159 | 248 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.8.3.tgz#7ed071813d09c75298ef4f208956006b6111ecb9" |
|
184 | 273 | "@babel/traverse" "^7.8.3" |
185 | 274 | "@babel/types" "^7.8.3" |
186 | 275 |
|
| 276 | +"@babel/helper-replace-supers@^7.10.1": |
| 277 | + version "7.10.1" |
| 278 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.10.1.tgz#ec6859d20c5d8087f6a2dc4e014db7228975f13d" |
| 279 | + integrity sha512-SOwJzEfpuQwInzzQJGjGaiG578UYmyi2Xw668klPWV5n07B73S0a9btjLk/52Mlcxa+5AdIYqws1KyXRfMoB7A== |
| 280 | + dependencies: |
| 281 | + "@babel/helper-member-expression-to-functions" "^7.10.1" |
| 282 | + "@babel/helper-optimise-call-expression" "^7.10.1" |
| 283 | + "@babel/traverse" "^7.10.1" |
| 284 | + "@babel/types" "^7.10.1" |
| 285 | + |
187 | 286 | "@babel/helper-replace-supers@^7.8.3", "@babel/helper-replace-supers@^7.8.6": |
188 | 287 | version "7.8.6" |
189 | 288 | resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.8.6.tgz#5ada744fd5ad73203bf1d67459a27dcba67effc8" |
|
194 | 293 | "@babel/traverse" "^7.8.6" |
195 | 294 | "@babel/types" "^7.8.6" |
196 | 295 |
|
| 296 | +"@babel/helper-simple-access@^7.10.1": |
| 297 | + version "7.10.1" |
| 298 | + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.10.1.tgz#08fb7e22ace9eb8326f7e3920a1c2052f13d851e" |
| 299 | + integrity sha512-VSWpWzRzn9VtgMJBIWTZ+GP107kZdQ4YplJlCmIrjoLVSi/0upixezHCDG8kpPVTBJpKfxTH01wDhh+jS2zKbw== |
| 300 | + dependencies: |
| 301 | + "@babel/template" "^7.10.1" |
| 302 | + "@babel/types" "^7.10.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.10.1": |
| 313 | + version "7.10.1" |
| 314 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.1.tgz#c6f4be1cbc15e3a868e4c64a17d5d31d754da35f" |
| 315 | + integrity sha512-UQ1LVBPrYdbchNhLwj6fetj46BcFwfS4NllJo/1aJsT+1dLTEnXJL0qHqtY7gPzF8S2fXBJamf1biAXV3X077g== |
| 316 | + dependencies: |
| 317 | + "@babel/types" "^7.10.1" |
| 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.1": |
| 327 | + version "7.10.1" |
| 328 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.1.tgz#5770b0c1a826c4f53f5ede5e153163e0318e94b5" |
| 329 | + integrity sha512-5vW/JXLALhczRCWP0PnFDMCJAchlBvM7f4uk/jXritBnIa6E1KmqmtrS3yn1LAnxFBypQ3eneLuXjsnfQsgILw== |
| 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.10.1": |
| 347 | + version "7.10.1" |
| 348 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.10.1.tgz#a6827b7cb975c9d9cef5fd61d919f60d8844a973" |
| 349 | + integrity sha512-muQNHF+IdU6wGgkaJyhhEmI54MOZBKsFfsXFhboz1ybwJ1Kl7IHlbm2a++4jwrmY5UYsgitt5lfqo1wMFcHmyw== |
| 350 | + dependencies: |
| 351 | + "@babel/template" "^7.10.1" |
| 352 | + "@babel/traverse" "^7.10.1" |
| 353 | + "@babel/types" "^7.10.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.1": |
| 365 | + version "7.10.1" |
| 366 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.1.tgz#841d098ba613ba1a427a2b383d79e35552c38ae0" |
| 367 | + integrity sha512-8rMof+gVP8mxYZApLF/JgNDAkdKa+aJt3ZYxF8z6+j/hpeXL7iMsKCPHa2jNMHu/qqBwzQF4OHNoYi8dMA/rYg== |
| 368 | + dependencies: |
| 369 | + "@babel/helper-validator-identifier" "^7.10.1" |
| 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.1", "@babel/parser@^7.10.2": |
| 388 | + version "7.10.2" |
| 389 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.2.tgz#871807f10442b92ff97e4783b9b54f6a0ca812d0" |
| 390 | + integrity sha512-PApSXlNMJyB4JiGVhCOlzKIif+TKFTvu0aQAhnTvfP/z3vVSN6ZypH5bfUNwFXXjRQtUEBNFd2PtmCmG2Py3qQ== |
| 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.10.2": |
| 770 | + version "7.10.2" |
| 771 | + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.10.2.tgz#d103f21f2602497d38348a32e008637d506db839" |
| 772 | + integrity sha512-6sF3uQw2ivImfVIl62RZ7MXhO2tap69WeWK57vAaimT6AZbE4FbqjdEJIN1UqoD6wI6B+1n9UiagafH1sxjOtg== |
| 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.1": |
| 793 | + version "7.10.1" |
| 794 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.1.tgz#e167154a94cb5f14b28dc58f5356d2162f539811" |
| 795 | + integrity sha512-OQDg6SqvFSsc9A0ej6SKINWrpJiNonRIniYondK2ViKhB06i3c0s+76XUft71iqBEe9S1OKsHwPAjfHnuvnCig== |
| 796 | + dependencies: |
| 797 | + "@babel/code-frame" "^7.10.1" |
| 798 | + "@babel/parser" "^7.10.1" |
| 799 | + "@babel/types" "^7.10.1" |
| 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.10.1": |
| 817 | + version "7.10.1" |
| 818 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.1.tgz#bbcef3031e4152a6c0b50147f4958df54ca0dd27" |
| 819 | + integrity sha512-C/cTuXeKt85K+p08jN6vMDz8vSV0vZcI0wmQ36o6mjbuo++kPMdpOYw23W2XH04dbRt9/nMEfA4W3eR21CD+TQ== |
| 820 | + dependencies: |
| 821 | + "@babel/code-frame" "^7.10.1" |
| 822 | + "@babel/generator" "^7.10.1" |
| 823 | + "@babel/helper-function-name" "^7.10.1" |
| 824 | + "@babel/helper-split-export-declaration" "^7.10.1" |
| 825 | + "@babel/parser" "^7.10.1" |
| 826 | + "@babel/types" "^7.10.1" |
| 827 | + debug "^4.1.0" |
| 828 | + globals "^11.1.0" |
| 829 | + lodash "^4.17.13" |
| 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.1", "@babel/types@^7.10.2": |
| 841 | + version "7.10.2" |
| 842 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.2.tgz#30283be31cad0dbf6fb00bd40641ca0ea675172d" |
| 843 | + integrity sha512-AD3AwWBSz0AWF0AkCN9VPiWrvldXq+/e3cHa4J89vo4ymjz1XwrBFFVZmkJTsQIPNk+ZVomPSXUJqq8yyjZsng== |
| 844 | + dependencies: |
| 845 | + "@babel/helper-validator-identifier" "^7.10.1" |
| 846 | + lodash "^4.17.13" |
| 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" |
|
0 commit comments