a-blog/node_modules/unzip/package.json

81 lines
1.8 KiB
JSON

{
"_from": "unzip@~0.0.4",
"_id": "unzip@0.0.4",
"_inBundle": false,
"_integrity": "sha1-/2fKhClbZRYdXH8vNAmJx43GCVo=",
"_location": "/unzip",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "unzip@~0.0.4",
"name": "unzip",
"escapedName": "unzip",
"rawSpec": "~0.0.4",
"saveSpec": null,
"fetchSpec": "~0.0.4"
},
"_requiredBy": [
"/geoip-ultralight"
],
"_resolved": "https://registry.npmjs.org/unzip/-/unzip-0.0.4.tgz",
"_shasum": "ff67ca84295b65161d5c7f2f340989c78dc6095a",
"_spec": "unzip@~0.0.4",
"_where": "/home/pi/blog.testing.derzombiiie.com/node_modules/geoip-ultralight",
"author": {
"name": "Evan Oxfeld",
"email": "evan.oxfeld@nearinfinity.com"
},
"bugs": {
"url": "https://github.com/nearinfinity/node-unzip/issues"
},
"bundleDependencies": false,
"dependencies": {
"binary": "~0.3.0",
"fstream": ">=1.0.12",
"pullstream": "0.0.4"
},
"deprecated": false,
"description": "Unzip cross-platform streaming API compatible with fstream and fs.ReadStream",
"devDependencies": {
"dirdiff": "0.0.1",
"tap": "~0.3.0",
"temp": "~0.4.0"
},
"directories": {
"example": "examples",
"test": "test"
},
"homepage": "https://github.com/nearinfinity/node-unzip#readme",
"keywords": [
"zip",
"unzip",
"zlib",
"uncompress",
"archive",
"stream",
"extract"
],
"license": "MIT",
"main": "unzip.js",
"maintainers": [
{
"name": "Evan Oxfeld",
"email": "evan.oxfeld@nearinfinity.com"
},
{
"name": "Joe Ferner",
"email": "joe.ferner@nearinfinity.com"
}
],
"name": "unzip",
"repository": {
"type": "git",
"url": "git+https://github.com/nearinfinity/node-unzip.git"
},
"scripts": {
"test": "tap ./test/*.js"
},
"version": "0.0.4"
}