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