package.json
1.38 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
{
"_args": [
[
"oauth@0.9.15",
"/Users/star/Desktop/YTMT"
]
],
"_from": "oauth@0.9.15",
"_id": "oauth@0.9.15",
"_inBundle": false,
"_integrity": "sha1-vR/vr2hslrdUda7VGWQS/2DPucE=",
"_location": "/oauth",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "oauth@0.9.15",
"name": "oauth",
"escapedName": "oauth",
"rawSpec": "0.9.15",
"saveSpec": null,
"fetchSpec": "0.9.15"
},
"_requiredBy": [
"/passport-oauth1",
"/passport-oauth2"
],
"_resolved": "https://registry.npmjs.org/oauth/-/oauth-0.9.15.tgz",
"_spec": "0.9.15",
"_where": "/Users/star/Desktop/YTMT",
"author": {
"name": "Ciaran Jessup",
"email": "ciaranj@gmail.com"
},
"bugs": {
"url": "https://github.com/ciaranj/node-oauth/issues"
},
"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"
},
"homepage": "https://github.com/ciaranj/node-oauth#readme",
"license": "MIT",
"main": "index.js",
"name": "oauth",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/ciaranj/node-oauth.git"
},
"scripts": {
"test": "make test"
},
"version": "0.9.15"
}