ansi-styles
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "ansi-styles", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "ANSI escape codes for colorizing strings in the terminal", | ||
@@ -9,2 +9,3 @@ "keywords": [ | ||
"color", | ||
"colour", | ||
"colors", | ||
@@ -19,6 +20,13 @@ "terminal", | ||
"rgb", | ||
"256" | ||
"256", | ||
"shell", | ||
"xterm", | ||
"log", | ||
"logging", | ||
"command-line", | ||
"text" | ||
], | ||
"homepage": "https://github.com/sindresorhus/ansi-styles", | ||
"bugs": "https://github.com/sindresorhus/ansi-styles/issues", | ||
"license": "MIT", | ||
"author": { | ||
@@ -29,3 +37,6 @@ "name": "Sindre Sorhus", | ||
}, | ||
"main": "ansi-styles.js", | ||
"files": [ | ||
"ansi-styles.js" | ||
], | ||
"main": "ansi-styles", | ||
"repository": { | ||
@@ -43,11 +54,3 @@ "type": "git", | ||
"node": ">=0.8.0" | ||
}, | ||
"licenses": [ | ||
{ | ||
"type": "MIT" | ||
} | ||
], | ||
"files": [ | ||
"ansi-styles.js" | ||
] | ||
} | ||
} |
@@ -5,2 +5,4 @@ # ansi-styles [![Build Status](https://secure.travis-ci.org/sindresorhus/ansi-styles.png?branch=master)](http://travis-ci.org/sindresorhus/ansi-styles) | ||
You probably want the higher-level [chalk](https://github.com/sindresorhus/chalk) module for styling your strings. | ||
![screenshot](screenshot.png) | ||
@@ -7,0 +9,0 @@ |
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
2754
77