hexo-generator-readtime
Version:
HEXO package that provides analytics on the read time to review a post. Generates word, character, image, video, and codeblock counts in the front-matter of the markdown file. Plus provides read-time estimates for given language profile. Supports 48 langu
72 lines (71 loc) • 1.81 kB
JSON
{
"name": "hexo-generator-readtime",
"version": "1.4.3",
"description": "HEXO package that provides analytics on the read time to review a post. Generates word, character, image, video, and codeblock counts in the front-matter of the markdown file. Plus provides read-time estimates for given language profile. Supports 48 languages!",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "LoreZyra <Rich@RichieBartlett.com>",
"contributors": [{
"name": "AsemAlhaidary",
"email": "asem@cleanedpaper.com",
"url": "https://www.cleanedpaper.com"
}],
"license": "MIT",
"homepage": "https://github.com/AsemAlhaidary/hexo-generator-readtime",
"repository": {
"type": "git",
"url": "git+https://github.com/AsemAlhaidary/hexo-generator-readtime.git"
},
"bugs": {
"url": "https://github.com/AsemAlhaidary/hexo-generator-readtime/issues/new/choose"
},
"keywords": [
"HEXO",
"hexo plugin",
"hexo-plugin",
"hexo.io",
"read analytics",
"hexo readtime",
"readtime",
"read-time",
"read time",
"reading-time",
"reading time",
"word count",
"wordcount",
"post time",
"post",
"blog",
"article",
"calculate",
"estimate",
"estimated time",
"reading",
"words",
"time",
"count",
"wpm",
"words per minute",
"calculate-reading-time",
"words-calculate",
"reading-time-estimator",
"estimated reading time",
"character-counter",
"word-counter",
"character-count",
"word-count",
"codeblock-count",
"markdown"
],
"dependencies": {
"hexo-front-matter": "^4.0.0",
"hexo-fs": "^4.1.1",
"sprintf-js": "^1.1.3"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=8"
}
}