2026-07-14 23:34:47 +08:00
{
2026-08-06 14:41:17 +08:00
"name" : "@deepseek-ai/node-addon-landlock-run-linux-x64" ,
2026-07-14 23:34:47 +08:00
"version" : "0.0.1" ,
2026-08-06 14:41:17 +08:00
"description" : "Prebuilt landlock-run Landlock launcher binary for linux-x64 (static musl) — resolved as a file path by @deepseek-ai/node-addon-landlock-run, never imported" ,
2026-08-06 10:52:46 +08:00
"repository" : {
"type" : "git" ,
"url" : "git+https://github.com/deepseek-harness/deepseek-harness.git" ,
"directory" : "native/landlock-run/packages/linux-x64"
} ,
2026-07-14 23:34:47 +08:00
"os" : [
"linux"
] ,
"cpu" : [
"x64"
] ,
"files" : [
"README.md" ,
"bin/" ,
"prebuilds.json"
] ,
"scripts" : {
"prepack" : "node ../../scripts/verify-launcher-binary.mjs"
} ,
"engines" : {
"node" : ">=20"
} ,
"license" : "BSD-3-Clause" ,
"publishConfig" : {
2026-08-11 00:02:53 +08:00
"access" : "restricted"
2026-07-14 23:34:47 +08:00
}
}