Security update to Drupal 8.4.6
[yaffs-website] / node_modules / gzip-size / package.json
1 {
2   "_args": [
3     [
4       "gzip-size@^3.0.0",
5       "/var/www/yaffs/node_modules/maxmin"
6     ]
7   ],
8   "_from": "gzip-size@>=3.0.0 <4.0.0",
9   "_id": "gzip-size@3.0.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/gzip-size",
13   "_nodeVersion": "0.12.5",
14   "_npmUser": {
15     "email": "sindresorhus@gmail.com",
16     "name": "sindresorhus"
17   },
18   "_npmVersion": "2.11.2",
19   "_phantomChildren": {},
20   "_requested": {
21     "name": "gzip-size",
22     "raw": "gzip-size@^3.0.0",
23     "rawSpec": "^3.0.0",
24     "scope": null,
25     "spec": ">=3.0.0 <4.0.0",
26     "type": "range"
27   },
28   "_requiredBy": [
29     "/maxmin"
30   ],
31   "_resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-3.0.0.tgz",
32   "_shasum": "546188e9bdc337f673772f81660464b389dce520",
33   "_shrinkwrap": null,
34   "_spec": "gzip-size@^3.0.0",
35   "_where": "/var/www/yaffs/node_modules/maxmin",
36   "author": {
37     "email": "sindresorhus@gmail.com",
38     "name": "Sindre Sorhus",
39     "url": "sindresorhus.com"
40   },
41   "bugs": {
42     "url": "https://github.com/sindresorhus/gzip-size/issues"
43   },
44   "dependencies": {
45     "duplexer": "^0.1.1"
46   },
47   "description": "Get the gzipped size of a string or buffer",
48   "devDependencies": {
49     "tap": "^1.3.2",
50     "xo": "*"
51   },
52   "directories": {},
53   "dist": {
54     "shasum": "546188e9bdc337f673772f81660464b389dce520",
55     "tarball": "https://registry.npmjs.org/gzip-size/-/gzip-size-3.0.0.tgz"
56   },
57   "engines": {
58     "node": ">=0.12.0"
59   },
60   "files": [
61     "index.js"
62   ],
63   "gitHead": "55cd41dd1ff020282b2e9fe47620e71838d29646",
64   "homepage": "https://github.com/sindresorhus/gzip-size",
65   "keywords": [
66     "app",
67     "buffer",
68     "compressed",
69     "gzip",
70     "size",
71     "string",
72     "tool",
73     "zlib"
74   ],
75   "license": "MIT",
76   "maintainers": [
77     {
78       "name": "sindresorhus",
79       "email": "sindresorhus@gmail.com"
80     }
81   ],
82   "name": "gzip-size",
83   "optionalDependencies": {},
84   "readme": "ERROR: No README data found!",
85   "repository": {
86     "type": "git",
87     "url": "git+https://github.com/sindresorhus/gzip-size.git"
88   },
89   "scripts": {
90     "test": "xo && tap test.js"
91   },
92   "version": "3.0.0"
93 }