@bsdiff-rust/node-linux-x64-gnu
Version:
A high-performance Rust implementation of bsdiff and bspatch algorithms with Node.js bindings
45 lines • 868 B
JSON
{
"name": "@bsdiff-rust/node-linux-x64-gnu",
"version": "0.0.3",
"cpu": [
"x64"
],
"main": "node.linux-x64-gnu.node",
"files": [
"node.linux-x64-gnu.node"
],
"description": "A high-performance Rust implementation of bsdiff and bspatch algorithms with Node.js bindings",
"keywords": [
"bsdiff",
"bspatch",
"binary-diff",
"binary-patch",
"rust",
"napi-rs",
"NAPI",
"N-API",
"compression",
"zstd",
"node-addon",
"node-addon-api"
],
"author": "min.su <sumin1500160640@gmail.com>",
"license": "MIT",
"engines": {
"node": ">= 10"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sphinm/bsdiff-rust.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"os": [
"linux"
],
"libc": [
"glibc"
]
}