package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_from": "hexo-util@^2.4.0",
  3. "_id": "hexo-util@2.7.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-hQM3h34nhDg0bSe/Tg1lnpODvNkz7h2u0+lZGzlKL0Oufp+5KCAEUX9wal7/xC7ax3/cwEn8IuoU75kNpZLpJQ==",
  6. "_location": "/hexo-util",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "hexo-util@^2.4.0",
  12. "name": "hexo-util",
  13. "escapedName": "hexo-util",
  14. "rawSpec": "^2.4.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.4.0"
  17. },
  18. "_requiredBy": [
  19. "/hexo",
  20. "/hexo-fs",
  21. "/hexo-renderer-marked",
  22. "/hexo/hexo-cli"
  23. ],
  24. "_resolved": "https://registry.npmmirror.com/hexo-util/-/hexo-util-2.7.0.tgz",
  25. "_shasum": "13d09292e79d260db35399710b3e19f3995443a3",
  26. "_spec": "hexo-util@^2.4.0",
  27. "_where": "/var/www/AfterAales/node_modules/hexo",
  28. "author": {
  29. "name": "Tommy Chen",
  30. "email": "tommy351@gmail.com",
  31. "url": "http://zespia.tw"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/hexojs/hexo-util/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "bluebird": "^3.5.2",
  39. "camel-case": "^4.0.0",
  40. "cross-spawn": "^7.0.0",
  41. "deepmerge": "^4.2.2",
  42. "highlight.js": "^11.0.1",
  43. "htmlparser2": "^7.0.0",
  44. "prismjs": "^1.17.1",
  45. "strip-indent": "^3.0.0"
  46. },
  47. "deprecated": false,
  48. "description": "Utilities for Hexo.",
  49. "devDependencies": {
  50. "chai": "^4.2.0",
  51. "chai-as-promised": "^7.1.1",
  52. "eslint": "^8.0.1",
  53. "eslint-config-hexo": "^5.0.0",
  54. "html-entities": "^2.1.1",
  55. "html-tag-validator": "^1.5.0",
  56. "mocha": "^10.0.0",
  57. "nyc": "^15.0.0",
  58. "rewire": "^6.0.0"
  59. },
  60. "directories": {
  61. "lib": "./lib",
  62. "scripts": "./scripts"
  63. },
  64. "engines": {
  65. "node": ">=12.4.0"
  66. },
  67. "files": [
  68. "lib/",
  69. "scripts/",
  70. "highlight_alias.json"
  71. ],
  72. "homepage": "https://hexo.io/",
  73. "keywords": [
  74. "hexo",
  75. "util",
  76. "utilities"
  77. ],
  78. "license": "MIT",
  79. "main": "lib/index",
  80. "maintainers": [
  81. {
  82. "name": "Abner Chou",
  83. "email": "hi@abnerchou.me",
  84. "url": "http://abnerchou.me"
  85. }
  86. ],
  87. "name": "hexo-util",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/hexojs/hexo-util.git"
  91. },
  92. "scripts": {
  93. "build:highlight": "node scripts/build_highlight_alias.js",
  94. "eslint": "eslint lib test",
  95. "prepare": "npm run build:highlight",
  96. "test": "mocha",
  97. "test-cov": "nyc --reporter=lcovonly npm run test"
  98. },
  99. "version": "2.7.0"
  100. }