package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "hexo-generator-category@^1.0.0",
  3. "_id": "hexo-generator-category@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-kmtwT1SHYL2ismbGnYQXNtqLFSeTdtHNbJIqno3LKROpCK8ybST5QVXF1bZI9LkFcXV/H8ilt8gfg4/dNNcQQQ==",
  6. "_location": "/hexo-generator-category",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "hexo-generator-category@^1.0.0",
  12. "name": "hexo-generator-category",
  13. "escapedName": "hexo-generator-category",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/hexo-generator-category/-/hexo-generator-category-1.0.0.tgz",
  22. "_shasum": "cd2a2b03eb326da3ef821d6e29408488cc132eb5",
  23. "_spec": "hexo-generator-category@^1.0.0",
  24. "_where": "/var/www/AfterAales",
  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-generator-category/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "hexo-pagination": "1.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "Category generator for Hexo.",
  39. "devDependencies": {
  40. "chai": "^4.2.0",
  41. "coveralls": "^3.0.2",
  42. "eslint": "^6.0.1",
  43. "eslint-config-hexo": "^3.0.0",
  44. "hexo": "^3.1.1",
  45. "mocha": "^6.0.2",
  46. "nyc": "^14.1.1"
  47. },
  48. "directories": {
  49. "lib": "./lib"
  50. },
  51. "engines": {
  52. "node": ">=8.6.0"
  53. },
  54. "files": [
  55. "index.js",
  56. "lib/"
  57. ],
  58. "homepage": "https://hexo.io/",
  59. "keywords": [
  60. "hexo",
  61. "generator",
  62. "category"
  63. ],
  64. "license": "MIT",
  65. "main": "index",
  66. "name": "hexo-generator-category",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/hexojs/hexo-generator-category.git"
  70. },
  71. "scripts": {
  72. "eslint": "eslint .",
  73. "test": "mocha test/index.js",
  74. "test-cov": "nyc npm run test"
  75. },
  76. "version": "1.0.0"
  77. }