create-pixi-vn 2.0.10 → 2.0.11
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/package.json +1 -1
- package/template-react-vite-muijoy/.vscode/launch.json +2 -4
- package/template-react-vite-muijoy/.vscode/tasks.json +20 -4
- package/template-react-vite-muijoy/package-lock.json +95 -78
- package/template-react-vite-muijoy/package.json +2 -2
- package/template-react-vite-muijoy-ink/.vscode/extensions.json +1 -2
- package/template-react-vite-muijoy-ink/.vscode/launch.json +2 -4
- package/template-react-vite-muijoy-ink/.vscode/settings.json +1 -6
- package/template-react-vite-muijoy-ink/.vscode/tasks.json +20 -4
- package/template-react-vite-muijoy-ink/_gitignore +0 -1
- package/template-react-vite-muijoy-ink/package-lock.json +99 -307
- package/template-react-vite-muijoy-ink/package.json +3 -5
- package/template-react-vite-muijoy-ink/src/App.tsx +25 -25
- package/template-react-vite-muijoy-ink/src/assets/index.ts +4 -2
- package/template-react-vite-muijoy-ink/src/assets/ink-manifest.gen.json +1 -4
- package/template-react-vite-muijoy-ink/src/content/labels/second.label.ts +1207 -0
- package/template-react-vite-muijoy-ink/src/content/labels/start.label.ts +566 -0
- package/template-react-vite-muijoy-ink/src/lib/i18n.ts +1 -22
- package/template-react-vite-muijoy-ink/src/pixi-vn-keys.gen.d.ts +0 -2
- package/template-react-vite-muijoy-ink/src/routes/__root.tsx +0 -4
- package/template-react-vite-muijoy-ink/vite.config.ts +0 -6
- package/template-react-vite-muijoy-ink-tauri/.assetpack.ts +0 -9
- package/template-react-vite-muijoy-ink-tauri/.vscode/extensions.json +1 -5
- package/template-react-vite-muijoy-ink-tauri/.vscode/launch.json +2 -15
- package/template-react-vite-muijoy-ink-tauri/.vscode/settings.json +1 -6
- package/template-react-vite-muijoy-ink-tauri/.vscode/tasks.json +17 -48
- package/template-react-vite-muijoy-ink-tauri/README.md +3 -3
- package/template-react-vite-muijoy-ink-tauri/_gitignore +0 -11
- package/template-react-vite-muijoy-ink-tauri/package-lock.json +99 -557
- package/template-react-vite-muijoy-ink-tauri/package.json +4 -15
- package/template-react-vite-muijoy-ink-tauri/src/App.tsx +25 -25
- package/template-react-vite-muijoy-ink-tauri/src/assets/index.ts +4 -2
- package/template-react-vite-muijoy-ink-tauri/src/assets/ink-manifest.gen.json +1 -4
- package/template-react-vite-muijoy-ink-tauri/src/components/menus/main-menu.tsx +1 -16
- package/template-react-vite-muijoy-ink-tauri/src/components/menus/settings/quick-menus.tsx +1 -17
- package/template-react-vite-muijoy-ink-tauri/src/components/menus/settings/system-controls.tsx +1 -11
- package/template-react-vite-muijoy-ink-tauri/src/content/labels/second.label.ts +1207 -0
- package/template-react-vite-muijoy-ink-tauri/src/content/labels/start.label.ts +566 -0
- package/template-react-vite-muijoy-ink-tauri/src/lib/i18n.ts +1 -22
- package/template-react-vite-muijoy-ink-tauri/src/lib/query/settings-query.ts +1 -7
- package/template-react-vite-muijoy-ink-tauri/src/pixi-vn-keys.gen.d.ts +0 -2
- package/template-react-vite-muijoy-ink-tauri/src/routes/__root.tsx +0 -4
- package/template-react-vite-muijoy-ink-tauri/vite.config.ts +0 -30
- package/template-react-vite-muijoy-tauri/.assetpack.ts +0 -9
- package/template-react-vite-muijoy-tauri/.vscode/extensions.json +1 -4
- package/template-react-vite-muijoy-tauri/.vscode/launch.json +2 -15
- package/template-react-vite-muijoy-tauri/.vscode/tasks.json +17 -48
- package/template-react-vite-muijoy-tauri/README.md +3 -3
- package/template-react-vite-muijoy-tauri/_gitignore +0 -10
- package/template-react-vite-muijoy-tauri/package-lock.json +95 -328
- package/template-react-vite-muijoy-tauri/package.json +3 -12
- package/template-react-vite-muijoy-tauri/src/components/menus/main-menu.tsx +1 -16
- package/template-react-vite-muijoy-tauri/src/components/menus/settings/quick-menus.tsx +1 -17
- package/template-react-vite-muijoy-tauri/src/components/menus/settings/system-controls.tsx +1 -11
- package/template-react-vite-muijoy-tauri/src/lib/query/settings-query.ts +1 -7
- package/template-react-vite-muijoy-tauri/vite.config.ts +0 -24
- package/template-react-vite-muijoy-ink/ink/second_part.ink +0 -571
- package/template-react-vite-muijoy-ink/ink/start.ink +0 -214
- package/template-react-vite-muijoy-ink/src/content/ink/hashtag-commands.ts +0 -38
- package/template-react-vite-muijoy-ink/src/content/ink/text-replaces.ts +0 -19
- package/template-react-vite-muijoy-ink/src/lib/hooks/ink-hooks.tsx +0 -12
- package/template-react-vite-muijoy-ink-tauri/_github/workflows/desktop.yml +0 -188
- package/template-react-vite-muijoy-ink-tauri/_github/workflows/mobile.yml +0 -270
- package/template-react-vite-muijoy-ink-tauri/ink/second_part.ink +0 -571
- package/template-react-vite-muijoy-ink-tauri/ink/start.ink +0 -214
- package/template-react-vite-muijoy-ink-tauri/src/content/ink/hashtag-commands.ts +0 -55
- package/template-react-vite-muijoy-ink-tauri/src/content/ink/text-replaces.ts +0 -19
- package/template-react-vite-muijoy-ink-tauri/src/lib/hooks/ink-hooks.tsx +0 -12
- package/template-react-vite-muijoy-ink-tauri/src/lib/hooks/quit-hooks.ts +0 -24
- package/template-react-vite-muijoy-ink-tauri/src/lib/steam.ts +0 -143
- package/template-react-vite-muijoy-ink-tauri/src-tauri/Cargo.toml +0 -50
- package/template-react-vite-muijoy-ink-tauri/src-tauri/build.rs +0 -46
- package/template-react-vite-muijoy-ink-tauri/src-tauri/capabilities/default.json +0 -21
- package/template-react-vite-muijoy-ink-tauri/src-tauri/icons/128x128.png +0 -0
- package/template-react-vite-muijoy-ink-tauri/src-tauri/icons/128x128@2x.png +0 -0
- package/template-react-vite-muijoy-ink-tauri/src-tauri/icons/32x32.png +0 -0
- package/template-react-vite-muijoy-ink-tauri/src-tauri/icons/Square107x107Logo.png +0 -0
- package/template-react-vite-muijoy-ink-tauri/src-tauri/icons/Square142x142Logo.png +0 -0
- package/template-react-vite-muijoy-ink-tauri/src-tauri/icons/Square150x150Logo.png +0 -0
- package/template-react-vite-muijoy-ink-tauri/src-tauri/icons/Square284x284Logo.png +0 -0
- package/template-react-vite-muijoy-ink-tauri/src-tauri/icons/Square30x30Logo.png +0 -0
- package/template-react-vite-muijoy-ink-tauri/src-tauri/icons/Square310x310Logo.png +0 -0
- package/template-react-vite-muijoy-ink-tauri/src-tauri/icons/Square44x44Logo.png +0 -0
- package/template-react-vite-muijoy-ink-tauri/src-tauri/icons/Square71x71Logo.png +0 -0
- package/template-react-vite-muijoy-ink-tauri/src-tauri/icons/Square89x89Logo.png +0 -0
- package/template-react-vite-muijoy-ink-tauri/src-tauri/icons/StoreLogo.png +0 -0
- package/template-react-vite-muijoy-ink-tauri/src-tauri/icons/icon.icns +0 -0
- package/template-react-vite-muijoy-ink-tauri/src-tauri/icons/icon.ico +0 -0
- package/template-react-vite-muijoy-ink-tauri/src-tauri/icons/icon.png +0 -0
- package/template-react-vite-muijoy-ink-tauri/src-tauri/src/lib.rs +0 -64
- package/template-react-vite-muijoy-ink-tauri/src-tauri/src/main.rs +0 -6
- package/template-react-vite-muijoy-ink-tauri/src-tauri/src/steam.rs +0 -238
- package/template-react-vite-muijoy-ink-tauri/src-tauri/tauri.conf.json +0 -50
- package/template-react-vite-muijoy-tauri/_github/workflows/desktop.yml +0 -188
- package/template-react-vite-muijoy-tauri/_github/workflows/mobile.yml +0 -270
- package/template-react-vite-muijoy-tauri/src/lib/hooks/quit-hooks.ts +0 -24
- package/template-react-vite-muijoy-tauri/src/lib/steam.ts +0 -143
- package/template-react-vite-muijoy-tauri/src-tauri/Cargo.toml +0 -50
- package/template-react-vite-muijoy-tauri/src-tauri/build.rs +0 -46
- package/template-react-vite-muijoy-tauri/src-tauri/capabilities/default.json +0 -21
- package/template-react-vite-muijoy-tauri/src-tauri/icons/128x128.png +0 -0
- package/template-react-vite-muijoy-tauri/src-tauri/icons/128x128@2x.png +0 -0
- package/template-react-vite-muijoy-tauri/src-tauri/icons/32x32.png +0 -0
- package/template-react-vite-muijoy-tauri/src-tauri/icons/Square107x107Logo.png +0 -0
- package/template-react-vite-muijoy-tauri/src-tauri/icons/Square142x142Logo.png +0 -0
- package/template-react-vite-muijoy-tauri/src-tauri/icons/Square150x150Logo.png +0 -0
- package/template-react-vite-muijoy-tauri/src-tauri/icons/Square284x284Logo.png +0 -0
- package/template-react-vite-muijoy-tauri/src-tauri/icons/Square30x30Logo.png +0 -0
- package/template-react-vite-muijoy-tauri/src-tauri/icons/Square310x310Logo.png +0 -0
- package/template-react-vite-muijoy-tauri/src-tauri/icons/Square44x44Logo.png +0 -0
- package/template-react-vite-muijoy-tauri/src-tauri/icons/Square71x71Logo.png +0 -0
- package/template-react-vite-muijoy-tauri/src-tauri/icons/Square89x89Logo.png +0 -0
- package/template-react-vite-muijoy-tauri/src-tauri/icons/StoreLogo.png +0 -0
- package/template-react-vite-muijoy-tauri/src-tauri/icons/icon.icns +0 -0
- package/template-react-vite-muijoy-tauri/src-tauri/icons/icon.ico +0 -0
- package/template-react-vite-muijoy-tauri/src-tauri/icons/icon.png +0 -0
- package/template-react-vite-muijoy-tauri/src-tauri/src/lib.rs +0 -64
- package/template-react-vite-muijoy-tauri/src-tauri/src/main.rs +0 -6
- package/template-react-vite-muijoy-tauri/src-tauri/src/steam.rs +0 -238
- package/template-react-vite-muijoy-tauri/src-tauri/tauri.conf.json +0 -50
|
@@ -11,7 +11,6 @@
|
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@base-ui/react": "^1.5.0",
|
|
13
13
|
"@drincs/pixi-vn": "^1.8.13",
|
|
14
|
-
"@drincs/pixi-vn-ink": "^1.0.5",
|
|
15
14
|
"@drincs/pixi-vn-spine": "^0.2.1",
|
|
16
15
|
"@tailwindcss/vite": "^4.3.0",
|
|
17
16
|
"@tanstack/hotkeys": "^0.8.0",
|
|
@@ -53,8 +52,7 @@
|
|
|
53
52
|
"tailwind-merge": "^3.6.0",
|
|
54
53
|
"tailwindcss": "^4.3.0",
|
|
55
54
|
"tw-animate-css": "^1.4.0",
|
|
56
|
-
"vaul": "^1.1.2"
|
|
57
|
-
"zod": "^4.4.3"
|
|
55
|
+
"vaul": "^1.1.2"
|
|
58
56
|
},
|
|
59
57
|
"devDependencies": {
|
|
60
58
|
"@assetpack/core": "^1.7.0",
|
|
@@ -68,8 +66,8 @@
|
|
|
68
66
|
"@vitejs/plugin-react": "^6.0.2",
|
|
69
67
|
"globals": "^17.6.0",
|
|
70
68
|
"typescript": "~6.0.3",
|
|
71
|
-
"vite": "^8.0.
|
|
72
|
-
"vite-plugin-checker": "
|
|
69
|
+
"vite": "^8.0.16",
|
|
70
|
+
"vite-plugin-checker": "0.14.1",
|
|
73
71
|
"vite-plugin-pwa": "^1.3.0"
|
|
74
72
|
}
|
|
75
73
|
},
|
|
@@ -2142,43 +2140,6 @@
|
|
|
2142
2140
|
}
|
|
2143
2141
|
}
|
|
2144
2142
|
},
|
|
2145
|
-
"node_modules/@drincs/pixi-vn-ink": {
|
|
2146
|
-
"version": "1.0.5",
|
|
2147
|
-
"resolved": "https://registry.npmjs.org/@drincs/pixi-vn-ink/-/pixi-vn-ink-1.0.5.tgz",
|
|
2148
|
-
"integrity": "sha512-oYp4xkp2MQJHebyDfnD90U3dtSZ/9ARwMehg1OvMwR7MRbpske9NNM6OJ9ijA68j/1TPJP/LUuDPpdNmDQwcRQ==",
|
|
2149
|
-
"license": "LGPL-2.1",
|
|
2150
|
-
"workspaces": [
|
|
2151
|
-
"playground"
|
|
2152
|
-
],
|
|
2153
|
-
"dependencies": {
|
|
2154
|
-
"@drincs/pixi-vn-json": "^1.13.9"
|
|
2155
|
-
},
|
|
2156
|
-
"funding": {
|
|
2157
|
-
"url": "https://github.com/DRincs-Productions/pixi-vn?sponsor=1"
|
|
2158
|
-
},
|
|
2159
|
-
"peerDependencies": {
|
|
2160
|
-
"@drincs/pixi-vn": ">=1.8.0",
|
|
2161
|
-
"zod": ">=4.4.0"
|
|
2162
|
-
},
|
|
2163
|
-
"peerDependenciesMeta": {
|
|
2164
|
-
"vite": {
|
|
2165
|
-
"optional": true
|
|
2166
|
-
}
|
|
2167
|
-
}
|
|
2168
|
-
},
|
|
2169
|
-
"node_modules/@drincs/pixi-vn-json": {
|
|
2170
|
-
"version": "1.13.9",
|
|
2171
|
-
"resolved": "https://registry.npmjs.org/@drincs/pixi-vn-json/-/pixi-vn-json-1.13.9.tgz",
|
|
2172
|
-
"integrity": "sha512-l3pXcQBEfR/5ZBKI5Foo5hoRXGP6J73iU+84r2fB4lMIc/+oT6vuU/qws0vtf/pTJ4JR/fAU2eN1yHlY0HgpEQ==",
|
|
2173
|
-
"license": "LGPL-2.1",
|
|
2174
|
-
"funding": {
|
|
2175
|
-
"url": "https://github.com/DRincs-Productions/pixi-vn?sponsor=1"
|
|
2176
|
-
},
|
|
2177
|
-
"peerDependencies": {
|
|
2178
|
-
"@drincs/pixi-vn": ">=1.8.0",
|
|
2179
|
-
"zod": ">=4.4.0"
|
|
2180
|
-
}
|
|
2181
|
-
},
|
|
2182
2143
|
"node_modules/@drincs/pixi-vn-spine": {
|
|
2183
2144
|
"version": "0.2.1",
|
|
2184
2145
|
"resolved": "https://registry.npmjs.org/@drincs/pixi-vn-spine/-/pixi-vn-spine-0.2.1.tgz",
|
|
@@ -3270,16 +3231,6 @@
|
|
|
3270
3231
|
"node": ">=18"
|
|
3271
3232
|
}
|
|
3272
3233
|
},
|
|
3273
|
-
"node_modules/@jimp/plugin-blit/node_modules/zod": {
|
|
3274
|
-
"version": "3.25.76",
|
|
3275
|
-
"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
|
|
3276
|
-
"integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
|
|
3277
|
-
"dev": true,
|
|
3278
|
-
"license": "MIT",
|
|
3279
|
-
"funding": {
|
|
3280
|
-
"url": "https://github.com/sponsors/colinhacks"
|
|
3281
|
-
}
|
|
3282
|
-
},
|
|
3283
3234
|
"node_modules/@jimp/plugin-blur": {
|
|
3284
3235
|
"version": "1.6.1",
|
|
3285
3236
|
"resolved": "https://registry.npmjs.org/@jimp/plugin-blur/-/plugin-blur-1.6.1.tgz",
|
|
@@ -3308,16 +3259,6 @@
|
|
|
3308
3259
|
"node": ">=18"
|
|
3309
3260
|
}
|
|
3310
3261
|
},
|
|
3311
|
-
"node_modules/@jimp/plugin-circle/node_modules/zod": {
|
|
3312
|
-
"version": "3.25.76",
|
|
3313
|
-
"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
|
|
3314
|
-
"integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
|
|
3315
|
-
"dev": true,
|
|
3316
|
-
"license": "MIT",
|
|
3317
|
-
"funding": {
|
|
3318
|
-
"url": "https://github.com/sponsors/colinhacks"
|
|
3319
|
-
}
|
|
3320
|
-
},
|
|
3321
3262
|
"node_modules/@jimp/plugin-color": {
|
|
3322
3263
|
"version": "1.6.1",
|
|
3323
3264
|
"resolved": "https://registry.npmjs.org/@jimp/plugin-color/-/plugin-color-1.6.1.tgz",
|
|
@@ -3335,16 +3276,6 @@
|
|
|
3335
3276
|
"node": ">=18"
|
|
3336
3277
|
}
|
|
3337
3278
|
},
|
|
3338
|
-
"node_modules/@jimp/plugin-color/node_modules/zod": {
|
|
3339
|
-
"version": "3.25.76",
|
|
3340
|
-
"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
|
|
3341
|
-
"integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
|
|
3342
|
-
"dev": true,
|
|
3343
|
-
"license": "MIT",
|
|
3344
|
-
"funding": {
|
|
3345
|
-
"url": "https://github.com/sponsors/colinhacks"
|
|
3346
|
-
}
|
|
3347
|
-
},
|
|
3348
3279
|
"node_modules/@jimp/plugin-contain": {
|
|
3349
3280
|
"version": "1.6.1",
|
|
3350
3281
|
"resolved": "https://registry.npmjs.org/@jimp/plugin-contain/-/plugin-contain-1.6.1.tgz",
|
|
@@ -3363,16 +3294,6 @@
|
|
|
3363
3294
|
"node": ">=18"
|
|
3364
3295
|
}
|
|
3365
3296
|
},
|
|
3366
|
-
"node_modules/@jimp/plugin-contain/node_modules/zod": {
|
|
3367
|
-
"version": "3.25.76",
|
|
3368
|
-
"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
|
|
3369
|
-
"integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
|
|
3370
|
-
"dev": true,
|
|
3371
|
-
"license": "MIT",
|
|
3372
|
-
"funding": {
|
|
3373
|
-
"url": "https://github.com/sponsors/colinhacks"
|
|
3374
|
-
}
|
|
3375
|
-
},
|
|
3376
3297
|
"node_modules/@jimp/plugin-cover": {
|
|
3377
3298
|
"version": "1.6.1",
|
|
3378
3299
|
"resolved": "https://registry.npmjs.org/@jimp/plugin-cover/-/plugin-cover-1.6.1.tgz",
|
|
@@ -3390,16 +3311,6 @@
|
|
|
3390
3311
|
"node": ">=18"
|
|
3391
3312
|
}
|
|
3392
3313
|
},
|
|
3393
|
-
"node_modules/@jimp/plugin-cover/node_modules/zod": {
|
|
3394
|
-
"version": "3.25.76",
|
|
3395
|
-
"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
|
|
3396
|
-
"integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
|
|
3397
|
-
"dev": true,
|
|
3398
|
-
"license": "MIT",
|
|
3399
|
-
"funding": {
|
|
3400
|
-
"url": "https://github.com/sponsors/colinhacks"
|
|
3401
|
-
}
|
|
3402
|
-
},
|
|
3403
3314
|
"node_modules/@jimp/plugin-crop": {
|
|
3404
3315
|
"version": "1.6.1",
|
|
3405
3316
|
"resolved": "https://registry.npmjs.org/@jimp/plugin-crop/-/plugin-crop-1.6.1.tgz",
|
|
@@ -3416,16 +3327,6 @@
|
|
|
3416
3327
|
"node": ">=18"
|
|
3417
3328
|
}
|
|
3418
3329
|
},
|
|
3419
|
-
"node_modules/@jimp/plugin-crop/node_modules/zod": {
|
|
3420
|
-
"version": "3.25.76",
|
|
3421
|
-
"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
|
|
3422
|
-
"integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
|
|
3423
|
-
"dev": true,
|
|
3424
|
-
"license": "MIT",
|
|
3425
|
-
"funding": {
|
|
3426
|
-
"url": "https://github.com/sponsors/colinhacks"
|
|
3427
|
-
}
|
|
3428
|
-
},
|
|
3429
3330
|
"node_modules/@jimp/plugin-displace": {
|
|
3430
3331
|
"version": "1.6.1",
|
|
3431
3332
|
"resolved": "https://registry.npmjs.org/@jimp/plugin-displace/-/plugin-displace-1.6.1.tgz",
|
|
@@ -3441,16 +3342,6 @@
|
|
|
3441
3342
|
"node": ">=18"
|
|
3442
3343
|
}
|
|
3443
3344
|
},
|
|
3444
|
-
"node_modules/@jimp/plugin-displace/node_modules/zod": {
|
|
3445
|
-
"version": "3.25.76",
|
|
3446
|
-
"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
|
|
3447
|
-
"integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
|
|
3448
|
-
"dev": true,
|
|
3449
|
-
"license": "MIT",
|
|
3450
|
-
"funding": {
|
|
3451
|
-
"url": "https://github.com/sponsors/colinhacks"
|
|
3452
|
-
}
|
|
3453
|
-
},
|
|
3454
3345
|
"node_modules/@jimp/plugin-dither": {
|
|
3455
3346
|
"version": "1.6.1",
|
|
3456
3347
|
"resolved": "https://registry.npmjs.org/@jimp/plugin-dither/-/plugin-dither-1.6.1.tgz",
|
|
@@ -3479,16 +3370,6 @@
|
|
|
3479
3370
|
"node": ">=18"
|
|
3480
3371
|
}
|
|
3481
3372
|
},
|
|
3482
|
-
"node_modules/@jimp/plugin-fisheye/node_modules/zod": {
|
|
3483
|
-
"version": "3.25.76",
|
|
3484
|
-
"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
|
|
3485
|
-
"integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
|
|
3486
|
-
"dev": true,
|
|
3487
|
-
"license": "MIT",
|
|
3488
|
-
"funding": {
|
|
3489
|
-
"url": "https://github.com/sponsors/colinhacks"
|
|
3490
|
-
}
|
|
3491
|
-
},
|
|
3492
3373
|
"node_modules/@jimp/plugin-flip": {
|
|
3493
3374
|
"version": "1.6.1",
|
|
3494
3375
|
"resolved": "https://registry.npmjs.org/@jimp/plugin-flip/-/plugin-flip-1.6.1.tgz",
|
|
@@ -3503,16 +3384,6 @@
|
|
|
3503
3384
|
"node": ">=18"
|
|
3504
3385
|
}
|
|
3505
3386
|
},
|
|
3506
|
-
"node_modules/@jimp/plugin-flip/node_modules/zod": {
|
|
3507
|
-
"version": "3.25.76",
|
|
3508
|
-
"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
|
|
3509
|
-
"integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
|
|
3510
|
-
"dev": true,
|
|
3511
|
-
"license": "MIT",
|
|
3512
|
-
"funding": {
|
|
3513
|
-
"url": "https://github.com/sponsors/colinhacks"
|
|
3514
|
-
}
|
|
3515
|
-
},
|
|
3516
3387
|
"node_modules/@jimp/plugin-hash": {
|
|
3517
3388
|
"version": "1.6.1",
|
|
3518
3389
|
"resolved": "https://registry.npmjs.org/@jimp/plugin-hash/-/plugin-hash-1.6.1.tgz",
|
|
@@ -3549,16 +3420,6 @@
|
|
|
3549
3420
|
"node": ">=18"
|
|
3550
3421
|
}
|
|
3551
3422
|
},
|
|
3552
|
-
"node_modules/@jimp/plugin-mask/node_modules/zod": {
|
|
3553
|
-
"version": "3.25.76",
|
|
3554
|
-
"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
|
|
3555
|
-
"integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
|
|
3556
|
-
"dev": true,
|
|
3557
|
-
"license": "MIT",
|
|
3558
|
-
"funding": {
|
|
3559
|
-
"url": "https://github.com/sponsors/colinhacks"
|
|
3560
|
-
}
|
|
3561
|
-
},
|
|
3562
3423
|
"node_modules/@jimp/plugin-print": {
|
|
3563
3424
|
"version": "1.6.1",
|
|
3564
3425
|
"resolved": "https://registry.npmjs.org/@jimp/plugin-print/-/plugin-print-1.6.1.tgz",
|
|
@@ -3581,16 +3442,6 @@
|
|
|
3581
3442
|
"node": ">=18"
|
|
3582
3443
|
}
|
|
3583
3444
|
},
|
|
3584
|
-
"node_modules/@jimp/plugin-print/node_modules/zod": {
|
|
3585
|
-
"version": "3.25.76",
|
|
3586
|
-
"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
|
|
3587
|
-
"integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
|
|
3588
|
-
"dev": true,
|
|
3589
|
-
"license": "MIT",
|
|
3590
|
-
"funding": {
|
|
3591
|
-
"url": "https://github.com/sponsors/colinhacks"
|
|
3592
|
-
}
|
|
3593
|
-
},
|
|
3594
3445
|
"node_modules/@jimp/plugin-quantize": {
|
|
3595
3446
|
"version": "1.6.1",
|
|
3596
3447
|
"resolved": "https://registry.npmjs.org/@jimp/plugin-quantize/-/plugin-quantize-1.6.1.tgz",
|
|
@@ -3605,16 +3456,6 @@
|
|
|
3605
3456
|
"node": ">=18"
|
|
3606
3457
|
}
|
|
3607
3458
|
},
|
|
3608
|
-
"node_modules/@jimp/plugin-quantize/node_modules/zod": {
|
|
3609
|
-
"version": "3.25.76",
|
|
3610
|
-
"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
|
|
3611
|
-
"integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
|
|
3612
|
-
"dev": true,
|
|
3613
|
-
"license": "MIT",
|
|
3614
|
-
"funding": {
|
|
3615
|
-
"url": "https://github.com/sponsors/colinhacks"
|
|
3616
|
-
}
|
|
3617
|
-
},
|
|
3618
3459
|
"node_modules/@jimp/plugin-resize": {
|
|
3619
3460
|
"version": "1.6.1",
|
|
3620
3461
|
"resolved": "https://registry.npmjs.org/@jimp/plugin-resize/-/plugin-resize-1.6.1.tgz",
|
|
@@ -3630,16 +3471,6 @@
|
|
|
3630
3471
|
"node": ">=18"
|
|
3631
3472
|
}
|
|
3632
3473
|
},
|
|
3633
|
-
"node_modules/@jimp/plugin-resize/node_modules/zod": {
|
|
3634
|
-
"version": "3.25.76",
|
|
3635
|
-
"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
|
|
3636
|
-
"integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
|
|
3637
|
-
"dev": true,
|
|
3638
|
-
"license": "MIT",
|
|
3639
|
-
"funding": {
|
|
3640
|
-
"url": "https://github.com/sponsors/colinhacks"
|
|
3641
|
-
}
|
|
3642
|
-
},
|
|
3643
3474
|
"node_modules/@jimp/plugin-rotate": {
|
|
3644
3475
|
"version": "1.6.1",
|
|
3645
3476
|
"resolved": "https://registry.npmjs.org/@jimp/plugin-rotate/-/plugin-rotate-1.6.1.tgz",
|
|
@@ -3658,16 +3489,6 @@
|
|
|
3658
3489
|
"node": ">=18"
|
|
3659
3490
|
}
|
|
3660
3491
|
},
|
|
3661
|
-
"node_modules/@jimp/plugin-rotate/node_modules/zod": {
|
|
3662
|
-
"version": "3.25.76",
|
|
3663
|
-
"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
|
|
3664
|
-
"integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
|
|
3665
|
-
"dev": true,
|
|
3666
|
-
"license": "MIT",
|
|
3667
|
-
"funding": {
|
|
3668
|
-
"url": "https://github.com/sponsors/colinhacks"
|
|
3669
|
-
}
|
|
3670
|
-
},
|
|
3671
3492
|
"node_modules/@jimp/plugin-threshold": {
|
|
3672
3493
|
"version": "1.6.1",
|
|
3673
3494
|
"resolved": "https://registry.npmjs.org/@jimp/plugin-threshold/-/plugin-threshold-1.6.1.tgz",
|
|
@@ -3686,16 +3507,6 @@
|
|
|
3686
3507
|
"node": ">=18"
|
|
3687
3508
|
}
|
|
3688
3509
|
},
|
|
3689
|
-
"node_modules/@jimp/plugin-threshold/node_modules/zod": {
|
|
3690
|
-
"version": "3.25.76",
|
|
3691
|
-
"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
|
|
3692
|
-
"integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
|
|
3693
|
-
"dev": true,
|
|
3694
|
-
"license": "MIT",
|
|
3695
|
-
"funding": {
|
|
3696
|
-
"url": "https://github.com/sponsors/colinhacks"
|
|
3697
|
-
}
|
|
3698
|
-
},
|
|
3699
3510
|
"node_modules/@jimp/types": {
|
|
3700
3511
|
"version": "1.6.1",
|
|
3701
3512
|
"resolved": "https://registry.npmjs.org/@jimp/types/-/types-1.6.1.tgz",
|
|
@@ -3709,16 +3520,6 @@
|
|
|
3709
3520
|
"node": ">=18"
|
|
3710
3521
|
}
|
|
3711
3522
|
},
|
|
3712
|
-
"node_modules/@jimp/types/node_modules/zod": {
|
|
3713
|
-
"version": "3.25.76",
|
|
3714
|
-
"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
|
|
3715
|
-
"integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
|
|
3716
|
-
"dev": true,
|
|
3717
|
-
"license": "MIT",
|
|
3718
|
-
"funding": {
|
|
3719
|
-
"url": "https://github.com/sponsors/colinhacks"
|
|
3720
|
-
}
|
|
3721
|
-
},
|
|
3722
3523
|
"node_modules/@jimp/utils": {
|
|
3723
3524
|
"version": "1.6.1",
|
|
3724
3525
|
"resolved": "https://registry.npmjs.org/@jimp/utils/-/utils-1.6.1.tgz",
|
|
@@ -4480,9 +4281,9 @@
|
|
|
4480
4281
|
"license": "MIT"
|
|
4481
4282
|
},
|
|
4482
4283
|
"node_modules/@oxc-project/types": {
|
|
4483
|
-
"version": "0.
|
|
4484
|
-
"resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.
|
|
4485
|
-
"integrity": "sha512-
|
|
4284
|
+
"version": "0.133.0",
|
|
4285
|
+
"resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.133.0.tgz",
|
|
4286
|
+
"integrity": "sha512-KzkdCd6Uxqnf6l3HOw1xfatAlUURA0g14cvBYFyJ5SaNOQbOUvBr9PKArcPcrNIeRsBdgcUzOGrhKveVpvOIGA==",
|
|
4486
4287
|
"license": "MIT",
|
|
4487
4288
|
"funding": {
|
|
4488
4289
|
"url": "https://github.com/sponsors/Boshen"
|
|
@@ -4890,9 +4691,9 @@
|
|
|
4890
4691
|
}
|
|
4891
4692
|
},
|
|
4892
4693
|
"node_modules/@rolldown/binding-android-arm64": {
|
|
4893
|
-
"version": "1.0.
|
|
4894
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.
|
|
4895
|
-
"integrity": "sha512-
|
|
4694
|
+
"version": "1.0.3",
|
|
4695
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.3.tgz",
|
|
4696
|
+
"integrity": "sha512-454rs7jHngixp/NMxd5srYD57OnzSlZ/eFTETjORQHLwJG1lRtmNOJcBerZlfu4GjKqeq8aCCIQrMdHyhI51Hw==",
|
|
4896
4697
|
"cpu": [
|
|
4897
4698
|
"arm64"
|
|
4898
4699
|
],
|
|
@@ -4906,9 +4707,9 @@
|
|
|
4906
4707
|
}
|
|
4907
4708
|
},
|
|
4908
4709
|
"node_modules/@rolldown/binding-darwin-arm64": {
|
|
4909
|
-
"version": "1.0.
|
|
4910
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.
|
|
4911
|
-
"integrity": "sha512-
|
|
4710
|
+
"version": "1.0.3",
|
|
4711
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.3.tgz",
|
|
4712
|
+
"integrity": "sha512-PcAhP+ynjURNyy8SKGl5DQP94aGuB/7JrXJb/t7P+hanXvQVMWzUvRRhBAcg/lNRadBhoUPqSoP4xw5tR/KBEA==",
|
|
4912
4713
|
"cpu": [
|
|
4913
4714
|
"arm64"
|
|
4914
4715
|
],
|
|
@@ -4922,9 +4723,9 @@
|
|
|
4922
4723
|
}
|
|
4923
4724
|
},
|
|
4924
4725
|
"node_modules/@rolldown/binding-darwin-x64": {
|
|
4925
|
-
"version": "1.0.
|
|
4926
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.
|
|
4927
|
-
"integrity": "sha512-
|
|
4726
|
+
"version": "1.0.3",
|
|
4727
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.3.tgz",
|
|
4728
|
+
"integrity": "sha512-9YpfeUvSE2RS7wysJ81uOZkXJz7f7Q55H2Gvp3VEw/EsahqDtrphrZ0EwDLK5vvKOzaCrBsjF8JmnMLcUt78Gg==",
|
|
4928
4729
|
"cpu": [
|
|
4929
4730
|
"x64"
|
|
4930
4731
|
],
|
|
@@ -4938,9 +4739,9 @@
|
|
|
4938
4739
|
}
|
|
4939
4740
|
},
|
|
4940
4741
|
"node_modules/@rolldown/binding-freebsd-x64": {
|
|
4941
|
-
"version": "1.0.
|
|
4942
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.
|
|
4943
|
-
"integrity": "sha512-
|
|
4742
|
+
"version": "1.0.3",
|
|
4743
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.3.tgz",
|
|
4744
|
+
"integrity": "sha512-yB1IlAsSNHncV6SCTL27/MVGR5htvQsoGxIv5KMGXALp+Ll1wYsn+x98M9MW7qa+NdSbvrrY7ANI4wLJ0n1e6g==",
|
|
4944
4745
|
"cpu": [
|
|
4945
4746
|
"x64"
|
|
4946
4747
|
],
|
|
@@ -4954,9 +4755,9 @@
|
|
|
4954
4755
|
}
|
|
4955
4756
|
},
|
|
4956
4757
|
"node_modules/@rolldown/binding-linux-arm-gnueabihf": {
|
|
4957
|
-
"version": "1.0.
|
|
4958
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.
|
|
4959
|
-
"integrity": "sha512-
|
|
4758
|
+
"version": "1.0.3",
|
|
4759
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.3.tgz",
|
|
4760
|
+
"integrity": "sha512-Yi30IVAAfLUCy2MseFjbB1jAMDl1VMCAas5StnYp8da9+CKvMd2H2cbEjWcw5NPaPqzvYkVIaF1nNUG+b7u/sw==",
|
|
4960
4761
|
"cpu": [
|
|
4961
4762
|
"arm"
|
|
4962
4763
|
],
|
|
@@ -4970,12 +4771,15 @@
|
|
|
4970
4771
|
}
|
|
4971
4772
|
},
|
|
4972
4773
|
"node_modules/@rolldown/binding-linux-arm64-gnu": {
|
|
4973
|
-
"version": "1.0.
|
|
4974
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.
|
|
4975
|
-
"integrity": "sha512-
|
|
4774
|
+
"version": "1.0.3",
|
|
4775
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.3.tgz",
|
|
4776
|
+
"integrity": "sha512-jsO7R8To+AdlYgUmN5sHSCZbfhtMBkO0WUx8iORQnPcMMdgr7qM2DQmMwgabs3GhNztdmoKkMKQFHD6DTMCIQw==",
|
|
4976
4777
|
"cpu": [
|
|
4977
4778
|
"arm64"
|
|
4978
4779
|
],
|
|
4780
|
+
"libc": [
|
|
4781
|
+
"glibc"
|
|
4782
|
+
],
|
|
4979
4783
|
"license": "MIT",
|
|
4980
4784
|
"optional": true,
|
|
4981
4785
|
"os": [
|
|
@@ -4986,12 +4790,15 @@
|
|
|
4986
4790
|
}
|
|
4987
4791
|
},
|
|
4988
4792
|
"node_modules/@rolldown/binding-linux-arm64-musl": {
|
|
4989
|
-
"version": "1.0.
|
|
4990
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.
|
|
4991
|
-
"integrity": "sha512-
|
|
4793
|
+
"version": "1.0.3",
|
|
4794
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.3.tgz",
|
|
4795
|
+
"integrity": "sha512-VWkUHwWriDciit80wleYwKILoR/KMvxh/IdwS/paX+ZgpuRpCrKLUdadJbc0NpBEiyhpYawsJ73j9aCvOH+f7Q==",
|
|
4992
4796
|
"cpu": [
|
|
4993
4797
|
"arm64"
|
|
4994
4798
|
],
|
|
4799
|
+
"libc": [
|
|
4800
|
+
"musl"
|
|
4801
|
+
],
|
|
4995
4802
|
"license": "MIT",
|
|
4996
4803
|
"optional": true,
|
|
4997
4804
|
"os": [
|
|
@@ -5002,12 +4809,15 @@
|
|
|
5002
4809
|
}
|
|
5003
4810
|
},
|
|
5004
4811
|
"node_modules/@rolldown/binding-linux-ppc64-gnu": {
|
|
5005
|
-
"version": "1.0.
|
|
5006
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.0.
|
|
5007
|
-
"integrity": "sha512-
|
|
4812
|
+
"version": "1.0.3",
|
|
4813
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.0.3.tgz",
|
|
4814
|
+
"integrity": "sha512-5f1laC0SlIR0yDbFCd8acUhvJIag6N3zC5P7oUPN6wX0aOma+uKJ0wBDH5aq7I1PVI2ttTlhJwzwRIBnLiSGEg==",
|
|
5008
4815
|
"cpu": [
|
|
5009
4816
|
"ppc64"
|
|
5010
4817
|
],
|
|
4818
|
+
"libc": [
|
|
4819
|
+
"glibc"
|
|
4820
|
+
],
|
|
5011
4821
|
"license": "MIT",
|
|
5012
4822
|
"optional": true,
|
|
5013
4823
|
"os": [
|
|
@@ -5018,12 +4828,15 @@
|
|
|
5018
4828
|
}
|
|
5019
4829
|
},
|
|
5020
4830
|
"node_modules/@rolldown/binding-linux-s390x-gnu": {
|
|
5021
|
-
"version": "1.0.
|
|
5022
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.0.
|
|
5023
|
-
"integrity": "sha512-
|
|
4831
|
+
"version": "1.0.3",
|
|
4832
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.0.3.tgz",
|
|
4833
|
+
"integrity": "sha512-Iq4ko0r4XsgbrF/LunNgHtAGLRRVE2kXonAXQ/MV0mC6jQpMOhW1SvtZja2EhC/kd05++bP78dsqBeIQyYJ6Yg==",
|
|
5024
4834
|
"cpu": [
|
|
5025
4835
|
"s390x"
|
|
5026
4836
|
],
|
|
4837
|
+
"libc": [
|
|
4838
|
+
"glibc"
|
|
4839
|
+
],
|
|
5027
4840
|
"license": "MIT",
|
|
5028
4841
|
"optional": true,
|
|
5029
4842
|
"os": [
|
|
@@ -5034,12 +4847,15 @@
|
|
|
5034
4847
|
}
|
|
5035
4848
|
},
|
|
5036
4849
|
"node_modules/@rolldown/binding-linux-x64-gnu": {
|
|
5037
|
-
"version": "1.0.
|
|
5038
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.
|
|
5039
|
-
"integrity": "sha512-
|
|
4850
|
+
"version": "1.0.3",
|
|
4851
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.3.tgz",
|
|
4852
|
+
"integrity": "sha512-B8m6tD5+/N5FeNQFbKlLA/2yVq9ycQP1SeedyEYYKWBNR3ZQbkvIUcNnDNM03lO1l5F2roiiFJGgvoLLyZXtSg==",
|
|
5040
4853
|
"cpu": [
|
|
5041
4854
|
"x64"
|
|
5042
4855
|
],
|
|
4856
|
+
"libc": [
|
|
4857
|
+
"glibc"
|
|
4858
|
+
],
|
|
5043
4859
|
"license": "MIT",
|
|
5044
4860
|
"optional": true,
|
|
5045
4861
|
"os": [
|
|
@@ -5050,12 +4866,15 @@
|
|
|
5050
4866
|
}
|
|
5051
4867
|
},
|
|
5052
4868
|
"node_modules/@rolldown/binding-linux-x64-musl": {
|
|
5053
|
-
"version": "1.0.
|
|
5054
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.
|
|
5055
|
-
"integrity": "sha512-
|
|
4869
|
+
"version": "1.0.3",
|
|
4870
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.3.tgz",
|
|
4871
|
+
"integrity": "sha512-pSdpdUJHkuCxun9LE7jvgUB9qsRgaiyNNCX7m/AvHTcq67AiT/Yhoxvw5zPfhrM8k/BfP8ce/hMOpthKDpEUow==",
|
|
5056
4872
|
"cpu": [
|
|
5057
4873
|
"x64"
|
|
5058
4874
|
],
|
|
4875
|
+
"libc": [
|
|
4876
|
+
"musl"
|
|
4877
|
+
],
|
|
5059
4878
|
"license": "MIT",
|
|
5060
4879
|
"optional": true,
|
|
5061
4880
|
"os": [
|
|
@@ -5066,9 +4885,9 @@
|
|
|
5066
4885
|
}
|
|
5067
4886
|
},
|
|
5068
4887
|
"node_modules/@rolldown/binding-openharmony-arm64": {
|
|
5069
|
-
"version": "1.0.
|
|
5070
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.
|
|
5071
|
-
"integrity": "sha512-
|
|
4888
|
+
"version": "1.0.3",
|
|
4889
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.3.tgz",
|
|
4890
|
+
"integrity": "sha512-OXXS3RKJgX2uLwM+gYyuH5omcH8fL1LJs96pZGgtetVCahON57+d4SJHzTgZiOjxgGkSnpXpOsWuPDGAKAigEg==",
|
|
5072
4891
|
"cpu": [
|
|
5073
4892
|
"arm64"
|
|
5074
4893
|
],
|
|
@@ -5082,9 +4901,9 @@
|
|
|
5082
4901
|
}
|
|
5083
4902
|
},
|
|
5084
4903
|
"node_modules/@rolldown/binding-wasm32-wasi": {
|
|
5085
|
-
"version": "1.0.
|
|
5086
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.
|
|
5087
|
-
"integrity": "sha512-
|
|
4904
|
+
"version": "1.0.3",
|
|
4905
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.3.tgz",
|
|
4906
|
+
"integrity": "sha512-JTtb8BWFynicNSoPrehsCzBtOKjZ6jhMiPFEmOiuXg1Fl8dn2KHQob+GuPSGR0dryQa1PQJbzjF3dqO/whhjLg==",
|
|
5088
4907
|
"cpu": [
|
|
5089
4908
|
"wasm32"
|
|
5090
4909
|
],
|
|
@@ -5100,9 +4919,9 @@
|
|
|
5100
4919
|
}
|
|
5101
4920
|
},
|
|
5102
4921
|
"node_modules/@rolldown/binding-win32-arm64-msvc": {
|
|
5103
|
-
"version": "1.0.
|
|
5104
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.
|
|
5105
|
-
"integrity": "sha512-
|
|
4922
|
+
"version": "1.0.3",
|
|
4923
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.3.tgz",
|
|
4924
|
+
"integrity": "sha512-gEdFFEN70A/jxb2svrWsN3aDL7OUtmvlOy+6fa2jxG8K0wQ1ZbdeLGnidov6Yu5/733dI5ySfzFlQ/cb0bSz1g==",
|
|
5106
4925
|
"cpu": [
|
|
5107
4926
|
"arm64"
|
|
5108
4927
|
],
|
|
@@ -5116,9 +4935,9 @@
|
|
|
5116
4935
|
}
|
|
5117
4936
|
},
|
|
5118
4937
|
"node_modules/@rolldown/binding-win32-x64-msvc": {
|
|
5119
|
-
"version": "1.0.
|
|
5120
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.
|
|
5121
|
-
"integrity": "sha512-
|
|
4938
|
+
"version": "1.0.3",
|
|
4939
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.3.tgz",
|
|
4940
|
+
"integrity": "sha512-eXB7CHuaQdqmJcc3koCNtNPmT/bj2gc999kUFgBxG8Ac0NdgXc4rkCHhqrgrhN3zddvvvrgzj1e90SuSfmyIXA==",
|
|
5122
4941
|
"cpu": [
|
|
5123
4942
|
"x64"
|
|
5124
4943
|
],
|
|
@@ -6675,15 +6494,6 @@
|
|
|
6675
6494
|
"url": "https://github.com/sponsors/tannerlinsley"
|
|
6676
6495
|
}
|
|
6677
6496
|
},
|
|
6678
|
-
"node_modules/@tanstack/router-generator/node_modules/zod": {
|
|
6679
|
-
"version": "3.25.76",
|
|
6680
|
-
"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
|
|
6681
|
-
"integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
|
|
6682
|
-
"license": "MIT",
|
|
6683
|
-
"funding": {
|
|
6684
|
-
"url": "https://github.com/sponsors/colinhacks"
|
|
6685
|
-
}
|
|
6686
|
-
},
|
|
6687
6497
|
"node_modules/@tanstack/router-plugin": {
|
|
6688
6498
|
"version": "1.167.35",
|
|
6689
6499
|
"resolved": "https://registry.npmjs.org/@tanstack/router-plugin/-/router-plugin-1.167.35.tgz",
|
|
@@ -6784,15 +6594,6 @@
|
|
|
6784
6594
|
"node": ">=8.10.0"
|
|
6785
6595
|
}
|
|
6786
6596
|
},
|
|
6787
|
-
"node_modules/@tanstack/router-plugin/node_modules/zod": {
|
|
6788
|
-
"version": "3.25.76",
|
|
6789
|
-
"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
|
|
6790
|
-
"integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
|
|
6791
|
-
"license": "MIT",
|
|
6792
|
-
"funding": {
|
|
6793
|
-
"url": "https://github.com/sponsors/colinhacks"
|
|
6794
|
-
}
|
|
6795
|
-
},
|
|
6796
6597
|
"node_modules/@tanstack/router-utils": {
|
|
6797
6598
|
"version": "1.161.8",
|
|
6798
6599
|
"resolved": "https://registry.npmjs.org/@tanstack/router-utils/-/router-utils-1.161.8.tgz",
|
|
@@ -15426,12 +15227,12 @@
|
|
|
15426
15227
|
}
|
|
15427
15228
|
},
|
|
15428
15229
|
"node_modules/rolldown": {
|
|
15429
|
-
"version": "1.0.
|
|
15430
|
-
"resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.0.
|
|
15431
|
-
"integrity": "sha512-
|
|
15230
|
+
"version": "1.0.3",
|
|
15231
|
+
"resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.0.3.tgz",
|
|
15232
|
+
"integrity": "sha512-i00lAJ2ks1BYr7rjNjKC7BcqAS7nVfiT3QX1SI5aY+AFHblCmaUf9OE9dbdzDvW6dJxbi2ZCZiy9v3CcwOiX3g==",
|
|
15432
15233
|
"license": "MIT",
|
|
15433
15234
|
"dependencies": {
|
|
15434
|
-
"@oxc-project/types": "=0.
|
|
15235
|
+
"@oxc-project/types": "=0.133.0",
|
|
15435
15236
|
"@rolldown/pluginutils": "^1.0.0"
|
|
15436
15237
|
},
|
|
15437
15238
|
"bin": {
|
|
@@ -15441,21 +15242,21 @@
|
|
|
15441
15242
|
"node": "^20.19.0 || >=22.12.0"
|
|
15442
15243
|
},
|
|
15443
15244
|
"optionalDependencies": {
|
|
15444
|
-
"@rolldown/binding-android-arm64": "1.0.
|
|
15445
|
-
"@rolldown/binding-darwin-arm64": "1.0.
|
|
15446
|
-
"@rolldown/binding-darwin-x64": "1.0.
|
|
15447
|
-
"@rolldown/binding-freebsd-x64": "1.0.
|
|
15448
|
-
"@rolldown/binding-linux-arm-gnueabihf": "1.0.
|
|
15449
|
-
"@rolldown/binding-linux-arm64-gnu": "1.0.
|
|
15450
|
-
"@rolldown/binding-linux-arm64-musl": "1.0.
|
|
15451
|
-
"@rolldown/binding-linux-ppc64-gnu": "1.0.
|
|
15452
|
-
"@rolldown/binding-linux-s390x-gnu": "1.0.
|
|
15453
|
-
"@rolldown/binding-linux-x64-gnu": "1.0.
|
|
15454
|
-
"@rolldown/binding-linux-x64-musl": "1.0.
|
|
15455
|
-
"@rolldown/binding-openharmony-arm64": "1.0.
|
|
15456
|
-
"@rolldown/binding-wasm32-wasi": "1.0.
|
|
15457
|
-
"@rolldown/binding-win32-arm64-msvc": "1.0.
|
|
15458
|
-
"@rolldown/binding-win32-x64-msvc": "1.0.
|
|
15245
|
+
"@rolldown/binding-android-arm64": "1.0.3",
|
|
15246
|
+
"@rolldown/binding-darwin-arm64": "1.0.3",
|
|
15247
|
+
"@rolldown/binding-darwin-x64": "1.0.3",
|
|
15248
|
+
"@rolldown/binding-freebsd-x64": "1.0.3",
|
|
15249
|
+
"@rolldown/binding-linux-arm-gnueabihf": "1.0.3",
|
|
15250
|
+
"@rolldown/binding-linux-arm64-gnu": "1.0.3",
|
|
15251
|
+
"@rolldown/binding-linux-arm64-musl": "1.0.3",
|
|
15252
|
+
"@rolldown/binding-linux-ppc64-gnu": "1.0.3",
|
|
15253
|
+
"@rolldown/binding-linux-s390x-gnu": "1.0.3",
|
|
15254
|
+
"@rolldown/binding-linux-x64-gnu": "1.0.3",
|
|
15255
|
+
"@rolldown/binding-linux-x64-musl": "1.0.3",
|
|
15256
|
+
"@rolldown/binding-openharmony-arm64": "1.0.3",
|
|
15257
|
+
"@rolldown/binding-wasm32-wasi": "1.0.3",
|
|
15258
|
+
"@rolldown/binding-win32-arm64-msvc": "1.0.3",
|
|
15259
|
+
"@rolldown/binding-win32-x64-msvc": "1.0.3"
|
|
15459
15260
|
}
|
|
15460
15261
|
},
|
|
15461
15262
|
"node_modules/rollup": {
|
|
@@ -15852,15 +15653,6 @@
|
|
|
15852
15653
|
"node": ">=4"
|
|
15853
15654
|
}
|
|
15854
15655
|
},
|
|
15855
|
-
"node_modules/shadcn/node_modules/zod": {
|
|
15856
|
-
"version": "3.25.76",
|
|
15857
|
-
"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
|
|
15858
|
-
"integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
|
|
15859
|
-
"license": "MIT",
|
|
15860
|
-
"funding": {
|
|
15861
|
-
"url": "https://github.com/sponsors/colinhacks"
|
|
15862
|
-
}
|
|
15863
|
-
},
|
|
15864
15656
|
"node_modules/shade-generator": {
|
|
15865
15657
|
"version": "1.2.7",
|
|
15866
15658
|
"resolved": "https://registry.npmjs.org/shade-generator/-/shade-generator-1.2.7.tgz",
|
|
@@ -16665,9 +16457,9 @@
|
|
|
16665
16457
|
}
|
|
16666
16458
|
},
|
|
16667
16459
|
"node_modules/tinyglobby": {
|
|
16668
|
-
"version": "0.2.
|
|
16669
|
-
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.
|
|
16670
|
-
"integrity": "sha512-
|
|
16460
|
+
"version": "0.2.17",
|
|
16461
|
+
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.17.tgz",
|
|
16462
|
+
"integrity": "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==",
|
|
16671
16463
|
"license": "MIT",
|
|
16672
16464
|
"dependencies": {
|
|
16673
16465
|
"fdir": "^6.5.0",
|
|
@@ -17466,16 +17258,16 @@
|
|
|
17466
17258
|
}
|
|
17467
17259
|
},
|
|
17468
17260
|
"node_modules/vite": {
|
|
17469
|
-
"version": "8.0.
|
|
17470
|
-
"resolved": "https://registry.npmjs.org/vite/-/vite-8.0.
|
|
17471
|
-
"integrity": "sha512-
|
|
17261
|
+
"version": "8.0.16",
|
|
17262
|
+
"resolved": "https://registry.npmjs.org/vite/-/vite-8.0.16.tgz",
|
|
17263
|
+
"integrity": "sha512-h9bXPmJichP5fLmVQo3PyaGSDE2n3aPuomeAlVRm0JLmt4rY6zmPKd59HYI4LNW8oTK7tlTsuC7l/m7awx9Jcw==",
|
|
17472
17264
|
"license": "MIT",
|
|
17473
17265
|
"dependencies": {
|
|
17474
17266
|
"lightningcss": "^1.32.0",
|
|
17475
17267
|
"picomatch": "^4.0.4",
|
|
17476
17268
|
"postcss": "^8.5.15",
|
|
17477
|
-
"rolldown": "1.0.
|
|
17478
|
-
"tinyglobby": "^0.2.
|
|
17269
|
+
"rolldown": "1.0.3",
|
|
17270
|
+
"tinyglobby": "^0.2.17"
|
|
17479
17271
|
},
|
|
17480
17272
|
"bin": {
|
|
17481
17273
|
"vite": "bin/vite.js"
|
|
@@ -18485,9 +18277,9 @@
|
|
|
18485
18277
|
}
|
|
18486
18278
|
},
|
|
18487
18279
|
"node_modules/zod": {
|
|
18488
|
-
"version": "
|
|
18489
|
-
"resolved": "https://registry.npmjs.org/zod/-/zod-
|
|
18490
|
-
"integrity": "sha512-
|
|
18280
|
+
"version": "3.25.76",
|
|
18281
|
+
"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
|
|
18282
|
+
"integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
|
|
18491
18283
|
"license": "MIT",
|
|
18492
18284
|
"funding": {
|
|
18493
18285
|
"url": "https://github.com/sponsors/colinhacks"
|