package.json
2.3 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
{
"_args": [
[
{
"raw": "oauth@0.9.x",
"scope": null,
"escapedName": "oauth",
"name": "oauth",
"rawSpec": "0.9.x",
"spec": ">=0.9.0 <0.10.0",
"type": "range"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/passport-oauth2"
]
],
"_from": "oauth@>=0.9.0 <0.10.0",
"_id": "oauth@0.9.15",
"_inCache": true,
"_location": "/oauth",
"_nodeVersion": "4.1.1",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/oauth-0.9.15.tgz_1483608227424_0.00020715733990073204"
},
"_npmUser": {
"name": "ciaranj",
"email": "ciaranj@gmail.com"
},
"_npmVersion": "2.14.4",
"_phantomChildren": {},
"_requested": {
"raw": "oauth@0.9.x",
"scope": null,
"escapedName": "oauth",
"name": "oauth",
"rawSpec": "0.9.x",
"spec": ">=0.9.0 <0.10.0",
"type": "range"
},
"_requiredBy": [
"/passport-oauth2"
],
"_resolved": "https://registry.npmjs.org/oauth/-/oauth-0.9.15.tgz",
"_shasum": "bd1fefaf686c96b75475aed5196412ff60cfb9c1",
"_shrinkwrap": null,
"_spec": "oauth@0.9.x",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/passport-oauth2",
"author": {
"name": "Ciaran Jessup",
"email": "ciaranj@gmail.com"
},
"bugs": {
"url": "https://github.com/ciaranj/node-oauth/issues"
},
"dependencies": {},
"description": "Library for interacting with OAuth 1.0, 1.0A, 2 and Echo. Provides simplified client access and allows for construction of more complex apis and OAuth providers.",
"devDependencies": {
"vows": "0.5.x"
},
"directories": {
"lib": "./lib"
},
"dist": {
"shasum": "bd1fefaf686c96b75475aed5196412ff60cfb9c1",
"tarball": "https://registry.npmjs.org/oauth/-/oauth-0.9.15.tgz"
},
"gitHead": "a7f8a1e21c362eb4ed2039431fb9ac2ae749f26a",
"homepage": "https://github.com/ciaranj/node-oauth#readme",
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "ciaranj",
"email": "ciaranj@gmail.com"
}
],
"name": "oauth",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/ciaranj/node-oauth.git"
},
"scripts": {
"test": "make test"
},
"version": "0.9.15"
}