package.json
2.25 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
{
"_from": "helmet-csp@2.7.1",
"_id": "helmet-csp@2.7.1",
"_inBundle": false,
"_integrity": "sha512-sCHwywg4daQ2mY0YYwXSZRsgcCeerUwxMwNixGA7aMLkVmPTYBl7gJoZDHOZyXkqPrtuDT3s2B1A+RLI7WxSdQ==",
"_location": "/helmet-csp",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "helmet-csp@2.7.1",
"name": "helmet-csp",
"escapedName": "helmet-csp",
"rawSpec": "2.7.1",
"saveSpec": null,
"fetchSpec": "2.7.1"
},
"_requiredBy": [
"/helmet"
],
"_resolved": "https://registry.npmjs.org/helmet-csp/-/helmet-csp-2.7.1.tgz",
"_shasum": "e8e0b5186ffd4db625cfcce523758adbfadb9dca",
"_spec": "helmet-csp@2.7.1",
"_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/csp/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Evan Hahn",
"email": "me@evanhahn.com",
"url": "https://evanhahn.com"
},
{
"name": "Ryan Cannon",
"email": "ryan@ryancannon.com",
"url": "https://ryancannon.com"
}
],
"dependencies": {
"camelize": "1.0.0",
"content-security-policy-builder": "2.0.0",
"dasherize": "2.0.0",
"platform": "1.3.5"
},
"deprecated": false,
"description": "Content Security Policy middleware.",
"devDependencies": {
"content-security-policy-parser": "^0.1.1",
"express": "^4.16.3",
"lodash": "^4.17.10",
"mocha": "^5.2.0",
"standard": "^11.0.1",
"supertest": "^3.1.0"
},
"homepage": "https://github.com/helmetjs/csp#readme",
"keywords": [
"helmet",
"security",
"express",
"connect",
"content",
"security",
"policy",
"csp",
"xss"
],
"license": "MIT",
"name": "helmet-csp",
"repository": {
"type": "git",
"url": "git://github.com/helmetjs/csp.git"
},
"scripts": {
"generate-supported-directives-docs": "./scripts/generate_supported_directives_docs",
"pretest": "standard --fix",
"test": "mocha"
},
"standard": {
"globals": [
"describe",
"beforeEach",
"it"
]
},
"version": "2.7.1"
}