GoogleOauth2.0 First implementation
First try for GoogleOauth2.0
This commit is contained in:
54
express-server/node_modules/oauth/package.json
generated
vendored
Normal file
54
express-server/node_modules/oauth/package.json
generated
vendored
Normal file
@ -0,0 +1,54 @@
|
||||
{
|
||||
"_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-oauth1",
|
||||
"/passport-oauth2"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/oauth/-/oauth-0.9.15.tgz",
|
||||
"_shasum": "bd1fefaf686c96b75475aed5196412ff60cfb9c1",
|
||||
"_spec": "oauth@0.9.x",
|
||||
"_where": "C:\\Users\\Georg\\GitHub\\SmartShopper\\express-server\\node_modules\\passport-oauth1",
|
||||
"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"
|
||||
}
|
Reference in New Issue
Block a user