package.json
1.82 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": "hpkp@2.0.0",
"_id": "hpkp@2.0.0",
"_inBundle": false,
"_integrity": "sha1-EOFCJk52IVpdMMROxD3mTe5tFnI=",
"_location": "/hpkp",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "hpkp@2.0.0",
"name": "hpkp",
"escapedName": "hpkp",
"rawSpec": "2.0.0",
"saveSpec": null,
"fetchSpec": "2.0.0"
},
"_requiredBy": [
"/helmet"
],
"_resolved": "https://registry.npmjs.org/hpkp/-/hpkp-2.0.0.tgz",
"_shasum": "10e142264e76215a5d30c44ec43de64dee6d1672",
"_spec": "hpkp@2.0.0",
"_where": "C:\\Users\\kyjoon\\Desktop\\거위\\Open_Source_project\\node_modules\\helmet",
"author": {
"name": "Adam Baldwin",
"email": "baldwin@andyet.net",
"url": "http://andyet.net/team/baldwin"
},
"bugs": {
"url": "https://github.com/helmetjs/hpkp/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Evan Hahn",
"email": "me@evanhahn.com",
"url": "http://evanhahn.com"
},
{
"name": "Tom Delmas",
"email": "tdelmas@gmail.com",
"url": "https://tdelmas.ovh"
}
],
"deprecated": false,
"description": "HTTP Public Key Pinning (HPKP) middleware",
"devDependencies": {
"connect": "^3.5.0",
"mocha": "^3.1.2",
"standard": "^8.5.0",
"supertest": "^2.0.1"
},
"homepage": "https://github.com/helmetjs/hpkp#readme",
"keywords": [
"helmet",
"security",
"express",
"connect",
"public-key pinning",
"https",
"cert",
"certificate"
],
"license": "MIT",
"name": "hpkp",
"repository": {
"type": "git",
"url": "git://github.com/helmetjs/hpkp.git"
},
"scripts": {
"pretest": "standard",
"test": "mocha"
},
"standard": {
"global": [
"beforeEach",
"describe",
"it"
]
},
"version": "2.0.0"
}