MaddHacker/output-manager

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "output-manager",
  "version": "3.1.0",
  "description": "Output library for JS to manage logging intelligently.",
  "main": "lib/out.js",
  "scripts": {
    "test": "jest --coverage --colors"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/MaddHacker/output-manager.git"
  },
  "bugs": {
    "url": "https://github.com/MaddHacker/output-manager/issues",
    "email": "hacker@maddhacker.com"
  },
  "keywords": [
    "logging",
    "log",
    "output",
    "out",
    "output management",
    "file log",
    "file logging",
    "file output",
    "file-based logs",
    "file-based logging",
    "file-based output",
    "streaming logs",
    "streaming logging",
    "streaming output"
  ],
  "author": "MaddHacker <hacker@maddhacker.com> (https://www.maddhacker.com)",
  "contributors": [
    "MaddHacker <hacker@maddhacker.com> (https://www.maddhacker.com)",
    "theFieryDev <thefierydev@gmail.com> (https://www.thefierydev.com)"
  ],
  "license": "Apache-2.0",
  "homepage": "https://github.com/MaddHacker/output-manager#readme",
  "engines": {
    "node": ">=10.0.0",
    "npm": ">=5.0.0"
  },
  "dependencies": {
    "date-utilz": "^0.0.3",
    "string-utilz": "^1.4.0"
  },
  "devDependencies": {
    "jest": ">=25.1.0"
  },
  "jest": {
    "verbose": true
  }
}