初次提交
This commit is contained in:
31
package.json
Normal file
31
package.json
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"name": "yizhi-html-escape",
|
||||
"version": "1.0.1",
|
||||
"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"
|
||||
}
|
Reference in New Issue
Block a user