UNPKG

1.67 kBJSONView Raw
1{
2 "name": "koa",
3 "version": "2.11.0",
4 "description": "Koa web app framework",
5 "main": "lib/application.js",
6 "scripts": {
7 "test": "egg-bin test test",
8 "test-cov": "egg-bin cov test",
9 "lint": "eslint benchmarks lib test",
10 "bench": "make -C benchmarks",
11 "authors": "git log --format='%aN <%aE>' | sort -u > AUTHORS"
12 },
13 "repository": "koajs/koa",
14 "keywords": [
15 "web",
16 "app",
17 "http",
18 "application",
19 "framework",
20 "middleware",
21 "rack"
22 ],
23 "license": "MIT",
24 "dependencies": {
25 "accepts": "^1.3.5",
26 "cache-content-type": "^1.0.0",
27 "content-disposition": "~0.5.2",
28 "content-type": "^1.0.4",
29 "cookies": "~0.8.0",
30 "debug": "~3.1.0",
31 "delegates": "^1.0.0",
32 "depd": "^1.1.2",
33 "destroy": "^1.0.4",
34 "encodeurl": "^1.0.2",
35 "error-inject": "^1.0.0",
36 "escape-html": "^1.0.3",
37 "fresh": "~0.5.2",
38 "http-assert": "^1.3.0",
39 "http-errors": "^1.6.3",
40 "is-generator-function": "^1.0.7",
41 "koa-compose": "^4.1.0",
42 "koa-convert": "^1.2.0",
43 "on-finished": "^2.3.0",
44 "only": "~0.0.2",
45 "parseurl": "^1.3.2",
46 "statuses": "^1.5.0",
47 "type-is": "^1.6.16",
48 "vary": "^1.1.2"
49 },
50 "devDependencies": {
51 "egg-bin": "^4.13.0",
52 "eslint": "^6.5.1",
53 "eslint-config-koa": "^2.0.0",
54 "eslint-config-standard": "^14.1.0",
55 "eslint-plugin-import": "^2.18.2",
56 "eslint-plugin-node": "^10.0.0",
57 "eslint-plugin-promise": "^4.2.1",
58 "eslint-plugin-standard": "^4.0.1",
59 "mm": "^2.5.0",
60 "supertest": "^3.1.0"
61 },
62 "engines": {
63 "node": "^4.8.4 || ^6.10.1 || ^7.10.1 || >= 8.1.4"
64 },
65 "files": [
66 "lib"
67 ]
68}