UNPKG

rlog-js

Version:

A module for optimizing log output in node.js, supporting colored output, embedded timestamp, log streaming writing, type coloring, keyword coloring, and so on.

35 lines (34 loc) 841 B
{ "name": "rlog-js", "version": "1.5.2", "description": "A module for optimizing log output in node.js, supporting colored output, embedded timestamp, log streaming writing, type coloring, keyword coloring, and so on.", "main": "index.js", "scripts": { "test": "node ./test.js" }, "repository": { "type": "git", "url": "git+https://github.com/RavelloH/RLog.git" }, "keywords": [ "log", "output", "logtail", "beautify", "Coloring" ], "author": "RavelloH", "license": "MIT", "bugs": { "url": "https://github.com/RavelloH/RLog/issues" }, "homepage": "https://github.com/RavelloH/RLog#readme", "dependencies": { "@types/node": "", "chalk": "^4.1.2", "fs": "0.0.1-security", "fs-extra": "^11.2.0", "moment": "^2.29.4", "moment-timezone": "^0.5.43" } }