@coze-arch/cli 0.0.28 → 0.0.30-alpha.37325a
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/.coze +1 -0
- package/lib/__templates__/expo/client/heroui/primitives/input-otp/input-otp.utils.ts +1 -0
- package/lib/__templates__/native-static/.coze +1 -0
- package/lib/__templates__/nextjs/.coze +1 -0
- package/lib/__templates__/nextjs/package.json +4 -1
- package/lib/__templates__/nextjs/pnpm-lock.yaml +396 -12
- package/lib/__templates__/nextjs/stylelint.config.mjs +17 -0
- package/lib/__templates__/nuxt-vue/.coze +1 -0
- package/lib/__templates__/nuxt-vue/package.json +4 -1
- package/lib/__templates__/nuxt-vue/pnpm-lock.yaml +500 -12
- package/lib/__templates__/nuxt-vue/stylelint.config.mjs +18 -0
- package/lib/__templates__/taro/.coze +1 -0
- package/lib/__templates__/taro/package.json +4 -1
- package/lib/__templates__/taro/pnpm-lock.yaml +324 -750
- package/lib/__templates__/taro/pnpm-workspace.yaml +6 -0
- package/lib/__templates__/vite/.coze +1 -0
- package/lib/__templates__/vite/package.json +4 -1
- package/lib/__templates__/vite/pnpm-lock.yaml +597 -0
- package/lib/__templates__/vite/stylelint.config.mjs +18 -0
- package/lib/cli.js +10 -14
- package/package.json +6 -5
|
@@ -4,6 +4,9 @@ settings:
|
|
|
4
4
|
autoInstallPeers: true
|
|
5
5
|
excludeLinksFromLockfile: false
|
|
6
6
|
|
|
7
|
+
overrides:
|
|
8
|
+
esbuild: 0.25.12
|
|
9
|
+
|
|
7
10
|
patchedDependencies:
|
|
8
11
|
'@tarojs/plugin-mini-ci@4.1.9':
|
|
9
12
|
hash: j6dgmq33tuqqgowk7tjyyinctm
|
|
@@ -96,7 +99,7 @@ importers:
|
|
|
96
99
|
specifier: 4.1.9
|
|
97
100
|
version: 4.1.9(@types/node@24.12.4)
|
|
98
101
|
'@tarojs/plugin-mini-ci':
|
|
99
|
-
specifier:
|
|
102
|
+
specifier: 4.1.9
|
|
100
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
|
|
@@ -135,8 +138,8 @@ importers:
|
|
|
135
138
|
specifier: ^4.4.0
|
|
136
139
|
version: 4.6.2(eslint@8.57.1)
|
|
137
140
|
eslint-plugin-tailwindcss:
|
|
138
|
-
specifier: ^3.18.
|
|
139
|
-
version: 3.18.
|
|
141
|
+
specifier: ^3.18.3
|
|
142
|
+
version: 3.18.3(tailwindcss@4.1.18)
|
|
140
143
|
less:
|
|
141
144
|
specifier: ^4.2.0
|
|
142
145
|
version: 4.5.1
|
|
@@ -2117,300 +2120,102 @@ packages:
|
|
|
2117
2120
|
resolution: {integrity: sha512-FxEMIkJKnodyA1OaCUoEvbYRkoZlLZ4d/eXFu9Fh8CbBBgP5EmZxrfTRyN0qpXZ4vOvqnE5YdRdcrmUUXuU+dA==}
|
|
2118
2121
|
deprecated: 'Merged into tsx: https://tsx.is'
|
|
2119
2122
|
|
|
2120
|
-
'@esbuild/aix-ppc64@0.21.5':
|
|
2121
|
-
resolution: {integrity: sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==}
|
|
2122
|
-
engines: {node: '>=12'}
|
|
2123
|
-
cpu: [ppc64]
|
|
2124
|
-
os: [aix]
|
|
2125
|
-
|
|
2126
2123
|
'@esbuild/aix-ppc64@0.25.12':
|
|
2127
2124
|
resolution: {integrity: sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==}
|
|
2128
2125
|
engines: {node: '>=18'}
|
|
2129
2126
|
cpu: [ppc64]
|
|
2130
2127
|
os: [aix]
|
|
2131
2128
|
|
|
2132
|
-
'@esbuild/android-arm64@0.18.20':
|
|
2133
|
-
resolution: {integrity: sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==}
|
|
2134
|
-
engines: {node: '>=12'}
|
|
2135
|
-
cpu: [arm64]
|
|
2136
|
-
os: [android]
|
|
2137
|
-
|
|
2138
|
-
'@esbuild/android-arm64@0.21.5':
|
|
2139
|
-
resolution: {integrity: sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==}
|
|
2140
|
-
engines: {node: '>=12'}
|
|
2141
|
-
cpu: [arm64]
|
|
2142
|
-
os: [android]
|
|
2143
|
-
|
|
2144
2129
|
'@esbuild/android-arm64@0.25.12':
|
|
2145
2130
|
resolution: {integrity: sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==}
|
|
2146
2131
|
engines: {node: '>=18'}
|
|
2147
2132
|
cpu: [arm64]
|
|
2148
2133
|
os: [android]
|
|
2149
2134
|
|
|
2150
|
-
'@esbuild/android-arm@0.18.20':
|
|
2151
|
-
resolution: {integrity: sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw==}
|
|
2152
|
-
engines: {node: '>=12'}
|
|
2153
|
-
cpu: [arm]
|
|
2154
|
-
os: [android]
|
|
2155
|
-
|
|
2156
|
-
'@esbuild/android-arm@0.21.5':
|
|
2157
|
-
resolution: {integrity: sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==}
|
|
2158
|
-
engines: {node: '>=12'}
|
|
2159
|
-
cpu: [arm]
|
|
2160
|
-
os: [android]
|
|
2161
|
-
|
|
2162
2135
|
'@esbuild/android-arm@0.25.12':
|
|
2163
2136
|
resolution: {integrity: sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==}
|
|
2164
2137
|
engines: {node: '>=18'}
|
|
2165
2138
|
cpu: [arm]
|
|
2166
2139
|
os: [android]
|
|
2167
2140
|
|
|
2168
|
-
'@esbuild/android-x64@0.18.20':
|
|
2169
|
-
resolution: {integrity: sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==}
|
|
2170
|
-
engines: {node: '>=12'}
|
|
2171
|
-
cpu: [x64]
|
|
2172
|
-
os: [android]
|
|
2173
|
-
|
|
2174
|
-
'@esbuild/android-x64@0.21.5':
|
|
2175
|
-
resolution: {integrity: sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==}
|
|
2176
|
-
engines: {node: '>=12'}
|
|
2177
|
-
cpu: [x64]
|
|
2178
|
-
os: [android]
|
|
2179
|
-
|
|
2180
2141
|
'@esbuild/android-x64@0.25.12':
|
|
2181
2142
|
resolution: {integrity: sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==}
|
|
2182
2143
|
engines: {node: '>=18'}
|
|
2183
2144
|
cpu: [x64]
|
|
2184
2145
|
os: [android]
|
|
2185
2146
|
|
|
2186
|
-
'@esbuild/darwin-arm64@0.18.20':
|
|
2187
|
-
resolution: {integrity: sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==}
|
|
2188
|
-
engines: {node: '>=12'}
|
|
2189
|
-
cpu: [arm64]
|
|
2190
|
-
os: [darwin]
|
|
2191
|
-
|
|
2192
|
-
'@esbuild/darwin-arm64@0.21.5':
|
|
2193
|
-
resolution: {integrity: sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==}
|
|
2194
|
-
engines: {node: '>=12'}
|
|
2195
|
-
cpu: [arm64]
|
|
2196
|
-
os: [darwin]
|
|
2197
|
-
|
|
2198
2147
|
'@esbuild/darwin-arm64@0.25.12':
|
|
2199
2148
|
resolution: {integrity: sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==}
|
|
2200
2149
|
engines: {node: '>=18'}
|
|
2201
2150
|
cpu: [arm64]
|
|
2202
2151
|
os: [darwin]
|
|
2203
2152
|
|
|
2204
|
-
'@esbuild/darwin-x64@0.18.20':
|
|
2205
|
-
resolution: {integrity: sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==}
|
|
2206
|
-
engines: {node: '>=12'}
|
|
2207
|
-
cpu: [x64]
|
|
2208
|
-
os: [darwin]
|
|
2209
|
-
|
|
2210
|
-
'@esbuild/darwin-x64@0.21.5':
|
|
2211
|
-
resolution: {integrity: sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==}
|
|
2212
|
-
engines: {node: '>=12'}
|
|
2213
|
-
cpu: [x64]
|
|
2214
|
-
os: [darwin]
|
|
2215
|
-
|
|
2216
2153
|
'@esbuild/darwin-x64@0.25.12':
|
|
2217
2154
|
resolution: {integrity: sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==}
|
|
2218
2155
|
engines: {node: '>=18'}
|
|
2219
2156
|
cpu: [x64]
|
|
2220
2157
|
os: [darwin]
|
|
2221
2158
|
|
|
2222
|
-
'@esbuild/freebsd-arm64@0.18.20':
|
|
2223
|
-
resolution: {integrity: sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==}
|
|
2224
|
-
engines: {node: '>=12'}
|
|
2225
|
-
cpu: [arm64]
|
|
2226
|
-
os: [freebsd]
|
|
2227
|
-
|
|
2228
|
-
'@esbuild/freebsd-arm64@0.21.5':
|
|
2229
|
-
resolution: {integrity: sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==}
|
|
2230
|
-
engines: {node: '>=12'}
|
|
2231
|
-
cpu: [arm64]
|
|
2232
|
-
os: [freebsd]
|
|
2233
|
-
|
|
2234
2159
|
'@esbuild/freebsd-arm64@0.25.12':
|
|
2235
2160
|
resolution: {integrity: sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==}
|
|
2236
2161
|
engines: {node: '>=18'}
|
|
2237
2162
|
cpu: [arm64]
|
|
2238
2163
|
os: [freebsd]
|
|
2239
2164
|
|
|
2240
|
-
'@esbuild/freebsd-x64@0.18.20':
|
|
2241
|
-
resolution: {integrity: sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==}
|
|
2242
|
-
engines: {node: '>=12'}
|
|
2243
|
-
cpu: [x64]
|
|
2244
|
-
os: [freebsd]
|
|
2245
|
-
|
|
2246
|
-
'@esbuild/freebsd-x64@0.21.5':
|
|
2247
|
-
resolution: {integrity: sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==}
|
|
2248
|
-
engines: {node: '>=12'}
|
|
2249
|
-
cpu: [x64]
|
|
2250
|
-
os: [freebsd]
|
|
2251
|
-
|
|
2252
2165
|
'@esbuild/freebsd-x64@0.25.12':
|
|
2253
2166
|
resolution: {integrity: sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==}
|
|
2254
2167
|
engines: {node: '>=18'}
|
|
2255
2168
|
cpu: [x64]
|
|
2256
2169
|
os: [freebsd]
|
|
2257
2170
|
|
|
2258
|
-
'@esbuild/linux-arm64@0.18.20':
|
|
2259
|
-
resolution: {integrity: sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==}
|
|
2260
|
-
engines: {node: '>=12'}
|
|
2261
|
-
cpu: [arm64]
|
|
2262
|
-
os: [linux]
|
|
2263
|
-
|
|
2264
|
-
'@esbuild/linux-arm64@0.21.5':
|
|
2265
|
-
resolution: {integrity: sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==}
|
|
2266
|
-
engines: {node: '>=12'}
|
|
2267
|
-
cpu: [arm64]
|
|
2268
|
-
os: [linux]
|
|
2269
|
-
|
|
2270
2171
|
'@esbuild/linux-arm64@0.25.12':
|
|
2271
2172
|
resolution: {integrity: sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==}
|
|
2272
2173
|
engines: {node: '>=18'}
|
|
2273
2174
|
cpu: [arm64]
|
|
2274
2175
|
os: [linux]
|
|
2275
2176
|
|
|
2276
|
-
'@esbuild/linux-arm@0.18.20':
|
|
2277
|
-
resolution: {integrity: sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==}
|
|
2278
|
-
engines: {node: '>=12'}
|
|
2279
|
-
cpu: [arm]
|
|
2280
|
-
os: [linux]
|
|
2281
|
-
|
|
2282
|
-
'@esbuild/linux-arm@0.21.5':
|
|
2283
|
-
resolution: {integrity: sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==}
|
|
2284
|
-
engines: {node: '>=12'}
|
|
2285
|
-
cpu: [arm]
|
|
2286
|
-
os: [linux]
|
|
2287
|
-
|
|
2288
2177
|
'@esbuild/linux-arm@0.25.12':
|
|
2289
2178
|
resolution: {integrity: sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==}
|
|
2290
2179
|
engines: {node: '>=18'}
|
|
2291
2180
|
cpu: [arm]
|
|
2292
2181
|
os: [linux]
|
|
2293
2182
|
|
|
2294
|
-
'@esbuild/linux-ia32@0.18.20':
|
|
2295
|
-
resolution: {integrity: sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==}
|
|
2296
|
-
engines: {node: '>=12'}
|
|
2297
|
-
cpu: [ia32]
|
|
2298
|
-
os: [linux]
|
|
2299
|
-
|
|
2300
|
-
'@esbuild/linux-ia32@0.21.5':
|
|
2301
|
-
resolution: {integrity: sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==}
|
|
2302
|
-
engines: {node: '>=12'}
|
|
2303
|
-
cpu: [ia32]
|
|
2304
|
-
os: [linux]
|
|
2305
|
-
|
|
2306
2183
|
'@esbuild/linux-ia32@0.25.12':
|
|
2307
2184
|
resolution: {integrity: sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==}
|
|
2308
2185
|
engines: {node: '>=18'}
|
|
2309
2186
|
cpu: [ia32]
|
|
2310
2187
|
os: [linux]
|
|
2311
2188
|
|
|
2312
|
-
'@esbuild/linux-loong64@0.18.20':
|
|
2313
|
-
resolution: {integrity: sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg==}
|
|
2314
|
-
engines: {node: '>=12'}
|
|
2315
|
-
cpu: [loong64]
|
|
2316
|
-
os: [linux]
|
|
2317
|
-
|
|
2318
|
-
'@esbuild/linux-loong64@0.21.5':
|
|
2319
|
-
resolution: {integrity: sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==}
|
|
2320
|
-
engines: {node: '>=12'}
|
|
2321
|
-
cpu: [loong64]
|
|
2322
|
-
os: [linux]
|
|
2323
|
-
|
|
2324
2189
|
'@esbuild/linux-loong64@0.25.12':
|
|
2325
2190
|
resolution: {integrity: sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==}
|
|
2326
2191
|
engines: {node: '>=18'}
|
|
2327
2192
|
cpu: [loong64]
|
|
2328
2193
|
os: [linux]
|
|
2329
2194
|
|
|
2330
|
-
'@esbuild/linux-mips64el@0.18.20':
|
|
2331
|
-
resolution: {integrity: sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==}
|
|
2332
|
-
engines: {node: '>=12'}
|
|
2333
|
-
cpu: [mips64el]
|
|
2334
|
-
os: [linux]
|
|
2335
|
-
|
|
2336
|
-
'@esbuild/linux-mips64el@0.21.5':
|
|
2337
|
-
resolution: {integrity: sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==}
|
|
2338
|
-
engines: {node: '>=12'}
|
|
2339
|
-
cpu: [mips64el]
|
|
2340
|
-
os: [linux]
|
|
2341
|
-
|
|
2342
2195
|
'@esbuild/linux-mips64el@0.25.12':
|
|
2343
2196
|
resolution: {integrity: sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==}
|
|
2344
2197
|
engines: {node: '>=18'}
|
|
2345
2198
|
cpu: [mips64el]
|
|
2346
2199
|
os: [linux]
|
|
2347
2200
|
|
|
2348
|
-
'@esbuild/linux-ppc64@0.18.20':
|
|
2349
|
-
resolution: {integrity: sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==}
|
|
2350
|
-
engines: {node: '>=12'}
|
|
2351
|
-
cpu: [ppc64]
|
|
2352
|
-
os: [linux]
|
|
2353
|
-
|
|
2354
|
-
'@esbuild/linux-ppc64@0.21.5':
|
|
2355
|
-
resolution: {integrity: sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==}
|
|
2356
|
-
engines: {node: '>=12'}
|
|
2357
|
-
cpu: [ppc64]
|
|
2358
|
-
os: [linux]
|
|
2359
|
-
|
|
2360
2201
|
'@esbuild/linux-ppc64@0.25.12':
|
|
2361
2202
|
resolution: {integrity: sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==}
|
|
2362
2203
|
engines: {node: '>=18'}
|
|
2363
2204
|
cpu: [ppc64]
|
|
2364
2205
|
os: [linux]
|
|
2365
2206
|
|
|
2366
|
-
'@esbuild/linux-riscv64@0.18.20':
|
|
2367
|
-
resolution: {integrity: sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==}
|
|
2368
|
-
engines: {node: '>=12'}
|
|
2369
|
-
cpu: [riscv64]
|
|
2370
|
-
os: [linux]
|
|
2371
|
-
|
|
2372
|
-
'@esbuild/linux-riscv64@0.21.5':
|
|
2373
|
-
resolution: {integrity: sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==}
|
|
2374
|
-
engines: {node: '>=12'}
|
|
2375
|
-
cpu: [riscv64]
|
|
2376
|
-
os: [linux]
|
|
2377
|
-
|
|
2378
2207
|
'@esbuild/linux-riscv64@0.25.12':
|
|
2379
2208
|
resolution: {integrity: sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==}
|
|
2380
2209
|
engines: {node: '>=18'}
|
|
2381
2210
|
cpu: [riscv64]
|
|
2382
2211
|
os: [linux]
|
|
2383
2212
|
|
|
2384
|
-
'@esbuild/linux-s390x@0.18.20':
|
|
2385
|
-
resolution: {integrity: sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==}
|
|
2386
|
-
engines: {node: '>=12'}
|
|
2387
|
-
cpu: [s390x]
|
|
2388
|
-
os: [linux]
|
|
2389
|
-
|
|
2390
|
-
'@esbuild/linux-s390x@0.21.5':
|
|
2391
|
-
resolution: {integrity: sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==}
|
|
2392
|
-
engines: {node: '>=12'}
|
|
2393
|
-
cpu: [s390x]
|
|
2394
|
-
os: [linux]
|
|
2395
|
-
|
|
2396
2213
|
'@esbuild/linux-s390x@0.25.12':
|
|
2397
2214
|
resolution: {integrity: sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==}
|
|
2398
2215
|
engines: {node: '>=18'}
|
|
2399
2216
|
cpu: [s390x]
|
|
2400
2217
|
os: [linux]
|
|
2401
2218
|
|
|
2402
|
-
'@esbuild/linux-x64@0.18.20':
|
|
2403
|
-
resolution: {integrity: sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==}
|
|
2404
|
-
engines: {node: '>=12'}
|
|
2405
|
-
cpu: [x64]
|
|
2406
|
-
os: [linux]
|
|
2407
|
-
|
|
2408
|
-
'@esbuild/linux-x64@0.21.5':
|
|
2409
|
-
resolution: {integrity: sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==}
|
|
2410
|
-
engines: {node: '>=12'}
|
|
2411
|
-
cpu: [x64]
|
|
2412
|
-
os: [linux]
|
|
2413
|
-
|
|
2414
2219
|
'@esbuild/linux-x64@0.25.12':
|
|
2415
2220
|
resolution: {integrity: sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==}
|
|
2416
2221
|
engines: {node: '>=18'}
|
|
@@ -2423,18 +2228,6 @@ packages:
|
|
|
2423
2228
|
cpu: [arm64]
|
|
2424
2229
|
os: [netbsd]
|
|
2425
2230
|
|
|
2426
|
-
'@esbuild/netbsd-x64@0.18.20':
|
|
2427
|
-
resolution: {integrity: sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==}
|
|
2428
|
-
engines: {node: '>=12'}
|
|
2429
|
-
cpu: [x64]
|
|
2430
|
-
os: [netbsd]
|
|
2431
|
-
|
|
2432
|
-
'@esbuild/netbsd-x64@0.21.5':
|
|
2433
|
-
resolution: {integrity: sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==}
|
|
2434
|
-
engines: {node: '>=12'}
|
|
2435
|
-
cpu: [x64]
|
|
2436
|
-
os: [netbsd]
|
|
2437
|
-
|
|
2438
2231
|
'@esbuild/netbsd-x64@0.25.12':
|
|
2439
2232
|
resolution: {integrity: sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==}
|
|
2440
2233
|
engines: {node: '>=18'}
|
|
@@ -2447,18 +2240,6 @@ packages:
|
|
|
2447
2240
|
cpu: [arm64]
|
|
2448
2241
|
os: [openbsd]
|
|
2449
2242
|
|
|
2450
|
-
'@esbuild/openbsd-x64@0.18.20':
|
|
2451
|
-
resolution: {integrity: sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==}
|
|
2452
|
-
engines: {node: '>=12'}
|
|
2453
|
-
cpu: [x64]
|
|
2454
|
-
os: [openbsd]
|
|
2455
|
-
|
|
2456
|
-
'@esbuild/openbsd-x64@0.21.5':
|
|
2457
|
-
resolution: {integrity: sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==}
|
|
2458
|
-
engines: {node: '>=12'}
|
|
2459
|
-
cpu: [x64]
|
|
2460
|
-
os: [openbsd]
|
|
2461
|
-
|
|
2462
2243
|
'@esbuild/openbsd-x64@0.25.12':
|
|
2463
2244
|
resolution: {integrity: sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==}
|
|
2464
2245
|
engines: {node: '>=18'}
|
|
@@ -2471,72 +2252,24 @@ packages:
|
|
|
2471
2252
|
cpu: [arm64]
|
|
2472
2253
|
os: [openharmony]
|
|
2473
2254
|
|
|
2474
|
-
'@esbuild/sunos-x64@0.18.20':
|
|
2475
|
-
resolution: {integrity: sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==}
|
|
2476
|
-
engines: {node: '>=12'}
|
|
2477
|
-
cpu: [x64]
|
|
2478
|
-
os: [sunos]
|
|
2479
|
-
|
|
2480
|
-
'@esbuild/sunos-x64@0.21.5':
|
|
2481
|
-
resolution: {integrity: sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==}
|
|
2482
|
-
engines: {node: '>=12'}
|
|
2483
|
-
cpu: [x64]
|
|
2484
|
-
os: [sunos]
|
|
2485
|
-
|
|
2486
2255
|
'@esbuild/sunos-x64@0.25.12':
|
|
2487
2256
|
resolution: {integrity: sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==}
|
|
2488
2257
|
engines: {node: '>=18'}
|
|
2489
2258
|
cpu: [x64]
|
|
2490
2259
|
os: [sunos]
|
|
2491
2260
|
|
|
2492
|
-
'@esbuild/win32-arm64@0.18.20':
|
|
2493
|
-
resolution: {integrity: sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==}
|
|
2494
|
-
engines: {node: '>=12'}
|
|
2495
|
-
cpu: [arm64]
|
|
2496
|
-
os: [win32]
|
|
2497
|
-
|
|
2498
|
-
'@esbuild/win32-arm64@0.21.5':
|
|
2499
|
-
resolution: {integrity: sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==}
|
|
2500
|
-
engines: {node: '>=12'}
|
|
2501
|
-
cpu: [arm64]
|
|
2502
|
-
os: [win32]
|
|
2503
|
-
|
|
2504
2261
|
'@esbuild/win32-arm64@0.25.12':
|
|
2505
2262
|
resolution: {integrity: sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==}
|
|
2506
2263
|
engines: {node: '>=18'}
|
|
2507
2264
|
cpu: [arm64]
|
|
2508
2265
|
os: [win32]
|
|
2509
2266
|
|
|
2510
|
-
'@esbuild/win32-ia32@0.18.20':
|
|
2511
|
-
resolution: {integrity: sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==}
|
|
2512
|
-
engines: {node: '>=12'}
|
|
2513
|
-
cpu: [ia32]
|
|
2514
|
-
os: [win32]
|
|
2515
|
-
|
|
2516
|
-
'@esbuild/win32-ia32@0.21.5':
|
|
2517
|
-
resolution: {integrity: sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==}
|
|
2518
|
-
engines: {node: '>=12'}
|
|
2519
|
-
cpu: [ia32]
|
|
2520
|
-
os: [win32]
|
|
2521
|
-
|
|
2522
2267
|
'@esbuild/win32-ia32@0.25.12':
|
|
2523
2268
|
resolution: {integrity: sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==}
|
|
2524
2269
|
engines: {node: '>=18'}
|
|
2525
2270
|
cpu: [ia32]
|
|
2526
2271
|
os: [win32]
|
|
2527
2272
|
|
|
2528
|
-
'@esbuild/win32-x64@0.18.20':
|
|
2529
|
-
resolution: {integrity: sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==}
|
|
2530
|
-
engines: {node: '>=12'}
|
|
2531
|
-
cpu: [x64]
|
|
2532
|
-
os: [win32]
|
|
2533
|
-
|
|
2534
|
-
'@esbuild/win32-x64@0.21.5':
|
|
2535
|
-
resolution: {integrity: sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==}
|
|
2536
|
-
engines: {node: '>=12'}
|
|
2537
|
-
cpu: [x64]
|
|
2538
|
-
os: [win32]
|
|
2539
|
-
|
|
2540
2273
|
'@esbuild/win32-x64@0.25.12':
|
|
2541
2274
|
resolution: {integrity: sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==}
|
|
2542
2275
|
engines: {node: '>=18'}
|
|
@@ -3279,6 +3012,10 @@ packages:
|
|
|
3279
3012
|
resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==}
|
|
3280
3013
|
engines: {node: '>=14'}
|
|
3281
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
|
+
|
|
3282
3019
|
'@protobufjs/aspromise@1.1.2':
|
|
3283
3020
|
resolution: {integrity: sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==}
|
|
3284
3021
|
|
|
@@ -6257,17 +5994,7 @@ packages:
|
|
|
6257
5994
|
esbuild-register@3.6.0:
|
|
6258
5995
|
resolution: {integrity: sha512-H2/S7Pm8a9CL1uhp9OvjwrBh5Pvx0H8qVOxNu8Wed9Y7qv56MPtq+GGM8RJpq6glYJn9Wspr8uw7l55uyinNeg==}
|
|
6259
5996
|
peerDependencies:
|
|
6260
|
-
esbuild:
|
|
6261
|
-
|
|
6262
|
-
esbuild@0.18.20:
|
|
6263
|
-
resolution: {integrity: sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==}
|
|
6264
|
-
engines: {node: '>=12'}
|
|
6265
|
-
hasBin: true
|
|
6266
|
-
|
|
6267
|
-
esbuild@0.21.5:
|
|
6268
|
-
resolution: {integrity: sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==}
|
|
6269
|
-
engines: {node: '>=12'}
|
|
6270
|
-
hasBin: true
|
|
5997
|
+
esbuild: 0.25.12
|
|
6271
5998
|
|
|
6272
5999
|
esbuild@0.25.12:
|
|
6273
6000
|
resolution: {integrity: sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==}
|
|
@@ -6351,11 +6078,11 @@ packages:
|
|
|
6351
6078
|
peerDependencies:
|
|
6352
6079
|
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7
|
|
6353
6080
|
|
|
6354
|
-
eslint-plugin-tailwindcss@3.18.
|
|
6355
|
-
resolution: {integrity: sha512-
|
|
6081
|
+
eslint-plugin-tailwindcss@3.18.3:
|
|
6082
|
+
resolution: {integrity: sha512-lqjNX7mt1Ip2qR236hvhbZ9ff2TFLUWou+tBHz82SA1nWFzOZSoEOI+9UBZmuf2977r2MMp9/y3/broyz8AYig==}
|
|
6356
6083
|
engines: {node: '>=18.12.0'}
|
|
6357
6084
|
peerDependencies:
|
|
6358
|
-
tailwindcss: ^3.4.0
|
|
6085
|
+
tailwindcss: ^3.4.0 || ^4.0.0
|
|
6359
6086
|
|
|
6360
6087
|
eslint-scope@5.1.1:
|
|
6361
6088
|
resolution: {integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==}
|
|
@@ -10076,6 +9803,10 @@ packages:
|
|
|
10076
9803
|
sync-message@0.0.12:
|
|
10077
9804
|
resolution: {integrity: sha512-ySLe+P2U91a51SbWNUvDvAxCct+EKd5PKq3ptJoCZty7oxrf3+VFXxoskreLqrmN6VFxagqcXloz7fcFS08UFw==}
|
|
10078
9805
|
|
|
9806
|
+
synckit@0.11.13:
|
|
9807
|
+
resolution: {integrity: sha512-eNRKgb3z66Yp3D2CixVujOUvXLFUTij/zVnV8KRyvFdQwpz7I5DS8UfRkTeLzb64u+dkzDSdelE24izu+zSSUg==}
|
|
9808
|
+
engines: {node: ^14.18.0 || >=16.0.0}
|
|
9809
|
+
|
|
10079
9810
|
systemjs@6.15.1:
|
|
10080
9811
|
resolution: {integrity: sha512-Nk8c4lXvMB98MtbmjX7JwJRgJOL8fluecYCfCeYBznwmpOs8Bf15hLM6z4z71EDAhQVrQrI+wt1aLWSXZq+hXA==}
|
|
10081
9812
|
|
|
@@ -10083,6 +9814,11 @@ packages:
|
|
|
10083
9814
|
resolution: {integrity: sha512-9kY+CygyYM6j02t5YFHbNz2FN5QmYGv9zAjVp4lCDjlCw7amdckXlEt/bjMhUIfj4ThGRE4gCUH5+yGnNuPo5A==}
|
|
10084
9815
|
engines: {node: '>=10.0.0'}
|
|
10085
9816
|
|
|
9817
|
+
tailwind-api-utils@1.0.3:
|
|
9818
|
+
resolution: {integrity: sha512-KpzUHkH1ug1sq4394SLJX38ZtpeTiqQ1RVyFTTSY2XuHsNSTWUkRo108KmyyrMWdDbQrLYkSHaNKj/a3bmA4sQ==}
|
|
9819
|
+
peerDependencies:
|
|
9820
|
+
tailwindcss: ^3.3.0 || ^4.0.0 || ^4.0.0-beta
|
|
9821
|
+
|
|
10086
9822
|
tailwind-merge@3.5.0:
|
|
10087
9823
|
resolution: {integrity: sha512-I8K9wewnVDkL1NTGoqWmVEIlUcB9gFriAEkXkfCjX5ib8ezGxtR3xD7iZIxrfArjEsH7F1CHD4RFUtxefdqV/A==}
|
|
10088
9824
|
|
|
@@ -13046,272 +12782,272 @@ snapshots:
|
|
|
13046
12782
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
13047
12783
|
'@csstools/css-tokenizer': 3.0.4
|
|
13048
12784
|
|
|
13049
|
-
'@csstools/postcss-alpha-function@1.0.1(postcss@8.5.
|
|
12785
|
+
'@csstools/postcss-alpha-function@1.0.1(postcss@8.5.8)':
|
|
13050
12786
|
dependencies:
|
|
13051
12787
|
'@csstools/css-color-parser': 3.1.0(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
|
|
13052
12788
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
13053
12789
|
'@csstools/css-tokenizer': 3.0.4
|
|
13054
|
-
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.
|
|
13055
|
-
'@csstools/utilities': 2.0.0(postcss@8.5.
|
|
13056
|
-
postcss: 8.5.
|
|
12790
|
+
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.8)
|
|
12791
|
+
'@csstools/utilities': 2.0.0(postcss@8.5.8)
|
|
12792
|
+
postcss: 8.5.8
|
|
13057
12793
|
|
|
13058
|
-
'@csstools/postcss-cascade-layers@5.0.2(postcss@8.5.
|
|
12794
|
+
'@csstools/postcss-cascade-layers@5.0.2(postcss@8.5.8)':
|
|
13059
12795
|
dependencies:
|
|
13060
12796
|
'@csstools/selector-specificity': 5.0.0(postcss-selector-parser@7.1.1)
|
|
13061
|
-
postcss: 8.5.
|
|
12797
|
+
postcss: 8.5.8
|
|
13062
12798
|
postcss-selector-parser: 7.1.1
|
|
13063
12799
|
|
|
13064
|
-
'@csstools/postcss-color-function-display-p3-linear@1.0.1(postcss@8.5.
|
|
12800
|
+
'@csstools/postcss-color-function-display-p3-linear@1.0.1(postcss@8.5.8)':
|
|
13065
12801
|
dependencies:
|
|
13066
12802
|
'@csstools/css-color-parser': 3.1.0(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
|
|
13067
12803
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
13068
12804
|
'@csstools/css-tokenizer': 3.0.4
|
|
13069
|
-
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.
|
|
13070
|
-
'@csstools/utilities': 2.0.0(postcss@8.5.
|
|
13071
|
-
postcss: 8.5.
|
|
12805
|
+
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.8)
|
|
12806
|
+
'@csstools/utilities': 2.0.0(postcss@8.5.8)
|
|
12807
|
+
postcss: 8.5.8
|
|
13072
12808
|
|
|
13073
|
-
'@csstools/postcss-color-function@4.0.12(postcss@8.5.
|
|
12809
|
+
'@csstools/postcss-color-function@4.0.12(postcss@8.5.8)':
|
|
13074
12810
|
dependencies:
|
|
13075
12811
|
'@csstools/css-color-parser': 3.1.0(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
|
|
13076
12812
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
13077
12813
|
'@csstools/css-tokenizer': 3.0.4
|
|
13078
|
-
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.
|
|
13079
|
-
'@csstools/utilities': 2.0.0(postcss@8.5.
|
|
13080
|
-
postcss: 8.5.
|
|
12814
|
+
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.8)
|
|
12815
|
+
'@csstools/utilities': 2.0.0(postcss@8.5.8)
|
|
12816
|
+
postcss: 8.5.8
|
|
13081
12817
|
|
|
13082
|
-
'@csstools/postcss-color-mix-function@3.0.12(postcss@8.5.
|
|
12818
|
+
'@csstools/postcss-color-mix-function@3.0.12(postcss@8.5.8)':
|
|
13083
12819
|
dependencies:
|
|
13084
12820
|
'@csstools/css-color-parser': 3.1.0(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
|
|
13085
12821
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
13086
12822
|
'@csstools/css-tokenizer': 3.0.4
|
|
13087
|
-
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.
|
|
13088
|
-
'@csstools/utilities': 2.0.0(postcss@8.5.
|
|
13089
|
-
postcss: 8.5.
|
|
12823
|
+
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.8)
|
|
12824
|
+
'@csstools/utilities': 2.0.0(postcss@8.5.8)
|
|
12825
|
+
postcss: 8.5.8
|
|
13090
12826
|
|
|
13091
|
-
'@csstools/postcss-color-mix-variadic-function-arguments@1.0.2(postcss@8.5.
|
|
12827
|
+
'@csstools/postcss-color-mix-variadic-function-arguments@1.0.2(postcss@8.5.8)':
|
|
13092
12828
|
dependencies:
|
|
13093
12829
|
'@csstools/css-color-parser': 3.1.0(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
|
|
13094
12830
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
13095
12831
|
'@csstools/css-tokenizer': 3.0.4
|
|
13096
|
-
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.
|
|
13097
|
-
'@csstools/utilities': 2.0.0(postcss@8.5.
|
|
13098
|
-
postcss: 8.5.
|
|
12832
|
+
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.8)
|
|
12833
|
+
'@csstools/utilities': 2.0.0(postcss@8.5.8)
|
|
12834
|
+
postcss: 8.5.8
|
|
13099
12835
|
|
|
13100
|
-
'@csstools/postcss-content-alt-text@2.0.8(postcss@8.5.
|
|
12836
|
+
'@csstools/postcss-content-alt-text@2.0.8(postcss@8.5.8)':
|
|
13101
12837
|
dependencies:
|
|
13102
12838
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
13103
12839
|
'@csstools/css-tokenizer': 3.0.4
|
|
13104
|
-
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.
|
|
13105
|
-
'@csstools/utilities': 2.0.0(postcss@8.5.
|
|
13106
|
-
postcss: 8.5.
|
|
12840
|
+
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.8)
|
|
12841
|
+
'@csstools/utilities': 2.0.0(postcss@8.5.8)
|
|
12842
|
+
postcss: 8.5.8
|
|
13107
12843
|
|
|
13108
|
-
'@csstools/postcss-contrast-color-function@2.0.12(postcss@8.5.
|
|
12844
|
+
'@csstools/postcss-contrast-color-function@2.0.12(postcss@8.5.8)':
|
|
13109
12845
|
dependencies:
|
|
13110
12846
|
'@csstools/css-color-parser': 3.1.0(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
|
|
13111
12847
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
13112
12848
|
'@csstools/css-tokenizer': 3.0.4
|
|
13113
|
-
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.
|
|
13114
|
-
'@csstools/utilities': 2.0.0(postcss@8.5.
|
|
13115
|
-
postcss: 8.5.
|
|
12849
|
+
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.8)
|
|
12850
|
+
'@csstools/utilities': 2.0.0(postcss@8.5.8)
|
|
12851
|
+
postcss: 8.5.8
|
|
13116
12852
|
|
|
13117
|
-
'@csstools/postcss-exponential-functions@2.0.9(postcss@8.5.
|
|
12853
|
+
'@csstools/postcss-exponential-functions@2.0.9(postcss@8.5.8)':
|
|
13118
12854
|
dependencies:
|
|
13119
12855
|
'@csstools/css-calc': 2.1.4(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
|
|
13120
12856
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
13121
12857
|
'@csstools/css-tokenizer': 3.0.4
|
|
13122
|
-
postcss: 8.5.
|
|
12858
|
+
postcss: 8.5.8
|
|
13123
12859
|
|
|
13124
|
-
'@csstools/postcss-font-format-keywords@4.0.0(postcss@8.5.
|
|
12860
|
+
'@csstools/postcss-font-format-keywords@4.0.0(postcss@8.5.8)':
|
|
13125
12861
|
dependencies:
|
|
13126
|
-
'@csstools/utilities': 2.0.0(postcss@8.5.
|
|
13127
|
-
postcss: 8.5.
|
|
12862
|
+
'@csstools/utilities': 2.0.0(postcss@8.5.8)
|
|
12863
|
+
postcss: 8.5.8
|
|
13128
12864
|
postcss-value-parser: 4.2.0
|
|
13129
12865
|
|
|
13130
|
-
'@csstools/postcss-gamut-mapping@2.0.11(postcss@8.5.
|
|
12866
|
+
'@csstools/postcss-gamut-mapping@2.0.11(postcss@8.5.8)':
|
|
13131
12867
|
dependencies:
|
|
13132
12868
|
'@csstools/css-color-parser': 3.1.0(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
|
|
13133
12869
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
13134
12870
|
'@csstools/css-tokenizer': 3.0.4
|
|
13135
|
-
postcss: 8.5.
|
|
12871
|
+
postcss: 8.5.8
|
|
13136
12872
|
|
|
13137
|
-
'@csstools/postcss-gradients-interpolation-method@5.0.12(postcss@8.5.
|
|
12873
|
+
'@csstools/postcss-gradients-interpolation-method@5.0.12(postcss@8.5.8)':
|
|
13138
12874
|
dependencies:
|
|
13139
12875
|
'@csstools/css-color-parser': 3.1.0(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
|
|
13140
12876
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
13141
12877
|
'@csstools/css-tokenizer': 3.0.4
|
|
13142
|
-
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.
|
|
13143
|
-
'@csstools/utilities': 2.0.0(postcss@8.5.
|
|
13144
|
-
postcss: 8.5.
|
|
12878
|
+
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.8)
|
|
12879
|
+
'@csstools/utilities': 2.0.0(postcss@8.5.8)
|
|
12880
|
+
postcss: 8.5.8
|
|
13145
12881
|
|
|
13146
|
-
'@csstools/postcss-hwb-function@4.0.12(postcss@8.5.
|
|
12882
|
+
'@csstools/postcss-hwb-function@4.0.12(postcss@8.5.8)':
|
|
13147
12883
|
dependencies:
|
|
13148
12884
|
'@csstools/css-color-parser': 3.1.0(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
|
|
13149
12885
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
13150
12886
|
'@csstools/css-tokenizer': 3.0.4
|
|
13151
|
-
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.
|
|
13152
|
-
'@csstools/utilities': 2.0.0(postcss@8.5.
|
|
13153
|
-
postcss: 8.5.
|
|
12887
|
+
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.8)
|
|
12888
|
+
'@csstools/utilities': 2.0.0(postcss@8.5.8)
|
|
12889
|
+
postcss: 8.5.8
|
|
13154
12890
|
|
|
13155
|
-
'@csstools/postcss-ic-unit@4.0.4(postcss@8.5.
|
|
12891
|
+
'@csstools/postcss-ic-unit@4.0.4(postcss@8.5.8)':
|
|
13156
12892
|
dependencies:
|
|
13157
|
-
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.
|
|
13158
|
-
'@csstools/utilities': 2.0.0(postcss@8.5.
|
|
13159
|
-
postcss: 8.5.
|
|
12893
|
+
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.8)
|
|
12894
|
+
'@csstools/utilities': 2.0.0(postcss@8.5.8)
|
|
12895
|
+
postcss: 8.5.8
|
|
13160
12896
|
postcss-value-parser: 4.2.0
|
|
13161
12897
|
|
|
13162
|
-
'@csstools/postcss-initial@2.0.1(postcss@8.5.
|
|
12898
|
+
'@csstools/postcss-initial@2.0.1(postcss@8.5.8)':
|
|
13163
12899
|
dependencies:
|
|
13164
|
-
postcss: 8.5.
|
|
12900
|
+
postcss: 8.5.8
|
|
13165
12901
|
|
|
13166
|
-
'@csstools/postcss-is-pseudo-class@5.0.3(postcss@8.5.
|
|
12902
|
+
'@csstools/postcss-is-pseudo-class@5.0.3(postcss@8.5.8)':
|
|
13167
12903
|
dependencies:
|
|
13168
12904
|
'@csstools/selector-specificity': 5.0.0(postcss-selector-parser@7.1.1)
|
|
13169
|
-
postcss: 8.5.
|
|
12905
|
+
postcss: 8.5.8
|
|
13170
12906
|
postcss-selector-parser: 7.1.1
|
|
13171
12907
|
|
|
13172
|
-
'@csstools/postcss-light-dark-function@2.0.11(postcss@8.5.
|
|
12908
|
+
'@csstools/postcss-light-dark-function@2.0.11(postcss@8.5.8)':
|
|
13173
12909
|
dependencies:
|
|
13174
12910
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
13175
12911
|
'@csstools/css-tokenizer': 3.0.4
|
|
13176
|
-
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.
|
|
13177
|
-
'@csstools/utilities': 2.0.0(postcss@8.5.
|
|
13178
|
-
postcss: 8.5.
|
|
12912
|
+
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.8)
|
|
12913
|
+
'@csstools/utilities': 2.0.0(postcss@8.5.8)
|
|
12914
|
+
postcss: 8.5.8
|
|
13179
12915
|
|
|
13180
|
-
'@csstools/postcss-logical-float-and-clear@3.0.0(postcss@8.5.
|
|
12916
|
+
'@csstools/postcss-logical-float-and-clear@3.0.0(postcss@8.5.8)':
|
|
13181
12917
|
dependencies:
|
|
13182
|
-
postcss: 8.5.
|
|
12918
|
+
postcss: 8.5.8
|
|
13183
12919
|
|
|
13184
|
-
'@csstools/postcss-logical-overflow@2.0.0(postcss@8.5.
|
|
12920
|
+
'@csstools/postcss-logical-overflow@2.0.0(postcss@8.5.8)':
|
|
13185
12921
|
dependencies:
|
|
13186
|
-
postcss: 8.5.
|
|
12922
|
+
postcss: 8.5.8
|
|
13187
12923
|
|
|
13188
|
-
'@csstools/postcss-logical-overscroll-behavior@2.0.0(postcss@8.5.
|
|
12924
|
+
'@csstools/postcss-logical-overscroll-behavior@2.0.0(postcss@8.5.8)':
|
|
13189
12925
|
dependencies:
|
|
13190
|
-
postcss: 8.5.
|
|
12926
|
+
postcss: 8.5.8
|
|
13191
12927
|
|
|
13192
|
-
'@csstools/postcss-logical-resize@3.0.0(postcss@8.5.
|
|
12928
|
+
'@csstools/postcss-logical-resize@3.0.0(postcss@8.5.8)':
|
|
13193
12929
|
dependencies:
|
|
13194
|
-
postcss: 8.5.
|
|
12930
|
+
postcss: 8.5.8
|
|
13195
12931
|
postcss-value-parser: 4.2.0
|
|
13196
12932
|
|
|
13197
|
-
'@csstools/postcss-logical-viewport-units@3.0.4(postcss@8.5.
|
|
12933
|
+
'@csstools/postcss-logical-viewport-units@3.0.4(postcss@8.5.8)':
|
|
13198
12934
|
dependencies:
|
|
13199
12935
|
'@csstools/css-tokenizer': 3.0.4
|
|
13200
|
-
'@csstools/utilities': 2.0.0(postcss@8.5.
|
|
13201
|
-
postcss: 8.5.
|
|
12936
|
+
'@csstools/utilities': 2.0.0(postcss@8.5.8)
|
|
12937
|
+
postcss: 8.5.8
|
|
13202
12938
|
|
|
13203
|
-
'@csstools/postcss-media-minmax@2.0.9(postcss@8.5.
|
|
12939
|
+
'@csstools/postcss-media-minmax@2.0.9(postcss@8.5.8)':
|
|
13204
12940
|
dependencies:
|
|
13205
12941
|
'@csstools/css-calc': 2.1.4(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
|
|
13206
12942
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
13207
12943
|
'@csstools/css-tokenizer': 3.0.4
|
|
13208
12944
|
'@csstools/media-query-list-parser': 4.0.3(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
|
|
13209
|
-
postcss: 8.5.
|
|
12945
|
+
postcss: 8.5.8
|
|
13210
12946
|
|
|
13211
|
-
'@csstools/postcss-media-queries-aspect-ratio-number-values@3.0.5(postcss@8.5.
|
|
12947
|
+
'@csstools/postcss-media-queries-aspect-ratio-number-values@3.0.5(postcss@8.5.8)':
|
|
13212
12948
|
dependencies:
|
|
13213
12949
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
13214
12950
|
'@csstools/css-tokenizer': 3.0.4
|
|
13215
12951
|
'@csstools/media-query-list-parser': 4.0.3(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
|
|
13216
|
-
postcss: 8.5.
|
|
12952
|
+
postcss: 8.5.8
|
|
13217
12953
|
|
|
13218
|
-
'@csstools/postcss-nested-calc@4.0.0(postcss@8.5.
|
|
12954
|
+
'@csstools/postcss-nested-calc@4.0.0(postcss@8.5.8)':
|
|
13219
12955
|
dependencies:
|
|
13220
|
-
'@csstools/utilities': 2.0.0(postcss@8.5.
|
|
13221
|
-
postcss: 8.5.
|
|
12956
|
+
'@csstools/utilities': 2.0.0(postcss@8.5.8)
|
|
12957
|
+
postcss: 8.5.8
|
|
13222
12958
|
postcss-value-parser: 4.2.0
|
|
13223
12959
|
|
|
13224
|
-
'@csstools/postcss-normalize-display-values@4.0.1(postcss@8.5.
|
|
12960
|
+
'@csstools/postcss-normalize-display-values@4.0.1(postcss@8.5.8)':
|
|
13225
12961
|
dependencies:
|
|
13226
|
-
postcss: 8.5.
|
|
12962
|
+
postcss: 8.5.8
|
|
13227
12963
|
postcss-value-parser: 4.2.0
|
|
13228
12964
|
|
|
13229
|
-
'@csstools/postcss-oklab-function@4.0.12(postcss@8.5.
|
|
12965
|
+
'@csstools/postcss-oklab-function@4.0.12(postcss@8.5.8)':
|
|
13230
12966
|
dependencies:
|
|
13231
12967
|
'@csstools/css-color-parser': 3.1.0(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
|
|
13232
12968
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
13233
12969
|
'@csstools/css-tokenizer': 3.0.4
|
|
13234
|
-
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.
|
|
13235
|
-
'@csstools/utilities': 2.0.0(postcss@8.5.
|
|
13236
|
-
postcss: 8.5.
|
|
12970
|
+
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.8)
|
|
12971
|
+
'@csstools/utilities': 2.0.0(postcss@8.5.8)
|
|
12972
|
+
postcss: 8.5.8
|
|
13237
12973
|
|
|
13238
|
-
'@csstools/postcss-position-area-property@1.0.0(postcss@8.5.
|
|
12974
|
+
'@csstools/postcss-position-area-property@1.0.0(postcss@8.5.8)':
|
|
13239
12975
|
dependencies:
|
|
13240
|
-
postcss: 8.5.
|
|
12976
|
+
postcss: 8.5.8
|
|
13241
12977
|
|
|
13242
|
-
'@csstools/postcss-progressive-custom-properties@4.2.1(postcss@8.5.
|
|
12978
|
+
'@csstools/postcss-progressive-custom-properties@4.2.1(postcss@8.5.8)':
|
|
13243
12979
|
dependencies:
|
|
13244
|
-
postcss: 8.5.
|
|
12980
|
+
postcss: 8.5.8
|
|
13245
12981
|
postcss-value-parser: 4.2.0
|
|
13246
12982
|
|
|
13247
|
-
'@csstools/postcss-property-rule-prelude-list@1.0.0(postcss@8.5.
|
|
12983
|
+
'@csstools/postcss-property-rule-prelude-list@1.0.0(postcss@8.5.8)':
|
|
13248
12984
|
dependencies:
|
|
13249
12985
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
13250
12986
|
'@csstools/css-tokenizer': 3.0.4
|
|
13251
|
-
postcss: 8.5.
|
|
12987
|
+
postcss: 8.5.8
|
|
13252
12988
|
|
|
13253
|
-
'@csstools/postcss-random-function@2.0.1(postcss@8.5.
|
|
12989
|
+
'@csstools/postcss-random-function@2.0.1(postcss@8.5.8)':
|
|
13254
12990
|
dependencies:
|
|
13255
12991
|
'@csstools/css-calc': 2.1.4(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
|
|
13256
12992
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
13257
12993
|
'@csstools/css-tokenizer': 3.0.4
|
|
13258
|
-
postcss: 8.5.
|
|
12994
|
+
postcss: 8.5.8
|
|
13259
12995
|
|
|
13260
|
-
'@csstools/postcss-relative-color-syntax@3.0.12(postcss@8.5.
|
|
12996
|
+
'@csstools/postcss-relative-color-syntax@3.0.12(postcss@8.5.8)':
|
|
13261
12997
|
dependencies:
|
|
13262
12998
|
'@csstools/css-color-parser': 3.1.0(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
|
|
13263
12999
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
13264
13000
|
'@csstools/css-tokenizer': 3.0.4
|
|
13265
|
-
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.
|
|
13266
|
-
'@csstools/utilities': 2.0.0(postcss@8.5.
|
|
13267
|
-
postcss: 8.5.
|
|
13001
|
+
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.8)
|
|
13002
|
+
'@csstools/utilities': 2.0.0(postcss@8.5.8)
|
|
13003
|
+
postcss: 8.5.8
|
|
13268
13004
|
|
|
13269
|
-
'@csstools/postcss-scope-pseudo-class@4.0.1(postcss@8.5.
|
|
13005
|
+
'@csstools/postcss-scope-pseudo-class@4.0.1(postcss@8.5.8)':
|
|
13270
13006
|
dependencies:
|
|
13271
|
-
postcss: 8.5.
|
|
13007
|
+
postcss: 8.5.8
|
|
13272
13008
|
postcss-selector-parser: 7.1.1
|
|
13273
13009
|
|
|
13274
|
-
'@csstools/postcss-sign-functions@1.1.4(postcss@8.5.
|
|
13010
|
+
'@csstools/postcss-sign-functions@1.1.4(postcss@8.5.8)':
|
|
13275
13011
|
dependencies:
|
|
13276
13012
|
'@csstools/css-calc': 2.1.4(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
|
|
13277
13013
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
13278
13014
|
'@csstools/css-tokenizer': 3.0.4
|
|
13279
|
-
postcss: 8.5.
|
|
13015
|
+
postcss: 8.5.8
|
|
13280
13016
|
|
|
13281
|
-
'@csstools/postcss-stepped-value-functions@4.0.9(postcss@8.5.
|
|
13017
|
+
'@csstools/postcss-stepped-value-functions@4.0.9(postcss@8.5.8)':
|
|
13282
13018
|
dependencies:
|
|
13283
13019
|
'@csstools/css-calc': 2.1.4(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
|
|
13284
13020
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
13285
13021
|
'@csstools/css-tokenizer': 3.0.4
|
|
13286
|
-
postcss: 8.5.
|
|
13022
|
+
postcss: 8.5.8
|
|
13287
13023
|
|
|
13288
|
-
'@csstools/postcss-syntax-descriptor-syntax-production@1.0.1(postcss@8.5.
|
|
13024
|
+
'@csstools/postcss-syntax-descriptor-syntax-production@1.0.1(postcss@8.5.8)':
|
|
13289
13025
|
dependencies:
|
|
13290
13026
|
'@csstools/css-tokenizer': 3.0.4
|
|
13291
|
-
postcss: 8.5.
|
|
13027
|
+
postcss: 8.5.8
|
|
13292
13028
|
|
|
13293
|
-
'@csstools/postcss-system-ui-font-family@1.0.0(postcss@8.5.
|
|
13029
|
+
'@csstools/postcss-system-ui-font-family@1.0.0(postcss@8.5.8)':
|
|
13294
13030
|
dependencies:
|
|
13295
13031
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
13296
13032
|
'@csstools/css-tokenizer': 3.0.4
|
|
13297
|
-
postcss: 8.5.
|
|
13033
|
+
postcss: 8.5.8
|
|
13298
13034
|
|
|
13299
|
-
'@csstools/postcss-text-decoration-shorthand@4.0.3(postcss@8.5.
|
|
13035
|
+
'@csstools/postcss-text-decoration-shorthand@4.0.3(postcss@8.5.8)':
|
|
13300
13036
|
dependencies:
|
|
13301
13037
|
'@csstools/color-helpers': 5.1.0
|
|
13302
|
-
postcss: 8.5.
|
|
13038
|
+
postcss: 8.5.8
|
|
13303
13039
|
postcss-value-parser: 4.2.0
|
|
13304
13040
|
|
|
13305
|
-
'@csstools/postcss-trigonometric-functions@4.0.9(postcss@8.5.
|
|
13041
|
+
'@csstools/postcss-trigonometric-functions@4.0.9(postcss@8.5.8)':
|
|
13306
13042
|
dependencies:
|
|
13307
13043
|
'@csstools/css-calc': 2.1.4(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
|
|
13308
13044
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
13309
13045
|
'@csstools/css-tokenizer': 3.0.4
|
|
13310
|
-
postcss: 8.5.
|
|
13046
|
+
postcss: 8.5.8
|
|
13311
13047
|
|
|
13312
|
-
'@csstools/postcss-unset-value@4.0.0(postcss@8.5.
|
|
13048
|
+
'@csstools/postcss-unset-value@4.0.0(postcss@8.5.8)':
|
|
13313
13049
|
dependencies:
|
|
13314
|
-
postcss: 8.5.
|
|
13050
|
+
postcss: 8.5.8
|
|
13315
13051
|
|
|
13316
13052
|
'@csstools/selector-resolve-nested@3.1.0(postcss-selector-parser@7.1.1)':
|
|
13317
13053
|
dependencies:
|
|
@@ -13321,9 +13057,9 @@ snapshots:
|
|
|
13321
13057
|
dependencies:
|
|
13322
13058
|
postcss-selector-parser: 7.1.1
|
|
13323
13059
|
|
|
13324
|
-
'@csstools/utilities@2.0.0(postcss@8.5.
|
|
13060
|
+
'@csstools/utilities@2.0.0(postcss@8.5.8)':
|
|
13325
13061
|
dependencies:
|
|
13326
|
-
postcss: 8.5.
|
|
13062
|
+
postcss: 8.5.8
|
|
13327
13063
|
|
|
13328
13064
|
'@drizzle-team/brocli@0.10.2': {}
|
|
13329
13065
|
|
|
@@ -13336,7 +13072,7 @@ snapshots:
|
|
|
13336
13072
|
|
|
13337
13073
|
'@esbuild-kit/core-utils@3.3.2':
|
|
13338
13074
|
dependencies:
|
|
13339
|
-
esbuild: 0.
|
|
13075
|
+
esbuild: 0.25.12
|
|
13340
13076
|
source-map-support: 0.5.21
|
|
13341
13077
|
|
|
13342
13078
|
'@esbuild-kit/esm-loader@2.6.5':
|
|
@@ -13344,216 +13080,81 @@ snapshots:
|
|
|
13344
13080
|
'@esbuild-kit/core-utils': 3.3.2
|
|
13345
13081
|
get-tsconfig: 4.13.0
|
|
13346
13082
|
|
|
13347
|
-
'@esbuild/aix-ppc64@0.21.5':
|
|
13348
|
-
optional: true
|
|
13349
|
-
|
|
13350
13083
|
'@esbuild/aix-ppc64@0.25.12':
|
|
13351
13084
|
optional: true
|
|
13352
13085
|
|
|
13353
|
-
'@esbuild/android-arm64@0.18.20':
|
|
13354
|
-
optional: true
|
|
13355
|
-
|
|
13356
|
-
'@esbuild/android-arm64@0.21.5':
|
|
13357
|
-
optional: true
|
|
13358
|
-
|
|
13359
13086
|
'@esbuild/android-arm64@0.25.12':
|
|
13360
13087
|
optional: true
|
|
13361
13088
|
|
|
13362
|
-
'@esbuild/android-arm@0.18.20':
|
|
13363
|
-
optional: true
|
|
13364
|
-
|
|
13365
|
-
'@esbuild/android-arm@0.21.5':
|
|
13366
|
-
optional: true
|
|
13367
|
-
|
|
13368
13089
|
'@esbuild/android-arm@0.25.12':
|
|
13369
13090
|
optional: true
|
|
13370
13091
|
|
|
13371
|
-
'@esbuild/android-x64@0.18.20':
|
|
13372
|
-
optional: true
|
|
13373
|
-
|
|
13374
|
-
'@esbuild/android-x64@0.21.5':
|
|
13375
|
-
optional: true
|
|
13376
|
-
|
|
13377
13092
|
'@esbuild/android-x64@0.25.12':
|
|
13378
13093
|
optional: true
|
|
13379
13094
|
|
|
13380
|
-
'@esbuild/darwin-arm64@0.18.20':
|
|
13381
|
-
optional: true
|
|
13382
|
-
|
|
13383
|
-
'@esbuild/darwin-arm64@0.21.5':
|
|
13384
|
-
optional: true
|
|
13385
|
-
|
|
13386
13095
|
'@esbuild/darwin-arm64@0.25.12':
|
|
13387
13096
|
optional: true
|
|
13388
13097
|
|
|
13389
|
-
'@esbuild/darwin-x64@0.18.20':
|
|
13390
|
-
optional: true
|
|
13391
|
-
|
|
13392
|
-
'@esbuild/darwin-x64@0.21.5':
|
|
13393
|
-
optional: true
|
|
13394
|
-
|
|
13395
13098
|
'@esbuild/darwin-x64@0.25.12':
|
|
13396
13099
|
optional: true
|
|
13397
13100
|
|
|
13398
|
-
'@esbuild/freebsd-arm64@0.18.20':
|
|
13399
|
-
optional: true
|
|
13400
|
-
|
|
13401
|
-
'@esbuild/freebsd-arm64@0.21.5':
|
|
13402
|
-
optional: true
|
|
13403
|
-
|
|
13404
13101
|
'@esbuild/freebsd-arm64@0.25.12':
|
|
13405
13102
|
optional: true
|
|
13406
13103
|
|
|
13407
|
-
'@esbuild/freebsd-x64@0.18.20':
|
|
13408
|
-
optional: true
|
|
13409
|
-
|
|
13410
|
-
'@esbuild/freebsd-x64@0.21.5':
|
|
13411
|
-
optional: true
|
|
13412
|
-
|
|
13413
13104
|
'@esbuild/freebsd-x64@0.25.12':
|
|
13414
13105
|
optional: true
|
|
13415
13106
|
|
|
13416
|
-
'@esbuild/linux-arm64@0.18.20':
|
|
13417
|
-
optional: true
|
|
13418
|
-
|
|
13419
|
-
'@esbuild/linux-arm64@0.21.5':
|
|
13420
|
-
optional: true
|
|
13421
|
-
|
|
13422
13107
|
'@esbuild/linux-arm64@0.25.12':
|
|
13423
13108
|
optional: true
|
|
13424
13109
|
|
|
13425
|
-
'@esbuild/linux-arm@0.18.20':
|
|
13426
|
-
optional: true
|
|
13427
|
-
|
|
13428
|
-
'@esbuild/linux-arm@0.21.5':
|
|
13429
|
-
optional: true
|
|
13430
|
-
|
|
13431
13110
|
'@esbuild/linux-arm@0.25.12':
|
|
13432
13111
|
optional: true
|
|
13433
13112
|
|
|
13434
|
-
'@esbuild/linux-ia32@0.18.20':
|
|
13435
|
-
optional: true
|
|
13436
|
-
|
|
13437
|
-
'@esbuild/linux-ia32@0.21.5':
|
|
13438
|
-
optional: true
|
|
13439
|
-
|
|
13440
13113
|
'@esbuild/linux-ia32@0.25.12':
|
|
13441
13114
|
optional: true
|
|
13442
13115
|
|
|
13443
|
-
'@esbuild/linux-loong64@0.18.20':
|
|
13444
|
-
optional: true
|
|
13445
|
-
|
|
13446
|
-
'@esbuild/linux-loong64@0.21.5':
|
|
13447
|
-
optional: true
|
|
13448
|
-
|
|
13449
13116
|
'@esbuild/linux-loong64@0.25.12':
|
|
13450
13117
|
optional: true
|
|
13451
13118
|
|
|
13452
|
-
'@esbuild/linux-mips64el@0.18.20':
|
|
13453
|
-
optional: true
|
|
13454
|
-
|
|
13455
|
-
'@esbuild/linux-mips64el@0.21.5':
|
|
13456
|
-
optional: true
|
|
13457
|
-
|
|
13458
13119
|
'@esbuild/linux-mips64el@0.25.12':
|
|
13459
13120
|
optional: true
|
|
13460
13121
|
|
|
13461
|
-
'@esbuild/linux-ppc64@0.18.20':
|
|
13462
|
-
optional: true
|
|
13463
|
-
|
|
13464
|
-
'@esbuild/linux-ppc64@0.21.5':
|
|
13465
|
-
optional: true
|
|
13466
|
-
|
|
13467
13122
|
'@esbuild/linux-ppc64@0.25.12':
|
|
13468
13123
|
optional: true
|
|
13469
13124
|
|
|
13470
|
-
'@esbuild/linux-riscv64@0.18.20':
|
|
13471
|
-
optional: true
|
|
13472
|
-
|
|
13473
|
-
'@esbuild/linux-riscv64@0.21.5':
|
|
13474
|
-
optional: true
|
|
13475
|
-
|
|
13476
13125
|
'@esbuild/linux-riscv64@0.25.12':
|
|
13477
13126
|
optional: true
|
|
13478
13127
|
|
|
13479
|
-
'@esbuild/linux-s390x@0.18.20':
|
|
13480
|
-
optional: true
|
|
13481
|
-
|
|
13482
|
-
'@esbuild/linux-s390x@0.21.5':
|
|
13483
|
-
optional: true
|
|
13484
|
-
|
|
13485
13128
|
'@esbuild/linux-s390x@0.25.12':
|
|
13486
13129
|
optional: true
|
|
13487
13130
|
|
|
13488
|
-
'@esbuild/linux-x64@0.18.20':
|
|
13489
|
-
optional: true
|
|
13490
|
-
|
|
13491
|
-
'@esbuild/linux-x64@0.21.5':
|
|
13492
|
-
optional: true
|
|
13493
|
-
|
|
13494
13131
|
'@esbuild/linux-x64@0.25.12':
|
|
13495
13132
|
optional: true
|
|
13496
13133
|
|
|
13497
13134
|
'@esbuild/netbsd-arm64@0.25.12':
|
|
13498
13135
|
optional: true
|
|
13499
13136
|
|
|
13500
|
-
'@esbuild/netbsd-x64@0.18.20':
|
|
13501
|
-
optional: true
|
|
13502
|
-
|
|
13503
|
-
'@esbuild/netbsd-x64@0.21.5':
|
|
13504
|
-
optional: true
|
|
13505
|
-
|
|
13506
13137
|
'@esbuild/netbsd-x64@0.25.12':
|
|
13507
13138
|
optional: true
|
|
13508
13139
|
|
|
13509
13140
|
'@esbuild/openbsd-arm64@0.25.12':
|
|
13510
13141
|
optional: true
|
|
13511
13142
|
|
|
13512
|
-
'@esbuild/openbsd-x64@0.18.20':
|
|
13513
|
-
optional: true
|
|
13514
|
-
|
|
13515
|
-
'@esbuild/openbsd-x64@0.21.5':
|
|
13516
|
-
optional: true
|
|
13517
|
-
|
|
13518
13143
|
'@esbuild/openbsd-x64@0.25.12':
|
|
13519
13144
|
optional: true
|
|
13520
13145
|
|
|
13521
13146
|
'@esbuild/openharmony-arm64@0.25.12':
|
|
13522
13147
|
optional: true
|
|
13523
13148
|
|
|
13524
|
-
'@esbuild/sunos-x64@0.18.20':
|
|
13525
|
-
optional: true
|
|
13526
|
-
|
|
13527
|
-
'@esbuild/sunos-x64@0.21.5':
|
|
13528
|
-
optional: true
|
|
13529
|
-
|
|
13530
13149
|
'@esbuild/sunos-x64@0.25.12':
|
|
13531
13150
|
optional: true
|
|
13532
13151
|
|
|
13533
|
-
'@esbuild/win32-arm64@0.18.20':
|
|
13534
|
-
optional: true
|
|
13535
|
-
|
|
13536
|
-
'@esbuild/win32-arm64@0.21.5':
|
|
13537
|
-
optional: true
|
|
13538
|
-
|
|
13539
13152
|
'@esbuild/win32-arm64@0.25.12':
|
|
13540
13153
|
optional: true
|
|
13541
13154
|
|
|
13542
|
-
'@esbuild/win32-ia32@0.18.20':
|
|
13543
|
-
optional: true
|
|
13544
|
-
|
|
13545
|
-
'@esbuild/win32-ia32@0.21.5':
|
|
13546
|
-
optional: true
|
|
13547
|
-
|
|
13548
13155
|
'@esbuild/win32-ia32@0.25.12':
|
|
13549
13156
|
optional: true
|
|
13550
13157
|
|
|
13551
|
-
'@esbuild/win32-x64@0.18.20':
|
|
13552
|
-
optional: true
|
|
13553
|
-
|
|
13554
|
-
'@esbuild/win32-x64@0.21.5':
|
|
13555
|
-
optional: true
|
|
13556
|
-
|
|
13557
13158
|
'@esbuild/win32-x64@0.25.12':
|
|
13558
13159
|
optional: true
|
|
13559
13160
|
|
|
@@ -14435,6 +14036,8 @@ snapshots:
|
|
|
14435
14036
|
'@pkgjs/parseargs@0.11.0':
|
|
14436
14037
|
optional: true
|
|
14437
14038
|
|
|
14039
|
+
'@pkgr/core@0.3.6': {}
|
|
14040
|
+
|
|
14438
14041
|
'@protobufjs/aspromise@1.1.2': {}
|
|
14439
14042
|
|
|
14440
14043
|
'@protobufjs/base64@1.1.2': {}
|
|
@@ -15212,7 +14815,7 @@ snapshots:
|
|
|
15212
14815
|
debug: 4.4.3
|
|
15213
14816
|
dotenv: 16.6.1
|
|
15214
14817
|
dotenv-expand: 11.0.7
|
|
15215
|
-
esbuild: 0.
|
|
14818
|
+
esbuild: 0.25.12
|
|
15216
14819
|
find-yarn-workspace-root: 2.0.0
|
|
15217
14820
|
fs-extra: 11.3.3
|
|
15218
14821
|
lodash: 4.17.21
|
|
@@ -15589,7 +15192,7 @@ snapshots:
|
|
|
15589
15192
|
|
|
15590
15193
|
'@types/better-sqlite3@7.6.13':
|
|
15591
15194
|
dependencies:
|
|
15592
|
-
'@types/node':
|
|
15195
|
+
'@types/node': 24.12.4
|
|
15593
15196
|
optional: true
|
|
15594
15197
|
|
|
15595
15198
|
'@types/body-parser@1.19.6':
|
|
@@ -15676,7 +15279,7 @@ snapshots:
|
|
|
15676
15279
|
'@types/postcss-url@10.0.4':
|
|
15677
15280
|
dependencies:
|
|
15678
15281
|
'@types/node': 24.12.4
|
|
15679
|
-
postcss: 8.5.
|
|
15282
|
+
postcss: 8.5.8
|
|
15680
15283
|
|
|
15681
15284
|
'@types/prop-types@15.7.15': {}
|
|
15682
15285
|
|
|
@@ -15875,23 +15478,23 @@ snapshots:
|
|
|
15875
15478
|
consola: 3.4.2
|
|
15876
15479
|
picocolors: 1.1.1
|
|
15877
15480
|
|
|
15878
|
-
'@weapp-tailwindcss/postcss-calc@1.0.0(postcss@8.5.
|
|
15481
|
+
'@weapp-tailwindcss/postcss-calc@1.0.0(postcss@8.5.8)':
|
|
15879
15482
|
dependencies:
|
|
15880
|
-
postcss: 8.5.
|
|
15483
|
+
postcss: 8.5.8
|
|
15881
15484
|
postcss-selector-parser: 7.1.1
|
|
15882
15485
|
postcss-value-parser: 4.2.0
|
|
15883
15486
|
|
|
15884
15487
|
'@weapp-tailwindcss/postcss@2.1.5':
|
|
15885
15488
|
dependencies:
|
|
15886
15489
|
'@weapp-core/escape': 7.0.0
|
|
15887
|
-
'@weapp-tailwindcss/postcss-calc': 1.0.0(postcss@8.5.
|
|
15490
|
+
'@weapp-tailwindcss/postcss-calc': 1.0.0(postcss@8.5.8)
|
|
15888
15491
|
'@weapp-tailwindcss/shared': 1.1.2
|
|
15889
|
-
postcss: 8.5.
|
|
15890
|
-
postcss-preset-env: 10.6.1(postcss@8.5.
|
|
15891
|
-
postcss-pxtrans: 1.0.1(postcss@8.5.
|
|
15892
|
-
postcss-rem-to-responsive-pixel: 7.0.1(postcss@8.5.
|
|
15492
|
+
postcss: 8.5.8
|
|
15493
|
+
postcss-preset-env: 10.6.1(postcss@8.5.8)
|
|
15494
|
+
postcss-pxtrans: 1.0.1(postcss@8.5.8)
|
|
15495
|
+
postcss-rem-to-responsive-pixel: 7.0.1(postcss@8.5.8)
|
|
15893
15496
|
postcss-selector-parser: 7.1.1
|
|
15894
|
-
postcss-units-to-px: 0.2.0(postcss@8.5.
|
|
15497
|
+
postcss-units-to-px: 0.2.0(postcss@8.5.8)
|
|
15895
15498
|
postcss-value-parser: 4.2.0
|
|
15896
15499
|
|
|
15897
15500
|
'@weapp-tailwindcss/shared@1.1.2':
|
|
@@ -16269,6 +15872,15 @@ snapshots:
|
|
|
16269
15872
|
postcss: 8.5.6
|
|
16270
15873
|
postcss-value-parser: 4.2.0
|
|
16271
15874
|
|
|
15875
|
+
autoprefixer@10.4.23(postcss@8.5.8):
|
|
15876
|
+
dependencies:
|
|
15877
|
+
browserslist: 4.28.1
|
|
15878
|
+
caniuse-lite: 1.0.30001764
|
|
15879
|
+
fraction.js: 5.3.4
|
|
15880
|
+
picocolors: 1.1.1
|
|
15881
|
+
postcss: 8.5.8
|
|
15882
|
+
postcss-value-parser: 4.2.0
|
|
15883
|
+
|
|
16272
15884
|
available-typed-arrays@1.0.7:
|
|
16273
15885
|
dependencies:
|
|
16274
15886
|
possible-typed-array-names: 1.1.0
|
|
@@ -17586,9 +17198,9 @@ snapshots:
|
|
|
17586
17198
|
shebang-command: 2.0.0
|
|
17587
17199
|
which: 2.0.2
|
|
17588
17200
|
|
|
17589
|
-
css-blank-pseudo@7.0.1(postcss@8.5.
|
|
17201
|
+
css-blank-pseudo@7.0.1(postcss@8.5.8):
|
|
17590
17202
|
dependencies:
|
|
17591
|
-
postcss: 8.5.
|
|
17203
|
+
postcss: 8.5.8
|
|
17592
17204
|
postcss-selector-parser: 7.1.1
|
|
17593
17205
|
|
|
17594
17206
|
css-declaration-sorter@6.4.1(postcss@8.5.6):
|
|
@@ -17597,16 +17209,16 @@ snapshots:
|
|
|
17597
17209
|
|
|
17598
17210
|
css-functions-list@3.2.3: {}
|
|
17599
17211
|
|
|
17600
|
-
css-has-pseudo@7.0.3(postcss@8.5.
|
|
17212
|
+
css-has-pseudo@7.0.3(postcss@8.5.8):
|
|
17601
17213
|
dependencies:
|
|
17602
17214
|
'@csstools/selector-specificity': 5.0.0(postcss-selector-parser@7.1.1)
|
|
17603
|
-
postcss: 8.5.
|
|
17215
|
+
postcss: 8.5.8
|
|
17604
17216
|
postcss-selector-parser: 7.1.1
|
|
17605
17217
|
postcss-value-parser: 4.2.0
|
|
17606
17218
|
|
|
17607
|
-
css-prefers-color-scheme@10.0.0(postcss@8.5.
|
|
17219
|
+
css-prefers-color-scheme@10.0.0(postcss@8.5.8):
|
|
17608
17220
|
dependencies:
|
|
17609
|
-
postcss: 8.5.
|
|
17221
|
+
postcss: 8.5.8
|
|
17610
17222
|
|
|
17611
17223
|
css-select@4.3.0:
|
|
17612
17224
|
dependencies:
|
|
@@ -18153,57 +17765,6 @@ snapshots:
|
|
|
18153
17765
|
transitivePeerDependencies:
|
|
18154
17766
|
- supports-color
|
|
18155
17767
|
|
|
18156
|
-
esbuild@0.18.20:
|
|
18157
|
-
optionalDependencies:
|
|
18158
|
-
'@esbuild/android-arm': 0.18.20
|
|
18159
|
-
'@esbuild/android-arm64': 0.18.20
|
|
18160
|
-
'@esbuild/android-x64': 0.18.20
|
|
18161
|
-
'@esbuild/darwin-arm64': 0.18.20
|
|
18162
|
-
'@esbuild/darwin-x64': 0.18.20
|
|
18163
|
-
'@esbuild/freebsd-arm64': 0.18.20
|
|
18164
|
-
'@esbuild/freebsd-x64': 0.18.20
|
|
18165
|
-
'@esbuild/linux-arm': 0.18.20
|
|
18166
|
-
'@esbuild/linux-arm64': 0.18.20
|
|
18167
|
-
'@esbuild/linux-ia32': 0.18.20
|
|
18168
|
-
'@esbuild/linux-loong64': 0.18.20
|
|
18169
|
-
'@esbuild/linux-mips64el': 0.18.20
|
|
18170
|
-
'@esbuild/linux-ppc64': 0.18.20
|
|
18171
|
-
'@esbuild/linux-riscv64': 0.18.20
|
|
18172
|
-
'@esbuild/linux-s390x': 0.18.20
|
|
18173
|
-
'@esbuild/linux-x64': 0.18.20
|
|
18174
|
-
'@esbuild/netbsd-x64': 0.18.20
|
|
18175
|
-
'@esbuild/openbsd-x64': 0.18.20
|
|
18176
|
-
'@esbuild/sunos-x64': 0.18.20
|
|
18177
|
-
'@esbuild/win32-arm64': 0.18.20
|
|
18178
|
-
'@esbuild/win32-ia32': 0.18.20
|
|
18179
|
-
'@esbuild/win32-x64': 0.18.20
|
|
18180
|
-
|
|
18181
|
-
esbuild@0.21.5:
|
|
18182
|
-
optionalDependencies:
|
|
18183
|
-
'@esbuild/aix-ppc64': 0.21.5
|
|
18184
|
-
'@esbuild/android-arm': 0.21.5
|
|
18185
|
-
'@esbuild/android-arm64': 0.21.5
|
|
18186
|
-
'@esbuild/android-x64': 0.21.5
|
|
18187
|
-
'@esbuild/darwin-arm64': 0.21.5
|
|
18188
|
-
'@esbuild/darwin-x64': 0.21.5
|
|
18189
|
-
'@esbuild/freebsd-arm64': 0.21.5
|
|
18190
|
-
'@esbuild/freebsd-x64': 0.21.5
|
|
18191
|
-
'@esbuild/linux-arm': 0.21.5
|
|
18192
|
-
'@esbuild/linux-arm64': 0.21.5
|
|
18193
|
-
'@esbuild/linux-ia32': 0.21.5
|
|
18194
|
-
'@esbuild/linux-loong64': 0.21.5
|
|
18195
|
-
'@esbuild/linux-mips64el': 0.21.5
|
|
18196
|
-
'@esbuild/linux-ppc64': 0.21.5
|
|
18197
|
-
'@esbuild/linux-riscv64': 0.21.5
|
|
18198
|
-
'@esbuild/linux-s390x': 0.21.5
|
|
18199
|
-
'@esbuild/linux-x64': 0.21.5
|
|
18200
|
-
'@esbuild/netbsd-x64': 0.21.5
|
|
18201
|
-
'@esbuild/openbsd-x64': 0.21.5
|
|
18202
|
-
'@esbuild/sunos-x64': 0.21.5
|
|
18203
|
-
'@esbuild/win32-arm64': 0.21.5
|
|
18204
|
-
'@esbuild/win32-ia32': 0.21.5
|
|
18205
|
-
'@esbuild/win32-x64': 0.21.5
|
|
18206
|
-
|
|
18207
17768
|
esbuild@0.25.12:
|
|
18208
17769
|
optionalDependencies:
|
|
18209
17770
|
'@esbuild/aix-ppc64': 0.25.12
|
|
@@ -18331,10 +17892,12 @@ snapshots:
|
|
|
18331
17892
|
string.prototype.matchall: 4.0.12
|
|
18332
17893
|
string.prototype.repeat: 1.0.0
|
|
18333
17894
|
|
|
18334
|
-
eslint-plugin-tailwindcss@3.18.
|
|
17895
|
+
eslint-plugin-tailwindcss@3.18.3(tailwindcss@4.1.18):
|
|
18335
17896
|
dependencies:
|
|
18336
17897
|
fast-glob: 3.3.3
|
|
18337
|
-
postcss: 8.5.
|
|
17898
|
+
postcss: 8.5.8
|
|
17899
|
+
synckit: 0.11.13
|
|
17900
|
+
tailwind-api-utils: 1.0.3(tailwindcss@4.1.18)
|
|
18338
17901
|
tailwindcss: 4.1.18
|
|
18339
17902
|
|
|
18340
17903
|
eslint-scope@5.1.1:
|
|
@@ -21016,9 +20579,9 @@ snapshots:
|
|
|
21016
20579
|
|
|
21017
20580
|
possible-typed-array-names@1.1.0: {}
|
|
21018
20581
|
|
|
21019
|
-
postcss-attribute-case-insensitive@7.0.1(postcss@8.5.
|
|
20582
|
+
postcss-attribute-case-insensitive@7.0.1(postcss@8.5.8):
|
|
21020
20583
|
dependencies:
|
|
21021
|
-
postcss: 8.5.
|
|
20584
|
+
postcss: 8.5.8
|
|
21022
20585
|
postcss-selector-parser: 7.1.1
|
|
21023
20586
|
|
|
21024
20587
|
postcss-calc@8.2.4(postcss@8.5.6):
|
|
@@ -21027,30 +20590,30 @@ snapshots:
|
|
|
21027
20590
|
postcss-selector-parser: 6.1.2
|
|
21028
20591
|
postcss-value-parser: 4.2.0
|
|
21029
20592
|
|
|
21030
|
-
postcss-clamp@4.1.0(postcss@8.5.
|
|
20593
|
+
postcss-clamp@4.1.0(postcss@8.5.8):
|
|
21031
20594
|
dependencies:
|
|
21032
|
-
postcss: 8.5.
|
|
20595
|
+
postcss: 8.5.8
|
|
21033
20596
|
postcss-value-parser: 4.2.0
|
|
21034
20597
|
|
|
21035
|
-
postcss-color-functional-notation@7.0.12(postcss@8.5.
|
|
20598
|
+
postcss-color-functional-notation@7.0.12(postcss@8.5.8):
|
|
21036
20599
|
dependencies:
|
|
21037
20600
|
'@csstools/css-color-parser': 3.1.0(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
|
|
21038
20601
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
21039
20602
|
'@csstools/css-tokenizer': 3.0.4
|
|
21040
|
-
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.
|
|
21041
|
-
'@csstools/utilities': 2.0.0(postcss@8.5.
|
|
21042
|
-
postcss: 8.5.
|
|
20603
|
+
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.8)
|
|
20604
|
+
'@csstools/utilities': 2.0.0(postcss@8.5.8)
|
|
20605
|
+
postcss: 8.5.8
|
|
21043
20606
|
|
|
21044
|
-
postcss-color-hex-alpha@10.0.0(postcss@8.5.
|
|
20607
|
+
postcss-color-hex-alpha@10.0.0(postcss@8.5.8):
|
|
21045
20608
|
dependencies:
|
|
21046
|
-
'@csstools/utilities': 2.0.0(postcss@8.5.
|
|
21047
|
-
postcss: 8.5.
|
|
20609
|
+
'@csstools/utilities': 2.0.0(postcss@8.5.8)
|
|
20610
|
+
postcss: 8.5.8
|
|
21048
20611
|
postcss-value-parser: 4.2.0
|
|
21049
20612
|
|
|
21050
|
-
postcss-color-rebeccapurple@10.0.0(postcss@8.5.
|
|
20613
|
+
postcss-color-rebeccapurple@10.0.0(postcss@8.5.8):
|
|
21051
20614
|
dependencies:
|
|
21052
|
-
'@csstools/utilities': 2.0.0(postcss@8.5.
|
|
21053
|
-
postcss: 8.5.
|
|
20615
|
+
'@csstools/utilities': 2.0.0(postcss@8.5.8)
|
|
20616
|
+
postcss: 8.5.8
|
|
21054
20617
|
postcss-value-parser: 4.2.0
|
|
21055
20618
|
|
|
21056
20619
|
postcss-colormin@5.3.1(postcss@8.5.6):
|
|
@@ -21074,34 +20637,34 @@ snapshots:
|
|
|
21074
20637
|
extend: 3.0.2
|
|
21075
20638
|
postcss: 8.5.6
|
|
21076
20639
|
|
|
21077
|
-
postcss-custom-media@11.0.6(postcss@8.5.
|
|
20640
|
+
postcss-custom-media@11.0.6(postcss@8.5.8):
|
|
21078
20641
|
dependencies:
|
|
21079
20642
|
'@csstools/cascade-layer-name-parser': 2.0.5(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
|
|
21080
20643
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
21081
20644
|
'@csstools/css-tokenizer': 3.0.4
|
|
21082
20645
|
'@csstools/media-query-list-parser': 4.0.3(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
|
|
21083
|
-
postcss: 8.5.
|
|
20646
|
+
postcss: 8.5.8
|
|
21084
20647
|
|
|
21085
|
-
postcss-custom-properties@14.0.6(postcss@8.5.
|
|
20648
|
+
postcss-custom-properties@14.0.6(postcss@8.5.8):
|
|
21086
20649
|
dependencies:
|
|
21087
20650
|
'@csstools/cascade-layer-name-parser': 2.0.5(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
|
|
21088
20651
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
21089
20652
|
'@csstools/css-tokenizer': 3.0.4
|
|
21090
|
-
'@csstools/utilities': 2.0.0(postcss@8.5.
|
|
21091
|
-
postcss: 8.5.
|
|
20653
|
+
'@csstools/utilities': 2.0.0(postcss@8.5.8)
|
|
20654
|
+
postcss: 8.5.8
|
|
21092
20655
|
postcss-value-parser: 4.2.0
|
|
21093
20656
|
|
|
21094
|
-
postcss-custom-selectors@8.0.5(postcss@8.5.
|
|
20657
|
+
postcss-custom-selectors@8.0.5(postcss@8.5.8):
|
|
21095
20658
|
dependencies:
|
|
21096
20659
|
'@csstools/cascade-layer-name-parser': 2.0.5(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
|
|
21097
20660
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
21098
20661
|
'@csstools/css-tokenizer': 3.0.4
|
|
21099
|
-
postcss: 8.5.
|
|
20662
|
+
postcss: 8.5.8
|
|
21100
20663
|
postcss-selector-parser: 7.1.1
|
|
21101
20664
|
|
|
21102
|
-
postcss-dir-pseudo-class@9.0.1(postcss@8.5.
|
|
20665
|
+
postcss-dir-pseudo-class@9.0.1(postcss@8.5.8):
|
|
21103
20666
|
dependencies:
|
|
21104
|
-
postcss: 8.5.
|
|
20667
|
+
postcss: 8.5.8
|
|
21105
20668
|
postcss-selector-parser: 7.1.1
|
|
21106
20669
|
|
|
21107
20670
|
postcss-discard-comments@5.1.2(postcss@8.5.6):
|
|
@@ -21120,39 +20683,39 @@ snapshots:
|
|
|
21120
20683
|
dependencies:
|
|
21121
20684
|
postcss: 8.5.6
|
|
21122
20685
|
|
|
21123
|
-
postcss-double-position-gradients@6.0.4(postcss@8.5.
|
|
20686
|
+
postcss-double-position-gradients@6.0.4(postcss@8.5.8):
|
|
21124
20687
|
dependencies:
|
|
21125
|
-
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.
|
|
21126
|
-
'@csstools/utilities': 2.0.0(postcss@8.5.
|
|
21127
|
-
postcss: 8.5.
|
|
20688
|
+
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.8)
|
|
20689
|
+
'@csstools/utilities': 2.0.0(postcss@8.5.8)
|
|
20690
|
+
postcss: 8.5.8
|
|
21128
20691
|
postcss-value-parser: 4.2.0
|
|
21129
20692
|
|
|
21130
|
-
postcss-focus-visible@10.0.1(postcss@8.5.
|
|
20693
|
+
postcss-focus-visible@10.0.1(postcss@8.5.8):
|
|
21131
20694
|
dependencies:
|
|
21132
|
-
postcss: 8.5.
|
|
20695
|
+
postcss: 8.5.8
|
|
21133
20696
|
postcss-selector-parser: 7.1.1
|
|
21134
20697
|
|
|
21135
|
-
postcss-focus-within@9.0.1(postcss@8.5.
|
|
20698
|
+
postcss-focus-within@9.0.1(postcss@8.5.8):
|
|
21136
20699
|
dependencies:
|
|
21137
|
-
postcss: 8.5.
|
|
20700
|
+
postcss: 8.5.8
|
|
21138
20701
|
postcss-selector-parser: 7.1.1
|
|
21139
20702
|
|
|
21140
|
-
postcss-font-variant@5.0.0(postcss@8.5.
|
|
20703
|
+
postcss-font-variant@5.0.0(postcss@8.5.8):
|
|
21141
20704
|
dependencies:
|
|
21142
|
-
postcss: 8.5.
|
|
20705
|
+
postcss: 8.5.8
|
|
21143
20706
|
|
|
21144
|
-
postcss-gap-properties@6.0.0(postcss@8.5.
|
|
20707
|
+
postcss-gap-properties@6.0.0(postcss@8.5.8):
|
|
21145
20708
|
dependencies:
|
|
21146
|
-
postcss: 8.5.
|
|
20709
|
+
postcss: 8.5.8
|
|
21147
20710
|
|
|
21148
20711
|
postcss-html-transform@4.1.9(postcss@8.5.6):
|
|
21149
20712
|
dependencies:
|
|
21150
20713
|
postcss: 8.5.6
|
|
21151
20714
|
|
|
21152
|
-
postcss-image-set-function@7.0.0(postcss@8.5.
|
|
20715
|
+
postcss-image-set-function@7.0.0(postcss@8.5.8):
|
|
21153
20716
|
dependencies:
|
|
21154
|
-
'@csstools/utilities': 2.0.0(postcss@8.5.
|
|
21155
|
-
postcss: 8.5.
|
|
20717
|
+
'@csstools/utilities': 2.0.0(postcss@8.5.8)
|
|
20718
|
+
postcss: 8.5.8
|
|
21156
20719
|
postcss-value-parser: 4.2.0
|
|
21157
20720
|
|
|
21158
20721
|
postcss-import@16.1.1(postcss@8.5.6):
|
|
@@ -21162,14 +20725,14 @@ snapshots:
|
|
|
21162
20725
|
read-cache: 1.0.0
|
|
21163
20726
|
resolve: 1.22.11
|
|
21164
20727
|
|
|
21165
|
-
postcss-lab-function@7.0.12(postcss@8.5.
|
|
20728
|
+
postcss-lab-function@7.0.12(postcss@8.5.8):
|
|
21166
20729
|
dependencies:
|
|
21167
20730
|
'@csstools/css-color-parser': 3.1.0(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
|
|
21168
20731
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
21169
20732
|
'@csstools/css-tokenizer': 3.0.4
|
|
21170
|
-
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.
|
|
21171
|
-
'@csstools/utilities': 2.0.0(postcss@8.5.
|
|
21172
|
-
postcss: 8.5.
|
|
20733
|
+
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.8)
|
|
20734
|
+
'@csstools/utilities': 2.0.0(postcss@8.5.8)
|
|
20735
|
+
postcss: 8.5.8
|
|
21173
20736
|
|
|
21174
20737
|
postcss-load-config@5.1.0(jiti@2.6.1)(postcss@8.5.6):
|
|
21175
20738
|
dependencies:
|
|
@@ -21179,9 +20742,9 @@ snapshots:
|
|
|
21179
20742
|
jiti: 2.6.1
|
|
21180
20743
|
postcss: 8.5.6
|
|
21181
20744
|
|
|
21182
|
-
postcss-logical@8.1.0(postcss@8.5.
|
|
20745
|
+
postcss-logical@8.1.0(postcss@8.5.8):
|
|
21183
20746
|
dependencies:
|
|
21184
|
-
postcss: 8.5.
|
|
20747
|
+
postcss: 8.5.8
|
|
21185
20748
|
postcss-value-parser: 4.2.0
|
|
21186
20749
|
|
|
21187
20750
|
postcss-merge-longhand@5.1.7(postcss@8.5.6):
|
|
@@ -21255,11 +20818,11 @@ snapshots:
|
|
|
21255
20818
|
postcss-modules-values: 4.0.0(postcss@8.5.6)
|
|
21256
20819
|
string-hash: 1.1.3
|
|
21257
20820
|
|
|
21258
|
-
postcss-nesting@13.0.2(postcss@8.5.
|
|
20821
|
+
postcss-nesting@13.0.2(postcss@8.5.8):
|
|
21259
20822
|
dependencies:
|
|
21260
20823
|
'@csstools/selector-resolve-nested': 3.1.0(postcss-selector-parser@7.1.1)
|
|
21261
20824
|
'@csstools/selector-specificity': 5.0.0(postcss-selector-parser@7.1.1)
|
|
21262
|
-
postcss: 8.5.
|
|
20825
|
+
postcss: 8.5.8
|
|
21263
20826
|
postcss-selector-parser: 7.1.1
|
|
21264
20827
|
|
|
21265
20828
|
postcss-normalize-charset@5.1.0(postcss@8.5.6):
|
|
@@ -21308,9 +20871,9 @@ snapshots:
|
|
|
21308
20871
|
postcss: 8.5.6
|
|
21309
20872
|
postcss-value-parser: 4.2.0
|
|
21310
20873
|
|
|
21311
|
-
postcss-opacity-percentage@3.0.0(postcss@8.5.
|
|
20874
|
+
postcss-opacity-percentage@3.0.0(postcss@8.5.8):
|
|
21312
20875
|
dependencies:
|
|
21313
|
-
postcss: 8.5.
|
|
20876
|
+
postcss: 8.5.8
|
|
21314
20877
|
|
|
21315
20878
|
postcss-ordered-values@5.1.3(postcss@8.5.6):
|
|
21316
20879
|
dependencies:
|
|
@@ -21318,113 +20881,113 @@ snapshots:
|
|
|
21318
20881
|
postcss: 8.5.6
|
|
21319
20882
|
postcss-value-parser: 4.2.0
|
|
21320
20883
|
|
|
21321
|
-
postcss-overflow-shorthand@6.0.0(postcss@8.5.
|
|
20884
|
+
postcss-overflow-shorthand@6.0.0(postcss@8.5.8):
|
|
21322
20885
|
dependencies:
|
|
21323
|
-
postcss: 8.5.
|
|
20886
|
+
postcss: 8.5.8
|
|
21324
20887
|
postcss-value-parser: 4.2.0
|
|
21325
20888
|
|
|
21326
|
-
postcss-page-break@3.0.4(postcss@8.5.
|
|
20889
|
+
postcss-page-break@3.0.4(postcss@8.5.8):
|
|
21327
20890
|
dependencies:
|
|
21328
|
-
postcss: 8.5.
|
|
20891
|
+
postcss: 8.5.8
|
|
21329
20892
|
|
|
21330
|
-
postcss-place@10.0.0(postcss@8.5.
|
|
20893
|
+
postcss-place@10.0.0(postcss@8.5.8):
|
|
21331
20894
|
dependencies:
|
|
21332
|
-
postcss: 8.5.
|
|
20895
|
+
postcss: 8.5.8
|
|
21333
20896
|
postcss-value-parser: 4.2.0
|
|
21334
20897
|
|
|
21335
20898
|
postcss-plugin-constparse@4.1.9(postcss@8.5.6):
|
|
21336
20899
|
dependencies:
|
|
21337
20900
|
postcss: 8.5.6
|
|
21338
20901
|
|
|
21339
|
-
postcss-plugin-shared@1.1.1(postcss@8.5.
|
|
20902
|
+
postcss-plugin-shared@1.1.1(postcss@8.5.8):
|
|
21340
20903
|
dependencies:
|
|
21341
20904
|
defu: 6.1.4
|
|
21342
|
-
postcss: 8.5.
|
|
20905
|
+
postcss: 8.5.8
|
|
21343
20906
|
|
|
21344
|
-
postcss-preset-env@10.6.1(postcss@8.5.
|
|
21345
|
-
dependencies:
|
|
21346
|
-
'@csstools/postcss-alpha-function': 1.0.1(postcss@8.5.
|
|
21347
|
-
'@csstools/postcss-cascade-layers': 5.0.2(postcss@8.5.
|
|
21348
|
-
'@csstools/postcss-color-function': 4.0.12(postcss@8.5.
|
|
21349
|
-
'@csstools/postcss-color-function-display-p3-linear': 1.0.1(postcss@8.5.
|
|
21350
|
-
'@csstools/postcss-color-mix-function': 3.0.12(postcss@8.5.
|
|
21351
|
-
'@csstools/postcss-color-mix-variadic-function-arguments': 1.0.2(postcss@8.5.
|
|
21352
|
-
'@csstools/postcss-content-alt-text': 2.0.8(postcss@8.5.
|
|
21353
|
-
'@csstools/postcss-contrast-color-function': 2.0.12(postcss@8.5.
|
|
21354
|
-
'@csstools/postcss-exponential-functions': 2.0.9(postcss@8.5.
|
|
21355
|
-
'@csstools/postcss-font-format-keywords': 4.0.0(postcss@8.5.
|
|
21356
|
-
'@csstools/postcss-gamut-mapping': 2.0.11(postcss@8.5.
|
|
21357
|
-
'@csstools/postcss-gradients-interpolation-method': 5.0.12(postcss@8.5.
|
|
21358
|
-
'@csstools/postcss-hwb-function': 4.0.12(postcss@8.5.
|
|
21359
|
-
'@csstools/postcss-ic-unit': 4.0.4(postcss@8.5.
|
|
21360
|
-
'@csstools/postcss-initial': 2.0.1(postcss@8.5.
|
|
21361
|
-
'@csstools/postcss-is-pseudo-class': 5.0.3(postcss@8.5.
|
|
21362
|
-
'@csstools/postcss-light-dark-function': 2.0.11(postcss@8.5.
|
|
21363
|
-
'@csstools/postcss-logical-float-and-clear': 3.0.0(postcss@8.5.
|
|
21364
|
-
'@csstools/postcss-logical-overflow': 2.0.0(postcss@8.5.
|
|
21365
|
-
'@csstools/postcss-logical-overscroll-behavior': 2.0.0(postcss@8.5.
|
|
21366
|
-
'@csstools/postcss-logical-resize': 3.0.0(postcss@8.5.
|
|
21367
|
-
'@csstools/postcss-logical-viewport-units': 3.0.4(postcss@8.5.
|
|
21368
|
-
'@csstools/postcss-media-minmax': 2.0.9(postcss@8.5.
|
|
21369
|
-
'@csstools/postcss-media-queries-aspect-ratio-number-values': 3.0.5(postcss@8.5.
|
|
21370
|
-
'@csstools/postcss-nested-calc': 4.0.0(postcss@8.5.
|
|
21371
|
-
'@csstools/postcss-normalize-display-values': 4.0.1(postcss@8.5.
|
|
21372
|
-
'@csstools/postcss-oklab-function': 4.0.12(postcss@8.5.
|
|
21373
|
-
'@csstools/postcss-position-area-property': 1.0.0(postcss@8.5.
|
|
21374
|
-
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.
|
|
21375
|
-
'@csstools/postcss-property-rule-prelude-list': 1.0.0(postcss@8.5.
|
|
21376
|
-
'@csstools/postcss-random-function': 2.0.1(postcss@8.5.
|
|
21377
|
-
'@csstools/postcss-relative-color-syntax': 3.0.12(postcss@8.5.
|
|
21378
|
-
'@csstools/postcss-scope-pseudo-class': 4.0.1(postcss@8.5.
|
|
21379
|
-
'@csstools/postcss-sign-functions': 1.1.4(postcss@8.5.
|
|
21380
|
-
'@csstools/postcss-stepped-value-functions': 4.0.9(postcss@8.5.
|
|
21381
|
-
'@csstools/postcss-syntax-descriptor-syntax-production': 1.0.1(postcss@8.5.
|
|
21382
|
-
'@csstools/postcss-system-ui-font-family': 1.0.0(postcss@8.5.
|
|
21383
|
-
'@csstools/postcss-text-decoration-shorthand': 4.0.3(postcss@8.5.
|
|
21384
|
-
'@csstools/postcss-trigonometric-functions': 4.0.9(postcss@8.5.
|
|
21385
|
-
'@csstools/postcss-unset-value': 4.0.0(postcss@8.5.
|
|
21386
|
-
autoprefixer: 10.4.23(postcss@8.5.
|
|
20907
|
+
postcss-preset-env@10.6.1(postcss@8.5.8):
|
|
20908
|
+
dependencies:
|
|
20909
|
+
'@csstools/postcss-alpha-function': 1.0.1(postcss@8.5.8)
|
|
20910
|
+
'@csstools/postcss-cascade-layers': 5.0.2(postcss@8.5.8)
|
|
20911
|
+
'@csstools/postcss-color-function': 4.0.12(postcss@8.5.8)
|
|
20912
|
+
'@csstools/postcss-color-function-display-p3-linear': 1.0.1(postcss@8.5.8)
|
|
20913
|
+
'@csstools/postcss-color-mix-function': 3.0.12(postcss@8.5.8)
|
|
20914
|
+
'@csstools/postcss-color-mix-variadic-function-arguments': 1.0.2(postcss@8.5.8)
|
|
20915
|
+
'@csstools/postcss-content-alt-text': 2.0.8(postcss@8.5.8)
|
|
20916
|
+
'@csstools/postcss-contrast-color-function': 2.0.12(postcss@8.5.8)
|
|
20917
|
+
'@csstools/postcss-exponential-functions': 2.0.9(postcss@8.5.8)
|
|
20918
|
+
'@csstools/postcss-font-format-keywords': 4.0.0(postcss@8.5.8)
|
|
20919
|
+
'@csstools/postcss-gamut-mapping': 2.0.11(postcss@8.5.8)
|
|
20920
|
+
'@csstools/postcss-gradients-interpolation-method': 5.0.12(postcss@8.5.8)
|
|
20921
|
+
'@csstools/postcss-hwb-function': 4.0.12(postcss@8.5.8)
|
|
20922
|
+
'@csstools/postcss-ic-unit': 4.0.4(postcss@8.5.8)
|
|
20923
|
+
'@csstools/postcss-initial': 2.0.1(postcss@8.5.8)
|
|
20924
|
+
'@csstools/postcss-is-pseudo-class': 5.0.3(postcss@8.5.8)
|
|
20925
|
+
'@csstools/postcss-light-dark-function': 2.0.11(postcss@8.5.8)
|
|
20926
|
+
'@csstools/postcss-logical-float-and-clear': 3.0.0(postcss@8.5.8)
|
|
20927
|
+
'@csstools/postcss-logical-overflow': 2.0.0(postcss@8.5.8)
|
|
20928
|
+
'@csstools/postcss-logical-overscroll-behavior': 2.0.0(postcss@8.5.8)
|
|
20929
|
+
'@csstools/postcss-logical-resize': 3.0.0(postcss@8.5.8)
|
|
20930
|
+
'@csstools/postcss-logical-viewport-units': 3.0.4(postcss@8.5.8)
|
|
20931
|
+
'@csstools/postcss-media-minmax': 2.0.9(postcss@8.5.8)
|
|
20932
|
+
'@csstools/postcss-media-queries-aspect-ratio-number-values': 3.0.5(postcss@8.5.8)
|
|
20933
|
+
'@csstools/postcss-nested-calc': 4.0.0(postcss@8.5.8)
|
|
20934
|
+
'@csstools/postcss-normalize-display-values': 4.0.1(postcss@8.5.8)
|
|
20935
|
+
'@csstools/postcss-oklab-function': 4.0.12(postcss@8.5.8)
|
|
20936
|
+
'@csstools/postcss-position-area-property': 1.0.0(postcss@8.5.8)
|
|
20937
|
+
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.8)
|
|
20938
|
+
'@csstools/postcss-property-rule-prelude-list': 1.0.0(postcss@8.5.8)
|
|
20939
|
+
'@csstools/postcss-random-function': 2.0.1(postcss@8.5.8)
|
|
20940
|
+
'@csstools/postcss-relative-color-syntax': 3.0.12(postcss@8.5.8)
|
|
20941
|
+
'@csstools/postcss-scope-pseudo-class': 4.0.1(postcss@8.5.8)
|
|
20942
|
+
'@csstools/postcss-sign-functions': 1.1.4(postcss@8.5.8)
|
|
20943
|
+
'@csstools/postcss-stepped-value-functions': 4.0.9(postcss@8.5.8)
|
|
20944
|
+
'@csstools/postcss-syntax-descriptor-syntax-production': 1.0.1(postcss@8.5.8)
|
|
20945
|
+
'@csstools/postcss-system-ui-font-family': 1.0.0(postcss@8.5.8)
|
|
20946
|
+
'@csstools/postcss-text-decoration-shorthand': 4.0.3(postcss@8.5.8)
|
|
20947
|
+
'@csstools/postcss-trigonometric-functions': 4.0.9(postcss@8.5.8)
|
|
20948
|
+
'@csstools/postcss-unset-value': 4.0.0(postcss@8.5.8)
|
|
20949
|
+
autoprefixer: 10.4.23(postcss@8.5.8)
|
|
21387
20950
|
browserslist: 4.28.1
|
|
21388
|
-
css-blank-pseudo: 7.0.1(postcss@8.5.
|
|
21389
|
-
css-has-pseudo: 7.0.3(postcss@8.5.
|
|
21390
|
-
css-prefers-color-scheme: 10.0.0(postcss@8.5.
|
|
20951
|
+
css-blank-pseudo: 7.0.1(postcss@8.5.8)
|
|
20952
|
+
css-has-pseudo: 7.0.3(postcss@8.5.8)
|
|
20953
|
+
css-prefers-color-scheme: 10.0.0(postcss@8.5.8)
|
|
21391
20954
|
cssdb: 8.6.0
|
|
21392
|
-
postcss: 8.5.
|
|
21393
|
-
postcss-attribute-case-insensitive: 7.0.1(postcss@8.5.
|
|
21394
|
-
postcss-clamp: 4.1.0(postcss@8.5.
|
|
21395
|
-
postcss-color-functional-notation: 7.0.12(postcss@8.5.
|
|
21396
|
-
postcss-color-hex-alpha: 10.0.0(postcss@8.5.
|
|
21397
|
-
postcss-color-rebeccapurple: 10.0.0(postcss@8.5.
|
|
21398
|
-
postcss-custom-media: 11.0.6(postcss@8.5.
|
|
21399
|
-
postcss-custom-properties: 14.0.6(postcss@8.5.
|
|
21400
|
-
postcss-custom-selectors: 8.0.5(postcss@8.5.
|
|
21401
|
-
postcss-dir-pseudo-class: 9.0.1(postcss@8.5.
|
|
21402
|
-
postcss-double-position-gradients: 6.0.4(postcss@8.5.
|
|
21403
|
-
postcss-focus-visible: 10.0.1(postcss@8.5.
|
|
21404
|
-
postcss-focus-within: 9.0.1(postcss@8.5.
|
|
21405
|
-
postcss-font-variant: 5.0.0(postcss@8.5.
|
|
21406
|
-
postcss-gap-properties: 6.0.0(postcss@8.5.
|
|
21407
|
-
postcss-image-set-function: 7.0.0(postcss@8.5.
|
|
21408
|
-
postcss-lab-function: 7.0.12(postcss@8.5.
|
|
21409
|
-
postcss-logical: 8.1.0(postcss@8.5.
|
|
21410
|
-
postcss-nesting: 13.0.2(postcss@8.5.
|
|
21411
|
-
postcss-opacity-percentage: 3.0.0(postcss@8.5.
|
|
21412
|
-
postcss-overflow-shorthand: 6.0.0(postcss@8.5.
|
|
21413
|
-
postcss-page-break: 3.0.4(postcss@8.5.
|
|
21414
|
-
postcss-place: 10.0.0(postcss@8.5.
|
|
21415
|
-
postcss-pseudo-class-any-link: 10.0.1(postcss@8.5.
|
|
21416
|
-
postcss-replace-overflow-wrap: 4.0.0(postcss@8.5.
|
|
21417
|
-
postcss-selector-not: 8.0.1(postcss@8.5.
|
|
21418
|
-
|
|
21419
|
-
postcss-pseudo-class-any-link@10.0.1(postcss@8.5.
|
|
20955
|
+
postcss: 8.5.8
|
|
20956
|
+
postcss-attribute-case-insensitive: 7.0.1(postcss@8.5.8)
|
|
20957
|
+
postcss-clamp: 4.1.0(postcss@8.5.8)
|
|
20958
|
+
postcss-color-functional-notation: 7.0.12(postcss@8.5.8)
|
|
20959
|
+
postcss-color-hex-alpha: 10.0.0(postcss@8.5.8)
|
|
20960
|
+
postcss-color-rebeccapurple: 10.0.0(postcss@8.5.8)
|
|
20961
|
+
postcss-custom-media: 11.0.6(postcss@8.5.8)
|
|
20962
|
+
postcss-custom-properties: 14.0.6(postcss@8.5.8)
|
|
20963
|
+
postcss-custom-selectors: 8.0.5(postcss@8.5.8)
|
|
20964
|
+
postcss-dir-pseudo-class: 9.0.1(postcss@8.5.8)
|
|
20965
|
+
postcss-double-position-gradients: 6.0.4(postcss@8.5.8)
|
|
20966
|
+
postcss-focus-visible: 10.0.1(postcss@8.5.8)
|
|
20967
|
+
postcss-focus-within: 9.0.1(postcss@8.5.8)
|
|
20968
|
+
postcss-font-variant: 5.0.0(postcss@8.5.8)
|
|
20969
|
+
postcss-gap-properties: 6.0.0(postcss@8.5.8)
|
|
20970
|
+
postcss-image-set-function: 7.0.0(postcss@8.5.8)
|
|
20971
|
+
postcss-lab-function: 7.0.12(postcss@8.5.8)
|
|
20972
|
+
postcss-logical: 8.1.0(postcss@8.5.8)
|
|
20973
|
+
postcss-nesting: 13.0.2(postcss@8.5.8)
|
|
20974
|
+
postcss-opacity-percentage: 3.0.0(postcss@8.5.8)
|
|
20975
|
+
postcss-overflow-shorthand: 6.0.0(postcss@8.5.8)
|
|
20976
|
+
postcss-page-break: 3.0.4(postcss@8.5.8)
|
|
20977
|
+
postcss-place: 10.0.0(postcss@8.5.8)
|
|
20978
|
+
postcss-pseudo-class-any-link: 10.0.1(postcss@8.5.8)
|
|
20979
|
+
postcss-replace-overflow-wrap: 4.0.0(postcss@8.5.8)
|
|
20980
|
+
postcss-selector-not: 8.0.1(postcss@8.5.8)
|
|
20981
|
+
|
|
20982
|
+
postcss-pseudo-class-any-link@10.0.1(postcss@8.5.8):
|
|
21420
20983
|
dependencies:
|
|
21421
|
-
postcss: 8.5.
|
|
20984
|
+
postcss: 8.5.8
|
|
21422
20985
|
postcss-selector-parser: 7.1.1
|
|
21423
20986
|
|
|
21424
|
-
postcss-pxtrans@1.0.1(postcss@8.5.
|
|
20987
|
+
postcss-pxtrans@1.0.1(postcss@8.5.8):
|
|
21425
20988
|
dependencies:
|
|
21426
|
-
postcss: 8.5.
|
|
21427
|
-
postcss-plugin-shared: 1.1.1(postcss@8.5.
|
|
20989
|
+
postcss: 8.5.8
|
|
20990
|
+
postcss-plugin-shared: 1.1.1(postcss@8.5.8)
|
|
21428
20991
|
|
|
21429
20992
|
postcss-pxtransform@4.1.9(postcss@8.5.6):
|
|
21430
20993
|
dependencies:
|
|
@@ -21441,14 +21004,14 @@ snapshots:
|
|
|
21441
21004
|
postcss: 8.5.6
|
|
21442
21005
|
postcss-value-parser: 4.2.0
|
|
21443
21006
|
|
|
21444
|
-
postcss-rem-to-responsive-pixel@7.0.1(postcss@8.5.
|
|
21007
|
+
postcss-rem-to-responsive-pixel@7.0.1(postcss@8.5.8):
|
|
21445
21008
|
dependencies:
|
|
21446
|
-
postcss: 8.5.
|
|
21447
|
-
postcss-plugin-shared: 1.1.1(postcss@8.5.
|
|
21009
|
+
postcss: 8.5.8
|
|
21010
|
+
postcss-plugin-shared: 1.1.1(postcss@8.5.8)
|
|
21448
21011
|
|
|
21449
|
-
postcss-replace-overflow-wrap@4.0.0(postcss@8.5.
|
|
21012
|
+
postcss-replace-overflow-wrap@4.0.0(postcss@8.5.8):
|
|
21450
21013
|
dependencies:
|
|
21451
|
-
postcss: 8.5.
|
|
21014
|
+
postcss: 8.5.8
|
|
21452
21015
|
|
|
21453
21016
|
postcss-resolve-nested-selector@0.1.6: {}
|
|
21454
21017
|
|
|
@@ -21456,9 +21019,9 @@ snapshots:
|
|
|
21456
21019
|
dependencies:
|
|
21457
21020
|
postcss: 8.5.6
|
|
21458
21021
|
|
|
21459
|
-
postcss-selector-not@8.0.1(postcss@8.5.
|
|
21022
|
+
postcss-selector-not@8.0.1(postcss@8.5.8):
|
|
21460
21023
|
dependencies:
|
|
21461
|
-
postcss: 8.5.
|
|
21024
|
+
postcss: 8.5.8
|
|
21462
21025
|
postcss-selector-parser: 7.1.1
|
|
21463
21026
|
|
|
21464
21027
|
postcss-selector-parser@6.1.2:
|
|
@@ -21482,10 +21045,10 @@ snapshots:
|
|
|
21482
21045
|
postcss: 8.5.6
|
|
21483
21046
|
postcss-selector-parser: 6.1.2
|
|
21484
21047
|
|
|
21485
|
-
postcss-units-to-px@0.2.0(postcss@8.5.
|
|
21048
|
+
postcss-units-to-px@0.2.0(postcss@8.5.8):
|
|
21486
21049
|
dependencies:
|
|
21487
|
-
postcss: 8.5.
|
|
21488
|
-
postcss-plugin-shared: 1.1.1(postcss@8.5.
|
|
21050
|
+
postcss: 8.5.8
|
|
21051
|
+
postcss-plugin-shared: 1.1.1(postcss@8.5.8)
|
|
21489
21052
|
|
|
21490
21053
|
postcss-value-parser@4.2.0: {}
|
|
21491
21054
|
|
|
@@ -22617,6 +22180,10 @@ snapshots:
|
|
|
22617
22180
|
|
|
22618
22181
|
sync-message@0.0.12: {}
|
|
22619
22182
|
|
|
22183
|
+
synckit@0.11.13:
|
|
22184
|
+
dependencies:
|
|
22185
|
+
'@pkgr/core': 0.3.6
|
|
22186
|
+
|
|
22620
22187
|
systemjs@6.15.1: {}
|
|
22621
22188
|
|
|
22622
22189
|
table@6.9.0:
|
|
@@ -22627,6 +22194,13 @@ snapshots:
|
|
|
22627
22194
|
string-width: 4.2.3
|
|
22628
22195
|
strip-ansi: 6.0.1
|
|
22629
22196
|
|
|
22197
|
+
tailwind-api-utils@1.0.3(tailwindcss@4.1.18):
|
|
22198
|
+
dependencies:
|
|
22199
|
+
enhanced-resolve: 5.20.0
|
|
22200
|
+
jiti: 2.6.1
|
|
22201
|
+
local-pkg: 1.1.2
|
|
22202
|
+
tailwindcss: 4.1.18
|
|
22203
|
+
|
|
22630
22204
|
tailwind-merge@3.5.0: {}
|
|
22631
22205
|
|
|
22632
22206
|
tailwindcss-animate@1.0.7(tailwindcss@4.1.18):
|
|
@@ -22652,7 +22226,7 @@ snapshots:
|
|
|
22652
22226
|
fs-extra: 11.3.3
|
|
22653
22227
|
local-pkg: 1.1.2
|
|
22654
22228
|
pathe: 2.0.3
|
|
22655
|
-
postcss: 8.5.
|
|
22229
|
+
postcss: 8.5.8
|
|
22656
22230
|
semver: 7.7.4
|
|
22657
22231
|
tailwindcss-config: 1.1.4
|
|
22658
22232
|
optionalDependencies:
|
|
@@ -23110,7 +22684,7 @@ snapshots:
|
|
|
23110
22684
|
|
|
23111
22685
|
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):
|
|
23112
22686
|
dependencies:
|
|
23113
|
-
esbuild: 0.
|
|
22687
|
+
esbuild: 0.25.12
|
|
23114
22688
|
postcss: 8.5.6
|
|
23115
22689
|
rollup: 3.29.5
|
|
23116
22690
|
optionalDependencies:
|