package.json 2.81 KB
{
  "_args": [
    [
      {
        "raw": "koa-bodyparser@^4.2.0",
        "scope": null,
        "escapedName": "koa-bodyparser",
        "name": "koa-bodyparser",
        "rawSpec": "^4.2.0",
        "spec": ">=4.2.0 <5.0.0",
        "type": "range"
      },
      "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/kakao"
    ]
  ],
  "_from": "koa-bodyparser@>=4.2.0 <5.0.0",
  "_id": "koa-bodyparser@4.2.0",
  "_inCache": true,
  "_location": "/koa-bodyparser",
  "_nodeVersion": "7.6.0",
  "_npmOperationalInternal": {
    "host": "packages-18-east.internal.npmjs.com",
    "tmp": "tmp/koa-bodyparser-4.2.0.tgz_1490082560405_0.8950784963089973"
  },
  "_npmUser": {
    "name": "dead_horse",
    "email": "dead_horse@qq.com"
  },
  "_npmVersion": "4.1.2",
  "_phantomChildren": {},
  "_requested": {
    "raw": "koa-bodyparser@^4.2.0",
    "scope": null,
    "escapedName": "koa-bodyparser",
    "name": "koa-bodyparser",
    "rawSpec": "^4.2.0",
    "spec": ">=4.2.0 <5.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/kakao"
  ],
  "_resolved": "https://registry.npmjs.org/koa-bodyparser/-/koa-bodyparser-4.2.0.tgz",
  "_shasum": "bce6e08bc65f8709b6d1faa9411c7f0d8938aa54",
  "_shrinkwrap": null,
  "_spec": "koa-bodyparser@^4.2.0",
  "_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/kakao",
  "author": {
    "name": "dead_horse",
    "email": "dead_horse@qq.com",
    "url": "http://deadhorse.me"
  },
  "bugs": {
    "url": "https://github.com/koajs/body-parser/issues"
  },
  "dependencies": {
    "co-body": "^5.1.0",
    "copy-to": "^2.0.1"
  },
  "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"
  },
  "directories": {},
  "dist": {
    "shasum": "bce6e08bc65f8709b6d1faa9411c7f0d8938aa54",
    "tarball": "https://registry.npmjs.org/koa-bodyparser/-/koa-bodyparser-4.2.0.tgz"
  },
  "engines": {
    "node": ">=7.6"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "d836995468a15347022950c4da9d3222eb7ed2de",
  "homepage": "https://github.com/koajs/body-parser",
  "keywords": [
    "bodyParser",
    "json",
    "urlencoded",
    "koa",
    "body"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "dead_horse",
      "email": "dead_horse@qq.com"
    },
    {
      "name": "fengmk2",
      "email": "fengmk2@gmail.com"
    }
  ],
  "name": "koa-bodyparser",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/koajs/bodyparser.git"
  },
  "scripts": {
    "test": "make test"
  },
  "version": "4.2.0",
  "warnings": [
    {
      "code": "ENOTSUP",
      "required": {
        "node": ">=7.6"
      },
      "pkgid": "koa-bodyparser@4.2.0"
    }
  ]
}