UNPKG

hexo-related-posts

Version:

Hexo plugin that generates related posts list with TF/IDF algorithm

36 lines (35 loc) 834 B
{ "name": "hexo-related-posts", "version": "1.6.2", "description": "Hexo plugin that generates related posts list with TF/IDF algorithm", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/sergeyzwezdin/hexo-related-posts.git" }, "files": [ "index.js", "lib/" ], "keywords": [ "tf", "idf", "tf/idf", "related", "popular", "hexo" ], "author": "Sergey Zwezdin <sergey@zwezdin.com> (https://zwezdin.com)", "license": "MIT", "bugs": { "url": "https://github.com/sergeyzwezdin/hexo-related-posts/issues" }, "homepage": "https://github.com/sergeyzwezdin/hexo-related-posts#readme", "peerDependencies": { "hexo": "^4.2.0 || ^5.2.0 || ^6.3.0 || ^7.1.1" }, "dependencies": { "chalk": "^5.3.0", "natural": "^8.0.1" } }