Version 1
[yaffs-website] / node_modules / yauzl / package.json
1 {
2   "_args": [
3     [
4       "yauzl@2.4.1",
5       "/var/www/yaffs/node_modules/extract-zip"
6     ]
7   ],
8   "_from": "yauzl@2.4.1",
9   "_id": "yauzl@2.4.1",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/yauzl",
13   "_nodeVersion": "0.12.7",
14   "_npmUser": {
15     "email": "thejoshwolfe@gmail.com",
16     "name": "thejoshwolfe"
17   },
18   "_npmVersion": "2.11.3",
19   "_phantomChildren": {},
20   "_requested": {
21     "name": "yauzl",
22     "raw": "yauzl@2.4.1",
23     "rawSpec": "2.4.1",
24     "scope": null,
25     "spec": "2.4.1",
26     "type": "version"
27   },
28   "_requiredBy": [
29     "/extract-zip"
30   ],
31   "_resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.4.1.tgz",
32   "_shasum": "9528f442dab1b2284e58b4379bb194e22e0c4005",
33   "_shrinkwrap": null,
34   "_spec": "yauzl@2.4.1",
35   "_where": "/var/www/yaffs/node_modules/extract-zip",
36   "author": {
37     "email": "thejoshwolfe@gmail.com",
38     "name": "Josh Wolfe"
39   },
40   "bugs": {
41     "url": "https://github.com/thejoshwolfe/yauzl/issues"
42   },
43   "dependencies": {
44     "fd-slicer": "~1.0.1"
45   },
46   "description": "yet another unzip library for node",
47   "devDependencies": {
48     "bl": "~1.0.0",
49     "istanbul": "~0.3.4",
50     "pend": "~1.2.0"
51   },
52   "directories": {},
53   "dist": {
54     "shasum": "9528f442dab1b2284e58b4379bb194e22e0c4005",
55     "tarball": "https://registry.npmjs.org/yauzl/-/yauzl-2.4.1.tgz"
56   },
57   "gitHead": "d528c3ad49efd27986ee661159fade32617cedb6",
58   "homepage": "https://github.com/thejoshwolfe/yauzl",
59   "keywords": [
60     "archive",
61     "file",
62     "stream",
63     "unzip",
64     "zip"
65   ],
66   "license": "MIT",
67   "main": "index.js",
68   "maintainers": [
69     {
70       "name": "thejoshwolfe",
71       "email": "thejoshwolfe@gmail.com"
72     },
73     {
74       "name": "superjoe",
75       "email": "superjoe30@gmail.com"
76     }
77   ],
78   "name": "yauzl",
79   "optionalDependencies": {},
80   "readme": "ERROR: No README data found!",
81   "repository": {
82     "type": "git",
83     "url": "git+https://github.com/thejoshwolfe/yauzl.git"
84   },
85   "scripts": {
86     "test": "node test/test.js",
87     "test-cov": "istanbul cover test/test.js",
88     "test-travis": "istanbul cover --report lcovonly test/test.js"
89   },
90   "version": "2.4.1"
91 }