package.json
3.21 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
113
114
115
116
117
118
119
120
{
"_from": "helmet@^3.22.0",
"_id": "helmet@3.23.3",
"_inBundle": false,
"_integrity": "sha512-U3MeYdzPJQhtvqAVBPntVgAvNSOJyagwZwyKsFdyRa8TV3pOKVFljalPOCxbw5Wwf2kncGhmP0qHjyazIdNdSA==",
"_location": "/helmet",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "helmet@^3.22.0",
"name": "helmet",
"escapedName": "helmet",
"rawSpec": "^3.22.0",
"saveSpec": null,
"fetchSpec": "^3.22.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/helmet/-/helmet-3.23.3.tgz",
"_shasum": "5ba30209c5f73ded4ab65746a3a11bedd4579ab7",
"_spec": "helmet@^3.22.0",
"_where": "/Users/noblyan/Desktop/4_2/캡스톤디자인II/2017110267/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",
"dont-sniff-mimetype": "1.1.0",
"feature-policy": "0.3.0",
"helmet-crossdomain": "0.4.0",
"helmet-csp": "2.10.0",
"hide-powered-by": "1.1.0",
"hpkp": "2.0.0",
"hsts": "2.2.0",
"nocache": "2.1.0",
"referrer-policy": "1.2.0",
"x-xss-protection": "1.3.0"
},
"deprecated": false,
"description": "help secure Express/Connect apps with various HTTP headers",
"devDependencies": {
"@types/connect": "^3.4.33",
"@types/depd": "^1.1.32",
"@types/jest": "^26.0.3",
"@types/supertest": "^2.0.9",
"@typescript-eslint/eslint-plugin": "^3.4.0",
"@typescript-eslint/parser": "^3.4.0",
"connect": "^3.7.0",
"eslint": "^7.3.1",
"jest": "^26.1.0",
"prettier": "^2.0.5",
"supertest": "^4.0.2",
"ts-jest": "^26.1.1",
"typescript": "^3.9.5"
},
"engines": {
"node": ">=4.0.0"
},
"files": [
"CHANGELOG.md",
"CODE_OF_CONDUCT.md",
"CONTRIBUTING.md",
"LICENSE",
"README.md",
"SECURITY.md",
"dist/index.js",
"dist/middlewares/expect-ct/index.js",
"dist/middlewares/x-dns-prefetch-control/index.js",
"dist/middlewares/x-download-options/index.js",
"dist/middlewares/x-frame-options/index.js"
],
"homepage": "https://helmetjs.github.io/",
"keywords": [
"security",
"headers",
"express",
"connect",
"x-frame-options",
"x-powered-by",
"csp",
"hsts",
"clickjack"
],
"license": "MIT",
"main": "dist/index",
"name": "helmet",
"repository": {
"type": "git",
"url": "git://github.com/helmetjs/helmet.git"
},
"scripts": {
"build": "npm run clean && tsc",
"build-middleware-package": "npm run build && ./bin/build-middleware-package.js",
"clean": "rm -rf dist",
"format": "prettier --write '**/*{md,js,json,ts}'",
"lint": "npm run lint:eslint && npm run lint:prettier",
"lint:eslint": "eslint '**/*.ts'",
"lint:prettier": "prettier --check '**/*{md,js,json,ts}'",
"prepublishOnly": "npm run build",
"pretest": "npm run lint",
"test": "jest"
},
"version": "3.23.3"
}