UNPKG

921 BJSONView Raw
1{
2 "name": "node-stream-zip",
3 "version": "1.12.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 "LICENSE",
20 "node_stream_zip.js",
21 "node_stream_zip.d.ts"
22 ],
23 "scripts": {
24 "test": "nodeunit test/tests.js"
25 },
26 "main": "node_stream_zip.js",
27 "types": "node_stream_zip.d.ts",
28 "repository": {
29 "type": "git",
30 "url": "https://github.com/antelle/node-stream-zip.git"
31 },
32 "engines": {
33 "node": ">=0.10.0"
34 },
35 "devDependencies": {
36 "@types/node": "^14.14.6",
37 "nodeunit": "^0.11.3"
38 }
39}