{
  "_from": "body-parser@",
  "_id": "body-parser@1.5.0",
  "_inBundle": false,
  "_integrity": "sha512-UJfZike68QN1mdo0mA+Z0y+0qi10oxOrCPw2CZpP73O/LIfEWHDy9SHhwsME1mdk1WmnltBLddUkfBpuKPH4Ng==",
  "_location": "/tomahawk/body-parser",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "body-parser@1.5.0",
    "name": "body-parser",
    "escapedName": "body-parser",
    "rawSpec": "1.5.0",
    "saveSpec": null,
    "fetchSpec": "1.5.0"
  },
  "_requiredBy": [
    "/tomahawk"
  ],
  "_resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.5.0.tgz",
  "_shasum": "c6fce2483c9eeb49ab349ff25a92d336d91055b9",
  "_spec": "body-parser@1.5.0",
  "_where": "/home/bestsmm/node_modules/tomahawk",
  "author": {
    "name": "Jonathan Ong",
    "email": "me@jongleberry.com",
    "url": "http://jongleberry.com"
  },
  "bugs": {
    "url": "https://github.com/expressjs/body-parser/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Douglas Christopher Wilson",
      "email": "doug@somethingdoug.com"
    }
  ],
  "dependencies": {
    "bytes": "1.0.0",
    "depd": "0.4.2",
    "iconv-lite": "0.4.4",
    "media-typer": "0.2.0",
    "qs": "0.6.6",
    "raw-body": "1.3.0",
    "type-is": "~1.3.2"
  },
  "deprecated": false,
  "description": "Node.js body parsing middleware",
  "devDependencies": {
    "istanbul": "0.3.0",
    "mocha": "~1.20.1",
    "should": "~4.0.4",
    "supertest": "~0.13.0"
  },
  "engines": {
    "node": ">= 0.8"
  },
  "homepage": "https://github.com/expressjs/body-parser#readme",
  "license": "MIT",
  "name": "body-parser",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/expressjs/body-parser.git"
  },
  "scripts": {
    "test": "mocha --require should --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/"
  },
  "version": "1.5.0"
}
