Comparing version 0.0.1 to 0.0.2
20
index.js
@@ -32,3 +32,21 @@ module.exports = { | ||
magentaBg : "\033[45m", | ||
cyanBg : "\033[46m" | ||
cyanBg : "\033[46m", | ||
brightBlack : "\033[90m", | ||
brightRed : "\033[91m", | ||
brightGreen : "\033[92m", | ||
brightYellow : "\033[93m", | ||
brightBlue : "\033[94m", | ||
brightMagenta : "\033[95m", | ||
brightCyan : "\033[96m", | ||
brightWhite : "\033[97m", | ||
brightBlackBg : "\033[100m", | ||
brightRedBg : "\033[101m", | ||
brightGreenBg : "\033[102m", | ||
brightYellowBg : "\033[103m", | ||
brightBlueBg : "\033[104m", | ||
brightMagentaBg : "\033[105m", | ||
brightCyanBg : "\033[106m", | ||
brightWhiteBg : "\033[107m" | ||
} |
{ | ||
"name": "ansi-codes", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "just an object that returns ANSI styling codes", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
## ansi-codes | ||
ANSI Styling codes. | ||
ANSI Styling codes. Check out [styled](https://github.com/azer/styled) or [style-format](https://github.com/azer/style-format) if you're looking for an example usage of this library. | ||
@@ -5,0 +5,0 @@ ## Install |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3089
47