5 "/opt/source/offload.js"
8 "_from": "raw-body@2.4.0",
9 "_id": "raw-body@2.4.0",
11 "_integrity": "sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==",
12 "_location": "/raw-body",
13 "_phantomChildren": {},
17 "raw": "raw-body@2.4.0",
19 "escapedName": "raw-body",
27 "_resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.0.tgz",
29 "_where": "/opt/source/offload.js",
31 "name": "Jonathan Ong",
32 "email": "me@jongleberry.com",
33 "url": "http://jongleberry.com"
36 "url": "https://github.com/stream-utils/raw-body/issues"
40 "name": "Douglas Christopher Wilson",
41 "email": "doug@somethingdoug.com"
45 "email": "raynos2@gmail.com"
50 "http-errors": "1.7.2",
51 "iconv-lite": "0.4.24",
54 "description": "Get and validate the raw body of a readable stream.",
58 "eslint-config-standard": "12.0.0",
59 "eslint-plugin-import": "2.16.0",
60 "eslint-plugin-markdown": "1.0.0",
61 "eslint-plugin-node": "8.0.1",
62 "eslint-plugin-promise": "4.1.1",
63 "eslint-plugin-standard": "4.0.0",
66 "readable-stream": "2.3.6",
67 "safe-buffer": "5.1.2"
79 "homepage": "https://github.com/stream-utils/raw-body#readme",
84 "url": "git+https://github.com/stream-utils/raw-body.git"
87 "lint": "eslint --plugin markdown --ext js,md .",
88 "test": "mocha --trace-deprecation --reporter spec --bail --check-leaks test/",
89 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --trace-deprecation --reporter dot --check-leaks test/",
90 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --trace-deprecation --reporter spec --check-leaks test/"