bsdiff-rust-linux-x64-gnu
Version:
A high-performance Rust implementation of bsdiff and bspatch algorithms with Node.js bindings
45 lines • 878 B
JSON
{
"name": "bsdiff-rust-linux-x64-gnu",
"version": "1.0.15",
"cpu": [
"x64"
],
"main": "bsdiff-rust.linux-x64-gnu.node",
"files": [
"bsdiff-rust.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",
"bzip2",
"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"
]
}