send-mail/node_modules/nodemailer/package.json

74 lines
1.9 KiB
JSON
Raw Normal View History

2020-03-01 05:01:03 +07:00
{
2020-11-12 22:31:20 +07:00
"_from": "nodemailer@6.4.16",
"_id": "nodemailer@6.4.16",
2020-03-01 05:01:03 +07:00
"_inBundle": false,
2020-11-12 22:31:20 +07:00
"_integrity": "sha512-68K0LgZ6hmZ7PVmwL78gzNdjpj5viqBdFqKrTtr9bZbJYj6BRj5W6WGkxXrEnUl3Co3CBXi3CZBUlpV/foGnOQ==",
2020-03-01 05:01:03 +07:00
"_location": "/nodemailer",
"_phantomChildren": {},
"_requested": {
2020-03-24 19:34:13 +07:00
"type": "version",
2020-03-01 05:01:03 +07:00
"registry": true,
2020-11-12 22:31:20 +07:00
"raw": "nodemailer@6.4.16",
2020-03-01 05:01:03 +07:00
"name": "nodemailer",
"escapedName": "nodemailer",
2020-11-12 22:31:20 +07:00
"rawSpec": "6.4.16",
2020-03-01 05:01:03 +07:00
"saveSpec": null,
2020-11-12 22:31:20 +07:00
"fetchSpec": "6.4.16"
2020-03-01 05:01:03 +07:00
},
"_requiredBy": [
2020-11-12 22:31:20 +07:00
"#USER",
2020-03-01 05:01:03 +07:00
"/"
],
2020-11-12 22:31:20 +07:00
"_resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.4.16.tgz",
"_shasum": "5cb6391b1d79ab7eff32d6f9f48366b5a7117293",
"_spec": "nodemailer@6.4.16",
2020-08-30 17:08:22 +07:00
"_where": "/home/dawidd6/github/dawidd6/action-send-mail",
2020-03-01 05:01:03 +07:00
"author": {
"name": "Andris Reinman"
},
"bugs": {
"url": "https://github.com/nodemailer/nodemailer/issues"
},
2020-11-12 22:31:20 +07:00
"bundleDependencies": false,
2020-03-01 05:01:03 +07:00
"dependencies": {},
2020-11-12 22:31:20 +07:00
"deprecated": false,
2020-03-01 05:01:03 +07:00
"description": "Easy as cake e-mail sending from your Node.js applications",
"devDependencies": {
2020-08-30 17:08:22 +07:00
"bunyan": "1.8.14",
2020-03-01 05:01:03 +07:00
"chai": "4.2.0",
"eslint-config-nodemailer": "1.2.0",
2020-11-12 22:30:46 +07:00
"eslint-config-prettier": "6.15.0",
"grunt": "1.3.0",
2020-03-01 05:01:03 +07:00
"grunt-cli": "1.3.2",
2020-07-09 20:48:05 +07:00
"grunt-eslint": "23.0.0",
2020-03-01 05:01:03 +07:00
"grunt-mocha-test": "0.13.3",
"libbase64": "1.2.1",
2020-08-30 17:08:22 +07:00
"libmime": "5.0.0",
2020-03-01 05:01:03 +07:00
"libqp": "1.1.0",
2020-11-12 22:30:46 +07:00
"mocha": "8.2.1",
2020-03-01 05:01:03 +07:00
"nodemailer-ntlm-auth": "1.0.1",
2020-08-30 17:08:22 +07:00
"proxy": "1.0.2",
2020-03-01 05:01:03 +07:00
"proxy-test-server": "1.0.0",
2020-11-12 22:30:46 +07:00
"sinon": "9.2.1",
2020-08-30 17:08:22 +07:00
"smtp-server": "3.7.0"
2020-03-01 05:01:03 +07:00
},
"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"
},
2020-11-12 22:31:20 +07:00
"version": "6.4.16"
2020-03-01 05:01:03 +07:00
}