unescape-html
Version:
The reverse of escape-html
20 lines • 418 B
JSON
{
"name": "unescape-html",
"version": "1.1.0",
"description": "The reverse of escape-html",
"keywords": [],
"dependencies": {},
"devDependencies": {
"testit": "*",
"escape-html": "*"
},
"scripts": {
"test": "node test/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ForbesLindesay/unescape-html.git"
},
"author": "ForbesLindesay",
"license": "MIT"
}