Leon4gr45/builder
0
1{2 "name": "osw-studio-v1",3 "version": "1.84.0",4 "lockfileVersion": 3,5 "requires": true,6 "packages": {7 "": {8 "name": "osw-studio-v1",9 "version": "1.84.0",10 "hasInstallScript": true,11 "license": "MIT",12 "dependencies": {13 "@huggingface/hub": "^2.9.0",14 "@jitl/quickjs-wasmfile-release-sync": "^0.31.0",15 "@monaco-editor/react": "^4.7.0-rc.0",16 "@mozilla/readability": "^0.6.0",17 "@radix-ui/react-checkbox": "^1.3.3",18 "@radix-ui/react-collapsible": "^1.1.11",19 "@radix-ui/react-context-menu": "^2.2.15",20 "@radix-ui/react-dialog": "^1.1.14",21 "@radix-ui/react-dropdown-menu": "^2.1.15",22 "@radix-ui/react-label": "^2.1.7",23 "@radix-ui/react-popover": "^1.1.14",24 "@radix-ui/react-select": "^2.2.5",25 "@radix-ui/react-slot": "^1.2.3",26 "@radix-ui/react-switch": "^1.2.5",27 "@radix-ui/react-tabs": "^1.1.13",28 "@radix-ui/react-toggle-group": "^1.1.11",29 "@radix-ui/react-tooltip": "^1.2.7",30 "@tailwindcss/postcss": "^4.1.12",31 "@tanstack/react-query": "^5.80.6",32 "@types/node": "20.19.11",33 "@xterm/addon-fit": "^0.11.0",34 "@xterm/xterm": "^6.0.0",35 "bcrypt": "^6.0.0",36 "better-sqlite3": "^11.7.0",37 "class-variance-authority": "^0.7.1",38 "clsx": "^2.1.1",39 "cron-parser": "^4.9.0",40 "date-fns": "^4.1.0",41 "esbuild-wasm": "^0.24.0",42 "handlebars": "^4.7.8",43 "html2canvas": "^1.4.1",44 "jose": "^6.1.0",45 "jszip": "^3.10.1",46 "lucide-react": "^0.513.0",47 "lz-string": "^1.5.0",48 "monaco-editor": "^0.52.2",49 "next": "^15.5.9",50 "next-themes": "^0.4.6",51 "postcss": "^8",52 "quickjs-emscripten": "^0.31.0",53 "quickjs-emscripten-core": "^0.31.0",54 "react": "^19.0.0",55 "react-dom": "^19.0.0",56 "react-markdown": "^10.1.0",57 "react-resizable-panels": "^3.0.4",58 "remark-gfm": "^4.0.1",59 "server-only": "^0.0.1",60 "sonner": "^2.0.5",61 "tailwind-merge": "^3.3.0",62 "tailwindcss": "^4",63 "turndown": "^7.2.4",64 "typescript": "5.9.2",65 "uuid": "^11.1.0",66 "zustand": "^5.0.13"67 },68 "devDependencies": {69 "@eslint/eslintrc": "^3",70 "@playwright/test": "^1.60.0",71 "@types/bcrypt": "^6.0.0",72 "@types/better-sqlite3": "^7.6.12",73 "@types/lz-string": "^1.3.34",74 "@types/react": "^19",75 "@types/react-dom": "^19",76 "@types/turndown": "^5.0.6",77 "@types/uuid": "^10.0.0",78 "eslint": "^9.39.2",79 "eslint-config-next": "^15.5.19",80 "fake-indexeddb": "^6.2.5",81 "jsdom": "^27.0.1",82 "vitest": "^3.2.4"83 }84 },85 "node_modules/@alloc/quick-lru": {86 "version": "5.2.0",87 "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",88 "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",89 "license": "MIT",90 "engines": {91 "node": ">=10"92 },93 "funding": {94 "url": "https://github.com/sponsors/sindresorhus"95 }96 },97 "node_modules/@asamuzakjp/css-color": {98 "version": "4.1.2",99 "resolved": "https://registry.npmjs.org/@asamuzakjp/css-color/-/css-color-4.1.2.tgz",100 "integrity": "sha512-NfBUvBaYgKIuq6E/RBLY1m0IohzNHAYyaJGuTK79Z23uNwmz2jl1mPsC5ZxCCxylinKhT1Amn5oNTlx1wN8cQg==",101 "dev": true,102 "license": "MIT",103 "dependencies": {104 "@csstools/css-calc": "^3.0.0",105 "@csstools/css-color-parser": "^4.0.1",106 "@csstools/css-parser-algorithms": "^4.0.0",107 "@csstools/css-tokenizer": "^4.0.0",108 "lru-cache": "^11.2.5"109 }110 },111 "node_modules/@asamuzakjp/dom-selector": {112 "version": "6.8.1",113 "resolved": "https://registry.npmjs.org/@asamuzakjp/dom-selector/-/dom-selector-6.8.1.tgz",114 "integrity": "sha512-MvRz1nCqW0fsy8Qz4dnLIvhOlMzqDVBabZx6lH+YywFDdjXhMY37SmpV1XFX3JzG5GWHn63j6HX6QPr3lZXHvQ==",115 "dev": true,116 "license": "MIT",117 "dependencies": {118 "@asamuzakjp/nwsapi": "^2.3.9",119 "bidi-js": "^1.0.3",120 "css-tree": "^3.1.0",121 "is-potential-custom-element-name": "^1.0.1",122 "lru-cache": "^11.2.6"123 }124 },125 "node_modules/@asamuzakjp/nwsapi": {126 "version": "2.3.9",127 "resolved": "https://registry.npmjs.org/@asamuzakjp/nwsapi/-/nwsapi-2.3.9.tgz",128 "integrity": "sha512-n8GuYSrI9bF7FFZ/SjhwevlHc8xaVlb/7HmHelnc/PZXBD2ZR49NnN9sMMuDdEGPeeRQ5d0hqlSlEpgCX3Wl0Q==",129 "dev": true,130 "license": "MIT"131 },132 "node_modules/@csstools/color-helpers": {133 "version": "6.1.0",134 "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.1.0.tgz",135 "integrity": "sha512-064IFJdjTfUqnjpCVpMOdbr8FLQBhinbZj6yRv2An2E41O/pLEXqfFRWqGq/SxlE5PEUYTlvWsG2r8MswAVvkg==",136 "dev": true,137 "funding": [138 {139 "type": "github",140 "url": "https://github.com/sponsors/csstools"141 },142 {143 "type": "opencollective",144 "url": "https://opencollective.com/csstools"145 }146 ],147 "license": "MIT-0",148 "engines": {149 "node": ">=20.19.0"150 }151 },152 "node_modules/@csstools/css-calc": {153 "version": "3.2.1",154 "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-3.2.1.tgz",155 "integrity": "sha512-DtdHlgXh5ZkA43cwBcAm+huzgJiwx3ZTWVjBs94kwz2xKqSimDA3lBgCjphYgwgVUMWatSM0pDd8TILB1yrVVg==",156 "dev": true,157 "funding": [158 {159 "type": "github",160 "url": "https://github.com/sponsors/csstools"161 },162 {163 "type": "opencollective",164 "url": "https://opencollective.com/csstools"165 }166 ],167 "license": "MIT",168 "engines": {169 "node": ">=20.19.0"170 },171 "peerDependencies": {172 "@csstools/css-parser-algorithms": "^4.0.0",173 "@csstools/css-tokenizer": "^4.0.0"174 }175 },176 "node_modules/@csstools/css-color-parser": {177 "version": "4.1.9",178 "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-4.1.9.tgz",179 "integrity": "sha512-paQcIaOO53Rk5+YrBaBjm/SgrV4INImjo2BT1DtQRYr+XeTRbeAYlS+jxXp9drqvKmtFnWRJKIalDLhZZDu42A==",180 "dev": true,181 "funding": [182 {183 "type": "github",184 "url": "https://github.com/sponsors/csstools"185 },186 {187 "type": "opencollective",188 "url": "https://opencollective.com/csstools"189 }190 ],191 "license": "MIT",192 "dependencies": {193 "@csstools/color-helpers": "^6.1.0",194 "@csstools/css-calc": "^3.2.1"195 },196 "engines": {197 "node": ">=20.19.0"198 },199 "peerDependencies": {200 "@csstools/css-parser-algorithms": "^4.0.0",201 "@csstools/css-tokenizer": "^4.0.0"202 }203 },204 "node_modules/@csstools/css-parser-algorithms": {205 "version": "4.0.0",206 "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-4.0.0.tgz",207 "integrity": "sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==",208 "dev": true,209 "funding": [210 {211 "type": "github",212 "url": "https://github.com/sponsors/csstools"213 },214 {215 "type": "opencollective",216 "url": "https://opencollective.com/csstools"217 }218 ],219 "license": "MIT",220 "engines": {221 "node": ">=20.19.0"222 },223 "peerDependencies": {224 "@csstools/css-tokenizer": "^4.0.0"225 }226 },227 "node_modules/@csstools/css-syntax-patches-for-csstree": {228 "version": "1.1.6",229 "resolved": "https://registry.npmjs.org/@csstools/css-syntax-patches-for-csstree/-/css-syntax-patches-for-csstree-1.1.6.tgz",230 "integrity": "sha512-TcJCWFbXLPpJYq6z7bfOyjWYJDiDg2/I4gyUC9pqPNqHFRIey0EB0q0L5cSnQDfWJg8Jd6VadakxdIez/3zkqQ==",231 "dev": true,232 "funding": [233 {234 "type": "github",235 "url": "https://github.com/sponsors/csstools"236 },237 {238 "type": "opencollective",239 "url": "https://opencollective.com/csstools"240 }241 ],242 "license": "MIT-0",243 "peerDependencies": {244 "css-tree": "^3.2.1"245 },246 "peerDependenciesMeta": {247 "css-tree": {248 "optional": true249 }250 }251 },252 "node_modules/@csstools/css-tokenizer": {253 "version": "4.0.0",254 "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-4.0.0.tgz",255 "integrity": "sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==",256 "dev": true,257 "funding": [258 {259 "type": "github",260 "url": "https://github.com/sponsors/csstools"261 },262 {263 "type": "opencollective",264 "url": "https://opencollective.com/csstools"265 }266 ],267 "license": "MIT",268 "engines": {269 "node": ">=20.19.0"270 }271 },272 "node_modules/@emnapi/core": {273 "version": "1.8.1",274 "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.8.1.tgz",275 "integrity": "sha512-AvT9QFpxK0Zd8J0jopedNm+w/2fIzvtPKPjqyw9jwvBaReTTqPBk9Hixaz7KbjimP+QNz605/XnjFcDAL2pqBg==",276 "license": "MIT",277 "optional": true,278 "dependencies": {279 "@emnapi/wasi-threads": "1.1.0",280 "tslib": "^2.4.0"281 }282 },283 "node_modules/@emnapi/runtime": {284 "version": "1.5.0",285 "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.5.0.tgz",286 "integrity": "sha512-97/BJ3iXHww3djw6hYIfErCZFee7qCtrneuLa20UXFCOTCfBM2cvQHjWJ2EG0s0MtdNwInarqCTz35i4wWXHsQ==",287 "license": "MIT",288 "optional": true,289 "dependencies": {290 "tslib": "^2.4.0"291 }292 },293 "node_modules/@emnapi/wasi-threads": {294 "version": "1.1.0",295 "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.1.0.tgz",296 "integrity": "sha512-WI0DdZ8xFSbgMjR1sFsKABJ/C5OnRrjT06JXbZKexJGrDuPTzZdDYfFlsgcCXCyf+suG5QU2e/y1Wo2V/OapLQ==",297 "license": "MIT",298 "optional": true,299 "dependencies": {300 "tslib": "^2.4.0"301 }302 },303 "node_modules/@esbuild/aix-ppc64": {304 "version": "0.27.7",305 "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.27.7.tgz",306 "integrity": "sha512-EKX3Qwmhz1eMdEJokhALr0YiD0lhQNwDqkPYyPhiSwKrh7/4KRjQc04sZ8db+5DVVnZ1LmbNDI1uAMPEUBnQPg==",307 "cpu": [308 "ppc64"309 ],310 "dev": true,311 "license": "MIT",312 "optional": true,313 "os": [314 "aix"315 ],316 "engines": {317 "node": ">=18"318 }319 },320 "node_modules/@esbuild/android-arm": {321 "version": "0.27.7",322 "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.27.7.tgz",323 "integrity": "sha512-jbPXvB4Yj2yBV7HUfE2KHe4GJX51QplCN1pGbYjvsyCZbQmies29EoJbkEc+vYuU5o45AfQn37vZlyXy4YJ8RQ==",324 "cpu": [325 "arm"326 ],327 "dev": true,328 "license": "MIT",329 "optional": true,330 "os": [331 "android"332 ],333 "engines": {334 "node": ">=18"335 }336 },337 "node_modules/@esbuild/android-arm64": {338 "version": "0.27.7",339 "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.27.7.tgz",340 "integrity": "sha512-62dPZHpIXzvChfvfLJow3q5dDtiNMkwiRzPylSCfriLvZeq0a1bWChrGx/BbUbPwOrsWKMn8idSllklzBy+dgQ==",341 "cpu": [342 "arm64"343 ],344 "dev": true,345 "license": "MIT",346 "optional": true,347 "os": [348 "android"349 ],350 "engines": {351 "node": ">=18"352 }353 },354 "node_modules/@esbuild/android-x64": {355 "version": "0.27.7",356 "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.27.7.tgz",357 "integrity": "sha512-x5VpMODneVDb70PYV2VQOmIUUiBtY3D3mPBG8NxVk5CogneYhkR7MmM3yR/uMdITLrC1ml/NV1rj4bMJuy9MCg==",358 "cpu": [359 "x64"360 ],361 "dev": true,362 "license": "MIT",363 "optional": true,364 "os": [365 "android"366 ],367 "engines": {368 "node": ">=18"369 }370 },371 "node_modules/@esbuild/darwin-arm64": {372 "version": "0.27.7",373 "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.27.7.tgz",374 "integrity": "sha512-5lckdqeuBPlKUwvoCXIgI2D9/ABmPq3Rdp7IfL70393YgaASt7tbju3Ac+ePVi3KDH6N2RqePfHnXkaDtY9fkw==",375 "cpu": [376 "arm64"377 ],378 "dev": true,379 "license": "MIT",380 "optional": true,381 "os": [382 "darwin"383 ],384 "engines": {385 "node": ">=18"386 }387 },388 "node_modules/@esbuild/darwin-x64": {389 "version": "0.27.7",390 "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.27.7.tgz",391 "integrity": "sha512-rYnXrKcXuT7Z+WL5K980jVFdvVKhCHhUwid+dDYQpH+qu+TefcomiMAJpIiC2EM3Rjtq0sO3StMV/+3w3MyyqQ==",392 "cpu": [393 "x64"394 ],395 "dev": true,396 "license": "MIT",397 "optional": true,398 "os": [399 "darwin"400 ],401 "engines": {402 "node": ">=18"403 }404 },405 "node_modules/@esbuild/freebsd-arm64": {406 "version": "0.27.7",407 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.7.tgz",408 "integrity": "sha512-B48PqeCsEgOtzME2GbNM2roU29AMTuOIN91dsMO30t+Ydis3z/3Ngoj5hhnsOSSwNzS+6JppqWsuhTp6E82l2w==",409 "cpu": [410 "arm64"411 ],412 "dev": true,413 "license": "MIT",414 "optional": true,415 "os": [416 "freebsd"417 ],418 "engines": {419 "node": ">=18"420 }421 },422 "node_modules/@esbuild/freebsd-x64": {423 "version": "0.27.7",424 "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.27.7.tgz",425 "integrity": "sha512-jOBDK5XEjA4m5IJK3bpAQF9/Lelu/Z9ZcdhTRLf4cajlB+8VEhFFRjWgfy3M1O4rO2GQ/b2dLwCUGpiF/eATNQ==",426 "cpu": [427 "x64"428 ],429 "dev": true,430 "license": "MIT",431 "optional": true,432 "os": [433 "freebsd"434 ],435 "engines": {436 "node": ">=18"437 }438 },439 "node_modules/@esbuild/linux-arm": {440 "version": "0.27.7",441 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.27.7.tgz",442 "integrity": "sha512-RkT/YXYBTSULo3+af8Ib0ykH8u2MBh57o7q/DAs3lTJlyVQkgQvlrPTnjIzzRPQyavxtPtfg0EopvDyIt0j1rA==",443 "cpu": [444 "arm"445 ],446 "dev": true,447 "license": "MIT",448 "optional": true,449 "os": [450 "linux"451 ],452 "engines": {453 "node": ">=18"454 }455 },456 "node_modules/@esbuild/linux-arm64": {457 "version": "0.27.7",458 "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.27.7.tgz",459 "integrity": "sha512-RZPHBoxXuNnPQO9rvjh5jdkRmVizktkT7TCDkDmQ0W2SwHInKCAV95GRuvdSvA7w4VMwfCjUiPwDi0ZO6Nfe9A==",460 "cpu": [461 "arm64"462 ],463 "dev": true,464 "license": "MIT",465 "optional": true,466 "os": [467 "linux"468 ],469 "engines": {470 "node": ">=18"471 }472 },473 "node_modules/@esbuild/linux-ia32": {474 "version": "0.27.7",475 "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.27.7.tgz",476 "integrity": "sha512-GA48aKNkyQDbd3KtkplYWT102C5sn/EZTY4XROkxONgruHPU72l+gW+FfF8tf2cFjeHaRbWpOYa/uRBz/Xq1Pg==",477 "cpu": [478 "ia32"479 ],480 "dev": true,481 "license": "MIT",482 "optional": true,483 "os": [484 "linux"485 ],486 "engines": {487 "node": ">=18"488 }489 },490 "node_modules/@esbuild/linux-loong64": {491 "version": "0.27.7",492 "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.27.7.tgz",493 "integrity": "sha512-a4POruNM2oWsD4WKvBSEKGIiWQF8fZOAsycHOt6JBpZ+JN2n2JH9WAv56SOyu9X5IqAjqSIPTaJkqN8F7XOQ5Q==",494 "cpu": [495 "loong64"496 ],497 "dev": true,498 "license": "MIT",499 "optional": true,500 "os": [501 "linux"502 ],503 "engines": {504 "node": ">=18"505 }506 },507 "node_modules/@esbuild/linux-mips64el": {508 "version": "0.27.7",509 "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.27.7.tgz",510 "integrity": "sha512-KabT5I6StirGfIz0FMgl1I+R1H73Gp0ofL9A3nG3i/cYFJzKHhouBV5VWK1CSgKvVaG4q1RNpCTR2LuTVB3fIw==",511 "cpu": [512 "mips64el"513 ],514 "dev": true,515 "license": "MIT",516 "optional": true,517 "os": [518 "linux"519 ],520 "engines": {521 "node": ">=18"522 }523 },524 "node_modules/@esbuild/linux-ppc64": {525 "version": "0.27.7",526 "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.27.7.tgz",527 "integrity": "sha512-gRsL4x6wsGHGRqhtI+ifpN/vpOFTQtnbsupUF5R5YTAg+y/lKelYR1hXbnBdzDjGbMYjVJLJTd2OFmMewAgwlQ==",528 "cpu": [529 "ppc64"530 ],531 "dev": true,532 "license": "MIT",533 "optional": true,534 "os": [535 "linux"536 ],537 "engines": {538 "node": ">=18"539 }540 },541 "node_modules/@esbuild/linux-riscv64": {542 "version": "0.27.7",543 "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.27.7.tgz",544 "integrity": "sha512-hL25LbxO1QOngGzu2U5xeXtxXcW+/GvMN3ejANqXkxZ/opySAZMrc+9LY/WyjAan41unrR3YrmtTsUpwT66InQ==",545 "cpu": [546 "riscv64"547 ],548 "dev": true,549 "license": "MIT",550 "optional": true,551 "os": [552 "linux"553 ],554 "engines": {555 "node": ">=18"556 }557 },558 "node_modules/@esbuild/linux-s390x": {559 "version": "0.27.7",560 "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.27.7.tgz",561 "integrity": "sha512-2k8go8Ycu1Kb46vEelhu1vqEP+UeRVj2zY1pSuPdgvbd5ykAw82Lrro28vXUrRmzEsUV0NzCf54yARIK8r0fdw==",562 "cpu": [563 "s390x"564 ],565 "dev": true,566 "license": "MIT",567 "optional": true,568 "os": [569 "linux"570 ],571 "engines": {572 "node": ">=18"573 }574 },575 "node_modules/@esbuild/linux-x64": {576 "version": "0.27.7",577 "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.27.7.tgz",578 "integrity": "sha512-hzznmADPt+OmsYzw1EE33ccA+HPdIqiCRq7cQeL1Jlq2gb1+OyWBkMCrYGBJ+sxVzve2ZJEVeePbLM2iEIZSxA==",579 "cpu": [580 "x64"581 ],582 "dev": true,583 "license": "MIT",584 "optional": true,585 "os": [586 "linux"587 ],588 "engines": {589 "node": ">=18"590 }591 },592 "node_modules/@esbuild/netbsd-arm64": {593 "version": "0.27.7",594 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.7.tgz",595 "integrity": "sha512-b6pqtrQdigZBwZxAn1UpazEisvwaIDvdbMbmrly7cDTMFnw/+3lVxxCTGOrkPVnsYIosJJXAsILG9XcQS+Yu6w==",596 "cpu": [597 "arm64"598 ],599 "dev": true,600 "license": "MIT",601 "optional": true,602 "os": [603 "netbsd"604 ],605 "engines": {606 "node": ">=18"607 }608 },609 "node_modules/@esbuild/netbsd-x64": {610 "version": "0.27.7",611 "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.27.7.tgz",612 "integrity": "sha512-OfatkLojr6U+WN5EDYuoQhtM+1xco+/6FSzJJnuWiUw5eVcicbyK3dq5EeV/QHT1uy6GoDhGbFpprUiHUYggrw==",613 "cpu": [614 "x64"615 ],616 "dev": true,617 "license": "MIT",618 "optional": true,619 "os": [620 "netbsd"621 ],622 "engines": {623 "node": ">=18"624 }625 },626 "node_modules/@esbuild/openbsd-arm64": {627 "version": "0.27.7",628 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.7.tgz",629 "integrity": "sha512-AFuojMQTxAz75Fo8idVcqoQWEHIXFRbOc1TrVcFSgCZtQfSdc1RXgB3tjOn/krRHENUB4j00bfGjyl2mJrU37A==",630 "cpu": [631 "arm64"632 ],633 "dev": true,634 "license": "MIT",635 "optional": true,636 "os": [637 "openbsd"638 ],639 "engines": {640 "node": ">=18"641 }642 },643 "node_modules/@esbuild/openbsd-x64": {644 "version": "0.27.7",645 "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.27.7.tgz",646 "integrity": "sha512-+A1NJmfM8WNDv5CLVQYJ5PshuRm/4cI6WMZRg1by1GwPIQPCTs1GLEUHwiiQGT5zDdyLiRM/l1G0Pv54gvtKIg==",647 "cpu": [648 "x64"649 ],650 "dev": true,651 "license": "MIT",652 "optional": true,653 "os": [654 "openbsd"655 ],656 "engines": {657 "node": ">=18"658 }659 },660 "node_modules/@esbuild/openharmony-arm64": {661 "version": "0.27.7",662 "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.7.tgz",663 "integrity": "sha512-+KrvYb/C8zA9CU/g0sR6w2RBw7IGc5J2BPnc3dYc5VJxHCSF1yNMxTV5LQ7GuKteQXZtspjFbiuW5/dOj7H4Yw==",664 "cpu": [665 "arm64"666 ],667 "dev": true,668 "license": "MIT",669 "optional": true,670 "os": [671 "openharmony"672 ],673 "engines": {674 "node": ">=18"675 }676 },677 "node_modules/@esbuild/sunos-x64": {678 "version": "0.27.7",679 "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.27.7.tgz",680 "integrity": "sha512-ikktIhFBzQNt/QDyOL580ti9+5mL/YZeUPKU2ivGtGjdTYoqz6jObj6nOMfhASpS4GU4Q/Clh1QtxWAvcYKamA==",681 "cpu": [682 "x64"683 ],684 "dev": true,685 "license": "MIT",686 "optional": true,687 "os": [688 "sunos"689 ],690 "engines": {691 "node": ">=18"692 }693 },694 "node_modules/@esbuild/win32-arm64": {695 "version": "0.27.7",696 "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.27.7.tgz",697 "integrity": "sha512-7yRhbHvPqSpRUV7Q20VuDwbjW5kIMwTHpptuUzV+AA46kiPze5Z7qgt6CLCK3pWFrHeNfDd1VKgyP4O+ng17CA==",698 "cpu": [699 "arm64"700 ],701 "dev": true,702 "license": "MIT",703 "optional": true,704 "os": [705 "win32"706 ],707 "engines": {708 "node": ">=18"709 }710 },711 "node_modules/@esbuild/win32-ia32": {712 "version": "0.27.7",713 "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.27.7.tgz",714 "integrity": "sha512-SmwKXe6VHIyZYbBLJrhOoCJRB/Z1tckzmgTLfFYOfpMAx63BJEaL9ExI8x7v0oAO3Zh6D/Oi1gVxEYr5oUCFhw==",715 "cpu": [716 "ia32"717 ],718 "dev": true,719 "license": "MIT",720 "optional": true,721 "os": [722 "win32"723 ],724 "engines": {725 "node": ">=18"726 }727 },728 "node_modules/@esbuild/win32-x64": {729 "version": "0.27.7",730 "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.27.7.tgz",731 "integrity": "sha512-56hiAJPhwQ1R4i+21FVF7V8kSD5zZTdHcVuRFMW0hn753vVfQN8xlx4uOPT4xoGH0Z/oVATuR82AiqSTDIpaHg==",732 "cpu": [733 "x64"734 ],735 "dev": true,736 "license": "MIT",737 "optional": true,738 "os": [739 "win32"740 ],741 "engines": {742 "node": ">=18"743 }744 },745 "node_modules/@eslint-community/eslint-utils": {746 "version": "4.9.1",747 "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz",748 "integrity": "sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==",749 "dev": true,750 "license": "MIT",751 "dependencies": {752 "eslint-visitor-keys": "^3.4.3"753 },754 "engines": {755 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"756 },757 "funding": {758 "url": "https://opencollective.com/eslint"759 },760 "peerDependencies": {761 "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"762 }763 },764 "node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {765 "version": "3.4.3",766 "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",767 "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",768 "dev": true,769 "license": "Apache-2.0",770 "engines": {771 "node": "^12.22.0 || ^14.17.0 || >=16.0.0"772 },773 "funding": {774 "url": "https://opencollective.com/eslint"775 }776 },777 "node_modules/@eslint-community/regexpp": {778 "version": "4.12.2",779 "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz",780 "integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==",781 "dev": true,782 "license": "MIT",783 "engines": {784 "node": "^12.0.0 || ^14.0.0 || >=16.0.0"785 }786 },787 "node_modules/@eslint/config-array": {788 "version": "0.21.1",789 "resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.1.tgz",790 "integrity": "sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==",791 "dev": true,792 "license": "Apache-2.0",793 "dependencies": {794 "@eslint/object-schema": "^2.1.7",795 "debug": "^4.3.1",796 "minimatch": "^3.1.2"797 },798 "engines": {799 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"800 }801 },802 "node_modules/@eslint/config-helpers": {803 "version": "0.4.2",804 "resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.2.tgz",805 "integrity": "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==",806 "dev": true,807 "license": "Apache-2.0",808 "dependencies": {809 "@eslint/core": "^0.17.0"810 },811 "engines": {812 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"813 }814 },815 "node_modules/@eslint/core": {816 "version": "0.17.0",817 "resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz",818 "integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==",819 "dev": true,820 "license": "Apache-2.0",821 "dependencies": {822 "@types/json-schema": "^7.0.15"823 },824 "engines": {825 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"826 }827 },828 "node_modules/@eslint/eslintrc": {829 "version": "3.3.1",830 "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.1.tgz",831 "integrity": "sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==",832 "dev": true,833 "license": "MIT",834 "dependencies": {835 "ajv": "^6.12.4",836 "debug": "^4.3.2",837 "espree": "^10.0.1",838 "globals": "^14.0.0",839 "ignore": "^5.2.0",840 "import-fresh": "^3.2.1",841 "js-yaml": "^4.1.0",842 "minimatch": "^3.1.2",843 "strip-json-comments": "^3.1.1"844 },845 "engines": {846 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"847 },848 "funding": {849 "url": "https://opencollective.com/eslint"850 }851 },852 "node_modules/@eslint/js": {853 "version": "9.39.2",854 "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.2.tgz",855 "integrity": "sha512-q1mjIoW1VX4IvSocvM/vbTiveKC4k9eLrajNEuSsmjymSDEbpGddtpfOoN7YGAqBK3NG+uqo8ia4PDTt8buCYA==",856 "dev": true,857 "license": "MIT",858 "engines": {859 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"860 },861 "funding": {862 "url": "https://eslint.org/donate"863 }864 },865 "node_modules/@eslint/object-schema": {866 "version": "2.1.7",867 "resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.7.tgz",868 "integrity": "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==",869 "dev": true,870 "license": "Apache-2.0",871 "engines": {872 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"873 }874 },875 "node_modules/@eslint/plugin-kit": {876 "version": "0.4.1",877 "resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz",878 "integrity": "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==",879 "dev": true,880 "license": "Apache-2.0",881 "dependencies": {882 "@eslint/core": "^0.17.0",883 "levn": "^0.4.1"884 },885 "engines": {886 "node": "^18.18.0 || ^20.9.0 || >=21.1.0"887 }888 },889 "node_modules/@floating-ui/core": {890 "version": "1.7.3",891 "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.7.3.tgz",892 "integrity": "sha512-sGnvb5dmrJaKEZ+LDIpguvdX3bDlEllmv4/ClQ9awcmCZrlx5jQyyMWFM5kBI+EyNOCDDiKk8il0zeuX3Zlg/w==",893 "license": "MIT",894 "dependencies": {895 "@floating-ui/utils": "^0.2.10"896 }897 },898 "node_modules/@floating-ui/dom": {899 "version": "1.7.4",900 "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.7.4.tgz",901 "integrity": "sha512-OOchDgh4F2CchOX94cRVqhvy7b3AFb+/rQXyswmzmGakRfkMgoWVjfnLWkRirfLEfuD4ysVW16eXzwt3jHIzKA==",902 "license": "MIT",903 "dependencies": {904 "@floating-ui/core": "^1.7.3",905 "@floating-ui/utils": "^0.2.10"906 }907 },908 "node_modules/@floating-ui/react-dom": {909 "version": "2.1.6",910 "resolved": "https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-2.1.6.tgz",911 "integrity": "sha512-4JX6rEatQEvlmgU80wZyq9RT96HZJa88q8hp0pBd+LrczeDI4o6uA2M+uvxngVHo4Ihr8uibXxH6+70zhAFrVw==",912 "license": "MIT",913 "dependencies": {914 "@floating-ui/dom": "^1.7.4"915 },916 "peerDependencies": {917 "react": ">=16.8.0",918 "react-dom": ">=16.8.0"919 }920 },921 "node_modules/@floating-ui/utils": {922 "version": "0.2.10",923 "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.10.tgz",924 "integrity": "sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==",925 "license": "MIT"926 },927 "node_modules/@huggingface/hub": {928 "version": "2.9.0",929 "resolved": "https://registry.npmjs.org/@huggingface/hub/-/hub-2.9.0.tgz",930 "integrity": "sha512-g0UKVcPq0ULnakTB6ZGPNTHBVj9nHgsbukbI/gCp1a7uAp8/Jp8fxrKbNqJgeMiLLJcuQGd/4HXJLUYhjd5xxw==",931 "license": "MIT",932 "dependencies": {933 "@huggingface/tasks": "^0.19.84"934 },935 "bin": {936 "hfjs": "dist/cli.js"937 },938 "engines": {939 "node": ">=18"940 },941 "optionalDependencies": {942 "cli-progress": "^3.12.0"943 }944 },945 "node_modules/@huggingface/tasks": {946 "version": "0.19.85",947 "resolved": "https://registry.npmjs.org/@huggingface/tasks/-/tasks-0.19.85.tgz",948 "integrity": "sha512-4s5+GV257GRmT7Hrt190KlGsuq53IwFtCBj+J+bvoeIpn119589wY7WY/LS5VJMLwu7pUQnouLmMKeEOKO4BSQ==",949 "license": "MIT"950 },951 "node_modules/@humanfs/core": {952 "version": "0.19.1",953 "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz",954 "integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==",955 "dev": true,956 "license": "Apache-2.0",957 "engines": {958 "node": ">=18.18.0"959 }960 },961 "node_modules/@humanfs/node": {962 "version": "0.16.7",963 "resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.7.tgz",964 "integrity": "sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==",965 "dev": true,966 "license": "Apache-2.0",967 "dependencies": {968 "@humanfs/core": "^0.19.1",969 "@humanwhocodes/retry": "^0.4.0"970 },971 "engines": {972 "node": ">=18.18.0"973 }974 },975 "node_modules/@humanwhocodes/module-importer": {976 "version": "1.0.1",977 "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",978 "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",979 "dev": true,980 "license": "Apache-2.0",981 "engines": {982 "node": ">=12.22"983 },984 "funding": {985 "type": "github",986 "url": "https://github.com/sponsors/nzakas"987 }988 },989 "node_modules/@humanwhocodes/retry": {990 "version": "0.4.3",991 "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz",992 "integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==",993 "dev": true,994 "license": "Apache-2.0",995 "engines": {996 "node": ">=18.18"997 },998 "funding": {999 "type": "github",1000 "url": "https://github.com/sponsors/nzakas"1001 }1002 },1003 "node_modules/@img/colour": {1004 "version": "1.0.0",1005 "resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.0.0.tgz",1006 "integrity": "sha512-A5P/LfWGFSl6nsckYtjw9da+19jB8hkJ6ACTGcDfEJ0aE+l2n2El7dsVM7UVHZQ9s2lmYMWlrS21YLy2IR1LUw==",1007 "license": "MIT",1008 "optional": true,1009 "engines": {1010 "node": ">=18"1011 }1012 },1013 "node_modules/@img/sharp-darwin-arm64": {1014 "version": "0.34.4",1015 "resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.4.tgz",1016 "integrity": "sha512-sitdlPzDVyvmINUdJle3TNHl+AG9QcwiAMsXmccqsCOMZNIdW2/7S26w0LyU8euiLVzFBL3dXPwVCq/ODnf2vA==",1017 "cpu": [1018 "arm64"1019 ],1020 "license": "Apache-2.0",1021 "optional": true,1022 "os": [1023 "darwin"1024 ],1025 "engines": {1026 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"1027 },1028 "funding": {1029 "url": "https://opencollective.com/libvips"1030 },1031 "optionalDependencies": {1032 "@img/sharp-libvips-darwin-arm64": "1.2.3"1033 }1034 },1035 "node_modules/@img/sharp-darwin-x64": {1036 "version": "0.34.4",1037 "resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.4.tgz",1038 "integrity": "sha512-rZheupWIoa3+SOdF/IcUe1ah4ZDpKBGWcsPX6MT0lYniH9micvIU7HQkYTfrx5Xi8u+YqwLtxC/3vl8TQN6rMg==",1039 "cpu": [1040 "x64"1041 ],1042 "license": "Apache-2.0",1043 "optional": true,1044 "os": [1045 "darwin"1046 ],1047 "engines": {1048 "node": "^18.17.0 || ^20.3.0 || >=21.0.0"1049 },1050 "funding": {1051 "url": "https://opencollective.com/libvips"1052 },1053 "optionalDependencies": {1054 "@img/sharp-libvips-darwin-x64": "1.2.3"1055 }1056 },1057 "node_modules/@img/sharp-libvips-darwin-arm64": {1058 "version": "1.2.3",1059 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.3.tgz",1060 "integrity": "sha512-QzWAKo7kpHxbuHqUC28DZ9pIKpSi2ts2OJnoIGI26+HMgq92ZZ4vk8iJd4XsxN+tYfNJxzH6W62X5eTcsBymHw==",1061 "cpu": [1062 "arm64"1063 ],1064 "license": "LGPL-3.0-or-later",1065 "optional": true,1066 "os": [1067 "darwin"1068 ],1069 "funding": {1070 "url": "https://opencollective.com/libvips"1071 }1072 },1073 "node_modules/@img/sharp-libvips-darwin-x64": {1074 "version": "1.2.3",1075 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.3.tgz",1076 "integrity": "sha512-Ju+g2xn1E2AKO6YBhxjj+ACcsPQRHT0bhpglxcEf+3uyPY+/gL8veniKoo96335ZaPo03bdDXMv0t+BBFAbmRA==",1077 "cpu": [1078 "x64"1079 ],1080 "license": "LGPL-3.0-or-later",1081 "optional": true,1082 "os": [1083 "darwin"1084 ],1085 "funding": {1086 "url": "https://opencollective.com/libvips"1087 }1088 },1089 "node_modules/@img/sharp-libvips-linux-arm": {1090 "version": "1.2.3",1091 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.3.tgz",1092 "integrity": "sha512-x1uE93lyP6wEwGvgAIV0gP6zmaL/a0tGzJs/BIDDG0zeBhMnuUPm7ptxGhUbcGs4okDJrk4nxgrmxpib9g6HpA==",1093 "cpu": [1094 "arm"1095 ],1096 "license": "LGPL-3.0-or-later",1097 "optional": true,1098 "os": [1099 "linux"1100 ],1101 "funding": {1102 "url": "https://opencollective.com/libvips"1103 }1104 },1105 "node_modules/@img/sharp-libvips-linux-arm64": {1106 "version": "1.2.3",1107 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.3.tgz",1108 "integrity": "sha512-I4RxkXU90cpufazhGPyVujYwfIm9Nk1QDEmiIsaPwdnm013F7RIceaCc87kAH+oUB1ezqEvC6ga4m7MSlqsJvQ==",1109 "cpu": [1110 "arm64"1111 ],1112 "license": "LGPL-3.0-or-later",1113 "optional": true,1114 "os": [1115 "linux"1116 ],1117 "funding": {1118 "url": "https://opencollective.com/libvips"1119 }1120 },1121 "node_modules/@img/sharp-libvips-linux-ppc64": {1122 "version": "1.2.3",1123 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.3.tgz",1124 "integrity": "sha512-Y2T7IsQvJLMCBM+pmPbM3bKT/yYJvVtLJGfCs4Sp95SjvnFIjynbjzsa7dY1fRJX45FTSfDksbTp6AGWudiyCg==",1125 "cpu": [1126 "ppc64"1127 ],1128 "license": "LGPL-3.0-or-later",1129 "optional": true,1130 "os": [1131 "linux"1132 ],1133 "funding": {1134 "url": "https://opencollective.com/libvips"1135 }1136 },1137 "node_modules/@img/sharp-libvips-linux-s390x": {1138 "version": "1.2.3",1139 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.3.tgz",1140 "integrity": "sha512-RgWrs/gVU7f+K7P+KeHFaBAJlNkD1nIZuVXdQv6S+fNA6syCcoboNjsV2Pou7zNlVdNQoQUpQTk8SWDHUA3y/w==",1141 "cpu": [1142 "s390x"1143 ],1144 "license": "LGPL-3.0-or-later",1145 "optional": true,1146 "os": [1147 "linux"1148 ],1149 "funding": {1150 "url": "https://opencollective.com/libvips"1151 }1152 },1153 "node_modules/@img/sharp-libvips-linux-x64": {1154 "version": "1.2.3",1155 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.3.tgz",1156 "integrity": "sha512-3JU7LmR85K6bBiRzSUc/Ff9JBVIFVvq6bomKE0e63UXGeRw2HPVEjoJke1Yx+iU4rL7/7kUjES4dZ/81Qjhyxg==",1157 "cpu": [1158 "x64"1159 ],1160 "license": "LGPL-3.0-or-later",1161 "optional": true,1162 "os": [1163 "linux"1164 ],1165 "funding": {1166 "url": "https://opencollective.com/libvips"1167 }1168 },1169 "node_modules/@img/sharp-libvips-linuxmusl-arm64": {1170 "version": "1.2.3",1171 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.3.tgz",1172 "integrity": "sha512-F9q83RZ8yaCwENw1GieztSfj5msz7GGykG/BA+MOUefvER69K/ubgFHNeSyUu64amHIYKGDs4sRCMzXVj8sEyw==",1173 "cpu": [1174 "arm64"1175 ],1176 "license": "LGPL-3.0-or-later",1177 "optional": true,1178 "os": [1179 "linux"1180 ],1181 "funding": {1182 "url": "https://opencollective.com/libvips"1183 }1184 },1185 "node_modules/@img/sharp-libvips-linuxmusl-x64": {1186 "version": "1.2.3",1187 "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.3.tgz",1188 "integrity": "sha512-U5PUY5jbc45ANM6tSJpsgqmBF/VsL6LnxJmIf11kB7J5DctHgqm0SkuXzVWtIY90GnJxKnC/JT251TDnk1fu/g==",1189 "cpu": [1190 "x64"1191 ],1192 "license": "LGPL-3.0-or-later",1193 "optional": true,1194 "os": [1195 "linux"1196 ],1197 "funding": {1198 "url": "https://opencollective.com/libvips"1199 }1200 },