UNPKG

lzma-nativez

Version:

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

57 lines 1.59 kB
{ "name": "lzma-nativez", "version": "2.0.7", "engines": { "node": ">=4" }, "description": "Provides bindings to the native liblzma library (.xz file format, among others)", "main": "index", "bin": { "lzmajs": "./bin/lzmajs" }, "dependencies": { "nan": "2.5.1", "node-pre-gyp": "^0.6.21", "readable-stream": "^2.0.5" }, "bundledDependencies": [ "node-pre-gyp" ], "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-pre-gyp install --fallback-to-build", "test": "mocha --expose-gc -s 1000 -t 5000", "prepare": "cd deps && 7z x -y xz-5.2.3-windows.7z bin_i686/liblzma.dll bin_x86-64/liblzma.dll include doc/liblzma.def", "jshint": "jshint ." }, "gypfile": true, "bugs": { "url": "https://github.com/addaleax/lzma-native/issues" }, "devDependencies": { "bl": "^1.1.2", "coveralls": "^2.11.6", "istanbul": "^0.4.2", "jshint": "^2.9.1", "mocha": "^3.0.2" }, "binary": { "module_name": "lzma_native", "module_path": "./binding-v2.0.4-{node_abi}-{platform}-{arch}/", "host": "https://s3-eu-west-1.amazonaws.com/zapper-possupport/release/zapper-zebra/libs", "remote_path": "./lzma-native/", "package_name": "{module_name}-v2.0.4-{node_abi}-{platform}-{arch}.tar.gz" } }