|
81 | 81 | "@babel/template" "^7.0.0"
|
82 | 82 | "@babel/types" "^7.0.0"
|
83 | 83 |
|
| 84 | +"@babel/helper-function-name@^7.1.0": |
| 85 | + version "7.1.0" |
| 86 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.1.0.tgz#a0ceb01685f73355d4360c1247f582bfafc8ff53" |
| 87 | + dependencies: |
| 88 | + "@babel/helper-get-function-arity" "^7.0.0" |
| 89 | + "@babel/template" "^7.1.0" |
| 90 | + "@babel/types" "^7.0.0" |
| 91 | + |
84 | 92 | "@babel/helper-get-function-arity@^7.0.0":
|
85 | 93 | version "7.0.0"
|
86 | 94 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3"
|
|
151 | 159 | "@babel/traverse" "^7.0.0"
|
152 | 160 | "@babel/types" "^7.0.0"
|
153 | 161 |
|
| 162 | +"@babel/helper-replace-supers@^7.1.0": |
| 163 | + version "7.1.0" |
| 164 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.1.0.tgz#5fc31de522ec0ef0899dc9b3e7cf6a5dd655f362" |
| 165 | + dependencies: |
| 166 | + "@babel/helper-member-expression-to-functions" "^7.0.0" |
| 167 | + "@babel/helper-optimise-call-expression" "^7.0.0" |
| 168 | + "@babel/traverse" "^7.1.0" |
| 169 | + "@babel/types" "^7.0.0" |
| 170 | + |
154 | 171 | "@babel/helper-simple-access@^7.0.0":
|
155 | 172 | version "7.0.0"
|
156 | 173 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.0.0.tgz#ff36a27983ae4c27122da2f7f294dced80ecbd08"
|
|
193 | 210 | version "7.0.0"
|
194 | 211 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.0.0.tgz#697655183394facffb063437ddf52c0277698775"
|
195 | 212 |
|
| 213 | +"@babel/parser@^7.1.0", "@babel/parser@^7.1.2": |
| 214 | + version "7.1.2" |
| 215 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.1.2.tgz#85c5c47af6d244fab77bce6b9bd830e38c978409" |
| 216 | + |
196 | 217 | "@babel/plugin-proposal-async-generator-functions@^7.0.0":
|
197 | 218 | version "7.0.0"
|
198 | 219 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.0.0.tgz#5d1eb6b44fd388b97f964350007ab9da090b1d70"
|
|
201 | 222 | "@babel/helper-remap-async-to-generator" "^7.0.0"
|
202 | 223 | "@babel/plugin-syntax-async-generators" "^7.0.0"
|
203 | 224 |
|
| 225 | +"@babel/plugin-proposal-class-properties@^7.0.0": |
| 226 | + version "7.1.0" |
| 227 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.1.0.tgz#9af01856b1241db60ec8838d84691aa0bd1e8df4" |
| 228 | + dependencies: |
| 229 | + "@babel/helper-function-name" "^7.1.0" |
| 230 | + "@babel/helper-member-expression-to-functions" "^7.0.0" |
| 231 | + "@babel/helper-optimise-call-expression" "^7.0.0" |
| 232 | + "@babel/helper-plugin-utils" "^7.0.0" |
| 233 | + "@babel/helper-replace-supers" "^7.1.0" |
| 234 | + "@babel/plugin-syntax-class-properties" "^7.0.0" |
| 235 | + |
204 | 236 | "@babel/plugin-proposal-json-strings@^7.0.0":
|
205 | 237 | version "7.0.0"
|
206 | 238 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.0.0.tgz#3b4d7b5cf51e1f2e70f52351d28d44fc2970d01e"
|
|
236 | 268 | dependencies:
|
237 | 269 | "@babel/helper-plugin-utils" "^7.0.0"
|
238 | 270 |
|
| 271 | +"@babel/plugin-syntax-class-properties@^7.0.0": |
| 272 | + version "7.0.0" |
| 273 | + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.0.0.tgz#e051af5d300cbfbcec4a7476e37a803489881634" |
| 274 | + dependencies: |
| 275 | + "@babel/helper-plugin-utils" "^7.0.0" |
| 276 | + |
239 | 277 | "@babel/plugin-syntax-json-strings@^7.0.0":
|
240 | 278 | version "7.0.0"
|
241 | 279 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.0.0.tgz#0d259a68090e15b383ce3710e01d5b23f3770cbd"
|
|
381 | 419 | dependencies:
|
382 | 420 | "@babel/helper-plugin-utils" "^7.0.0"
|
383 | 421 |
|
| 422 | +"@babel/plugin-transform-object-assign@^7.0.0": |
| 423 | + version "7.0.0" |
| 424 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-assign/-/plugin-transform-object-assign-7.0.0.tgz#fca6d7500d9675c42868b8f3882979201b9a5ad8" |
| 425 | + dependencies: |
| 426 | + "@babel/helper-plugin-utils" "^7.0.0" |
| 427 | + |
384 | 428 | "@babel/plugin-transform-object-super@^7.0.0":
|
385 | 429 | version "7.0.0"
|
386 | 430 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.0.0.tgz#b8587d511309b3a0e96e9e38169908b3e392041e"
|
|
496 | 540 | "@babel/parser" "^7.0.0"
|
497 | 541 | "@babel/types" "^7.0.0"
|
498 | 542 |
|
| 543 | +"@babel/template@^7.1.0": |
| 544 | + version "7.1.2" |
| 545 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.1.2.tgz#090484a574fef5a2d2d7726a674eceda5c5b5644" |
| 546 | + dependencies: |
| 547 | + "@babel/code-frame" "^7.0.0" |
| 548 | + "@babel/parser" "^7.1.2" |
| 549 | + "@babel/types" "^7.1.2" |
| 550 | + |
499 | 551 | "@babel/traverse@^7.0.0":
|
500 | 552 | version "7.0.0"
|
501 | 553 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0.tgz#b1fe9b6567fdf3ab542cfad6f3b31f854d799a61"
|
|
510 | 562 | globals "^11.1.0"
|
511 | 563 | lodash "^4.17.10"
|
512 | 564 |
|
| 565 | +"@babel/traverse@^7.1.0": |
| 566 | + version "7.1.0" |
| 567 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.1.0.tgz#503ec6669387efd182c3888c4eec07bcc45d91b2" |
| 568 | + dependencies: |
| 569 | + "@babel/code-frame" "^7.0.0" |
| 570 | + "@babel/generator" "^7.0.0" |
| 571 | + "@babel/helper-function-name" "^7.1.0" |
| 572 | + "@babel/helper-split-export-declaration" "^7.0.0" |
| 573 | + "@babel/parser" "^7.1.0" |
| 574 | + "@babel/types" "^7.0.0" |
| 575 | + debug "^3.1.0" |
| 576 | + globals "^11.1.0" |
| 577 | + lodash "^4.17.10" |
| 578 | + |
513 | 579 | "@babel/types@^7.0.0":
|
514 | 580 | version "7.0.0"
|
515 | 581 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0.tgz#6e191793d3c854d19c6749989e3bc55f0e962118"
|
|
518 | 584 | lodash "^4.17.10"
|
519 | 585 | to-fast-properties "^2.0.0"
|
520 | 586 |
|
| 587 | +"@babel/types@^7.1.2": |
| 588 | + version "7.1.2" |
| 589 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.1.2.tgz#183e7952cf6691628afdc2e2b90d03240bac80c0" |
| 590 | + dependencies: |
| 591 | + esutils "^2.0.2" |
| 592 | + lodash "^4.17.10" |
| 593 | + to-fast-properties "^2.0.0" |
| 594 | + |
521 | 595 | "@webassemblyjs/[email protected]":
|
522 | 596 | version "1.5.13"
|
523 | 597 | resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.5.13.tgz#81155a570bd5803a30ec31436bc2c9c0ede38f25"
|
|
0 commit comments