management/front/dkha-web-sz-main/node_modules/cli-highlight/package.json

162 lines
4.1 KiB
JSON
Raw Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "cli-highlight@^2.1.0",
"_id": "cli-highlight@2.1.11",
2023-12-18 13:12:25 +08:00
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-9KDcoEVwyUXrjcJNvHD0NFc/hiwe/WPVYIleQh2O1N2Zro5gWJZ/K+3DGn8w8P/F6FxOgzyC5bxDyHIgCSPhGg==",
2023-12-18 13:12:25 +08:00
"_location": "/cli-highlight",
"_phantomChildren": {
2024-01-16 21:26:16 +08:00
"escalade": "3.1.1",
"get-caller-file": "2.0.5",
"require-directory": "2.1.1"
2023-12-18 13:12:25 +08:00
},
"_requested": {
2024-01-16 21:26:16 +08:00
"type": "range",
2023-12-18 13:12:25 +08:00
"registry": true,
2024-01-16 21:26:16 +08:00
"raw": "cli-highlight@^2.1.0",
2023-12-18 13:12:25 +08:00
"name": "cli-highlight",
"escapedName": "cli-highlight",
2024-01-16 21:26:16 +08:00
"rawSpec": "^2.1.0",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^2.1.0"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/@vue/cli-service"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/cli-highlight/-/cli-highlight-2.1.11.tgz",
"_shasum": "49736fa452f0aaf4fae580e30acb26828d2dc1bf",
"_spec": "cli-highlight@^2.1.0",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\@vue\\cli-service",
2023-12-18 13:12:25 +08:00
"author": {
"name": "Felix Becker",
"email": "felix.b@outlook.com"
},
"bin": {
"highlight": "bin/highlight"
},
"bugs": {
"url": "https://github.com/felixfbecker/cli-highlight/issues"
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
2023-12-18 13:12:25 +08:00
},
"dependencies": {
2024-01-16 21:26:16 +08:00
"chalk": "^4.0.0",
"highlight.js": "^10.7.1",
2023-12-18 13:12:25 +08:00
"mz": "^2.4.0",
2024-01-16 21:26:16 +08:00
"parse5": "^5.1.1",
"parse5-htmlparser2-tree-adapter": "^6.0.0",
"yargs": "^16.0.0"
2023-12-18 13:12:25 +08:00
},
2024-01-16 21:26:16 +08:00
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "Syntax highlighting in your terminal",
"devDependencies": {
2024-01-16 21:26:16 +08:00
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@eclass/semantic-release-surge": "^1.0.7",
"@sourcegraph/eslint-config": "^0.20.16",
"@sourcegraph/prettierrc": "^3.0.3",
2023-12-18 13:12:25 +08:00
"@types/jest": "^24.0.9",
"@types/mz": "0.0.32",
2024-01-16 21:26:16 +08:00
"@types/node": "^14.14.9",
"@types/parse5": "^5.0.2",
"@types/parse5-htmlparser2-tree-adapter": "^5.0.1",
2023-12-18 13:12:25 +08:00
"@types/yargs": "^13.0.0",
2024-01-16 21:26:16 +08:00
"eslint": "^7.14.0",
"husky": "^3.0.0",
2023-12-18 13:12:25 +08:00
"jest": "^24.1.0",
2024-01-16 21:26:16 +08:00
"prettier": "^2.2.0",
"semantic-release": "^17.2.4",
2023-12-18 13:12:25 +08:00
"ts-jest": "^24.0.0",
2024-01-16 21:26:16 +08:00
"typedoc": "^0.19.0",
"typescript": "^4.1.2"
2023-12-18 13:12:25 +08:00
},
"engines": {
"node": ">=8.0.0",
"npm": ">=5.0.0"
},
"files": [
"dist",
"bin",
"README.md",
"LICENSE.txt"
],
"homepage": "https://github.com/felixfbecker/cli-highlight#readme",
2024-01-16 21:26:16 +08:00
"husky": {
"hooks": {
"commit-msg": "commitlint -e $HUSKY_GIT_PARAMS"
}
},
2023-12-18 13:12:25 +08:00
"jest": {
"collectCoverage": true,
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testRegex": "(/test/.*|/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"testPathIgnorePatterns": [
"/node_modules/",
2024-01-16 21:26:16 +08:00
"/dist/",
2023-12-18 13:12:25 +08:00
"/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",
2024-01-16 21:26:16 +08:00
"release": {
"branches": [
"main"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
"@semantic-release/github",
[
"@eclass/semantic-release-surge",
{
"alias": "cli-highlight.surge.sh",
"assets": "./typedoc/",
"buildScriptName": "typedoc"
}
]
]
},
2023-12-18 13:12:25 +08:00
"repository": {
"type": "git",
"url": "git+https://github.com/felixfbecker/cli-highlight.git"
},
"scripts": {
"build": "tsc -p .",
2024-01-16 21:26:16 +08:00
"eslint": "eslint 'src/**/*.ts'",
"lint": "npm run eslint && npm run prettier",
2023-12-18 13:12:25 +08:00
"prettier": "prettier --write --list-different '**/{*.ts,*.json,.prettierrc}'",
"semantic-release": "semantic-release",
"test": "jest",
"typedoc": "typedoc --media media --mode file --excludeNotExported --out typedoc src/index.ts",
"watch": "tsc -p . -w"
},
"types": "dist/index.d.ts",
2024-01-16 21:26:16 +08:00
"version": "2.1.11"
2023-12-18 13:12:25 +08:00
}