mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-12 18:52:50 +00:00
100 lines
2.6 KiB
JSON
100 lines
2.6 KiB
JSON
{
|
|
"name": "body-parser",
|
|
"description": "Node.js body parsing middleware",
|
|
"version": "1.14.0",
|
|
"contributors": [
|
|
{
|
|
"name": "Douglas Christopher Wilson",
|
|
"email": "doug@somethingdoug.com"
|
|
},
|
|
{
|
|
"name": "Jonathan Ong",
|
|
"email": "me@jongleberry.com",
|
|
"url": "http://jongleberry.com"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/expressjs/body-parser.git"
|
|
},
|
|
"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.11",
|
|
"on-finished": "~2.3.0",
|
|
"qs": "5.1.0",
|
|
"raw-body": "~2.1.3",
|
|
"type-is": "~1.6.8"
|
|
},
|
|
"devDependencies": {
|
|
"istanbul": "0.3.20",
|
|
"methods": "~1.1.1",
|
|
"mocha": "2.2.5",
|
|
"supertest": "1.1.0"
|
|
},
|
|
"files": [
|
|
"lib/",
|
|
"LICENSE",
|
|
"HISTORY.md",
|
|
"index.js"
|
|
],
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
},
|
|
"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/"
|
|
},
|
|
"gitHead": "a438bed510877e36724b1716bd6f55a15a1155d2",
|
|
"bugs": {
|
|
"url": "https://github.com/expressjs/body-parser/issues"
|
|
},
|
|
"homepage": "https://github.com/expressjs/body-parser",
|
|
"_id": "body-parser@1.14.0",
|
|
"_shasum": "a7a10138547a75bfcacc20472404630c2fa6b0ff",
|
|
"_from": "body-parser@1.14.0",
|
|
"_npmVersion": "1.4.28",
|
|
"_npmUser": {
|
|
"name": "dougwilson",
|
|
"email": "doug@somethingdoug.com"
|
|
},
|
|
"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"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "a7a10138547a75bfcacc20472404630c2fa6b0ff",
|
|
"tarball": "http://registry.npmjs.org/body-parser/-/body-parser-1.14.0.tgz"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.14.0.tgz",
|
|
"readme": "ERROR: No README data found!"
|
|
}
|