UNPKG

1.05 kBJSONView Raw
1{
2 "name": "unzip",
3 "version": "0.1.1",
4 "description": "Unzip cross-platform streaming API compatible with fstream and fs.ReadStream",
5 "author": "Evan Oxfeld <evan.oxfeld@nearinfinity.com>",
6 "maintainers": [
7 {
8 "name": "Evan Oxfeld",
9 "email": "evan.oxfeld@nearinfinity.com"
10 },
11 {
12 "name": "Joe Ferner",
13 "email": "joe.ferner@nearinfinity.com"
14 }
15 ],
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/nearinfinity/node-unzip.git"
19 },
20 "license": "MIT",
21 "dependencies": {
22 "fstream": "0.1.21",
23 "pullstream": "0.0.5",
24 "binary": "0.3.0",
25 "readable-stream": "0.1.0"
26 },
27 "devDependencies": {
28 "tap": "~0.3.0",
29 "temp": "~0.4.0",
30 "dirdiff": "0.0.1",
31 "stream-buffers": "~0.2.3"
32 },
33 "directories": {
34 "example": "examples",
35 "test": "test"
36 },
37 "keywords": [
38 "zip",
39 "unzip",
40 "zlib",
41 "uncompress",
42 "archive",
43 "stream",
44 "extract"
45 ],
46 "main": "unzip.js",
47 "scripts": {
48 "test": "./node_modules/.bin/tap ./test/*.js"
49 }
50}