{
  "_args": [
    [
      {
        "raw": "compressible@~2.0.11",
        "scope": null,
        "escapedName": "compressible",
        "name": "compressible",
        "rawSpec": "~2.0.11",
        "spec": ">=2.0.11 <2.1.0",
        "type": "range"
      },
      "/Users/steveng/repo/cordova/cordova-browser/node_modules/compression"
    ]
  ],
  "_from": "compressible@>=2.0.11 <2.1.0",
  "_id": "compressible@2.0.12",
  "_inCache": true,
  "_location": "/compressible",
  "_nodeVersion": "6.11.1",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/compressible-2.0.12.tgz_1508543757843_0.14214342553168535"
  },
  "_npmUser": {
    "name": "dougwilson",
    "email": "doug@somethingdoug.com"
  },
  "_npmVersion": "3.10.10",
  "_phantomChildren": {},
  "_requested": {
    "raw": "compressible@~2.0.11",
    "scope": null,
    "escapedName": "compressible",
    "name": "compressible",
    "rawSpec": "~2.0.11",
    "spec": ">=2.0.11 <2.1.0",
    "type": "range"
  },
  "_requiredBy": [
    "/compression"
  ],
  "_resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.12.tgz",
  "_shasum": "c59a5c99db76767e9876500e271ef63b3493bd66",
  "_shrinkwrap": null,
  "_spec": "compressible@~2.0.11",
  "_where": "/Users/steveng/repo/cordova/cordova-browser/node_modules/compression",
  "bugs": {
    "url": "https://github.com/jshttp/compressible/issues"
  },
  "contributors": [
    {
      "name": "Douglas Christopher Wilson",
      "email": "doug@somethingdoug.com"
    },
    {
      "name": "Jonathan Ong",
      "email": "me@jongleberry.com",
      "url": "http://jongleberry.com"
    },
    {
      "name": "Jeremiah Senkpiel",
      "email": "fishrock123@rocketmail.com",
      "url": "https://searchbeam.jit.su"
    }
  ],
  "dependencies": {
    "mime-db": ">= 1.30.0 < 2"
  },
  "description": "Compressible Content-Type / mime checking",
  "devDependencies": {
    "eslint": "3.19.0",
    "eslint-config-standard": "10.2.1",
    "eslint-plugin-import": "2.7.0",
    "eslint-plugin-markdown": "1.0.0-beta.6",
    "eslint-plugin-node": "5.2.0",
    "eslint-plugin-promise": "3.6.0",
    "eslint-plugin-standard": "3.0.1",
    "mocha": "~1.21.5",
    "nyc": "11.2.1"
  },
  "directories": {},
  "dist": {
    "shasum": "c59a5c99db76767e9876500e271ef63b3493bd66",
    "tarball": "https://registry.npmjs.org/compressible/-/compressible-2.0.12.tgz"
  },
  "engines": {
    "node": ">= 0.6"
  },
  "files": [
    "HISTORY.md",
    "LICENSE",
    "README.md",
    "index.js"
  ],
  "gitHead": "07919d9b158879909404d3f942b777dbf47d2788",
  "homepage": "https://github.com/jshttp/compressible#readme",
  "keywords": [
    "compress",
    "gzip",
    "mime",
    "content-type"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "jongleberry",
      "email": "jonathanrichardong@gmail.com"
    },
    {
      "name": "fishrock123",
      "email": "fishrock123@rocketmail.com"
    },
    {
      "name": "dougwilson",
      "email": "doug@somethingdoug.com"
    }
  ],
  "name": "compressible",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jshttp/compressible.git"
  },
  "scripts": {
    "lint": "eslint --plugin markdown --ext js,md .",
    "test": "mocha --reporter spec --bail --check-leaks test/",
    "test-cov": "nyc --reporter=html --reporter=text npm test",
    "test-travis": "nyc --reporter=text npm test"
  },
  "version": "2.0.12"
}
