-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.16 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "curry-console",
"version": "0.0.6",
"description": "The curry-console module extends the native console logging library with many extra features like coloring, labels, recording, hiding, event emit notifications, etc.",
"type": "module",
"private": false,
"exports": {
".": "./src/index.js"
},
"scripts": {
"test": "node ./tests/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Codevendor/curry-console.git"
},
"keywords": [
"curry",
"curry console",
"curry-console",
"console",
"terminal",
"color",
"colour",
"colors",
"color console",
"log",
"logging",
"console.log",
"text",
"cli",
"string",
"ansi",
"style",
"styles",
"tty",
"formatting",
"rgb",
"256",
"shell",
"xterm",
"command-line"
],
"author": {
"name": "Adam Smith",
"url": "https://codevendor.com/"
},
"contributors": [],
"license": "MIT",
"bugs": {
"url": "https://github.com/Codevendor/curry-console/issues"
},
"homepage": "https://codevendor.com",
"engines": {
"node": ">=12.0.0"
},
"engineStrict": true
}