824f81738308dad77de81ba9e56a9a5edf687cf8.svn-base
1.91 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
{
"_from": "cardinal@^2.1.1",
"_id": "cardinal@2.1.1",
"_inBundle": true,
"_integrity": "sha1-fMEFXYItISlU0HsIXeolHMe8VQU=",
"_location": "/tap/cardinal",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "cardinal@^2.1.1",
"name": "cardinal",
"escapedName": "cardinal",
"rawSpec": "^2.1.1",
"saveSpec": null,
"fetchSpec": "^2.1.1"
},
"_requiredBy": [
"/tap/treport"
],
"_resolved": "https://registry.npmjs.org/cardinal/-/cardinal-2.1.1.tgz",
"_shasum": "7cc1055d822d212954d07b085dea251cc7bc5505",
"_spec": "cardinal@^2.1.1",
"_where": "/Users/isaacs/dev/js/tap/node_modules/treport",
"author": {
"name": "Thorsten Lorenz",
"email": "thlorenz@gmx.de",
"url": "thlorenz.com"
},
"bin": {
"cdl": "bin/cdl.js"
},
"bugs": {
"url": "https://github.com/thlorenz/cardinal/issues"
},
"dependencies": {
"ansicolors": "~0.3.2",
"redeyed": "~2.1.0"
},
"deprecated": false,
"description": "Syntax highlights JavaScript code with ANSI colors to be printed to the terminal.",
"devDependencies": {
"readdirp": "~2.1.0",
"standart": "~6.1.0",
"tape": "~4.9.0"
},
"homepage": "https://github.com/thlorenz/cardinal#readme",
"keywords": [
"syntax",
"highlight",
"theme",
"javascript",
"json",
"terminal",
"console",
"print",
"output"
],
"license": "MIT",
"main": "cardinal.js",
"name": "cardinal",
"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;",
"lint": "standart",
"lint-fix": "standart --fix",
"run-test": "tape test/*.js",
"test": "npm run run-test && npm run lint"
},
"standart": {
"ignore": [
"test/fixtures"
]
},
"version": "2.1.1"
}