winston-express-request-logger
Version:
Winston based express logger that includes request, process, unique id and user information
37 lines (36 loc) • 905 B
JSON
{
"name": "winston-express-request-logger",
"version": "1.0.3",
"description": "Winston based express logger that includes request, process, unique id and user information",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/boldrocket/winston-express-request-logger.git"
},
"keywords": [
"request",
"express",
"logger",
"winston",
"user",
"unique",
"id",
"process"
],
"dependencies": {
"winston": "1.0.1",
"cuid": "1.3.8",
"ipware":"0.0.7",
"process":"0.11.2",
"type-of-is":"3.4.0"
},
"author": "Antonis Theocharides",
"license": "GLP",
"bugs": {
"url": "https://github.com/boldrocket/winston-express-request-logger/issues"
},
"homepage": "https://github.com/boldrocket/winston-express-request-logger"
}