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

F4 Finalna Verzija

File:
1 edited

Legend:

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

    r0c6b92a r79a0317  
    11{
    2         "name": "chalk",
    3         "version": "4.1.2",
    4         "description": "Terminal string styling done right",
    5         "license": "MIT",
    6         "repository": "chalk/chalk",
    7         "funding": "https://github.com/chalk/chalk?sponsor=1",
    8         "main": "source",
    9         "engines": {
    10                 "node": ">=10"
    11         },
    12         "scripts": {
    13                 "test": "xo && nyc ava && tsd",
    14                 "bench": "matcha benchmark.js"
    15         },
    16         "files": [
    17                 "source",
    18                 "index.d.ts"
    19         ],
    20         "keywords": [
    21                 "color",
    22                 "colour",
    23                 "colors",
    24                 "terminal",
    25                 "console",
    26                 "cli",
    27                 "string",
    28                 "str",
    29                 "ansi",
    30                 "style",
    31                 "styles",
    32                 "tty",
    33                 "formatting",
    34                 "rgb",
    35                 "256",
    36                 "shell",
    37                 "xterm",
    38                 "log",
    39                 "logging",
    40                 "command-line",
    41                 "text"
    42         ],
    43         "dependencies": {
    44                 "ansi-styles": "^4.1.0",
    45                 "supports-color": "^7.1.0"
    46         },
    47         "devDependencies": {
    48                 "ava": "^2.4.0",
    49                 "coveralls": "^3.0.7",
    50                 "execa": "^4.0.0",
    51                 "import-fresh": "^3.1.0",
    52                 "matcha": "^0.7.0",
    53                 "nyc": "^15.0.0",
    54                 "resolve-from": "^5.0.0",
    55                 "tsd": "^0.7.4",
    56                 "xo": "^0.28.2"
    57         },
    58         "xo": {
    59                 "rules": {
    60                         "unicorn/prefer-string-slice": "off",
    61                         "unicorn/prefer-includes": "off",
    62                         "@typescript-eslint/member-ordering": "off",
    63                         "no-redeclare": "off",
    64                         "unicorn/string-content": "off",
    65                         "unicorn/better-regex": "off"
    66                 }
    67         }
     2  "_from": "chalk@4.1.2",
     3  "_id": "chalk@4.1.2",
     4  "_inBundle": false,
     5  "_integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
     6  "_location": "/chalk",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "version",
     10    "registry": true,
     11    "raw": "chalk@4.1.2",
     12    "name": "chalk",
     13    "escapedName": "chalk",
     14    "rawSpec": "4.1.2",
     15    "saveSpec": null,
     16    "fetchSpec": "4.1.2"
     17  },
     18  "_requiredBy": [
     19    "/eslint"
     20  ],
     21  "_resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
     22  "_shasum": "aac4e2b7734a740867aeb16bf02aad556a1e7a01",
     23  "_spec": "chalk@4.1.2",
     24  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/eslint",
     25  "bugs": {
     26    "url": "https://github.com/chalk/chalk/issues"
     27  },
     28  "bundleDependencies": false,
     29  "dependencies": {
     30    "ansi-styles": "^4.1.0",
     31    "supports-color": "^7.1.0"
     32  },
     33  "deprecated": false,
     34  "description": "Terminal string styling done right",
     35  "devDependencies": {
     36    "ava": "^2.4.0",
     37    "coveralls": "^3.0.7",
     38    "execa": "^4.0.0",
     39    "import-fresh": "^3.1.0",
     40    "matcha": "^0.7.0",
     41    "nyc": "^15.0.0",
     42    "resolve-from": "^5.0.0",
     43    "tsd": "^0.7.4",
     44    "xo": "^0.28.2"
     45  },
     46  "engines": {
     47    "node": ">=10"
     48  },
     49  "files": [
     50    "source",
     51    "index.d.ts"
     52  ],
     53  "funding": "https://github.com/chalk/chalk?sponsor=1",
     54  "homepage": "https://github.com/chalk/chalk#readme",
     55  "keywords": [
     56    "color",
     57    "colour",
     58    "colors",
     59    "terminal",
     60    "console",
     61    "cli",
     62    "string",
     63    "str",
     64    "ansi",
     65    "style",
     66    "styles",
     67    "tty",
     68    "formatting",
     69    "rgb",
     70    "256",
     71    "shell",
     72    "xterm",
     73    "log",
     74    "logging",
     75    "command-line",
     76    "text"
     77  ],
     78  "license": "MIT",
     79  "main": "source",
     80  "name": "chalk",
     81  "repository": {
     82    "type": "git",
     83    "url": "git+https://github.com/chalk/chalk.git"
     84  },
     85  "scripts": {
     86    "bench": "matcha benchmark.js",
     87    "test": "xo && nyc ava && tsd"
     88  },
     89  "version": "4.1.2",
     90  "xo": {
     91    "rules": {
     92      "unicorn/prefer-string-slice": "off",
     93      "unicorn/prefer-includes": "off",
     94      "@typescript-eslint/member-ordering": "off",
     95      "no-redeclare": "off",
     96      "unicorn/string-content": "off",
     97      "unicorn/better-regex": "off"
     98    }
     99  }
    68100}
Note: See TracChangeset for help on using the changeset viewer.