package.json
1.97 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
{
"_from": "connect@2.8.8",
"_id": "connect@2.8.8",
"_inBundle": false,
"_integrity": "sha1-uav4yvC9l3PLPeopNEEZhyWCRG0=",
"_location": "/connect",
"_phantomChildren": {
"debug": "2.6.9"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "connect@2.8.8",
"name": "connect",
"escapedName": "connect",
"rawSpec": "2.8.8",
"saveSpec": null,
"fetchSpec": "2.8.8"
},
"_requiredBy": [
"/google-calendar/express"
],
"_resolved": "https://registry.npmjs.org/connect/-/connect-2.8.8.tgz",
"_shasum": "b9abf8caf0bd9773cb3dea29344119872582446d",
"_spec": "connect@2.8.8",
"_where": "C:\\Users\\LG\\Desktop\\4-1\\Reminder-Talk\\node_modules\\google-calendar\\node_modules\\express",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca",
"url": "http://tjholowaychuk.com"
},
"bugs": {
"url": "https://github.com/senchalabs/connect/issues"
},
"bundleDependencies": false,
"dependencies": {
"buffer-crc32": "0.2.1",
"bytes": "0.2.0",
"cookie": "0.1.0",
"cookie-signature": "1.0.1",
"debug": "*",
"formidable": "1.0.14",
"fresh": "0.2.0",
"methods": "0.0.1",
"pause": "0.0.1",
"qs": "0.6.5",
"send": "0.1.4",
"uid2": "0.0.2"
},
"deprecated": "connect 2.x series is deprecated",
"description": "High performance middleware framework",
"devDependencies": {
"dox": "*",
"jade": "*",
"mocha": "*",
"should": "*"
},
"engines": {
"node": ">= 0.8.0"
},
"homepage": "https://github.com/senchalabs/connect#readme",
"keywords": [
"framework",
"web",
"middleware",
"connect",
"rack"
],
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/senchalabs/connect/master/LICENSE"
}
],
"main": "index",
"name": "connect",
"repository": {
"type": "git",
"url": "git://github.com/senchalabs/connect.git"
},
"scripts": {
"test": "make"
},
"version": "2.8.8"
}