{
  "_args": [
    [
      "koa-body@4.2.0",
      "/data/build"
    ]
  ],
  "_from": "koa-body@4.2.0",
  "_id": "koa-body@4.2.0",
  "_inBundle": false,
  "_integrity": "sha1-NyKSCLggdhrKWCLRTF/FXO4xsm8=",
  "_location": "/koa-body",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "koa-body@4.2.0",
    "name": "koa-body",
    "escapedName": "koa-body",
    "rawSpec": "4.2.0",
    "saveSpec": null,
    "fetchSpec": "4.2.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "http://172.17.52.48:8081/repository/npm-group/koa-body/-/koa-body-4.2.0.tgz",
  "_spec": "4.2.0",
  "_where": "/data/build",
  "author": {
    "name": "Daryl Lau",
    "email": "dlau00@gmail.com",
    "url": "https://github.com/dlau"
  },
  "bugs": {
    "url": "https://github.com/dlau/koa-body/issues"
  },
  "contributors": [
    {
      "name": "Daryl Lau",
      "email": "dlau00@gmail.com",
      "url": "https://github.com/dlau"
    },
    {
      "name": "Charlike Mike Reagent",
      "email": "mameto_100@mail.bg",
      "url": "https://github.com/tunnckoCore"
    }
  ],
  "dependencies": {
    "@types/formidable": "^1.0.31",
    "co-body": "^5.1.1",
    "formidable": "^1.1.1"
  },
  "description": "A Koa body parser middleware. Supports multipart, urlencoded and JSON request bodies.",
  "devDependencies": {
    "@types/koa": "^2.0.39",
    "koa": "^2.0.0",
    "koa-router": "^7.0.1",
    "mocha": "5.2.0",
    "should": "13.2.1",
    "sinon": "^7.2.2",
    "supertest": "3.1.0"
  },
  "files": [
    "LICENSE",
    "README.md",
    "index.js",
    "index.d.ts",
    "package.json",
    "unparsed.js"
  ],
  "homepage": "https://github.com/dlau/koa-body#readme",
  "keywords": [
    "koa",
    "urlencoded",
    "multipart",
    "json",
    "body",
    "parser",
    "form"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "koa-body",
  "repository": {
    "type": "git",
    "url": "git://github.com/dlau/koa-body.git"
  },
  "scripts": {
    "examples-koa-router": "node examples/koa-router.js",
    "examples-multer": "node examples/multer.js",
    "test": "mocha test/unit/"
  },
  "types": "./index.d.ts",
  "version": "4.2.0"
}
