forked from solzimer/nsyslog-parser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 935 Bytes
/
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
{
"name": "nsyslog-parser-2",
"version": "0.9.12",
"description": "Fork of David Gómez Matarrodona's Syslog Parser. Accepts RFC 3164 (BSD), RFC 5424 and CEF formats",
"author": "David Gómez Matarrodona <solzimer@gmail.com>",
"url": "https://github.com/hanvyj/nsyslog-parser",
"email": "solzimer@gmail.com",
"main": "parser.js",
"license": "MIT",
"repository": "hanvyj/nsyslog-parser",
"scripts": {
"test": "jest"
},
"keywords": [
"syslog",
"parser",
"RFC 3164",
"RFC 5424",
"CEF",
"common",
"event",
"format",
"ArcSight",
"bsd"
],
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/preset-env": "^7.7.1",
"grunt": "^1.0.4",
"grunt-babel": "^8.0.0",
"grunt-browserify": "^5.3.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-uglify": "^4.0.1",
"jest": "^27.3.1",
"load-grunt-tasks": "^4.0.0"
}
}