|
25 | 25 | dependencies:
|
26 | 26 | "@babel/highlight" "^7.10.1"
|
27 | 27 |
|
| 28 | +"@babel/code-frame@^7.10.4": |
| 29 | + version "7.10.4" |
| 30 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a" |
| 31 | + integrity sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg== |
| 32 | + dependencies: |
| 33 | + "@babel/highlight" "^7.10.4" |
| 34 | + |
28 | 35 | "@babel/compat-data@^7.10.1":
|
29 | 36 | version "7.10.1"
|
30 | 37 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.10.1.tgz#b1085ffe72cd17bf2c0ee790fc09f9626011b2db"
|
|
66 | 73 | lodash "^4.17.13"
|
67 | 74 | source-map "^0.5.0"
|
68 | 75 |
|
| 76 | +"@babel/generator@^7.10.4": |
| 77 | + version "7.10.4" |
| 78 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.4.tgz#e49eeed9fe114b62fa5b181856a43a5e32f5f243" |
| 79 | + integrity sha512-toLIHUIAgcQygFZRAQcsLQV3CBuX6yOIru1kJk/qqqvcRmZrYe6WavZTSG+bB8MxhnL9YPf+pKQfuiP161q7ng== |
| 80 | + dependencies: |
| 81 | + "@babel/types" "^7.10.4" |
| 82 | + jsesc "^2.5.1" |
| 83 | + lodash "^4.17.13" |
| 84 | + source-map "^0.5.0" |
| 85 | + |
69 | 86 | "@babel/helper-annotate-as-pure@^7.10.1":
|
70 | 87 | version "7.10.1"
|
71 | 88 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.1.tgz#f6d08acc6f70bbd59b436262553fb2e259a1a268"
|
|
116 | 133 | levenary "^1.1.1"
|
117 | 134 | semver "^5.5.0"
|
118 | 135 |
|
119 |
| -"@babel/helper-create-class-features-plugin@^7.10.1": |
120 |
| - version "7.10.2" |
121 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.10.2.tgz#7474295770f217dbcf288bf7572eb213db46ee67" |
122 |
| - integrity sha512-5C/QhkGFh1vqcziq1vAL6SI9ymzUp8BCYjFpvYVhWP4DlATIb3u5q3iUd35mvlyGs8fO7hckkW7i0tmH+5+bvQ== |
| 136 | +"@babel/helper-create-class-features-plugin@^7.10.1", "@babel/helper-create-class-features-plugin@^7.10.4", "@babel/helper-create-class-features-plugin@^7.8.3": |
| 137 | + version "7.10.4" |
| 138 | + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.10.4.tgz#2d4015d0136bd314103a70d84a7183e4b344a355" |
| 139 | + integrity sha512-9raUiOsXPxzzLjCXeosApJItoMnX3uyT4QdM2UldffuGApNrF8e938MwNpDCK9CPoyxrEoCgT+hObJc3mZa6lQ== |
123 | 140 | dependencies:
|
124 |
| - "@babel/helper-function-name" "^7.10.1" |
125 |
| - "@babel/helper-member-expression-to-functions" "^7.10.1" |
126 |
| - "@babel/helper-optimise-call-expression" "^7.10.1" |
127 |
| - "@babel/helper-plugin-utils" "^7.10.1" |
128 |
| - "@babel/helper-replace-supers" "^7.10.1" |
129 |
| - "@babel/helper-split-export-declaration" "^7.10.1" |
130 |
| - |
131 |
| -"@babel/helper-create-class-features-plugin@^7.8.3": |
132 |
| - version "7.9.5" |
133 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.9.5.tgz#79753d44017806b481017f24b02fd4113c7106ea" |
134 |
| - integrity sha512-IipaxGaQmW4TfWoXdqjY0TzoXQ1HRS0kPpEgvjosb3u7Uedcq297xFqDQiCcQtRRwzIMif+N1MLVI8C5a4/PAA== |
135 |
| - dependencies: |
136 |
| - "@babel/helper-function-name" "^7.9.5" |
137 |
| - "@babel/helper-member-expression-to-functions" "^7.8.3" |
138 |
| - "@babel/helper-optimise-call-expression" "^7.8.3" |
139 |
| - "@babel/helper-plugin-utils" "^7.8.3" |
140 |
| - "@babel/helper-replace-supers" "^7.8.6" |
141 |
| - "@babel/helper-split-export-declaration" "^7.8.3" |
| 141 | + "@babel/helper-function-name" "^7.10.4" |
| 142 | + "@babel/helper-member-expression-to-functions" "^7.10.4" |
| 143 | + "@babel/helper-optimise-call-expression" "^7.10.4" |
| 144 | + "@babel/helper-plugin-utils" "^7.10.4" |
| 145 | + "@babel/helper-replace-supers" "^7.10.4" |
| 146 | + "@babel/helper-split-export-declaration" "^7.10.4" |
142 | 147 |
|
143 | 148 | "@babel/helper-create-regexp-features-plugin@^7.10.1":
|
144 | 149 | version "7.10.1"
|
|
184 | 189 | "@babel/template" "^7.10.1"
|
185 | 190 | "@babel/types" "^7.10.1"
|
186 | 191 |
|
187 |
| -"@babel/helper-function-name@^7.9.5": |
188 |
| - version "7.9.5" |
189 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.9.5.tgz#2b53820d35275120e1874a82e5aabe1376920a5c" |
190 |
| - integrity sha512-JVcQZeXM59Cd1qanDUxv9fgJpt3NeKUaqBqUEvfmQ+BCOKq2xUgaWZW2hr0dkbyJgezYuplEoh5knmrnS68efw== |
| 192 | +"@babel/helper-function-name@^7.10.4": |
| 193 | + version "7.10.4" |
| 194 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.10.4.tgz#d2d3b20c59ad8c47112fa7d2a94bc09d5ef82f1a" |
| 195 | + integrity sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ== |
191 | 196 | dependencies:
|
192 |
| - "@babel/helper-get-function-arity" "^7.8.3" |
193 |
| - "@babel/template" "^7.8.3" |
194 |
| - "@babel/types" "^7.9.5" |
| 197 | + "@babel/helper-get-function-arity" "^7.10.4" |
| 198 | + "@babel/template" "^7.10.4" |
| 199 | + "@babel/types" "^7.10.4" |
195 | 200 |
|
196 | 201 | "@babel/helper-get-function-arity@^7.10.1":
|
197 | 202 | version "7.10.1"
|
|
200 | 205 | dependencies:
|
201 | 206 | "@babel/types" "^7.10.1"
|
202 | 207 |
|
203 |
| -"@babel/helper-get-function-arity@^7.8.3": |
204 |
| - version "7.8.3" |
205 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz#b894b947bd004381ce63ea1db9f08547e920abd5" |
206 |
| - integrity sha512-FVDR+Gd9iLjUMY1fzE2SR0IuaJToR4RkCDARVfsBBPSP53GEqSFjD8gNyxg246VUyc/ALRxFaAK8rVG7UT7xRA== |
| 208 | +"@babel/helper-get-function-arity@^7.10.4": |
| 209 | + version "7.10.4" |
| 210 | + resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz#98c1cbea0e2332f33f9a4661b8ce1505b2c19ba2" |
| 211 | + integrity sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A== |
207 | 212 | dependencies:
|
208 |
| - "@babel/types" "^7.8.3" |
| 213 | + "@babel/types" "^7.10.4" |
209 | 214 |
|
210 | 215 | "@babel/helper-hoist-variables@^7.10.1":
|
211 | 216 | version "7.10.1"
|
|
221 | 226 | dependencies:
|
222 | 227 | "@babel/types" "^7.10.1"
|
223 | 228 |
|
224 |
| -"@babel/helper-member-expression-to-functions@^7.8.3": |
225 |
| - version "7.8.3" |
226 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.8.3.tgz#659b710498ea6c1d9907e0c73f206eee7dadc24c" |
227 |
| - integrity sha512-fO4Egq88utkQFjbPrSHGmGLFqmrshs11d46WI+WZDESt7Wu7wN2G2Iu+NMMZJFDOVRHAMIkB5SNh30NtwCA7RA== |
| 229 | +"@babel/helper-member-expression-to-functions@^7.10.4": |
| 230 | + version "7.10.4" |
| 231 | + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.10.4.tgz#7cd04b57dfcf82fce9aeae7d4e4452fa31b8c7c4" |
| 232 | + integrity sha512-m5j85pK/KZhuSdM/8cHUABQTAslV47OjfIB9Cc7P+PvlAoBzdb79BGNfw8RhT5Mq3p+xGd0ZfAKixbrUZx0C7A== |
228 | 233 | dependencies:
|
229 |
| - "@babel/types" "^7.8.3" |
| 234 | + "@babel/types" "^7.10.4" |
230 | 235 |
|
231 | 236 | "@babel/helper-module-imports@^7.10.1", "@babel/helper-module-imports@^7.8.3":
|
232 | 237 | version "7.10.1"
|
|
255 | 260 | dependencies:
|
256 | 261 | "@babel/types" "^7.10.1"
|
257 | 262 |
|
258 |
| -"@babel/helper-optimise-call-expression@^7.8.3": |
259 |
| - version "7.8.3" |
260 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.8.3.tgz#7ed071813d09c75298ef4f208956006b6111ecb9" |
261 |
| - integrity sha512-Kag20n86cbO2AvHca6EJsvqAd82gc6VMGule4HwebwMlwkpXuVqrNRj6CkCV2sKxgi9MyAUnZVnZ6lJ1/vKhHQ== |
| 263 | +"@babel/helper-optimise-call-expression@^7.10.4": |
| 264 | + version "7.10.4" |
| 265 | + resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.4.tgz#50dc96413d594f995a77905905b05893cd779673" |
| 266 | + integrity sha512-n3UGKY4VXwXThEiKrgRAoVPBMqeoPgHVqiHZOanAJCG9nQUL2pLRQirUzl0ioKclHGpGqRgIOkgcIJaIWLpygg== |
262 | 267 | dependencies:
|
263 |
| - "@babel/types" "^7.8.3" |
| 268 | + "@babel/types" "^7.10.4" |
264 | 269 |
|
265 |
| -"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.1", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": |
266 |
| - version "7.10.1" |
267 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.1.tgz#ec5a5cf0eec925b66c60580328b122c01230a127" |
268 |
| - integrity sha512-fvoGeXt0bJc7VMWZGCAEBEMo/HAjW2mP8apF5eXK0wSqwLAVHAISCWRoLMBMUs2kqeaG77jltVqu4Hn8Egl3nA== |
| 270 | +"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.1", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": |
| 271 | + version "7.10.4" |
| 272 | + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz#2f75a831269d4f677de49986dff59927533cf375" |
| 273 | + integrity sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg== |
269 | 274 |
|
270 | 275 | "@babel/helper-regex@^7.10.1":
|
271 | 276 | version "7.10.1"
|
|
302 | 307 | "@babel/traverse" "^7.10.1"
|
303 | 308 | "@babel/types" "^7.10.1"
|
304 | 309 |
|
305 |
| -"@babel/helper-replace-supers@^7.8.6": |
306 |
| - version "7.8.6" |
307 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.8.6.tgz#5ada744fd5ad73203bf1d67459a27dcba67effc8" |
308 |
| - integrity sha512-PeMArdA4Sv/Wf4zXwBKPqVj7n9UF/xg6slNRtZW84FM7JpE1CbG8B612FyM4cxrf4fMAMGO0kR7voy1ForHHFA== |
| 310 | +"@babel/helper-replace-supers@^7.10.4": |
| 311 | + version "7.10.4" |
| 312 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.10.4.tgz#d585cd9388ea06e6031e4cd44b6713cbead9e6cf" |
| 313 | + integrity sha512-sPxZfFXocEymYTdVK1UNmFPBN+Hv5mJkLPsYWwGBxZAxaWfFu+xqp7b6qWD0yjNuNL2VKc6L5M18tOXUP7NU0A== |
309 | 314 | dependencies:
|
310 |
| - "@babel/helper-member-expression-to-functions" "^7.8.3" |
311 |
| - "@babel/helper-optimise-call-expression" "^7.8.3" |
312 |
| - "@babel/traverse" "^7.8.6" |
313 |
| - "@babel/types" "^7.8.6" |
| 315 | + "@babel/helper-member-expression-to-functions" "^7.10.4" |
| 316 | + "@babel/helper-optimise-call-expression" "^7.10.4" |
| 317 | + "@babel/traverse" "^7.10.4" |
| 318 | + "@babel/types" "^7.10.4" |
314 | 319 |
|
315 | 320 | "@babel/helper-simple-access@^7.10.1":
|
316 | 321 | version "7.10.1"
|
|
327 | 332 | dependencies:
|
328 | 333 | "@babel/types" "^7.10.1"
|
329 | 334 |
|
330 |
| -"@babel/helper-split-export-declaration@^7.8.3": |
331 |
| - version "7.8.3" |
332 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz#31a9f30070f91368a7182cf05f831781065fc7a9" |
333 |
| - integrity sha512-3x3yOeyBhW851hroze7ElzdkeRXQYQbFIb7gLK1WQYsw2GWDay5gAJNw1sWJ0VFP6z5J1whqeXH/WCdCjZv6dA== |
| 335 | +"@babel/helper-split-export-declaration@^7.10.4": |
| 336 | + version "7.10.4" |
| 337 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.10.4.tgz#2c70576eaa3b5609b24cb99db2888cc3fc4251d1" |
| 338 | + integrity sha512-pySBTeoUff56fL5CBU2hWm9TesA4r/rOkI9DyJLvvgz09MB9YtfIYe3iBriVaYNaPe+Alua0vBIOVOLs2buWhg== |
334 | 339 | dependencies:
|
335 |
| - "@babel/types" "^7.8.3" |
| 340 | + "@babel/types" "^7.10.4" |
336 | 341 |
|
337 | 342 | "@babel/helper-validator-identifier@^7.10.1":
|
338 | 343 | version "7.10.1"
|
339 | 344 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.1.tgz#5770b0c1a826c4f53f5ede5e153163e0318e94b5"
|
340 | 345 | integrity sha512-5vW/JXLALhczRCWP0PnFDMCJAchlBvM7f4uk/jXritBnIa6E1KmqmtrS3yn1LAnxFBypQ3eneLuXjsnfQsgILw==
|
341 | 346 |
|
| 347 | +"@babel/helper-validator-identifier@^7.10.4": |
| 348 | + version "7.10.4" |
| 349 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2" |
| 350 | + integrity sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw== |
| 351 | + |
342 | 352 | "@babel/helper-wrap-function@^7.10.1":
|
343 | 353 | version "7.10.1"
|
344 | 354 | resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.10.1.tgz#956d1310d6696257a7afd47e4c42dfda5dfcedc9"
|
|
367 | 377 | chalk "^2.0.0"
|
368 | 378 | js-tokens "^4.0.0"
|
369 | 379 |
|
| 380 | +"@babel/highlight@^7.10.4": |
| 381 | + version "7.10.4" |
| 382 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.4.tgz#7d1bdfd65753538fabe6c38596cdb76d9ac60143" |
| 383 | + integrity sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA== |
| 384 | + dependencies: |
| 385 | + "@babel/helper-validator-identifier" "^7.10.4" |
| 386 | + chalk "^2.0.0" |
| 387 | + js-tokens "^4.0.0" |
| 388 | + |
370 | 389 | "@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.10.1", "@babel/parser@^7.10.2", "@babel/parser@^7.7.0", "@babel/parser@^7.7.5":
|
371 | 390 | version "7.10.2"
|
372 | 391 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.2.tgz#871807f10442b92ff97e4783b9b54f6a0ca812d0"
|
373 | 392 | integrity sha512-PApSXlNMJyB4JiGVhCOlzKIif+TKFTvu0aQAhnTvfP/z3vVSN6ZypH5bfUNwFXXjRQtUEBNFd2PtmCmG2Py3qQ==
|
374 | 393 |
|
| 394 | +"@babel/parser@^7.10.4": |
| 395 | + version "7.10.4" |
| 396 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.4.tgz#9eedf27e1998d87739fb5028a5120557c06a1a64" |
| 397 | + integrity sha512-8jHII4hf+YVDsskTF6WuMB3X4Eh+PsUkC2ljq22so5rHvH+T8BzyL94VOdyFLNR8tBSVXOTbNHOKpR4TfRxVtA== |
| 398 | + |
375 | 399 | "@babel/plugin-external-helpers@^7.0.0":
|
376 | 400 | version "7.8.3"
|
377 | 401 | resolved "https://registry.yarnpkg.com/@babel/plugin-external-helpers/-/plugin-external-helpers-7.8.3.tgz#5a94164d9af393b2820a3cdc407e28ebf237de4b"
|
|
389 | 413 | "@babel/plugin-syntax-async-generators" "^7.8.0"
|
390 | 414 |
|
391 | 415 | "@babel/plugin-proposal-class-properties@^7.0.0", "@babel/plugin-proposal-class-properties@^7.10.1", "@babel/plugin-proposal-class-properties@^7.8.3":
|
392 |
| - version "7.10.1" |
393 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.10.1.tgz#046bc7f6550bb08d9bd1d4f060f5f5a4f1087e01" |
394 |
| - integrity sha512-sqdGWgoXlnOdgMXU+9MbhzwFRgxVLeiGBqTrnuS7LC2IBU31wSsESbTUreT2O418obpfPdGUR2GbEufZF1bpqw== |
| 416 | + version "7.10.4" |
| 417 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.10.4.tgz#a33bf632da390a59c7a8c570045d1115cd778807" |
| 418 | + integrity sha512-vhwkEROxzcHGNu2mzUC0OFFNXdZ4M23ib8aRRcJSsW8BZK9pQMD7QB7csl97NBbgGZO7ZyHUyKDnxzOaP4IrCg== |
395 | 419 | dependencies:
|
396 |
| - "@babel/helper-create-class-features-plugin" "^7.10.1" |
397 |
| - "@babel/helper-plugin-utils" "^7.10.1" |
| 420 | + "@babel/helper-create-class-features-plugin" "^7.10.4" |
| 421 | + "@babel/helper-plugin-utils" "^7.10.4" |
398 | 422 |
|
399 | 423 | "@babel/plugin-proposal-dynamic-import@^7.10.1":
|
400 | 424 | version "7.10.1"
|
|
1066 | 1090 | dependencies:
|
1067 | 1091 | regenerator-runtime "^0.13.4"
|
1068 | 1092 |
|
1069 |
| -"@babel/template@^7.0.0", "@babel/template@^7.10.1", "@babel/template@^7.3.3", "@babel/template@^7.7.4", "@babel/template@^7.8.3": |
| 1093 | +"@babel/template@^7.0.0", "@babel/template@^7.10.1", "@babel/template@^7.3.3", "@babel/template@^7.7.4": |
1070 | 1094 | version "7.10.1"
|
1071 | 1095 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.1.tgz#e167154a94cb5f14b28dc58f5356d2162f539811"
|
1072 | 1096 | integrity sha512-OQDg6SqvFSsc9A0ej6SKINWrpJiNonRIniYondK2ViKhB06i3c0s+76XUft71iqBEe9S1OKsHwPAjfHnuvnCig==
|
|
1075 | 1099 | "@babel/parser" "^7.10.1"
|
1076 | 1100 | "@babel/types" "^7.10.1"
|
1077 | 1101 |
|
1078 |
| -"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.10.1", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.4", "@babel/traverse@^7.8.6": |
| 1102 | +"@babel/template@^7.10.4": |
| 1103 | + version "7.10.4" |
| 1104 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.4.tgz#3251996c4200ebc71d1a8fc405fba940f36ba278" |
| 1105 | + integrity sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA== |
| 1106 | + dependencies: |
| 1107 | + "@babel/code-frame" "^7.10.4" |
| 1108 | + "@babel/parser" "^7.10.4" |
| 1109 | + "@babel/types" "^7.10.4" |
| 1110 | + |
| 1111 | +"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.10.1", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.4": |
1079 | 1112 | version "7.10.1"
|
1080 | 1113 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.1.tgz#bbcef3031e4152a6c0b50147f4958df54ca0dd27"
|
1081 | 1114 | integrity sha512-C/cTuXeKt85K+p08jN6vMDz8vSV0vZcI0wmQ36o6mjbuo++kPMdpOYw23W2XH04dbRt9/nMEfA4W3eR21CD+TQ==
|
|
1090 | 1123 | globals "^11.1.0"
|
1091 | 1124 | lodash "^4.17.13"
|
1092 | 1125 |
|
1093 |
| -"@babel/types@^7.0.0", "@babel/types@^7.10.1", "@babel/types@^7.10.2", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.5": |
| 1126 | +"@babel/traverse@^7.10.4": |
| 1127 | + version "7.10.4" |
| 1128 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.4.tgz#e642e5395a3b09cc95c8e74a27432b484b697818" |
| 1129 | + integrity sha512-aSy7p5THgSYm4YyxNGz6jZpXf+Ok40QF3aA2LyIONkDHpAcJzDUqlCKXv6peqYUs2gmic849C/t2HKw2a2K20Q== |
| 1130 | + dependencies: |
| 1131 | + "@babel/code-frame" "^7.10.4" |
| 1132 | + "@babel/generator" "^7.10.4" |
| 1133 | + "@babel/helper-function-name" "^7.10.4" |
| 1134 | + "@babel/helper-split-export-declaration" "^7.10.4" |
| 1135 | + "@babel/parser" "^7.10.4" |
| 1136 | + "@babel/types" "^7.10.4" |
| 1137 | + debug "^4.1.0" |
| 1138 | + globals "^11.1.0" |
| 1139 | + lodash "^4.17.13" |
| 1140 | + |
| 1141 | +"@babel/types@^7.0.0", "@babel/types@^7.10.1", "@babel/types@^7.10.2", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0", "@babel/types@^7.8.3": |
1094 | 1142 | version "7.10.2"
|
1095 | 1143 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.2.tgz#30283be31cad0dbf6fb00bd40641ca0ea675172d"
|
1096 | 1144 | integrity sha512-AD3AwWBSz0AWF0AkCN9VPiWrvldXq+/e3cHa4J89vo4ymjz1XwrBFFVZmkJTsQIPNk+ZVomPSXUJqq8yyjZsng==
|
|
1099 | 1147 | lodash "^4.17.13"
|
1100 | 1148 | to-fast-properties "^2.0.0"
|
1101 | 1149 |
|
| 1150 | +"@babel/types@^7.10.4": |
| 1151 | + version "7.10.4" |
| 1152 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.4.tgz#369517188352e18219981efd156bfdb199fff1ee" |
| 1153 | + integrity sha512-UTCFOxC3FsFHb7lkRMVvgLzaRVamXuAs2Tz4wajva4WxtVY82eZeaUBtC2Zt95FU9TiznuC0Zk35tsim8jeVpg== |
| 1154 | + dependencies: |
| 1155 | + "@babel/helper-validator-identifier" "^7.10.4" |
| 1156 | + lodash "^4.17.13" |
| 1157 | + to-fast-properties "^2.0.0" |
| 1158 | + |
1102 | 1159 | "@bcoe/v8-coverage@^0.2.3":
|
1103 | 1160 | version "0.2.3"
|
1104 | 1161 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
0 commit comments