-
Notifications
You must be signed in to change notification settings - Fork 79
/
package.json
171 lines (171 loc) · 4.81 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
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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
{
"name": "@sematext/logagent",
"version": "3.3.1",
"description": "Smart log parser written in Node",
"main": "lib/parser/parser.js",
"bin": {
"logagent": "bin/logagent.js",
"logagent-windows": "bin/logagent-windows.js",
"logagent-setup": "bin/logagent-setup.sh",
"logagent-uninstall": "bin/logagent-uninstall.sh"
},
"directories": {
"test": "test"
},
"scripts": {
"build-linux-64": "nexe -t linux-x64-12.4.0 bin/logagent.js -o dist/logagent-linux-x64",
"build-linux-x86": "nexe -t linux-x86-12.4.0 bin/logagent.js -o dist/logagent-linux-x86",
"build-macos": "nexe -t mac-x64-12.4.0 bin/logagent.js -o dist/logagent-macos",
"build-windows": "nexe -t windows-x64-12.4.0 bin/logagent-windows.js -o dist/logagent-win-x64.exe",
"build-all": "npm run build-linux-64 && npm run build-linux-x86 && npm run build-windows && npm run build-macos",
"test": "mocha --exit",
"standard": "standard lib/**/**/*.js bin/*.js",
"format": "prettier-standard --format",
"lint": "prettier-standard --lint '**/*.js'",
"format-lint": "prettier-standard --format --lint '**/*.js'",
"start": "node bin/logagent.js -s --heroku $PORT",
"precommit": "npm run standard && npm run eslint",
"hook-install": "precommit install",
"hook-remove": "precommit remove",
"auto-changelog": "auto-changelog",
"release": "release-it"
},
"precommit": {
"tasks": [
"npm run precommit"
]
},
"repository": {
"type": "git",
"url": "https://github.com/sematext/logagent-js.git"
},
"bugs": {
"url": "https://github.com/sematext/logagent-js/issues"
},
"keywords": [
"Logagent",
"monitoring",
"alerting",
"log management",
"sematext",
"logsene",
"log parser",
"logging",
"log shipper",
"elasticsearch",
"indexing",
"etl",
"logstash alternative",
"filebeat alternative",
"mqtt client",
"internet of things",
"IoT",
"mqtt broker",
"kafka client",
"graylog",
"Sematext Cloud",
"Sematext Enterprise",
"MySQL client",
"PostgreSQL client",
"Log aggregation",
"influxdb",
"Cassandra"
],
"homepage": "https://www.sematext.com",
"author": "Stefan Thies <[email protected]> (https://github.com/megastef) ",
"license": "Apache-2.0",
"//": "!!! bithound claims maxmind-geolite-mirror is not used, it is! Don't remove ...",
"dependencies": {
"@azure/event-hubs": "^5.2.0",
"alasql": "^1.7.2",
"aws-sdk": "^2.689.0",
"cassandra-driver": "^3.5.0",
"chalk": "^2.4.1",
"clickhouse": "^1.2.88888888",
"clone": "^2.1.2",
"co": "^4.6.0",
"commander": "^2.19.0",
"device-detector-js": "^2.2.1",
"docker-events": "0.0.2",
"docker-loghose": "^1.6.5",
"dockerode": "^3.3.4",
"elasticsearch": "^15.2.0",
"eventemitter3": "^3.1.0",
"fast-safe-stringify": "^2.0.6",
"flat": "^5.0.2",
"flatstr": "^1.0.8",
"get-value": "^3.0.1",
"glob": "^7.1.3",
"graceful-fs": "^4.2.9",
"http-aws-es": "^6.0.0",
"influx-line-protocol-parser": "^0.2.0",
"js-yaml": "^3.14.0",
"json-influx": "^0.3.0",
"kubernetes-client": "^8.3.7",
"logsene-js": "^1.1.74",
"lru-cache": "^5.1.1",
"maxmind": "^3.1.2",
"maxmind-geolite-mirror": "^1.1.3",
"md5": "^2.2.1",
"merge": "^2.1.1",
"minimatch": "^3.0.4",
"mkpath": "^1.0.0",
"moment": "^2.29.1",
"moment-timezone": "^0.5.31",
"mqtt": "^4.2.8",
"mysql": "^2.16.0",
"pg": "^7.18.2",
"prettyjson": "^1.2.1",
"public-ip": "^4.0.2",
"query-string": "^6.12.1",
"request": "^2.88.2",
"requestretry": "^7.0.0",
"rotating-file-stream": "^1.3.9",
"set-value": "^4.0.1",
"split2": "^3.0.0",
"stackman": "^3.0.2",
"stream-throttle": "^0.1.3",
"string-template": "^1.0.0",
"syslogd": "^1.1.2",
"tail-forever": "^0.3.16",
"tedious": "^3.0.1",
"throng": "^4.0.0",
"through2": "^4.0.2",
"try-call": "0.0.2",
"unset-value": "^1.0.0"
},
"optionalDependencies": {
"aedes": "^0.42.1",
"date-fns": "^2.9.0",
"websocket-stream": "^5.1.1"
},
"devDependencies": {
"auto-changelog": "^1.16.4",
"babel-eslint": "^10.1.0",
"eslint": "^5.9.0",
"eslint-plugin-jest": "^23.13.2",
"graygelf": "^2.0.0",
"mocha": "10.1.0",
"release-it": "^16.2.0",
"standard": "^14.3.4",
"trim": "^1.0.1"
},
"pkg": {
"scripts": "lib/**/*.js",
"assets": "patterns.yml"
},
"release-it": {
"github": {
"release": true,
"tokenRef": "RELEASE_IT_GITHUB_TOKEN",
"releaseNotes": "npx auto-changelog --stdout --commit-limit false -u --template ./changelog.hbs",
"____comment": "\"assets\": [\"dist/logagent-*\"]"
},
"hooks": {
"after:bump": "npx auto-changelog -p"
}
},
"standard": {
"parser": "babel-eslint"
}
}