package.json 1.9 KB

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