package.json
1.68 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
{
"_from": "passport-google-oauth2",
"_id": "passport-google-oauth2@0.2.0",
"_inBundle": false,
"_integrity": "sha512-62EdPtbfVdc55nIXi0p1WOa/fFMM8v/M8uQGnbcXA4OexZWCnfsEi3wo2buag+Is5oqpuHzOtI64JpHk0Xi5RQ==",
"_location": "/passport-google-oauth2",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "passport-google-oauth2",
"name": "passport-google-oauth2",
"escapedName": "passport-google-oauth2",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/passport-google-oauth2/-/passport-google-oauth2-0.2.0.tgz",
"_shasum": "fc9ea59e7091f02e24fd16d6be9257ea982ebbc3",
"_spec": "passport-google-oauth2",
"_where": "C:\\Users\\LEEHYUNJONG\\Desktop\\오픈소스SW\\YTMT",
"author": {
"name": "Marcus Stade",
"email": "marcus@stade.se"
},
"bugs": {
"url": "https://github.com/mstade/passport-google-oauth2/issues"
},
"bundleDependencies": false,
"dependencies": {
"passport-oauth2": "^1.1.2"
},
"deprecated": false,
"description": "Passport strategy for Google OAuth 2.0",
"devDependencies": {
"vows": "^0.8.0"
},
"directories": {
"example": "examples",
"test": "test"
},
"homepage": "https://github.com/mstade/passport-google-oauth2",
"keywords": [
"auth",
"google",
"google+",
"passportjs",
"oauth2"
],
"license": "MIT",
"main": "./lib/oauth2.js",
"name": "passport-google-oauth2",
"repository": {
"type": "git",
"url": "git://github.com/mstade/passport-google-oauth2.git"
},
"scripts": {
"test": "make test"
},
"version": "0.2.0"
}