package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "_args": [
  3. [
  4. "prismjs@1.29.0",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_from": "prismjs@1.29.0",
  9. "_id": "prismjs@1.29.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==",
  12. "_location": "/prismjs",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "prismjs@1.29.0",
  18. "name": "prismjs",
  19. "escapedName": "prismjs",
  20. "rawSpec": "1.29.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.29.0"
  23. },
  24. "_requiredBy": [
  25. "/@wangeditor/code-highlight"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.29.0.tgz",
  28. "_spec": "1.29.0",
  29. "_where": "E:\\2023\\5\\myjadmin",
  30. "author": {
  31. "name": "Lea Verou"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/PrismJS/prism/issues"
  35. },
  36. "description": "Lightweight, robust, elegant syntax highlighting. A spin-off project from Dabblet.",
  37. "devDependencies": {
  38. "@types/node-fetch": "^2.5.5",
  39. "benchmark": "^2.1.4",
  40. "chai": "^4.2.0",
  41. "danger": "^10.5.0",
  42. "del": "^4.1.1",
  43. "docdash": "^1.2.0",
  44. "eslint": "^7.22.0",
  45. "eslint-plugin-jsdoc": "^32.3.0",
  46. "eslint-plugin-regexp": "^1.6.0",
  47. "gulp": "^4.0.2",
  48. "gulp-clean-css": "^4.3.0",
  49. "gulp-concat": "^2.3.4",
  50. "gulp-header": "^2.0.7",
  51. "gulp-jsdoc3": "^3.0.0",
  52. "gulp-rename": "^1.2.0",
  53. "gulp-replace": "^1.0.0",
  54. "gulp-terser": "^2.1.0",
  55. "gzip-size": "^5.1.1",
  56. "htmlparser2": "^4.0.0",
  57. "http-server": "^0.12.3",
  58. "jsdom": "^16.7.0",
  59. "mocha": "^9.2.2",
  60. "node-fetch": "^3.1.1",
  61. "npm-run-all": "^4.1.5",
  62. "prettier": "^2.4.1",
  63. "pump": "^3.0.0",
  64. "refa": "^0.9.1",
  65. "regexp-ast-analysis": "^0.2.4",
  66. "regexpp": "^3.2.0",
  67. "scslre": "^0.1.6",
  68. "simple-git": "^3.3.0",
  69. "webfont": "^9.0.0",
  70. "yargs": "^13.2.2"
  71. },
  72. "engines": {
  73. "node": ">=6"
  74. },
  75. "homepage": "https://github.com/PrismJS/prism#readme",
  76. "jspm": {
  77. "main": "prism",
  78. "registry": "jspm",
  79. "jspmPackage": true,
  80. "format": "global",
  81. "files": [
  82. "components/**/*.js",
  83. "plugins/**/*",
  84. "themes/*.css",
  85. "prism.js"
  86. ]
  87. },
  88. "keywords": [
  89. "prism",
  90. "highlight"
  91. ],
  92. "license": "MIT",
  93. "main": "prism.js",
  94. "name": "prismjs",
  95. "repository": {
  96. "type": "git",
  97. "url": "git+https://github.com/PrismJS/prism.git"
  98. },
  99. "scripts": {
  100. "benchmark": "node benchmark/benchmark.js",
  101. "build": "gulp",
  102. "lint": "eslint . --cache",
  103. "lint:ci": "eslint . --max-warnings 0",
  104. "lint:fix": "npm run lint -- --fix",
  105. "regex-coverage": "mocha tests/coverage.js",
  106. "start": "http-server -c-1",
  107. "test": "npm-run-all test:*",
  108. "test:aliases": "mocha tests/aliases-test.js",
  109. "test:core": "mocha tests/core/**/*.js",
  110. "test:dependencies": "mocha tests/dependencies-test.js",
  111. "test:examples": "mocha tests/examples-test.js",
  112. "test:identifiers": "mocha tests/identifier-test.js",
  113. "test:languages": "mocha tests/run.js",
  114. "test:patterns": "mocha tests/pattern-tests.js",
  115. "test:plugins": "mocha tests/plugins/**/*.js",
  116. "test:runner": "mocha tests/testrunner-tests.js"
  117. },
  118. "style": "themes/prism.css",
  119. "version": "1.29.0"
  120. }