unzip
Version:
Unzip cross-platform streaming API compatible with fstream and fs.ReadStream
50 lines (49 loc) • 1.02 kB
JSON
{
"name": "unzip",
"version": "0.1.0",
"description": "Unzip cross-platform streaming API compatible with fstream and fs.ReadStream",
"author": "Evan Oxfeld <evan.oxfeld@nearinfinity.com>",
"maintainers": [
{
"name": "Evan Oxfeld",
"email": "evan.oxfeld@nearinfinity.com"
},
{
"name": "Joe Ferner",
"email": "joe.ferner@nearinfinity.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/nearinfinity/node-unzip.git"
},
"license": "MIT",
"dependencies": {
"fstream": "0.1.19",
"pullstream": "0.0.5",
"binary": "~0.3.0",
"readable-stream": "0.0.3"
},
"devDependencies": {
"tap": "~0.3.0",
"temp": "~0.4.0",
"dirdiff": "0.0.1"
},
"directories": {
"example": "examples",
"test": "test"
},
"keywords": [
"zip",
"unzip",
"zlib",
"uncompress",
"archive",
"stream",
"extract"
],
"main": "unzip.js",
"scripts": {
"test": "./node_modules/.bin/tap ./test/*.js"
}
}