PATH:
usr
/
local
/
lib
/
node_modules
/
bower
/
lib
/
node_modules
/
cardinal
{ "name": "cardinal", "version": "0.4.4", "description": "Syntax highlights JavaScript code with ANSI colors to be printed to the terminal.", "main": "cardinal.js", "scripts": { "test": "tap ./test/*.js", "demo": "node examples/highlight-string.js; node examples/highlight-self; node examples/highlight-self-hide-semicolons;" }, "bin": { "cdl": "./bin/cdl.js" }, "repository": { "type": "git", "url": "git://github.com/thlorenz/cardinal.git" }, "keywords": [ "syntax", "highlight", "theme", "javascript", "json", "terminal", "console", "print", "output" ], "author": "Thorsten Lorenz <thlorenz@gmx.de> (thlorenz.com)", "license": "MIT", "dependencies": { "redeyed": "~0.4.0", "ansicolors": "~0.2.1" }, "devDependencies": { "tap": "~0.3.1", "readdirp": "~0.2.1" } }
[-] utl.js
[edit]
[+]
lib
[+]
bin
[+]
..
[-] .npmignore
[edit]
[-] package.json
[edit]
[-] cardinal.js
[edit]
[-] settings.js
[edit]
[+]
themes
[-] .travis.yml
[edit]
[-] README.md
[edit]
[+]
examples
[+]
test
[-] LICENSE
[edit]