UNPKG

742 BJSONView Raw
1{
2 "name": "strip-ansi",
3 "version": "5.1.0",
4 "description": "Strip ANSI escape codes",
5 "license": "MIT",
6 "repository": "chalk/strip-ansi",
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 },
18 "files": [
19 "index.js"
20 ],
21 "keywords": [
22 "strip",
23 "trim",
24 "remove",
25 "ansi",
26 "styles",
27 "color",
28 "colour",
29 "colors",
30 "terminal",
31 "console",
32 "string",
33 "tty",
34 "escape",
35 "formatting",
36 "rgb",
37 "256",
38 "shell",
39 "xterm",
40 "log",
41 "logging",
42 "command-line",
43 "text"
44 ],
45 "dependencies": {
46 "ansi-regex": "^4.1.0"
47 },
48 "devDependencies": {
49 "ava": "^0.25.0",
50 "xo": "^0.23.0"
51 }
52}