package.json
1.84 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
{
"_args": [
[
"passport-naver@1.0.6",
"/Users/star/Desktop/YTMT"
]
],
"_from": "passport-naver@1.0.6",
"_id": "passport-naver@1.0.6",
"_inBundle": false,
"_integrity": "sha512-5XEbJesiPVshwE0cTDvbbJrOiYSJ9VFRJTctqiZL1Xip6qOi9n7d49UesOqavLT+Ry8C7aw3zdzbmWosqHcQ/Q==",
"_location": "/passport-naver",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "passport-naver@1.0.6",
"name": "passport-naver",
"escapedName": "passport-naver",
"rawSpec": "1.0.6",
"saveSpec": null,
"fetchSpec": "1.0.6"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/passport-naver/-/passport-naver-1.0.6.tgz",
"_spec": "1.0.6",
"_where": "/Users/star/Desktop/YTMT",
"author": {
"name": "Young-il Cho",
"email": "youngil.cho@navercorp.com",
"url": "http://github.com/terzeron"
},
"bugs": {
"url": "https://github.com/naver/passport-naver/issues"
},
"contributors": [
{
"name": "Chanhee Kim",
"email": "chanhee.kim@navercorp.com"
},
{
"name": "Seunglak Choi",
"email": "seunglak@gmail.com"
},
{
"name": "MooYeol Lee",
"email": "mooyoul@gmail.com",
"url": "https://github.com/mooyoul"
}
],
"dependencies": {
"passport-oauth": "^1.0.0",
"underscore": "^1.8.3"
},
"description": "Naver authentication strategy for Passport",
"homepage": "https://github.com/naver/passport-naver",
"keywords": [
"passport",
"naver",
"auth",
"oauth",
"authentication",
"oauth2"
],
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"main": "./lib",
"name": "passport-naver",
"repository": {
"type": "git",
"url": "git://github.com/naver/passport-naver.git"
},
"version": "1.0.6"
}