hexo-filter-text-autospace
Version:
A hexo plugin to insert spaces between CJK chars and latin chars.
31 lines (30 loc) • 743 B
JSON
{
"name": "hexo-filter-text-autospace",
"version": "1.2.5",
"description": "A hexo plugin to insert spaces between CJK chars and latin chars.",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Cerallin/hexo-filter-text-autospace.git"
},
"keywords": [
"hexo",
"filter",
"autospace"
],
"author": "Cerallin <cerallin@cerallin.top>",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Cerallin/hexo-filter-text-autospace/issues"
},
"homepage": "https://github.com/Cerallin/hexo-filter-text-autospace#readme",
"devDependencies": {
"jest": "^27.0.4"
},
"dependencies": {
"parse5": "^6.0.1"
}
}