File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3
3
"version" : " 2.0.0" ,
4
4
"description" : " Check if a string has ANSI escape codes" ,
5
5
"license" : " MIT" ,
6
- "repository" : " sindresorhus /has-ansi" ,
6
+ "repository" : " chalk /has-ansi" ,
7
7
"author" : {
8
8
"name" : " Sindre Sorhus" ,
9
9
"email" : " sindresorhus@gmail.com" ,
Original file line number Diff line number Diff line change 1
- # has-ansi [ ![ Build Status] ( https://travis-ci.org/sindresorhus /has-ansi.svg?branch=master )] ( https://travis-ci.org/sindresorhus /has-ansi )
1
+ # has-ansi [ ![ Build Status] ( https://travis-ci.org/chalk /has-ansi.svg?branch=master )] ( https://travis-ci.org/chalk /has-ansi )
2
2
3
3
> Check if a string has [ ANSI escape codes] ( http://en.wikipedia.org/wiki/ANSI_escape_code )
4
4
@@ -25,10 +25,10 @@ hasAnsi('cake');
25
25
26
26
## Related
27
27
28
- - [ has-ansi-cli] ( https://github.com/sindresorhus /has-ansi-cli ) - CLI for this module
29
- - [ strip-ansi] ( https://github.com/sindresorhus /strip-ansi ) - Strip ANSI escape codes
30
- - [ ansi-regex] ( https://github.com/sindresorhus /ansi-regex ) - Regular expression for matching ANSI escape codes
31
- - [ chalk] ( https://github.com/sindresorhus /chalk ) - Terminal string styling done right
28
+ - [ has-ansi-cli] ( https://github.com/chalk /has-ansi-cli ) - CLI for this module
29
+ - [ strip-ansi] ( https://github.com/chalk /strip-ansi ) - Strip ANSI escape codes
30
+ - [ ansi-regex] ( https://github.com/chalk /ansi-regex ) - Regular expression for matching ANSI escape codes
31
+ - [ chalk] ( https://github.com/chalk /chalk ) - Terminal string styling done right
32
32
33
33
34
34
## License
You can’t perform that action at this time.
0 commit comments