package.json
1.75 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
{
"_from": "dns-prefetch-control@0.1.0",
"_id": "dns-prefetch-control@0.1.0",
"_inBundle": false,
"_integrity": "sha1-YN20V3dOF48flBXwyrsOhbCzALI=",
"_location": "/dns-prefetch-control",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "dns-prefetch-control@0.1.0",
"name": "dns-prefetch-control",
"escapedName": "dns-prefetch-control",
"rawSpec": "0.1.0",
"saveSpec": null,
"fetchSpec": "0.1.0"
},
"_requiredBy": [
"/helmet"
],
"_resolved": "https://registry.npmjs.org/dns-prefetch-control/-/dns-prefetch-control-0.1.0.tgz",
"_shasum": "60ddb457774e178f1f9415f0cabb0e85b0b300b2",
"_spec": "dns-prefetch-control@0.1.0",
"_where": "C:\\Users\\kyjoon\\Desktop\\거위\\Open_Source_project\\node_modules\\helmet",
"author": {
"name": "Evan Hahn",
"email": "me@evanhahn.com",
"url": "http://evanhahn.com"
},
"bugs": {
"url": "https://github.com/helmetjs/dns-prefetch-control/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Middleware to set X-DNS-Prefetch-Control header.",
"devDependencies": {
"connect": "^3.4.0",
"mocha": "^2.3.4",
"standard": "^5.4.1",
"supertest": "^1.1.0"
},
"homepage": "https://github.com/helmetjs/dns-prefetch-control#readme",
"keywords": [
"helmet",
"security",
"express",
"connect",
"x-dns-prefetch-control",
"dns",
"prefetch"
],
"license": "MIT",
"name": "dns-prefetch-control",
"repository": {
"type": "git",
"url": "git://github.com/helmetjs/dns-prefetch-control.git"
},
"scripts": {
"test": "standard && mocha"
},
"standard": {
"global": [
"beforeEach",
"describe",
"it"
]
},
"version": "0.1.0"
}