正在显示
9 个修改的文件
包含
893 行增加
和
432 行删除
@@ -18,12 +18,15 @@ | @@ -18,12 +18,15 @@ | ||
18 | }, | 18 | }, |
19 | "devDependencies": { | 19 | "devDependencies": { |
20 | "@rushstack/eslint-patch": "^1.3.3", | 20 | "@rushstack/eslint-patch": "^1.3.3", |
21 | + "@vant/auto-import-resolver": "^1.0.2", | ||
21 | "@vitejs/plugin-vue": "^4.5.2", | 22 | "@vitejs/plugin-vue": "^4.5.2", |
22 | "@vue/eslint-config-prettier": "^8.0.0", | 23 | "@vue/eslint-config-prettier": "^8.0.0", |
24 | + "babel-plugin-import": "^1.13.8", | ||
23 | "eslint": "^8.49.0", | 25 | "eslint": "^8.49.0", |
24 | "eslint-plugin-vue": "^9.17.0", | 26 | "eslint-plugin-vue": "^9.17.0", |
25 | "prettier": "^3.0.3", | 27 | "prettier": "^3.0.3", |
26 | "sass": "^1.69.7", | 28 | "sass": "^1.69.7", |
29 | + "unplugin-vue-components": "^0.26.0", | ||
27 | "vite": "^5.0.10" | 30 | "vite": "^5.0.10" |
28 | } | 31 | } |
29 | }, | 32 | }, |
@@ -36,6 +39,42 @@ | @@ -36,6 +39,42 @@ | ||
36 | "node": ">=0.10.0" | 39 | "node": ">=0.10.0" |
37 | } | 40 | } |
38 | }, | 41 | }, |
42 | + "node_modules/@antfu/utils": { | ||
43 | + "version": "0.7.7", | ||
44 | + "resolved": "https://registry.npmmirror.com/@antfu/utils/-/utils-0.7.7.tgz", | ||
45 | + "integrity": "sha512-gFPqTG7otEJ8uP6wrhDv6mqwGWYZKNvAcCq6u9hOj0c+IKCEsY4L1oC9trPq2SaWIzAfHvqfBDxF591JkMf+kg==", | ||
46 | + "dev": true | ||
47 | + }, | ||
48 | + "node_modules/@babel/helper-module-imports": { | ||
49 | + "version": "7.22.15", | ||
50 | + "resolved": "https://registry.npmmirror.com/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz", | ||
51 | + "integrity": "sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==", | ||
52 | + "dev": true, | ||
53 | + "dependencies": { | ||
54 | + "@babel/types": "^7.22.15" | ||
55 | + }, | ||
56 | + "engines": { | ||
57 | + "node": ">=6.9.0" | ||
58 | + } | ||
59 | + }, | ||
60 | + "node_modules/@babel/helper-string-parser": { | ||
61 | + "version": "7.23.4", | ||
62 | + "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz", | ||
63 | + "integrity": "sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==", | ||
64 | + "dev": true, | ||
65 | + "engines": { | ||
66 | + "node": ">=6.9.0" | ||
67 | + } | ||
68 | + }, | ||
69 | + "node_modules/@babel/helper-validator-identifier": { | ||
70 | + "version": "7.22.20", | ||
71 | + "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz", | ||
72 | + "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==", | ||
73 | + "dev": true, | ||
74 | + "engines": { | ||
75 | + "node": ">=6.9.0" | ||
76 | + } | ||
77 | + }, | ||
39 | "node_modules/@babel/parser": { | 78 | "node_modules/@babel/parser": { |
40 | "version": "7.23.6", | 79 | "version": "7.23.6", |
41 | "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.23.6.tgz", | 80 | "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.23.6.tgz", |
@@ -47,6 +86,20 @@ | @@ -47,6 +86,20 @@ | ||
47 | "node": ">=6.0.0" | 86 | "node": ">=6.0.0" |
48 | } | 87 | } |
49 | }, | 88 | }, |
89 | + "node_modules/@babel/types": { | ||
90 | + "version": "7.23.6", | ||
91 | + "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.23.6.tgz", | ||
92 | + "integrity": "sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg==", | ||
93 | + "dev": true, | ||
94 | + "dependencies": { | ||
95 | + "@babel/helper-string-parser": "^7.23.4", | ||
96 | + "@babel/helper-validator-identifier": "^7.22.20", | ||
97 | + "to-fast-properties": "^2.0.0" | ||
98 | + }, | ||
99 | + "engines": { | ||
100 | + "node": ">=6.9.0" | ||
101 | + } | ||
102 | + }, | ||
50 | "node_modules/@esbuild/aix-ppc64": { | 103 | "node_modules/@esbuild/aix-ppc64": { |
51 | "version": "0.19.11", | 104 | "version": "0.19.11", |
52 | "resolved": "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.19.11.tgz", | 105 | "resolved": "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.19.11.tgz", |
@@ -546,6 +599,28 @@ | @@ -546,6 +599,28 @@ | ||
546 | "node": "^12.20.0 || ^14.18.0 || >=16.0.0" | 599 | "node": "^12.20.0 || ^14.18.0 || >=16.0.0" |
547 | } | 600 | } |
548 | }, | 601 | }, |
602 | + "node_modules/@rollup/pluginutils": { | ||
603 | + "version": "5.1.0", | ||
604 | + "resolved": "https://registry.npmmirror.com/@rollup/pluginutils/-/pluginutils-5.1.0.tgz", | ||
605 | + "integrity": "sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==", | ||
606 | + "dev": true, | ||
607 | + "dependencies": { | ||
608 | + "@types/estree": "^1.0.0", | ||
609 | + "estree-walker": "^2.0.2", | ||
610 | + "picomatch": "^2.3.1" | ||
611 | + }, | ||
612 | + "engines": { | ||
613 | + "node": ">=14.0.0" | ||
614 | + }, | ||
615 | + "peerDependencies": { | ||
616 | + "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" | ||
617 | + }, | ||
618 | + "peerDependenciesMeta": { | ||
619 | + "rollup": { | ||
620 | + "optional": true | ||
621 | + } | ||
622 | + } | ||
623 | + }, | ||
549 | "node_modules/@rollup/rollup-android-arm-eabi": { | 624 | "node_modules/@rollup/rollup-android-arm-eabi": { |
550 | "version": "4.9.5", | 625 | "version": "4.9.5", |
551 | "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.9.5.tgz", | 626 | "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.9.5.tgz", |
@@ -733,6 +808,12 @@ | @@ -733,6 +808,12 @@ | ||
733 | "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==", | 808 | "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==", |
734 | "dev": true | 809 | "dev": true |
735 | }, | 810 | }, |
811 | + "node_modules/@vant/auto-import-resolver": { | ||
812 | + "version": "1.0.2", | ||
813 | + "resolved": "https://registry.npmmirror.com/@vant/auto-import-resolver/-/auto-import-resolver-1.0.2.tgz", | ||
814 | + "integrity": "sha512-5SYC1izl36KID+3F4pqFtYD8VFK6m1pdulft99sjSkUN4GBX9OslRnsJA0g7xS+0YrytjDuxxBk04YLYIxaYMg==", | ||
815 | + "dev": true | ||
816 | + }, | ||
736 | "node_modules/@vant/popperjs": { | 817 | "node_modules/@vant/popperjs": { |
737 | "version": "1.3.0", | 818 | "version": "1.3.0", |
738 | "resolved": "https://registry.npmmirror.com/@vant/popperjs/-/popperjs-1.3.0.tgz", | 819 | "resolved": "https://registry.npmmirror.com/@vant/popperjs/-/popperjs-1.3.0.tgz", |
@@ -956,6 +1037,15 @@ | @@ -956,6 +1037,15 @@ | ||
956 | "proxy-from-env": "^1.1.0" | 1037 | "proxy-from-env": "^1.1.0" |
957 | } | 1038 | } |
958 | }, | 1039 | }, |
1040 | + "node_modules/babel-plugin-import": { | ||
1041 | + "version": "1.13.8", | ||
1042 | + "resolved": "https://registry.npmmirror.com/babel-plugin-import/-/babel-plugin-import-1.13.8.tgz", | ||
1043 | + "integrity": "sha512-36babpjra5m3gca44V6tSTomeBlPA7cHUynrE2WiQIm3rEGD9xy28MKsx5IdO45EbnpJY7Jrgd00C6Dwt/l/2Q==", | ||
1044 | + "dev": true, | ||
1045 | + "dependencies": { | ||
1046 | + "@babel/helper-module-imports": "^7.0.0" | ||
1047 | + } | ||
1048 | + }, | ||
959 | "node_modules/balanced-match": { | 1049 | "node_modules/balanced-match": { |
960 | "version": "1.0.2", | 1050 | "version": "1.0.2", |
961 | "resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz", | 1051 | "resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz", |
@@ -1425,6 +1515,34 @@ | @@ -1425,6 +1515,34 @@ | ||
1425 | "integrity": "sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==", | 1515 | "integrity": "sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==", |
1426 | "dev": true | 1516 | "dev": true |
1427 | }, | 1517 | }, |
1518 | + "node_modules/fast-glob": { | ||
1519 | + "version": "3.3.2", | ||
1520 | + "resolved": "https://registry.npmmirror.com/fast-glob/-/fast-glob-3.3.2.tgz", | ||
1521 | + "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", | ||
1522 | + "dev": true, | ||
1523 | + "dependencies": { | ||
1524 | + "@nodelib/fs.stat": "^2.0.2", | ||
1525 | + "@nodelib/fs.walk": "^1.2.3", | ||
1526 | + "glob-parent": "^5.1.2", | ||
1527 | + "merge2": "^1.3.0", | ||
1528 | + "micromatch": "^4.0.4" | ||
1529 | + }, | ||
1530 | + "engines": { | ||
1531 | + "node": ">=8.6.0" | ||
1532 | + } | ||
1533 | + }, | ||
1534 | + "node_modules/fast-glob/node_modules/glob-parent": { | ||
1535 | + "version": "5.1.2", | ||
1536 | + "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz", | ||
1537 | + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", | ||
1538 | + "dev": true, | ||
1539 | + "dependencies": { | ||
1540 | + "is-glob": "^4.0.1" | ||
1541 | + }, | ||
1542 | + "engines": { | ||
1543 | + "node": ">= 6" | ||
1544 | + } | ||
1545 | + }, | ||
1428 | "node_modules/fast-json-stable-stringify": { | 1546 | "node_modules/fast-json-stable-stringify": { |
1429 | "version": "2.1.0", | 1547 | "version": "2.1.0", |
1430 | "resolved": "https://registry.npmmirror.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", | 1548 | "resolved": "https://registry.npmmirror.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", |
@@ -1549,6 +1667,12 @@ | @@ -1549,6 +1667,12 @@ | ||
1549 | "node": "^8.16.0 || ^10.6.0 || >=11.0.0" | 1667 | "node": "^8.16.0 || ^10.6.0 || >=11.0.0" |
1550 | } | 1668 | } |
1551 | }, | 1669 | }, |
1670 | + "node_modules/function-bind": { | ||
1671 | + "version": "1.1.2", | ||
1672 | + "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz", | ||
1673 | + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", | ||
1674 | + "dev": true | ||
1675 | + }, | ||
1552 | "node_modules/glob": { | 1676 | "node_modules/glob": { |
1553 | "version": "7.2.3", | 1677 | "version": "7.2.3", |
1554 | "resolved": "https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz", | 1678 | "resolved": "https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz", |
@@ -1605,6 +1729,18 @@ | @@ -1605,6 +1729,18 @@ | ||
1605 | "node": ">=8" | 1729 | "node": ">=8" |
1606 | } | 1730 | } |
1607 | }, | 1731 | }, |
1732 | + "node_modules/hasown": { | ||
1733 | + "version": "2.0.0", | ||
1734 | + "resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.0.tgz", | ||
1735 | + "integrity": "sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==", | ||
1736 | + "dev": true, | ||
1737 | + "dependencies": { | ||
1738 | + "function-bind": "^1.1.2" | ||
1739 | + }, | ||
1740 | + "engines": { | ||
1741 | + "node": ">= 0.4" | ||
1742 | + } | ||
1743 | + }, | ||
1608 | "node_modules/ignore": { | 1744 | "node_modules/ignore": { |
1609 | "version": "5.3.0", | 1745 | "version": "5.3.0", |
1610 | "resolved": "https://registry.npmmirror.com/ignore/-/ignore-5.3.0.tgz", | 1746 | "resolved": "https://registry.npmmirror.com/ignore/-/ignore-5.3.0.tgz", |
@@ -1670,6 +1806,15 @@ | @@ -1670,6 +1806,15 @@ | ||
1670 | "node": ">=8" | 1806 | "node": ">=8" |
1671 | } | 1807 | } |
1672 | }, | 1808 | }, |
1809 | + "node_modules/is-core-module": { | ||
1810 | + "version": "2.13.1", | ||
1811 | + "resolved": "https://registry.npmmirror.com/is-core-module/-/is-core-module-2.13.1.tgz", | ||
1812 | + "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==", | ||
1813 | + "dev": true, | ||
1814 | + "dependencies": { | ||
1815 | + "hasown": "^2.0.0" | ||
1816 | + } | ||
1817 | + }, | ||
1673 | "node_modules/is-extglob": { | 1818 | "node_modules/is-extglob": { |
1674 | "version": "2.1.1", | 1819 | "version": "2.1.1", |
1675 | "resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz", | 1820 | "resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz", |
@@ -1767,6 +1912,15 @@ | @@ -1767,6 +1912,15 @@ | ||
1767 | "node": ">= 0.8.0" | 1912 | "node": ">= 0.8.0" |
1768 | } | 1913 | } |
1769 | }, | 1914 | }, |
1915 | + "node_modules/local-pkg": { | ||
1916 | + "version": "0.4.3", | ||
1917 | + "resolved": "https://registry.npmmirror.com/local-pkg/-/local-pkg-0.4.3.tgz", | ||
1918 | + "integrity": "sha512-SFppqq5p42fe2qcZQqqEOiVRXl+WCP1MdT6k7BDEW1j++sp5fIY+/fdRQitvKgB5BrBcmrs5m/L0v2FrU5MY1g==", | ||
1919 | + "dev": true, | ||
1920 | + "engines": { | ||
1921 | + "node": ">=14" | ||
1922 | + } | ||
1923 | + }, | ||
1770 | "node_modules/locate-path": { | 1924 | "node_modules/locate-path": { |
1771 | "version": "6.0.0", | 1925 | "version": "6.0.0", |
1772 | "resolved": "https://registry.npmmirror.com/locate-path/-/locate-path-6.0.0.tgz", | 1926 | "resolved": "https://registry.npmmirror.com/locate-path/-/locate-path-6.0.0.tgz", |
@@ -1814,6 +1968,28 @@ | @@ -1814,6 +1968,28 @@ | ||
1814 | "node": ">=12" | 1968 | "node": ">=12" |
1815 | } | 1969 | } |
1816 | }, | 1970 | }, |
1971 | + "node_modules/merge2": { | ||
1972 | + "version": "1.4.1", | ||
1973 | + "resolved": "https://registry.npmmirror.com/merge2/-/merge2-1.4.1.tgz", | ||
1974 | + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", | ||
1975 | + "dev": true, | ||
1976 | + "engines": { | ||
1977 | + "node": ">= 8" | ||
1978 | + } | ||
1979 | + }, | ||
1980 | + "node_modules/micromatch": { | ||
1981 | + "version": "4.0.5", | ||
1982 | + "resolved": "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.5.tgz", | ||
1983 | + "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", | ||
1984 | + "dev": true, | ||
1985 | + "dependencies": { | ||
1986 | + "braces": "^3.0.2", | ||
1987 | + "picomatch": "^2.3.1" | ||
1988 | + }, | ||
1989 | + "engines": { | ||
1990 | + "node": ">=8.6" | ||
1991 | + } | ||
1992 | + }, | ||
1817 | "node_modules/mime-db": { | 1993 | "node_modules/mime-db": { |
1818 | "version": "1.52.0", | 1994 | "version": "1.52.0", |
1819 | "resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz", | 1995 | "resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz", |
@@ -1980,6 +2156,12 @@ | @@ -1980,6 +2156,12 @@ | ||
1980 | "node": ">=8" | 2156 | "node": ">=8" |
1981 | } | 2157 | } |
1982 | }, | 2158 | }, |
2159 | + "node_modules/path-parse": { | ||
2160 | + "version": "1.0.7", | ||
2161 | + "resolved": "https://registry.npmmirror.com/path-parse/-/path-parse-1.0.7.tgz", | ||
2162 | + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", | ||
2163 | + "dev": true | ||
2164 | + }, | ||
1983 | "node_modules/picocolors": { | 2165 | "node_modules/picocolors": { |
1984 | "version": "1.0.0", | 2166 | "version": "1.0.0", |
1985 | "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.0.0.tgz", | 2167 | "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.0.0.tgz", |
@@ -2137,6 +2319,20 @@ | @@ -2137,6 +2319,20 @@ | ||
2137 | "node": ">=8.10.0" | 2319 | "node": ">=8.10.0" |
2138 | } | 2320 | } |
2139 | }, | 2321 | }, |
2322 | + "node_modules/resolve": { | ||
2323 | + "version": "1.22.8", | ||
2324 | + "resolved": "https://registry.npmmirror.com/resolve/-/resolve-1.22.8.tgz", | ||
2325 | + "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", | ||
2326 | + "dev": true, | ||
2327 | + "dependencies": { | ||
2328 | + "is-core-module": "^2.13.0", | ||
2329 | + "path-parse": "^1.0.7", | ||
2330 | + "supports-preserve-symlinks-flag": "^1.0.0" | ||
2331 | + }, | ||
2332 | + "bin": { | ||
2333 | + "resolve": "bin/resolve" | ||
2334 | + } | ||
2335 | + }, | ||
2140 | "node_modules/resolve-from": { | 2336 | "node_modules/resolve-from": { |
2141 | "version": "4.0.0", | 2337 | "version": "4.0.0", |
2142 | "resolved": "https://registry.npmmirror.com/resolve-from/-/resolve-from-4.0.0.tgz", | 2338 | "resolved": "https://registry.npmmirror.com/resolve-from/-/resolve-from-4.0.0.tgz", |
@@ -2303,6 +2499,15 @@ | @@ -2303,6 +2499,15 @@ | ||
2303 | "node": ">=8" | 2499 | "node": ">=8" |
2304 | } | 2500 | } |
2305 | }, | 2501 | }, |
2502 | + "node_modules/supports-preserve-symlinks-flag": { | ||
2503 | + "version": "1.0.0", | ||
2504 | + "resolved": "https://registry.npmmirror.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", | ||
2505 | + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", | ||
2506 | + "dev": true, | ||
2507 | + "engines": { | ||
2508 | + "node": ">= 0.4" | ||
2509 | + } | ||
2510 | + }, | ||
2306 | "node_modules/synckit": { | 2511 | "node_modules/synckit": { |
2307 | "version": "0.8.8", | 2512 | "version": "0.8.8", |
2308 | "resolved": "https://registry.npmmirror.com/synckit/-/synckit-0.8.8.tgz", | 2513 | "resolved": "https://registry.npmmirror.com/synckit/-/synckit-0.8.8.tgz", |
@@ -2322,6 +2527,15 @@ | @@ -2322,6 +2527,15 @@ | ||
2322 | "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", | 2527 | "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", |
2323 | "dev": true | 2528 | "dev": true |
2324 | }, | 2529 | }, |
2530 | + "node_modules/to-fast-properties": { | ||
2531 | + "version": "2.0.0", | ||
2532 | + "resolved": "https://registry.npmmirror.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz", | ||
2533 | + "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", | ||
2534 | + "dev": true, | ||
2535 | + "engines": { | ||
2536 | + "node": ">=4" | ||
2537 | + } | ||
2538 | + }, | ||
2325 | "node_modules/to-regex-range": { | 2539 | "node_modules/to-regex-range": { |
2326 | "version": "5.0.1", | 2540 | "version": "5.0.1", |
2327 | "resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz", | 2541 | "resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz", |
@@ -2361,6 +2575,73 @@ | @@ -2361,6 +2575,73 @@ | ||
2361 | "node": ">=10" | 2575 | "node": ">=10" |
2362 | } | 2576 | } |
2363 | }, | 2577 | }, |
2578 | + "node_modules/unplugin": { | ||
2579 | + "version": "1.6.0", | ||
2580 | + "resolved": "https://registry.npmmirror.com/unplugin/-/unplugin-1.6.0.tgz", | ||
2581 | + "integrity": "sha512-BfJEpWBu3aE/AyHx8VaNE/WgouoQxgH9baAiH82JjX8cqVyi3uJQstqwD5J+SZxIK326SZIhsSZlALXVBCknTQ==", | ||
2582 | + "dev": true, | ||
2583 | + "dependencies": { | ||
2584 | + "acorn": "^8.11.2", | ||
2585 | + "chokidar": "^3.5.3", | ||
2586 | + "webpack-sources": "^3.2.3", | ||
2587 | + "webpack-virtual-modules": "^0.6.1" | ||
2588 | + } | ||
2589 | + }, | ||
2590 | + "node_modules/unplugin-vue-components": { | ||
2591 | + "version": "0.26.0", | ||
2592 | + "resolved": "https://registry.npmmirror.com/unplugin-vue-components/-/unplugin-vue-components-0.26.0.tgz", | ||
2593 | + "integrity": "sha512-s7IdPDlnOvPamjunVxw8kNgKNK8A5KM1YpK5j/p97jEKTjlPNrA0nZBiSfAKKlK1gWZuyWXlKL5dk3EDw874LQ==", | ||
2594 | + "dev": true, | ||
2595 | + "dependencies": { | ||
2596 | + "@antfu/utils": "^0.7.6", | ||
2597 | + "@rollup/pluginutils": "^5.0.4", | ||
2598 | + "chokidar": "^3.5.3", | ||
2599 | + "debug": "^4.3.4", | ||
2600 | + "fast-glob": "^3.3.1", | ||
2601 | + "local-pkg": "^0.4.3", | ||
2602 | + "magic-string": "^0.30.3", | ||
2603 | + "minimatch": "^9.0.3", | ||
2604 | + "resolve": "^1.22.4", | ||
2605 | + "unplugin": "^1.4.0" | ||
2606 | + }, | ||
2607 | + "engines": { | ||
2608 | + "node": ">=14" | ||
2609 | + }, | ||
2610 | + "peerDependencies": { | ||
2611 | + "@babel/parser": "^7.15.8", | ||
2612 | + "@nuxt/kit": "^3.2.2", | ||
2613 | + "vue": "2 || 3" | ||
2614 | + }, | ||
2615 | + "peerDependenciesMeta": { | ||
2616 | + "@babel/parser": { | ||
2617 | + "optional": true | ||
2618 | + }, | ||
2619 | + "@nuxt/kit": { | ||
2620 | + "optional": true | ||
2621 | + } | ||
2622 | + } | ||
2623 | + }, | ||
2624 | + "node_modules/unplugin-vue-components/node_modules/brace-expansion": { | ||
2625 | + "version": "2.0.1", | ||
2626 | + "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.1.tgz", | ||
2627 | + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", | ||
2628 | + "dev": true, | ||
2629 | + "dependencies": { | ||
2630 | + "balanced-match": "^1.0.0" | ||
2631 | + } | ||
2632 | + }, | ||
2633 | + "node_modules/unplugin-vue-components/node_modules/minimatch": { | ||
2634 | + "version": "9.0.3", | ||
2635 | + "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.3.tgz", | ||
2636 | + "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", | ||
2637 | + "dev": true, | ||
2638 | + "dependencies": { | ||
2639 | + "brace-expansion": "^2.0.1" | ||
2640 | + }, | ||
2641 | + "engines": { | ||
2642 | + "node": ">=16 || 14 >=14.17" | ||
2643 | + } | ||
2644 | + }, | ||
2364 | "node_modules/uri-js": { | 2645 | "node_modules/uri-js": { |
2365 | "version": "4.4.1", | 2646 | "version": "4.4.1", |
2366 | "resolved": "https://registry.npmmirror.com/uri-js/-/uri-js-4.4.1.tgz", | 2647 | "resolved": "https://registry.npmmirror.com/uri-js/-/uri-js-4.4.1.tgz", |
@@ -2493,6 +2774,21 @@ | @@ -2493,6 +2774,21 @@ | ||
2493 | "vue": "^3.2.0" | 2774 | "vue": "^3.2.0" |
2494 | } | 2775 | } |
2495 | }, | 2776 | }, |
2777 | + "node_modules/webpack-sources": { | ||
2778 | + "version": "3.2.3", | ||
2779 | + "resolved": "https://registry.npmmirror.com/webpack-sources/-/webpack-sources-3.2.3.tgz", | ||
2780 | + "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==", | ||
2781 | + "dev": true, | ||
2782 | + "engines": { | ||
2783 | + "node": ">=10.13.0" | ||
2784 | + } | ||
2785 | + }, | ||
2786 | + "node_modules/webpack-virtual-modules": { | ||
2787 | + "version": "0.6.1", | ||
2788 | + "resolved": "https://registry.npmmirror.com/webpack-virtual-modules/-/webpack-virtual-modules-0.6.1.tgz", | ||
2789 | + "integrity": "sha512-poXpCylU7ExuvZK8z+On3kX+S8o/2dQ/SVYueKA0D4WEMXROXgY8Ez50/bQEUmvoSMMrWcrJqCHuhAbsiwg7Dg==", | ||
2790 | + "dev": true | ||
2791 | + }, | ||
2496 | "node_modules/which": { | 2792 | "node_modules/which": { |
2497 | "version": "2.0.2", | 2793 | "version": "2.0.2", |
2498 | "resolved": "https://registry.npmmirror.com/which/-/which-2.0.2.tgz", | 2794 | "resolved": "https://registry.npmmirror.com/which/-/which-2.0.2.tgz", |
src/static/code.png
0 → 100644
12.9 KB
src/static/erweima.png
0 → 100644
8.3 KB
src/static/touxiang.jpg
0 → 100644
44.0 KB
1 | <script setup> | 1 | <script setup> |
2 | -import { ref } from 'vue'; | ||
3 | - const active = ref(0); | 2 | +import { ref } from 'vue' |
3 | +const active = ref(0) | ||
4 | + | ||
5 | + | ||
4 | </script> | 6 | </script> |
5 | <template> | 7 | <template> |
6 | - <div class="right"> | ||
7 | - <div class="biti"> | ||
8 | - 账号管理 | ||
9 | - </div> | ||
10 | - <div class="container"> | ||
11 | - <van-tabs v-model:active="active"> | ||
12 | - <van-tab title="标签 1" class="box">基本信息</van-tab> | ||
13 | - <van-tab title="标签 2" class="box">我的头像</van-tab> | ||
14 | - <van-tab title="标签 3" class="box">密码管理</van-tab> | ||
15 | -</van-tabs> | ||
16 | - | ||
17 | - </div> | 8 | + <div class="right"> |
9 | + <div class="biti">账号管理</div> | ||
10 | + <div class="container"> | ||
11 | + <van-tabs v-model:active="active" line-width="0px"> | ||
12 | + <van-tab title="基本信息" class="box">基本信息</van-tab> | ||
13 | + <van-tab title="我的头像" class="box"> | ||
14 | + <div class="banner"> | ||
15 | + <div class="zuo"> | ||
16 | + <div class="pic"> | ||
17 | + <img src="../static/touxiang.jpg" alt=""> | ||
18 | + </div> | ||
19 | + <div class="button">保存头像</div> | ||
20 | + </div> | ||
21 | + <div class="you"> | ||
22 | + 请选择大小小于2M的.jpg文件 | ||
23 | + <div class="red">请上传本人照片!</div> | ||
24 | + <div class="button"> | ||
25 | + 上传头像 | ||
26 | + </div> | ||
27 | + </div> | ||
28 | + </div> | ||
29 | + </van-tab> | ||
30 | + <van-tab title="密码管理" class="box"> | ||
31 | + <div class="ban"> | ||
32 | + <div class="old">旧密码:</div> | ||
33 | + <input type="password" placeholder="请输入" /> | ||
34 | + </div> | ||
35 | + <div class="ban"> | ||
36 | + <div class="old">新的密码:</div> | ||
37 | + <input type="password" @focus="onfocus" placeholder="请输入" /> | ||
38 | + <div class="toast"> | ||
39 | + *密码要求8-16位,至少包含数字,字母,字符两种元素! | ||
40 | + </div> | ||
41 | + </div> | ||
42 | + <div class="ban"> | ||
43 | + <div class="old">确认新密码:</div> | ||
44 | + <input type="password" placeholder="请输入" /> | ||
45 | + </div> | ||
46 | + <div class="ban"> | ||
47 | + <div class="old"> | ||
48 | + 验证码:<span><img src="@/static/code.png" alt="" /></span> | ||
49 | + </div> | ||
50 | + <input type="password" placeholder="请输入" /> | ||
51 | + </div> | ||
52 | + <div class="btn" @click="onclick">保存</div> | ||
53 | + </van-tab> | ||
54 | + </van-tabs> | ||
18 | </div> | 55 | </div> |
56 | + </div> | ||
19 | </template> | 57 | </template> |
20 | - | 58 | + |
21 | <style lang="scss"> | 59 | <style lang="scss"> |
22 | - .right{ | ||
23 | - background-color: #e5e5e5; | ||
24 | - height: 100%; | ||
25 | - margin-top: 50px; | ||
26 | - .biti{ | 60 | + |
61 | +.right { | ||
62 | + background-color: #e5e5e5; | ||
63 | + height: 535px; | ||
64 | + width: 100%; | ||
65 | + margin-top: 40px; | ||
66 | + .biti { | ||
27 | font-weight: 800; | 67 | font-weight: 800; |
28 | font-size: 30px; | 68 | font-size: 30px; |
29 | - margin:30px 0px 20px 40px; | 69 | + margin: 30px 0px 20px 40px; |
30 | } | 70 | } |
31 | - .container{ | 71 | + .container { |
32 | display: flex; | 72 | display: flex; |
33 | flex-direction: row; | 73 | flex-direction: row; |
34 | margin: 40px; | 74 | margin: 40px; |
35 | - width: 50%; | ||
36 | - .box{ | 75 | + // width: 100%; |
76 | + .box { | ||
37 | width: 500px; | 77 | width: 500px; |
78 | + .banner{ | ||
79 | + width: 640px; | ||
80 | + display: flex; | ||
81 | + justify-content: space-between; | ||
82 | + .zuo { | ||
83 | + .pic { | ||
84 | + width: 300px; | ||
85 | + height: 300px; | ||
86 | + // background-color: pink; | ||
87 | + img { | ||
88 | + width: 100%; | ||
89 | + height: 100%; | ||
90 | + } | ||
91 | + | ||
92 | + } | ||
93 | + .button { | ||
94 | + margin-top: 30px; | ||
95 | + padding: 3px 20px; | ||
96 | + width: 70px; | ||
97 | + height: 40px; | ||
98 | + background-color: #fff; | ||
99 | + text-align: center; | ||
100 | + line-height: 40px; | ||
101 | + border: 1px solid #5b5b5b; | ||
102 | + border-radius: 8px; | ||
103 | + } | ||
104 | + } | ||
105 | + .you { | ||
106 | + padding: 10px; | ||
107 | + width: 250px; | ||
108 | + height: 120px; | ||
109 | + background-color: #fffdea; | ||
110 | + .red { | ||
111 | + padding-top: 10px; | ||
112 | + padding-right: 10px; | ||
113 | + text-align: right; | ||
114 | + color: #f00; | ||
115 | + font-size: 14px; | ||
116 | + } | ||
117 | + .button { | ||
118 | + margin-top: 30px; | ||
119 | + padding: 3px 20px; | ||
120 | + width: 50px; | ||
121 | + height: 20px; | ||
122 | + background-color: #fff; | ||
123 | + text-align: center; | ||
124 | + font-size: 10px; | ||
125 | + line-height: 20px; | ||
126 | + border: 1px solid #5b5b5b; | ||
127 | + border-radius: 8px; | ||
128 | + } | ||
129 | + } | ||
130 | + } | ||
131 | + } | ||
132 | + .van-tab { | ||
133 | + background-color: #e5e5e5; | ||
38 | } | 134 | } |
39 | - } | ||
40 | 135 | ||
136 | + .ban { | ||
137 | + margin-top: 15px; | ||
138 | + width: 400px; | ||
139 | + .old { | ||
140 | + padding-bottom: 5px; | ||
141 | + span{ | ||
142 | + | ||
143 | + img{ | ||
144 | + width: 70px; | ||
145 | + height: 30px; | ||
146 | + } | ||
147 | + } | ||
148 | + } | ||
149 | + .toast { | ||
150 | + padding-top: 5px; | ||
151 | + font-size: 12px; | ||
152 | + color: rgb(255, 41, 41); | ||
153 | + } | ||
154 | + input{ | ||
155 | + width: 100%; | ||
156 | + height: 30px; | ||
157 | + border: none; | ||
158 | + } | ||
159 | + } | ||
160 | + .btn { | ||
161 | + margin-top: 35px; | ||
162 | + padding: 3px 30px; | ||
163 | + width: 50px; | ||
164 | + height: 30px; | ||
165 | + color: #fff; | ||
166 | + text-align: center; | ||
167 | + line-height: 30px; | ||
168 | + background-color: #6170c3; | ||
169 | + border-radius: 8px; | ||
170 | + } | ||
41 | } | 171 | } |
42 | -</style> | ||
172 | +} | ||
173 | +</style> |
@@ -31,8 +31,8 @@ const activeNames = ref(['1']) | @@ -31,8 +31,8 @@ const activeNames = ref(['1']) | ||
31 | </div> | 31 | </div> |
32 | </div> | 32 | </div> |
33 | </template> | 33 | </template> |
34 | - | ||
35 | -<style> | 34 | + |
35 | +<style lang="scss"> | ||
36 | .counter { | 36 | .counter { |
37 | .box { | 37 | .box { |
38 | margin-top: 20px; | 38 | margin-top: 20px; |
@@ -2,6 +2,9 @@ | @@ -2,6 +2,9 @@ | ||
2 | import Head from '@/components/head.vue' | 2 | import Head from '@/components/head.vue' |
3 | import {ref} from"vue" | 3 | import {ref} from"vue" |
4 | const list = ref(["首页","课程","笔记","消息","云盘","通讯录","账号管理","班级管理"]) | 4 | const list = ref(["首页","课程","笔记","消息","云盘","通讯录","账号管理","班级管理"]) |
5 | +const navigator = () => { | ||
6 | + | ||
7 | +} | ||
5 | </script> | 8 | </script> |
6 | 9 | ||
7 | <template> | 10 | <template> |
@@ -16,7 +19,7 @@ const list = ref(["首页","课程","笔记","消息","云盘","通讯录","账 | @@ -16,7 +19,7 @@ const list = ref(["首页","课程","笔记","消息","云盘","通讯录","账 | ||
16 | </div> | 19 | </div> |
17 | <div class="name">XXX</div> | 20 | <div class="name">XXX</div> |
18 | <div class="cont"> | 21 | <div class="cont"> |
19 | - <div class="li" v-for="item in list" :key="item">{{ item }}</div> | 22 | + <div class="li" v-for="item in list" :key="item" @click="navigator">{{ item }}</div> |
20 | </div> | 23 | </div> |
21 | <div class="one"></div> | 24 | <div class="one"></div> |
22 | </div> | 25 | </div> |
@@ -9,28 +9,17 @@ const onSubmit = (values) => { | @@ -9,28 +9,17 @@ const onSubmit = (values) => { | ||
9 | </script> | 9 | </script> |
10 | <template> | 10 | <template> |
11 | <div class="counter"> | 11 | <div class="counter"> |
12 | - <div style="height: 7%"></div> | 12 | + <div style="height: 6%"></div> |
13 | <div class="ban"> | 13 | <div class="ban"> |
14 | - <div class="left"> | 14 | + <div class="left1"> |
15 | <h2>用户登录</h2> | 15 | <h2>用户登录</h2> |
16 | <div class="login"> | 16 | <div class="login"> |
17 | <van-form @submit="onSubmit"> | 17 | <van-form @submit="onSubmit"> |
18 | <van-cell-group inset> | 18 | <van-cell-group inset> |
19 | - <van-field | ||
20 | - v-model="username" | ||
21 | - name="用户名" | ||
22 | - label="用户名" | ||
23 | - placeholder="用户名" | ||
24 | - :rules="[{ required: true, message: '请填写用户名' }]" | ||
25 | - /> | ||
26 | - <van-field | ||
27 | - v-model="password" | ||
28 | - type="password" | ||
29 | - name="密码" | ||
30 | - label="密码" | ||
31 | - placeholder="密码" | ||
32 | - :rules="[{ required: true, message: '请填写密码' }]" | ||
33 | - /> | 19 | + <van-field v-model="username" name="教工号/学号" label="教工号/学号" placeholder="教工号/学号" |
20 | + :rules="[{ required: true, message: '请填写教工号/学号' }]" /> | ||
21 | + <van-field v-model="password" type="password" name="密码" label="密码" placeholder="密码" | ||
22 | + :rules="[{ required: true, message: '请填写密码' }]" /> | ||
34 | </van-cell-group> | 23 | </van-cell-group> |
35 | <div style="margin: 16px"> | 24 | <div style="margin: 16px"> |
36 | <van-button round block type="primary" native-type="submit"> 登录 </van-button> | 25 | <van-button round block type="primary" native-type="submit"> 登录 </van-button> |
@@ -38,15 +27,18 @@ const onSubmit = (values) => { | @@ -38,15 +27,18 @@ const onSubmit = (values) => { | ||
38 | </van-form> | 27 | </van-form> |
39 | </div> | 28 | </div> |
40 | <div class="msg"> | 29 | <div class="msg"> |
41 | - <div class="left">其他登录方式 ></div> | ||
42 | - <div class="right">手机验证码</div> | 30 | + <div class="left">手机验证码登录</div> |
31 | + <div class="right">忘记密码</div> | ||
43 | </div> | 32 | </div> |
33 | + <!-- <div class="bit">其他方式登录 ></div> --> | ||
44 | <div class="footer"> | 34 | <div class="footer"> |
45 | 登录即表示同意平台 <span>《隐私政策》</span>和 <span>《用户协议》</span> | 35 | 登录即表示同意平台 <span>《隐私政策》</span>和 <span>《用户协议》</span> |
46 | </div> | 36 | </div> |
47 | </div> | 37 | </div> |
48 | - <div class="right"> | ||
49 | - | 38 | + <div class="right1"> |
39 | + <div class="waiter">客服</div> | ||
40 | + <img src="@/static/erweima.png" alt=""> | ||
41 | + <div class="bit2">使用小程序扫码登录</div> | ||
50 | </div> | 42 | </div> |
51 | </div> | 43 | </div> |
52 | </div> | 44 | </div> |
@@ -57,50 +49,83 @@ const onSubmit = (values) => { | @@ -57,50 +49,83 @@ const onSubmit = (values) => { | ||
57 | width: 100%; | 49 | width: 100%; |
58 | height: 100vh; | 50 | height: 100vh; |
59 | background-color: #f2f2f2; | 51 | background-color: #f2f2f2; |
52 | + .left1{ | ||
53 | + width: 60%; | ||
54 | + } | ||
60 | .ban { | 55 | .ban { |
61 | position: relative; | 56 | position: relative; |
62 | - margin: 7% auto; | 57 | + margin: 6% auto; |
63 | width: 800px; | 58 | width: 800px; |
64 | height: 500px; | 59 | height: 500px; |
65 | background-color: #fff; | 60 | background-color: #fff; |
66 | - border-radius: 50px; | 61 | + border-radius: 20px; |
62 | + display: flex; | ||
63 | + .van-button--block { | ||
64 | + display: block; | ||
65 | + width: 130%; | ||
66 | +} | ||
67 | h2 { | 67 | h2 { |
68 | padding: 60px 0 0 40px; | 68 | padding: 60px 0 0 40px; |
69 | } | 69 | } |
70 | + | ||
70 | .login { | 71 | .login { |
71 | margin-top: 60px; | 72 | margin-top: 60px; |
72 | width: 55%; | 73 | width: 55%; |
73 | padding-left: 20px; | 74 | padding-left: 20px; |
75 | + | ||
74 | .van-field__left-icon { | 76 | .van-field__left-icon { |
75 | - padding-right: 20px; | 77 | + padding-right: 10px; |
76 | } | 78 | } |
77 | } | 79 | } |
80 | + | ||
78 | .msg { | 81 | .msg { |
79 | padding-left: 45px; | 82 | padding-left: 45px; |
80 | display: flex; | 83 | display: flex; |
81 | - width: 50%; | 84 | + width: 58%; |
82 | justify-content: space-between; | 85 | justify-content: space-between; |
83 | align-items: center; | 86 | align-items: center; |
84 | - .left { | ||
85 | - color: #bbc5d2; | ||
86 | - } | 87 | + color: #7888ff; |
87 | .right { | 88 | .right { |
88 | - color: #7888ff; | 89 | + color: darkgray; |
89 | } | 90 | } |
90 | } | 91 | } |
91 | .footer { | 92 | .footer { |
92 | - position: fixed; | ||
93 | - bottom: 85px; | ||
94 | - left: 30%; | 93 | + position: absolute; |
94 | + bottom: 40px; | ||
95 | + left: 7%; | ||
95 | text-align: center; | 96 | text-align: center; |
96 | font-size: 12px; | 97 | font-size: 12px; |
98 | + | ||
97 | span { | 99 | span { |
98 | color: #7888ff; | 100 | color: #7888ff; |
99 | } | 101 | } |
100 | } | 102 | } |
101 | } | 103 | } |
102 | - .right { | ||
103 | - width: 40%; | 104 | + |
105 | + .right1 { | ||
106 | + width: 34%; | ||
107 | + margin-left: 20px; | ||
108 | + .waiter { | ||
109 | + color: darkgray; | ||
110 | + font-size: 14px; | ||
111 | + text-align: end; | ||
112 | + margin-top: 20px; | ||
113 | + padding-right: 5px; | ||
114 | + } | ||
115 | + img{ | ||
116 | + height: 290px; | ||
117 | + width: 270px; | ||
118 | + margin-top: 40px; | ||
119 | + padding-left: -20px; | ||
120 | + } | ||
121 | + .bit2{ | ||
122 | + color: darkgray; | ||
123 | + text-align: center; | ||
124 | + position: absolute; | ||
125 | + bottom: 100px; | ||
126 | + left:70% ; | ||
127 | + font-size: 16px; | ||
128 | + } | ||
104 | } | 129 | } |
105 | } | 130 | } |
106 | </style> | 131 | </style> |
@@ -4,144 +4,65 @@ | @@ -4,144 +4,65 @@ | ||
4 | 4 | ||
5 | "@aashutoshrathi/word-wrap@^1.2.3": | 5 | "@aashutoshrathi/word-wrap@^1.2.3": |
6 | version "1.2.6" | 6 | version "1.2.6" |
7 | - resolved "https://registry.npmmirror.com/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz#bd9154aec9983f77b3a034ecaa015c2e4201f6cf" | 7 | + resolved "https://registry.npmmirror.com/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz" |
8 | integrity sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA== | 8 | integrity sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA== |
9 | 9 | ||
10 | -"@babel/parser@^7.23.6": | ||
11 | - version "7.23.6" | ||
12 | - resolved "https://registry.npmmirror.com/@babel/parser/-/parser-7.23.6.tgz#ba1c9e512bda72a47e285ae42aff9d2a635a9e3b" | ||
13 | - integrity sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ== | ||
14 | - | ||
15 | -"@esbuild/aix-ppc64@0.19.11": | ||
16 | - version "0.19.11" | ||
17 | - resolved "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.19.11.tgz#2acd20be6d4f0458bc8c784103495ff24f13b1d3" | ||
18 | - integrity sha512-FnzU0LyE3ySQk7UntJO4+qIiQgI7KoODnZg5xzXIrFJlKd2P2gwHsHY4927xj9y5PJmJSzULiUCWmv7iWnNa7g== | ||
19 | - | ||
20 | -"@esbuild/android-arm64@0.19.11": | ||
21 | - version "0.19.11" | ||
22 | - resolved "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.19.11.tgz#b45d000017385c9051a4f03e17078abb935be220" | ||
23 | - integrity sha512-aiu7K/5JnLj//KOnOfEZ0D90obUkRzDMyqd/wNAUQ34m4YUPVhRZpnqKV9uqDGxT7cToSDnIHsGooyIczu9T+Q== | ||
24 | - | ||
25 | -"@esbuild/android-arm@0.19.11": | ||
26 | - version "0.19.11" | ||
27 | - resolved "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.19.11.tgz#f46f55414e1c3614ac682b29977792131238164c" | ||
28 | - integrity sha512-5OVapq0ClabvKvQ58Bws8+wkLCV+Rxg7tUVbo9xu034Nm536QTII4YzhaFriQ7rMrorfnFKUsArD2lqKbFY4vw== | ||
29 | - | ||
30 | -"@esbuild/android-x64@0.19.11": | ||
31 | - version "0.19.11" | ||
32 | - resolved "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.19.11.tgz#bfc01e91740b82011ef503c48f548950824922b2" | ||
33 | - integrity sha512-eccxjlfGw43WYoY9QgB82SgGgDbibcqyDTlk3l3C0jOVHKxrjdc9CTwDUQd0vkvYg5um0OH+GpxYvp39r+IPOg== | ||
34 | - | ||
35 | -"@esbuild/darwin-arm64@0.19.11": | ||
36 | - version "0.19.11" | ||
37 | - resolved "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.19.11.tgz#533fb7f5a08c37121d82c66198263dcc1bed29bf" | ||
38 | - integrity sha512-ETp87DRWuSt9KdDVkqSoKoLFHYTrkyz2+65fj9nfXsaV3bMhTCjtQfw3y+um88vGRKRiF7erPrh/ZuIdLUIVxQ== | ||
39 | - | ||
40 | -"@esbuild/darwin-x64@0.19.11": | ||
41 | - version "0.19.11" | ||
42 | - resolved "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.19.11.tgz#62f3819eff7e4ddc656b7c6815a31cf9a1e7d98e" | ||
43 | - integrity sha512-fkFUiS6IUK9WYUO/+22omwetaSNl5/A8giXvQlcinLIjVkxwTLSktbF5f/kJMftM2MJp9+fXqZ5ezS7+SALp4g== | ||
44 | - | ||
45 | -"@esbuild/freebsd-arm64@0.19.11": | ||
46 | - version "0.19.11" | ||
47 | - resolved "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.11.tgz#d478b4195aa3ca44160272dab85ef8baf4175b4a" | ||
48 | - integrity sha512-lhoSp5K6bxKRNdXUtHoNc5HhbXVCS8V0iZmDvyWvYq9S5WSfTIHU2UGjcGt7UeS6iEYp9eeymIl5mJBn0yiuxA== | ||
49 | - | ||
50 | -"@esbuild/freebsd-x64@0.19.11": | ||
51 | - version "0.19.11" | ||
52 | - resolved "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.19.11.tgz#7bdcc1917409178257ca6a1a27fe06e797ec18a2" | ||
53 | - integrity sha512-JkUqn44AffGXitVI6/AbQdoYAq0TEullFdqcMY/PCUZ36xJ9ZJRtQabzMA+Vi7r78+25ZIBosLTOKnUXBSi1Kw== | ||
54 | - | ||
55 | -"@esbuild/linux-arm64@0.19.11": | ||
56 | - version "0.19.11" | ||
57 | - resolved "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.19.11.tgz#58ad4ff11685fcc735d7ff4ca759ab18fcfe4545" | ||
58 | - integrity sha512-LneLg3ypEeveBSMuoa0kwMpCGmpu8XQUh+mL8XXwoYZ6Be2qBnVtcDI5azSvh7vioMDhoJFZzp9GWp9IWpYoUg== | ||
59 | - | ||
60 | -"@esbuild/linux-arm@0.19.11": | ||
61 | - version "0.19.11" | ||
62 | - resolved "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.19.11.tgz#ce82246d873b5534d34de1e5c1b33026f35e60e3" | ||
63 | - integrity sha512-3CRkr9+vCV2XJbjwgzjPtO8T0SZUmRZla+UL1jw+XqHZPkPgZiyWvbDvl9rqAN8Zl7qJF0O/9ycMtjU67HN9/Q== | ||
64 | - | ||
65 | -"@esbuild/linux-ia32@0.19.11": | ||
66 | - version "0.19.11" | ||
67 | - resolved "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.19.11.tgz#cbae1f313209affc74b80f4390c4c35c6ab83fa4" | ||
68 | - integrity sha512-caHy++CsD8Bgq2V5CodbJjFPEiDPq8JJmBdeyZ8GWVQMjRD0sU548nNdwPNvKjVpamYYVL40AORekgfIubwHoA== | ||
69 | - | ||
70 | -"@esbuild/linux-loong64@0.19.11": | ||
71 | - version "0.19.11" | ||
72 | - resolved "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.19.11.tgz#5f32aead1c3ec8f4cccdb7ed08b166224d4e9121" | ||
73 | - integrity sha512-ppZSSLVpPrwHccvC6nQVZaSHlFsvCQyjnvirnVjbKSHuE5N24Yl8F3UwYUUR1UEPaFObGD2tSvVKbvR+uT1Nrg== | ||
74 | - | ||
75 | -"@esbuild/linux-mips64el@0.19.11": | ||
76 | - version "0.19.11" | ||
77 | - resolved "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.19.11.tgz#38eecf1cbb8c36a616261de858b3c10d03419af9" | ||
78 | - integrity sha512-B5x9j0OgjG+v1dF2DkH34lr+7Gmv0kzX6/V0afF41FkPMMqaQ77pH7CrhWeR22aEeHKaeZVtZ6yFwlxOKPVFyg== | 10 | +"@antfu/utils@^0.7.6": |
11 | + version "0.7.7" | ||
12 | + resolved "https://registry.npmmirror.com/@antfu/utils/-/utils-0.7.7.tgz" | ||
13 | + integrity sha512-gFPqTG7otEJ8uP6wrhDv6mqwGWYZKNvAcCq6u9hOj0c+IKCEsY4L1oC9trPq2SaWIzAfHvqfBDxF591JkMf+kg== | ||
79 | 14 | ||
80 | -"@esbuild/linux-ppc64@0.19.11": | ||
81 | - version "0.19.11" | ||
82 | - resolved "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.19.11.tgz#9c5725a94e6ec15b93195e5a6afb821628afd912" | ||
83 | - integrity sha512-MHrZYLeCG8vXblMetWyttkdVRjQlQUb/oMgBNurVEnhj4YWOr4G5lmBfZjHYQHHN0g6yDmCAQRR8MUHldvvRDA== | ||
84 | - | ||
85 | -"@esbuild/linux-riscv64@0.19.11": | ||
86 | - version "0.19.11" | ||
87 | - resolved "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.19.11.tgz#2dc4486d474a2a62bbe5870522a9a600e2acb916" | ||
88 | - integrity sha512-f3DY++t94uVg141dozDu4CCUkYW+09rWtaWfnb3bqe4w5NqmZd6nPVBm+qbz7WaHZCoqXqHz5p6CM6qv3qnSSQ== | ||
89 | - | ||
90 | -"@esbuild/linux-s390x@0.19.11": | ||
91 | - version "0.19.11" | ||
92 | - resolved "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.19.11.tgz#4ad8567df48f7dd4c71ec5b1753b6f37561a65a8" | ||
93 | - integrity sha512-A5xdUoyWJHMMlcSMcPGVLzYzpcY8QP1RtYzX5/bS4dvjBGVxdhuiYyFwp7z74ocV7WDc0n1harxmpq2ePOjI0Q== | ||
94 | - | ||
95 | -"@esbuild/linux-x64@0.19.11": | ||
96 | - version "0.19.11" | ||
97 | - resolved "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.19.11.tgz#b7390c4d5184f203ebe7ddaedf073df82a658766" | ||
98 | - integrity sha512-grbyMlVCvJSfxFQUndw5mCtWs5LO1gUlwP4CDi4iJBbVpZcqLVT29FxgGuBJGSzyOxotFG4LoO5X+M1350zmPA== | 15 | +"@babel/helper-module-imports@^7.0.0": |
16 | + version "7.22.15" | ||
17 | + resolved "https://registry.npmmirror.com/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz" | ||
18 | + integrity sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w== | ||
19 | + dependencies: | ||
20 | + "@babel/types" "^7.22.15" | ||
99 | 21 | ||
100 | -"@esbuild/netbsd-x64@0.19.11": | ||
101 | - version "0.19.11" | ||
102 | - resolved "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.19.11.tgz#d633c09492a1721377f3bccedb2d821b911e813d" | ||
103 | - integrity sha512-13jvrQZJc3P230OhU8xgwUnDeuC/9egsjTkXN49b3GcS5BKvJqZn86aGM8W9pd14Kd+u7HuFBMVtrNGhh6fHEQ== | 22 | +"@babel/helper-string-parser@^7.23.4": |
23 | + version "7.23.4" | ||
24 | + resolved "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz" | ||
25 | + integrity sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ== | ||
104 | 26 | ||
105 | -"@esbuild/openbsd-x64@0.19.11": | ||
106 | - version "0.19.11" | ||
107 | - resolved "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.19.11.tgz#17388c76e2f01125bf831a68c03a7ffccb65d1a2" | ||
108 | - integrity sha512-ysyOGZuTp6SNKPE11INDUeFVVQFrhcNDVUgSQVDzqsqX38DjhPEPATpid04LCoUr2WXhQTEZ8ct/EgJCUDpyNw== | 27 | +"@babel/helper-validator-identifier@^7.22.20": |
28 | + version "7.22.20" | ||
29 | + resolved "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz" | ||
30 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== | ||
109 | 31 | ||
110 | -"@esbuild/sunos-x64@0.19.11": | ||
111 | - version "0.19.11" | ||
112 | - resolved "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.19.11.tgz#e320636f00bb9f4fdf3a80e548cb743370d41767" | ||
113 | - integrity sha512-Hf+Sad9nVwvtxy4DXCZQqLpgmRTQqyFyhT3bZ4F2XlJCjxGmRFF0Shwn9rzhOYRB61w9VMXUkxlBy56dk9JJiQ== | ||
114 | - | ||
115 | -"@esbuild/win32-arm64@0.19.11": | ||
116 | - version "0.19.11" | ||
117 | - resolved "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.19.11.tgz#c778b45a496e90b6fc373e2a2bb072f1441fe0ee" | ||
118 | - integrity sha512-0P58Sbi0LctOMOQbpEOvOL44Ne0sqbS0XWHMvvrg6NE5jQ1xguCSSw9jQeUk2lfrXYsKDdOe6K+oZiwKPilYPQ== | 32 | +"@babel/parser@^7.15.8", "@babel/parser@^7.23.6": |
33 | + version "7.23.6" | ||
34 | + resolved "https://registry.npmmirror.com/@babel/parser/-/parser-7.23.6.tgz" | ||
35 | + integrity sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ== | ||
119 | 36 | ||
120 | -"@esbuild/win32-ia32@0.19.11": | ||
121 | - version "0.19.11" | ||
122 | - resolved "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.19.11.tgz#481a65fee2e5cce74ec44823e6b09ecedcc5194c" | ||
123 | - integrity sha512-6YOrWS+sDJDmshdBIQU+Uoyh7pQKrdykdefC1avn76ss5c+RN6gut3LZA4E2cH5xUEp5/cA0+YxRaVtRAb0xBg== | 37 | +"@babel/types@^7.22.15": |
38 | + version "7.23.6" | ||
39 | + resolved "https://registry.npmmirror.com/@babel/types/-/types-7.23.6.tgz" | ||
40 | + integrity sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg== | ||
41 | + dependencies: | ||
42 | + "@babel/helper-string-parser" "^7.23.4" | ||
43 | + "@babel/helper-validator-identifier" "^7.22.20" | ||
44 | + to-fast-properties "^2.0.0" | ||
124 | 45 | ||
125 | "@esbuild/win32-x64@0.19.11": | 46 | "@esbuild/win32-x64@0.19.11": |
126 | version "0.19.11" | 47 | version "0.19.11" |
127 | - resolved "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.19.11.tgz#a5d300008960bb39677c46bf16f53ec70d8dee04" | 48 | + resolved "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.19.11.tgz" |
128 | integrity sha512-vfkhltrjCAb603XaFhqhAF4LGDi2M4OrCRrFusyQ+iTLQ/o60QQXxc9cZC/FFpihBI9N1Grn6SMKVJ4KP7Fuiw== | 49 | integrity sha512-vfkhltrjCAb603XaFhqhAF4LGDi2M4OrCRrFusyQ+iTLQ/o60QQXxc9cZC/FFpihBI9N1Grn6SMKVJ4KP7Fuiw== |
129 | 50 | ||
130 | "@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0": | 51 | "@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0": |
131 | version "4.4.0" | 52 | version "4.4.0" |
132 | - resolved "https://registry.npmmirror.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59" | 53 | + resolved "https://registry.npmmirror.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz" |
133 | integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA== | 54 | integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA== |
134 | dependencies: | 55 | dependencies: |
135 | eslint-visitor-keys "^3.3.0" | 56 | eslint-visitor-keys "^3.3.0" |
136 | 57 | ||
137 | "@eslint-community/regexpp@^4.6.1": | 58 | "@eslint-community/regexpp@^4.6.1": |
138 | version "4.10.0" | 59 | version "4.10.0" |
139 | - resolved "https://registry.npmmirror.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63" | 60 | + resolved "https://registry.npmmirror.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz" |
140 | integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA== | 61 | integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA== |
141 | 62 | ||
142 | "@eslint/eslintrc@^2.1.4": | 63 | "@eslint/eslintrc@^2.1.4": |
143 | version "2.1.4" | 64 | version "2.1.4" |
144 | - resolved "https://registry.npmmirror.com/@eslint/eslintrc/-/eslintrc-2.1.4.tgz#388a269f0f25c1b6adc317b5a2c55714894c70ad" | 65 | + resolved "https://registry.npmmirror.com/@eslint/eslintrc/-/eslintrc-2.1.4.tgz" |
145 | integrity sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ== | 66 | integrity sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ== |
146 | dependencies: | 67 | dependencies: |
147 | ajv "^6.12.4" | 68 | ajv "^6.12.4" |
@@ -156,12 +77,12 @@ | @@ -156,12 +77,12 @@ | ||
156 | 77 | ||
157 | "@eslint/js@8.56.0": | 78 | "@eslint/js@8.56.0": |
158 | version "8.56.0" | 79 | version "8.56.0" |
159 | - resolved "https://registry.npmmirror.com/@eslint/js/-/js-8.56.0.tgz#ef20350fec605a7f7035a01764731b2de0f3782b" | 80 | + resolved "https://registry.npmmirror.com/@eslint/js/-/js-8.56.0.tgz" |
160 | integrity sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A== | 81 | integrity sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A== |
161 | 82 | ||
162 | "@humanwhocodes/config-array@^0.11.13": | 83 | "@humanwhocodes/config-array@^0.11.13": |
163 | version "0.11.14" | 84 | version "0.11.14" |
164 | - resolved "https://registry.npmmirror.com/@humanwhocodes/config-array/-/config-array-0.11.14.tgz#d78e481a039f7566ecc9660b4ea7fe6b1fec442b" | 85 | + resolved "https://registry.npmmirror.com/@humanwhocodes/config-array/-/config-array-0.11.14.tgz" |
165 | integrity sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg== | 86 | integrity sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg== |
166 | dependencies: | 87 | dependencies: |
167 | "@humanwhocodes/object-schema" "^2.0.2" | 88 | "@humanwhocodes/object-schema" "^2.0.2" |
@@ -170,35 +91,35 @@ | @@ -170,35 +91,35 @@ | ||
170 | 91 | ||
171 | "@humanwhocodes/module-importer@^1.0.1": | 92 | "@humanwhocodes/module-importer@^1.0.1": |
172 | version "1.0.1" | 93 | version "1.0.1" |
173 | - resolved "https://registry.npmmirror.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c" | 94 | + resolved "https://registry.npmmirror.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz" |
174 | integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA== | 95 | integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA== |
175 | 96 | ||
176 | "@humanwhocodes/object-schema@^2.0.2": | 97 | "@humanwhocodes/object-schema@^2.0.2": |
177 | version "2.0.2" | 98 | version "2.0.2" |
178 | - resolved "https://registry.npmmirror.com/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz#d9fae00a2d5cb40f92cfe64b47ad749fbc38f917" | 99 | + resolved "https://registry.npmmirror.com/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz" |
179 | integrity sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw== | 100 | integrity sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw== |
180 | 101 | ||
181 | "@jridgewell/sourcemap-codec@^1.4.15": | 102 | "@jridgewell/sourcemap-codec@^1.4.15": |
182 | version "1.4.15" | 103 | version "1.4.15" |
183 | - resolved "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32" | 104 | + resolved "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz" |
184 | integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== | 105 | integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== |
185 | 106 | ||
186 | "@nodelib/fs.scandir@2.1.5": | 107 | "@nodelib/fs.scandir@2.1.5": |
187 | version "2.1.5" | 108 | version "2.1.5" |
188 | - resolved "https://registry.npmmirror.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5" | 109 | + resolved "https://registry.npmmirror.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz" |
189 | integrity sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g== | 110 | integrity sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g== |
190 | dependencies: | 111 | dependencies: |
191 | "@nodelib/fs.stat" "2.0.5" | 112 | "@nodelib/fs.stat" "2.0.5" |
192 | run-parallel "^1.1.9" | 113 | run-parallel "^1.1.9" |
193 | 114 | ||
194 | -"@nodelib/fs.stat@2.0.5": | 115 | +"@nodelib/fs.stat@^2.0.2", "@nodelib/fs.stat@2.0.5": |
195 | version "2.0.5" | 116 | version "2.0.5" |
196 | - resolved "https://registry.npmmirror.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b" | 117 | + resolved "https://registry.npmmirror.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz" |
197 | integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A== | 118 | integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A== |
198 | 119 | ||
199 | -"@nodelib/fs.walk@^1.2.8": | 120 | +"@nodelib/fs.walk@^1.2.3", "@nodelib/fs.walk@^1.2.8": |
200 | version "1.2.8" | 121 | version "1.2.8" |
201 | - resolved "https://registry.npmmirror.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a" | 122 | + resolved "https://registry.npmmirror.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz" |
202 | integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg== | 123 | integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg== |
203 | dependencies: | 124 | dependencies: |
204 | "@nodelib/fs.scandir" "2.1.5" | 125 | "@nodelib/fs.scandir" "2.1.5" |
@@ -206,107 +127,61 @@ | @@ -206,107 +127,61 @@ | ||
206 | 127 | ||
207 | "@pkgr/core@^0.1.0": | 128 | "@pkgr/core@^0.1.0": |
208 | version "0.1.1" | 129 | version "0.1.1" |
209 | - resolved "https://registry.npmmirror.com/@pkgr/core/-/core-0.1.1.tgz#1ec17e2edbec25c8306d424ecfbf13c7de1aaa31" | 130 | + resolved "https://registry.npmmirror.com/@pkgr/core/-/core-0.1.1.tgz" |
210 | integrity sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA== | 131 | integrity sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA== |
211 | 132 | ||
212 | -"@rollup/rollup-android-arm-eabi@4.9.5": | ||
213 | - version "4.9.5" | ||
214 | - resolved "https://registry.npmmirror.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.9.5.tgz#b752b6c88a14ccfcbdf3f48c577ccc3a7f0e66b9" | ||
215 | - integrity sha512-idWaG8xeSRCfRq9KpRysDHJ/rEHBEXcHuJ82XY0yYFIWnLMjZv9vF/7DOq8djQ2n3Lk6+3qfSH8AqlmHlmi1MA== | ||
216 | - | ||
217 | -"@rollup/rollup-android-arm64@4.9.5": | ||
218 | - version "4.9.5" | ||
219 | - resolved "https://registry.npmmirror.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.9.5.tgz#33757c3a448b9ef77b6f6292d8b0ec45c87e9c1a" | ||
220 | - integrity sha512-f14d7uhAMtsCGjAYwZGv6TwuS3IFaM4ZnGMUn3aCBgkcHAYErhV1Ad97WzBvS2o0aaDv4mVz+syiN0ElMyfBPg== | ||
221 | - | ||
222 | -"@rollup/rollup-darwin-arm64@4.9.5": | ||
223 | - version "4.9.5" | ||
224 | - resolved "https://registry.npmmirror.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.9.5.tgz#5234ba62665a3f443143bc8bcea9df2cc58f55fb" | ||
225 | - integrity sha512-ndoXeLx455FffL68OIUrVr89Xu1WLzAG4n65R8roDlCoYiQcGGg6MALvs2Ap9zs7AHg8mpHtMpwC8jBBjZrT/w== | ||
226 | - | ||
227 | -"@rollup/rollup-darwin-x64@4.9.5": | ||
228 | - version "4.9.5" | ||
229 | - resolved "https://registry.npmmirror.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.9.5.tgz#981256c054d3247b83313724938d606798a919d1" | ||
230 | - integrity sha512-UmElV1OY2m/1KEEqTlIjieKfVwRg0Zwg4PLgNf0s3glAHXBN99KLpw5A5lrSYCa1Kp63czTpVll2MAqbZYIHoA== | ||
231 | - | ||
232 | -"@rollup/rollup-linux-arm-gnueabihf@4.9.5": | ||
233 | - version "4.9.5" | ||
234 | - resolved "https://registry.npmmirror.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.9.5.tgz#120678a5a2b3a283a548dbb4d337f9187a793560" | ||
235 | - integrity sha512-Q0LcU61v92tQB6ae+udZvOyZ0wfpGojtAKrrpAaIqmJ7+psq4cMIhT/9lfV6UQIpeItnq/2QDROhNLo00lOD1g== | ||
236 | - | ||
237 | -"@rollup/rollup-linux-arm64-gnu@4.9.5": | ||
238 | - version "4.9.5" | ||
239 | - resolved "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.9.5.tgz#c99d857e2372ece544b6f60b85058ad259f64114" | ||
240 | - integrity sha512-dkRscpM+RrR2Ee3eOQmRWFjmV/payHEOrjyq1VZegRUa5OrZJ2MAxBNs05bZuY0YCtpqETDy1Ix4i/hRqX98cA== | ||
241 | - | ||
242 | -"@rollup/rollup-linux-arm64-musl@4.9.5": | ||
243 | - version "4.9.5" | ||
244 | - resolved "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.9.5.tgz#3064060f568a5718c2a06858cd6e6d24f2ff8632" | ||
245 | - integrity sha512-QaKFVOzzST2xzY4MAmiDmURagWLFh+zZtttuEnuNn19AiZ0T3fhPyjPPGwLNdiDT82ZE91hnfJsUiDwF9DClIQ== | ||
246 | - | ||
247 | -"@rollup/rollup-linux-riscv64-gnu@4.9.5": | ||
248 | - version "4.9.5" | ||
249 | - resolved "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.9.5.tgz#987d30b5d2b992fff07d055015991a57ff55fbad" | ||
250 | - integrity sha512-HeGqmRJuyVg6/X6MpE2ur7GbymBPS8Np0S/vQFHDmocfORT+Zt76qu+69NUoxXzGqVP1pzaY6QIi0FJWLC3OPA== | ||
251 | - | ||
252 | -"@rollup/rollup-linux-x64-gnu@4.9.5": | ||
253 | - version "4.9.5" | ||
254 | - resolved "https://registry.npmmirror.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.9.5.tgz#85946ee4d068bd12197aeeec2c6f679c94978a49" | ||
255 | - integrity sha512-Dq1bqBdLaZ1Gb/l2e5/+o3B18+8TI9ANlA1SkejZqDgdU/jK/ThYaMPMJpVMMXy2uRHvGKbkz9vheVGdq3cJfA== | ||
256 | - | ||
257 | -"@rollup/rollup-linux-x64-musl@4.9.5": | ||
258 | - version "4.9.5" | ||
259 | - resolved "https://registry.npmmirror.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.9.5.tgz#fe0b20f9749a60eb1df43d20effa96c756ddcbd4" | ||
260 | - integrity sha512-ezyFUOwldYpj7AbkwyW9AJ203peub81CaAIVvckdkyH8EvhEIoKzaMFJj0G4qYJ5sw3BpqhFrsCc30t54HV8vg== | ||
261 | - | ||
262 | -"@rollup/rollup-win32-arm64-msvc@4.9.5": | ||
263 | - version "4.9.5" | ||
264 | - resolved "https://registry.npmmirror.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.9.5.tgz#422661ef0e16699a234465d15b2c1089ef963b2a" | ||
265 | - integrity sha512-aHSsMnUw+0UETB0Hlv7B/ZHOGY5bQdwMKJSzGfDfvyhnpmVxLMGnQPGNE9wgqkLUs3+gbG1Qx02S2LLfJ5GaRQ== | ||
266 | - | ||
267 | -"@rollup/rollup-win32-ia32-msvc@4.9.5": | ||
268 | - version "4.9.5" | ||
269 | - resolved "https://registry.npmmirror.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.9.5.tgz#7b73a145891c202fbcc08759248983667a035d85" | ||
270 | - integrity sha512-AiqiLkb9KSf7Lj/o1U3SEP9Zn+5NuVKgFdRIZkvd4N0+bYrTOovVd0+LmYCPQGbocT4kvFyK+LXCDiXPBF3fyA== | 133 | +"@rollup/pluginutils@^5.0.4": |
134 | + version "5.1.0" | ||
135 | + resolved "https://registry.npmmirror.com/@rollup/pluginutils/-/pluginutils-5.1.0.tgz" | ||
136 | + integrity sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g== | ||
137 | + dependencies: | ||
138 | + "@types/estree" "^1.0.0" | ||
139 | + estree-walker "^2.0.2" | ||
140 | + picomatch "^2.3.1" | ||
271 | 141 | ||
272 | "@rollup/rollup-win32-x64-msvc@4.9.5": | 142 | "@rollup/rollup-win32-x64-msvc@4.9.5": |
273 | version "4.9.5" | 143 | version "4.9.5" |
274 | - resolved "https://registry.npmmirror.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.9.5.tgz#10491ccf4f63c814d4149e0316541476ea603602" | 144 | + resolved "https://registry.npmmirror.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.9.5.tgz" |
275 | integrity sha512-1q+mykKE3Vot1kaFJIDoUFv5TuW+QQVaf2FmTT9krg86pQrGStOSJJ0Zil7CFagyxDuouTepzt5Y5TVzyajOdQ== | 145 | integrity sha512-1q+mykKE3Vot1kaFJIDoUFv5TuW+QQVaf2FmTT9krg86pQrGStOSJJ0Zil7CFagyxDuouTepzt5Y5TVzyajOdQ== |
276 | 146 | ||
277 | "@rushstack/eslint-patch@^1.3.3": | 147 | "@rushstack/eslint-patch@^1.3.3": |
278 | version "1.7.0" | 148 | version "1.7.0" |
279 | - resolved "https://registry.npmmirror.com/@rushstack/eslint-patch/-/eslint-patch-1.7.0.tgz#b5bc1e081428794f6a4d239707b359404be35ce2" | 149 | + resolved "https://registry.npmmirror.com/@rushstack/eslint-patch/-/eslint-patch-1.7.0.tgz" |
280 | integrity sha512-Jh4t/593gxs0lJZ/z3NnasKlplXT2f+4y/LZYuaKZW5KAaiVFL/fThhs+17EbUd53jUVJ0QudYCBGbN/psvaqg== | 150 | integrity sha512-Jh4t/593gxs0lJZ/z3NnasKlplXT2f+4y/LZYuaKZW5KAaiVFL/fThhs+17EbUd53jUVJ0QudYCBGbN/psvaqg== |
281 | 151 | ||
282 | -"@types/estree@1.0.5": | 152 | +"@types/estree@^1.0.0", "@types/estree@1.0.5": |
283 | version "1.0.5" | 153 | version "1.0.5" |
284 | - resolved "https://registry.npmmirror.com/@types/estree/-/estree-1.0.5.tgz#a6ce3e556e00fd9895dd872dd172ad0d4bd687f4" | 154 | + resolved "https://registry.npmmirror.com/@types/estree/-/estree-1.0.5.tgz" |
285 | integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw== | 155 | integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw== |
286 | 156 | ||
287 | "@ungap/structured-clone@^1.2.0": | 157 | "@ungap/structured-clone@^1.2.0": |
288 | version "1.2.0" | 158 | version "1.2.0" |
289 | - resolved "https://registry.npmmirror.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406" | 159 | + resolved "https://registry.npmmirror.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz" |
290 | integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ== | 160 | integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ== |
291 | 161 | ||
162 | +"@vant/auto-import-resolver@^1.0.2": | ||
163 | + version "1.0.2" | ||
164 | + resolved "https://registry.npmmirror.com/@vant/auto-import-resolver/-/auto-import-resolver-1.0.2.tgz" | ||
165 | + integrity sha512-5SYC1izl36KID+3F4pqFtYD8VFK6m1pdulft99sjSkUN4GBX9OslRnsJA0g7xS+0YrytjDuxxBk04YLYIxaYMg== | ||
166 | + | ||
292 | "@vant/popperjs@^1.3.0": | 167 | "@vant/popperjs@^1.3.0": |
293 | version "1.3.0" | 168 | version "1.3.0" |
294 | - resolved "https://registry.npmmirror.com/@vant/popperjs/-/popperjs-1.3.0.tgz#e0eff017124b5b2352ef3b36a6df06277f4400f2" | 169 | + resolved "https://registry.npmmirror.com/@vant/popperjs/-/popperjs-1.3.0.tgz" |
295 | integrity sha512-hB+czUG+aHtjhaEmCJDuXOep0YTZjdlRR+4MSmIFnkCQIxJaXLQdSsR90XWvAI2yvKUI7TCGqR8pQg2RtvkMHw== | 170 | integrity sha512-hB+czUG+aHtjhaEmCJDuXOep0YTZjdlRR+4MSmIFnkCQIxJaXLQdSsR90XWvAI2yvKUI7TCGqR8pQg2RtvkMHw== |
296 | 171 | ||
297 | "@vant/use@^1.6.0": | 172 | "@vant/use@^1.6.0": |
298 | version "1.6.0" | 173 | version "1.6.0" |
299 | - resolved "https://registry.npmmirror.com/@vant/use/-/use-1.6.0.tgz#237df3091617255519552ca311ffdfea9de59001" | 174 | + resolved "https://registry.npmmirror.com/@vant/use/-/use-1.6.0.tgz" |
300 | integrity sha512-PHHxeAASgiOpSmMjceweIrv2AxDZIkWXyaczksMoWvKV2YAYEhoizRuk/xFnKF+emUIi46TsQ+rvlm/t2BBCfA== | 175 | integrity sha512-PHHxeAASgiOpSmMjceweIrv2AxDZIkWXyaczksMoWvKV2YAYEhoizRuk/xFnKF+emUIi46TsQ+rvlm/t2BBCfA== |
301 | 176 | ||
302 | "@vitejs/plugin-vue@^4.5.2": | 177 | "@vitejs/plugin-vue@^4.5.2": |
303 | version "4.6.2" | 178 | version "4.6.2" |
304 | - resolved "https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-4.6.2.tgz#057d2ded94c4e71b94e9814f92dcd9306317aa46" | 179 | + resolved "https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-4.6.2.tgz" |
305 | integrity sha512-kqf7SGFoG+80aZG6Pf+gsZIVvGSCKE98JbiWqcCV9cThtg91Jav0yvYFC9Zb+jKetNGF6ZKeoaxgZfND21fWKw== | 180 | integrity sha512-kqf7SGFoG+80aZG6Pf+gsZIVvGSCKE98JbiWqcCV9cThtg91Jav0yvYFC9Zb+jKetNGF6ZKeoaxgZfND21fWKw== |
306 | 181 | ||
307 | "@vue/compiler-core@3.4.15": | 182 | "@vue/compiler-core@3.4.15": |
308 | version "3.4.15" | 183 | version "3.4.15" |
309 | - resolved "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.4.15.tgz#be20d1bbe19626052500b48969302cb6f396d36e" | 184 | + resolved "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.4.15.tgz" |
310 | integrity sha512-XcJQVOaxTKCnth1vCxEChteGuwG6wqnUHxAm1DO3gCz0+uXKaJNx8/digSz4dLALCy8n2lKq24jSUs8segoqIw== | 185 | integrity sha512-XcJQVOaxTKCnth1vCxEChteGuwG6wqnUHxAm1DO3gCz0+uXKaJNx8/digSz4dLALCy8n2lKq24jSUs8segoqIw== |
311 | dependencies: | 186 | dependencies: |
312 | "@babel/parser" "^7.23.6" | 187 | "@babel/parser" "^7.23.6" |
@@ -317,7 +192,7 @@ | @@ -317,7 +192,7 @@ | ||
317 | 192 | ||
318 | "@vue/compiler-dom@3.4.15": | 193 | "@vue/compiler-dom@3.4.15": |
319 | version "3.4.15" | 194 | version "3.4.15" |
320 | - resolved "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.4.15.tgz#753f5ed55f78d33dff04701fad4d76ff0cf81ee5" | 195 | + resolved "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.4.15.tgz" |
321 | integrity sha512-wox0aasVV74zoXyblarOM3AZQz/Z+OunYcIHe1OsGclCHt8RsRm04DObjefaI82u6XDzv+qGWZ24tIsRAIi5MQ== | 196 | integrity sha512-wox0aasVV74zoXyblarOM3AZQz/Z+OunYcIHe1OsGclCHt8RsRm04DObjefaI82u6XDzv+qGWZ24tIsRAIi5MQ== |
322 | dependencies: | 197 | dependencies: |
323 | "@vue/compiler-core" "3.4.15" | 198 | "@vue/compiler-core" "3.4.15" |
@@ -325,7 +200,7 @@ | @@ -325,7 +200,7 @@ | ||
325 | 200 | ||
326 | "@vue/compiler-sfc@3.4.15": | 201 | "@vue/compiler-sfc@3.4.15": |
327 | version "3.4.15" | 202 | version "3.4.15" |
328 | - resolved "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.4.15.tgz#4e5811e681955fcec886cebbec483f6ae463a64b" | 203 | + resolved "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.4.15.tgz" |
329 | integrity sha512-LCn5M6QpkpFsh3GQvs2mJUOAlBQcCco8D60Bcqmf3O3w5a+KWS5GvYbrrJBkgvL1BDnTp+e8q0lXCLgHhKguBA== | 204 | integrity sha512-LCn5M6QpkpFsh3GQvs2mJUOAlBQcCco8D60Bcqmf3O3w5a+KWS5GvYbrrJBkgvL1BDnTp+e8q0lXCLgHhKguBA== |
330 | dependencies: | 205 | dependencies: |
331 | "@babel/parser" "^7.23.6" | 206 | "@babel/parser" "^7.23.6" |
@@ -340,7 +215,7 @@ | @@ -340,7 +215,7 @@ | ||
340 | 215 | ||
341 | "@vue/compiler-ssr@3.4.15": | 216 | "@vue/compiler-ssr@3.4.15": |
342 | version "3.4.15" | 217 | version "3.4.15" |
343 | - resolved "https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.4.15.tgz#a910a5b89ba4f0a776e40b63d69bdae2f50616cf" | 218 | + resolved "https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.4.15.tgz" |
344 | integrity sha512-1jdeQyiGznr8gjFDadVmOJqZiLNSsMa5ZgqavkPZ8O2wjHv0tVuAEsw5hTdUoUW4232vpBbL/wJhzVW/JwY1Uw== | 219 | integrity sha512-1jdeQyiGznr8gjFDadVmOJqZiLNSsMa5ZgqavkPZ8O2wjHv0tVuAEsw5hTdUoUW4232vpBbL/wJhzVW/JwY1Uw== |
345 | dependencies: | 220 | dependencies: |
346 | "@vue/compiler-dom" "3.4.15" | 221 | "@vue/compiler-dom" "3.4.15" |
@@ -348,12 +223,12 @@ | @@ -348,12 +223,12 @@ | ||
348 | 223 | ||
349 | "@vue/devtools-api@^6.5.0": | 224 | "@vue/devtools-api@^6.5.0": |
350 | version "6.5.1" | 225 | version "6.5.1" |
351 | - resolved "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-6.5.1.tgz#7f71f31e40973eeee65b9a64382b13593fdbd697" | 226 | + resolved "https://registry.npmmirror.com/@vue/devtools-api/-/devtools-api-6.5.1.tgz" |
352 | integrity sha512-+KpckaAQyfbvshdDW5xQylLni1asvNSGme1JFs8I1+/H5pHEhqUKMEQD/qn3Nx5+/nycBq11qAEi8lk+LXI2dA== | 227 | integrity sha512-+KpckaAQyfbvshdDW5xQylLni1asvNSGme1JFs8I1+/H5pHEhqUKMEQD/qn3Nx5+/nycBq11qAEi8lk+LXI2dA== |
353 | 228 | ||
354 | "@vue/eslint-config-prettier@^8.0.0": | 229 | "@vue/eslint-config-prettier@^8.0.0": |
355 | version "8.0.0" | 230 | version "8.0.0" |
356 | - resolved "https://registry.npmmirror.com/@vue/eslint-config-prettier/-/eslint-config-prettier-8.0.0.tgz#de5cb77ed483b43683d17a788808a0fa4e7bd07e" | 231 | + resolved "https://registry.npmmirror.com/@vue/eslint-config-prettier/-/eslint-config-prettier-8.0.0.tgz" |
357 | integrity sha512-55dPqtC4PM/yBjhAr+yEw6+7KzzdkBuLmnhBrDfp4I48+wy+Giqqj9yUr5T2uD/BkBROjjmqnLZmXRdOx/VtQg== | 232 | integrity sha512-55dPqtC4PM/yBjhAr+yEw6+7KzzdkBuLmnhBrDfp4I48+wy+Giqqj9yUr5T2uD/BkBROjjmqnLZmXRdOx/VtQg== |
358 | dependencies: | 233 | dependencies: |
359 | eslint-config-prettier "^8.8.0" | 234 | eslint-config-prettier "^8.8.0" |
@@ -361,14 +236,14 @@ | @@ -361,14 +236,14 @@ | ||
361 | 236 | ||
362 | "@vue/reactivity@3.4.15": | 237 | "@vue/reactivity@3.4.15": |
363 | version "3.4.15" | 238 | version "3.4.15" |
364 | - resolved "https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.4.15.tgz#ad9d9b83f5398d2e8660ad5cfc0f171e7679a9a1" | 239 | + resolved "https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.4.15.tgz" |
365 | integrity sha512-55yJh2bsff20K5O84MxSvXKPHHt17I2EomHznvFiJCAZpJTNW8IuLj1xZWMLELRhBK3kkFV/1ErZGHJfah7i7w== | 240 | integrity sha512-55yJh2bsff20K5O84MxSvXKPHHt17I2EomHznvFiJCAZpJTNW8IuLj1xZWMLELRhBK3kkFV/1ErZGHJfah7i7w== |
366 | dependencies: | 241 | dependencies: |
367 | "@vue/shared" "3.4.15" | 242 | "@vue/shared" "3.4.15" |
368 | 243 | ||
369 | "@vue/runtime-core@3.4.15": | 244 | "@vue/runtime-core@3.4.15": |
370 | version "3.4.15" | 245 | version "3.4.15" |
371 | - resolved "https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.4.15.tgz#f81e2fd2108ea41a6d5c61c2462b11dfb754fdf0" | 246 | + resolved "https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.4.15.tgz" |
372 | integrity sha512-6E3by5m6v1AkW0McCeAyhHTw+3y17YCOKG0U0HDKDscV4Hs0kgNT5G+GCHak16jKgcCDHpI9xe5NKb8sdLCLdw== | 247 | integrity sha512-6E3by5m6v1AkW0McCeAyhHTw+3y17YCOKG0U0HDKDscV4Hs0kgNT5G+GCHak16jKgcCDHpI9xe5NKb8sdLCLdw== |
373 | dependencies: | 248 | dependencies: |
374 | "@vue/reactivity" "3.4.15" | 249 | "@vue/reactivity" "3.4.15" |
@@ -376,7 +251,7 @@ | @@ -376,7 +251,7 @@ | ||
376 | 251 | ||
377 | "@vue/runtime-dom@3.4.15": | 252 | "@vue/runtime-dom@3.4.15": |
378 | version "3.4.15" | 253 | version "3.4.15" |
379 | - resolved "https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.4.15.tgz#108ef86aa7334ead5d6b9c56a7d93679e1e45406" | 254 | + resolved "https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.4.15.tgz" |
380 | integrity sha512-EVW8D6vfFVq3V/yDKNPBFkZKGMFSvZrUQmx196o/v2tHKdwWdiZjYUBS+0Ez3+ohRyF8Njwy/6FH5gYJ75liUw== | 255 | integrity sha512-EVW8D6vfFVq3V/yDKNPBFkZKGMFSvZrUQmx196o/v2tHKdwWdiZjYUBS+0Ez3+ohRyF8Njwy/6FH5gYJ75liUw== |
381 | dependencies: | 256 | dependencies: |
382 | "@vue/runtime-core" "3.4.15" | 257 | "@vue/runtime-core" "3.4.15" |
@@ -385,30 +260,30 @@ | @@ -385,30 +260,30 @@ | ||
385 | 260 | ||
386 | "@vue/server-renderer@3.4.15": | 261 | "@vue/server-renderer@3.4.15": |
387 | version "3.4.15" | 262 | version "3.4.15" |
388 | - resolved "https://registry.npmmirror.com/@vue/server-renderer/-/server-renderer-3.4.15.tgz#34438f998e6f6370fac78883a75efe136631957f" | 263 | + resolved "https://registry.npmmirror.com/@vue/server-renderer/-/server-renderer-3.4.15.tgz" |
389 | integrity sha512-3HYzaidu9cHjrT+qGUuDhFYvF/j643bHC6uUN9BgM11DVy+pM6ATsG6uPBLnkwOgs7BpJABReLmpL3ZPAsUaqw== | 264 | integrity sha512-3HYzaidu9cHjrT+qGUuDhFYvF/j643bHC6uUN9BgM11DVy+pM6ATsG6uPBLnkwOgs7BpJABReLmpL3ZPAsUaqw== |
390 | dependencies: | 265 | dependencies: |
391 | "@vue/compiler-ssr" "3.4.15" | 266 | "@vue/compiler-ssr" "3.4.15" |
392 | "@vue/shared" "3.4.15" | 267 | "@vue/shared" "3.4.15" |
393 | 268 | ||
394 | -"@vue/shared@3.4.15", "@vue/shared@^3.0.0": | 269 | +"@vue/shared@^3.0.0", "@vue/shared@3.4.15": |
395 | version "3.4.15" | 270 | version "3.4.15" |
396 | - resolved "https://registry.npmmirror.com/@vue/shared/-/shared-3.4.15.tgz#e7d2ea050c667480cb5e1a6df2ac13bcd03a8f30" | 271 | + resolved "https://registry.npmmirror.com/@vue/shared/-/shared-3.4.15.tgz" |
397 | integrity sha512-KzfPTxVaWfB+eGcGdbSf4CWdaXcGDqckoeXUh7SB3fZdEtzPCK2Vq9B/lRRL3yutax/LWITz+SwvgyOxz5V75g== | 272 | integrity sha512-KzfPTxVaWfB+eGcGdbSf4CWdaXcGDqckoeXUh7SB3fZdEtzPCK2Vq9B/lRRL3yutax/LWITz+SwvgyOxz5V75g== |
398 | 273 | ||
399 | acorn-jsx@^5.3.2: | 274 | acorn-jsx@^5.3.2: |
400 | version "5.3.2" | 275 | version "5.3.2" |
401 | - resolved "https://registry.npmmirror.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937" | 276 | + resolved "https://registry.npmmirror.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz" |
402 | integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ== | 277 | integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ== |
403 | 278 | ||
404 | -acorn@^8.9.0: | 279 | +"acorn@^6.0.0 || ^7.0.0 || ^8.0.0", acorn@^8.11.2, acorn@^8.9.0: |
405 | version "8.11.3" | 280 | version "8.11.3" |
406 | - resolved "https://registry.npmmirror.com/acorn/-/acorn-8.11.3.tgz#71e0b14e13a4ec160724b38fb7b0f233b1b81d7a" | 281 | + resolved "https://registry.npmmirror.com/acorn/-/acorn-8.11.3.tgz" |
407 | integrity sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg== | 282 | integrity sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg== |
408 | 283 | ||
409 | ajv@^6.12.4: | 284 | ajv@^6.12.4: |
410 | version "6.12.6" | 285 | version "6.12.6" |
411 | - resolved "https://registry.npmmirror.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4" | 286 | + resolved "https://registry.npmmirror.com/ajv/-/ajv-6.12.6.tgz" |
412 | integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g== | 287 | integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g== |
413 | dependencies: | 288 | dependencies: |
414 | fast-deep-equal "^3.1.1" | 289 | fast-deep-equal "^3.1.1" |
@@ -418,19 +293,19 @@ ajv@^6.12.4: | @@ -418,19 +293,19 @@ ajv@^6.12.4: | ||
418 | 293 | ||
419 | ansi-regex@^5.0.1: | 294 | ansi-regex@^5.0.1: |
420 | version "5.0.1" | 295 | version "5.0.1" |
421 | - resolved "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304" | 296 | + resolved "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz" |
422 | integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ== | 297 | integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ== |
423 | 298 | ||
424 | ansi-styles@^4.1.0: | 299 | ansi-styles@^4.1.0: |
425 | version "4.3.0" | 300 | version "4.3.0" |
426 | - resolved "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937" | 301 | + resolved "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz" |
427 | integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg== | 302 | integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg== |
428 | dependencies: | 303 | dependencies: |
429 | color-convert "^2.0.1" | 304 | color-convert "^2.0.1" |
430 | 305 | ||
431 | anymatch@~3.1.2: | 306 | anymatch@~3.1.2: |
432 | version "3.1.3" | 307 | version "3.1.3" |
433 | - resolved "https://registry.npmmirror.com/anymatch/-/anymatch-3.1.3.tgz#790c58b19ba1720a84205b57c618d5ad8524973e" | 308 | + resolved "https://registry.npmmirror.com/anymatch/-/anymatch-3.1.3.tgz" |
434 | integrity sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw== | 309 | integrity sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw== |
435 | dependencies: | 310 | dependencies: |
436 | normalize-path "^3.0.0" | 311 | normalize-path "^3.0.0" |
@@ -438,69 +313,83 @@ anymatch@~3.1.2: | @@ -438,69 +313,83 @@ anymatch@~3.1.2: | ||
438 | 313 | ||
439 | argparse@^2.0.1: | 314 | argparse@^2.0.1: |
440 | version "2.0.1" | 315 | version "2.0.1" |
441 | - resolved "https://registry.npmmirror.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38" | 316 | + resolved "https://registry.npmmirror.com/argparse/-/argparse-2.0.1.tgz" |
442 | integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q== | 317 | integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q== |
443 | 318 | ||
444 | asynckit@^0.4.0: | 319 | asynckit@^0.4.0: |
445 | version "0.4.0" | 320 | version "0.4.0" |
446 | - resolved "https://registry.npmmirror.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" | 321 | + resolved "https://registry.npmmirror.com/asynckit/-/asynckit-0.4.0.tgz" |
447 | integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q== | 322 | integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q== |
448 | 323 | ||
449 | axios@^1.6.5: | 324 | axios@^1.6.5: |
450 | version "1.6.5" | 325 | version "1.6.5" |
451 | - resolved "https://registry.npmmirror.com/axios/-/axios-1.6.5.tgz#2c090da14aeeab3770ad30c3a1461bc970fb0cd8" | 326 | + resolved "https://registry.npmmirror.com/axios/-/axios-1.6.5.tgz" |
452 | integrity sha512-Ii012v05KEVuUoFWmMW/UQv9aRIc3ZwkWDcM+h5Il8izZCtRVpDUfwpoFf7eOtajT3QiGR4yDUx7lPqHJULgbg== | 327 | integrity sha512-Ii012v05KEVuUoFWmMW/UQv9aRIc3ZwkWDcM+h5Il8izZCtRVpDUfwpoFf7eOtajT3QiGR4yDUx7lPqHJULgbg== |
453 | dependencies: | 328 | dependencies: |
454 | follow-redirects "^1.15.4" | 329 | follow-redirects "^1.15.4" |
455 | form-data "^4.0.0" | 330 | form-data "^4.0.0" |
456 | proxy-from-env "^1.1.0" | 331 | proxy-from-env "^1.1.0" |
457 | 332 | ||
333 | +babel-plugin-import@^1.13.8: | ||
334 | + version "1.13.8" | ||
335 | + resolved "https://registry.npmmirror.com/babel-plugin-import/-/babel-plugin-import-1.13.8.tgz" | ||
336 | + integrity sha512-36babpjra5m3gca44V6tSTomeBlPA7cHUynrE2WiQIm3rEGD9xy28MKsx5IdO45EbnpJY7Jrgd00C6Dwt/l/2Q== | ||
337 | + dependencies: | ||
338 | + "@babel/helper-module-imports" "^7.0.0" | ||
339 | + | ||
458 | balanced-match@^1.0.0: | 340 | balanced-match@^1.0.0: |
459 | version "1.0.2" | 341 | version "1.0.2" |
460 | - resolved "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee" | 342 | + resolved "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz" |
461 | integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw== | 343 | integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw== |
462 | 344 | ||
463 | binary-extensions@^2.0.0: | 345 | binary-extensions@^2.0.0: |
464 | version "2.2.0" | 346 | version "2.2.0" |
465 | - resolved "https://registry.npmmirror.com/binary-extensions/-/binary-extensions-2.2.0.tgz#75f502eeaf9ffde42fc98829645be4ea76bd9e2d" | 347 | + resolved "https://registry.npmmirror.com/binary-extensions/-/binary-extensions-2.2.0.tgz" |
466 | integrity sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA== | 348 | integrity sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA== |
467 | 349 | ||
468 | boolbase@^1.0.0: | 350 | boolbase@^1.0.0: |
469 | version "1.0.0" | 351 | version "1.0.0" |
470 | - resolved "https://registry.npmmirror.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e" | 352 | + resolved "https://registry.npmmirror.com/boolbase/-/boolbase-1.0.0.tgz" |
471 | integrity sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww== | 353 | integrity sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww== |
472 | 354 | ||
473 | brace-expansion@^1.1.7: | 355 | brace-expansion@^1.1.7: |
474 | version "1.1.11" | 356 | version "1.1.11" |
475 | - resolved "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd" | 357 | + resolved "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.11.tgz" |
476 | integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA== | 358 | integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA== |
477 | dependencies: | 359 | dependencies: |
478 | balanced-match "^1.0.0" | 360 | balanced-match "^1.0.0" |
479 | concat-map "0.0.1" | 361 | concat-map "0.0.1" |
480 | 362 | ||
481 | -braces@~3.0.2: | 363 | +brace-expansion@^2.0.1: |
364 | + version "2.0.1" | ||
365 | + resolved "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.1.tgz" | ||
366 | + integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA== | ||
367 | + dependencies: | ||
368 | + balanced-match "^1.0.0" | ||
369 | + | ||
370 | +braces@^3.0.2, braces@~3.0.2: | ||
482 | version "3.0.2" | 371 | version "3.0.2" |
483 | - resolved "https://registry.npmmirror.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107" | 372 | + resolved "https://registry.npmmirror.com/braces/-/braces-3.0.2.tgz" |
484 | integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== | 373 | integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== |
485 | dependencies: | 374 | dependencies: |
486 | fill-range "^7.0.1" | 375 | fill-range "^7.0.1" |
487 | 376 | ||
488 | callsites@^3.0.0: | 377 | callsites@^3.0.0: |
489 | version "3.1.0" | 378 | version "3.1.0" |
490 | - resolved "https://registry.npmmirror.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73" | 379 | + resolved "https://registry.npmmirror.com/callsites/-/callsites-3.1.0.tgz" |
491 | integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ== | 380 | integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ== |
492 | 381 | ||
493 | chalk@^4.0.0: | 382 | chalk@^4.0.0: |
494 | version "4.1.2" | 383 | version "4.1.2" |
495 | - resolved "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01" | 384 | + resolved "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz" |
496 | integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA== | 385 | integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA== |
497 | dependencies: | 386 | dependencies: |
498 | ansi-styles "^4.1.0" | 387 | ansi-styles "^4.1.0" |
499 | supports-color "^7.1.0" | 388 | supports-color "^7.1.0" |
500 | 389 | ||
501 | -"chokidar@>=3.0.0 <4.0.0": | 390 | +chokidar@^3.5.3, "chokidar@>=3.0.0 <4.0.0": |
502 | version "3.5.3" | 391 | version "3.5.3" |
503 | - resolved "https://registry.npmmirror.com/chokidar/-/chokidar-3.5.3.tgz#1cf37c8707b932bd1af1ae22c0432e2acd1903bd" | 392 | + resolved "https://registry.npmmirror.com/chokidar/-/chokidar-3.5.3.tgz" |
504 | integrity sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw== | 393 | integrity sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw== |
505 | dependencies: | 394 | dependencies: |
506 | anymatch "~3.1.2" | 395 | anymatch "~3.1.2" |
@@ -515,31 +404,31 @@ chalk@^4.0.0: | @@ -515,31 +404,31 @@ chalk@^4.0.0: | ||
515 | 404 | ||
516 | color-convert@^2.0.1: | 405 | color-convert@^2.0.1: |
517 | version "2.0.1" | 406 | version "2.0.1" |
518 | - resolved "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3" | 407 | + resolved "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz" |
519 | integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== | 408 | integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== |
520 | dependencies: | 409 | dependencies: |
521 | color-name "~1.1.4" | 410 | color-name "~1.1.4" |
522 | 411 | ||
523 | color-name@~1.1.4: | 412 | color-name@~1.1.4: |
524 | version "1.1.4" | 413 | version "1.1.4" |
525 | - resolved "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" | 414 | + resolved "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz" |
526 | integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== | 415 | integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== |
527 | 416 | ||
528 | combined-stream@^1.0.8: | 417 | combined-stream@^1.0.8: |
529 | version "1.0.8" | 418 | version "1.0.8" |
530 | - resolved "https://registry.npmmirror.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f" | 419 | + resolved "https://registry.npmmirror.com/combined-stream/-/combined-stream-1.0.8.tgz" |
531 | integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg== | 420 | integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg== |
532 | dependencies: | 421 | dependencies: |
533 | delayed-stream "~1.0.0" | 422 | delayed-stream "~1.0.0" |
534 | 423 | ||
535 | concat-map@0.0.1: | 424 | concat-map@0.0.1: |
536 | version "0.0.1" | 425 | version "0.0.1" |
537 | - resolved "https://registry.npmmirror.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" | 426 | + resolved "https://registry.npmmirror.com/concat-map/-/concat-map-0.0.1.tgz" |
538 | integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg== | 427 | integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg== |
539 | 428 | ||
540 | cross-spawn@^7.0.2: | 429 | cross-spawn@^7.0.2: |
541 | version "7.0.3" | 430 | version "7.0.3" |
542 | - resolved "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6" | 431 | + resolved "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.3.tgz" |
543 | integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w== | 432 | integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w== |
544 | dependencies: | 433 | dependencies: |
545 | path-key "^3.1.0" | 434 | path-key "^3.1.0" |
@@ -548,46 +437,46 @@ cross-spawn@^7.0.2: | @@ -548,46 +437,46 @@ cross-spawn@^7.0.2: | ||
548 | 437 | ||
549 | cssesc@^3.0.0: | 438 | cssesc@^3.0.0: |
550 | version "3.0.0" | 439 | version "3.0.0" |
551 | - resolved "https://registry.npmmirror.com/cssesc/-/cssesc-3.0.0.tgz#37741919903b868565e1c09ea747445cd18983ee" | 440 | + resolved "https://registry.npmmirror.com/cssesc/-/cssesc-3.0.0.tgz" |
552 | integrity sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg== | 441 | integrity sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg== |
553 | 442 | ||
554 | csstype@^3.1.3: | 443 | csstype@^3.1.3: |
555 | version "3.1.3" | 444 | version "3.1.3" |
556 | - resolved "https://registry.npmmirror.com/csstype/-/csstype-3.1.3.tgz#d80ff294d114fb0e6ac500fbf85b60137d7eff81" | 445 | + resolved "https://registry.npmmirror.com/csstype/-/csstype-3.1.3.tgz" |
557 | integrity sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw== | 446 | integrity sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw== |
558 | 447 | ||
559 | debug@^4.3.1, debug@^4.3.2, debug@^4.3.4: | 448 | debug@^4.3.1, debug@^4.3.2, debug@^4.3.4: |
560 | version "4.3.4" | 449 | version "4.3.4" |
561 | - resolved "https://registry.npmmirror.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865" | 450 | + resolved "https://registry.npmmirror.com/debug/-/debug-4.3.4.tgz" |
562 | integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ== | 451 | integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ== |
563 | dependencies: | 452 | dependencies: |
564 | ms "2.1.2" | 453 | ms "2.1.2" |
565 | 454 | ||
566 | deep-is@^0.1.3: | 455 | deep-is@^0.1.3: |
567 | version "0.1.4" | 456 | version "0.1.4" |
568 | - resolved "https://registry.npmmirror.com/deep-is/-/deep-is-0.1.4.tgz#a6f2dce612fadd2ef1f519b73551f17e85199831" | 457 | + resolved "https://registry.npmmirror.com/deep-is/-/deep-is-0.1.4.tgz" |
569 | integrity sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ== | 458 | integrity sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ== |
570 | 459 | ||
571 | delayed-stream@~1.0.0: | 460 | delayed-stream@~1.0.0: |
572 | version "1.0.0" | 461 | version "1.0.0" |
573 | - resolved "https://registry.npmmirror.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619" | 462 | + resolved "https://registry.npmmirror.com/delayed-stream/-/delayed-stream-1.0.0.tgz" |
574 | integrity sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ== | 463 | integrity sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ== |
575 | 464 | ||
576 | doctrine@^3.0.0: | 465 | doctrine@^3.0.0: |
577 | version "3.0.0" | 466 | version "3.0.0" |
578 | - resolved "https://registry.npmmirror.com/doctrine/-/doctrine-3.0.0.tgz#addebead72a6574db783639dc87a121773973961" | 467 | + resolved "https://registry.npmmirror.com/doctrine/-/doctrine-3.0.0.tgz" |
579 | integrity sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w== | 468 | integrity sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w== |
580 | dependencies: | 469 | dependencies: |
581 | esutils "^2.0.2" | 470 | esutils "^2.0.2" |
582 | 471 | ||
583 | entities@^4.5.0: | 472 | entities@^4.5.0: |
584 | version "4.5.0" | 473 | version "4.5.0" |
585 | - resolved "https://registry.npmmirror.com/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48" | 474 | + resolved "https://registry.npmmirror.com/entities/-/entities-4.5.0.tgz" |
586 | integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw== | 475 | integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw== |
587 | 476 | ||
588 | esbuild@^0.19.3: | 477 | esbuild@^0.19.3: |
589 | version "0.19.11" | 478 | version "0.19.11" |
590 | - resolved "https://registry.npmmirror.com/esbuild/-/esbuild-0.19.11.tgz#4a02dca031e768b5556606e1b468fe72e3325d96" | 479 | + resolved "https://registry.npmmirror.com/esbuild/-/esbuild-0.19.11.tgz" |
591 | integrity sha512-HJ96Hev2hX/6i5cDVwcqiJBBtuo9+FeIJOtZ9W1kA5M6AMJRHUZlpYZ1/SbEwtO0ioNAW8rUooVpC/WehY2SfA== | 480 | integrity sha512-HJ96Hev2hX/6i5cDVwcqiJBBtuo9+FeIJOtZ9W1kA5M6AMJRHUZlpYZ1/SbEwtO0ioNAW8rUooVpC/WehY2SfA== |
592 | optionalDependencies: | 481 | optionalDependencies: |
593 | "@esbuild/aix-ppc64" "0.19.11" | 482 | "@esbuild/aix-ppc64" "0.19.11" |
@@ -616,17 +505,17 @@ esbuild@^0.19.3: | @@ -616,17 +505,17 @@ esbuild@^0.19.3: | ||
616 | 505 | ||
617 | escape-string-regexp@^4.0.0: | 506 | escape-string-regexp@^4.0.0: |
618 | version "4.0.0" | 507 | version "4.0.0" |
619 | - resolved "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34" | 508 | + resolved "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz" |
620 | integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== | 509 | integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== |
621 | 510 | ||
622 | -eslint-config-prettier@^8.8.0: | 511 | +eslint-config-prettier@*, eslint-config-prettier@^8.8.0: |
623 | version "8.10.0" | 512 | version "8.10.0" |
624 | - resolved "https://registry.npmmirror.com/eslint-config-prettier/-/eslint-config-prettier-8.10.0.tgz#3a06a662130807e2502fc3ff8b4143d8a0658e11" | 513 | + resolved "https://registry.npmmirror.com/eslint-config-prettier/-/eslint-config-prettier-8.10.0.tgz" |
625 | integrity sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg== | 514 | integrity sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg== |
626 | 515 | ||
627 | eslint-plugin-prettier@^5.0.0: | 516 | eslint-plugin-prettier@^5.0.0: |
628 | version "5.1.3" | 517 | version "5.1.3" |
629 | - resolved "https://registry.npmmirror.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.1.3.tgz#17cfade9e732cef32b5f5be53bd4e07afd8e67e1" | 518 | + resolved "https://registry.npmmirror.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.1.3.tgz" |
630 | integrity sha512-C9GCVAs4Eq7ZC/XFQHITLiHJxQngdtraXaM+LoUFoFp/lHNl2Zn8f3WQbe9HvTBBQ9YnKFB0/2Ajdqwo5D1EAw== | 519 | integrity sha512-C9GCVAs4Eq7ZC/XFQHITLiHJxQngdtraXaM+LoUFoFp/lHNl2Zn8f3WQbe9HvTBBQ9YnKFB0/2Ajdqwo5D1EAw== |
631 | dependencies: | 520 | dependencies: |
632 | prettier-linter-helpers "^1.0.0" | 521 | prettier-linter-helpers "^1.0.0" |
@@ -634,7 +523,7 @@ eslint-plugin-prettier@^5.0.0: | @@ -634,7 +523,7 @@ eslint-plugin-prettier@^5.0.0: | ||
634 | 523 | ||
635 | eslint-plugin-vue@^9.17.0: | 524 | eslint-plugin-vue@^9.17.0: |
636 | version "9.20.1" | 525 | version "9.20.1" |
637 | - resolved "https://registry.npmmirror.com/eslint-plugin-vue/-/eslint-plugin-vue-9.20.1.tgz#7ed78846898574b2cd26939f28b0b87798a7b528" | 526 | + resolved "https://registry.npmmirror.com/eslint-plugin-vue/-/eslint-plugin-vue-9.20.1.tgz" |
638 | integrity sha512-GyCs8K3lkEvoyC1VV97GJhP1SvqsKCiWGHnbn0gVUYiUhaH2+nB+Dv1uekv1THFMPbBfYxukrzQdltw950k+LQ== | 527 | integrity sha512-GyCs8K3lkEvoyC1VV97GJhP1SvqsKCiWGHnbn0gVUYiUhaH2+nB+Dv1uekv1THFMPbBfYxukrzQdltw950k+LQ== |
639 | dependencies: | 528 | dependencies: |
640 | "@eslint-community/eslint-utils" "^4.4.0" | 529 | "@eslint-community/eslint-utils" "^4.4.0" |
@@ -647,7 +536,7 @@ eslint-plugin-vue@^9.17.0: | @@ -647,7 +536,7 @@ eslint-plugin-vue@^9.17.0: | ||
647 | 536 | ||
648 | eslint-scope@^7.1.1, eslint-scope@^7.2.2: | 537 | eslint-scope@^7.1.1, eslint-scope@^7.2.2: |
649 | version "7.2.2" | 538 | version "7.2.2" |
650 | - resolved "https://registry.npmmirror.com/eslint-scope/-/eslint-scope-7.2.2.tgz#deb4f92563390f32006894af62a22dba1c46423f" | 539 | + resolved "https://registry.npmmirror.com/eslint-scope/-/eslint-scope-7.2.2.tgz" |
651 | integrity sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg== | 540 | integrity sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg== |
652 | dependencies: | 541 | dependencies: |
653 | esrecurse "^4.3.0" | 542 | esrecurse "^4.3.0" |
@@ -655,12 +544,12 @@ eslint-scope@^7.1.1, eslint-scope@^7.2.2: | @@ -655,12 +544,12 @@ eslint-scope@^7.1.1, eslint-scope@^7.2.2: | ||
655 | 544 | ||
656 | eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3: | 545 | eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3: |
657 | version "3.4.3" | 546 | version "3.4.3" |
658 | - resolved "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800" | 547 | + resolved "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz" |
659 | integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag== | 548 | integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag== |
660 | 549 | ||
661 | -eslint@^8.49.0: | 550 | +"eslint@^6.0.0 || ^7.0.0 || >=8.0.0", "eslint@^6.2.0 || ^7.0.0 || ^8.0.0", eslint@^8.49.0, "eslint@>= 8.0.0", eslint@>=6.0.0, eslint@>=7.0.0, eslint@>=8.0.0: |
662 | version "8.56.0" | 551 | version "8.56.0" |
663 | - resolved "https://registry.npmmirror.com/eslint/-/eslint-8.56.0.tgz#4957ce8da409dc0809f99ab07a1b94832ab74b15" | 552 | + resolved "https://registry.npmmirror.com/eslint/-/eslint-8.56.0.tgz" |
664 | integrity sha512-Go19xM6T9puCOWntie1/P997aXxFsOi37JIHRWI514Hc6ZnaHGKY9xFhrU65RT6CcBEzZoGG1e6Nq+DT04ZtZQ== | 553 | integrity sha512-Go19xM6T9puCOWntie1/P997aXxFsOi37JIHRWI514Hc6ZnaHGKY9xFhrU65RT6CcBEzZoGG1e6Nq+DT04ZtZQ== |
665 | dependencies: | 554 | dependencies: |
666 | "@eslint-community/eslint-utils" "^4.2.0" | 555 | "@eslint-community/eslint-utils" "^4.2.0" |
@@ -704,7 +593,7 @@ eslint@^8.49.0: | @@ -704,7 +593,7 @@ eslint@^8.49.0: | ||
704 | 593 | ||
705 | espree@^9.3.1, espree@^9.6.0, espree@^9.6.1: | 594 | espree@^9.3.1, espree@^9.6.0, espree@^9.6.1: |
706 | version "9.6.1" | 595 | version "9.6.1" |
707 | - resolved "https://registry.npmmirror.com/espree/-/espree-9.6.1.tgz#a2a17b8e434690a5432f2f8018ce71d331a48c6f" | 596 | + resolved "https://registry.npmmirror.com/espree/-/espree-9.6.1.tgz" |
708 | integrity sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ== | 597 | integrity sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ== |
709 | dependencies: | 598 | dependencies: |
710 | acorn "^8.9.0" | 599 | acorn "^8.9.0" |
@@ -713,77 +602,88 @@ espree@^9.3.1, espree@^9.6.0, espree@^9.6.1: | @@ -713,77 +602,88 @@ espree@^9.3.1, espree@^9.6.0, espree@^9.6.1: | ||
713 | 602 | ||
714 | esquery@^1.4.0, esquery@^1.4.2: | 603 | esquery@^1.4.0, esquery@^1.4.2: |
715 | version "1.5.0" | 604 | version "1.5.0" |
716 | - resolved "https://registry.npmmirror.com/esquery/-/esquery-1.5.0.tgz#6ce17738de8577694edd7361c57182ac8cb0db0b" | 605 | + resolved "https://registry.npmmirror.com/esquery/-/esquery-1.5.0.tgz" |
717 | integrity sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg== | 606 | integrity sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg== |
718 | dependencies: | 607 | dependencies: |
719 | estraverse "^5.1.0" | 608 | estraverse "^5.1.0" |
720 | 609 | ||
721 | esrecurse@^4.3.0: | 610 | esrecurse@^4.3.0: |
722 | version "4.3.0" | 611 | version "4.3.0" |
723 | - resolved "https://registry.npmmirror.com/esrecurse/-/esrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921" | 612 | + resolved "https://registry.npmmirror.com/esrecurse/-/esrecurse-4.3.0.tgz" |
724 | integrity sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag== | 613 | integrity sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag== |
725 | dependencies: | 614 | dependencies: |
726 | estraverse "^5.2.0" | 615 | estraverse "^5.2.0" |
727 | 616 | ||
728 | estraverse@^5.1.0, estraverse@^5.2.0: | 617 | estraverse@^5.1.0, estraverse@^5.2.0: |
729 | version "5.3.0" | 618 | version "5.3.0" |
730 | - resolved "https://registry.npmmirror.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123" | 619 | + resolved "https://registry.npmmirror.com/estraverse/-/estraverse-5.3.0.tgz" |
731 | integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA== | 620 | integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA== |
732 | 621 | ||
733 | estree-walker@^2.0.2: | 622 | estree-walker@^2.0.2: |
734 | version "2.0.2" | 623 | version "2.0.2" |
735 | - resolved "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz#52f010178c2a4c117a7757cfe942adb7d2da4cac" | 624 | + resolved "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz" |
736 | integrity sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w== | 625 | integrity sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w== |
737 | 626 | ||
738 | esutils@^2.0.2: | 627 | esutils@^2.0.2: |
739 | version "2.0.3" | 628 | version "2.0.3" |
740 | - resolved "https://registry.npmmirror.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64" | 629 | + resolved "https://registry.npmmirror.com/esutils/-/esutils-2.0.3.tgz" |
741 | integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g== | 630 | integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g== |
742 | 631 | ||
743 | fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3: | 632 | fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3: |
744 | version "3.1.3" | 633 | version "3.1.3" |
745 | - resolved "https://registry.npmmirror.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525" | 634 | + resolved "https://registry.npmmirror.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz" |
746 | integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== | 635 | integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== |
747 | 636 | ||
748 | fast-diff@^1.1.2: | 637 | fast-diff@^1.1.2: |
749 | version "1.3.0" | 638 | version "1.3.0" |
750 | - resolved "https://registry.npmmirror.com/fast-diff/-/fast-diff-1.3.0.tgz#ece407fa550a64d638536cd727e129c61616e0f0" | 639 | + resolved "https://registry.npmmirror.com/fast-diff/-/fast-diff-1.3.0.tgz" |
751 | integrity sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw== | 640 | integrity sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw== |
752 | 641 | ||
642 | +fast-glob@^3.3.1: | ||
643 | + version "3.3.2" | ||
644 | + resolved "https://registry.npmmirror.com/fast-glob/-/fast-glob-3.3.2.tgz" | ||
645 | + integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow== | ||
646 | + dependencies: | ||
647 | + "@nodelib/fs.stat" "^2.0.2" | ||
648 | + "@nodelib/fs.walk" "^1.2.3" | ||
649 | + glob-parent "^5.1.2" | ||
650 | + merge2 "^1.3.0" | ||
651 | + micromatch "^4.0.4" | ||
652 | + | ||
753 | fast-json-stable-stringify@^2.0.0: | 653 | fast-json-stable-stringify@^2.0.0: |
754 | version "2.1.0" | 654 | version "2.1.0" |
755 | - resolved "https://registry.npmmirror.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633" | 655 | + resolved "https://registry.npmmirror.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz" |
756 | integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw== | 656 | integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw== |
757 | 657 | ||
758 | fast-levenshtein@^2.0.6: | 658 | fast-levenshtein@^2.0.6: |
759 | version "2.0.6" | 659 | version "2.0.6" |
760 | - resolved "https://registry.npmmirror.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917" | 660 | + resolved "https://registry.npmmirror.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz" |
761 | integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw== | 661 | integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw== |
762 | 662 | ||
763 | fastq@^1.6.0: | 663 | fastq@^1.6.0: |
764 | version "1.16.0" | 664 | version "1.16.0" |
765 | - resolved "https://registry.npmmirror.com/fastq/-/fastq-1.16.0.tgz#83b9a9375692db77a822df081edb6a9cf6839320" | 665 | + resolved "https://registry.npmmirror.com/fastq/-/fastq-1.16.0.tgz" |
766 | integrity sha512-ifCoaXsDrsdkWTtiNJX5uzHDsrck5TzfKKDcuFFTIrrc/BS076qgEIfoIy1VeZqViznfKiysPYTh/QeHtnIsYA== | 666 | integrity sha512-ifCoaXsDrsdkWTtiNJX5uzHDsrck5TzfKKDcuFFTIrrc/BS076qgEIfoIy1VeZqViznfKiysPYTh/QeHtnIsYA== |
767 | dependencies: | 667 | dependencies: |
768 | reusify "^1.0.4" | 668 | reusify "^1.0.4" |
769 | 669 | ||
770 | file-entry-cache@^6.0.1: | 670 | file-entry-cache@^6.0.1: |
771 | version "6.0.1" | 671 | version "6.0.1" |
772 | - resolved "https://registry.npmmirror.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027" | 672 | + resolved "https://registry.npmmirror.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz" |
773 | integrity sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg== | 673 | integrity sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg== |
774 | dependencies: | 674 | dependencies: |
775 | flat-cache "^3.0.4" | 675 | flat-cache "^3.0.4" |
776 | 676 | ||
777 | fill-range@^7.0.1: | 677 | fill-range@^7.0.1: |
778 | version "7.0.1" | 678 | version "7.0.1" |
779 | - resolved "https://registry.npmmirror.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40" | 679 | + resolved "https://registry.npmmirror.com/fill-range/-/fill-range-7.0.1.tgz" |
780 | integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ== | 680 | integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ== |
781 | dependencies: | 681 | dependencies: |
782 | to-regex-range "^5.0.1" | 682 | to-regex-range "^5.0.1" |
783 | 683 | ||
784 | find-up@^5.0.0: | 684 | find-up@^5.0.0: |
785 | version "5.0.0" | 685 | version "5.0.0" |
786 | - resolved "https://registry.npmmirror.com/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc" | 686 | + resolved "https://registry.npmmirror.com/find-up/-/find-up-5.0.0.tgz" |
787 | integrity sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng== | 687 | integrity sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng== |
788 | dependencies: | 688 | dependencies: |
789 | locate-path "^6.0.0" | 689 | locate-path "^6.0.0" |
@@ -791,7 +691,7 @@ find-up@^5.0.0: | @@ -791,7 +691,7 @@ find-up@^5.0.0: | ||
791 | 691 | ||
792 | flat-cache@^3.0.4: | 692 | flat-cache@^3.0.4: |
793 | version "3.2.0" | 693 | version "3.2.0" |
794 | - resolved "https://registry.npmmirror.com/flat-cache/-/flat-cache-3.2.0.tgz#2c0c2d5040c99b1632771a9d105725c0115363ee" | 694 | + resolved "https://registry.npmmirror.com/flat-cache/-/flat-cache-3.2.0.tgz" |
795 | integrity sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw== | 695 | integrity sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw== |
796 | dependencies: | 696 | dependencies: |
797 | flatted "^3.2.9" | 697 | flatted "^3.2.9" |
@@ -800,17 +700,17 @@ flat-cache@^3.0.4: | @@ -800,17 +700,17 @@ flat-cache@^3.0.4: | ||
800 | 700 | ||
801 | flatted@^3.2.9: | 701 | flatted@^3.2.9: |
802 | version "3.2.9" | 702 | version "3.2.9" |
803 | - resolved "https://registry.npmmirror.com/flatted/-/flatted-3.2.9.tgz#7eb4c67ca1ba34232ca9d2d93e9886e611ad7daf" | 703 | + resolved "https://registry.npmmirror.com/flatted/-/flatted-3.2.9.tgz" |
804 | integrity sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ== | 704 | integrity sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ== |
805 | 705 | ||
806 | follow-redirects@^1.15.4: | 706 | follow-redirects@^1.15.4: |
807 | version "1.15.5" | 707 | version "1.15.5" |
808 | - resolved "https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.15.5.tgz#54d4d6d062c0fa7d9d17feb008461550e3ba8020" | 708 | + resolved "https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.15.5.tgz" |
809 | integrity sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw== | 709 | integrity sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw== |
810 | 710 | ||
811 | form-data@^4.0.0: | 711 | form-data@^4.0.0: |
812 | version "4.0.0" | 712 | version "4.0.0" |
813 | - resolved "https://registry.npmmirror.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452" | 713 | + resolved "https://registry.npmmirror.com/form-data/-/form-data-4.0.0.tgz" |
814 | integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww== | 714 | integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww== |
815 | dependencies: | 715 | dependencies: |
816 | asynckit "^0.4.0" | 716 | asynckit "^0.4.0" |
@@ -819,31 +719,38 @@ form-data@^4.0.0: | @@ -819,31 +719,38 @@ form-data@^4.0.0: | ||
819 | 719 | ||
820 | fs.realpath@^1.0.0: | 720 | fs.realpath@^1.0.0: |
821 | version "1.0.0" | 721 | version "1.0.0" |
822 | - resolved "https://registry.npmmirror.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" | 722 | + resolved "https://registry.npmmirror.com/fs.realpath/-/fs.realpath-1.0.0.tgz" |
823 | integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw== | 723 | integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw== |
824 | 724 | ||
825 | -fsevents@~2.3.2, fsevents@~2.3.3: | ||
826 | - version "2.3.3" | ||
827 | - resolved "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6" | ||
828 | - integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw== | 725 | +function-bind@^1.1.2: |
726 | + version "1.1.2" | ||
727 | + resolved "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz" | ||
728 | + integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA== | ||
729 | + | ||
730 | +glob-parent@^5.1.2: | ||
731 | + version "5.1.2" | ||
732 | + resolved "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz" | ||
733 | + integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow== | ||
734 | + dependencies: | ||
735 | + is-glob "^4.0.1" | ||
829 | 736 | ||
830 | glob-parent@^6.0.2: | 737 | glob-parent@^6.0.2: |
831 | version "6.0.2" | 738 | version "6.0.2" |
832 | - resolved "https://registry.npmmirror.com/glob-parent/-/glob-parent-6.0.2.tgz#6d237d99083950c79290f24c7642a3de9a28f9e3" | 739 | + resolved "https://registry.npmmirror.com/glob-parent/-/glob-parent-6.0.2.tgz" |
833 | integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A== | 740 | integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A== |
834 | dependencies: | 741 | dependencies: |
835 | is-glob "^4.0.3" | 742 | is-glob "^4.0.3" |
836 | 743 | ||
837 | glob-parent@~5.1.2: | 744 | glob-parent@~5.1.2: |
838 | version "5.1.2" | 745 | version "5.1.2" |
839 | - resolved "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4" | 746 | + resolved "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz" |
840 | integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow== | 747 | integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow== |
841 | dependencies: | 748 | dependencies: |
842 | is-glob "^4.0.1" | 749 | is-glob "^4.0.1" |
843 | 750 | ||
844 | glob@^7.1.3: | 751 | glob@^7.1.3: |
845 | version "7.2.3" | 752 | version "7.2.3" |
846 | - resolved "https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b" | 753 | + resolved "https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz" |
847 | integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q== | 754 | integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q== |
848 | dependencies: | 755 | dependencies: |
849 | fs.realpath "^1.0.0" | 756 | fs.realpath "^1.0.0" |
@@ -855,34 +762,41 @@ glob@^7.1.3: | @@ -855,34 +762,41 @@ glob@^7.1.3: | ||
855 | 762 | ||
856 | globals@^13.19.0: | 763 | globals@^13.19.0: |
857 | version "13.24.0" | 764 | version "13.24.0" |
858 | - resolved "https://registry.npmmirror.com/globals/-/globals-13.24.0.tgz#8432a19d78ce0c1e833949c36adb345400bb1171" | 765 | + resolved "https://registry.npmmirror.com/globals/-/globals-13.24.0.tgz" |
859 | integrity sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ== | 766 | integrity sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ== |
860 | dependencies: | 767 | dependencies: |
861 | type-fest "^0.20.2" | 768 | type-fest "^0.20.2" |
862 | 769 | ||
863 | graphemer@^1.4.0: | 770 | graphemer@^1.4.0: |
864 | version "1.4.0" | 771 | version "1.4.0" |
865 | - resolved "https://registry.npmmirror.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6" | 772 | + resolved "https://registry.npmmirror.com/graphemer/-/graphemer-1.4.0.tgz" |
866 | integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag== | 773 | integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag== |
867 | 774 | ||
868 | has-flag@^4.0.0: | 775 | has-flag@^4.0.0: |
869 | version "4.0.0" | 776 | version "4.0.0" |
870 | - resolved "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b" | 777 | + resolved "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz" |
871 | integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== | 778 | integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== |
872 | 779 | ||
780 | +hasown@^2.0.0: | ||
781 | + version "2.0.0" | ||
782 | + resolved "https://registry.npmmirror.com/hasown/-/hasown-2.0.0.tgz" | ||
783 | + integrity sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA== | ||
784 | + dependencies: | ||
785 | + function-bind "^1.1.2" | ||
786 | + | ||
873 | ignore@^5.2.0: | 787 | ignore@^5.2.0: |
874 | version "5.3.0" | 788 | version "5.3.0" |
875 | - resolved "https://registry.npmmirror.com/ignore/-/ignore-5.3.0.tgz#67418ae40d34d6999c95ff56016759c718c82f78" | 789 | + resolved "https://registry.npmmirror.com/ignore/-/ignore-5.3.0.tgz" |
876 | integrity sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg== | 790 | integrity sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg== |
877 | 791 | ||
878 | immutable@^4.0.0: | 792 | immutable@^4.0.0: |
879 | version "4.3.4" | 793 | version "4.3.4" |
880 | - resolved "https://registry.npmmirror.com/immutable/-/immutable-4.3.4.tgz#2e07b33837b4bb7662f288c244d1ced1ef65a78f" | 794 | + resolved "https://registry.npmmirror.com/immutable/-/immutable-4.3.4.tgz" |
881 | integrity sha512-fsXeu4J4i6WNWSikpI88v/PcVflZz+6kMhUfIwc5SY+poQRPnaf5V7qds6SUyUN3cVxEzuCab7QIoLOQ+DQ1wA== | 795 | integrity sha512-fsXeu4J4i6WNWSikpI88v/PcVflZz+6kMhUfIwc5SY+poQRPnaf5V7qds6SUyUN3cVxEzuCab7QIoLOQ+DQ1wA== |
882 | 796 | ||
883 | import-fresh@^3.2.1: | 797 | import-fresh@^3.2.1: |
884 | version "3.3.0" | 798 | version "3.3.0" |
885 | - resolved "https://registry.npmmirror.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b" | 799 | + resolved "https://registry.npmmirror.com/import-fresh/-/import-fresh-3.3.0.tgz" |
886 | integrity sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw== | 800 | integrity sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw== |
887 | dependencies: | 801 | dependencies: |
888 | parent-module "^1.0.0" | 802 | parent-module "^1.0.0" |
@@ -890,12 +804,12 @@ import-fresh@^3.2.1: | @@ -890,12 +804,12 @@ import-fresh@^3.2.1: | ||
890 | 804 | ||
891 | imurmurhash@^0.1.4: | 805 | imurmurhash@^0.1.4: |
892 | version "0.1.4" | 806 | version "0.1.4" |
893 | - resolved "https://registry.npmmirror.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea" | 807 | + resolved "https://registry.npmmirror.com/imurmurhash/-/imurmurhash-0.1.4.tgz" |
894 | integrity sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA== | 808 | integrity sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA== |
895 | 809 | ||
896 | inflight@^1.0.4: | 810 | inflight@^1.0.4: |
897 | version "1.0.6" | 811 | version "1.0.6" |
898 | - resolved "https://registry.npmmirror.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9" | 812 | + resolved "https://registry.npmmirror.com/inflight/-/inflight-1.0.6.tgz" |
899 | integrity sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA== | 813 | integrity sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA== |
900 | dependencies: | 814 | dependencies: |
901 | once "^1.3.0" | 815 | once "^1.3.0" |
@@ -903,172 +817,204 @@ inflight@^1.0.4: | @@ -903,172 +817,204 @@ inflight@^1.0.4: | ||
903 | 817 | ||
904 | inherits@2: | 818 | inherits@2: |
905 | version "2.0.4" | 819 | version "2.0.4" |
906 | - resolved "https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" | 820 | + resolved "https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz" |
907 | integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== | 821 | integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== |
908 | 822 | ||
909 | is-binary-path@~2.1.0: | 823 | is-binary-path@~2.1.0: |
910 | version "2.1.0" | 824 | version "2.1.0" |
911 | - resolved "https://registry.npmmirror.com/is-binary-path/-/is-binary-path-2.1.0.tgz#ea1f7f3b80f064236e83470f86c09c254fb45b09" | 825 | + resolved "https://registry.npmmirror.com/is-binary-path/-/is-binary-path-2.1.0.tgz" |
912 | integrity sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw== | 826 | integrity sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw== |
913 | dependencies: | 827 | dependencies: |
914 | binary-extensions "^2.0.0" | 828 | binary-extensions "^2.0.0" |
915 | 829 | ||
830 | +is-core-module@^2.13.0: | ||
831 | + version "2.13.1" | ||
832 | + resolved "https://registry.npmmirror.com/is-core-module/-/is-core-module-2.13.1.tgz" | ||
833 | + integrity sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw== | ||
834 | + dependencies: | ||
835 | + hasown "^2.0.0" | ||
836 | + | ||
916 | is-extglob@^2.1.1: | 837 | is-extglob@^2.1.1: |
917 | version "2.1.1" | 838 | version "2.1.1" |
918 | - resolved "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2" | 839 | + resolved "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz" |
919 | integrity sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ== | 840 | integrity sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ== |
920 | 841 | ||
921 | is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1: | 842 | is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1: |
922 | version "4.0.3" | 843 | version "4.0.3" |
923 | - resolved "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084" | 844 | + resolved "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz" |
924 | integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg== | 845 | integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg== |
925 | dependencies: | 846 | dependencies: |
926 | is-extglob "^2.1.1" | 847 | is-extglob "^2.1.1" |
927 | 848 | ||
928 | is-number@^7.0.0: | 849 | is-number@^7.0.0: |
929 | version "7.0.0" | 850 | version "7.0.0" |
930 | - resolved "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b" | 851 | + resolved "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz" |
931 | integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== | 852 | integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== |
932 | 853 | ||
933 | is-path-inside@^3.0.3: | 854 | is-path-inside@^3.0.3: |
934 | version "3.0.3" | 855 | version "3.0.3" |
935 | - resolved "https://registry.npmmirror.com/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283" | 856 | + resolved "https://registry.npmmirror.com/is-path-inside/-/is-path-inside-3.0.3.tgz" |
936 | integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ== | 857 | integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ== |
937 | 858 | ||
938 | isexe@^2.0.0: | 859 | isexe@^2.0.0: |
939 | version "2.0.0" | 860 | version "2.0.0" |
940 | - resolved "https://registry.npmmirror.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" | 861 | + resolved "https://registry.npmmirror.com/isexe/-/isexe-2.0.0.tgz" |
941 | integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw== | 862 | integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw== |
942 | 863 | ||
943 | js-yaml@^4.1.0: | 864 | js-yaml@^4.1.0: |
944 | version "4.1.0" | 865 | version "4.1.0" |
945 | - resolved "https://registry.npmmirror.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602" | 866 | + resolved "https://registry.npmmirror.com/js-yaml/-/js-yaml-4.1.0.tgz" |
946 | integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA== | 867 | integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA== |
947 | dependencies: | 868 | dependencies: |
948 | argparse "^2.0.1" | 869 | argparse "^2.0.1" |
949 | 870 | ||
950 | json-buffer@3.0.1: | 871 | json-buffer@3.0.1: |
951 | version "3.0.1" | 872 | version "3.0.1" |
952 | - resolved "https://registry.npmmirror.com/json-buffer/-/json-buffer-3.0.1.tgz#9338802a30d3b6605fbe0613e094008ca8c05a13" | 873 | + resolved "https://registry.npmmirror.com/json-buffer/-/json-buffer-3.0.1.tgz" |
953 | integrity sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ== | 874 | integrity sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ== |
954 | 875 | ||
955 | json-schema-traverse@^0.4.1: | 876 | json-schema-traverse@^0.4.1: |
956 | version "0.4.1" | 877 | version "0.4.1" |
957 | - resolved "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660" | 878 | + resolved "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz" |
958 | integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg== | 879 | integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg== |
959 | 880 | ||
960 | json-stable-stringify-without-jsonify@^1.0.1: | 881 | json-stable-stringify-without-jsonify@^1.0.1: |
961 | version "1.0.1" | 882 | version "1.0.1" |
962 | - resolved "https://registry.npmmirror.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651" | 883 | + resolved "https://registry.npmmirror.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz" |
963 | integrity sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw== | 884 | integrity sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw== |
964 | 885 | ||
965 | keyv@^4.5.3: | 886 | keyv@^4.5.3: |
966 | version "4.5.4" | 887 | version "4.5.4" |
967 | - resolved "https://registry.npmmirror.com/keyv/-/keyv-4.5.4.tgz#a879a99e29452f942439f2a405e3af8b31d4de93" | 888 | + resolved "https://registry.npmmirror.com/keyv/-/keyv-4.5.4.tgz" |
968 | integrity sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw== | 889 | integrity sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw== |
969 | dependencies: | 890 | dependencies: |
970 | json-buffer "3.0.1" | 891 | json-buffer "3.0.1" |
971 | 892 | ||
972 | levn@^0.4.1: | 893 | levn@^0.4.1: |
973 | version "0.4.1" | 894 | version "0.4.1" |
974 | - resolved "https://registry.npmmirror.com/levn/-/levn-0.4.1.tgz#ae4562c007473b932a6200d403268dd2fffc6ade" | 895 | + resolved "https://registry.npmmirror.com/levn/-/levn-0.4.1.tgz" |
975 | integrity sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ== | 896 | integrity sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ== |
976 | dependencies: | 897 | dependencies: |
977 | prelude-ls "^1.2.1" | 898 | prelude-ls "^1.2.1" |
978 | type-check "~0.4.0" | 899 | type-check "~0.4.0" |
979 | 900 | ||
901 | +local-pkg@^0.4.3: | ||
902 | + version "0.4.3" | ||
903 | + resolved "https://registry.npmmirror.com/local-pkg/-/local-pkg-0.4.3.tgz" | ||
904 | + integrity sha512-SFppqq5p42fe2qcZQqqEOiVRXl+WCP1MdT6k7BDEW1j++sp5fIY+/fdRQitvKgB5BrBcmrs5m/L0v2FrU5MY1g== | ||
905 | + | ||
980 | locate-path@^6.0.0: | 906 | locate-path@^6.0.0: |
981 | version "6.0.0" | 907 | version "6.0.0" |
982 | - resolved "https://registry.npmmirror.com/locate-path/-/locate-path-6.0.0.tgz#55321eb309febbc59c4801d931a72452a681d286" | 908 | + resolved "https://registry.npmmirror.com/locate-path/-/locate-path-6.0.0.tgz" |
983 | integrity sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw== | 909 | integrity sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw== |
984 | dependencies: | 910 | dependencies: |
985 | p-locate "^5.0.0" | 911 | p-locate "^5.0.0" |
986 | 912 | ||
987 | lodash.merge@^4.6.2: | 913 | lodash.merge@^4.6.2: |
988 | version "4.6.2" | 914 | version "4.6.2" |
989 | - resolved "https://registry.npmmirror.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a" | 915 | + resolved "https://registry.npmmirror.com/lodash.merge/-/lodash.merge-4.6.2.tgz" |
990 | integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ== | 916 | integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ== |
991 | 917 | ||
992 | lodash@^4.17.21: | 918 | lodash@^4.17.21: |
993 | version "4.17.21" | 919 | version "4.17.21" |
994 | - resolved "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" | 920 | + resolved "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz" |
995 | integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== | 921 | integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== |
996 | 922 | ||
997 | lru-cache@^6.0.0: | 923 | lru-cache@^6.0.0: |
998 | version "6.0.0" | 924 | version "6.0.0" |
999 | - resolved "https://registry.npmmirror.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94" | 925 | + resolved "https://registry.npmmirror.com/lru-cache/-/lru-cache-6.0.0.tgz" |
1000 | integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA== | 926 | integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA== |
1001 | dependencies: | 927 | dependencies: |
1002 | yallist "^4.0.0" | 928 | yallist "^4.0.0" |
1003 | 929 | ||
1004 | -magic-string@^0.30.5: | 930 | +magic-string@^0.30.3, magic-string@^0.30.5: |
1005 | version "0.30.5" | 931 | version "0.30.5" |
1006 | - resolved "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.5.tgz#1994d980bd1c8835dc6e78db7cbd4ae4f24746f9" | 932 | + resolved "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.5.tgz" |
1007 | integrity sha512-7xlpfBaQaP/T6Vh8MO/EqXSW5En6INHEvEXQiuff7Gku0PWjU3uf6w/j9o7O+SpB5fOAkrI5HeoNgwjEO0pFsA== | 933 | integrity sha512-7xlpfBaQaP/T6Vh8MO/EqXSW5En6INHEvEXQiuff7Gku0PWjU3uf6w/j9o7O+SpB5fOAkrI5HeoNgwjEO0pFsA== |
1008 | dependencies: | 934 | dependencies: |
1009 | "@jridgewell/sourcemap-codec" "^1.4.15" | 935 | "@jridgewell/sourcemap-codec" "^1.4.15" |
1010 | 936 | ||
937 | +merge2@^1.3.0: | ||
938 | + version "1.4.1" | ||
939 | + resolved "https://registry.npmmirror.com/merge2/-/merge2-1.4.1.tgz" | ||
940 | + integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg== | ||
941 | + | ||
942 | +micromatch@^4.0.4: | ||
943 | + version "4.0.5" | ||
944 | + resolved "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.5.tgz" | ||
945 | + integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA== | ||
946 | + dependencies: | ||
947 | + braces "^3.0.2" | ||
948 | + picomatch "^2.3.1" | ||
949 | + | ||
1011 | mime-db@1.52.0: | 950 | mime-db@1.52.0: |
1012 | version "1.52.0" | 951 | version "1.52.0" |
1013 | - resolved "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz#bbabcdc02859f4987301c856e3387ce5ec43bf70" | 952 | + resolved "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz" |
1014 | integrity sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg== | 953 | integrity sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg== |
1015 | 954 | ||
1016 | mime-types@^2.1.12: | 955 | mime-types@^2.1.12: |
1017 | version "2.1.35" | 956 | version "2.1.35" |
1018 | - resolved "https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz#381a871b62a734450660ae3deee44813f70d959a" | 957 | + resolved "https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz" |
1019 | integrity sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw== | 958 | integrity sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw== |
1020 | dependencies: | 959 | dependencies: |
1021 | mime-db "1.52.0" | 960 | mime-db "1.52.0" |
1022 | 961 | ||
1023 | minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2: | 962 | minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2: |
1024 | version "3.1.2" | 963 | version "3.1.2" |
1025 | - resolved "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" | 964 | + resolved "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz" |
1026 | integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw== | 965 | integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw== |
1027 | dependencies: | 966 | dependencies: |
1028 | brace-expansion "^1.1.7" | 967 | brace-expansion "^1.1.7" |
1029 | 968 | ||
969 | +minimatch@^9.0.3: | ||
970 | + version "9.0.3" | ||
971 | + resolved "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.3.tgz" | ||
972 | + integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg== | ||
973 | + dependencies: | ||
974 | + brace-expansion "^2.0.1" | ||
975 | + | ||
1030 | ms@2.1.2: | 976 | ms@2.1.2: |
1031 | version "2.1.2" | 977 | version "2.1.2" |
1032 | - resolved "https://registry.npmmirror.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" | 978 | + resolved "https://registry.npmmirror.com/ms/-/ms-2.1.2.tgz" |
1033 | integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== | 979 | integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== |
1034 | 980 | ||
1035 | nanoid@^3.3.7: | 981 | nanoid@^3.3.7: |
1036 | version "3.3.7" | 982 | version "3.3.7" |
1037 | - resolved "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.7.tgz#d0c301a691bc8d54efa0a2226ccf3fe2fd656bd8" | 983 | + resolved "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.7.tgz" |
1038 | integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g== | 984 | integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g== |
1039 | 985 | ||
1040 | natural-compare@^1.4.0: | 986 | natural-compare@^1.4.0: |
1041 | version "1.4.0" | 987 | version "1.4.0" |
1042 | - resolved "https://registry.npmmirror.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" | 988 | + resolved "https://registry.npmmirror.com/natural-compare/-/natural-compare-1.4.0.tgz" |
1043 | integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw== | 989 | integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw== |
1044 | 990 | ||
1045 | normalize-path@^3.0.0, normalize-path@~3.0.0: | 991 | normalize-path@^3.0.0, normalize-path@~3.0.0: |
1046 | version "3.0.0" | 992 | version "3.0.0" |
1047 | - resolved "https://registry.npmmirror.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65" | 993 | + resolved "https://registry.npmmirror.com/normalize-path/-/normalize-path-3.0.0.tgz" |
1048 | integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== | 994 | integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== |
1049 | 995 | ||
1050 | normalize.css@^8.0.1: | 996 | normalize.css@^8.0.1: |
1051 | version "8.0.1" | 997 | version "8.0.1" |
1052 | - resolved "https://registry.npmmirror.com/normalize.css/-/normalize.css-8.0.1.tgz#9b98a208738b9cc2634caacbc42d131c97487bf3" | 998 | + resolved "https://registry.npmmirror.com/normalize.css/-/normalize.css-8.0.1.tgz" |
1053 | integrity sha512-qizSNPO93t1YUuUhP22btGOo3chcvDFqFaj2TRybP0DMxkHOCTYwp3n34fel4a31ORXy4m1Xq0Gyqpb5m33qIg== | 999 | integrity sha512-qizSNPO93t1YUuUhP22btGOo3chcvDFqFaj2TRybP0DMxkHOCTYwp3n34fel4a31ORXy4m1Xq0Gyqpb5m33qIg== |
1054 | 1000 | ||
1055 | nth-check@^2.1.1: | 1001 | nth-check@^2.1.1: |
1056 | version "2.1.1" | 1002 | version "2.1.1" |
1057 | - resolved "https://registry.npmmirror.com/nth-check/-/nth-check-2.1.1.tgz#c9eab428effce36cd6b92c924bdb000ef1f1ed1d" | 1003 | + resolved "https://registry.npmmirror.com/nth-check/-/nth-check-2.1.1.tgz" |
1058 | integrity sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w== | 1004 | integrity sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w== |
1059 | dependencies: | 1005 | dependencies: |
1060 | boolbase "^1.0.0" | 1006 | boolbase "^1.0.0" |
1061 | 1007 | ||
1062 | once@^1.3.0: | 1008 | once@^1.3.0: |
1063 | version "1.4.0" | 1009 | version "1.4.0" |
1064 | - resolved "https://registry.npmmirror.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" | 1010 | + resolved "https://registry.npmmirror.com/once/-/once-1.4.0.tgz" |
1065 | integrity sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w== | 1011 | integrity sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w== |
1066 | dependencies: | 1012 | dependencies: |
1067 | wrappy "1" | 1013 | wrappy "1" |
1068 | 1014 | ||
1069 | optionator@^0.9.3: | 1015 | optionator@^0.9.3: |
1070 | version "0.9.3" | 1016 | version "0.9.3" |
1071 | - resolved "https://registry.npmmirror.com/optionator/-/optionator-0.9.3.tgz#007397d44ed1872fdc6ed31360190f81814e2c64" | 1017 | + resolved "https://registry.npmmirror.com/optionator/-/optionator-0.9.3.tgz" |
1072 | integrity sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg== | 1018 | integrity sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg== |
1073 | dependencies: | 1019 | dependencies: |
1074 | "@aashutoshrathi/word-wrap" "^1.2.3" | 1020 | "@aashutoshrathi/word-wrap" "^1.2.3" |
@@ -1080,58 +1026,63 @@ optionator@^0.9.3: | @@ -1080,58 +1026,63 @@ optionator@^0.9.3: | ||
1080 | 1026 | ||
1081 | p-limit@^3.0.2: | 1027 | p-limit@^3.0.2: |
1082 | version "3.1.0" | 1028 | version "3.1.0" |
1083 | - resolved "https://registry.npmmirror.com/p-limit/-/p-limit-3.1.0.tgz#e1daccbe78d0d1388ca18c64fea38e3e57e3706b" | 1029 | + resolved "https://registry.npmmirror.com/p-limit/-/p-limit-3.1.0.tgz" |
1084 | integrity sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ== | 1030 | integrity sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ== |
1085 | dependencies: | 1031 | dependencies: |
1086 | yocto-queue "^0.1.0" | 1032 | yocto-queue "^0.1.0" |
1087 | 1033 | ||
1088 | p-locate@^5.0.0: | 1034 | p-locate@^5.0.0: |
1089 | version "5.0.0" | 1035 | version "5.0.0" |
1090 | - resolved "https://registry.npmmirror.com/p-locate/-/p-locate-5.0.0.tgz#83c8315c6785005e3bd021839411c9e110e6d834" | 1036 | + resolved "https://registry.npmmirror.com/p-locate/-/p-locate-5.0.0.tgz" |
1091 | integrity sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw== | 1037 | integrity sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw== |
1092 | dependencies: | 1038 | dependencies: |
1093 | p-limit "^3.0.2" | 1039 | p-limit "^3.0.2" |
1094 | 1040 | ||
1095 | parent-module@^1.0.0: | 1041 | parent-module@^1.0.0: |
1096 | version "1.0.1" | 1042 | version "1.0.1" |
1097 | - resolved "https://registry.npmmirror.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2" | 1043 | + resolved "https://registry.npmmirror.com/parent-module/-/parent-module-1.0.1.tgz" |
1098 | integrity sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g== | 1044 | integrity sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g== |
1099 | dependencies: | 1045 | dependencies: |
1100 | callsites "^3.0.0" | 1046 | callsites "^3.0.0" |
1101 | 1047 | ||
1102 | path-exists@^4.0.0: | 1048 | path-exists@^4.0.0: |
1103 | version "4.0.0" | 1049 | version "4.0.0" |
1104 | - resolved "https://registry.npmmirror.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3" | 1050 | + resolved "https://registry.npmmirror.com/path-exists/-/path-exists-4.0.0.tgz" |
1105 | integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w== | 1051 | integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w== |
1106 | 1052 | ||
1107 | path-is-absolute@^1.0.0: | 1053 | path-is-absolute@^1.0.0: |
1108 | version "1.0.1" | 1054 | version "1.0.1" |
1109 | - resolved "https://registry.npmmirror.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" | 1055 | + resolved "https://registry.npmmirror.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz" |
1110 | integrity sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg== | 1056 | integrity sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg== |
1111 | 1057 | ||
1112 | path-key@^3.1.0: | 1058 | path-key@^3.1.0: |
1113 | version "3.1.1" | 1059 | version "3.1.1" |
1114 | - resolved "https://registry.npmmirror.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375" | 1060 | + resolved "https://registry.npmmirror.com/path-key/-/path-key-3.1.1.tgz" |
1115 | integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== | 1061 | integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== |
1116 | 1062 | ||
1063 | +path-parse@^1.0.7: | ||
1064 | + version "1.0.7" | ||
1065 | + resolved "https://registry.npmmirror.com/path-parse/-/path-parse-1.0.7.tgz" | ||
1066 | + integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== | ||
1067 | + | ||
1117 | picocolors@^1.0.0: | 1068 | picocolors@^1.0.0: |
1118 | version "1.0.0" | 1069 | version "1.0.0" |
1119 | - resolved "https://registry.npmmirror.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c" | 1070 | + resolved "https://registry.npmmirror.com/picocolors/-/picocolors-1.0.0.tgz" |
1120 | integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ== | 1071 | integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ== |
1121 | 1072 | ||
1122 | -picomatch@^2.0.4, picomatch@^2.2.1: | 1073 | +picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1: |
1123 | version "2.3.1" | 1074 | version "2.3.1" |
1124 | - resolved "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" | 1075 | + resolved "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz" |
1125 | integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== | 1076 | integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== |
1126 | 1077 | ||
1127 | pinia-plugin-persistedstate@^3.2.1: | 1078 | pinia-plugin-persistedstate@^3.2.1: |
1128 | version "3.2.1" | 1079 | version "3.2.1" |
1129 | - resolved "https://registry.npmmirror.com/pinia-plugin-persistedstate/-/pinia-plugin-persistedstate-3.2.1.tgz#66780602aecd6c7b152dd7e3ddc249a1f7a13fe5" | 1080 | + resolved "https://registry.npmmirror.com/pinia-plugin-persistedstate/-/pinia-plugin-persistedstate-3.2.1.tgz" |
1130 | integrity sha512-MK++8LRUsGF7r45PjBFES82ISnPzyO6IZx3CH5vyPseFLZCk1g2kgx6l/nW8pEBKxxd4do0P6bJw+mUSZIEZUQ== | 1081 | integrity sha512-MK++8LRUsGF7r45PjBFES82ISnPzyO6IZx3CH5vyPseFLZCk1g2kgx6l/nW8pEBKxxd4do0P6bJw+mUSZIEZUQ== |
1131 | 1082 | ||
1132 | -pinia@^2.1.7: | 1083 | +pinia@^2.0.0, pinia@^2.1.7: |
1133 | version "2.1.7" | 1084 | version "2.1.7" |
1134 | - resolved "https://registry.npmmirror.com/pinia/-/pinia-2.1.7.tgz#4cf5420d9324ca00b7b4984d3fbf693222115bbc" | 1085 | + resolved "https://registry.npmmirror.com/pinia/-/pinia-2.1.7.tgz" |
1135 | integrity sha512-+C2AHFtcFqjPih0zpYuvof37SFxMQ7OEG2zV9jRI12i9BOy3YQVAHwdKtyyc8pDcDyIc33WCIsZaCFWU7WWxGQ== | 1086 | integrity sha512-+C2AHFtcFqjPih0zpYuvof37SFxMQ7OEG2zV9jRI12i9BOy3YQVAHwdKtyyc8pDcDyIc33WCIsZaCFWU7WWxGQ== |
1136 | dependencies: | 1087 | dependencies: |
1137 | "@vue/devtools-api" "^6.5.0" | 1088 | "@vue/devtools-api" "^6.5.0" |
@@ -1139,7 +1090,7 @@ pinia@^2.1.7: | @@ -1139,7 +1090,7 @@ pinia@^2.1.7: | ||
1139 | 1090 | ||
1140 | postcss-selector-parser@^6.0.13: | 1091 | postcss-selector-parser@^6.0.13: |
1141 | version "6.0.15" | 1092 | version "6.0.15" |
1142 | - resolved "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-6.0.15.tgz#11cc2b21eebc0b99ea374ffb9887174855a01535" | 1093 | + resolved "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-6.0.15.tgz" |
1143 | integrity sha512-rEYkQOMUCEMhsKbK66tbEU9QVIxbhN18YiniAwA7XQYTVBqrBy+P2p5JcdqsHgKM2zWylp8d7J6eszocfds5Sw== | 1094 | integrity sha512-rEYkQOMUCEMhsKbK66tbEU9QVIxbhN18YiniAwA7XQYTVBqrBy+P2p5JcdqsHgKM2zWylp8d7J6eszocfds5Sw== |
1144 | dependencies: | 1095 | dependencies: |
1145 | cssesc "^3.0.0" | 1096 | cssesc "^3.0.0" |
@@ -1147,7 +1098,7 @@ postcss-selector-parser@^6.0.13: | @@ -1147,7 +1098,7 @@ postcss-selector-parser@^6.0.13: | ||
1147 | 1098 | ||
1148 | postcss@^8.4.32, postcss@^8.4.33: | 1099 | postcss@^8.4.32, postcss@^8.4.33: |
1149 | version "8.4.33" | 1100 | version "8.4.33" |
1150 | - resolved "https://registry.npmmirror.com/postcss/-/postcss-8.4.33.tgz#1378e859c9f69bf6f638b990a0212f43e2aaa742" | 1101 | + resolved "https://registry.npmmirror.com/postcss/-/postcss-8.4.33.tgz" |
1151 | integrity sha512-Kkpbhhdjw2qQs2O2DGX+8m5OVqEcbB9HRBvuYM9pgrjEFUg30A9LmXNlTAUj4S9kgtGyrMbTzVjH7E+s5Re2yg== | 1102 | integrity sha512-Kkpbhhdjw2qQs2O2DGX+8m5OVqEcbB9HRBvuYM9pgrjEFUg30A9LmXNlTAUj4S9kgtGyrMbTzVjH7E+s5Re2yg== |
1152 | dependencies: | 1103 | dependencies: |
1153 | nanoid "^3.3.7" | 1104 | nanoid "^3.3.7" |
@@ -1156,63 +1107,72 @@ postcss@^8.4.32, postcss@^8.4.33: | @@ -1156,63 +1107,72 @@ postcss@^8.4.32, postcss@^8.4.33: | ||
1156 | 1107 | ||
1157 | prelude-ls@^1.2.1: | 1108 | prelude-ls@^1.2.1: |
1158 | version "1.2.1" | 1109 | version "1.2.1" |
1159 | - resolved "https://registry.npmmirror.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396" | 1110 | + resolved "https://registry.npmmirror.com/prelude-ls/-/prelude-ls-1.2.1.tgz" |
1160 | integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g== | 1111 | integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g== |
1161 | 1112 | ||
1162 | prettier-linter-helpers@^1.0.0: | 1113 | prettier-linter-helpers@^1.0.0: |
1163 | version "1.0.0" | 1114 | version "1.0.0" |
1164 | - resolved "https://registry.npmmirror.com/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz#d23d41fe1375646de2d0104d3454a3008802cf7b" | 1115 | + resolved "https://registry.npmmirror.com/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz" |
1165 | integrity sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w== | 1116 | integrity sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w== |
1166 | dependencies: | 1117 | dependencies: |
1167 | fast-diff "^1.1.2" | 1118 | fast-diff "^1.1.2" |
1168 | 1119 | ||
1169 | -prettier@^3.0.3: | 1120 | +prettier@^3.0.3, "prettier@>= 3.0.0", prettier@>=3.0.0: |
1170 | version "3.2.4" | 1121 | version "3.2.4" |
1171 | - resolved "https://registry.npmmirror.com/prettier/-/prettier-3.2.4.tgz#4723cadeac2ce7c9227de758e5ff9b14e075f283" | 1122 | + resolved "https://registry.npmmirror.com/prettier/-/prettier-3.2.4.tgz" |
1172 | integrity sha512-FWu1oLHKCrtpO1ypU6J0SbK2d9Ckwysq6bHj/uaCP26DxrPpppCLQRGVuqAxSTvhF00AcvDRyYrLNW7ocBhFFQ== | 1123 | integrity sha512-FWu1oLHKCrtpO1ypU6J0SbK2d9Ckwysq6bHj/uaCP26DxrPpppCLQRGVuqAxSTvhF00AcvDRyYrLNW7ocBhFFQ== |
1173 | 1124 | ||
1174 | proxy-from-env@^1.1.0: | 1125 | proxy-from-env@^1.1.0: |
1175 | version "1.1.0" | 1126 | version "1.1.0" |
1176 | - resolved "https://registry.npmmirror.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2" | 1127 | + resolved "https://registry.npmmirror.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz" |
1177 | integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg== | 1128 | integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg== |
1178 | 1129 | ||
1179 | punycode@^2.1.0: | 1130 | punycode@^2.1.0: |
1180 | version "2.3.1" | 1131 | version "2.3.1" |
1181 | - resolved "https://registry.npmmirror.com/punycode/-/punycode-2.3.1.tgz#027422e2faec0b25e1549c3e1bd8309b9133b6e5" | 1132 | + resolved "https://registry.npmmirror.com/punycode/-/punycode-2.3.1.tgz" |
1182 | integrity sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg== | 1133 | integrity sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg== |
1183 | 1134 | ||
1184 | queue-microtask@^1.2.2: | 1135 | queue-microtask@^1.2.2: |
1185 | version "1.2.3" | 1136 | version "1.2.3" |
1186 | - resolved "https://registry.npmmirror.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243" | 1137 | + resolved "https://registry.npmmirror.com/queue-microtask/-/queue-microtask-1.2.3.tgz" |
1187 | integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A== | 1138 | integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A== |
1188 | 1139 | ||
1189 | readdirp@~3.6.0: | 1140 | readdirp@~3.6.0: |
1190 | version "3.6.0" | 1141 | version "3.6.0" |
1191 | - resolved "https://registry.npmmirror.com/readdirp/-/readdirp-3.6.0.tgz#74a370bd857116e245b29cc97340cd431a02a6c7" | 1142 | + resolved "https://registry.npmmirror.com/readdirp/-/readdirp-3.6.0.tgz" |
1192 | integrity sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA== | 1143 | integrity sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA== |
1193 | dependencies: | 1144 | dependencies: |
1194 | picomatch "^2.2.1" | 1145 | picomatch "^2.2.1" |
1195 | 1146 | ||
1196 | resolve-from@^4.0.0: | 1147 | resolve-from@^4.0.0: |
1197 | version "4.0.0" | 1148 | version "4.0.0" |
1198 | - resolved "https://registry.npmmirror.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6" | 1149 | + resolved "https://registry.npmmirror.com/resolve-from/-/resolve-from-4.0.0.tgz" |
1199 | integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g== | 1150 | integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g== |
1200 | 1151 | ||
1152 | +resolve@^1.22.4: | ||
1153 | + version "1.22.8" | ||
1154 | + resolved "https://registry.npmmirror.com/resolve/-/resolve-1.22.8.tgz" | ||
1155 | + integrity sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw== | ||
1156 | + dependencies: | ||
1157 | + is-core-module "^2.13.0" | ||
1158 | + path-parse "^1.0.7" | ||
1159 | + supports-preserve-symlinks-flag "^1.0.0" | ||
1160 | + | ||
1201 | reusify@^1.0.4: | 1161 | reusify@^1.0.4: |
1202 | version "1.0.4" | 1162 | version "1.0.4" |
1203 | - resolved "https://registry.npmmirror.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76" | 1163 | + resolved "https://registry.npmmirror.com/reusify/-/reusify-1.0.4.tgz" |
1204 | integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw== | 1164 | integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw== |
1205 | 1165 | ||
1206 | rimraf@^3.0.2: | 1166 | rimraf@^3.0.2: |
1207 | version "3.0.2" | 1167 | version "3.0.2" |
1208 | - resolved "https://registry.npmmirror.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a" | 1168 | + resolved "https://registry.npmmirror.com/rimraf/-/rimraf-3.0.2.tgz" |
1209 | integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA== | 1169 | integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA== |
1210 | dependencies: | 1170 | dependencies: |
1211 | glob "^7.1.3" | 1171 | glob "^7.1.3" |
1212 | 1172 | ||
1213 | -rollup@^4.2.0: | 1173 | +rollup@^1.20.0||^2.0.0||^3.0.0||^4.0.0, rollup@^4.2.0: |
1214 | version "4.9.5" | 1174 | version "4.9.5" |
1215 | - resolved "https://registry.npmmirror.com/rollup/-/rollup-4.9.5.tgz#62999462c90f4c8b5d7c38fc7161e63b29101b05" | 1175 | + resolved "https://registry.npmmirror.com/rollup/-/rollup-4.9.5.tgz" |
1216 | integrity sha512-E4vQW0H/mbNMw2yLSqJyjtkHY9dslf/p0zuT1xehNRqUTBOFMqEjguDvqhXr7N7r/4ttb2jr4T41d3dncmIgbQ== | 1176 | integrity sha512-E4vQW0H/mbNMw2yLSqJyjtkHY9dslf/p0zuT1xehNRqUTBOFMqEjguDvqhXr7N7r/4ttb2jr4T41d3dncmIgbQ== |
1217 | dependencies: | 1177 | dependencies: |
1218 | "@types/estree" "1.0.5" | 1178 | "@types/estree" "1.0.5" |
@@ -1234,14 +1194,14 @@ rollup@^4.2.0: | @@ -1234,14 +1194,14 @@ rollup@^4.2.0: | ||
1234 | 1194 | ||
1235 | run-parallel@^1.1.9: | 1195 | run-parallel@^1.1.9: |
1236 | version "1.2.0" | 1196 | version "1.2.0" |
1237 | - resolved "https://registry.npmmirror.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee" | 1197 | + resolved "https://registry.npmmirror.com/run-parallel/-/run-parallel-1.2.0.tgz" |
1238 | integrity sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA== | 1198 | integrity sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA== |
1239 | dependencies: | 1199 | dependencies: |
1240 | queue-microtask "^1.2.2" | 1200 | queue-microtask "^1.2.2" |
1241 | 1201 | ||
1242 | -sass@^1.69.7: | 1202 | +sass@*, sass@^1.69.7: |
1243 | version "1.70.0" | 1203 | version "1.70.0" |
1244 | - resolved "https://registry.npmmirror.com/sass/-/sass-1.70.0.tgz#761197419d97b5358cb25f9dd38c176a8a270a75" | 1204 | + resolved "https://registry.npmmirror.com/sass/-/sass-1.70.0.tgz" |
1245 | integrity sha512-uUxNQ3zAHeAx5nRFskBnrWzDUJrrvpCPD5FNAoRvTi0WwremlheES3tg+56PaVtCs5QDRX5CBLxxKMDJMEa1WQ== | 1205 | integrity sha512-uUxNQ3zAHeAx5nRFskBnrWzDUJrrvpCPD5FNAoRvTi0WwremlheES3tg+56PaVtCs5QDRX5CBLxxKMDJMEa1WQ== |
1246 | dependencies: | 1206 | dependencies: |
1247 | chokidar ">=3.0.0 <4.0.0" | 1207 | chokidar ">=3.0.0 <4.0.0" |
@@ -1250,50 +1210,55 @@ sass@^1.69.7: | @@ -1250,50 +1210,55 @@ sass@^1.69.7: | ||
1250 | 1210 | ||
1251 | semver@^7.3.6, semver@^7.5.4: | 1211 | semver@^7.3.6, semver@^7.5.4: |
1252 | version "7.5.4" | 1212 | version "7.5.4" |
1253 | - resolved "https://registry.npmmirror.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e" | 1213 | + resolved "https://registry.npmmirror.com/semver/-/semver-7.5.4.tgz" |
1254 | integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA== | 1214 | integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA== |
1255 | dependencies: | 1215 | dependencies: |
1256 | lru-cache "^6.0.0" | 1216 | lru-cache "^6.0.0" |
1257 | 1217 | ||
1258 | shebang-command@^2.0.0: | 1218 | shebang-command@^2.0.0: |
1259 | version "2.0.0" | 1219 | version "2.0.0" |
1260 | - resolved "https://registry.npmmirror.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea" | 1220 | + resolved "https://registry.npmmirror.com/shebang-command/-/shebang-command-2.0.0.tgz" |
1261 | integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA== | 1221 | integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA== |
1262 | dependencies: | 1222 | dependencies: |
1263 | shebang-regex "^3.0.0" | 1223 | shebang-regex "^3.0.0" |
1264 | 1224 | ||
1265 | shebang-regex@^3.0.0: | 1225 | shebang-regex@^3.0.0: |
1266 | version "3.0.0" | 1226 | version "3.0.0" |
1267 | - resolved "https://registry.npmmirror.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172" | 1227 | + resolved "https://registry.npmmirror.com/shebang-regex/-/shebang-regex-3.0.0.tgz" |
1268 | integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== | 1228 | integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== |
1269 | 1229 | ||
1270 | -"source-map-js@>=0.6.2 <2.0.0", source-map-js@^1.0.2: | 1230 | +source-map-js@^1.0.2, "source-map-js@>=0.6.2 <2.0.0": |
1271 | version "1.0.2" | 1231 | version "1.0.2" |
1272 | - resolved "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c" | 1232 | + resolved "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.0.2.tgz" |
1273 | integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw== | 1233 | integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw== |
1274 | 1234 | ||
1275 | strip-ansi@^6.0.1: | 1235 | strip-ansi@^6.0.1: |
1276 | version "6.0.1" | 1236 | version "6.0.1" |
1277 | - resolved "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" | 1237 | + resolved "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz" |
1278 | integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== | 1238 | integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== |
1279 | dependencies: | 1239 | dependencies: |
1280 | ansi-regex "^5.0.1" | 1240 | ansi-regex "^5.0.1" |
1281 | 1241 | ||
1282 | strip-json-comments@^3.1.1: | 1242 | strip-json-comments@^3.1.1: |
1283 | version "3.1.1" | 1243 | version "3.1.1" |
1284 | - resolved "https://registry.npmmirror.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006" | 1244 | + resolved "https://registry.npmmirror.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz" |
1285 | integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig== | 1245 | integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig== |
1286 | 1246 | ||
1287 | supports-color@^7.1.0: | 1247 | supports-color@^7.1.0: |
1288 | version "7.2.0" | 1248 | version "7.2.0" |
1289 | - resolved "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da" | 1249 | + resolved "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz" |
1290 | integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw== | 1250 | integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw== |
1291 | dependencies: | 1251 | dependencies: |
1292 | has-flag "^4.0.0" | 1252 | has-flag "^4.0.0" |
1293 | 1253 | ||
1254 | +supports-preserve-symlinks-flag@^1.0.0: | ||
1255 | + version "1.0.0" | ||
1256 | + resolved "https://registry.npmmirror.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz" | ||
1257 | + integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w== | ||
1258 | + | ||
1294 | synckit@^0.8.6: | 1259 | synckit@^0.8.6: |
1295 | version "0.8.8" | 1260 | version "0.8.8" |
1296 | - resolved "https://registry.npmmirror.com/synckit/-/synckit-0.8.8.tgz#fe7fe446518e3d3d49f5e429f443cf08b6edfcd7" | 1261 | + resolved "https://registry.npmmirror.com/synckit/-/synckit-0.8.8.tgz" |
1297 | integrity sha512-HwOKAP7Wc5aRGYdKH+dw0PRRpbO841v2DENBtjnR5HFWoiNByAl7vrx3p0G/rCyYXQsrxqtX48TImFtPcIHSpQ== | 1262 | integrity sha512-HwOKAP7Wc5aRGYdKH+dw0PRRpbO841v2DENBtjnR5HFWoiNByAl7vrx3p0G/rCyYXQsrxqtX48TImFtPcIHSpQ== |
1298 | dependencies: | 1263 | dependencies: |
1299 | "@pkgr/core" "^0.1.0" | 1264 | "@pkgr/core" "^0.1.0" |
@@ -1301,57 +1266,88 @@ synckit@^0.8.6: | @@ -1301,57 +1266,88 @@ synckit@^0.8.6: | ||
1301 | 1266 | ||
1302 | text-table@^0.2.0: | 1267 | text-table@^0.2.0: |
1303 | version "0.2.0" | 1268 | version "0.2.0" |
1304 | - resolved "https://registry.npmmirror.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4" | 1269 | + resolved "https://registry.npmmirror.com/text-table/-/text-table-0.2.0.tgz" |
1305 | integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw== | 1270 | integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw== |
1306 | 1271 | ||
1272 | +to-fast-properties@^2.0.0: | ||
1273 | + version "2.0.0" | ||
1274 | + resolved "https://registry.npmmirror.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz" | ||
1275 | + integrity sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog== | ||
1276 | + | ||
1307 | to-regex-range@^5.0.1: | 1277 | to-regex-range@^5.0.1: |
1308 | version "5.0.1" | 1278 | version "5.0.1" |
1309 | - resolved "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4" | 1279 | + resolved "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz" |
1310 | integrity sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ== | 1280 | integrity sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ== |
1311 | dependencies: | 1281 | dependencies: |
1312 | is-number "^7.0.0" | 1282 | is-number "^7.0.0" |
1313 | 1283 | ||
1314 | tslib@^2.6.2: | 1284 | tslib@^2.6.2: |
1315 | version "2.6.2" | 1285 | version "2.6.2" |
1316 | - resolved "https://registry.npmmirror.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae" | 1286 | + resolved "https://registry.npmmirror.com/tslib/-/tslib-2.6.2.tgz" |
1317 | integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q== | 1287 | integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q== |
1318 | 1288 | ||
1319 | type-check@^0.4.0, type-check@~0.4.0: | 1289 | type-check@^0.4.0, type-check@~0.4.0: |
1320 | version "0.4.0" | 1290 | version "0.4.0" |
1321 | - resolved "https://registry.npmmirror.com/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1" | 1291 | + resolved "https://registry.npmmirror.com/type-check/-/type-check-0.4.0.tgz" |
1322 | integrity sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew== | 1292 | integrity sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew== |
1323 | dependencies: | 1293 | dependencies: |
1324 | prelude-ls "^1.2.1" | 1294 | prelude-ls "^1.2.1" |
1325 | 1295 | ||
1326 | type-fest@^0.20.2: | 1296 | type-fest@^0.20.2: |
1327 | version "0.20.2" | 1297 | version "0.20.2" |
1328 | - resolved "https://registry.npmmirror.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4" | 1298 | + resolved "https://registry.npmmirror.com/type-fest/-/type-fest-0.20.2.tgz" |
1329 | integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ== | 1299 | integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ== |
1330 | 1300 | ||
1301 | +unplugin-vue-components@^0.26.0: | ||
1302 | + version "0.26.0" | ||
1303 | + resolved "https://registry.npmmirror.com/unplugin-vue-components/-/unplugin-vue-components-0.26.0.tgz" | ||
1304 | + integrity sha512-s7IdPDlnOvPamjunVxw8kNgKNK8A5KM1YpK5j/p97jEKTjlPNrA0nZBiSfAKKlK1gWZuyWXlKL5dk3EDw874LQ== | ||
1305 | + dependencies: | ||
1306 | + "@antfu/utils" "^0.7.6" | ||
1307 | + "@rollup/pluginutils" "^5.0.4" | ||
1308 | + chokidar "^3.5.3" | ||
1309 | + debug "^4.3.4" | ||
1310 | + fast-glob "^3.3.1" | ||
1311 | + local-pkg "^0.4.3" | ||
1312 | + magic-string "^0.30.3" | ||
1313 | + minimatch "^9.0.3" | ||
1314 | + resolve "^1.22.4" | ||
1315 | + unplugin "^1.4.0" | ||
1316 | + | ||
1317 | +unplugin@^1.4.0: | ||
1318 | + version "1.6.0" | ||
1319 | + resolved "https://registry.npmmirror.com/unplugin/-/unplugin-1.6.0.tgz" | ||
1320 | + integrity sha512-BfJEpWBu3aE/AyHx8VaNE/WgouoQxgH9baAiH82JjX8cqVyi3uJQstqwD5J+SZxIK326SZIhsSZlALXVBCknTQ== | ||
1321 | + dependencies: | ||
1322 | + acorn "^8.11.2" | ||
1323 | + chokidar "^3.5.3" | ||
1324 | + webpack-sources "^3.2.3" | ||
1325 | + webpack-virtual-modules "^0.6.1" | ||
1326 | + | ||
1331 | uri-js@^4.2.2: | 1327 | uri-js@^4.2.2: |
1332 | version "4.4.1" | 1328 | version "4.4.1" |
1333 | - resolved "https://registry.npmmirror.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e" | 1329 | + resolved "https://registry.npmmirror.com/uri-js/-/uri-js-4.4.1.tgz" |
1334 | integrity sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg== | 1330 | integrity sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg== |
1335 | dependencies: | 1331 | dependencies: |
1336 | punycode "^2.1.0" | 1332 | punycode "^2.1.0" |
1337 | 1333 | ||
1338 | util-deprecate@^1.0.2: | 1334 | util-deprecate@^1.0.2: |
1339 | version "1.0.2" | 1335 | version "1.0.2" |
1340 | - resolved "https://registry.npmmirror.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" | 1336 | + resolved "https://registry.npmmirror.com/util-deprecate/-/util-deprecate-1.0.2.tgz" |
1341 | integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw== | 1337 | integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw== |
1342 | 1338 | ||
1343 | vant@^4.8.2: | 1339 | vant@^4.8.2: |
1344 | version "4.8.2" | 1340 | version "4.8.2" |
1345 | - resolved "https://registry.npmmirror.com/vant/-/vant-4.8.2.tgz#5257d2d9caf66595ee702eb6badc4f6cd28d8958" | 1341 | + resolved "https://registry.npmmirror.com/vant/-/vant-4.8.2.tgz" |
1346 | integrity sha512-jNxpdABi8B05jxXqKChoaQYgb4fYdab8XlCBBOp85Gt75au+Fixe+oTmjCoRN75NWYiVJF8Bah7CrnFyMMpR6Q== | 1342 | integrity sha512-jNxpdABi8B05jxXqKChoaQYgb4fYdab8XlCBBOp85Gt75au+Fixe+oTmjCoRN75NWYiVJF8Bah7CrnFyMMpR6Q== |
1347 | dependencies: | 1343 | dependencies: |
1348 | "@vant/popperjs" "^1.3.0" | 1344 | "@vant/popperjs" "^1.3.0" |
1349 | "@vant/use" "^1.6.0" | 1345 | "@vant/use" "^1.6.0" |
1350 | "@vue/shared" "^3.0.0" | 1346 | "@vue/shared" "^3.0.0" |
1351 | 1347 | ||
1352 | -vite@^5.0.10: | 1348 | +"vite@^4.0.0 || ^5.0.0", vite@^5.0.10: |
1353 | version "5.0.11" | 1349 | version "5.0.11" |
1354 | - resolved "https://registry.npmmirror.com/vite/-/vite-5.0.11.tgz#31562e41e004cb68e1d51f5d2c641ab313b289e4" | 1350 | + resolved "https://registry.npmmirror.com/vite/-/vite-5.0.11.tgz" |
1355 | integrity sha512-XBMnDjZcNAw/G1gEiskiM1v6yzM4GE5aMGvhWTlHAYYhxb7S3/V1s3m2LDHa8Vh6yIWYYB0iJwsEaS523c4oYA== | 1351 | integrity sha512-XBMnDjZcNAw/G1gEiskiM1v6yzM4GE5aMGvhWTlHAYYhxb7S3/V1s3m2LDHa8Vh6yIWYYB0iJwsEaS523c4oYA== |
1356 | dependencies: | 1352 | dependencies: |
1357 | esbuild "^0.19.3" | 1353 | esbuild "^0.19.3" |
@@ -1362,12 +1358,12 @@ vite@^5.0.10: | @@ -1362,12 +1358,12 @@ vite@^5.0.10: | ||
1362 | 1358 | ||
1363 | vue-demi@>=0.14.5: | 1359 | vue-demi@>=0.14.5: |
1364 | version "0.14.6" | 1360 | version "0.14.6" |
1365 | - resolved "https://registry.npmmirror.com/vue-demi/-/vue-demi-0.14.6.tgz#dc706582851dc1cdc17a0054f4fec2eb6df74c92" | 1361 | + resolved "https://registry.npmmirror.com/vue-demi/-/vue-demi-0.14.6.tgz" |
1366 | integrity sha512-8QA7wrYSHKaYgUxDA5ZC24w+eHm3sYCbp0EzcDwKqN3p6HqtTCGR/GVsPyZW92unff4UlcSh++lmqDWN3ZIq4w== | 1362 | integrity sha512-8QA7wrYSHKaYgUxDA5ZC24w+eHm3sYCbp0EzcDwKqN3p6HqtTCGR/GVsPyZW92unff4UlcSh++lmqDWN3ZIq4w== |
1367 | 1363 | ||
1368 | vue-eslint-parser@^9.4.0: | 1364 | vue-eslint-parser@^9.4.0: |
1369 | version "9.4.0" | 1365 | version "9.4.0" |
1370 | - resolved "https://registry.npmmirror.com/vue-eslint-parser/-/vue-eslint-parser-9.4.0.tgz#dfd22302e2992fe45748a76553cef7afa5bdde27" | 1366 | + resolved "https://registry.npmmirror.com/vue-eslint-parser/-/vue-eslint-parser-9.4.0.tgz" |
1371 | integrity sha512-7KsNBb6gHFA75BtneJsoK/dbZ281whUIwFYdQxA68QrCrGMXYzUMbPDHGcOQ0OocIVKrWSKWXZ4mL7tonCXoUw== | 1367 | integrity sha512-7KsNBb6gHFA75BtneJsoK/dbZ281whUIwFYdQxA68QrCrGMXYzUMbPDHGcOQ0OocIVKrWSKWXZ4mL7tonCXoUw== |
1372 | dependencies: | 1368 | dependencies: |
1373 | debug "^4.3.4" | 1369 | debug "^4.3.4" |
@@ -1380,14 +1376,14 @@ vue-eslint-parser@^9.4.0: | @@ -1380,14 +1376,14 @@ vue-eslint-parser@^9.4.0: | ||
1380 | 1376 | ||
1381 | vue-router@^4.2.5: | 1377 | vue-router@^4.2.5: |
1382 | version "4.2.5" | 1378 | version "4.2.5" |
1383 | - resolved "https://registry.npmmirror.com/vue-router/-/vue-router-4.2.5.tgz#b9e3e08f1bd9ea363fdd173032620bc50cf0e98a" | 1379 | + resolved "https://registry.npmmirror.com/vue-router/-/vue-router-4.2.5.tgz" |
1384 | integrity sha512-DIUpKcyg4+PTQKfFPX88UWhlagBEBEfJ5A8XDXRJLUnZOvcpMF8o/dnL90vpVkGaPbjvXazV/rC1qBKrZlFugw== | 1380 | integrity sha512-DIUpKcyg4+PTQKfFPX88UWhlagBEBEfJ5A8XDXRJLUnZOvcpMF8o/dnL90vpVkGaPbjvXazV/rC1qBKrZlFugw== |
1385 | dependencies: | 1381 | dependencies: |
1386 | "@vue/devtools-api" "^6.5.0" | 1382 | "@vue/devtools-api" "^6.5.0" |
1387 | 1383 | ||
1388 | -vue@^3.3.11: | 1384 | +"vue@^2.6.14 || ^3.3.0", vue@^3.0.0, "vue@^3.0.0-0 || ^2.6.0", vue@^3.2.0, vue@^3.2.25, vue@^3.3.11, "vue@2 || 3", vue@3.4.15: |
1389 | version "3.4.15" | 1385 | version "3.4.15" |
1390 | - resolved "https://registry.npmmirror.com/vue/-/vue-3.4.15.tgz#91f979844ffca9239dff622ba4c79c5d5524b88c" | 1386 | + resolved "https://registry.npmmirror.com/vue/-/vue-3.4.15.tgz" |
1391 | integrity sha512-jC0GH4KkWLWJOEQjOpkqU1bQsBwf4R1rsFtw5GQJbjHVKWDzO6P0nWWBTmjp1xSemAioDFj1jdaK1qa3DnMQoQ== | 1387 | integrity sha512-jC0GH4KkWLWJOEQjOpkqU1bQsBwf4R1rsFtw5GQJbjHVKWDzO6P0nWWBTmjp1xSemAioDFj1jdaK1qa3DnMQoQ== |
1392 | dependencies: | 1388 | dependencies: |
1393 | "@vue/compiler-dom" "3.4.15" | 1389 | "@vue/compiler-dom" "3.4.15" |
@@ -1396,29 +1392,39 @@ vue@^3.3.11: | @@ -1396,29 +1392,39 @@ vue@^3.3.11: | ||
1396 | "@vue/server-renderer" "3.4.15" | 1392 | "@vue/server-renderer" "3.4.15" |
1397 | "@vue/shared" "3.4.15" | 1393 | "@vue/shared" "3.4.15" |
1398 | 1394 | ||
1395 | +webpack-sources@^3.2.3: | ||
1396 | + version "3.2.3" | ||
1397 | + resolved "https://registry.npmmirror.com/webpack-sources/-/webpack-sources-3.2.3.tgz" | ||
1398 | + integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w== | ||
1399 | + | ||
1400 | +webpack-virtual-modules@^0.6.1: | ||
1401 | + version "0.6.1" | ||
1402 | + resolved "https://registry.npmmirror.com/webpack-virtual-modules/-/webpack-virtual-modules-0.6.1.tgz" | ||
1403 | + integrity sha512-poXpCylU7ExuvZK8z+On3kX+S8o/2dQ/SVYueKA0D4WEMXROXgY8Ez50/bQEUmvoSMMrWcrJqCHuhAbsiwg7Dg== | ||
1404 | + | ||
1399 | which@^2.0.1: | 1405 | which@^2.0.1: |
1400 | version "2.0.2" | 1406 | version "2.0.2" |
1401 | - resolved "https://registry.npmmirror.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1" | 1407 | + resolved "https://registry.npmmirror.com/which/-/which-2.0.2.tgz" |
1402 | integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== | 1408 | integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== |
1403 | dependencies: | 1409 | dependencies: |
1404 | isexe "^2.0.0" | 1410 | isexe "^2.0.0" |
1405 | 1411 | ||
1406 | wrappy@1: | 1412 | wrappy@1: |
1407 | version "1.0.2" | 1413 | version "1.0.2" |
1408 | - resolved "https://registry.npmmirror.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" | 1414 | + resolved "https://registry.npmmirror.com/wrappy/-/wrappy-1.0.2.tgz" |
1409 | integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ== | 1415 | integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ== |
1410 | 1416 | ||
1411 | xml-name-validator@^4.0.0: | 1417 | xml-name-validator@^4.0.0: |
1412 | version "4.0.0" | 1418 | version "4.0.0" |
1413 | - resolved "https://registry.npmmirror.com/xml-name-validator/-/xml-name-validator-4.0.0.tgz#79a006e2e63149a8600f15430f0a4725d1524835" | 1419 | + resolved "https://registry.npmmirror.com/xml-name-validator/-/xml-name-validator-4.0.0.tgz" |
1414 | integrity sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw== | 1420 | integrity sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw== |
1415 | 1421 | ||
1416 | yallist@^4.0.0: | 1422 | yallist@^4.0.0: |
1417 | version "4.0.0" | 1423 | version "4.0.0" |
1418 | - resolved "https://registry.npmmirror.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72" | 1424 | + resolved "https://registry.npmmirror.com/yallist/-/yallist-4.0.0.tgz" |
1419 | integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== | 1425 | integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== |
1420 | 1426 | ||
1421 | yocto-queue@^0.1.0: | 1427 | yocto-queue@^0.1.0: |
1422 | version "0.1.0" | 1428 | version "0.1.0" |
1423 | - resolved "https://registry.npmmirror.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b" | 1429 | + resolved "https://registry.npmmirror.com/yocto-queue/-/yocto-queue-0.1.0.tgz" |
1424 | integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q== | 1430 | integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q== |
-
请 注册 或 登录 后发表评论