UNPKG

810 BJSONView Raw
1{
2 "name": "node-stream-zip",
3 "version": "1.7.0",
4 "description": "node.js library for reading and extraction of ZIP archives",
5 "keywords": [
6 "zip",
7 "archive",
8 "unzip",
9 "stream"
10 ],
11 "homepage": "https://github.com/antelle/node-stream-zip",
12 "author": "Antelle <antelle.net@gmail.com> (https://github.com/antelle)",
13 "bugs": {
14 "email": "antelle.net@gmail.com",
15 "url": "https://github.com/antelle/node-stream-zip/issues"
16 },
17 "license": "MIT",
18 "files": [
19 "node_stream_zip.js"
20 ],
21 "scripts": {
22 "test": "nodeunit test/tests.js"
23 },
24 "main": "node_stream_zip.js",
25 "repository": {
26 "type": "git",
27 "url": "https://github.com/antelle/node-stream-zip.git"
28 },
29 "engines": {
30 "node": ">=0.10.0"
31 },
32 "devDependencies": {
33 "nodeunit": "^0.9.1"
34 }
35}