2 "_from": "raw-body@2.4.0",
3 "_id": "raw-body@2.4.0",
5 "_integrity": "sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==",
6 "_location": "/raw-body",
7 "_phantomChildren": {},
11 "raw": "raw-body@2.4.0",
13 "escapedName": "raw-body",
21 "_resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.0.tgz",
22 "_shasum": "a1ce6fb9c9bc356ca52e89256ab59059e13d0332",
23 "_spec": "raw-body@2.4.0",
24 "_where": "/home/josuer08/Documents/web/node_modules/body-parser",
26 "name": "Jonathan Ong",
27 "email": "me@jongleberry.com",
28 "url": "http://jongleberry.com"
31 "url": "https://github.com/stream-utils/raw-body/issues"
33 "bundleDependencies": false,
36 "name": "Douglas Christopher Wilson",
37 "email": "doug@somethingdoug.com"
41 "email": "raynos2@gmail.com"
46 "http-errors": "1.7.2",
47 "iconv-lite": "0.4.24",
51 "description": "Get and validate the raw body of a readable stream.",
55 "eslint-config-standard": "12.0.0",
56 "eslint-plugin-import": "2.16.0",
57 "eslint-plugin-markdown": "1.0.0",
58 "eslint-plugin-node": "8.0.1",
59 "eslint-plugin-promise": "4.1.1",
60 "eslint-plugin-standard": "4.0.0",
63 "readable-stream": "2.3.6",
64 "safe-buffer": "5.1.2"
76 "homepage": "https://github.com/stream-utils/raw-body#readme",
81 "url": "git+https://github.com/stream-utils/raw-body.git"
84 "lint": "eslint --plugin markdown --ext js,md .",
85 "test": "mocha --trace-deprecation --reporter spec --bail --check-leaks test/",
86 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --trace-deprecation --reporter dot --check-leaks test/",
87 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --trace-deprecation --reporter spec --check-leaks test/"