{
  "_from": "body-parser",
  "_id": "body-parser@2.2.2",
  "_inBundle": false,
  "_integrity": "sha512-oP5VkATKlNwcgvxi0vM0p/D3n2C3EReYVX+DNYs5TjZFn/oQt2j+4sVJtSMr18pdRr8wjTcBl6LoV+FUwzPmNA==",
  "_location": "/body-parser",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "body-parser",
    "name": "body-parser",
    "escapedName": "body-parser",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/",
    "/express"
  ],
  "_resolved": "https://registry.npmjs.org/body-parser/-/body-parser-2.2.2.tgz",
  "_shasum": "1a32cdb966beaf68de50a9dfbe5b58f83cb8890c",
  "_spec": "body-parser",
  "_where": "/var/www/jschat.store/MrX",
  "bugs": {
    "url": "https://github.com/expressjs/body-parser/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Douglas Christopher Wilson",
      "email": "doug@somethingdoug.com"
    },
    {
      "name": "Jonathan Ong",
      "email": "me@jongleberry.com",
      "url": "http://jongleberry.com"
    }
  ],
  "dependencies": {
    "bytes": "^3.1.2",
    "content-type": "^1.0.5",
    "debug": "^4.4.3",
    "http-errors": "^2.0.0",
    "iconv-lite": "^0.7.0",
    "on-finished": "^2.4.1",
    "qs": "^6.14.1",
    "raw-body": "^3.0.1",
    "type-is": "^2.0.1"
  },
  "deprecated": false,
  "description": "Node.js body parsing middleware",
  "devDependencies": {
    "eslint": "^8.57.1",
    "eslint-config-standard": "^14.1.1",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-markdown": "^3.0.1",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^6.6.0",
    "eslint-plugin-standard": "^4.1.0",
    "mocha": "^11.1.0",
    "nyc": "^17.1.0",
    "supertest": "^7.0.0"
  },
  "engines": {
    "node": ">=18"
  },
  "files": [
    "lib/",
    "LICENSE",
    "index.js"
  ],
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/express"
  },
  "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": {
    "lint": "eslint .",
    "test": "mocha --reporter spec --check-leaks test/",
    "test-ci": "nyc --reporter=lcovonly --reporter=text npm test",
    "test-cov": "nyc --reporter=html --reporter=text npm test"
  },
  "version": "2.2.2"
}
