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,82 @@
{
"_from": "sendmail",
"_id": "sendmail@1.4.1",
"_inBundle": false,
"_integrity": "sha512-MfprntdcmRUlxZJisAJGb4sp8kL4biCbrmcLT9FJsECDATTn3Q1rYkxXyT+DFZ5fIZ5ZPJt+H/eHWUFd1xWUuw==",
"_location": "/sendmail",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "sendmail",
"name": "sendmail",
"escapedName": "sendmail",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/sendmail/-/sendmail-1.4.1.tgz",
"_shasum": "e0732447f5ff07270fbcecd6030d748bcb4a03cb",
"_spec": "sendmail",
"_where": "/Users/rxf/Projekte/SternDBase/sternwarte/checkfuehrung",
"author": {
"name": "Gui Lin",
"email": "guileen@gmail.com"
},
"bugs": {
"url": "https://github.com/guileen/node-sendmail/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Gui Lin",
"email": "guileen@gmail.com"
},
{
"name": "Green Pioneer",
"email": "info@greenpioneersolutions.com"
}
],
"dependencies": {
"dkim-signer": "^0.2.2",
"mailcomposer": "^3.12.0"
},
"deprecated": false,
"description": "Sendmail without setting up SMTP server",
"devDependencies": {
"ical-toolkit": "^1.0.9",
"standard": "latest"
},
"engines": {
"node": ">=6.0.0"
},
"homepage": "https://github.com/guileen/node-sendmail",
"keywords": [
"email sender",
"send mail",
"sendmail",
"node sendmail",
"no smtp",
"without server",
"without smtp server",
"dev mode",
"dkim sign mail"
],
"license": "MIT",
"main": "./sendmail",
"name": "sendmail",
"repository": {
"type": "git",
"url": "git://github.com/guileen/node-sendmail.git"
},
"scripts": {
"lint": "standard",
"lint:fix": "standard --fix",
"test": "npm run lint"
},
"version": "1.4.1"
}