UNPKG

1.98 kBJSONView Raw
1{
2 "_from": "cardinal@^2.1.1",
3 "_id": "cardinal@2.1.1",
4 "_inBundle": false,
5 "_integrity": "sha1-fMEFXYItISlU0HsIXeolHMe8VQU=",
6 "_location": "/cardinal",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "cardinal@^2.1.1",
12 "name": "cardinal",
13 "escapedName": "cardinal",
14 "rawSpec": "^2.1.1",
15 "saveSpec": null,
16 "fetchSpec": "^2.1.1"
17 },
18 "_requiredBy": [
19 "/treport"
20 ],
21 "_resolved": "https://registry.npmjs.org/cardinal/-/cardinal-2.1.1.tgz",
22 "_shasum": "7cc1055d822d212954d07b085dea251cc7bc5505",
23 "_spec": "cardinal@^2.1.1",
24 "_where": "/Users/isaacs/dev/js/tap/node_modules/treport",
25 "author": {
26 "name": "Thorsten Lorenz",
27 "email": "thlorenz@gmx.de",
28 "url": "thlorenz.com"
29 },
30 "bin": {
31 "cdl": "bin/cdl.js"
32 },
33 "bugs": {
34 "url": "https://github.com/thlorenz/cardinal/issues"
35 },
36 "bundleDependencies": false,
37 "dependencies": {
38 "ansicolors": "~0.3.2",
39 "redeyed": "~2.1.0"
40 },
41 "deprecated": false,
42 "description": "Syntax highlights JavaScript code with ANSI colors to be printed to the terminal.",
43 "devDependencies": {
44 "readdirp": "~2.1.0",
45 "standart": "~6.1.0",
46 "tape": "~4.9.0"
47 },
48 "homepage": "https://github.com/thlorenz/cardinal#readme",
49 "keywords": [
50 "syntax",
51 "highlight",
52 "theme",
53 "javascript",
54 "json",
55 "terminal",
56 "console",
57 "print",
58 "output"
59 ],
60 "license": "MIT",
61 "main": "cardinal.js",
62 "name": "cardinal",
63 "repository": {
64 "type": "git",
65 "url": "git://github.com/thlorenz/cardinal.git"
66 },
67 "scripts": {
68 "demo": "node examples/highlight-string.js; node examples/highlight-self; node examples/highlight-self-hide-semicolons;",
69 "lint": "standart",
70 "lint-fix": "standart --fix",
71 "run-test": "tape test/*.js",
72 "test": "npm run run-test && npm run lint"
73 },
74 "standart": {
75 "ignore": [
76 "test/fixtures"
77 ]
78 },
79 "version": "2.1.1"
80}