node_modules ignore

This commit is contained in:
2025-05-08 23:43:47 +02:00
parent e19d52f172
commit 4574544c9f
65041 changed files with 10593536 additions and 0 deletions

41
server/node_modules/koa-passport/package.json generated vendored Normal file
View File

@@ -0,0 +1,41 @@
{
"name": "koa-passport",
"author": {
"name": "Markus Ast",
"email": "npm.m@rkusa.st"
},
"version": "6.0.0",
"description": "Passport middleware for Koa",
"keywords": [
"koa",
"passport",
"auth",
"authentication",
"authorization"
],
"homepage": "https://github.com/rkusa/koa-passport",
"license": "MIT",
"main": "./lib",
"dependencies": {
"passport": "^0.6.0"
},
"devDependencies": {
"jest": "^29.4.1",
"koa": "^2.6.2",
"koa-bodyparser": "^4.2.1",
"koa-route": "^3.2",
"passport-local": "^1.0",
"supertest": "^6.1.3"
},
"bugs": "https://github.com/rkusa/koa-passport/issues",
"repository": {
"type": "git",
"url": "git://github.com/rkusa/koa-passport.git"
},
"scripts": {
"test": "jest --testMatch '**/test/*.js'"
},
"engines": {
"node": ">= 4"
}
}