package.json
1.58 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
{
"_from": "google-calendar@^1.3.2",
"_id": "google-calendar@1.3.2",
"_inBundle": false,
"_integrity": "sha1-onX8ZfxJiVUaakVIdefAdTL3J3Y=",
"_location": "/google-calendar",
"_phantomChildren": {
"buffer-crc32": "0.2.1",
"connect": "2.8.8",
"debug": "2.6.9",
"keypress": "0.1.0",
"passport-oauth": "0.1.15",
"pause": "0.0.1",
"pkginfo": "0.2.3",
"safer-buffer": "2.1.2"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "google-calendar@^1.3.2",
"name": "google-calendar",
"escapedName": "google-calendar",
"rawSpec": "^1.3.2",
"saveSpec": null,
"fetchSpec": "^1.3.2"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/google-calendar/-/google-calendar-1.3.2.tgz",
"_shasum": "a275fc65fc4989551a6a454875e7c07532f72776",
"_spec": "google-calendar@^1.3.2",
"_where": "C:\\Users\\LG\\Desktop\\4-1\\Reminder-Talk",
"bugs": {
"url": "https://github.com/berryboy/google-calendar/issues"
},
"bundleDependencies": false,
"dependencies": {
"express": "~3.3",
"needle": "~0.5",
"passport": "~0.1",
"passport-google-oauth": "~0.1"
},
"deprecated": false,
"description": "Google Calendar API for Node.js",
"devDependencies": {
"async": "~0.2.9",
"mocha": "~1.13.0",
"should": "~2.0.2"
},
"homepage": "https://github.com/berryboy/google-calendar",
"main": "./GoogleCalendar",
"name": "google-calendar",
"repository": {
"type": "git",
"url": "git+https://github.com/berryboy/google-calendar.git"
},
"version": "1.3.2"
}