package.json
2.2 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"_args": [
[
"cardinal@0.4.4",
"/private/var/folders/22/xz6_9gpx3jggts_8j68_25g80000gn/T/tmp-51023WwSVKpwQ7KvH"
]
],
"_from": "cardinal@0.4.4",
"_id": "cardinal@0.4.4",
"_inCache": true,
"_installable": true,
"_location": "/cardinal",
"_npmUser": {
"email": "thlorenz@gmx.de",
"name": "thlorenz"
},
"_npmVersion": "1.3.22",
"_phantomChildren": {},
"_requested": {
"name": "cardinal",
"raw": "cardinal@0.4.4",
"rawSpec": "0.4.4",
"scope": null,
"spec": "0.4.4",
"type": "version"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/cardinal/-/cardinal-0.4.4.tgz",
"_shasum": "ca5bb68a5b511b90fe93b9acea49bdee5c32bfe2",
"_shrinkwrap": null,
"_spec": "cardinal@0.4.4",
"_where": "/private/var/folders/22/xz6_9gpx3jggts_8j68_25g80000gn/T/tmp-51023WwSVKpwQ7KvH",
"author": {
"email": "thlorenz@gmx.de",
"name": "Thorsten Lorenz",
"url": "thlorenz.com"
},
"bin": {
"cdl": "./bin/cdl.js"
},
"bugs": {
"url": "https://github.com/thlorenz/cardinal/issues"
},
"dependencies": {
"ansicolors": "~0.2.1",
"redeyed": "~0.4.0"
},
"description": "Syntax highlights JavaScript code with ANSI colors to be printed to the terminal.",
"devDependencies": {
"readdirp": "~0.2.1",
"tap": "~0.3.1"
},
"directories": {},
"dist": {
"shasum": "ca5bb68a5b511b90fe93b9acea49bdee5c32bfe2",
"tarball": "https://registry.npmjs.org/cardinal/-/cardinal-0.4.4.tgz"
},
"homepage": "https://github.com/thlorenz/cardinal",
"keywords": [
"syntax",
"highlight",
"theme",
"javascript",
"json",
"terminal",
"console",
"print",
"output"
],
"license": "MIT",
"main": "cardinal.js",
"maintainers": [
{
"email": "thlorenz@gmx.de",
"name": "thlorenz"
}
],
"name": "cardinal",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/thlorenz/cardinal.git"
},
"scripts": {
"demo": "node examples/highlight-string.js; node examples/highlight-self; node examples/highlight-self-hide-semicolons;",
"test": "tap ./test/*.js"
},
"version": "0.4.4"
}