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

29
server/node_modules/koa-favicon/package.json generated vendored Normal file
View File

@@ -0,0 +1,29 @@
{
"name": "koa-favicon",
"description": "favicon bounce middleware for koa",
"repository": "koajs/favicon",
"version": "2.1.0",
"keywords": [
"koa",
"middleware",
"favicon"
],
"files": [
"index.js"
],
"devDependencies": {
"istanbul": "^0.4.5",
"koa": "^2.11.0",
"mocha": "^7.1.0",
"supertest": "^4.0.2"
},
"dependencies": {
"mz": "^2.7.0"
},
"license": "MIT",
"scripts": {
"test": "NODE_ENV=test mocha --reporter spec --exit",
"test-cov": "NODE_ENV=test istanbul cover ./node_modules/.bin/_mocha -- --exit",
"test-travis": "NODE_ENV=test istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --exit"
}
}