{
  "_args": [
    [
      "gzip-size@1.0.0",
      "/app"
    ]
  ],
  "_from": "gzip-size@1.0.0",
  "_id": "gzip-size@1.0.0",
  "_inBundle": false,
  "_integrity": "sha1-Zs+LEBBHInuVus5uodoMF37Vwi8=",
  "_location": "/gzip-size",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "gzip-size@1.0.0",
    "name": "gzip-size",
    "escapedName": "gzip-size",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/maxmin"
  ],
  "_resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-1.0.0.tgz",
  "_spec": "1.0.0",
  "_where": "/app",
  "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"
  },
  "dependencies": {
    "browserify-zlib": "^0.1.4",
    "concat-stream": "^1.4.1"
  },
  "description": "Get the gzipped size of a string or buffer",
  "devDependencies": {
    "ava": "0.0.3"
  },
  "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": "node test.js"
  },
  "version": "1.0.0"
}
