UNPKG

lzma-native-preview

Version:

Provides bindings to the native liblzma library (.xz file format, among others). This lzma-native-preview package supports worker-threads

65 lines (64 loc) 1.73 kB
{ "name": "lzma-native-preview", "version": "5.0.1-rc4", "engines": { "node": ">=6.0.0" }, "author": { "name": "Anna Henningsen", "email": "anna@addaleax.net" }, "contributors": [ { "name": "Joseph Lee", "email": "development@jc-lab.net" } ], "description": "Provides bindings to the native liblzma library (.xz file format, among others). This lzma-native-preview package supports worker-threads", "main": "index", "bin": { "lzmajs": "./bin/lzmajs" }, "dependencies": { "nan": "^2.14.0", "node-pre-gyp": "^0.11.0", "readable-stream": "^2.3.5", "rimraf": "^2.6.1" }, "keywords": [ "lzma", "compression", "crc32", "xz", "liblzma" ], "homepage": "https://github.com/addaleax/lzma-native", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/jc-lab/lzma-native.git" }, "scripts": { "install": "node-pre-gyp install --fallback-to-build && rimraf 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": "^2.0.1", "coveralls": "^3.0.0", "istanbul": "^0.4.2", "jshint": "^2.9.1", "mocha": "^5.0.5" }, "binary": { "module_name": "lzma_native_preview", "module_path": "./binding-v{version}-{node_abi}-{platform}-{arch}/", "host": "https://node-pre-gyp.addaleax.net", "remote_path": "./lzma-native/" } }