package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. {
  2. "_from": "hexo@^5.0.0",
  3. "_id": "hexo@5.4.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Af6mxKwx9byalaffKgiQ8/bZfbXPo2SGEn2Q9hFh++15g15/IulvOhu8lQkJdyZNzmj3hOuSrJdqoUvIr3K/qw==",
  6. "_location": "/hexo",
  7. "_phantomChildren": {
  8. "abbrev": "1.1.1",
  9. "bluebird": "3.7.2",
  10. "chalk": "4.1.2",
  11. "command-exists": "1.2.9",
  12. "hexo-fs": "3.1.0",
  13. "hexo-log": "2.0.0",
  14. "hexo-util": "2.7.0",
  15. "minimist": "1.2.8",
  16. "resolve": "1.22.1",
  17. "tildify": "2.0.0"
  18. },
  19. "_requested": {
  20. "type": "range",
  21. "registry": true,
  22. "raw": "hexo@^5.0.0",
  23. "name": "hexo",
  24. "escapedName": "hexo",
  25. "rawSpec": "^5.0.0",
  26. "saveSpec": null,
  27. "fetchSpec": "^5.0.0"
  28. },
  29. "_requiredBy": [
  30. "/"
  31. ],
  32. "_resolved": "https://registry.npmmirror.com/hexo/-/hexo-5.4.2.tgz",
  33. "_shasum": "7337b6adb0d495287051c03e944d84f66f64e356",
  34. "_spec": "hexo@^5.0.0",
  35. "_where": "/var/www/AfterAales",
  36. "author": {
  37. "name": "Tommy Chen",
  38. "email": "tommy351@gmail.com",
  39. "url": "https://zespia.tw"
  40. },
  41. "bin": {
  42. "hexo": "bin/hexo"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/hexojs/hexo/issues"
  46. },
  47. "bundleDependencies": false,
  48. "dependencies": {
  49. "abbrev": "^1.1.1",
  50. "archy": "^1.0.0",
  51. "bluebird": "^3.5.2",
  52. "chalk": "^4.0.0",
  53. "hexo-cli": "^4.0.0",
  54. "hexo-front-matter": "^2.0.0",
  55. "hexo-fs": "^3.1.0",
  56. "hexo-i18n": "^1.0.0",
  57. "hexo-log": "^2.0.0",
  58. "hexo-util": "^2.4.0",
  59. "js-yaml": "^3.14.1",
  60. "micromatch": "^4.0.2",
  61. "moment": "^2.22.2",
  62. "moment-timezone": "^0.5.21",
  63. "nunjucks": "^3.2.1",
  64. "pretty-hrtime": "^1.0.3",
  65. "resolve": "^1.8.1",
  66. "strip-ansi": "^6.0.0",
  67. "text-table": "^0.2.0",
  68. "tildify": "^2.0.0",
  69. "titlecase": "^1.1.2",
  70. "warehouse": "^4.0.0"
  71. },
  72. "deprecated": false,
  73. "description": "A fast, simple & powerful blog framework, powered by Node.js.",
  74. "devDependencies": {
  75. "0x": "^4.10.2",
  76. "@easyops/git-exec-and-restage": "^1.0.4",
  77. "chai": "^4.2.0",
  78. "cheerio": "0.22.0",
  79. "decache": "^4.5.1",
  80. "eslint": "^7.0.0",
  81. "eslint-config-hexo": "^4.1.0",
  82. "hexo-renderer-marked": "^3.0.0",
  83. "husky": "^4.2.5",
  84. "lint-staged": "^10.2.0",
  85. "mocha": "^8.0.1",
  86. "nyc": "^15.0.0",
  87. "sinon": "^9.0.2"
  88. },
  89. "directories": {
  90. "lib": "./lib",
  91. "bin": "./bin"
  92. },
  93. "engines": {
  94. "node": ">=10.13.0"
  95. },
  96. "files": [
  97. "lib/",
  98. "bin/"
  99. ],
  100. "funding": {
  101. "type": "opencollective",
  102. "url": "https://opencollective.com/hexo"
  103. },
  104. "homepage": "https://hexo.io/",
  105. "husky": {
  106. "hooks": {
  107. "pre-commit": "lint-staged"
  108. }
  109. },
  110. "keywords": [
  111. "website",
  112. "blog",
  113. "cms",
  114. "framework",
  115. "hexo"
  116. ],
  117. "license": "MIT",
  118. "main": "lib/hexo",
  119. "maintainers": [
  120. {
  121. "name": "Abner Chou",
  122. "email": "hi@abnerchou.me",
  123. "url": "https://abnerchou.me"
  124. }
  125. ],
  126. "name": "hexo",
  127. "repository": {
  128. "type": "git",
  129. "url": "git+https://github.com/hexojs/hexo.git"
  130. },
  131. "scripts": {
  132. "eslint": "eslint .",
  133. "lint-staged": "lint-staged",
  134. "test": "mocha test/index.js",
  135. "test-cov": "nyc --reporter=lcovonly npm run test -- --no-parallel"
  136. },
  137. "version": "5.4.2"
  138. }