@plexis/escape-html
Version:
Takes the input text and converts HTML special characters to their entity equivalents.
31 lines (30 loc) • 668 B
JSON
{
"name": "@plexis/escape-html",
"version": "0.0.22",
"description": "Takes the input text and converts HTML special characters to their entity equivalents.",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"jsnext:main": "./src/index.js",
"files": [
"dist",
"src"
],
"authors": [
"Nikhil Vats <nikvats5499@gmail.com>"
],
"license": "MIT",
"keywords": [
"utility",
"string",
"parse",
"escapeHTML"
],
"repository": {
"type": "git",
"url": "git+https://github.com/plexis-js/plexis.git"
},
"publishConfig": {
"access": "public"
},
"gitHead": "d099b7e1302f2412125b40ed12fe13f1b40b6b2b"
}