blob: 9e2c48cee1e6854a16244e012858430f72f3dbe8 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "chalk@~4.1.0",
3 "_id": "chalk@4.1.0",
4 "_inBundle": false,
5 "_integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
6 "_location": "/chalk",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "chalk@~4.1.0",
12 "name": "chalk",
13 "escapedName": "chalk",
14 "rawSpec": "~4.1.0",
15 "saveSpec": null,
16 "fetchSpec": "~4.1.0"
17 },
18 "_requiredBy": [
19 "/grunt-legacy-log-utils"
20 ],
21 "_resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
22 "_shasum": "4e14870a618d9e2edd97dd8345fd9d9dc315646a",
23 "_spec": "chalk@~4.1.0",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\grunt-legacy-log-utils",
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.0",
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 }
100}