UNPKG

@kai-peng/log

Version:

在您的终端上以样式显示日志消息:-)。使用调试级别启用或禁用日志消息。

55 lines (54 loc) 1.03 kB
{ "name": "@kai-peng/log", "version": "1.0.1", "description": "在您的终端上以样式显示日志消息:-)。使用调试级别启用或禁用日志消息。", "main": "index.js", "types": "./index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/Penggeor/log" }, "keywords": [ "log", "console.log", "terminal", "colors", "color", "logs", "logger", "logging", "debug", "cmd", "powershell", "command-line", "messages", "终端", "颜色", "颜色", "日志", "记录器", "日志记录", "调试", "命令", "命令行", "消息" ], "files": [ "index.js", "index.d.ts" ], "author": "Wu Kaipeng", "license": "MIT", "dependencies": { "chalk": "^3.0.0", "color-regex": "^1.0.2" }, "devDependencies": { "gulp": "^4.0.2", "gulp-concat": "^2.6.1", "gulp-terser": "^1.2.0" } }