{ "name": "node-stream-zip", "version": "1.9.2", "description": "node.js library for reading and extraction of ZIP archives", "keywords": [ "zip", "archive", "unzip", "stream" ], "homepage": "https://github.com/antelle/node-stream-zip", "author": "Antelle (https://github.com/antelle)", "bugs": { "email": "antelle.net@gmail.com", "url": "https://github.com/antelle/node-stream-zip/issues" }, "license": "MIT", "files": [ "LICENSE", "node_stream_zip.js" ], "scripts": { "test": "nodeunit test/tests.js" }, "main": "node_stream_zip.js", "repository": { "type": "git", "url": "https://github.com/antelle/node-stream-zip.git" }, "engines": { "node": ">=0.10.0" }, "devDependencies": { "nodeunit": "^0.11.3" } }