File tree 1 file changed +50
-50
lines changed
1 file changed +50
-50
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " has-ansi" ,
3
- "version" : " 2 .0.0" ,
4
- "description" : " Check if a string has ANSI escape codes" ,
5
- "license" : " MIT" ,
6
- "repository" : " chalk/has-ansi" ,
7
- "author" : {
8
- "name" : " Sindre Sorhus" ,
9
- "email" : " sindresorhus@gmail.com" ,
10
- "url" : " sindresorhus.com"
11
- },
12
- "engines" : {
13
- "node" : " >=4"
14
- },
15
- "scripts" : {
16
- "test" : " xo && ava"
17
- },
18
- "files" : [
19
- " index.js"
20
- ],
21
- "keywords" : [
22
- " ansi" ,
23
- " styles" ,
24
- " color" ,
25
- " colour" ,
26
- " colors" ,
27
- " terminal" ,
28
- " console" ,
29
- " string" ,
30
- " tty" ,
31
- " escape" ,
32
- " shell" ,
33
- " xterm" ,
34
- " command-line" ,
35
- " text" ,
36
- " regex" ,
37
- " regexp" ,
38
- " re" ,
39
- " match" ,
40
- " test" ,
41
- " find" ,
42
- " pattern" ,
43
- " has"
44
- ],
45
- "dependencies" : {
46
- "ansi-regex" : " ^3.0.0"
47
- },
48
- "devDependencies" : {
49
- "ava" : " *" ,
50
- "xo" : " *"
51
- }
2
+ "name" : " has-ansi" ,
3
+ "version" : " 3 .0.0" ,
4
+ "description" : " Check if a string has ANSI escape codes" ,
5
+ "license" : " MIT" ,
6
+ "repository" : " chalk/has-ansi" ,
7
+ "author" : {
8
+ "name" : " Sindre Sorhus" ,
9
+ "email" : " sindresorhus@gmail.com" ,
10
+ "url" : " sindresorhus.com"
11
+ },
12
+ "engines" : {
13
+ "node" : " >=4"
14
+ },
15
+ "scripts" : {
16
+ "test" : " xo && ava"
17
+ },
18
+ "files" : [
19
+ " index.js"
20
+ ],
21
+ "keywords" : [
22
+ " ansi" ,
23
+ " styles" ,
24
+ " color" ,
25
+ " colour" ,
26
+ " colors" ,
27
+ " terminal" ,
28
+ " console" ,
29
+ " string" ,
30
+ " tty" ,
31
+ " escape" ,
32
+ " shell" ,
33
+ " xterm" ,
34
+ " command-line" ,
35
+ " text" ,
36
+ " regex" ,
37
+ " regexp" ,
38
+ " re" ,
39
+ " match" ,
40
+ " test" ,
41
+ " find" ,
42
+ " pattern" ,
43
+ " has"
44
+ ],
45
+ "dependencies" : {
46
+ "ansi-regex" : " ^3.0.0"
47
+ },
48
+ "devDependencies" : {
49
+ "ava" : " *" ,
50
+ "xo" : " *"
51
+ }
52
52
}
You can’t perform that action at this time.
0 commit comments