package.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. {
  2. "_from": "highlight.js@^10.7.1",
  3. "_id": "highlight.js@10.7.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==",
  6. "_location": "/highlight.js",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "highlight.js@^10.7.1",
  12. "name": "highlight.js",
  13. "escapedName": "highlight.js",
  14. "rawSpec": "^10.7.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^10.7.1"
  17. },
  18. "_requiredBy": [
  19. "/cli-highlight"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.7.3.tgz",
  22. "_shasum": "697272e3991356e40c3cac566a74eef681756531",
  23. "_spec": "highlight.js@^10.7.1",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\cli-highlight",
  25. "author": {
  26. "name": "Ivan Sagalaev",
  27. "email": "maniac@softwaremaniacs.org"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/highlightjs/highlight.js/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Josh Goebel",
  36. "email": "hello@joshgoebel.com"
  37. },
  38. {
  39. "name": "Egor Rogov",
  40. "email": "e.rogov@postgrespro.ru"
  41. },
  42. {
  43. "name": "Vladimir Jimenez",
  44. "email": "me@allejo.io"
  45. },
  46. {
  47. "name": "Ivan Sagalaev",
  48. "email": "maniac@softwaremaniacs.org"
  49. },
  50. {
  51. "name": "Jeremy Hull",
  52. "email": "sourdrums@gmail.com"
  53. },
  54. {
  55. "name": "Oleg Efimov",
  56. "email": "efimovov@gmail.com"
  57. },
  58. {
  59. "name": "Gidi Meir Morris",
  60. "email": "gidi@gidi.io"
  61. },
  62. {
  63. "name": "Jan T. Sott",
  64. "email": "git@idleberg.com"
  65. },
  66. {
  67. "name": "Li Xuanji",
  68. "email": "xuanji@gmail.com"
  69. },
  70. {
  71. "name": "Marcos Cáceres",
  72. "email": "marcos@marcosc.com"
  73. },
  74. {
  75. "name": "Sang Dang",
  76. "email": "sang.dang@polku.io"
  77. }
  78. ],
  79. "deprecated": false,
  80. "description": "Syntax highlighting with language autodetection.",
  81. "devDependencies": {
  82. "@rollup/plugin-commonjs": "^17.0.0",
  83. "@rollup/plugin-json": "^4.1.0",
  84. "@rollup/plugin-node-resolve": "^11.1.0",
  85. "@types/mocha": "^8.2.2",
  86. "@typescript-eslint/eslint-plugin": "^4.6.1",
  87. "@typescript-eslint/parser": "^4.6.1",
  88. "clean-css": "^5.0.1",
  89. "cli-table": "^0.3.1",
  90. "colors": "^1.1.2",
  91. "commander": "^7.0.0",
  92. "deep-freeze-es6": "^1.4.1",
  93. "del": "^6.0.0",
  94. "dependency-resolver": "^2.0.1",
  95. "eslint": "^7.12.1",
  96. "eslint-config-standard": "^16.0.1",
  97. "eslint-plugin-import": "^2.22.1",
  98. "eslint-plugin-node": "^11.1.0",
  99. "eslint-plugin-promise": "^4.2.1",
  100. "glob": "^7.1.6",
  101. "glob-promise": "^4.0.1",
  102. "handlebars": "^4.7.6",
  103. "jsdom": "^16.4.0",
  104. "lodash": "^4.17.20",
  105. "mocha": "^8.2.1",
  106. "refa": "^0.4.1",
  107. "rollup": "^2.33.1",
  108. "should": "^13.2.3",
  109. "terser": "^5.3.8",
  110. "tiny-worker": "^2.3.0",
  111. "typescript": "^4.0.5"
  112. },
  113. "engines": {
  114. "node": "*"
  115. },
  116. "homepage": "https://highlightjs.org/",
  117. "keywords": [
  118. "highlight",
  119. "syntax"
  120. ],
  121. "license": "BSD-3-Clause",
  122. "main": "./lib/index.js",
  123. "name": "highlight.js",
  124. "repository": {
  125. "type": "git",
  126. "url": "git://github.com/highlightjs/highlight.js.git"
  127. },
  128. "scripts": {
  129. "build": "node ./tools/build.js -t node",
  130. "build-browser": "node ./tools/build.js -t browser :common",
  131. "build-cdn": "node ./tools/build.js -t cdn",
  132. "build_and_test": "npm run build && npm run test",
  133. "lint": "eslint src/*.js src/lib/*.js src/plugins/*.js demo/*.js",
  134. "lint-languages": "eslint --no-eslintrc -c .eslintrc.lang.js src/languages/**/*.js",
  135. "mocha": "mocha",
  136. "test": "mocha test",
  137. "test-browser": "mocha test/browser",
  138. "test-detect": "mocha test/detect",
  139. "test-markup": "mocha test/markup",
  140. "test-parser": "mocha test/parser"
  141. },
  142. "types": "./types/index.d.ts",
  143. "version": "10.7.3"
  144. }