{
  "_from": "maxmin@^2.1.0",
  "_id": "maxmin@2.1.0",
  "_inBundle": false,
  "_integrity": "sha1-TTsiCQPZXu5+t6x/qGTnLcCaMWY=",
  "_location": "/maxmin",
  "_phantomChildren": {
    "escape-string-regexp": "1.0.5",
    "has-ansi": "2.0.0",
    "strip-ansi": "3.0.1"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "maxmin@^2.1.0",
    "name": "maxmin",
    "escapedName": "maxmin",
    "rawSpec": "^2.1.0",
    "saveSpec": null,
    "fetchSpec": "^2.1.0"
  },
  "_requiredBy": [
    "/grunt-contrib-uglify"
  ],
  "_resolved": "https://registry.npmjs.org/maxmin/-/maxmin-2.1.0.tgz",
  "_shasum": "4d3b220903d95eee7eb7ac7fa864e72dc09a3166",
  "_spec": "maxmin@^2.1.0",
  "_where": "/var/www/html/homokozo/dicom/node_modules/grunt-contrib-uglify",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/maxmin/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "chalk": "^1.0.0",
    "figures": "^1.0.1",
    "gzip-size": "^3.0.0",
    "pretty-bytes": "^3.0.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": {
    "ava": "*",
    "xo": "*"
  },
  "engines": {
    "node": ">=0.12"
  },
  "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": "xo && ava"
  },
  "version": "2.1.0"
}
