UNPKG

gelf-pro

Version:

The Graylog Extended Log Format for the Node.js

42 lines (41 loc) 953 B
{ "name": "gelf-pro", "version": "1.4.0", "main": "./lib/gelf-pro.js", "typings": "./typings/index.d.ts", "author": "Kanstantsin Kamkou <kkamkou@gmail.com>", "description": "The Graylog Extended Log Format for the Node.js", "keywords": [ "graylog", "graylog2", "gelf", "logging", "udp", "tcp", "tls", "ssl" ], "repository": { "type": "git", "url": "https://github.com/kkamkou/node-gelf-pro.git" }, "bugs": { "url": "https://github.com/kkamkou/node-gelf-pro/issues" }, "license": "MIT", "scripts": { "test": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec" }, "dependencies": { "lodash": "~4.17.21" }, "devDependencies": { "coveralls": "^3.0.14", "eslint": "^7.32.0", "istanbul": "^0.4.5", "mocha": "^3.0.0-2", "mocha-lcov-reporter": "^1.3.0", "should": "^13.2.3", "sinon": "^3.3.0" } }