ansi-style-parser
Advanced tools
Comparing version 1.0.1 to 1.1.0
17
index.js
@@ -37,2 +37,9 @@ var ansiRegEx = require('ansi-regex'); | ||
gray: [90, 39], | ||
lightRed: [91, 39], | ||
lightGreen: [92, 39], | ||
lightYellow: [93, 39], | ||
lightBlue: [94, 39], | ||
lightMagenta: [95, 39], | ||
lightCyan: [96, 39], | ||
lightWhite: [97, 39], | ||
bgBlack: [40, 49], | ||
@@ -45,3 +52,11 @@ bgRed: [41, 49], | ||
bgCyan: [46, 49], | ||
bgWhite: [47, 49] | ||
bgWhite: [47, 49], | ||
bgGray: [100, 49], | ||
bgLightRed: [101, 49], | ||
bgLightGreen: [102, 49], | ||
bgLightYellow: [103, 49], | ||
bgLightBlue: [104, 49], | ||
bgLightMagenta: [105, 49], | ||
bgLightCyan: [106, 49], | ||
bgLightWhite: [107, 49], | ||
}; | ||
@@ -48,0 +63,0 @@ |
{ | ||
"name": "ansi-style-parser", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "Parse ansi colors and styles", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
6828
163