package.json 2.5 KB
{
  "_from": "koa@^2.2.0",
  "_id": "koa@2.3.0",
  "_inBundle": false,
  "_integrity": "sha1-nh6OTaQBg5xXuFJ+rcV/dhJ1Vac=",
  "_location": "/koa",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "koa@^2.2.0",
    "name": "koa",
    "escapedName": "koa",
    "rawSpec": "^2.2.0",
    "saveSpec": null,
    "fetchSpec": "^2.2.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/koa/-/koa-2.3.0.tgz",
  "_shasum": "9e1e8e4da401839c57b8527eadc57f76127555a7",
  "_spec": "koa@^2.2.0",
  "_where": "/Users/fzy/project/efang",
  "bugs": {
    "url": "https://github.com/koajs/koa/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "accepts": "^1.2.2",
    "content-disposition": "~0.5.0",
    "content-type": "^1.0.0",
    "cookies": "~0.7.0",
    "debug": "*",
    "delegates": "^1.0.0",
    "depd": "^1.1.0",
    "destroy": "^1.0.3",
    "error-inject": "~1.0.0",
    "escape-html": "~1.0.1",
    "fresh": "^0.5.0",
    "http-assert": "^1.1.0",
    "http-errors": "^1.2.8",
    "is-generator-function": "^1.0.3",
    "koa-compose": "^4.0.0",
    "koa-convert": "^1.2.0",
    "koa-is-json": "^1.0.0",
    "mime-types": "^2.0.7",
    "on-finished": "^2.1.0",
    "only": "0.0.2",
    "parseurl": "^1.3.0",
    "statuses": "^1.2.0",
    "type-is": "^1.5.5",
    "vary": "^1.0.0"
  },
  "deprecated": false,
  "description": "Koa web app framework",
  "devDependencies": {
    "babel-eslint": "^7.1.1",
    "eslint": "^3.17.1",
    "eslint-config-standard": "^7.0.1",
    "eslint-plugin-promise": "^3.5.0",
    "eslint-plugin-standard": "^2.1.1",
    "istanbul": "^0.4.0",
    "jest": "^20.0.0",
    "supertest": "^3.0.0"
  },
  "engines": {
    "node": ">= 6.0.0"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/koajs/koa#readme",
  "jest": {
    "testMatch": [
      "**/test/!(helpers)/*.js"
    ],
    "coverageReporters": [
      "text-summary",
      "lcov"
    ],
    "bail": true,
    "testEnvironment": "node"
  },
  "keywords": [
    "web",
    "app",
    "http",
    "application",
    "framework",
    "middleware",
    "rack"
  ],
  "license": "MIT",
  "main": "lib/application.js",
  "name": "koa",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/koajs/koa.git"
  },
  "scripts": {
    "bench": "make -C benchmarks",
    "lint": "eslint benchmarks lib test --fix",
    "test": "jest --forceExit",
    "test-cov": "npm run test -- --coverage"
  },
  "version": "2.3.0"
}