|
101 | 101 | semver "^5.4.1"
|
102 | 102 | source-map "^0.5.0"
|
103 | 103 |
|
104 |
| -"@babel/core@^7.10.4", "@babel/core@^7.9.0", "@babel/core@^7.9.6": |
| 104 | +"@babel/core@^7.10.5": |
| 105 | + version "7.10.5" |
| 106 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.5.tgz#1f15e2cca8ad9a1d78a38ddba612f5e7cdbbd330" |
| 107 | + integrity sha512-O34LQooYVDXPl7QWCdW9p4NR+QlzOr7xShPPJz8GsuCU3/8ua/wqTr7gmnxXv+WBESiGU/G5s16i6tUvHkNb+w== |
| 108 | + dependencies: |
| 109 | + "@babel/code-frame" "^7.10.4" |
| 110 | + "@babel/generator" "^7.10.5" |
| 111 | + "@babel/helper-module-transforms" "^7.10.5" |
| 112 | + "@babel/helpers" "^7.10.4" |
| 113 | + "@babel/parser" "^7.10.5" |
| 114 | + "@babel/template" "^7.10.4" |
| 115 | + "@babel/traverse" "^7.10.5" |
| 116 | + "@babel/types" "^7.10.5" |
| 117 | + convert-source-map "^1.7.0" |
| 118 | + debug "^4.1.0" |
| 119 | + gensync "^1.0.0-beta.1" |
| 120 | + json5 "^2.1.2" |
| 121 | + lodash "^4.17.19" |
| 122 | + resolve "^1.3.2" |
| 123 | + semver "^5.4.1" |
| 124 | + source-map "^0.5.0" |
| 125 | + |
| 126 | +"@babel/core@^7.9.0", "@babel/core@^7.9.6": |
105 | 127 | version "7.10.4"
|
106 | 128 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.4.tgz#780e8b83e496152f8dd7df63892b2e052bf1d51d"
|
107 | 129 | integrity sha512-3A0tS0HWpy4XujGc7QtOIHTeNwUgWaZc/WuS5YQrfhU67jnVmsD6OGPc1AKHH0LJHQICGncy3+YUjIhVlfDdcA==
|
|
143 | 165 | lodash "^4.17.13"
|
144 | 166 | source-map "^0.5.0"
|
145 | 167 |
|
| 168 | +"@babel/generator@^7.10.5": |
| 169 | + version "7.10.5" |
| 170 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.10.5.tgz#1b903554bc8c583ee8d25f1e8969732e6b829a69" |
| 171 | + integrity sha512-3vXxr3FEW7E7lJZiWQ3bM4+v/Vyr9C+hpolQ8BGFr9Y8Ri2tFLWTixmwKBafDujO1WVah4fhZBeU1bieKdghig== |
| 172 | + dependencies: |
| 173 | + "@babel/types" "^7.10.5" |
| 174 | + jsesc "^2.5.1" |
| 175 | + source-map "^0.5.0" |
| 176 | + |
146 | 177 | "@babel/helper-annotate-as-pure@^7.10.1":
|
147 | 178 | version "7.10.1"
|
148 | 179 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.1.tgz#f6d08acc6f70bbd59b436262553fb2e259a1a268"
|
|
253 | 284 | "@babel/helper-replace-supers" "^7.10.4"
|
254 | 285 | "@babel/helper-split-export-declaration" "^7.10.4"
|
255 | 286 |
|
| 287 | +"@babel/helper-create-class-features-plugin@^7.10.5": |
| 288 | + version "7.10.5" |
| 289 | + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.10.5.tgz#9f61446ba80e8240b0a5c85c6fdac8459d6f259d" |
| 290 | + integrity sha512-0nkdeijB7VlZoLT3r/mY3bUkw3T8WG/hNw+FATs/6+pG2039IJWjTYL0VTISqsNHMUTEnwbVnc89WIJX9Qed0A== |
| 291 | + dependencies: |
| 292 | + "@babel/helper-function-name" "^7.10.4" |
| 293 | + "@babel/helper-member-expression-to-functions" "^7.10.5" |
| 294 | + "@babel/helper-optimise-call-expression" "^7.10.4" |
| 295 | + "@babel/helper-plugin-utils" "^7.10.4" |
| 296 | + "@babel/helper-replace-supers" "^7.10.4" |
| 297 | + "@babel/helper-split-export-declaration" "^7.10.4" |
| 298 | + |
256 | 299 | "@babel/helper-create-regexp-features-plugin@^7.10.1", "@babel/helper-create-regexp-features-plugin@^7.8.3":
|
257 | 300 | version "7.10.1"
|
258 | 301 | resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.10.1.tgz#1b8feeab1594cbcfbf3ab5a3bbcabac0468efdbd"
|
|
365 | 408 | dependencies:
|
366 | 409 | "@babel/types" "^7.10.4"
|
367 | 410 |
|
| 411 | +"@babel/helper-member-expression-to-functions@^7.10.5": |
| 412 | + version "7.10.5" |
| 413 | + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.10.5.tgz#172f56e7a63e78112f3a04055f24365af702e7ee" |
| 414 | + integrity sha512-HiqJpYD5+WopCXIAbQDG0zye5XYVvcO9w/DHp5GsaGkRUaamLj2bEtu6i8rnGGprAhHM3qidCMgp71HF4endhA== |
| 415 | + dependencies: |
| 416 | + "@babel/types" "^7.10.5" |
| 417 | + |
368 | 418 | "@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.10.1", "@babel/helper-module-imports@^7.7.4":
|
369 | 419 | version "7.10.1"
|
370 | 420 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.10.1.tgz#dd331bd45bccc566ce77004e9d05fe17add13876"
|
|
405 | 455 | "@babel/types" "^7.10.4"
|
406 | 456 | lodash "^4.17.13"
|
407 | 457 |
|
| 458 | +"@babel/helper-module-transforms@^7.10.5": |
| 459 | + version "7.10.5" |
| 460 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.10.5.tgz#120c271c0b3353673fcdfd8c053db3c544a260d6" |
| 461 | + integrity sha512-4P+CWMJ6/j1W915ITJaUkadLObmCRRSC234uctJfn/vHrsLNxsR8dwlcXv9ZhJWzl77awf+mWXSZEKt5t0OnlA== |
| 462 | + dependencies: |
| 463 | + "@babel/helper-module-imports" "^7.10.4" |
| 464 | + "@babel/helper-replace-supers" "^7.10.4" |
| 465 | + "@babel/helper-simple-access" "^7.10.4" |
| 466 | + "@babel/helper-split-export-declaration" "^7.10.4" |
| 467 | + "@babel/template" "^7.10.4" |
| 468 | + "@babel/types" "^7.10.5" |
| 469 | + lodash "^4.17.19" |
| 470 | + |
408 | 471 | "@babel/helper-optimise-call-expression@^7.10.1":
|
409 | 472 | version "7.10.1"
|
410 | 473 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.1.tgz#b4a1f2561870ce1247ceddb02a3860fa96d72543"
|
|
596 | 659 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.4.tgz#9eedf27e1998d87739fb5028a5120557c06a1a64"
|
597 | 660 | integrity sha512-8jHII4hf+YVDsskTF6WuMB3X4Eh+PsUkC2ljq22so5rHvH+T8BzyL94VOdyFLNR8tBSVXOTbNHOKpR4TfRxVtA==
|
598 | 661 |
|
| 662 | +"@babel/parser@^7.10.5": |
| 663 | + version "7.10.5" |
| 664 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.5.tgz#e7c6bf5a7deff957cec9f04b551e2762909d826b" |
| 665 | + integrity sha512-wfryxy4bE1UivvQKSQDU4/X6dr+i8bctjUjj8Zyt3DQy7NtPizJXT8M52nqpNKL+nq2PW8lxk4ZqLj0fD4B4hQ== |
| 666 | + |
599 | 667 | "@babel/plugin-proposal-async-generator-functions@^7.10.1":
|
600 | 668 | version "7.10.1"
|
601 | 669 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.10.1.tgz#6911af5ba2e615c4ff3c497fe2f47b35bf6d7e55"
|
|
630 | 698 | "@babel/helper-create-class-features-plugin" "^7.10.4"
|
631 | 699 | "@babel/helper-plugin-utils" "^7.10.4"
|
632 | 700 |
|
633 |
| -"@babel/plugin-proposal-decorators@^7.10.4", "@babel/plugin-proposal-decorators@^7.8.3": |
| 701 | +"@babel/plugin-proposal-decorators@^7.10.5": |
| 702 | + version "7.10.5" |
| 703 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.10.5.tgz#42898bba478bc4b1ae242a703a953a7ad350ffb4" |
| 704 | + integrity sha512-Sc5TAQSZuLzgY0664mMDn24Vw2P8g/VhyLyGPaWiHahhgLqeZvcGeyBZOrJW0oSKIK2mvQ22a1ENXBIQLhrEiQ== |
| 705 | + dependencies: |
| 706 | + "@babel/helper-create-class-features-plugin" "^7.10.5" |
| 707 | + "@babel/helper-plugin-utils" "^7.10.4" |
| 708 | + "@babel/plugin-syntax-decorators" "^7.10.4" |
| 709 | + |
| 710 | +"@babel/plugin-proposal-decorators@^7.8.3": |
634 | 711 | version "7.10.4"
|
635 | 712 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.10.4.tgz#fe20ef10cc73f386f70910fca48798041cd357c7"
|
636 | 713 | integrity sha512-JHTWjQngOPv+ZQQqOGv2x6sCCr4IYWy7S1/VH6BE9ZfkoLrdQ2GpEP3tfb5M++G9PwvqjhY8VC/C3tXm+/eHvA==
|
|
1483 | 1560 | dependencies:
|
1484 | 1561 | "@babel/helper-plugin-utils" "^7.10.4"
|
1485 | 1562 |
|
1486 |
| -"@babel/plugin-transform-runtime@^7.10.4": |
1487 |
| - version "7.10.4" |
1488 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.10.4.tgz#594fb53453ea1b6f0779cceb48ce0718a447feb7" |
1489 |
| - integrity sha512-8ULlGv8p+Vuxu+kz2Y1dk6MYS2b/Dki+NO6/0ZlfSj5tMalfDL7jI/o/2a+rrWLqSXvnadEqc2WguB4gdQIxZw== |
| 1563 | +"@babel/plugin-transform-runtime@^7.10.5": |
| 1564 | + version "7.10.5" |
| 1565 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.10.5.tgz#3b39b7b24830e0c2d8ff7a4489fe5cf99fbace86" |
| 1566 | + integrity sha512-tV4V/FjElJ9lQtyjr5xD2IFFbgY46r7EeVu5a8CpEKT5laheHKSlFeHjpkPppW3PqzGLAuv5k2qZX5LgVZIX5w== |
1490 | 1567 | dependencies:
|
1491 | 1568 | "@babel/helper-module-imports" "^7.10.4"
|
1492 | 1569 | "@babel/helper-plugin-utils" "^7.10.4"
|
|
1835 | 1912 | core-js-pure "^3.0.0"
|
1836 | 1913 | regenerator-runtime "^0.13.4"
|
1837 | 1914 |
|
1838 |
| -"@babel/ [email protected]. 4", "@babel/runtime@^7.1.2", "@babel/runtime@^7.10.2", "@babel/runtime@^7.10.3", "@babel/runtime@^7.3.1", "@babel/runtime@^7.4.4", "@babel/runtime@^7.5.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.3", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2": |
1839 |
| - version "7.10.4" |
1840 |
| - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.10.4.tgz#a6724f1a6b8d2f6ea5236dbfe58c7d7ea9c5eb99" |
1841 |
| - integrity sha512-UpTN5yUJr9b4EX2CnGNWIvER7Ab83ibv0pcvvHc4UOdrBI5jb8bj+32cCwPX6xu0mt2daFNjYhoi+X7beH0RSw== |
| 1915 | +"@babel/ [email protected]. 5", "@babel/runtime@^7.1.2", "@babel/runtime@^7.10.2", "@babel/runtime@^7.10.3", "@babel/runtime@^7.3.1", "@babel/runtime@^7.4.4", "@babel/runtime@^7.5.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.3", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2": |
| 1916 | + version "7.10.5" |
| 1917 | + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.10.5.tgz#303d8bd440ecd5a491eae6117fd3367698674c5c" |
| 1918 | + integrity sha512-otddXKhdNn7d0ptoFRHtMLa8LqDxLYwTjB4nYgM1yy5N6gU/MUf8zqyyLltCH3yAVitBzmwK4us+DD0l/MauAg== |
1842 | 1919 | dependencies:
|
1843 | 1920 | regenerator-runtime "^0.13.4"
|
1844 | 1921 |
|
|
1890 | 1967 | globals "^11.1.0"
|
1891 | 1968 | lodash "^4.17.13"
|
1892 | 1969 |
|
| 1970 | +"@babel/traverse@^7.10.5": |
| 1971 | + version "7.10.5" |
| 1972 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.5.tgz#77ce464f5b258be265af618d8fddf0536f20b564" |
| 1973 | + integrity sha512-yc/fyv2gUjPqzTz0WHeRJH2pv7jA9kA7mBX2tXl/x5iOE81uaVPuGPtaYk7wmkx4b67mQ7NqI8rmT2pF47KYKQ== |
| 1974 | + dependencies: |
| 1975 | + "@babel/code-frame" "^7.10.4" |
| 1976 | + "@babel/generator" "^7.10.5" |
| 1977 | + "@babel/helper-function-name" "^7.10.4" |
| 1978 | + "@babel/helper-split-export-declaration" "^7.10.4" |
| 1979 | + "@babel/parser" "^7.10.5" |
| 1980 | + "@babel/types" "^7.10.5" |
| 1981 | + debug "^4.1.0" |
| 1982 | + globals "^11.1.0" |
| 1983 | + lodash "^4.17.19" |
| 1984 | + |
1893 | 1985 | "@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.0", "@babel/types@^7.4.4", "@babel/types@^7.6.0", "@babel/types@^7.9.6":
|
1894 | 1986 | version "7.10.2"
|
1895 | 1987 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.2.tgz#30283be31cad0dbf6fb00bd40641ca0ea675172d"
|
|
1908 | 2000 | lodash "^4.17.13"
|
1909 | 2001 | to-fast-properties "^2.0.0"
|
1910 | 2002 |
|
| 2003 | +"@babel/types@^7.10.5": |
| 2004 | + version "7.10.5" |
| 2005 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.5.tgz#d88ae7e2fde86bfbfe851d4d81afa70a997b5d15" |
| 2006 | + integrity sha512-ixV66KWfCI6GKoA/2H9v6bQdbfXEwwpOdQ8cRvb4F+eyvhlaHxWFMQB4+3d9QFJXZsiiiqVrewNV0DFEQpyT4Q== |
| 2007 | + dependencies: |
| 2008 | + "@babel/helper-validator-identifier" "^7.10.4" |
| 2009 | + lodash "^4.17.19" |
| 2010 | + to-fast-properties "^2.0.0" |
| 2011 | + |
1911 | 2012 |
|
1912 | 2013 | version "1.0.0"
|
1913 | 2014 | resolved "https://registry.yarnpkg.com/@base2/pretty-print-object/-/pretty-print-object-1.0.0.tgz#860ce718b0b73f4009e153541faff2cb6b85d047"
|
|
0 commit comments