123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134 |
- {
- "_args": [
- [
- "cli-highlight@2.1.1",
- "/Users/apple/tmp/ok/vue_cli_default"
- ]
- ],
- "_development": true,
- "_from": "cli-highlight@2.1.1",
- "_id": "cli-highlight@2.1.1",
- "_inBundle": false,
- "_integrity": "sha1-IYAiPVFhixEvRQnPluSmx1Cwfpc=",
- "_location": "/cli-highlight",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "cli-highlight@2.1.1",
- "name": "cli-highlight",
- "escapedName": "cli-highlight",
- "rawSpec": "2.1.1",
- "saveSpec": null,
- "fetchSpec": "2.1.1"
- },
- "_requiredBy": [
- "/@vue/cli-service"
- ],
- "_resolved": "https://registry.npm.taobao.org/cli-highlight/download/cli-highlight-2.1.1.tgz",
- "_spec": "2.1.1",
- "_where": "/Users/apple/tmp/ok/vue_cli_default",
- "author": {
- "name": "Felix Becker",
- "email": "felix.b@outlook.com"
- },
- "bin": {
- "highlight": "./bin/highlight"
- },
- "bugs": {
- "url": "https://github.com/felixfbecker/cli-highlight/issues"
- },
- "config": {
- "commitizen": {
- "path": "./node_modules/cz-conventional-changelog"
- }
- },
- "dependencies": {
- "chalk": "^2.3.0",
- "highlight.js": "^9.6.0",
- "mz": "^2.4.0",
- "parse5": "^4.0.0",
- "yargs": "^13.0.0"
- },
- "description": "Syntax highlighting in your terminal",
- "devDependencies": {
- "@sourcegraph/prettierrc": "^2.1.1",
- "@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/yargs": "^13.0.0",
- "cz-conventional-changelog": "^2.1.0",
- "husky": "^0.14.3",
- "jest": "^24.1.0",
- "prettier": "^1.12.1",
- "semantic-release": "^15.13.4",
- "ts-jest": "^24.0.0",
- "tslint": "^5.8.0",
- "typedoc": "^0.14.2",
- "typescript": "^3.3.3333",
- "validate-commit-msg": "^2.14.0"
- },
- "engines": {
- "node": ">=8.0.0",
- "npm": ">=5.0.0"
- },
- "files": [
- "dist",
- "bin",
- "README.md",
- "LICENSE.txt"
- ],
- "homepage": "https://github.com/felixfbecker/cli-highlight#readme",
- "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 .",
- "commitmsg": "validate-commit-msg",
- "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.1"
- }
|