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,76 @@
{
"_from": "mailcomposer@^3.12.0",
"_id": "mailcomposer@3.12.0",
"_inBundle": false,
"_integrity": "sha1-nF4RiKqOHGLsi4a9Q0aBArY56Pk=",
"_location": "/mailcomposer",
"_phantomChildren": {
"libbase64": "0.1.0",
"libqp": "1.1.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "mailcomposer@^3.12.0",
"name": "mailcomposer",
"escapedName": "mailcomposer",
"rawSpec": "^3.12.0",
"saveSpec": null,
"fetchSpec": "^3.12.0"
},
"_requiredBy": [
"/sendmail"
],
"_resolved": "https://registry.npmjs.org/mailcomposer/-/mailcomposer-3.12.0.tgz",
"_shasum": "9c5e1188aa8e1c62ec8b86bd43468102b639e8f9",
"_spec": "mailcomposer@^3.12.0",
"_where": "/Users/rxf/Projekte/SternDBase/sternwarte/checkfuehrung/node_modules/sendmail",
"author": {
"name": "Andris Reinman"
},
"bugs": {
"url": "https://github.com/andris9/mailcomposer/issues"
},
"bundleDependencies": false,
"dependencies": {
"buildmail": "3.10.0",
"libmime": "2.1.0"
},
"deprecated": "This project is unmaintained",
"description": "Compose E-Mail messages",
"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",
"sinon": "^1.17.5"
},
"engine": {
"node": ">=0.10"
},
"homepage": "https://github.com/andris9/mailcomposer#readme",
"keywords": [
"e-mail",
"mime",
"parser"
],
"license": "MIT",
"main": "./lib/mailcomposer",
"maintainers": [
{
"name": "andris",
"email": "andris@kreata.ee"
}
],
"name": "mailcomposer",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/andris9/mailcomposer.git"
},
"scripts": {
"test": "grunt mochaTest"
},
"version": "3.12.0"
}