package.json 2.38 KB
{
  "_args": [
    [
      {
        "raw": "gzip-size@^3.0.0",
        "scope": null,
        "escapedName": "gzip-size",
        "name": "gzip-size",
        "rawSpec": "^3.0.0",
        "spec": ">=3.0.0 <4.0.0",
        "type": "range"
      },
      "/Users/admin/Documents/workspace/programming/node_modules/webpack-bundle-analyzer"
    ]
  ],
  "_from": "gzip-size@>=3.0.0 <4.0.0",
  "_id": "gzip-size@3.0.0",
  "_inCache": true,
  "_location": "/gzip-size",
  "_nodeVersion": "0.12.5",
  "_npmUser": {
    "name": "sindresorhus",
    "email": "sindresorhus@gmail.com"
  },
  "_npmVersion": "2.11.2",
  "_phantomChildren": {},
  "_requested": {
    "raw": "gzip-size@^3.0.0",
    "scope": null,
    "escapedName": "gzip-size",
    "name": "gzip-size",
    "rawSpec": "^3.0.0",
    "spec": ">=3.0.0 <4.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/webpack-bundle-analyzer"
  ],
  "_resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-3.0.0.tgz",
  "_shasum": "546188e9bdc337f673772f81660464b389dce520",
  "_shrinkwrap": null,
  "_spec": "gzip-size@^3.0.0",
  "_where": "/Users/admin/Documents/workspace/programming/node_modules/webpack-bundle-analyzer",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/gzip-size/issues"
  },
  "dependencies": {
    "duplexer": "^0.1.1"
  },
  "description": "Get the gzipped size of a string or buffer",
  "devDependencies": {
    "tap": "^1.3.2",
    "xo": "*"
  },
  "directories": {},
  "dist": {
    "shasum": "546188e9bdc337f673772f81660464b389dce520",
    "tarball": "https://registry.npmjs.org/gzip-size/-/gzip-size-3.0.0.tgz"
  },
  "engines": {
    "node": ">=0.12.0"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "55cd41dd1ff020282b2e9fe47620e71838d29646",
  "homepage": "https://github.com/sindresorhus/gzip-size",
  "keywords": [
    "app",
    "tool",
    "zlib",
    "gzip",
    "compressed",
    "size",
    "string",
    "buffer"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "sindresorhus",
      "email": "sindresorhus@gmail.com"
    }
  ],
  "name": "gzip-size",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/gzip-size.git"
  },
  "scripts": {
    "test": "xo && tap test.js"
  },
  "version": "3.0.0"
}