escape-unescape-html-characters
Version:
This package will convert escaped html characters to unescaped characters and vice versa.
19 lines (18 loc) • 433 B
JSON
{
"name": "escape-unescape-html-characters",
"version": "0.1.0",
"description": "This package will convert escaped html characters to unescaped characters and vice versa.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"npm",
"npm-escape",
"npm-unescape",
"escape-html",
"unescape-html"
],
"author": "Sriram R",
"license": "MIT"
}