Files
yizhi-html-escape/package.json

31 lines
584 B
JSON

{
"name": "yizhi-html-escape",
"version": "1.0.3",
"description": "HTML escape character util",
"main": "dist/index.js",
"types": "typing/index.d.ts",
"scripts": {
"build": "rm -rf dist typing && tsc"
},
"repository": {
"type": "git",
"url": "http://git.urnas.cn/yizhi-node-lib/yizhi-html-escape.git"
},
"keywords": [
"html",
"special",
"entities",
"nbsp",
"lt",
"gt",
" ",
"escape",
"unescape",
"转义字符",
"character",
"parser",
"HTML转义字符"
],
"author": "",
"license": "ISC"
}