Files
2025-11-02 22:52:08 +01:00

72 lines
1.8 KiB
JSON
Executable File

{
"_from": "buildmail@3.10.0",
"_id": "buildmail@3.10.0",
"_inBundle": false,
"_integrity": "sha1-xoJtcW55RbtvaxQ0tTmF4CmgMVk=",
"_location": "/buildmail",
"_phantomChildren": {
"libbase64": "0.1.0",
"libqp": "1.1.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "buildmail@3.10.0",
"name": "buildmail",
"escapedName": "buildmail",
"rawSpec": "3.10.0",
"saveSpec": null,
"fetchSpec": "3.10.0"
},
"_requiredBy": [
"/mailcomposer"
],
"_resolved": "https://registry.npmjs.org/buildmail/-/buildmail-3.10.0.tgz",
"_shasum": "c6826d716e7945bb6f6b1434b53985e029a03159",
"_spec": "buildmail@3.10.0",
"_where": "/Users/rxf/Projekte/SternDBase/sternwarte/checkfuehrung/node_modules/mailcomposer",
"author": {
"name": "Andris Reinman",
"email": "andris@kreata.ee"
},
"bugs": {
"url": "https://github.com/andris9/buildmail/issues"
},
"bundleDependencies": false,
"dependencies": {
"addressparser": "1.0.1",
"libbase64": "0.1.0",
"libmime": "2.1.0",
"libqp": "1.1.0",
"nodemailer-fetch": "1.6.0",
"nodemailer-shared": "1.1.0"
},
"deprecated": "This project is unmaintained",
"description": "buildmail is a low level rfc2822 message composer. Define your own mime tree, no magic included.",
"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"
},
"homepage": "https://github.com/andris9/buildmail#readme",
"keywords": [
"RFC2822",
"mime"
],
"license": "MIT",
"main": "lib/buildmail",
"name": "buildmail",
"repository": {
"type": "git",
"url": "git://github.com/andris9/buildmail.git"
},
"scripts": {
"test": "grunt mochaTest"
},
"version": "3.10.0"
}