|
34 | 34 | invariant "^2.2.4" |
35 | 35 | semver "^5.5.0" |
36 | 36 |
|
37 | | -"@babel/[email protected]", "@babel/core@^7.1.0", "@babel/core@^7.7.5", "@babel/core@^7.7.7": |
| 37 | + |
| 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", "@babel/generator@^7.9.5": |
| 91 | + version "7.9.5" |
| 92 | + resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.9.5.tgz#27f0917741acc41e6eaaced6d68f96c3fa9afaf9" |
| 93 | + integrity sha512-GbNIxVB3ZJe3tLeDm1HSn2AhuD/mVcyLDpgtLXa5tplmWrJdF/elxB56XNqCuD6szyNkDi6wuoKXln3QeBmCHQ== |
| 94 | + dependencies: |
| 95 | + "@babel/types" "^7.9.5" |
| 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" |
|
142 | 174 | "@babel/template" "^7.8.3" |
143 | 175 | "@babel/types" "^7.8.3" |
144 | 176 |
|
| 177 | +"@babel/helper-function-name@^7.9.5": |
| 178 | + version "7.9.5" |
| 179 | + resolved "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.9.5.tgz#2b53820d35275120e1874a82e5aabe1376920a5c" |
| 180 | + integrity sha512-JVcQZeXM59Cd1qanDUxv9fgJpt3NeKUaqBqUEvfmQ+BCOKq2xUgaWZW2hr0dkbyJgezYuplEoh5knmrnS68efw== |
| 181 | + dependencies: |
| 182 | + "@babel/helper-get-function-arity" "^7.8.3" |
| 183 | + "@babel/template" "^7.8.3" |
| 184 | + "@babel/types" "^7.9.5" |
| 185 | + |
145 | 186 | "@babel/helper-get-function-arity@^7.8.3": |
146 | 187 | version "7.8.3" |
147 | 188 | resolved "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz#b894b947bd004381ce63ea1db9f08547e920abd5" |
|
182 | 223 | "@babel/types" "^7.8.3" |
183 | 224 | lodash "^4.17.13" |
184 | 225 |
|
| 226 | +"@babel/helper-module-transforms@^7.9.0": |
| 227 | + version "7.9.0" |
| 228 | + resolved "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.9.0.tgz#43b34dfe15961918707d247327431388e9fe96e5" |
| 229 | + integrity sha512-0FvKyu0gpPfIQ8EkxlrAydOWROdHpBmiCiRwLkUiBGhCUPRRbVD2/tm3sFr/c/GWFrQ/ffutGUAnx7V0FzT2wA== |
| 230 | + dependencies: |
| 231 | + "@babel/helper-module-imports" "^7.8.3" |
| 232 | + "@babel/helper-replace-supers" "^7.8.6" |
| 233 | + "@babel/helper-simple-access" "^7.8.3" |
| 234 | + "@babel/helper-split-export-declaration" "^7.8.3" |
| 235 | + "@babel/template" "^7.8.6" |
| 236 | + "@babel/types" "^7.9.0" |
| 237 | + lodash "^4.17.13" |
| 238 | + |
185 | 239 | "@babel/helper-optimise-call-expression@^7.8.3": |
186 | 240 | version "7.8.3" |
187 | 241 | resolved "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.8.3.tgz#7ed071813d09c75298ef4f208956006b6111ecb9" |
|
222 | 276 | "@babel/traverse" "^7.8.3" |
223 | 277 | "@babel/types" "^7.8.3" |
224 | 278 |
|
| 279 | +"@babel/helper-replace-supers@^7.8.6": |
| 280 | + version "7.8.6" |
| 281 | + resolved "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.8.6.tgz#5ada744fd5ad73203bf1d67459a27dcba67effc8" |
| 282 | + integrity sha512-PeMArdA4Sv/Wf4zXwBKPqVj7n9UF/xg6slNRtZW84FM7JpE1CbG8B612FyM4cxrf4fMAMGO0kR7voy1ForHHFA== |
| 283 | + dependencies: |
| 284 | + "@babel/helper-member-expression-to-functions" "^7.8.3" |
| 285 | + "@babel/helper-optimise-call-expression" "^7.8.3" |
| 286 | + "@babel/traverse" "^7.8.6" |
| 287 | + "@babel/types" "^7.8.6" |
| 288 | + |
225 | 289 | "@babel/helper-simple-access@^7.8.3": |
226 | 290 | version "7.8.3" |
227 | 291 | resolved "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.8.3.tgz#7f8109928b4dab4654076986af575231deb639ae" |
|
237 | 301 | dependencies: |
238 | 302 | "@babel/types" "^7.8.3" |
239 | 303 |
|
| 304 | +"@babel/helper-validator-identifier@^7.9.5": |
| 305 | + version "7.9.5" |
| 306 | + resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80" |
| 307 | + integrity sha512-/8arLKUFq882w4tWGj9JYzRpAlZgiWUJ+dtteNTDqrRBz9Iguck9Rn3ykuBDoUwh2TO4tSAJlrxDUOXWklJe4g== |
| 308 | + |
240 | 309 | "@babel/helper-wrap-function@^7.8.3": |
241 | 310 | version "7.8.3" |
242 | 311 | resolved "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.8.3.tgz#9dbdb2bb55ef14aaa01fe8c99b629bd5352d8610" |
|
256 | 325 | "@babel/traverse" "^7.8.4" |
257 | 326 | "@babel/types" "^7.8.3" |
258 | 327 |
|
| 328 | +"@babel/helpers@^7.9.0": |
| 329 | + version "7.9.2" |
| 330 | + resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.9.2.tgz#b42a81a811f1e7313b88cba8adc66b3d9ae6c09f" |
| 331 | + integrity sha512-JwLvzlXVPjO8eU9c/wF9/zOIN7X6h8DYf7mG4CiFRZRvZNKEF5dQ3H3V+ASkHoIB3mWhatgl5ONhyqHRI6MppA== |
| 332 | + dependencies: |
| 333 | + "@babel/template" "^7.8.3" |
| 334 | + "@babel/traverse" "^7.9.0" |
| 335 | + "@babel/types" "^7.9.0" |
| 336 | + |
259 | 337 | "@babel/highlight@^7.8.3": |
260 | 338 | version "7.8.3" |
261 | 339 | resolved "https://registry.npmjs.org/@babel/highlight/-/highlight-7.8.3.tgz#28f173d04223eaaa59bc1d439a3836e6d1265797" |
|
270 | 348 | resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.8.4.tgz#d1dbe64691d60358a974295fa53da074dd2ce8e8" |
271 | 349 | integrity sha512-0fKu/QqildpXmPVaRBoXOlyBb3MC+J0A66x97qEfLOMkn3u6nfY5esWogQwi/K0BjASYy4DbnsEWnpNL6qT5Mw== |
272 | 350 |
|
| 351 | +"@babel/parser@^7.8.6", "@babel/parser@^7.9.0": |
| 352 | + version "7.9.4" |
| 353 | + resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.9.4.tgz#68a35e6b0319bbc014465be43828300113f2f2e8" |
| 354 | + integrity sha512-bC49otXX6N0/VYhgOMh4gnP26E9xnDZK3TmbNpxYzzz9BQLBosQwfyOe9/cXUU3txYhTzLCbcqd5c8y/OmCjHA== |
| 355 | + |
273 | 356 | "@babel/plugin-proposal-async-generator-functions@^7.8.3": |
274 | 357 | version "7.8.3" |
275 | 358 | resolved "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.8.3.tgz#bad329c670b382589721b27540c7d288601c6e6f" |
|
748 | 831 | "@babel/parser" "^7.8.3" |
749 | 832 | "@babel/types" "^7.8.3" |
750 | 833 |
|
| 834 | +"@babel/template@^7.8.6": |
| 835 | + version "7.8.6" |
| 836 | + resolved "https://registry.npmjs.org/@babel/template/-/template-7.8.6.tgz#86b22af15f828dfb086474f964dcc3e39c43ce2b" |
| 837 | + integrity sha512-zbMsPMy/v0PWFZEhQJ66bqjhH+z0JgMoBWuikXybgG3Gkd/3t5oQ1Rw2WQhnSrsOmsKXnZOx15tkC4qON/+JPg== |
| 838 | + dependencies: |
| 839 | + "@babel/code-frame" "^7.8.3" |
| 840 | + "@babel/parser" "^7.8.6" |
| 841 | + "@babel/types" "^7.8.6" |
| 842 | + |
751 | 843 | "@babel/traverse@^7.1.0", "@babel/traverse@^7.7.4", "@babel/traverse@^7.8.3", "@babel/traverse@^7.8.4": |
752 | 844 | version "7.8.4" |
753 | 845 | resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.8.4.tgz#f0845822365f9d5b0e312ed3959d3f827f869e3c" |
|
763 | 855 | globals "^11.1.0" |
764 | 856 | lodash "^4.17.13" |
765 | 857 |
|
| 858 | +"@babel/traverse@^7.8.6", "@babel/traverse@^7.9.0": |
| 859 | + version "7.9.5" |
| 860 | + resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.9.5.tgz#6e7c56b44e2ac7011a948c21e283ddd9d9db97a2" |
| 861 | + integrity sha512-c4gH3jsvSuGUezlP6rzSJ6jf8fYjLj3hsMZRx/nX0h+fmHN0w+ekubRrHPqnMec0meycA2nwCsJ7dC8IPem2FQ== |
| 862 | + dependencies: |
| 863 | + "@babel/code-frame" "^7.8.3" |
| 864 | + "@babel/generator" "^7.9.5" |
| 865 | + "@babel/helper-function-name" "^7.9.5" |
| 866 | + "@babel/helper-split-export-declaration" "^7.8.3" |
| 867 | + "@babel/parser" "^7.9.0" |
| 868 | + "@babel/types" "^7.9.5" |
| 869 | + debug "^4.1.0" |
| 870 | + globals "^11.1.0" |
| 871 | + lodash "^4.17.13" |
| 872 | + |
766 | 873 | "@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.8.3": |
767 | 874 | version "7.8.3" |
768 | 875 | resolved "https://registry.npmjs.org/@babel/types/-/types-7.8.3.tgz#5a383dffa5416db1b73dedffd311ffd0788fb31c" |
|
772 | 879 | lodash "^4.17.13" |
773 | 880 | to-fast-properties "^2.0.0" |
774 | 881 |
|
| 882 | +"@babel/types@^7.8.6", "@babel/types@^7.9.0", "@babel/types@^7.9.5": |
| 883 | + version "7.9.5" |
| 884 | + resolved "https://registry.npmjs.org/@babel/types/-/types-7.9.5.tgz#89231f82915a8a566a703b3b20133f73da6b9444" |
| 885 | + integrity sha512-XjnvNqenk818r5zMaba+sLQjnbda31UfUURv3ei0qPQw4u+j2jMyJ5b11y8ZHYTRSI3NnInQkkkRT4fLqqPdHg== |
| 886 | + dependencies: |
| 887 | + "@babel/helper-validator-identifier" "^7.9.5" |
| 888 | + lodash "^4.17.13" |
| 889 | + to-fast-properties "^2.0.0" |
| 890 | + |
775 | 891 | "@bcoe/v8-coverage@^0.2.3": |
776 | 892 | version "0.2.3" |
777 | 893 | resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" |
|
6365 | 6481 | dependencies: |
6366 | 6482 | minimist "^1.2.0" |
6367 | 6483 |
|
| 6484 | +json5@^2.1.2: |
| 6485 | + version "2.1.3" |
| 6486 | + resolved "https://registry.npmjs.org/json5/-/json5-2.1.3.tgz#c9b0f7fa9233bfe5807fe66fcf3a5617ed597d43" |
| 6487 | + integrity sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA== |
| 6488 | + dependencies: |
| 6489 | + minimist "^1.2.5" |
| 6490 | + |
6368 | 6491 | jsonfile@^4.0.0: |
6369 | 6492 | version "4.0.0" |
6370 | 6493 | resolved "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb" |
@@ -7061,6 +7184,11 @@ minimist@^0.1.0: |
7061 | 7184 | resolved "https://registry.npmjs.org/minimist/-/minimist-0.1.0.tgz#99df657a52574c21c9057497df742790b2b4c0de" |
7062 | 7185 | integrity sha1-md9lelJXTCHJBXSX33QnkLK0wN4= |
7063 | 7186 |
|
| 7187 | +minimist@^1.2.5: |
| 7188 | + version "1.2.5" |
| 7189 | + resolved "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602" |
| 7190 | + integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== |
| 7191 | + |
7064 | 7192 | minimist@~0.0.1: |
7065 | 7193 | version "0.0.10" |
7066 | 7194 | resolved "https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz#de3f98543dbf96082be48ad1a0c7cda836301dcf" |
|
0 commit comments