package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "hexo-front-matter@^2.0.0",
  3. "_id": "hexo-front-matter@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-IR3tjAyK2Ga/0a/WDAoNy5+n3ju2/mkuAsCDEeGgGLf5+7kkiOkkG/FrnueuYgz0h2MPfWDLBiDsSTCmB0sLCA==",
  6. "_location": "/hexo-front-matter",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "hexo-front-matter@^2.0.0",
  12. "name": "hexo-front-matter",
  13. "escapedName": "hexo-front-matter",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/hexo"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/hexo-front-matter/-/hexo-front-matter-2.0.0.tgz",
  22. "_shasum": "03f39a9eedb16c5448dbb3bec7dff2c4e224006c",
  23. "_spec": "hexo-front-matter@^2.0.0",
  24. "_where": "/var/www/AfterAales/node_modules/hexo",
  25. "author": {
  26. "name": "Tommy Chen",
  27. "email": "tommy351@gmail.com",
  28. "url": "http://zespia.tw"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/hexojs/hexo-front-matter/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "js-yaml": "^3.13.1"
  36. },
  37. "deprecated": false,
  38. "description": "Front-matter parser.",
  39. "devDependencies": {
  40. "chai": "^4.2.0",
  41. "eslint": "^7.1.0",
  42. "eslint-config-hexo": "^4.0.0",
  43. "mocha": "^8.0.1",
  44. "moment": "^2.24.0",
  45. "nyc": "^15.0.0"
  46. },
  47. "directories": {
  48. "lib": "./lib"
  49. },
  50. "engines": {
  51. "node": ">=10.13.0"
  52. },
  53. "files": [
  54. "lib/"
  55. ],
  56. "homepage": "https://github.com/hexojs/hexo-front-matter#readme",
  57. "keywords": [
  58. "front-matter",
  59. "front matter",
  60. "yaml",
  61. "yml",
  62. "hexo",
  63. "json"
  64. ],
  65. "license": "MIT",
  66. "main": "lib/front_matter",
  67. "name": "hexo-front-matter",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/hexojs/hexo-front-matter.git"
  71. },
  72. "scripts": {
  73. "eslint": "eslint .",
  74. "test": "mocha test/index.js",
  75. "test-cov": "nyc npm run test"
  76. },
  77. "version": "2.0.0"
  78. }