UNPKG

lighter-colors

Version:

A lightweight JavaScript terminal color utility.

63 lines (62 loc) 1.3 kB
{ "name": "lighter-colors", "version": "1.0.0", "description": "A lightweight JavaScript terminal color utility.", "dependencies": {}, "devDependencies": { "colors": "^1.1.2", "exam": "^2.0.0" }, "keywords": [ "colors", "color", "terminal", "console", "colorful", "utility", "lighter", "fast", "lightweight", "minimal", "benchmark", "speed", "ops", "plain", "reset", "base", "bold", "normal", "italic", "underline", "inverse", "hidden", "strike", "black", "red", "green", "yellow", "blue", "magenta", "cyan", "white", "gray" ], "main": "lighter-colors.js", "engines": { "node": ">=0.8.28" }, "scripts": { "test": "./node_modules/exam/exam.js", "cover": "./node_modules/exam/exam-cover.js", "report": "open coverage/lcov-report/index.html", "bench": "./node_modules/exam/exam.js test/bench" }, "repository": "https://github.com/lighterio/lighter-colors.git", "bugs": "https://github.com/lighterio/lighter-colors/issues", "homepage": "https://github.com/lighterio/lighter-colors", "author": "Sam Eubank <sameubank@gmail.com>", "contributors": [ "Sam Eubank <sameubank@gmail.com>" ], "license": "MIT" }