GoogleOauth2.0 First implementation
First try for GoogleOauth2.0
This commit is contained in:
93
express-server/node_modules/cookie-session/package.json
generated
vendored
Normal file
93
express-server/node_modules/cookie-session/package.json
generated
vendored
Normal file
@ -0,0 +1,93 @@
|
||||
{
|
||||
"_from": "cookie-session",
|
||||
"_id": "cookie-session@2.0.0-beta.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-zyqm5tA0z9yMEB/xyP7lnRnqp8eLR2e0dap+9+rBwVigla9yPKn8XTL1jJymog8xjfrowqW2o5LUjixQChkqrw==",
|
||||
"_location": "/cookie-session",
|
||||
"_phantomChildren": {
|
||||
"ms": "2.0.0"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "tag",
|
||||
"registry": true,
|
||||
"raw": "cookie-session",
|
||||
"name": "cookie-session",
|
||||
"escapedName": "cookie-session",
|
||||
"rawSpec": "",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "latest"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#USER",
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/cookie-session/-/cookie-session-2.0.0-beta.3.tgz",
|
||||
"_shasum": "4e446bd9f85bd7e27d3e226f4e99af12011a4386",
|
||||
"_spec": "cookie-session",
|
||||
"_where": "C:\\Users\\Georg\\GitHub\\SmartShopper\\express-server",
|
||||
"bugs": {
|
||||
"url": "https://github.com/expressjs/cookie-session/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Douglas Christopher Wilson",
|
||||
"email": "doug@somethingdoug.com"
|
||||
},
|
||||
{
|
||||
"name": "Jonathan Ong",
|
||||
"email": "me@jongleberry.com",
|
||||
"url": "http://jongleberry.com"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"cookies": "0.7.1",
|
||||
"debug": "3.1.0",
|
||||
"on-headers": "~1.0.1",
|
||||
"safe-buffer": "5.1.1"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "cookie session middleware",
|
||||
"devDependencies": {
|
||||
"connect": "3.6.5",
|
||||
"eslint": "3.19.0",
|
||||
"eslint-config-standard": "10.2.1",
|
||||
"eslint-plugin-import": "2.7.0",
|
||||
"eslint-plugin-markdown": "1.0.0-beta.6",
|
||||
"eslint-plugin-node": "5.2.0",
|
||||
"eslint-plugin-promise": "3.5.0",
|
||||
"eslint-plugin-standard": "3.0.1",
|
||||
"mocha": "3.5.3",
|
||||
"nyc": "10.3.2",
|
||||
"supertest": "1.2.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.10"
|
||||
},
|
||||
"files": [
|
||||
"HISTORY.md",
|
||||
"LICENSE",
|
||||
"README.md",
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/expressjs/cookie-session#readme",
|
||||
"keywords": [
|
||||
"connect",
|
||||
"express",
|
||||
"middleware",
|
||||
"session"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "cookie-session",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/expressjs/cookie-session.git"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint --plugin markdown --ext js,md .",
|
||||
"test": "mocha --check-leaks --reporter spec --bail test/",
|
||||
"test-ci": "nyc --reporter=text npm test",
|
||||
"test-cov": "nyc --reporter=html --reporter=text npm test"
|
||||
},
|
||||
"version": "2.0.0-beta.3"
|
||||
}
|
Reference in New Issue
Block a user