1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-20 10:51:56 +00:00
musix-oss/node_modules/lzma-native/package.json

87 lines
2.3 KiB
JSON
Raw Normal View History

2019-05-30 09:06:47 +00:00
{
"_from": "lzma-native@^3.0.1",
"_id": "lzma-native@3.0.8",
"_inBundle": false,
"_integrity": "sha512-X/2yK+b4aDKZ217m3LJF3fKfzl8X9duDmGyLq1pm/Q+/P8e4pJzmMaP+Z+sRLwtLaUsyvSzvdzk1EAP23cWvvQ==",
"_location": "/lzma-native",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "lzma-native@^3.0.1",
"name": "lzma-native",
"escapedName": "lzma-native",
"rawSpec": "^3.0.1",
"saveSpec": null,
"fetchSpec": "^3.0.1"
},
"_requiredBy": [
"/decompress-tarxz"
],
"_resolved": "https://registry.npmjs.org/lzma-native/-/lzma-native-3.0.8.tgz",
"_shasum": "6d8044334e3c72c72dcb43ae573f897adc8de984",
"_spec": "lzma-native@^3.0.1",
"_where": "C:\\Users\\matia\\Musix\\node_modules\\decompress-tarxz",
"author": {
"name": "Anna Henningsen",
"email": "anna@addaleax.net"
},
"bin": {
"lzmajs": "./bin/lzmajs"
},
"binary": {
"module_name": "lzma_native",
"module_path": "./binding-v{version}-{node_abi}-{platform}-{arch}/",
"host": "https://node-pre-gyp.addaleax.net",
"remote_path": "./lzma-native/"
},
"bugs": {
"url": "https://github.com/addaleax/lzma-native/issues"
},
"bundleDependencies": [
"node-pre-gyp",
"rimraf"
],
"dependencies": {
"nan": "^2.10.0",
"node-pre-gyp": "0.6.39",
"readable-stream": "^2.3.5",
"rimraf": "^2.6.1"
},
"deprecated": false,
"description": "Provides bindings to the native liblzma library (.xz file format, among others)",
"devDependencies": {
"bl": "^1.2.2",
"coveralls": "^3.0.0",
"istanbul": "^0.4.2",
"jshint": "^2.9.1",
"mocha": "^5.0.5"
},
"engines": {
"node": ">=4.5.0"
},
"gypfile": true,
"homepage": "https://github.com/addaleax/lzma-native",
"keywords": [
"lzma",
"compression",
"crc32",
"xz",
"liblzma"
],
"license": "MIT",
"main": "index",
"name": "lzma-native",
"repository": {
"type": "git",
"url": "git+https://github.com/addaleax/lzma-native.git"
},
"scripts": {
"install": "node-pre-gyp install --fallback-to-build && node node_modules/rimraf/bin.js build",
"jshint": "jshint .",
"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",
"test": "mocha --expose-gc -s 1000 -t 5000"
},
"version": "3.0.8"
}