Merge commit 'd803bfe2b1fe7f5e219e50ac20d6801a0a58ac75' as 'vendor/ruvector'

This commit is contained in:
ruv
2026-02-28 14:39:40 -05:00
7854 changed files with 3522914 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "@ruvector/ruvllm-darwin-arm64",
"version": "2.0.0",
"description": "RuvLLM native bindings for macOS ARM64 (Apple Silicon)",
"os": ["darwin"],
"cpu": ["arm64"],
"main": "ruvllm.darwin-arm64.node",
"files": ["ruvllm.darwin-arm64.node"],
"repository": {
"type": "git",
"url": "https://github.com/ruvnet/ruvector.git",
"directory": "npm/packages/ruvllm"
},
"license": "MIT",
"engines": {
"node": ">= 16"
},
"publishConfig": {
"access": "public"
}
}

View File

@@ -0,0 +1,27 @@
{
"name": "@ruvector/ruvllm-darwin-x64",
"version": "2.0.0",
"description": "RuvLLM native bindings for macOS x64 (Intel)",
"os": [
"darwin"
],
"cpu": [
"x64"
],
"main": "ruvllm.darwin-x64.node",
"files": [
"ruvllm.darwin-x64.node"
],
"repository": {
"type": "git",
"url": "https://github.com/ruvnet/ruvector.git",
"directory": "npm/packages/ruvllm"
},
"license": "MIT",
"engines": {
"node": ">= 16"
},
"publishConfig": {
"access": "public"
}
}

View File

@@ -0,0 +1,22 @@
{
"name": "@ruvector/ruvllm-linux-arm64-gnu",
"version": "2.0.0",
"description": "RuvLLM native bindings for Linux ARM64 (glibc)",
"os": ["linux"],
"cpu": ["arm64"],
"main": "ruvllm.linux-arm64-gnu.node",
"files": ["ruvllm.linux-arm64-gnu.node"],
"repository": {
"type": "git",
"url": "https://github.com/ruvnet/ruvector.git",
"directory": "npm/packages/ruvllm"
},
"license": "MIT",
"engines": {
"node": ">= 16"
},
"libc": ["glibc"],
"publishConfig": {
"access": "public"
}
}

View File

@@ -0,0 +1,30 @@
{
"name": "@ruvector/ruvllm-linux-x64-gnu",
"version": "2.0.0",
"description": "RuvLLM native bindings for Linux x64 (glibc)",
"os": [
"linux"
],
"cpu": [
"x64"
],
"main": "ruvllm.linux-x64-gnu.node",
"files": [
"ruvllm.linux-x64-gnu.node"
],
"repository": {
"type": "git",
"url": "https://github.com/ruvnet/ruvector.git",
"directory": "npm/packages/ruvllm"
},
"license": "MIT",
"engines": {
"node": ">= 16"
},
"libc": [
"glibc"
],
"publishConfig": {
"access": "public"
}
}

View File

@@ -0,0 +1,27 @@
{
"name": "@ruvector/ruvllm-win32-x64-msvc",
"version": "2.0.0",
"description": "RuvLLM native bindings for Windows x64 (MSVC)",
"os": [
"win32"
],
"cpu": [
"x64"
],
"main": "ruvllm.win32-x64-msvc.node",
"files": [
"ruvllm.win32-x64-msvc.node"
],
"repository": {
"type": "git",
"url": "https://github.com/ruvnet/ruvector.git",
"directory": "npm/packages/ruvllm"
},
"license": "MIT",
"engines": {
"node": ">= 16"
},
"publishConfig": {
"access": "public"
}
}