forked from sematext/logagent-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 1.82 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
{
"name": "@sematext/logagent",
"version": "2.0.31",
"description": "Smart log parser written in Node",
"main": "lib/parser/parser.js",
"bin": {
"logagent": "bin/logagent.js",
"logagent-setup": "bin/logagent-setup.sh",
"logagent-uninstall": "bin/logagent-uninstall.sh"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha",
"start": "node bin/logagent.js -s --heroku $PORT",
"pubdocs": "mkdocs gh-deploy --clean",
"docs": "mkdocs serve",
"mkdocs": "pip install mkdocs"
},
"repository": {
"type": "git",
"url": "https://github.com/sematext/logagent-js.git"
},
"bugs": {
"url": "https://github.com/sematext/logagent-js/issues"
},
"keywords": [
"monitoring",
"alerting",
"log management",
"sematext",
"logsene",
"log parser",
"logging",
"log shipper",
"elasticsearch",
"indexing"
],
"homepage": "https://www.sematext.com",
"author": "Stefan Thies <[email protected]> (https://github.com/megastef) ",
"license": "Apache-2.0",
"dependencies": {
"alasql": "^0.3.3",
"chalk": "^1.1.3",
"co": "^4.6.0",
"commander": "^2.9.0",
"eventemitter3": "^1.2.0",
"fast-safe-stringify": "^1.1.1",
"flat": "^2.0.0",
"flatstr": "^1.0.3",
"glob": "^7.0.3",
"js-yaml": "^3.3.1",
"logsene-js": "^1.1.36",
"maxmind": "^0.6.0",
"maxmind-geolite-mirror": "^1.0.5",
"merge": "^1.2.0",
"mkpath": "^1.0.0",
"moment": "^2.10.3",
"prettyjson": "^1.1.2",
"rtail": "^0.2.1",
"split2": "^2.1.0",
"stackman": "^1.2.6",
"stream-throttle": "^0.1.3",
"syslog-protocol": "^1.0.0",
"syslogd": "^1.1.2",
"tail-forever": "^0.3.11",
"throng": "^4.0.0",
"through2": "^2.0.1",
"try-call": "0.0.2"
},
"devDependencies": {
"mocha": "^2.5.3"
}
}