{
  "name": "body-parser",
  "description": "Node.js body parsing middleware",
  "version": "1.12.4",
  "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": "https://github.com/expressjs/body-parser"
  },
  "dependencies": {
    "bytes": "1.0.0",
    "content-type": "~1.0.1",
    "debug": "~2.2.0",
    "depd": "~1.0.1",
    "iconv-lite": "0.4.8",
    "on-finished": "~2.2.1",
    "qs": "2.4.2",
    "raw-body": "~2.0.1",
    "type-is": "~1.6.2"
  },
  "devDependencies": {
    "istanbul": "0.3.9",
    "methods": "~1.1.1",
    "mocha": "~2.2.4",
    "supertest": "~0.15.0"
  },
  "files": [
    "lib/",
    "LICENSE",
    "HISTORY.md",
    "index.js"
  ],
  "engines": {
    "node": ">= 0.8"
  },
  "scripts": {
    "test": "mocha --require test/support/env --reporter spec --check-leaks --bail test/",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/",
    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/"
  },
  "gitHead": "faba6ae19686d82133e188707b9b77649f45d3b0",
  "bugs": {
    "url": "https://github.com/expressjs/body-parser/issues"
  },
  "homepage": "https://github.com/expressjs/body-parser",
  "_id": "body-parser@1.12.4",
  "_shasum": "090700c4ba28862a8520ef378395fdee5f61c229",
  "_from": "body-parser@*",
  "_npmVersion": "1.4.28",
  "_npmUser": {
    "name": "dougwilson",
    "email": "doug@somethingdoug.com"
  },
  "maintainers": [
    {
      "name": "jongleberry",
      "email": "jonathanrichardong@gmail.com"
    },
    {
      "name": "dougwilson",
      "email": "doug@somethingdoug.com"
    },
    {
      "name": "tjholowaychuk",
      "email": "tj@vision-media.ca"
    },
    {
      "name": "mscdex",
      "email": "mscdex@mscdex.net"
    },
    {
      "name": "fishrock123",
      "email": "fishrock123@rocketmail.com"
    },
    {
      "name": "defunctzombie",
      "email": "shtylman@gmail.com"
    }
  ],
  "dist": {
    "shasum": "090700c4ba28862a8520ef378395fdee5f61c229",
    "tarball": "http://registry.npmjs.org/body-parser/-/body-parser-1.12.4.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.12.4.tgz"
}
