package.json
2.52 KB
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"_from": "helmet@^3.18.0",
"_id": "helmet@3.18.0",
"_inBundle": false,
"_integrity": "sha512-TsKlGE5UVkV0NiQ4PllV9EVfZklPjyzcMEMjWlyI/8S6epqgRT+4s4GHVgc25x0TixsKvp3L7c91HQQt5l0+QA==",
"_location": "/helmet",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "helmet@^3.18.0",
"name": "helmet",
"escapedName": "helmet",
"rawSpec": "^3.18.0",
"saveSpec": null,
"fetchSpec": "^3.18.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/helmet/-/helmet-3.18.0.tgz",
"_shasum": "37666f7c861bd1ff3015e0cdb903a43501e3da3e",
"_spec": "helmet@^3.18.0",
"_where": "C:\\Users\\kyjoon\\Desktop\\거위\\Open_Source_project",
"author": {
"name": "Adam Baldwin",
"email": "adam@npmjs.com",
"url": "https://evilpacket.net"
},
"bugs": {
"url": "https://github.com/helmetjs/helmet/issues",
"email": "me@evanhahn.com"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Evan Hahn",
"email": "me@evanhahn.com",
"url": "https://evanhahn.com"
}
],
"dependencies": {
"depd": "2.0.0",
"dns-prefetch-control": "0.1.0",
"dont-sniff-mimetype": "1.0.0",
"expect-ct": "0.2.0",
"feature-policy": "0.3.0",
"frameguard": "3.1.0",
"helmet-crossdomain": "0.3.0",
"helmet-csp": "2.7.1",
"hide-powered-by": "1.0.0",
"hpkp": "2.0.0",
"hsts": "2.2.0",
"ienoopen": "1.1.0",
"nocache": "2.1.0",
"referrer-policy": "1.2.0",
"x-xss-protection": "1.1.0"
},
"deprecated": false,
"description": "help secure Express/Connect apps with various HTTP headers",
"devDependencies": {
"connect": "^3.6.6",
"mocha": "^6.1.4",
"sinon": "^7.3.2",
"standard": "^12.0.1",
"supertest": "^4.0.2"
},
"engines": {
"node": ">=4.0.0"
},
"files": [
"CHANGELOG.md",
"CODE_OF_CONDUCT.md",
"CONTRIBUTING.md",
"LICENSE",
"README.md",
"SECURITY.md",
"index.js"
],
"homepage": "https://helmetjs.github.io/",
"keywords": [
"security",
"headers",
"express",
"connect",
"x-frame-options",
"x-powered-by",
"csp",
"hsts",
"clickjack"
],
"license": "MIT",
"main": "index",
"name": "helmet",
"repository": {
"type": "git",
"url": "git://github.com/helmetjs/helmet.git"
},
"scripts": {
"pretest": "standard --fix",
"test": "mocha"
},
"standard": {
"globals": [
"describe",
"it",
"beforeEach",
"afterEach"
]
},
"version": "3.18.0"
}