-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
44 lines (44 loc) · 961 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
41
42
43
44
{
"name": "express-sanitizer",
"description": "Express middleware for the sanitizer module.",
"author": {
"name": "Mark Andrews",
"email": "[email protected]"
},
"version": "1.0.6",
"homepage": "https://github.com/markau/express-sanitizer",
"repository": {
"type": "git",
"url": "git://github.com/markau/express-sanitizer.git"
},
"license": "MIT",
"main": "./index.js",
"scripts": {
"test": "mocha"
},
"engines": {
"node": "*"
},
"dependencies": {
"sanitizer": "0.1.3"
},
"keywords": [
"express",
"sanitize",
"sanitization",
"xss"
],
"bugs": {
"url": "https://github.com/markau/express-sanitizer/issues"
},
"_id": "[email protected]",
"_from": "express-validator@latest",
"devDependencies": {
"assert": "^1.4.1",
"expect": "^24.0.0",
"express": "^4.16.4",
"mocha": "^8.3.2",
"node-mocks-http": "^1.7.3",
"supertest": "^3.4.2"
}
}