UNPKG

800 BJSONView Raw
1{
2 "name": "ansi-regex",
3 "version": "4.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 "email": "sindresorhus@gmail.com",
10 "url": "sindresorhus.com"
11 },
12 "engines": {
13 "node": ">=6"
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": "^0.25.0",
51 "xo": "^0.23.0"
52 }
53}