Repository URL to install this package:
|
Version:
1.9.0 ▾
|
sanitize-html
/
package.json
|
|---|
{
"name": "sanitize-html",
"version": "1.9.0",
"description": "Clean up user-submitted HTML, preserving whitelisted elements and whitelisted attributes on a per-element basis",
"main": "index.js",
"scripts": {
"test": "mocha test/test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/punkave/sanitize-html.git"
},
"keywords": [
"html",
"parser",
"sanitizer",
"html",
"sanitizer",
"apostrophe"
],
"author": {
"name": "P'unk Avenue LLC"
},
"license": "MIT",
"dependencies": {
"htmlparser2": "3.8.x",
"regexp-quote": "0.0.0",
"xtend": "^4.0.0"
},
"gitHead": "c2e454f69e303c35fc6faae9b86332c2467bc3e2",
"bugs": {
"url": "https://github.com/punkave/sanitize-html/issues"
},
"homepage": "https://github.com/punkave/sanitize-html",
"_id": "sanitize-html@1.9.0",
"_shasum": "991050708fb9da4eb8227b453076a6a537adf2a0",
"_from": "sanitize-html@>=1.9.0 <1.10.0",
"_npmVersion": "2.6.1",
"_nodeVersion": "0.12.7",
"_npmUser": {
"name": "boutell",
"email": "boutell@boutell.com"
},
"maintainers": [
{
"name": "boutell",
"email": "boutell@boutell.com"
},
{
"name": "kylestetz",
"email": "kyle@punkave.com"
},
{
"name": "colpanik",
"email": "kerry@punkave.com"
},
{
"name": "jsumnersmith",
"email": "joel@punkave.com"
},
{
"name": "alexgilbert",
"email": "alex@punkave.com"
},
{
"name": "gsf",
"email": "g@grrawr.com"
},
{
"name": "stuartromanek",
"email": "stuart@punkave.com"
},
{
"name": "benirose",
"email": "ben@punkave.com"
},
{
"name": "livhaas",
"email": "olivia@punkave.com"
},
{
"name": "mcoppola",
"email": "coppola@punkave.com"
},
{
"name": "suhmantha1",
"email": "sam@punkave.com"
},
{
"name": "jimmyh",
"email": "jimmy@punkave.com"
},
{
"name": "joshuatrii",
"email": "jan@joshuatrii.com"
}
],
"dist": {
"shasum": "991050708fb9da4eb8227b453076a6a537adf2a0",
"tarball": "http://registry.npmjs.org/sanitize-html/-/sanitize-html-1.9.0.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-1.9.0.tgz"
}