package.json
1.88 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
{
"_from": "content-security-policy-builder@2.0.0",
"_id": "content-security-policy-builder@2.0.0",
"_inBundle": false,
"_integrity": "sha512-j+Nhmj1yfZAikJLImCvPJFE29x/UuBi+/MWqggGGc515JKaZrjuei2RhULJmy0MsstW3E3htl002bwmBNMKr7w==",
"_location": "/content-security-policy-builder",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "content-security-policy-builder@2.0.0",
"name": "content-security-policy-builder",
"escapedName": "content-security-policy-builder",
"rawSpec": "2.0.0",
"saveSpec": null,
"fetchSpec": "2.0.0"
},
"_requiredBy": [
"/helmet-csp"
],
"_resolved": "https://registry.npmjs.org/content-security-policy-builder/-/content-security-policy-builder-2.0.0.tgz",
"_shasum": "8749a1d542fcbe82237281ea9f716ce68b394dd2",
"_spec": "content-security-policy-builder@2.0.0",
"_where": "C:\\Users\\kyjoon\\Desktop\\거위\\Open_Source_project\\node_modules\\helmet-csp",
"author": {
"name": "Evan Hahn",
"email": "me@evanhahn.com",
"url": "https://evanhahn.com"
},
"bugs": {
"url": "https://github.com/helmetjs/content-security-policy-builder/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Build Content Security Policy directives.",
"devDependencies": {
"mocha": "^5.0.0",
"standard": "^10.0.3"
},
"homepage": "https://github.com/helmetjs/content-security-policy-builder#readme",
"keywords": [
"security",
"content",
"security",
"policy",
"csp",
"builder"
],
"license": "MIT",
"name": "content-security-policy-builder",
"repository": {
"type": "git",
"url": "git://github.com/helmetjs/content-security-policy-builder.git"
},
"scripts": {
"pretest": "standard --fix",
"test": "mocha"
},
"standard": {
"globals": [
"describe",
"it"
]
},
"version": "2.0.0"
}