package.json 1.5 KB
{
  "_from": "koa-json@^2.0.2",
  "_id": "koa-json@2.0.2",
  "_inBundle": false,
  "_integrity": "sha1-Nq8U5uofXWRtfESihXAcb4Wk/eQ=",
  "_location": "/koa-json",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "koa-json@^2.0.2",
    "name": "koa-json",
    "escapedName": "koa-json",
    "rawSpec": "^2.0.2",
    "saveSpec": null,
    "fetchSpec": "^2.0.2"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/koa-json/-/koa-json-2.0.2.tgz",
  "_shasum": "36af14e6ea1f5d646d7c44a285701c6f85a4fde4",
  "_spec": "koa-json@^2.0.2",
  "_where": "/Users/fzy/project/efang",
  "bugs": {
    "url": "https://github.com/koajs/json/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "koa-is-json": "1",
    "streaming-json-stringify": "3"
  },
  "deprecated": false,
  "description": "pretty (non-compressed) json response middleware",
  "devDependencies": {
    "istanbul": "0",
    "koa": "2",
    "mocha": "2",
    "supertest": "1"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/koajs/json#readme",
  "keywords": [
    "koa",
    "json"
  ],
  "license": "MIT",
  "name": "koa-json",
  "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"
}