Ignore:
Timestamp:
01/21/25 03:08:24 (3 months ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
0c6b92a
Message:

F4 Finalna Verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/supports-color/package.json

    r0c6b92a r79a0317  
    11{
    2         "name": "supports-color",
    3         "version": "7.2.0",
    4         "description": "Detect whether a terminal supports color",
    5         "license": "MIT",
    6         "repository": "chalk/supports-color",
    7         "author": {
    8                 "name": "Sindre Sorhus",
    9                 "email": "sindresorhus@gmail.com",
    10                 "url": "sindresorhus.com"
    11         },
    12         "engines": {
    13                 "node": ">=8"
    14         },
    15         "scripts": {
    16                 "test": "xo && ava"
    17         },
    18         "files": [
    19                 "index.js",
    20                 "browser.js"
    21         ],
    22         "keywords": [
    23                 "color",
    24                 "colour",
    25                 "colors",
    26                 "terminal",
    27                 "console",
    28                 "cli",
    29                 "ansi",
    30                 "styles",
    31                 "tty",
    32                 "rgb",
    33                 "256",
    34                 "shell",
    35                 "xterm",
    36                 "command-line",
    37                 "support",
    38                 "supports",
    39                 "capability",
    40                 "detect",
    41                 "truecolor",
    42                 "16m"
    43         ],
    44         "dependencies": {
    45                 "has-flag": "^4.0.0"
    46         },
    47         "devDependencies": {
    48                 "ava": "^1.4.1",
    49                 "import-fresh": "^3.0.0",
    50                 "xo": "^0.24.0"
    51         },
    52         "browser": "browser.js"
     2  "_from": "supports-color@^7.1.0",
     3  "_id": "supports-color@7.2.0",
     4  "_inBundle": false,
     5  "_integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
     6  "_location": "/supports-color",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "range",
     10    "registry": true,
     11    "raw": "supports-color@^7.1.0",
     12    "name": "supports-color",
     13    "escapedName": "supports-color",
     14    "rawSpec": "^7.1.0",
     15    "saveSpec": null,
     16    "fetchSpec": "^7.1.0"
     17  },
     18  "_requiredBy": [
     19    "/chalk"
     20  ],
     21  "_resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
     22  "_shasum": "1b7dcdcb32b8138801b3e478ba6a51caa89648da",
     23  "_spec": "supports-color@^7.1.0",
     24  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/chalk",
     25  "author": {
     26    "name": "Sindre Sorhus",
     27    "email": "sindresorhus@gmail.com",
     28    "url": "sindresorhus.com"
     29  },
     30  "browser": "browser.js",
     31  "bugs": {
     32    "url": "https://github.com/chalk/supports-color/issues"
     33  },
     34  "bundleDependencies": false,
     35  "dependencies": {
     36    "has-flag": "^4.0.0"
     37  },
     38  "deprecated": false,
     39  "description": "Detect whether a terminal supports color",
     40  "devDependencies": {
     41    "ava": "^1.4.1",
     42    "import-fresh": "^3.0.0",
     43    "xo": "^0.24.0"
     44  },
     45  "engines": {
     46    "node": ">=8"
     47  },
     48  "files": [
     49    "index.js",
     50    "browser.js"
     51  ],
     52  "homepage": "https://github.com/chalk/supports-color#readme",
     53  "keywords": [
     54    "color",
     55    "colour",
     56    "colors",
     57    "terminal",
     58    "console",
     59    "cli",
     60    "ansi",
     61    "styles",
     62    "tty",
     63    "rgb",
     64    "256",
     65    "shell",
     66    "xterm",
     67    "command-line",
     68    "support",
     69    "supports",
     70    "capability",
     71    "detect",
     72    "truecolor",
     73    "16m"
     74  ],
     75  "license": "MIT",
     76  "name": "supports-color",
     77  "repository": {
     78    "type": "git",
     79    "url": "git+https://github.com/chalk/supports-color.git"
     80  },
     81  "scripts": {
     82    "test": "xo && ava"
     83  },
     84  "version": "7.2.0"
    5385}
Note: See TracChangeset for help on using the changeset viewer.