package.json
{
"name": "yocto-logger",
"description": "Ready to use logger utility based on winston.",
"version": "4.0.0",
"scripts": {
"test": "grunt test"
},
"author": {
"name": "Yocto SAS",
"email": "technique@yocto.re",
"url": "http://www.yocto.re"
},
"contributors": [
{
"name": "ROBERT Mathieu",
"email": "mathieu@yocto.re"
}
],
"maintainers": [
{
"name": "ROBERT Mathieu",
"email": "mathieu@yocto.re"
}
],
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/yoctore/yocto-logger.git"
},
"bugs": {
"url": "https://github.com/yoctore/yocto-logger/issues"
},
"license": "Apache-2.0",
"engines": {
"node": ">=8.11.4"
},
"files": [
"dist/index.js",
"README.md",
"LICENSE-2.0.txt",
"CHANGELOG.md"
],
"keywords": [
"logging",
"winston",
"sysadmin",
"tool",
"transport",
"log"
],
"dependencies": {
"callsites": "^2.0.0",
"chalk": "^2.4.1",
"lodash": "^4.17.11",
"moment": "^2.22.2",
"morgan": "^1.9.1",
"stack-trace": "0.0.10",
"winston": "^3.1.0",
"winston-daily-rotate-file": "^3.3.2",
"yocto-utils": "^2.1.7"
},
"devDependencies": {
"chai": "^4.1.2",
"grunt": "^1.0.3",
"grunt-contrib-uglify": "^4.0.0",
"grunt-contrib-uglify-es": "^3.3.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-mocha-cli": "^4.0.0",
"jsdoc-template": "^1.2.0",
"yocto-doc": "^2.3.7",
"yocto-hint": "^2.1.3"
}
}