mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 11:20:19 +00:00
75 lines
1.7 KiB
JSON
75 lines
1.7 KiB
JSON
|
{
|
||
|
"_from": "decompress-unzip@^4.0.1",
|
||
|
"_id": "decompress-unzip@4.0.1",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha1-3qrM39FK6vhVePczroIQ+bSEj2k=",
|
||
|
"_location": "/decompress-unzip",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "decompress-unzip@^4.0.1",
|
||
|
"name": "decompress-unzip",
|
||
|
"escapedName": "decompress-unzip",
|
||
|
"rawSpec": "^4.0.1",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^4.0.1"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/decompress",
|
||
|
"/ffmpeg-binaries"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/decompress-unzip/-/decompress-unzip-4.0.1.tgz",
|
||
|
"_shasum": "deaaccdfd14aeaf85578f733ae8210f9b4848f69",
|
||
|
"_spec": "decompress-unzip@^4.0.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-unzip/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"file-type": "^3.8.0",
|
||
|
"get-stream": "^2.2.0",
|
||
|
"pify": "^2.3.0",
|
||
|
"yauzl": "^2.4.2"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "decompress zip plugin",
|
||
|
"devDependencies": {
|
||
|
"ava": "*",
|
||
|
"is-jpg": "^1.0.0",
|
||
|
"xo": "*"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=4"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js"
|
||
|
],
|
||
|
"homepage": "https://github.com/kevva/decompress-unzip#readme",
|
||
|
"keywords": [
|
||
|
"decompress",
|
||
|
"decompressplugin",
|
||
|
"extract",
|
||
|
"zip"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"name": "decompress-unzip",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/kevva/decompress-unzip.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "xo && ava"
|
||
|
},
|
||
|
"version": "4.0.1",
|
||
|
"xo": {
|
||
|
"esnext": true
|
||
|
}
|
||
|
}
|