{
  "_args": [
    [
      {
        "raw": "node-zopfli@^2.0.0",
        "scope": null,
        "escapedName": "node-zopfli",
        "name": "node-zopfli",
        "rawSpec": "^2.0.0",
        "spec": ">=2.0.0 <3.0.0",
        "type": "range"
      },
      "/var/www/html/maps.rubinmuseum.org/public_html/cms_client/node_modules/compression-webpack-plugin"
    ]
  ],
  "_from": "node-zopfli@>=2.0.0 <3.0.0",
  "_id": "node-zopfli@2.0.2",
  "_inCache": true,
  "_location": "/node-zopfli",
  "_nodeVersion": "6.3.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/node-zopfli-2.0.2.tgz_1478773445807_0.6666667715180665"
  },
  "_npmUser": {
    "name": "pierre.inglebert",
    "email": "pierre.inglebert@gmail.com"
  },
  "_npmVersion": "3.10.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "node-zopfli@^2.0.0",
    "scope": null,
    "escapedName": "node-zopfli",
    "name": "node-zopfli",
    "rawSpec": "^2.0.0",
    "spec": ">=2.0.0 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/compression-webpack-plugin"
  ],
  "_resolved": "https://registry.npmjs.org/node-zopfli/-/node-zopfli-2.0.2.tgz",
  "_shasum": "a7a473ae92aaea85d4c68d45bbf2c944c46116b8",
  "_shrinkwrap": null,
  "_spec": "node-zopfli@^2.0.0",
  "_where": "/var/www/html/maps.rubinmuseum.org/public_html/cms_client/node_modules/compression-webpack-plugin",
  "author": {
    "name": "Pierre Inglebert",
    "email": "pierre.inglebert@gmail.com"
  },
  "bin": {
    "zopfli": "bin/zopfli",
    "zopflipng": "bin/zopflipng"
  },
  "binary": {
    "module_name": "zopfli",
    "module_path": "./lib/binding/{node_abi}-{platform}-{arch}",
    "remote_path": "./{configuration}",
    "package_name": "{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz",
    "host": "https://node-zopfli.s3.amazonaws.com"
  },
  "bugs": {
    "url": "https://github.com/pierreinglebert/node-zopfli/issues"
  },
  "contributors": [
    {
      "name": "duralog",
      "email": "funisher@gmail.com"
    },
    {
      "name": "MayhemYDG",
      "email": "stepien.nicolas@gmail.com"
    },
    {
      "name": "XhmikosR",
      "email": "xhmikosr@gmail.com"
    }
  ],
  "dependencies": {
    "commander": "^2.8.1",
    "defaults": "^1.0.2",
    "nan": "^2.0.0",
    "node-pre-gyp": "^0.6.4"
  },
  "description": "Bindings for Zopfli compressing lib. Compress gzip files 5% better than gzip.",
  "devDependencies": {
    "async": "^2.0.0",
    "aws-sdk": "^2.4.8",
    "chai": "^3.5.0",
    "coveralls": "^2.11.2",
    "eslint": "1.0.0",
    "istanbul": "^0.4.4",
    "mocha": "^2.2.4",
    "randomstring": "^1.0.5"
  },
  "directories": {},
  "dist": {
    "shasum": "a7a473ae92aaea85d4c68d45bbf2c944c46116b8",
    "tarball": "https://registry.npmjs.org/node-zopfli/-/node-zopfli-2.0.2.tgz"
  },
  "engines": {
    "node": ">=0.12"
  },
  "files": [
    "bin",
    "lib",
    "src",
    "zopfli",
    "binding.gyp"
  ],
  "gitHead": "6adf6906ff8acbb52659b77e5f3dd445117a2287",
  "gypfile": true,
  "homepage": "https://github.com/pierreinglebert/node-zopfli",
  "keywords": [
    "zopfli",
    "zlib",
    "compress",
    "gzip",
    "deflate"
  ],
  "license": "MIT",
  "main": "lib/zopfli.js",
  "maintainers": [
    {
      "name": "pierre.inglebert",
      "email": "pierre.inglebert@gmail.com"
    }
  ],
  "name": "node-zopfli",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pierreinglebert/node-zopfli.git"
  },
  "scripts": {
    "coveralls": "coveralls < ./coverage/lcov.info",
    "install": "node-pre-gyp install --fallback-to-build",
    "lint": "eslint .",
    "mocha": "mocha test",
    "test": "npm run lint && npm run mocha",
    "test-cov": "istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec test"
  },
  "version": "2.0.2"
}
