UNPKG

koa2-winston

Version:

koa2 version winston logger like express-winston

61 lines (60 loc) 1.54 kB
{ "name": "koa2-winston", "version": "3.1.1", "description": "koa2 version winston logger like express-winston", "main": "index.js", "engines": { "node": ">=8" }, "scripts": { "doc": "documentation readme index.js --section=JSDoc", "lint": "eslint ./test/*.js ./index.js --fix", "release": "standard-version", "bench": "node bench/simple.js | grep 'ops'", "nyc": "nyc ava && nyc report", "test": "nyc ava" }, "repository": { "type": "git", "url": "git+https://github.com/yidinghan/koa2-winston.git" }, "keywords": [ "koa", "koa2", "winston", "logger", "nodejs" ], "author": "yidinghan", "license": "MIT", "bugs": { "url": "https://github.com/yidinghan/koa2-winston/issues" }, "homepage": "https://github.com/yidinghan/koa2-winston#readme", "dependencies": { "fast-json-stringify": "^1.9.1", "lodash.clonedeep": "^4.5.0", "lodash.get": "^4.4.2", "lodash.mapvalues": "^4.6.0", "lodash.set": "^4.3.2", "on-finished": "^2.3.0", "winston": "^3.1.0" }, "devDependencies": { "@types/node": "^10.12.0", "ava": "^0.25.0", "benchmark": "^2.1.4", "documentation": "^8.1.2", "eslint": "^5.7.0", "eslint-config-airbnb-base": "^13.1.0", "eslint-plugin-import": "^2.14.0", "koa": "^2.6.1", "koa-bodyparser": "^4.2.1", "lodash": "^4.17.11", "lodash.assign": "^4.2.0", "nyc": "^13.1.0", "supertest": "^3.3.0", "triple-beam": "^1.3.0", "winston-transport": "^4.2.0" } }