824f81738308dad77de81ba9e56a9a5edf687cf8.svn-base 1.91 KB
{
  "_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"
}