Security update for permissions_by_term
[yaffs-website] / node_modules / extract-zip / package.json
1 {
2   "_args": [
3     [
4       "extract-zip@~1.5.0",
5       "/var/www/yaffs/node_modules/phantomjs-prebuilt"
6     ]
7   ],
8   "_from": "extract-zip@>=1.5.0 <1.6.0",
9   "_id": "extract-zip@1.5.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/extract-zip",
13   "_nodeVersion": "4.2.3",
14   "_npmOperationalInternal": {
15     "host": "packages-13-west.internal.npmjs.com",
16     "tmp": "tmp/extract-zip-1.5.0.tgz_1457378610579_0.8177433146629483"
17   },
18   "_npmUser": {
19     "email": "max@maxogden.com",
20     "name": "maxogden"
21   },
22   "_npmVersion": "2.14.15",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "extract-zip",
26     "raw": "extract-zip@~1.5.0",
27     "rawSpec": "~1.5.0",
28     "scope": null,
29     "spec": ">=1.5.0 <1.6.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/phantomjs-prebuilt"
34   ],
35   "_resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-1.5.0.tgz",
36   "_shasum": "92ccf6d81ef70a9fa4c1747114ccef6d8688a6c4",
37   "_shrinkwrap": null,
38   "_spec": "extract-zip@~1.5.0",
39   "_where": "/var/www/yaffs/node_modules/phantomjs-prebuilt",
40   "author": {
41     "name": "max ogden"
42   },
43   "bin": {
44     "extract-zip": "cli.js"
45   },
46   "bugs": {
47     "url": "https://github.com/maxogden/extract-zip/issues"
48   },
49   "dependencies": {
50     "concat-stream": "1.5.0",
51     "debug": "0.7.4",
52     "mkdirp": "0.5.0",
53     "yauzl": "2.4.1"
54   },
55   "description": "unzip a zip file into a directory using 100% pure gluten-free organic javascript",
56   "devDependencies": {
57     "rimraf": "^2.2.8",
58     "standard": "^5.2.2",
59     "tape": "^4.2.0"
60   },
61   "directories": {
62     "test": "test"
63   },
64   "dist": {
65     "shasum": "92ccf6d81ef70a9fa4c1747114ccef6d8688a6c4",
66     "tarball": "https://registry.npmjs.org/extract-zip/-/extract-zip-1.5.0.tgz"
67   },
68   "gitHead": "bb5798317dad5b23af6ef098cc43379b2d19d0b8",
69   "homepage": "https://github.com/maxogden/extract-zip",
70   "keywords": [
71     "extract",
72     "unzip",
73     "zip"
74   ],
75   "license": "BSD-2-Clause",
76   "main": "index.js",
77   "maintainers": [
78     {
79       "name": "maxogden",
80       "email": "max+DONT+EMAIL+ME@maxogden.com"
81     }
82   ],
83   "name": "extract-zip",
84   "optionalDependencies": {},
85   "readme": "ERROR: No README data found!",
86   "repository": {
87     "type": "git",
88     "url": "git+ssh://git@github.com/maxogden/extract-zip.git"
89   },
90   "scripts": {
91     "test": "standard && node test/test.js"
92   },
93   "version": "1.5.0"
94 }