@node-llama-cpp/win-x64
Advanced tools
| {"buildOptions":{"customCmakeOptions":{},"progressLogs":true,"platform":"win","platformInfo":{"name":"Windows","version":"10.0.17763"},"arch":"x64","gpu":false,"llamaCpp":{"repo":"ggerganov/llama.cpp","release":"b3785"}}} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
| import path from "path"; | ||
| import { fileURLToPath } from "url"; | ||
| import fs from "node:fs/promises"; | ||
| const __dirname = path.dirname(fileURLToPath(import.meta.url)); | ||
| const binsDir = path.join(__dirname, "..", "bins"); | ||
| const packageVersion = (JSON.parse(await fs.readFile(path.join(__dirname, "..", "package.json"), "utf8"))).version; | ||
| export function getBinsDir() { | ||
| return { | ||
| binsDir, | ||
| packageVersion | ||
| }; | ||
| } |
+21
| MIT License | ||
| Copyright (c) 2024 Gilad S. | ||
| Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| of this software and associated documentation files (the "Software"), to deal | ||
| in the Software without restriction, including without limitation the rights | ||
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| copies of the Software, and to permit persons to whom the Software is | ||
| furnished to do so, subject to the following conditions: | ||
| The above copyright notice and this permission notice shall be included in all | ||
| copies or substantial portions of the Software. | ||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
| SOFTWARE. |
| # [`node-llama-cpp`](https://github.com/withcatai/node-llama-cpp) | ||
| This is a prebuilt binary package for [`node-llama-cpp`](https://github.com/withcatai/node-llama-cpp) for Windows x64. | ||
| Do not install this package directly. |
+37
-4
| { | ||
| "name": "@node-llama-cpp/win-x64", | ||
| "version": "0.0.0", | ||
| "description": "", | ||
| "scripts": {}, | ||
| "version": "3.0.0-beta.45", | ||
| "description": "Prebuilt binary for node-llama-cpp for Windows x64", | ||
| "main": "dist/index.js", | ||
| "type": "module", | ||
| "files": [ | ||
| "dist/", | ||
| "bins/", | ||
| "package.json", | ||
| "README.md", | ||
| "LICENSE" | ||
| ], | ||
| "exports": { | ||
| ".": { | ||
| "import": "./dist/index.js", | ||
| "node": "./dist/index.js", | ||
| "default": "./dist/index.js" | ||
| } | ||
| }, | ||
| "engines": { | ||
| "node": ">=18.0.0" | ||
| }, | ||
| "os": [ | ||
| "win32" | ||
| ], | ||
| "cpu": [ | ||
| "x64" | ||
| ], | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "git+https://github.com/withcatai/node-llama-cpp.git" | ||
| }, | ||
| "author": "Gilad S.", | ||
| "license": "MIT" | ||
| "license": "MIT", | ||
| "preferUnplugged": true, | ||
| "bugs": { | ||
| "url": "https://github.com/withcatai/node-llama-cpp/issues" | ||
| }, | ||
| "homepage": "https://node-llama-cpp.withcat.ai" | ||
| } |
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
2370396
1646008.33%10
900%12
Infinity%0
-100%1
-50%0
-100%5
Infinity%0
-100%Yes
NaN4
300%