@coze-arch/cli 0.0.1-alpha.d85d9d → 0.0.1-alpha.db1c06
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/__templates__/expo/.cozeproj/scripts/dev_run.sh +13 -12
- package/lib/__templates__/expo/.cozeproj/scripts/server_dev_run.sh +9 -8
- package/lib/__templates__/expo/client/metro.config.js +3 -0
- package/lib/__templates__/expo/client/package.json +35 -35
- package/lib/__templates__/expo/client/screens/demo/index.tsx +3 -3
- package/lib/__templates__/expo/package.json +1 -1
- package/lib/__templates__/expo/patches/{expo@54.0.32.patch → expo@54.0.33.patch} +3 -2
- package/lib/__templates__/expo/pnpm-lock.yaml +340 -1736
- package/lib/__templates__/expo/server/package.json +9 -7
- package/lib/__templates__/expo/server/src/index.ts +1 -0
- package/lib/__templates__/expo/template.config.js +56 -0
- package/lib/__templates__/native-static/.coze +11 -0
- package/lib/__templates__/native-static/index.html +33 -0
- package/lib/__templates__/native-static/styles/main.css +136 -0
- package/lib/__templates__/native-static/template.config.js +22 -0
- package/lib/__templates__/nextjs/package.json +3 -1
- package/lib/__templates__/nextjs/pnpm-lock.yaml +119 -106
- package/lib/__templates__/nextjs/src/app/page.tsx +18 -60
- package/lib/__templates__/nextjs/template.config.js +49 -14
- package/lib/__templates__/taro/.coze +1 -1
- package/lib/__templates__/taro/.cozeproj/scripts/deploy_build.sh +5 -6
- package/lib/__templates__/taro/.cozeproj/scripts/deploy_run.sh +6 -8
- package/lib/__templates__/taro/.cozeproj/scripts/dev_build.sh +0 -15
- package/lib/__templates__/taro/.cozeproj/scripts/dev_run.sh +117 -24
- package/lib/__templates__/taro/.cozeproj/scripts/pack.sh +24 -1
- package/lib/__templates__/taro/README.md +81 -17
- package/lib/__templates__/taro/_gitignore +40 -0
- package/lib/__templates__/taro/_npmrc +18 -0
- package/lib/__templates__/taro/config/index.ts +4 -3
- package/lib/__templates__/taro/eslint.config.mjs +79 -0
- package/lib/__templates__/taro/package.json +32 -33
- package/lib/__templates__/taro/pnpm-lock.yaml +742 -677
- package/lib/__templates__/taro/server/package.json +10 -7
- package/lib/__templates__/taro/server/src/main.ts +14 -2
- package/lib/__templates__/taro/src/app.css +18 -18
- package/lib/__templates__/taro/src/app.tsx +9 -0
- package/lib/__templates__/taro/src/index.html +20 -1
- package/lib/__templates__/taro/src/pages/index/index.tsx +14 -11
- package/lib/__templates__/taro/src/presets/h5-navbar.tsx +171 -0
- package/lib/__templates__/taro/src/{utils → presets}/h5-styles.ts +15 -4
- package/lib/__templates__/taro/src/presets/index.tsx +18 -0
- package/lib/__templates__/taro/src/presets/wx-debug.ts +23 -0
- package/lib/__templates__/templates.json +11 -0
- package/lib/__templates__/vite/package.json +5 -1
- package/lib/__templates__/vite/pnpm-lock.yaml +146 -1659
- package/lib/__templates__/vite/src/main.ts +17 -47
- package/lib/__templates__/vite/template.config.js +49 -14
- package/lib/__templates__/vite/vite.config.ts +1 -0
- package/lib/cli.js +62 -68
- package/package.json +2 -1
- package/lib/__templates__/taro/.eslintrc +0 -40
- package/lib/__templates__/taro/commitlint.config.mjs +0 -1
- package/lib/__templates__/taro/src/app.ts +0 -28
|
@@ -13,34 +13,16 @@ importers:
|
|
|
13
13
|
version: 7.28.4
|
|
14
14
|
'@tarojs/components':
|
|
15
15
|
specifier: 4.1.9
|
|
16
|
-
version: 4.1.9(@tarojs/helper@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96))
|
|
16
|
+
version: 4.1.9(@tarojs/helper@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)(esbuild@0.25.12))
|
|
17
17
|
'@tarojs/helper':
|
|
18
18
|
specifier: 4.1.9
|
|
19
19
|
version: 4.1.9
|
|
20
20
|
'@tarojs/plugin-framework-react':
|
|
21
21
|
specifier: 4.1.9
|
|
22
|
-
version: 4.1.9(@tarojs/helper@4.1.9)(@tarojs/runtime@4.1.9)(@tarojs/shared@4.1.9)(@vitejs/plugin-react@4.7.0(vite@4.5.14(@types/node@22.19.6)(less@4.5.1)(lightningcss@1.30.2)(sass@1.97.2)(terser@5.44.1)))(react@18.3.1)(vite@4.5.14(@types/node@22.19.6)(less@4.5.1)(lightningcss@1.30.2)(sass@1.97.2)(terser@5.44.1))(webpack@5.97.1(@swc/core@1.3.96))
|
|
23
|
-
'@tarojs/plugin-platform-alipay':
|
|
24
|
-
specifier: 4.1.9
|
|
25
|
-
version: 4.1.9(@tarojs/service@4.1.9)(@tarojs/shared@4.1.9)
|
|
22
|
+
version: 4.1.9(@tarojs/helper@4.1.9)(@tarojs/runtime@4.1.9)(@tarojs/shared@4.1.9)(@vitejs/plugin-react@4.7.0(vite@4.5.14(@types/node@22.19.6)(less@4.5.1)(lightningcss@1.30.2)(sass@1.97.2)(terser@5.44.1)))(react@18.3.1)(vite@4.5.14(@types/node@22.19.6)(less@4.5.1)(lightningcss@1.30.2)(sass@1.97.2)(terser@5.44.1))(webpack@5.97.1(@swc/core@1.3.96)(esbuild@0.25.12))
|
|
26
23
|
'@tarojs/plugin-platform-h5':
|
|
27
24
|
specifier: 4.1.9
|
|
28
|
-
version: 4.1.9(@tarojs/taro@4.1.9(@tarojs/components@4.1.9(@tarojs/helper@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)))(@tarojs/helper@4.1.9)(@tarojs/shared@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)))(@types/react@18.3.27)(postcss@8.5.6)(react@18.3.1)(rollup@3.29.5)(solid-js@1.9.10)(webpack@5.97.1(@swc/core@1.3.96))
|
|
29
|
-
'@tarojs/plugin-platform-harmony-hybrid':
|
|
30
|
-
specifier: 4.1.9
|
|
31
|
-
version: 4.1.9(@babel/core@7.28.5)(@tarojs/taro@4.1.9(@tarojs/components@4.1.9(@tarojs/helper@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)))(@tarojs/helper@4.1.9)(@tarojs/shared@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)))(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(solid-js@1.9.10)(webpack@5.97.1(@swc/core@1.3.96))
|
|
32
|
-
'@tarojs/plugin-platform-jd':
|
|
33
|
-
specifier: 4.1.9
|
|
34
|
-
version: 4.1.9(@tarojs/service@4.1.9)(@tarojs/shared@4.1.9)
|
|
35
|
-
'@tarojs/plugin-platform-qq':
|
|
36
|
-
specifier: 4.1.9
|
|
37
|
-
version: 4.1.9(@tarojs/plugin-platform-weapp@4.1.9(@tarojs/service@4.1.9)(@tarojs/shared@4.1.9))(@tarojs/shared@4.1.9)
|
|
38
|
-
'@tarojs/plugin-platform-swan':
|
|
39
|
-
specifier: 4.1.9
|
|
40
|
-
version: 4.1.9(@tarojs/service@4.1.9)(@tarojs/shared@4.1.9)
|
|
41
|
-
'@tarojs/plugin-platform-tt':
|
|
42
|
-
specifier: 4.1.9
|
|
43
|
-
version: 4.1.9(@tarojs/service@4.1.9)(@tarojs/shared@4.1.9)
|
|
25
|
+
version: 4.1.9(@tarojs/taro@4.1.9(@tarojs/components@4.1.9(@tarojs/helper@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)(esbuild@0.25.12)))(@tarojs/helper@4.1.9)(@tarojs/shared@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)(esbuild@0.25.12)))(@types/react@18.3.27)(postcss@8.5.6)(react@18.3.1)(rollup@3.29.5)(solid-js@1.9.10)(webpack@5.97.1(@swc/core@1.3.96)(esbuild@0.25.12))
|
|
44
26
|
'@tarojs/plugin-platform-weapp':
|
|
45
27
|
specifier: 4.1.9
|
|
46
28
|
version: 4.1.9(@tarojs/service@4.1.9)(@tarojs/shared@4.1.9)
|
|
@@ -55,13 +37,13 @@ importers:
|
|
|
55
37
|
version: 4.1.9
|
|
56
38
|
'@tarojs/taro':
|
|
57
39
|
specifier: 4.1.9
|
|
58
|
-
version: 4.1.9(@tarojs/components@4.1.9(@tarojs/helper@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)))(@tarojs/helper@4.1.9)(@tarojs/shared@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96))
|
|
40
|
+
version: 4.1.9(@tarojs/components@4.1.9(@tarojs/helper@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)(esbuild@0.25.12)))(@tarojs/helper@4.1.9)(@tarojs/shared@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)(esbuild@0.25.12))
|
|
59
41
|
drizzle-kit:
|
|
60
42
|
specifier: ^0.31.8
|
|
61
43
|
version: 0.31.8
|
|
62
|
-
lucide-react:
|
|
63
|
-
specifier: ^
|
|
64
|
-
version: 0.
|
|
44
|
+
lucide-react-taro:
|
|
45
|
+
specifier: ^1.2.0
|
|
46
|
+
version: 1.2.0(@tarojs/components@4.1.9(@tarojs/helper@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)(esbuild@0.25.12)))(react@18.3.1)
|
|
65
47
|
react:
|
|
66
48
|
specifier: ^18.0.0
|
|
67
49
|
version: 18.3.1
|
|
@@ -81,12 +63,9 @@ importers:
|
|
|
81
63
|
'@babel/preset-react':
|
|
82
64
|
specifier: ^7.24.1
|
|
83
65
|
version: 7.28.5(@babel/core@7.28.5)
|
|
84
|
-
'@
|
|
85
|
-
specifier: ^
|
|
86
|
-
version:
|
|
87
|
-
'@commitlint/config-conventional':
|
|
88
|
-
specifier: ^19.8.1
|
|
89
|
-
version: 19.8.1
|
|
66
|
+
'@eslint/eslintrc':
|
|
67
|
+
specifier: ^3.3.1
|
|
68
|
+
version: 3.3.3
|
|
90
69
|
'@tailwindcss/postcss':
|
|
91
70
|
specifier: ^4.1.18
|
|
92
71
|
version: 4.1.18
|
|
@@ -132,9 +111,6 @@ importers:
|
|
|
132
111
|
eslint-plugin-react-hooks:
|
|
133
112
|
specifier: ^4.4.0
|
|
134
113
|
version: 4.6.2(eslint@8.57.1)
|
|
135
|
-
husky:
|
|
136
|
-
specifier: ^9.1.7
|
|
137
|
-
version: 9.1.7
|
|
138
114
|
less:
|
|
139
115
|
specifier: ^4.2.0
|
|
140
116
|
version: 4.5.1
|
|
@@ -144,6 +120,9 @@ importers:
|
|
|
144
120
|
miniprogram-ci:
|
|
145
121
|
specifier: ^2.1.26
|
|
146
122
|
version: 2.1.26(eslint@8.57.1)
|
|
123
|
+
only-allow:
|
|
124
|
+
specifier: ^1.2.2
|
|
125
|
+
version: 1.2.2
|
|
147
126
|
postcss:
|
|
148
127
|
specifier: ^8.5.6
|
|
149
128
|
version: 8.5.6
|
|
@@ -189,12 +168,18 @@ importers:
|
|
|
189
168
|
'@nestjs/platform-express':
|
|
190
169
|
specifier: ^10.4.15
|
|
191
170
|
version: 10.4.20(@nestjs/common@10.4.20(reflect-metadata@0.2.2)(rxjs@7.8.2))(@nestjs/core@10.4.20)
|
|
171
|
+
'@supabase/supabase-js':
|
|
172
|
+
specifier: 2.95.3
|
|
173
|
+
version: 2.95.3
|
|
192
174
|
better-sqlite3:
|
|
193
175
|
specifier: ^11.9.1
|
|
194
176
|
version: 11.10.0
|
|
195
177
|
coze-coding-dev-sdk:
|
|
196
|
-
specifier: ^0.7.
|
|
197
|
-
version: 0.7.
|
|
178
|
+
specifier: ^0.7.16
|
|
179
|
+
version: 0.7.16(openai@6.16.0(ws@8.19.0)(zod@4.3.5))(ws@8.19.0)
|
|
180
|
+
dotenv:
|
|
181
|
+
specifier: ^17.2.3
|
|
182
|
+
version: 17.2.3
|
|
198
183
|
drizzle-kit:
|
|
199
184
|
specifier: ^0.31.8
|
|
200
185
|
version: 0.31.8
|
|
@@ -204,6 +189,9 @@ importers:
|
|
|
204
189
|
drizzle-zod:
|
|
205
190
|
specifier: ^0.8.3
|
|
206
191
|
version: 0.8.3(drizzle-orm@0.45.1(@types/better-sqlite3@7.6.13)(better-sqlite3@11.10.0)(pg@8.17.2))(zod@4.3.5)
|
|
192
|
+
express:
|
|
193
|
+
specifier: 5.2.1
|
|
194
|
+
version: 5.2.1
|
|
207
195
|
pg:
|
|
208
196
|
specifier: ^8.16.3
|
|
209
197
|
version: 8.17.2
|
|
@@ -224,7 +212,7 @@ importers:
|
|
|
224
212
|
specifier: ^7.6.13
|
|
225
213
|
version: 7.6.13
|
|
226
214
|
'@types/express':
|
|
227
|
-
specifier:
|
|
215
|
+
specifier: 5.0.6
|
|
228
216
|
version: 5.0.6
|
|
229
217
|
'@types/node':
|
|
230
218
|
specifier: ^22.10.2
|
|
@@ -1757,75 +1745,6 @@ packages:
|
|
|
1757
1745
|
resolution: {integrity: sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==}
|
|
1758
1746
|
engines: {node: '>=0.1.90'}
|
|
1759
1747
|
|
|
1760
|
-
'@commitlint/cli@19.8.1':
|
|
1761
|
-
resolution: {integrity: sha512-LXUdNIkspyxrlV6VDHWBmCZRtkEVRpBKxi2Gtw3J54cGWhLCTouVD/Q6ZSaSvd2YaDObWK8mDjrz3TIKtaQMAA==}
|
|
1762
|
-
engines: {node: '>=v18'}
|
|
1763
|
-
hasBin: true
|
|
1764
|
-
|
|
1765
|
-
'@commitlint/config-conventional@19.8.1':
|
|
1766
|
-
resolution: {integrity: sha512-/AZHJL6F6B/G959CsMAzrPKKZjeEiAVifRyEwXxcT6qtqbPwGw+iQxmNS+Bu+i09OCtdNRW6pNpBvgPrtMr9EQ==}
|
|
1767
|
-
engines: {node: '>=v18'}
|
|
1768
|
-
|
|
1769
|
-
'@commitlint/config-validator@19.8.1':
|
|
1770
|
-
resolution: {integrity: sha512-0jvJ4u+eqGPBIzzSdqKNX1rvdbSU1lPNYlfQQRIFnBgLy26BtC0cFnr7c/AyuzExMxWsMOte6MkTi9I3SQ3iGQ==}
|
|
1771
|
-
engines: {node: '>=v18'}
|
|
1772
|
-
|
|
1773
|
-
'@commitlint/ensure@19.8.1':
|
|
1774
|
-
resolution: {integrity: sha512-mXDnlJdvDzSObafjYrOSvZBwkD01cqB4gbnnFuVyNpGUM5ijwU/r/6uqUmBXAAOKRfyEjpkGVZxaDsCVnHAgyw==}
|
|
1775
|
-
engines: {node: '>=v18'}
|
|
1776
|
-
|
|
1777
|
-
'@commitlint/execute-rule@19.8.1':
|
|
1778
|
-
resolution: {integrity: sha512-YfJyIqIKWI64Mgvn/sE7FXvVMQER/Cd+s3hZke6cI1xgNT/f6ZAz5heND0QtffH+KbcqAwXDEE1/5niYayYaQA==}
|
|
1779
|
-
engines: {node: '>=v18'}
|
|
1780
|
-
|
|
1781
|
-
'@commitlint/format@19.8.1':
|
|
1782
|
-
resolution: {integrity: sha512-kSJj34Rp10ItP+Eh9oCItiuN/HwGQMXBnIRk69jdOwEW9llW9FlyqcWYbHPSGofmjsqeoxa38UaEA5tsbm2JWw==}
|
|
1783
|
-
engines: {node: '>=v18'}
|
|
1784
|
-
|
|
1785
|
-
'@commitlint/is-ignored@19.8.1':
|
|
1786
|
-
resolution: {integrity: sha512-AceOhEhekBUQ5dzrVhDDsbMaY5LqtN8s1mqSnT2Kz1ERvVZkNihrs3Sfk1Je/rxRNbXYFzKZSHaPsEJJDJV8dg==}
|
|
1787
|
-
engines: {node: '>=v18'}
|
|
1788
|
-
|
|
1789
|
-
'@commitlint/lint@19.8.1':
|
|
1790
|
-
resolution: {integrity: sha512-52PFbsl+1EvMuokZXLRlOsdcLHf10isTPlWwoY1FQIidTsTvjKXVXYb7AvtpWkDzRO2ZsqIgPK7bI98x8LRUEw==}
|
|
1791
|
-
engines: {node: '>=v18'}
|
|
1792
|
-
|
|
1793
|
-
'@commitlint/load@19.8.1':
|
|
1794
|
-
resolution: {integrity: sha512-9V99EKG3u7z+FEoe4ikgq7YGRCSukAcvmKQuTtUyiYPnOd9a2/H9Ak1J9nJA1HChRQp9OA/sIKPugGS+FK/k1A==}
|
|
1795
|
-
engines: {node: '>=v18'}
|
|
1796
|
-
|
|
1797
|
-
'@commitlint/message@19.8.1':
|
|
1798
|
-
resolution: {integrity: sha512-+PMLQvjRXiU+Ae0Wc+p99EoGEutzSXFVwQfa3jRNUZLNW5odZAyseb92OSBTKCu+9gGZiJASt76Cj3dLTtcTdg==}
|
|
1799
|
-
engines: {node: '>=v18'}
|
|
1800
|
-
|
|
1801
|
-
'@commitlint/parse@19.8.1':
|
|
1802
|
-
resolution: {integrity: sha512-mmAHYcMBmAgJDKWdkjIGq50X4yB0pSGpxyOODwYmoexxxiUCy5JJT99t1+PEMK7KtsCtzuWYIAXYAiKR+k+/Jw==}
|
|
1803
|
-
engines: {node: '>=v18'}
|
|
1804
|
-
|
|
1805
|
-
'@commitlint/read@19.8.1':
|
|
1806
|
-
resolution: {integrity: sha512-03Jbjb1MqluaVXKHKRuGhcKWtSgh3Jizqy2lJCRbRrnWpcM06MYm8th59Xcns8EqBYvo0Xqb+2DoZFlga97uXQ==}
|
|
1807
|
-
engines: {node: '>=v18'}
|
|
1808
|
-
|
|
1809
|
-
'@commitlint/resolve-extends@19.8.1':
|
|
1810
|
-
resolution: {integrity: sha512-GM0mAhFk49I+T/5UCYns5ayGStkTt4XFFrjjf0L4S26xoMTSkdCf9ZRO8en1kuopC4isDFuEm7ZOm/WRVeElVg==}
|
|
1811
|
-
engines: {node: '>=v18'}
|
|
1812
|
-
|
|
1813
|
-
'@commitlint/rules@19.8.1':
|
|
1814
|
-
resolution: {integrity: sha512-Hnlhd9DyvGiGwjfjfToMi1dsnw1EXKGJNLTcsuGORHz6SS9swRgkBsou33MQ2n51/boIDrbsg4tIBbRpEWK2kw==}
|
|
1815
|
-
engines: {node: '>=v18'}
|
|
1816
|
-
|
|
1817
|
-
'@commitlint/to-lines@19.8.1':
|
|
1818
|
-
resolution: {integrity: sha512-98Mm5inzbWTKuZQr2aW4SReY6WUukdWXuZhrqf1QdKPZBCCsXuG87c+iP0bwtD6DBnmVVQjgp4whoHRVixyPBg==}
|
|
1819
|
-
engines: {node: '>=v18'}
|
|
1820
|
-
|
|
1821
|
-
'@commitlint/top-level@19.8.1':
|
|
1822
|
-
resolution: {integrity: sha512-Ph8IN1IOHPSDhURCSXBz44+CIu+60duFwRsg6HqaISFHQHbmBtxVw4ZrFNIYUzEP7WwrNPxa2/5qJ//NK1FGcw==}
|
|
1823
|
-
engines: {node: '>=v18'}
|
|
1824
|
-
|
|
1825
|
-
'@commitlint/types@19.8.1':
|
|
1826
|
-
resolution: {integrity: sha512-/yCrWGCoA1SVKOks25EGadP9Pnj0oAIHGpl2wH2M2Y46dPM2ueb8wyCVOD7O3WCTkaJ0IkKvzhl1JY7+uCT2Dw==}
|
|
1827
|
-
engines: {node: '>=v18'}
|
|
1828
|
-
|
|
1829
1748
|
'@cronvel/get-pixels@3.4.1':
|
|
1830
1749
|
resolution: {integrity: sha512-gB5C5nDIacLUdsMuW8YsM9SzK3vaFANe4J11CVXpovpy7bZUGrcJKmc6m/0gWG789pKr6XSZY2aEetjFvSRw5g==}
|
|
1831
1750
|
|
|
@@ -2139,6 +2058,9 @@ packages:
|
|
|
2139
2058
|
'@dual-bundle/import-meta-resolve@4.2.1':
|
|
2140
2059
|
resolution: {integrity: sha512-id+7YRUgoUX6CgV0DtuhirQWodeeA7Lf4i2x71JS/vtA5pRb/hIGWlw+G6MeXvsM+MXrz0VAydTGElX1rAfgPg==}
|
|
2141
2060
|
|
|
2061
|
+
'@emnapi/runtime@1.8.1':
|
|
2062
|
+
resolution: {integrity: sha512-mehfKSMWjjNol8659Z8KxEMrdSJDDot5SXMq00dM8BN4o+CLNXQ0xH2V7EchNHV4RmbZLmmPdEaXZc5H2FXmDg==}
|
|
2063
|
+
|
|
2142
2064
|
'@esbuild-kit/core-utils@3.3.2':
|
|
2143
2065
|
resolution: {integrity: sha512-sPRAnw9CdSsRmEtnsl2WXWdyquogVpB3yZ3dgwJfe8zrOzTsV7cJvmwrKVa+0ma5BoiGJ+BoqkMvawbayKUsqQ==}
|
|
2144
2066
|
deprecated: 'Merged into tsx: https://tsx.is'
|
|
@@ -2587,6 +2509,10 @@ packages:
|
|
|
2587
2509
|
resolution: {integrity: sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==}
|
|
2588
2510
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
2589
2511
|
|
|
2512
|
+
'@eslint/eslintrc@3.3.3':
|
|
2513
|
+
resolution: {integrity: sha512-Kr+LPIUVKz2qkx1HAMH8q1q6azbqBAsXJUxBl/ODDuVPX45Z9DfwB8tPjTi6nNZ8BuM3nbJxC5zCAg5elnBUTQ==}
|
|
2514
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
2515
|
+
|
|
2590
2516
|
'@eslint/js@8.41.0':
|
|
2591
2517
|
resolution: {integrity: sha512-LxcyMGxwmTh2lY9FwHPGWOHmYFCZvbrFCBZL4FzSSsxsRPuhrYUg/49/0KDfW8tnIEaEHtfmn6+NPN+1DqaNmA==}
|
|
2592
2518
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
@@ -2619,6 +2545,123 @@ packages:
|
|
|
2619
2545
|
resolution: {integrity: sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==}
|
|
2620
2546
|
deprecated: Use @eslint/object-schema instead
|
|
2621
2547
|
|
|
2548
|
+
'@img/sharp-darwin-arm64@0.33.5':
|
|
2549
|
+
resolution: {integrity: sha512-UT4p+iz/2H4twwAoLCqfA9UH5pI6DggwKEGuaPy7nCVQ8ZsiY5PIcrRvD1DzuY3qYL07NtIQcWnBSY/heikIFQ==}
|
|
2550
|
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
2551
|
+
cpu: [arm64]
|
|
2552
|
+
os: [darwin]
|
|
2553
|
+
|
|
2554
|
+
'@img/sharp-darwin-x64@0.33.5':
|
|
2555
|
+
resolution: {integrity: sha512-fyHac4jIc1ANYGRDxtiqelIbdWkIuQaI84Mv45KvGRRxSAa7o7d1ZKAOBaYbnepLC1WqxfpimdeWfvqqSGwR2Q==}
|
|
2556
|
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
2557
|
+
cpu: [x64]
|
|
2558
|
+
os: [darwin]
|
|
2559
|
+
|
|
2560
|
+
'@img/sharp-libvips-darwin-arm64@1.0.4':
|
|
2561
|
+
resolution: {integrity: sha512-XblONe153h0O2zuFfTAbQYAX2JhYmDHeWikp1LM9Hul9gVPjFY427k6dFEcOL72O01QxQsWi761svJ/ev9xEDg==}
|
|
2562
|
+
cpu: [arm64]
|
|
2563
|
+
os: [darwin]
|
|
2564
|
+
|
|
2565
|
+
'@img/sharp-libvips-darwin-x64@1.0.4':
|
|
2566
|
+
resolution: {integrity: sha512-xnGR8YuZYfJGmWPvmlunFaWJsb9T/AO2ykoP3Fz/0X5XV2aoYBPkX6xqCQvUTKKiLddarLaxpzNe+b1hjeWHAQ==}
|
|
2567
|
+
cpu: [x64]
|
|
2568
|
+
os: [darwin]
|
|
2569
|
+
|
|
2570
|
+
'@img/sharp-libvips-linux-arm64@1.0.4':
|
|
2571
|
+
resolution: {integrity: sha512-9B+taZ8DlyyqzZQnoeIvDVR/2F4EbMepXMc/NdVbkzsJbzkUjhXv/70GQJ7tdLA4YJgNP25zukcxpX2/SueNrA==}
|
|
2572
|
+
cpu: [arm64]
|
|
2573
|
+
os: [linux]
|
|
2574
|
+
libc: [glibc]
|
|
2575
|
+
|
|
2576
|
+
'@img/sharp-libvips-linux-arm@1.0.5':
|
|
2577
|
+
resolution: {integrity: sha512-gvcC4ACAOPRNATg/ov8/MnbxFDJqf/pDePbBnuBDcjsI8PssmjoKMAz4LtLaVi+OnSb5FK/yIOamqDwGmXW32g==}
|
|
2578
|
+
cpu: [arm]
|
|
2579
|
+
os: [linux]
|
|
2580
|
+
libc: [glibc]
|
|
2581
|
+
|
|
2582
|
+
'@img/sharp-libvips-linux-s390x@1.0.4':
|
|
2583
|
+
resolution: {integrity: sha512-u7Wz6ntiSSgGSGcjZ55im6uvTrOxSIS8/dgoVMoiGE9I6JAfU50yH5BoDlYA1tcuGS7g/QNtetJnxA6QEsCVTA==}
|
|
2584
|
+
cpu: [s390x]
|
|
2585
|
+
os: [linux]
|
|
2586
|
+
libc: [glibc]
|
|
2587
|
+
|
|
2588
|
+
'@img/sharp-libvips-linux-x64@1.0.4':
|
|
2589
|
+
resolution: {integrity: sha512-MmWmQ3iPFZr0Iev+BAgVMb3ZyC4KeFc3jFxnNbEPas60e1cIfevbtuyf9nDGIzOaW9PdnDciJm+wFFaTlj5xYw==}
|
|
2590
|
+
cpu: [x64]
|
|
2591
|
+
os: [linux]
|
|
2592
|
+
libc: [glibc]
|
|
2593
|
+
|
|
2594
|
+
'@img/sharp-libvips-linuxmusl-arm64@1.0.4':
|
|
2595
|
+
resolution: {integrity: sha512-9Ti+BbTYDcsbp4wfYib8Ctm1ilkugkA/uscUn6UXK1ldpC1JjiXbLfFZtRlBhjPZ5o1NCLiDbg8fhUPKStHoTA==}
|
|
2596
|
+
cpu: [arm64]
|
|
2597
|
+
os: [linux]
|
|
2598
|
+
libc: [musl]
|
|
2599
|
+
|
|
2600
|
+
'@img/sharp-libvips-linuxmusl-x64@1.0.4':
|
|
2601
|
+
resolution: {integrity: sha512-viYN1KX9m+/hGkJtvYYp+CCLgnJXwiQB39damAO7WMdKWlIhmYTfHjwSbQeUK/20vY154mwezd9HflVFM1wVSw==}
|
|
2602
|
+
cpu: [x64]
|
|
2603
|
+
os: [linux]
|
|
2604
|
+
libc: [musl]
|
|
2605
|
+
|
|
2606
|
+
'@img/sharp-linux-arm64@0.33.5':
|
|
2607
|
+
resolution: {integrity: sha512-JMVv+AMRyGOHtO1RFBiJy/MBsgz0x4AWrT6QoEVVTyh1E39TrCUpTRI7mx9VksGX4awWASxqCYLCV4wBZHAYxA==}
|
|
2608
|
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
2609
|
+
cpu: [arm64]
|
|
2610
|
+
os: [linux]
|
|
2611
|
+
libc: [glibc]
|
|
2612
|
+
|
|
2613
|
+
'@img/sharp-linux-arm@0.33.5':
|
|
2614
|
+
resolution: {integrity: sha512-JTS1eldqZbJxjvKaAkxhZmBqPRGmxgu+qFKSInv8moZ2AmT5Yib3EQ1c6gp493HvrvV8QgdOXdyaIBrhvFhBMQ==}
|
|
2615
|
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
2616
|
+
cpu: [arm]
|
|
2617
|
+
os: [linux]
|
|
2618
|
+
libc: [glibc]
|
|
2619
|
+
|
|
2620
|
+
'@img/sharp-linux-s390x@0.33.5':
|
|
2621
|
+
resolution: {integrity: sha512-y/5PCd+mP4CA/sPDKl2961b+C9d+vPAveS33s6Z3zfASk2j5upL6fXVPZi7ztePZ5CuH+1kW8JtvxgbuXHRa4Q==}
|
|
2622
|
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
2623
|
+
cpu: [s390x]
|
|
2624
|
+
os: [linux]
|
|
2625
|
+
libc: [glibc]
|
|
2626
|
+
|
|
2627
|
+
'@img/sharp-linux-x64@0.33.5':
|
|
2628
|
+
resolution: {integrity: sha512-opC+Ok5pRNAzuvq1AG0ar+1owsu842/Ab+4qvU879ippJBHvyY5n2mxF1izXqkPYlGuP/M556uh53jRLJmzTWA==}
|
|
2629
|
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
2630
|
+
cpu: [x64]
|
|
2631
|
+
os: [linux]
|
|
2632
|
+
libc: [glibc]
|
|
2633
|
+
|
|
2634
|
+
'@img/sharp-linuxmusl-arm64@0.33.5':
|
|
2635
|
+
resolution: {integrity: sha512-XrHMZwGQGvJg2V/oRSUfSAfjfPxO+4DkiRh6p2AFjLQztWUuY/o8Mq0eMQVIY7HJ1CDQUJlxGGZRw1a5bqmd1g==}
|
|
2636
|
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
2637
|
+
cpu: [arm64]
|
|
2638
|
+
os: [linux]
|
|
2639
|
+
libc: [musl]
|
|
2640
|
+
|
|
2641
|
+
'@img/sharp-linuxmusl-x64@0.33.5':
|
|
2642
|
+
resolution: {integrity: sha512-WT+d/cgqKkkKySYmqoZ8y3pxx7lx9vVejxW/W4DOFMYVSkErR+w7mf2u8m/y4+xHe7yY9DAXQMWQhpnMuFfScw==}
|
|
2643
|
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
2644
|
+
cpu: [x64]
|
|
2645
|
+
os: [linux]
|
|
2646
|
+
libc: [musl]
|
|
2647
|
+
|
|
2648
|
+
'@img/sharp-wasm32@0.33.5':
|
|
2649
|
+
resolution: {integrity: sha512-ykUW4LVGaMcU9lu9thv85CbRMAwfeadCJHRsg2GmeRa/cJxsVY9Rbd57JcMxBkKHag5U/x7TSBpScF4U8ElVzg==}
|
|
2650
|
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
2651
|
+
cpu: [wasm32]
|
|
2652
|
+
|
|
2653
|
+
'@img/sharp-win32-ia32@0.33.5':
|
|
2654
|
+
resolution: {integrity: sha512-T36PblLaTwuVJ/zw/LaH0PdZkRz5rd3SmMHX8GSmR7vtNSP5Z6bQkExdSK7xGWyxLw4sUknBuugTelgw2faBbQ==}
|
|
2655
|
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
2656
|
+
cpu: [ia32]
|
|
2657
|
+
os: [win32]
|
|
2658
|
+
|
|
2659
|
+
'@img/sharp-win32-x64@0.33.5':
|
|
2660
|
+
resolution: {integrity: sha512-MpY/o8/8kj+EcnxwvrP4aTJSWw/aZ7JIGR4aBeZkZw5B7/Jn+tY9/VNwtcoGmdT7GfggGIU4kygOMSbYnOrAbg==}
|
|
2661
|
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
2662
|
+
cpu: [x64]
|
|
2663
|
+
os: [win32]
|
|
2664
|
+
|
|
2622
2665
|
'@inquirer/external-editor@1.0.3':
|
|
2623
2666
|
resolution: {integrity: sha512-RWbSrDiYmO4LbejWY7ttpxczuwQyZLBUyygsA9Nsv95hpzUWwnNTVQmAq3xuh7vNwCp07UTmE5i11XAEExx4RA==}
|
|
2624
2667
|
engines: {node: '>=18'}
|
|
@@ -3125,36 +3168,42 @@ packages:
|
|
|
3125
3168
|
engines: {node: '>= 10.0.0'}
|
|
3126
3169
|
cpu: [arm]
|
|
3127
3170
|
os: [linux]
|
|
3171
|
+
libc: [glibc]
|
|
3128
3172
|
|
|
3129
3173
|
'@parcel/watcher-linux-arm-musl@2.5.4':
|
|
3130
3174
|
resolution: {integrity: sha512-kGO8RPvVrcAotV4QcWh8kZuHr9bXi9a3bSZw7kFarYR0+fGliU7hd/zevhjw8fnvIKG3J9EO5G6sXNGCSNMYPQ==}
|
|
3131
3175
|
engines: {node: '>= 10.0.0'}
|
|
3132
3176
|
cpu: [arm]
|
|
3133
3177
|
os: [linux]
|
|
3178
|
+
libc: [musl]
|
|
3134
3179
|
|
|
3135
3180
|
'@parcel/watcher-linux-arm64-glibc@2.5.4':
|
|
3136
3181
|
resolution: {integrity: sha512-KU75aooXhqGFY2W5/p8DYYHt4hrjHZod8AhcGAmhzPn/etTa+lYCDB2b1sJy3sWJ8ahFVTdy+EbqSBvMx3iFlw==}
|
|
3137
3182
|
engines: {node: '>= 10.0.0'}
|
|
3138
3183
|
cpu: [arm64]
|
|
3139
3184
|
os: [linux]
|
|
3185
|
+
libc: [glibc]
|
|
3140
3186
|
|
|
3141
3187
|
'@parcel/watcher-linux-arm64-musl@2.5.4':
|
|
3142
3188
|
resolution: {integrity: sha512-Qx8uNiIekVutnzbVdrgSanM+cbpDD3boB1f8vMtnuG5Zau4/bdDbXyKwIn0ToqFhIuob73bcxV9NwRm04/hzHQ==}
|
|
3143
3189
|
engines: {node: '>= 10.0.0'}
|
|
3144
3190
|
cpu: [arm64]
|
|
3145
3191
|
os: [linux]
|
|
3192
|
+
libc: [musl]
|
|
3146
3193
|
|
|
3147
3194
|
'@parcel/watcher-linux-x64-glibc@2.5.4':
|
|
3148
3195
|
resolution: {integrity: sha512-UYBQvhYmgAv61LNUn24qGQdjtycFBKSK3EXr72DbJqX9aaLbtCOO8+1SkKhD/GNiJ97ExgcHBrukcYhVjrnogA==}
|
|
3149
3196
|
engines: {node: '>= 10.0.0'}
|
|
3150
3197
|
cpu: [x64]
|
|
3151
3198
|
os: [linux]
|
|
3199
|
+
libc: [glibc]
|
|
3152
3200
|
|
|
3153
3201
|
'@parcel/watcher-linux-x64-musl@2.5.4':
|
|
3154
3202
|
resolution: {integrity: sha512-YoRWCVgxv8akZrMhdyVi6/TyoeeMkQ0PGGOf2E4omODrvd1wxniXP+DBynKoHryStks7l+fDAMUBRzqNHrVOpg==}
|
|
3155
3203
|
engines: {node: '>= 10.0.0'}
|
|
3156
3204
|
cpu: [x64]
|
|
3157
3205
|
os: [linux]
|
|
3206
|
+
libc: [musl]
|
|
3158
3207
|
|
|
3159
3208
|
'@parcel/watcher-win32-arm64@2.5.4':
|
|
3160
3209
|
resolution: {integrity: sha512-iby+D/YNXWkiQNYcIhg8P5hSjzXEHaQrk2SLrWOUD7VeC4Ohu0WQvmV+HDJokZVJ2UjJ4AGXW3bx7Lls9Ln4TQ==}
|
|
@@ -3515,6 +3564,30 @@ packages:
|
|
|
3515
3564
|
engines: {node: '>=12.10.0', npm: '>=6.0.0'}
|
|
3516
3565
|
hasBin: true
|
|
3517
3566
|
|
|
3567
|
+
'@supabase/auth-js@2.95.3':
|
|
3568
|
+
resolution: {integrity: sha512-vD2YoS8E2iKIX0F7EwXTmqhUpaNsmbU6X2R0/NdFcs02oEfnHyNP/3M716f3wVJ2E5XHGiTFXki6lRckhJ0Thg==}
|
|
3569
|
+
engines: {node: '>=20.0.0'}
|
|
3570
|
+
|
|
3571
|
+
'@supabase/functions-js@2.95.3':
|
|
3572
|
+
resolution: {integrity: sha512-uTuOAKzs9R/IovW1krO0ZbUHSJnsnyJElTXIRhjJTqymIVGcHzkAYnBCJqd7468Fs/Foz1BQ7Dv6DCl05lr7ig==}
|
|
3573
|
+
engines: {node: '>=20.0.0'}
|
|
3574
|
+
|
|
3575
|
+
'@supabase/postgrest-js@2.95.3':
|
|
3576
|
+
resolution: {integrity: sha512-LTrRBqU1gOovxRm1vRXPItSMPBmEFqrfTqdPTRtzOILV4jPSueFz6pES5hpb4LRlkFwCPRmv3nQJ5N625V2Xrg==}
|
|
3577
|
+
engines: {node: '>=20.0.0'}
|
|
3578
|
+
|
|
3579
|
+
'@supabase/realtime-js@2.95.3':
|
|
3580
|
+
resolution: {integrity: sha512-D7EAtfU3w6BEUxDACjowWNJo/ZRo7sDIuhuOGKHIm9FHieGeoJV5R6GKTLtga/5l/6fDr2u+WcW/m8I9SYmaIw==}
|
|
3581
|
+
engines: {node: '>=20.0.0'}
|
|
3582
|
+
|
|
3583
|
+
'@supabase/storage-js@2.95.3':
|
|
3584
|
+
resolution: {integrity: sha512-4GxkJiXI3HHWjxpC3sDx1BVrV87O0hfX+wvJdqGv67KeCu+g44SPnII8y0LL/Wr677jB7tpjAxKdtVWf+xhc9A==}
|
|
3585
|
+
engines: {node: '>=20.0.0'}
|
|
3586
|
+
|
|
3587
|
+
'@supabase/supabase-js@2.95.3':
|
|
3588
|
+
resolution: {integrity: sha512-Fukw1cUTQ6xdLiHDJhKKPu6svEPaCEDvThqCne3OaQyZvuq2qjhJAd91kJu3PXLG18aooCgYBaB6qQz35hhABg==}
|
|
3589
|
+
engines: {node: '>=20.0.0'}
|
|
3590
|
+
|
|
3518
3591
|
'@swc/core-darwin-arm64@1.3.96':
|
|
3519
3592
|
resolution: {integrity: sha512-8hzgXYVd85hfPh6mJ9yrG26rhgzCmcLO0h1TIl8U31hwmTbfZLzRitFQ/kqMJNbIBCwmNH1RU2QcJnL3d7f69A==}
|
|
3520
3593
|
engines: {node: '>=10'}
|
|
@@ -3556,48 +3629,56 @@ packages:
|
|
|
3556
3629
|
engines: {node: '>=10'}
|
|
3557
3630
|
cpu: [arm64]
|
|
3558
3631
|
os: [linux]
|
|
3632
|
+
libc: [glibc]
|
|
3559
3633
|
|
|
3560
3634
|
'@swc/core-linux-arm64-gnu@1.4.14':
|
|
3561
3635
|
resolution: {integrity: sha512-3Lqlhlmy8MVRS9xTShMaPAp0oyUt0KFhDs4ixJsjdxKecE0NJSV/MInuDmrkij1C8/RQ2wySRlV9np5jK86oWw==}
|
|
3562
3636
|
engines: {node: '>=10'}
|
|
3563
3637
|
cpu: [arm64]
|
|
3564
3638
|
os: [linux]
|
|
3639
|
+
libc: [glibc]
|
|
3565
3640
|
|
|
3566
3641
|
'@swc/core-linux-arm64-musl@1.3.96':
|
|
3567
3642
|
resolution: {integrity: sha512-i5/UTUwmJLri7zhtF6SAo/4QDQJDH2fhYJaBIUhrICmIkRO/ltURmpejqxsM/ye9Jqv5zG7VszMC0v/GYn/7BQ==}
|
|
3568
3643
|
engines: {node: '>=10'}
|
|
3569
3644
|
cpu: [arm64]
|
|
3570
3645
|
os: [linux]
|
|
3646
|
+
libc: [musl]
|
|
3571
3647
|
|
|
3572
3648
|
'@swc/core-linux-arm64-musl@1.4.14':
|
|
3573
3649
|
resolution: {integrity: sha512-n0YoCa64TUcJrbcXIHIHDWQjdUPdaXeMHNEu7yyBtOpm01oMGTKP3frsUXIABLBmAVWtKvqit4/W1KVKn5gJzg==}
|
|
3574
3650
|
engines: {node: '>=10'}
|
|
3575
3651
|
cpu: [arm64]
|
|
3576
3652
|
os: [linux]
|
|
3653
|
+
libc: [musl]
|
|
3577
3654
|
|
|
3578
3655
|
'@swc/core-linux-x64-gnu@1.3.96':
|
|
3579
3656
|
resolution: {integrity: sha512-USdaZu8lTIkm4Yf9cogct/j5eqtdZqTgcTib4I+NloUW0E/hySou3eSyp3V2UAA1qyuC72ld1otXuyKBna0YKQ==}
|
|
3580
3657
|
engines: {node: '>=10'}
|
|
3581
3658
|
cpu: [x64]
|
|
3582
3659
|
os: [linux]
|
|
3660
|
+
libc: [glibc]
|
|
3583
3661
|
|
|
3584
3662
|
'@swc/core-linux-x64-gnu@1.4.14':
|
|
3585
3663
|
resolution: {integrity: sha512-CGmlwLWbfG1dB4jZBJnp2IWlK5xBMNLjN7AR5kKA3sEpionoccEnChOEvfux1UdVJQjLRKuHNV9yGyqGBTpxfQ==}
|
|
3586
3664
|
engines: {node: '>=10'}
|
|
3587
3665
|
cpu: [x64]
|
|
3588
3666
|
os: [linux]
|
|
3667
|
+
libc: [glibc]
|
|
3589
3668
|
|
|
3590
3669
|
'@swc/core-linux-x64-musl@1.3.96':
|
|
3591
3670
|
resolution: {integrity: sha512-QYErutd+G2SNaCinUVobfL7jWWjGTI0QEoQ6hqTp7PxCJS/dmKmj3C5ZkvxRYcq7XcZt7ovrYCTwPTHzt6lZBg==}
|
|
3592
3671
|
engines: {node: '>=10'}
|
|
3593
3672
|
cpu: [x64]
|
|
3594
3673
|
os: [linux]
|
|
3674
|
+
libc: [musl]
|
|
3595
3675
|
|
|
3596
3676
|
'@swc/core-linux-x64-musl@1.4.14':
|
|
3597
3677
|
resolution: {integrity: sha512-xq4npk8YKYmNwmr8fbvF2KP3kUVdZYfXZMQnW425gP3/sn+yFQO8Nd0bGH40vOVQn41kEesSe0Z5O/JDor2TgQ==}
|
|
3598
3678
|
engines: {node: '>=10'}
|
|
3599
3679
|
cpu: [x64]
|
|
3600
3680
|
os: [linux]
|
|
3681
|
+
libc: [musl]
|
|
3601
3682
|
|
|
3602
3683
|
'@swc/core-win32-arm64-msvc@1.3.96':
|
|
3603
3684
|
resolution: {integrity: sha512-hjGvvAduA3Un2cZ9iNP4xvTXOO4jL3G9iakhFsgVhpkU73SGmK7+LN8ZVBEu4oq2SUcHO6caWvnZ881cxGuSpg==}
|
|
@@ -3714,24 +3795,28 @@ packages:
|
|
|
3714
3795
|
engines: {node: '>= 10'}
|
|
3715
3796
|
cpu: [arm64]
|
|
3716
3797
|
os: [linux]
|
|
3798
|
+
libc: [glibc]
|
|
3717
3799
|
|
|
3718
3800
|
'@tailwindcss/oxide-linux-arm64-musl@4.1.18':
|
|
3719
3801
|
resolution: {integrity: sha512-1px92582HkPQlaaCkdRcio71p8bc8i/ap5807tPRDK/uw953cauQBT8c5tVGkOwrHMfc2Yh6UuxaH4vtTjGvHg==}
|
|
3720
3802
|
engines: {node: '>= 10'}
|
|
3721
3803
|
cpu: [arm64]
|
|
3722
3804
|
os: [linux]
|
|
3805
|
+
libc: [musl]
|
|
3723
3806
|
|
|
3724
3807
|
'@tailwindcss/oxide-linux-x64-gnu@4.1.18':
|
|
3725
3808
|
resolution: {integrity: sha512-v3gyT0ivkfBLoZGF9LyHmts0Isc8jHZyVcbzio6Wpzifg/+5ZJpDiRiUhDLkcr7f/r38SWNe7ucxmGW3j3Kb/g==}
|
|
3726
3809
|
engines: {node: '>= 10'}
|
|
3727
3810
|
cpu: [x64]
|
|
3728
3811
|
os: [linux]
|
|
3812
|
+
libc: [glibc]
|
|
3729
3813
|
|
|
3730
3814
|
'@tailwindcss/oxide-linux-x64-musl@4.1.18':
|
|
3731
3815
|
resolution: {integrity: sha512-bhJ2y2OQNlcRwwgOAGMY0xTFStt4/wyU6pvI6LSuZpRgKQwxTec0/3Scu91O8ir7qCR3AuepQKLU/kX99FouqQ==}
|
|
3732
3816
|
engines: {node: '>= 10'}
|
|
3733
3817
|
cpu: [x64]
|
|
3734
3818
|
os: [linux]
|
|
3819
|
+
libc: [musl]
|
|
3735
3820
|
|
|
3736
3821
|
'@tailwindcss/oxide-wasm32-wasi@4.1.18':
|
|
3737
3822
|
resolution: {integrity: sha512-LffYTvPjODiP6PT16oNeUQJzNVyJl1cjIebq/rWWBF+3eDst5JGEFSc5cWxyRCJ0Mxl+KyIkqRxk1XPEs9x8TA==}
|
|
@@ -3788,6 +3873,7 @@ packages:
|
|
|
3788
3873
|
engines: {node: '>= 18'}
|
|
3789
3874
|
cpu: [x64]
|
|
3790
3875
|
os: [linux]
|
|
3876
|
+
libc: [glibc]
|
|
3791
3877
|
|
|
3792
3878
|
'@tarojs/binding-win32-x64-msvc@4.1.9':
|
|
3793
3879
|
resolution: {integrity: sha512-QHvWPJNZwbggonVxxj/ejVvujE251VNZVqCy/B60AUgubYDe4K7kh5xRCV24J5jmpX09K3l+NgfqU9/I827Pzw==}
|
|
@@ -3865,24 +3951,28 @@ packages:
|
|
|
3865
3951
|
engines: {node: '>= 10'}
|
|
3866
3952
|
cpu: [arm64]
|
|
3867
3953
|
os: [linux]
|
|
3954
|
+
libc: [glibc]
|
|
3868
3955
|
|
|
3869
3956
|
'@tarojs/parse-css-to-stylesheet-linux-arm64-musl@0.0.69':
|
|
3870
3957
|
resolution: {integrity: sha512-bYODGCEx1Ni4EMNuZU95IUPqVZAXsY9gIc5CPSfKQ2j167Vbeo/gskQk/uNVjmnYJ69PplgJ9npylINgLIPIrA==}
|
|
3871
3958
|
engines: {node: '>= 10'}
|
|
3872
3959
|
cpu: [arm64]
|
|
3873
3960
|
os: [linux]
|
|
3961
|
+
libc: [musl]
|
|
3874
3962
|
|
|
3875
3963
|
'@tarojs/parse-css-to-stylesheet-linux-x64-gnu@0.0.69':
|
|
3876
3964
|
resolution: {integrity: sha512-89f03s+txGJ1c8Zc6Ib4qTAP4YhfFbVFq29XExqbC7eGvpQl5DeOtwonO5DBwMc7lA+LG4b1Q4CMXE3qodn2eA==}
|
|
3877
3965
|
engines: {node: '>= 10'}
|
|
3878
3966
|
cpu: [x64]
|
|
3879
3967
|
os: [linux]
|
|
3968
|
+
libc: [glibc]
|
|
3880
3969
|
|
|
3881
3970
|
'@tarojs/parse-css-to-stylesheet-linux-x64-musl@0.0.69':
|
|
3882
3971
|
resolution: {integrity: sha512-vyewIf1KysXYNIJdkzc9JSPguTG9zD65Belk3H186mLR18KtsvrqNqlWnP8kKfduF4ixh6qt0F2PkKbeI9PZvg==}
|
|
3883
3972
|
engines: {node: '>= 10'}
|
|
3884
3973
|
cpu: [x64]
|
|
3885
3974
|
os: [linux]
|
|
3975
|
+
libc: [musl]
|
|
3886
3976
|
|
|
3887
3977
|
'@tarojs/parse-css-to-stylesheet-win32-x64-msvc@0.0.69':
|
|
3888
3978
|
resolution: {integrity: sha512-CHKlVjAiSAZTFNV8GkfXV88Jy9yyFSvKBAO3++l2KSQUBUWmPX775FbH+god2BOLf5SfAXRPd0HVAEK9qNeHXQ==}
|
|
@@ -3922,24 +4012,28 @@ packages:
|
|
|
3922
4012
|
engines: {node: '>= 10'}
|
|
3923
4013
|
cpu: [arm64]
|
|
3924
4014
|
os: [linux]
|
|
4015
|
+
libc: [glibc]
|
|
3925
4016
|
|
|
3926
4017
|
'@tarojs/plugin-doctor-linux-arm64-musl@0.0.13':
|
|
3927
4018
|
resolution: {integrity: sha512-V1HnFITOLgHVyQ+OCa1oPFKOtGFRtP91vlbUGfOwMA4GeOVw9g28W/hfTyucTCkfZWlrssLehgW6L2AGAMXh2w==}
|
|
3928
4019
|
engines: {node: '>= 10'}
|
|
3929
4020
|
cpu: [arm64]
|
|
3930
4021
|
os: [linux]
|
|
4022
|
+
libc: [musl]
|
|
3931
4023
|
|
|
3932
4024
|
'@tarojs/plugin-doctor-linux-x64-gnu@0.0.13':
|
|
3933
4025
|
resolution: {integrity: sha512-oetfzBW60uenPBBF4/NE6Mf0Iwkw1YGqIIBiN++aVQynbWrmMzWBsW8kleZ5vN1npxI9aud9EfRU1uM37DrG2A==}
|
|
3934
4026
|
engines: {node: '>= 10'}
|
|
3935
4027
|
cpu: [x64]
|
|
3936
4028
|
os: [linux]
|
|
4029
|
+
libc: [glibc]
|
|
3937
4030
|
|
|
3938
4031
|
'@tarojs/plugin-doctor-linux-x64-musl@0.0.13':
|
|
3939
4032
|
resolution: {integrity: sha512-OdIF/kFwwM0kQPDnpkanhvfWRaAI6EtDmpM9rQA/Lu2QcJq86w5d7X/WSN0U2xF1nialAUrfl79NyIaEzp4Fcw==}
|
|
3940
4033
|
engines: {node: '>= 10'}
|
|
3941
4034
|
cpu: [x64]
|
|
3942
4035
|
os: [linux]
|
|
4036
|
+
libc: [musl]
|
|
3943
4037
|
|
|
3944
4038
|
'@tarojs/plugin-doctor-win32-ia32-msvc@0.0.13':
|
|
3945
4039
|
resolution: {integrity: sha512-nIbG2SliRhRwACLa1kNMskcfjsihp+3tZQMAxl+LoYUq6JRaWgP3vH2nHkDyZHTCheBTDtAaupqXWrYF3w+U6g==}
|
|
@@ -4012,47 +4106,9 @@ packages:
|
|
|
4012
4106
|
tt-ide-cli:
|
|
4013
4107
|
optional: true
|
|
4014
4108
|
|
|
4015
|
-
'@tarojs/plugin-platform-alipay@4.1.9':
|
|
4016
|
-
resolution: {integrity: sha512-nPLkBIB+9q5a2Drgu9bpCn8frGRKpY08GoqinQ/KxhrXRgs8Nq4gyUUiLvyWshIrthI5GrRRH0hBidreX6Nk6Q==}
|
|
4017
|
-
engines: {node: '>= 18'}
|
|
4018
|
-
peerDependencies:
|
|
4019
|
-
'@tarojs/service': 4.1.9
|
|
4020
|
-
'@tarojs/shared': 4.1.9
|
|
4021
|
-
|
|
4022
4109
|
'@tarojs/plugin-platform-h5@4.1.9':
|
|
4023
4110
|
resolution: {integrity: sha512-qrxJY7fiknzcBWI/bEQxAksi8fB5/ciYIbrF/hFbsH7Zc0VzQGA0IpdeOl8gya/mzmF9ieyr28/hObNjNnMyUw==}
|
|
4024
4111
|
|
|
4025
|
-
'@tarojs/plugin-platform-harmony-hybrid@4.1.9':
|
|
4026
|
-
resolution: {integrity: sha512-AJWwPYvs89ERUiH+zKlFueSEo8+erPS8lhmHnaHCwLei7kBmnp61rriTrrtePm/zaRtEqadQERePQ6815AofiA==}
|
|
4027
|
-
|
|
4028
|
-
'@tarojs/plugin-platform-jd@4.1.9':
|
|
4029
|
-
resolution: {integrity: sha512-Z+omwU2K+LdNOfQKW8ntBVx8qq3C8oESohgzVYLJdw6Xp2Fjd7NVcDeQa5YKa3AdbO6bGAmNevvLvUdfTAsaWw==}
|
|
4030
|
-
engines: {node: '>= 18'}
|
|
4031
|
-
peerDependencies:
|
|
4032
|
-
'@tarojs/service': 4.1.9
|
|
4033
|
-
'@tarojs/shared': 4.1.9
|
|
4034
|
-
|
|
4035
|
-
'@tarojs/plugin-platform-qq@4.1.9':
|
|
4036
|
-
resolution: {integrity: sha512-YuIfm0cFULCZduyeiu7V8OB9E5lOa1y2voSFo3D6pz8j5tXAtPuHlUm0nnIV2bSJ6iqfxr0cQ4MLbkPCU3LPiw==}
|
|
4037
|
-
engines: {node: '>= 18'}
|
|
4038
|
-
peerDependencies:
|
|
4039
|
-
'@tarojs/plugin-platform-weapp': 4.1.9
|
|
4040
|
-
'@tarojs/shared': 4.1.9
|
|
4041
|
-
|
|
4042
|
-
'@tarojs/plugin-platform-swan@4.1.9':
|
|
4043
|
-
resolution: {integrity: sha512-2jueywyY2oRs5eJPoXL00qont0AdBw4vLNBs6AEbVl+8LsTpqqC///QKPouXH+Sllg4BxU/4vhT+eZpIPC1V/w==}
|
|
4044
|
-
engines: {node: '>= 18'}
|
|
4045
|
-
peerDependencies:
|
|
4046
|
-
'@tarojs/service': 4.1.9
|
|
4047
|
-
'@tarojs/shared': 4.1.9
|
|
4048
|
-
|
|
4049
|
-
'@tarojs/plugin-platform-tt@4.1.9':
|
|
4050
|
-
resolution: {integrity: sha512-qkz0VKx7tflj6MHJgR7wrEXxn0oS+ph0S+HdqulJpev7k2bWWSMUcVHiDHL1ZI01PSMVavX/+WCgYcX8CPEcGQ==}
|
|
4051
|
-
engines: {node: '>= 18'}
|
|
4052
|
-
peerDependencies:
|
|
4053
|
-
'@tarojs/service': 4.1.9
|
|
4054
|
-
'@tarojs/shared': 4.1.9
|
|
4055
|
-
|
|
4056
4112
|
'@tarojs/plugin-platform-weapp@4.1.9':
|
|
4057
4113
|
resolution: {integrity: sha512-a3pHm2j4dksvuium6rMZwDmLazA/COAnwYNcbU3/vFkMA6MwTbra5JDL8Ari4op7HqeP72RZlEoYB5hp56jsXQ==}
|
|
4058
4114
|
engines: {node: '>= 18'}
|
|
@@ -4171,9 +4227,6 @@ packages:
|
|
|
4171
4227
|
'@types/connect@3.4.38':
|
|
4172
4228
|
resolution: {integrity: sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==}
|
|
4173
4229
|
|
|
4174
|
-
'@types/conventional-commits-parser@5.0.2':
|
|
4175
|
-
resolution: {integrity: sha512-BgT2szDXnVypgpNxOK8aL5SGjUdaQbC++WZNjF1Qge3Og2+zhHj+RWhmehLhYyvQwqAmvezruVfOf8+3m74W+g==}
|
|
4176
|
-
|
|
4177
4230
|
'@types/debug@4.1.12':
|
|
4178
4231
|
resolution: {integrity: sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==}
|
|
4179
4232
|
|
|
@@ -4231,6 +4284,9 @@ packages:
|
|
|
4231
4284
|
'@types/node@22.19.6':
|
|
4232
4285
|
resolution: {integrity: sha512-qm+G8HuG6hOHQigsi7VGuLjUVu6TtBo/F05zvX04Mw2uCg9Dv0Qxy3Qw7j41SidlTcl5D/5yg0SEZqOB+EqZnQ==}
|
|
4233
4286
|
|
|
4287
|
+
'@types/phoenix@1.6.7':
|
|
4288
|
+
resolution: {integrity: sha512-oN9ive//QSBkf19rfDv45M7eZPi0eEXylht2OLEXicu5b4KoQ1OzXIw+xDSGWxSxe1JmepRR/ZH283vsu518/Q==}
|
|
4289
|
+
|
|
4234
4290
|
'@types/postcss-url@10.0.4':
|
|
4235
4291
|
resolution: {integrity: sha512-5QIO9NgbWmAkle65haRqkdgYPCOXheNsaFdbTJJQjT302yK3H49ql4t9a4y0NfpuPtU/UBo15VcV64WCSIMJKg==}
|
|
4236
4292
|
|
|
@@ -4265,6 +4321,9 @@ packages:
|
|
|
4265
4321
|
'@types/uuid@10.0.0':
|
|
4266
4322
|
resolution: {integrity: sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==}
|
|
4267
4323
|
|
|
4324
|
+
'@types/ws@8.18.1':
|
|
4325
|
+
resolution: {integrity: sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==}
|
|
4326
|
+
|
|
4268
4327
|
'@typescript-eslint/eslint-plugin@6.21.0':
|
|
4269
4328
|
resolution: {integrity: sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==}
|
|
4270
4329
|
engines: {node: ^16.0.0 || >=18.0.0}
|
|
@@ -4436,10 +4495,6 @@ packages:
|
|
|
4436
4495
|
'@xtuc/long@4.2.2':
|
|
4437
4496
|
resolution: {integrity: sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==}
|
|
4438
4497
|
|
|
4439
|
-
JSONStream@1.3.5:
|
|
4440
|
-
resolution: {integrity: sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==}
|
|
4441
|
-
hasBin: true
|
|
4442
|
-
|
|
4443
4498
|
abort-controller@3.0.0:
|
|
4444
4499
|
resolution: {integrity: sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==}
|
|
4445
4500
|
engines: {node: '>=6.5'}
|
|
@@ -4451,6 +4506,10 @@ packages:
|
|
|
4451
4506
|
resolution: {integrity: sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==}
|
|
4452
4507
|
engines: {node: '>= 0.6'}
|
|
4453
4508
|
|
|
4509
|
+
accepts@2.0.0:
|
|
4510
|
+
resolution: {integrity: sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng==}
|
|
4511
|
+
engines: {node: '>= 0.6'}
|
|
4512
|
+
|
|
4454
4513
|
acorn-jsx@5.3.2:
|
|
4455
4514
|
resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==}
|
|
4456
4515
|
peerDependencies:
|
|
@@ -4614,9 +4673,6 @@ packages:
|
|
|
4614
4673
|
array-flatten@1.1.1:
|
|
4615
4674
|
resolution: {integrity: sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==}
|
|
4616
4675
|
|
|
4617
|
-
array-ify@1.0.0:
|
|
4618
|
-
resolution: {integrity: sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==}
|
|
4619
|
-
|
|
4620
4676
|
array-includes@3.1.9:
|
|
4621
4677
|
resolution: {integrity: sha512-FmeCCAenzH0KH381SPT5FZmiA/TmpndpcaShhfgEN9eCVjnFBqq3l1xrI42y8+PPLI6hypzou4GXw00WHmPBLQ==}
|
|
4622
4678
|
engines: {node: '>= 0.4'}
|
|
@@ -5062,6 +5118,10 @@ packages:
|
|
|
5062
5118
|
resolution: {integrity: sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==}
|
|
5063
5119
|
engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16}
|
|
5064
5120
|
|
|
5121
|
+
body-parser@2.2.2:
|
|
5122
|
+
resolution: {integrity: sha512-oP5VkATKlNwcgvxi0vM0p/D3n2C3EReYVX+DNYs5TjZFn/oQt2j+4sVJtSMr18pdRr8wjTcBl6LoV+FUwzPmNA==}
|
|
5123
|
+
engines: {node: '>=18'}
|
|
5124
|
+
|
|
5065
5125
|
boolbase@1.0.0:
|
|
5066
5126
|
resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==}
|
|
5067
5127
|
|
|
@@ -5279,10 +5339,6 @@ packages:
|
|
|
5279
5339
|
resolution: {integrity: sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==}
|
|
5280
5340
|
engines: {node: '>=6'}
|
|
5281
5341
|
|
|
5282
|
-
cli-spinners@3.4.0:
|
|
5283
|
-
resolution: {integrity: sha512-bXfOC4QcT1tKXGorxL3wbJm6XJPDqEnij2gQ2m7ESQuE+/z9YFIWnl/5RpTiKWbMq3EVKR4fRLJGn6DVfu0mpw==}
|
|
5284
|
-
engines: {node: '>=18.20'}
|
|
5285
|
-
|
|
5286
5342
|
cli-table3@0.6.5:
|
|
5287
5343
|
resolution: {integrity: sha512-+W/5efTR7y5HRD7gACw9yQjqMVvEMLBHmboM/kPWam+H+Hmyrgjh6YncVKK122YZkXrLudzTuAukUw9FnMf7IQ==}
|
|
5288
5344
|
engines: {node: 10.* || >= 12.*}
|
|
@@ -5342,10 +5398,17 @@ packages:
|
|
|
5342
5398
|
color-name@1.1.4:
|
|
5343
5399
|
resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
|
|
5344
5400
|
|
|
5401
|
+
color-string@1.9.1:
|
|
5402
|
+
resolution: {integrity: sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==}
|
|
5403
|
+
|
|
5345
5404
|
color-support@1.1.3:
|
|
5346
5405
|
resolution: {integrity: sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==}
|
|
5347
5406
|
hasBin: true
|
|
5348
5407
|
|
|
5408
|
+
color@4.2.3:
|
|
5409
|
+
resolution: {integrity: sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==}
|
|
5410
|
+
engines: {node: '>=12.5.0'}
|
|
5411
|
+
|
|
5349
5412
|
colord@2.9.3:
|
|
5350
5413
|
resolution: {integrity: sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==}
|
|
5351
5414
|
|
|
@@ -5382,9 +5445,6 @@ packages:
|
|
|
5382
5445
|
resolution: {integrity: sha512-bKw/r35jR3HGt5PEPm1ljsQQGyCrR8sFGNiN5L+ykDHdpO8Smxkrkla9Yi6NkQyUrb8V54PGhfMs6NrIwtxtdw==}
|
|
5383
5446
|
engines: {node: '>= 6'}
|
|
5384
5447
|
|
|
5385
|
-
compare-func@2.0.0:
|
|
5386
|
-
resolution: {integrity: sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==}
|
|
5387
|
-
|
|
5388
5448
|
compress-commons@4.1.2:
|
|
5389
5449
|
resolution: {integrity: sha512-D3uMHtGc/fcO1Gt1/L7i1e33VOvD4A9hfQLP+6ewd+BvG/gQ84Yh4oftEhAdjSMgBgwGL+jsppT7JYNpo6MHHg==}
|
|
5390
5450
|
engines: {node: '>= 10'}
|
|
@@ -5435,23 +5495,14 @@ packages:
|
|
|
5435
5495
|
resolution: {integrity: sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==}
|
|
5436
5496
|
engines: {node: '>= 0.6'}
|
|
5437
5497
|
|
|
5498
|
+
content-disposition@1.0.1:
|
|
5499
|
+
resolution: {integrity: sha512-oIXISMynqSqm241k6kcQ5UwttDILMK4BiurCfGEREw6+X9jkkpEe5T9FZaApyLGGOnFuyMWZpdolTXMtvEJ08Q==}
|
|
5500
|
+
engines: {node: '>=18'}
|
|
5501
|
+
|
|
5438
5502
|
content-type@1.0.5:
|
|
5439
5503
|
resolution: {integrity: sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==}
|
|
5440
5504
|
engines: {node: '>= 0.6'}
|
|
5441
5505
|
|
|
5442
|
-
conventional-changelog-angular@7.0.0:
|
|
5443
|
-
resolution: {integrity: sha512-ROjNchA9LgfNMTTFSIWPzebCwOGFdgkEq45EnvvrmSLvCtAw0HSmrCs7/ty+wAeYUZyNay0YMUNYFTRL72PkBQ==}
|
|
5444
|
-
engines: {node: '>=16'}
|
|
5445
|
-
|
|
5446
|
-
conventional-changelog-conventionalcommits@7.0.2:
|
|
5447
|
-
resolution: {integrity: sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w==}
|
|
5448
|
-
engines: {node: '>=16'}
|
|
5449
|
-
|
|
5450
|
-
conventional-commits-parser@5.0.0:
|
|
5451
|
-
resolution: {integrity: sha512-ZPMl0ZJbw74iS9LuX9YIAiW8pfM5p3yh2o/NbXHbkFuZzY5jvdi5jFycEOkmBW5H5I7nA+D6f3UcsCLP2vvSEA==}
|
|
5452
|
-
engines: {node: '>=16'}
|
|
5453
|
-
hasBin: true
|
|
5454
|
-
|
|
5455
5506
|
convert-source-map@1.9.0:
|
|
5456
5507
|
resolution: {integrity: sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==}
|
|
5457
5508
|
|
|
@@ -5461,6 +5512,10 @@ packages:
|
|
|
5461
5512
|
cookie-signature@1.0.6:
|
|
5462
5513
|
resolution: {integrity: sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==}
|
|
5463
5514
|
|
|
5515
|
+
cookie-signature@1.2.2:
|
|
5516
|
+
resolution: {integrity: sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg==}
|
|
5517
|
+
engines: {node: '>=6.6.0'}
|
|
5518
|
+
|
|
5464
5519
|
cookie@0.7.1:
|
|
5465
5520
|
resolution: {integrity: sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==}
|
|
5466
5521
|
engines: {node: '>= 0.6'}
|
|
@@ -5501,14 +5556,6 @@ packages:
|
|
|
5501
5556
|
resolution: {integrity: sha512-b5PIJ0fqzIPCC1tq0GOBlJU0wlo4F0HQgTAqvdk73jYlxrNiMd1RTU9GsLwwX2fGOA2J+TOlcy76FebjlO0Smg==}
|
|
5502
5557
|
engines: {node: '>= 6'}
|
|
5503
5558
|
|
|
5504
|
-
cosmiconfig-typescript-loader@6.2.0:
|
|
5505
|
-
resolution: {integrity: sha512-GEN39v7TgdxgIoNcdkRE3uiAzQt3UXLyHbRHD6YoL048XAeOomyxaP+Hh/+2C6C2wYjxJ2onhJcsQp+L4YEkVQ==}
|
|
5506
|
-
engines: {node: '>=v18'}
|
|
5507
|
-
peerDependencies:
|
|
5508
|
-
'@types/node': '*'
|
|
5509
|
-
cosmiconfig: '>=9'
|
|
5510
|
-
typescript: '>=5'
|
|
5511
|
-
|
|
5512
5559
|
cosmiconfig@8.3.6:
|
|
5513
5560
|
resolution: {integrity: sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==}
|
|
5514
5561
|
engines: {node: '>=14'}
|
|
@@ -5527,8 +5574,8 @@ packages:
|
|
|
5527
5574
|
typescript:
|
|
5528
5575
|
optional: true
|
|
5529
5576
|
|
|
5530
|
-
coze-coding-dev-sdk@0.7.
|
|
5531
|
-
resolution: {integrity: sha512-
|
|
5577
|
+
coze-coding-dev-sdk@0.7.16:
|
|
5578
|
+
resolution: {integrity: sha512-B7gRPBa+sfrZL8ur0+F/92SOgZgFaWD/fOnCN2DjthnHSdmCYhAJWCfqzG2oO2vwTiYCXkKUuTBZ3MJLMj886g==}
|
|
5532
5579
|
engines: {node: '>=18.0.0'}
|
|
5533
5580
|
hasBin: true
|
|
5534
5581
|
|
|
@@ -5624,10 +5671,6 @@ packages:
|
|
|
5624
5671
|
cwise-compiler@1.1.3:
|
|
5625
5672
|
resolution: {integrity: sha512-WXlK/m+Di8DMMcCjcWr4i+XzcQra9eCdXIJrgh4TUgh0pIS/yJduLxS9JgefsHJ/YVLdgPtXm9r62W92MvanEQ==}
|
|
5626
5673
|
|
|
5627
|
-
dargs@8.1.0:
|
|
5628
|
-
resolution: {integrity: sha512-wAV9QHOsNbwnWdNW2FYvE1P56wtgSbM+3SZcdGiWQILwVjACCXDCI3Ai8QlCjMDB8YK5zySiXZYBiwGmNY3lnw==}
|
|
5629
|
-
engines: {node: '>=12'}
|
|
5630
|
-
|
|
5631
5674
|
dashdash@1.14.1:
|
|
5632
5675
|
resolution: {integrity: sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==}
|
|
5633
5676
|
engines: {node: '>=0.10'}
|
|
@@ -5829,10 +5872,6 @@ packages:
|
|
|
5829
5872
|
dot-case@3.0.4:
|
|
5830
5873
|
resolution: {integrity: sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==}
|
|
5831
5874
|
|
|
5832
|
-
dot-prop@5.3.0:
|
|
5833
|
-
resolution: {integrity: sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==}
|
|
5834
|
-
engines: {node: '>=8'}
|
|
5835
|
-
|
|
5836
5875
|
dot-prop@6.0.1:
|
|
5837
5876
|
resolution: {integrity: sha512-tE7ztYzXHIeyvc7N+hR3oi7FIbf/NIjVP9hmAt3yMXzrQ072/fpjGLx2GxNxGxUl5V73MEqYzioOMoVhGMJ5cA==}
|
|
5838
5877
|
engines: {node: '>=10'}
|
|
@@ -6195,6 +6234,10 @@ packages:
|
|
|
6195
6234
|
resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==}
|
|
6196
6235
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
6197
6236
|
|
|
6237
|
+
eslint-visitor-keys@4.2.1:
|
|
6238
|
+
resolution: {integrity: sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==}
|
|
6239
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
6240
|
+
|
|
6198
6241
|
eslint@8.41.0:
|
|
6199
6242
|
resolution: {integrity: sha512-WQDQpzGBOP5IrXPo4Hc0814r4/v2rrIsB0rhT7jtunIalgg6gYXWhRMOejVO8yH21T/FGaxjmFjBMNqcIlmH1Q==}
|
|
6200
6243
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
@@ -6207,6 +6250,10 @@ packages:
|
|
|
6207
6250
|
deprecated: This version is no longer supported. Please see https://eslint.org/version-support for other options.
|
|
6208
6251
|
hasBin: true
|
|
6209
6252
|
|
|
6253
|
+
espree@10.4.0:
|
|
6254
|
+
resolution: {integrity: sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==}
|
|
6255
|
+
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
|
6256
|
+
|
|
6210
6257
|
espree@9.6.1:
|
|
6211
6258
|
resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==}
|
|
6212
6259
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
|
@@ -6272,6 +6319,10 @@ packages:
|
|
|
6272
6319
|
resolution: {integrity: sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==}
|
|
6273
6320
|
engines: {node: '>= 0.10.0'}
|
|
6274
6321
|
|
|
6322
|
+
express@5.2.1:
|
|
6323
|
+
resolution: {integrity: sha512-hIS4idWWai69NezIdRt2xFVofaF4j+6INOpJlVOLDO8zXGpUVEVzIYk12UUi2JzjEzWL3IOAxcTubgz9Po0yXw==}
|
|
6324
|
+
engines: {node: '>= 18'}
|
|
6325
|
+
|
|
6275
6326
|
exsolve@1.0.8:
|
|
6276
6327
|
resolution: {integrity: sha512-LmDxfWXwcTArk8fUEnOfSZpHOJ6zOMUJKOtFLFqJLoKJetuQG874Uc7/Kki7zFLzYybmZhp1M7+98pfMqeX8yA==}
|
|
6277
6328
|
|
|
@@ -6412,6 +6463,10 @@ packages:
|
|
|
6412
6463
|
resolution: {integrity: sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==}
|
|
6413
6464
|
engines: {node: '>= 0.8'}
|
|
6414
6465
|
|
|
6466
|
+
finalhandler@2.1.1:
|
|
6467
|
+
resolution: {integrity: sha512-S8KoZgRZN+a5rNwqTxlZZePjT/4cnm0ROV70LedRHZ0p8u9fRID0hJUZQpkKLzro8LfmC8sx23bY6tVNxv8pQA==}
|
|
6468
|
+
engines: {node: '>= 18.0.0'}
|
|
6469
|
+
|
|
6415
6470
|
find-up@3.0.0:
|
|
6416
6471
|
resolution: {integrity: sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==}
|
|
6417
6472
|
engines: {node: '>=6'}
|
|
@@ -6424,10 +6479,6 @@ packages:
|
|
|
6424
6479
|
resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==}
|
|
6425
6480
|
engines: {node: '>=10'}
|
|
6426
6481
|
|
|
6427
|
-
find-up@7.0.0:
|
|
6428
|
-
resolution: {integrity: sha512-YyZM99iHrqLKjmt4LJDj58KI+fYyufRLBSYcqycxf//KpBk9FoewoGX0450m9nB44qrZnovzC2oeP5hUibxc/g==}
|
|
6429
|
-
engines: {node: '>=18'}
|
|
6430
|
-
|
|
6431
6482
|
find-yarn-workspace-root@2.0.0:
|
|
6432
6483
|
resolution: {integrity: sha512-1IMnbjt4KzsQfnhnzNd8wUEgXZ44IzZaZmnLYx7D5FZlaHt2gW20Cri8Q+E/t5tIj4+epTBub+2Zxu/vNILzqQ==}
|
|
6433
6484
|
|
|
@@ -6491,6 +6542,10 @@ packages:
|
|
|
6491
6542
|
resolution: {integrity: sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==}
|
|
6492
6543
|
engines: {node: '>= 0.6'}
|
|
6493
6544
|
|
|
6545
|
+
fresh@2.0.0:
|
|
6546
|
+
resolution: {integrity: sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==}
|
|
6547
|
+
engines: {node: '>= 0.8'}
|
|
6548
|
+
|
|
6494
6549
|
from2@2.3.0:
|
|
6495
6550
|
resolution: {integrity: sha512-OMcX/4IC/uqEPVgGeyfN22LJk6AZrMkRZHxcHBMBvHScDGgwTm2GT2Wkgtocyd3JfZffjj2kYUDXXII0Fk9W0g==}
|
|
6496
6551
|
|
|
@@ -6604,11 +6659,6 @@ packages:
|
|
|
6604
6659
|
git-clone@0.1.0:
|
|
6605
6660
|
resolution: {integrity: sha512-zs9rlfa7HyaJAKG9o+V7C6qfMzyc+tb1IIXdUFcOBcR1U7siKy/uPdauLlrH1mc0vOgUwIv4BF+QxPiiTYz3Rw==}
|
|
6606
6661
|
|
|
6607
|
-
git-raw-commits@4.0.0:
|
|
6608
|
-
resolution: {integrity: sha512-ICsMM1Wk8xSGMowkOmPrzo2Fgmfo4bMHLNX6ytHjajRJUqvHOw/TFapQ+QG75c3X/tTDDhOSRPGC52dDbNM8FQ==}
|
|
6609
|
-
engines: {node: '>=16'}
|
|
6610
|
-
hasBin: true
|
|
6611
|
-
|
|
6612
6662
|
github-from-package@0.0.0:
|
|
6613
6663
|
resolution: {integrity: sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==}
|
|
6614
6664
|
|
|
@@ -6640,10 +6690,6 @@ packages:
|
|
|
6640
6690
|
resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==}
|
|
6641
6691
|
deprecated: Glob versions prior to v9 are no longer supported
|
|
6642
6692
|
|
|
6643
|
-
global-directory@4.0.1:
|
|
6644
|
-
resolution: {integrity: sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==}
|
|
6645
|
-
engines: {node: '>=18'}
|
|
6646
|
-
|
|
6647
6693
|
global-modules@2.0.0:
|
|
6648
6694
|
resolution: {integrity: sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==}
|
|
6649
6695
|
engines: {node: '>=6'}
|
|
@@ -6663,6 +6709,10 @@ packages:
|
|
|
6663
6709
|
resolution: {integrity: sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==}
|
|
6664
6710
|
engines: {node: '>=8'}
|
|
6665
6711
|
|
|
6712
|
+
globals@14.0.0:
|
|
6713
|
+
resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==}
|
|
6714
|
+
engines: {node: '>=18'}
|
|
6715
|
+
|
|
6666
6716
|
globals@9.18.0:
|
|
6667
6717
|
resolution: {integrity: sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ==}
|
|
6668
6718
|
engines: {node: '>=0.10.0'}
|
|
@@ -6842,6 +6892,10 @@ packages:
|
|
|
6842
6892
|
resolution: {integrity: sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==}
|
|
6843
6893
|
engines: {node: '>= 0.8'}
|
|
6844
6894
|
|
|
6895
|
+
http-errors@2.0.1:
|
|
6896
|
+
resolution: {integrity: sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==}
|
|
6897
|
+
engines: {node: '>= 0.8'}
|
|
6898
|
+
|
|
6845
6899
|
http-signature@1.2.0:
|
|
6846
6900
|
resolution: {integrity: sha512-CAbnr6Rz4CYQkLYUtSNXxQPUH2gK8f3iWexVlsnMeD+GjlsQ0Xsy1cOX+mN3dtxYomRy21CiOzU8Uhw6OwncEQ==}
|
|
6847
6901
|
engines: {node: '>=0.8', npm: '>=1.3.7'}
|
|
@@ -6850,10 +6904,9 @@ packages:
|
|
|
6850
6904
|
resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==}
|
|
6851
6905
|
engines: {node: '>=10.17.0'}
|
|
6852
6906
|
|
|
6853
|
-
|
|
6854
|
-
resolution: {integrity: sha512-
|
|
6855
|
-
engines: {node: '>=
|
|
6856
|
-
hasBin: true
|
|
6907
|
+
iceberg-js@0.8.1:
|
|
6908
|
+
resolution: {integrity: sha512-1dhVQZXhcHje7798IVM+xoo/1ZdVfzOMIc8/rgVSijRK38EDqOJoGula9N/8ZI5RD8QTxNQtK/Gozpr+qUqRRA==}
|
|
6909
|
+
engines: {node: '>=20.0.0'}
|
|
6857
6910
|
|
|
6858
6911
|
iconv-lite@0.4.24:
|
|
6859
6912
|
resolution: {integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==}
|
|
@@ -6914,9 +6967,6 @@ packages:
|
|
|
6914
6967
|
resolution: {integrity: sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==}
|
|
6915
6968
|
engines: {node: '>=6'}
|
|
6916
6969
|
|
|
6917
|
-
import-meta-resolve@4.2.0:
|
|
6918
|
-
resolution: {integrity: sha512-Iqv2fzaTQN28s/FwZAoFq0ZSs/7hMAHJVX+w8PZl3cY19Pxk6jFFalxQoIfW2826i/fDLXv8IiEZRIT0lDuWcg==}
|
|
6919
|
-
|
|
6920
6970
|
imurmurhash@0.1.4:
|
|
6921
6971
|
resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==}
|
|
6922
6972
|
engines: {node: '>=0.8.19'}
|
|
@@ -6931,10 +6981,6 @@ packages:
|
|
|
6931
6981
|
ini@1.3.8:
|
|
6932
6982
|
resolution: {integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==}
|
|
6933
6983
|
|
|
6934
|
-
ini@4.1.1:
|
|
6935
|
-
resolution: {integrity: sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==}
|
|
6936
|
-
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
|
|
6937
|
-
|
|
6938
6984
|
inquirer@8.2.6:
|
|
6939
6985
|
resolution: {integrity: sha512-M1WuAmb7pn9zdFRtQYk26ZBoY043Sse0wVDdk4Bppr+JOXyQYybdtvK+l9wUibhtjdjvtoiNy8tk+EgsYIUqKg==}
|
|
6940
6986
|
engines: {node: '>=12.0.0'}
|
|
@@ -6976,6 +7022,9 @@ packages:
|
|
|
6976
7022
|
is-arrayish@0.2.1:
|
|
6977
7023
|
resolution: {integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==}
|
|
6978
7024
|
|
|
7025
|
+
is-arrayish@0.3.4:
|
|
7026
|
+
resolution: {integrity: sha512-m6UrgzFVUYawGBh1dUsWR5M2Clqic9RVXC/9f8ceNlv2IcO9j9J/z8UoCLPqtsPBFNzEpfR3xftohbfqDx8EQA==}
|
|
7027
|
+
|
|
6979
7028
|
is-async-function@2.1.1:
|
|
6980
7029
|
resolution: {integrity: sha512-9dgM/cZBnNvjzaMYHVoxxfPj2QXt22Ev7SuuPrs+xav0ukGB0S6d4ydZdEiM48kLx5kDV+QBPrpVnFyefL8kkQ==}
|
|
6981
7030
|
engines: {node: '>= 0.4'}
|
|
@@ -7102,6 +7151,9 @@ packages:
|
|
|
7102
7151
|
resolution: {integrity: sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==}
|
|
7103
7152
|
engines: {node: '>=0.10.0'}
|
|
7104
7153
|
|
|
7154
|
+
is-promise@4.0.0:
|
|
7155
|
+
resolution: {integrity: sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==}
|
|
7156
|
+
|
|
7105
7157
|
is-regex@1.2.1:
|
|
7106
7158
|
resolution: {integrity: sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==}
|
|
7107
7159
|
engines: {node: '>= 0.4'}
|
|
@@ -7134,10 +7186,6 @@ packages:
|
|
|
7134
7186
|
resolution: {integrity: sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==}
|
|
7135
7187
|
engines: {node: '>= 0.4'}
|
|
7136
7188
|
|
|
7137
|
-
is-text-path@2.0.0:
|
|
7138
|
-
resolution: {integrity: sha512-+oDTluR6WEjdXEJMnC2z6A4FRwFoYuvShVVEGsS7ewc0UTi2QtAKMDJuL4BDEVt+5T7MjFo12RP8ghOM75oKJw==}
|
|
7139
|
-
engines: {node: '>=8'}
|
|
7140
|
-
|
|
7141
7189
|
is-typed-array@1.1.15:
|
|
7142
7190
|
resolution: {integrity: sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==}
|
|
7143
7191
|
engines: {node: '>= 0.4'}
|
|
@@ -7153,10 +7201,6 @@ packages:
|
|
|
7153
7201
|
resolution: {integrity: sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==}
|
|
7154
7202
|
engines: {node: '>=12'}
|
|
7155
7203
|
|
|
7156
|
-
is-unicode-supported@2.1.0:
|
|
7157
|
-
resolution: {integrity: sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==}
|
|
7158
|
-
engines: {node: '>=18'}
|
|
7159
|
-
|
|
7160
7204
|
is-weakmap@2.0.2:
|
|
7161
7205
|
resolution: {integrity: sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==}
|
|
7162
7206
|
engines: {node: '>= 0.4'}
|
|
@@ -7325,10 +7369,6 @@ packages:
|
|
|
7325
7369
|
jsonp-retry@1.0.3:
|
|
7326
7370
|
resolution: {integrity: sha512-/jmE9+shtKP+oIt2AWO9Wx+C27NTGpLCEw4QHOqpoV2X6ta374HE9C+EEdgu8r3iLKgFMx7u5j0mCwxWN8UdlA==}
|
|
7327
7371
|
|
|
7328
|
-
jsonparse@1.3.1:
|
|
7329
|
-
resolution: {integrity: sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==}
|
|
7330
|
-
engines: {'0': node >= 0.2.0}
|
|
7331
|
-
|
|
7332
7372
|
jsonschema@1.5.0:
|
|
7333
7373
|
resolution: {integrity: sha512-K+A9hhqbn0f3pJX17Q/7H6yQfD/5OXgdrR5UE12gMXCiN9D5Xq2o5mddV2QEcX/bjla99ASsAAQUyMCCRWAEhw==}
|
|
7334
7374
|
|
|
@@ -7444,24 +7484,28 @@ packages:
|
|
|
7444
7484
|
engines: {node: '>= 12.0.0'}
|
|
7445
7485
|
cpu: [arm64]
|
|
7446
7486
|
os: [linux]
|
|
7487
|
+
libc: [glibc]
|
|
7447
7488
|
|
|
7448
7489
|
lightningcss-linux-arm64-musl@1.30.2:
|
|
7449
7490
|
resolution: {integrity: sha512-5Vh9dGeblpTxWHpOx8iauV02popZDsCYMPIgiuw97OJ5uaDsL86cnqSFs5LZkG3ghHoX5isLgWzMs+eD1YzrnA==}
|
|
7450
7491
|
engines: {node: '>= 12.0.0'}
|
|
7451
7492
|
cpu: [arm64]
|
|
7452
7493
|
os: [linux]
|
|
7494
|
+
libc: [musl]
|
|
7453
7495
|
|
|
7454
7496
|
lightningcss-linux-x64-gnu@1.30.2:
|
|
7455
7497
|
resolution: {integrity: sha512-Cfd46gdmj1vQ+lR6VRTTadNHu6ALuw2pKR9lYq4FnhvgBc4zWY1EtZcAc6EffShbb1MFrIPfLDXD6Xprbnni4w==}
|
|
7456
7498
|
engines: {node: '>= 12.0.0'}
|
|
7457
7499
|
cpu: [x64]
|
|
7458
7500
|
os: [linux]
|
|
7501
|
+
libc: [glibc]
|
|
7459
7502
|
|
|
7460
7503
|
lightningcss-linux-x64-musl@1.30.2:
|
|
7461
7504
|
resolution: {integrity: sha512-XJaLUUFXb6/QG2lGIW6aIk6jKdtjtcffUT0NKvIqhSBY3hh9Ch+1LCeH80dR9q9LBjG3ewbDjnumefsLsP6aiA==}
|
|
7462
7505
|
engines: {node: '>= 12.0.0'}
|
|
7463
7506
|
cpu: [x64]
|
|
7464
7507
|
os: [linux]
|
|
7508
|
+
libc: [musl]
|
|
7465
7509
|
|
|
7466
7510
|
lightningcss-win32-arm64-msvc@1.30.2:
|
|
7467
7511
|
resolution: {integrity: sha512-FZn+vaj7zLv//D/192WFFVA0RgHawIcHqLX9xuWiQt7P0PtdFEVaxgF9rjM/IRYHQXNnk61/H/gb2Ei+kUQ4xQ==}
|
|
@@ -7530,10 +7574,6 @@ packages:
|
|
|
7530
7574
|
resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==}
|
|
7531
7575
|
engines: {node: '>=10'}
|
|
7532
7576
|
|
|
7533
|
-
locate-path@7.2.0:
|
|
7534
|
-
resolution: {integrity: sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==}
|
|
7535
|
-
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
|
7536
|
-
|
|
7537
7577
|
lodash-es@4.17.21:
|
|
7538
7578
|
resolution: {integrity: sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==}
|
|
7539
7579
|
|
|
@@ -7594,9 +7634,6 @@ packages:
|
|
|
7594
7634
|
lodash.isplainobject@4.0.6:
|
|
7595
7635
|
resolution: {integrity: sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==}
|
|
7596
7636
|
|
|
7597
|
-
lodash.kebabcase@4.1.1:
|
|
7598
|
-
resolution: {integrity: sha512-N8XRTIMMqqDgSy4VLKPnJ/+hpGZN+PHQiJnSenYqPaVV/NCqEogTnAdZLQiGKhxX+JCs8waWq2t1XHWKOmlY8g==}
|
|
7599
|
-
|
|
7600
7637
|
lodash.keys@3.1.2:
|
|
7601
7638
|
resolution: {integrity: sha512-CuBsapFjcubOGMn3VD+24HOAPxM79tH+V6ivJL3CHYjtrawauDJHUk//Yew9Hvc6e9rbCrURGk8z6PC+8WJBfQ==}
|
|
7602
7639
|
|
|
@@ -7606,18 +7643,9 @@ packages:
|
|
|
7606
7643
|
lodash.merge@4.6.2:
|
|
7607
7644
|
resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==}
|
|
7608
7645
|
|
|
7609
|
-
lodash.mergewith@4.6.2:
|
|
7610
|
-
resolution: {integrity: sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==}
|
|
7611
|
-
|
|
7612
7646
|
lodash.restparam@3.6.1:
|
|
7613
7647
|
resolution: {integrity: sha512-L4/arjjuq4noiUJpt3yS6KIKDtJwNe2fIYgMqyYYKoeIfV1iEqvPwhCx23o+R9dzouGihDAPN1dTIRWa7zk8tw==}
|
|
7614
7648
|
|
|
7615
|
-
lodash.snakecase@4.1.1:
|
|
7616
|
-
resolution: {integrity: sha512-QZ1d4xoBHYUeuouhEq3lk3Uq7ldgyFXGBhg04+oRLnIz8o9T65Eh+8YdroUwn846zchkA9yDsDl5CVVaV2nqYw==}
|
|
7617
|
-
|
|
7618
|
-
lodash.startcase@4.4.0:
|
|
7619
|
-
resolution: {integrity: sha512-+WKqsK294HMSc2jEbNgpHpd0JfIBhp7rEV4aqXWqFr6AlXov+SlcgB1Fv01y2kGe3Gc8nMW7VA0SrGuSkRfIEg==}
|
|
7620
|
-
|
|
7621
7649
|
lodash.template@3.6.2:
|
|
7622
7650
|
resolution: {integrity: sha512-0B4Y53I0OgHUJkt+7RmlDFWKjVAI/YUpWNiL9GQz5ORDr4ttgfQGo+phBWKFLJbBdtOwgMuUkdOHOnPg45jKmQ==}
|
|
7623
7651
|
deprecated: This package is deprecated. Use https://socket.dev/npm/package/eta instead.
|
|
@@ -7634,9 +7662,6 @@ packages:
|
|
|
7634
7662
|
lodash.uniq@4.5.0:
|
|
7635
7663
|
resolution: {integrity: sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==}
|
|
7636
7664
|
|
|
7637
|
-
lodash.upperfirst@4.3.1:
|
|
7638
|
-
resolution: {integrity: sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==}
|
|
7639
|
-
|
|
7640
7665
|
lodash@4.17.21:
|
|
7641
7666
|
resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==}
|
|
7642
7667
|
|
|
@@ -7648,10 +7673,6 @@ packages:
|
|
|
7648
7673
|
resolution: {integrity: sha512-l0x2DvrW294C9uDCoQe1VSU4gf529FkSZ6leBl4TiqZH/e+0R7hSfHQBNut2mNygDgHwvYHfFLn6Oxb3VWj2rA==}
|
|
7649
7674
|
engines: {node: '>=12'}
|
|
7650
7675
|
|
|
7651
|
-
log-symbols@7.0.1:
|
|
7652
|
-
resolution: {integrity: sha512-ja1E3yCr9i/0hmBVaM0bfwDjnGy8I/s6PP4DFp+yP+a+mrHO4Rm7DtmnqROTUkHIkqffC84YY7AeqX6oFk0WFg==}
|
|
7653
|
-
engines: {node: '>=18'}
|
|
7654
|
-
|
|
7655
7676
|
log-update@6.1.0:
|
|
7656
7677
|
resolution: {integrity: sha512-9ie8ItPR6tjY5uYJh8K/Zrv/RMZ5VOlOWvtZdEHYSTFKZfIBPQa9tOAEeAWhd+AnIneLJ22w5fjOYtoutpWq5w==}
|
|
7657
7678
|
engines: {node: '>=18'}
|
|
@@ -7694,10 +7715,12 @@ packages:
|
|
|
7694
7715
|
lru-cache@5.1.1:
|
|
7695
7716
|
resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
|
|
7696
7717
|
|
|
7697
|
-
lucide-react@
|
|
7698
|
-
resolution: {integrity: sha512-
|
|
7718
|
+
lucide-react-taro@1.2.0:
|
|
7719
|
+
resolution: {integrity: sha512-V5YGKMyOGNIY41nNq1tGgFGsfANAB6ESxO0guw6L+7WVxqM3Ub9nexia/JVTGxcaDllWXCsBTBzC3WKNKJN2Gw==}
|
|
7720
|
+
hasBin: true
|
|
7699
7721
|
peerDependencies:
|
|
7700
|
-
|
|
7722
|
+
'@tarojs/components': '>=3.0.0'
|
|
7723
|
+
react: '>=16.8.0'
|
|
7701
7724
|
|
|
7702
7725
|
magic-string@0.30.21:
|
|
7703
7726
|
resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==}
|
|
@@ -7735,6 +7758,10 @@ packages:
|
|
|
7735
7758
|
resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==}
|
|
7736
7759
|
engines: {node: '>= 0.6'}
|
|
7737
7760
|
|
|
7761
|
+
media-typer@1.1.0:
|
|
7762
|
+
resolution: {integrity: sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==}
|
|
7763
|
+
engines: {node: '>= 0.8'}
|
|
7764
|
+
|
|
7738
7765
|
memfs@3.5.3:
|
|
7739
7766
|
resolution: {integrity: sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==}
|
|
7740
7767
|
engines: {node: '>= 4.0.0'}
|
|
@@ -7743,10 +7770,6 @@ packages:
|
|
|
7743
7770
|
resolution: {integrity: sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA==}
|
|
7744
7771
|
engines: {node: '>=4.3.0 <5.0.0 || >=5.10'}
|
|
7745
7772
|
|
|
7746
|
-
meow@12.1.1:
|
|
7747
|
-
resolution: {integrity: sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw==}
|
|
7748
|
-
engines: {node: '>=16.10'}
|
|
7749
|
-
|
|
7750
7773
|
meow@13.2.0:
|
|
7751
7774
|
resolution: {integrity: sha512-pxQJQzB6djGPXh08dacEloMFopsOqGVRKFPYvPOt9XDZ1HasbgDZA74CJGreSU4G3Ak7EFJGoiH2auq+yXISgA==}
|
|
7752
7775
|
engines: {node: '>=18'}
|
|
@@ -7754,6 +7777,10 @@ packages:
|
|
|
7754
7777
|
merge-descriptors@1.0.3:
|
|
7755
7778
|
resolution: {integrity: sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==}
|
|
7756
7779
|
|
|
7780
|
+
merge-descriptors@2.0.0:
|
|
7781
|
+
resolution: {integrity: sha512-Snk314V5ayFLhp3fkUREub6WtjBfPdCPY1Ln8/8munuLuiYhsABgBVWsozAG+MWMbVEvcdcpbi9R7ww22l9Q3g==}
|
|
7782
|
+
engines: {node: '>=18'}
|
|
7783
|
+
|
|
7757
7784
|
merge-stream@2.0.0:
|
|
7758
7785
|
resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==}
|
|
7759
7786
|
|
|
@@ -7781,6 +7808,10 @@ packages:
|
|
|
7781
7808
|
resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==}
|
|
7782
7809
|
engines: {node: '>= 0.6'}
|
|
7783
7810
|
|
|
7811
|
+
mime-types@3.0.2:
|
|
7812
|
+
resolution: {integrity: sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==}
|
|
7813
|
+
engines: {node: '>=18'}
|
|
7814
|
+
|
|
7784
7815
|
mime@1.6.0:
|
|
7785
7816
|
resolution: {integrity: sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==}
|
|
7786
7817
|
engines: {node: '>=4'}
|
|
@@ -7930,6 +7961,10 @@ packages:
|
|
|
7930
7961
|
resolution: {integrity: sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==}
|
|
7931
7962
|
engines: {node: '>= 0.6'}
|
|
7932
7963
|
|
|
7964
|
+
negotiator@1.0.0:
|
|
7965
|
+
resolution: {integrity: sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==}
|
|
7966
|
+
engines: {node: '>= 0.6'}
|
|
7967
|
+
|
|
7933
7968
|
neo-async@2.6.2:
|
|
7934
7969
|
resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==}
|
|
7935
7970
|
|
|
@@ -8073,6 +8108,10 @@ packages:
|
|
|
8073
8108
|
resolution: {integrity: sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==}
|
|
8074
8109
|
engines: {node: '>=18'}
|
|
8075
8110
|
|
|
8111
|
+
only-allow@1.2.2:
|
|
8112
|
+
resolution: {integrity: sha512-uxyNYDsCh5YIJ780G7hC5OHjVUr9reHsbZNMM80L9tZlTpb3hUzb36KXgW4ZUGtJKQnGA3xegmWg1BxhWV0jJA==}
|
|
8113
|
+
hasBin: true
|
|
8114
|
+
|
|
8076
8115
|
openai@6.16.0:
|
|
8077
8116
|
resolution: {integrity: sha512-fZ1uBqjFUjXzbGc35fFtYKEOxd20kd9fDpFeqWtsOZWiubY8CZ1NAlXHW3iathaFvqmNtCWMIsosCuyeI7Joxg==}
|
|
8078
8117
|
hasBin: true
|
|
@@ -8097,10 +8136,6 @@ packages:
|
|
|
8097
8136
|
resolution: {integrity: sha512-ERAyNnZOfqM+Ao3RAvIXkYh5joP220yf59gVe2X/cI6SiCxIdi4c9HZKZD8R6q/RDXEje1THBju6iExiSsgJaQ==}
|
|
8098
8137
|
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
|
8099
8138
|
|
|
8100
|
-
ora@9.1.0:
|
|
8101
|
-
resolution: {integrity: sha512-53uuLsXHOAJl5zLrUrzY9/kE+uIFEx7iaH4g2BIJQK4LZjY4LpCCYZVKDWIkL+F01wAaCg93duQ1whnK/AmY1A==}
|
|
8102
|
-
engines: {node: '>=20'}
|
|
8103
|
-
|
|
8104
8139
|
os-homedir@1.0.2:
|
|
8105
8140
|
resolution: {integrity: sha512-B5JU3cabzk8c67mRRd3ECmROafjYMXbuzlwtqdM8IbS8ktlTix8aFGb2bAGKrSRIlnfKwovGUUr72JUPyOb6kQ==}
|
|
8106
8141
|
engines: {node: '>=0.10.0'}
|
|
@@ -8141,10 +8176,6 @@ packages:
|
|
|
8141
8176
|
resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==}
|
|
8142
8177
|
engines: {node: '>=10'}
|
|
8143
8178
|
|
|
8144
|
-
p-limit@4.0.0:
|
|
8145
|
-
resolution: {integrity: sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==}
|
|
8146
|
-
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
|
8147
|
-
|
|
8148
8179
|
p-locate@3.0.0:
|
|
8149
8180
|
resolution: {integrity: sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==}
|
|
8150
8181
|
engines: {node: '>=6'}
|
|
@@ -8157,10 +8188,6 @@ packages:
|
|
|
8157
8188
|
resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==}
|
|
8158
8189
|
engines: {node: '>=10'}
|
|
8159
8190
|
|
|
8160
|
-
p-locate@6.0.0:
|
|
8161
|
-
resolution: {integrity: sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==}
|
|
8162
|
-
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
|
8163
|
-
|
|
8164
8191
|
p-queue@6.6.2:
|
|
8165
8192
|
resolution: {integrity: sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ==}
|
|
8166
8193
|
engines: {node: '>=8'}
|
|
@@ -8247,10 +8274,6 @@ packages:
|
|
|
8247
8274
|
resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==}
|
|
8248
8275
|
engines: {node: '>=8'}
|
|
8249
8276
|
|
|
8250
|
-
path-exists@5.0.0:
|
|
8251
|
-
resolution: {integrity: sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==}
|
|
8252
|
-
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
|
8253
|
-
|
|
8254
8277
|
path-is-absolute@1.0.1:
|
|
8255
8278
|
resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==}
|
|
8256
8279
|
engines: {node: '>=0.10.0'}
|
|
@@ -8275,6 +8298,9 @@ packages:
|
|
|
8275
8298
|
path-to-regexp@6.3.0:
|
|
8276
8299
|
resolution: {integrity: sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==}
|
|
8277
8300
|
|
|
8301
|
+
path-to-regexp@8.3.0:
|
|
8302
|
+
resolution: {integrity: sha512-7jdwVIRtsP8MYpdXSwOS0YdD0Du+qOoF/AEPIt88PcCFrZCzx41oxku1jD88hZBwbNUIEfpqvuhjFaMAqMTWnA==}
|
|
8303
|
+
|
|
8278
8304
|
path-type@4.0.0:
|
|
8279
8305
|
resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==}
|
|
8280
8306
|
engines: {node: '>=8'}
|
|
@@ -8950,6 +8976,10 @@ packages:
|
|
|
8950
8976
|
resolution: {integrity: sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==}
|
|
8951
8977
|
engines: {node: '>=0.6'}
|
|
8952
8978
|
|
|
8979
|
+
qs@6.14.1:
|
|
8980
|
+
resolution: {integrity: sha512-4EK3+xJl8Ts67nLYNwqw/dsFVnCf+qR7RgXSK9jEEm9unao3njwMDdmsdvoKBKHzxd7tCYz5e5M+SnMjdtXGQQ==}
|
|
8981
|
+
engines: {node: '>=0.6'}
|
|
8982
|
+
|
|
8953
8983
|
qs@6.5.3:
|
|
8954
8984
|
resolution: {integrity: sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==}
|
|
8955
8985
|
engines: {node: '>=0.6'}
|
|
@@ -8987,6 +9017,10 @@ packages:
|
|
|
8987
9017
|
resolution: {integrity: sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==}
|
|
8988
9018
|
engines: {node: '>= 0.8'}
|
|
8989
9019
|
|
|
9020
|
+
raw-body@3.0.2:
|
|
9021
|
+
resolution: {integrity: sha512-K5zQjDllxWkf7Z5xJdV0/B0WTNqx6vxG70zJE4N0kBs4LovmEYWJzQGxC9bS9RAKu3bgM40lrd5zoLJ12MQ5BA==}
|
|
9022
|
+
engines: {node: '>= 0.10'}
|
|
9023
|
+
|
|
8990
9024
|
rc9@2.1.2:
|
|
8991
9025
|
resolution: {integrity: sha512-btXCnMmRIBINM2LDZoEmOogIZU7Qe7zn4BpomSKZ/ykbLObuBdvG+mFq11DL6fjH1DRwHhrlgtYWG96bJiC7Cg==}
|
|
8992
9026
|
|
|
@@ -9226,6 +9260,10 @@ packages:
|
|
|
9226
9260
|
engines: {node: '>=14.18.0', npm: '>=8.0.0'}
|
|
9227
9261
|
hasBin: true
|
|
9228
9262
|
|
|
9263
|
+
router@2.2.0:
|
|
9264
|
+
resolution: {integrity: sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ==}
|
|
9265
|
+
engines: {node: '>= 18'}
|
|
9266
|
+
|
|
9229
9267
|
run-async@2.4.1:
|
|
9230
9268
|
resolution: {integrity: sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==}
|
|
9231
9269
|
engines: {node: '>=0.12.0'}
|
|
@@ -9314,6 +9352,10 @@ packages:
|
|
|
9314
9352
|
resolution: {integrity: sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==}
|
|
9315
9353
|
engines: {node: '>= 0.8.0'}
|
|
9316
9354
|
|
|
9355
|
+
send@1.2.1:
|
|
9356
|
+
resolution: {integrity: sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==}
|
|
9357
|
+
engines: {node: '>= 18'}
|
|
9358
|
+
|
|
9317
9359
|
sentence-case@3.0.4:
|
|
9318
9360
|
resolution: {integrity: sha512-8LS0JInaQMCRoQ7YUytAo/xUu5W2XnQxV2HI/6uM6U7CITS1RqPElr30V6uIqyMKM9lJGRVFy5/4CuzcixNYSg==}
|
|
9319
9361
|
|
|
@@ -9334,6 +9376,10 @@ packages:
|
|
|
9334
9376
|
resolution: {integrity: sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==}
|
|
9335
9377
|
engines: {node: '>= 0.8.0'}
|
|
9336
9378
|
|
|
9379
|
+
serve-static@2.2.1:
|
|
9380
|
+
resolution: {integrity: sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==}
|
|
9381
|
+
engines: {node: '>= 18'}
|
|
9382
|
+
|
|
9337
9383
|
set-blocking@2.0.0:
|
|
9338
9384
|
resolution: {integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==}
|
|
9339
9385
|
|
|
@@ -9363,6 +9409,10 @@ packages:
|
|
|
9363
9409
|
resolution: {integrity: sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==}
|
|
9364
9410
|
engines: {node: '>=8'}
|
|
9365
9411
|
|
|
9412
|
+
sharp@0.33.5:
|
|
9413
|
+
resolution: {integrity: sha512-haPVm1EkS9pgvHrQ/F3Xy+hgcuMV0Wm9vfIBSiwZ05k+xgb0PkBQpGsAA/oWdDobNaZTH5ppvHtzCFbnSEwHVw==}
|
|
9414
|
+
engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
|
|
9415
|
+
|
|
9366
9416
|
shebang-command@2.0.0:
|
|
9367
9417
|
resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==}
|
|
9368
9418
|
engines: {node: '>=8'}
|
|
@@ -9412,6 +9462,9 @@ packages:
|
|
|
9412
9462
|
simple-plist@1.3.1:
|
|
9413
9463
|
resolution: {integrity: sha512-iMSw5i0XseMnrhtIzRb7XpQEXepa9xhWxGUojHBL43SIpQuDQkh3Wpy67ZbDzZVr6EKxvwVChnVpdl8hEVLDiw==}
|
|
9414
9464
|
|
|
9465
|
+
simple-swizzle@0.2.4:
|
|
9466
|
+
resolution: {integrity: sha512-nAu1WFPQSMNr2Zn9PGSZK9AGn4t/y97lEm+MXTtUDwfP0ksAIX4nO+6ruD9Jwut4C49SB1Ws+fbXsm/yScWOHw==}
|
|
9467
|
+
|
|
9415
9468
|
simple-wcswidth@1.1.2:
|
|
9416
9469
|
resolution: {integrity: sha512-j7piyCjAeTDSjzTSQ7DokZtMNwNlEAyxqSZeCS+CXH7fJ4jx3FuJ/mTW3mE+6JLs4VJBbcll0Kjn+KXI5t21Iw==}
|
|
9417
9470
|
|
|
@@ -9511,14 +9564,14 @@ packages:
|
|
|
9511
9564
|
resolution: {integrity: sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==}
|
|
9512
9565
|
engines: {node: '>= 0.8'}
|
|
9513
9566
|
|
|
9567
|
+
statuses@2.0.2:
|
|
9568
|
+
resolution: {integrity: sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==}
|
|
9569
|
+
engines: {node: '>= 0.8'}
|
|
9570
|
+
|
|
9514
9571
|
stdin-discarder@0.1.0:
|
|
9515
9572
|
resolution: {integrity: sha512-xhV7w8S+bUwlPTb4bAOUQhv8/cSS5offJuX8GQGq32ONF0ZtDWKfkdomM3HMRA+LhX6um/FZ0COqlwsjD53LeQ==}
|
|
9516
9573
|
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
|
9517
9574
|
|
|
9518
|
-
stdin-discarder@0.2.2:
|
|
9519
|
-
resolution: {integrity: sha512-UhDfHmA92YAlNnCfhmq0VeNL5bDbiZGg7sZ2IvPsXubGkiNa9EC+tUTsjBRsYUAz87btI6/1wf4XoVvQ3uRnmQ==}
|
|
9520
|
-
engines: {node: '>=18'}
|
|
9521
|
-
|
|
9522
9575
|
stop-iteration-iterator@1.1.0:
|
|
9523
9576
|
resolution: {integrity: sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==}
|
|
9524
9577
|
engines: {node: '>= 0.4'}
|
|
@@ -9778,10 +9831,6 @@ packages:
|
|
|
9778
9831
|
engines: {node: '>=10'}
|
|
9779
9832
|
hasBin: true
|
|
9780
9833
|
|
|
9781
|
-
text-extensions@2.4.0:
|
|
9782
|
-
resolution: {integrity: sha512-te/NtwBwfiNRLf9Ijqx3T0nlqZiQ2XrrtBvu+cLL8ZRrGkO0NHTug8MYFKyoSrv/sHTaSKfilUkizV6XhxMJ3g==}
|
|
9783
|
-
engines: {node: '>=8'}
|
|
9784
|
-
|
|
9785
9834
|
text-table@0.2.0:
|
|
9786
9835
|
resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==}
|
|
9787
9836
|
|
|
@@ -9872,11 +9921,6 @@ packages:
|
|
|
9872
9921
|
tr46@0.0.3:
|
|
9873
9922
|
resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==}
|
|
9874
9923
|
|
|
9875
|
-
transliteration@2.6.1:
|
|
9876
|
-
resolution: {integrity: sha512-hJ9BhrQAOnNTbpOr1MxsNjZISkn7ppvF5TKUeFmTE1mG4ZPD/XVxF0L0LUoIUCWmQyxH0gJpVtfYLAWf298U9w==}
|
|
9877
|
-
engines: {node: '>=20.0.0'}
|
|
9878
|
-
hasBin: true
|
|
9879
|
-
|
|
9880
9924
|
tree-kill@1.2.2:
|
|
9881
9925
|
resolution: {integrity: sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==}
|
|
9882
9926
|
hasBin: true
|
|
@@ -9944,6 +9988,10 @@ packages:
|
|
|
9944
9988
|
resolution: {integrity: sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==}
|
|
9945
9989
|
engines: {node: '>= 0.6'}
|
|
9946
9990
|
|
|
9991
|
+
type-is@2.0.1:
|
|
9992
|
+
resolution: {integrity: sha512-OZs6gsjF4vMp32qrCbiVSkrFmXtG/AZhY3t0iAMrMBiAZyV9oALtXO8hsrHbMXF9x6L3grlFuwW2oAz7cav+Gw==}
|
|
9993
|
+
engines: {node: '>= 0.6'}
|
|
9994
|
+
|
|
9947
9995
|
typed-array-buffer@1.0.3:
|
|
9948
9996
|
resolution: {integrity: sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==}
|
|
9949
9997
|
engines: {node: '>= 0.4'}
|
|
@@ -10020,10 +10068,6 @@ packages:
|
|
|
10020
10068
|
resolution: {integrity: sha512-hpbDzxUY9BFwX+UeBnxv3Sh1q7HFxj48DTmXchNgRa46lO8uj3/1iEn3MiNUYTg1g9ctIqXCCERn8gYZhHC5lQ==}
|
|
10021
10069
|
engines: {node: '>=4'}
|
|
10022
10070
|
|
|
10023
|
-
unicorn-magic@0.1.0:
|
|
10024
|
-
resolution: {integrity: sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==}
|
|
10025
|
-
engines: {node: '>=18'}
|
|
10026
|
-
|
|
10027
10071
|
uniq@1.0.1:
|
|
10028
10072
|
resolution: {integrity: sha512-Gw+zz50YNKPDKXs+9d+aKAjVwpjNwqzvNpLigIruT4HA9lMZNdMqs9x07kKHB/L9WRzqp4+DlTU5s4wG2esdoA==}
|
|
10029
10073
|
|
|
@@ -10204,6 +10248,10 @@ packages:
|
|
|
10204
10248
|
which-module@2.0.1:
|
|
10205
10249
|
resolution: {integrity: sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==}
|
|
10206
10250
|
|
|
10251
|
+
which-pm-runs@1.1.0:
|
|
10252
|
+
resolution: {integrity: sha512-n1brCuqClxfFfq/Rb0ICg9giSZqCS+pLtccdag6C2HyufBrh3fBOiy9nb6ggRMvWOVH5GrdJskj5iGTZNxd7SA==}
|
|
10253
|
+
engines: {node: '>=4'}
|
|
10254
|
+
|
|
10207
10255
|
which-typed-array@1.1.19:
|
|
10208
10256
|
resolution: {integrity: sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw==}
|
|
10209
10257
|
engines: {node: '>= 0.4'}
|
|
@@ -10247,6 +10295,18 @@ packages:
|
|
|
10247
10295
|
resolution: {integrity: sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw==}
|
|
10248
10296
|
engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
|
|
10249
10297
|
|
|
10298
|
+
ws@8.19.0:
|
|
10299
|
+
resolution: {integrity: sha512-blAT2mjOEIi0ZzruJfIhb3nps74PRWTCz1IjglWEEpQl5XS/UNama6u2/rjFkDDouqr4L67ry+1aGIALViWjDg==}
|
|
10300
|
+
engines: {node: '>=10.0.0'}
|
|
10301
|
+
peerDependencies:
|
|
10302
|
+
bufferutil: ^4.0.1
|
|
10303
|
+
utf-8-validate: '>=5.0.2'
|
|
10304
|
+
peerDependenciesMeta:
|
|
10305
|
+
bufferutil:
|
|
10306
|
+
optional: true
|
|
10307
|
+
utf-8-validate:
|
|
10308
|
+
optional: true
|
|
10309
|
+
|
|
10250
10310
|
wxml-minifier@0.0.1:
|
|
10251
10311
|
resolution: {integrity: sha512-g8ZS4fyLdyRIcExnevKTnAFxbtYlAPKBGFO1DXOcsJfmppQWjH2xe2Ff6rRQ2ubYAWalaNjMYpkAl6hurhqkHg==}
|
|
10252
10312
|
|
|
@@ -10322,14 +10382,6 @@ packages:
|
|
|
10322
10382
|
resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
|
|
10323
10383
|
engines: {node: '>=10'}
|
|
10324
10384
|
|
|
10325
|
-
yocto-queue@1.2.2:
|
|
10326
|
-
resolution: {integrity: sha512-4LCcse/U2MHZ63HAJVE+v71o7yOdIe4cZ70Wpf8D/IyjDKYQLV5GD46B+hSTjJsvV5PztjvHoU580EftxjDZFQ==}
|
|
10327
|
-
engines: {node: '>=12.20'}
|
|
10328
|
-
|
|
10329
|
-
yoctocolors@2.1.2:
|
|
10330
|
-
resolution: {integrity: sha512-CzhO+pFNo8ajLM2d2IW/R93ipy99LWjtwblvC1RsoSUMZgyLbYFr221TnSNT7GjGdYui6P459mw9JH/g/zW2ug==}
|
|
10331
|
-
engines: {node: '>=18'}
|
|
10332
|
-
|
|
10333
10385
|
yup@1.7.1:
|
|
10334
10386
|
resolution: {integrity: sha512-GKHFX2nXul2/4Dtfxhozv701jLQHdf6J34YDh2cEkpqoo8le5Mg6/LrdseVLrFarmFygZTlfIhHx/QKfb/QWXw==}
|
|
10335
10387
|
|
|
@@ -12563,117 +12615,7 @@ snapshots:
|
|
|
12563
12615
|
'@colors/colors@1.5.0':
|
|
12564
12616
|
optional: true
|
|
12565
12617
|
|
|
12566
|
-
'@
|
|
12567
|
-
dependencies:
|
|
12568
|
-
'@commitlint/format': 19.8.1
|
|
12569
|
-
'@commitlint/lint': 19.8.1
|
|
12570
|
-
'@commitlint/load': 19.8.1(@types/node@22.19.6)(typescript@5.9.3)
|
|
12571
|
-
'@commitlint/read': 19.8.1
|
|
12572
|
-
'@commitlint/types': 19.8.1
|
|
12573
|
-
tinyexec: 1.0.2
|
|
12574
|
-
yargs: 17.7.2
|
|
12575
|
-
transitivePeerDependencies:
|
|
12576
|
-
- '@types/node'
|
|
12577
|
-
- typescript
|
|
12578
|
-
|
|
12579
|
-
'@commitlint/config-conventional@19.8.1':
|
|
12580
|
-
dependencies:
|
|
12581
|
-
'@commitlint/types': 19.8.1
|
|
12582
|
-
conventional-changelog-conventionalcommits: 7.0.2
|
|
12583
|
-
|
|
12584
|
-
'@commitlint/config-validator@19.8.1':
|
|
12585
|
-
dependencies:
|
|
12586
|
-
'@commitlint/types': 19.8.1
|
|
12587
|
-
ajv: 8.17.1
|
|
12588
|
-
|
|
12589
|
-
'@commitlint/ensure@19.8.1':
|
|
12590
|
-
dependencies:
|
|
12591
|
-
'@commitlint/types': 19.8.1
|
|
12592
|
-
lodash.camelcase: 4.3.0
|
|
12593
|
-
lodash.kebabcase: 4.1.1
|
|
12594
|
-
lodash.snakecase: 4.1.1
|
|
12595
|
-
lodash.startcase: 4.4.0
|
|
12596
|
-
lodash.upperfirst: 4.3.1
|
|
12597
|
-
|
|
12598
|
-
'@commitlint/execute-rule@19.8.1': {}
|
|
12599
|
-
|
|
12600
|
-
'@commitlint/format@19.8.1':
|
|
12601
|
-
dependencies:
|
|
12602
|
-
'@commitlint/types': 19.8.1
|
|
12603
|
-
chalk: 5.6.2
|
|
12604
|
-
|
|
12605
|
-
'@commitlint/is-ignored@19.8.1':
|
|
12606
|
-
dependencies:
|
|
12607
|
-
'@commitlint/types': 19.8.1
|
|
12608
|
-
semver: 7.7.3
|
|
12609
|
-
|
|
12610
|
-
'@commitlint/lint@19.8.1':
|
|
12611
|
-
dependencies:
|
|
12612
|
-
'@commitlint/is-ignored': 19.8.1
|
|
12613
|
-
'@commitlint/parse': 19.8.1
|
|
12614
|
-
'@commitlint/rules': 19.8.1
|
|
12615
|
-
'@commitlint/types': 19.8.1
|
|
12616
|
-
|
|
12617
|
-
'@commitlint/load@19.8.1(@types/node@22.19.6)(typescript@5.9.3)':
|
|
12618
|
-
dependencies:
|
|
12619
|
-
'@commitlint/config-validator': 19.8.1
|
|
12620
|
-
'@commitlint/execute-rule': 19.8.1
|
|
12621
|
-
'@commitlint/resolve-extends': 19.8.1
|
|
12622
|
-
'@commitlint/types': 19.8.1
|
|
12623
|
-
chalk: 5.6.2
|
|
12624
|
-
cosmiconfig: 9.0.0(typescript@5.9.3)
|
|
12625
|
-
cosmiconfig-typescript-loader: 6.2.0(@types/node@22.19.6)(cosmiconfig@9.0.0(typescript@5.9.3))(typescript@5.9.3)
|
|
12626
|
-
lodash.isplainobject: 4.0.6
|
|
12627
|
-
lodash.merge: 4.6.2
|
|
12628
|
-
lodash.uniq: 4.5.0
|
|
12629
|
-
transitivePeerDependencies:
|
|
12630
|
-
- '@types/node'
|
|
12631
|
-
- typescript
|
|
12632
|
-
|
|
12633
|
-
'@commitlint/message@19.8.1': {}
|
|
12634
|
-
|
|
12635
|
-
'@commitlint/parse@19.8.1':
|
|
12636
|
-
dependencies:
|
|
12637
|
-
'@commitlint/types': 19.8.1
|
|
12638
|
-
conventional-changelog-angular: 7.0.0
|
|
12639
|
-
conventional-commits-parser: 5.0.0
|
|
12640
|
-
|
|
12641
|
-
'@commitlint/read@19.8.1':
|
|
12642
|
-
dependencies:
|
|
12643
|
-
'@commitlint/top-level': 19.8.1
|
|
12644
|
-
'@commitlint/types': 19.8.1
|
|
12645
|
-
git-raw-commits: 4.0.0
|
|
12646
|
-
minimist: 1.2.8
|
|
12647
|
-
tinyexec: 1.0.2
|
|
12648
|
-
|
|
12649
|
-
'@commitlint/resolve-extends@19.8.1':
|
|
12650
|
-
dependencies:
|
|
12651
|
-
'@commitlint/config-validator': 19.8.1
|
|
12652
|
-
'@commitlint/types': 19.8.1
|
|
12653
|
-
global-directory: 4.0.1
|
|
12654
|
-
import-meta-resolve: 4.2.0
|
|
12655
|
-
lodash.mergewith: 4.6.2
|
|
12656
|
-
resolve-from: 5.0.0
|
|
12657
|
-
|
|
12658
|
-
'@commitlint/rules@19.8.1':
|
|
12659
|
-
dependencies:
|
|
12660
|
-
'@commitlint/ensure': 19.8.1
|
|
12661
|
-
'@commitlint/message': 19.8.1
|
|
12662
|
-
'@commitlint/to-lines': 19.8.1
|
|
12663
|
-
'@commitlint/types': 19.8.1
|
|
12664
|
-
|
|
12665
|
-
'@commitlint/to-lines@19.8.1': {}
|
|
12666
|
-
|
|
12667
|
-
'@commitlint/top-level@19.8.1':
|
|
12668
|
-
dependencies:
|
|
12669
|
-
find-up: 7.0.0
|
|
12670
|
-
|
|
12671
|
-
'@commitlint/types@19.8.1':
|
|
12672
|
-
dependencies:
|
|
12673
|
-
'@types/conventional-commits-parser': 5.0.2
|
|
12674
|
-
chalk: 5.6.2
|
|
12675
|
-
|
|
12676
|
-
'@cronvel/get-pixels@3.4.1':
|
|
12618
|
+
'@cronvel/get-pixels@3.4.1':
|
|
12677
12619
|
dependencies:
|
|
12678
12620
|
jpeg-js: 0.4.4
|
|
12679
12621
|
ndarray: 1.0.19
|
|
@@ -12997,6 +12939,11 @@ snapshots:
|
|
|
12997
12939
|
|
|
12998
12940
|
'@dual-bundle/import-meta-resolve@4.2.1': {}
|
|
12999
12941
|
|
|
12942
|
+
'@emnapi/runtime@1.8.1':
|
|
12943
|
+
dependencies:
|
|
12944
|
+
tslib: 2.8.1
|
|
12945
|
+
optional: true
|
|
12946
|
+
|
|
13000
12947
|
'@esbuild-kit/core-utils@3.3.2':
|
|
13001
12948
|
dependencies:
|
|
13002
12949
|
esbuild: 0.18.20
|
|
@@ -13246,6 +13193,20 @@ snapshots:
|
|
|
13246
13193
|
transitivePeerDependencies:
|
|
13247
13194
|
- supports-color
|
|
13248
13195
|
|
|
13196
|
+
'@eslint/eslintrc@3.3.3':
|
|
13197
|
+
dependencies:
|
|
13198
|
+
ajv: 6.12.6
|
|
13199
|
+
debug: 4.4.3
|
|
13200
|
+
espree: 10.4.0
|
|
13201
|
+
globals: 14.0.0
|
|
13202
|
+
ignore: 5.3.2
|
|
13203
|
+
import-fresh: 3.3.1
|
|
13204
|
+
js-yaml: 4.1.1
|
|
13205
|
+
minimatch: 3.1.2
|
|
13206
|
+
strip-json-comments: 3.1.1
|
|
13207
|
+
transitivePeerDependencies:
|
|
13208
|
+
- supports-color
|
|
13209
|
+
|
|
13249
13210
|
'@eslint/js@8.41.0': {}
|
|
13250
13211
|
|
|
13251
13212
|
'@eslint/js@8.57.1': {}
|
|
@@ -13276,6 +13237,81 @@ snapshots:
|
|
|
13276
13237
|
|
|
13277
13238
|
'@humanwhocodes/object-schema@2.0.3': {}
|
|
13278
13239
|
|
|
13240
|
+
'@img/sharp-darwin-arm64@0.33.5':
|
|
13241
|
+
optionalDependencies:
|
|
13242
|
+
'@img/sharp-libvips-darwin-arm64': 1.0.4
|
|
13243
|
+
optional: true
|
|
13244
|
+
|
|
13245
|
+
'@img/sharp-darwin-x64@0.33.5':
|
|
13246
|
+
optionalDependencies:
|
|
13247
|
+
'@img/sharp-libvips-darwin-x64': 1.0.4
|
|
13248
|
+
optional: true
|
|
13249
|
+
|
|
13250
|
+
'@img/sharp-libvips-darwin-arm64@1.0.4':
|
|
13251
|
+
optional: true
|
|
13252
|
+
|
|
13253
|
+
'@img/sharp-libvips-darwin-x64@1.0.4':
|
|
13254
|
+
optional: true
|
|
13255
|
+
|
|
13256
|
+
'@img/sharp-libvips-linux-arm64@1.0.4':
|
|
13257
|
+
optional: true
|
|
13258
|
+
|
|
13259
|
+
'@img/sharp-libvips-linux-arm@1.0.5':
|
|
13260
|
+
optional: true
|
|
13261
|
+
|
|
13262
|
+
'@img/sharp-libvips-linux-s390x@1.0.4':
|
|
13263
|
+
optional: true
|
|
13264
|
+
|
|
13265
|
+
'@img/sharp-libvips-linux-x64@1.0.4':
|
|
13266
|
+
optional: true
|
|
13267
|
+
|
|
13268
|
+
'@img/sharp-libvips-linuxmusl-arm64@1.0.4':
|
|
13269
|
+
optional: true
|
|
13270
|
+
|
|
13271
|
+
'@img/sharp-libvips-linuxmusl-x64@1.0.4':
|
|
13272
|
+
optional: true
|
|
13273
|
+
|
|
13274
|
+
'@img/sharp-linux-arm64@0.33.5':
|
|
13275
|
+
optionalDependencies:
|
|
13276
|
+
'@img/sharp-libvips-linux-arm64': 1.0.4
|
|
13277
|
+
optional: true
|
|
13278
|
+
|
|
13279
|
+
'@img/sharp-linux-arm@0.33.5':
|
|
13280
|
+
optionalDependencies:
|
|
13281
|
+
'@img/sharp-libvips-linux-arm': 1.0.5
|
|
13282
|
+
optional: true
|
|
13283
|
+
|
|
13284
|
+
'@img/sharp-linux-s390x@0.33.5':
|
|
13285
|
+
optionalDependencies:
|
|
13286
|
+
'@img/sharp-libvips-linux-s390x': 1.0.4
|
|
13287
|
+
optional: true
|
|
13288
|
+
|
|
13289
|
+
'@img/sharp-linux-x64@0.33.5':
|
|
13290
|
+
optionalDependencies:
|
|
13291
|
+
'@img/sharp-libvips-linux-x64': 1.0.4
|
|
13292
|
+
optional: true
|
|
13293
|
+
|
|
13294
|
+
'@img/sharp-linuxmusl-arm64@0.33.5':
|
|
13295
|
+
optionalDependencies:
|
|
13296
|
+
'@img/sharp-libvips-linuxmusl-arm64': 1.0.4
|
|
13297
|
+
optional: true
|
|
13298
|
+
|
|
13299
|
+
'@img/sharp-linuxmusl-x64@0.33.5':
|
|
13300
|
+
optionalDependencies:
|
|
13301
|
+
'@img/sharp-libvips-linuxmusl-x64': 1.0.4
|
|
13302
|
+
optional: true
|
|
13303
|
+
|
|
13304
|
+
'@img/sharp-wasm32@0.33.5':
|
|
13305
|
+
dependencies:
|
|
13306
|
+
'@emnapi/runtime': 1.8.1
|
|
13307
|
+
optional: true
|
|
13308
|
+
|
|
13309
|
+
'@img/sharp-win32-ia32@0.33.5':
|
|
13310
|
+
optional: true
|
|
13311
|
+
|
|
13312
|
+
'@img/sharp-win32-x64@0.33.5':
|
|
13313
|
+
optional: true
|
|
13314
|
+
|
|
13279
13315
|
'@inquirer/external-editor@1.0.3(@types/node@22.19.6)':
|
|
13280
13316
|
dependencies:
|
|
13281
13317
|
chardet: 2.1.1
|
|
@@ -13795,14 +13831,14 @@ snapshots:
|
|
|
13795
13831
|
|
|
13796
13832
|
'@keyv/serialize@1.1.1': {}
|
|
13797
13833
|
|
|
13798
|
-
'@langchain/core@1.1.16(openai@6.16.0(zod@4.3.5))':
|
|
13834
|
+
'@langchain/core@1.1.16(openai@6.16.0(ws@8.19.0)(zod@4.3.5))':
|
|
13799
13835
|
dependencies:
|
|
13800
13836
|
'@cfworker/json-schema': 4.1.1
|
|
13801
13837
|
ansi-styles: 5.2.0
|
|
13802
13838
|
camelcase: 6.3.0
|
|
13803
13839
|
decamelize: 1.2.0
|
|
13804
13840
|
js-tiktoken: 1.0.21
|
|
13805
|
-
langsmith: 0.4.7(openai@6.16.0(zod@4.3.5))
|
|
13841
|
+
langsmith: 0.4.7(openai@6.16.0(ws@8.19.0)(zod@4.3.5))
|
|
13806
13842
|
mustache: 4.2.0
|
|
13807
13843
|
p-queue: 6.6.2
|
|
13808
13844
|
uuid: 10.0.0
|
|
@@ -13813,11 +13849,11 @@ snapshots:
|
|
|
13813
13849
|
- '@opentelemetry/sdk-trace-base'
|
|
13814
13850
|
- openai
|
|
13815
13851
|
|
|
13816
|
-
'@langchain/openai@1.2.3(@langchain/core@1.1.16(openai@6.16.0(zod@4.3.5)))':
|
|
13852
|
+
'@langchain/openai@1.2.3(@langchain/core@1.1.16(openai@6.16.0(ws@8.19.0)(zod@4.3.5)))(ws@8.19.0)':
|
|
13817
13853
|
dependencies:
|
|
13818
|
-
'@langchain/core': 1.1.16(openai@6.16.0(zod@4.3.5))
|
|
13854
|
+
'@langchain/core': 1.1.16(openai@6.16.0(ws@8.19.0)(zod@4.3.5))
|
|
13819
13855
|
js-tiktoken: 1.0.21
|
|
13820
|
-
openai: 6.16.0(zod@4.3.5)
|
|
13856
|
+
openai: 6.16.0(ws@8.19.0)(zod@4.3.5)
|
|
13821
13857
|
zod: 4.3.5
|
|
13822
13858
|
transitivePeerDependencies:
|
|
13823
13859
|
- ws
|
|
@@ -14436,6 +14472,44 @@ snapshots:
|
|
|
14436
14472
|
|
|
14437
14473
|
'@stencil/core@2.22.3': {}
|
|
14438
14474
|
|
|
14475
|
+
'@supabase/auth-js@2.95.3':
|
|
14476
|
+
dependencies:
|
|
14477
|
+
tslib: 2.8.1
|
|
14478
|
+
|
|
14479
|
+
'@supabase/functions-js@2.95.3':
|
|
14480
|
+
dependencies:
|
|
14481
|
+
tslib: 2.8.1
|
|
14482
|
+
|
|
14483
|
+
'@supabase/postgrest-js@2.95.3':
|
|
14484
|
+
dependencies:
|
|
14485
|
+
tslib: 2.8.1
|
|
14486
|
+
|
|
14487
|
+
'@supabase/realtime-js@2.95.3':
|
|
14488
|
+
dependencies:
|
|
14489
|
+
'@types/phoenix': 1.6.7
|
|
14490
|
+
'@types/ws': 8.18.1
|
|
14491
|
+
tslib: 2.8.1
|
|
14492
|
+
ws: 8.19.0
|
|
14493
|
+
transitivePeerDependencies:
|
|
14494
|
+
- bufferutil
|
|
14495
|
+
- utf-8-validate
|
|
14496
|
+
|
|
14497
|
+
'@supabase/storage-js@2.95.3':
|
|
14498
|
+
dependencies:
|
|
14499
|
+
iceberg-js: 0.8.1
|
|
14500
|
+
tslib: 2.8.1
|
|
14501
|
+
|
|
14502
|
+
'@supabase/supabase-js@2.95.3':
|
|
14503
|
+
dependencies:
|
|
14504
|
+
'@supabase/auth-js': 2.95.3
|
|
14505
|
+
'@supabase/functions-js': 2.95.3
|
|
14506
|
+
'@supabase/postgrest-js': 2.95.3
|
|
14507
|
+
'@supabase/realtime-js': 2.95.3
|
|
14508
|
+
'@supabase/storage-js': 2.95.3
|
|
14509
|
+
transitivePeerDependencies:
|
|
14510
|
+
- bufferutil
|
|
14511
|
+
- utf-8-validate
|
|
14512
|
+
|
|
14439
14513
|
'@swc/core-darwin-arm64@1.3.96':
|
|
14440
14514
|
optional: true
|
|
14441
14515
|
|
|
@@ -14676,12 +14750,12 @@ snapshots:
|
|
|
14676
14750
|
- debug
|
|
14677
14751
|
- supports-color
|
|
14678
14752
|
|
|
14679
|
-
'@tarojs/components-react@4.1.9(@tarojs/helper@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(react@18.3.1)(rollup@3.29.5)(solid-js@1.9.10)(webpack@5.97.1(@swc/core@1.3.96))':
|
|
14753
|
+
'@tarojs/components-react@4.1.9(@tarojs/helper@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(react@18.3.1)(rollup@3.29.5)(solid-js@1.9.10)(webpack@5.97.1(@swc/core@1.3.96)(esbuild@0.25.12))':
|
|
14680
14754
|
dependencies:
|
|
14681
14755
|
'@babel/runtime': 7.28.4
|
|
14682
|
-
'@tarojs/components': 4.1.9(@tarojs/helper@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96))
|
|
14756
|
+
'@tarojs/components': 4.1.9(@tarojs/helper@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)(esbuild@0.25.12))
|
|
14683
14757
|
'@tarojs/shared': 4.1.9
|
|
14684
|
-
'@tarojs/taro': 4.1.9(@tarojs/components@4.1.9(@tarojs/helper@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)))(@tarojs/helper@4.1.9)(@tarojs/shared@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96))
|
|
14758
|
+
'@tarojs/taro': 4.1.9(@tarojs/components@4.1.9(@tarojs/helper@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)(esbuild@0.25.12)))(@tarojs/helper@4.1.9)(@tarojs/shared@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)(esbuild@0.25.12))
|
|
14685
14759
|
classnames: 2.5.1
|
|
14686
14760
|
identity-obj-proxy: 3.0.0
|
|
14687
14761
|
react: 18.3.1
|
|
@@ -14699,12 +14773,12 @@ snapshots:
|
|
|
14699
14773
|
- webpack-chain
|
|
14700
14774
|
- webpack-dev-server
|
|
14701
14775
|
|
|
14702
|
-
'@tarojs/components@4.1.9(@tarojs/helper@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96))':
|
|
14776
|
+
'@tarojs/components@4.1.9(@tarojs/helper@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)(esbuild@0.25.12))':
|
|
14703
14777
|
dependencies:
|
|
14704
14778
|
'@stencil/core': 2.22.3
|
|
14705
14779
|
'@tarojs/runtime': 4.1.9
|
|
14706
14780
|
'@tarojs/shared': 4.1.9
|
|
14707
|
-
'@tarojs/taro': 4.1.9(@tarojs/components@4.1.9(@tarojs/helper@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)))(@tarojs/helper@4.1.9)(@tarojs/shared@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96))
|
|
14781
|
+
'@tarojs/taro': 4.1.9(@tarojs/components@4.1.9(@tarojs/helper@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)(esbuild@0.25.12)))(@tarojs/helper@4.1.9)(@tarojs/shared@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)(esbuild@0.25.12))
|
|
14708
14782
|
classnames: 2.5.1
|
|
14709
14783
|
hammerjs: 2.0.8
|
|
14710
14784
|
hls.js: 1.6.15
|
|
@@ -14844,7 +14918,7 @@ snapshots:
|
|
|
14844
14918
|
transitivePeerDependencies:
|
|
14845
14919
|
- supports-color
|
|
14846
14920
|
|
|
14847
|
-
'@tarojs/plugin-framework-react@4.1.9(@tarojs/helper@4.1.9)(@tarojs/runtime@4.1.9)(@tarojs/shared@4.1.9)(@vitejs/plugin-react@4.7.0(vite@4.5.14(@types/node@22.19.6)(less@4.5.1)(lightningcss@1.30.2)(sass@1.97.2)(terser@5.44.1)))(react@18.3.1)(vite@4.5.14(@types/node@22.19.6)(less@4.5.1)(lightningcss@1.30.2)(sass@1.97.2)(terser@5.44.1))(webpack@5.97.1(@swc/core@1.3.96))':
|
|
14921
|
+
'@tarojs/plugin-framework-react@4.1.9(@tarojs/helper@4.1.9)(@tarojs/runtime@4.1.9)(@tarojs/shared@4.1.9)(@vitejs/plugin-react@4.7.0(vite@4.5.14(@types/node@22.19.6)(less@4.5.1)(lightningcss@1.30.2)(sass@1.97.2)(terser@5.44.1)))(react@18.3.1)(vite@4.5.14(@types/node@22.19.6)(less@4.5.1)(lightningcss@1.30.2)(sass@1.97.2)(terser@5.44.1))(webpack@5.97.1(@swc/core@1.3.96)(esbuild@0.25.12))':
|
|
14848
14922
|
dependencies:
|
|
14849
14923
|
'@tarojs/helper': 4.1.9
|
|
14850
14924
|
'@tarojs/runtime': 4.1.9
|
|
@@ -14857,7 +14931,7 @@ snapshots:
|
|
|
14857
14931
|
'@vitejs/plugin-react': 4.7.0(vite@4.5.14(@types/node@22.19.6)(less@4.5.1)(lightningcss@1.30.2)(sass@1.97.2)(terser@5.44.1))
|
|
14858
14932
|
react: 18.3.1
|
|
14859
14933
|
vite: 4.5.14(@types/node@22.19.6)(less@4.5.1)(lightningcss@1.30.2)(sass@1.97.2)(terser@5.44.1)
|
|
14860
|
-
webpack: 5.97.1(@swc/core@1.3.96)
|
|
14934
|
+
webpack: 5.97.1(@swc/core@1.3.96)(esbuild@0.25.12)
|
|
14861
14935
|
|
|
14862
14936
|
'@tarojs/plugin-generator@4.1.9(@types/node@22.19.6)':
|
|
14863
14937
|
dependencies:
|
|
@@ -14890,21 +14964,16 @@ snapshots:
|
|
|
14890
14964
|
- debug
|
|
14891
14965
|
- encoding
|
|
14892
14966
|
|
|
14893
|
-
'@tarojs/plugin-platform-
|
|
14894
|
-
dependencies:
|
|
14895
|
-
'@tarojs/service': 4.1.9
|
|
14896
|
-
'@tarojs/shared': 4.1.9
|
|
14897
|
-
|
|
14898
|
-
'@tarojs/plugin-platform-h5@4.1.9(@tarojs/taro@4.1.9(@tarojs/components@4.1.9(@tarojs/helper@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)))(@tarojs/helper@4.1.9)(@tarojs/shared@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)))(@types/react@18.3.27)(postcss@8.5.6)(react@18.3.1)(rollup@3.29.5)(solid-js@1.9.10)(webpack@5.97.1(@swc/core@1.3.96))':
|
|
14967
|
+
'@tarojs/plugin-platform-h5@4.1.9(@tarojs/taro@4.1.9(@tarojs/components@4.1.9(@tarojs/helper@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)(esbuild@0.25.12)))(@tarojs/helper@4.1.9)(@tarojs/shared@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)(esbuild@0.25.12)))(@types/react@18.3.27)(postcss@8.5.6)(react@18.3.1)(rollup@3.29.5)(solid-js@1.9.10)(webpack@5.97.1(@swc/core@1.3.96)(esbuild@0.25.12))':
|
|
14899
14968
|
dependencies:
|
|
14900
14969
|
'@babel/core': 7.28.5
|
|
14901
|
-
'@tarojs/components': 4.1.9(@tarojs/helper@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96))
|
|
14902
|
-
'@tarojs/components-react': 4.1.9(@tarojs/helper@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(react@18.3.1)(rollup@3.29.5)(solid-js@1.9.10)(webpack@5.97.1(@swc/core@1.3.96))
|
|
14970
|
+
'@tarojs/components': 4.1.9(@tarojs/helper@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)(esbuild@0.25.12))
|
|
14971
|
+
'@tarojs/components-react': 4.1.9(@tarojs/helper@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(react@18.3.1)(rollup@3.29.5)(solid-js@1.9.10)(webpack@5.97.1(@swc/core@1.3.96)(esbuild@0.25.12))
|
|
14903
14972
|
'@tarojs/helper': 4.1.9
|
|
14904
14973
|
'@tarojs/runtime': 4.1.9
|
|
14905
14974
|
'@tarojs/service': 4.1.9
|
|
14906
14975
|
'@tarojs/shared': 4.1.9
|
|
14907
|
-
'@tarojs/taro-h5': 4.1.9(@tarojs/components@4.1.9(@tarojs/helper@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)))(@tarojs/taro@4.1.9(@tarojs/components@4.1.9(@tarojs/helper@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)))(@tarojs/helper@4.1.9)(@tarojs/shared@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)))
|
|
14976
|
+
'@tarojs/taro-h5': 4.1.9(@tarojs/components@4.1.9(@tarojs/helper@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)(esbuild@0.25.12)))(@tarojs/taro@4.1.9(@tarojs/components@4.1.9(@tarojs/helper@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)(esbuild@0.25.12)))(@tarojs/helper@4.1.9)(@tarojs/shared@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)(esbuild@0.25.12)))
|
|
14908
14977
|
babel-plugin-transform-taroapi: 4.1.9(@babel/core@7.28.5)
|
|
14909
14978
|
change-case: 4.1.2
|
|
14910
14979
|
lodash-es: 4.17.21
|
|
@@ -14924,64 +14993,6 @@ snapshots:
|
|
|
14924
14993
|
- webpack-chain
|
|
14925
14994
|
- webpack-dev-server
|
|
14926
14995
|
|
|
14927
|
-
'@tarojs/plugin-platform-harmony-hybrid@4.1.9(@babel/core@7.28.5)(@tarojs/taro@4.1.9(@tarojs/components@4.1.9(@tarojs/helper@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)))(@tarojs/helper@4.1.9)(@tarojs/shared@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)))(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(solid-js@1.9.10)(webpack@5.97.1(@swc/core@1.3.96))':
|
|
14928
|
-
dependencies:
|
|
14929
|
-
'@tarojs/api': 4.1.9(@tarojs/runtime@4.1.9)(@tarojs/shared@4.1.9)
|
|
14930
|
-
'@tarojs/components': 4.1.9(@tarojs/helper@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96))
|
|
14931
|
-
'@tarojs/components-react': 4.1.9(@tarojs/helper@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(react@18.3.1)(rollup@3.29.5)(solid-js@1.9.10)(webpack@5.97.1(@swc/core@1.3.96))
|
|
14932
|
-
'@tarojs/helper': 4.1.9
|
|
14933
|
-
'@tarojs/plugin-platform-h5': 4.1.9(@tarojs/taro@4.1.9(@tarojs/components@4.1.9(@tarojs/helper@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)))(@tarojs/helper@4.1.9)(@tarojs/shared@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)))(@types/react@18.3.27)(postcss@8.5.6)(react@18.3.1)(rollup@3.29.5)(solid-js@1.9.10)(webpack@5.97.1(@swc/core@1.3.96))
|
|
14934
|
-
'@tarojs/router': 4.1.9(@tarojs/runtime@4.1.9)(@tarojs/shared@4.1.9)(@tarojs/taro@4.1.9(@tarojs/components@4.1.9(@tarojs/helper@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)))(@tarojs/helper@4.1.9)(@tarojs/shared@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)))
|
|
14935
|
-
'@tarojs/runtime': 4.1.9
|
|
14936
|
-
'@tarojs/service': 4.1.9
|
|
14937
|
-
'@tarojs/shared': 4.1.9
|
|
14938
|
-
'@tarojs/taro-h5': 4.1.9(@tarojs/components@4.1.9(@tarojs/helper@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)))(@tarojs/taro@4.1.9(@tarojs/components@4.1.9(@tarojs/helper@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)))(@tarojs/helper@4.1.9)(@tarojs/shared@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)))
|
|
14939
|
-
axios: 1.13.2
|
|
14940
|
-
babel-plugin-transform-taroapi: 4.1.9(@babel/core@7.28.5)
|
|
14941
|
-
base64-js: 1.5.1
|
|
14942
|
-
change-case: 4.1.2
|
|
14943
|
-
jsonp-retry: 1.0.3
|
|
14944
|
-
lodash-es: 4.17.21
|
|
14945
|
-
query-string: 9.3.1
|
|
14946
|
-
react: 18.3.1
|
|
14947
|
-
whatwg-fetch: 3.6.20
|
|
14948
|
-
transitivePeerDependencies:
|
|
14949
|
-
- '@babel/core'
|
|
14950
|
-
- '@swc/helpers'
|
|
14951
|
-
- '@tarojs/taro'
|
|
14952
|
-
- '@types/react'
|
|
14953
|
-
- debug
|
|
14954
|
-
- html-webpack-plugin
|
|
14955
|
-
- postcss
|
|
14956
|
-
- rollup
|
|
14957
|
-
- solid-js
|
|
14958
|
-
- supports-color
|
|
14959
|
-
- vue
|
|
14960
|
-
- webpack
|
|
14961
|
-
- webpack-chain
|
|
14962
|
-
- webpack-dev-server
|
|
14963
|
-
|
|
14964
|
-
'@tarojs/plugin-platform-jd@4.1.9(@tarojs/service@4.1.9)(@tarojs/shared@4.1.9)':
|
|
14965
|
-
dependencies:
|
|
14966
|
-
'@tarojs/service': 4.1.9
|
|
14967
|
-
'@tarojs/shared': 4.1.9
|
|
14968
|
-
|
|
14969
|
-
'@tarojs/plugin-platform-qq@4.1.9(@tarojs/plugin-platform-weapp@4.1.9(@tarojs/service@4.1.9)(@tarojs/shared@4.1.9))(@tarojs/shared@4.1.9)':
|
|
14970
|
-
dependencies:
|
|
14971
|
-
'@tarojs/plugin-platform-weapp': 4.1.9(@tarojs/service@4.1.9)(@tarojs/shared@4.1.9)
|
|
14972
|
-
'@tarojs/shared': 4.1.9
|
|
14973
|
-
|
|
14974
|
-
'@tarojs/plugin-platform-swan@4.1.9(@tarojs/service@4.1.9)(@tarojs/shared@4.1.9)':
|
|
14975
|
-
dependencies:
|
|
14976
|
-
'@tarojs/service': 4.1.9
|
|
14977
|
-
'@tarojs/shared': 4.1.9
|
|
14978
|
-
|
|
14979
|
-
'@tarojs/plugin-platform-tt@4.1.9(@tarojs/service@4.1.9)(@tarojs/shared@4.1.9)':
|
|
14980
|
-
dependencies:
|
|
14981
|
-
'@tarojs/service': 4.1.9
|
|
14982
|
-
'@tarojs/shared': 4.1.9
|
|
14983
|
-
webpack-sources: 3.3.3
|
|
14984
|
-
|
|
14985
14996
|
'@tarojs/plugin-platform-weapp@4.1.9(@tarojs/service@4.1.9)(@tarojs/shared@4.1.9)':
|
|
14986
14997
|
dependencies:
|
|
14987
14998
|
'@tarojs/service': 4.1.9
|
|
@@ -14994,11 +15005,11 @@ snapshots:
|
|
|
14994
15005
|
react: 18.3.1
|
|
14995
15006
|
react-reconciler: 0.29.0(react@18.3.1)
|
|
14996
15007
|
|
|
14997
|
-
'@tarojs/router@4.1.9(@tarojs/runtime@4.1.9)(@tarojs/shared@4.1.9)(@tarojs/taro@4.1.9(@tarojs/components@4.1.9(@tarojs/helper@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)))(@tarojs/helper@4.1.9)(@tarojs/shared@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)))':
|
|
15008
|
+
'@tarojs/router@4.1.9(@tarojs/runtime@4.1.9)(@tarojs/shared@4.1.9)(@tarojs/taro@4.1.9(@tarojs/components@4.1.9(@tarojs/helper@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)(esbuild@0.25.12)))(@tarojs/helper@4.1.9)(@tarojs/shared@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)(esbuild@0.25.12)))':
|
|
14998
15009
|
dependencies:
|
|
14999
15010
|
'@tarojs/runtime': 4.1.9
|
|
15000
15011
|
'@tarojs/shared': 4.1.9
|
|
15001
|
-
'@tarojs/taro': 4.1.9(@tarojs/components@4.1.9(@tarojs/helper@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)))(@tarojs/helper@4.1.9)(@tarojs/shared@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96))
|
|
15012
|
+
'@tarojs/taro': 4.1.9(@tarojs/components@4.1.9(@tarojs/helper@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)(esbuild@0.25.12)))(@tarojs/helper@4.1.9)(@tarojs/shared@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)(esbuild@0.25.12))
|
|
15002
15013
|
dingtalk-jsapi: 2.15.6
|
|
15003
15014
|
history: 5.3.0
|
|
15004
15015
|
mobile-detect: 1.4.5
|
|
@@ -15037,11 +15048,11 @@ snapshots:
|
|
|
15037
15048
|
|
|
15038
15049
|
'@tarojs/shared@4.1.9': {}
|
|
15039
15050
|
|
|
15040
|
-
'@tarojs/taro-h5@4.1.9(@tarojs/components@4.1.9(@tarojs/helper@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)))(@tarojs/taro@4.1.9(@tarojs/components@4.1.9(@tarojs/helper@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)))(@tarojs/helper@4.1.9)(@tarojs/shared@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)))':
|
|
15051
|
+
'@tarojs/taro-h5@4.1.9(@tarojs/components@4.1.9(@tarojs/helper@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)(esbuild@0.25.12)))(@tarojs/taro@4.1.9(@tarojs/components@4.1.9(@tarojs/helper@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)(esbuild@0.25.12)))(@tarojs/helper@4.1.9)(@tarojs/shared@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)(esbuild@0.25.12)))':
|
|
15041
15052
|
dependencies:
|
|
15042
15053
|
'@tarojs/api': 4.1.9(@tarojs/runtime@4.1.9)(@tarojs/shared@4.1.9)
|
|
15043
|
-
'@tarojs/components': 4.1.9(@tarojs/helper@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96))
|
|
15044
|
-
'@tarojs/router': 4.1.9(@tarojs/runtime@4.1.9)(@tarojs/shared@4.1.9)(@tarojs/taro@4.1.9(@tarojs/components@4.1.9(@tarojs/helper@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)))(@tarojs/helper@4.1.9)(@tarojs/shared@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)))
|
|
15054
|
+
'@tarojs/components': 4.1.9(@tarojs/helper@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)(esbuild@0.25.12))
|
|
15055
|
+
'@tarojs/router': 4.1.9(@tarojs/runtime@4.1.9)(@tarojs/shared@4.1.9)(@tarojs/taro@4.1.9(@tarojs/components@4.1.9(@tarojs/helper@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)(esbuild@0.25.12)))(@tarojs/helper@4.1.9)(@tarojs/shared@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)(esbuild@0.25.12)))
|
|
15045
15056
|
'@tarojs/runtime': 4.1.9
|
|
15046
15057
|
'@tarojs/shared': 4.1.9
|
|
15047
15058
|
abortcontroller-polyfill: 1.7.8
|
|
@@ -15057,10 +15068,10 @@ snapshots:
|
|
|
15057
15068
|
transitivePeerDependencies:
|
|
15058
15069
|
- '@tarojs/taro'
|
|
15059
15070
|
|
|
15060
|
-
'@tarojs/taro@4.1.9(@tarojs/components@4.1.9(@tarojs/helper@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)))(@tarojs/helper@4.1.9)(@tarojs/shared@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96))':
|
|
15071
|
+
'@tarojs/taro@4.1.9(@tarojs/components@4.1.9(@tarojs/helper@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)(esbuild@0.25.12)))(@tarojs/helper@4.1.9)(@tarojs/shared@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)(esbuild@0.25.12))':
|
|
15061
15072
|
dependencies:
|
|
15062
15073
|
'@tarojs/api': 4.1.9(@tarojs/runtime@4.1.9)(@tarojs/shared@4.1.9)
|
|
15063
|
-
'@tarojs/components': 4.1.9(@tarojs/helper@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96))
|
|
15074
|
+
'@tarojs/components': 4.1.9(@tarojs/helper@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)(esbuild@0.25.12))
|
|
15064
15075
|
'@tarojs/helper': 4.1.9
|
|
15065
15076
|
'@tarojs/runtime': 4.1.9
|
|
15066
15077
|
'@tarojs/shared': 4.1.9
|
|
@@ -15069,7 +15080,7 @@ snapshots:
|
|
|
15069
15080
|
optionalDependencies:
|
|
15070
15081
|
'@types/react': 18.3.27
|
|
15071
15082
|
rollup: 3.29.5
|
|
15072
|
-
webpack: 5.97.1(@swc/core@1.3.96)
|
|
15083
|
+
webpack: 5.97.1(@swc/core@1.3.96)(esbuild@0.25.12)
|
|
15073
15084
|
|
|
15074
15085
|
'@tarojs/vite-runner@4.1.9(@tarojs/runtime@4.1.9)(@types/babel__core@7.20.5)(jiti@2.6.1)(postcss@8.5.6)(rollup@3.29.5)(terser@5.44.1)(typescript@5.9.3)(vite@4.5.14(@types/node@22.19.6)(less@4.5.1)(lightningcss@1.30.2)(sass@1.97.2)(terser@5.44.1))':
|
|
15075
15086
|
dependencies:
|
|
@@ -15173,10 +15184,6 @@ snapshots:
|
|
|
15173
15184
|
dependencies:
|
|
15174
15185
|
'@types/node': 22.19.6
|
|
15175
15186
|
|
|
15176
|
-
'@types/conventional-commits-parser@5.0.2':
|
|
15177
|
-
dependencies:
|
|
15178
|
-
'@types/node': 22.19.6
|
|
15179
|
-
|
|
15180
15187
|
'@types/debug@4.1.12':
|
|
15181
15188
|
dependencies:
|
|
15182
15189
|
'@types/ms': 2.1.0
|
|
@@ -15243,6 +15250,8 @@ snapshots:
|
|
|
15243
15250
|
dependencies:
|
|
15244
15251
|
undici-types: 6.21.0
|
|
15245
15252
|
|
|
15253
|
+
'@types/phoenix@1.6.7': {}
|
|
15254
|
+
|
|
15246
15255
|
'@types/postcss-url@10.0.4':
|
|
15247
15256
|
dependencies:
|
|
15248
15257
|
'@types/node': 22.19.6
|
|
@@ -15280,6 +15289,10 @@ snapshots:
|
|
|
15280
15289
|
|
|
15281
15290
|
'@types/uuid@10.0.0': {}
|
|
15282
15291
|
|
|
15292
|
+
'@types/ws@8.18.1':
|
|
15293
|
+
dependencies:
|
|
15294
|
+
'@types/node': 22.19.6
|
|
15295
|
+
|
|
15283
15296
|
'@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.9.3))(eslint@8.57.1)(typescript@5.9.3)':
|
|
15284
15297
|
dependencies:
|
|
15285
15298
|
'@eslint-community/regexpp': 4.12.2
|
|
@@ -15545,11 +15558,6 @@ snapshots:
|
|
|
15545
15558
|
|
|
15546
15559
|
'@xtuc/long@4.2.2': {}
|
|
15547
15560
|
|
|
15548
|
-
JSONStream@1.3.5:
|
|
15549
|
-
dependencies:
|
|
15550
|
-
jsonparse: 1.3.1
|
|
15551
|
-
through: 2.3.8
|
|
15552
|
-
|
|
15553
15561
|
abort-controller@3.0.0:
|
|
15554
15562
|
dependencies:
|
|
15555
15563
|
event-target-shim: 5.0.1
|
|
@@ -15561,6 +15569,11 @@ snapshots:
|
|
|
15561
15569
|
mime-types: 2.1.35
|
|
15562
15570
|
negotiator: 0.6.3
|
|
15563
15571
|
|
|
15572
|
+
accepts@2.0.0:
|
|
15573
|
+
dependencies:
|
|
15574
|
+
mime-types: 3.0.2
|
|
15575
|
+
negotiator: 1.0.0
|
|
15576
|
+
|
|
15564
15577
|
acorn-jsx@5.3.2(acorn@8.15.0):
|
|
15565
15578
|
dependencies:
|
|
15566
15579
|
acorn: 8.15.0
|
|
@@ -15726,8 +15739,6 @@ snapshots:
|
|
|
15726
15739
|
|
|
15727
15740
|
array-flatten@1.1.1: {}
|
|
15728
15741
|
|
|
15729
|
-
array-ify@1.0.0: {}
|
|
15730
|
-
|
|
15731
15742
|
array-includes@3.1.9:
|
|
15732
15743
|
dependencies:
|
|
15733
15744
|
call-bind: 1.0.8
|
|
@@ -15861,7 +15872,7 @@ snapshots:
|
|
|
15861
15872
|
debug: 2.6.9
|
|
15862
15873
|
json5: 0.5.1
|
|
15863
15874
|
lodash: 4.17.21
|
|
15864
|
-
minimatch: 3.
|
|
15875
|
+
minimatch: 3.1.2
|
|
15865
15876
|
path-is-absolute: 1.0.1
|
|
15866
15877
|
private: 0.1.8
|
|
15867
15878
|
slash: 1.0.0
|
|
@@ -16531,6 +16542,20 @@ snapshots:
|
|
|
16531
16542
|
transitivePeerDependencies:
|
|
16532
16543
|
- supports-color
|
|
16533
16544
|
|
|
16545
|
+
body-parser@2.2.2:
|
|
16546
|
+
dependencies:
|
|
16547
|
+
bytes: 3.1.2
|
|
16548
|
+
content-type: 1.0.5
|
|
16549
|
+
debug: 4.4.3
|
|
16550
|
+
http-errors: 2.0.0
|
|
16551
|
+
iconv-lite: 0.7.2
|
|
16552
|
+
on-finished: 2.4.1
|
|
16553
|
+
qs: 6.14.1
|
|
16554
|
+
raw-body: 3.0.2
|
|
16555
|
+
type-is: 2.0.1
|
|
16556
|
+
transitivePeerDependencies:
|
|
16557
|
+
- supports-color
|
|
16558
|
+
|
|
16534
16559
|
boolbase@1.0.0: {}
|
|
16535
16560
|
|
|
16536
16561
|
bowser@2.13.1: {}
|
|
@@ -16812,8 +16837,6 @@ snapshots:
|
|
|
16812
16837
|
|
|
16813
16838
|
cli-spinners@2.9.2: {}
|
|
16814
16839
|
|
|
16815
|
-
cli-spinners@3.4.0: {}
|
|
16816
|
-
|
|
16817
16840
|
cli-table3@0.6.5:
|
|
16818
16841
|
dependencies:
|
|
16819
16842
|
string-width: 4.2.3
|
|
@@ -16879,8 +16902,18 @@ snapshots:
|
|
|
16879
16902
|
|
|
16880
16903
|
color-name@1.1.4: {}
|
|
16881
16904
|
|
|
16905
|
+
color-string@1.9.1:
|
|
16906
|
+
dependencies:
|
|
16907
|
+
color-name: 1.1.4
|
|
16908
|
+
simple-swizzle: 0.2.4
|
|
16909
|
+
|
|
16882
16910
|
color-support@1.1.3: {}
|
|
16883
16911
|
|
|
16912
|
+
color@4.2.3:
|
|
16913
|
+
dependencies:
|
|
16914
|
+
color-convert: 2.0.1
|
|
16915
|
+
color-string: 1.9.1
|
|
16916
|
+
|
|
16884
16917
|
colord@2.9.3: {}
|
|
16885
16918
|
|
|
16886
16919
|
colorette@2.0.20: {}
|
|
@@ -16909,11 +16942,6 @@ snapshots:
|
|
|
16909
16942
|
has-own-prop: 2.0.0
|
|
16910
16943
|
repeat-string: 1.6.1
|
|
16911
16944
|
|
|
16912
|
-
compare-func@2.0.0:
|
|
16913
|
-
dependencies:
|
|
16914
|
-
array-ify: 1.0.0
|
|
16915
|
-
dot-prop: 5.3.0
|
|
16916
|
-
|
|
16917
16945
|
compress-commons@4.1.2:
|
|
16918
16946
|
dependencies:
|
|
16919
16947
|
buffer-crc32: 0.2.13
|
|
@@ -16982,22 +17010,9 @@ snapshots:
|
|
|
16982
17010
|
dependencies:
|
|
16983
17011
|
safe-buffer: 5.2.1
|
|
16984
17012
|
|
|
16985
|
-
content-
|
|
17013
|
+
content-disposition@1.0.1: {}
|
|
16986
17014
|
|
|
16987
|
-
|
|
16988
|
-
dependencies:
|
|
16989
|
-
compare-func: 2.0.0
|
|
16990
|
-
|
|
16991
|
-
conventional-changelog-conventionalcommits@7.0.2:
|
|
16992
|
-
dependencies:
|
|
16993
|
-
compare-func: 2.0.0
|
|
16994
|
-
|
|
16995
|
-
conventional-commits-parser@5.0.0:
|
|
16996
|
-
dependencies:
|
|
16997
|
-
JSONStream: 1.3.5
|
|
16998
|
-
is-text-path: 2.0.0
|
|
16999
|
-
meow: 12.1.1
|
|
17000
|
-
split2: 4.2.0
|
|
17015
|
+
content-type@1.0.5: {}
|
|
17001
17016
|
|
|
17002
17017
|
convert-source-map@1.9.0: {}
|
|
17003
17018
|
|
|
@@ -17005,6 +17020,8 @@ snapshots:
|
|
|
17005
17020
|
|
|
17006
17021
|
cookie-signature@1.0.6: {}
|
|
17007
17022
|
|
|
17023
|
+
cookie-signature@1.2.2: {}
|
|
17024
|
+
|
|
17008
17025
|
cookie@0.7.1: {}
|
|
17009
17026
|
|
|
17010
17027
|
copy-anything@2.0.6:
|
|
@@ -17045,13 +17062,6 @@ snapshots:
|
|
|
17045
17062
|
mime-types: 2.1.35
|
|
17046
17063
|
request: 2.88.2
|
|
17047
17064
|
|
|
17048
|
-
cosmiconfig-typescript-loader@6.2.0(@types/node@22.19.6)(cosmiconfig@9.0.0(typescript@5.9.3))(typescript@5.9.3):
|
|
17049
|
-
dependencies:
|
|
17050
|
-
'@types/node': 22.19.6
|
|
17051
|
-
cosmiconfig: 9.0.0(typescript@5.9.3)
|
|
17052
|
-
jiti: 2.6.1
|
|
17053
|
-
typescript: 5.9.3
|
|
17054
|
-
|
|
17055
17065
|
cosmiconfig@8.3.6(typescript@5.7.2):
|
|
17056
17066
|
dependencies:
|
|
17057
17067
|
import-fresh: 3.3.1
|
|
@@ -17070,56 +17080,22 @@ snapshots:
|
|
|
17070
17080
|
optionalDependencies:
|
|
17071
17081
|
typescript: 5.9.3
|
|
17072
17082
|
|
|
17073
|
-
coze-coding-dev-sdk@0.7.
|
|
17083
|
+
coze-coding-dev-sdk@0.7.16(openai@6.16.0(ws@8.19.0)(zod@4.3.5))(ws@8.19.0):
|
|
17074
17084
|
dependencies:
|
|
17075
|
-
'@
|
|
17076
|
-
'@
|
|
17077
|
-
'@
|
|
17078
|
-
'@langchain/openai': 1.2.3(@langchain/core@1.1.16(openai@6.16.0(zod@4.3.5)))
|
|
17085
|
+
'@langchain/core': 1.1.16(openai@6.16.0(ws@8.19.0)(zod@4.3.5))
|
|
17086
|
+
'@langchain/openai': 1.2.3(@langchain/core@1.1.16(openai@6.16.0(ws@8.19.0)(zod@4.3.5)))(ws@8.19.0)
|
|
17087
|
+
'@supabase/supabase-js': 2.95.3
|
|
17079
17088
|
axios: 1.13.2
|
|
17080
|
-
chalk: 5.6.2
|
|
17081
|
-
commander: 14.0.2
|
|
17082
|
-
drizzle-kit: 0.31.8
|
|
17083
|
-
drizzle-orm: 0.45.1(@types/better-sqlite3@7.6.13)(better-sqlite3@11.10.0)(pg@8.17.2)
|
|
17084
|
-
ora: 9.1.0
|
|
17085
17089
|
pg: 8.17.2
|
|
17086
|
-
transliteration: 2.6.1
|
|
17087
17090
|
transitivePeerDependencies:
|
|
17088
|
-
- '@aws-sdk/client-rds-data'
|
|
17089
|
-
- '@cloudflare/workers-types'
|
|
17090
|
-
- '@electric-sql/pglite'
|
|
17091
|
-
- '@libsql/client'
|
|
17092
|
-
- '@libsql/client-wasm'
|
|
17093
|
-
- '@neondatabase/serverless'
|
|
17094
|
-
- '@op-engineering/op-sqlite'
|
|
17095
17091
|
- '@opentelemetry/api'
|
|
17096
17092
|
- '@opentelemetry/exporter-trace-otlp-proto'
|
|
17097
17093
|
- '@opentelemetry/sdk-trace-base'
|
|
17098
|
-
-
|
|
17099
|
-
- '@prisma/client'
|
|
17100
|
-
- '@tidbcloud/serverless'
|
|
17101
|
-
- '@types/better-sqlite3'
|
|
17102
|
-
- '@types/pg'
|
|
17103
|
-
- '@types/sql.js'
|
|
17104
|
-
- '@upstash/redis'
|
|
17105
|
-
- '@vercel/postgres'
|
|
17106
|
-
- '@xata.io/client'
|
|
17107
|
-
- aws-crt
|
|
17108
|
-
- better-sqlite3
|
|
17109
|
-
- bun-types
|
|
17094
|
+
- bufferutil
|
|
17110
17095
|
- debug
|
|
17111
|
-
- expo-sqlite
|
|
17112
|
-
- gel
|
|
17113
|
-
- knex
|
|
17114
|
-
- kysely
|
|
17115
|
-
- mysql2
|
|
17116
17096
|
- openai
|
|
17117
17097
|
- pg-native
|
|
17118
|
-
-
|
|
17119
|
-
- prisma
|
|
17120
|
-
- sql.js
|
|
17121
|
-
- sqlite3
|
|
17122
|
-
- supports-color
|
|
17098
|
+
- utf-8-validate
|
|
17123
17099
|
- ws
|
|
17124
17100
|
|
|
17125
17101
|
crc-32@1.2.2: {}
|
|
@@ -17235,8 +17211,6 @@ snapshots:
|
|
|
17235
17211
|
dependencies:
|
|
17236
17212
|
uniq: 1.0.1
|
|
17237
17213
|
|
|
17238
|
-
dargs@8.1.0: {}
|
|
17239
|
-
|
|
17240
17214
|
dashdash@1.14.1:
|
|
17241
17215
|
dependencies:
|
|
17242
17216
|
assert-plus: 1.0.0
|
|
@@ -17437,10 +17411,6 @@ snapshots:
|
|
|
17437
17411
|
no-case: 3.0.4
|
|
17438
17412
|
tslib: 2.8.1
|
|
17439
17413
|
|
|
17440
|
-
dot-prop@5.3.0:
|
|
17441
|
-
dependencies:
|
|
17442
|
-
is-obj: 2.0.0
|
|
17443
|
-
|
|
17444
17414
|
dot-prop@6.0.1:
|
|
17445
17415
|
dependencies:
|
|
17446
17416
|
is-obj: 2.0.0
|
|
@@ -17876,6 +17846,8 @@ snapshots:
|
|
|
17876
17846
|
|
|
17877
17847
|
eslint-visitor-keys@3.4.3: {}
|
|
17878
17848
|
|
|
17849
|
+
eslint-visitor-keys@4.2.1: {}
|
|
17850
|
+
|
|
17879
17851
|
eslint@8.41.0:
|
|
17880
17852
|
dependencies:
|
|
17881
17853
|
'@eslint-community/eslint-utils': 4.9.1(eslint@8.41.0)
|
|
@@ -17963,6 +17935,12 @@ snapshots:
|
|
|
17963
17935
|
transitivePeerDependencies:
|
|
17964
17936
|
- supports-color
|
|
17965
17937
|
|
|
17938
|
+
espree@10.4.0:
|
|
17939
|
+
dependencies:
|
|
17940
|
+
acorn: 8.15.0
|
|
17941
|
+
acorn-jsx: 5.3.2(acorn@8.15.0)
|
|
17942
|
+
eslint-visitor-keys: 4.2.1
|
|
17943
|
+
|
|
17966
17944
|
espree@9.6.1:
|
|
17967
17945
|
dependencies:
|
|
17968
17946
|
acorn: 8.15.0
|
|
@@ -18049,6 +18027,39 @@ snapshots:
|
|
|
18049
18027
|
transitivePeerDependencies:
|
|
18050
18028
|
- supports-color
|
|
18051
18029
|
|
|
18030
|
+
express@5.2.1:
|
|
18031
|
+
dependencies:
|
|
18032
|
+
accepts: 2.0.0
|
|
18033
|
+
body-parser: 2.2.2
|
|
18034
|
+
content-disposition: 1.0.1
|
|
18035
|
+
content-type: 1.0.5
|
|
18036
|
+
cookie: 0.7.1
|
|
18037
|
+
cookie-signature: 1.2.2
|
|
18038
|
+
debug: 4.4.3
|
|
18039
|
+
depd: 2.0.0
|
|
18040
|
+
encodeurl: 2.0.0
|
|
18041
|
+
escape-html: 1.0.3
|
|
18042
|
+
etag: 1.8.1
|
|
18043
|
+
finalhandler: 2.1.1
|
|
18044
|
+
fresh: 2.0.0
|
|
18045
|
+
http-errors: 2.0.0
|
|
18046
|
+
merge-descriptors: 2.0.0
|
|
18047
|
+
mime-types: 3.0.2
|
|
18048
|
+
on-finished: 2.4.1
|
|
18049
|
+
once: 1.4.0
|
|
18050
|
+
parseurl: 1.3.3
|
|
18051
|
+
proxy-addr: 2.0.7
|
|
18052
|
+
qs: 6.14.1
|
|
18053
|
+
range-parser: 1.2.1
|
|
18054
|
+
router: 2.2.0
|
|
18055
|
+
send: 1.2.1
|
|
18056
|
+
serve-static: 2.2.1
|
|
18057
|
+
statuses: 2.0.1
|
|
18058
|
+
type-is: 2.0.1
|
|
18059
|
+
vary: 1.1.2
|
|
18060
|
+
transitivePeerDependencies:
|
|
18061
|
+
- supports-color
|
|
18062
|
+
|
|
18052
18063
|
exsolve@1.0.8: {}
|
|
18053
18064
|
|
|
18054
18065
|
ext-list@2.2.2:
|
|
@@ -18192,6 +18203,17 @@ snapshots:
|
|
|
18192
18203
|
transitivePeerDependencies:
|
|
18193
18204
|
- supports-color
|
|
18194
18205
|
|
|
18206
|
+
finalhandler@2.1.1:
|
|
18207
|
+
dependencies:
|
|
18208
|
+
debug: 4.4.3
|
|
18209
|
+
encodeurl: 2.0.0
|
|
18210
|
+
escape-html: 1.0.3
|
|
18211
|
+
on-finished: 2.4.1
|
|
18212
|
+
parseurl: 1.3.3
|
|
18213
|
+
statuses: 2.0.1
|
|
18214
|
+
transitivePeerDependencies:
|
|
18215
|
+
- supports-color
|
|
18216
|
+
|
|
18195
18217
|
find-up@3.0.0:
|
|
18196
18218
|
dependencies:
|
|
18197
18219
|
locate-path: 3.0.0
|
|
@@ -18206,12 +18228,6 @@ snapshots:
|
|
|
18206
18228
|
locate-path: 6.0.0
|
|
18207
18229
|
path-exists: 4.0.0
|
|
18208
18230
|
|
|
18209
|
-
find-up@7.0.0:
|
|
18210
|
-
dependencies:
|
|
18211
|
-
locate-path: 7.2.0
|
|
18212
|
-
path-exists: 5.0.0
|
|
18213
|
-
unicorn-magic: 0.1.0
|
|
18214
|
-
|
|
18215
18231
|
find-yarn-workspace-root@2.0.0:
|
|
18216
18232
|
dependencies:
|
|
18217
18233
|
micromatch: 4.0.8
|
|
@@ -18282,6 +18298,8 @@ snapshots:
|
|
|
18282
18298
|
|
|
18283
18299
|
fresh@0.5.2: {}
|
|
18284
18300
|
|
|
18301
|
+
fresh@2.0.0: {}
|
|
18302
|
+
|
|
18285
18303
|
from2@2.3.0:
|
|
18286
18304
|
dependencies:
|
|
18287
18305
|
inherits: 2.0.4
|
|
@@ -18413,12 +18431,6 @@ snapshots:
|
|
|
18413
18431
|
|
|
18414
18432
|
git-clone@0.1.0: {}
|
|
18415
18433
|
|
|
18416
|
-
git-raw-commits@4.0.0:
|
|
18417
|
-
dependencies:
|
|
18418
|
-
dargs: 8.1.0
|
|
18419
|
-
meow: 12.1.1
|
|
18420
|
-
split2: 4.2.0
|
|
18421
|
-
|
|
18422
18434
|
github-from-package@0.0.0: {}
|
|
18423
18435
|
|
|
18424
18436
|
glob-parent@5.1.2:
|
|
@@ -18453,7 +18465,7 @@ snapshots:
|
|
|
18453
18465
|
fs.realpath: 1.0.0
|
|
18454
18466
|
inflight: 1.0.6
|
|
18455
18467
|
inherits: 2.0.4
|
|
18456
|
-
minimatch: 3.
|
|
18468
|
+
minimatch: 3.1.2
|
|
18457
18469
|
once: 1.4.0
|
|
18458
18470
|
path-is-absolute: 1.0.1
|
|
18459
18471
|
|
|
@@ -18466,10 +18478,6 @@ snapshots:
|
|
|
18466
18478
|
once: 1.4.0
|
|
18467
18479
|
path-is-absolute: 1.0.1
|
|
18468
18480
|
|
|
18469
|
-
global-directory@4.0.1:
|
|
18470
|
-
dependencies:
|
|
18471
|
-
ini: 4.1.1
|
|
18472
|
-
|
|
18473
18481
|
global-modules@2.0.0:
|
|
18474
18482
|
dependencies:
|
|
18475
18483
|
global-prefix: 3.0.0
|
|
@@ -18491,6 +18499,8 @@ snapshots:
|
|
|
18491
18499
|
dependencies:
|
|
18492
18500
|
type-fest: 0.20.2
|
|
18493
18501
|
|
|
18502
|
+
globals@14.0.0: {}
|
|
18503
|
+
|
|
18494
18504
|
globals@9.18.0: {}
|
|
18495
18505
|
|
|
18496
18506
|
globalthis@1.0.4:
|
|
@@ -18568,7 +18578,7 @@ snapshots:
|
|
|
18568
18578
|
|
|
18569
18579
|
gulp-match@1.1.0:
|
|
18570
18580
|
dependencies:
|
|
18571
|
-
minimatch: 3.
|
|
18581
|
+
minimatch: 3.1.2
|
|
18572
18582
|
|
|
18573
18583
|
gulp-plumber@1.1.0:
|
|
18574
18584
|
dependencies:
|
|
@@ -18712,6 +18722,14 @@ snapshots:
|
|
|
18712
18722
|
statuses: 2.0.1
|
|
18713
18723
|
toidentifier: 1.0.1
|
|
18714
18724
|
|
|
18725
|
+
http-errors@2.0.1:
|
|
18726
|
+
dependencies:
|
|
18727
|
+
depd: 2.0.0
|
|
18728
|
+
inherits: 2.0.4
|
|
18729
|
+
setprototypeof: 1.2.0
|
|
18730
|
+
statuses: 2.0.2
|
|
18731
|
+
toidentifier: 1.0.1
|
|
18732
|
+
|
|
18715
18733
|
http-signature@1.2.0:
|
|
18716
18734
|
dependencies:
|
|
18717
18735
|
assert-plus: 1.0.0
|
|
@@ -18720,7 +18738,7 @@ snapshots:
|
|
|
18720
18738
|
|
|
18721
18739
|
human-signals@2.1.0: {}
|
|
18722
18740
|
|
|
18723
|
-
|
|
18741
|
+
iceberg-js@0.8.1: {}
|
|
18724
18742
|
|
|
18725
18743
|
iconv-lite@0.4.24:
|
|
18726
18744
|
dependencies:
|
|
@@ -18775,8 +18793,6 @@ snapshots:
|
|
|
18775
18793
|
parent-module: 1.0.1
|
|
18776
18794
|
resolve-from: 4.0.0
|
|
18777
18795
|
|
|
18778
|
-
import-meta-resolve@4.2.0: {}
|
|
18779
|
-
|
|
18780
18796
|
imurmurhash@0.1.4: {}
|
|
18781
18797
|
|
|
18782
18798
|
inflight@1.0.6:
|
|
@@ -18788,8 +18804,6 @@ snapshots:
|
|
|
18788
18804
|
|
|
18789
18805
|
ini@1.3.8: {}
|
|
18790
18806
|
|
|
18791
|
-
ini@4.1.1: {}
|
|
18792
|
-
|
|
18793
18807
|
inquirer@8.2.6:
|
|
18794
18808
|
dependencies:
|
|
18795
18809
|
ansi-escapes: 4.3.2
|
|
@@ -18875,6 +18889,8 @@ snapshots:
|
|
|
18875
18889
|
|
|
18876
18890
|
is-arrayish@0.2.1: {}
|
|
18877
18891
|
|
|
18892
|
+
is-arrayish@0.3.4: {}
|
|
18893
|
+
|
|
18878
18894
|
is-async-function@2.1.1:
|
|
18879
18895
|
dependencies:
|
|
18880
18896
|
async-function: 1.0.0
|
|
@@ -18980,6 +18996,8 @@ snapshots:
|
|
|
18980
18996
|
|
|
18981
18997
|
is-plain-object@5.0.0: {}
|
|
18982
18998
|
|
|
18999
|
+
is-promise@4.0.0: {}
|
|
19000
|
+
|
|
18983
19001
|
is-regex@1.2.1:
|
|
18984
19002
|
dependencies:
|
|
18985
19003
|
call-bound: 1.0.4
|
|
@@ -19010,10 +19028,6 @@ snapshots:
|
|
|
19010
19028
|
has-symbols: 1.1.0
|
|
19011
19029
|
safe-regex-test: 1.1.0
|
|
19012
19030
|
|
|
19013
|
-
is-text-path@2.0.0:
|
|
19014
|
-
dependencies:
|
|
19015
|
-
text-extensions: 2.4.0
|
|
19016
|
-
|
|
19017
19031
|
is-typed-array@1.1.15:
|
|
19018
19032
|
dependencies:
|
|
19019
19033
|
which-typed-array: 1.1.19
|
|
@@ -19024,8 +19038,6 @@ snapshots:
|
|
|
19024
19038
|
|
|
19025
19039
|
is-unicode-supported@1.3.0: {}
|
|
19026
19040
|
|
|
19027
|
-
is-unicode-supported@2.1.0: {}
|
|
19028
|
-
|
|
19029
19041
|
is-weakmap@2.0.2: {}
|
|
19030
19042
|
|
|
19031
19043
|
is-weakref@1.1.1:
|
|
@@ -19192,8 +19204,6 @@ snapshots:
|
|
|
19192
19204
|
dependencies:
|
|
19193
19205
|
object-assign: 4.1.1
|
|
19194
19206
|
|
|
19195
|
-
jsonparse@1.3.1: {}
|
|
19196
|
-
|
|
19197
19207
|
jsonschema@1.5.0: {}
|
|
19198
19208
|
|
|
19199
19209
|
jsprim@1.4.2:
|
|
@@ -19239,7 +19249,7 @@ snapshots:
|
|
|
19239
19249
|
|
|
19240
19250
|
known-css-properties@0.37.0: {}
|
|
19241
19251
|
|
|
19242
|
-
langsmith@0.4.7(openai@6.16.0(zod@4.3.5)):
|
|
19252
|
+
langsmith@0.4.7(openai@6.16.0(ws@8.19.0)(zod@4.3.5)):
|
|
19243
19253
|
dependencies:
|
|
19244
19254
|
'@types/uuid': 10.0.0
|
|
19245
19255
|
chalk: 4.1.2
|
|
@@ -19248,7 +19258,7 @@ snapshots:
|
|
|
19248
19258
|
semver: 7.7.3
|
|
19249
19259
|
uuid: 10.0.0
|
|
19250
19260
|
optionalDependencies:
|
|
19251
|
-
openai: 6.16.0(zod@4.3.5)
|
|
19261
|
+
openai: 6.16.0(ws@8.19.0)(zod@4.3.5)
|
|
19252
19262
|
|
|
19253
19263
|
latest-version@5.1.0:
|
|
19254
19264
|
dependencies:
|
|
@@ -19401,10 +19411,6 @@ snapshots:
|
|
|
19401
19411
|
dependencies:
|
|
19402
19412
|
p-locate: 5.0.0
|
|
19403
19413
|
|
|
19404
|
-
locate-path@7.2.0:
|
|
19405
|
-
dependencies:
|
|
19406
|
-
p-locate: 6.0.0
|
|
19407
|
-
|
|
19408
19414
|
lodash-es@4.17.21: {}
|
|
19409
19415
|
|
|
19410
19416
|
lodash._basecopy@3.0.1: {}
|
|
@@ -19447,8 +19453,6 @@ snapshots:
|
|
|
19447
19453
|
|
|
19448
19454
|
lodash.isplainobject@4.0.6: {}
|
|
19449
19455
|
|
|
19450
|
-
lodash.kebabcase@4.1.1: {}
|
|
19451
|
-
|
|
19452
19456
|
lodash.keys@3.1.2:
|
|
19453
19457
|
dependencies:
|
|
19454
19458
|
lodash._getnative: 3.9.1
|
|
@@ -19459,14 +19463,8 @@ snapshots:
|
|
|
19459
19463
|
|
|
19460
19464
|
lodash.merge@4.6.2: {}
|
|
19461
19465
|
|
|
19462
|
-
lodash.mergewith@4.6.2: {}
|
|
19463
|
-
|
|
19464
19466
|
lodash.restparam@3.6.1: {}
|
|
19465
19467
|
|
|
19466
|
-
lodash.snakecase@4.1.1: {}
|
|
19467
|
-
|
|
19468
|
-
lodash.startcase@4.4.0: {}
|
|
19469
|
-
|
|
19470
19468
|
lodash.template@3.6.2:
|
|
19471
19469
|
dependencies:
|
|
19472
19470
|
lodash._basecopy: 3.0.1
|
|
@@ -19490,8 +19488,6 @@ snapshots:
|
|
|
19490
19488
|
|
|
19491
19489
|
lodash.uniq@4.5.0: {}
|
|
19492
19490
|
|
|
19493
|
-
lodash.upperfirst@4.3.1: {}
|
|
19494
|
-
|
|
19495
19491
|
lodash@4.17.21: {}
|
|
19496
19492
|
|
|
19497
19493
|
log-symbols@4.1.0:
|
|
@@ -19504,11 +19500,6 @@ snapshots:
|
|
|
19504
19500
|
chalk: 5.6.2
|
|
19505
19501
|
is-unicode-supported: 1.3.0
|
|
19506
19502
|
|
|
19507
|
-
log-symbols@7.0.1:
|
|
19508
|
-
dependencies:
|
|
19509
|
-
is-unicode-supported: 2.1.0
|
|
19510
|
-
yoctocolors: 2.1.2
|
|
19511
|
-
|
|
19512
19503
|
log-update@6.1.0:
|
|
19513
19504
|
dependencies:
|
|
19514
19505
|
ansi-escapes: 7.2.0
|
|
@@ -19545,9 +19536,12 @@ snapshots:
|
|
|
19545
19536
|
dependencies:
|
|
19546
19537
|
yallist: 3.1.1
|
|
19547
19538
|
|
|
19548
|
-
lucide-react@0.
|
|
19539
|
+
lucide-react-taro@1.2.0(@tarojs/components@4.1.9(@tarojs/helper@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)(esbuild@0.25.12)))(react@18.3.1):
|
|
19549
19540
|
dependencies:
|
|
19541
|
+
'@tarojs/components': 4.1.9(@tarojs/helper@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)(esbuild@0.25.12))
|
|
19542
|
+
commander: 14.0.2
|
|
19550
19543
|
react: 18.3.1
|
|
19544
|
+
sharp: 0.33.5
|
|
19551
19545
|
|
|
19552
19546
|
magic-string@0.30.21:
|
|
19553
19547
|
dependencies:
|
|
@@ -19580,6 +19574,8 @@ snapshots:
|
|
|
19580
19574
|
|
|
19581
19575
|
media-typer@0.3.0: {}
|
|
19582
19576
|
|
|
19577
|
+
media-typer@1.1.0: {}
|
|
19578
|
+
|
|
19583
19579
|
memfs@3.5.3:
|
|
19584
19580
|
dependencies:
|
|
19585
19581
|
fs-monkey: 1.1.0
|
|
@@ -19589,12 +19585,12 @@ snapshots:
|
|
|
19589
19585
|
errno: 0.1.8
|
|
19590
19586
|
readable-stream: 2.3.8
|
|
19591
19587
|
|
|
19592
|
-
meow@12.1.1: {}
|
|
19593
|
-
|
|
19594
19588
|
meow@13.2.0: {}
|
|
19595
19589
|
|
|
19596
19590
|
merge-descriptors@1.0.3: {}
|
|
19597
19591
|
|
|
19592
|
+
merge-descriptors@2.0.0: {}
|
|
19593
|
+
|
|
19598
19594
|
merge-stream@2.0.0: {}
|
|
19599
19595
|
|
|
19600
19596
|
merge2@1.4.1: {}
|
|
@@ -19614,6 +19610,10 @@ snapshots:
|
|
|
19614
19610
|
dependencies:
|
|
19615
19611
|
mime-db: 1.52.0
|
|
19616
19612
|
|
|
19613
|
+
mime-types@3.0.2:
|
|
19614
|
+
dependencies:
|
|
19615
|
+
mime-db: 1.54.0
|
|
19616
|
+
|
|
19617
19617
|
mime@1.6.0: {}
|
|
19618
19618
|
|
|
19619
19619
|
mimic-fn@2.1.0: {}
|
|
@@ -19931,6 +19931,8 @@ snapshots:
|
|
|
19931
19931
|
|
|
19932
19932
|
negotiator@0.6.3: {}
|
|
19933
19933
|
|
|
19934
|
+
negotiator@1.0.0: {}
|
|
19935
|
+
|
|
19934
19936
|
neo-async@2.6.2: {}
|
|
19935
19937
|
|
|
19936
19938
|
nextgen-events@1.5.3: {}
|
|
@@ -20075,8 +20077,13 @@ snapshots:
|
|
|
20075
20077
|
dependencies:
|
|
20076
20078
|
mimic-function: 5.0.1
|
|
20077
20079
|
|
|
20078
|
-
|
|
20080
|
+
only-allow@1.2.2:
|
|
20081
|
+
dependencies:
|
|
20082
|
+
which-pm-runs: 1.1.0
|
|
20083
|
+
|
|
20084
|
+
openai@6.16.0(ws@8.19.0)(zod@4.3.5):
|
|
20079
20085
|
optionalDependencies:
|
|
20086
|
+
ws: 8.19.0
|
|
20080
20087
|
zod: 4.3.5
|
|
20081
20088
|
|
|
20082
20089
|
optionator@0.9.4:
|
|
@@ -20112,17 +20119,6 @@ snapshots:
|
|
|
20112
20119
|
strip-ansi: 7.1.2
|
|
20113
20120
|
wcwidth: 1.0.1
|
|
20114
20121
|
|
|
20115
|
-
ora@9.1.0:
|
|
20116
|
-
dependencies:
|
|
20117
|
-
chalk: 5.6.2
|
|
20118
|
-
cli-cursor: 5.0.0
|
|
20119
|
-
cli-spinners: 3.4.0
|
|
20120
|
-
is-interactive: 2.0.0
|
|
20121
|
-
is-unicode-supported: 2.1.0
|
|
20122
|
-
log-symbols: 7.0.1
|
|
20123
|
-
stdin-discarder: 0.2.2
|
|
20124
|
-
string-width: 8.1.0
|
|
20125
|
-
|
|
20126
20122
|
os-homedir@1.0.2: {}
|
|
20127
20123
|
|
|
20128
20124
|
os-tmpdir@1.0.2: {}
|
|
@@ -20153,10 +20149,6 @@ snapshots:
|
|
|
20153
20149
|
dependencies:
|
|
20154
20150
|
yocto-queue: 0.1.0
|
|
20155
20151
|
|
|
20156
|
-
p-limit@4.0.0:
|
|
20157
|
-
dependencies:
|
|
20158
|
-
yocto-queue: 1.2.2
|
|
20159
|
-
|
|
20160
20152
|
p-locate@3.0.0:
|
|
20161
20153
|
dependencies:
|
|
20162
20154
|
p-limit: 2.3.0
|
|
@@ -20169,10 +20161,6 @@ snapshots:
|
|
|
20169
20161
|
dependencies:
|
|
20170
20162
|
p-limit: 3.1.0
|
|
20171
20163
|
|
|
20172
|
-
p-locate@6.0.0:
|
|
20173
|
-
dependencies:
|
|
20174
|
-
p-limit: 4.0.0
|
|
20175
|
-
|
|
20176
20164
|
p-queue@6.6.2:
|
|
20177
20165
|
dependencies:
|
|
20178
20166
|
eventemitter3: 4.0.7
|
|
@@ -20258,8 +20246,6 @@ snapshots:
|
|
|
20258
20246
|
|
|
20259
20247
|
path-exists@4.0.0: {}
|
|
20260
20248
|
|
|
20261
|
-
path-exists@5.0.0: {}
|
|
20262
|
-
|
|
20263
20249
|
path-is-absolute@1.0.1: {}
|
|
20264
20250
|
|
|
20265
20251
|
path-key@3.1.1: {}
|
|
@@ -20277,6 +20263,8 @@ snapshots:
|
|
|
20277
20263
|
|
|
20278
20264
|
path-to-regexp@6.3.0: {}
|
|
20279
20265
|
|
|
20266
|
+
path-to-regexp@8.3.0: {}
|
|
20267
|
+
|
|
20280
20268
|
path-type@4.0.0: {}
|
|
20281
20269
|
|
|
20282
20270
|
pathe@2.0.3: {}
|
|
@@ -20971,6 +20959,10 @@ snapshots:
|
|
|
20971
20959
|
dependencies:
|
|
20972
20960
|
side-channel: 1.1.0
|
|
20973
20961
|
|
|
20962
|
+
qs@6.14.1:
|
|
20963
|
+
dependencies:
|
|
20964
|
+
side-channel: 1.1.0
|
|
20965
|
+
|
|
20974
20966
|
qs@6.5.3: {}
|
|
20975
20967
|
|
|
20976
20968
|
quansync@0.2.11: {}
|
|
@@ -21008,6 +21000,13 @@ snapshots:
|
|
|
21008
21000
|
iconv-lite: 0.4.24
|
|
21009
21001
|
unpipe: 1.0.0
|
|
21010
21002
|
|
|
21003
|
+
raw-body@3.0.2:
|
|
21004
|
+
dependencies:
|
|
21005
|
+
bytes: 3.1.2
|
|
21006
|
+
http-errors: 2.0.1
|
|
21007
|
+
iconv-lite: 0.7.2
|
|
21008
|
+
unpipe: 1.0.0
|
|
21009
|
+
|
|
21011
21010
|
rc9@2.1.2:
|
|
21012
21011
|
dependencies:
|
|
21013
21012
|
defu: 6.1.4
|
|
@@ -21299,6 +21298,16 @@ snapshots:
|
|
|
21299
21298
|
optionalDependencies:
|
|
21300
21299
|
fsevents: 2.3.3
|
|
21301
21300
|
|
|
21301
|
+
router@2.2.0:
|
|
21302
|
+
dependencies:
|
|
21303
|
+
debug: 4.4.3
|
|
21304
|
+
depd: 2.0.0
|
|
21305
|
+
is-promise: 4.0.0
|
|
21306
|
+
parseurl: 1.3.3
|
|
21307
|
+
path-to-regexp: 8.3.0
|
|
21308
|
+
transitivePeerDependencies:
|
|
21309
|
+
- supports-color
|
|
21310
|
+
|
|
21302
21311
|
run-async@2.4.1: {}
|
|
21303
21312
|
|
|
21304
21313
|
run-async@3.0.0: {}
|
|
@@ -21420,6 +21429,22 @@ snapshots:
|
|
|
21420
21429
|
transitivePeerDependencies:
|
|
21421
21430
|
- supports-color
|
|
21422
21431
|
|
|
21432
|
+
send@1.2.1:
|
|
21433
|
+
dependencies:
|
|
21434
|
+
debug: 4.4.3
|
|
21435
|
+
encodeurl: 2.0.0
|
|
21436
|
+
escape-html: 1.0.3
|
|
21437
|
+
etag: 1.8.1
|
|
21438
|
+
fresh: 2.0.0
|
|
21439
|
+
http-errors: 2.0.1
|
|
21440
|
+
mime-types: 3.0.2
|
|
21441
|
+
ms: 2.1.3
|
|
21442
|
+
on-finished: 2.4.1
|
|
21443
|
+
range-parser: 1.2.1
|
|
21444
|
+
statuses: 2.0.2
|
|
21445
|
+
transitivePeerDependencies:
|
|
21446
|
+
- supports-color
|
|
21447
|
+
|
|
21423
21448
|
sentence-case@3.0.4:
|
|
21424
21449
|
dependencies:
|
|
21425
21450
|
no-case: 3.0.4
|
|
@@ -21445,6 +21470,15 @@ snapshots:
|
|
|
21445
21470
|
transitivePeerDependencies:
|
|
21446
21471
|
- supports-color
|
|
21447
21472
|
|
|
21473
|
+
serve-static@2.2.1:
|
|
21474
|
+
dependencies:
|
|
21475
|
+
encodeurl: 2.0.0
|
|
21476
|
+
escape-html: 1.0.3
|
|
21477
|
+
parseurl: 1.3.3
|
|
21478
|
+
send: 1.2.1
|
|
21479
|
+
transitivePeerDependencies:
|
|
21480
|
+
- supports-color
|
|
21481
|
+
|
|
21448
21482
|
set-blocking@2.0.0: {}
|
|
21449
21483
|
|
|
21450
21484
|
set-function-length@1.2.2:
|
|
@@ -21481,6 +21515,32 @@ snapshots:
|
|
|
21481
21515
|
dependencies:
|
|
21482
21516
|
kind-of: 6.0.3
|
|
21483
21517
|
|
|
21518
|
+
sharp@0.33.5:
|
|
21519
|
+
dependencies:
|
|
21520
|
+
color: 4.2.3
|
|
21521
|
+
detect-libc: 2.1.2
|
|
21522
|
+
semver: 7.7.3
|
|
21523
|
+
optionalDependencies:
|
|
21524
|
+
'@img/sharp-darwin-arm64': 0.33.5
|
|
21525
|
+
'@img/sharp-darwin-x64': 0.33.5
|
|
21526
|
+
'@img/sharp-libvips-darwin-arm64': 1.0.4
|
|
21527
|
+
'@img/sharp-libvips-darwin-x64': 1.0.4
|
|
21528
|
+
'@img/sharp-libvips-linux-arm': 1.0.5
|
|
21529
|
+
'@img/sharp-libvips-linux-arm64': 1.0.4
|
|
21530
|
+
'@img/sharp-libvips-linux-s390x': 1.0.4
|
|
21531
|
+
'@img/sharp-libvips-linux-x64': 1.0.4
|
|
21532
|
+
'@img/sharp-libvips-linuxmusl-arm64': 1.0.4
|
|
21533
|
+
'@img/sharp-libvips-linuxmusl-x64': 1.0.4
|
|
21534
|
+
'@img/sharp-linux-arm': 0.33.5
|
|
21535
|
+
'@img/sharp-linux-arm64': 0.33.5
|
|
21536
|
+
'@img/sharp-linux-s390x': 0.33.5
|
|
21537
|
+
'@img/sharp-linux-x64': 0.33.5
|
|
21538
|
+
'@img/sharp-linuxmusl-arm64': 0.33.5
|
|
21539
|
+
'@img/sharp-linuxmusl-x64': 0.33.5
|
|
21540
|
+
'@img/sharp-wasm32': 0.33.5
|
|
21541
|
+
'@img/sharp-win32-ia32': 0.33.5
|
|
21542
|
+
'@img/sharp-win32-x64': 0.33.5
|
|
21543
|
+
|
|
21484
21544
|
shebang-command@2.0.0:
|
|
21485
21545
|
dependencies:
|
|
21486
21546
|
shebang-regex: 3.0.0
|
|
@@ -21541,6 +21601,10 @@ snapshots:
|
|
|
21541
21601
|
bplist-parser: 0.3.1
|
|
21542
21602
|
plist: 3.1.0
|
|
21543
21603
|
|
|
21604
|
+
simple-swizzle@0.2.4:
|
|
21605
|
+
dependencies:
|
|
21606
|
+
is-arrayish: 0.3.4
|
|
21607
|
+
|
|
21544
21608
|
simple-wcswidth@1.1.2: {}
|
|
21545
21609
|
|
|
21546
21610
|
slash@1.0.0: {}
|
|
@@ -21636,12 +21700,12 @@ snapshots:
|
|
|
21636
21700
|
|
|
21637
21701
|
statuses@2.0.1: {}
|
|
21638
21702
|
|
|
21703
|
+
statuses@2.0.2: {}
|
|
21704
|
+
|
|
21639
21705
|
stdin-discarder@0.1.0:
|
|
21640
21706
|
dependencies:
|
|
21641
21707
|
bl: 5.1.0
|
|
21642
21708
|
|
|
21643
|
-
stdin-discarder@0.2.2: {}
|
|
21644
|
-
|
|
21645
21709
|
stop-iteration-iterator@1.1.0:
|
|
21646
21710
|
dependencies:
|
|
21647
21711
|
es-errors: 1.3.0
|
|
@@ -21961,16 +22025,17 @@ snapshots:
|
|
|
21961
22025
|
string-kit: 0.17.10
|
|
21962
22026
|
tree-kit: 0.7.5
|
|
21963
22027
|
|
|
21964
|
-
terser-webpack-plugin@5.3.16(@swc/core@1.3.96)(webpack@5.97.1(@swc/core@1.3.96)):
|
|
22028
|
+
terser-webpack-plugin@5.3.16(@swc/core@1.3.96)(esbuild@0.25.12)(webpack@5.97.1(@swc/core@1.3.96)(esbuild@0.25.12)):
|
|
21965
22029
|
dependencies:
|
|
21966
22030
|
'@jridgewell/trace-mapping': 0.3.31
|
|
21967
22031
|
jest-worker: 27.5.1
|
|
21968
22032
|
schema-utils: 4.3.3
|
|
21969
22033
|
serialize-javascript: 6.0.2
|
|
21970
22034
|
terser: 5.44.1
|
|
21971
|
-
webpack: 5.97.1(@swc/core@1.3.96)
|
|
22035
|
+
webpack: 5.97.1(@swc/core@1.3.96)(esbuild@0.25.12)
|
|
21972
22036
|
optionalDependencies:
|
|
21973
22037
|
'@swc/core': 1.3.96
|
|
22038
|
+
esbuild: 0.25.12
|
|
21974
22039
|
optional: true
|
|
21975
22040
|
|
|
21976
22041
|
terser-webpack-plugin@5.3.16(@swc/core@1.4.14)(esbuild@0.25.12)(webpack@5.97.1(@swc/core@1.4.14)(esbuild@0.25.12)):
|
|
@@ -21999,8 +22064,6 @@ snapshots:
|
|
|
21999
22064
|
commander: 2.20.3
|
|
22000
22065
|
source-map-support: 0.5.21
|
|
22001
22066
|
|
|
22002
|
-
text-extensions@2.4.0: {}
|
|
22003
|
-
|
|
22004
22067
|
text-table@0.2.0: {}
|
|
22005
22068
|
|
|
22006
22069
|
thenify-all@1.6.0:
|
|
@@ -22081,8 +22144,6 @@ snapshots:
|
|
|
22081
22144
|
|
|
22082
22145
|
tr46@0.0.3: {}
|
|
22083
22146
|
|
|
22084
|
-
transliteration@2.6.1: {}
|
|
22085
|
-
|
|
22086
22147
|
tree-kill@1.2.2: {}
|
|
22087
22148
|
|
|
22088
22149
|
tree-kit@0.7.5: {}
|
|
@@ -22147,6 +22208,12 @@ snapshots:
|
|
|
22147
22208
|
media-typer: 0.3.0
|
|
22148
22209
|
mime-types: 2.1.35
|
|
22149
22210
|
|
|
22211
|
+
type-is@2.0.1:
|
|
22212
|
+
dependencies:
|
|
22213
|
+
content-type: 1.0.5
|
|
22214
|
+
media-typer: 1.1.0
|
|
22215
|
+
mime-types: 3.0.2
|
|
22216
|
+
|
|
22150
22217
|
typed-array-buffer@1.0.3:
|
|
22151
22218
|
dependencies:
|
|
22152
22219
|
call-bound: 1.0.4
|
|
@@ -22226,8 +22293,6 @@ snapshots:
|
|
|
22226
22293
|
|
|
22227
22294
|
unicode-property-aliases-ecmascript@2.2.0: {}
|
|
22228
22295
|
|
|
22229
|
-
unicorn-magic@0.1.0: {}
|
|
22230
|
-
|
|
22231
22296
|
uniq@1.0.1: {}
|
|
22232
22297
|
|
|
22233
22298
|
universal-router@9.2.1:
|
|
@@ -22378,7 +22443,7 @@ snapshots:
|
|
|
22378
22443
|
|
|
22379
22444
|
webpack-sources@3.3.3: {}
|
|
22380
22445
|
|
|
22381
|
-
webpack@5.97.1(@swc/core@1.3.96):
|
|
22446
|
+
webpack@5.97.1(@swc/core@1.3.96)(esbuild@0.25.12):
|
|
22382
22447
|
dependencies:
|
|
22383
22448
|
'@types/eslint-scope': 3.7.7
|
|
22384
22449
|
'@types/estree': 1.0.8
|
|
@@ -22400,7 +22465,7 @@ snapshots:
|
|
|
22400
22465
|
neo-async: 2.6.2
|
|
22401
22466
|
schema-utils: 3.3.0
|
|
22402
22467
|
tapable: 2.3.0
|
|
22403
|
-
terser-webpack-plugin: 5.3.16(@swc/core@1.3.96)(webpack@5.97.1(@swc/core@1.3.96))
|
|
22468
|
+
terser-webpack-plugin: 5.3.16(@swc/core@1.3.96)(esbuild@0.25.12)(webpack@5.97.1(@swc/core@1.3.96)(esbuild@0.25.12))
|
|
22404
22469
|
watchpack: 2.5.0
|
|
22405
22470
|
webpack-sources: 3.3.3
|
|
22406
22471
|
transitivePeerDependencies:
|
|
@@ -22479,6 +22544,8 @@ snapshots:
|
|
|
22479
22544
|
|
|
22480
22545
|
which-module@2.0.1: {}
|
|
22481
22546
|
|
|
22547
|
+
which-pm-runs@1.1.0: {}
|
|
22548
|
+
|
|
22482
22549
|
which-typed-array@1.1.19:
|
|
22483
22550
|
dependencies:
|
|
22484
22551
|
available-typed-arrays: 1.0.7
|
|
@@ -22532,6 +22599,8 @@ snapshots:
|
|
|
22532
22599
|
imurmurhash: 0.1.4
|
|
22533
22600
|
signal-exit: 4.1.0
|
|
22534
22601
|
|
|
22602
|
+
ws@8.19.0: {}
|
|
22603
|
+
|
|
22535
22604
|
wxml-minifier@0.0.1:
|
|
22536
22605
|
dependencies:
|
|
22537
22606
|
'@leejim/wxml-parser': 0.1.6
|
|
@@ -22616,10 +22685,6 @@ snapshots:
|
|
|
22616
22685
|
|
|
22617
22686
|
yocto-queue@0.1.0: {}
|
|
22618
22687
|
|
|
22619
|
-
yocto-queue@1.2.2: {}
|
|
22620
|
-
|
|
22621
|
-
yoctocolors@2.1.2: {}
|
|
22622
|
-
|
|
22623
22688
|
yup@1.7.1:
|
|
22624
22689
|
dependencies:
|
|
22625
22690
|
property-expr: 2.0.6
|