|
34 | 34 | semver "^5.4.1"
|
35 | 35 | source-map "^0.5.0"
|
36 | 36 |
|
37 |
| -"@babel/ [email protected]", "@babel/core@^7.0.0", "@babel/core@^7.0.1": |
| 37 | + |
| 38 | + version "7.4.4" |
| 39 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.4.4.tgz#84055750b05fcd50f9915a826b44fa347a825250" |
| 40 | + integrity sha512-lQgGX3FPRgbz2SKmhMtYgJvVzGZrmjaF4apZ2bLwofAKiSjxU0drPh4S/VasyYXwaTs+A1gvQ45BN8SQJzHsQQ== |
| 41 | + dependencies: |
| 42 | + "@babel/code-frame" "^7.0.0" |
| 43 | + "@babel/generator" "^7.4.4" |
| 44 | + "@babel/helpers" "^7.4.4" |
| 45 | + "@babel/parser" "^7.4.4" |
| 46 | + "@babel/template" "^7.4.4" |
| 47 | + "@babel/traverse" "^7.4.4" |
| 48 | + "@babel/types" "^7.4.4" |
| 49 | + convert-source-map "^1.1.0" |
| 50 | + debug "^4.1.0" |
| 51 | + json5 "^2.1.0" |
| 52 | + lodash "^4.17.11" |
| 53 | + resolve "^1.3.2" |
| 54 | + semver "^5.4.1" |
| 55 | + source-map "^0.5.0" |
| 56 | + |
| 57 | +"@babel/core@^7.0.0", "@babel/core@^7.0.1": |
38 | 58 | version "7.2.2"
|
39 | 59 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.2.2.tgz#07adba6dde27bb5ad8d8672f15fde3e08184a687"
|
40 | 60 | integrity sha512-59vB0RWt09cAct5EIe58+NzGP4TFSD3Bz//2/ELy3ZeTeKF6VTD1AXlH8BGGbCX0PuobZBsIzO7IAI9PH67eKw==
|
|
65 | 85 | source-map "^0.5.0"
|
66 | 86 | trim-right "^1.0.1"
|
67 | 87 |
|
| 88 | +"@babel/generator@^7.4.4": |
| 89 | + version "7.4.4" |
| 90 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.4.4.tgz#174a215eb843fc392c7edcaabeaa873de6e8f041" |
| 91 | + integrity sha512-53UOLK6TVNqKxf7RUh8NE851EHRxOOeVXKbK2bivdb+iziMyk03Sr4eaE9OELCbyZAAafAKPDwF2TPUES5QbxQ== |
| 92 | + dependencies: |
| 93 | + "@babel/types" "^7.4.4" |
| 94 | + jsesc "^2.5.1" |
| 95 | + lodash "^4.17.11" |
| 96 | + source-map "^0.5.0" |
| 97 | + trim-right "^1.0.1" |
| 98 | + |
68 | 99 | "@babel/helper-annotate-as-pure@^7.0.0":
|
69 | 100 | version "7.0.0"
|
70 | 101 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz#323d39dd0b50e10c7c06ca7d7638e6864d8c5c32"
|
|
229 | 260 | dependencies:
|
230 | 261 | "@babel/types" "^7.0.0"
|
231 | 262 |
|
| 263 | +"@babel/helper-split-export-declaration@^7.4.4": |
| 264 | + version "7.4.4" |
| 265 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.4.tgz#ff94894a340be78f53f06af038b205c49d993677" |
| 266 | + integrity sha512-Ro/XkzLf3JFITkW6b+hNxzZ1n5OQ80NvIUdmHspih1XAhtN3vPTuUFT4eQnela+2MaZ5ulH+iyP513KJrxbN7Q== |
| 267 | + dependencies: |
| 268 | + "@babel/types" "^7.4.4" |
| 269 | + |
232 | 270 | "@babel/helper-wrap-function@^7.1.0":
|
233 | 271 | version "7.2.0"
|
234 | 272 | resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.2.0.tgz#c4e0012445769e2815b55296ead43a958549f6fa"
|
|
248 | 286 | "@babel/traverse" "^7.1.5"
|
249 | 287 | "@babel/types" "^7.2.0"
|
250 | 288 |
|
| 289 | +"@babel/helpers@^7.4.4": |
| 290 | + version "7.4.4" |
| 291 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.4.4.tgz#868b0ef59c1dd4e78744562d5ce1b59c89f2f2a5" |
| 292 | + integrity sha512-igczbR/0SeuPR8RFfC7tGrbdTbFL3QTvH6D+Z6zNxnTe//GyqmtHmDkzrqDmyZ3eSwPqB/LhyKoU5DXsp+Vp2A== |
| 293 | + dependencies: |
| 294 | + "@babel/template" "^7.4.4" |
| 295 | + "@babel/traverse" "^7.4.4" |
| 296 | + "@babel/types" "^7.4.4" |
| 297 | + |
251 | 298 | "@babel/highlight@^7.0.0":
|
252 | 299 | version "7.0.0"
|
253 | 300 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0.tgz#f710c38c8d458e6dd9a201afb637fcb781ce99e4"
|
|
262 | 309 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.2.3.tgz#32f5df65744b70888d17872ec106b02434ba1489"
|
263 | 310 | integrity sha512-0LyEcVlfCoFmci8mXx8A5oIkpkOgyo8dRHtxBnK9RRBwxO2+JZPNsqtVEZQ7mJFPxnXF9lfmU24mHOPI0qnlkA==
|
264 | 311 |
|
| 312 | +"@babel/parser@^7.4.4": |
| 313 | + version "7.4.4" |
| 314 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.4.4.tgz#5977129431b8fe33471730d255ce8654ae1250b6" |
| 315 | + integrity sha512-5pCS4mOsL+ANsFZGdvNLybx4wtqAZJ0MJjMHxvzI3bvIsz6sQvzW8XX92EYIkiPtIvcfG3Aj+Ir5VNyjnZhP7w== |
| 316 | + |
265 | 317 | "@babel/plugin-external-helpers@^7.0.0":
|
266 | 318 | version "7.2.0"
|
267 | 319 | resolved "https://registry.yarnpkg.com/@babel/plugin-external-helpers/-/plugin-external-helpers-7.2.0.tgz#7f4cb7dee651cd380d2034847d914288467a6be4"
|
|
827 | 879 | "@babel/helper-regex" "^7.0.0"
|
828 | 880 | regexpu-core "^4.1.3"
|
829 | 881 |
|
830 |
| -"@babel/polyfill@7.2.5": |
831 |
| - version "7.2.5" |
832 |
| - resolved "https://registry.yarnpkg.com/@babel/polyfill/-/polyfill-7.2.5.tgz#6c54b964f71ad27edddc567d065e57e87ed7fa7d" |
833 |
| - integrity sha512-8Y/t3MWThtMLYr0YNC/Q76tqN1w30+b0uQMeFUYauG2UGTR19zyUtFrAzT23zNtBxPp+LbE5E/nwV/q/r3y6ug== |
| 882 | +"@babel/polyfill@7.4.4": |
| 883 | + version "7.4.4" |
| 884 | + resolved "https://registry.yarnpkg.com/@babel/polyfill/-/polyfill-7.4.4.tgz#78801cf3dbe657844eeabf31c1cae3828051e893" |
| 885 | + integrity sha512-WlthFLfhQQhh+A2Gn5NSFl0Huxz36x86Jn+E9OW7ibK8edKPq+KLy4apM1yDpQ8kJOVi1OVjpP4vSDLdrI04dg== |
834 | 886 | dependencies:
|
835 |
| - core-js "^2.5.7" |
836 |
| - regenerator-runtime "^0.12.0" |
| 887 | + core-js "^2.6.5" |
| 888 | + regenerator-runtime "^0.13.2" |
837 | 889 |
|
838 | 890 |
|
839 | 891 | version "7.1.0"
|
|
984 | 1036 | "@babel/parser" "^7.2.2"
|
985 | 1037 | "@babel/types" "^7.2.2"
|
986 | 1038 |
|
| 1039 | +"@babel/template@^7.4.4": |
| 1040 | + version "7.4.4" |
| 1041 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.4.4.tgz#f4b88d1225689a08f5bc3a17483545be9e4ed237" |
| 1042 | + integrity sha512-CiGzLN9KgAvgZsnivND7rkA+AeJ9JB0ciPOD4U59GKbQP2iQl+olF1l76kJOupqidozfZ32ghwBEJDhnk9MEcw== |
| 1043 | + dependencies: |
| 1044 | + "@babel/code-frame" "^7.0.0" |
| 1045 | + "@babel/parser" "^7.4.4" |
| 1046 | + "@babel/types" "^7.4.4" |
| 1047 | + |
987 | 1048 | "@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.1.5", "@babel/traverse@^7.2.2", "@babel/traverse@^7.2.3":
|
988 | 1049 | version "7.2.3"
|
989 | 1050 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.2.3.tgz#7ff50cefa9c7c0bd2d81231fdac122f3957748d8"
|
|
999 | 1060 | globals "^11.1.0"
|
1000 | 1061 | lodash "^4.17.10"
|
1001 | 1062 |
|
| 1063 | +"@babel/traverse@^7.4.4": |
| 1064 | + version "7.4.4" |
| 1065 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.4.4.tgz#0776f038f6d78361860b6823887d4f3937133fe8" |
| 1066 | + integrity sha512-Gw6qqkw/e6AGzlyj9KnkabJX7VcubqPtkUQVAwkc0wUMldr3A/hezNB3Rc5eIvId95iSGkGIOe5hh1kMKf951A== |
| 1067 | + dependencies: |
| 1068 | + "@babel/code-frame" "^7.0.0" |
| 1069 | + "@babel/generator" "^7.4.4" |
| 1070 | + "@babel/helper-function-name" "^7.1.0" |
| 1071 | + "@babel/helper-split-export-declaration" "^7.4.4" |
| 1072 | + "@babel/parser" "^7.4.4" |
| 1073 | + "@babel/types" "^7.4.4" |
| 1074 | + debug "^4.1.0" |
| 1075 | + globals "^11.1.0" |
| 1076 | + lodash "^4.17.11" |
| 1077 | + |
1002 | 1078 | "@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.2.2":
|
1003 | 1079 | version "7.2.2"
|
1004 | 1080 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.2.2.tgz#44e10fc24e33af524488b716cdaee5360ea8ed1e"
|
|
1008 | 1084 | lodash "^4.17.10"
|
1009 | 1085 | to-fast-properties "^2.0.0"
|
1010 | 1086 |
|
| 1087 | +"@babel/types@^7.4.4": |
| 1088 | + version "7.4.4" |
| 1089 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.4.4.tgz#8db9e9a629bb7c29370009b4b779ed93fe57d5f0" |
| 1090 | + integrity sha512-dOllgYdnEFOebhkKCjzSVFqw/PmmB8pH6RGOWkY4GsboQNd47b1fBThBSwlHAq9alF9vc1M3+6oqR47R50L0tQ== |
| 1091 | + dependencies: |
| 1092 | + esutils "^2.0.2" |
| 1093 | + lodash "^4.17.11" |
| 1094 | + to-fast-properties "^2.0.0" |
| 1095 | + |
1011 | 1096 | "@csstools/convert-colors@^1.4.0":
|
1012 | 1097 | version "1.4.0"
|
1013 | 1098 | resolved "https://registry.yarnpkg.com/@csstools/convert-colors/-/convert-colors-1.4.0.tgz#ad495dc41b12e75d588c6db8b9834f08fa131eb7"
|
@@ -3261,6 +3346,11 @@ core-js@^2.2.2, core-js@^2.4.0, core-js@^2.4.1, core-js@^2.5.0, core-js@^2.5.7:
|
3261 | 3346 | resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.2.tgz#267988d7268323b349e20b4588211655f0e83944"
|
3262 | 3347 | integrity sha512-NdBPF/RVwPW6jr0NCILuyN9RiqLo2b1mddWHkUL+VnvcB7dzlnBJ1bXYntjpTGOgkZiiLWj2JxmOr7eGE3qK6g==
|
3263 | 3348 |
|
| 3349 | +core-js@^2.6.5: |
| 3350 | + version "2.6.5" |
| 3351 | + resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.5.tgz#44bc8d249e7fb2ff5d00e0341a7ffb94fbf67895" |
| 3352 | + integrity sha512-klh/kDpwX8hryYL14M9w/xei6vrv6sE8gTHDG7/T/+SEovB/G4ejwcfE/CBzO6Edsu+OETZMZ3wcX/EjUkrl5A== |
| 3353 | + |
3264 | 3354 | [email protected], core-util-is@~1.0.0:
|
3265 | 3355 | version "1.0.2"
|
3266 | 3356 | resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
|
@@ -10535,6 +10625,11 @@ regenerator-runtime@^0.12.0:
|
10535 | 10625 | resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.12.1.tgz#fa1a71544764c036f8c49b13a08b2594c9f8a0de"
|
10536 | 10626 | integrity sha512-odxIc1/vDlo4iZcfXqRYFj0vpXFNoGdKMAUieAlFYO6m/nl5e9KR/beGf41z4a1FI+aQgtjhuaSlDxQ0hmkrHg==
|
10537 | 10627 |
|
| 10628 | +regenerator-runtime@^0.13.2: |
| 10629 | + version "0.13.2" |
| 10630 | + resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.2.tgz#32e59c9a6fb9b1a4aff09b4930ca2d4477343447" |
| 10631 | + integrity sha512-S/TQAZJO+D3m9xeN1WTI8dLKBBiRgXBlTJvbWjCThHWZj9EvHK70Ff50/tYj2J/fvBY6JtFVwRuazHN2E7M9BA== |
| 10632 | + |
10538 | 10633 | regenerator-transform@^0.13.3:
|
10539 | 10634 | version "0.13.3"
|
10540 | 10635 | resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.13.3.tgz#264bd9ff38a8ce24b06e0636496b2c856b57bcbb"
|
|
0 commit comments