|
18 | 18 | invariant "^2.2.4"
|
19 | 19 | semver "^5.5.0"
|
20 | 20 |
|
21 |
| -"@babel/core@^7.1.0", "@babel/core@^7.7.5", "@babel/core@^7.8.4": |
| 21 | +"@babel/compat-data@^7.8.6": |
| 22 | + version "7.8.6" |
| 23 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.8.6.tgz#7eeaa0dfa17e50c7d9c0832515eee09b56f04e35" |
| 24 | + integrity sha512-CurCIKPTkS25Mb8mz267vU95vy+TyUpnctEX2lV33xWNmHAfjruztgiPBbXZRh3xZZy1CYvGx6XfxyTVS+sk7Q== |
| 25 | + dependencies: |
| 26 | + browserslist "^4.8.5" |
| 27 | + invariant "^2.2.4" |
| 28 | + semver "^5.5.0" |
| 29 | + |
| 30 | +"@babel/core@^7.1.0", "@babel/core@^7.7.5": |
22 | 31 | version "7.8.4"
|
23 | 32 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.8.4.tgz#d496799e5c12195b3602d0fddd77294e3e38e80e"
|
24 | 33 | integrity sha512-0LiLrB2PwrVI+a2/IEskBopDYSd8BCb3rOvH7D5tzoWd696TBEduBvuLVm4Nx6rltrLZqvI3MCalB2K2aVzQjA==
|
|
39 | 48 | semver "^5.4.1"
|
40 | 49 | source-map "^0.5.0"
|
41 | 50 |
|
| 51 | +"@babel/core@^7.8.6": |
| 52 | + version "7.8.6" |
| 53 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.8.6.tgz#27d7df9258a45c2e686b6f18b6c659e563aa4636" |
| 54 | + integrity sha512-Sheg7yEJD51YHAvLEV/7Uvw95AeWqYPL3Vk3zGujJKIhJ+8oLw2ALaf3hbucILhKsgSoADOvtKRJuNVdcJkOrg== |
| 55 | + dependencies: |
| 56 | + "@babel/code-frame" "^7.8.3" |
| 57 | + "@babel/generator" "^7.8.6" |
| 58 | + "@babel/helpers" "^7.8.4" |
| 59 | + "@babel/parser" "^7.8.6" |
| 60 | + "@babel/template" "^7.8.6" |
| 61 | + "@babel/traverse" "^7.8.6" |
| 62 | + "@babel/types" "^7.8.6" |
| 63 | + convert-source-map "^1.7.0" |
| 64 | + debug "^4.1.0" |
| 65 | + gensync "^1.0.0-beta.1" |
| 66 | + json5 "^2.1.0" |
| 67 | + lodash "^4.17.13" |
| 68 | + resolve "^1.3.2" |
| 69 | + semver "^5.4.1" |
| 70 | + source-map "^0.5.0" |
| 71 | + |
42 | 72 | "@babel/generator@^7.8.4":
|
43 | 73 | version "7.8.4"
|
44 | 74 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.8.4.tgz#35bbc74486956fe4251829f9f6c48330e8d0985e"
|
|
49 | 79 | lodash "^4.17.13"
|
50 | 80 | source-map "^0.5.0"
|
51 | 81 |
|
| 82 | +"@babel/generator@^7.8.6": |
| 83 | + version "7.8.6" |
| 84 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.8.6.tgz#57adf96d370c9a63c241cd719f9111468578537a" |
| 85 | + integrity sha512-4bpOR5ZBz+wWcMeVtcf7FbjcFzCp+817z2/gHNncIRcM9MmKzUhtWCYAq27RAfUrAFwb+OCG1s9WEaVxfi6cjg== |
| 86 | + dependencies: |
| 87 | + "@babel/types" "^7.8.6" |
| 88 | + jsesc "^2.5.1" |
| 89 | + lodash "^4.17.13" |
| 90 | + source-map "^0.5.0" |
| 91 | + |
52 | 92 | "@babel/helper-annotate-as-pure@^7.8.3":
|
53 | 93 | version "7.8.3"
|
54 | 94 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.8.3.tgz#60bc0bc657f63a0924ff9a4b4a0b24a13cf4deee"
|
|
84 | 124 | levenary "^1.1.1"
|
85 | 125 | semver "^5.5.0"
|
86 | 126 |
|
| 127 | +"@babel/helper-compilation-targets@^7.8.6": |
| 128 | + version "7.8.6" |
| 129 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.8.6.tgz#015b85db69e3a34240d5c2b761fc53eb9695f09c" |
| 130 | + integrity sha512-UrJdk27hKVJSnibFcUWYLkCL0ZywTUoot8yii1lsHJcvwrypagmYKjHLMWivQPm4s6GdyygCL8fiH5EYLxhQwQ== |
| 131 | + dependencies: |
| 132 | + "@babel/compat-data" "^7.8.6" |
| 133 | + browserslist "^4.8.5" |
| 134 | + invariant "^2.2.4" |
| 135 | + levenary "^1.1.1" |
| 136 | + semver "^5.5.0" |
| 137 | + |
87 | 138 | "@babel/helper-create-class-features-plugin@^7.8.3":
|
88 | 139 | version "7.8.3"
|
89 | 140 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.8.3.tgz#5b94be88c255f140fd2c10dd151e7f98f4bff397"
|
|
210 | 261 | "@babel/traverse" "^7.8.3"
|
211 | 262 | "@babel/types" "^7.8.3"
|
212 | 263 |
|
| 264 | +"@babel/helper-replace-supers@^7.8.6": |
| 265 | + version "7.8.6" |
| 266 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.8.6.tgz#5ada744fd5ad73203bf1d67459a27dcba67effc8" |
| 267 | + integrity sha512-PeMArdA4Sv/Wf4zXwBKPqVj7n9UF/xg6slNRtZW84FM7JpE1CbG8B612FyM4cxrf4fMAMGO0kR7voy1ForHHFA== |
| 268 | + dependencies: |
| 269 | + "@babel/helper-member-expression-to-functions" "^7.8.3" |
| 270 | + "@babel/helper-optimise-call-expression" "^7.8.3" |
| 271 | + "@babel/traverse" "^7.8.6" |
| 272 | + "@babel/types" "^7.8.6" |
| 273 | + |
213 | 274 | "@babel/helper-simple-access@^7.8.3":
|
214 | 275 | version "7.8.3"
|
215 | 276 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.8.3.tgz#7f8109928b4dab4654076986af575231deb639ae"
|
|
258 | 319 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.4.tgz#d1dbe64691d60358a974295fa53da074dd2ce8e8"
|
259 | 320 | integrity sha512-0fKu/QqildpXmPVaRBoXOlyBb3MC+J0A66x97qEfLOMkn3u6nfY5esWogQwi/K0BjASYy4DbnsEWnpNL6qT5Mw==
|
260 | 321 |
|
| 322 | +"@babel/parser@^7.8.6": |
| 323 | + version "7.8.6" |
| 324 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.6.tgz#ba5c9910cddb77685a008e3c587af8d27b67962c" |
| 325 | + integrity sha512-trGNYSfwq5s0SgM1BMEB8hX3NDmO7EP2wsDGDexiaKMB92BaRpS+qZfpkMqUBhcsOTBwNy9B/jieo4ad/t/z2g== |
| 326 | + |
261 | 327 | "@babel/plugin-proposal-async-generator-functions@^7.8.3":
|
262 | 328 | version "7.8.3"
|
263 | 329 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.8.3.tgz#bad329c670b382589721b27540c7d288601c6e6f"
|
|
469 | 535 | "@babel/helper-split-export-declaration" "^7.8.3"
|
470 | 536 | globals "^11.1.0"
|
471 | 537 |
|
| 538 | +"@babel/plugin-transform-classes@^7.8.6": |
| 539 | + version "7.8.6" |
| 540 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.8.6.tgz#77534447a477cbe5995ae4aee3e39fbc8090c46d" |
| 541 | + integrity sha512-k9r8qRay/R6v5aWZkrEclEhKO6mc1CCQr2dLsVHBmOQiMpN6I2bpjX3vgnldUWeEI1GHVNByULVxZ4BdP4Hmdg== |
| 542 | + dependencies: |
| 543 | + "@babel/helper-annotate-as-pure" "^7.8.3" |
| 544 | + "@babel/helper-define-map" "^7.8.3" |
| 545 | + "@babel/helper-function-name" "^7.8.3" |
| 546 | + "@babel/helper-optimise-call-expression" "^7.8.3" |
| 547 | + "@babel/helper-plugin-utils" "^7.8.3" |
| 548 | + "@babel/helper-replace-supers" "^7.8.6" |
| 549 | + "@babel/helper-split-export-declaration" "^7.8.3" |
| 550 | + globals "^11.1.0" |
| 551 | + |
472 | 552 | "@babel/plugin-transform-computed-properties@^7.8.3":
|
473 | 553 | version "7.8.3"
|
474 | 554 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.8.3.tgz#96d0d28b7f7ce4eb5b120bb2e0e943343c86f81b"
|
|
513 | 593 | dependencies:
|
514 | 594 | "@babel/helper-plugin-utils" "^7.8.3"
|
515 | 595 |
|
| 596 | +"@babel/plugin-transform-for-of@^7.8.6": |
| 597 | + version "7.8.6" |
| 598 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.8.6.tgz#a051bd1b402c61af97a27ff51b468321c7c2a085" |
| 599 | + integrity sha512-M0pw4/1/KI5WAxPsdcUL/w2LJ7o89YHN3yLkzNjg7Yl15GlVGgzHyCU+FMeAxevHGsLVmUqbirlUIKTafPmzdw== |
| 600 | + dependencies: |
| 601 | + "@babel/helper-plugin-utils" "^7.8.3" |
| 602 | + |
516 | 603 | "@babel/plugin-transform-function-name@^7.8.3":
|
517 | 604 | version "7.8.3"
|
518 | 605 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.8.3.tgz#279373cb27322aaad67c2683e776dfc47196ed8b"
|
|
688 | 775 | "@babel/helper-create-regexp-features-plugin" "^7.8.3"
|
689 | 776 | "@babel/helper-plugin-utils" "^7.8.3"
|
690 | 777 |
|
691 |
| -"@babel/preset-env@^7.7.6", "@babel/preset-env@^7.8.4": |
| 778 | +"@babel/preset-env@^7.7.6": |
692 | 779 | version "7.8.4"
|
693 | 780 | resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.8.4.tgz#9dac6df5f423015d3d49b6e9e5fa3413e4a72c4e"
|
694 | 781 | integrity sha512-HihCgpr45AnSOHRbS5cWNTINs0TwaR8BS8xIIH+QwiW8cKL0llV91njQMpeMReEPVs+1Ao0x3RLEBLtt1hOq4w==
|
|
751 | 838 | levenary "^1.1.1"
|
752 | 839 | semver "^5.5.0"
|
753 | 840 |
|
| 841 | +"@babel/preset-env@^7.8.6": |
| 842 | + version "7.8.6" |
| 843 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.8.6.tgz#2a0773b08589ecba4995fc71b1965e4f531af40b" |
| 844 | + integrity sha512-M5u8llV9DIVXBFB/ArIpqJuvXpO+ymxcJ6e8ZAmzeK3sQeBNOD1y+rHvHCGG4TlEmsNpIrdecsHGHT8ZCoOSJg== |
| 845 | + dependencies: |
| 846 | + "@babel/compat-data" "^7.8.6" |
| 847 | + "@babel/helper-compilation-targets" "^7.8.6" |
| 848 | + "@babel/helper-module-imports" "^7.8.3" |
| 849 | + "@babel/helper-plugin-utils" "^7.8.3" |
| 850 | + "@babel/plugin-proposal-async-generator-functions" "^7.8.3" |
| 851 | + "@babel/plugin-proposal-dynamic-import" "^7.8.3" |
| 852 | + "@babel/plugin-proposal-json-strings" "^7.8.3" |
| 853 | + "@babel/plugin-proposal-nullish-coalescing-operator" "^7.8.3" |
| 854 | + "@babel/plugin-proposal-object-rest-spread" "^7.8.3" |
| 855 | + "@babel/plugin-proposal-optional-catch-binding" "^7.8.3" |
| 856 | + "@babel/plugin-proposal-optional-chaining" "^7.8.3" |
| 857 | + "@babel/plugin-proposal-unicode-property-regex" "^7.8.3" |
| 858 | + "@babel/plugin-syntax-async-generators" "^7.8.0" |
| 859 | + "@babel/plugin-syntax-dynamic-import" "^7.8.0" |
| 860 | + "@babel/plugin-syntax-json-strings" "^7.8.0" |
| 861 | + "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.0" |
| 862 | + "@babel/plugin-syntax-object-rest-spread" "^7.8.0" |
| 863 | + "@babel/plugin-syntax-optional-catch-binding" "^7.8.0" |
| 864 | + "@babel/plugin-syntax-optional-chaining" "^7.8.0" |
| 865 | + "@babel/plugin-syntax-top-level-await" "^7.8.3" |
| 866 | + "@babel/plugin-transform-arrow-functions" "^7.8.3" |
| 867 | + "@babel/plugin-transform-async-to-generator" "^7.8.3" |
| 868 | + "@babel/plugin-transform-block-scoped-functions" "^7.8.3" |
| 869 | + "@babel/plugin-transform-block-scoping" "^7.8.3" |
| 870 | + "@babel/plugin-transform-classes" "^7.8.6" |
| 871 | + "@babel/plugin-transform-computed-properties" "^7.8.3" |
| 872 | + "@babel/plugin-transform-destructuring" "^7.8.3" |
| 873 | + "@babel/plugin-transform-dotall-regex" "^7.8.3" |
| 874 | + "@babel/plugin-transform-duplicate-keys" "^7.8.3" |
| 875 | + "@babel/plugin-transform-exponentiation-operator" "^7.8.3" |
| 876 | + "@babel/plugin-transform-for-of" "^7.8.6" |
| 877 | + "@babel/plugin-transform-function-name" "^7.8.3" |
| 878 | + "@babel/plugin-transform-literals" "^7.8.3" |
| 879 | + "@babel/plugin-transform-member-expression-literals" "^7.8.3" |
| 880 | + "@babel/plugin-transform-modules-amd" "^7.8.3" |
| 881 | + "@babel/plugin-transform-modules-commonjs" "^7.8.3" |
| 882 | + "@babel/plugin-transform-modules-systemjs" "^7.8.3" |
| 883 | + "@babel/plugin-transform-modules-umd" "^7.8.3" |
| 884 | + "@babel/plugin-transform-named-capturing-groups-regex" "^7.8.3" |
| 885 | + "@babel/plugin-transform-new-target" "^7.8.3" |
| 886 | + "@babel/plugin-transform-object-super" "^7.8.3" |
| 887 | + "@babel/plugin-transform-parameters" "^7.8.4" |
| 888 | + "@babel/plugin-transform-property-literals" "^7.8.3" |
| 889 | + "@babel/plugin-transform-regenerator" "^7.8.3" |
| 890 | + "@babel/plugin-transform-reserved-words" "^7.8.3" |
| 891 | + "@babel/plugin-transform-shorthand-properties" "^7.8.3" |
| 892 | + "@babel/plugin-transform-spread" "^7.8.3" |
| 893 | + "@babel/plugin-transform-sticky-regex" "^7.8.3" |
| 894 | + "@babel/plugin-transform-template-literals" "^7.8.3" |
| 895 | + "@babel/plugin-transform-typeof-symbol" "^7.8.4" |
| 896 | + "@babel/plugin-transform-unicode-regex" "^7.8.3" |
| 897 | + "@babel/types" "^7.8.6" |
| 898 | + browserslist "^4.8.5" |
| 899 | + core-js-compat "^3.6.2" |
| 900 | + invariant "^2.2.2" |
| 901 | + levenary "^1.1.1" |
| 902 | + semver "^5.5.0" |
| 903 | + |
754 | 904 | "@babel/preset-typescript@^7.8.3":
|
755 | 905 | version "7.8.3"
|
756 | 906 | resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.8.3.tgz#90af8690121beecd9a75d0cc26c6be39d1595d13"
|
|
775 | 925 | "@babel/parser" "^7.8.3"
|
776 | 926 | "@babel/types" "^7.8.3"
|
777 | 927 |
|
| 928 | +"@babel/template@^7.8.6": |
| 929 | + version "7.8.6" |
| 930 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.6.tgz#86b22af15f828dfb086474f964dcc3e39c43ce2b" |
| 931 | + integrity sha512-zbMsPMy/v0PWFZEhQJ66bqjhH+z0JgMoBWuikXybgG3Gkd/3t5oQ1Rw2WQhnSrsOmsKXnZOx15tkC4qON/+JPg== |
| 932 | + dependencies: |
| 933 | + "@babel/code-frame" "^7.8.3" |
| 934 | + "@babel/parser" "^7.8.6" |
| 935 | + "@babel/types" "^7.8.6" |
| 936 | + |
778 | 937 | "@babel/traverse@^7.1.0", "@babel/traverse@^7.7.4", "@babel/traverse@^7.8.3", "@babel/traverse@^7.8.4":
|
779 | 938 | version "7.8.4"
|
780 | 939 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.8.4.tgz#f0845822365f9d5b0e312ed3959d3f827f869e3c"
|
|
790 | 949 | globals "^11.1.0"
|
791 | 950 | lodash "^4.17.13"
|
792 | 951 |
|
| 952 | +"@babel/traverse@^7.8.6": |
| 953 | + version "7.8.6" |
| 954 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.8.6.tgz#acfe0c64e1cd991b3e32eae813a6eb564954b5ff" |
| 955 | + integrity sha512-2B8l0db/DPi8iinITKuo7cbPznLCEk0kCxDoB9/N6gGNg/gxOXiR/IcymAFPiBwk5w6TtQ27w4wpElgp9btR9A== |
| 956 | + dependencies: |
| 957 | + "@babel/code-frame" "^7.8.3" |
| 958 | + "@babel/generator" "^7.8.6" |
| 959 | + "@babel/helper-function-name" "^7.8.3" |
| 960 | + "@babel/helper-split-export-declaration" "^7.8.3" |
| 961 | + "@babel/parser" "^7.8.6" |
| 962 | + "@babel/types" "^7.8.6" |
| 963 | + debug "^4.1.0" |
| 964 | + globals "^11.1.0" |
| 965 | + lodash "^4.17.13" |
| 966 | + |
793 | 967 | "@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.8.3":
|
794 | 968 | version "7.8.3"
|
795 | 969 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.3.tgz#5a383dffa5416db1b73dedffd311ffd0788fb31c"
|
|
799 | 973 | lodash "^4.17.13"
|
800 | 974 | to-fast-properties "^2.0.0"
|
801 | 975 |
|
| 976 | +"@babel/types@^7.8.6": |
| 977 | + version "7.8.6" |
| 978 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.6.tgz#629ecc33c2557fcde7126e58053127afdb3e6d01" |
| 979 | + integrity sha512-wqz7pgWMIrht3gquyEFPVXeXCti72Rm8ep9b5tQKz9Yg9LzJA3HxosF1SB3Kc81KD1A3XBkkVYtJvCKS2Z/QrA== |
| 980 | + dependencies: |
| 981 | + esutils "^2.0.2" |
| 982 | + lodash "^4.17.13" |
| 983 | + to-fast-properties "^2.0.0" |
| 984 | + |
802 | 985 | "@bcoe/v8-coverage@^0.2.3":
|
803 | 986 | version "0.2.3"
|
804 | 987 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
0 commit comments