{"maintainers":[{"name":"anonymous","email":"thlorenz@gmx.de"}],"keywords":["syntax","highlight","theme","javascript","json","terminal","console","print","output"],"dist-tags":{"latest":"2.1.1"},"author":{"name":"Thorsten Lorenz","email":"thlorenz@gmx.de","url":"thlorenz.com"},"description":"Syntax highlights JavaScript code with ANSI colors to be printed to the terminal.","readme":"# cardinal [![Build Status](https://secure.travis-ci.org/thlorenz/cardinal.svg)](http://travis-ci.org/thlorenz/cardinal)\n\n<a href=\"https://www.patreon.com/bePatron?u=8663953\"><img alt=\"become a patron\" src=\"https://c5.patreon.com/external/logo/become_a_patron_button.png\" height=\"35px\"></a>\n\n[![NPM](https://nodei.co/npm/cardinal.png?downloads=true&stars=true)](https://nodei.co/npm/cardinal/)\n\n**car·di·nal** *(kärdn-l, kärdnl)* - crested thick-billed North American finch having bright red plumage in the male.\n\n![screenshot](https://github.com/thlorenz/cardinal/raw/master/assets/screen-shot.png)\n\n## Features\n\n- highlights JavaScript code with ANSI colors to improve terminal output\n- theming support, see [custom color themes](https://github.com/thlorenz/cardinal/tree/master/themes)\n- optionally print line numbers\n- API and command line interface (`cdl`)\n- `.cardinalrc` config to customize settings\n- supports UNIX pipes\n\n***\n\n**Table of Contents**  *generated with [DocToc](http://doctoc.herokuapp.com/)*\n\n- [Installation](#installation)\n  - [As library](#as-library)\n  - [As Commandline Tool](#as-commandline-tool)\n- [Commandline](#commandline)\n  - [Highlight a file](#highlight-a-file)\n  - [As part of a UNIX pipe](#as-part-of-a-unix-pipe)\n  - [Theme](#theme)\n- [API](#api)\n  - [*highlight(code[, opts])*](#highlightcode-opts)\n  - [*highlightFileSync(fullPath[, opts])*](#highlightfilesyncfullpath-opts)\n  - [*highlightFile(fullPath[, opts], callback)*](#highlightfilefullpath-opts-callback)\n  - [opts](#opts)\n- [Examples ([*browse*](https://github.com/thlorenz/cardinal/tree/master/examples))](#examples-[browse]https://githubcom/thlorenz/cardinal/tree/master/examples)\n\n\n## Installation\n\n### As library\n\n    npm install cardinal\n\n### As Commandline Tool\n\n    [sudo] npm install -g cardinal\n\n**Note:**\n\nWhen installed globally, cardinal exposes itself as the `cdl` command.\n\n## Commandline\n\n### Highlight a file\n\n    cdl <file.js> [options]\n\n**options**:\n  - `--nonum`: turns off line number printing (relevant if it is turned on inside `~/.cardinalrc`\n\n### As part of a UNIX pipe\n\n    cat file.js | grep console | cdl\n\n**Note:**\n\nNot all code lines may be parsable JavaScript. In these cases the line is printed to the terminal without\nhighlighting it.\n\n### Theme\n\nThe default theme will be used for highlighting.\n\nTo use a different theme, include a `.cardinalrc` file in your `HOME` directory.\n\nThis is a JSON file of the following form:\n\n```json\n{\n  \"theme\": \"hide-semicolons\",\n  \"linenos\": true|false\n}\n```\n\n- `theme` can be the name of any of the [built-in themes](https://github.com/thlorenz/cardinal/tree/master/themes) or the\nfull path to a custom theme anywhere on your computer.\n- linenos toggles line number printing\n\n## API\n\n### *highlight(code[, opts])*\n\n- returns the highlighted version of the passed code ({String}) or throws an error if it was not able to parse it\n- opts (see below)\n\n### *highlightFileSync(fullPath[, opts])*\n\n- returns the highlighted version of the file whose fullPath ({String}) was passed or throws an error if it was not able\n  to parse it\n- opts (see below)\n\n### *highlightFile(fullPath[, opts], callback)*\n\n- calls back with the highlighted version of the file whose fullPath ({String}) was passed or with an error if it was not able\n  to parse it\n- opts (see below)\n- `callback` ({Function}) has the following signature: `function (err, highlighted) { .. }`\n\n### opts\n\nopts is an {Object} with the following properties:\n\n- `theme` {Object} is used to optionally override the theme used to highlight\n- `linenos` {Boolean} if `true` line numbers are included in the highlighted code\n- `firstline` {Integer} sets line number of the first line when line numbers are printed\n- `jsx` {Boolean} if `true` _JSX_ syntax is supported, otherwise cardinal will raise an error\n    when encountering _JSX_ (default: `false`)\n\n**Note** The `json` option is obsoleted and not necessary anymore as cardinal properly understands both JSON and JavaScript.\n\n## Examples ([*browse*](https://github.com/thlorenz/cardinal/tree/master/examples))\n\n- [sample .cardinalrc](https://github.com/thlorenz/cardinal/blob/master/examples/.cardinalrc)\n- [highlighting a code snippet](https://github.com/thlorenz/cardinal/blob/master/examples/highlight-string.js) via\n  ***highlight()***\n- [file that highlights itself](https://github.com/thlorenz/cardinal/blob/master/examples/highlight-self.js) via\n  ***highlightFile()*** including line numbers\n- [file that highlights itself hiding all\n  semicolons](https://github.com/thlorenz/cardinal/blob/master/examples/highlight-self-hide-semicolons.js) via\n  ***highlightFileSync()***\n","repository":{"type":"git","url":"git://github.com/thlorenz/cardinal.git"},"users":{"sidorares":true,"stringparser":true,"leodutra":true,"lewisbrown":true,"igord":true,"plusman":true,"discountry":true,"robmcguinness":true,"brentlintner":true,"knksmith57":true,"flumpus-dev":true},"bugs":{"url":"https://github.com/thlorenz/cardinal/issues"},"license":"MIT","versions":{"0.1.0":{"name":"cardinal","version":"0.1.0","description":"Syntax highlights JavaScript code with ANSI colors to be printed to the terminal.","main":"cardinal.js","scripts":{"test":"tap ./test/*.js"},"bin":{"cardinal":"./bin/cardinal.js"},"repository":{"type":"git","url":"git://github.com/thlorenz/cardinal.git"},"keywords":["syntax","highlight","theme","javascript","terminal","console","print","output"],"author":{"name":"Thorsten Lorenz","email":"thlorenz@gmx.de","url":"thlorenz.com"},"license":"MIT","dependencies":{"redeyed":"~0.1.0"},"devDependencies":{"tap":"~0.3.1"},"_id":"cardinal@0.1.0","dist":{"shasum":"60e1a98728bc24e5517f9ee5b82e0c48b93aba07","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cardinal/-/cardinal-0.1.0.tgz","integrity":"sha512-Md9biYdk/e0JJ1ZhMYCdkB1k7Rw6c89Isf79lceo3+qEeFldOji9clkAEMIq8i0/gZroD9y1MXdTtE4TsXxvvQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFzBHk+p0oLBYQIep/HFby+dTg2g59YThYLu/CsaXu0LAiAygnYQCAD0U+g1VppH3pM3MB8+bIJf60AfHPv41VtQoA=="}]},"_npmVersion":"1.1.59","_npmUser":{"name":"anonymous","email":"thlorenz@gmx.de"},"maintainers":[{"name":"anonymous","email":"thlorenz@gmx.de"}],"directories":{}},"0.1.1":{"name":"cardinal","version":"0.1.1","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":{"cardinal":"./bin/cardinal.js"},"repository":{"type":"git","url":"git://github.com/thlorenz/cardinal.git"},"keywords":["syntax","highlight","theme","javascript","terminal","console","print","output"],"author":{"name":"Thorsten Lorenz","email":"thlorenz@gmx.de","url":"thlorenz.com"},"license":"MIT","dependencies":{"redeyed":"~0.1.0"},"devDependencies":{"tap":"~0.3.1"},"_id":"cardinal@0.1.1","dist":{"shasum":"6696dc37d1b1a28295b35d68d5acefe322b5fd27","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cardinal/-/cardinal-0.1.1.tgz","integrity":"sha512-JfOJWmvKAsr/wtTTjfpfVB4vOhIiKKh2PTG+s4ENdb+yfNC2aRR0M4vLU9QHQevF5DG4VBVu918CCfwrRBJW7Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDaRt78VRAue4RElBMf1pAoPGget8swzrSbg20IavXxUwIhANpkhwBSu1rNNO9OOOvowib9j3yAjZHDT/0vilY8xjgo"}]},"_npmVersion":"1.1.59","_npmUser":{"name":"anonymous","email":"thlorenz@gmx.de"},"maintainers":[{"name":"anonymous","email":"thlorenz@gmx.de"}],"directories":{}},"0.1.2":{"name":"cardinal","version":"0.1.2","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","terminal","console","print","output"],"author":{"name":"Thorsten Lorenz","email":"thlorenz@gmx.de","url":"thlorenz.com"},"license":"MIT","dependencies":{"redeyed":"~0.1.0"},"devDependencies":{"tap":"~0.3.1","readdirp":"~0.2.1"},"_id":"cardinal@0.1.2","dist":{"shasum":"4c04fe1b48920ce80f930e56327de62e1a9649c9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cardinal/-/cardinal-0.1.2.tgz","integrity":"sha512-yjXn6UyxsUxTAbelA+8D/wNrkxl9+oFMzXqtA/0lQ6sqMmj7o6CXlZPXfyGCAoVg00cuA1/tYlNXA5Yraj47zg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEMCIFGwNUaxcDwK+jvEnVYMyErDSj57XMU66mZDyBhsgoYkAh9Ty00n6an5FCO1DrYBmXFtV/Z7rB263pdBQPHPciFp"}]},"_npmVersion":"1.1.59","_npmUser":{"name":"anonymous","email":"thlorenz@gmx.de"},"maintainers":[{"name":"anonymous","email":"thlorenz@gmx.de"}],"directories":{}},"0.1.3":{"name":"cardinal","version":"0.1.3","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","terminal","console","print","output"],"author":{"name":"Thorsten Lorenz","email":"thlorenz@gmx.de","url":"thlorenz.com"},"license":"MIT","dependencies":{"redeyed":"~0.1.0"},"devDependencies":{"tap":"~0.3.1","readdirp":"~0.2.1"},"_id":"cardinal@0.1.3","dist":{"shasum":"21fef0d8484c9db591b0e6a9a6274eaa5173ee10","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cardinal/-/cardinal-0.1.3.tgz","integrity":"sha512-P3QIfFDNwuM2R6FDOLZoW7sDAYdtX5MW469291N8IE6bJJxKK4sD7NUeTX27QVqU+VFIbA9DpeYLgRBQxep+2Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC6qo+a/H1u6gB+0iorVoHCQwbDpj5OmTnzssbe+oSq1AIhAO8mwToMZUwC5wFWS187pg1ESD3CdQuWQxemvtis0qt0"}]},"_npmVersion":"1.1.59","_npmUser":{"name":"anonymous","email":"thlorenz@gmx.de"},"maintainers":[{"name":"anonymous","email":"thlorenz@gmx.de"}],"directories":{}},"0.2.0":{"name":"cardinal","version":"0.2.0","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","terminal","console","print","output"],"author":{"name":"Thorsten Lorenz","email":"thlorenz@gmx.de","url":"thlorenz.com"},"license":"MIT","dependencies":{"redeyed":"~0.4.0"},"devDependencies":{"tap":"~0.3.1","readdirp":"~0.2.1"},"_id":"cardinal@0.2.0","dist":{"shasum":"a358231a66feb12d31c00f83624c4a0be4c96a2e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cardinal/-/cardinal-0.2.0.tgz","integrity":"sha512-glCZlGYuoMJEOjiGIWhwGfPpKTs80v+BdnS8edLV2AipI5SuxJ/ByDQ3Ak8FNdLnKcOQRjcWqxceN/4OZ1qNng==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEkWU/jD+FrsaGjio3TCI28ap6NnVVlVzVtupHDrIpqlAiEAz6z7W6Im/862Eyz0aJsowd4D4sbXgsLqsXAePjxViKU="}]},"_npmVersion":"1.1.59","_npmUser":{"name":"anonymous","email":"thlorenz@gmx.de"},"maintainers":[{"name":"anonymous","email":"thlorenz@gmx.de"}],"directories":{}},"0.3.0":{"name":"cardinal","version":"0.3.0","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","terminal","console","print","output"],"author":{"name":"Thorsten Lorenz","email":"thlorenz@gmx.de","url":"thlorenz.com"},"license":"MIT","dependencies":{"redeyed":"~0.4.0"},"devDependencies":{"tap":"~0.3.1","readdirp":"~0.2.1"},"_id":"cardinal@0.3.0","dist":{"shasum":"cc58904710c1c8c70a76f9975f3d349c8ab91ead","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cardinal/-/cardinal-0.3.0.tgz","integrity":"sha512-gZ0jL2wy44stIftZuhYc8jscoVPPt8vkl/DNSM2UlV+daYUEuOHLH/CubDZ0O2fMRqsxsyrDtpR5R7J+pLeMOg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDe9OTlvV0fYIMqRYT8R84M9N4lhsTO4FfI3O+ZUmitpQIhAJetULdx2MxKo0CDOwjaBxaHb0bIzCo/SHBPaa2zYsPT"}]},"_npmVersion":"1.1.65","_npmUser":{"name":"anonymous","email":"thlorenz@gmx.de"},"maintainers":[{"name":"anonymous","email":"thlorenz@gmx.de"}],"directories":{}},"0.3.1":{"name":"cardinal","version":"0.3.1","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","terminal","console","print","output"],"author":{"name":"Thorsten Lorenz","email":"thlorenz@gmx.de","url":"thlorenz.com"},"license":"MIT","dependencies":{"redeyed":"~0.4.0"},"devDependencies":{"tap":"~0.3.1","readdirp":"~0.2.1"},"_id":"cardinal@0.3.1","dist":{"shasum":"5fb52a3f655fdc026a4f8371ddd6f64f7635f072","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cardinal/-/cardinal-0.3.1.tgz","integrity":"sha512-mRs5+I1QITtwPy/IUgJNv5Oa9ULc7UUVZWv82gu4Waj4fubgBhsza6uZTj1nsjkwB4KBaQlKJaUqHlyrlyOAlg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCvn60YHJxomL9+zCozXtda/Bcx40E9g8RXmWFm0BCdTQIhAMYsWMAwwEYUGFc/H400Iah4QoTp8sUpXmrrAe1EuH3H"}]},"_npmVersion":"1.1.65","_npmUser":{"name":"anonymous","email":"thlorenz@gmx.de"},"maintainers":[{"name":"anonymous","email":"thlorenz@gmx.de"}],"directories":{}},"0.3.2":{"name":"cardinal","version":"0.3.2","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","terminal","console","print","output"],"author":{"name":"Thorsten Lorenz","email":"thlorenz@gmx.de","url":"thlorenz.com"},"license":"MIT","dependencies":{"redeyed":"~0.4.0"},"devDependencies":{"tap":"~0.3.1","readdirp":"~0.2.1"},"_id":"cardinal@0.3.2","dist":{"shasum":"a363ea1389a22549730ed3bb157c7ef8ae0f7d25","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cardinal/-/cardinal-0.3.2.tgz","integrity":"sha512-H5iqOB1T1qmOuggj3GfSznih8kAo9YYqLI5nvSYAvBVOYASjULFA8iWAoN4c6oSLF2yyFI0JAtoc0YSyHANNDg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCCa5irMAe2zrDx9eqm1NqYuZJfr+pxZQpYeHz2Dt5loAIgSr/G/Z3iPt1GFHOZHQcVsoAVeVYSMHu2Bje7+gYdAnQ="}]},"_from":".","_npmVersion":"1.2.14","_npmUser":{"name":"anonymous","email":"thlorenz@gmx.de"},"maintainers":[{"name":"anonymous","email":"thlorenz@gmx.de"}],"directories":{}},"0.4.0":{"name":"cardinal","version":"0.4.0","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","terminal","console","print","output"],"author":{"name":"Thorsten Lorenz","email":"thlorenz@gmx.de","url":"thlorenz.com"},"license":"MIT","dependencies":{"redeyed":"~0.4.0"},"devDependencies":{"tap":"~0.3.1","readdirp":"~0.2.1"},"bugs":{"url":"https://github.com/thlorenz/cardinal/issues"},"_id":"cardinal@0.4.0","dist":{"shasum":"7d10aafb20837bde043c45e43a0c8c28cdaae45e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cardinal/-/cardinal-0.4.0.tgz","integrity":"sha512-v9AEoI0C3hrH8+zh1qcns1KiAaDWmF8siZMXCS6rHbTL3y+R9oP34KESnSnZL+4/L1wVAKPlCRD+kF4aR4YN+w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHtHPzydKNTVVdX8tkLJaeUeGBbHPt29gED6fpk4gR2FAiAHsAZIJrmOQmjMUiy8k04ANDWRcR0SrkXDyha7GUXfHw=="}]},"_from":".","_npmVersion":"1.3.5","_npmUser":{"name":"anonymous","email":"thlorenz@gmx.de"},"maintainers":[{"name":"anonymous","email":"thlorenz@gmx.de"}],"directories":{}},"0.4.1":{"name":"cardinal","version":"0.4.1","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":{"name":"Thorsten Lorenz","email":"thlorenz@gmx.de","url":"thlorenz.com"},"license":"MIT","dependencies":{"redeyed":"~0.4.0","ansicolors":"~0.2.1"},"devDependencies":{"tap":"~0.3.1","readdirp":"~0.2.1"},"bugs":{"url":"https://github.com/thlorenz/cardinal/issues"},"_id":"cardinal@0.4.1","dist":{"shasum":"809b8083e53385fd976e47767b6c369e58990036","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cardinal/-/cardinal-0.4.1.tgz","integrity":"sha512-7iQJeAuwZZ3SAf7pMj3Wjwk9S5jjlHWceW4PA10xtgWy4sJZ1LarSrGsNe7Kq9BEaoNnq3hML8HelV5y7cbiCg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDDaQTQTi8dTSn7w6NqD1Q6Kcj06BuJWQjSGA41YkdyyAiB98dwb77FxLbK4UDg7FvdOMr7xTu/SdRbJfRpPPNPhig=="}]},"_from":".","_npmVersion":"1.3.5","_npmUser":{"name":"anonymous","email":"thlorenz@gmx.de"},"maintainers":[{"name":"anonymous","email":"thlorenz@gmx.de"}],"directories":{}},"0.4.2":{"name":"cardinal","version":"0.4.2","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":{"name":"Thorsten Lorenz","email":"thlorenz@gmx.de","url":"thlorenz.com"},"license":"MIT","dependencies":{"redeyed":"~0.4.0","ansicolors":"~0.2.1"},"devDependencies":{"tap":"~0.3.1","readdirp":"~0.2.1"},"bugs":{"url":"https://github.com/thlorenz/cardinal/issues"},"_id":"cardinal@0.4.2","dist":{"shasum":"b6563a882f58a56c1abd574baec64b5d0b7ef942","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cardinal/-/cardinal-0.4.2.tgz","integrity":"sha512-DVUwZwSOoKPAnbYdj5x6qDQ+WpkGQDWBSTubdHF0TufpO46g+yYg/qZfPGZjFmNj5zoLIcCHhdg0BeRe20pCCA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGnsg+Bmy5u/ZRoY+HW64kizVuNYz5rXV7jnaSILAxwAAiEAwPtPVBI58rDAaHJKwgOh0a+QkNmD54KlHi+irOaIT3o="}]},"_from":".","_npmVersion":"1.3.5","_npmUser":{"name":"anonymous","email":"thlorenz@gmx.de"},"maintainers":[{"name":"anonymous","email":"thlorenz@gmx.de"}],"directories":{}},"0.4.3":{"name":"cardinal","version":"0.4.3","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":{"name":"Thorsten Lorenz","email":"thlorenz@gmx.de","url":"thlorenz.com"},"license":"MIT","dependencies":{"redeyed":"~0.4.0","ansicolors":"~0.2.1"},"devDependencies":{"tap":"~0.3.1","readdirp":"~0.2.1"},"bugs":{"url":"https://github.com/thlorenz/cardinal/issues"},"homepage":"https://github.com/thlorenz/cardinal","_id":"cardinal@0.4.3","dist":{"shasum":"7b74c3d1541002bd3d5b555048206719af91d313","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cardinal/-/cardinal-0.4.3.tgz","integrity":"sha512-XzkT9QH8RTU/WxfGCzi1d63uEq+FomMYrnQNeDOo8I3ND8G0IdZY0HohXoDM37HFYtyQmNtTbx59Sgy+3sxTXw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCMdmOalj2uyaiSF5wrFPFQrkw0pPtfuokcAV082m067AIgQj7qxKZQt35WX6fwhOIBtaG6dHzB2nSfHa23G3Da+N4="}]},"_from":".","_npmVersion":"1.3.17","_npmUser":{"name":"anonymous","email":"thlorenz@gmx.de"},"maintainers":[{"name":"anonymous","email":"thlorenz@gmx.de"}],"directories":{}},"0.4.4":{"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":{"name":"Thorsten Lorenz","email":"thlorenz@gmx.de","url":"thlorenz.com"},"license":"MIT","dependencies":{"redeyed":"~0.4.0","ansicolors":"~0.2.1"},"devDependencies":{"tap":"~0.3.1","readdirp":"~0.2.1"},"bugs":{"url":"https://github.com/thlorenz/cardinal/issues"},"homepage":"https://github.com/thlorenz/cardinal","_id":"cardinal@0.4.4","dist":{"shasum":"ca5bb68a5b511b90fe93b9acea49bdee5c32bfe2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cardinal/-/cardinal-0.4.4.tgz","integrity":"sha512-3MxV0o9wOpQcobrcSrRpaSxlYkohCcZu0ytOjJUww/Yo/223q4Ecloo7odT+M0SI5kPgb1JhvSaF4EEuVXOLAQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAoaZH1BnyOY83aoB/Vha+BCQQHUqFpUTp699RNAiu9+AiBK3C6CkTjjbR4fs3VCYV7fTUvlCLQnOC0niLeWY1mJFQ=="}]},"_from":".","_npmVersion":"1.3.22","_npmUser":{"name":"anonymous","email":"thlorenz@gmx.de"},"maintainers":[{"name":"anonymous","email":"thlorenz@gmx.de"}],"directories":{}},"0.5.0":{"name":"cardinal","version":"0.5.0","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":{"name":"Thorsten Lorenz","email":"thlorenz@gmx.de","url":"thlorenz.com"},"license":"MIT","dependencies":{"redeyed":"~0.5.0","ansicolors":"~0.2.1"},"devDependencies":{"tap":"~0.3.1","readdirp":"~0.2.1"},"gitHead":"5567bcafef4a082db41639800701c671cbd7721b","bugs":{"url":"https://github.com/thlorenz/cardinal/issues"},"homepage":"https://github.com/thlorenz/cardinal","_id":"cardinal@0.5.0","_shasum":"00d5f661dbd4aabfdf7d41ce48a5a59bca35a291","_from":".","_npmVersion":"2.6.1","_nodeVersion":"1.4.2","_npmUser":{"name":"anonymous","email":"thlorenz@gmx.de"},"maintainers":[{"name":"anonymous","email":"thlorenz@gmx.de"}],"dist":{"shasum":"00d5f661dbd4aabfdf7d41ce48a5a59bca35a291","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cardinal/-/cardinal-0.5.0.tgz","integrity":"sha512-HRGILv/FykuNVO7xCTiXMEPJxA7jMyHwEgljgcAZ3xkLSEhLvStqcTy6xamC1NH4Ja8hlc9VHlXKoSuFbI+7lA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFwYLeU0C2bDIRH96vmVdAMEmtM4MIGDzWjCT5DGaIcZAiAepLX/zaCUfruJV8QKLN1EtMtE9HKF2Vqs6UDTDEdvWg=="}]},"directories":{}},"0.6.0":{"name":"cardinal","version":"0.6.0","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":{"name":"Thorsten Lorenz","email":"thlorenz@gmx.de","url":"thlorenz.com"},"license":"MIT","dependencies":{"ansicolors":"~0.2.1","redeyed":"~0.6.0"},"devDependencies":{"tap":"~0.3.1","readdirp":"~0.2.1"},"gitHead":"a8be1fadbf1754ac2266b5abbf7e07b2298211bc","bugs":{"url":"https://github.com/thlorenz/cardinal/issues"},"homepage":"https://github.com/thlorenz/cardinal","_id":"cardinal@0.6.0","_shasum":"5650ccb5b316e0d948a5bf65cbc8557ad833daef","_from":".","_npmVersion":"2.14.4","_nodeVersion":"4.1.2","_npmUser":{"name":"anonymous","email":"thlorenz@gmx.de"},"dist":{"shasum":"5650ccb5b316e0d948a5bf65cbc8557ad833daef","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cardinal/-/cardinal-0.6.0.tgz","integrity":"sha512-YmsCkA2I+PBBsFOfYIkKGdMOfJ3oGGcHDGhT8M9R3xVYCvk0nwgfYUaE3/ILjjkvaH1LjBTXO7lE92g2KjWeUA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDr0EB03LYPf6QZNqF8FPby5UvdGy4HcZqSrvhAOrDx7gIhAPTnKsHEffXQOuh8ZZU1wr3MICAnxAI7u3nhqluaCCiV"}]},"maintainers":[{"name":"anonymous","email":"thlorenz@gmx.de"}],"directories":{}},"0.7.0":{"name":"cardinal","version":"0.7.0","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":{"name":"Thorsten Lorenz","email":"thlorenz@gmx.de","url":"thlorenz.com"},"license":"MIT","dependencies":{"ansicolors":"~0.2.1","redeyed":"~0.6.0"},"devDependencies":{"tap":"~0.3.1","readdirp":"~0.2.1"},"gitHead":"b1724eedfb1f5dd00f0b2c6b76c9eab2dedbf3a7","bugs":{"url":"https://github.com/thlorenz/cardinal/issues"},"homepage":"https://github.com/thlorenz/cardinal#readme","_id":"cardinal@0.7.0","_shasum":"6512c0785c430df823ae38d2e02fc227ee3cc660","_from":".","_npmVersion":"2.14.15","_nodeVersion":"4.3.1-rc.2","_npmUser":{"name":"anonymous","email":"thlorenz@gmx.de"},"dist":{"shasum":"6512c0785c430df823ae38d2e02fc227ee3cc660","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cardinal/-/cardinal-0.7.0.tgz","integrity":"sha512-T2iU375Zyly0EbTrqRVa9sIjUr/ElV70VzTQM1PCsLW/+o8q7zm0DM9SNHQBrWSg5FyYHh3lsYnbdPnH0Q6+PQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC0/PaRj93cFcXMQRX+kfq/kl0FcXGzcDyS0ICaDAQ7igIgUmw6jksntafAixsXFLcv7nbrfkkBZ76d5/QjQUVRqi0="}]},"maintainers":[{"name":"anonymous","email":"thlorenz@gmx.de"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/cardinal-0.7.0.tgz_1459271891182_0.3146513558458537"},"directories":{}},"0.7.1":{"name":"cardinal","version":"0.7.1","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":{"name":"Thorsten Lorenz","email":"thlorenz@gmx.de","url":"thlorenz.com"},"license":"MIT","dependencies":{"ansicolors":"~0.2.1","redeyed":"~0.6.0"},"devDependencies":{"tap":"~0.3.1","readdirp":"~0.2.1"},"gitHead":"c03ae0f678e31f9de06aa1800f857bfac0becab8","bugs":{"url":"https://github.com/thlorenz/cardinal/issues"},"homepage":"https://github.com/thlorenz/cardinal#readme","_id":"cardinal@0.7.1","_shasum":"2c270cdc751c86ceaafa08459c2bb38da2a2e297","_from":".","_npmVersion":"2.14.15","_nodeVersion":"4.3.1-rc.2","_npmUser":{"name":"anonymous","email":"thlorenz@gmx.de"},"dist":{"shasum":"2c270cdc751c86ceaafa08459c2bb38da2a2e297","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cardinal/-/cardinal-0.7.1.tgz","integrity":"sha512-xrLESkYYSWqIn6UutiPnDI09XkuKqIZ2/96GJpWE4sYuyvjTmJqr4em+ZkFDejNUJy8ZqJagcztJXoKd9pkvnQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCx9LUrz6Z2IvZFriN+KxDdoPosnr9n/1EPpbCQdjrEBAIhAJYwvxPCVfT0x3z/m+GzalS5LQpBfjQB/RfoPOyFLk2r"}]},"maintainers":[{"name":"anonymous","email":"thlorenz@gmx.de"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/cardinal-0.7.1.tgz_1459389317978_0.5028135688044131"},"directories":{}},"1.0.0":{"name":"cardinal","version":"1.0.0","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":{"name":"Thorsten Lorenz","email":"thlorenz@gmx.de","url":"thlorenz.com"},"license":"MIT","dependencies":{"ansicolors":"~0.2.1","redeyed":"~1.0.0"},"devDependencies":{"tap":"~0.3.1","readdirp":"~0.2.1"},"gitHead":"ce0befef82535d86218fc32e5872809212e4b274","bugs":{"url":"https://github.com/thlorenz/cardinal/issues"},"homepage":"https://github.com/thlorenz/cardinal#readme","_id":"cardinal@1.0.0","_shasum":"50e21c1b0aa37729f9377def196b5a9cec932ee9","_from":".","_npmVersion":"2.15.6","_nodeVersion":"4.4.6","_npmUser":{"name":"anonymous","email":"thlorenz@gmx.de"},"dist":{"shasum":"50e21c1b0aa37729f9377def196b5a9cec932ee9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cardinal/-/cardinal-1.0.0.tgz","integrity":"sha512-INsuF4GyiFLk8C91FPokbKTc/rwHqV4JnfatVZ6GPhguP1qmkRWX2dp5tepYboYdPpGWisLVLI+KsXoXFPRSMg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCxXZnhEHK8JR5OYDK2ZduSN9y4qiZgl9/kAbDv0Ji7GQIhAIwbMxWpm6cKx5XRXt09NlWUEbRxZVB0zBZu5bQxCu7n"}]},"maintainers":[{"name":"anonymous","email":"thlorenz@gmx.de"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/cardinal-1.0.0.tgz_1472599040783_0.3466065616812557"},"directories":{}},"2.0.0":{"name":"cardinal","version":"2.0.0","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":{"name":"Thorsten Lorenz","email":"thlorenz@gmx.de","url":"thlorenz.com"},"license":"MIT","dependencies":{"ansicolors":"~0.3.2","redeyed":"~2.0.0"},"devDependencies":{"readdirp":"~2.1.0","tap":"~11.1.4"},"gitHead":"ec52f5c0eca736e64508d1a35cd783481d22234f","bugs":{"url":"https://github.com/thlorenz/cardinal/issues"},"homepage":"https://github.com/thlorenz/cardinal#readme","_id":"cardinal@2.0.0","_shasum":"00e4535d474fea0c35e15c0cfc1c7cfb5a7b87e5","_from":".","_npmVersion":"2.15.12","_nodeVersion":"8.9.1","_npmUser":{"name":"anonymous","email":"thlorenz@gmx.de"},"dist":{"shasum":"00e4535d474fea0c35e15c0cfc1c7cfb5a7b87e5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cardinal/-/cardinal-2.0.0.tgz","fileCount":43,"unpackedSize":63764,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa3ikVCRA9TVsSAnZWagAAw5gP/3hV90iCILSSRjpoV1qd\nb/ixjaKdQSzJvGf6maP8YLAe9OkUeN9TYa36a0q5UzvZrq2z5jdhQg3xzH06\nimX0Lj4Ip5I8xJVnRQKkw0Bb+eu/ztKVZeB/OOyWSLKak+0AJRVXcIbHCGXo\n5BjZFyPOTepyG1mgZm9obPrSWP32sDJ1t/cEgEbMKrS2vMe0Ai1kjM70hvJN\nmIkEPcZ8jE7FKUxZjwOENiPgr4zYQ2SqrNxksPIgoxvOmwE845+cJDU+VTG7\nfDo0h1j4z0Uxm8mwpAnRSnT7RZnp6+/f7Ljvr843SAYXmNjSv/60tlckappa\nN8VAoKouuo0ZM+SF1dUUMoyEPerUi5DDvOG6f3aOuwpipjgnweEaTz88TWUj\nH+gLxq91kFxxnDiXJPlhBLlkPLqcOB+9NY7gEwm1QkKqqD4qVKdlVlFE4267\nwIUIHO3J+RgMWmnXexjeKkSMEawuQeFObMlwkTEBG/b8A7eKTkXUuBUHC/Ps\nxs+wrs7Sik+7sj0gWIEADBsWznNK1MDsgDHgCA3Zs3gosrvZn2teNhZ8jpFm\nSEQublF9awTBzRp0gwYatTSE0tGaQrJastBL7Raa9UJZOTUont69JIncafsX\nsrF9FZQMs8cOQ0tzbT0r2t+pa8cCiKAu0RAvrQJMpkPUFldG3+S2GsUbHXcb\n4YB9\r\n=8TG1\r\n-----END PGP SIGNATURE-----\r\n","integrity":"sha512-vd4yDShQZWJ2+QS8iNbwpziO+I8qXzzDwukojza+sL2s40ihWqWu7zucgGpygO4cS6WEPY9ayYJLiYxlITTiOg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDsq8eFUY9tmhQFh71ZLN2IeKAwDB72Mmv50NZmKbb0yAIgMhqIFphrNa2bU4uhpSbkMG2yT1eeQRK9b4nSQ96omb8="}]},"maintainers":[{"name":"anonymous","email":"thlorenz@gmx.de"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cardinal_2.0.0_1524508948623_0.5638687901968187"},"_hasShrinkwrap":false},"2.0.1":{"name":"cardinal","version":"2.0.1","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":{"name":"Thorsten Lorenz","email":"thlorenz@gmx.de","url":"thlorenz.com"},"license":"MIT","dependencies":{"ansicolors":"~0.3.2","redeyed":"~2.0.0"},"devDependencies":{"readdirp":"~2.1.0","tap":"~11.1.4"},"gitHead":"55c61cf2f86036f7612446d0a4dc8d69ddf4d83a","bugs":{"url":"https://github.com/thlorenz/cardinal/issues"},"homepage":"https://github.com/thlorenz/cardinal#readme","_id":"cardinal@2.0.1","_shasum":"2431630e6c006253b803967249b2d72e50d1985d","_from":".","_npmVersion":"2.15.12","_nodeVersion":"8.9.1","_npmUser":{"name":"anonymous","email":"thlorenz@gmx.de"},"dist":{"shasum":"2431630e6c006253b803967249b2d72e50d1985d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cardinal/-/cardinal-2.0.1.tgz","fileCount":43,"unpackedSize":63934,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa3jGPCRA9TVsSAnZWagAAm6UP/Rpa+zfNDN9i1oT3szxL\n0c+7ddDoF56exCDwr/EX32wqGreJB55xuseru/S34Q9WgCfnvgNJi8S5j2qa\nKsPJRMLudHc6UIa8lrJn7Cq8HKy/9LRIujpi28XiInxDdY2PLZN+jRCGbvEJ\nduh9w2UnZxfDxZqoH2pPvYY6738mESsslUF3Ge1Lu3rKCKUH8Wg8aUfByUhC\nUsWy89rNyX7pPJk413IpCbE0IXiPDmUhg+IhyeGgulO/9oqeWvbXaba8wusn\nIZ6xJ2/glsEzP05VChriXhMXwHUfjRzDkIZlDE/iWrCIRwnVgxK/BJfUFpCy\nkhdA9+4c9Fs1LuGkkrGbfYZISxzlkU3HilYWkZZqNxt+zFW6C/LfskAy7ZLr\nPMdOQkzcpcnClVPBSTiOHkbEwf/ukHWls456bXucDq9peQlWXuD9mUz05q8f\nirKh/ymS2Ea/hoMvWzhNuLvt94NxBngPvH9jC1Q/GoOC7YmOCcOSLEyPYVe/\npLETrm5iDNPYAPwSVH4aEKnxc1CdoRQlQnkMRAyL6klt64cABUJM9NZEQVCs\nbz2u/LhPlM9XdrmUj9f9FJD4ASX8GCMkDgoWZeyWNsA1fupnuZ6Qx/OA0hBI\n0q1kmv0Tp5ThWeenNK8drqPwt+Eog1dm8m5xMZXY6ofEfYjCBMQ4RVeeg/sD\n4lWO\r\n=b0MC\r\n-----END PGP SIGNATURE-----\r\n","integrity":"sha512-fg/y661ctUIP6aQERDJrhVlAci5J7cHfbCs1DSFUI4q8FY7kJ6tOb+vfc0wN6SVog9hDEP3OwxptiHzrHawNHA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDq5t2f9IE0mQKdZOFn7ZmbTQBoTNVSHcDdnQEStG/xDAiEAomzxBHCBvO9p1FPeIR3KjeVoClIuDeLQ/+d3Zm1XynE="}]},"maintainers":[{"name":"anonymous","email":"thlorenz@gmx.de"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cardinal_2.0.1_1524511118296_0.6897278947164838"},"_hasShrinkwrap":false},"2.1.0":{"name":"cardinal","version":"2.1.0","description":"Syntax highlights JavaScript code with ANSI colors to be printed to the terminal.","main":"cardinal.js","scripts":{"test":"npm run run-test && npm run lint","run-test":"tape test/*.js","lint":"standart","lint-fix":"standart --fix","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":{"name":"Thorsten Lorenz","email":"thlorenz@gmx.de","url":"thlorenz.com"},"license":"MIT","dependencies":{"ansicolors":"~0.3.2","redeyed":"~2.1.0"},"devDependencies":{"readdirp":"~2.1.0","standart":"~6.1.0","tape":"~4.9.0"},"standart":{"ignore":["test/fixtures"]},"gitHead":"7f97067a4da3219ee0ac3eed0e2518e2e923992c","bugs":{"url":"https://github.com/thlorenz/cardinal/issues"},"homepage":"https://github.com/thlorenz/cardinal#readme","_id":"cardinal@2.1.0","_shasum":"f601ebe3979005674a1eaec076237a8f3c3e61c4","_from":".","_npmVersion":"2.15.12","_nodeVersion":"10.0.0","_npmUser":{"name":"anonymous","email":"thlorenz@gmx.de"},"dist":{"shasum":"f601ebe3979005674a1eaec076237a8f3c3e61c4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cardinal/-/cardinal-2.1.0.tgz","fileCount":42,"unpackedSize":65800,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbA1X5CRA9TVsSAnZWagAA1mMP/2nNI0Kt2gzKeiy2Mna5\nqzmYe5Z99P8SH2XWKW0eau3174zWU1QD3b5deXJci+mQhTjzof4qmHHxQGmG\nHiyE94fmli3aL5vf0h4MtWs4Vy71p1BzaGU1FLfkv8Mw+BEn+fp6hYNsC4KH\ni9FNk8tP6HHRZDWa4oz2f9kwH+pJ9/EDsxv56ieO4fBRXLyV1MYOTGcu22jU\nLn3+iDFl3gDdDceHlPwriKIF+t+ROsHaCUL2mWZu+5zu5AaXEu0e2sapOotD\nR1nyEhTKoPlaqQ7BlKjOlP596vmQMIH5Le8/U2tb9OWDlec1GNW7QH4YVzVN\nblSr7YBwihDPMHoILhHZLjFrMsl1U0aFCzm2g1DUeB9bfyVeeu0zUeOWzyA+\nmZ0hToNxRiGPNrdvimbo34O/FMeEt3gitjVaGwNlshQORgL0NOn07MWWDMYe\nJTQh2wTN5dZNnfWsYte7/EKuYhL3r5w901p7Ra3BkIwVmjCSGcDXAAeb1tZX\nzKUIMFigQ4zeDQ3vOLYQRnD4SgOdrwVNCFgpjk4MNblE4XUwP0WAQKkPWLjx\nsTe1JO9triRvH6K14/Jo1yRmcL+MEdqNFwadDrjKKEf86KR5Bz/WkJ91SLYZ\nQjhR13o3JC2SS8v0aOQkEzuJIth7Iu+qR4KsJE/jA9M+wCuPZ6RqenLqTkES\n1F1q\r\n=bmIW\r\n-----END PGP SIGNATURE-----\r\n","integrity":"sha512-JVGMWR8z+9IQNPXnqZ769zvc6H0HYqcE1dhvetOrcs+cf6HniPCqDDpyTsYp/DcrBXzgDTFMEjZW8mvDZN4c+A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCyhI9O9RPfbeJK0tGAbXXP3sd+TbcQDuBNDUrb16y9/QIhAM1PgRKRYTBOOhsPIZpuq5bYGaWVu8CEWpwCVqt2zA2i"}]},"maintainers":[{"name":"anonymous","email":"thlorenz@gmx.de"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cardinal_2.1.0_1526945271904_0.35063396844748285"},"_hasShrinkwrap":false},"2.1.1":{"name":"cardinal","version":"2.1.1","description":"Syntax highlights JavaScript code with ANSI colors to be printed to the terminal.","main":"cardinal.js","scripts":{"test":"npm run run-test && npm run lint","run-test":"tape test/*.js","lint":"standart","lint-fix":"standart --fix","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":{"name":"Thorsten Lorenz","email":"thlorenz@gmx.de","url":"thlorenz.com"},"license":"MIT","dependencies":{"ansicolors":"~0.3.2","redeyed":"~2.1.0"},"devDependencies":{"readdirp":"~2.1.0","standart":"~6.1.0","tape":"~4.9.0"},"standart":{"ignore":["test/fixtures"]},"gitHead":"c407ebe9c16122025488313fb1b020e62c0046ef","bugs":{"url":"https://github.com/thlorenz/cardinal/issues"},"homepage":"https://github.com/thlorenz/cardinal#readme","_id":"cardinal@2.1.1","_shasum":"7cc1055d822d212954d07b085dea251cc7bc5505","_from":".","_npmVersion":"2.15.12","_nodeVersion":"10.0.0","_npmUser":{"name":"anonymous","email":"thlorenz@gmx.de"},"dist":{"shasum":"7cc1055d822d212954d07b085dea251cc7bc5505","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/cardinal/-/cardinal-2.1.1.tgz","fileCount":42,"unpackedSize":66043,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbBFcFCRA9TVsSAnZWagAAvYgP/3AwpMPqkUXebw0Yhorq\nBwtD3zhp+EstXpGoKAbp7LaFEKRqaSD2RKgRiaAaw6P7O/vO7U58Nz8lOaHJ\nMNHu4NwudAdTXnsPYighIwnJTp2Kc6U3mueCrwiUDqvV5w/CKpoYPstiFajS\nc+7B6nbLDUaT4EJuLwqrTRxC0hKMn+DN7DuQJKSOY2huK/++3c6t+WM1CbWO\ngIBPK5qcKNGBEaghid99fsTWneT7HTvHNJrddaNtJoEU2kmcMBFYjA/1yxwW\n4Sq/s1E0f2s9rvFxF56aRSpMI38XDVb8KiEMWCmjNTNsMaD2ON3LlvGQ32MG\ngpiq6Voqv3F3FTW5vInRYiYddjGTPiqbOflKXFEwOXG2VkS6kp2VnvM1Ixj1\nEXGDz9E+FoVq6vJ99HSsGxBpY5R+YvzjXMzORC2M/N1F5A9D6Izc+qP7zp5u\nCLDUPT9jLcXvkGeFdhJjdbDromSIj4S+2PfS0wMiaWESwve5YyL6DaXs6A3z\nwLQNhIaAC/jv0zG2PkAGZpnYkwKTeO0Xg1pVYY9YpnS6y/XmfrrsAjEclbjN\nJAROtsJ0v2qRbwuIY4fOlsioruHNhPmewp56TnNBJSWy+YZEBogbmPFbMg2e\n4Q/Bhrij4qOgqulNReIOx427ZxDeG3XAdjEm8TGdbtp2Ii+MjAcwVQRiszDQ\nyN9H\r\n=aX3i\r\n-----END PGP SIGNATURE-----\r\n","integrity":"sha512-JSr5eOgoEymtYHBjNWyjrMqet9Am2miJhlfKNdqLp6zoeAh0KN5dRAcxlecj5mAJrmQomgiOBj35xHLrFjqBpw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDjTZpbAaTJW+O16EYLXK/DH2DPtNtMfBWT1ikpYHRhdwIgdBwhWBrnU12HVw8CHBeeYDBh7kVhesNE6ozNevTt05k="}]},"maintainers":[{"name":"anonymous","email":"thlorenz@gmx.de"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/cardinal_2.1.1_1527011076961_0.7102539888151373"},"_hasShrinkwrap":false}},"name":"cardinal","time":{"modified":"2023-04-12T02:46:05.656Z","created":"2012-10-21T02:14:20.861Z","0.1.0":"2012-10-21T02:14:21.252Z","0.1.1":"2012-10-21T15:14:57.568Z","0.1.2":"2012-10-21T21:22:42.347Z","0.1.3":"2012-10-22T15:13:18.470Z","0.2.0":"2012-11-01T01:41:55.722Z","0.3.0":"2012-11-03T22:23:35.129Z","0.3.1":"2012-11-03T22:38:34.680Z","0.3.2":"2013-04-05T01:52:46.231Z","0.4.0":"2013-07-30T21:41:41.117Z","0.4.1":"2013-07-31T12:44:33.569Z","0.4.2":"2013-08-01T02:36:34.838Z","0.4.3":"2013-12-15T23:38:22.225Z","0.4.4":"2014-01-07T23:27:22.167Z","0.5.0":"2015-03-04T03:00:43.004Z","0.6.0":"2015-11-12T13:54:37.718Z","0.7.0":"2016-03-29T17:18:12.205Z","0.7.1":"2016-03-31T01:55:19.031Z","1.0.0":"2016-08-30T23:17:21.009Z","2.0.0":"2018-04-23T18:42:28.716Z","2.0.1":"2018-04-23T19:18:38.415Z","2.1.0":"2018-05-21T23:27:51.972Z","2.1.1":"2018-05-22T17:44:37.164Z"},"readmeFilename":"README.md","homepage":"https://github.com/thlorenz/cardinal#readme"}