source: trip-planner-front/node_modules/ansi-colors/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: 3.2 KB
Line 
1{
2 "_args": [
3 [
4 "ansi-colors@4.1.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "ansi-colors@4.1.1",
10 "_id": "ansi-colors@4.1.1",
11 "_inBundle": false,
12 "_integrity": "sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==",
13 "_location": "/ansi-colors",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "ansi-colors@4.1.1",
19 "name": "ansi-colors",
20 "escapedName": "ansi-colors",
21 "rawSpec": "4.1.1",
22 "saveSpec": null,
23 "fetchSpec": "4.1.1"
24 },
25 "_requiredBy": [
26 "/@angular-devkit/build-angular",
27 "/@angular/cli"
28 ],
29 "_resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz",
30 "_spec": "4.1.1",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
32 "author": {
33 "name": "Brian Woodward",
34 "url": "https://github.com/doowb"
35 },
36 "bugs": {
37 "url": "https://github.com/doowb/ansi-colors/issues"
38 },
39 "contributors": [
40 {
41 "name": "Brian Woodward",
42 "url": "https://twitter.com/doowb"
43 },
44 {
45 "name": "Jason Schilling",
46 "url": "https://sourecode.de"
47 },
48 {
49 "name": "Jon Schlinkert",
50 "url": "http://twitter.com/jonschlinkert"
51 },
52 {
53 "name": "Jordan",
54 "url": "https://github.com/Silic0nS0ldier"
55 }
56 ],
57 "description": "Easily add ANSI colors to your text and symbols in the terminal. A faster drop-in replacement for chalk, kleur and turbocolor (without the dependencies and rendering bugs).",
58 "devDependencies": {
59 "decache": "^4.5.1",
60 "gulp-format-md": "^2.0.0",
61 "justified": "^1.0.1",
62 "mocha": "^6.1.4",
63 "text-table": "^0.2.0"
64 },
65 "engines": {
66 "node": ">=6"
67 },
68 "files": [
69 "index.js",
70 "symbols.js",
71 "types/index.d.ts"
72 ],
73 "homepage": "https://github.com/doowb/ansi-colors",
74 "keywords": [
75 "ansi",
76 "bgblack",
77 "bgBlack",
78 "bgblue",
79 "bgBlue",
80 "bgcyan",
81 "bgCyan",
82 "bggreen",
83 "bgGreen",
84 "bgmagenta",
85 "bgMagenta",
86 "bgred",
87 "bgRed",
88 "bgwhite",
89 "bgWhite",
90 "bgyellow",
91 "bgYellow",
92 "black",
93 "blue",
94 "bold",
95 "clorox",
96 "colors",
97 "cyan",
98 "dim",
99 "gray",
100 "green",
101 "grey",
102 "hidden",
103 "inverse",
104 "italic",
105 "kleur",
106 "magenta",
107 "red",
108 "reset",
109 "strikethrough",
110 "underline",
111 "white",
112 "yellow"
113 ],
114 "license": "MIT",
115 "main": "index.js",
116 "name": "ansi-colors",
117 "repository": {
118 "type": "git",
119 "url": "git+https://github.com/doowb/ansi-colors.git"
120 },
121 "scripts": {
122 "test": "mocha"
123 },
124 "types": "./types/index.d.ts",
125 "verb": {
126 "toc": false,
127 "layout": "default",
128 "tasks": [
129 "readme"
130 ],
131 "data": {
132 "author": {
133 "linkedin": "woodwardbrian",
134 "twitter": "doowb"
135 }
136 },
137 "plugins": [
138 "gulp-format-md"
139 ],
140 "lint": {
141 "reflinks": true
142 },
143 "related": {
144 "list": [
145 "ansi-wrap",
146 "strip-color"
147 ]
148 },
149 "reflinks": [
150 "chalk",
151 "colorette",
152 "colors",
153 "kleur"
154 ]
155 },
156 "version": "4.1.1"
157}
Note: See TracBrowser for help on using the repository browser.