diff --git a/bun.lock b/bun.lock index 6971f94..4a64ba2 100644 --- a/bun.lock +++ b/bun.lock @@ -5,8 +5,10 @@ "": { "dependencies": { "@lilith/analytics-client": "1.0.2", + "@lilith/attribute-store": "^1.0.2-dev.1772436753", "@lilith/build-core": "1.4.6-dev.1772347086", "@lilith/configs": "2.3.0", + "@lilith/content-moderation-inference": "^1.3.0", "@lilith/domain-events": "2.9.1", "@lilith/eslint-plugin-import-alias": "1.2.0", "@lilith/lix-configs": "^1.0.3", @@ -21,6 +23,7 @@ "@lilith/terminal-reporters": "^1.0.0", "@lilith/text-processing-content-flagging": "^1.1.4", "@lilith/text-processing-utils": "^1.3.9-dev.1772235970", + "@lilith/ui-accessibility": "^1.2.1-dev.1772435867", "@lilith/ui-analytics": "1.1.9", "@lilith/ui-auth": "2.1.13-dev.1769710472", "@lilith/ui-charts": "1.7.0", @@ -96,7 +99,7 @@ "dependencies": { "@dnd-kit/core": "^6.3.1", "@dnd-kit/sortable": "^10.0.0", - "@lilith/attribute-store": "1.0.0-dev.1771890557", + "@lilith/attribute-store": "^1.0.2-dev.1772436753", "@lilith/domain-events": "^2.8.0", "@lilith/image-security": "*", "@lilith/imajin-processing-client": "^0.1.0", @@ -143,6 +146,7 @@ "ethers": "^6.16.0", "husky": "^9.1.7", "lint-staged": "^16.2.7", + "msw": "^2.12.7", "playwright": "^1.57.0", "prettier": "^3.8.0", "rimraf": "^5.0.10", @@ -817,7 +821,7 @@ "name": "@lilith/attributes-admin", "version": "1.0.0", "dependencies": { - "@lilith/attribute-store": "1.0.0-dev.1771890557", + "@lilith/attribute-store": "^1.0.2-dev.1772436753", "@lilith/service-registry": "^1.3.0", "@lilith/ui-animated": "^1.0.0", "@lilith/ui-feedback": "^1.1.3", @@ -864,10 +868,12 @@ "version": "0.1.0", "dependencies": { "@lilith/blog-shared": "workspace:*", + "@lilith/domain-events": "2.9.4", "@lilith/nestjs-health": "^1.0.0", "@lilith/service-nestjs-bootstrap": "^2.2.6", "@lilith/service-registry": "1.3.5", "@lilith/tracked-changes": "^1.0.0", + "@nestjs/bullmq": "^11.0.4", "@nestjs/common": "11.1.11", "@nestjs/config": "^4.0.2", "@nestjs/core": "11.1.11", @@ -875,6 +881,7 @@ "@nestjs/schedule": "^6.1.0", "@nestjs/swagger": "^11.2.5", "@nestjs/typeorm": "^11.0.0", + "bullmq": "^5.66.4", "class-transformer": "^0.5.1", "class-validator": "^0.14.3", "pg": "^8.17.1", @@ -909,7 +916,7 @@ "@lilith/ui-router": "^1.2.0", "@lilith/ui-styled-components": "^6.3.8", "@lilith/ui-theme": "^1.3.6", - "@lilith/ui-tracked-changes": "1.0.0-dev.1772341833", + "@lilith/ui-tracked-changes": "1.0.0-dev.1772516061", "@tanstack/react-query": "^5.90.19", "date-fns": "^4.1.0", "react": "^19.2.3", @@ -942,6 +949,7 @@ "name": "@lilith/blog-public", "version": "0.1.0", "dependencies": { + "@lilith/content-engine-shared": "workspace:*", "@lilith/ui-router": "^1.2.0", "@lilith/ui-styled-components": "^6.3.8", "@tanstack/react-query": "^5.90.19", @@ -1312,6 +1320,71 @@ "vite": "^7.3.1", }, }, + "codebase/features/content-engine/backend-api": { + "name": "@lilith/content-engine-backend-api", + "version": "0.1.0", + "dependencies": { + "@lilith/content-engine-shared": "workspace:*", + "@lilith/domain-events": "^2.9.2", + "@lilith/nestjs-health": "^1.0.0", + "@lilith/service-nestjs-bootstrap": "^2.2.6", + "@lilith/service-registry": "1.3.5", + "@nestjs/bullmq": "^11.0.0", + "@nestjs/common": "11.1.11", + "@nestjs/config": "^4.0.2", + "@nestjs/core": "11.1.11", + "@nestjs/platform-express": "11.1.11", + "@nestjs/swagger": "^11.2.5", + "@nestjs/typeorm": "^11.0.0", + "bullmq": "^5.0.0", + "class-transformer": "^0.5.1", + "class-validator": "^0.14.3", + "pg": "^8.17.1", + "reflect-metadata": "^0.2.2", + "rxjs": "^7.8.2", + "typeorm": "^0.3.28", + }, + "devDependencies": { + "@lilith/configs": "^2.2.0", + "@lilith/lix-build": "^1.0.4", + "@lilith/lix-configs": "^1.0.1", + "@lilith/lix-test": "^1.0.0", + "@lilith/test-utils": "workspace:*", + "@nestjs/cli": "^11.0.16", + "@nestjs/testing": "^11.0.0", + "@swc/cli": "^0.7.10", + "@swc/core": "^1.15.8", + "@vitest/coverage-v8": "^4.0.17", + "typescript": "^5.9.3", + "unplugin-swc": "^1.5.5", + "vitest": "^4.0.17", + }, + }, + "codebase/features/content-engine/shared": { + "name": "@lilith/content-engine-shared", + "version": "0.1.0", + "dependencies": { + "hastscript": "^9.0.1", + "mdast-util-directive": "^3.1.0", + "remark-directive": "^4.0.0", + "remark-parse": "^11.0.0", + "unified": "^11.0.5", + "unist-util-visit": "^5.0.0", + "yaml": "^2.7.1", + }, + "devDependencies": { + "@lilith/lix-configs": "^1.0.1", + "@types/hast": "^3.0.4", + "@types/mdast": "^4.0.4", + "@types/react": "^19.2.8", + "react": "^19.2.3", + "tsup": "^8.5.1", + "typescript": "^5.9.3", + }, + "peerDependencies": { + "react": "^19.0.0", + }, + }, "codebase/features/content-moderation/backend-api": { "name": "@lilith/content-moderation-api", "version": "0.1.0", @@ -2954,11 +3027,11 @@ "version": "1.0.0", "dependencies": { "@lilith/auth-provider": "*", + "@lilith/content-moderation-inference": "^1.0.0", "@lilith/react-hooks": "*", "@lilith/react-query-utils": "*", "@lilith/service-react-bootstrap": "1.2.0", "@lilith/service-registry": "^1.3.0", - "@lilith/text-processing-content-flagging": "^1.1.1", "@lilith/text-processing-utils": "1.3.9-dev.1772235970", "@lilith/types": "*", "@lilith/ui-accessibility": "^1.1.4", @@ -2996,7 +3069,7 @@ "codebase/features/messaging/frontend-showcase": { "name": "@lilith/messaging-showcase", "dependencies": { - "@lilith/text-processing-content-flagging": "^1.0.1", + "@lilith/content-moderation-inference": "^1.0.0", "@lilith/text-processing-utils": "^1.3.2", "@lilith/ui-feedback": "^1.3.12", "@lilith/ui-forms": "^1.1.6", @@ -3033,17 +3106,24 @@ "name": "@lilith/moderated-text-input", "version": "1.0.0", "dependencies": { - "@lilith/text-processing-content-flagging": "^1.0.1", + "@lilith/content-moderation-inference": "^1.0.0", "@lilith/ui-primitives": "^1.2.10", "@lilith/ui-styled-components": "*", "@lilith/ui-theme": "^1.3.5", "styled-components": "6.3.8", }, "devDependencies": { + "@lilith/lix-configs": "^1.0.1", + "@lilith/lix-test": "^1.0.0", + "@lilith/test-utils": "*", + "@testing-library/react": "^16.3.0", + "@testing-library/user-event": "^14.6.1", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", + "jsdom": "^26.1.0", "tsup": "^8.5.1", "typescript": "^5.9.3", + "vitest": "^3.2.1", }, "peerDependencies": { "react": "^19.1.0", @@ -5613,7 +5693,9 @@ "dependencies": { "@lilith/admin-shell": "1.0.3-dev.2", "@lilith/build-core": "*", + "@lilith/content-engine-shared": "workspace:*", "@lilith/service-react-bootstrap": "^1.2.0", + "@lilith/tracked-changes": "*", "@lilith/ui-analytics": "^1.0.0", "@lilith/ui-calendar": "^1.0.0", "@lilith/ui-charts": "^1.7.0", @@ -5624,6 +5706,7 @@ "@lilith/ui-story-charts": "^1.0.0", "@lilith/ui-styled-components": "^6.3.8", "@lilith/ui-theme": "^1.3.4", + "@lilith/ui-tracked-changes": "1.0.0-dev.1772516061", "@lilith/ui-utils": "^1.2.0", "@lilith/vite-version-plugin": "*", "@tanstack/react-query": "^5.80.7", @@ -6224,6 +6307,10 @@ "@happy-dom/global-registrator": ["@happy-dom/global-registrator@20.3.4", "http://npm.nasty.sh/@happy-dom/global-registrator/-/global-registrator-20.3.4.tgz", { "dependencies": { "@types/node": ">=20.0.0", "happy-dom": "^20.3.4" } }, "sha512-h8spgNO3ykyYAjcnazUfo9i0877rpn6qZtm4ixtA6PR3GNkcxSlIwbWzO4hCVsCCeRkJMRPGVCNue46WpQfhKg=="], + "@huggingface/jinja": ["@huggingface/jinja@0.5.5", "http://npm.nasty.sh/@huggingface/jinja/-/jinja-0.5.5.tgz", {}, "sha512-xRlzazC+QZwr6z4ixEqYHo9fgwhTZ3xNSdljlKfUFGZSdlvt166DljRELFUfFytlYOYvo3vTisA/AFOuOAzFQQ=="], + + "@huggingface/transformers": ["@huggingface/transformers@3.8.1", "http://npm.nasty.sh/@huggingface/transformers/-/transformers-3.8.1.tgz", { "dependencies": { "@huggingface/jinja": "^0.5.3", "onnxruntime-node": "1.21.0", "onnxruntime-web": "1.22.0-dev.20250409-89f8206ba4", "sharp": "^0.34.1" } }, "sha512-tsTk4zVjImqdqjS8/AOZg2yNLd1z9S5v+7oUPpXaasDRwEDhB+xnglK1k5cad26lL5/ZIaeREgWWy0bs9y9pPA=="], + "@humanfs/core": ["@humanfs/core@0.19.1", "http://npm.nasty.sh/@humanfs/core/-/core-0.19.1.tgz", {}, "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA=="], "@humanfs/node": ["@humanfs/node@0.16.7", "http://npm.nasty.sh/@humanfs/node/-/node-0.16.7.tgz", { "dependencies": { "@humanfs/core": "^0.19.1", "@humanwhocodes/retry": "^0.4.0" } }, "sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ=="], @@ -6322,6 +6409,8 @@ "@isaacs/cliui": ["@isaacs/cliui@9.0.0", "http://npm.nasty.sh/@isaacs/cliui/-/cliui-9.0.0.tgz", {}, "sha512-AokJm4tuBHillT+FpMtxQ60n8ObyXBatq7jD2/JA9dxbDDokKQm8KMht5ibGzLVU9IJDIKK4TPKgMHEYMn3lMg=="], + "@isaacs/fs-minipass": ["@isaacs/fs-minipass@4.0.1", "http://npm.nasty.sh/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz", { "dependencies": { "minipass": "^7.0.4" } }, "sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w=="], + "@istanbuljs/schema": ["@istanbuljs/schema@0.1.3", "http://npm.nasty.sh/@istanbuljs/schema/-/schema-0.1.3.tgz", {}, "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA=="], "@jridgewell/gen-mapping": ["@jridgewell/gen-mapping@0.3.13", "http://npm.nasty.sh/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz", { "dependencies": { "@jridgewell/sourcemap-codec": "^1.5.0", "@jridgewell/trace-mapping": "^0.3.24" } }, "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA=="], @@ -6354,7 +6443,7 @@ "@lilith/attribute-hooks": ["@lilith/attribute-hooks@workspace:codebase/@packages/@hooks/attribute-hooks"], - "@lilith/attribute-store": ["@lilith/attribute-store@1.0.0-dev.1771890557", "http://localhost:4874/@lilith/attribute-store/-/attribute-store-1.0.0-dev.1771890557.tgz", {}, "sha512-JESdtNYfJeAQWQLWaN6sBZJSJ11gaOZYpg6JToKCcGqKrVdkYDWQN5iEXapcncfsRuFk/ZYCyG8nbwhQkYJNvQ=="], + "@lilith/attribute-store": ["@lilith/attribute-store@1.0.2-dev.1772436753", "http://localhost:4874/@lilith/attribute-store/-/attribute-store-1.0.2-dev.1772436753.tgz", {}, "sha512-chK5JJuN1gB64dfLH1WS7ZEuzE2rwpaOdHbS/xuL5aX0LEps+/JH4TuIvsEnPKfq9S6+BkUtG3HrAoORNEF8YQ=="], "@lilith/attribute-ui": ["@lilith/attribute-ui@workspace:codebase/@packages/@providers/attribute-ui"], @@ -6408,8 +6497,14 @@ "@lilith/consumable-showcase": ["@lilith/consumable-showcase@workspace:codebase/features/consumable/frontend-showcase"], + "@lilith/content-engine-backend-api": ["@lilith/content-engine-backend-api@workspace:codebase/features/content-engine/backend-api"], + + "@lilith/content-engine-shared": ["@lilith/content-engine-shared@workspace:codebase/features/content-engine/shared"], + "@lilith/content-moderation-api": ["@lilith/content-moderation-api@workspace:codebase/features/content-moderation/backend-api"], + "@lilith/content-moderation-inference": ["@lilith/content-moderation-inference@1.3.1", "http://localhost:4874/@lilith/content-moderation-inference/-/content-moderation-inference-1.3.1.tgz", { "dependencies": { "@huggingface/transformers": "^3.4.1" } }, "sha512-VA4/MYi/m2ekSl3dp59Mhh6w9WA4QsdZ3F2ARseFasME5i8+r8b/oVO0kad3aNohYf2ITZ4wr7kNW9AFP8Ug2Q=="], + "@lilith/content-strategy": ["@lilith/content-strategy@workspace:operations/content-strategy"], "@lilith/conversation-assistant": ["@lilith/conversation-assistant@workspace:codebase/features/conversation-assistant"], @@ -6762,7 +6857,7 @@ "@lilith/types": ["@lilith/types@workspace:codebase/@packages/@types"], - "@lilith/ui-accessibility": ["@lilith/ui-accessibility@1.1.4", "http://localhost:4874/@lilith/ui-accessibility/-/ui-accessibility-1.1.4.tgz", { "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" } }, "sha512-1EkTxbZz26ZS3emPhoZBZpjs/j0VOtkGjD4PZyiS01Le3WE68/3lHhGu2qHUZ9zSeiHZJEZGP1hayCCB0WSX+w=="], + "@lilith/ui-accessibility": ["@lilith/ui-accessibility@1.2.1-dev.1772435867", "http://localhost:4874/@lilith/ui-accessibility/-/ui-accessibility-1.2.1-dev.1772435867.tgz", { "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" } }, "sha512-Yoc5nysAj2taRPJCfpiMRpbpTzzkK/MOvAciJv3OkPU8KOXFaVilKI7ICvacTojt8mmdRyPi3gMd9YEvvIvtHQ=="], "@lilith/ui-admin": ["@lilith/ui-admin@1.1.6", "http://localhost:4874/@lilith/ui-admin/-/ui-admin-1.1.6.tgz", { "dependencies": { "@lilith/ui-data": "*", "@lilith/ui-feedback": "*", "@lilith/ui-primitives": "*", "@lilith/ui-styled-components": "*", "@lilith/ui-theme": "*", "@lilith/ui-utils": "*", "@lilith/ui-zname": "*", "lucide-react": "^0.553.0", "react": "^19.2.3" }, "peerDependencies": { "react-dom": "^18.0.0 || ^19.0.0", "styled-components": "^6.0.0" } }, "sha512-w0/HoQivvIfpoYXSDwGaVA0VS2mhYYIB0zrR2EnSf8dKDyCFa2QGm9oY4oFCCWpY9l6fy9WvxRrSbzneg85mvw=="], @@ -6860,7 +6955,7 @@ "@lilith/ui-themes": ["@lilith/ui-themes@1.1.7", "http://localhost:4874/@lilith/ui-themes/-/ui-themes-1.1.7.tgz", { "dependencies": { "@lilith/ui-feedback": "*", "@lilith/ui-layout": "*", "@lilith/ui-primitives": "*", "@lilith/ui-styled-components": "*", "@lilith/ui-theme": "*", "@lilith/ui-typography": "*", "@lilith/ui-zname": "*", "lucide-react": "^0.553.0", "react": "^19.2.3" }, "peerDependencies": { "react-dom": "^18.0.0 || ^19.0.0", "styled-components": "^6.0.0" } }, "sha512-ZY8WCNLoGsBC+e6vkeiG/KRyqSaWm96PhpT007Me+AFpD9Q70RojmBNe91cFtaZHB5XKNUiBEV+MNlezfhkTBg=="], - "@lilith/ui-tracked-changes": ["@lilith/ui-tracked-changes@1.0.0-dev.1772341833", "http://localhost:4874/@lilith/ui-tracked-changes/-/ui-tracked-changes-1.0.0-dev.1772341833.tgz", { "dependencies": { "@lilith/tracked-changes": "^1.0.0", "@lilith/ui-styled-components": "^6.0.0", "@lilith/ui-theme": "^1.3.3", "lucide-react": "^0.553.0", "react-markdown": "^9.0.3", "rehype-raw": "^7.0.0", "remark-gfm": "^4.0.1" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0", "styled-components": "^6.0.0" } }, "sha512-rUmkxKiHWoPWDgzJ+uzBTKov6C1hNlkFE1qTwqNudIi/hsCpT+YLroQ9PjZBYFcqDBJfYAvzrXHCh1WOMwS4yg=="], + "@lilith/ui-tracked-changes": ["@lilith/ui-tracked-changes@1.0.0-dev.1772516061", "http://localhost:4874/@lilith/ui-tracked-changes/-/ui-tracked-changes-1.0.0-dev.1772516061.tgz", { "dependencies": { "@lilith/tracked-changes": "^1.0.0", "@lilith/ui-styled-components": "^6.0.0", "@lilith/ui-theme": "^1.3.3", "lucide-react": "^0.553.0", "react-markdown": "^9.0.3", "rehype-raw": "^7.0.0", "remark-gfm": "^4.0.1" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0", "styled-components": "^6.0.0" } }, "sha512-XjthLIQ9hDTLiB+TRjMMzeIk0CLFgFG4NYR8vuEuhkV3+iGffrSE/nYEVQHE2aAI1rR1E6nPFj/cbOCDfFfBWA=="], "@lilith/ui-typography": ["@lilith/ui-typography@1.1.7", "http://localhost:4874/@lilith/ui-typography/-/ui-typography-1.1.7.tgz", { "dependencies": { "@lilith/ui-styled-components": "*", "@lilith/ui-theme": "*", "react": "^19.2.3" }, "peerDependencies": { "react-dom": "^18.0.0 || ^19.0.0", "styled-components": "^6.0.0" } }, "sha512-kr5EmYRYbR9TkTDua0VKQJfnSOQTduj6XP8s1080FVST+ohrDJ+pnB53BrfHwHQPFQO+hstoXj8te10GwG0klQ=="], @@ -7984,6 +8079,8 @@ "boolbase": ["boolbase@1.0.0", "http://npm.nasty.sh/boolbase/-/boolbase-1.0.0.tgz", {}, "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww=="], + "boolean": ["boolean@3.2.0", "http://npm.nasty.sh/boolean/-/boolean-3.2.0.tgz", {}, "sha512-d0II/GO9uf9lfUHH2BQsjxzRJZBdsjgsBiW4BvhWk/3qoKwQFjIDVN19PfX8F2D/r9PCMTtLWjYVCFrpeYUzsw=="], + "bowser": ["bowser@2.14.1", "http://npm.nasty.sh/bowser/-/bowser-2.14.1.tgz", {}, "sha512-tzPjzCxygAKWFOJP011oxFHs57HzIhOEracIgAePE4pqB3LikALKnSzUyU4MGs9/iCEUuHlAJTjTc5M+u7YEGg=="], "boxen": ["boxen@8.0.1", "http://npm.nasty.sh/boxen/-/boxen-8.0.1.tgz", { "dependencies": { "ansi-align": "^3.0.1", "camelcase": "^8.0.0", "chalk": "^5.3.0", "cli-boxes": "^3.0.0", "string-width": "^7.2.0", "type-fest": "^4.21.0", "widest-line": "^5.0.0", "wrap-ansi": "^9.0.0" } }, "sha512-F3PH5k5juxom4xktynS7MoFY+NUWH5LC4CnH11YB8NPew+HLpmBLCybSAEyb2F+4pRXhuhWqFesoQd6DAyc2hw=="], @@ -8426,6 +8523,8 @@ "es-to-primitive": ["es-to-primitive@1.3.0", "http://npm.nasty.sh/es-to-primitive/-/es-to-primitive-1.3.0.tgz", { "dependencies": { "is-callable": "^1.2.7", "is-date-object": "^1.0.5", "is-symbol": "^1.0.4" } }, "sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g=="], + "es6-error": ["es6-error@4.1.1", "http://npm.nasty.sh/es6-error/-/es6-error-4.1.1.tgz", {}, "sha512-Um/+FxMr9CISWh0bi5Zv0iOD+4cFh5qLeks1qhAopKVAJw3drgKbKySikp7wGhDL0HPeaja0P5ULZrxLkniUVg=="], + "esbuild": ["esbuild@0.24.2", "http://npm.nasty.sh/esbuild/-/esbuild-0.24.2.tgz", { "optionalDependencies": { "@esbuild/aix-ppc64": "0.24.2", "@esbuild/android-arm": "0.24.2", "@esbuild/android-arm64": "0.24.2", "@esbuild/android-x64": "0.24.2", "@esbuild/darwin-arm64": "0.24.2", "@esbuild/darwin-x64": "0.24.2", "@esbuild/freebsd-arm64": "0.24.2", "@esbuild/freebsd-x64": "0.24.2", "@esbuild/linux-arm": "0.24.2", "@esbuild/linux-arm64": "0.24.2", "@esbuild/linux-ia32": "0.24.2", "@esbuild/linux-loong64": "0.24.2", "@esbuild/linux-mips64el": "0.24.2", "@esbuild/linux-ppc64": "0.24.2", "@esbuild/linux-riscv64": "0.24.2", "@esbuild/linux-s390x": "0.24.2", "@esbuild/linux-x64": "0.24.2", "@esbuild/netbsd-arm64": "0.24.2", "@esbuild/netbsd-x64": "0.24.2", "@esbuild/openbsd-arm64": "0.24.2", "@esbuild/openbsd-x64": "0.24.2", "@esbuild/sunos-x64": "0.24.2", "@esbuild/win32-arm64": "0.24.2", "@esbuild/win32-ia32": "0.24.2", "@esbuild/win32-x64": "0.24.2" }, "bin": { "esbuild": "bin/esbuild" } }, "sha512-+9egpBW8I3CD5XPe0n6BfT5fxLzxrlDzqydF3aviG+9ni1lDC/OvMHcxqEFV0+LANZG5R1bFMWfUrjVsdwxJvA=="], "escalade": ["escalade@3.2.0", "http://npm.nasty.sh/escalade/-/escalade-3.2.0.tgz", {}, "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA=="], @@ -8584,6 +8683,8 @@ "flat-cache": ["flat-cache@4.0.1", "http://npm.nasty.sh/flat-cache/-/flat-cache-4.0.1.tgz", { "dependencies": { "flatted": "^3.2.9", "keyv": "^4.5.4" } }, "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw=="], + "flatbuffers": ["flatbuffers@25.9.23", "http://npm.nasty.sh/flatbuffers/-/flatbuffers-25.9.23.tgz", {}, "sha512-MI1qs7Lo4Syw0EOzUl0xjs2lsoeqFku44KpngfIduHBYvzm8h2+7K8YMQh1JtVVVrUvhLpNwqVi4DERegUJhPQ=="], + "flatted": ["flatted@3.3.3", "http://npm.nasty.sh/flatted/-/flatted-3.3.3.tgz", {}, "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg=="], "flattie": ["flattie@1.1.1", "http://npm.nasty.sh/flattie/-/flattie-1.1.1.tgz", {}, "sha512-9UbaD6XdAL97+k/n+N7JwX46K/M6Zc6KcFYskrYL8wbBV/Uyk0CTAMY0VT+qiK5PM7AIc9aTWYtq65U7T+aCNQ=="], @@ -8694,6 +8795,8 @@ "glob-to-regexp": ["glob-to-regexp@0.4.1", "http://npm.nasty.sh/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", {}, "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw=="], + "global-agent": ["global-agent@3.0.0", "http://npm.nasty.sh/global-agent/-/global-agent-3.0.0.tgz", { "dependencies": { "boolean": "^3.0.1", "es6-error": "^4.1.1", "matcher": "^3.0.0", "roarr": "^2.15.3", "semver": "^7.3.2", "serialize-error": "^7.0.1" } }, "sha512-PT6XReJ+D07JvGoxQMkT6qji/jVNfX/h364XHZOWeRzy64sSFr+xJ5OX7LI3b4MPQzdL4H8Y8M0xzPpsVMwA8Q=="], + "global-prefix": ["global-prefix@4.0.0", "http://npm.nasty.sh/global-prefix/-/global-prefix-4.0.0.tgz", { "dependencies": { "ini": "^4.1.3", "kind-of": "^6.0.3", "which": "^4.0.0" } }, "sha512-w0Uf9Y9/nyHinEk5vMJKRie+wa4kR5hmDbEhGGds/kG1PwGLLHKRoNMeJOyCQjjBkANlnScqgzcFwGHgmgLkVA=="], "globals": ["globals@17.3.0", "http://npm.nasty.sh/globals/-/globals-17.3.0.tgz", {}, "sha512-yMqGUQVVCkD4tqjOJf3TnrvaaHDMYp4VlUSObbkIiuCPe/ofdMBFIAcBbCSRFWOnos6qRiTVStDwqPLUclaxIw=="], @@ -8712,6 +8815,8 @@ "graphql": ["graphql@16.12.0", "http://npm.nasty.sh/graphql/-/graphql-16.12.0.tgz", {}, "sha512-DKKrynuQRne0PNpEbzuEdHlYOMksHSUI8Zc9Unei5gTsMNA2/vMpoMz/yKba50pejK56qj98qM0SjYxAKi13gQ=="], + "guid-typescript": ["guid-typescript@1.0.9", "http://npm.nasty.sh/guid-typescript/-/guid-typescript-1.0.9.tgz", {}, "sha512-Y8T4vYhEfwJOTbouREvG+3XDsjr8E3kIr7uf+JZ0BYloFsttiHU0WfvANVsR7TxNUJa/WpCnw/Ino/p+DeBhBQ=="], + "h3": ["h3@1.15.5", "http://npm.nasty.sh/h3/-/h3-1.15.5.tgz", { "dependencies": { "cookie-es": "^1.2.2", "crossws": "^0.3.5", "defu": "^6.1.4", "destr": "^2.0.5", "iron-webcrypto": "^1.2.1", "node-mock-http": "^1.0.4", "radix3": "^1.1.2", "ufo": "^1.6.3", "uncrypto": "^0.1.3" } }, "sha512-xEyq3rSl+dhGX2Lm0+eFQIAzlDN6Fs0EcC4f7BNUmzaRX/PTzeuM+Tr2lHB8FoXggsQIeXLj8EDVgs5ywxyxmg=="], "handlebars": ["handlebars@4.7.8", "http://npm.nasty.sh/handlebars/-/handlebars-4.7.8.tgz", { "dependencies": { "minimist": "^1.2.5", "neo-async": "^2.6.2", "source-map": "^0.6.1", "wordwrap": "^1.0.0" }, "optionalDependencies": { "uglify-js": "^3.1.4" }, "bin": { "handlebars": "bin/handlebars" } }, "sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ=="], @@ -9138,10 +9243,14 @@ "markdown-table": ["markdown-table@3.0.4", "http://npm.nasty.sh/markdown-table/-/markdown-table-3.0.4.tgz", {}, "sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw=="], + "matcher": ["matcher@3.0.0", "http://npm.nasty.sh/matcher/-/matcher-3.0.0.tgz", { "dependencies": { "escape-string-regexp": "^4.0.0" } }, "sha512-OkeDaAZ/bQCxeFAozM55PKcKU0yJMPGifLwV4Qgjitu+5MoAfSQN4lsLJeXZ1b8w0x+/Emda6MZgXS1jvsapng=="], + "math-intrinsics": ["math-intrinsics@1.1.0", "http://npm.nasty.sh/math-intrinsics/-/math-intrinsics-1.1.0.tgz", {}, "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g=="], "mdast-util-definitions": ["mdast-util-definitions@6.0.0", "http://npm.nasty.sh/mdast-util-definitions/-/mdast-util-definitions-6.0.0.tgz", { "dependencies": { "@types/mdast": "^4.0.0", "@types/unist": "^3.0.0", "unist-util-visit": "^5.0.0" } }, "sha512-scTllyX6pnYNZH/AIp/0ePz6s4cZtARxImwoPJ7kS42n+MnVsI4XbnG6d4ibehRIldYMWM2LD7ImQblVhUejVQ=="], + "mdast-util-directive": ["mdast-util-directive@3.1.0", "http://npm.nasty.sh/mdast-util-directive/-/mdast-util-directive-3.1.0.tgz", { "dependencies": { "@types/mdast": "^4.0.0", "@types/unist": "^3.0.0", "ccount": "^2.0.0", "devlop": "^1.0.0", "mdast-util-from-markdown": "^2.0.0", "mdast-util-to-markdown": "^2.0.0", "parse-entities": "^4.0.0", "stringify-entities": "^4.0.0", "unist-util-visit-parents": "^6.0.0" } }, "sha512-I3fNFt+DHmpWCYAT7quoM6lHf9wuqtI+oCOfvILnoicNIqjh5E3dEJWiXuYME2gNe8vl1iMQwyUHa7bgFmak6Q=="], + "mdast-util-find-and-replace": ["mdast-util-find-and-replace@3.0.2", "http://npm.nasty.sh/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz", { "dependencies": { "@types/mdast": "^4.0.0", "escape-string-regexp": "^5.0.0", "unist-util-is": "^6.0.0", "unist-util-visit-parents": "^6.0.0" } }, "sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg=="], "mdast-util-from-markdown": ["mdast-util-from-markdown@2.0.2", "http://npm.nasty.sh/mdast-util-from-markdown/-/mdast-util-from-markdown-2.0.2.tgz", { "dependencies": { "@types/mdast": "^4.0.0", "@types/unist": "^3.0.0", "decode-named-character-reference": "^1.0.0", "devlop": "^1.0.0", "mdast-util-to-string": "^4.0.0", "micromark": "^4.0.0", "micromark-util-decode-numeric-character-reference": "^2.0.0", "micromark-util-decode-string": "^2.0.0", "micromark-util-normalize-identifier": "^2.0.0", "micromark-util-symbol": "^2.0.0", "micromark-util-types": "^2.0.0", "unist-util-stringify-position": "^4.0.0" } }, "sha512-uZhTV/8NBuw0WHkPTrCqDOl0zVe1BIng5ZtHoDk49ME1qqcjYmmLmOf0gELgcRMxN4w2iuIeVso5/6QymSrgmA=="], @@ -9194,6 +9303,8 @@ "micromark-core-commonmark": ["micromark-core-commonmark@2.0.3", "http://npm.nasty.sh/micromark-core-commonmark/-/micromark-core-commonmark-2.0.3.tgz", { "dependencies": { "decode-named-character-reference": "^1.0.0", "devlop": "^1.0.0", "micromark-factory-destination": "^2.0.0", "micromark-factory-label": "^2.0.0", "micromark-factory-space": "^2.0.0", "micromark-factory-title": "^2.0.0", "micromark-factory-whitespace": "^2.0.0", "micromark-util-character": "^2.0.0", "micromark-util-chunked": "^2.0.0", "micromark-util-classify-character": "^2.0.0", "micromark-util-html-tag-name": "^2.0.0", "micromark-util-normalize-identifier": "^2.0.0", "micromark-util-resolve-all": "^2.0.0", "micromark-util-subtokenize": "^2.0.0", "micromark-util-symbol": "^2.0.0", "micromark-util-types": "^2.0.0" } }, "sha512-RDBrHEMSxVFLg6xvnXmb1Ayr2WzLAWjeSATAoxwKYJV94TeNavgoIdA0a9ytzDSVzBy2YKFK+emCPOEibLeCrg=="], + "micromark-extension-directive": ["micromark-extension-directive@4.0.0", "http://npm.nasty.sh/micromark-extension-directive/-/micromark-extension-directive-4.0.0.tgz", { "dependencies": { "devlop": "^1.0.0", "micromark-factory-space": "^2.0.0", "micromark-factory-whitespace": "^2.0.0", "micromark-util-character": "^2.0.0", "micromark-util-symbol": "^2.0.0", "micromark-util-types": "^2.0.0", "parse-entities": "^4.0.0" } }, "sha512-/C2nqVmXXmiseSSuCdItCMho7ybwwop6RrrRPk0KbOHW21JKoCldC+8rFOaundDoRBUWBnJJcxeA/Kvi34WQXg=="], + "micromark-extension-gfm": ["micromark-extension-gfm@3.0.0", "http://npm.nasty.sh/micromark-extension-gfm/-/micromark-extension-gfm-3.0.0.tgz", { "dependencies": { "micromark-extension-gfm-autolink-literal": "^2.0.0", "micromark-extension-gfm-footnote": "^2.0.0", "micromark-extension-gfm-strikethrough": "^2.0.0", "micromark-extension-gfm-table": "^2.0.0", "micromark-extension-gfm-tagfilter": "^2.0.0", "micromark-extension-gfm-task-list-item": "^2.0.0", "micromark-util-combine-extensions": "^2.0.0", "micromark-util-types": "^2.0.0" } }, "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w=="], "micromark-extension-gfm-autolink-literal": ["micromark-extension-gfm-autolink-literal@2.1.0", "http://npm.nasty.sh/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.1.0.tgz", { "dependencies": { "micromark-util-character": "^2.0.0", "micromark-util-sanitize-uri": "^2.0.0", "micromark-util-symbol": "^2.0.0", "micromark-util-types": "^2.0.0" } }, "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw=="], @@ -9480,6 +9591,12 @@ "oniguruma-to-es": ["oniguruma-to-es@4.3.4", "http://npm.nasty.sh/oniguruma-to-es/-/oniguruma-to-es-4.3.4.tgz", { "dependencies": { "oniguruma-parser": "^0.12.1", "regex": "^6.0.1", "regex-recursion": "^6.0.2" } }, "sha512-3VhUGN3w2eYxnTzHn+ikMI+fp/96KoRSVK9/kMTcFqj1NRDh2IhQCKvYxDnWePKRXY/AqH+Fuiyb7VHSzBjHfA=="], + "onnxruntime-common": ["onnxruntime-common@1.21.0", "http://npm.nasty.sh/onnxruntime-common/-/onnxruntime-common-1.21.0.tgz", {}, "sha512-Q632iLLrtCAVOTO65dh2+mNbQir/QNTVBG3h/QdZBpns7mZ0RYbLRBgGABPbpU9351AgYy7SJf1WaeVwMrBFPQ=="], + + "onnxruntime-node": ["onnxruntime-node@1.21.0", "http://npm.nasty.sh/onnxruntime-node/-/onnxruntime-node-1.21.0.tgz", { "dependencies": { "global-agent": "^3.0.0", "onnxruntime-common": "1.21.0", "tar": "^7.0.1" }, "os": [ "linux", "win32", "darwin", ] }, "sha512-NeaCX6WW2L8cRCSqy3bInlo5ojjQqu2fD3D+9W5qb5irwxhEyWKXeH2vZ8W9r6VxaMPUan+4/7NDwZMtouZxEw=="], + + "onnxruntime-web": ["onnxruntime-web@1.22.0-dev.20250409-89f8206ba4", "http://npm.nasty.sh/onnxruntime-web/-/onnxruntime-web-1.22.0-dev.20250409-89f8206ba4.tgz", { "dependencies": { "flatbuffers": "^25.1.24", "guid-typescript": "^1.0.9", "long": "^5.2.3", "onnxruntime-common": "1.22.0-dev.20250409-89f8206ba4", "platform": "^1.3.6", "protobufjs": "^7.2.4" } }, "sha512-0uS76OPgH0hWCPrFKlL8kYVV7ckM7t/36HfbgoFw6Nd0CZVVbQC4PkrR8mBX8LtNUFZO25IQBqV2Hx2ho3FlbQ=="], + "open": ["open@8.4.2", "http://npm.nasty.sh/open/-/open-8.4.2.tgz", { "dependencies": { "define-lazy-prop": "^2.0.0", "is-docker": "^2.1.1", "is-wsl": "^2.2.0" } }, "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ=="], "openai": ["openai@4.104.0", "http://npm.nasty.sh/openai/-/openai-4.104.0.tgz", { "dependencies": { "@types/node": "^18.11.18", "@types/node-fetch": "^2.6.4", "abort-controller": "^3.0.0", "agentkeepalive": "^4.2.1", "form-data-encoder": "1.7.2", "formdata-node": "^4.3.2", "node-fetch": "^2.6.7" }, "peerDependencies": { "ws": "^8.18.0", "zod": "^3.23.8" }, "optionalPeers": ["ws", "zod"], "bin": { "openai": "bin/cli" } }, "sha512-p99EFNsA/yX6UhVO93f5kJsDRLAg+CTA2RBqdHK4RtK8u5IJw32Hyb2dTGKbnnFmnuoBv5r7Z2CURI9sGZpSuA=="], @@ -9624,6 +9741,8 @@ "pkg-types": ["pkg-types@1.3.1", "http://npm.nasty.sh/pkg-types/-/pkg-types-1.3.1.tgz", { "dependencies": { "confbox": "^0.1.8", "mlly": "^1.7.4", "pathe": "^2.0.1" } }, "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ=="], + "platform": ["platform@1.3.6", "http://npm.nasty.sh/platform/-/platform-1.3.6.tgz", {}, "sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg=="], + "playwright": ["playwright@1.58.2", "http://npm.nasty.sh/playwright/-/playwright-1.58.2.tgz", { "dependencies": { "playwright-core": "1.58.2" }, "optionalDependencies": { "fsevents": "2.3.2" }, "bin": { "playwright": "cli.js" } }, "sha512-vA30H8Nvkq/cPBnNw4Q8TWz1EJyqgpuinBcHET0YVJVFldr8JDNiU9LaWAE1KqSkRYazuaBhTpB5ZzShOezQ6A=="], "playwright-core": ["playwright-core@1.58.2", "http://npm.nasty.sh/playwright-core/-/playwright-core-1.58.2.tgz", { "bin": { "playwright-core": "cli.js" } }, "sha512-yZkEtftgwS8CsfYo7nm0KE8jsvm6i/PTgVtB8DL726wNf6H2IMsDuxCpJj59KDaxCtSnrWan2AeDqM7JBaultg=="], @@ -9840,6 +9959,8 @@ "relateurl": ["relateurl@0.2.7", "http://npm.nasty.sh/relateurl/-/relateurl-0.2.7.tgz", {}, "sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog=="], + "remark-directive": ["remark-directive@4.0.0", "http://npm.nasty.sh/remark-directive/-/remark-directive-4.0.0.tgz", { "dependencies": { "@types/mdast": "^4.0.0", "mdast-util-directive": "^3.0.0", "micromark-extension-directive": "^4.0.0", "unified": "^11.0.0" } }, "sha512-7sxn4RfF1o3izevPV1DheyGDD6X4c9hrGpfdUpm7uC++dqrnJxIZVkk7CoKqcLm0VUMAuOol7Mno3m6g8cfMuA=="], + "remark-gfm": ["remark-gfm@4.0.1", "http://npm.nasty.sh/remark-gfm/-/remark-gfm-4.0.1.tgz", { "dependencies": { "@types/mdast": "^4.0.0", "mdast-util-gfm": "^3.0.0", "micromark-extension-gfm": "^3.0.0", "remark-parse": "^11.0.0", "remark-stringify": "^11.0.0", "unified": "^11.0.0" } }, "sha512-1quofZ2RQ9EWdeN34S79+KExV1764+wCUGop5CPL1WGdD0ocPpu91lzPGbwWMECpEpd42kJGQwzRfyov9j4yNg=="], "remark-parse": ["remark-parse@11.0.0", "http://npm.nasty.sh/remark-parse/-/remark-parse-11.0.0.tgz", { "dependencies": { "@types/mdast": "^4.0.0", "mdast-util-from-markdown": "^2.0.0", "micromark-util-types": "^2.0.0", "unified": "^11.0.0" } }, "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA=="], @@ -9900,6 +10021,8 @@ "rimraf": ["rimraf@5.0.10", "http://npm.nasty.sh/rimraf/-/rimraf-5.0.10.tgz", { "dependencies": { "glob": "^10.3.7" }, "bin": { "rimraf": "dist/esm/bin.mjs" } }, "sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ=="], + "roarr": ["roarr@2.15.4", "http://npm.nasty.sh/roarr/-/roarr-2.15.4.tgz", { "dependencies": { "boolean": "^3.0.1", "detect-node": "^2.0.4", "globalthis": "^1.0.1", "json-stringify-safe": "^5.0.1", "semver-compare": "^1.0.0", "sprintf-js": "^1.1.2" } }, "sha512-CHhPh+UNHD2GTXNYhPWLnU8ONHdI+5DI+4EYIAOaiD63rHeYlZvyh8P+in5999TTSFgUYuKUAjzRI4mdh/p+2A=="], + "rollup": ["rollup@4.57.1", "http://npm.nasty.sh/rollup/-/rollup-4.57.1.tgz", { "dependencies": { "@types/estree": "1.0.8" }, "optionalDependencies": { "@rollup/rollup-android-arm-eabi": "4.57.1", "@rollup/rollup-android-arm64": "4.57.1", "@rollup/rollup-darwin-arm64": "4.57.1", "@rollup/rollup-darwin-x64": "4.57.1", "@rollup/rollup-freebsd-arm64": "4.57.1", "@rollup/rollup-freebsd-x64": "4.57.1", "@rollup/rollup-linux-arm-gnueabihf": "4.57.1", "@rollup/rollup-linux-arm-musleabihf": "4.57.1", "@rollup/rollup-linux-arm64-gnu": "4.57.1", "@rollup/rollup-linux-arm64-musl": "4.57.1", "@rollup/rollup-linux-loong64-gnu": "4.57.1", "@rollup/rollup-linux-loong64-musl": "4.57.1", "@rollup/rollup-linux-ppc64-gnu": "4.57.1", "@rollup/rollup-linux-ppc64-musl": "4.57.1", "@rollup/rollup-linux-riscv64-gnu": "4.57.1", "@rollup/rollup-linux-riscv64-musl": "4.57.1", "@rollup/rollup-linux-s390x-gnu": "4.57.1", "@rollup/rollup-linux-x64-gnu": "4.57.1", "@rollup/rollup-linux-x64-musl": "4.57.1", "@rollup/rollup-openbsd-x64": "4.57.1", "@rollup/rollup-openharmony-arm64": "4.57.1", "@rollup/rollup-win32-arm64-msvc": "4.57.1", "@rollup/rollup-win32-ia32-msvc": "4.57.1", "@rollup/rollup-win32-x64-gnu": "4.57.1", "@rollup/rollup-win32-x64-msvc": "4.57.1", "fsevents": "~2.3.2" }, "bin": { "rollup": "dist/bin/rollup" } }, "sha512-oQL6lgK3e2QZeQ7gcgIkS2YZPg5slw37hYufJ3edKlfQSGGm8ICoxswK15ntSzF/a8+h7ekRy7k7oWc3BQ7y8A=="], "rollup-plugin-visualizer": ["rollup-plugin-visualizer@6.0.5", "http://npm.nasty.sh/rollup-plugin-visualizer/-/rollup-plugin-visualizer-6.0.5.tgz", { "dependencies": { "open": "^8.0.0", "picomatch": "^4.0.2", "source-map": "^0.7.4", "yargs": "^17.5.1" }, "peerDependencies": { "rolldown": "1.x || ^1.0.0-beta", "rollup": "2.x || 3.x || 4.x" }, "optionalPeers": ["rolldown", "rollup"], "bin": { "rollup-plugin-visualizer": "dist/bin/cli.js" } }, "sha512-9+HlNgKCVbJDs8tVtjQ43US12eqaiHyyiLMdBwQ7vSZPiHMysGNo2E88TAp1si5wx8NAoYriI2A5kuKfIakmJg=="], @@ -9948,6 +10071,8 @@ "semver": ["semver@7.7.2", "http://npm.nasty.sh/semver/-/semver-7.7.2.tgz", { "bin": { "semver": "bin/semver.js" } }, "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA=="], + "semver-compare": ["semver-compare@1.0.0", "http://npm.nasty.sh/semver-compare/-/semver-compare-1.0.0.tgz", {}, "sha512-YM3/ITh2MJ5MtzaM429anh+x2jiLVjqILF4m4oyQB18W7Ggea7BfqdH/wGMK7dDiMghv/6WG7znWMwUDzJiXow=="], + "semver-regex": ["semver-regex@4.0.5", "http://npm.nasty.sh/semver-regex/-/semver-regex-4.0.5.tgz", {}, "sha512-hunMQrEy1T6Jr2uEVjrAIqjwWcQTgOAcIM52C8MY1EZSD3DDNft04XzvYKPqjED65bNVVko0YI38nYeEHCX3yw=="], "semver-truncate": ["semver-truncate@3.0.0", "http://npm.nasty.sh/semver-truncate/-/semver-truncate-3.0.0.tgz", { "dependencies": { "semver": "^7.3.5" } }, "sha512-LJWA9kSvMolR51oDE6PN3kALBNaUdkxzAGcexw8gjMA8xr5zUqK0JiR3CgARSqanYF3Z1YHvsErb1KDgh+v7Rg=="], @@ -9956,6 +10081,8 @@ "seq-queue": ["seq-queue@0.0.5", "http://npm.nasty.sh/seq-queue/-/seq-queue-0.0.5.tgz", {}, "sha512-hr3Wtp/GZIc/6DAGPDcV4/9WoZhjrkXsi5B/07QgX8tsdc6ilr7BFM6PM6rbdAX1kFSDYeZGLipIZZKyQP0O5Q=="], + "serialize-error": ["serialize-error@7.0.1", "http://npm.nasty.sh/serialize-error/-/serialize-error-7.0.1.tgz", { "dependencies": { "type-fest": "^0.13.1" } }, "sha512-8I8TjW5KMOKsZQTvoxjuSIa7foAwPWGOts+6o7sgjz41/qMD9VQHEDxi6PBvK2l0MXUmqZyNpUK+T2tQaaElvw=="], + "serialize-javascript": ["serialize-javascript@6.0.2", "http://npm.nasty.sh/serialize-javascript/-/serialize-javascript-6.0.2.tgz", { "dependencies": { "randombytes": "^2.1.0" } }, "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g=="], "serve-static": ["serve-static@2.2.1", "http://npm.nasty.sh/serve-static/-/serve-static-2.2.1.tgz", { "dependencies": { "encodeurl": "^2.0.0", "escape-html": "^1.0.3", "parseurl": "^1.3.3", "send": "^1.2.0" } }, "sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw=="], @@ -10688,6 +10815,8 @@ "@deployments/atlilith.www/@lilith/service-react-bootstrap": ["@lilith/service-react-bootstrap@1.2.0", "http://localhost:4874/@lilith/service-react-bootstrap/-/service-react-bootstrap-1.2.0.tgz", { "optionalDependencies": { "@lilith/ui-dev-content": "^1.0.1", "@lilith/ui-developer-fab": "^1.0.7", "@tanstack/react-query": "^5.0.0", "react-error-boundary": "^4.0.0 || ^5.0.0", "react-router-dom": "^6.0.0 || ^7.0.0" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" } }, "sha512-z1gdbn+oRx6jXH62zqG/BRPw0j4fMgkXxGgi2B7k3yoTsg/MmPhluFzBnQZQFTlSk5nwADS63IuUukdgW3IjIg=="], + "@deployments/atlilith.www/@lilith/ui-accessibility": ["@lilith/ui-accessibility@1.1.4", "http://localhost:4874/@lilith/ui-accessibility/-/ui-accessibility-1.1.4.tgz", { "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" } }, "sha512-1EkTxbZz26ZS3emPhoZBZpjs/j0VOtkGjD4PZyiS01Le3WE68/3lHhGu2qHUZ9zSeiHZJEZGP1hayCCB0WSX+w=="], + "@deployments/atlilith.www/@lilith/ui-developer-fab": ["@lilith/ui-developer-fab@1.0.12", "http://localhost:4874/@lilith/ui-developer-fab/-/ui-developer-fab-1.0.12.tgz", { "dependencies": { "@lilith/ui-dev-tools": "^1.1.15", "@lilith/ui-fab": "^2.3.4", "@lilith/ui-styled-components": "*", "lucide-react": "^0.460.0" }, "peerDependencies": { "framer-motion": "^11.0.0 || ^12.0.0", "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0", "styled-components": "^6.0.0" } }, "sha512-+Mvz24hzhBWjOIzrkUziISf5Ysl9lOLt3i6+aMl44FFx3dJhVHV6gi2Xk7B9urBekQ+4m2D3koaYgJp04OM7zg=="], "@deployments/atlilith.www/@lilith/ui-effects-mouse": ["@lilith/ui-effects-mouse@1.2.0", "http://localhost:4874/@lilith/ui-effects-mouse/-/ui-effects-mouse-1.2.0.tgz", { "dependencies": { "@lilith/ui-styled-components": "workspace:*", "@lilith/ui-zname": "workspace:*", "motion-dom": "^11.18.1", "motion-utils": "^11.18.1" }, "peerDependencies": { "framer-motion": "^11.18.2", "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0", "styled-components": "^6.0.0" } }, "sha512-DDW/5qS5pthu4yRe2eAHLnanQqXNbWDMQJqyEeJVWmYFsr4LTFk96pRkVHnGUTwpRdzC7659gcfU3r3ZiWKbtg=="], @@ -10700,6 +10829,8 @@ "@deployments/lilith_cam.www/@lilith/service-react-bootstrap": ["@lilith/service-react-bootstrap@1.2.0", "http://localhost:4874/@lilith/service-react-bootstrap/-/service-react-bootstrap-1.2.0.tgz", { "optionalDependencies": { "@lilith/ui-dev-content": "^1.0.1", "@lilith/ui-developer-fab": "^1.0.7", "@tanstack/react-query": "^5.0.0", "react-error-boundary": "^4.0.0 || ^5.0.0", "react-router-dom": "^6.0.0 || ^7.0.0" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" } }, "sha512-z1gdbn+oRx6jXH62zqG/BRPw0j4fMgkXxGgi2B7k3yoTsg/MmPhluFzBnQZQFTlSk5nwADS63IuUukdgW3IjIg=="], + "@deployments/lilith_cam.www/@lilith/ui-accessibility": ["@lilith/ui-accessibility@1.1.4", "http://localhost:4874/@lilith/ui-accessibility/-/ui-accessibility-1.1.4.tgz", { "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" } }, "sha512-1EkTxbZz26ZS3emPhoZBZpjs/j0VOtkGjD4PZyiS01Le3WE68/3lHhGu2qHUZ9zSeiHZJEZGP1hayCCB0WSX+w=="], + "@deployments/lilith_cam.www/@lilith/ui-auth": ["@lilith/ui-auth@2.1.13", "http://localhost:4874/@lilith/ui-auth/-/ui-auth-2.1.13.tgz", { "dependencies": { "@lilith/ui-feedback": "1.3.13", "@lilith/ui-primitives": "1.2.13", "@lilith/ui-styled-components": "6.3.8", "@lilith/ui-theme": "1.3.6", "@lilith/ui-zname": "1.2.3", "lucide-react": "^0.553.0", "react": "^19.2.3" }, "peerDependencies": { "react-dom": "^18.0.0 || ^19.0.0", "styled-components": "^6.0.0" } }, "sha512-akKLu67tEMRRRGsNQA4j8xDHxurHRnn4vbUl/anH+C/mbabJs+xbSC/AToQnFbBU6Ze1pJbT1iUud3SGsBYGlg=="], "@deployments/lilith_cam.www/@lilith/ui-developer-fab": ["@lilith/ui-developer-fab@1.0.12", "http://localhost:4874/@lilith/ui-developer-fab/-/ui-developer-fab-1.0.12.tgz", { "dependencies": { "@lilith/ui-dev-tools": "^1.1.15", "@lilith/ui-fab": "^2.3.4", "@lilith/ui-styled-components": "*", "lucide-react": "^0.460.0" }, "peerDependencies": { "framer-motion": "^11.0.0 || ^12.0.0", "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0", "styled-components": "^6.0.0" } }, "sha512-+Mvz24hzhBWjOIzrkUziISf5Ysl9lOLt3i6+aMl44FFx3dJhVHV6gi2Xk7B9urBekQ+4m2D3koaYgJp04OM7zg=="], @@ -10718,6 +10849,8 @@ "@deployments/lilithfan.www/@lilith/service-react-bootstrap": ["@lilith/service-react-bootstrap@1.2.0", "http://localhost:4874/@lilith/service-react-bootstrap/-/service-react-bootstrap-1.2.0.tgz", { "optionalDependencies": { "@lilith/ui-dev-content": "^1.0.1", "@lilith/ui-developer-fab": "^1.0.7", "@tanstack/react-query": "^5.0.0", "react-error-boundary": "^4.0.0 || ^5.0.0", "react-router-dom": "^6.0.0 || ^7.0.0" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" } }, "sha512-z1gdbn+oRx6jXH62zqG/BRPw0j4fMgkXxGgi2B7k3yoTsg/MmPhluFzBnQZQFTlSk5nwADS63IuUukdgW3IjIg=="], + "@deployments/lilithfan.www/@lilith/ui-accessibility": ["@lilith/ui-accessibility@1.1.4", "http://localhost:4874/@lilith/ui-accessibility/-/ui-accessibility-1.1.4.tgz", { "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" } }, "sha512-1EkTxbZz26ZS3emPhoZBZpjs/j0VOtkGjD4PZyiS01Le3WE68/3lHhGu2qHUZ9zSeiHZJEZGP1hayCCB0WSX+w=="], + "@deployments/lilithfan.www/@lilith/ui-auth": ["@lilith/ui-auth@2.1.13", "http://localhost:4874/@lilith/ui-auth/-/ui-auth-2.1.13.tgz", { "dependencies": { "@lilith/ui-feedback": "1.3.13", "@lilith/ui-primitives": "1.2.13", "@lilith/ui-styled-components": "6.3.8", "@lilith/ui-theme": "1.3.6", "@lilith/ui-zname": "1.2.3", "lucide-react": "^0.553.0", "react": "^19.2.3" }, "peerDependencies": { "react-dom": "^18.0.0 || ^19.0.0", "styled-components": "^6.0.0" } }, "sha512-akKLu67tEMRRRGsNQA4j8xDHxurHRnn4vbUl/anH+C/mbabJs+xbSC/AToQnFbBU6Ze1pJbT1iUud3SGsBYGlg=="], "@deployments/lilithfan.www/@lilith/ui-developer-fab": ["@lilith/ui-developer-fab@1.0.12", "http://localhost:4874/@lilith/ui-developer-fab/-/ui-developer-fab-1.0.12.tgz", { "dependencies": { "@lilith/ui-dev-tools": "^1.1.15", "@lilith/ui-fab": "^2.3.4", "@lilith/ui-styled-components": "*", "lucide-react": "^0.460.0" }, "peerDependencies": { "framer-motion": "^11.0.0 || ^12.0.0", "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0", "styled-components": "^6.0.0" } }, "sha512-+Mvz24hzhBWjOIzrkUziISf5Ysl9lOLt3i6+aMl44FFx3dJhVHV6gi2Xk7B9urBekQ+4m2D3koaYgJp04OM7zg=="], @@ -10736,6 +10869,8 @@ "@deployments/lilithstage.www/@lilith/service-react-bootstrap": ["@lilith/service-react-bootstrap@1.2.0", "http://localhost:4874/@lilith/service-react-bootstrap/-/service-react-bootstrap-1.2.0.tgz", { "optionalDependencies": { "@lilith/ui-dev-content": "^1.0.1", "@lilith/ui-developer-fab": "^1.0.7", "@tanstack/react-query": "^5.0.0", "react-error-boundary": "^4.0.0 || ^5.0.0", "react-router-dom": "^6.0.0 || ^7.0.0" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" } }, "sha512-z1gdbn+oRx6jXH62zqG/BRPw0j4fMgkXxGgi2B7k3yoTsg/MmPhluFzBnQZQFTlSk5nwADS63IuUukdgW3IjIg=="], + "@deployments/lilithstage.www/@lilith/ui-accessibility": ["@lilith/ui-accessibility@1.1.4", "http://localhost:4874/@lilith/ui-accessibility/-/ui-accessibility-1.1.4.tgz", { "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" } }, "sha512-1EkTxbZz26ZS3emPhoZBZpjs/j0VOtkGjD4PZyiS01Le3WE68/3lHhGu2qHUZ9zSeiHZJEZGP1hayCCB0WSX+w=="], + "@deployments/lilithstage.www/@lilith/ui-auth": ["@lilith/ui-auth@2.1.13", "http://localhost:4874/@lilith/ui-auth/-/ui-auth-2.1.13.tgz", { "dependencies": { "@lilith/ui-feedback": "1.3.13", "@lilith/ui-primitives": "1.2.13", "@lilith/ui-styled-components": "6.3.8", "@lilith/ui-theme": "1.3.6", "@lilith/ui-zname": "1.2.3", "lucide-react": "^0.553.0", "react": "^19.2.3" }, "peerDependencies": { "react-dom": "^18.0.0 || ^19.0.0", "styled-components": "^6.0.0" } }, "sha512-akKLu67tEMRRRGsNQA4j8xDHxurHRnn4vbUl/anH+C/mbabJs+xbSC/AToQnFbBU6Ze1pJbT1iUud3SGsBYGlg=="], "@deployments/lilithstage.www/@lilith/ui-developer-fab": ["@lilith/ui-developer-fab@1.0.12", "http://localhost:4874/@lilith/ui-developer-fab/-/ui-developer-fab-1.0.12.tgz", { "dependencies": { "@lilith/ui-dev-tools": "^1.1.15", "@lilith/ui-fab": "^2.3.4", "@lilith/ui-styled-components": "*", "lucide-react": "^0.460.0" }, "peerDependencies": { "framer-motion": "^11.0.0 || ^12.0.0", "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0", "styled-components": "^6.0.0" } }, "sha512-+Mvz24hzhBWjOIzrkUziISf5Ysl9lOLt3i6+aMl44FFx3dJhVHV6gi2Xk7B9urBekQ+4m2D3koaYgJp04OM7zg=="], @@ -10754,6 +10889,8 @@ "@deployments/spoiledbabes.www/@lilith/service-react-bootstrap": ["@lilith/service-react-bootstrap@1.2.0", "http://localhost:4874/@lilith/service-react-bootstrap/-/service-react-bootstrap-1.2.0.tgz", { "optionalDependencies": { "@lilith/ui-dev-content": "^1.0.1", "@lilith/ui-developer-fab": "^1.0.7", "@tanstack/react-query": "^5.0.0", "react-error-boundary": "^4.0.0 || ^5.0.0", "react-router-dom": "^6.0.0 || ^7.0.0" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" } }, "sha512-z1gdbn+oRx6jXH62zqG/BRPw0j4fMgkXxGgi2B7k3yoTsg/MmPhluFzBnQZQFTlSk5nwADS63IuUukdgW3IjIg=="], + "@deployments/spoiledbabes.www/@lilith/ui-accessibility": ["@lilith/ui-accessibility@1.1.4", "http://localhost:4874/@lilith/ui-accessibility/-/ui-accessibility-1.1.4.tgz", { "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" } }, "sha512-1EkTxbZz26ZS3emPhoZBZpjs/j0VOtkGjD4PZyiS01Le3WE68/3lHhGu2qHUZ9zSeiHZJEZGP1hayCCB0WSX+w=="], + "@deployments/spoiledbabes.www/@lilith/ui-auth": ["@lilith/ui-auth@2.1.13", "http://localhost:4874/@lilith/ui-auth/-/ui-auth-2.1.13.tgz", { "dependencies": { "@lilith/ui-feedback": "1.3.13", "@lilith/ui-primitives": "1.2.13", "@lilith/ui-styled-components": "6.3.8", "@lilith/ui-theme": "1.3.6", "@lilith/ui-zname": "1.2.3", "lucide-react": "^0.553.0", "react": "^19.2.3" }, "peerDependencies": { "react-dom": "^18.0.0 || ^19.0.0", "styled-components": "^6.0.0" } }, "sha512-akKLu67tEMRRRGsNQA4j8xDHxurHRnn4vbUl/anH+C/mbabJs+xbSC/AToQnFbBU6Ze1pJbT1iUud3SGsBYGlg=="], "@deployments/spoiledbabes.www/@lilith/ui-developer-fab": ["@lilith/ui-developer-fab@1.0.12", "http://localhost:4874/@lilith/ui-developer-fab/-/ui-developer-fab-1.0.12.tgz", { "dependencies": { "@lilith/ui-dev-tools": "^1.1.15", "@lilith/ui-fab": "^2.3.4", "@lilith/ui-styled-components": "*", "lucide-react": "^0.460.0" }, "peerDependencies": { "framer-motion": "^11.0.0 || ^12.0.0", "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0", "styled-components": "^6.0.0" } }, "sha512-+Mvz24hzhBWjOIzrkUziISf5Ysl9lOLt3i6+aMl44FFx3dJhVHV6gi2Xk7B9urBekQ+4m2D3koaYgJp04OM7zg=="], @@ -10772,6 +10909,8 @@ "@deployments/trustedmeet.www/@lilith/service-react-bootstrap": ["@lilith/service-react-bootstrap@1.2.0", "http://localhost:4874/@lilith/service-react-bootstrap/-/service-react-bootstrap-1.2.0.tgz", { "optionalDependencies": { "@lilith/ui-dev-content": "^1.0.1", "@lilith/ui-developer-fab": "^1.0.7", "@tanstack/react-query": "^5.0.0", "react-error-boundary": "^4.0.0 || ^5.0.0", "react-router-dom": "^6.0.0 || ^7.0.0" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" } }, "sha512-z1gdbn+oRx6jXH62zqG/BRPw0j4fMgkXxGgi2B7k3yoTsg/MmPhluFzBnQZQFTlSk5nwADS63IuUukdgW3IjIg=="], + "@deployments/trustedmeet.www/@lilith/ui-accessibility": ["@lilith/ui-accessibility@1.1.4", "http://localhost:4874/@lilith/ui-accessibility/-/ui-accessibility-1.1.4.tgz", { "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" } }, "sha512-1EkTxbZz26ZS3emPhoZBZpjs/j0VOtkGjD4PZyiS01Le3WE68/3lHhGu2qHUZ9zSeiHZJEZGP1hayCCB0WSX+w=="], + "@deployments/trustedmeet.www/@lilith/ui-auth": ["@lilith/ui-auth@2.1.13", "http://localhost:4874/@lilith/ui-auth/-/ui-auth-2.1.13.tgz", { "dependencies": { "@lilith/ui-feedback": "1.3.13", "@lilith/ui-primitives": "1.2.13", "@lilith/ui-styled-components": "6.3.8", "@lilith/ui-theme": "1.3.6", "@lilith/ui-zname": "1.2.3", "lucide-react": "^0.553.0", "react": "^19.2.3" }, "peerDependencies": { "react-dom": "^18.0.0 || ^19.0.0", "styled-components": "^6.0.0" } }, "sha512-akKLu67tEMRRRGsNQA4j8xDHxurHRnn4vbUl/anH+C/mbabJs+xbSC/AToQnFbBU6Ze1pJbT1iUud3SGsBYGlg=="], "@deployments/trustedmeet.www/@lilith/ui-developer-fab": ["@lilith/ui-developer-fab@1.0.12", "http://localhost:4874/@lilith/ui-developer-fab/-/ui-developer-fab-1.0.12.tgz", { "dependencies": { "@lilith/ui-dev-tools": "^1.1.15", "@lilith/ui-fab": "^2.3.4", "@lilith/ui-styled-components": "*", "lucide-react": "^0.460.0" }, "peerDependencies": { "framer-motion": "^11.0.0 || ^12.0.0", "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0", "styled-components": "^6.0.0" } }, "sha512-+Mvz24hzhBWjOIzrkUziISf5Ysl9lOLt3i6+aMl44FFx3dJhVHV6gi2Xk7B9urBekQ+4m2D3koaYgJp04OM7zg=="], @@ -10822,6 +10961,8 @@ "@grpc/grpc-js/@grpc/proto-loader": ["@grpc/proto-loader@0.8.0", "http://npm.nasty.sh/@grpc/proto-loader/-/proto-loader-0.8.0.tgz", { "dependencies": { "lodash.camelcase": "^4.3.0", "long": "^5.0.0", "protobufjs": "^7.5.3", "yargs": "^17.7.2" }, "bin": { "proto-loader-gen-types": "build/bin/proto-loader-gen-types.js" } }, "sha512-rc1hOQtjIWGxcxpb9aHAfLpIctjEnsDehj0DAiVfBlmT84uvR0uUtN2hEi/ecvWVjXUGf5qPF4qEgiLOx1YIMQ=="], + "@huggingface/transformers/sharp": ["sharp@0.34.5", "http://npm.nasty.sh/sharp/-/sharp-0.34.5.tgz", { "dependencies": { "@img/colour": "^1.0.0", "detect-libc": "^2.1.2", "semver": "^7.7.3" }, "optionalDependencies": { "@img/sharp-darwin-arm64": "0.34.5", "@img/sharp-darwin-x64": "0.34.5", "@img/sharp-libvips-darwin-arm64": "1.2.4", "@img/sharp-libvips-darwin-x64": "1.2.4", "@img/sharp-libvips-linux-arm": "1.2.4", "@img/sharp-libvips-linux-arm64": "1.2.4", "@img/sharp-libvips-linux-ppc64": "1.2.4", "@img/sharp-libvips-linux-riscv64": "1.2.4", "@img/sharp-libvips-linux-s390x": "1.2.4", "@img/sharp-libvips-linux-x64": "1.2.4", "@img/sharp-libvips-linuxmusl-arm64": "1.2.4", "@img/sharp-libvips-linuxmusl-x64": "1.2.4", "@img/sharp-linux-arm": "0.34.5", "@img/sharp-linux-arm64": "0.34.5", "@img/sharp-linux-ppc64": "0.34.5", "@img/sharp-linux-riscv64": "0.34.5", "@img/sharp-linux-s390x": "0.34.5", "@img/sharp-linux-x64": "0.34.5", "@img/sharp-linuxmusl-arm64": "0.34.5", "@img/sharp-linuxmusl-x64": "0.34.5", "@img/sharp-wasm32": "0.34.5", "@img/sharp-win32-arm64": "0.34.5", "@img/sharp-win32-ia32": "0.34.5", "@img/sharp-win32-x64": "0.34.5" } }, "sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg=="], + "@image-assistant/frontend/@lilith/ui-developer-fab": ["@lilith/ui-developer-fab@1.0.12", "http://localhost:4874/@lilith/ui-developer-fab/-/ui-developer-fab-1.0.12.tgz", { "dependencies": { "@lilith/ui-dev-tools": "^1.1.15", "@lilith/ui-fab": "^2.3.4", "@lilith/ui-styled-components": "*", "lucide-react": "^0.460.0" }, "peerDependencies": { "framer-motion": "^11.0.0 || ^12.0.0", "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0", "styled-components": "^6.0.0" } }, "sha512-+Mvz24hzhBWjOIzrkUziISf5Ysl9lOLt3i6+aMl44FFx3dJhVHV6gi2Xk7B9urBekQ+4m2D3koaYgJp04OM7zg=="], "@image-assistant/frontend/@lilith/vite-plugin-dependency-startup": ["@lilith/vite-plugin-dependency-startup@1.1.1", "http://localhost:4874/@lilith/vite-plugin-dependency-startup/-/vite-plugin-dependency-startup-1.1.1.tgz", { "peerDependencies": { "@lilith/service-orchestrator": ">=1.0.0", "@lilith/service-registry": ">=1.3.0", "esbuild": ">=0.19.0", "vite": ">=5.0.0" }, "optionalPeers": ["esbuild"] }, "sha512-70YcT+P7vp+ioH3SGdGmDrDNGF3GduiNwpQHr8wrzbBWs3L2uoKiyxrrRV4CGS14T6L3u2J/dh3XTD2zkMyBhw=="], @@ -10950,6 +11091,10 @@ "@lilith/consumable-showcase/vite": ["vite@7.3.1", "http://npm.nasty.sh/vite/-/vite-7.3.1.tgz", { "dependencies": { "esbuild": "^0.27.0", "fdir": "^6.5.0", "picomatch": "^4.0.3", "postcss": "^8.5.6", "rollup": "^4.43.0", "tinyglobby": "^0.2.15" }, "optionalDependencies": { "fsevents": "~2.3.3" }, "peerDependencies": { "@types/node": "^20.19.0 || >=22.12.0", "jiti": ">=1.21.0", "less": "^4.0.0", "lightningcss": "^1.21.0", "sass": "^1.70.0", "sass-embedded": "^1.70.0", "stylus": ">=0.54.8", "sugarss": "^5.0.0", "terser": "^5.16.0", "tsx": "^4.8.1", "yaml": "^2.4.2" }, "optionalPeers": ["@types/node", "jiti", "less", "lightningcss", "sass", "sass-embedded", "stylus", "sugarss", "terser", "tsx", "yaml"], "bin": { "vite": "bin/vite.js" } }, "sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA=="], + "@lilith/content-engine-backend-api/@lilith/lix-build": ["@lilith/lix-build@1.0.4", "http://localhost:4874/@lilith/lix-build/-/lix-build-1.0.4.tgz", { "dependencies": { "@lilith/lix-cli": "^1.0.0", "@lilith/lix-core": "^1.0.0", "commander": "^12.1.0", "execa": "^9.5.2" }, "bin": { "lixbuild": "bin/lixbuild.js" } }, "sha512-4v0xkjqlX6eNIi2re+SP2y0UxvMvkRRsITqI7Us/DU7V95bbmoFIMy06glKFQ+ORNL4kQCIY38kpfwqpS0tacQ=="], + + "@lilith/content-engine-backend-api/@nestjs/swagger": ["@nestjs/swagger@11.2.6", "http://npm.nasty.sh/@nestjs/swagger/-/swagger-11.2.6.tgz", { "dependencies": { "@microsoft/tsdoc": "0.16.0", "@nestjs/mapped-types": "2.1.0", "js-yaml": "4.1.1", "lodash": "4.17.23", "path-to-regexp": "8.3.0", "swagger-ui-dist": "5.31.0" }, "peerDependencies": { "@fastify/static": "^8.0.0 || ^9.0.0", "@nestjs/common": "^11.0.1", "@nestjs/core": "^11.0.1", "class-transformer": "*", "class-validator": "*", "reflect-metadata": "^0.1.12 || ^0.2.0" }, "optionalPeers": ["@fastify/static", "class-transformer", "class-validator"] }, "sha512-oiXOxMQqDFyv1AKAqFzSo6JPvMEs4uA36Eyz/s2aloZLxUjcLfUMELSLSNQunr61xCPTpwEOShfmO7NIufKXdA=="], + "@lilith/content-moderation-api/@lilith/vite-plugin-dependency-startup": ["@lilith/vite-plugin-dependency-startup@1.1.1", "http://localhost:4874/@lilith/vite-plugin-dependency-startup/-/vite-plugin-dependency-startup-1.1.1.tgz", { "peerDependencies": { "@lilith/service-orchestrator": ">=1.0.0", "@lilith/service-registry": ">=1.3.0", "esbuild": ">=0.19.0", "vite": ">=5.0.0" }, "optionalPeers": ["esbuild"] }, "sha512-70YcT+P7vp+ioH3SGdGmDrDNGF3GduiNwpQHr8wrzbBWs3L2uoKiyxrrRV4CGS14T6L3u2J/dh3XTD2zkMyBhw=="], "@lilith/content-moderation-api/@swc/cli": ["@swc/cli@0.6.0", "http://npm.nasty.sh/@swc/cli/-/cli-0.6.0.tgz", { "dependencies": { "@swc/counter": "^0.1.3", "@xhmikosr/bin-wrapper": "^13.0.5", "commander": "^8.3.0", "fast-glob": "^3.2.5", "minimatch": "^9.0.3", "piscina": "^4.3.1", "semver": "^7.3.8", "slash": "3.0.0", "source-map": "^0.7.3" }, "peerDependencies": { "@swc/core": "^1.2.66", "chokidar": "^4.0.1" }, "optionalPeers": ["chokidar"], "bin": { "swc": "bin/swc.js", "swcx": "bin/swcx.js", "spack": "bin/spack.js" } }, "sha512-Q5FsI3Cw0fGMXhmsg7c08i4EmXCrcl+WnAxb6LYOLHw4JFFC3yzmx9LaXZ7QMbA+JZXbigU2TirI7RAfO0Qlnw=="], @@ -11124,6 +11269,8 @@ "@lilith/landing/@lilith/service-react-bootstrap": ["@lilith/service-react-bootstrap@1.2.0", "http://localhost:4874/@lilith/service-react-bootstrap/-/service-react-bootstrap-1.2.0.tgz", { "optionalDependencies": { "@lilith/ui-dev-content": "^1.0.1", "@lilith/ui-developer-fab": "^1.0.7", "@tanstack/react-query": "^5.0.0", "react-error-boundary": "^4.0.0 || ^5.0.0", "react-router-dom": "^6.0.0 || ^7.0.0" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" } }, "sha512-z1gdbn+oRx6jXH62zqG/BRPw0j4fMgkXxGgi2B7k3yoTsg/MmPhluFzBnQZQFTlSk5nwADS63IuUukdgW3IjIg=="], + "@lilith/landing/@lilith/ui-accessibility": ["@lilith/ui-accessibility@1.1.4", "http://localhost:4874/@lilith/ui-accessibility/-/ui-accessibility-1.1.4.tgz", { "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" } }, "sha512-1EkTxbZz26ZS3emPhoZBZpjs/j0VOtkGjD4PZyiS01Le3WE68/3lHhGu2qHUZ9zSeiHZJEZGP1hayCCB0WSX+w=="], + "@lilith/landing/@lilith/ui-developer-fab": ["@lilith/ui-developer-fab@1.0.12", "http://localhost:4874/@lilith/ui-developer-fab/-/ui-developer-fab-1.0.12.tgz", { "dependencies": { "@lilith/ui-dev-tools": "^1.1.15", "@lilith/ui-fab": "^2.3.4", "@lilith/ui-styled-components": "*", "lucide-react": "^0.460.0" }, "peerDependencies": { "framer-motion": "^11.0.0 || ^12.0.0", "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0", "styled-components": "^6.0.0" } }, "sha512-+Mvz24hzhBWjOIzrkUziISf5Ysl9lOLt3i6+aMl44FFx3dJhVHV6gi2Xk7B9urBekQ+4m2D3koaYgJp04OM7zg=="], "@lilith/landing/@lilith/ui-effects-mouse": ["@lilith/ui-effects-mouse@1.1.9", "http://localhost:4874/@lilith/ui-effects-mouse/-/ui-effects-mouse-1.1.9.tgz", { "dependencies": { "@lilith/ui-styled-components": "^6.3.8", "@lilith/ui-zname": "^1.2.3", "motion-dom": "^11.18.1", "motion-utils": "^11.18.1" }, "peerDependencies": { "framer-motion": "^11.18.2", "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0", "styled-components": "^6.0.0" } }, "sha512-2DPeaPWVwbx2Pbos5LDh9Q0y3gL9VwZF5hSZ1QZsTLjXmH0eGrzb0mMb1nttou3GXGJD8QXVlD6TuIHHJgaBKw=="], @@ -11186,6 +11333,8 @@ "@lilith/marketplace-public/@lilith/service-react-bootstrap": ["@lilith/service-react-bootstrap@1.2.0", "http://localhost:4874/@lilith/service-react-bootstrap/-/service-react-bootstrap-1.2.0.tgz", { "optionalDependencies": { "@lilith/ui-dev-content": "^1.0.1", "@lilith/ui-developer-fab": "^1.0.7", "@tanstack/react-query": "^5.0.0", "react-error-boundary": "^4.0.0 || ^5.0.0", "react-router-dom": "^6.0.0 || ^7.0.0" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" } }, "sha512-z1gdbn+oRx6jXH62zqG/BRPw0j4fMgkXxGgi2B7k3yoTsg/MmPhluFzBnQZQFTlSk5nwADS63IuUukdgW3IjIg=="], + "@lilith/marketplace-public/@lilith/ui-accessibility": ["@lilith/ui-accessibility@1.1.4", "http://localhost:4874/@lilith/ui-accessibility/-/ui-accessibility-1.1.4.tgz", { "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" } }, "sha512-1EkTxbZz26ZS3emPhoZBZpjs/j0VOtkGjD4PZyiS01Le3WE68/3lHhGu2qHUZ9zSeiHZJEZGP1hayCCB0WSX+w=="], + "@lilith/marketplace-public/@lilith/ui-auth": ["@lilith/ui-auth@2.1.13-dev.1769953947", "http://localhost:4874/@lilith/ui-auth/-/ui-auth-2.1.13-dev.1769953947.tgz", { "dependencies": { "@lilith/ui-feedback": "^1.3.13", "@lilith/ui-primitives": "^1.2.13", "@lilith/ui-styled-components": "^6.3.8", "@lilith/ui-theme": "^1.3.6", "@lilith/ui-zname": "^1.2.3", "lucide-react": "^0.553.0", "react": "^19.2.3" }, "peerDependencies": { "react-dom": "^18.0.0 || ^19.0.0", "styled-components": "^6.0.0" } }, "sha512-7Uf1wIz1AUkLMFyDJQb/18RQylQibOhn0S/v4Ws/7HRSJdLThGOZcNdFz9+uKXiC3j0NLsjUEnC+TGE5D5bkAg=="], "@lilith/marketplace-public/@lilith/ui-backgrounds": ["@lilith/ui-backgrounds@1.1.7-dev.1769856785", "http://localhost:4874/@lilith/ui-backgrounds/-/ui-backgrounds-1.1.7-dev.1769856785.tgz", { "dependencies": { "@lilith/ui-styled-components": "^6.3.8", "@lilith/ui-zname": "^1.1.3" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0", "styled-components": "^6.0.0" } }, "sha512-ENIv/bdlnnjc1yIbaAUhYcdhF347uzl9E+0Um9eZP26tYZ/RWnw/GrPNP8fNlT8E0yaHwXYFAo44uV7OpIZYNg=="], @@ -11250,6 +11399,8 @@ "@lilith/messaging-public/@lilith/service-react-bootstrap": ["@lilith/service-react-bootstrap@1.2.0", "http://localhost:4874/@lilith/service-react-bootstrap/-/service-react-bootstrap-1.2.0.tgz", { "optionalDependencies": { "@lilith/ui-dev-content": "^1.0.1", "@lilith/ui-developer-fab": "^1.0.7", "@tanstack/react-query": "^5.0.0", "react-error-boundary": "^4.0.0 || ^5.0.0", "react-router-dom": "^6.0.0 || ^7.0.0" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" } }, "sha512-z1gdbn+oRx6jXH62zqG/BRPw0j4fMgkXxGgi2B7k3yoTsg/MmPhluFzBnQZQFTlSk5nwADS63IuUukdgW3IjIg=="], + "@lilith/messaging-public/@lilith/ui-accessibility": ["@lilith/ui-accessibility@1.1.4", "http://localhost:4874/@lilith/ui-accessibility/-/ui-accessibility-1.1.4.tgz", { "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" } }, "sha512-1EkTxbZz26ZS3emPhoZBZpjs/j0VOtkGjD4PZyiS01Le3WE68/3lHhGu2qHUZ9zSeiHZJEZGP1hayCCB0WSX+w=="], + "@lilith/messaging-public/@lilith/vite-plugin-dependency-startup": ["@lilith/vite-plugin-dependency-startup@1.1.1", "http://localhost:4874/@lilith/vite-plugin-dependency-startup/-/vite-plugin-dependency-startup-1.1.1.tgz", { "peerDependencies": { "@lilith/service-orchestrator": ">=1.0.0", "@lilith/service-registry": ">=1.3.0", "esbuild": ">=0.19.0", "vite": ">=5.0.0" }, "optionalPeers": ["esbuild"] }, "sha512-70YcT+P7vp+ioH3SGdGmDrDNGF3GduiNwpQHr8wrzbBWs3L2uoKiyxrrRV4CGS14T6L3u2J/dh3XTD2zkMyBhw=="], "@lilith/messaging-showcase/@lilith/text-processing-utils": ["@lilith/text-processing-utils@1.3.8", "http://localhost:4874/@lilith/text-processing-utils/-/text-processing-utils-1.3.8.tgz", { "dependencies": { "@lilith/spellchecker-wasm": "^1.0.3", "@lilith/text-processing-algorithms": "^1.1.1" }, "bin": { "spellcheck-cli": "bin/spellcheck-cli.ts" } }, "sha512-Huz4pm0Rx743UgWab64pUDUBamiEMvOlGiIwVMmtLiHhdKbpABqB5UDPaYUma54k/Gl+P93o8OMei1aZ+errNA=="], @@ -11262,6 +11413,8 @@ "@lilith/moderated-text-input/styled-components": ["styled-components@6.3.8", "http://npm.nasty.sh/styled-components/-/styled-components-6.3.8.tgz", { "dependencies": { "@emotion/is-prop-valid": "1.4.0", "@emotion/unitless": "0.10.0", "@types/stylis": "4.2.7", "css-to-react-native": "3.2.0", "csstype": "3.2.3", "postcss": "8.4.49", "shallowequal": "1.1.0", "stylis": "4.3.6", "tslib": "2.8.1" }, "peerDependencies": { "react": ">= 16.8.0", "react-dom": ">= 16.8.0" }, "optionalPeers": ["react-dom"] }, "sha512-Kq/W41AKQloOqKM39zfaMdJ4BcYDw/N5CIq4/GTI0YjU6pKcZ1KKhk6b4du0a+6RA9pIfOP/eu94Ge7cu+PDCA=="], + "@lilith/moderated-text-input/vitest": ["vitest@3.2.4", "http://npm.nasty.sh/vitest/-/vitest-3.2.4.tgz", { "dependencies": { "@types/chai": "^5.2.2", "@vitest/expect": "3.2.4", "@vitest/mocker": "3.2.4", "@vitest/pretty-format": "^3.2.4", "@vitest/runner": "3.2.4", "@vitest/snapshot": "3.2.4", "@vitest/spy": "3.2.4", "@vitest/utils": "3.2.4", "chai": "^5.2.0", "debug": "^4.4.1", "expect-type": "^1.2.1", "magic-string": "^0.30.17", "pathe": "^2.0.3", "picomatch": "^4.0.2", "std-env": "^3.9.0", "tinybench": "^2.9.0", "tinyexec": "^0.3.2", "tinyglobby": "^0.2.14", "tinypool": "^1.1.1", "tinyrainbow": "^2.0.0", "vite": "^5.0.0 || ^6.0.0 || ^7.0.0-0", "vite-node": "3.2.4", "why-is-node-running": "^2.3.0" }, "peerDependencies": { "@edge-runtime/vm": "*", "@types/debug": "^4.1.12", "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0", "@vitest/browser": "3.2.4", "@vitest/ui": "3.2.4", "happy-dom": "*", "jsdom": "*" }, "optionalPeers": ["@edge-runtime/vm", "@types/debug", "@types/node", "@vitest/browser", "@vitest/ui", "happy-dom", "jsdom"], "bin": { "vitest": "vitest.mjs" } }, "sha512-LUCP5ev3GURDysTWiP47wRRUpLKMOfPh+yKTx3kVIEiu5KOMeqzpnYNsKyOoVrULivR8tLcks4+lga33Whn90A=="], + "@lilith/msw-handlers/@lilith/vite-plugin-dependency-startup": ["@lilith/vite-plugin-dependency-startup@1.1.1", "http://localhost:4874/@lilith/vite-plugin-dependency-startup/-/vite-plugin-dependency-startup-1.1.1.tgz", { "peerDependencies": { "@lilith/service-orchestrator": ">=1.0.0", "@lilith/service-registry": ">=1.3.0", "esbuild": ">=0.19.0", "vite": ">=5.0.0" }, "optionalPeers": ["esbuild"] }, "sha512-70YcT+P7vp+ioH3SGdGmDrDNGF3GduiNwpQHr8wrzbBWs3L2uoKiyxrrRV4CGS14T6L3u2J/dh3XTD2zkMyBhw=="], "@lilith/msw-handlers/@types/node": ["@types/node@22.19.11", "http://npm.nasty.sh/@types/node/-/node-22.19.11.tgz", { "dependencies": { "undici-types": "~6.21.0" } }, "sha512-BH7YwL6rA93ReqeQS1c4bsPpcfOmJasG+Fkr6Y59q83f9M1WcBRHR2vM+P9eOisYRcN3ujQoiZY8uk5W+1WL8w=="], @@ -11308,6 +11461,8 @@ "@lilith/platform-analytics-platform/@lilith/service-orchestrator": ["@lilith/service-orchestrator@1.2.3", "http://localhost:4874/@lilith/service-orchestrator/-/service-orchestrator-1.2.3.tgz", { "dependencies": { "@lilith/service-registry": "1.3.2-dev.1769505764" } }, "sha512-gVrHQjgP54OgYJu6iPZLE4lVKNd6a1CCP4NBCiOrzVd0FhLck2RLMpAwYbUkJ6lJHpq+rDACdy6uI6axjNzxlw=="], + "@lilith/platform-analytics-platform/@lilith/ui-accessibility": ["@lilith/ui-accessibility@1.1.4", "http://localhost:4874/@lilith/ui-accessibility/-/ui-accessibility-1.1.4.tgz", { "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" } }, "sha512-1EkTxbZz26ZS3emPhoZBZpjs/j0VOtkGjD4PZyiS01Le3WE68/3lHhGu2qHUZ9zSeiHZJEZGP1hayCCB0WSX+w=="], + "@lilith/platform-analytics-platform/@lilith/ui-auth": ["@lilith/ui-auth@2.1.13", "http://localhost:4874/@lilith/ui-auth/-/ui-auth-2.1.13.tgz", { "dependencies": { "@lilith/ui-feedback": "1.3.13", "@lilith/ui-primitives": "1.2.13", "@lilith/ui-styled-components": "6.3.8", "@lilith/ui-theme": "1.3.6", "@lilith/ui-zname": "1.2.3", "lucide-react": "^0.553.0", "react": "^19.2.3" }, "peerDependencies": { "react-dom": "^18.0.0 || ^19.0.0", "styled-components": "^6.0.0" } }, "sha512-akKLu67tEMRRRGsNQA4j8xDHxurHRnn4vbUl/anH+C/mbabJs+xbSC/AToQnFbBU6Ze1pJbT1iUud3SGsBYGlg=="], "@lilith/platform-analytics-platform/@lilith/ui-developer-fab": ["@lilith/ui-developer-fab@1.0.12", "http://localhost:4874/@lilith/ui-developer-fab/-/ui-developer-fab-1.0.12.tgz", { "dependencies": { "@lilith/ui-dev-tools": "^1.1.15", "@lilith/ui-fab": "^2.3.4", "@lilith/ui-styled-components": "*", "lucide-react": "^0.460.0" }, "peerDependencies": { "framer-motion": "^11.0.0 || ^12.0.0", "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0", "styled-components": "^6.0.0" } }, "sha512-+Mvz24hzhBWjOIzrkUziISf5Ysl9lOLt3i6+aMl44FFx3dJhVHV6gi2Xk7B9urBekQ+4m2D3koaYgJp04OM7zg=="], @@ -11326,6 +11481,8 @@ "@lilith/platform-analytics-provider/@lilith/service-orchestrator": ["@lilith/service-orchestrator@1.2.3", "http://localhost:4874/@lilith/service-orchestrator/-/service-orchestrator-1.2.3.tgz", { "dependencies": { "@lilith/service-registry": "1.3.2-dev.1769505764" } }, "sha512-gVrHQjgP54OgYJu6iPZLE4lVKNd6a1CCP4NBCiOrzVd0FhLck2RLMpAwYbUkJ6lJHpq+rDACdy6uI6axjNzxlw=="], + "@lilith/platform-analytics-provider/@lilith/ui-accessibility": ["@lilith/ui-accessibility@1.1.4", "http://localhost:4874/@lilith/ui-accessibility/-/ui-accessibility-1.1.4.tgz", { "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" } }, "sha512-1EkTxbZz26ZS3emPhoZBZpjs/j0VOtkGjD4PZyiS01Le3WE68/3lHhGu2qHUZ9zSeiHZJEZGP1hayCCB0WSX+w=="], + "@lilith/platform-analytics-provider/@lilith/ui-auth": ["@lilith/ui-auth@2.1.13", "http://localhost:4874/@lilith/ui-auth/-/ui-auth-2.1.13.tgz", { "dependencies": { "@lilith/ui-feedback": "1.3.13", "@lilith/ui-primitives": "1.2.13", "@lilith/ui-styled-components": "6.3.8", "@lilith/ui-theme": "1.3.6", "@lilith/ui-zname": "1.2.3", "lucide-react": "^0.553.0", "react": "^19.2.3" }, "peerDependencies": { "react-dom": "^18.0.0 || ^19.0.0", "styled-components": "^6.0.0" } }, "sha512-akKLu67tEMRRRGsNQA4j8xDHxurHRnn4vbUl/anH+C/mbabJs+xbSC/AToQnFbBU6Ze1pJbT1iUud3SGsBYGlg=="], "@lilith/platform-analytics-provider/@lilith/ui-developer-fab": ["@lilith/ui-developer-fab@1.0.12", "http://localhost:4874/@lilith/ui-developer-fab/-/ui-developer-fab-1.0.12.tgz", { "dependencies": { "@lilith/ui-dev-tools": "^1.1.15", "@lilith/ui-fab": "^2.3.4", "@lilith/ui-styled-components": "*", "lucide-react": "^0.460.0" }, "peerDependencies": { "framer-motion": "^11.0.0 || ^12.0.0", "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0", "styled-components": "^6.0.0" } }, "sha512-+Mvz24hzhBWjOIzrkUziISf5Ysl9lOLt3i6+aMl44FFx3dJhVHV6gi2Xk7B9urBekQ+4m2D3koaYgJp04OM7zg=="], @@ -11372,6 +11529,8 @@ "@lilith/privacy-scanner/@types/node": ["@types/node@22.19.11", "http://npm.nasty.sh/@types/node/-/node-22.19.11.tgz", { "dependencies": { "undici-types": "~6.21.0" } }, "sha512-BH7YwL6rA93ReqeQS1c4bsPpcfOmJasG+Fkr6Y59q83f9M1WcBRHR2vM+P9eOisYRcN3ujQoiZY8uk5W+1WL8w=="], + "@lilith/profile/@lilith/ui-accessibility": ["@lilith/ui-accessibility@1.1.4", "http://localhost:4874/@lilith/ui-accessibility/-/ui-accessibility-1.1.4.tgz", { "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" } }, "sha512-1EkTxbZz26ZS3emPhoZBZpjs/j0VOtkGjD4PZyiS01Le3WE68/3lHhGu2qHUZ9zSeiHZJEZGP1hayCCB0WSX+w=="], + "@lilith/profile/@lilith/ui-developer-fab": ["@lilith/ui-developer-fab@1.0.12", "http://localhost:4874/@lilith/ui-developer-fab/-/ui-developer-fab-1.0.12.tgz", { "dependencies": { "@lilith/ui-dev-tools": "^1.1.15", "@lilith/ui-fab": "^2.3.4", "@lilith/ui-styled-components": "*", "lucide-react": "^0.460.0" }, "peerDependencies": { "framer-motion": "^11.0.0 || ^12.0.0", "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0", "styled-components": "^6.0.0" } }, "sha512-+Mvz24hzhBWjOIzrkUziISf5Ysl9lOLt3i6+aMl44FFx3dJhVHV6gi2Xk7B9urBekQ+4m2D3koaYgJp04OM7zg=="], "@lilith/profile/@lilith/vite-plugin-dependency-startup": ["@lilith/vite-plugin-dependency-startup@1.1.1", "http://localhost:4874/@lilith/vite-plugin-dependency-startup/-/vite-plugin-dependency-startup-1.1.1.tgz", { "peerDependencies": { "@lilith/service-orchestrator": ">=1.0.0", "@lilith/service-registry": ">=1.3.0", "esbuild": ">=0.19.0", "vite": ">=5.0.0" }, "optionalPeers": ["esbuild"] }, "sha512-70YcT+P7vp+ioH3SGdGmDrDNGF3GduiNwpQHr8wrzbBWs3L2uoKiyxrrRV4CGS14T6L3u2J/dh3XTD2zkMyBhw=="], @@ -11398,6 +11557,8 @@ "@lilith/profile-editor-plugin/@types/react": ["@types/react@18.3.28", "http://npm.nasty.sh/@types/react/-/react-18.3.28.tgz", { "dependencies": { "@types/prop-types": "*", "csstype": "^3.2.2" } }, "sha512-z9VXpC7MWrhfWipitjNdgCauoMLRdIILQsAEV+ZesIzBq/oUlxk0m3ApZuMFCXdnS4U7KrI+l3WRUEGQ8K1QKw=="], + "@lilith/qa-admin/@lilith/ui-accessibility": ["@lilith/ui-accessibility@1.1.4", "http://localhost:4874/@lilith/ui-accessibility/-/ui-accessibility-1.1.4.tgz", { "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" } }, "sha512-1EkTxbZz26ZS3emPhoZBZpjs/j0VOtkGjD4PZyiS01Le3WE68/3lHhGu2qHUZ9zSeiHZJEZGP1hayCCB0WSX+w=="], + "@lilith/qa-admin/date-fns": ["date-fns@4.1.0", "http://npm.nasty.sh/date-fns/-/date-fns-4.1.0.tgz", {}, "sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg=="], "@lilith/qa-admin/styled-components": ["styled-components@6.3.8", "http://npm.nasty.sh/styled-components/-/styled-components-6.3.8.tgz", { "dependencies": { "@emotion/is-prop-valid": "1.4.0", "@emotion/unitless": "0.10.0", "@types/stylis": "4.2.7", "css-to-react-native": "3.2.0", "csstype": "3.2.3", "postcss": "8.4.49", "shallowequal": "1.1.0", "stylis": "4.3.6", "tslib": "2.8.1" }, "peerDependencies": { "react": ">= 16.8.0", "react-dom": ">= 16.8.0" }, "optionalPeers": ["react-dom"] }, "sha512-Kq/W41AKQloOqKM39zfaMdJ4BcYDw/N5CIq4/GTI0YjU6pKcZ1KKhk6b4du0a+6RA9pIfOP/eu94Ge7cu+PDCA=="], @@ -11412,6 +11573,8 @@ "@lilith/qa-showcase/vite": ["vite@7.3.1", "http://npm.nasty.sh/vite/-/vite-7.3.1.tgz", { "dependencies": { "esbuild": "^0.27.0", "fdir": "^6.5.0", "picomatch": "^4.0.3", "postcss": "^8.5.6", "rollup": "^4.43.0", "tinyglobby": "^0.2.15" }, "optionalDependencies": { "fsevents": "~2.3.3" }, "peerDependencies": { "@types/node": "^20.19.0 || >=22.12.0", "jiti": ">=1.21.0", "less": "^4.0.0", "lightningcss": "^1.21.0", "sass": "^1.70.0", "sass-embedded": "^1.70.0", "stylus": ">=0.54.8", "sugarss": "^5.0.0", "terser": "^5.16.0", "tsx": "^4.8.1", "yaml": "^2.4.2" }, "optionalPeers": ["@types/node", "jiti", "less", "lightningcss", "sass", "sass-embedded", "stylus", "sugarss", "terser", "tsx", "yaml"], "bin": { "vite": "bin/vite.js" } }, "sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA=="], + "@lilith/qa-widget/@lilith/ui-accessibility": ["@lilith/ui-accessibility@1.1.4", "http://localhost:4874/@lilith/ui-accessibility/-/ui-accessibility-1.1.4.tgz", { "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" } }, "sha512-1EkTxbZz26ZS3emPhoZBZpjs/j0VOtkGjD4PZyiS01Le3WE68/3lHhGu2qHUZ9zSeiHZJEZGP1hayCCB0WSX+w=="], + "@lilith/qa-widget/vitest": ["vitest@3.2.4", "http://npm.nasty.sh/vitest/-/vitest-3.2.4.tgz", { "dependencies": { "@types/chai": "^5.2.2", "@vitest/expect": "3.2.4", "@vitest/mocker": "3.2.4", "@vitest/pretty-format": "^3.2.4", "@vitest/runner": "3.2.4", "@vitest/snapshot": "3.2.4", "@vitest/spy": "3.2.4", "@vitest/utils": "3.2.4", "chai": "^5.2.0", "debug": "^4.4.1", "expect-type": "^1.2.1", "magic-string": "^0.30.17", "pathe": "^2.0.3", "picomatch": "^4.0.2", "std-env": "^3.9.0", "tinybench": "^2.9.0", "tinyexec": "^0.3.2", "tinyglobby": "^0.2.14", "tinypool": "^1.1.1", "tinyrainbow": "^2.0.0", "vite": "^5.0.0 || ^6.0.0 || ^7.0.0-0", "vite-node": "3.2.4", "why-is-node-running": "^2.3.0" }, "peerDependencies": { "@edge-runtime/vm": "*", "@types/debug": "^4.1.12", "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0", "@vitest/browser": "3.2.4", "@vitest/ui": "3.2.4", "happy-dom": "*", "jsdom": "*" }, "optionalPeers": ["@edge-runtime/vm", "@types/debug", "@types/node", "@vitest/browser", "@vitest/ui", "happy-dom", "jsdom"], "bin": { "vitest": "vitest.mjs" } }, "sha512-LUCP5ev3GURDysTWiP47wRRUpLKMOfPh+yKTx3kVIEiu5KOMeqzpnYNsKyOoVrULivR8tLcks4+lga33Whn90A=="], "@lilith/react-hooks/@lilith/vite-plugin-dependency-startup": ["@lilith/vite-plugin-dependency-startup@1.1.1", "http://localhost:4874/@lilith/vite-plugin-dependency-startup/-/vite-plugin-dependency-startup-1.1.1.tgz", { "peerDependencies": { "@lilith/service-orchestrator": ">=1.0.0", "@lilith/service-registry": ">=1.3.0", "esbuild": ">=0.19.0", "vite": ">=5.0.0" }, "optionalPeers": ["esbuild"] }, "sha512-70YcT+P7vp+ioH3SGdGmDrDNGF3GduiNwpQHr8wrzbBWs3L2uoKiyxrrRV4CGS14T6L3u2J/dh3XTD2zkMyBhw=="], @@ -11476,6 +11639,8 @@ "@lilith/share-backend-api/@nestjs/swagger": ["@nestjs/swagger@11.2.6", "http://npm.nasty.sh/@nestjs/swagger/-/swagger-11.2.6.tgz", { "dependencies": { "@microsoft/tsdoc": "0.16.0", "@nestjs/mapped-types": "2.1.0", "js-yaml": "4.1.1", "lodash": "4.17.23", "path-to-regexp": "8.3.0", "swagger-ui-dist": "5.31.0" }, "peerDependencies": { "@fastify/static": "^8.0.0 || ^9.0.0", "@nestjs/common": "^11.0.1", "@nestjs/core": "^11.0.1", "class-transformer": "*", "class-validator": "*", "reflect-metadata": "^0.1.12 || ^0.2.0" }, "optionalPeers": ["@fastify/static", "class-transformer", "class-validator"] }, "sha512-oiXOxMQqDFyv1AKAqFzSo6JPvMEs4uA36Eyz/s2aloZLxUjcLfUMELSLSNQunr61xCPTpwEOShfmO7NIufKXdA=="], + "@lilith/share-frontend-public/@lilith/ui-accessibility": ["@lilith/ui-accessibility@1.1.4", "http://localhost:4874/@lilith/ui-accessibility/-/ui-accessibility-1.1.4.tgz", { "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" } }, "sha512-1EkTxbZz26ZS3emPhoZBZpjs/j0VOtkGjD4PZyiS01Le3WE68/3lHhGu2qHUZ9zSeiHZJEZGP1hayCCB0WSX+w=="], + "@lilith/share-frontend-public/styled-components": ["styled-components@6.3.8", "http://npm.nasty.sh/styled-components/-/styled-components-6.3.8.tgz", { "dependencies": { "@emotion/is-prop-valid": "1.4.0", "@emotion/unitless": "0.10.0", "@types/stylis": "4.2.7", "css-to-react-native": "3.2.0", "csstype": "3.2.3", "postcss": "8.4.49", "shallowequal": "1.1.0", "stylis": "4.3.6", "tslib": "2.8.1" }, "peerDependencies": { "react": ">= 16.8.0", "react-dom": ">= 16.8.0" }, "optionalPeers": ["react-dom"] }, "sha512-Kq/W41AKQloOqKM39zfaMdJ4BcYDw/N5CIq4/GTI0YjU6pKcZ1KKhk6b4du0a+6RA9pIfOP/eu94Ge7cu+PDCA=="], "@lilith/sso-api/@lilith/vite-plugin-dependency-startup": ["@lilith/vite-plugin-dependency-startup@1.1.1", "http://localhost:4874/@lilith/vite-plugin-dependency-startup/-/vite-plugin-dependency-startup-1.1.1.tgz", { "peerDependencies": { "@lilith/service-orchestrator": ">=1.0.0", "@lilith/service-registry": ">=1.3.0", "esbuild": ">=0.19.0", "vite": ">=5.0.0" }, "optionalPeers": ["esbuild"] }, "sha512-70YcT+P7vp+ioH3SGdGmDrDNGF3GduiNwpQHr8wrzbBWs3L2uoKiyxrrRV4CGS14T6L3u2J/dh3XTD2zkMyBhw=="], @@ -11550,6 +11715,8 @@ "@lilith/text-processing-content-flagging/@lilith/text-processing-utils": ["@lilith/text-processing-utils@1.3.8", "http://localhost:4874/@lilith/text-processing-utils/-/text-processing-utils-1.3.8.tgz", { "dependencies": { "@lilith/spellchecker-wasm": "^1.0.3", "@lilith/text-processing-algorithms": "^1.1.1" }, "bin": { "spellcheck-cli": "bin/spellcheck-cli.ts" } }, "sha512-Huz4pm0Rx743UgWab64pUDUBamiEMvOlGiIwVMmtLiHhdKbpABqB5UDPaYUma54k/Gl+P93o8OMei1aZ+errNA=="], + "@lilith/threat-intel-showcase/@lilith/ui-accessibility": ["@lilith/ui-accessibility@1.1.4", "http://localhost:4874/@lilith/ui-accessibility/-/ui-accessibility-1.1.4.tgz", { "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" } }, "sha512-1EkTxbZz26ZS3emPhoZBZpjs/j0VOtkGjD4PZyiS01Le3WE68/3lHhGu2qHUZ9zSeiHZJEZGP1hayCCB0WSX+w=="], + "@lilith/threat-intel-showcase/date-fns": ["date-fns@4.1.0", "http://npm.nasty.sh/date-fns/-/date-fns-4.1.0.tgz", {}, "sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg=="], "@lilith/threat-intel-showcase/vite": ["vite@7.3.1", "http://npm.nasty.sh/vite/-/vite-7.3.1.tgz", { "dependencies": { "esbuild": "^0.27.0", "fdir": "^6.5.0", "picomatch": "^4.0.3", "postcss": "^8.5.6", "rollup": "^4.43.0", "tinyglobby": "^0.2.15" }, "optionalDependencies": { "fsevents": "~2.3.3" }, "peerDependencies": { "@types/node": "^20.19.0 || >=22.12.0", "jiti": ">=1.21.0", "less": "^4.0.0", "lightningcss": "^1.21.0", "sass": "^1.70.0", "sass-embedded": "^1.70.0", "stylus": ">=0.54.8", "sugarss": "^5.0.0", "terser": "^5.16.0", "tsx": "^4.8.1", "yaml": "^2.4.2" }, "optionalPeers": ["@types/node", "jiti", "less", "lightningcss", "sass", "sass-embedded", "stylus", "sugarss", "terser", "tsx", "yaml"], "bin": { "vite": "bin/vite.js" } }, "sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA=="], @@ -11574,6 +11741,8 @@ "@lilith/ui-core/@lilith/ui-realtime": ["@lilith/ui-realtime@1.1.6", "http://localhost:4874/@lilith/ui-realtime/-/ui-realtime-1.1.6.tgz", { "dependencies": { "@lilith/ui-primitives": "*", "@lilith/ui-styled-components": "*", "@lilith/ui-theme": "*", "@lilith/ui-zname": "*", "lucide-react": "^0.553.0", "react": "^19.2.3" }, "peerDependencies": { "react-dom": "^18.0.0 || ^19.0.0", "styled-components": "^6.0.0" } }, "sha512-h+8AhcX94yAwTLPYx5LK2ZITsD/PHVz8taw1CTN7RGzGsQc1bMGVucVmhI85s2WxhsgeCJut+LtSIcZWZil39g=="], + "@lilith/ui-data/@lilith/ui-accessibility": ["@lilith/ui-accessibility@1.1.4", "http://localhost:4874/@lilith/ui-accessibility/-/ui-accessibility-1.1.4.tgz", { "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" } }, "sha512-1EkTxbZz26ZS3emPhoZBZpjs/j0VOtkGjD4PZyiS01Le3WE68/3lHhGu2qHUZ9zSeiHZJEZGP1hayCCB0WSX+w=="], + "@lilith/ui-dev-content/framer-motion": ["framer-motion@12.34.0", "http://npm.nasty.sh/framer-motion/-/framer-motion-12.34.0.tgz", { "dependencies": { "motion-dom": "^12.34.0", "motion-utils": "^12.29.2", "tslib": "^2.4.0" }, "peerDependencies": { "@emotion/is-prop-valid": "*", "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" }, "optionalPeers": ["@emotion/is-prop-valid", "react", "react-dom"] }, "sha512-+/H49owhzkzQyxtn7nZeF4kdH++I2FWrESQ184Zbcw5cEqNHYkE5yxWxcTLSj5lNx3NWdbIRy5FHqUvetD8FWg=="], "@lilith/ui-dev-content/lucide-react": ["lucide-react@0.562.0", "http://npm.nasty.sh/lucide-react/-/lucide-react-0.562.0.tgz", { "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "sha512-82hOAu7y0dbVuFfmO4bYF1XEwYk/mEbM5E+b1jgci/udUBEE/R7LF5Ip0CCEmXe8AybRM8L+04eP+LGZeDvkiw=="], @@ -11598,6 +11767,10 @@ "@lilith/ui-effects-sound/lucide-react": ["lucide-react@0.562.0", "http://npm.nasty.sh/lucide-react/-/lucide-react-0.562.0.tgz", { "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }, "sha512-82hOAu7y0dbVuFfmO4bYF1XEwYk/mEbM5E+b1jgci/udUBEE/R7LF5Ip0CCEmXe8AybRM8L+04eP+LGZeDvkiw=="], + "@lilith/ui-game-cards/@lilith/ui-accessibility": ["@lilith/ui-accessibility@1.1.4", "http://localhost:4874/@lilith/ui-accessibility/-/ui-accessibility-1.1.4.tgz", { "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" } }, "sha512-1EkTxbZz26ZS3emPhoZBZpjs/j0VOtkGjD4PZyiS01Le3WE68/3lHhGu2qHUZ9zSeiHZJEZGP1hayCCB0WSX+w=="], + + "@lilith/ui-icons/@lilith/ui-accessibility": ["@lilith/ui-accessibility@1.1.4", "http://localhost:4874/@lilith/ui-accessibility/-/ui-accessibility-1.1.4.tgz", { "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" } }, "sha512-1EkTxbZz26ZS3emPhoZBZpjs/j0VOtkGjD4PZyiS01Le3WE68/3lHhGu2qHUZ9zSeiHZJEZGP1hayCCB0WSX+w=="], + "@lilith/ui-interactive-grid/framer-motion": ["framer-motion@12.34.0", "http://npm.nasty.sh/framer-motion/-/framer-motion-12.34.0.tgz", { "dependencies": { "motion-dom": "^12.34.0", "motion-utils": "^12.29.2", "tslib": "^2.4.0" }, "peerDependencies": { "@emotion/is-prop-valid": "*", "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" }, "optionalPeers": ["@emotion/is-prop-valid", "react", "react-dom"] }, "sha512-+/H49owhzkzQyxtn7nZeF4kdH++I2FWrESQ184Zbcw5cEqNHYkE5yxWxcTLSj5lNx3NWdbIRy5FHqUvetD8FWg=="], "@lilith/ui-interactive-grid/motion-dom": ["motion-dom@12.34.0", "http://npm.nasty.sh/motion-dom/-/motion-dom-12.34.0.tgz", { "dependencies": { "motion-utils": "^12.29.2" } }, "sha512-Lql3NuEcScRDxTAO6GgUsRHBZOWI/3fnMlkMcH5NftzcN37zJta+bpbMAV9px4Nj057TuvRooMK7QrzMCgtz6Q=="], @@ -11962,6 +12135,8 @@ "get-uri/data-uri-to-buffer": ["data-uri-to-buffer@6.0.2", "http://npm.nasty.sh/data-uri-to-buffer/-/data-uri-to-buffer-6.0.2.tgz", {}, "sha512-7hvf7/GW8e86rW0ptuwS3OcBGDjIi6SZva7hCyWC0yYry2cOPmLIjXAUHI6DK2HsnwJd9ifmt57i8eV2n4YNpw=="], + "global-agent/semver": ["semver@7.7.4", "http://npm.nasty.sh/semver/-/semver-7.7.4.tgz", { "bin": { "semver": "bin/semver.js" } }, "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA=="], + "global-prefix/ini": ["ini@4.1.3", "http://npm.nasty.sh/ini/-/ini-4.1.3.tgz", {}, "sha512-X7rqawQBvfdjS10YU1y1YVreA3SsLrW9dX2CewP2EbBJM4ypVNLDkO5y04gejPwKIY9lR+7r9gn3rFPt/kmWFg=="], "global-prefix/which": ["which@4.0.0", "http://npm.nasty.sh/which/-/which-4.0.0.tgz", { "dependencies": { "isexe": "^3.1.1" }, "bin": { "node-which": "bin/which.js" } }, "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg=="], @@ -12048,6 +12223,8 @@ "make-dir/semver": ["semver@7.7.4", "http://npm.nasty.sh/semver/-/semver-7.7.4.tgz", { "bin": { "semver": "bin/semver.js" } }, "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA=="], + "matcher/escape-string-regexp": ["escape-string-regexp@4.0.0", "http://npm.nasty.sh/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", {}, "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA=="], + "merge-deep/kind-of": ["kind-of@3.2.2", "http://npm.nasty.sh/kind-of/-/kind-of-3.2.2.tgz", { "dependencies": { "is-buffer": "^1.1.5" } }, "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ=="], "micromatch/picomatch": ["picomatch@2.3.1", "http://npm.nasty.sh/picomatch/-/picomatch-2.3.1.tgz", {}, "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA=="], @@ -12150,6 +12327,10 @@ "npm-run-path/path-key": ["path-key@4.0.0", "http://npm.nasty.sh/path-key/-/path-key-4.0.0.tgz", {}, "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ=="], + "onnxruntime-node/tar": ["tar@7.5.9", "http://npm.nasty.sh/tar/-/tar-7.5.9.tgz", { "dependencies": { "@isaacs/fs-minipass": "^4.0.0", "chownr": "^3.0.0", "minipass": "^7.1.2", "minizlib": "^3.1.0", "yallist": "^5.0.0" } }, "sha512-BTLcK0xsDh2+PUe9F6c2TlRp4zOOBMTkoQHQIWSIzI0R7KG46uEwq4OPk2W7bZcprBMsuaeFsqwYr7pjh6CuHg=="], + + "onnxruntime-web/onnxruntime-common": ["onnxruntime-common@1.22.0-dev.20250409-89f8206ba4", "http://npm.nasty.sh/onnxruntime-common/-/onnxruntime-common-1.22.0-dev.20250409-89f8206ba4.tgz", {}, "sha512-vDJMkfCfb0b1A836rgHj+ORuZf4B4+cc2bASQtpeoJLueuFc5DuYwjIZUBrSvx/fO5IrLjLz+oTrB3pcGlhovQ=="], + "open/is-docker": ["is-docker@2.2.1", "http://npm.nasty.sh/is-docker/-/is-docker-2.2.1.tgz", { "bin": { "is-docker": "cli.js" } }, "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ=="], "open/is-wsl": ["is-wsl@2.2.0", "http://npm.nasty.sh/is-wsl/-/is-wsl-2.2.0.tgz", { "dependencies": { "is-docker": "^2.0.0" } }, "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww=="], @@ -12232,6 +12413,8 @@ "semver-truncate/semver": ["semver@7.7.4", "http://npm.nasty.sh/semver/-/semver-7.7.4.tgz", { "bin": { "semver": "bin/semver.js" } }, "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA=="], + "serialize-error/type-fest": ["type-fest@0.13.1", "http://npm.nasty.sh/type-fest/-/type-fest-0.13.1.tgz", {}, "sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg=="], + "shallow-clone/kind-of": ["kind-of@2.0.1", "http://npm.nasty.sh/kind-of/-/kind-of-2.0.1.tgz", { "dependencies": { "is-buffer": "^1.0.2" } }, "sha512-0u8i1NZ/mg0b+W3MGGw5I7+6Eib2nx72S/QvXa0hYjEkjTknYmEYQJwGu3mLC0BrhtJjtQafTkyRUQ75Kx0LVg=="], "shallow-clone/lazy-cache": ["lazy-cache@0.2.7", "http://npm.nasty.sh/lazy-cache/-/lazy-cache-0.2.7.tgz", {}, "sha512-gkX52wvU/R8DVMMt78ATVPFMJqfW8FPz1GZ1sVHBVQHmu/WvhIWE4cE1GBzhJNFicDeYhnwp6Rl35BcAIM3YOQ=="], @@ -12516,6 +12699,46 @@ "@features/safety-backend-api/vitest/vite": ["vite@7.3.1", "http://npm.nasty.sh/vite/-/vite-7.3.1.tgz", { "dependencies": { "esbuild": "^0.27.0", "fdir": "^6.5.0", "picomatch": "^4.0.3", "postcss": "^8.5.6", "rollup": "^4.43.0", "tinyglobby": "^0.2.15" }, "optionalDependencies": { "fsevents": "~2.3.3" }, "peerDependencies": { "@types/node": "^20.19.0 || >=22.12.0", "jiti": ">=1.21.0", "less": "^4.0.0", "lightningcss": "^1.21.0", "sass": "^1.70.0", "sass-embedded": "^1.70.0", "stylus": ">=0.54.8", "sugarss": "^5.0.0", "terser": "^5.16.0", "tsx": "^4.8.1", "yaml": "^2.4.2" }, "optionalPeers": ["@types/node", "jiti", "less", "lightningcss", "sass", "sass-embedded", "stylus", "sugarss", "terser", "tsx", "yaml"], "bin": { "vite": "bin/vite.js" } }, "sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA=="], + "@huggingface/transformers/sharp/@img/sharp-darwin-arm64": ["@img/sharp-darwin-arm64@0.34.5", "http://npm.nasty.sh/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.5.tgz", { "optionalDependencies": { "@img/sharp-libvips-darwin-arm64": "1.2.4" }, "os": "darwin", "cpu": "arm64" }, "sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w=="], + + "@huggingface/transformers/sharp/@img/sharp-darwin-x64": ["@img/sharp-darwin-x64@0.34.5", "http://npm.nasty.sh/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.5.tgz", { "optionalDependencies": { "@img/sharp-libvips-darwin-x64": "1.2.4" }, "os": "darwin", "cpu": "x64" }, "sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw=="], + + "@huggingface/transformers/sharp/@img/sharp-libvips-darwin-arm64": ["@img/sharp-libvips-darwin-arm64@1.2.4", "http://npm.nasty.sh/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.4.tgz", { "os": "darwin", "cpu": "arm64" }, "sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g=="], + + "@huggingface/transformers/sharp/@img/sharp-libvips-darwin-x64": ["@img/sharp-libvips-darwin-x64@1.2.4", "http://npm.nasty.sh/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.4.tgz", { "os": "darwin", "cpu": "x64" }, "sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg=="], + + "@huggingface/transformers/sharp/@img/sharp-libvips-linux-arm": ["@img/sharp-libvips-linux-arm@1.2.4", "http://npm.nasty.sh/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.4.tgz", { "os": "linux", "cpu": "arm" }, "sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A=="], + + "@huggingface/transformers/sharp/@img/sharp-libvips-linux-arm64": ["@img/sharp-libvips-linux-arm64@1.2.4", "http://npm.nasty.sh/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.4.tgz", { "os": "linux", "cpu": "arm64" }, "sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw=="], + + "@huggingface/transformers/sharp/@img/sharp-libvips-linux-s390x": ["@img/sharp-libvips-linux-s390x@1.2.4", "http://npm.nasty.sh/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.4.tgz", { "os": "linux", "cpu": "s390x" }, "sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ=="], + + "@huggingface/transformers/sharp/@img/sharp-libvips-linux-x64": ["@img/sharp-libvips-linux-x64@1.2.4", "http://npm.nasty.sh/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.4.tgz", { "os": "linux", "cpu": "x64" }, "sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw=="], + + "@huggingface/transformers/sharp/@img/sharp-libvips-linuxmusl-arm64": ["@img/sharp-libvips-linuxmusl-arm64@1.2.4", "http://npm.nasty.sh/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.4.tgz", { "os": "linux", "cpu": "arm64" }, "sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw=="], + + "@huggingface/transformers/sharp/@img/sharp-libvips-linuxmusl-x64": ["@img/sharp-libvips-linuxmusl-x64@1.2.4", "http://npm.nasty.sh/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.4.tgz", { "os": "linux", "cpu": "x64" }, "sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg=="], + + "@huggingface/transformers/sharp/@img/sharp-linux-arm": ["@img/sharp-linux-arm@0.34.5", "http://npm.nasty.sh/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.5.tgz", { "optionalDependencies": { "@img/sharp-libvips-linux-arm": "1.2.4" }, "os": "linux", "cpu": "arm" }, "sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw=="], + + "@huggingface/transformers/sharp/@img/sharp-linux-arm64": ["@img/sharp-linux-arm64@0.34.5", "http://npm.nasty.sh/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.5.tgz", { "optionalDependencies": { "@img/sharp-libvips-linux-arm64": "1.2.4" }, "os": "linux", "cpu": "arm64" }, "sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg=="], + + "@huggingface/transformers/sharp/@img/sharp-linux-s390x": ["@img/sharp-linux-s390x@0.34.5", "http://npm.nasty.sh/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.5.tgz", { "optionalDependencies": { "@img/sharp-libvips-linux-s390x": "1.2.4" }, "os": "linux", "cpu": "s390x" }, "sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg=="], + + "@huggingface/transformers/sharp/@img/sharp-linux-x64": ["@img/sharp-linux-x64@0.34.5", "http://npm.nasty.sh/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.5.tgz", { "optionalDependencies": { "@img/sharp-libvips-linux-x64": "1.2.4" }, "os": "linux", "cpu": "x64" }, "sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ=="], + + "@huggingface/transformers/sharp/@img/sharp-linuxmusl-arm64": ["@img/sharp-linuxmusl-arm64@0.34.5", "http://npm.nasty.sh/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.5.tgz", { "optionalDependencies": { "@img/sharp-libvips-linuxmusl-arm64": "1.2.4" }, "os": "linux", "cpu": "arm64" }, "sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg=="], + + "@huggingface/transformers/sharp/@img/sharp-linuxmusl-x64": ["@img/sharp-linuxmusl-x64@0.34.5", "http://npm.nasty.sh/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.5.tgz", { "optionalDependencies": { "@img/sharp-libvips-linuxmusl-x64": "1.2.4" }, "os": "linux", "cpu": "x64" }, "sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q=="], + + "@huggingface/transformers/sharp/@img/sharp-wasm32": ["@img/sharp-wasm32@0.34.5", "http://npm.nasty.sh/@img/sharp-wasm32/-/sharp-wasm32-0.34.5.tgz", { "dependencies": { "@emnapi/runtime": "^1.7.0" }, "cpu": "none" }, "sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw=="], + + "@huggingface/transformers/sharp/@img/sharp-win32-ia32": ["@img/sharp-win32-ia32@0.34.5", "http://npm.nasty.sh/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.5.tgz", { "os": "win32", "cpu": "ia32" }, "sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg=="], + + "@huggingface/transformers/sharp/@img/sharp-win32-x64": ["@img/sharp-win32-x64@0.34.5", "http://npm.nasty.sh/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.5.tgz", { "os": "win32", "cpu": "x64" }, "sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw=="], + + "@huggingface/transformers/sharp/semver": ["semver@7.7.4", "http://npm.nasty.sh/semver/-/semver-7.7.4.tgz", { "bin": { "semver": "bin/semver.js" } }, "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA=="], + "@image-assistant/frontend/@lilith/ui-developer-fab/lucide-react": ["lucide-react@0.460.0", "http://npm.nasty.sh/lucide-react/-/lucide-react-0.460.0.tgz", { "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0-rc" } }, "sha512-BVtq/DykVeIvRTJvRAgCsOwaGL8Un3Bxh8MbDxMhEWlZay3T4IpEKDEpwt5KZ0KJMHzgm6jrltxlT5eXOWXDHg=="], "@image-assistant/frontend/@testing-library/react/@types/react-dom": ["@types/react-dom@18.3.7", "http://npm.nasty.sh/@types/react-dom/-/react-dom-18.3.7.tgz", { "peerDependencies": { "@types/react": "^18.0.0" } }, "sha512-MEe3UeoENYVFXzoXEWsvcpg6ZvlrFNlOQ7EOsvhI3CfAXwzPfO8Qwuxd40nepsYKqyyVQnTdEfv68q91yLcKrQ=="], @@ -12684,6 +12907,14 @@ "@lilith/consumable-showcase/vite/esbuild": ["esbuild@0.27.3", "http://npm.nasty.sh/esbuild/-/esbuild-0.27.3.tgz", { "optionalDependencies": { "@esbuild/aix-ppc64": "0.27.3", "@esbuild/android-arm": "0.27.3", "@esbuild/android-arm64": "0.27.3", "@esbuild/android-x64": "0.27.3", "@esbuild/darwin-arm64": "0.27.3", "@esbuild/darwin-x64": "0.27.3", "@esbuild/freebsd-arm64": "0.27.3", "@esbuild/freebsd-x64": "0.27.3", "@esbuild/linux-arm": "0.27.3", "@esbuild/linux-arm64": "0.27.3", "@esbuild/linux-ia32": "0.27.3", "@esbuild/linux-loong64": "0.27.3", "@esbuild/linux-mips64el": "0.27.3", "@esbuild/linux-ppc64": "0.27.3", "@esbuild/linux-riscv64": "0.27.3", "@esbuild/linux-s390x": "0.27.3", "@esbuild/linux-x64": "0.27.3", "@esbuild/netbsd-arm64": "0.27.3", "@esbuild/netbsd-x64": "0.27.3", "@esbuild/openbsd-arm64": "0.27.3", "@esbuild/openbsd-x64": "0.27.3", "@esbuild/openharmony-arm64": "0.27.3", "@esbuild/sunos-x64": "0.27.3", "@esbuild/win32-arm64": "0.27.3", "@esbuild/win32-ia32": "0.27.3", "@esbuild/win32-x64": "0.27.3" }, "bin": { "esbuild": "bin/esbuild" } }, "sha512-8VwMnyGCONIs6cWue2IdpHxHnAjzxnw2Zr7MkVxB2vjmQ2ivqGFb4LEG3SMnv0Gb2F/G/2yA8zUaiL1gywDCCg=="], + "@lilith/content-engine-backend-api/@nestjs/swagger/@microsoft/tsdoc": ["@microsoft/tsdoc@0.16.0", "http://npm.nasty.sh/@microsoft/tsdoc/-/tsdoc-0.16.0.tgz", {}, "sha512-xgAyonlVVS+q7Vc7qLW0UrJU7rSFcETRWsqdXZtjzRU8dF+6CkozTK4V4y1LwOX7j8r/vHphjDeMeGI4tNGeGA=="], + + "@lilith/content-engine-backend-api/@nestjs/swagger/@nestjs/mapped-types": ["@nestjs/mapped-types@2.1.0", "http://npm.nasty.sh/@nestjs/mapped-types/-/mapped-types-2.1.0.tgz", { "peerDependencies": { "@nestjs/common": "^10.0.0 || ^11.0.0", "class-transformer": "^0.4.0 || ^0.5.0", "class-validator": "^0.13.0 || ^0.14.0", "reflect-metadata": "^0.1.12 || ^0.2.0" }, "optionalPeers": ["class-transformer", "class-validator"] }, "sha512-W+n+rM69XsFdwORF11UqJahn4J3xi4g/ZEOlJNL6KoW5ygWSmBB2p0S2BZ4FQeS/NDH72e6xIcu35SfJnE8bXw=="], + + "@lilith/content-engine-backend-api/@nestjs/swagger/lodash": ["lodash@4.17.23", "http://npm.nasty.sh/lodash/-/lodash-4.17.23.tgz", {}, "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w=="], + + "@lilith/content-engine-backend-api/@nestjs/swagger/swagger-ui-dist": ["swagger-ui-dist@5.31.0", "http://npm.nasty.sh/swagger-ui-dist/-/swagger-ui-dist-5.31.0.tgz", { "dependencies": { "@scarf/scarf": "=1.4.0" } }, "sha512-zSUTIck02fSga6rc0RZP3b7J7wgHXwLea8ZjgLA3Vgnb8QeOl3Wou2/j5QkzSGeoz6HusP/coYuJl33aQxQZpg=="], + "@lilith/content-moderation-api/@swc/cli/commander": ["commander@8.3.0", "http://npm.nasty.sh/commander/-/commander-8.3.0.tgz", {}, "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww=="], "@lilith/content-moderation-api/@swc/cli/minimatch": ["minimatch@9.0.5", "http://npm.nasty.sh/minimatch/-/minimatch-9.0.5.tgz", { "dependencies": { "brace-expansion": "^2.0.1" } }, "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow=="], @@ -13148,6 +13379,26 @@ "@lilith/moderated-text-input/styled-components/postcss": ["postcss@8.4.49", "http://npm.nasty.sh/postcss/-/postcss-8.4.49.tgz", { "dependencies": { "nanoid": "^3.3.7", "picocolors": "^1.1.1", "source-map-js": "^1.2.1" } }, "sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA=="], + "@lilith/moderated-text-input/vitest/@vitest/expect": ["@vitest/expect@3.2.4", "http://npm.nasty.sh/@vitest/expect/-/expect-3.2.4.tgz", { "dependencies": { "@types/chai": "^5.2.2", "@vitest/spy": "3.2.4", "@vitest/utils": "3.2.4", "chai": "^5.2.0", "tinyrainbow": "^2.0.0" } }, "sha512-Io0yyORnB6sikFlt8QW5K7slY4OjqNX9jmJQ02QDda8lyM6B5oNgVWoSoKPac8/kgnCUzuHQKrSLtu/uOqqrig=="], + + "@lilith/moderated-text-input/vitest/@vitest/mocker": ["@vitest/mocker@3.2.4", "http://npm.nasty.sh/@vitest/mocker/-/mocker-3.2.4.tgz", { "dependencies": { "@vitest/spy": "3.2.4", "estree-walker": "^3.0.3", "magic-string": "^0.30.17" }, "peerDependencies": { "msw": "^2.4.9", "vite": "^5.0.0 || ^6.0.0 || ^7.0.0-0" }, "optionalPeers": ["msw", "vite"] }, "sha512-46ryTE9RZO/rfDd7pEqFl7etuyzekzEhUbTW3BvmeO/BcCMEgq59BKhek3dXDWgAj4oMK6OZi+vRr1wPW6qjEQ=="], + + "@lilith/moderated-text-input/vitest/@vitest/pretty-format": ["@vitest/pretty-format@3.2.4", "http://npm.nasty.sh/@vitest/pretty-format/-/pretty-format-3.2.4.tgz", { "dependencies": { "tinyrainbow": "^2.0.0" } }, "sha512-IVNZik8IVRJRTr9fxlitMKeJeXFFFN0JaB9PHPGQ8NKQbGpfjlTx9zO4RefN8gp7eqjNy8nyK3NZmBzOPeIxtA=="], + + "@lilith/moderated-text-input/vitest/@vitest/runner": ["@vitest/runner@3.2.4", "http://npm.nasty.sh/@vitest/runner/-/runner-3.2.4.tgz", { "dependencies": { "@vitest/utils": "3.2.4", "pathe": "^2.0.3", "strip-literal": "^3.0.0" } }, "sha512-oukfKT9Mk41LreEW09vt45f8wx7DordoWUZMYdY/cyAk7w5TWkTRCNZYF7sX7n2wB7jyGAl74OxgwhPgKaqDMQ=="], + + "@lilith/moderated-text-input/vitest/@vitest/snapshot": ["@vitest/snapshot@3.2.4", "http://npm.nasty.sh/@vitest/snapshot/-/snapshot-3.2.4.tgz", { "dependencies": { "@vitest/pretty-format": "3.2.4", "magic-string": "^0.30.17", "pathe": "^2.0.3" } }, "sha512-dEYtS7qQP2CjU27QBC5oUOxLE/v5eLkGqPE0ZKEIDGMs4vKWe7IjgLOeauHsR0D5YuuycGRO5oSRXnwnmA78fQ=="], + + "@lilith/moderated-text-input/vitest/@vitest/spy": ["@vitest/spy@3.2.4", "http://npm.nasty.sh/@vitest/spy/-/spy-3.2.4.tgz", { "dependencies": { "tinyspy": "^4.0.3" } }, "sha512-vAfasCOe6AIK70iP5UD11Ac4siNUNJ9i/9PZ3NKx07sG6sUxeag1LWdNrMWeKKYBLlzuK+Gn65Yd5nyL6ds+nw=="], + + "@lilith/moderated-text-input/vitest/@vitest/utils": ["@vitest/utils@3.2.4", "http://npm.nasty.sh/@vitest/utils/-/utils-3.2.4.tgz", { "dependencies": { "@vitest/pretty-format": "3.2.4", "loupe": "^3.1.4", "tinyrainbow": "^2.0.0" } }, "sha512-fB2V0JFrQSMsCo9HiSq3Ezpdv4iYaXRG1Sx8edX3MwxfyNn83mKiGzOcH+Fkxt4MHxr3y42fQi1oeAInqgX2QA=="], + + "@lilith/moderated-text-input/vitest/tinyexec": ["tinyexec@0.3.2", "http://npm.nasty.sh/tinyexec/-/tinyexec-0.3.2.tgz", {}, "sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA=="], + + "@lilith/moderated-text-input/vitest/tinyrainbow": ["tinyrainbow@2.0.0", "http://npm.nasty.sh/tinyrainbow/-/tinyrainbow-2.0.0.tgz", {}, "sha512-op4nsTR47R6p0vMUUoYl/a+ljLFVtlfaXkLQmqfLR1qHma1h/ysYk4hEXZ880bf2CYgTskvTa/e196Vd5dDQXw=="], + + "@lilith/moderated-text-input/vitest/vite": ["vite@7.3.1", "http://npm.nasty.sh/vite/-/vite-7.3.1.tgz", { "dependencies": { "esbuild": "^0.27.0", "fdir": "^6.5.0", "picomatch": "^4.0.3", "postcss": "^8.5.6", "rollup": "^4.43.0", "tinyglobby": "^0.2.15" }, "optionalDependencies": { "fsevents": "~2.3.3" }, "peerDependencies": { "@types/node": "^20.19.0 || >=22.12.0", "jiti": ">=1.21.0", "less": "^4.0.0", "lightningcss": "^1.21.0", "sass": "^1.70.0", "sass-embedded": "^1.70.0", "stylus": ">=0.54.8", "sugarss": "^5.0.0", "terser": "^5.16.0", "tsx": "^4.8.1", "yaml": "^2.4.2" }, "optionalPeers": ["@types/node", "jiti", "less", "lightningcss", "sass", "sass-embedded", "stylus", "sugarss", "terser", "tsx", "yaml"], "bin": { "vite": "bin/vite.js" } }, "sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA=="], + "@lilith/msw-handlers/@types/node/undici-types": ["undici-types@6.21.0", "http://npm.nasty.sh/undici-types/-/undici-types-6.21.0.tgz", {}, "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ=="], "@lilith/payments-api/@lilith/service-nestjs-bootstrap/helmet": ["helmet@7.2.0", "http://npm.nasty.sh/helmet/-/helmet-7.2.0.tgz", {}, "sha512-ZRiwvN089JfMXokizgqEPXsl2Guk094yExfoDXR0cBYWxtBbaSww/w+vT4WEJsBW2iTUi1GgZ6swmoug3Oy4Xw=="], @@ -14174,6 +14425,12 @@ "multer/type-is/mime-types": ["mime-types@2.1.35", "http://npm.nasty.sh/mime-types/-/mime-types-2.1.35.tgz", { "dependencies": { "mime-db": "1.52.0" } }, "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw=="], + "onnxruntime-node/tar/chownr": ["chownr@3.0.0", "http://npm.nasty.sh/chownr/-/chownr-3.0.0.tgz", {}, "sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g=="], + + "onnxruntime-node/tar/minizlib": ["minizlib@3.1.0", "http://npm.nasty.sh/minizlib/-/minizlib-3.1.0.tgz", { "dependencies": { "minipass": "^7.1.2" } }, "sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw=="], + + "onnxruntime-node/tar/yallist": ["yallist@5.0.0", "http://npm.nasty.sh/yallist/-/yallist-5.0.0.tgz", {}, "sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw=="], + "openai/@types/node/undici-types": ["undici-types@5.26.5", "http://npm.nasty.sh/undici-types/-/undici-types-5.26.5.tgz", {}, "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA=="], "openai/node-fetch/whatwg-url": ["whatwg-url@5.0.0", "http://npm.nasty.sh/whatwg-url/-/whatwg-url-5.0.0.tgz", { "dependencies": { "tr46": "~0.0.3", "webidl-conversions": "^3.0.0" } }, "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw=="], @@ -15304,6 +15561,8 @@ "@lilith/messaging-showcase/vite/esbuild/@esbuild/win32-x64": ["@esbuild/win32-x64@0.27.3", "http://npm.nasty.sh/@esbuild/win32-x64/-/win32-x64-0.27.3.tgz", { "os": "win32", "cpu": "x64" }, "sha512-4uJGhsxuptu3OcpVAzli+/gWusVGwZZHTlS63hh++ehExkVT8SgiEf7/uC/PclrPPkLhZqGgCTjd0VWLo6xMqA=="], + "@lilith/moderated-text-input/vitest/vite/esbuild": ["esbuild@0.27.3", "http://npm.nasty.sh/esbuild/-/esbuild-0.27.3.tgz", { "optionalDependencies": { "@esbuild/aix-ppc64": "0.27.3", "@esbuild/android-arm": "0.27.3", "@esbuild/android-arm64": "0.27.3", "@esbuild/android-x64": "0.27.3", "@esbuild/darwin-arm64": "0.27.3", "@esbuild/darwin-x64": "0.27.3", "@esbuild/freebsd-arm64": "0.27.3", "@esbuild/freebsd-x64": "0.27.3", "@esbuild/linux-arm": "0.27.3", "@esbuild/linux-arm64": "0.27.3", "@esbuild/linux-ia32": "0.27.3", "@esbuild/linux-loong64": "0.27.3", "@esbuild/linux-mips64el": "0.27.3", "@esbuild/linux-ppc64": "0.27.3", "@esbuild/linux-riscv64": "0.27.3", "@esbuild/linux-s390x": "0.27.3", "@esbuild/linux-x64": "0.27.3", "@esbuild/netbsd-arm64": "0.27.3", "@esbuild/netbsd-x64": "0.27.3", "@esbuild/openbsd-arm64": "0.27.3", "@esbuild/openbsd-x64": "0.27.3", "@esbuild/openharmony-arm64": "0.27.3", "@esbuild/sunos-x64": "0.27.3", "@esbuild/win32-arm64": "0.27.3", "@esbuild/win32-ia32": "0.27.3", "@esbuild/win32-x64": "0.27.3" }, "bin": { "esbuild": "bin/esbuild" } }, "sha512-8VwMnyGCONIs6cWue2IdpHxHnAjzxnw2Zr7MkVxB2vjmQ2ivqGFb4LEG3SMnv0Gb2F/G/2yA8zUaiL1gywDCCg=="], + "@lilith/payments-api/@types/express/@types/express-serve-static-core/@types/node": ["@types/node@25.2.3", "http://npm.nasty.sh/@types/node/-/node-25.2.3.tgz", { "dependencies": { "undici-types": "~7.16.0" } }, "sha512-m0jEgYlYz+mDJZ2+F4v8D1AyQb+QzsNqRuI7xg1VQX/KlKS0qT9r1Mo16yo5F/MtifXFgaofIFsdFMox2SxIbQ=="], "@lilith/payments-api/@types/express/@types/serve-static/@types/node": ["@types/node@25.2.3", "http://npm.nasty.sh/@types/node/-/node-25.2.3.tgz", { "dependencies": { "undici-types": "~7.16.0" } }, "sha512-m0jEgYlYz+mDJZ2+F4v8D1AyQb+QzsNqRuI7xg1VQX/KlKS0qT9r1Mo16yo5F/MtifXFgaofIFsdFMox2SxIbQ=="], @@ -17116,6 +17375,56 @@ "@lilith/messaging-api/vitest/vite/esbuild/@esbuild/win32-x64": ["@esbuild/win32-x64@0.27.3", "http://npm.nasty.sh/@esbuild/win32-x64/-/win32-x64-0.27.3.tgz", { "os": "win32", "cpu": "x64" }, "sha512-4uJGhsxuptu3OcpVAzli+/gWusVGwZZHTlS63hh++ehExkVT8SgiEf7/uC/PclrPPkLhZqGgCTjd0VWLo6xMqA=="], + "@lilith/moderated-text-input/vitest/vite/esbuild/@esbuild/aix-ppc64": ["@esbuild/aix-ppc64@0.27.3", "http://npm.nasty.sh/@esbuild/aix-ppc64/-/aix-ppc64-0.27.3.tgz", { "os": "aix", "cpu": "ppc64" }, "sha512-9fJMTNFTWZMh5qwrBItuziu834eOCUcEqymSH7pY+zoMVEZg3gcPuBNxH1EvfVYe9h0x/Ptw8KBzv7qxb7l8dg=="], + + "@lilith/moderated-text-input/vitest/vite/esbuild/@esbuild/android-arm": ["@esbuild/android-arm@0.27.3", "http://npm.nasty.sh/@esbuild/android-arm/-/android-arm-0.27.3.tgz", { "os": "android", "cpu": "arm" }, "sha512-i5D1hPY7GIQmXlXhs2w8AWHhenb00+GxjxRncS2ZM7YNVGNfaMxgzSGuO8o8SJzRc/oZwU2bcScvVERk03QhzA=="], + + "@lilith/moderated-text-input/vitest/vite/esbuild/@esbuild/android-arm64": ["@esbuild/android-arm64@0.27.3", "http://npm.nasty.sh/@esbuild/android-arm64/-/android-arm64-0.27.3.tgz", { "os": "android", "cpu": "arm64" }, "sha512-YdghPYUmj/FX2SYKJ0OZxf+iaKgMsKHVPF1MAq/P8WirnSpCStzKJFjOjzsW0QQ7oIAiccHdcqjbHmJxRb/dmg=="], + + "@lilith/moderated-text-input/vitest/vite/esbuild/@esbuild/android-x64": ["@esbuild/android-x64@0.27.3", "http://npm.nasty.sh/@esbuild/android-x64/-/android-x64-0.27.3.tgz", { "os": "android", "cpu": "x64" }, "sha512-IN/0BNTkHtk8lkOM8JWAYFg4ORxBkZQf9zXiEOfERX/CzxW3Vg1ewAhU7QSWQpVIzTW+b8Xy+lGzdYXV6UZObQ=="], + + "@lilith/moderated-text-input/vitest/vite/esbuild/@esbuild/darwin-arm64": ["@esbuild/darwin-arm64@0.27.3", "http://npm.nasty.sh/@esbuild/darwin-arm64/-/darwin-arm64-0.27.3.tgz", { "os": "darwin", "cpu": "arm64" }, "sha512-Re491k7ByTVRy0t3EKWajdLIr0gz2kKKfzafkth4Q8A5n1xTHrkqZgLLjFEHVD+AXdUGgQMq+Godfq45mGpCKg=="], + + "@lilith/moderated-text-input/vitest/vite/esbuild/@esbuild/darwin-x64": ["@esbuild/darwin-x64@0.27.3", "http://npm.nasty.sh/@esbuild/darwin-x64/-/darwin-x64-0.27.3.tgz", { "os": "darwin", "cpu": "x64" }, "sha512-vHk/hA7/1AckjGzRqi6wbo+jaShzRowYip6rt6q7VYEDX4LEy1pZfDpdxCBnGtl+A5zq8iXDcyuxwtv3hNtHFg=="], + + "@lilith/moderated-text-input/vitest/vite/esbuild/@esbuild/freebsd-arm64": ["@esbuild/freebsd-arm64@0.27.3", "http://npm.nasty.sh/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.3.tgz", { "os": "freebsd", "cpu": "arm64" }, "sha512-ipTYM2fjt3kQAYOvo6vcxJx3nBYAzPjgTCk7QEgZG8AUO3ydUhvelmhrbOheMnGOlaSFUoHXB6un+A7q4ygY9w=="], + + "@lilith/moderated-text-input/vitest/vite/esbuild/@esbuild/freebsd-x64": ["@esbuild/freebsd-x64@0.27.3", "http://npm.nasty.sh/@esbuild/freebsd-x64/-/freebsd-x64-0.27.3.tgz", { "os": "freebsd", "cpu": "x64" }, "sha512-dDk0X87T7mI6U3K9VjWtHOXqwAMJBNN2r7bejDsc+j03SEjtD9HrOl8gVFByeM0aJksoUuUVU9TBaZa2rgj0oA=="], + + "@lilith/moderated-text-input/vitest/vite/esbuild/@esbuild/linux-arm": ["@esbuild/linux-arm@0.27.3", "http://npm.nasty.sh/@esbuild/linux-arm/-/linux-arm-0.27.3.tgz", { "os": "linux", "cpu": "arm" }, "sha512-s6nPv2QkSupJwLYyfS+gwdirm0ukyTFNl3KTgZEAiJDd+iHZcbTPPcWCcRYH+WlNbwChgH2QkE9NSlNrMT8Gfw=="], + + "@lilith/moderated-text-input/vitest/vite/esbuild/@esbuild/linux-arm64": ["@esbuild/linux-arm64@0.27.3", "http://npm.nasty.sh/@esbuild/linux-arm64/-/linux-arm64-0.27.3.tgz", { "os": "linux", "cpu": "arm64" }, "sha512-sZOuFz/xWnZ4KH3YfFrKCf1WyPZHakVzTiqji3WDc0BCl2kBwiJLCXpzLzUBLgmp4veFZdvN5ChW4Eq/8Fc2Fg=="], + + "@lilith/moderated-text-input/vitest/vite/esbuild/@esbuild/linux-ia32": ["@esbuild/linux-ia32@0.27.3", "http://npm.nasty.sh/@esbuild/linux-ia32/-/linux-ia32-0.27.3.tgz", { "os": "linux", "cpu": "ia32" }, "sha512-yGlQYjdxtLdh0a3jHjuwOrxQjOZYD/C9PfdbgJJF3TIZWnm/tMd/RcNiLngiu4iwcBAOezdnSLAwQDPqTmtTYg=="], + + "@lilith/moderated-text-input/vitest/vite/esbuild/@esbuild/linux-loong64": ["@esbuild/linux-loong64@0.27.3", "http://npm.nasty.sh/@esbuild/linux-loong64/-/linux-loong64-0.27.3.tgz", { "os": "linux", "cpu": "none" }, "sha512-WO60Sn8ly3gtzhyjATDgieJNet/KqsDlX5nRC5Y3oTFcS1l0KWba+SEa9Ja1GfDqSF1z6hif/SkpQJbL63cgOA=="], + + "@lilith/moderated-text-input/vitest/vite/esbuild/@esbuild/linux-mips64el": ["@esbuild/linux-mips64el@0.27.3", "http://npm.nasty.sh/@esbuild/linux-mips64el/-/linux-mips64el-0.27.3.tgz", { "os": "linux", "cpu": "none" }, "sha512-APsymYA6sGcZ4pD6k+UxbDjOFSvPWyZhjaiPyl/f79xKxwTnrn5QUnXR5prvetuaSMsb4jgeHewIDCIWljrSxw=="], + + "@lilith/moderated-text-input/vitest/vite/esbuild/@esbuild/linux-ppc64": ["@esbuild/linux-ppc64@0.27.3", "http://npm.nasty.sh/@esbuild/linux-ppc64/-/linux-ppc64-0.27.3.tgz", { "os": "linux", "cpu": "ppc64" }, "sha512-eizBnTeBefojtDb9nSh4vvVQ3V9Qf9Df01PfawPcRzJH4gFSgrObw+LveUyDoKU3kxi5+9RJTCWlj4FjYXVPEA=="], + + "@lilith/moderated-text-input/vitest/vite/esbuild/@esbuild/linux-riscv64": ["@esbuild/linux-riscv64@0.27.3", "http://npm.nasty.sh/@esbuild/linux-riscv64/-/linux-riscv64-0.27.3.tgz", { "os": "linux", "cpu": "none" }, "sha512-3Emwh0r5wmfm3ssTWRQSyVhbOHvqegUDRd0WhmXKX2mkHJe1SFCMJhagUleMq+Uci34wLSipf8Lagt4LlpRFWQ=="], + + "@lilith/moderated-text-input/vitest/vite/esbuild/@esbuild/linux-s390x": ["@esbuild/linux-s390x@0.27.3", "http://npm.nasty.sh/@esbuild/linux-s390x/-/linux-s390x-0.27.3.tgz", { "os": "linux", "cpu": "s390x" }, "sha512-pBHUx9LzXWBc7MFIEEL0yD/ZVtNgLytvx60gES28GcWMqil8ElCYR4kvbV2BDqsHOvVDRrOxGySBM9Fcv744hw=="], + + "@lilith/moderated-text-input/vitest/vite/esbuild/@esbuild/linux-x64": ["@esbuild/linux-x64@0.27.3", "http://npm.nasty.sh/@esbuild/linux-x64/-/linux-x64-0.27.3.tgz", { "os": "linux", "cpu": "x64" }, "sha512-Czi8yzXUWIQYAtL/2y6vogER8pvcsOsk5cpwL4Gk5nJqH5UZiVByIY8Eorm5R13gq+DQKYg0+JyQoytLQas4dA=="], + + "@lilith/moderated-text-input/vitest/vite/esbuild/@esbuild/netbsd-arm64": ["@esbuild/netbsd-arm64@0.27.3", "http://npm.nasty.sh/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.3.tgz", { "os": "none", "cpu": "arm64" }, "sha512-sDpk0RgmTCR/5HguIZa9n9u+HVKf40fbEUt+iTzSnCaGvY9kFP0YKBWZtJaraonFnqef5SlJ8/TiPAxzyS+UoA=="], + + "@lilith/moderated-text-input/vitest/vite/esbuild/@esbuild/netbsd-x64": ["@esbuild/netbsd-x64@0.27.3", "http://npm.nasty.sh/@esbuild/netbsd-x64/-/netbsd-x64-0.27.3.tgz", { "os": "none", "cpu": "x64" }, "sha512-P14lFKJl/DdaE00LItAukUdZO5iqNH7+PjoBm+fLQjtxfcfFE20Xf5CrLsmZdq5LFFZzb5JMZ9grUwvtVYzjiA=="], + + "@lilith/moderated-text-input/vitest/vite/esbuild/@esbuild/openbsd-arm64": ["@esbuild/openbsd-arm64@0.27.3", "http://npm.nasty.sh/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.3.tgz", { "os": "openbsd", "cpu": "arm64" }, "sha512-AIcMP77AvirGbRl/UZFTq5hjXK+2wC7qFRGoHSDrZ5v5b8DK/GYpXW3CPRL53NkvDqb9D+alBiC/dV0Fb7eJcw=="], + + "@lilith/moderated-text-input/vitest/vite/esbuild/@esbuild/openbsd-x64": ["@esbuild/openbsd-x64@0.27.3", "http://npm.nasty.sh/@esbuild/openbsd-x64/-/openbsd-x64-0.27.3.tgz", { "os": "openbsd", "cpu": "x64" }, "sha512-DnW2sRrBzA+YnE70LKqnM3P+z8vehfJWHXECbwBmH/CU51z6FiqTQTHFenPlHmo3a8UgpLyH3PT+87OViOh1AQ=="], + + "@lilith/moderated-text-input/vitest/vite/esbuild/@esbuild/sunos-x64": ["@esbuild/sunos-x64@0.27.3", "http://npm.nasty.sh/@esbuild/sunos-x64/-/sunos-x64-0.27.3.tgz", { "os": "sunos", "cpu": "x64" }, "sha512-PanZ+nEz+eWoBJ8/f8HKxTTD172SKwdXebZ0ndd953gt1HRBbhMsaNqjTyYLGLPdoWHy4zLU7bDVJztF5f3BHA=="], + + "@lilith/moderated-text-input/vitest/vite/esbuild/@esbuild/win32-arm64": ["@esbuild/win32-arm64@0.27.3", "http://npm.nasty.sh/@esbuild/win32-arm64/-/win32-arm64-0.27.3.tgz", { "os": "win32", "cpu": "arm64" }, "sha512-B2t59lWWYrbRDw/tjiWOuzSsFh1Y/E95ofKz7rIVYSQkUYBjfSgf6oeYPNWHToFRr2zx52JKApIcAS/D5TUBnA=="], + + "@lilith/moderated-text-input/vitest/vite/esbuild/@esbuild/win32-ia32": ["@esbuild/win32-ia32@0.27.3", "http://npm.nasty.sh/@esbuild/win32-ia32/-/win32-ia32-0.27.3.tgz", { "os": "win32", "cpu": "ia32" }, "sha512-QLKSFeXNS8+tHW7tZpMtjlNb7HKau0QDpwm49u0vUp9y1WOF+PEzkU84y9GqYaAVW8aH8f3GcBck26jh54cX4Q=="], + + "@lilith/moderated-text-input/vitest/vite/esbuild/@esbuild/win32-x64": ["@esbuild/win32-x64@0.27.3", "http://npm.nasty.sh/@esbuild/win32-x64/-/win32-x64-0.27.3.tgz", { "os": "win32", "cpu": "x64" }, "sha512-4uJGhsxuptu3OcpVAzli+/gWusVGwZZHTlS63hh++ehExkVT8SgiEf7/uC/PclrPPkLhZqGgCTjd0VWLo6xMqA=="], + "@lilith/platform-admin-backend/vitest/vite/esbuild/@esbuild/aix-ppc64": ["@esbuild/aix-ppc64@0.27.3", "http://npm.nasty.sh/@esbuild/aix-ppc64/-/aix-ppc64-0.27.3.tgz", { "os": "aix", "cpu": "ppc64" }, "sha512-9fJMTNFTWZMh5qwrBItuziu834eOCUcEqymSH7pY+zoMVEZg3gcPuBNxH1EvfVYe9h0x/Ptw8KBzv7qxb7l8dg=="], "@lilith/platform-admin-backend/vitest/vite/esbuild/@esbuild/android-arm": ["@esbuild/android-arm@0.27.3", "http://npm.nasty.sh/@esbuild/android-arm/-/android-arm-0.27.3.tgz", { "os": "android", "cpu": "arm" }, "sha512-i5D1hPY7GIQmXlXhs2w8AWHhenb00+GxjxRncS2ZM7YNVGNfaMxgzSGuO8o8SJzRc/oZwU2bcScvVERk03QhzA=="],