-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.08 KB
/
package.json
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
{
"name": "koa-logs-middleware",
"version": "0.1.0",
"description": "koa2 logs middleware",
"main": "index.js",
"scripts": {
"test": "mocha ./test/index.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yanlele/koa-logs-middleware.git"
},
"author": "yanle",
"license": "MIT",
"bugs": {
"url": "https://github.com/yanlele/koa-logs-middleware/issues"
},
"homepage": "https://github.com/yanlele/koa-logs-middleware#readme",
"dependencies": {
"chalk": "^2.4.1",
"fast-safe-stringify": "^2.0.6",
"fs-extra": "^7.0.0",
"moment": "^2.22.2"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-polyfill": "^6.26.0",
"chai": "^4.1.2",
"intelli-espower-loader": "^1.0.1",
"istanbul": "^0.4.5",
"koa": "^2.5.3",
"koa-bodyparser": "^4.2.1",
"koa-router": "^7.4.0",
"mocha": "^5.2.0",
"supertest": "^3.3.0"
},
"keywords": [
"moment",
"koa",
"koa2",
"koa-logger",
"koa-logger-middleware",
"koa-logs",
"logger",
"logs",
"日志",
"日志监控"
]
}