UNPKG

715 BJSONView Raw
1{
2 "name": "unzip",
3 "version": "0.0.1",
4 "description": "Unzip API compatible with fstream",
5 "author": "Evan Oxfeld <evan.oxfeld@nearinfinity.com>",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/nearinfinity/node-unzip.git"
9 },
10 "license": "MIT",
11 "dependencies": {
12 "fstream": "~0.1.18",
13 "pullstream": "0.0.1",
14 "binary": "~0.3.0"
15 },
16 "devDependencies": {
17 "tap": "~0.3.0",
18 "temp": "~0.4.0"
19 },
20 "directories": {
21 "example": "examples",
22 "test": "test"
23 },
24 "keywords": [
25 "zip",
26 "unzip",
27 "zlib",
28 "uncompress",
29 "archive"
30 ],
31 "main": "unzip.js",
32 "scripts": {
33 "test": "./node_modules/.bin/tap --tap --stderr ./test/*.js"
34 }
35}