-
-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
90 lines (90 loc) · 1.96 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
{
"name": "@pastash/pastash",
"description": "Spaghetti I/O Processing, Interpolation, Correlation and beyond - now with plugins",
"version": "1.0.82",
"author": "Lorenzo Mangani <lorenzo.mangani@gmail.com>",
"contributors": [
{
"name": "Bertrand Paquet",
"email": "bertrand.paquet@gmail.com>"
}
],
"keywords": [
"logstash",
"log",
"zmq",
"zeromq",
"hep",
"eep",
"freeswitch",
"asterisk",
"avaya",
"janus",
"homer",
"hepic",
"splunk",
"bencode",
"redis",
"cep",
"elasticsearch",
"beats",
"influxdb",
"statsd",
"netflow"
],
"main": "./lib/agent.js",
"homepage": "https://github.com/sipcapture/pastash",
"repository": {
"type": "git",
"url": "git://github.com/sipcapture/pastash.git"
},
"license": "Apache-2.0",
"devDependencies": {
"istanbul": "0.4.x",
"jison": "0.4.x",
"js-beautify": "1.15.x",
"jshint": "^2.9.6",
"rimraf": "5.0.x",
"vows": "0.7.0",
"vows-batch-retry": "0.0.4",
"which": "^4.0.0"
},
"scripts": {
"test": "./test-runner.sh"
},
"dependencies": {
"async": "2.6.4",
"csv-parser": "^2.3.3",
"log4node": "0.1.6",
"lru-cache": "4.1.x",
"mkdirp": "0.5.1",
"optimist": "0.6.1",
"requireg": "^0.2.1"
},
"optionalDependencies": {
"amqplib": "0.5.1",
"fast-json-stringify": "^5.15.1",
"geoip-lite": "1.4.10",
"gun": "0.2019.1228",
"hep-js": "^1.0.20",
"hoek": "~6.1.3",
"http-proxy-agent": "3.x",
"https-proxy-agent": "7.0.4",
"lumberjack-protocol": "git://github.com/bpaquet/node-lumberjack-protocol.git",
"maxmind": "0.6.x",
"maxmind-geolite-mirror": "1.3.x",
"moment": "2.30.1",
"msgpack": "1.0.x",
"mustache": "4.2.0",
"object.omit": "3.0.0",
"oniguruma": "7.2.x",
"redis": "4.6.14",
"tinymath": "1.2.1",
"ws": "8.18.0",
"zmq": "*"
},
"directories": {
"test": "./test",
"bin": "./bin"
}
}