koa-body
Version:
A koa body parser middleware. Support multipart, urlencoded and json request bodies.
69 lines (68 loc) • 1.46 kB
JSON
{
"name": "koa-body",
"version": "1.2.0",
"description": "A koa body parser middleware. Support multipart, urlencoded and json request bodies.",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/mocha --harmony-generators",
"examples-multer": "node --harmony examples/multer.js",
"examples-koa-router": "node --harmony examples/koa-router.js"
},
"author": {
"name": "Daryl Lau",
"email": "daryl@weak.io",
"url": "https://github.com/dlau"
},
"repository": {
"type": "git",
"url": "git://github.com/dlau/koa-body.git"
},
"keywords": [
"koa",
"urlencoded",
"multipart",
"json",
"body",
"parser",
"form"
],
"files": [
".gitignore",
".npmignore",
".travis.yml",
"LICENSE",
"Makefile",
"README.md",
"example.js",
"index.js",
"test.js"
],
"dependencies": {
"co-body": "*",
"extend": "1.3.0",
"formidable": "1.0.15"
},
"devDependencies": {
"koa": "*",
"koa-resource-router": "*",
"koa-router": "*",
"lodash": "^3.3.1",
"mocha": "*",
"multiline": "*",
"should": "*",
"supertest": "*"
},
"contributors": [
{
"name": "Daryl Lau",
"email": "daryl@weak.io",
"url": "https://github.com/dlau"
},
{
"name": "Charlike Mike Reagent",
"email": "mameto_100@mail.bg",
"url": "https://github.com/tunnckoCore"
}
],
"license": "MIT"
}