source: trip-planner-front/node_modules/wide-align/node_modules/strip-ansi/package.json@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 811 bytes
Line 
1{
2 "name": "strip-ansi",
3 "version": "4.0.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": ">=4"
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": "^3.0.0"
47 },
48 "devDependencies": {
49 "ava": "*",
50 "xo": "*"
51 }
52}
Note: See TracBrowser for help on using the repository browser.