UNPKG

@napi-rs/lzma-linux-x64-musl

Version:

lzma / lzma2 / xz compression for Node.js and the browser, backed by pure-Rust lzma-rust2 via https://napi.rs

39 lines 758 B
{ "name": "@napi-rs/lzma-linux-x64-musl", "version": "1.5.1", "cpu": [ "x64" ], "main": "lzma.linux-x64-musl.node", "files": [ "lzma.linux-x64-musl.node" ], "description": "lzma / lzma2 / xz compression for Node.js and the browser, backed by pure-Rust lzma-rust2 via https://napi.rs", "keywords": [ "Node-API", "napi", "lzma", "compress", "decompress", "xz", "napi-rs" ], "license": "MIT", "engines": { "node": "^22.20 || ^24.12 || >=25" }, "repository": { "url": "git+https://github.com/Brooooooklyn/lzma.git", "type": "git" }, "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "os": [ "linux" ], "libc": [ "musl" ] }