source: trip-planner-front/node_modules/jest-worker/node_modules/supports-color/package.json@ 59329aa

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

adding photos

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