mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2024-11-10 05:51:07 +07:00
74 lines
1.8 KiB
JSON
74 lines
1.8 KiB
JSON
{
|
|
"_from": "nodemailer",
|
|
"_id": "nodemailer@6.4.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-zmx4MTzYWQo2abFexvFYVURaiBGLekoA/yjP2Ctigd82hYtC4n38pcphQBi805t7AB2sY6DwmxnP/tb77f3KHA==",
|
|
"_location": "/nodemailer",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "nodemailer",
|
|
"name": "nodemailer",
|
|
"escapedName": "nodemailer",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.4.3.tgz",
|
|
"_shasum": "10d29195fb020e3297495bcba39d3519b23483f3",
|
|
"_spec": "nodemailer",
|
|
"_where": "/home/dawidd6/github/dawidd6/action-send-mail",
|
|
"author": {
|
|
"name": "Andris Reinman"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/nodemailer/nodemailer/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {},
|
|
"deprecated": false,
|
|
"description": "Easy as cake e-mail sending from your Node.js applications",
|
|
"devDependencies": {
|
|
"bunyan": "1.8.12",
|
|
"chai": "4.2.0",
|
|
"eslint-config-nodemailer": "1.2.0",
|
|
"eslint-config-prettier": "6.7.0",
|
|
"grunt": "1.0.4",
|
|
"grunt-cli": "1.3.2",
|
|
"grunt-eslint": "22.0.0",
|
|
"grunt-mocha-test": "0.13.3",
|
|
"libbase64": "1.2.1",
|
|
"libmime": "4.2.1",
|
|
"libqp": "1.1.0",
|
|
"mocha": "6.2.2",
|
|
"nodemailer-ntlm-auth": "1.0.1",
|
|
"proxy": "1.0.1",
|
|
"proxy-test-server": "1.0.0",
|
|
"sinon": "7.5.0",
|
|
"smtp-server": "3.5.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.3"
|
|
}
|