{
  "_from": "gzip-size@^0.1.0",
  "_id": "gzip-size@0.1.1",
  "_inBundle": false,
  "_integrity": "sha1-rjNIO2/IIk6DQilt4Qjvk3V/duA=",
  "_location": "/gzip-size",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "gzip-size@^0.1.0",
    "name": "gzip-size",
    "escapedName": "gzip-size",
    "rawSpec": "^0.1.0",
    "saveSpec": null,
    "fetchSpec": "^0.1.0"
  },
  "_requiredBy": [
    "/maxmin"
  ],
  "_resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-0.1.1.tgz",
  "_shasum": "ae33483b6fc8224e8342296de108ef93757f76e0",
  "_spec": "gzip-size@^0.1.0",
  "_where": "/var/www/html-staging/grunt/node_modules/maxmin",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "http://sindresorhus.com"
  },
  "bin": {
    "gzip-size": "cli.js"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/gzip-size/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "concat-stream": "^1.4.1",
    "zlib-browserify": "^0.0.3"
  },
  "deprecated": false,
  "description": "Get the gzipped size of a string or buffer",
  "devDependencies": {
    "mocha": "*"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js",
    "cli.js"
  ],
  "homepage": "https://github.com/sindresorhus/gzip-size#readme",
  "keywords": [
    "cli",
    "bin",
    "app",
    "tool",
    "zlib",
    "gzip",
    "compressed",
    "size",
    "string",
    "buffer"
  ],
  "license": "MIT",
  "name": "gzip-size",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/gzip-size.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "version": "0.1.1"
}
