@phillipivan/syslog-client
Version:
TCP and UDP syslog client RFC 5424 & RFC 3164
63 lines (62 loc) • 1.49 kB
JSON
{
"name": "@phillipivan/syslog-client",
"version": "1.2.0",
"description": "TCP and UDP syslog client RFC 5424 & RFC 3164",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec --exit",
"coverage": "nyc --reporter=lcov --reporter=text-summary npm run test"
},
"directories": {
"example": "example",
"test": "test"
},
"contributors": [
{
"name": "Paul Grove",
"email": "paul.a.grove@gmail.com"
},
{
"name": "Stephen Vickers",
"email": "stephen.vickers.sv@gmail.com"
},
{
"name": "Tim Garthwaite",
"email": "tim@mividstudios.com"
},
{
"name": "Seth Blumberg",
"email": "sethb@pobox.com"
}
],
"repository": {
"type": "git",
"url": "git://github.com/paulgrove/node-syslog-client.git"
},
"keywords": [
"logger",
"logging",
"syslog",
"syslog-client",
"syslog-logger",
"syslog-logging",
"tcp-syslog",
"tcp-syslog-client",
"udp-syslog",
"udp-syslog-client",
"tls"
],
"author": "Paul Grove <paul.a.grove@gmail.com>",
"license": "MIT",
"devDependencies": {
"bluebird": "^3.4.6",
"chai": "^3.5.0",
"mocha": "^10.1.0",
"nyc": "^15.1.0"
},
"types": "./index.d.ts",
"bugs": {
"url": "https://github.com/paulgrove/node-syslog-client/issues"
},
"homepage": "https://github.com/paulgrove/node-syslog-client#readme"
}