package.json
2.43 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
{
"_args": [
[
{
"raw": "passport-kakao",
"scope": null,
"escapedName": "passport-kakao",
"name": "passport-kakao",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"/Users/kanghyeontae/IdeaProjects/YTMT"
]
],
"_from": "passport-kakao@latest",
"_id": "passport-kakao@0.0.5",
"_inCache": true,
"_location": "/passport-kakao",
"_nodeVersion": "8.4.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/passport-kakao-0.0.5.tgz_1505114276549_0.525634141638875"
},
"_npmUser": {
"name": "winterwolf0412",
"email": "rotoshine@gmail.com"
},
"_npmVersion": "5.3.0",
"_phantomChildren": {},
"_requested": {
"raw": "passport-kakao",
"scope": null,
"escapedName": "passport-kakao",
"name": "passport-kakao",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/passport-kakao/-/passport-kakao-0.0.5.tgz",
"_shasum": "dcaab68800793af95566a15e7fef2dcabd3adc2d",
"_shrinkwrap": null,
"_spec": "passport-kakao",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT",
"author": {
"name": "rotoshine@gmail.com"
},
"bugs": {
"url": "https://github.com/rotoshine/passport-kakao/issues"
},
"dependencies": {
"passport-oauth2": "~1.1.2",
"pkginfo": "~0.3.0"
},
"description": "kakao oauth2 login module",
"devDependencies": {},
"directories": {},
"dist": {
"integrity": "sha512-2Ts4SISbzTgkNWFwwvJFw2L5uxMJtI+4n0iuoDiQL5+3BBWdrTgdnWJLJtsa9blU5HjpNh/y/phMAAPxEKwZNw==",
"shasum": "dcaab68800793af95566a15e7fef2dcabd3adc2d",
"tarball": "https://registry.npmjs.org/passport-kakao/-/passport-kakao-0.0.5.tgz"
},
"gitHead": "81cbe7e4dd59d2fbf98cf0cf0f261470df0822be",
"homepage": "https://github.com/rotoshine/passport-kakao#readme",
"keywords": [
"passport",
"kakao",
"kakaotalk",
"oauth2"
],
"license": "MIT",
"main": "./lib/passport-kakao",
"maintainers": [
{
"name": "winterwolf0412",
"email": "rotoshine@gmail.com"
}
],
"name": "passport-kakao",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/rotoshine/passport-kakao.git"
},
"scripts": {
"test": "jasmine-node --verbose test/passport-kakao.spec.js"
},
"version": "0.0.5"
}