source: imaps-frontend/node_modules/chalk/package.json@ 0c6b92a

main
Last change on this file since 0c6b92a was 0c6b92a, checked in by stefan toskovski <stefantoska84@…>, 5 weeks ago

Pred finalna verzija

  • Property mode set to 100644
File size: 1.2 KB
RevLine 
[d565449]1{
2 "name": "chalk",
[0c6b92a]3 "version": "4.1.2",
[d565449]4 "description": "Terminal string styling done right",
5 "license": "MIT",
6 "repository": "chalk/chalk",
[0c6b92a]7 "funding": "https://github.com/chalk/chalk?sponsor=1",
8 "main": "source",
[d565449]9 "engines": {
[0c6b92a]10 "node": ">=10"
[d565449]11 },
12 "scripts": {
[0c6b92a]13 "test": "xo && nyc ava && tsd",
14 "bench": "matcha benchmark.js"
[d565449]15 },
16 "files": [
[0c6b92a]17 "source",
18 "index.d.ts"
[d565449]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": {
[0c6b92a]44 "ansi-styles": "^4.1.0",
45 "supports-color": "^7.1.0"
[d565449]46 },
47 "devDependencies": {
[0c6b92a]48 "ava": "^2.4.0",
49 "coveralls": "^3.0.7",
50 "execa": "^4.0.0",
51 "import-fresh": "^3.1.0",
[d565449]52 "matcha": "^0.7.0",
[0c6b92a]53 "nyc": "^15.0.0",
54 "resolve-from": "^5.0.0",
55 "tsd": "^0.7.4",
56 "xo": "^0.28.2"
[d565449]57 },
58 "xo": {
[0c6b92a]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 }
[d565449]67 }
68}
Note: See TracBrowser for help on using the repository browser.