package.json 3.2 KB

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