File size: 1,135 Bytes
f107c64
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
	"name": "helmet",
	"description": "help secure Express/Connect apps with various HTTP headers",
	"version": "8.1.0",
	"author": "Adam Baldwin <adam@npmjs.com> (https://evilpacket.net)",
	"contributors": [
		"Evan Hahn <me@evanhahn.com> (https://evanhahn.com)"
	],
	"homepage": "https://helmetjs.github.io/",
	"bugs": {
		"url": "https://github.com/helmetjs/helmet/issues",
		"email": "me@evanhahn.com"
	},
	"repository": {
		"type": "git",
		"url": "git://github.com/helmetjs/helmet.git"
	},
	"license": "MIT",
	"keywords": [
		"express",
		"security",
		"headers",
		"backend",
		"content-security-policy",
		"cross-origin-embedder-policy",
		"cross-origin-opener-policy",
		"cross-origin-resource-policy",
		"origin-agent-cluster",
		"referrer-policy",
		"strict-transport-security",
		"x-content-type-options",
		"x-dns-prefetch-control",
		"x-download-options",
		"x-frame-options",
		"x-permitted-cross-domain-policies",
		"x-powered-by",
		"x-xss-protection"
	],
	"engines": {
		"node": ">=18.0.0"
	},
	"exports": {
		"import": "./index.mjs",
		"require": "./index.cjs"
	},
	"main": "./index.cjs",
	"types": "./index.d.cts"
}