package.json
1.84 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
{
"_from": "hsts@2.2.0",
"_id": "hsts@2.2.0",
"_inBundle": false,
"_integrity": "sha512-ToaTnQ2TbJkochoVcdXYm4HOCliNozlviNsg+X2XQLQvZNI/kCHR9rZxVYpJB3UPcHz80PgxRyWQ7PdU1r+VBQ==",
"_location": "/hsts",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "hsts@2.2.0",
"name": "hsts",
"escapedName": "hsts",
"rawSpec": "2.2.0",
"saveSpec": null,
"fetchSpec": "2.2.0"
},
"_requiredBy": [
"/helmet"
],
"_resolved": "https://registry.npmjs.org/hsts/-/hsts-2.2.0.tgz",
"_shasum": "09119d42f7a8587035d027dda4522366fe75d964",
"_spec": "hsts@2.2.0",
"_where": "C:\\Users\\kyjoon\\Desktop\\거위\\Open_Source_project\\node_modules\\helmet",
"author": {
"name": "Adam Baldwin",
"email": "adam@npmjs.com",
"url": "https://evilpacket.net"
},
"bugs": {
"url": "https://github.com/helmetjs/hsts/issues",
"email": "me@evanhahn.com"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Evan Hahn",
"email": "me@evanhahn.com",
"url": "https://evanhahn.com"
}
],
"dependencies": {
"depd": "2.0.0"
},
"deprecated": false,
"description": "HTTP Strict Transport Security middleware.",
"devDependencies": {
"connect": "^3.6.6",
"mocha": "^6.0.2",
"standard": "^12.0.1",
"supertest": "^4.0.0"
},
"engines": {
"node": ">=4.0.0"
},
"homepage": "https://helmetjs.github.io/docs/hsts/",
"keywords": [
"helmet",
"security",
"express",
"connect",
"hsts",
"https"
],
"license": "MIT",
"name": "hsts",
"repository": {
"type": "git",
"url": "git://github.com/helmetjs/hsts.git"
},
"scripts": {
"pretest": "standard --fix",
"test": "mocha"
},
"standard": {
"globals": [
"describe",
"beforeEach",
"it"
]
},
"version": "2.2.0"
}