{
  "name": "type-is",
  "description": "Infer the content-type of a request.",
  "version": "1.6.16",
  "contributors": [
    {
      "name": "Douglas Christopher Wilson",
      "email": "doug@somethingdoug.com"
    },
    {
      "name": "Jonathan Ong",
      "email": "me@jongleberry.com",
      "url": "http://jongleberry.com"
    }
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jshttp/type-is.git"
  },
  "dependencies": {
    "media-typer": "0.3.0",
    "mime-types": "~2.1.18"
  },
  "devDependencies": {
    "eslint": "3.19.0",
    "eslint-config-standard": "10.2.1",
    "eslint-plugin-import": "2.8.0",
    "eslint-plugin-markdown": "1.0.0-beta.6",
    "eslint-plugin-node": "5.2.1",
    "eslint-plugin-promise": "3.6.0",
    "eslint-plugin-standard": "3.0.1",
    "istanbul": "0.4.5",
    "mocha": "1.21.5"
  },
  "engines": {
    "node": ">= 0.6"
  },
  "files": [
    "LICENSE",
    "HISTORY.md",
    "index.js"
  ],
  "scripts": {
    "lint": "eslint --plugin markdown --ext js,md .",
    "test": "mocha --reporter spec --check-leaks --bail test/",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  },
  "keywords": [
    "content",
    "type",
    "checking"
  ],
  "gitHead": "dc723b95e2c52c689cf9d4cefbc5d91e74f7524a",
  "bugs": {
    "url": "https://github.com/jshttp/type-is/issues"
  },
  "homepage": "https://github.com/jshttp/type-is#readme",
  "_id": "type-is@1.6.16",
  "_npmVersion": "5.6.0",
  "_nodeVersion": "6.13.0",
  "_npmUser": {
    "name": "dougwilson",
    "email": "doug@somethingdoug.com"
  },
  "dist": {
    "integrity": "sha512-HRkVv/5qY2G6I8iab9cI7v1bOIdhm94dVjQCPFElW9W+3GeDOSHmy2EBYe4VTApuzolPcmgFTN3ftVJRKR2J9Q==",
    "shasum": "f89ce341541c672b25ee7ae3c73dee3b2be50194",
    "tarball": "https://registry.npmjs.org/type-is/-/type-is-1.6.16.tgz",
    "fileCount": 5,
    "unpackedSize": 16739
  },
  "maintainers": [
    {
      "name": "dougwilson",
      "email": "doug@somethingdoug.com"
    },
    {
      "name": "jongleberry",
      "email": "jonathanrichardong@gmail.com"
    }
  ],
  "directories": {},
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/type-is_1.6.16_1518812522921_0.03331830182177953"
  },
  "_shasum": "f89ce341541c672b25ee7ae3c73dee3b2be50194",
  "_resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.16.tgz",
  "_from": "type-is@>=1.6.15 <1.7.0",
  "readme": "ERROR: No README data found!"
}
