|
2 | 2 | # yarn lockfile v1
|
3 | 3 |
|
4 | 4 |
|
5 |
| -"@babel/cli@^7.6.2": |
6 |
| - version "7.6.2" |
7 |
| - resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.6.2.tgz#4ce8b5b4b2e4b4c1b7bd841cec62085e2dfc4465" |
8 |
| - integrity sha512-JDZ+T/br9pPfT2lmAMJypJDTTTHM9ePD/ED10TRjRzJVdEVy+JB3iRlhzYmTt5YkNgHvxWGlUVnLtdv6ruiDrQ== |
| 5 | +"@babel/cli@^7.6.3": |
| 6 | + version "7.6.3" |
| 7 | + resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.6.3.tgz#1b0c62098c8a5e01e4a4a59a52cba9682e7e0906" |
| 8 | + integrity sha512-kWKOEeuylpa781yCeA5//eEx1u3WtLZqbi2VWXLKmb3QDPb5T2f7Yk311MK7bvvjR70dluAeiu4VXXsG1WwJsw== |
9 | 9 | dependencies:
|
10 | 10 | commander "^2.8.1"
|
11 | 11 | convert-source-map "^1.1.0"
|
|
15 | 15 | mkdirp "^0.5.1"
|
16 | 16 | output-file-sync "^2.0.0"
|
17 | 17 | slash "^2.0.0"
|
18 |
| - source-map "^0.5.0" |
| 18 | + source-map "^0.6.1" |
19 | 19 | optionalDependencies:
|
20 | 20 | chokidar "^2.1.8"
|
21 | 21 |
|
|
73 | 73 | semver "^5.4.1"
|
74 | 74 | source-map "^0.5.0"
|
75 | 75 |
|
| 76 | +"@babel/core@^7.6.3": |
| 77 | + version "7.6.3" |
| 78 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.6.3.tgz#44de824e89eaa089bb12da7337bc9bdff2ab68f9" |
| 79 | + integrity sha512-QfQ5jTBgXLzJuo7Mo8bZK/ePywmgNRgk/UQykiKwEtZPiFIn8ZqE6jB+AnD1hbB1S2xQyL4//it5vuAUOVAMTw== |
| 80 | + dependencies: |
| 81 | + "@babel/code-frame" "^7.5.5" |
| 82 | + "@babel/generator" "^7.6.3" |
| 83 | + "@babel/helpers" "^7.6.2" |
| 84 | + "@babel/parser" "^7.6.3" |
| 85 | + "@babel/template" "^7.6.0" |
| 86 | + "@babel/traverse" "^7.6.3" |
| 87 | + "@babel/types" "^7.6.3" |
| 88 | + convert-source-map "^1.1.0" |
| 89 | + debug "^4.1.0" |
| 90 | + json5 "^2.1.0" |
| 91 | + lodash "^4.17.13" |
| 92 | + resolve "^1.3.2" |
| 93 | + semver "^5.4.1" |
| 94 | + source-map "^0.6.1" |
| 95 | + |
76 | 96 | "@babel/generator@^7.4.0", "@babel/generator@^7.5.0":
|
77 | 97 | version "7.5.0"
|
78 | 98 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.5.0.tgz#f20e4b7a91750ee8b63656073d843d2a736dca4a"
|
|
105 | 125 | lodash "^4.17.13"
|
106 | 126 | source-map "^0.5.0"
|
107 | 127 |
|
| 128 | +"@babel/generator@^7.6.3": |
| 129 | + version "7.6.3" |
| 130 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.6.3.tgz#71d5375264f93ec7bac7d9f35a67067733f5578e" |
| 131 | + integrity sha512-hLhYbAb3pHwxjlijC4AQ7mqZdcoujiNaW7izCT04CIowHK8psN0IN8QjDv0iyFtycF5FowUOTwDloIheI25aMw== |
| 132 | + dependencies: |
| 133 | + "@babel/types" "^7.6.3" |
| 134 | + jsesc "^2.5.1" |
| 135 | + lodash "^4.17.13" |
| 136 | + source-map "^0.6.1" |
| 137 | + |
108 | 138 | "@babel/helper-annotate-as-pure@^7.0.0":
|
109 | 139 | version "7.0.0"
|
110 | 140 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz#323d39dd0b50e10c7c06ca7d7638e6864d8c5c32"
|
|
331 | 361 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.6.2.tgz#205e9c95e16ba3b8b96090677a67c9d6075b70a1"
|
332 | 362 | integrity sha512-mdFqWrSPCmikBoaBYMuBulzTIKuXVPtEISFbRRVNwMWpCms/hmE2kRq0bblUHaNRKrjRlmVbx1sDHmjmRgD2Xg==
|
333 | 363 |
|
| 364 | +"@babel/parser@^7.6.3": |
| 365 | + version "7.6.3" |
| 366 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.6.3.tgz#9eff8b9c3eeae16a74d8d4ff30da2bd0d6f0487e" |
| 367 | + integrity sha512-sUZdXlva1dt2Vw2RqbMkmfoImubO0D0gaCrNngV6Hi0DA4x3o4mlrq0tbfY0dZEUIccH8I6wQ4qgEtwcpOR6Qg== |
| 368 | + |
334 | 369 | "@babel/plugin-proposal-async-generator-functions@^7.2.0":
|
335 | 370 | version "7.2.0"
|
336 | 371 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.2.0.tgz#b289b306669dce4ad20b0252889a15768c9d417e"
|
|
478 | 513 | "@babel/helper-plugin-utils" "^7.0.0"
|
479 | 514 | lodash "^4.17.13"
|
480 | 515 |
|
| 516 | +"@babel/plugin-transform-block-scoping@^7.6.3": |
| 517 | + version "7.6.3" |
| 518 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.6.3.tgz#6e854e51fbbaa84351b15d4ddafe342f3a5d542a" |
| 519 | + integrity sha512-7hvrg75dubcO3ZI2rjYTzUrEuh1E9IyDEhhB6qfcooxhDA33xx2MasuLVgdxzcP6R/lipAC6n9ub9maNW6RKdw== |
| 520 | + dependencies: |
| 521 | + "@babel/helper-plugin-utils" "^7.0.0" |
| 522 | + lodash "^4.17.13" |
| 523 | + |
481 | 524 | "@babel/plugin-transform-classes@^7.5.5":
|
482 | 525 | version "7.5.5"
|
483 | 526 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.5.5.tgz#d094299d9bd680a14a2a0edae38305ad60fb4de9"
|
|
602 | 645 | dependencies:
|
603 | 646 | regexpu-core "^4.6.0"
|
604 | 647 |
|
| 648 | +"@babel/plugin-transform-named-capturing-groups-regex@^7.6.3": |
| 649 | + version "7.6.3" |
| 650 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.6.3.tgz#aaa6e409dd4fb2e50b6e2a91f7e3a3149dbce0cf" |
| 651 | + integrity sha512-jTkk7/uE6H2s5w6VlMHeWuH+Pcy2lmdwFoeWCVnvIrDUnB5gQqTVI8WfmEAhF2CDEarGrknZcmSFg1+bkfCoSw== |
| 652 | + dependencies: |
| 653 | + regexpu-core "^4.6.0" |
| 654 | + |
605 | 655 | "@babel/plugin-transform-new-target@^7.4.4":
|
606 | 656 | version "7.4.4"
|
607 | 657 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.4.4.tgz#18d120438b0cc9ee95a47f2c72bc9768fbed60a5"
|
|
759 | 809 | js-levenshtein "^1.1.3"
|
760 | 810 | semver "^5.5.0"
|
761 | 811 |
|
| 812 | +"@babel/preset-env@^7.6.3": |
| 813 | + version "7.6.3" |
| 814 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.6.3.tgz#9e1bf05a2e2d687036d24c40e4639dc46cef2271" |
| 815 | + integrity sha512-CWQkn7EVnwzlOdR5NOm2+pfgSNEZmvGjOhlCHBDq0J8/EStr+G+FvPEiz9B56dR6MoiUFjXhfE4hjLoAKKJtIQ== |
| 816 | + dependencies: |
| 817 | + "@babel/helper-module-imports" "^7.0.0" |
| 818 | + "@babel/helper-plugin-utils" "^7.0.0" |
| 819 | + "@babel/plugin-proposal-async-generator-functions" "^7.2.0" |
| 820 | + "@babel/plugin-proposal-dynamic-import" "^7.5.0" |
| 821 | + "@babel/plugin-proposal-json-strings" "^7.2.0" |
| 822 | + "@babel/plugin-proposal-object-rest-spread" "^7.6.2" |
| 823 | + "@babel/plugin-proposal-optional-catch-binding" "^7.2.0" |
| 824 | + "@babel/plugin-proposal-unicode-property-regex" "^7.6.2" |
| 825 | + "@babel/plugin-syntax-async-generators" "^7.2.0" |
| 826 | + "@babel/plugin-syntax-dynamic-import" "^7.2.0" |
| 827 | + "@babel/plugin-syntax-json-strings" "^7.2.0" |
| 828 | + "@babel/plugin-syntax-object-rest-spread" "^7.2.0" |
| 829 | + "@babel/plugin-syntax-optional-catch-binding" "^7.2.0" |
| 830 | + "@babel/plugin-transform-arrow-functions" "^7.2.0" |
| 831 | + "@babel/plugin-transform-async-to-generator" "^7.5.0" |
| 832 | + "@babel/plugin-transform-block-scoped-functions" "^7.2.0" |
| 833 | + "@babel/plugin-transform-block-scoping" "^7.6.3" |
| 834 | + "@babel/plugin-transform-classes" "^7.5.5" |
| 835 | + "@babel/plugin-transform-computed-properties" "^7.2.0" |
| 836 | + "@babel/plugin-transform-destructuring" "^7.6.0" |
| 837 | + "@babel/plugin-transform-dotall-regex" "^7.6.2" |
| 838 | + "@babel/plugin-transform-duplicate-keys" "^7.5.0" |
| 839 | + "@babel/plugin-transform-exponentiation-operator" "^7.2.0" |
| 840 | + "@babel/plugin-transform-for-of" "^7.4.4" |
| 841 | + "@babel/plugin-transform-function-name" "^7.4.4" |
| 842 | + "@babel/plugin-transform-literals" "^7.2.0" |
| 843 | + "@babel/plugin-transform-member-expression-literals" "^7.2.0" |
| 844 | + "@babel/plugin-transform-modules-amd" "^7.5.0" |
| 845 | + "@babel/plugin-transform-modules-commonjs" "^7.6.0" |
| 846 | + "@babel/plugin-transform-modules-systemjs" "^7.5.0" |
| 847 | + "@babel/plugin-transform-modules-umd" "^7.2.0" |
| 848 | + "@babel/plugin-transform-named-capturing-groups-regex" "^7.6.3" |
| 849 | + "@babel/plugin-transform-new-target" "^7.4.4" |
| 850 | + "@babel/plugin-transform-object-super" "^7.5.5" |
| 851 | + "@babel/plugin-transform-parameters" "^7.4.4" |
| 852 | + "@babel/plugin-transform-property-literals" "^7.2.0" |
| 853 | + "@babel/plugin-transform-regenerator" "^7.4.5" |
| 854 | + "@babel/plugin-transform-reserved-words" "^7.2.0" |
| 855 | + "@babel/plugin-transform-shorthand-properties" "^7.2.0" |
| 856 | + "@babel/plugin-transform-spread" "^7.6.2" |
| 857 | + "@babel/plugin-transform-sticky-regex" "^7.2.0" |
| 858 | + "@babel/plugin-transform-template-literals" "^7.4.4" |
| 859 | + "@babel/plugin-transform-typeof-symbol" "^7.2.0" |
| 860 | + "@babel/plugin-transform-unicode-regex" "^7.6.2" |
| 861 | + "@babel/types" "^7.6.3" |
| 862 | + browserslist "^4.6.0" |
| 863 | + core-js-compat "^3.1.1" |
| 864 | + invariant "^2.2.2" |
| 865 | + js-levenshtein "^1.1.3" |
| 866 | + semver "^5.5.0" |
| 867 | + |
762 | 868 | "@babel/runtime@^7.6.2":
|
763 | 869 | version "7.6.2"
|
764 | 870 | resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.6.2.tgz#c3d6e41b304ef10dcf13777a33e7694ec4a9a6dd"
|
765 | 871 | integrity sha512-EXxN64agfUqqIGeEjI5dL5z0Sw0ZwWo1mLTi4mQowCZ42O59b7DRpZAnTC6OqdF28wMBMFKNb/4uFGrVaigSpg==
|
766 | 872 | dependencies:
|
767 | 873 | regenerator-runtime "^0.13.2"
|
768 | 874 |
|
769 |
| -"@babel/standalone@^7.6.2": |
770 |
| - version "7.6.2" |
771 |
| - resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.6.2.tgz#484fb4fc7b9cec3dfbb6c012f0c81340596adb09" |
772 |
| - integrity sha512-bfrGoJA6bHD3zJdTM8DANDKM2MjuhH7SLTeHuQMyfCn4VQgJlwe9MByqiTTKWZ1dAD0HrC7WDaL60WV+9HUXnQ== |
| 875 | +"@babel/standalone@^7.6.3": |
| 876 | + version "7.6.3" |
| 877 | + resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.6.3.tgz#46354f42d581d5caf127ee1254cbef465d7dee12" |
| 878 | + integrity sha512-lc7H0lPT6rNUsKC0XFpZorEPzdG4myKVtc+ifkrlFOu8bXXd/3vF78Qxe5H3r/G8B65jUUzV0bFGpq7KkJcTmQ== |
773 | 879 |
|
774 | 880 | "@babel/template@^7.1.0", "@babel/template@^7.4.0", "@babel/template@^7.4.4":
|
775 | 881 | version "7.4.4"
|
|
834 | 940 | globals "^11.1.0"
|
835 | 941 | lodash "^4.17.13"
|
836 | 942 |
|
| 943 | +"@babel/traverse@^7.6.3": |
| 944 | + version "7.6.3" |
| 945 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.6.3.tgz#66d7dba146b086703c0fb10dd588b7364cec47f9" |
| 946 | + integrity sha512-unn7P4LGsijIxaAJo/wpoU11zN+2IaClkQAxcJWBNCMS6cmVh802IyLHNkAjQ0iYnRS3nnxk5O3fuXW28IMxTw== |
| 947 | + dependencies: |
| 948 | + "@babel/code-frame" "^7.5.5" |
| 949 | + "@babel/generator" "^7.6.3" |
| 950 | + "@babel/helper-function-name" "^7.1.0" |
| 951 | + "@babel/helper-split-export-declaration" "^7.4.4" |
| 952 | + "@babel/parser" "^7.6.3" |
| 953 | + "@babel/types" "^7.6.3" |
| 954 | + debug "^4.1.0" |
| 955 | + globals "^11.1.0" |
| 956 | + lodash "^4.17.13" |
| 957 | + |
837 | 958 | "@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.5.0":
|
838 | 959 | version "7.5.0"
|
839 | 960 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.5.0.tgz#e47d43840c2e7f9105bc4d3a2c371b4d0c7832ab"
|
|
861 | 982 | lodash "^4.17.13"
|
862 | 983 | to-fast-properties "^2.0.0"
|
863 | 984 |
|
| 985 | +"@babel/types@^7.6.3": |
| 986 | + version "7.6.3" |
| 987 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.6.3.tgz#3f07d96f854f98e2fbd45c64b0cb942d11e8ba09" |
| 988 | + integrity sha512-CqbcpTxMcpuQTMhjI37ZHVgjBkysg5icREQIEZ0eG1yCNwg3oy+5AaLiOKmjsCj6nqOsa6Hf0ObjRVwokb7srA== |
| 989 | + dependencies: |
| 990 | + esutils "^2.0.2" |
| 991 | + lodash "^4.17.13" |
| 992 | + to-fast-properties "^2.0.0" |
| 993 | + |
864 | 994 | "@cnakazawa/watch@^1.0.3":
|
865 | 995 | version "1.0.3"
|
866 | 996 | resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.3.tgz#099139eaec7ebf07a27c1786a3ff64f39464d2ef"
|
|
0 commit comments