{
  "_from": "raw-body@^3.0.1",
  "_id": "raw-body@3.0.2",
  "_inBundle": false,
  "_integrity": "sha512-K5zQjDllxWkf7Z5xJdV0/B0WTNqx6vxG70zJE4N0kBs4LovmEYWJzQGxC9bS9RAKu3bgM40lrd5zoLJ12MQ5BA==",
  "_location": "/raw-body",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "raw-body@^3.0.1",
    "name": "raw-body",
    "escapedName": "raw-body",
    "rawSpec": "^3.0.1",
    "saveSpec": null,
    "fetchSpec": "^3.0.1"
  },
  "_requiredBy": [
    "/body-parser"
  ],
  "_resolved": "https://registry.npmjs.org/raw-body/-/raw-body-3.0.2.tgz",
  "_shasum": "3e3ada5ae5568f9095d84376fd3a49b8fb000a51",
  "_spec": "raw-body@^3.0.1",
  "_where": "/var/www/jschat.store/MrX/node_modules/body-parser",
  "author": {
    "name": "Jonathan Ong",
    "email": "me@jongleberry.com",
    "url": "http://jongleberry.com"
  },
  "bugs": {
    "url": "https://github.com/stream-utils/raw-body/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Douglas Christopher Wilson",
      "email": "doug@somethingdoug.com"
    },
    {
      "name": "Raynos",
      "email": "raynos2@gmail.com"
    }
  ],
  "dependencies": {
    "bytes": "~3.1.2",
    "http-errors": "~2.0.1",
    "iconv-lite": "~0.7.0",
    "unpipe": "~1.0.0"
  },
  "deprecated": false,
  "description": "Get and validate the raw body of a readable stream.",
  "devDependencies": {
    "@stylistic/eslint-plugin": "^5.1.0",
    "@stylistic/eslint-plugin-js": "^4.1.0",
    "bluebird": "3.7.2",
    "eslint": "^9.0.0",
    "mocha": "10.7.0",
    "neostandard": "^0.12.0",
    "nyc": "17.0.0",
    "readable-stream": "2.3.7",
    "safe-buffer": "5.2.1"
  },
  "engines": {
    "node": ">= 0.10"
  },
  "files": [
    "LICENSE",
    "README.md",
    "index.d.ts",
    "index.js"
  ],
  "homepage": "https://github.com/stream-utils/raw-body#readme",
  "license": "MIT",
  "name": "raw-body",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stream-utils/raw-body.git"
  },
  "scripts": {
    "lint": "eslint",
    "lint:fix": "eslint --fix",
    "test": "mocha --trace-deprecation --reporter spec --check-leaks test/",
    "test:ci": "nyc --reporter=lcovonly --reporter=text npm test",
    "test:cov": "nyc --reporter=html --reporter=text npm test",
    "version": "node scripts/version-history.js && git add HISTORY.md"
  },
  "version": "3.0.2"
}
