lean-he
Version:
A robust HTML entities encoder/decoder with full Unicode support.
40 lines (39 loc) • 907 B
JSON
{
"name": "lean-he",
"version": "2.1.2",
"description": "A robust HTML entities encoder/decoder with full Unicode support.",
"homepage": "https://github.com/adnaan1703/lean-he",
"main": "lean-he.js",
"keywords": [
"string",
"entities",
"entity",
"html",
"encode",
"decode",
"unicode",
"escape",
"unescape"
],
"license": "MIT",
"author": {
"name": "Adnaan Ahmed",
"url": "https://github.com/adnaan1703"
},
"repository": {
"type": "git",
"url": "https://github.com/adnaan1703/lean-he"
},
"bugs": "https://github.com/adnaan1703/lean-he/issues",
"scripts": {
"test": "jest && npm run codecov",
"codecov": "codecov -f coverage/coverage-final.json",
"build": "babel src -d lib"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"codecov": "^3.1.0",
"jest": "^23.5.0"
}
}