First Commit

This commit is contained in:
2025-11-02 22:52:08 +01:00
commit 73fbbf1be2
5821 changed files with 977526 additions and 0 deletions

View File

@@ -0,0 +1,63 @@
{
"_from": "nodemailer-shared@1.1.0",
"_id": "nodemailer-shared@1.1.0",
"_inBundle": false,
"_integrity": "sha1-z1mU4v0mjQD1zw+nZ6CBae2wfsA=",
"_location": "/nodemailer-shared",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "nodemailer-shared@1.1.0",
"name": "nodemailer-shared",
"escapedName": "nodemailer-shared",
"rawSpec": "1.1.0",
"saveSpec": null,
"fetchSpec": "1.1.0"
},
"_requiredBy": [
"/buildmail"
],
"_resolved": "https://registry.npmjs.org/nodemailer-shared/-/nodemailer-shared-1.1.0.tgz",
"_shasum": "cf5994e2fd268d00f5cf0fa767a08169edb07ec0",
"_spec": "nodemailer-shared@1.1.0",
"_where": "/Users/rxf/Projekte/SternDBase/sternwarte/checkfuehrung/node_modules/buildmail",
"author": {
"name": "Andris Reinman"
},
"bugs": {
"url": "https://github.com/nodemailer/nodemailer-shared/issues"
},
"bundleDependencies": false,
"dependencies": {
"nodemailer-fetch": "1.6.0"
},
"deprecated": false,
"description": "Shared methods for the nodemailer stack",
"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"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/nodemailer/nodemailer-shared#readme",
"keywords": [
"nodemailer"
],
"license": "MIT",
"main": "lib/shared.js",
"name": "nodemailer-shared",
"repository": {
"type": "git",
"url": "git+https://github.com/nodemailer/nodemailer-shared.git"
},
"scripts": {
"test": "grunt mochaTest"
},
"version": "1.1.0"
}