{
  "_args": [
    [
      {
        "raw": "body-parser@~1.14.0",
        "scope": null,
        "escapedName": "body-parser",
        "name": "body-parser",
        "rawSpec": "~1.14.0",
        "spec": ">=1.14.0 <1.15.0",
        "type": "range"
      },
      "/var/www/html/maps.rubinmuseum.org/public_html/cms_client/node_modules/tiny-lr"
    ]
  ],
  "_from": "body-parser@>=1.14.0 <1.15.0",
  "_id": "body-parser@1.14.2",
  "_inCache": true,
  "_location": "/body-parser",
  "_npmUser": {
    "name": "dougwilson",
    "email": "doug@somethingdoug.com"
  },
  "_npmVersion": "1.4.28",
  "_phantomChildren": {
    "inherits": "2.0.3",
    "statuses": "1.3.1"
  },
  "_requested": {
    "raw": "body-parser@~1.14.0",
    "scope": null,
    "escapedName": "body-parser",
    "name": "body-parser",
    "rawSpec": "~1.14.0",
    "spec": ">=1.14.0 <1.15.0",
    "type": "range"
  },
  "_requiredBy": [
    "/karma",
    "/tiny-lr"
  ],
  "_resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.14.2.tgz",
  "_shasum": "1015cb1fe2c443858259581db53332f8d0cf50f9",
  "_shrinkwrap": null,
  "_spec": "body-parser@~1.14.0",
  "_where": "/var/www/html/maps.rubinmuseum.org/public_html/cms_client/node_modules/tiny-lr",
  "bugs": {
    "url": "https://github.com/expressjs/body-parser/issues"
  },
  "contributors": [
    {
      "name": "Douglas Christopher Wilson",
      "email": "doug@somethingdoug.com"
    },
    {
      "name": "Jonathan Ong",
      "email": "me@jongleberry.com",
      "url": "http://jongleberry.com"
    }
  ],
  "dependencies": {
    "bytes": "2.2.0",
    "content-type": "~1.0.1",
    "debug": "~2.2.0",
    "depd": "~1.1.0",
    "http-errors": "~1.3.1",
    "iconv-lite": "0.4.13",
    "on-finished": "~2.3.0",
    "qs": "5.2.0",
    "raw-body": "~2.1.5",
    "type-is": "~1.6.10"
  },
  "description": "Node.js body parsing middleware",
  "devDependencies": {
    "istanbul": "0.4.1",
    "methods": "~1.1.1",
    "mocha": "2.3.4",
    "supertest": "1.1.0"
  },
  "directories": {},
  "dist": {
    "shasum": "1015cb1fe2c443858259581db53332f8d0cf50f9",
    "tarball": "https://registry.npmjs.org/body-parser/-/body-parser-1.14.2.tgz"
  },
  "engines": {
    "node": ">= 0.8"
  },
  "files": [
    "lib/",
    "LICENSE",
    "HISTORY.md",
    "index.js"
  ],
  "gitHead": "ef5d85d8344f08b21f70a7d90082e7eea3ccdf99",
  "homepage": "https://github.com/expressjs/body-parser",
  "license": "MIT",
  "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"
    }
  ],
  "name": "body-parser",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/expressjs/body-parser.git"
  },
  "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/"
  },
  "version": "1.14.2"
}
