package.json
1.79 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
{
"_from": "hide-powered-by@1.0.0",
"_id": "hide-powered-by@1.0.0",
"_inBundle": false,
"_integrity": "sha1-SoWtZYgfYoV/xwr3F0oRhNzM4ys=",
"_location": "/hide-powered-by",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "hide-powered-by@1.0.0",
"name": "hide-powered-by",
"escapedName": "hide-powered-by",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/helmet"
],
"_resolved": "https://registry.npmjs.org/hide-powered-by/-/hide-powered-by-1.0.0.tgz",
"_shasum": "4a85ad65881f62857fc70af7174a1184dccce32b",
"_spec": "hide-powered-by@1.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/hide-powered-by/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Evan Hahn",
"email": "me@evanhahn.com",
"url": "http://evanhahn.com"
}
],
"deprecated": false,
"description": "Middleware to remove the X-Powered-By header.",
"devDependencies": {
"connect": "^3.3.1",
"mocha": "^2.0.1",
"standard": "^5.4.1",
"supertest": "^1.1.0"
},
"homepage": "https://github.com/helmetjs/hide-powered-by#readme",
"keywords": [
"helmet",
"security",
"express",
"connect",
"x-powered-by",
"powered-by"
],
"license": "MIT",
"name": "hide-powered-by",
"repository": {
"type": "git",
"url": "git://github.com/helmetjs/hide-powered-by.git"
},
"scripts": {
"test": "standard && mocha"
},
"standard": {
"globals": [
"describe",
"it"
]
},
"version": "1.0.0"
}