{
  "_from": "maxmin@~0.1.0",
  "_id": "maxmin@0.1.0",
  "_inBundle": false,
  "_integrity": "sha1-ldgcUonjqdMPf8fcVZwCTlAwydA=",
  "_location": "/maxmin",
  "_phantomChildren": {
    "has-color": "0.1.7"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "maxmin@~0.1.0",
    "name": "maxmin",
    "escapedName": "maxmin",
    "rawSpec": "~0.1.0",
    "saveSpec": null,
    "fetchSpec": "~0.1.0"
  },
  "_requiredBy": [
    "/grunt-contrib-cssmin",
    "/grunt-contrib-uglify"
  ],
  "_resolved": "https://registry.npmjs.org/maxmin/-/maxmin-0.1.0.tgz",
  "_shasum": "95d81c5289e3a9d30f7fc7dc559c024e5030c9d0",
  "_spec": "maxmin@~0.1.0",
  "_where": "/var/www/html-staging/grunt/node_modules/grunt-contrib-cssmin",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "http://sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/maxmin/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "chalk": "^0.4.0",
    "gzip-size": "^0.1.0",
    "pretty-bytes": "^0.1.0"
  },
  "deprecated": false,
  "description": "Get a pretty output of the original, minified, gzipped size of a string or buffer: 130 B → 91 B → 53 B (gzip)",
  "devDependencies": {
    "mocha": "*"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/sindresorhus/maxmin#readme",
  "keywords": [
    "string",
    "buffer",
    "pretty",
    "color",
    "gzip",
    "minified",
    "min",
    "max",
    "diff",
    "difference"
  ],
  "license": "MIT",
  "name": "maxmin",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/maxmin.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "version": "0.1.0"
}
