45 lines
797 B
JSON
45 lines
797 B
JSON
|
{
|
||
|
"name": "xss",
|
||
|
"version": "1.0.8",
|
||
|
"homepage": "https://github.com/leizongmin/js-xss",
|
||
|
"authors": [
|
||
|
"Zongmin Lei <leizongmin@gmail.com>"
|
||
|
],
|
||
|
"description": "Sanitize untrusted HTML (to prevent XSS) with a configuration specified by a Whitelist",
|
||
|
"main": "dist/xss.js",
|
||
|
"moduleType": [
|
||
|
"globals",
|
||
|
"node",
|
||
|
"amd"
|
||
|
],
|
||
|
"keywords": [
|
||
|
"sanitization",
|
||
|
"xss",
|
||
|
"sanitize",
|
||
|
"sanitisation",
|
||
|
"input",
|
||
|
"security",
|
||
|
"escape",
|
||
|
"encode",
|
||
|
"filter",
|
||
|
"validator",
|
||
|
"html",
|
||
|
"injection",
|
||
|
"whitelist"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"ignore": [
|
||
|
"**/.*",
|
||
|
"node_modules",
|
||
|
"bower_components",
|
||
|
"test",
|
||
|
"tests",
|
||
|
"benchmark",
|
||
|
"bin",
|
||
|
"example",
|
||
|
"build.cmd",
|
||
|
"bower_register.cmd",
|
||
|
"coverage.html"
|
||
|
]
|
||
|
}
|