{
  "_args": [
    [
      {
        "name": "type-is",
        "raw": "type-is@~1.6.11",
        "rawSpec": "~1.6.11",
        "scope": null,
        "spec": ">=1.6.11 <1.7.0",
        "type": "range"
      },
      "/home/fgreiner/prog/js/Nodulator/node_modules/body-parser"
    ]
  ],
  "_from": "type-is@>=1.6.11 <1.7.0",
  "_id": "type-is@1.6.13",
  "_inCache": true,
  "_installable": true,
  "_location": "/type-is",
  "_nodeVersion": "4.4.3",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/type-is-1.6.13.tgz_1463622049206_0.9134831207338721"
  },
  "_npmUser": {
    "email": "doug@somethingdoug.com",
    "name": "dougwilson"
  },
  "_npmVersion": "2.15.1",
  "_phantomChildren": {},
  "_requested": {
    "name": "type-is",
    "raw": "type-is@~1.6.11",
    "rawSpec": "~1.6.11",
    "scope": null,
    "spec": ">=1.6.11 <1.7.0",
    "type": "range"
  },
  "_requiredBy": [
    "/body-parser",
    "/express"
  ],
  "_resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.13.tgz",
  "_shasum": "6e83ba7bc30cd33a7bb0b7fb00737a2085bf9d08",
  "_shrinkwrap": null,
  "_spec": "type-is@~1.6.11",
  "_where": "/home/fgreiner/prog/js/Nodulator/node_modules/body-parser",
  "bugs": {
    "url": "https://github.com/jshttp/type-is/issues"
  },
  "contributors": [
    {
      "email": "doug@somethingdoug.com",
      "name": "Douglas Christopher Wilson"
    },
    {
      "email": "me@jongleberry.com",
      "name": "Jonathan Ong",
      "url": "http://jongleberry.com"
    }
  ],
  "dependencies": {
    "media-typer": "0.3.0",
    "mime-types": "~2.1.11"
  },
  "description": "Infer the content-type of a request.",
  "devDependencies": {
    "eslint": "2.10.2",
    "eslint-config-standard": "5.3.1",
    "eslint-plugin-promise": "1.1.0",
    "eslint-plugin-standard": "1.3.2",
    "istanbul": "0.4.3",
    "mocha": "1.21.5"
  },
  "directories": {},
  "dist": {
    "shasum": "6e83ba7bc30cd33a7bb0b7fb00737a2085bf9d08",
    "tarball": "https://registry.npmjs.org/type-is/-/type-is-1.6.13.tgz"
  },
  "engines": {
    "node": ">= 0.6"
  },
  "files": [
    "LICENSE",
    "HISTORY.md",
    "index.js"
  ],
  "gitHead": "88c47523fff910343b3ca7d4928dad40f21ea6cd",
  "homepage": "https://github.com/jshttp/type-is#readme",
  "keywords": [
    "content",
    "type",
    "checking"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "email": "doug@somethingdoug.com",
      "name": "dougwilson"
    },
    {
      "email": "jonathanrichardong@gmail.com",
      "name": "jongleberry"
    }
  ],
  "name": "type-is",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jshttp/type-is.git"
  },
  "scripts": {
    "lint": "eslint **/*.js",
    "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/"
  },
  "version": "1.6.13"
}
