UNPKG

958 BJSONView Raw
1{
2 "name": "ansi-regex",
3 "version": "6.0.0",
4 "description": "Regular expression for matching ANSI escape codes",
5 "license": "MIT",
6 "repository": "chalk/ansi-regex",
7 "funding": "https://github.com/chalk/ansi-regex?sponsor=1",
8 "author": {
9 "name": "Sindre Sorhus",
10 "email": "sindresorhus@gmail.com",
11 "url": "https://sindresorhus.com"
12 },
13 "type": "module",
14 "exports": "./index.js",
15 "engines": {
16 "node": ">=12"
17 },
18 "scripts": {
19 "test": "xo && ava && tsd",
20 "view-supported": "node fixtures/view-codes.js"
21 },
22 "files": [
23 "index.js",
24 "index.d.ts"
25 ],
26 "keywords": [
27 "ansi",
28 "styles",
29 "color",
30 "colour",
31 "colors",
32 "terminal",
33 "console",
34 "cli",
35 "string",
36 "tty",
37 "escape",
38 "formatting",
39 "rgb",
40 "256",
41 "shell",
42 "xterm",
43 "command-line",
44 "text",
45 "regex",
46 "regexp",
47 "re",
48 "match",
49 "test",
50 "find",
51 "pattern"
52 ],
53 "devDependencies": {
54 "ava": "^3.15.0",
55 "tsd": "^0.14.0",
56 "xo": "^0.38.2"
57 }
58}