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