@coze-arch/cli 0.0.26 → 0.0.28-alpha.873784
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/_gitignore +1 -0
- package/lib/__templates__/native-static/_gitignore +1 -0
- package/lib/__templates__/nextjs/_gitignore +1 -0
- package/lib/__templates__/nuxt-vue/_gitignore +1 -0
- package/lib/__templates__/pi-agent/_gitignore +1 -0
- package/lib/__templates__/taro/_gitignore +1 -0
- package/lib/__templates__/taro/package.json +5 -1
- package/lib/__templates__/taro/pnpm-lock.yaml +230 -644
- package/lib/__templates__/taro/pnpm-workspace.yaml +6 -0
- package/lib/__templates__/taro/template.config.js +57 -0
- package/lib/__templates__/vite/_gitignore +1 -0
- package/lib/cli.js +7 -8
- package/package.json +7 -8
|
@@ -4,6 +4,9 @@ settings:
|
|
|
4
4
|
autoInstallPeers: true
|
|
5
5
|
excludeLinksFromLockfile: false
|
|
6
6
|
|
|
7
|
+
overrides:
|
|
8
|
+
esbuild: 0.27.2
|
|
9
|
+
|
|
7
10
|
patchedDependencies:
|
|
8
11
|
'@tarojs/plugin-mini-ci@4.1.9':
|
|
9
12
|
hash: j6dgmq33tuqqgowk7tjyyinctm
|
|
@@ -24,7 +27,7 @@ importers:
|
|
|
24
27
|
version: 4.1.9
|
|
25
28
|
'@tarojs/plugin-framework-react':
|
|
26
29
|
specifier: 4.1.9
|
|
27
|
-
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@
|
|
30
|
+
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@24.12.4)(less@4.5.1)(lightningcss@1.31.1)(sass@1.97.2)(terser@5.44.1)))(react@18.3.1)(vite@4.5.14(@types/node@24.12.4)(less@4.5.1)(lightningcss@1.31.1)(sass@1.97.2)(terser@5.44.1))(webpack@5.97.1(@swc/core@1.3.96))
|
|
28
31
|
'@tarojs/plugin-platform-h5':
|
|
29
32
|
specifier: 4.1.9
|
|
30
33
|
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))
|
|
@@ -91,25 +94,28 @@ importers:
|
|
|
91
94
|
version: 4.1.18
|
|
92
95
|
'@tarojs/cli':
|
|
93
96
|
specifier: 4.1.9
|
|
94
|
-
version: 4.1.9(@types/node@
|
|
97
|
+
version: 4.1.9(@types/node@24.12.4)
|
|
95
98
|
'@tarojs/plugin-generator':
|
|
96
99
|
specifier: 4.1.9
|
|
97
|
-
version: 4.1.9(@types/node@
|
|
100
|
+
version: 4.1.9(@types/node@24.12.4)
|
|
98
101
|
'@tarojs/plugin-mini-ci':
|
|
99
102
|
specifier: ^4.1.9
|
|
100
|
-
version: 4.1.9(patch_hash=j6dgmq33tuqqgowk7tjyyinctm)(miniprogram-ci@2.1.26(eslint@8.57.1))(tt-ide-cli@0.1.31(@types/node@
|
|
103
|
+
version: 4.1.9(patch_hash=j6dgmq33tuqqgowk7tjyyinctm)(miniprogram-ci@2.1.26(eslint@8.57.1))(tt-ide-cli@0.1.31(@types/node@24.12.4))
|
|
101
104
|
'@tarojs/vite-runner':
|
|
102
105
|
specifier: 4.1.9
|
|
103
|
-
version: 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@
|
|
106
|
+
version: 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@24.12.4)(less@4.5.1)(lightningcss@1.31.1)(sass@1.97.2)(terser@5.44.1))
|
|
104
107
|
'@types/minimatch':
|
|
105
108
|
specifier: ^5
|
|
106
109
|
version: 5.1.2
|
|
110
|
+
'@types/node':
|
|
111
|
+
specifier: ^24
|
|
112
|
+
version: 24.12.4
|
|
107
113
|
'@types/react':
|
|
108
114
|
specifier: ^18.0.0
|
|
109
115
|
version: 18.3.27
|
|
110
116
|
'@vitejs/plugin-react':
|
|
111
117
|
specifier: ^4.3.0
|
|
112
|
-
version: 4.7.0(vite@4.5.14(@types/node@
|
|
118
|
+
version: 4.7.0(vite@4.5.14(@types/node@24.12.4)(less@4.5.1)(lightningcss@1.31.1)(sass@1.97.2)(terser@5.44.1))
|
|
113
119
|
babel-preset-taro:
|
|
114
120
|
specifier: 4.1.9
|
|
115
121
|
version: 4.1.9(@babel/core@7.28.5)(@babel/plugin-transform-typescript@7.28.5(@babel/core@7.28.5))(@babel/preset-react@7.28.5(@babel/core@7.28.5))(react-refresh@0.14.2)
|
|
@@ -132,8 +138,8 @@ importers:
|
|
|
132
138
|
specifier: ^4.4.0
|
|
133
139
|
version: 4.6.2(eslint@8.57.1)
|
|
134
140
|
eslint-plugin-tailwindcss:
|
|
135
|
-
specifier: ^3.18.
|
|
136
|
-
version: 3.18.
|
|
141
|
+
specifier: ^3.18.3
|
|
142
|
+
version: 3.18.3(tailwindcss@4.1.18)
|
|
137
143
|
less:
|
|
138
144
|
specifier: ^4.2.0
|
|
139
145
|
version: 4.5.1
|
|
@@ -166,13 +172,13 @@ importers:
|
|
|
166
172
|
version: 5.44.1
|
|
167
173
|
tt-ide-cli:
|
|
168
174
|
specifier: ^0.1.31
|
|
169
|
-
version: 0.1.31(@types/node@
|
|
175
|
+
version: 0.1.31(@types/node@24.12.4)
|
|
170
176
|
typescript:
|
|
171
177
|
specifier: ^5.4.5
|
|
172
178
|
version: 5.9.3
|
|
173
179
|
vite:
|
|
174
180
|
specifier: ^4.2.0
|
|
175
|
-
version: 4.5.14(@types/node@
|
|
181
|
+
version: 4.5.14(@types/node@24.12.4)(less@4.5.1)(lightningcss@1.31.1)(sass@1.97.2)(terser@5.44.1)
|
|
176
182
|
weapp-tailwindcss:
|
|
177
183
|
specifier: ^4.10.3
|
|
178
184
|
version: 4.10.3(tailwindcss@4.1.18)
|
|
@@ -227,7 +233,7 @@ importers:
|
|
|
227
233
|
devDependencies:
|
|
228
234
|
'@nestjs/cli':
|
|
229
235
|
specifier: ^10.4.9
|
|
230
|
-
version: 10.4.9(@swc/core@1.4.14)(esbuild@0.
|
|
236
|
+
version: 10.4.9(@swc/core@1.4.14)(esbuild@0.27.2)
|
|
231
237
|
'@nestjs/schematics':
|
|
232
238
|
specifier: ^10.2.3
|
|
233
239
|
version: 10.2.3(chokidar@3.6.0)(typescript@5.9.3)
|
|
@@ -2114,428 +2120,158 @@ packages:
|
|
|
2114
2120
|
resolution: {integrity: sha512-FxEMIkJKnodyA1OaCUoEvbYRkoZlLZ4d/eXFu9Fh8CbBBgP5EmZxrfTRyN0qpXZ4vOvqnE5YdRdcrmUUXuU+dA==}
|
|
2115
2121
|
deprecated: 'Merged into tsx: https://tsx.is'
|
|
2116
2122
|
|
|
2117
|
-
'@esbuild/aix-ppc64@0.
|
|
2118
|
-
resolution: {integrity: sha512-
|
|
2119
|
-
engines: {node: '>=12'}
|
|
2120
|
-
cpu: [ppc64]
|
|
2121
|
-
os: [aix]
|
|
2122
|
-
|
|
2123
|
-
'@esbuild/aix-ppc64@0.25.12':
|
|
2124
|
-
resolution: {integrity: sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==}
|
|
2123
|
+
'@esbuild/aix-ppc64@0.27.2':
|
|
2124
|
+
resolution: {integrity: sha512-GZMB+a0mOMZs4MpDbj8RJp4cw+w1WV5NYD6xzgvzUJ5Ek2jerwfO2eADyI6ExDSUED+1X8aMbegahsJi+8mgpw==}
|
|
2125
2125
|
engines: {node: '>=18'}
|
|
2126
2126
|
cpu: [ppc64]
|
|
2127
2127
|
os: [aix]
|
|
2128
2128
|
|
|
2129
|
-
'@esbuild/android-arm64@0.
|
|
2130
|
-
resolution: {integrity: sha512-
|
|
2131
|
-
engines: {node: '>=12'}
|
|
2132
|
-
cpu: [arm64]
|
|
2133
|
-
os: [android]
|
|
2134
|
-
|
|
2135
|
-
'@esbuild/android-arm64@0.21.5':
|
|
2136
|
-
resolution: {integrity: sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==}
|
|
2137
|
-
engines: {node: '>=12'}
|
|
2138
|
-
cpu: [arm64]
|
|
2139
|
-
os: [android]
|
|
2140
|
-
|
|
2141
|
-
'@esbuild/android-arm64@0.25.12':
|
|
2142
|
-
resolution: {integrity: sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==}
|
|
2129
|
+
'@esbuild/android-arm64@0.27.2':
|
|
2130
|
+
resolution: {integrity: sha512-pvz8ZZ7ot/RBphf8fv60ljmaoydPU12VuXHImtAs0XhLLw+EXBi2BLe3OYSBslR4rryHvweW5gmkKFwTiFy6KA==}
|
|
2143
2131
|
engines: {node: '>=18'}
|
|
2144
2132
|
cpu: [arm64]
|
|
2145
2133
|
os: [android]
|
|
2146
2134
|
|
|
2147
|
-
'@esbuild/android-arm@0.
|
|
2148
|
-
resolution: {integrity: sha512-
|
|
2149
|
-
engines: {node: '>=12'}
|
|
2150
|
-
cpu: [arm]
|
|
2151
|
-
os: [android]
|
|
2152
|
-
|
|
2153
|
-
'@esbuild/android-arm@0.21.5':
|
|
2154
|
-
resolution: {integrity: sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==}
|
|
2155
|
-
engines: {node: '>=12'}
|
|
2156
|
-
cpu: [arm]
|
|
2157
|
-
os: [android]
|
|
2158
|
-
|
|
2159
|
-
'@esbuild/android-arm@0.25.12':
|
|
2160
|
-
resolution: {integrity: sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==}
|
|
2135
|
+
'@esbuild/android-arm@0.27.2':
|
|
2136
|
+
resolution: {integrity: sha512-DVNI8jlPa7Ujbr1yjU2PfUSRtAUZPG9I1RwW4F4xFB1Imiu2on0ADiI/c3td+KmDtVKNbi+nffGDQMfcIMkwIA==}
|
|
2161
2137
|
engines: {node: '>=18'}
|
|
2162
2138
|
cpu: [arm]
|
|
2163
2139
|
os: [android]
|
|
2164
2140
|
|
|
2165
|
-
'@esbuild/android-x64@0.
|
|
2166
|
-
resolution: {integrity: sha512-
|
|
2167
|
-
engines: {node: '>=12'}
|
|
2168
|
-
cpu: [x64]
|
|
2169
|
-
os: [android]
|
|
2170
|
-
|
|
2171
|
-
'@esbuild/android-x64@0.21.5':
|
|
2172
|
-
resolution: {integrity: sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==}
|
|
2173
|
-
engines: {node: '>=12'}
|
|
2174
|
-
cpu: [x64]
|
|
2175
|
-
os: [android]
|
|
2176
|
-
|
|
2177
|
-
'@esbuild/android-x64@0.25.12':
|
|
2178
|
-
resolution: {integrity: sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==}
|
|
2141
|
+
'@esbuild/android-x64@0.27.2':
|
|
2142
|
+
resolution: {integrity: sha512-z8Ank4Byh4TJJOh4wpz8g2vDy75zFL0TlZlkUkEwYXuPSgX8yzep596n6mT7905kA9uHZsf/o2OJZubl2l3M7A==}
|
|
2179
2143
|
engines: {node: '>=18'}
|
|
2180
2144
|
cpu: [x64]
|
|
2181
2145
|
os: [android]
|
|
2182
2146
|
|
|
2183
|
-
'@esbuild/darwin-arm64@0.
|
|
2184
|
-
resolution: {integrity: sha512-
|
|
2185
|
-
engines: {node: '>=12'}
|
|
2186
|
-
cpu: [arm64]
|
|
2187
|
-
os: [darwin]
|
|
2188
|
-
|
|
2189
|
-
'@esbuild/darwin-arm64@0.21.5':
|
|
2190
|
-
resolution: {integrity: sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==}
|
|
2191
|
-
engines: {node: '>=12'}
|
|
2192
|
-
cpu: [arm64]
|
|
2193
|
-
os: [darwin]
|
|
2194
|
-
|
|
2195
|
-
'@esbuild/darwin-arm64@0.25.12':
|
|
2196
|
-
resolution: {integrity: sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==}
|
|
2147
|
+
'@esbuild/darwin-arm64@0.27.2':
|
|
2148
|
+
resolution: {integrity: sha512-davCD2Zc80nzDVRwXTcQP/28fiJbcOwvdolL0sOiOsbwBa72kegmVU0Wrh1MYrbuCL98Omp5dVhQFWRKR2ZAlg==}
|
|
2197
2149
|
engines: {node: '>=18'}
|
|
2198
2150
|
cpu: [arm64]
|
|
2199
2151
|
os: [darwin]
|
|
2200
2152
|
|
|
2201
|
-
'@esbuild/darwin-x64@0.
|
|
2202
|
-
resolution: {integrity: sha512-
|
|
2203
|
-
engines: {node: '>=12'}
|
|
2204
|
-
cpu: [x64]
|
|
2205
|
-
os: [darwin]
|
|
2206
|
-
|
|
2207
|
-
'@esbuild/darwin-x64@0.21.5':
|
|
2208
|
-
resolution: {integrity: sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==}
|
|
2209
|
-
engines: {node: '>=12'}
|
|
2210
|
-
cpu: [x64]
|
|
2211
|
-
os: [darwin]
|
|
2212
|
-
|
|
2213
|
-
'@esbuild/darwin-x64@0.25.12':
|
|
2214
|
-
resolution: {integrity: sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==}
|
|
2153
|
+
'@esbuild/darwin-x64@0.27.2':
|
|
2154
|
+
resolution: {integrity: sha512-ZxtijOmlQCBWGwbVmwOF/UCzuGIbUkqB1faQRf5akQmxRJ1ujusWsb3CVfk/9iZKr2L5SMU5wPBi1UWbvL+VQA==}
|
|
2215
2155
|
engines: {node: '>=18'}
|
|
2216
2156
|
cpu: [x64]
|
|
2217
2157
|
os: [darwin]
|
|
2218
2158
|
|
|
2219
|
-
'@esbuild/freebsd-arm64@0.
|
|
2220
|
-
resolution: {integrity: sha512-
|
|
2221
|
-
engines: {node: '>=12'}
|
|
2222
|
-
cpu: [arm64]
|
|
2223
|
-
os: [freebsd]
|
|
2224
|
-
|
|
2225
|
-
'@esbuild/freebsd-arm64@0.21.5':
|
|
2226
|
-
resolution: {integrity: sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==}
|
|
2227
|
-
engines: {node: '>=12'}
|
|
2228
|
-
cpu: [arm64]
|
|
2229
|
-
os: [freebsd]
|
|
2230
|
-
|
|
2231
|
-
'@esbuild/freebsd-arm64@0.25.12':
|
|
2232
|
-
resolution: {integrity: sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==}
|
|
2159
|
+
'@esbuild/freebsd-arm64@0.27.2':
|
|
2160
|
+
resolution: {integrity: sha512-lS/9CN+rgqQ9czogxlMcBMGd+l8Q3Nj1MFQwBZJyoEKI50XGxwuzznYdwcav6lpOGv5BqaZXqvBSiB/kJ5op+g==}
|
|
2233
2161
|
engines: {node: '>=18'}
|
|
2234
2162
|
cpu: [arm64]
|
|
2235
2163
|
os: [freebsd]
|
|
2236
2164
|
|
|
2237
|
-
'@esbuild/freebsd-x64@0.
|
|
2238
|
-
resolution: {integrity: sha512-
|
|
2239
|
-
engines: {node: '>=12'}
|
|
2240
|
-
cpu: [x64]
|
|
2241
|
-
os: [freebsd]
|
|
2242
|
-
|
|
2243
|
-
'@esbuild/freebsd-x64@0.21.5':
|
|
2244
|
-
resolution: {integrity: sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==}
|
|
2245
|
-
engines: {node: '>=12'}
|
|
2246
|
-
cpu: [x64]
|
|
2247
|
-
os: [freebsd]
|
|
2248
|
-
|
|
2249
|
-
'@esbuild/freebsd-x64@0.25.12':
|
|
2250
|
-
resolution: {integrity: sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==}
|
|
2165
|
+
'@esbuild/freebsd-x64@0.27.2':
|
|
2166
|
+
resolution: {integrity: sha512-tAfqtNYb4YgPnJlEFu4c212HYjQWSO/w/h/lQaBK7RbwGIkBOuNKQI9tqWzx7Wtp7bTPaGC6MJvWI608P3wXYA==}
|
|
2251
2167
|
engines: {node: '>=18'}
|
|
2252
2168
|
cpu: [x64]
|
|
2253
2169
|
os: [freebsd]
|
|
2254
2170
|
|
|
2255
|
-
'@esbuild/linux-arm64@0.
|
|
2256
|
-
resolution: {integrity: sha512-
|
|
2257
|
-
engines: {node: '>=12'}
|
|
2258
|
-
cpu: [arm64]
|
|
2259
|
-
os: [linux]
|
|
2260
|
-
|
|
2261
|
-
'@esbuild/linux-arm64@0.21.5':
|
|
2262
|
-
resolution: {integrity: sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==}
|
|
2263
|
-
engines: {node: '>=12'}
|
|
2264
|
-
cpu: [arm64]
|
|
2265
|
-
os: [linux]
|
|
2266
|
-
|
|
2267
|
-
'@esbuild/linux-arm64@0.25.12':
|
|
2268
|
-
resolution: {integrity: sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==}
|
|
2171
|
+
'@esbuild/linux-arm64@0.27.2':
|
|
2172
|
+
resolution: {integrity: sha512-hYxN8pr66NsCCiRFkHUAsxylNOcAQaxSSkHMMjcpx0si13t1LHFphxJZUiGwojB1a/Hd5OiPIqDdXONia6bhTw==}
|
|
2269
2173
|
engines: {node: '>=18'}
|
|
2270
2174
|
cpu: [arm64]
|
|
2271
2175
|
os: [linux]
|
|
2272
2176
|
|
|
2273
|
-
'@esbuild/linux-arm@0.
|
|
2274
|
-
resolution: {integrity: sha512
|
|
2275
|
-
engines: {node: '>=12'}
|
|
2276
|
-
cpu: [arm]
|
|
2277
|
-
os: [linux]
|
|
2278
|
-
|
|
2279
|
-
'@esbuild/linux-arm@0.21.5':
|
|
2280
|
-
resolution: {integrity: sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==}
|
|
2281
|
-
engines: {node: '>=12'}
|
|
2282
|
-
cpu: [arm]
|
|
2283
|
-
os: [linux]
|
|
2284
|
-
|
|
2285
|
-
'@esbuild/linux-arm@0.25.12':
|
|
2286
|
-
resolution: {integrity: sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==}
|
|
2177
|
+
'@esbuild/linux-arm@0.27.2':
|
|
2178
|
+
resolution: {integrity: sha512-vWfq4GaIMP9AIe4yj1ZUW18RDhx6EPQKjwe7n8BbIecFtCQG4CfHGaHuh7fdfq+y3LIA2vGS/o9ZBGVxIDi9hw==}
|
|
2287
2179
|
engines: {node: '>=18'}
|
|
2288
2180
|
cpu: [arm]
|
|
2289
2181
|
os: [linux]
|
|
2290
2182
|
|
|
2291
|
-
'@esbuild/linux-ia32@0.
|
|
2292
|
-
resolution: {integrity: sha512-
|
|
2293
|
-
engines: {node: '>=12'}
|
|
2294
|
-
cpu: [ia32]
|
|
2295
|
-
os: [linux]
|
|
2296
|
-
|
|
2297
|
-
'@esbuild/linux-ia32@0.21.5':
|
|
2298
|
-
resolution: {integrity: sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==}
|
|
2299
|
-
engines: {node: '>=12'}
|
|
2300
|
-
cpu: [ia32]
|
|
2301
|
-
os: [linux]
|
|
2302
|
-
|
|
2303
|
-
'@esbuild/linux-ia32@0.25.12':
|
|
2304
|
-
resolution: {integrity: sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==}
|
|
2183
|
+
'@esbuild/linux-ia32@0.27.2':
|
|
2184
|
+
resolution: {integrity: sha512-MJt5BRRSScPDwG2hLelYhAAKh9imjHK5+NE/tvnRLbIqUWa+0E9N4WNMjmp/kXXPHZGqPLxggwVhz7QP8CTR8w==}
|
|
2305
2185
|
engines: {node: '>=18'}
|
|
2306
2186
|
cpu: [ia32]
|
|
2307
2187
|
os: [linux]
|
|
2308
2188
|
|
|
2309
|
-
'@esbuild/linux-loong64@0.
|
|
2310
|
-
resolution: {integrity: sha512-
|
|
2311
|
-
engines: {node: '>=12'}
|
|
2312
|
-
cpu: [loong64]
|
|
2313
|
-
os: [linux]
|
|
2314
|
-
|
|
2315
|
-
'@esbuild/linux-loong64@0.21.5':
|
|
2316
|
-
resolution: {integrity: sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==}
|
|
2317
|
-
engines: {node: '>=12'}
|
|
2318
|
-
cpu: [loong64]
|
|
2319
|
-
os: [linux]
|
|
2320
|
-
|
|
2321
|
-
'@esbuild/linux-loong64@0.25.12':
|
|
2322
|
-
resolution: {integrity: sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==}
|
|
2189
|
+
'@esbuild/linux-loong64@0.27.2':
|
|
2190
|
+
resolution: {integrity: sha512-lugyF1atnAT463aO6KPshVCJK5NgRnU4yb3FUumyVz+cGvZbontBgzeGFO1nF+dPueHD367a2ZXe1NtUkAjOtg==}
|
|
2323
2191
|
engines: {node: '>=18'}
|
|
2324
2192
|
cpu: [loong64]
|
|
2325
2193
|
os: [linux]
|
|
2326
2194
|
|
|
2327
|
-
'@esbuild/linux-mips64el@0.
|
|
2328
|
-
resolution: {integrity: sha512-
|
|
2329
|
-
engines: {node: '>=12'}
|
|
2330
|
-
cpu: [mips64el]
|
|
2331
|
-
os: [linux]
|
|
2332
|
-
|
|
2333
|
-
'@esbuild/linux-mips64el@0.21.5':
|
|
2334
|
-
resolution: {integrity: sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==}
|
|
2335
|
-
engines: {node: '>=12'}
|
|
2336
|
-
cpu: [mips64el]
|
|
2337
|
-
os: [linux]
|
|
2338
|
-
|
|
2339
|
-
'@esbuild/linux-mips64el@0.25.12':
|
|
2340
|
-
resolution: {integrity: sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==}
|
|
2195
|
+
'@esbuild/linux-mips64el@0.27.2':
|
|
2196
|
+
resolution: {integrity: sha512-nlP2I6ArEBewvJ2gjrrkESEZkB5mIoaTswuqNFRv/WYd+ATtUpe9Y09RnJvgvdag7he0OWgEZWhviS1OTOKixw==}
|
|
2341
2197
|
engines: {node: '>=18'}
|
|
2342
2198
|
cpu: [mips64el]
|
|
2343
2199
|
os: [linux]
|
|
2344
2200
|
|
|
2345
|
-
'@esbuild/linux-ppc64@0.
|
|
2346
|
-
resolution: {integrity: sha512-
|
|
2347
|
-
engines: {node: '>=12'}
|
|
2348
|
-
cpu: [ppc64]
|
|
2349
|
-
os: [linux]
|
|
2350
|
-
|
|
2351
|
-
'@esbuild/linux-ppc64@0.21.5':
|
|
2352
|
-
resolution: {integrity: sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==}
|
|
2353
|
-
engines: {node: '>=12'}
|
|
2354
|
-
cpu: [ppc64]
|
|
2355
|
-
os: [linux]
|
|
2356
|
-
|
|
2357
|
-
'@esbuild/linux-ppc64@0.25.12':
|
|
2358
|
-
resolution: {integrity: sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==}
|
|
2201
|
+
'@esbuild/linux-ppc64@0.27.2':
|
|
2202
|
+
resolution: {integrity: sha512-C92gnpey7tUQONqg1n6dKVbx3vphKtTHJaNG2Ok9lGwbZil6DrfyecMsp9CrmXGQJmZ7iiVXvvZH6Ml5hL6XdQ==}
|
|
2359
2203
|
engines: {node: '>=18'}
|
|
2360
2204
|
cpu: [ppc64]
|
|
2361
2205
|
os: [linux]
|
|
2362
2206
|
|
|
2363
|
-
'@esbuild/linux-riscv64@0.
|
|
2364
|
-
resolution: {integrity: sha512-
|
|
2365
|
-
engines: {node: '>=12'}
|
|
2366
|
-
cpu: [riscv64]
|
|
2367
|
-
os: [linux]
|
|
2368
|
-
|
|
2369
|
-
'@esbuild/linux-riscv64@0.21.5':
|
|
2370
|
-
resolution: {integrity: sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==}
|
|
2371
|
-
engines: {node: '>=12'}
|
|
2372
|
-
cpu: [riscv64]
|
|
2373
|
-
os: [linux]
|
|
2374
|
-
|
|
2375
|
-
'@esbuild/linux-riscv64@0.25.12':
|
|
2376
|
-
resolution: {integrity: sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==}
|
|
2207
|
+
'@esbuild/linux-riscv64@0.27.2':
|
|
2208
|
+
resolution: {integrity: sha512-B5BOmojNtUyN8AXlK0QJyvjEZkWwy/FKvakkTDCziX95AowLZKR6aCDhG7LeF7uMCXEJqwa8Bejz5LTPYm8AvA==}
|
|
2377
2209
|
engines: {node: '>=18'}
|
|
2378
2210
|
cpu: [riscv64]
|
|
2379
2211
|
os: [linux]
|
|
2380
2212
|
|
|
2381
|
-
'@esbuild/linux-s390x@0.
|
|
2382
|
-
resolution: {integrity: sha512
|
|
2383
|
-
engines: {node: '>=12'}
|
|
2384
|
-
cpu: [s390x]
|
|
2385
|
-
os: [linux]
|
|
2386
|
-
|
|
2387
|
-
'@esbuild/linux-s390x@0.21.5':
|
|
2388
|
-
resolution: {integrity: sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==}
|
|
2389
|
-
engines: {node: '>=12'}
|
|
2390
|
-
cpu: [s390x]
|
|
2391
|
-
os: [linux]
|
|
2392
|
-
|
|
2393
|
-
'@esbuild/linux-s390x@0.25.12':
|
|
2394
|
-
resolution: {integrity: sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==}
|
|
2213
|
+
'@esbuild/linux-s390x@0.27.2':
|
|
2214
|
+
resolution: {integrity: sha512-p4bm9+wsPwup5Z8f4EpfN63qNagQ47Ua2znaqGH6bqLlmJ4bx97Y9JdqxgGZ6Y8xVTixUnEkoKSHcpRlDnNr5w==}
|
|
2395
2215
|
engines: {node: '>=18'}
|
|
2396
2216
|
cpu: [s390x]
|
|
2397
2217
|
os: [linux]
|
|
2398
2218
|
|
|
2399
|
-
'@esbuild/linux-x64@0.
|
|
2400
|
-
resolution: {integrity: sha512-
|
|
2401
|
-
engines: {node: '>=12'}
|
|
2402
|
-
cpu: [x64]
|
|
2403
|
-
os: [linux]
|
|
2404
|
-
|
|
2405
|
-
'@esbuild/linux-x64@0.21.5':
|
|
2406
|
-
resolution: {integrity: sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==}
|
|
2407
|
-
engines: {node: '>=12'}
|
|
2408
|
-
cpu: [x64]
|
|
2409
|
-
os: [linux]
|
|
2410
|
-
|
|
2411
|
-
'@esbuild/linux-x64@0.25.12':
|
|
2412
|
-
resolution: {integrity: sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==}
|
|
2219
|
+
'@esbuild/linux-x64@0.27.2':
|
|
2220
|
+
resolution: {integrity: sha512-uwp2Tip5aPmH+NRUwTcfLb+W32WXjpFejTIOWZFw/v7/KnpCDKG66u4DLcurQpiYTiYwQ9B7KOeMJvLCu/OvbA==}
|
|
2413
2221
|
engines: {node: '>=18'}
|
|
2414
2222
|
cpu: [x64]
|
|
2415
2223
|
os: [linux]
|
|
2416
2224
|
|
|
2417
|
-
'@esbuild/netbsd-arm64@0.
|
|
2418
|
-
resolution: {integrity: sha512-
|
|
2225
|
+
'@esbuild/netbsd-arm64@0.27.2':
|
|
2226
|
+
resolution: {integrity: sha512-Kj6DiBlwXrPsCRDeRvGAUb/LNrBASrfqAIok+xB0LxK8CHqxZ037viF13ugfsIpePH93mX7xfJp97cyDuTZ3cw==}
|
|
2419
2227
|
engines: {node: '>=18'}
|
|
2420
2228
|
cpu: [arm64]
|
|
2421
2229
|
os: [netbsd]
|
|
2422
2230
|
|
|
2423
|
-
'@esbuild/netbsd-x64@0.
|
|
2424
|
-
resolution: {integrity: sha512-
|
|
2425
|
-
engines: {node: '>=12'}
|
|
2426
|
-
cpu: [x64]
|
|
2427
|
-
os: [netbsd]
|
|
2428
|
-
|
|
2429
|
-
'@esbuild/netbsd-x64@0.21.5':
|
|
2430
|
-
resolution: {integrity: sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==}
|
|
2431
|
-
engines: {node: '>=12'}
|
|
2432
|
-
cpu: [x64]
|
|
2433
|
-
os: [netbsd]
|
|
2434
|
-
|
|
2435
|
-
'@esbuild/netbsd-x64@0.25.12':
|
|
2436
|
-
resolution: {integrity: sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==}
|
|
2231
|
+
'@esbuild/netbsd-x64@0.27.2':
|
|
2232
|
+
resolution: {integrity: sha512-HwGDZ0VLVBY3Y+Nw0JexZy9o/nUAWq9MlV7cahpaXKW6TOzfVno3y3/M8Ga8u8Yr7GldLOov27xiCnqRZf0tCA==}
|
|
2437
2233
|
engines: {node: '>=18'}
|
|
2438
2234
|
cpu: [x64]
|
|
2439
2235
|
os: [netbsd]
|
|
2440
2236
|
|
|
2441
|
-
'@esbuild/openbsd-arm64@0.
|
|
2442
|
-
resolution: {integrity: sha512-
|
|
2237
|
+
'@esbuild/openbsd-arm64@0.27.2':
|
|
2238
|
+
resolution: {integrity: sha512-DNIHH2BPQ5551A7oSHD0CKbwIA/Ox7+78/AWkbS5QoRzaqlev2uFayfSxq68EkonB+IKjiuxBFoV8ESJy8bOHA==}
|
|
2443
2239
|
engines: {node: '>=18'}
|
|
2444
2240
|
cpu: [arm64]
|
|
2445
2241
|
os: [openbsd]
|
|
2446
2242
|
|
|
2447
|
-
'@esbuild/openbsd-x64@0.
|
|
2448
|
-
resolution: {integrity: sha512
|
|
2449
|
-
engines: {node: '>=12'}
|
|
2450
|
-
cpu: [x64]
|
|
2451
|
-
os: [openbsd]
|
|
2452
|
-
|
|
2453
|
-
'@esbuild/openbsd-x64@0.21.5':
|
|
2454
|
-
resolution: {integrity: sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==}
|
|
2455
|
-
engines: {node: '>=12'}
|
|
2456
|
-
cpu: [x64]
|
|
2457
|
-
os: [openbsd]
|
|
2458
|
-
|
|
2459
|
-
'@esbuild/openbsd-x64@0.25.12':
|
|
2460
|
-
resolution: {integrity: sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==}
|
|
2243
|
+
'@esbuild/openbsd-x64@0.27.2':
|
|
2244
|
+
resolution: {integrity: sha512-/it7w9Nb7+0KFIzjalNJVR5bOzA9Vay+yIPLVHfIQYG/j+j9VTH84aNB8ExGKPU4AzfaEvN9/V4HV+F+vo8OEg==}
|
|
2461
2245
|
engines: {node: '>=18'}
|
|
2462
2246
|
cpu: [x64]
|
|
2463
2247
|
os: [openbsd]
|
|
2464
2248
|
|
|
2465
|
-
'@esbuild/openharmony-arm64@0.
|
|
2466
|
-
resolution: {integrity: sha512-
|
|
2249
|
+
'@esbuild/openharmony-arm64@0.27.2':
|
|
2250
|
+
resolution: {integrity: sha512-LRBbCmiU51IXfeXk59csuX/aSaToeG7w48nMwA6049Y4J4+VbWALAuXcs+qcD04rHDuSCSRKdmY63sruDS5qag==}
|
|
2467
2251
|
engines: {node: '>=18'}
|
|
2468
2252
|
cpu: [arm64]
|
|
2469
2253
|
os: [openharmony]
|
|
2470
2254
|
|
|
2471
|
-
'@esbuild/sunos-x64@0.
|
|
2472
|
-
resolution: {integrity: sha512-
|
|
2473
|
-
engines: {node: '>=12'}
|
|
2474
|
-
cpu: [x64]
|
|
2475
|
-
os: [sunos]
|
|
2476
|
-
|
|
2477
|
-
'@esbuild/sunos-x64@0.21.5':
|
|
2478
|
-
resolution: {integrity: sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==}
|
|
2479
|
-
engines: {node: '>=12'}
|
|
2480
|
-
cpu: [x64]
|
|
2481
|
-
os: [sunos]
|
|
2482
|
-
|
|
2483
|
-
'@esbuild/sunos-x64@0.25.12':
|
|
2484
|
-
resolution: {integrity: sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==}
|
|
2255
|
+
'@esbuild/sunos-x64@0.27.2':
|
|
2256
|
+
resolution: {integrity: sha512-kMtx1yqJHTmqaqHPAzKCAkDaKsffmXkPHThSfRwZGyuqyIeBvf08KSsYXl+abf5HDAPMJIPnbBfXvP2ZC2TfHg==}
|
|
2485
2257
|
engines: {node: '>=18'}
|
|
2486
2258
|
cpu: [x64]
|
|
2487
2259
|
os: [sunos]
|
|
2488
2260
|
|
|
2489
|
-
'@esbuild/win32-arm64@0.
|
|
2490
|
-
resolution: {integrity: sha512-
|
|
2491
|
-
engines: {node: '>=12'}
|
|
2492
|
-
cpu: [arm64]
|
|
2493
|
-
os: [win32]
|
|
2494
|
-
|
|
2495
|
-
'@esbuild/win32-arm64@0.21.5':
|
|
2496
|
-
resolution: {integrity: sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==}
|
|
2497
|
-
engines: {node: '>=12'}
|
|
2498
|
-
cpu: [arm64]
|
|
2499
|
-
os: [win32]
|
|
2500
|
-
|
|
2501
|
-
'@esbuild/win32-arm64@0.25.12':
|
|
2502
|
-
resolution: {integrity: sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==}
|
|
2261
|
+
'@esbuild/win32-arm64@0.27.2':
|
|
2262
|
+
resolution: {integrity: sha512-Yaf78O/B3Kkh+nKABUF++bvJv5Ijoy9AN1ww904rOXZFLWVc5OLOfL56W+C8F9xn5JQZa3UX6m+IktJnIb1Jjg==}
|
|
2503
2263
|
engines: {node: '>=18'}
|
|
2504
2264
|
cpu: [arm64]
|
|
2505
2265
|
os: [win32]
|
|
2506
2266
|
|
|
2507
|
-
'@esbuild/win32-ia32@0.
|
|
2508
|
-
resolution: {integrity: sha512-
|
|
2509
|
-
engines: {node: '>=12'}
|
|
2510
|
-
cpu: [ia32]
|
|
2511
|
-
os: [win32]
|
|
2512
|
-
|
|
2513
|
-
'@esbuild/win32-ia32@0.21.5':
|
|
2514
|
-
resolution: {integrity: sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==}
|
|
2515
|
-
engines: {node: '>=12'}
|
|
2516
|
-
cpu: [ia32]
|
|
2517
|
-
os: [win32]
|
|
2518
|
-
|
|
2519
|
-
'@esbuild/win32-ia32@0.25.12':
|
|
2520
|
-
resolution: {integrity: sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==}
|
|
2267
|
+
'@esbuild/win32-ia32@0.27.2':
|
|
2268
|
+
resolution: {integrity: sha512-Iuws0kxo4yusk7sw70Xa2E2imZU5HoixzxfGCdxwBdhiDgt9vX9VUCBhqcwY7/uh//78A1hMkkROMJq9l27oLQ==}
|
|
2521
2269
|
engines: {node: '>=18'}
|
|
2522
2270
|
cpu: [ia32]
|
|
2523
2271
|
os: [win32]
|
|
2524
2272
|
|
|
2525
|
-
'@esbuild/win32-x64@0.
|
|
2526
|
-
resolution: {integrity: sha512-
|
|
2527
|
-
engines: {node: '>=12'}
|
|
2528
|
-
cpu: [x64]
|
|
2529
|
-
os: [win32]
|
|
2530
|
-
|
|
2531
|
-
'@esbuild/win32-x64@0.21.5':
|
|
2532
|
-
resolution: {integrity: sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==}
|
|
2533
|
-
engines: {node: '>=12'}
|
|
2534
|
-
cpu: [x64]
|
|
2535
|
-
os: [win32]
|
|
2536
|
-
|
|
2537
|
-
'@esbuild/win32-x64@0.25.12':
|
|
2538
|
-
resolution: {integrity: sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==}
|
|
2273
|
+
'@esbuild/win32-x64@0.27.2':
|
|
2274
|
+
resolution: {integrity: sha512-sRdU18mcKf7F+YgheI/zGf5alZatMUTKj/jNS6l744f9u3WFu4v7twcUI9vu4mknF4Y9aDlblIie0IM+5xxaqQ==}
|
|
2539
2275
|
engines: {node: '>=18'}
|
|
2540
2276
|
cpu: [x64]
|
|
2541
2277
|
os: [win32]
|
|
@@ -3276,6 +3012,10 @@ packages:
|
|
|
3276
3012
|
resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==}
|
|
3277
3013
|
engines: {node: '>=14'}
|
|
3278
3014
|
|
|
3015
|
+
'@pkgr/core@0.3.6':
|
|
3016
|
+
resolution: {integrity: sha512-SEeaJLb3qBNF/OaXnaR1NmmBbFYk1zC0ZH/52fATcRPLFg/p791YrcyFFy44Bo9sLaGuSuLp5Q6axbb/O+v/RA==}
|
|
3017
|
+
engines: {node: ^14.18.0 || >=16.0.0}
|
|
3018
|
+
|
|
3279
3019
|
'@protobufjs/aspromise@1.1.2':
|
|
3280
3020
|
resolution: {integrity: sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==}
|
|
3281
3021
|
|
|
@@ -4342,6 +4082,9 @@ packages:
|
|
|
4342
4082
|
'@types/node@22.19.6':
|
|
4343
4083
|
resolution: {integrity: sha512-qm+G8HuG6hOHQigsi7VGuLjUVu6TtBo/F05zvX04Mw2uCg9Dv0Qxy3Qw7j41SidlTcl5D/5yg0SEZqOB+EqZnQ==}
|
|
4344
4084
|
|
|
4085
|
+
'@types/node@24.12.4':
|
|
4086
|
+
resolution: {integrity: sha512-GUUEShf+PBCGW2KaXwcIt3Yk+e3pkKwWKb9GSyM9WQVE+ep2jzmHdGsHzu4wgcZy5fN9FBdVzjpBQsYlpfpgLA==}
|
|
4087
|
+
|
|
4345
4088
|
'@types/phoenix@1.6.7':
|
|
4346
4089
|
resolution: {integrity: sha512-oN9ive//QSBkf19rfDv45M7eZPi0eEXylht2OLEXicu5b4KoQ1OzXIw+xDSGWxSxe1JmepRR/ZH283vsu518/Q==}
|
|
4347
4090
|
|
|
@@ -4442,6 +4185,7 @@ packages:
|
|
|
4442
4185
|
|
|
4443
4186
|
'@ungap/structured-clone@1.3.0':
|
|
4444
4187
|
resolution: {integrity: sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==}
|
|
4188
|
+
deprecated: Potential CWE-502 - Update to 1.3.1 or higher
|
|
4445
4189
|
|
|
4446
4190
|
'@vitejs/plugin-legacy@4.1.1':
|
|
4447
4191
|
resolution: {integrity: sha512-um3gbVouD2Q/g19C0qpDfHwveXDCAHzs8OC3e9g6aXpKoD1H14himgs7wkMnhAynBJy7QqUoZNAXDuqN8zLR2g==}
|
|
@@ -4548,6 +4292,7 @@ packages:
|
|
|
4548
4292
|
'@xmldom/xmldom@0.8.11':
|
|
4549
4293
|
resolution: {integrity: sha512-cQzWCtO6C8TQiYl1ruKNn2U6Ao4o4WBBcbL61yJl84x+j5sOWWFU9X7DpND8XZG3daDppSsigMdfAIl2upQBRw==}
|
|
4550
4294
|
engines: {node: '>=10.0.0'}
|
|
4295
|
+
deprecated: this version has critical issues, please update to the latest version
|
|
4551
4296
|
|
|
4552
4297
|
'@xtuc/ieee754@1.2.0':
|
|
4553
4298
|
resolution: {integrity: sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==}
|
|
@@ -6251,20 +5996,10 @@ packages:
|
|
|
6251
5996
|
esbuild-register@3.6.0:
|
|
6252
5997
|
resolution: {integrity: sha512-H2/S7Pm8a9CL1uhp9OvjwrBh5Pvx0H8qVOxNu8Wed9Y7qv56MPtq+GGM8RJpq6glYJn9Wspr8uw7l55uyinNeg==}
|
|
6253
5998
|
peerDependencies:
|
|
6254
|
-
esbuild:
|
|
5999
|
+
esbuild: 0.27.2
|
|
6255
6000
|
|
|
6256
|
-
esbuild@0.
|
|
6257
|
-
resolution: {integrity: sha512-
|
|
6258
|
-
engines: {node: '>=12'}
|
|
6259
|
-
hasBin: true
|
|
6260
|
-
|
|
6261
|
-
esbuild@0.21.5:
|
|
6262
|
-
resolution: {integrity: sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==}
|
|
6263
|
-
engines: {node: '>=12'}
|
|
6264
|
-
hasBin: true
|
|
6265
|
-
|
|
6266
|
-
esbuild@0.25.12:
|
|
6267
|
-
resolution: {integrity: sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==}
|
|
6001
|
+
esbuild@0.27.2:
|
|
6002
|
+
resolution: {integrity: sha512-HyNQImnsOC7X9PMNaCIeAm4ISCQXs5a5YasTXVliKv4uuBo1dKrG0A+uQS8M5eXjVMnLg3WgXaKvprHlFJQffw==}
|
|
6268
6003
|
engines: {node: '>=18'}
|
|
6269
6004
|
hasBin: true
|
|
6270
6005
|
|
|
@@ -6345,11 +6080,11 @@ packages:
|
|
|
6345
6080
|
peerDependencies:
|
|
6346
6081
|
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7
|
|
6347
6082
|
|
|
6348
|
-
eslint-plugin-tailwindcss@3.18.
|
|
6349
|
-
resolution: {integrity: sha512-
|
|
6083
|
+
eslint-plugin-tailwindcss@3.18.3:
|
|
6084
|
+
resolution: {integrity: sha512-lqjNX7mt1Ip2qR236hvhbZ9ff2TFLUWou+tBHz82SA1nWFzOZSoEOI+9UBZmuf2977r2MMp9/y3/broyz8AYig==}
|
|
6350
6085
|
engines: {node: '>=18.12.0'}
|
|
6351
6086
|
peerDependencies:
|
|
6352
|
-
tailwindcss: ^3.4.0
|
|
6087
|
+
tailwindcss: ^3.4.0 || ^4.0.0
|
|
6353
6088
|
|
|
6354
6089
|
eslint-scope@5.1.1:
|
|
6355
6090
|
resolution: {integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==}
|
|
@@ -6835,19 +6570,21 @@ packages:
|
|
|
6835
6570
|
glob@10.2.6:
|
|
6836
6571
|
resolution: {integrity: sha512-U/rnDpXJGF414QQQZv5uVsabTVxMSwzS5CH0p3DRCIV6ownl4f7PzGnkGmvlum2wB+9RlJWJZ6ACU1INnBqiPA==}
|
|
6837
6572
|
engines: {node: '>=16 || 14 >=14.17'}
|
|
6573
|
+
deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
|
|
6838
6574
|
hasBin: true
|
|
6839
6575
|
|
|
6840
6576
|
glob@10.4.5:
|
|
6841
6577
|
resolution: {integrity: sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==}
|
|
6578
|
+
deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
|
|
6842
6579
|
hasBin: true
|
|
6843
6580
|
|
|
6844
6581
|
glob@7.1.2:
|
|
6845
6582
|
resolution: {integrity: sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==}
|
|
6846
|
-
deprecated:
|
|
6583
|
+
deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
|
|
6847
6584
|
|
|
6848
6585
|
glob@7.2.3:
|
|
6849
6586
|
resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==}
|
|
6850
|
-
deprecated:
|
|
6587
|
+
deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
|
|
6851
6588
|
|
|
6852
6589
|
global-modules@2.0.0:
|
|
6853
6590
|
resolution: {integrity: sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==}
|
|
@@ -9171,6 +8908,7 @@ packages:
|
|
|
9171
8908
|
prebuild-install@7.1.3:
|
|
9172
8909
|
resolution: {integrity: sha512-8Mf2cbV7x1cXPUILADGI3wuhfqWvtiLA1iclTDbFRZkgRQS0NqsPZphna9V+HyTEadheuPmjaJMsbzKQFOzLug==}
|
|
9173
8910
|
engines: {node: '>=10'}
|
|
8911
|
+
deprecated: No longer maintained. Please contact the author of the relevant native addon; alternatives are available.
|
|
9174
8912
|
hasBin: true
|
|
9175
8913
|
|
|
9176
8914
|
prelude-ls@1.2.1:
|
|
@@ -10069,6 +9807,10 @@ packages:
|
|
|
10069
9807
|
sync-message@0.0.12:
|
|
10070
9808
|
resolution: {integrity: sha512-ySLe+P2U91a51SbWNUvDvAxCct+EKd5PKq3ptJoCZty7oxrf3+VFXxoskreLqrmN6VFxagqcXloz7fcFS08UFw==}
|
|
10071
9809
|
|
|
9810
|
+
synckit@0.11.13:
|
|
9811
|
+
resolution: {integrity: sha512-eNRKgb3z66Yp3D2CixVujOUvXLFUTij/zVnV8KRyvFdQwpz7I5DS8UfRkTeLzb64u+dkzDSdelE24izu+zSSUg==}
|
|
9812
|
+
engines: {node: ^14.18.0 || >=16.0.0}
|
|
9813
|
+
|
|
10072
9814
|
systemjs@6.15.1:
|
|
10073
9815
|
resolution: {integrity: sha512-Nk8c4lXvMB98MtbmjX7JwJRgJOL8fluecYCfCeYBznwmpOs8Bf15hLM6z4z71EDAhQVrQrI+wt1aLWSXZq+hXA==}
|
|
10074
9816
|
|
|
@@ -10076,6 +9818,11 @@ packages:
|
|
|
10076
9818
|
resolution: {integrity: sha512-9kY+CygyYM6j02t5YFHbNz2FN5QmYGv9zAjVp4lCDjlCw7amdckXlEt/bjMhUIfj4ThGRE4gCUH5+yGnNuPo5A==}
|
|
10077
9819
|
engines: {node: '>=10.0.0'}
|
|
10078
9820
|
|
|
9821
|
+
tailwind-api-utils@1.0.3:
|
|
9822
|
+
resolution: {integrity: sha512-KpzUHkH1ug1sq4394SLJX38ZtpeTiqQ1RVyFTTSY2XuHsNSTWUkRo108KmyyrMWdDbQrLYkSHaNKj/a3bmA4sQ==}
|
|
9823
|
+
peerDependencies:
|
|
9824
|
+
tailwindcss: ^3.3.0 || ^4.0.0 || ^4.0.0-beta
|
|
9825
|
+
|
|
10079
9826
|
tailwind-merge@3.5.0:
|
|
10080
9827
|
resolution: {integrity: sha512-I8K9wewnVDkL1NTGoqWmVEIlUcB9gFriAEkXkfCjX5ib8ezGxtR3xD7iZIxrfArjEsH7F1CHD4RFUtxefdqV/A==}
|
|
10081
9828
|
|
|
@@ -10381,6 +10128,9 @@ packages:
|
|
|
10381
10128
|
undici-types@6.21.0:
|
|
10382
10129
|
resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==}
|
|
10383
10130
|
|
|
10131
|
+
undici-types@7.16.0:
|
|
10132
|
+
resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==}
|
|
10133
|
+
|
|
10384
10134
|
unicode-canonical-property-names-ecmascript@2.0.1:
|
|
10385
10135
|
resolution: {integrity: sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg==}
|
|
10386
10136
|
engines: {node: '>=4'}
|
|
@@ -10462,11 +10212,12 @@ packages:
|
|
|
10462
10212
|
|
|
10463
10213
|
uuid@10.0.0:
|
|
10464
10214
|
resolution: {integrity: sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==}
|
|
10215
|
+
deprecated: uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028).
|
|
10465
10216
|
hasBin: true
|
|
10466
10217
|
|
|
10467
10218
|
uuid@3.4.0:
|
|
10468
10219
|
resolution: {integrity: sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==}
|
|
10469
|
-
deprecated:
|
|
10220
|
+
deprecated: uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028).
|
|
10470
10221
|
hasBin: true
|
|
10471
10222
|
|
|
10472
10223
|
validate-html-nesting@1.2.4:
|
|
@@ -13326,7 +13077,7 @@ snapshots:
|
|
|
13326
13077
|
|
|
13327
13078
|
'@esbuild-kit/core-utils@3.3.2':
|
|
13328
13079
|
dependencies:
|
|
13329
|
-
esbuild: 0.
|
|
13080
|
+
esbuild: 0.27.2
|
|
13330
13081
|
source-map-support: 0.5.21
|
|
13331
13082
|
|
|
13332
13083
|
'@esbuild-kit/esm-loader@2.6.5':
|
|
@@ -13334,217 +13085,82 @@ snapshots:
|
|
|
13334
13085
|
'@esbuild-kit/core-utils': 3.3.2
|
|
13335
13086
|
get-tsconfig: 4.13.0
|
|
13336
13087
|
|
|
13337
|
-
'@esbuild/aix-ppc64@0.
|
|
13338
|
-
optional: true
|
|
13339
|
-
|
|
13340
|
-
'@esbuild/aix-ppc64@0.25.12':
|
|
13341
|
-
optional: true
|
|
13342
|
-
|
|
13343
|
-
'@esbuild/android-arm64@0.18.20':
|
|
13344
|
-
optional: true
|
|
13345
|
-
|
|
13346
|
-
'@esbuild/android-arm64@0.21.5':
|
|
13347
|
-
optional: true
|
|
13348
|
-
|
|
13349
|
-
'@esbuild/android-arm64@0.25.12':
|
|
13350
|
-
optional: true
|
|
13351
|
-
|
|
13352
|
-
'@esbuild/android-arm@0.18.20':
|
|
13353
|
-
optional: true
|
|
13354
|
-
|
|
13355
|
-
'@esbuild/android-arm@0.21.5':
|
|
13356
|
-
optional: true
|
|
13357
|
-
|
|
13358
|
-
'@esbuild/android-arm@0.25.12':
|
|
13359
|
-
optional: true
|
|
13360
|
-
|
|
13361
|
-
'@esbuild/android-x64@0.18.20':
|
|
13362
|
-
optional: true
|
|
13363
|
-
|
|
13364
|
-
'@esbuild/android-x64@0.21.5':
|
|
13365
|
-
optional: true
|
|
13366
|
-
|
|
13367
|
-
'@esbuild/android-x64@0.25.12':
|
|
13368
|
-
optional: true
|
|
13369
|
-
|
|
13370
|
-
'@esbuild/darwin-arm64@0.18.20':
|
|
13371
|
-
optional: true
|
|
13372
|
-
|
|
13373
|
-
'@esbuild/darwin-arm64@0.21.5':
|
|
13374
|
-
optional: true
|
|
13375
|
-
|
|
13376
|
-
'@esbuild/darwin-arm64@0.25.12':
|
|
13377
|
-
optional: true
|
|
13378
|
-
|
|
13379
|
-
'@esbuild/darwin-x64@0.18.20':
|
|
13380
|
-
optional: true
|
|
13381
|
-
|
|
13382
|
-
'@esbuild/darwin-x64@0.21.5':
|
|
13383
|
-
optional: true
|
|
13384
|
-
|
|
13385
|
-
'@esbuild/darwin-x64@0.25.12':
|
|
13386
|
-
optional: true
|
|
13387
|
-
|
|
13388
|
-
'@esbuild/freebsd-arm64@0.18.20':
|
|
13389
|
-
optional: true
|
|
13390
|
-
|
|
13391
|
-
'@esbuild/freebsd-arm64@0.21.5':
|
|
13392
|
-
optional: true
|
|
13393
|
-
|
|
13394
|
-
'@esbuild/freebsd-arm64@0.25.12':
|
|
13088
|
+
'@esbuild/aix-ppc64@0.27.2':
|
|
13395
13089
|
optional: true
|
|
13396
13090
|
|
|
13397
|
-
'@esbuild/
|
|
13091
|
+
'@esbuild/android-arm64@0.27.2':
|
|
13398
13092
|
optional: true
|
|
13399
13093
|
|
|
13400
|
-
'@esbuild/
|
|
13094
|
+
'@esbuild/android-arm@0.27.2':
|
|
13401
13095
|
optional: true
|
|
13402
13096
|
|
|
13403
|
-
'@esbuild/
|
|
13097
|
+
'@esbuild/android-x64@0.27.2':
|
|
13404
13098
|
optional: true
|
|
13405
13099
|
|
|
13406
|
-
'@esbuild/
|
|
13100
|
+
'@esbuild/darwin-arm64@0.27.2':
|
|
13407
13101
|
optional: true
|
|
13408
13102
|
|
|
13409
|
-
'@esbuild/
|
|
13103
|
+
'@esbuild/darwin-x64@0.27.2':
|
|
13410
13104
|
optional: true
|
|
13411
13105
|
|
|
13412
|
-
'@esbuild/
|
|
13106
|
+
'@esbuild/freebsd-arm64@0.27.2':
|
|
13413
13107
|
optional: true
|
|
13414
13108
|
|
|
13415
|
-
'@esbuild/
|
|
13109
|
+
'@esbuild/freebsd-x64@0.27.2':
|
|
13416
13110
|
optional: true
|
|
13417
13111
|
|
|
13418
|
-
'@esbuild/linux-
|
|
13112
|
+
'@esbuild/linux-arm64@0.27.2':
|
|
13419
13113
|
optional: true
|
|
13420
13114
|
|
|
13421
|
-
'@esbuild/linux-arm@0.
|
|
13115
|
+
'@esbuild/linux-arm@0.27.2':
|
|
13422
13116
|
optional: true
|
|
13423
13117
|
|
|
13424
|
-
'@esbuild/linux-ia32@0.
|
|
13118
|
+
'@esbuild/linux-ia32@0.27.2':
|
|
13425
13119
|
optional: true
|
|
13426
13120
|
|
|
13427
|
-
'@esbuild/linux-
|
|
13121
|
+
'@esbuild/linux-loong64@0.27.2':
|
|
13428
13122
|
optional: true
|
|
13429
13123
|
|
|
13430
|
-
'@esbuild/linux-
|
|
13124
|
+
'@esbuild/linux-mips64el@0.27.2':
|
|
13431
13125
|
optional: true
|
|
13432
13126
|
|
|
13433
|
-
'@esbuild/linux-
|
|
13127
|
+
'@esbuild/linux-ppc64@0.27.2':
|
|
13434
13128
|
optional: true
|
|
13435
13129
|
|
|
13436
|
-
'@esbuild/linux-
|
|
13130
|
+
'@esbuild/linux-riscv64@0.27.2':
|
|
13437
13131
|
optional: true
|
|
13438
13132
|
|
|
13439
|
-
'@esbuild/linux-
|
|
13133
|
+
'@esbuild/linux-s390x@0.27.2':
|
|
13440
13134
|
optional: true
|
|
13441
13135
|
|
|
13442
|
-
'@esbuild/linux-
|
|
13136
|
+
'@esbuild/linux-x64@0.27.2':
|
|
13443
13137
|
optional: true
|
|
13444
13138
|
|
|
13445
|
-
'@esbuild/
|
|
13139
|
+
'@esbuild/netbsd-arm64@0.27.2':
|
|
13446
13140
|
optional: true
|
|
13447
13141
|
|
|
13448
|
-
'@esbuild/
|
|
13142
|
+
'@esbuild/netbsd-x64@0.27.2':
|
|
13449
13143
|
optional: true
|
|
13450
13144
|
|
|
13451
|
-
'@esbuild/
|
|
13145
|
+
'@esbuild/openbsd-arm64@0.27.2':
|
|
13452
13146
|
optional: true
|
|
13453
13147
|
|
|
13454
|
-
'@esbuild/
|
|
13148
|
+
'@esbuild/openbsd-x64@0.27.2':
|
|
13455
13149
|
optional: true
|
|
13456
13150
|
|
|
13457
|
-
'@esbuild/
|
|
13151
|
+
'@esbuild/openharmony-arm64@0.27.2':
|
|
13458
13152
|
optional: true
|
|
13459
13153
|
|
|
13460
|
-
'@esbuild/
|
|
13154
|
+
'@esbuild/sunos-x64@0.27.2':
|
|
13461
13155
|
optional: true
|
|
13462
13156
|
|
|
13463
|
-
'@esbuild/
|
|
13157
|
+
'@esbuild/win32-arm64@0.27.2':
|
|
13464
13158
|
optional: true
|
|
13465
13159
|
|
|
13466
|
-
'@esbuild/
|
|
13160
|
+
'@esbuild/win32-ia32@0.27.2':
|
|
13467
13161
|
optional: true
|
|
13468
13162
|
|
|
13469
|
-
'@esbuild/
|
|
13470
|
-
optional: true
|
|
13471
|
-
|
|
13472
|
-
'@esbuild/linux-s390x@0.21.5':
|
|
13473
|
-
optional: true
|
|
13474
|
-
|
|
13475
|
-
'@esbuild/linux-s390x@0.25.12':
|
|
13476
|
-
optional: true
|
|
13477
|
-
|
|
13478
|
-
'@esbuild/linux-x64@0.18.20':
|
|
13479
|
-
optional: true
|
|
13480
|
-
|
|
13481
|
-
'@esbuild/linux-x64@0.21.5':
|
|
13482
|
-
optional: true
|
|
13483
|
-
|
|
13484
|
-
'@esbuild/linux-x64@0.25.12':
|
|
13485
|
-
optional: true
|
|
13486
|
-
|
|
13487
|
-
'@esbuild/netbsd-arm64@0.25.12':
|
|
13488
|
-
optional: true
|
|
13489
|
-
|
|
13490
|
-
'@esbuild/netbsd-x64@0.18.20':
|
|
13491
|
-
optional: true
|
|
13492
|
-
|
|
13493
|
-
'@esbuild/netbsd-x64@0.21.5':
|
|
13494
|
-
optional: true
|
|
13495
|
-
|
|
13496
|
-
'@esbuild/netbsd-x64@0.25.12':
|
|
13497
|
-
optional: true
|
|
13498
|
-
|
|
13499
|
-
'@esbuild/openbsd-arm64@0.25.12':
|
|
13500
|
-
optional: true
|
|
13501
|
-
|
|
13502
|
-
'@esbuild/openbsd-x64@0.18.20':
|
|
13503
|
-
optional: true
|
|
13504
|
-
|
|
13505
|
-
'@esbuild/openbsd-x64@0.21.5':
|
|
13506
|
-
optional: true
|
|
13507
|
-
|
|
13508
|
-
'@esbuild/openbsd-x64@0.25.12':
|
|
13509
|
-
optional: true
|
|
13510
|
-
|
|
13511
|
-
'@esbuild/openharmony-arm64@0.25.12':
|
|
13512
|
-
optional: true
|
|
13513
|
-
|
|
13514
|
-
'@esbuild/sunos-x64@0.18.20':
|
|
13515
|
-
optional: true
|
|
13516
|
-
|
|
13517
|
-
'@esbuild/sunos-x64@0.21.5':
|
|
13518
|
-
optional: true
|
|
13519
|
-
|
|
13520
|
-
'@esbuild/sunos-x64@0.25.12':
|
|
13521
|
-
optional: true
|
|
13522
|
-
|
|
13523
|
-
'@esbuild/win32-arm64@0.18.20':
|
|
13524
|
-
optional: true
|
|
13525
|
-
|
|
13526
|
-
'@esbuild/win32-arm64@0.21.5':
|
|
13527
|
-
optional: true
|
|
13528
|
-
|
|
13529
|
-
'@esbuild/win32-arm64@0.25.12':
|
|
13530
|
-
optional: true
|
|
13531
|
-
|
|
13532
|
-
'@esbuild/win32-ia32@0.18.20':
|
|
13533
|
-
optional: true
|
|
13534
|
-
|
|
13535
|
-
'@esbuild/win32-ia32@0.21.5':
|
|
13536
|
-
optional: true
|
|
13537
|
-
|
|
13538
|
-
'@esbuild/win32-ia32@0.25.12':
|
|
13539
|
-
optional: true
|
|
13540
|
-
|
|
13541
|
-
'@esbuild/win32-x64@0.18.20':
|
|
13542
|
-
optional: true
|
|
13543
|
-
|
|
13544
|
-
'@esbuild/win32-x64@0.21.5':
|
|
13545
|
-
optional: true
|
|
13546
|
-
|
|
13547
|
-
'@esbuild/win32-x64@0.25.12':
|
|
13163
|
+
'@esbuild/win32-x64@0.27.2':
|
|
13548
13164
|
optional: true
|
|
13549
13165
|
|
|
13550
13166
|
'@eslint-community/eslint-utils@4.9.1(eslint@8.41.0)':
|
|
@@ -13692,12 +13308,12 @@ snapshots:
|
|
|
13692
13308
|
'@img/sharp-win32-x64@0.33.5':
|
|
13693
13309
|
optional: true
|
|
13694
13310
|
|
|
13695
|
-
'@inquirer/external-editor@1.0.3(@types/node@
|
|
13311
|
+
'@inquirer/external-editor@1.0.3(@types/node@24.12.4)':
|
|
13696
13312
|
dependencies:
|
|
13697
13313
|
chardet: 2.1.1
|
|
13698
13314
|
iconv-lite: 0.7.2
|
|
13699
13315
|
optionalDependencies:
|
|
13700
|
-
'@types/node':
|
|
13316
|
+
'@types/node': 24.12.4
|
|
13701
13317
|
|
|
13702
13318
|
'@isaacs/balanced-match@4.0.1': {}
|
|
13703
13319
|
|
|
@@ -14248,7 +13864,7 @@ snapshots:
|
|
|
14248
13864
|
|
|
14249
13865
|
'@napi-rs/triples@1.2.0': {}
|
|
14250
13866
|
|
|
14251
|
-
'@nestjs/cli@10.4.9(@swc/core@1.4.14)(esbuild@0.
|
|
13867
|
+
'@nestjs/cli@10.4.9(@swc/core@1.4.14)(esbuild@0.27.2)':
|
|
14252
13868
|
dependencies:
|
|
14253
13869
|
'@angular-devkit/core': 17.3.11(chokidar@3.6.0)
|
|
14254
13870
|
'@angular-devkit/schematics': 17.3.11(chokidar@3.6.0)
|
|
@@ -14258,7 +13874,7 @@ snapshots:
|
|
|
14258
13874
|
chokidar: 3.6.0
|
|
14259
13875
|
cli-table3: 0.6.5
|
|
14260
13876
|
commander: 4.1.1
|
|
14261
|
-
fork-ts-checker-webpack-plugin: 9.0.2(typescript@5.7.2)(webpack@5.97.1(@swc/core@1.4.14)(esbuild@0.
|
|
13877
|
+
fork-ts-checker-webpack-plugin: 9.0.2(typescript@5.7.2)(webpack@5.97.1(@swc/core@1.4.14)(esbuild@0.27.2))
|
|
14262
13878
|
glob: 10.4.5
|
|
14263
13879
|
inquirer: 8.2.6
|
|
14264
13880
|
node-emoji: 1.11.0
|
|
@@ -14267,7 +13883,7 @@ snapshots:
|
|
|
14267
13883
|
tsconfig-paths: 4.2.0
|
|
14268
13884
|
tsconfig-paths-webpack-plugin: 4.2.0
|
|
14269
13885
|
typescript: 5.7.2
|
|
14270
|
-
webpack: 5.97.1(@swc/core@1.4.14)(esbuild@0.
|
|
13886
|
+
webpack: 5.97.1(@swc/core@1.4.14)(esbuild@0.27.2)
|
|
14271
13887
|
webpack-node-externals: 3.0.0
|
|
14272
13888
|
optionalDependencies:
|
|
14273
13889
|
'@swc/core': 1.4.14
|
|
@@ -14425,6 +14041,8 @@ snapshots:
|
|
|
14425
14041
|
'@pkgjs/parseargs@0.11.0':
|
|
14426
14042
|
optional: true
|
|
14427
14043
|
|
|
14044
|
+
'@pkgr/core@0.3.6': {}
|
|
14045
|
+
|
|
14428
14046
|
'@protobufjs/aspromise@1.1.2': {}
|
|
14429
14047
|
|
|
14430
14048
|
'@protobufjs/base64@1.1.2': {}
|
|
@@ -15116,7 +14734,7 @@ snapshots:
|
|
|
15116
14734
|
'@tarojs/binding-linux-x64-gnu': 4.1.9
|
|
15117
14735
|
'@tarojs/binding-win32-x64-msvc': 4.1.9
|
|
15118
14736
|
|
|
15119
|
-
'@tarojs/cli@4.1.9(@types/node@
|
|
14737
|
+
'@tarojs/cli@4.1.9(@types/node@24.12.4)':
|
|
15120
14738
|
dependencies:
|
|
15121
14739
|
'@tarojs/binding': 4.1.9
|
|
15122
14740
|
'@tarojs/helper': 4.1.9
|
|
@@ -15128,7 +14746,7 @@ snapshots:
|
|
|
15128
14746
|
cli-highlight: 2.1.11
|
|
15129
14747
|
download-git-repo: 3.0.2
|
|
15130
14748
|
envinfo: 7.21.0
|
|
15131
|
-
inquirer: 8.2.7(@types/node@
|
|
14749
|
+
inquirer: 8.2.7(@types/node@24.12.4)
|
|
15132
14750
|
latest-version: 5.1.0
|
|
15133
14751
|
minimist: 1.2.8
|
|
15134
14752
|
ora: 5.4.1
|
|
@@ -15202,7 +14820,7 @@ snapshots:
|
|
|
15202
14820
|
debug: 4.4.3
|
|
15203
14821
|
dotenv: 16.6.1
|
|
15204
14822
|
dotenv-expand: 11.0.7
|
|
15205
|
-
esbuild: 0.
|
|
14823
|
+
esbuild: 0.27.2
|
|
15206
14824
|
find-yarn-workspace-root: 2.0.0
|
|
15207
14825
|
fs-extra: 11.3.3
|
|
15208
14826
|
lodash: 4.17.21
|
|
@@ -15308,7 +14926,7 @@ snapshots:
|
|
|
15308
14926
|
transitivePeerDependencies:
|
|
15309
14927
|
- supports-color
|
|
15310
14928
|
|
|
15311
|
-
'@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@
|
|
14929
|
+
'@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@24.12.4)(less@4.5.1)(lightningcss@1.31.1)(sass@1.97.2)(terser@5.44.1)))(react@18.3.1)(vite@4.5.14(@types/node@24.12.4)(less@4.5.1)(lightningcss@1.31.1)(sass@1.97.2)(terser@5.44.1))(webpack@5.97.1(@swc/core@1.3.96))':
|
|
15312
14930
|
dependencies:
|
|
15313
14931
|
'@tarojs/helper': 4.1.9
|
|
15314
14932
|
'@tarojs/runtime': 4.1.9
|
|
@@ -15318,12 +14936,12 @@ snapshots:
|
|
|
15318
14936
|
lodash: 4.17.21
|
|
15319
14937
|
tslib: 2.8.1
|
|
15320
14938
|
optionalDependencies:
|
|
15321
|
-
'@vitejs/plugin-react': 4.7.0(vite@4.5.14(@types/node@
|
|
14939
|
+
'@vitejs/plugin-react': 4.7.0(vite@4.5.14(@types/node@24.12.4)(less@4.5.1)(lightningcss@1.31.1)(sass@1.97.2)(terser@5.44.1))
|
|
15322
14940
|
react: 18.3.1
|
|
15323
|
-
vite: 4.5.14(@types/node@
|
|
14941
|
+
vite: 4.5.14(@types/node@24.12.4)(less@4.5.1)(lightningcss@1.31.1)(sass@1.97.2)(terser@5.44.1)
|
|
15324
14942
|
webpack: 5.97.1(@swc/core@1.3.96)
|
|
15325
14943
|
|
|
15326
|
-
'@tarojs/plugin-generator@4.1.9(@types/node@
|
|
14944
|
+
'@tarojs/plugin-generator@4.1.9(@types/node@24.12.4)':
|
|
15327
14945
|
dependencies:
|
|
15328
14946
|
'@babel/generator': 7.24.4
|
|
15329
14947
|
'@babel/parser': 7.24.4
|
|
@@ -15332,7 +14950,7 @@ snapshots:
|
|
|
15332
14950
|
'@tarojs/helper': 4.1.9
|
|
15333
14951
|
'@tarojs/service': 4.1.9
|
|
15334
14952
|
dedent: 1.7.1
|
|
15335
|
-
inquirer: 8.2.7(@types/node@
|
|
14953
|
+
inquirer: 8.2.7(@types/node@24.12.4)
|
|
15336
14954
|
ts-morph: 26.0.0
|
|
15337
14955
|
transitivePeerDependencies:
|
|
15338
14956
|
- '@swc/helpers'
|
|
@@ -15340,7 +14958,7 @@ snapshots:
|
|
|
15340
14958
|
- babel-plugin-macros
|
|
15341
14959
|
- supports-color
|
|
15342
14960
|
|
|
15343
|
-
'@tarojs/plugin-mini-ci@4.1.9(patch_hash=j6dgmq33tuqqgowk7tjyyinctm)(miniprogram-ci@2.1.26(eslint@8.57.1))(tt-ide-cli@0.1.31(@types/node@
|
|
14961
|
+
'@tarojs/plugin-mini-ci@4.1.9(patch_hash=j6dgmq33tuqqgowk7tjyyinctm)(miniprogram-ci@2.1.26(eslint@8.57.1))(tt-ide-cli@0.1.31(@types/node@24.12.4))':
|
|
15344
14962
|
dependencies:
|
|
15345
14963
|
axios: 1.13.2
|
|
15346
14964
|
jimp: 0.22.12
|
|
@@ -15351,7 +14969,7 @@ snapshots:
|
|
|
15351
14969
|
resolve: 1.22.11
|
|
15352
14970
|
shelljs: 0.8.5
|
|
15353
14971
|
optionalDependencies:
|
|
15354
|
-
tt-ide-cli: 0.1.31(@types/node@
|
|
14972
|
+
tt-ide-cli: 0.1.31(@types/node@24.12.4)
|
|
15355
14973
|
transitivePeerDependencies:
|
|
15356
14974
|
- debug
|
|
15357
14975
|
- encoding
|
|
@@ -15480,7 +15098,7 @@ snapshots:
|
|
|
15480
15098
|
rollup: 3.29.5
|
|
15481
15099
|
webpack: 5.97.1(@swc/core@1.3.96)
|
|
15482
15100
|
|
|
15483
|
-
'@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@
|
|
15101
|
+
'@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@24.12.4)(less@4.5.1)(lightningcss@1.31.1)(sass@1.97.2)(terser@5.44.1))':
|
|
15484
15102
|
dependencies:
|
|
15485
15103
|
'@ampproject/remapping': 2.3.0
|
|
15486
15104
|
'@babel/core': 7.28.5
|
|
@@ -15493,7 +15111,7 @@ snapshots:
|
|
|
15493
15111
|
'@tarojs/runner-utils': 4.1.9
|
|
15494
15112
|
'@tarojs/runtime': 4.1.9
|
|
15495
15113
|
'@tarojs/shared': 4.1.9
|
|
15496
|
-
'@vitejs/plugin-legacy': 4.1.1(terser@5.44.1)(vite@4.5.14(@types/node@
|
|
15114
|
+
'@vitejs/plugin-legacy': 4.1.1(terser@5.44.1)(vite@4.5.14(@types/node@24.12.4)(less@4.5.1)(lightningcss@1.31.1)(sass@1.97.2)(terser@5.44.1))
|
|
15497
15115
|
acorn-walk: 8.3.4
|
|
15498
15116
|
autoprefixer: 10.4.23(postcss@8.5.6)
|
|
15499
15117
|
babel-plugin-transform-taroapi: 4.1.9(@babel/core@7.28.5)
|
|
@@ -15516,8 +15134,8 @@ snapshots:
|
|
|
15516
15134
|
regenerator-runtime: 0.11.1
|
|
15517
15135
|
sax: 1.2.4
|
|
15518
15136
|
stylelint: 16.26.1(typescript@5.9.3)
|
|
15519
|
-
vite: 4.5.14(@types/node@
|
|
15520
|
-
vite-plugin-static-copy: 0.17.1(vite@4.5.14(@types/node@
|
|
15137
|
+
vite: 4.5.14(@types/node@24.12.4)(less@4.5.1)(lightningcss@1.31.1)(sass@1.97.2)(terser@5.44.1)
|
|
15138
|
+
vite-plugin-static-copy: 0.17.1(vite@4.5.14(@types/node@24.12.4)(less@4.5.1)(lightningcss@1.31.1)(sass@1.97.2)(terser@5.44.1))
|
|
15521
15139
|
transitivePeerDependencies:
|
|
15522
15140
|
- '@swc/helpers'
|
|
15523
15141
|
- '@types/babel__core'
|
|
@@ -15579,7 +15197,7 @@ snapshots:
|
|
|
15579
15197
|
|
|
15580
15198
|
'@types/better-sqlite3@7.6.13':
|
|
15581
15199
|
dependencies:
|
|
15582
|
-
'@types/node':
|
|
15200
|
+
'@types/node': 24.12.4
|
|
15583
15201
|
optional: true
|
|
15584
15202
|
|
|
15585
15203
|
'@types/body-parser@1.19.6':
|
|
@@ -15622,12 +15240,12 @@ snapshots:
|
|
|
15622
15240
|
|
|
15623
15241
|
'@types/fs-extra@8.1.5':
|
|
15624
15242
|
dependencies:
|
|
15625
|
-
'@types/node':
|
|
15243
|
+
'@types/node': 24.12.4
|
|
15626
15244
|
|
|
15627
15245
|
'@types/glob@7.2.0':
|
|
15628
15246
|
dependencies:
|
|
15629
15247
|
'@types/minimatch': 5.1.2
|
|
15630
|
-
'@types/node':
|
|
15248
|
+
'@types/node': 24.12.4
|
|
15631
15249
|
|
|
15632
15250
|
'@types/http-errors@2.0.5': {}
|
|
15633
15251
|
|
|
@@ -15637,7 +15255,7 @@ snapshots:
|
|
|
15637
15255
|
|
|
15638
15256
|
'@types/keyv@3.1.4':
|
|
15639
15257
|
dependencies:
|
|
15640
|
-
'@types/node':
|
|
15258
|
+
'@types/node': 24.12.4
|
|
15641
15259
|
|
|
15642
15260
|
'@types/lodash.debounce@4.0.9':
|
|
15643
15261
|
dependencies:
|
|
@@ -15657,11 +15275,15 @@ snapshots:
|
|
|
15657
15275
|
dependencies:
|
|
15658
15276
|
undici-types: 6.21.0
|
|
15659
15277
|
|
|
15278
|
+
'@types/node@24.12.4':
|
|
15279
|
+
dependencies:
|
|
15280
|
+
undici-types: 7.16.0
|
|
15281
|
+
|
|
15660
15282
|
'@types/phoenix@1.6.7': {}
|
|
15661
15283
|
|
|
15662
15284
|
'@types/postcss-url@10.0.4':
|
|
15663
15285
|
dependencies:
|
|
15664
|
-
'@types/node':
|
|
15286
|
+
'@types/node': 24.12.4
|
|
15665
15287
|
postcss: 8.5.6
|
|
15666
15288
|
|
|
15667
15289
|
'@types/prop-types@15.7.15': {}
|
|
@@ -15677,7 +15299,7 @@ snapshots:
|
|
|
15677
15299
|
|
|
15678
15300
|
'@types/responselike@1.0.3':
|
|
15679
15301
|
dependencies:
|
|
15680
|
-
'@types/node':
|
|
15302
|
+
'@types/node': 24.12.4
|
|
15681
15303
|
|
|
15682
15304
|
'@types/sass@1.45.0':
|
|
15683
15305
|
dependencies:
|
|
@@ -15788,7 +15410,7 @@ snapshots:
|
|
|
15788
15410
|
|
|
15789
15411
|
'@ungap/structured-clone@1.3.0': {}
|
|
15790
15412
|
|
|
15791
|
-
'@vitejs/plugin-legacy@4.1.1(terser@5.44.1)(vite@4.5.14(@types/node@
|
|
15413
|
+
'@vitejs/plugin-legacy@4.1.1(terser@5.44.1)(vite@4.5.14(@types/node@24.12.4)(less@4.5.1)(lightningcss@1.31.1)(sass@1.97.2)(terser@5.44.1))':
|
|
15792
15414
|
dependencies:
|
|
15793
15415
|
'@babel/core': 7.28.5
|
|
15794
15416
|
'@babel/preset-env': 7.28.5(@babel/core@7.28.5)
|
|
@@ -15798,11 +15420,11 @@ snapshots:
|
|
|
15798
15420
|
regenerator-runtime: 0.13.11
|
|
15799
15421
|
systemjs: 6.15.1
|
|
15800
15422
|
terser: 5.44.1
|
|
15801
|
-
vite: 4.5.14(@types/node@
|
|
15423
|
+
vite: 4.5.14(@types/node@24.12.4)(less@4.5.1)(lightningcss@1.31.1)(sass@1.97.2)(terser@5.44.1)
|
|
15802
15424
|
transitivePeerDependencies:
|
|
15803
15425
|
- supports-color
|
|
15804
15426
|
|
|
15805
|
-
'@vitejs/plugin-react@4.7.0(vite@4.5.14(@types/node@
|
|
15427
|
+
'@vitejs/plugin-react@4.7.0(vite@4.5.14(@types/node@24.12.4)(less@4.5.1)(lightningcss@1.31.1)(sass@1.97.2)(terser@5.44.1))':
|
|
15806
15428
|
dependencies:
|
|
15807
15429
|
'@babel/core': 7.28.5
|
|
15808
15430
|
'@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.28.5)
|
|
@@ -15810,7 +15432,7 @@ snapshots:
|
|
|
15810
15432
|
'@rolldown/pluginutils': 1.0.0-beta.27
|
|
15811
15433
|
'@types/babel__core': 7.20.5
|
|
15812
15434
|
react-refresh: 0.17.0
|
|
15813
|
-
vite: 4.5.14(@types/node@
|
|
15435
|
+
vite: 4.5.14(@types/node@24.12.4)(less@4.5.1)(lightningcss@1.31.1)(sass@1.97.2)(terser@5.44.1)
|
|
15814
15436
|
transitivePeerDependencies:
|
|
15815
15437
|
- supports-color
|
|
15816
15438
|
|
|
@@ -17932,8 +17554,8 @@ snapshots:
|
|
|
17932
17554
|
dependencies:
|
|
17933
17555
|
'@drizzle-team/brocli': 0.10.2
|
|
17934
17556
|
'@esbuild-kit/esm-loader': 2.6.5
|
|
17935
|
-
esbuild: 0.
|
|
17936
|
-
esbuild-register: 3.6.0(esbuild@0.
|
|
17557
|
+
esbuild: 0.27.2
|
|
17558
|
+
esbuild-register: 3.6.0(esbuild@0.27.2)
|
|
17937
17559
|
transitivePeerDependencies:
|
|
17938
17560
|
- supports-color
|
|
17939
17561
|
|
|
@@ -18132,92 +17754,41 @@ snapshots:
|
|
|
18132
17754
|
is-date-object: 1.1.0
|
|
18133
17755
|
is-symbol: 1.1.1
|
|
18134
17756
|
|
|
18135
|
-
esbuild-register@3.6.0(esbuild@0.
|
|
17757
|
+
esbuild-register@3.6.0(esbuild@0.27.2):
|
|
18136
17758
|
dependencies:
|
|
18137
17759
|
debug: 4.4.3
|
|
18138
|
-
esbuild: 0.
|
|
17760
|
+
esbuild: 0.27.2
|
|
18139
17761
|
transitivePeerDependencies:
|
|
18140
17762
|
- supports-color
|
|
18141
17763
|
|
|
18142
|
-
esbuild@0.
|
|
18143
|
-
optionalDependencies:
|
|
18144
|
-
'@esbuild/android-arm': 0.18.20
|
|
18145
|
-
'@esbuild/android-arm64': 0.18.20
|
|
18146
|
-
'@esbuild/android-x64': 0.18.20
|
|
18147
|
-
'@esbuild/darwin-arm64': 0.18.20
|
|
18148
|
-
'@esbuild/darwin-x64': 0.18.20
|
|
18149
|
-
'@esbuild/freebsd-arm64': 0.18.20
|
|
18150
|
-
'@esbuild/freebsd-x64': 0.18.20
|
|
18151
|
-
'@esbuild/linux-arm': 0.18.20
|
|
18152
|
-
'@esbuild/linux-arm64': 0.18.20
|
|
18153
|
-
'@esbuild/linux-ia32': 0.18.20
|
|
18154
|
-
'@esbuild/linux-loong64': 0.18.20
|
|
18155
|
-
'@esbuild/linux-mips64el': 0.18.20
|
|
18156
|
-
'@esbuild/linux-ppc64': 0.18.20
|
|
18157
|
-
'@esbuild/linux-riscv64': 0.18.20
|
|
18158
|
-
'@esbuild/linux-s390x': 0.18.20
|
|
18159
|
-
'@esbuild/linux-x64': 0.18.20
|
|
18160
|
-
'@esbuild/netbsd-x64': 0.18.20
|
|
18161
|
-
'@esbuild/openbsd-x64': 0.18.20
|
|
18162
|
-
'@esbuild/sunos-x64': 0.18.20
|
|
18163
|
-
'@esbuild/win32-arm64': 0.18.20
|
|
18164
|
-
'@esbuild/win32-ia32': 0.18.20
|
|
18165
|
-
'@esbuild/win32-x64': 0.18.20
|
|
18166
|
-
|
|
18167
|
-
esbuild@0.21.5:
|
|
17764
|
+
esbuild@0.27.2:
|
|
18168
17765
|
optionalDependencies:
|
|
18169
|
-
'@esbuild/aix-ppc64': 0.
|
|
18170
|
-
'@esbuild/android-arm': 0.
|
|
18171
|
-
'@esbuild/android-arm64': 0.
|
|
18172
|
-
'@esbuild/android-x64': 0.
|
|
18173
|
-
'@esbuild/darwin-arm64': 0.
|
|
18174
|
-
'@esbuild/darwin-x64': 0.
|
|
18175
|
-
'@esbuild/freebsd-arm64': 0.
|
|
18176
|
-
'@esbuild/freebsd-x64': 0.
|
|
18177
|
-
'@esbuild/linux-arm': 0.
|
|
18178
|
-
'@esbuild/linux-arm64': 0.
|
|
18179
|
-
'@esbuild/linux-ia32': 0.
|
|
18180
|
-
'@esbuild/linux-loong64': 0.
|
|
18181
|
-
'@esbuild/linux-mips64el': 0.
|
|
18182
|
-
'@esbuild/linux-ppc64': 0.
|
|
18183
|
-
'@esbuild/linux-riscv64': 0.
|
|
18184
|
-
'@esbuild/linux-s390x': 0.
|
|
18185
|
-
'@esbuild/linux-x64': 0.
|
|
18186
|
-
'@esbuild/netbsd-
|
|
18187
|
-
'@esbuild/
|
|
18188
|
-
'@esbuild/
|
|
18189
|
-
'@esbuild/
|
|
18190
|
-
'@esbuild/
|
|
18191
|
-
'@esbuild/
|
|
18192
|
-
|
|
18193
|
-
|
|
18194
|
-
|
|
18195
|
-
'@esbuild/aix-ppc64': 0.25.12
|
|
18196
|
-
'@esbuild/android-arm': 0.25.12
|
|
18197
|
-
'@esbuild/android-arm64': 0.25.12
|
|
18198
|
-
'@esbuild/android-x64': 0.25.12
|
|
18199
|
-
'@esbuild/darwin-arm64': 0.25.12
|
|
18200
|
-
'@esbuild/darwin-x64': 0.25.12
|
|
18201
|
-
'@esbuild/freebsd-arm64': 0.25.12
|
|
18202
|
-
'@esbuild/freebsd-x64': 0.25.12
|
|
18203
|
-
'@esbuild/linux-arm': 0.25.12
|
|
18204
|
-
'@esbuild/linux-arm64': 0.25.12
|
|
18205
|
-
'@esbuild/linux-ia32': 0.25.12
|
|
18206
|
-
'@esbuild/linux-loong64': 0.25.12
|
|
18207
|
-
'@esbuild/linux-mips64el': 0.25.12
|
|
18208
|
-
'@esbuild/linux-ppc64': 0.25.12
|
|
18209
|
-
'@esbuild/linux-riscv64': 0.25.12
|
|
18210
|
-
'@esbuild/linux-s390x': 0.25.12
|
|
18211
|
-
'@esbuild/linux-x64': 0.25.12
|
|
18212
|
-
'@esbuild/netbsd-arm64': 0.25.12
|
|
18213
|
-
'@esbuild/netbsd-x64': 0.25.12
|
|
18214
|
-
'@esbuild/openbsd-arm64': 0.25.12
|
|
18215
|
-
'@esbuild/openbsd-x64': 0.25.12
|
|
18216
|
-
'@esbuild/openharmony-arm64': 0.25.12
|
|
18217
|
-
'@esbuild/sunos-x64': 0.25.12
|
|
18218
|
-
'@esbuild/win32-arm64': 0.25.12
|
|
18219
|
-
'@esbuild/win32-ia32': 0.25.12
|
|
18220
|
-
'@esbuild/win32-x64': 0.25.12
|
|
17766
|
+
'@esbuild/aix-ppc64': 0.27.2
|
|
17767
|
+
'@esbuild/android-arm': 0.27.2
|
|
17768
|
+
'@esbuild/android-arm64': 0.27.2
|
|
17769
|
+
'@esbuild/android-x64': 0.27.2
|
|
17770
|
+
'@esbuild/darwin-arm64': 0.27.2
|
|
17771
|
+
'@esbuild/darwin-x64': 0.27.2
|
|
17772
|
+
'@esbuild/freebsd-arm64': 0.27.2
|
|
17773
|
+
'@esbuild/freebsd-x64': 0.27.2
|
|
17774
|
+
'@esbuild/linux-arm': 0.27.2
|
|
17775
|
+
'@esbuild/linux-arm64': 0.27.2
|
|
17776
|
+
'@esbuild/linux-ia32': 0.27.2
|
|
17777
|
+
'@esbuild/linux-loong64': 0.27.2
|
|
17778
|
+
'@esbuild/linux-mips64el': 0.27.2
|
|
17779
|
+
'@esbuild/linux-ppc64': 0.27.2
|
|
17780
|
+
'@esbuild/linux-riscv64': 0.27.2
|
|
17781
|
+
'@esbuild/linux-s390x': 0.27.2
|
|
17782
|
+
'@esbuild/linux-x64': 0.27.2
|
|
17783
|
+
'@esbuild/netbsd-arm64': 0.27.2
|
|
17784
|
+
'@esbuild/netbsd-x64': 0.27.2
|
|
17785
|
+
'@esbuild/openbsd-arm64': 0.27.2
|
|
17786
|
+
'@esbuild/openbsd-x64': 0.27.2
|
|
17787
|
+
'@esbuild/openharmony-arm64': 0.27.2
|
|
17788
|
+
'@esbuild/sunos-x64': 0.27.2
|
|
17789
|
+
'@esbuild/win32-arm64': 0.27.2
|
|
17790
|
+
'@esbuild/win32-ia32': 0.27.2
|
|
17791
|
+
'@esbuild/win32-x64': 0.27.2
|
|
18221
17792
|
|
|
18222
17793
|
escalade@3.2.0: {}
|
|
18223
17794
|
|
|
@@ -18317,10 +17888,12 @@ snapshots:
|
|
|
18317
17888
|
string.prototype.matchall: 4.0.12
|
|
18318
17889
|
string.prototype.repeat: 1.0.0
|
|
18319
17890
|
|
|
18320
|
-
eslint-plugin-tailwindcss@3.18.
|
|
17891
|
+
eslint-plugin-tailwindcss@3.18.3(tailwindcss@4.1.18):
|
|
18321
17892
|
dependencies:
|
|
18322
17893
|
fast-glob: 3.3.3
|
|
18323
|
-
postcss: 8.5.
|
|
17894
|
+
postcss: 8.5.8
|
|
17895
|
+
synckit: 0.11.13
|
|
17896
|
+
tailwind-api-utils: 1.0.3(tailwindcss@4.1.18)
|
|
18324
17897
|
tailwindcss: 4.1.18
|
|
18325
17898
|
|
|
18326
17899
|
eslint-scope@5.1.1:
|
|
@@ -18779,7 +18352,7 @@ snapshots:
|
|
|
18779
18352
|
|
|
18780
18353
|
forever-agent@0.6.1: {}
|
|
18781
18354
|
|
|
18782
|
-
fork-ts-checker-webpack-plugin@9.0.2(typescript@5.7.2)(webpack@5.97.1(@swc/core@1.4.14)(esbuild@0.
|
|
18355
|
+
fork-ts-checker-webpack-plugin@9.0.2(typescript@5.7.2)(webpack@5.97.1(@swc/core@1.4.14)(esbuild@0.27.2)):
|
|
18783
18356
|
dependencies:
|
|
18784
18357
|
'@babel/code-frame': 7.27.1
|
|
18785
18358
|
chalk: 4.1.2
|
|
@@ -18794,7 +18367,7 @@ snapshots:
|
|
|
18794
18367
|
semver: 7.7.3
|
|
18795
18368
|
tapable: 2.3.0
|
|
18796
18369
|
typescript: 5.7.2
|
|
18797
|
-
webpack: 5.97.1(@swc/core@1.4.14)(esbuild@0.
|
|
18370
|
+
webpack: 5.97.1(@swc/core@1.4.14)(esbuild@0.27.2)
|
|
18798
18371
|
|
|
18799
18372
|
form-data@2.3.3:
|
|
18800
18373
|
dependencies:
|
|
@@ -19356,9 +18929,9 @@ snapshots:
|
|
|
19356
18929
|
through: 2.3.8
|
|
19357
18930
|
wrap-ansi: 6.2.0
|
|
19358
18931
|
|
|
19359
|
-
inquirer@8.2.7(@types/node@
|
|
18932
|
+
inquirer@8.2.7(@types/node@24.12.4):
|
|
19360
18933
|
dependencies:
|
|
19361
|
-
'@inquirer/external-editor': 1.0.3(@types/node@
|
|
18934
|
+
'@inquirer/external-editor': 1.0.3(@types/node@24.12.4)
|
|
19362
18935
|
ansi-escapes: 4.3.2
|
|
19363
18936
|
chalk: 4.1.2
|
|
19364
18937
|
cli-cursor: 3.1.0
|
|
@@ -21550,7 +21123,7 @@ snapshots:
|
|
|
21550
21123
|
'@protobufjs/pool': 1.1.0
|
|
21551
21124
|
'@protobufjs/utf8': 1.1.0
|
|
21552
21125
|
'@types/long': 4.0.2
|
|
21553
|
-
'@types/node':
|
|
21126
|
+
'@types/node': 24.12.4
|
|
21554
21127
|
long: 4.0.0
|
|
21555
21128
|
|
|
21556
21129
|
proxy-addr@2.0.7:
|
|
@@ -22603,6 +22176,10 @@ snapshots:
|
|
|
22603
22176
|
|
|
22604
22177
|
sync-message@0.0.12: {}
|
|
22605
22178
|
|
|
22179
|
+
synckit@0.11.13:
|
|
22180
|
+
dependencies:
|
|
22181
|
+
'@pkgr/core': 0.3.6
|
|
22182
|
+
|
|
22606
22183
|
systemjs@6.15.1: {}
|
|
22607
22184
|
|
|
22608
22185
|
table@6.9.0:
|
|
@@ -22613,6 +22190,13 @@ snapshots:
|
|
|
22613
22190
|
string-width: 4.2.3
|
|
22614
22191
|
strip-ansi: 6.0.1
|
|
22615
22192
|
|
|
22193
|
+
tailwind-api-utils@1.0.3(tailwindcss@4.1.18):
|
|
22194
|
+
dependencies:
|
|
22195
|
+
enhanced-resolve: 5.20.0
|
|
22196
|
+
jiti: 2.6.1
|
|
22197
|
+
local-pkg: 1.1.2
|
|
22198
|
+
tailwindcss: 4.1.18
|
|
22199
|
+
|
|
22616
22200
|
tailwind-merge@3.5.0: {}
|
|
22617
22201
|
|
|
22618
22202
|
tailwindcss-animate@1.0.7(tailwindcss@4.1.18):
|
|
@@ -22702,17 +22286,17 @@ snapshots:
|
|
|
22702
22286
|
'@swc/core': 1.3.96
|
|
22703
22287
|
optional: true
|
|
22704
22288
|
|
|
22705
|
-
terser-webpack-plugin@5.3.16(@swc/core@1.4.14)(esbuild@0.
|
|
22289
|
+
terser-webpack-plugin@5.3.16(@swc/core@1.4.14)(esbuild@0.27.2)(webpack@5.97.1(@swc/core@1.4.14)(esbuild@0.27.2)):
|
|
22706
22290
|
dependencies:
|
|
22707
22291
|
'@jridgewell/trace-mapping': 0.3.31
|
|
22708
22292
|
jest-worker: 27.5.1
|
|
22709
22293
|
schema-utils: 4.3.3
|
|
22710
22294
|
serialize-javascript: 6.0.2
|
|
22711
22295
|
terser: 5.44.1
|
|
22712
|
-
webpack: 5.97.1(@swc/core@1.4.14)(esbuild@0.
|
|
22296
|
+
webpack: 5.97.1(@swc/core@1.4.14)(esbuild@0.27.2)
|
|
22713
22297
|
optionalDependencies:
|
|
22714
22298
|
'@swc/core': 1.4.14
|
|
22715
|
-
esbuild: 0.
|
|
22299
|
+
esbuild: 0.27.2
|
|
22716
22300
|
|
|
22717
22301
|
terser@4.8.0:
|
|
22718
22302
|
dependencies:
|
|
@@ -22860,7 +22444,7 @@ snapshots:
|
|
|
22860
22444
|
|
|
22861
22445
|
tslib@2.8.1: {}
|
|
22862
22446
|
|
|
22863
|
-
tt-ide-cli@0.1.31(@types/node@
|
|
22447
|
+
tt-ide-cli@0.1.31(@types/node@24.12.4):
|
|
22864
22448
|
dependencies:
|
|
22865
22449
|
'@tt-miniprogram/ext-pack': 1.2.4
|
|
22866
22450
|
archiver: 5.3.2
|
|
@@ -22873,7 +22457,7 @@ snapshots:
|
|
|
22873
22457
|
folder-hash: 4.1.1
|
|
22874
22458
|
form-data: 4.0.5
|
|
22875
22459
|
fs-extra: 10.1.0
|
|
22876
|
-
inquirer: 8.2.7(@types/node@
|
|
22460
|
+
inquirer: 8.2.7(@types/node@24.12.4)
|
|
22877
22461
|
node-machine-id: 1.1.12
|
|
22878
22462
|
ora: 5.4.1
|
|
22879
22463
|
qrcode: 1.5.4
|
|
@@ -22979,6 +22563,8 @@ snapshots:
|
|
|
22979
22563
|
|
|
22980
22564
|
undici-types@6.21.0: {}
|
|
22981
22565
|
|
|
22566
|
+
undici-types@7.16.0: {}
|
|
22567
|
+
|
|
22982
22568
|
unicode-canonical-property-names-ecmascript@2.0.1: {}
|
|
22983
22569
|
|
|
22984
22570
|
unicode-match-property-ecmascript@2.0.0:
|
|
@@ -23084,21 +22670,21 @@ snapshots:
|
|
|
23084
22670
|
clone-stats: 0.0.1
|
|
23085
22671
|
replace-ext: 0.0.1
|
|
23086
22672
|
|
|
23087
|
-
vite-plugin-static-copy@0.17.1(vite@4.5.14(@types/node@
|
|
22673
|
+
vite-plugin-static-copy@0.17.1(vite@4.5.14(@types/node@24.12.4)(less@4.5.1)(lightningcss@1.31.1)(sass@1.97.2)(terser@5.44.1)):
|
|
23088
22674
|
dependencies:
|
|
23089
22675
|
chokidar: 3.6.0
|
|
23090
22676
|
fast-glob: 3.3.3
|
|
23091
22677
|
fs-extra: 11.3.3
|
|
23092
22678
|
picocolors: 1.1.1
|
|
23093
|
-
vite: 4.5.14(@types/node@
|
|
22679
|
+
vite: 4.5.14(@types/node@24.12.4)(less@4.5.1)(lightningcss@1.31.1)(sass@1.97.2)(terser@5.44.1)
|
|
23094
22680
|
|
|
23095
|
-
vite@4.5.14(@types/node@
|
|
22681
|
+
vite@4.5.14(@types/node@24.12.4)(less@4.5.1)(lightningcss@1.31.1)(sass@1.97.2)(terser@5.44.1):
|
|
23096
22682
|
dependencies:
|
|
23097
|
-
esbuild: 0.
|
|
22683
|
+
esbuild: 0.27.2
|
|
23098
22684
|
postcss: 8.5.6
|
|
23099
22685
|
rollup: 3.29.5
|
|
23100
22686
|
optionalDependencies:
|
|
23101
|
-
'@types/node':
|
|
22687
|
+
'@types/node': 24.12.4
|
|
23102
22688
|
fsevents: 2.3.3
|
|
23103
22689
|
less: 4.5.1
|
|
23104
22690
|
lightningcss: 1.31.1
|
|
@@ -23190,7 +22776,7 @@ snapshots:
|
|
|
23190
22776
|
- uglify-js
|
|
23191
22777
|
optional: true
|
|
23192
22778
|
|
|
23193
|
-
webpack@5.97.1(@swc/core@1.4.14)(esbuild@0.
|
|
22779
|
+
webpack@5.97.1(@swc/core@1.4.14)(esbuild@0.27.2):
|
|
23194
22780
|
dependencies:
|
|
23195
22781
|
'@types/eslint-scope': 3.7.7
|
|
23196
22782
|
'@types/estree': 1.0.8
|
|
@@ -23212,7 +22798,7 @@ snapshots:
|
|
|
23212
22798
|
neo-async: 2.6.2
|
|
23213
22799
|
schema-utils: 3.3.0
|
|
23214
22800
|
tapable: 2.3.0
|
|
23215
|
-
terser-webpack-plugin: 5.3.16(@swc/core@1.4.14)(esbuild@0.
|
|
22801
|
+
terser-webpack-plugin: 5.3.16(@swc/core@1.4.14)(esbuild@0.27.2)(webpack@5.97.1(@swc/core@1.4.14)(esbuild@0.27.2))
|
|
23216
22802
|
watchpack: 2.5.0
|
|
23217
22803
|
webpack-sources: 3.3.3
|
|
23218
22804
|
transitivePeerDependencies:
|