15815213711
2024-08-26 67b8b6731811983447e053d4396b3708c14dfe3c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
  "_from": "koa@^2.13.4",
  "_id": "koa@2.15.3",
  "_inBundle": false,
  "_integrity": "sha512-j/8tY9j5t+GVMLeioLaxweJiKUayFhlGqNTzf2ZGwL0ZCQijd2RLHK0SLW5Tsko8YyyqCZC2cojIb0/s62qTAg==",
  "_location": "/koa",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "koa@^2.13.4",
    "name": "koa",
    "escapedName": "koa",
    "rawSpec": "^2.13.4",
    "saveSpec": null,
    "fetchSpec": "^2.13.4"
  },
  "_requiredBy": [
    "/ee-core"
  ],
  "_resolved": "https://registry.npmmirror.com/koa/-/koa-2.15.3.tgz",
  "_shasum": "062809266ee75ce0c75f6510a005b0e38f8c519a",
  "_spec": "koa@^2.13.4",
  "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/ee-core",
  "bugs": {
    "url": "https://github.com/koajs/koa/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "accepts": "^1.3.5",
    "cache-content-type": "^1.0.0",
    "content-disposition": "~0.5.2",
    "content-type": "^1.0.4",
    "cookies": "~0.9.0",
    "debug": "^4.3.2",
    "delegates": "^1.0.0",
    "depd": "^2.0.0",
    "destroy": "^1.0.4",
    "encodeurl": "^1.0.2",
    "escape-html": "^1.0.3",
    "fresh": "~0.5.2",
    "http-assert": "^1.3.0",
    "http-errors": "^1.6.3",
    "is-generator-function": "^1.0.7",
    "koa-compose": "^4.1.0",
    "koa-convert": "^2.0.0",
    "on-finished": "^2.3.0",
    "only": "~0.0.2",
    "parseurl": "^1.3.2",
    "statuses": "^1.5.0",
    "type-is": "^1.6.16",
    "vary": "^1.1.2"
  },
  "deprecated": false,
  "description": "Koa web app framework",
  "devDependencies": {
    "eslint": "^7.32.0",
    "eslint-config-koa": "^2.0.0",
    "eslint-config-standard": "^16.0.3",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^5.1.0",
    "eslint-plugin-standard": "^5.0.0",
    "gen-esm-wrapper": "^1.0.6",
    "jest": "^27.0.6",
    "supertest": "^3.1.0"
  },
  "engines": {
    "node": "^4.8.4 || ^6.10.1 || ^7.10.1 || >= 8.1.4"
  },
  "exports": {
    ".": {
      "require": "./lib/application.js",
      "import": "./dist/koa.mjs"
    },
    "./lib/request": "./lib/request.js",
    "./lib/request.js": "./lib/request.js",
    "./lib/response": "./lib/response.js",
    "./lib/response.js": "./lib/response.js",
    "./lib/application": "./lib/application.js",
    "./lib/application.js": "./lib/application.js",
    "./lib/context": "./lib/context.js",
    "./lib/context.js": "./lib/context.js",
    "./*": "./*.js",
    "./*.js": "./*.js",
    "./package": "./package.json",
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "lib"
  ],
  "homepage": "https://github.com/koajs/koa#readme",
  "jest": {
    "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": {
    "authors": "git log --format='%aN <%aE>' | sort -u > AUTHORS",
    "build": "gen-esm-wrapper . ./dist/koa.mjs",
    "lint": "eslint --ignore-path .gitignore .",
    "prepare": "npm run build",
    "test": "jest --forceExit"
  },
  "version": "2.15.3"
}