-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
95 lines (95 loc) · 2.28 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
{
"name": "nsyslog",
"version": "0.10.34",
"description": "Modular new generation log agent. Reads, transform, aggregate, correlate and send logs from sources to destinations",
"author": "David Gómez Matarrodona <solzimer@gmail.com>",
"url": "https://github.com/solzimer/nsyslog",
"email": "solzimer@gmail.com",
"main": "index.js",
"license": "MIT",
"repository": "https://github.com/solzimer/nsyslog",
"keywords": [
"syslog",
"server",
"modular",
"log",
"agent",
"transform",
"reader",
"logreader",
"logstats",
"cep",
"correlation",
"parser",
"aggregate",
"stats",
"transport",
"RFC 3164",
"RFC 5424",
"bsd"
],
"bin": {
"nsyslog": "./bin/nsyslog.js"
},
"scripts": {
"docs": "jsdoc --configure .jsdoc.json --verbose -d jsdoc"
},
"dependencies": {
"@elastic/elasticsearch": "^7.7.1",
"chokidar": "^3.1.0",
"colors": "^1.1.2",
"commander": "^2.9.0",
"csv-parse": "^4.4.6",
"csv-stringify": "^3.1.1",
"dayjs": "^1.8.17",
"dgram": "^1.0.1",
"extend": "^3.0.2",
"fileq": "^1.4.1",
"fs-extra": "^5.0.0",
"glob": "^7.1.2",
"heapdump": "^0.3.15",
"ioredis": "^3.2.2",
"jsexpr": "^0.10.3",
"json-colorizer": "^2.2.1",
"jsonlint": "^1.6.3",
"jsonpath-plus": "^3.0.0",
"kafka-node": "^4.0.0",
"leveldown": "^5.2.0",
"levelup": "^4.2.0",
"memdown": "^5.1.0",
"mingo": "^2.3.5",
"minimatch": "^3.0.4",
"mkdirp": "^3.0.1",
"mongodb": "^3.3.3",
"node-disk-info": "^1.3.0",
"node-forge": "^0.10.0",
"nools": "^0.4.4",
"nsyslog-parser": "^0.10.1",
"os-utils": "0.0.14",
"pemtools": "^0.4.7",
"promise-stream-queue": "^0.4.5",
"request": "^2.87.0",
"semaphore": "^1.1.0",
"slash": "^2.0.0",
"string-hash": "^1.1.3",
"swstats": "^0.6.1",
"vorpal": "^1.12.0",
"winston": "^2.4.2",
"winston-logrotate": "^1.3.0",
"winston-transport": "^4.3.0",
"ws": "^5.2.1",
"xml2js": "^0.4.19",
"yallist": "^4.0.0"
},
"optionalDependencies": {
"msnodesqlv8": "^2.2.0",
"mssql": "^7.2.1",
"zeromq": "^5.2.0",
"amqplib": "^0.7.1"
},
"devDependencies": {
"@pixi/jsdoc-template": "^2.4.3",
"@types/mongodb": "^3.3.11",
"line-reader": "^0.4.0"
}
}