compound-ex4
Version:
Compound-ex4 - MVC framework for NodeJS (ExpressJs 4 version), fork compoundjs(https://github.com/1602/compound)
107 lines (106 loc) • 2.82 kB
JSON
{
"_args": [
[
"raw-body@~2.1.2",
"/home/webs/dev/prj/compoundjsEX4/compound-ex4/node_modules/body-parser"
]
],
"_from": "raw-body@>=2.1.2 <2.2.0",
"_id": "raw-body@2.1.5",
"_inCache": true,
"_installable": true,
"_location": "/raw-body",
"_npmUser": {
"email": "doug@somethingdoug.com",
"name": "dougwilson"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {},
"_requested": {
"name": "raw-body",
"raw": "raw-body@~2.1.2",
"rawSpec": "~2.1.2",
"scope": null,
"spec": ">=2.1.2 <2.2.0",
"type": "range"
},
"_requiredBy": [
"/body-parser"
],
"_resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.1.5.tgz",
"_shasum": "8be8f09ddefd0d72ad99d883ab7f0cc350420956",
"_shrinkwrap": null,
"_spec": "raw-body@~2.1.2",
"_where": "/home/webs/dev/prj/compoundjsEX4/compound-ex4/node_modules/body-parser",
"author": {
"email": "me@jongleberry.com",
"name": "Jonathan Ong",
"url": "http://jongleberry.com"
},
"bugs": {
"url": "https://github.com/stream-utils/raw-body/issues"
},
"contributors": [
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
},
{
"name": "Raynos",
"email": "raynos2@gmail.com"
}
],
"dependencies": {
"bytes": "2.2.0",
"iconv-lite": "0.4.13",
"unpipe": "1.0.0"
},
"description": "Get and validate the raw body of a readable stream.",
"devDependencies": {
"bluebird": "3.0.5",
"istanbul": "0.4.1",
"mocha": "2.3.4",
"readable-stream": "2.0.4",
"through2": "2.0.0"
},
"directories": {},
"dist": {
"shasum": "8be8f09ddefd0d72ad99d883ab7f0cc350420956",
"tarball": "http://registry.npmjs.org/raw-body/-/raw-body-2.1.5.tgz"
},
"engines": {
"node": ">= 0.8"
},
"files": [
"HISTORY.md",
"LICENSE",
"README.md",
"index.js"
],
"gitHead": "0467d63d4e66c212ec08bfc826ba565be15c523a",
"homepage": "https://github.com/stream-utils/raw-body",
"license": "MIT",
"maintainers": [
{
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
},
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
}
],
"name": "raw-body",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/stream-utils/raw-body.git"
},
"scripts": {
"test": "mocha --trace-deprecation --reporter spec --bail --check-leaks test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --trace-deprecation --reporter dot --check-leaks test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --trace-deprecation --reporter spec --check-leaks test/"
},
"version": "2.1.5"
}