-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 860 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
{
"name": "agnostic-wipe",
"version": "0.1.0",
"description": "A utility function that safely removes all child nodes of a given DOM element, avoiding the use of innerHTML.",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"No tests specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "https://github.com/BansheeDevelopment/AgnosticWipe.git"
},
"keywords": [
"DOM",
"clean",
"wipe",
"innerHTML",
"XSS",
"security",
"safe DOM",
"node removal",
"JavaScript",
"vanilla JS",
"agnostic wipe",
"element cleanup",
"clear DOM"
],
"author": "Claudio González",
"license": "MIT",
"bugs": {
"url": "https://github.com/BansheeDevelopment/AgnosticWipe/issues"
},
"homepage": "https://github.com/BansheeDevelopment/AgnosticWipe#readme"
}