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
{
"_from": "oauth@0.9.x",
"_id": "oauth@0.9.15",
"_inBundle": false,
"_integrity": "sha1-vR/vr2hslrdUda7VGWQS/2DPucE=",
"_location": "/oauth",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "oauth@0.9.x",
"name": "oauth",
"escapedName": "oauth",
"rawSpec": "0.9.x",
"saveSpec": null,
"fetchSpec": "0.9.x"
},
"_requiredBy": [
"/passport-oauth2"
],
"_resolved": "https://registry.npmjs.org/oauth/-/oauth-0.9.15.tgz",
"_shasum": "bd1fefaf686c96b75475aed5196412ff60cfb9c1",
"_spec": "oauth@0.9.x",
"_where": "/Users/noblyan/Desktop/4_2/캡스톤디자인II/2017110267/Project/node_modules/passport-oauth2",
"author": {
"name": "Ciaran Jessup",
"email": "ciaranj@gmail.com"
},
"bugs": {
"url": "https://github.com/ciaranj/node-oauth/issues"
},
"bundleDependencies": false,
"deprecated": false,
"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"
}