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

36
server/node_modules/nodemailer-shared/package.json generated vendored Normal file
View File

@@ -0,0 +1,36 @@
{
"name": "nodemailer-shared",
"version": "1.1.0",
"description": "Shared methods for the nodemailer stack",
"main": "lib/shared.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt mochaTest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nodemailer/nodemailer-shared.git"
},
"keywords": [
"nodemailer"
],
"author": "Andris Reinman",
"license": "MIT",
"bugs": {
"url": "https://github.com/nodemailer/nodemailer-shared/issues"
},
"homepage": "https://github.com/nodemailer/nodemailer-shared#readme",
"dependencies": {
"nodemailer-fetch": "1.6.0"
},
"devDependencies": {
"chai": "^3.5.0",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-eslint": "^19.0.0",
"grunt-mocha-test": "^0.12.7",
"mocha": "^3.0.2"
}
}