UNPKG

winston-graylog2

Version:
97 lines (96 loc) 1.79 kB
{ "name": "winston-graylog2", "description": "A graylog2 transport for winston", "version": "2.1.2", "author": "Started by: Flite, Inc. http://www.flite.com, mantained by: Namshi http://namshi.com", "contributors": [ { "name": "Luciano Colosio" }, { "name": "Phil Kates" }, { "name": "Clay Smith" }, { "name": "krivchun" }, { "name": "Ville Lautanala" }, { "name": "Alessandro Nadalin" }, { "name": "Róbert Oroszi" }, { "name": "Clay Smith" }, { "name": "Arttu Tervo" }, { "name": "Ivan Batic" }, { "name": "Blake Harley" }, { "name": "Pavel Ivanov", "email": "ivpavig@gmail.com", "url": "https://schfkt.github.io/" }, { "name": "potatopankakes" } ], "dependencies": { "graylog2": "^0.2.1", "winston": "^3.2.0", "winston-transport": "^4.3.0" }, "devDependencies": { "eslint": "^5.12.1", "eslint-config-google": "^0.11.0", "eslint-plugin-prettier": "^3.0.1", "husky": "^1.3.1", "lint-staged": "^8.1.1", "logform": "^2.1.0", "mocha": "*", "prettier": "^1.16.1" }, "engines": { "node": ">= 6.4.0" }, "keywords": [ "logging", "sysadmin", "tools", "winston", "graylog2" ], "license": "MIT", "main": "./lib/winston-graylog2", "types": "./index.d.ts", "repository": { "type": "git", "url": "http://github.com/flite/winston-graylog2.git" }, "scripts": { "test": "mocha -b --exit", "lint": "eslint lib/ test/" }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "*.js": [ "npm run lint", "npm run test" ] } }