source: imaps-frontend/node_modules/chalk/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 2.2 KB
RevLine 
[d565449]1{
[79a0317]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 }
[d565449]100}
Note: See TracBrowser for help on using the repository browser.