package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. {
  2. "_args": [
  3. [
  4. "cli-highlight@2.1.4",
  5. "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "cli-highlight@2.1.4",
  10. "_id": "cli-highlight@2.1.4",
  11. "_inBundle": false,
  12. "_integrity": "sha1-CYy2Qs8X9CrcHBFF4H+WDsTXUis=",
  13. "_location": "/cli-highlight",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "cli-highlight@2.1.4",
  19. "name": "cli-highlight",
  20. "escapedName": "cli-highlight",
  21. "rawSpec": "2.1.4",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.4"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-service"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/cli-highlight/download/cli-highlight-2.1.4.tgz",
  29. "_spec": "2.1.4",
  30. "_where": "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin",
  31. "author": {
  32. "name": "Felix Becker",
  33. "email": "felix.b@outlook.com"
  34. },
  35. "bin": {
  36. "highlight": "bin/highlight"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/felixfbecker/cli-highlight/issues"
  40. },
  41. "commitlint": {
  42. "extends": [
  43. "@commitlint/config-conventional"
  44. ]
  45. },
  46. "dependencies": {
  47. "chalk": "^3.0.0",
  48. "highlight.js": "^9.6.0",
  49. "mz": "^2.4.0",
  50. "parse5": "^5.1.1",
  51. "parse5-htmlparser2-tree-adapter": "^5.1.1",
  52. "yargs": "^15.0.0"
  53. },
  54. "description": "Syntax highlighting in your terminal",
  55. "devDependencies": {
  56. "@commitlint/cli": "^8.2.0",
  57. "@commitlint/config-conventional": "^8.2.0",
  58. "@sourcegraph/prettierrc": "^3.0.0",
  59. "@sourcegraph/tslint-config": "^11.0.1",
  60. "@types/highlight.js": "^9.12.1",
  61. "@types/jest": "^24.0.9",
  62. "@types/mz": "0.0.32",
  63. "@types/node": "^8.0.53",
  64. "@types/parse5": "^5.0.2",
  65. "@types/parse5-htmlparser2-tree-adapter": "^5.0.1",
  66. "@types/yargs": "^13.0.0",
  67. "husky": "^3.0.0",
  68. "jest": "^24.1.0",
  69. "prettier": "^1.12.1",
  70. "semantic-release": "^15.13.4",
  71. "ts-jest": "^24.0.0",
  72. "tslint": "^5.8.0",
  73. "typedoc": "^0.15.0",
  74. "typescript": "~3.6.4"
  75. },
  76. "engines": {
  77. "node": ">=8.0.0",
  78. "npm": ">=5.0.0"
  79. },
  80. "files": [
  81. "dist",
  82. "bin",
  83. "README.md",
  84. "LICENSE.txt"
  85. ],
  86. "homepage": "https://github.com/felixfbecker/cli-highlight#readme",
  87. "husky": {
  88. "hooks": {
  89. "commit-msg": "commitlint -e $HUSKY_GIT_PARAMS"
  90. }
  91. },
  92. "jest": {
  93. "collectCoverage": true,
  94. "transform": {
  95. "^.+\\.tsx?$": "ts-jest"
  96. },
  97. "testRegex": "(/test/.*|/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
  98. "testPathIgnorePatterns": [
  99. "/node_modules/",
  100. "/src/test/__fixtures__/"
  101. ],
  102. "coverageReporters": [
  103. "json",
  104. "text"
  105. ],
  106. "moduleFileExtensions": [
  107. "ts",
  108. "tsx",
  109. "js",
  110. "jsx",
  111. "json"
  112. ]
  113. },
  114. "keywords": [
  115. "terminal",
  116. "syntax",
  117. "highlight",
  118. "color",
  119. "cli",
  120. "ansi"
  121. ],
  122. "license": "ISC",
  123. "main": "dist/index.js",
  124. "name": "cli-highlight",
  125. "repository": {
  126. "type": "git",
  127. "url": "git+https://github.com/felixfbecker/cli-highlight.git"
  128. },
  129. "scripts": {
  130. "build": "tsc -p .",
  131. "lint": "npm run tslint && npm run prettier",
  132. "prettier": "prettier --write --list-different '**/{*.ts,*.json,.prettierrc}'",
  133. "semantic-release": "semantic-release",
  134. "test": "jest",
  135. "tslint": "tslint -c tslint.json -p tsconfig.json",
  136. "typedoc": "typedoc --media media --mode file --excludeNotExported --out typedoc src/index.ts",
  137. "watch": "tsc -p . -w"
  138. },
  139. "types": "dist/index.d.ts",
  140. "version": "2.1.4"
  141. }