source: trip-planner-front/node_modules/supports-color/package.json@ 8d391a1

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

adding photos

  • Property mode set to 100644
File size: 1.9 KB
Line 
1{
2 "_args": [
3 [
4 "supports-color@5.5.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "supports-color@5.5.0",
10 "_id": "supports-color@5.5.0",
11 "_inBundle": false,
12 "_integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
13 "_location": "/supports-color",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "supports-color@5.5.0",
19 "name": "supports-color",
20 "escapedName": "supports-color",
21 "rawSpec": "5.5.0",
22 "saveSpec": null,
23 "fetchSpec": "5.5.0"
24 },
25 "_requiredBy": [
26 "/chalk"
27 ],
28 "_resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
29 "_spec": "5.5.0",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Sindre Sorhus",
33 "email": "sindresorhus@gmail.com",
34 "url": "sindresorhus.com"
35 },
36 "browser": "browser.js",
37 "bugs": {
38 "url": "https://github.com/chalk/supports-color/issues"
39 },
40 "dependencies": {
41 "has-flag": "^3.0.0"
42 },
43 "description": "Detect whether a terminal supports color",
44 "devDependencies": {
45 "ava": "^0.25.0",
46 "import-fresh": "^2.0.0",
47 "xo": "^0.20.0"
48 },
49 "engines": {
50 "node": ">=4"
51 },
52 "files": [
53 "index.js",
54 "browser.js"
55 ],
56 "homepage": "https://github.com/chalk/supports-color#readme",
57 "keywords": [
58 "color",
59 "colour",
60 "colors",
61 "terminal",
62 "console",
63 "cli",
64 "ansi",
65 "styles",
66 "tty",
67 "rgb",
68 "256",
69 "shell",
70 "xterm",
71 "command-line",
72 "support",
73 "supports",
74 "capability",
75 "detect",
76 "truecolor",
77 "16m"
78 ],
79 "license": "MIT",
80 "name": "supports-color",
81 "repository": {
82 "type": "git",
83 "url": "git+https://github.com/chalk/supports-color.git"
84 },
85 "scripts": {
86 "test": "xo && ava"
87 },
88 "version": "5.5.0"
89}
Note: See TracBrowser for help on using the repository browser.