Files
RN_AWord/server/node_modules/body-parser/package.json
T
2016-11-29 17:40:27 +08:00

109 lines
2.9 KiB
JSON

{
"_args": [
[
"body-parser@~1.13.2",
"/Users/xmfish/Desktop/test/RN_AWord/server"
]
],
"_cnpm_publish_time": 1438369484557,
"_from": "body-parser@>=1.13.2 <1.14.0",
"_id": "body-parser@1.13.3",
"_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@~1.13.2",
"rawSpec": "~1.13.2",
"scope": null,
"spec": ">=1.13.2 <1.14.0",
"type": "range"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.13.3.tgz",
"_shasum": "c08cf330c3358e151016a05746f13f029c97fa97",
"_shrinkwrap": null,
"_spec": "body-parser@~1.13.2",
"_where": "/Users/xmfish/Desktop/test/RN_AWord/server",
"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.0.1",
"http-errors": "~1.3.1",
"iconv-lite": "0.4.11",
"on-finished": "~2.3.0",
"qs": "4.0.0",
"raw-body": "~2.1.2",
"type-is": "~1.6.6"
},
"description": "Node.js body parsing middleware",
"devDependencies": {
"istanbul": "0.3.17",
"methods": "~1.1.1",
"mocha": "2.2.5",
"supertest": "1.0.1"
},
"directories": {},
"dist": {
"noattachment": false,
"shasum": "c08cf330c3358e151016a05746f13f029c97fa97",
"size": 11329,
"tarball": "http://registry.npm.taobao.org/body-parser/download/body-parser-1.13.3.tgz"
},
"engines": {
"node": ">= 0.8"
},
"files": [
"HISTORY.md",
"LICENSE",
"index.js",
"lib/"
],
"gitHead": "79d0972bd18247071326105bfb36539830b61b76",
"homepage": "https://github.com/expressjs/body-parser",
"license": "MIT",
"maintainers": [
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
}
],
"name": "body-parser",
"optionalDependencies": {},
"publish_time": 1438369484557,
"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.13.3"
}