-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 990 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "agnostic-html",
"version": "0.4.2",
"description": "A utility function that safely parses HTML strings into DOM nodes, avoiding the use of innerHTML for security reasons.",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"No tests specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "https://github.com/BansheeDevelopment/AgnosticHTML"
},
"keywords": [
"HTML",
"DOM",
"parser",
"security",
"safe DOM",
"innerHTML",
"XSS",
"Cross-Site Scripting",
"node creation",
"document.createElement",
"JavaScript",
"vanilla JS",
"agnostic HTML",
"sanitization",
"sanitizer",
"convert HTML",
"HTML to DOM",
"secure HTML parsing"
],
"author": "Banshee Development",
"license": "MIT",
"bugs": {
"url": "https://github.com/BansheeDevelopment/AgnosticHTML/issues"
},
"homepage": "https://github.com/BansheeDevelopment/AgnosticHTML#readme"
}