remark-pangu
Version:
Remark plugin to Automatically insert whitespace between CJK (Chinese, Japanese, Korean) and half-width characters (alphabetical letters, numerical digits and symbols) by using pangu.js
61 lines (60 loc) • 1.46 kB
JSON
{
"name": "remark-pangu",
"version": "2.2.0",
"description": "Remark plugin to Automatically insert whitespace between CJK (Chinese, Japanese, Korean) and half-width characters (alphabetical letters, numerical digits and symbols) by using pangu.js",
"main": "index.js",
"files": [
"index.js",
"defaults.js",
"set-options.js"
],
"scripts": {
"test": "jest",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/VincentBel/remark-pangu.git"
},
"keywords": [
"pangu",
"remark",
"plugin",
"spacing"
],
"author": "VincentBel <buaazqh@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/VincentBel/remark-pangu/issues"
},
"homepage": "https://github.com/VincentBel/remark-pangu#readme",
"dependencies": {
"pangu": "^4.0.7",
"unist-util-is": "^4.0.2",
"unist-util-visit": "^2.0.2"
},
"devDependencies": {
"jest": "^25.5.4",
"remark-footnotes": "^1.0.0",
"remark-frontmatter": "^2.0.0",
"remark-parse": "^8.0.2",
"remark-stringify": "^8.0.0",
"semantic-release": "^17.0.7",
"unified": "^9.0.0"
},
"jest": {
"setupFiles": [
"<rootDir>/tests-config/setup.js"
],
"snapshotSerializers": [
"<rootDir>/tests-config/raw-serializer.js"
],
"collectCoverageFrom": [
"src/**/*.js",
"index.js"
]
},
"engines": {
"node": ">=10"
}
}