|
34 | 34 | invariant "^2.2.4"
|
35 | 35 | semver "^5.5.0"
|
36 | 36 |
|
37 |
| -"@babel/core@7.8.4", "@babel/core@^7.1.0", "@babel/core@^7.7.5", "@babel/core@^7.7.7": |
| 37 | +"@babel/core@7.9.0": |
| 38 | + version "7.9.0" |
| 39 | + resolved "https://registry.npmjs.org/@babel/core/-/core-7.9.0.tgz#ac977b538b77e132ff706f3b8a4dbad09c03c56e" |
| 40 | + integrity sha512-kWc7L0fw1xwvI0zi8OKVBuxRVefwGOrKSQMvrQ3dW+bIIavBY3/NpXmpjMy7bQnLgwgzWQZ8TlM57YHpHNHz4w== |
| 41 | + dependencies: |
| 42 | + "@babel/code-frame" "^7.8.3" |
| 43 | + "@babel/generator" "^7.9.0" |
| 44 | + "@babel/helper-module-transforms" "^7.9.0" |
| 45 | + "@babel/helpers" "^7.9.0" |
| 46 | + "@babel/parser" "^7.9.0" |
| 47 | + "@babel/template" "^7.8.6" |
| 48 | + "@babel/traverse" "^7.9.0" |
| 49 | + "@babel/types" "^7.9.0" |
| 50 | + convert-source-map "^1.7.0" |
| 51 | + debug "^4.1.0" |
| 52 | + gensync "^1.0.0-beta.1" |
| 53 | + json5 "^2.1.2" |
| 54 | + lodash "^4.17.13" |
| 55 | + resolve "^1.3.2" |
| 56 | + semver "^5.4.1" |
| 57 | + source-map "^0.5.0" |
| 58 | + |
| 59 | +"@babel/core@^7.1.0", "@babel/core@^7.7.5", "@babel/core@^7.7.7": |
38 | 60 | version "7.8.4"
|
39 | 61 | resolved "https://registry.npmjs.org/@babel/core/-/core-7.8.4.tgz#d496799e5c12195b3602d0fddd77294e3e38e80e"
|
40 | 62 | integrity sha512-0LiLrB2PwrVI+a2/IEskBopDYSd8BCb3rOvH7D5tzoWd696TBEduBvuLVm4Nx6rltrLZqvI3MCalB2K2aVzQjA==
|
|
65 | 87 | lodash "^4.17.13"
|
66 | 88 | source-map "^0.5.0"
|
67 | 89 |
|
| 90 | +"@babel/generator@^7.9.0": |
| 91 | + version "7.9.4" |
| 92 | + resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.9.4.tgz#12441e90c3b3c4159cdecf312075bf1a8ce2dbce" |
| 93 | + integrity sha512-rjP8ahaDy/ouhrvCoU1E5mqaitWrxwuNGU+dy1EpaoK48jZay4MdkskKGIMHLZNewg8sAsqpGSREJwP0zH3YQA== |
| 94 | + dependencies: |
| 95 | + "@babel/types" "^7.9.0" |
| 96 | + jsesc "^2.5.1" |
| 97 | + lodash "^4.17.13" |
| 98 | + source-map "^0.5.0" |
| 99 | + |
68 | 100 | "@babel/helper-annotate-as-pure@^7.8.3":
|
69 | 101 | version "7.8.3"
|
70 | 102 | resolved "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.8.3.tgz#60bc0bc657f63a0924ff9a4b4a0b24a13cf4deee"
|
|
182 | 214 | "@babel/types" "^7.8.3"
|
183 | 215 | lodash "^4.17.13"
|
184 | 216 |
|
| 217 | +"@babel/helper-module-transforms@^7.9.0": |
| 218 | + version "7.9.0" |
| 219 | + resolved "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.9.0.tgz#43b34dfe15961918707d247327431388e9fe96e5" |
| 220 | + integrity sha512-0FvKyu0gpPfIQ8EkxlrAydOWROdHpBmiCiRwLkUiBGhCUPRRbVD2/tm3sFr/c/GWFrQ/ffutGUAnx7V0FzT2wA== |
| 221 | + dependencies: |
| 222 | + "@babel/helper-module-imports" "^7.8.3" |
| 223 | + "@babel/helper-replace-supers" "^7.8.6" |
| 224 | + "@babel/helper-simple-access" "^7.8.3" |
| 225 | + "@babel/helper-split-export-declaration" "^7.8.3" |
| 226 | + "@babel/template" "^7.8.6" |
| 227 | + "@babel/types" "^7.9.0" |
| 228 | + lodash "^4.17.13" |
| 229 | + |
185 | 230 | "@babel/helper-optimise-call-expression@^7.8.3":
|
186 | 231 | version "7.8.3"
|
187 | 232 | resolved "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.8.3.tgz#7ed071813d09c75298ef4f208956006b6111ecb9"
|
|
222 | 267 | "@babel/traverse" "^7.8.3"
|
223 | 268 | "@babel/types" "^7.8.3"
|
224 | 269 |
|
| 270 | +"@babel/helper-replace-supers@^7.8.6": |
| 271 | + version "7.8.6" |
| 272 | + resolved "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.8.6.tgz#5ada744fd5ad73203bf1d67459a27dcba67effc8" |
| 273 | + integrity sha512-PeMArdA4Sv/Wf4zXwBKPqVj7n9UF/xg6slNRtZW84FM7JpE1CbG8B612FyM4cxrf4fMAMGO0kR7voy1ForHHFA== |
| 274 | + dependencies: |
| 275 | + "@babel/helper-member-expression-to-functions" "^7.8.3" |
| 276 | + "@babel/helper-optimise-call-expression" "^7.8.3" |
| 277 | + "@babel/traverse" "^7.8.6" |
| 278 | + "@babel/types" "^7.8.6" |
| 279 | + |
225 | 280 | "@babel/helper-simple-access@^7.8.3":
|
226 | 281 | version "7.8.3"
|
227 | 282 | resolved "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.8.3.tgz#7f8109928b4dab4654076986af575231deb639ae"
|
|
237 | 292 | dependencies:
|
238 | 293 | "@babel/types" "^7.8.3"
|
239 | 294 |
|
| 295 | +"@babel/helper-validator-identifier@^7.9.0": |
| 296 | + version "7.9.0" |
| 297 | + resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.0.tgz#ad53562a7fc29b3b9a91bbf7d10397fd146346ed" |
| 298 | + integrity sha512-6G8bQKjOh+of4PV/ThDm/rRqlU7+IGoJuofpagU5GlEl29Vv0RGqqt86ZGRV8ZuSOY3o+8yXl5y782SMcG7SHw== |
| 299 | + |
240 | 300 | "@babel/helper-wrap-function@^7.8.3":
|
241 | 301 | version "7.8.3"
|
242 | 302 | resolved "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.8.3.tgz#9dbdb2bb55ef14aaa01fe8c99b629bd5352d8610"
|
|
256 | 316 | "@babel/traverse" "^7.8.4"
|
257 | 317 | "@babel/types" "^7.8.3"
|
258 | 318 |
|
| 319 | +"@babel/helpers@^7.9.0": |
| 320 | + version "7.9.2" |
| 321 | + resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.9.2.tgz#b42a81a811f1e7313b88cba8adc66b3d9ae6c09f" |
| 322 | + integrity sha512-JwLvzlXVPjO8eU9c/wF9/zOIN7X6h8DYf7mG4CiFRZRvZNKEF5dQ3H3V+ASkHoIB3mWhatgl5ONhyqHRI6MppA== |
| 323 | + dependencies: |
| 324 | + "@babel/template" "^7.8.3" |
| 325 | + "@babel/traverse" "^7.9.0" |
| 326 | + "@babel/types" "^7.9.0" |
| 327 | + |
259 | 328 | "@babel/highlight@^7.8.3":
|
260 | 329 | version "7.8.3"
|
261 | 330 | resolved "https://registry.npmjs.org/@babel/highlight/-/highlight-7.8.3.tgz#28f173d04223eaaa59bc1d439a3836e6d1265797"
|
|
270 | 339 | resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.8.4.tgz#d1dbe64691d60358a974295fa53da074dd2ce8e8"
|
271 | 340 | integrity sha512-0fKu/QqildpXmPVaRBoXOlyBb3MC+J0A66x97qEfLOMkn3u6nfY5esWogQwi/K0BjASYy4DbnsEWnpNL6qT5Mw==
|
272 | 341 |
|
| 342 | +"@babel/parser@^7.8.6", "@babel/parser@^7.9.0": |
| 343 | + version "7.9.4" |
| 344 | + resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.9.4.tgz#68a35e6b0319bbc014465be43828300113f2f2e8" |
| 345 | + integrity sha512-bC49otXX6N0/VYhgOMh4gnP26E9xnDZK3TmbNpxYzzz9BQLBosQwfyOe9/cXUU3txYhTzLCbcqd5c8y/OmCjHA== |
| 346 | + |
273 | 347 | "@babel/plugin-proposal-async-generator-functions@^7.8.3":
|
274 | 348 | version "7.8.3"
|
275 | 349 | resolved "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.8.3.tgz#bad329c670b382589721b27540c7d288601c6e6f"
|
|
748 | 822 | "@babel/parser" "^7.8.3"
|
749 | 823 | "@babel/types" "^7.8.3"
|
750 | 824 |
|
| 825 | +"@babel/template@^7.8.6": |
| 826 | + version "7.8.6" |
| 827 | + resolved "https://registry.npmjs.org/@babel/template/-/template-7.8.6.tgz#86b22af15f828dfb086474f964dcc3e39c43ce2b" |
| 828 | + integrity sha512-zbMsPMy/v0PWFZEhQJ66bqjhH+z0JgMoBWuikXybgG3Gkd/3t5oQ1Rw2WQhnSrsOmsKXnZOx15tkC4qON/+JPg== |
| 829 | + dependencies: |
| 830 | + "@babel/code-frame" "^7.8.3" |
| 831 | + "@babel/parser" "^7.8.6" |
| 832 | + "@babel/types" "^7.8.6" |
| 833 | + |
751 | 834 | "@babel/traverse@^7.1.0", "@babel/traverse@^7.7.4", "@babel/traverse@^7.8.3", "@babel/traverse@^7.8.4":
|
752 | 835 | version "7.8.4"
|
753 | 836 | resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.8.4.tgz#f0845822365f9d5b0e312ed3959d3f827f869e3c"
|
|
763 | 846 | globals "^11.1.0"
|
764 | 847 | lodash "^4.17.13"
|
765 | 848 |
|
| 849 | +"@babel/traverse@^7.8.6", "@babel/traverse@^7.9.0": |
| 850 | + version "7.9.0" |
| 851 | + resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.9.0.tgz#d3882c2830e513f4fe4cec9fe76ea1cc78747892" |
| 852 | + integrity sha512-jAZQj0+kn4WTHO5dUZkZKhbFrqZE7K5LAQ5JysMnmvGij+wOdr+8lWqPeW0BcF4wFwrEXXtdGO7wcV6YPJcf3w== |
| 853 | + dependencies: |
| 854 | + "@babel/code-frame" "^7.8.3" |
| 855 | + "@babel/generator" "^7.9.0" |
| 856 | + "@babel/helper-function-name" "^7.8.3" |
| 857 | + "@babel/helper-split-export-declaration" "^7.8.3" |
| 858 | + "@babel/parser" "^7.9.0" |
| 859 | + "@babel/types" "^7.9.0" |
| 860 | + debug "^4.1.0" |
| 861 | + globals "^11.1.0" |
| 862 | + lodash "^4.17.13" |
| 863 | + |
766 | 864 | "@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.8.3":
|
767 | 865 | version "7.8.3"
|
768 | 866 | resolved "https://registry.npmjs.org/@babel/types/-/types-7.8.3.tgz#5a383dffa5416db1b73dedffd311ffd0788fb31c"
|
|
772 | 870 | lodash "^4.17.13"
|
773 | 871 | to-fast-properties "^2.0.0"
|
774 | 872 |
|
| 873 | +"@babel/types@^7.8.6", "@babel/types@^7.9.0": |
| 874 | + version "7.9.0" |
| 875 | + resolved "https://registry.npmjs.org/@babel/types/-/types-7.9.0.tgz#00b064c3df83ad32b2dbf5ff07312b15c7f1efb5" |
| 876 | + integrity sha512-BS9JKfXkzzJl8RluW4JGknzpiUV7ZrvTayM6yfqLTVBEnFtyowVIOu6rqxRd5cVO6yGoWf4T8u8dgK9oB+GCng== |
| 877 | + dependencies: |
| 878 | + "@babel/helper-validator-identifier" "^7.9.0" |
| 879 | + lodash "^4.17.13" |
| 880 | + to-fast-properties "^2.0.0" |
| 881 | + |
775 | 882 | "@bcoe/v8-coverage@^0.2.3":
|
776 | 883 | version "0.2.3"
|
777 | 884 | resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
@@ -6365,6 +6472,13 @@ json5@2.x, json5@^2.1.0:
|
6365 | 6472 | dependencies:
|
6366 | 6473 | minimist "^1.2.0"
|
6367 | 6474 |
|
| 6475 | +json5@^2.1.2: |
| 6476 | + version "2.1.2" |
| 6477 | + resolved "https://registry.npmjs.org/json5/-/json5-2.1.2.tgz#43ef1f0af9835dd624751a6b7fa48874fb2d608e" |
| 6478 | + integrity sha512-MoUOQ4WdiN3yxhm7NEVJSJrieAo5hNSLQ5sj05OTRHPL9HOBy8u4Bu88jsC1jvqAdN+E1bJmsUcZH+1HQxliqQ== |
| 6479 | + dependencies: |
| 6480 | + minimist "^1.2.5" |
| 6481 | + |
6368 | 6482 | jsonfile@^4.0.0:
|
6369 | 6483 | version "4.0.0"
|
6370 | 6484 | resolved "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb"
|
@@ -7061,6 +7175,11 @@ minimist@^0.1.0:
|
7061 | 7175 | resolved "https://registry.npmjs.org/minimist/-/minimist-0.1.0.tgz#99df657a52574c21c9057497df742790b2b4c0de"
|
7062 | 7176 | integrity sha1-md9lelJXTCHJBXSX33QnkLK0wN4=
|
7063 | 7177 |
|
| 7178 | +minimist@^1.2.5: |
| 7179 | + version "1.2.5" |
| 7180 | + resolved "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602" |
| 7181 | + integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== |
| 7182 | + |
7064 | 7183 | minimist@~0.0.1:
|
7065 | 7184 | version "0.0.10"
|
7066 | 7185 | resolved "https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz#de3f98543dbf96082be48ad1a0c7cda836301dcf"
|
|
0 commit comments