send-mail/node_modules/nodemailer/package.json
2020-11-12 16:30:46 +01:00

76 lines
1.8 KiB
JSON

{
"_args": [
[
"nodemailer@6.4.15",
"/home/dawidd6/github/dawidd6/action-send-mail"
]
],
"_from": "nodemailer@6.4.15",
"_id": "nodemailer@6.4.15",
"_inBundle": false,
"_integrity": "sha512-2/z13dBTWdgTRlxVMAK6C13dCI22GEShET4+jFLlQsxpblxYhojnucfcTZO1QBu5CsHvABsBj2JCGO3vl0HSQA==",
"_location": "/nodemailer",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "nodemailer@6.4.15",
"name": "nodemailer",
"escapedName": "nodemailer",
"rawSpec": "6.4.15",
"saveSpec": null,
"fetchSpec": "6.4.15"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.4.15.tgz",
"_spec": "6.4.15",
"_where": "/home/dawidd6/github/dawidd6/action-send-mail",
"author": {
"name": "Andris Reinman"
},
"bugs": {
"url": "https://github.com/nodemailer/nodemailer/issues"
},
"dependencies": {},
"description": "Easy as cake e-mail sending from your Node.js applications",
"devDependencies": {
"bunyan": "1.8.14",
"chai": "4.2.0",
"eslint-config-nodemailer": "1.2.0",
"eslint-config-prettier": "6.15.0",
"grunt": "1.3.0",
"grunt-cli": "1.3.2",
"grunt-eslint": "23.0.0",
"grunt-mocha-test": "0.13.3",
"libbase64": "1.2.1",
"libmime": "5.0.0",
"libqp": "1.1.0",
"mocha": "8.2.1",
"nodemailer-ntlm-auth": "1.0.1",
"proxy": "1.0.2",
"proxy-test-server": "1.0.0",
"sinon": "9.2.1",
"smtp-server": "3.7.0"
},
"engines": {
"node": ">=6.0.0"
},
"homepage": "https://nodemailer.com/",
"keywords": [
"Nodemailer"
],
"license": "MIT",
"main": "lib/nodemailer.js",
"name": "nodemailer",
"repository": {
"type": "git",
"url": "git+https://github.com/nodemailer/nodemailer.git"
},
"scripts": {
"test": "grunt"
},
"version": "6.4.15"
}