|
39 | 39 | semver "^5.4.1"
|
40 | 40 | source-map "^0.5.0"
|
41 | 41 |
|
| 42 | +"@babel/core@^7.9.0": |
| 43 | + version "7.9.0" |
| 44 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.9.0.tgz#ac977b538b77e132ff706f3b8a4dbad09c03c56e" |
| 45 | + integrity sha512-kWc7L0fw1xwvI0zi8OKVBuxRVefwGOrKSQMvrQ3dW+bIIavBY3/NpXmpjMy7bQnLgwgzWQZ8TlM57YHpHNHz4w== |
| 46 | + dependencies: |
| 47 | + "@babel/code-frame" "^7.8.3" |
| 48 | + "@babel/generator" "^7.9.0" |
| 49 | + "@babel/helper-module-transforms" "^7.9.0" |
| 50 | + "@babel/helpers" "^7.9.0" |
| 51 | + "@babel/parser" "^7.9.0" |
| 52 | + "@babel/template" "^7.8.6" |
| 53 | + "@babel/traverse" "^7.9.0" |
| 54 | + "@babel/types" "^7.9.0" |
| 55 | + convert-source-map "^1.7.0" |
| 56 | + debug "^4.1.0" |
| 57 | + gensync "^1.0.0-beta.1" |
| 58 | + json5 "^2.1.2" |
| 59 | + lodash "^4.17.13" |
| 60 | + resolve "^1.3.2" |
| 61 | + semver "^5.4.1" |
| 62 | + source-map "^0.5.0" |
| 63 | + |
42 | 64 | "@babel/generator@^7.8.4":
|
43 | 65 | version "7.8.4"
|
44 | 66 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.8.4.tgz#35bbc74486956fe4251829f9f6c48330e8d0985e"
|
|
49 | 71 | lodash "^4.17.13"
|
50 | 72 | source-map "^0.5.0"
|
51 | 73 |
|
| 74 | +"@babel/generator@^7.9.0": |
| 75 | + version "7.9.4" |
| 76 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.4.tgz#12441e90c3b3c4159cdecf312075bf1a8ce2dbce" |
| 77 | + integrity sha512-rjP8ahaDy/ouhrvCoU1E5mqaitWrxwuNGU+dy1EpaoK48jZay4MdkskKGIMHLZNewg8sAsqpGSREJwP0zH3YQA== |
| 78 | + dependencies: |
| 79 | + "@babel/types" "^7.9.0" |
| 80 | + jsesc "^2.5.1" |
| 81 | + lodash "^4.17.13" |
| 82 | + source-map "^0.5.0" |
| 83 | + |
52 | 84 | "@babel/helper-annotate-as-pure@^7.8.3":
|
53 | 85 | version "7.8.3"
|
54 | 86 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.8.3.tgz#60bc0bc657f63a0924ff9a4b4a0b24a13cf4deee"
|
|
158 | 190 | "@babel/types" "^7.8.3"
|
159 | 191 | lodash "^4.17.13"
|
160 | 192 |
|
| 193 | +"@babel/helper-module-transforms@^7.9.0": |
| 194 | + version "7.9.0" |
| 195 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.9.0.tgz#43b34dfe15961918707d247327431388e9fe96e5" |
| 196 | + integrity sha512-0FvKyu0gpPfIQ8EkxlrAydOWROdHpBmiCiRwLkUiBGhCUPRRbVD2/tm3sFr/c/GWFrQ/ffutGUAnx7V0FzT2wA== |
| 197 | + dependencies: |
| 198 | + "@babel/helper-module-imports" "^7.8.3" |
| 199 | + "@babel/helper-replace-supers" "^7.8.6" |
| 200 | + "@babel/helper-simple-access" "^7.8.3" |
| 201 | + "@babel/helper-split-export-declaration" "^7.8.3" |
| 202 | + "@babel/template" "^7.8.6" |
| 203 | + "@babel/types" "^7.9.0" |
| 204 | + lodash "^4.17.13" |
| 205 | + |
161 | 206 | "@babel/helper-optimise-call-expression@^7.8.3":
|
162 | 207 | version "7.8.3"
|
163 | 208 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.8.3.tgz#7ed071813d09c75298ef4f208956006b6111ecb9"
|
|
198 | 243 | "@babel/traverse" "^7.8.3"
|
199 | 244 | "@babel/types" "^7.8.3"
|
200 | 245 |
|
| 246 | +"@babel/helper-replace-supers@^7.8.6": |
| 247 | + version "7.8.6" |
| 248 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.8.6.tgz#5ada744fd5ad73203bf1d67459a27dcba67effc8" |
| 249 | + integrity sha512-PeMArdA4Sv/Wf4zXwBKPqVj7n9UF/xg6slNRtZW84FM7JpE1CbG8B612FyM4cxrf4fMAMGO0kR7voy1ForHHFA== |
| 250 | + dependencies: |
| 251 | + "@babel/helper-member-expression-to-functions" "^7.8.3" |
| 252 | + "@babel/helper-optimise-call-expression" "^7.8.3" |
| 253 | + "@babel/traverse" "^7.8.6" |
| 254 | + "@babel/types" "^7.8.6" |
| 255 | + |
201 | 256 | "@babel/helper-simple-access@^7.8.3":
|
202 | 257 | version "7.8.3"
|
203 | 258 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.8.3.tgz#7f8109928b4dab4654076986af575231deb639ae"
|
|
213 | 268 | dependencies:
|
214 | 269 | "@babel/types" "^7.8.3"
|
215 | 270 |
|
| 271 | +"@babel/helper-validator-identifier@^7.9.0": |
| 272 | + version "7.9.0" |
| 273 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.0.tgz#ad53562a7fc29b3b9a91bbf7d10397fd146346ed" |
| 274 | + integrity sha512-6G8bQKjOh+of4PV/ThDm/rRqlU7+IGoJuofpagU5GlEl29Vv0RGqqt86ZGRV8ZuSOY3o+8yXl5y782SMcG7SHw== |
| 275 | + |
216 | 276 | "@babel/helper-wrap-function@^7.8.3":
|
217 | 277 | version "7.8.3"
|
218 | 278 | resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.8.3.tgz#9dbdb2bb55ef14aaa01fe8c99b629bd5352d8610"
|
|
232 | 292 | "@babel/traverse" "^7.8.4"
|
233 | 293 | "@babel/types" "^7.8.3"
|
234 | 294 |
|
| 295 | +"@babel/helpers@^7.9.0": |
| 296 | + version "7.9.2" |
| 297 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.9.2.tgz#b42a81a811f1e7313b88cba8adc66b3d9ae6c09f" |
| 298 | + integrity sha512-JwLvzlXVPjO8eU9c/wF9/zOIN7X6h8DYf7mG4CiFRZRvZNKEF5dQ3H3V+ASkHoIB3mWhatgl5ONhyqHRI6MppA== |
| 299 | + dependencies: |
| 300 | + "@babel/template" "^7.8.3" |
| 301 | + "@babel/traverse" "^7.9.0" |
| 302 | + "@babel/types" "^7.9.0" |
| 303 | + |
235 | 304 | "@babel/highlight@^7.8.3":
|
236 | 305 | version "7.8.3"
|
237 | 306 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.8.3.tgz#28f173d04223eaaa59bc1d439a3836e6d1265797"
|
|
246 | 315 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.4.tgz#d1dbe64691d60358a974295fa53da074dd2ce8e8"
|
247 | 316 | integrity sha512-0fKu/QqildpXmPVaRBoXOlyBb3MC+J0A66x97qEfLOMkn3u6nfY5esWogQwi/K0BjASYy4DbnsEWnpNL6qT5Mw==
|
248 | 317 |
|
| 318 | +"@babel/parser@^7.8.6", "@babel/parser@^7.9.0": |
| 319 | + version "7.9.4" |
| 320 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.4.tgz#68a35e6b0319bbc014465be43828300113f2f2e8" |
| 321 | + integrity sha512-bC49otXX6N0/VYhgOMh4gnP26E9xnDZK3TmbNpxYzzz9BQLBosQwfyOe9/cXUU3txYhTzLCbcqd5c8y/OmCjHA== |
| 322 | + |
249 | 323 | "@babel/plugin-proposal-async-generator-functions@^7.8.3":
|
250 | 324 | version "7.8.3"
|
251 | 325 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.8.3.tgz#bad329c670b382589721b27540c7d288601c6e6f"
|
|
691 | 765 | "@babel/parser" "^7.8.3"
|
692 | 766 | "@babel/types" "^7.8.3"
|
693 | 767 |
|
| 768 | +"@babel/template@^7.8.6": |
| 769 | + version "7.8.6" |
| 770 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.6.tgz#86b22af15f828dfb086474f964dcc3e39c43ce2b" |
| 771 | + integrity sha512-zbMsPMy/v0PWFZEhQJ66bqjhH+z0JgMoBWuikXybgG3Gkd/3t5oQ1Rw2WQhnSrsOmsKXnZOx15tkC4qON/+JPg== |
| 772 | + dependencies: |
| 773 | + "@babel/code-frame" "^7.8.3" |
| 774 | + "@babel/parser" "^7.8.6" |
| 775 | + "@babel/types" "^7.8.6" |
| 776 | + |
694 | 777 | "@babel/traverse@^7.1.0", "@babel/traverse@^7.7.4", "@babel/traverse@^7.8.3", "@babel/traverse@^7.8.4":
|
695 | 778 | version "7.8.4"
|
696 | 779 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.8.4.tgz#f0845822365f9d5b0e312ed3959d3f827f869e3c"
|
|
706 | 789 | globals "^11.1.0"
|
707 | 790 | lodash "^4.17.13"
|
708 | 791 |
|
| 792 | +"@babel/traverse@^7.8.6", "@babel/traverse@^7.9.0": |
| 793 | + version "7.9.0" |
| 794 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.9.0.tgz#d3882c2830e513f4fe4cec9fe76ea1cc78747892" |
| 795 | + integrity sha512-jAZQj0+kn4WTHO5dUZkZKhbFrqZE7K5LAQ5JysMnmvGij+wOdr+8lWqPeW0BcF4wFwrEXXtdGO7wcV6YPJcf3w== |
| 796 | + dependencies: |
| 797 | + "@babel/code-frame" "^7.8.3" |
| 798 | + "@babel/generator" "^7.9.0" |
| 799 | + "@babel/helper-function-name" "^7.8.3" |
| 800 | + "@babel/helper-split-export-declaration" "^7.8.3" |
| 801 | + "@babel/parser" "^7.9.0" |
| 802 | + "@babel/types" "^7.9.0" |
| 803 | + debug "^4.1.0" |
| 804 | + globals "^11.1.0" |
| 805 | + lodash "^4.17.13" |
| 806 | + |
709 | 807 | "@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.8.3":
|
710 | 808 | version "7.8.3"
|
711 | 809 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.3.tgz#5a383dffa5416db1b73dedffd311ffd0788fb31c"
|
|
715 | 813 | lodash "^4.17.13"
|
716 | 814 | to-fast-properties "^2.0.0"
|
717 | 815 |
|
| 816 | +"@babel/types@^7.8.6", "@babel/types@^7.9.0": |
| 817 | + version "7.9.0" |
| 818 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.0.tgz#00b064c3df83ad32b2dbf5ff07312b15c7f1efb5" |
| 819 | + integrity sha512-BS9JKfXkzzJl8RluW4JGknzpiUV7ZrvTayM6yfqLTVBEnFtyowVIOu6rqxRd5cVO6yGoWf4T8u8dgK9oB+GCng== |
| 820 | + dependencies: |
| 821 | + "@babel/helper-validator-identifier" "^7.9.0" |
| 822 | + lodash "^4.17.13" |
| 823 | + to-fast-properties "^2.0.0" |
| 824 | + |
718 | 825 | "@bcoe/v8-coverage@^0.2.3":
|
719 | 826 | version "0.2.3"
|
720 | 827 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
2889 | 2996 | dependencies:
|
2890 | 2997 | minimist "^1.2.0"
|
2891 | 2998 |
|
| 2999 | +json5@^2.1.2: |
| 3000 | + version "2.1.2" |
| 3001 | + resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.2.tgz#43ef1f0af9835dd624751a6b7fa48874fb2d608e" |
| 3002 | + integrity sha512-MoUOQ4WdiN3yxhm7NEVJSJrieAo5hNSLQ5sj05OTRHPL9HOBy8u4Bu88jsC1jvqAdN+E1bJmsUcZH+1HQxliqQ== |
| 3003 | + dependencies: |
| 3004 | + minimist "^1.2.5" |
| 3005 | + |
2892 | 3006 | jsonfile@^4.0.0:
|
2893 | 3007 | version "4.0.0"
|
2894 | 3008 | resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb"
|
@@ -3102,6 +3216,11 @@ minimist@^1.1.1, minimist@^1.2.0:
|
3102 | 3216 | resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
|
3103 | 3217 | integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=
|
3104 | 3218 |
|
| 3219 | +minimist@^1.2.5: |
| 3220 | + version "1.2.5" |
| 3221 | + resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602" |
| 3222 | + integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== |
| 3223 | + |
3105 | 3224 | mixin-deep@^1.2.0:
|
3106 | 3225 | version "1.3.2"
|
3107 | 3226 | resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.2.tgz#1120b43dc359a785dce65b55b82e257ccf479566"
|
|
0 commit comments