1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "name": "koa-bodyparser",
- "version": "4.3.0",
- "description": "a body parser for koa",
- "main": "index.js",
- "scripts": {
- "test": "make test"
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/koajs/bodyparser.git"
- },
- "files": [
- "index.js"
- ],
- "keywords": [
- "bodyParser",
- "json",
- "urlencoded",
- "koa",
- "body"
- ],
- "author": "dead_horse <dead_horse@qq.com> (http://deadhorse.me)",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/koajs/body-parser/issues"
- },
- "homepage": "https://github.com/koajs/body-parser",
- "devDependencies": {
- "autod": "2.4.2",
- "istanbul": "^0.4.5",
- "koa": "^2.0.1",
- "mocha": "^3.2.0",
- "should": "^11.2.0",
- "supertest": "^3.0.0"
- },
- "dependencies": {
- "co-body": "^6.0.0",
- "copy-to": "^2.0.1"
- },
- "engines": {
- "node": ">=8.0.0"
- }
- }
|