.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / slice-ansi / package.json
1 {
2         "name": "slice-ansi",
3         "version": "4.0.0",
4         "description": "Slice a string with ANSI escape codes",
5         "license": "MIT",
6         "repository": "chalk/slice-ansi",
7         "funding": "https://github.com/chalk/slice-ansi?sponsor=1",
8         "engines": {
9                 "node": ">=10"
10         },
11         "scripts": {
12                 "test": "xo && ava"
13         },
14         "files": [
15                 "index.js"
16         ],
17         "keywords": [
18                 "slice",
19                 "string",
20                 "ansi",
21                 "styles",
22                 "color",
23                 "colour",
24                 "colors",
25                 "terminal",
26                 "console",
27                 "cli",
28                 "tty",
29                 "escape",
30                 "formatting",
31                 "rgb",
32                 "256",
33                 "shell",
34                 "xterm",
35                 "log",
36                 "logging",
37                 "command-line",
38                 "text"
39         ],
40         "dependencies": {
41                 "ansi-styles": "^4.0.0",
42                 "astral-regex": "^2.0.0",
43                 "is-fullwidth-code-point": "^3.0.0"
44         },
45         "devDependencies": {
46                 "ava": "^2.1.0",
47                 "chalk": "^3.0.0",
48                 "random-item": "^3.0.0",
49                 "strip-ansi": "^6.0.0",
50                 "xo": "^0.26.1"
51         }
52 }