thedesk/app/node_modules/unzip/package.json
2018-02-18 16:29:06 +09:00

108 lines
2.4 KiB
JSON

{
"_args": [
[
{
"raw": "unzip",
"scope": null,
"escapedName": "unzip",
"name": "unzip",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"C:\\Users\\ryuki\\TheDesk\\app"
]
],
"_from": "unzip@latest",
"_id": "unzip@0.1.11",
"_inCache": true,
"_location": "/unzip",
"_npmUser": {
"name": "evanoxfeld",
"email": "eoxfeld@gmail.com"
},
"_npmVersion": "1.4.21",
"_phantomChildren": {},
"_requested": {
"raw": "unzip",
"scope": null,
"escapedName": "unzip",
"name": "unzip",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER"
],
"_resolved": "https://registry.npmjs.org/unzip/-/unzip-0.1.11.tgz",
"_shasum": "89749c63b058d7d90d619f86b98aa1535d3b97f0",
"_shrinkwrap": null,
"_spec": "unzip",
"_where": "C:\\Users\\ryuki\\TheDesk\\app",
"author": {
"name": "Evan Oxfeld",
"email": "eoxfeld@gmail.com"
},
"bugs": {
"url": "https://github.com/EvanOxfeld/node-unzip/issues"
},
"dependencies": {
"binary": ">= 0.3.0 < 1",
"fstream": ">= 0.1.30 < 1",
"match-stream": ">= 0.0.2 < 1",
"pullstream": ">= 0.4.1 < 1",
"readable-stream": "~1.0.31",
"setimmediate": ">= 1.0.1 < 2"
},
"description": "Unzip cross-platform streaming API compatible with fstream and fs.ReadStream",
"devDependencies": {
"dirdiff": ">= 0.0.1 < 1",
"stream-buffers": ">= 0.2.5 < 1",
"tap": ">= 0.3.0 < 1",
"temp": ">= 0.4.0 < 1"
},
"directories": {
"example": "examples",
"test": "test"
},
"dist": {
"shasum": "89749c63b058d7d90d619f86b98aa1535d3b97f0",
"tarball": "https://registry.npmjs.org/unzip/-/unzip-0.1.11.tgz"
},
"gitHead": "5a62ecbcef6523708bb8b37decaf6e41728ac7fc",
"homepage": "https://github.com/EvanOxfeld/node-unzip",
"keywords": [
"zip",
"unzip",
"zlib",
"uncompress",
"archive",
"stream",
"extract"
],
"license": "MIT",
"main": "unzip.js",
"maintainers": [
{
"name": "evanoxfeld",
"email": "eoxfeld@gmail.com"
},
{
"name": "joeferner",
"email": "joe@fernsroth.com"
}
],
"name": "unzip",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/EvanOxfeld/node-unzip.git"
},
"scripts": {
"test": "tap ./test/*.js"
},
"version": "0.1.11"
}