{
  "_args": [
    [
      "type-is@1.3.1",
      "/Users/paveljacko/DEV/PAVJACKO/Code/cli-webos"
    ]
  ],
  "_from": "type-is@1.3.1",
  "_id": "type-is@1.3.1",
  "_inBundle": false,
  "_integrity": "sha1-pnibWlITgomt4e+PbZ8odP/XC2s=",
  "_location": "/type-is",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "type-is@1.3.1",
    "name": "type-is",
    "escapedName": "type-is",
    "rawSpec": "1.3.1",
    "saveSpec": null,
    "fetchSpec": "1.3.1"
  },
  "_requiredBy": [
    "/body-parser"
  ],
  "_resolved": "https://registry.npmjs.org/type-is/-/type-is-1.3.1.tgz",
  "_spec": "1.3.1",
  "_where": "/Users/paveljacko/DEV/PAVJACKO/Code/cli-webos",
  "author": {
    "name": "Jonathan Ong",
    "email": "me@jongleberry.com",
    "url": "http://jongleberry.com"
  },
  "bugs": {
    "url": "https://github.com/expressjs/type-is/issues"
  },
  "contributors": [
    {
      "name": "Douglas Christopher Wilson",
      "email": "doug@somethingdoug.com"
    }
  ],
  "dependencies": {
    "media-typer": "0.2.0",
    "mime-types": "1.0.0"
  },
  "description": "Infer the content-type of a request.",
  "devDependencies": {
    "istanbul": "0.2.10",
    "mocha": "*",
    "should": "*"
  },
  "engines": {
    "node": ">= 0.8"
  },
  "homepage": "https://github.com/expressjs/type-is#readme",
  "license": "MIT",
  "name": "type-is",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/expressjs/type-is.git"
  },
  "scripts": {
    "test": "mocha --require should --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/"
  },
  "version": "1.3.1"
}
