Files
ujsx/deno.lock
glm-5.1 fbf13ed444 fix: update platform support docs for cross-runtime compatibility
- README: Node.js 18+ → Node.js 18+, Deno, and Bun
- package.json: add deno:true field
- build-distribution.md: consolidate engine/platform sections
2026-05-19 07:15:45 +00:00

48 lines
1.3 KiB
JSON

{
"version": "5",
"specifiers": {
"jsr:@std/assert@1": "1.0.19",
"jsr:@std/internal@^1.0.12": "1.0.12",
"npm:@alkdev/typebox@*": "0.34.49",
"npm:@preact/signals-core@*": "1.14.1"
},
"jsr": {
"@std/assert@1.0.19": {
"integrity": "eaada96ee120cb980bc47e040f82814d786fe8162ecc53c91d8df60b8755991e",
"dependencies": [
"jsr:@std/internal"
]
},
"@std/internal@1.0.12": {
"integrity": "972a634fd5bc34b242024402972cd5143eac68d8dffaca5eaa4dba30ce17b027"
}
},
"npm": {
"@alkdev/typebox@0.34.49": {
"integrity": "sha512-hMidpI6GlMgQMlW9KEd8I3ywgewV6mva9iJaDuBfGtgeRAGrB8yyu6T/fHmgmyQineZ8l4/1PdH/VNr3S2er2g=="
},
"@preact/signals-core@1.14.1": {
"integrity": "sha512-vxPpfXqrwUe9lpjqfYNjAF/0RF/eFGeLgdJzdmIIZjpOnTmGmAB4BjWone562mJGMRP4frU6iZ6ei3PDsu52Ng=="
}
},
"workspace": {
"dependencies": [
"jsr:@std/assert@1",
"npm:@alkdev/typebox@*",
"npm:@preact/signals-core@*"
],
"packageJson": {
"dependencies": [
"npm:@alkdev/pubsub@0.1",
"npm:@alkdev/typebox@~0.34.49",
"npm:@preact/signals-core@^1.14.1",
"npm:@types/node@22",
"npm:@vitest/coverage-v8@^3.2.4",
"npm:tsup@^8.5.1",
"npm:typescript@^5.7.0",
"npm:vitest@^3.1.0"
]
}
}
}