{
  "_from": "koa-bodyparser@^4.2.0",
  "_id": "koa-bodyparser@4.3.0",
  "_inBundle": false,
  "_integrity": "sha512-uyV8G29KAGwZc4q/0WUAjH+Tsmuv9ImfBUF2oZVyZtaeo0husInagyn/JH85xMSxM0hEk/mbCII5ubLDuqW/Rw==",
  "_location": "/koa-bodyparser",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "koa-bodyparser@^4.2.0",
    "name": "koa-bodyparser",
    "escapedName": "koa-bodyparser",
    "rawSpec": "^4.2.0",
    "saveSpec": null,
    "fetchSpec": "^4.2.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/koa-bodyparser/-/koa-bodyparser-4.3.0.tgz",
  "_shasum": "274c778555ff48fa221ee7f36a9fbdbace22759a",
  "_spec": "koa-bodyparser@^4.2.0",
  "_where": "/Users/haowen/WebstormProjects/koa-swapi/example",
  "author": {
    "name": "dead_horse",
    "email": "dead_horse@qq.com",
    "url": "http://deadhorse.me"
  },
  "bugs": {
    "url": "https://github.com/koajs/body-parser/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "co-body": "^6.0.0",
    "copy-to": "^2.0.1"
  },
  "deprecated": false,
  "description": "a body parser for koa",
  "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"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/koajs/body-parser",
  "keywords": [
    "bodyParser",
    "json",
    "urlencoded",
    "koa",
    "body"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "koa-bodyparser",
  "repository": {
    "type": "git",
    "url": "git://github.com/koajs/bodyparser.git"
  },
  "scripts": {
    "test": "make test"
  },
  "version": "4.3.0"
}
