mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 08:10:18 +00:00
74 lines
1.8 KiB
JSON
74 lines
1.8 KiB
JSON
{
|
|
"_from": "decompress-tarxz@^2.1.1",
|
|
"_id": "decompress-tarxz@2.1.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-U7LniyhLTpCc07lAmNXMX4NBW60ONkpGTwo6KxIDk9zk22GYh5NKjEI09F8I1oYkGr9WGOA6OH7scqLo7Xu5lA==",
|
|
"_location": "/decompress-tarxz",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "decompress-tarxz@^2.1.1",
|
|
"name": "decompress-tarxz",
|
|
"escapedName": "decompress-tarxz",
|
|
"rawSpec": "^2.1.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.1.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/ffmpeg-binaries"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/decompress-tarxz/-/decompress-tarxz-2.1.1.tgz",
|
|
"_shasum": "1c657dc69322a5a0bac8431f2574a77e5884d3f5",
|
|
"_spec": "decompress-tarxz@^2.1.1",
|
|
"_where": "C:\\Users\\matia\\Musix\\node_modules\\ffmpeg-binaries",
|
|
"author": {
|
|
"name": "Kevin Mårtensson",
|
|
"email": "kevinmartensson@gmail.com",
|
|
"url": "https://github.com/kevva"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/kevva/decompress-tarxz/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"decompress-tar": "^4.1.0",
|
|
"file-type": "^3.8.0",
|
|
"is-stream": "^1.1.0",
|
|
"lzma-native": "^3.0.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "decompress tar.xz plugin",
|
|
"devDependencies": {
|
|
"ava": "*",
|
|
"is-jpg": "^1.0.0",
|
|
"pify": "^2.3.0",
|
|
"xo": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/kevva/decompress-tarxz#readme",
|
|
"keywords": [
|
|
"decompress",
|
|
"decompressplugin",
|
|
"extract",
|
|
"tar",
|
|
"tarxz",
|
|
"xz"
|
|
],
|
|
"license": "MIT",
|
|
"name": "decompress-tarxz",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/kevva/decompress-tarxz.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"version": "2.1.1"
|
|
}
|