-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 970 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
{
"name": "xml-sanitize-string",
"version": "1.0.3",
"description": "This module replaces characters that are not valid in XML in a string with XML/HTML character entities (and vice versa).",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:teamwethrift/xml-sanitize-string.git"
},
"author": {
"name": "Nick Drewe",
"email": "nick.drewe@gmail.com",
"url": "https://www.searchmy.bio"
},
"readmeFilename": "README.md",
"keywords": [
"xml",
"unicode",
"emoji",
"sanitize",
"escape",
"html",
"valid",
"characters",
"sanitizer"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:teamwethrift/xml-sanitize-string.git"
},
"bugs": {
"url": "https://github.com/teamwethrift/xml-sanitize-string/issues"
},
"homepage": "https://www.searchmy.bio"
}