bump ansi-styles
This commit is contained in:
parent
90e2260f58
commit
fa9bd4ebd9
3 changed files with 27 additions and 25 deletions
|
|
@ -40,7 +40,7 @@
|
||||||
"text"
|
"text"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"ansi-styles": "^1.0.0",
|
"ansi-styles": "^1.1.0",
|
||||||
"has-color": "^0.1.0",
|
"has-color": "^0.1.0",
|
||||||
"strip-ansi": "^0.2.0"
|
"strip-ansi": "^0.2.0"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
50
readme.md
50
readme.md
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
**Chalk is a clean and focused alternative.**
|
**Chalk is a clean and focused alternative.**
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
## Why
|
## Why
|
||||||
|
|
@ -127,35 +127,37 @@ if (!chalk.supportsColor) {
|
||||||
|
|
||||||
### General
|
### General
|
||||||
|
|
||||||
- reset
|
- `reset`
|
||||||
- bold
|
- `bold`
|
||||||
- italic
|
- `dim`
|
||||||
- underline
|
- `italic` *(not widely supported)*
|
||||||
- inverse
|
- `underline`
|
||||||
- strikethrough
|
- `inverse`
|
||||||
|
- `hidden`
|
||||||
|
- `strikethrough` *(not widely supported)*
|
||||||
|
|
||||||
### Text colors
|
### Text colors
|
||||||
|
|
||||||
- black
|
- `black`
|
||||||
- red
|
- `red`
|
||||||
- green
|
- `green`
|
||||||
- yellow
|
- `yellow`
|
||||||
- blue
|
- `blue`
|
||||||
- magenta
|
- `magenta`
|
||||||
- cyan
|
- `cyan`
|
||||||
- white
|
- `white`
|
||||||
- gray
|
- `gray`
|
||||||
|
|
||||||
### Background colors
|
### Background colors
|
||||||
|
|
||||||
- bgBlack
|
- `bgBlack`
|
||||||
- bgRed
|
- `bgRed`
|
||||||
- bgGreen
|
- `bgGreen`
|
||||||
- bgYellow
|
- `bgYellow`
|
||||||
- bgBlue
|
- `bgBlue`
|
||||||
- bgMagenta
|
- `bgMagenta`
|
||||||
- bgCyan
|
- `bgCyan`
|
||||||
- bgWhite
|
- `bgWhite`
|
||||||
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
|
||||||
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 51 KiB |
Loading…
Add table
Add a link
Reference in a new issue