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
| {
| "_from": "egg-logger@^2.7.1",
| "_id": "egg-logger@2.9.1",
| "_inBundle": false,
| "_integrity": "sha512-TPYdNthc7yGV+08A2U4g1T1wgRAjfTnsYC53JgfdKiYukaH3na1KPXEu+TEWni7IooqkFGkQ0t0WY+ylWFnvbw==",
| "_location": "/egg-logger",
| "_phantomChildren": {
| "escape-string-regexp": "1.0.5",
| "minimist": "1.2.8"
| },
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "egg-logger@^2.7.1",
| "name": "egg-logger",
| "escapedName": "egg-logger",
| "rawSpec": "^2.7.1",
| "saveSpec": null,
| "fetchSpec": "^2.7.1"
| },
| "_requiredBy": [
| "/ee-core"
| ],
| "_resolved": "https://registry.npmmirror.com/egg-logger/-/egg-logger-2.9.1.tgz",
| "_shasum": "c4fe72388044ce7559ba2fdcde74d4c395a01450",
| "_spec": "egg-logger@^2.7.1",
| "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/ee-core",
| "author": {
| "name": "fengmk2",
| "email": "fengmk2@gmail.com",
| "url": "https://github.com/fengmk2"
| },
| "bugs": {
| "url": "https://github.com/eggjs/egg-logger/issues"
| },
| "bundleDependencies": false,
| "ci": {
| "version": "8, 10, 12, 14, 16, 18",
| "type": "github",
| "os": {
| "github": "linux"
| }
| },
| "dependencies": {
| "chalk": "^2.4.1",
| "circular-json-for-egg": "^1.0.0",
| "debug": "^2.6.9",
| "depd": "^2.0.0",
| "egg-errors": "^2.2.0",
| "iconv-lite": "^0.4.24",
| "mkdirp": "^0.5.1",
| "utility": "^1.15.0"
| },
| "deprecated": false,
| "description": "egg logger",
| "devDependencies": {
| "@types/node": "^10.3.4",
| "autod": "^3.0.1",
| "beautify-benchmark": "^0.2.4",
| "benchmark": "^2.1.4",
| "coffee": "^5.2.1",
| "egg-bin": "^4.9.0",
| "egg-ci": "^1.18.0",
| "eslint": "^5.11.1",
| "eslint-config-egg": "^7.1.0",
| "git-contributor": "^1.0.10",
| "ko-sleep": "^1.0.3",
| "koa": "^1.6.2",
| "mm": "^2.4.1",
| "mz": "^2.7.0",
| "mz-modules": "^2.1.0",
| "rimraf": "^2.6.2",
| "should": "^13.2.3",
| "supertest": "^3.3.0",
| "ts-node": "^7.0.1",
| "typescript": "^2.8.3"
| },
| "engines": {
| "node": ">=8.5.0"
| },
| "files": [
| "index.js",
| "lib",
| "index.d.ts"
| ],
| "homepage": "https://github.com/eggjs/egg-logger",
| "license": "MIT",
| "main": "index.js",
| "name": "egg-logger",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/eggjs/egg-logger.git"
| },
| "scripts": {
| "autod": "autod",
| "ci": "npm run lint && egg-bin pkgfiles --check && npm run cov",
| "contributor": "git-contributor",
| "cov": "egg-bin cov",
| "lint": "eslint .",
| "test": "npm run lint -- --fix && egg-bin pkgfiles && npm run test-local",
| "test-local": "egg-bin test"
| },
| "typings": "index.d.ts",
| "version": "2.9.1"
| }
|
|