backoffice/node_modules/decompress-unzip/package.json

82 lines
1.8 KiB
JSON

{
"_args": [
[
"decompress-unzip@3.4.0",
"C:\\wamp64\\www\\ilink"
]
],
"_development": true,
"_from": "decompress-unzip@3.4.0",
"_id": "decompress-unzip@3.4.0",
"_inBundle": false,
"_integrity": "sha1-YUdbQVIGa74/7hL51inRX+ZHjus=",
"_location": "/decompress-unzip",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "decompress-unzip@3.4.0",
"name": "decompress-unzip",
"escapedName": "decompress-unzip",
"rawSpec": "3.4.0",
"saveSpec": null,
"fetchSpec": "3.4.0"
},
"_requiredBy": [
"/decompress"
],
"_resolved": "https://registry.npmjs.org/decompress-unzip/-/decompress-unzip-3.4.0.tgz",
"_spec": "3.4.0",
"_where": "C:\\wamp64\\www\\ilink",
"author": {
"name": "Kevin Mårtensson",
"email": "kevinmartensson@gmail.com",
"url": "https://github.com/kevva"
},
"bugs": {
"url": "https://github.com/kevva/decompress-unzip/issues"
},
"dependencies": {
"is-zip": "^1.0.0",
"read-all-stream": "^3.0.0",
"stat-mode": "^0.2.0",
"strip-dirs": "^1.0.0",
"through2": "^2.0.0",
"vinyl": "^1.0.0",
"yauzl": "^2.2.1"
},
"description": "decompress zip plugin",
"devDependencies": {
"ava": "^0.2.0",
"buffer-equal": "^0.0.1",
"got": "^4.2.0",
"is-jpg": "^1.0.0",
"vinyl-file": "^1.1.0",
"xo": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/kevva/decompress-unzip#readme",
"keywords": [
"decompress",
"decompressplugin",
"extract",
"gulpplugin",
"zip"
],
"license": "MIT",
"name": "decompress-unzip",
"repository": {
"type": "git",
"url": "git+https://github.com/kevva/decompress-unzip.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "3.4.0"
}