package.json 3.1 KB
{
  "_args": [
    [
      {
        "raw": "koa-json@^2.0.2",
        "scope": null,
        "escapedName": "koa-json",
        "name": "koa-json",
        "rawSpec": "^2.0.2",
        "spec": ">=2.0.2 <3.0.0",
        "type": "range"
      },
      "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/kakao"
    ]
  ],
  "_from": "koa-json@>=2.0.2 <3.0.0",
  "_id": "koa-json@2.0.2",
  "_inCache": true,
  "_location": "/koa-json",
  "_nodeVersion": "5.11.0",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/koa-json-2.0.2.tgz_1461821270925_0.45889200852252543"
  },
  "_npmUser": {
    "name": "coderhaoxin",
    "email": "coderhaoxin@outlook.com"
  },
  "_npmVersion": "3.8.6",
  "_phantomChildren": {},
  "_requested": {
    "raw": "koa-json@^2.0.2",
    "scope": null,
    "escapedName": "koa-json",
    "name": "koa-json",
    "rawSpec": "^2.0.2",
    "spec": ">=2.0.2 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/kakao"
  ],
  "_resolved": "https://registry.npmjs.org/koa-json/-/koa-json-2.0.2.tgz",
  "_shasum": "36af14e6ea1f5d646d7c44a285701c6f85a4fde4",
  "_shrinkwrap": null,
  "_spec": "koa-json@^2.0.2",
  "_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/kakao",
  "bugs": {
    "url": "https://github.com/koajs/json/issues"
  },
  "dependencies": {
    "koa-is-json": "1",
    "streaming-json-stringify": "3"
  },
  "description": "pretty (non-compressed) json response middleware",
  "devDependencies": {
    "istanbul": "0",
    "koa": "2",
    "mocha": "2",
    "supertest": "1"
  },
  "directories": {},
  "dist": {
    "shasum": "36af14e6ea1f5d646d7c44a285701c6f85a4fde4",
    "tarball": "https://registry.npmjs.org/koa-json/-/koa-json-2.0.2.tgz"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "741f78c09f4b1db55f857d0489b14498e7a42e30",
  "homepage": "https://github.com/koajs/json#readme",
  "keywords": [
    "koa",
    "json"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "aheckmann",
      "email": "aaron.heckmann+github@gmail.com"
    },
    {
      "name": "coderhaoxin",
      "email": "coderhaoxin@outlook.com"
    },
    {
      "name": "dead_horse",
      "email": "dead_horse@qq.com"
    },
    {
      "name": "eivifj",
      "email": "eivind.fjeldstad@gmail.com"
    },
    {
      "name": "fengmk2",
      "email": "fengmk2@gmail.com"
    },
    {
      "name": "jonathanong",
      "email": "jonathanrichardong@gmail.com"
    },
    {
      "name": "jongleberry",
      "email": "jonathanrichardong@gmail.com"
    },
    {
      "name": "juliangruber",
      "email": "julian@juliangruber.com"
    },
    {
      "name": "tjholowaychuk",
      "email": "tj@vision-media.ca"
    }
  ],
  "name": "koa-json",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/koajs/json.git"
  },
  "scripts": {
    "test": "NODE_ENV=test mocha --reporter spec",
    "test-cov": "NODE_ENV=test istanbul cover ./node_modules/.bin/_mocha",
    "test-travis": "NODE_ENV=test istanbul cover ./node_modules/.bin/_mocha --report lcovonly"
  },
  "version": "2.0.2"
}