{
  "_args": [
    [
      "cli-highlight@2.1.4",
      "/root/project/processmaker/vendor/colosa/taskscheduler"
    ]
  ],
  "_development": true,
  "_from": "cli-highlight@2.1.4",
  "_id": "cli-highlight@2.1.4",
  "_inBundle": false,
  "_integrity": "sha512-s7Zofobm20qriqDoU9sXptQx0t2R9PEgac92mENNm7xaEe1hn71IIMsXMK+6encA6WRCWWxIGQbipr3q998tlQ==",
  "_location": "/cli-highlight",
  "_phantomChildren": {
    "@types/color-name": "1.1.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "cli-highlight@2.1.4",
    "name": "cli-highlight",
    "escapedName": "cli-highlight",
    "rawSpec": "2.1.4",
    "saveSpec": null,
    "fetchSpec": "2.1.4"
  },
  "_requiredBy": [
    "/@vue/cli-service"
  ],
  "_resolved": "https://registry.npmjs.org/cli-highlight/-/cli-highlight-2.1.4.tgz",
  "_spec": "2.1.4",
  "_where": "/root/project/processmaker/vendor/colosa/taskscheduler",
  "author": {
    "name": "Felix Becker",
    "email": "felix.b@outlook.com"
  },
  "bin": {
    "highlight": "bin/highlight"
  },
  "bugs": {
    "url": "https://github.com/felixfbecker/cli-highlight/issues"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "dependencies": {
    "chalk": "^3.0.0",
    "highlight.js": "^9.6.0",
    "mz": "^2.4.0",
    "parse5": "^5.1.1",
    "parse5-htmlparser2-tree-adapter": "^5.1.1",
    "yargs": "^15.0.0"
  },
  "description": "Syntax highlighting in your terminal",
  "devDependencies": {
    "@commitlint/cli": "^8.2.0",
    "@commitlint/config-conventional": "^8.2.0",
    "@sourcegraph/prettierrc": "^3.0.0",
    "@sourcegraph/tslint-config": "^11.0.1",
    "@types/highlight.js": "^9.12.1",
    "@types/jest": "^24.0.9",
    "@types/mz": "0.0.32",
    "@types/node": "^8.0.53",
    "@types/parse5": "^5.0.2",
    "@types/parse5-htmlparser2-tree-adapter": "^5.0.1",
    "@types/yargs": "^13.0.0",
    "husky": "^3.0.0",
    "jest": "^24.1.0",
    "prettier": "^1.12.1",
    "semantic-release": "^15.13.4",
    "ts-jest": "^24.0.0",
    "tslint": "^5.8.0",
    "typedoc": "^0.15.0",
    "typescript": "~3.6.4"
  },
  "engines": {
    "node": ">=8.0.0",
    "npm": ">=5.0.0"
  },
  "files": [
    "dist",
    "bin",
    "README.md",
    "LICENSE.txt"
  ],
  "homepage": "https://github.com/felixfbecker/cli-highlight#readme",
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -e $HUSKY_GIT_PARAMS"
    }
  },
  "jest": {
    "collectCoverage": true,
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
    "testRegex": "(/test/.*|/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
    "testPathIgnorePatterns": [
      "/node_modules/",
      "/src/test/__fixtures__/"
    ],
    "coverageReporters": [
      "json",
      "text"
    ],
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "json"
    ]
  },
  "keywords": [
    "terminal",
    "syntax",
    "highlight",
    "color",
    "cli",
    "ansi"
  ],
  "license": "ISC",
  "main": "dist/index.js",
  "name": "cli-highlight",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/felixfbecker/cli-highlight.git"
  },
  "scripts": {
    "build": "tsc -p .",
    "lint": "npm run tslint && npm run prettier",
    "prettier": "prettier --write --list-different '**/{*.ts,*.json,.prettierrc}'",
    "semantic-release": "semantic-release",
    "test": "jest",
    "tslint": "tslint -c tslint.json -p tsconfig.json",
    "typedoc": "typedoc --media media --mode file --excludeNotExported --out typedoc src/index.ts",
    "watch": "tsc -p . -w"
  },
  "types": "dist/index.d.ts",
  "version": "2.1.4"
}
