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

Last change on this file since e29cc2e was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.0 KB
Line 
1{
2 "_args": [
3 [
4 "ansi-escapes@4.3.2",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "ansi-escapes@4.3.2",
10 "_id": "ansi-escapes@4.3.2",
11 "_inBundle": false,
12 "_integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==",
13 "_location": "/ansi-escapes",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "ansi-escapes@4.3.2",
19 "name": "ansi-escapes",
20 "escapedName": "ansi-escapes",
21 "rawSpec": "4.3.2",
22 "saveSpec": null,
23 "fetchSpec": "4.3.2"
24 },
25 "_requiredBy": [
26 "/inquirer"
27 ],
28 "_resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
29 "_spec": "4.3.2",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Sindre Sorhus",
33 "email": "sindresorhus@gmail.com",
34 "url": "https://sindresorhus.com"
35 },
36 "bugs": {
37 "url": "https://github.com/sindresorhus/ansi-escapes/issues"
38 },
39 "dependencies": {
40 "type-fest": "^0.21.3"
41 },
42 "description": "ANSI escape codes for manipulating the terminal",
43 "devDependencies": {
44 "@types/node": "^13.7.7",
45 "ava": "^2.1.0",
46 "tsd": "^0.14.0",
47 "xo": "^0.25.3"
48 },
49 "engines": {
50 "node": ">=8"
51 },
52 "files": [
53 "index.js",
54 "index.d.ts"
55 ],
56 "funding": "https://github.com/sponsors/sindresorhus",
57 "homepage": "https://github.com/sindresorhus/ansi-escapes#readme",
58 "keywords": [
59 "ansi",
60 "terminal",
61 "console",
62 "cli",
63 "string",
64 "tty",
65 "escape",
66 "escapes",
67 "formatting",
68 "shell",
69 "xterm",
70 "log",
71 "logging",
72 "command-line",
73 "text",
74 "vt100",
75 "sequence",
76 "control",
77 "code",
78 "codes",
79 "cursor",
80 "iterm",
81 "iterm2"
82 ],
83 "license": "MIT",
84 "name": "ansi-escapes",
85 "repository": {
86 "type": "git",
87 "url": "git+https://github.com/sindresorhus/ansi-escapes.git"
88 },
89 "scripts": {
90 "test": "xo && ava && tsd"
91 },
92 "version": "4.3.2"
93}
Note: See TracBrowser for help on using the repository browser.