This repository has been archived on 2018-10-12. You can view files and clone it, but cannot push or open issues or pull requests.
node-task/node_modules/body-parser/node_modules/raw-body/package.json

73 lines
1.9 KiB
JSON

{
"name": "raw-body",
"description": "Get and validate the raw body of a readable stream.",
"version": "1.3.0",
"author": {
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com"
},
"contributors": [
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
},
{
"name": "Raynos",
"email": "raynos2@gmail.com"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/stream-utils/raw-body"
},
"dependencies": {
"bytes": "1",
"iconv-lite": "0.4.4"
},
"devDependencies": {
"istanbul": "0.3.0",
"mocha": "~1.20.1",
"readable-stream": "~1.0.17",
"through2": "~0.5.1"
},
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "mocha --reporter spec --bail test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec test/"
},
"bugs": {
"url": "https://github.com/stream-utils/raw-body/issues"
},
"homepage": "https://github.com/stream-utils/raw-body",
"_id": "raw-body@1.3.0",
"dist": {
"shasum": "978230a156a5548f42eef14de22d0f4f610083d1",
"tarball": "http://registry.npmjs.org/raw-body/-/raw-body-1.3.0.tgz"
},
"_from": "raw-body@1.3.0",
"_npmVersion": "1.4.3",
"_npmUser": {
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
"maintainers": [
{
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
},
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
}
],
"directories": {},
"_shasum": "978230a156a5548f42eef14de22d0f4f610083d1",
"_resolved": "https://registry.npmjs.org/raw-body/-/raw-body-1.3.0.tgz",
"readme": "ERROR: No README data found!"
}