source: trip-planner-front/node_modules/ansi-escapes/package.json@ 6c1585f

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

initial commit

  • Property mode set to 100644
File size: 929 bytes
Line 
1{
2 "name": "ansi-escapes",
3 "version": "4.3.2",
4 "description": "ANSI escape codes for manipulating the terminal",
5 "license": "MIT",
6 "repository": "sindresorhus/ansi-escapes",
7 "funding": "https://github.com/sponsors/sindresorhus",
8 "author": {
9 "name": "Sindre Sorhus",
10 "email": "sindresorhus@gmail.com",
11 "url": "https://sindresorhus.com"
12 },
13 "engines": {
14 "node": ">=8"
15 },
16 "scripts": {
17 "test": "xo && ava && tsd"
18 },
19 "files": [
20 "index.js",
21 "index.d.ts"
22 ],
23 "keywords": [
24 "ansi",
25 "terminal",
26 "console",
27 "cli",
28 "string",
29 "tty",
30 "escape",
31 "escapes",
32 "formatting",
33 "shell",
34 "xterm",
35 "log",
36 "logging",
37 "command-line",
38 "text",
39 "vt100",
40 "sequence",
41 "control",
42 "code",
43 "codes",
44 "cursor",
45 "iterm",
46 "iterm2"
47 ],
48 "dependencies": {
49 "type-fest": "^0.21.3"
50 },
51 "devDependencies": {
52 "@types/node": "^13.7.7",
53 "ava": "^2.1.0",
54 "tsd": "^0.14.0",
55 "xo": "^0.25.3"
56 }
57}
Note: See TracBrowser for help on using the repository browser.