Stelescope/node_modules/body-parser/package.json
Saturneric a7116b5291 Add
2020-09-01 00:25:01 +08:00

98 lines
2.5 KiB
JSON

{
"name": "body-parser",
"description": "Node.js body parsing middleware",
"version": "1.12.3",
"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": "https://github.com/expressjs/body-parser"
},
"dependencies": {
"bytes": "1.0.0",
"content-type": "~1.0.1",
"debug": "~2.1.3",
"depd": "~1.0.1",
"iconv-lite": "0.4.8",
"on-finished": "~2.2.0",
"qs": "2.4.1",
"raw-body": "1.3.4",
"type-is": "~1.6.1"
},
"devDependencies": {
"istanbul": "0.3.9",
"methods": "~1.1.1",
"mocha": "~2.2.4",
"supertest": "~0.15.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": "5addd8e18e0a72795f9ab93e867d3e50f3429910",
"bugs": {
"url": "https://github.com/expressjs/body-parser/issues"
},
"homepage": "https://github.com/expressjs/body-parser",
"_id": "body-parser@1.12.3",
"_shasum": "5f40bf17e7823be6895d4d35582752e36cf97f71",
"_from": "body-parser@>=1.12.0 <1.13.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": "shtylman",
"email": "shtylman@gmail.com"
},
{
"name": "mscdex",
"email": "mscdex@mscdex.net"
},
{
"name": "fishrock123",
"email": "fishrock123@rocketmail.com"
}
],
"dist": {
"shasum": "5f40bf17e7823be6895d4d35582752e36cf97f71",
"tarball": "http://registry.npmjs.org/body-parser/-/body-parser-1.12.3.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.12.3.tgz"
}