36 lines
723 B
JSON
36 lines
723 B
JSON
{
|
|
"name": "@ruvector/graph-transformer-linux-x64-gnu",
|
|
"version": "2.0.4",
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"libc": [
|
|
"glibc"
|
|
],
|
|
"main": "ruvector-graph-transformer.linux-x64-gnu.node",
|
|
"files": [
|
|
"ruvector-graph-transformer.linux-x64-gnu.node"
|
|
],
|
|
"description": "Proof-gated graph transformer - linux-x64-gnu platform binary",
|
|
"keywords": [
|
|
"ruvector",
|
|
"graph-transformer",
|
|
"napi-rs"
|
|
],
|
|
"author": "Ruvector Team",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ruvnet/ruvector"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.org/",
|
|
"access": "public"
|
|
}
|
|
} |