76 lines
1.9 KiB
JSON
76 lines
1.9 KiB
JSON
{
|
|
"_from": "passport-google-oauth",
|
|
"_id": "passport-google-oauth@1.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-ZfUGMxkq0GJ6GLCJYAdxCdhOt20=",
|
|
"_location": "/passport-google-oauth",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "passport-google-oauth",
|
|
"name": "passport-google-oauth",
|
|
"escapedName": "passport-google-oauth",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/passport-google-oauth/-/passport-google-oauth-1.0.0.tgz",
|
|
"_shasum": "65f50633192ad0627a18b08960077109d84eb76d",
|
|
"_spec": "passport-google-oauth",
|
|
"_where": "C:\\Users\\Georg\\GitHub\\SmartShopper\\express-server",
|
|
"author": {
|
|
"name": "Jared Hanson",
|
|
"email": "jaredhanson@gmail.com",
|
|
"url": "http://www.jaredhanson.net/"
|
|
},
|
|
"bugs": {
|
|
"url": "http://github.com/jaredhanson/passport-google-oauth/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"passport-google-oauth1": "1.x.x",
|
|
"passport-google-oauth20": "1.x.x"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Google (OAuth) authentication strategies for Passport.",
|
|
"devDependencies": {
|
|
"chai": "2.x.x",
|
|
"make-node": "0.3.x",
|
|
"mocha": "1.x.x"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4.0"
|
|
},
|
|
"homepage": "https://github.com/jaredhanson/passport-google-oauth#readme",
|
|
"keywords": [
|
|
"passport",
|
|
"google",
|
|
"auth",
|
|
"authn",
|
|
"authentication",
|
|
"identity"
|
|
],
|
|
"license": "MIT",
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://opensource.org/licenses/MIT"
|
|
}
|
|
],
|
|
"main": "./lib",
|
|
"name": "passport-google-oauth",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/jaredhanson/passport-google-oauth.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha --require test/bootstrap/node test/*.test.js"
|
|
},
|
|
"version": "1.0.0"
|
|
}
|