You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
683 B
39 lines
683 B
3 years ago
|
{
|
||
|
"name": "co-body",
|
||
|
"version": "4.2.0",
|
||
|
"repository": "cojs/co-body",
|
||
|
"description": "request body parsing for co",
|
||
|
"keywords": [
|
||
|
"request",
|
||
|
"parse",
|
||
|
"parser",
|
||
|
"json",
|
||
|
"co",
|
||
|
"generators",
|
||
|
"urlencoded"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"qs": "~4.0.0",
|
||
|
"raw-body": "~2.1.2",
|
||
|
"inflation": "~2.0.0",
|
||
|
"type-is": "~1.6.6"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"istanbul-harmony": "~0.3.16",
|
||
|
"koa": "~0.21.0",
|
||
|
"mocha": "*",
|
||
|
"safe-qs": "^6.0.1",
|
||
|
"should": "*",
|
||
|
"supertest": "~1.0.1"
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"scripts": {
|
||
|
"test": "make test",
|
||
|
"test-cov": "make test-cov"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js",
|
||
|
"lib/"
|
||
|
]
|
||
|
}
|