-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 1.9 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"_from": "x-xss-protection@1.1.0",
"_id": "x-xss-protection@1.1.0",
"_inBundle": false,
"_integrity": "sha512-rx3GzJlgEeZ08MIcDsU2vY2B1QEriUKJTSiNHHUIem6eg9pzVOr2TL3Y4Pd6TMAM5D5azGjcxqI62piITBDHVg==",
"_location": "/x-xss-protection",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "x-xss-protection@1.1.0",
"name": "x-xss-protection",
"escapedName": "x-xss-protection",
"rawSpec": "1.1.0",
"saveSpec": null,
"fetchSpec": "1.1.0"
},
"_requiredBy": [
"/helmet"
],
"_resolved": "https://registry.npmjs.org/x-xss-protection/-/x-xss-protection-1.1.0.tgz",
"_shasum": "4f1898c332deb1e7f2be1280efb3e2c53d69c1a7",
"_spec": "x-xss-protection@1.1.0",
"_where": "C:\\Users\\USER\\Desktop\\supplier\\node_modules\\helmet",
"author": {
"name": "Adam Baldwin",
"email": "baldwin@andyet.net",
"url": "http://andyet.net/team/baldwin"
},
"bugs": {
"url": "https://github.com/helmetjs/x-xss-protection/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Evan Hahn",
"email": "me@evanhahn.com",
"url": "https://evanhahn.com"
}
],
"deprecated": false,
"description": "Middleware to set the X-XSS-Protection header",
"devDependencies": {
"connect": "^3.6.5",
"mocha": "^4.1.0",
"standard": "^10.0.3",
"supertest": "^3.0.0"
},
"homepage": "https://github.com/helmetjs/x-xss-protection#readme",
"keywords": [
"helmet",
"security",
"express",
"connect",
"xss",
"x-xss-protection"
],
"license": "MIT",
"name": "x-xss-protection",
"repository": {
"type": "git",
"url": "git://github.com/helmetjs/x-xss-protection.git"
},
"scripts": {
"pretest": "standard --fix",
"test": "mocha"
},
"standard": {
"globals": [
"describe",
"before",
"beforeEach",
"it"
]
},
"version": "1.1.0"
}