| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 | {  "name": "maxmin",  "version": "1.1.0",  "description": "Get a pretty output of the original, minified, gzipped size of a string or buffer: 130 B → 91 B → 53 B (gzip)",  "license": "MIT",  "repository": "sindresorhus/maxmin",  "author": {    "name": "Sindre Sorhus",    "email": "sindresorhus@gmail.com",    "url": "http://sindresorhus.com"  },  "engines": {    "node": ">=0.10.0"  },  "scripts": {    "test": "node test.js"  },  "files": [    "index.js"  ],  "keywords": [    "string",    "buffer",    "pretty",    "color",    "gzip",    "minified",    "min",    "max",    "diff",    "difference"  ],  "dependencies": {    "chalk": "^1.0.0",    "figures": "^1.0.1",    "gzip-size": "^1.0.0",    "pretty-bytes": "^1.0.0"  },  "devDependencies": {    "ava": "0.0.4"  },  "__npminstall_done": true,  "_from": "maxmin@1.1.0",  "_resolved": "https://registry.npmmirror.com/maxmin/-/maxmin-1.1.0.tgz"}
 |