UNPKG

@xeredo/lzma-native

Version:

Provides bindings to the native liblzma library (.xz file format, among others)

52 lines (51 loc) 1.16 kB
{ "name": "@xeredo/lzma-native", "version": "8.0.2", "engines": { "node": ">=10.0.0" }, "author": { "name": "Anna Henningsen", "email": "anna@addaleax.net" }, "description": "Provides bindings to the native liblzma library (.xz file format, among others)", "main": "index", "bin": { "lzmajs": "bin/lzmajs" }, "dependencies": { "node-addon-api": "^3.1.0", "readable-stream": "^3.6.0", "node-gyp-build": "^4.2.1" }, "keywords": [ "lzma", "compression", "crc32", "xz", "liblzma" ], "homepage": "https://github.com/addaleax/lzma-native", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/addaleax/lzma-native.git" }, "scripts": { "install": "node-gyp-build", "prebuild": "prebuildify --napi --tag-armv", "test": "mocha --expose-gc -s 1000 -t 5000", "jshint": "jshint ." }, "gypfile": true, "bugs": { "url": "https://github.com/addaleax/lzma-native/issues" }, "devDependencies": { "bl": "^4.1.0", "jshint": "^2.12.0", "mocha": "^8.3.1", "prebuildify": "^3.0.4", "prebuildify-ci": "^1.0.5" } }