You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

164 lines
4.0 KiB

3 months ago
  1. {
  2. "_args": [
  3. [
  4. "cli-highlight@2.1.11",
  5. "D:\\IDEAproject\\frontend\\Front-end logistics"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "cli-highlight@2.1.11",
  10. "_id": "cli-highlight@2.1.11",
  11. "_inBundle": false,
  12. "_integrity": "sha512-9KDcoEVwyUXrjcJNvHD0NFc/hiwe/WPVYIleQh2O1N2Zro5gWJZ/K+3DGn8w8P/F6FxOgzyC5bxDyHIgCSPhGg==",
  13. "_location": "/cli-highlight",
  14. "_phantomChildren": {
  15. "ansi-styles": "4.3.0",
  16. "supports-color": "7.2.0"
  17. },
  18. "_requested": {
  19. "type": "version",
  20. "registry": true,
  21. "raw": "cli-highlight@2.1.11",
  22. "name": "cli-highlight",
  23. "escapedName": "cli-highlight",
  24. "rawSpec": "2.1.11",
  25. "saveSpec": null,
  26. "fetchSpec": "2.1.11"
  27. },
  28. "_requiredBy": [
  29. "/@vue/cli-service"
  30. ],
  31. "_resolved": "https://registry.npmmirror.com/cli-highlight/-/cli-highlight-2.1.11.tgz",
  32. "_spec": "2.1.11",
  33. "_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
  34. "author": {
  35. "name": "Felix Becker",
  36. "email": "felix.b@outlook.com"
  37. },
  38. "bin": {
  39. "highlight": "bin/highlight"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/felixfbecker/cli-highlight/issues"
  43. },
  44. "commitlint": {
  45. "extends": [
  46. "@commitlint/config-conventional"
  47. ]
  48. },
  49. "dependencies": {
  50. "chalk": "^4.0.0",
  51. "highlight.js": "^10.7.1",
  52. "mz": "^2.4.0",
  53. "parse5": "^5.1.1",
  54. "parse5-htmlparser2-tree-adapter": "^6.0.0",
  55. "yargs": "^16.0.0"
  56. },
  57. "description": "Syntax highlighting in your terminal",
  58. "devDependencies": {
  59. "@commitlint/cli": "^11.0.0",
  60. "@commitlint/config-conventional": "^11.0.0",
  61. "@eclass/semantic-release-surge": "^1.0.7",
  62. "@sourcegraph/eslint-config": "^0.20.16",
  63. "@sourcegraph/prettierrc": "^3.0.3",
  64. "@types/jest": "^24.0.9",
  65. "@types/mz": "0.0.32",
  66. "@types/node": "^14.14.9",
  67. "@types/parse5": "^5.0.2",
  68. "@types/parse5-htmlparser2-tree-adapter": "^5.0.1",
  69. "@types/yargs": "^13.0.0",
  70. "eslint": "^7.14.0",
  71. "husky": "^3.0.0",
  72. "jest": "^24.1.0",
  73. "prettier": "^2.2.0",
  74. "semantic-release": "^17.2.4",
  75. "ts-jest": "^24.0.0",
  76. "typedoc": "^0.19.0",
  77. "typescript": "^4.1.2"
  78. },
  79. "engines": {
  80. "node": ">=8.0.0",
  81. "npm": ">=5.0.0"
  82. },
  83. "files": [
  84. "dist",
  85. "bin",
  86. "README.md",
  87. "LICENSE.txt"
  88. ],
  89. "homepage": "https://github.com/felixfbecker/cli-highlight#readme",
  90. "husky": {
  91. "hooks": {
  92. "commit-msg": "commitlint -e $HUSKY_GIT_PARAMS"
  93. }
  94. },
  95. "jest": {
  96. "collectCoverage": true,
  97. "transform": {
  98. "^.+\\.tsx?$": "ts-jest"
  99. },
  100. "testRegex": "(/test/.*|/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
  101. "testPathIgnorePatterns": [
  102. "/node_modules/",
  103. "/dist/",
  104. "/src/test/__fixtures__/"
  105. ],
  106. "coverageReporters": [
  107. "json",
  108. "text"
  109. ],
  110. "moduleFileExtensions": [
  111. "ts",
  112. "tsx",
  113. "js",
  114. "jsx",
  115. "json"
  116. ]
  117. },
  118. "keywords": [
  119. "terminal",
  120. "syntax",
  121. "highlight",
  122. "color",
  123. "cli",
  124. "ansi"
  125. ],
  126. "license": "ISC",
  127. "main": "dist/index.js",
  128. "name": "cli-highlight",
  129. "release": {
  130. "branches": [
  131. "main"
  132. ],
  133. "plugins": [
  134. "@semantic-release/commit-analyzer",
  135. "@semantic-release/release-notes-generator",
  136. "@semantic-release/npm",
  137. "@semantic-release/github",
  138. [
  139. "@eclass/semantic-release-surge",
  140. {
  141. "alias": "cli-highlight.surge.sh",
  142. "assets": "./typedoc/",
  143. "buildScriptName": "typedoc"
  144. }
  145. ]
  146. ]
  147. },
  148. "repository": {
  149. "type": "git",
  150. "url": "git+https://github.com/felixfbecker/cli-highlight.git"
  151. },
  152. "scripts": {
  153. "build": "tsc -p .",
  154. "eslint": "eslint 'src/**/*.ts'",
  155. "lint": "npm run eslint && npm run prettier",
  156. "prettier": "prettier --write --list-different '**/{*.ts,*.json,.prettierrc}'",
  157. "semantic-release": "semantic-release",
  158. "test": "jest",
  159. "typedoc": "typedoc --media media --mode file --excludeNotExported --out typedoc src/index.ts",
  160. "watch": "tsc -p . -w"
  161. },
  162. "types": "dist/index.d.ts",
  163. "version": "2.1.11"
  164. }