package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. {
  2. "_args": [
  3. [
  4. "cli-highlight@2.1.1",
  5. "/Users/apple/tmp/ok/vue_cli_default"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "cli-highlight@2.1.1",
  10. "_id": "cli-highlight@2.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-IYAiPVFhixEvRQnPluSmx1Cwfpc=",
  13. "_location": "/cli-highlight",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "cli-highlight@2.1.1",
  19. "name": "cli-highlight",
  20. "escapedName": "cli-highlight",
  21. "rawSpec": "2.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.1"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-service"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/cli-highlight/download/cli-highlight-2.1.1.tgz",
  29. "_spec": "2.1.1",
  30. "_where": "/Users/apple/tmp/ok/vue_cli_default",
  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. "config": {
  42. "commitizen": {
  43. "path": "./node_modules/cz-conventional-changelog"
  44. }
  45. },
  46. "dependencies": {
  47. "chalk": "^2.3.0",
  48. "highlight.js": "^9.6.0",
  49. "mz": "^2.4.0",
  50. "parse5": "^4.0.0",
  51. "yargs": "^13.0.0"
  52. },
  53. "description": "Syntax highlighting in your terminal",
  54. "devDependencies": {
  55. "@sourcegraph/prettierrc": "^2.1.1",
  56. "@sourcegraph/tslint-config": "^11.0.1",
  57. "@types/highlight.js": "^9.12.1",
  58. "@types/jest": "^24.0.9",
  59. "@types/mz": "0.0.32",
  60. "@types/node": "^8.0.53",
  61. "@types/yargs": "^13.0.0",
  62. "cz-conventional-changelog": "^2.1.0",
  63. "husky": "^0.14.3",
  64. "jest": "^24.1.0",
  65. "prettier": "^1.12.1",
  66. "semantic-release": "^15.13.4",
  67. "ts-jest": "^24.0.0",
  68. "tslint": "^5.8.0",
  69. "typedoc": "^0.14.2",
  70. "typescript": "^3.3.3333",
  71. "validate-commit-msg": "^2.14.0"
  72. },
  73. "engines": {
  74. "node": ">=8.0.0",
  75. "npm": ">=5.0.0"
  76. },
  77. "files": [
  78. "dist",
  79. "bin",
  80. "README.md",
  81. "LICENSE.txt"
  82. ],
  83. "homepage": "https://github.com/felixfbecker/cli-highlight#readme",
  84. "jest": {
  85. "collectCoverage": true,
  86. "transform": {
  87. "^.+\\.tsx?$": "ts-jest"
  88. },
  89. "testRegex": "(/test/.*|/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
  90. "testPathIgnorePatterns": [
  91. "/node_modules/",
  92. "/src/test/__fixtures__/"
  93. ],
  94. "coverageReporters": [
  95. "json",
  96. "text"
  97. ],
  98. "moduleFileExtensions": [
  99. "ts",
  100. "tsx",
  101. "js",
  102. "jsx",
  103. "json"
  104. ]
  105. },
  106. "keywords": [
  107. "terminal",
  108. "syntax",
  109. "highlight",
  110. "color",
  111. "cli",
  112. "ansi"
  113. ],
  114. "license": "ISC",
  115. "main": "dist/index.js",
  116. "name": "cli-highlight",
  117. "repository": {
  118. "type": "git",
  119. "url": "git+https://github.com/felixfbecker/cli-highlight.git"
  120. },
  121. "scripts": {
  122. "build": "tsc -p .",
  123. "commitmsg": "validate-commit-msg",
  124. "lint": "npm run tslint && npm run prettier",
  125. "prettier": "prettier --write --list-different '**/{*.ts,*.json,.prettierrc}'",
  126. "semantic-release": "semantic-release",
  127. "test": "jest",
  128. "tslint": "tslint -c tslint.json -p tsconfig.json",
  129. "typedoc": "typedoc --media media --mode file --excludeNotExported --out typedoc src/index.ts",
  130. "watch": "tsc -p . -w"
  131. },
  132. "types": "dist/index.d.ts",
  133. "version": "2.1.1"
  134. }