package.json
2.56 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
94
95
96
{
"_args": [
[
"content-disposition@0.5.1",
"/Users/jf/Desktop/Work/node/handlebar-single/node_modules/express"
]
],
"_cnpm_publish_time": 1453064553711,
"_from": "content-disposition@0.5.1",
"_id": "content-disposition@0.5.1",
"_inCache": true,
"_installable": true,
"_location": "/content-disposition",
"_npmUser": {
"email": "doug@somethingdoug.com",
"name": "dougwilson"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {},
"_requested": {
"name": "content-disposition",
"raw": "content-disposition@0.5.1",
"rawSpec": "0.5.1",
"scope": null,
"spec": "0.5.1",
"type": "version"
},
"_requiredBy": [
"/express"
],
"_resolved": "http://npm.yoho.cn/content-disposition/-/content-disposition-0.5.1.tgz",
"_shasum": "87476c6a67c8daa87e32e87616df883ba7fb071b",
"_shrinkwrap": null,
"_spec": "content-disposition@0.5.1",
"_where": "/Users/jf/Desktop/Work/node/handlebar-single/node_modules/express",
"bugs": {
"url": "https://github.com/jshttp/content-disposition/issues"
},
"contributors": [
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
}
],
"dependencies": {},
"description": "Create and parse Content-Disposition header",
"devDependencies": {
"istanbul": "0.4.2",
"mocha": "1.21.5"
},
"directories": {},
"dist": {
"noattachment": false,
"shasum": "87476c6a67c8daa87e32e87616df883ba7fb071b",
"size": 6437,
"tarball": "http://npm.yoho.cn/content-disposition/-/content-disposition-0.5.1.tgz"
},
"engines": {
"node": ">= 0.6"
},
"files": [
"HISTORY.md",
"LICENSE",
"README.md",
"index.js"
],
"gitHead": "7b391db3af5629d4c698f1de21802940bb9f22a5",
"homepage": "https://github.com/jshttp/content-disposition",
"keywords": [
"content-disposition",
"http",
"res",
"rfc6266"
],
"license": "MIT",
"maintainers": [
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
}
],
"name": "content-disposition",
"optionalDependencies": {},
"publish_time": 1453064553711,
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jshttp/content-disposition.git"
},
"scripts": {
"test": "mocha --reporter spec --bail --check-leaks test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
},
"version": "0.5.1"
}