Version 1
[yaffs-website] / node_modules / maxmin / package.json
1 {
2   "_args": [
3     [
4       "maxmin@^2.1.0",
5       "/var/www/yaffs/node_modules/grunt-uncss"
6     ]
7   ],
8   "_from": "maxmin@>=2.1.0 <3.0.0",
9   "_id": "maxmin@2.1.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/maxmin",
13   "_nodeVersion": "4.2.4",
14   "_npmUser": {
15     "email": "sindresorhus@gmail.com",
16     "name": "sindresorhus"
17   },
18   "_npmVersion": "3.5.2",
19   "_phantomChildren": {},
20   "_requested": {
21     "name": "maxmin",
22     "raw": "maxmin@^2.1.0",
23     "rawSpec": "^2.1.0",
24     "scope": null,
25     "spec": ">=2.1.0 <3.0.0",
26     "type": "range"
27   },
28   "_requiredBy": [
29     "/grunt-uncss"
30   ],
31   "_resolved": "https://registry.npmjs.org/maxmin/-/maxmin-2.1.0.tgz",
32   "_shasum": "4d3b220903d95eee7eb7ac7fa864e72dc09a3166",
33   "_shrinkwrap": null,
34   "_spec": "maxmin@^2.1.0",
35   "_where": "/var/www/yaffs/node_modules/grunt-uncss",
36   "author": {
37     "email": "sindresorhus@gmail.com",
38     "name": "Sindre Sorhus",
39     "url": "sindresorhus.com"
40   },
41   "bugs": {
42     "url": "https://github.com/sindresorhus/maxmin/issues"
43   },
44   "dependencies": {
45     "chalk": "^1.0.0",
46     "figures": "^1.0.1",
47     "gzip-size": "^3.0.0",
48     "pretty-bytes": "^3.0.0"
49   },
50   "description": "Get a pretty output of the original, minified, gzipped size of a string or buffer: 130 B → 91 B → 53 B (gzip)",
51   "devDependencies": {
52     "ava": "*",
53     "xo": "*"
54   },
55   "directories": {},
56   "dist": {
57     "shasum": "4d3b220903d95eee7eb7ac7fa864e72dc09a3166",
58     "tarball": "https://registry.npmjs.org/maxmin/-/maxmin-2.1.0.tgz"
59   },
60   "engines": {
61     "node": ">=0.12"
62   },
63   "files": [
64     "index.js"
65   ],
66   "gitHead": "f0e0a2e9f9019d5ecf6a57509c2bc21a74bb2ec6",
67   "homepage": "https://github.com/sindresorhus/maxmin#readme",
68   "keywords": [
69     "buffer",
70     "color",
71     "diff",
72     "difference",
73     "gzip",
74     "max",
75     "min",
76     "minified",
77     "pretty",
78     "string"
79   ],
80   "license": "MIT",
81   "maintainers": [
82     {
83       "name": "sindresorhus",
84       "email": "sindresorhus@gmail.com"
85     }
86   ],
87   "name": "maxmin",
88   "optionalDependencies": {},
89   "readme": "ERROR: No README data found!",
90   "repository": {
91     "type": "git",
92     "url": "git+https://github.com/sindresorhus/maxmin.git"
93   },
94   "scripts": {
95     "test": "xo && ava"
96   },
97   "version": "2.1.0"
98 }