package.json
1.47 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
{
"_args": [
[
"oauth2@0.0.1",
"/home/ubuntu/FORDEVELOP/ESJ/LineMusicChatbot"
]
],
"_from": "oauth2@0.0.1",
"_id": "oauth2@0.0.1",
"_inBundle": false,
"_integrity": "sha1-fOkerI4vEuyS4KxwjftI74jU0t0=",
"_location": "/oauth2",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "oauth2@0.0.1",
"name": "oauth2",
"escapedName": "oauth2",
"rawSpec": "0.0.1",
"saveSpec": null,
"fetchSpec": "0.0.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/oauth2/-/oauth2-0.0.1.tgz",
"_spec": "0.0.1",
"_where": "/home/ubuntu/FORDEVELOP/ESJ/LineMusicChatbot",
"author": {
"name": "Alexey Zakharov",
"email": "alexey.v.zaharov@gmail.com"
},
"bugs": {
"url": "https://github.com/lexer/node-ouath2/issues"
},
"contributors": [
{
"name": "Alexey Zakharov",
"email": "alexey.v.zaharov@gmail.com"
},
{
"name": "Oksana Utyasheva",
"email": "utyasheva.oksana@gmail.com"
}
],
"dependencies": {},
"description": "Oauth2 multi provider npm module",
"engines": {
"node": ">= 0.4.6 < 0.5.0"
},
"homepage": "https://github.com/lexer/node-ouath2#readme",
"keywords": [
"ouath2",
"facebook",
"google",
"vkontakte",
"twitter"
],
"main": "./lib/oauth2",
"name": "oauth2",
"repository": {
"type": "git",
"url": "git://github.com/lexer/node-ouath2.git"
},
"version": "0.0.1"
}