UNPKG

rklogger

Version:

RKLogger is a lightweight JavaScript library designed for efficient and visually appealing logging. It offers developers the ability to produce logs, utilizing distinct colors to represent different log levels for improved readability and comprehension.

29 lines (28 loc) 876 B
{ "name": "rklogger", "version": "1.6.1", "description": "RKLogger is a lightweight JavaScript library designed for efficient and visually appealing logging. It offers developers the ability to produce logs, utilizing distinct colors to represent different log levels for improved readability and comprehension.", "main": "logger.js", "type": "module", "directories": { "test": "test" }, "scripts": { "test": "node test/test.js" }, "keywords": [ "Log", "Debug", "Server Output" ], "author": "Raistlin TAO <demonvk@gmail.com> (https://github.com/RaistlinTAO)", "license": "Apache-2.0", "repository": { "type": "git", "url": "git+https://github.com/RaistlinTAO/RKlogger.git" }, "bugs": { "url": "https://github.com/RaistlinTAO/RKlogger/issues" }, "homepage": "https://github.com/RaistlinTAO/RKlogger#readme" }