Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
DazaSeal
GitHub Repository: DazaSeal/Lunanom
Path: blob/master/node_modules/colors/package.json
334 views
1
{
2
"_args": [
3
[
4
"[email protected]",
5
"/home/runner/OffbeatDimpledTag"
6
]
7
],
8
"_from": "[email protected]",
9
"_id": "[email protected]",
10
"_inBundle": false,
11
"_integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==",
12
"_location": "/colors",
13
"_phantomChildren": {},
14
"_requested": {
15
"type": "version",
16
"registry": true,
17
"raw": "[email protected]",
18
"name": "colors",
19
"escapedName": "colors",
20
"rawSpec": "1.4.0",
21
"saveSpec": null,
22
"fetchSpec": "1.4.0"
23
},
24
"_requiredBy": [
25
"/node-static"
26
],
27
"_resolved": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz",
28
"_spec": "1.4.0",
29
"_where": "/home/runner/OffbeatDimpledTag",
30
"author": {
31
"name": "Marak Squires"
32
},
33
"bugs": {
34
"url": "https://github.com/Marak/colors.js/issues"
35
},
36
"contributors": [
37
{
38
"name": "DABH",
39
"url": "https://github.com/DABH"
40
}
41
],
42
"description": "get colors in your node.js console",
43
"devDependencies": {
44
"eslint": "^5.2.0",
45
"eslint-config-google": "^0.11.0"
46
},
47
"engines": {
48
"node": ">=0.1.90"
49
},
50
"files": [
51
"examples",
52
"lib",
53
"LICENSE",
54
"safe.js",
55
"themes",
56
"index.d.ts",
57
"safe.d.ts"
58
],
59
"homepage": "https://github.com/Marak/colors.js",
60
"keywords": [
61
"ansi",
62
"terminal",
63
"colors"
64
],
65
"license": "MIT",
66
"main": "lib/index.js",
67
"name": "colors",
68
"repository": {
69
"type": "git",
70
"url": "git+ssh://[email protected]/Marak/colors.js.git"
71
},
72
"scripts": {
73
"lint": "eslint . --fix",
74
"test": "node tests/basic-test.js && node tests/safe-test.js"
75
},
76
"version": "1.4.0"
77
}
78
79