-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
71 lines (71 loc) · 1.68 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "ut-log",
"version": "6.11.3",
"pkg": {
"scripts": [
"colorStream.js",
"fluentdStream.js",
"logRotateStream.js",
"sentryStream.js",
"sentryNodeStream.js",
"udpStream.js",
"logStash.js"
]
},
"dependencies": {
"bunyan": "1.8.12",
"fluent-logger": "3.4.1",
"lodash.clonedeepwith": "4.5.0",
"lodash.defaultsdeep": "4.6.1",
"readable-stream": "2.3.3",
"stream-file-archive": "1.1.4",
"ut-function.console-table": "^1.1.1",
"uuid": "8.3.2"
},
"peerDependencies": {
"ut-bus": "^7.11.3"
},
"devDependencies": {
"bunyan-logstash": "0.3.4",
"bunyan-logstash-tcp": "1.0.0",
"socket.io-client": "^2.2.0",
"raven": "^2.6.4",
"gelf-stream": "^1.1.1",
"tap": "^16.0.0",
"winston": "^2.4.0"
},
"optionalDependencies": {
"@sentry/node": "5.24.2"
},
"browser": {
"./serverRequire": false,
"./modules/serverRequire": false,
"modules/winston": false
},
"description": "UT log module",
"scripts": {
"lint": "ut-lint .",
"release": "ut-release",
"changelog": "ut-changelog",
"check": "ut-check",
"precover": "ut-precover",
"cover": "ut-cover",
"lint-js": "ut-lint-js .",
"postpublish": "ut-postpublish",
"postversion": "ut-postversion",
"precommit": "ut-precommit",
"prepublish": "ut-prepublish",
"prepush": "ut-prepush",
"pretest": "ut-pretest",
"preversion": "ut-preversion",
"test": "ut-test",
"version": "ut-version",
"jenkins": "ut-jenkins",
"gitlab": "ut-gitlab"
},
"repository": {
"type": "git",
"url": "[email protected]:softwaregroup-bg/ut-log.git"
},
"license": "Apache-2.0"
}