mStream/node_modules/body-parser/package.json
2015-12-05 17:38:08 -05:00

125 lines
3.0 KiB
JSON

{
"_args": [
[
"body-parser",
"/Users/psori/Documents/Code/jStream"
]
],
"_from": "body-parser@*",
"_id": "body-parser@1.14.1",
"_inCache": true,
"_installable": true,
"_location": "/body-parser",
"_npmUser": {
"email": "doug@somethingdoug.com",
"name": "dougwilson"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {},
"_requested": {
"name": "body-parser",
"raw": "body-parser",
"rawSpec": "",
"scope": null,
"spec": "*",
"type": "range"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.14.1.tgz",
"_shasum": "ffe921eba3ce8f191e2a8a8803844bd025f3c6dc",
"_shrinkwrap": null,
"_spec": "body-parser",
"_where": "/Users/psori/Documents/Code/jStream",
"bugs": {
"url": "https://github.com/expressjs/body-parser/issues"
},
"contributors": [
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
},
{
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com"
}
],
"dependencies": {
"bytes": "2.1.0",
"content-type": "~1.0.1",
"debug": "~2.2.0",
"depd": "~1.1.0",
"http-errors": "~1.3.1",
"iconv-lite": "0.4.12",
"on-finished": "~2.3.0",
"qs": "5.1.0",
"raw-body": "~2.1.4",
"type-is": "~1.6.9"
},
"description": "Node.js body parsing middleware",
"devDependencies": {
"istanbul": "0.3.21",
"methods": "~1.1.1",
"mocha": "2.2.5",
"supertest": "1.1.0"
},
"directories": {},
"dist": {
"shasum": "ffe921eba3ce8f191e2a8a8803844bd025f3c6dc",
"tarball": "http://registry.npmjs.org/body-parser/-/body-parser-1.14.1.tgz"
},
"engines": {
"node": ">= 0.8"
},
"files": [
"HISTORY.md",
"LICENSE",
"index.js",
"lib/"
],
"gitHead": "7847af6e5a36129eea0e0becfbcc521b839313ae",
"homepage": "https://github.com/expressjs/body-parser",
"license": "MIT",
"maintainers": [
{
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
},
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
{
"name": "tjholowaychuk",
"email": "tj@vision-media.ca"
},
{
"name": "mscdex",
"email": "mscdex@mscdex.net"
},
{
"name": "fishrock123",
"email": "fishrock123@rocketmail.com"
},
{
"name": "defunctzombie",
"email": "shtylman@gmail.com"
}
],
"name": "body-parser",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/expressjs/body-parser.git"
},
"scripts": {
"test": "mocha --require test/support/env --reporter spec --check-leaks --bail test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/"
},
"version": "1.14.1"
}