{"_id":"@athenna/mail","_rev":"44-2e6325f7c636c3b972a8efdaf2abe21a","name":"@athenna/mail","dist-tags":{"latest":"5.4.0"},"versions":{"1.0.0":{"name":"@athenna/mail","version":"1.0.0","keywords":["esm","nodejs","athenna","mail","smtp","pop3","aws-ses","nodemailer"],"author":{"name":"Victor Tesoura Júnior","email":"txsoura@athenna.io"},"license":"MIT","_id":"@athenna/mail@1.0.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Mail#readme","bugs":{"url":"https://github.com/AthennaIO/Mail/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.js"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"3f83f4ee175da6149aad15f8bf7cc427ad8fdcea","tarball":"https://registry.npmjs.org/@athenna/mail/-/mail-1.0.0.tgz","fileCount":12,"integrity":"sha512-24Bt3edWkSVk4DKeKGyrWMpD4WNDbhBKfqp7dxKUJDUKvYPF3cgLDVV/eFi7JqQUYwkTza6URbrgvBVTRN2Btg==","signatures":[{"sig":"MEUCIQCjN170CNlLr8A3lvS6VF6tBbhkVa1CRLvDLFBucK0PIQIgJDwSfcbVG14tUQENkBcN7zyITq1ygBUITCCH3C8/T+s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24139,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjqREMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpwhg/+PQfNtRZxsxR2Bm0y618Ue28uL1yPZAKPWOsoPx24XBkCPLRl\r\nvAONP8Lwtl9jt4z7EAFmY45trE5hvTM9h/mAOT1H8bO91o3eIRxGzPUKrboL\r\n0TUgLA7ixTvl+k1rVBOEWQeBu7y87G217b6Q5lUO2UR0F/o1YYVd1WiMAC1x\r\nJn3WgWPtyA/E0jAhPkzY9XDoIHMnfTN+jfX6nNC83K1vSr2p0355yFYz4g4J\r\nvn8xKXEBurmGw0MeJRCKfRCDvb+/4qzVdqk8ZoEo00jId8nFckzo6KTXm8bt\r\nedu6r2mAjF5kPZmnA+WPOhasFpTncXmVXmYEjjRbkCARZy8Doft+ET3V9kvE\r\ncEqLary5+Qdmw8z9wRl7h2VEFpEWwhJ3MPTMsJ8DBfblHuee2ilch98SJ+as\r\nZBdSbM5O3dP2JJAEdzG3RmTkqgqD6BOHErxz3uTyfVp7gS9IUFZKX6qaO2mD\r\n0hF+T3X0IO3XV/eW5ehMRylYA4C7T5A80fm7CHnSqZ7gBIa+1F2skINVmcKv\r\nwmrbgQFul6vMYPXHDaOxgaJI6pi3Y1WTZZPOVhBgAkMx+hGDje2mUynQTFmd\r\nLWZY/tt49HNIRxCSJXTnOrXTnJvli/SjkDwpxqciXLTyvkOoQB5ADCUkNX26\r\nX3X03y8K8Mc+nAnxdEEXAsddEr3wk+Er10o=\r\n=LzcG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/MailProvider":"./src/Providers/MailProvider.js"},"gitHead":"6a1a590859c071493f5ce6738bd1e86863f1701a","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Mail.git","type":"git"},"_npmVersion":"6.14.17","description":"The Athenna email handler.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.2","dependencies":{"edge.js":"5.5.0","nodemailer":"6.8.0","@athenna/ioc":"1.2.8","@athenna/common":"1.0.0","@athenna/config":"1.1.9","nodemailer-markdown":"1.0.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.5","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@types/nodemailer":"6.4.7","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/mail_1.0.0_1672024332309_0.07965471943143987","host":"s3://npm-registry-packages"}},"1.0.1":{"name":"@athenna/mail","version":"1.0.1","keywords":["esm","nodejs","athenna","mail","smtp","pop3","aws-ses","nodemailer"],"author":{"name":"Victor Tesoura Júnior","email":"txsoura@athenna.io"},"license":"MIT","_id":"@athenna/mail@1.0.1","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Mail#readme","bugs":{"url":"https://github.com/AthennaIO/Mail/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.js"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"6b0f6c3bcf650e26818a0bf5db7d94c8f5474cb6","tarball":"https://registry.npmjs.org/@athenna/mail/-/mail-1.0.1.tgz","fileCount":12,"integrity":"sha512-w1fLaKLSVXZy5HeT8s5zJYPRYZNj+ZPV+OUe/aonKDkyXsbsCYb+QbKpYEn+hU7berghin7qDceyrG2QYO0/hQ==","signatures":[{"sig":"MEUCIDq3Ewe4pyY76Zt3g5dDq4wmiee8jHmAYx9KFvX0WSZ3AiEAnZmZ/793oLcRLbAVJSi/Hbet1LKqlNKCe5wu2UKOIRQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24139,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjqdauACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoF7w/5AMpEeTHszU4GmS310scFmRDESWWAe3orDInl7mYrn121ZrES\r\nGyvIFG5Qc4cwpCnhVIN83/uuO8KLzCyKOOWBWy2PnyEJgyKV+slTsk0juBVC\r\nUPJCG7+zckXixOpnDJrqIAMPARMXEQRgoeRp+cwimIIuQ2SyZF3Aw0OVwlxO\r\n4zC5ddITyv5C4I7zPM6bEjPCAxERT3ZT4VHybqptjkhwIb3dvTQCJ+LF6tzi\r\nBF1n/lCDkbSLqii4I+vEbVyzBFEWzXhXxMcOQHubf7dgeflFm2b8FblcWxU0\r\n4Dt6M+Za8FOOwDLMn1gIcNsDT7q78kvmdZ4UlTJ8dr0ZJgSggiPeaiGuWs+J\r\nQ8EtnGxykS3bS5ClHDGsUhFJuZibpNCzXtFpYJ5u+8dgjtSmT03XkZG0Qp3a\r\nD0e86OATsq26ddKgNlGyNn4WZpPU7+j2P34/vFVgG+Ogg6H4ZH/T2i37CyB/\r\nqod83ljGVrQtLwZYr494dCpfDQehmScEK3Ifo6J55rrZ+U05c/mgrRwiSI+G\r\nCpGB22xQ4RbrymR2p+g2X/n5tZrVcKwZ9AuHjF4CwGRiGNrwhuPASKOW7Mt/\r\nQWP/J9L+23I4d2bbW4WLaX0XAJfGBrVOEX1SKOWUdztecwfxKNM5VVSoossp\r\nkpS8KSxXjhQnXHNqAd4+z20HjT2Tay2dDK4=\r\n=LelO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/MailProvider":"./src/Providers/MailProvider.js"},"gitHead":"6b57e33b4533384b38b12027e873d600f89d152d","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Mail.git","type":"git"},"_npmVersion":"6.14.17","description":"The Athenna email handler.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.2","dependencies":{"edge.js":"5.5.0","nodemailer":"6.8.0","@athenna/ioc":"1.3.0","@athenna/common":"1.0.2","@athenna/config":"1.2.1","nodemailer-markdown":"1.0.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.5","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@types/nodemailer":"6.4.7","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/mail_1.0.1_1672074926436_0.3411294873558983","host":"s3://npm-registry-packages"}},"1.0.2":{"name":"@athenna/mail","version":"1.0.2","keywords":["esm","nodejs","athenna","mail","smtp","pop3","aws-ses","nodemailer"],"author":{"name":"Victor Tesoura Júnior","email":"txsoura@athenna.io"},"license":"MIT","_id":"@athenna/mail@1.0.2","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Mail#readme","bugs":{"url":"https://github.com/AthennaIO/Mail/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.js"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"b615e98553e5c13870004c2408bdc004d2873c1f","tarball":"https://registry.npmjs.org/@athenna/mail/-/mail-1.0.2.tgz","fileCount":12,"integrity":"sha512-f6sn1UP8DQbokFk/7/MbTEYWYABA/oxD5O+nHnR66hpI6kTQ97Y234+4cqkNge/IeRaOzUyjwUrmNK4Uj5TX3w==","signatures":[{"sig":"MEQCIDFHBW7bxZFUFrocGwMGnc/0XixPjdHQbKcJ0dq2NpDeAiA/rrHUki8DjNRrAm1mZrf0pDFruHqlSmJLEbyjbqh30A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24146,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjtzZZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqugw//X+7/Hod/8vnqonwijbMO58iXVzzdlOBReog+If7pE8y3KNkB\r\ntgehUeuM+ABVyMgq5RkbQE+/4kVfapw7s6LGpDlydwzJ4xOzu5KnPHOheyhR\r\nH8SsZ6rSpG3YXjW5jWokIOlXPnH50bKLtpte3mbKohLiNBG1xma6lYgU/Kbk\r\npBJZsZl8Yvvg3KwhaQ0byLu2Osx4NbpkQWQ8Tg1O3tLboLBRsXst7x6S92SP\r\njtjLa/6Ca69imkzNq0vpm7ZkmijFXePW3aH01WH0q2RB3smW5BSdslrDlx9I\r\n2kcDhUsPAPz6A7iesjLUHLWLFVLbwkQYxCQYAgYj9LCDHSX1YjEtEWEi4ceF\r\nz74Zk5oh7EZmirefZ8yMoEJazNLp9DafUZCWcM7cFWjUVylBzvw2ygcMz3ag\r\nM23ZIzaLA0O5U63UcLuvUHxlx4vUgHFQEcDfIRF4/B0rIS/vIWQO3A49621W\r\nBMZFkGIR5j7GTeg3lfMPCSjDcnF6g7GQ33klAahqYXaQr5bZKViiTHGccIQu\r\nmKIZzllkut8Uq/gyVYD5UM0Qc8SvELc89+cdOfw1tCrMJyYjZzCeE62JnwiP\r\nuYplI+XT/IONAHecEQCAbJEKhIkjAQQX1EaK+fJUxfZ/vhuqurtWJ0cpDPbl\r\ntLqMDt6OBJCnFM9N6NmyNYr/xXZZ7TnfFtw=\r\n=xuxB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/MailProvider":"./src/Providers/MailProvider.js"},"gitHead":"e26d46c40696610da092f85cb90d97e7d336bd25","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Mail.git","type":"git"},"_npmVersion":"6.14.17","description":"The Athenna email handler.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.2","dependencies":{"edge.js":"5.5.0","nodemailer":"6.8.0","@athenna/ioc":"1.3.1","@athenna/common":"1.0.2","@athenna/config":"1.2.2","nodemailer-markdown":"1.0.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.5","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@types/nodemailer":"6.4.7","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/mail_1.0.2_1672951385177_0.7576465446510363","host":"s3://npm-registry-packages"}},"1.0.3":{"name":"@athenna/mail","version":"1.0.3","keywords":["esm","nodejs","athenna","mail","smtp","pop3","aws-ses","nodemailer"],"author":{"name":"Victor Tesoura Júnior","email":"txsoura@athenna.io"},"license":"MIT","_id":"@athenna/mail@1.0.3","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Mail#readme","bugs":{"url":"https://github.com/AthennaIO/Mail/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.js"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"7deadec868ef4866c425efa8f7f0bae65a01a597","tarball":"https://registry.npmjs.org/@athenna/mail/-/mail-1.0.3.tgz","fileCount":12,"integrity":"sha512-hWWhdzagFaQY9CIMchjg6Pzlu8AskvoheXbXMXnDa1K7P8wrPhqBR78lGy6nro9Twn9n/N3GZxpcuwMYAKKnow==","signatures":[{"sig":"MEYCIQCHjRvTZsjl3IoZBFJreB61ePfDCj9m+sr93iJlDRCvBQIhAOdywYvttB90lPbnH6LKNqAwJlljpttQbN+ecaugh5lJ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24153,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjuNzVACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpj7hAAjGdUhzCfpj87keO1HmzM2JkzaPZm//0VvMCkG7baQtrqq3oc\r\nW/FAxipn/XAujkZsIrhG3PjE+JVRYhBMqhZkiq5LxMCTLb0yzAs+M/qx4v7g\r\njTJlEOEiF2EQknX4BINPuXerj9NaLEL/Wwu01nkndFU6Hvz0XDh+gRapcKVW\r\ndlZLiAQU0tXREQ6FFEdM1RI700i+iEl+GMYyfqK0+B/S6RwIzXSzh7503/oA\r\nHjWfMU5HeKzm2w2o03IRawRPaPeBOt50Ol1F7+LP6lu1HzLgbBk/VSRpvzfx\r\n3o80mTvtR4dAqGr8SeavlvFMDqNiVNJAGOIoH/D5Kf5UKazN4cOv2zemk43P\r\n8aL/jJ0OisXW9i+cCem9p3ajq+bwpWWWvzQ+lYvBZ+FbF8QfYSu1nYMYfZTc\r\nLqk0DUOracjdKJewDvCjywFlbeDGy2V+2tG0GTKJI9+ky5xkjDq5y//sdWGk\r\nbZBKKqA71fjXq7WZANLv0XVTyLxImCoMx9Bx2+BM75XqBUPzmRglHkjEsXzz\r\nw2wQSsaWJ3uDNWjyI9IBdKNWGSeAAn1Yx6kKL+qfGGOvV9/tW5Lfg7SD5QEy\r\nOuVt+HP9KgobZoi1D2Yl3ORVwkxeCWLt1SgGvELk2+mGpprOqYHjyoO8ycnu\r\nOM+ljksZwY1Y6kQvyGf+l0TK51tXH3Zt5d0=\r\n=FaZL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/MailProvider":"./src/Providers/MailProvider.js"},"gitHead":"75d755d7348b751bfd49a155c5e79494fec36137","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Mail.git","type":"git"},"_npmVersion":"6.14.17","description":"The Athenna email handler.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.2","dependencies":{"edge.js":"5.5.0","nodemailer":"6.8.0","@athenna/ioc":"1.3.2","@athenna/common":"1.0.2","@athenna/config":"1.2.2","nodemailer-markdown":"1.0.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.5","typescript":"4.6.4","lint-staged":"12.4.1","@japa/assert":"1.3.4","@japa/runner":"2.0.7","eslint-plugin-n":"15.2.0","@types/nodemailer":"6.4.7","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/mail_1.0.3_1673059541093_0.35241216993940716","host":"s3://npm-registry-packages"}},"3.0.0":{"name":"@athenna/mail","version":"3.0.0","keywords":["esm","nodejs","athenna","mail","smtp","pop3","aws-ses","nodemailer"],"author":{"name":"Victor Tesoura Júnior","email":"txsoura@athenna.io"},"license":"MIT","_id":"@athenna/mail@3.0.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Mail#readme","bugs":{"url":"https://github.com/AthennaIO/Mail/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.js"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"ab517415fb83b41eabcb1e31b6985b4e60f15a29","tarball":"https://registry.npmjs.org/@athenna/mail/-/mail-3.0.0.tgz","fileCount":12,"integrity":"sha512-Qmh6Qbm0wrP6cYMSKmoGVvH7fQkQi51L0+ERjRw+CkBhDI1i/VE+k98GuhrDIHska3iVeqOTNvS2DFcyFR5Pag==","signatures":[{"sig":"MEYCIQDAwV21mSzQ9DRhxgGCoOWscnf9VO5BVQ2gK9DQFu1qtQIhANvyBc/5JDSWr9qcwYgi5EQdabgILqrW3LwRLtg1aN7z","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24170,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjvLDfACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmql5A//SElnjf997CchC3lWZisjJF3gS9uDXfsATFrNqEl8OSrjEtzU\r\nesSa9/LEaEcoVp8kaiN0M2TlwsfDLhzrClpzO0NspeY8W8RkiosMpxXErViz\r\nm/C3X07DRFPCwQy1P+qk3BPBLLBWsoeEUw62dT7Gbon4nbxwASAMgeqxNPzy\r\nXVFscKtG2BjJic0tRcifWMk/WkyfcHJNzeKH+jDkyjDN41/6fuqrS/TEB5fN\r\nLiJ0P6ztLm542pct+mAX/l+Derw40FG+LMwcE+sOrEJuaIZhQH9K+5r3klkU\r\ntNNaP+faP6wCihXk2KfJ00/MOwZhNPH2x7imHzzaUmyzLyCllyfkIlL/KaOS\r\n82zI/3czy9bBns9bgyEJf+EYUyX54rYigUA3LDbduMrzcsNZoCEC9IWYTpg/\r\nZLaO0n7MhEGVnGjBdEOxBfIk7fFCiJZE1j2/GedOSdpE9SW9T3X1xhthJSkn\r\n4MJ89eB4+ZqIw2CM66w1LDcRCPkpJa9e3STB9MMPb++N1OT/IJrtgBA1m7vZ\r\niY+UkHmDPFBJ8dDT+lcH+7n2vTnYA2BfNQ0PmOwow9h5PnS20CmxStSywxSR\r\nFk3568PK3DCXmNzP9PycrR2MDK3kNzX7nZmBTZjWqJOi2Cdsgx8IgLF6BXnc\r\nj3kzpyUbRYL+pZg+Iojz8BN7aVvrxZDD8OY=\r\n=16ia\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/MailProvider":"./src/Providers/MailProvider.js"},"gitHead":"a64c64bbb216b37dda85431507c5689531e6b02e","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Mail.git","type":"git"},"_npmVersion":"6.14.17","description":"The Athenna email handler.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.2","dependencies":{"edge.js":"5.5.0","nodemailer":"6.8.0","nodemailer-markdown":"1.0.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.5","typescript":"4.6.4","lint-staged":"12.4.1","@athenna/ioc":"3.0.0","@japa/assert":"1.3.4","@japa/runner":"2.0.7","@athenna/common":"3.0.0","@athenna/config":"3.0.0","eslint-plugin-n":"15.2.0","@types/nodemailer":"6.4.7","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/mail_3.0.0_1673310430804_0.5597477365925332","host":"s3://npm-registry-packages"}},"3.0.1":{"name":"@athenna/mail","version":"3.0.1","keywords":["esm","nodejs","athenna","mail","smtp","pop3","aws-ses","nodemailer"],"author":{"name":"Victor Tesoura Júnior","email":"txsoura@athenna.io"},"license":"MIT","_id":"@athenna/mail@3.0.1","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Mail#readme","bugs":{"url":"https://github.com/AthennaIO/Mail/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.js"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"64600bc9bd7f6f603552b142f67a7edf0a4d703b","tarball":"https://registry.npmjs.org/@athenna/mail/-/mail-3.0.1.tgz","fileCount":12,"integrity":"sha512-r9R7ynoZnLV6fPeJTtruc2F6yLPYwNCDy4o/5LOeYVzVyKSlKrMVriPNN1djxV/X0Tktwq8Ygb6uG7z8Wf77Bg==","signatures":[{"sig":"MEQCIE3LWFBf3Ib1pDRVr9h1XhoTyB4Ixe6+EsbPsxPstNErAiBWW1D31HWfJLBzI0/emtulAZheCs6nZgRgutWeHJtBLg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24170,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjvcRzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp8dg//bagoj1VHtwmarzMiyD3UfN+jfiTOYygDh+fzP+UiIOuW/1zY\r\nHepXMHHjJI5rOfE5mbCtT/Z+2I0S06R3VH7Cr+PrptbcOd975Jn/G2k1DImd\r\nmeGEmiQcVMX4oS3QuDDrAyYRXgGDKcCcH8/pDbGLcQQTs7wNfseJhGcm5mXx\r\ng9+ijTGG/d+h7oOhmenTu2eWxa/Mq9p0szEKwF8pry2rCPUlEwH7qlTbDnna\r\nzKaE1l7R5eIqd9F4StTd00QrOZPfPErpVOtQ3iloijffTVk1VpGU2zIMn1St\r\nVamJIBn3zifx3yA5lEI9nBycgW6Z+pBRSNf3Ogl7PfxZml5GTqK6Obz6/v8M\r\nXmNGGR9PfDMy6PnbXVr6sVqhjV8sUamLrd5Ez+OdmQ7D24mYyYDlPuQbFQwp\r\n6uf63mA/vGiwYFAyrSYjuSOgYsIvl0ULx9wPlxHVk3NZJcg2ckoHKW6SoL6A\r\nc9ojVng9OUVW8xA0c5vrCqxSE00i5nrWzZGrl4OOr4PTOY7+0rgvGCOSNIgx\r\n0p7Bqo5OI5W5gwFnhUZnbiUd+8gbd4fddG/lxhr/QsWS/vw2XJoNC5/gUw4O\r\nf0OlW3yvSgrxEjFCVVcFJLWriM0n8FsucpkoZDbTJVfnor4jWBLMd7di61HH\r\nJ9iHNjaNdzNgT/2C1W2hPAdF9Wv4qUAVt58=\r\n=U4MO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/MailProvider":"./src/Providers/MailProvider.js"},"gitHead":"eb159323916ab98b57807bda295a9dd0a383fd6c","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Mail.git","type":"git"},"_npmVersion":"6.14.17","description":"The Athenna email handler.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.2","dependencies":{"edge.js":"5.5.0","nodemailer":"6.8.0","nodemailer-markdown":"1.0.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.5","typescript":"4.6.4","lint-staged":"12.4.1","@athenna/ioc":"3.0.0","@japa/assert":"1.3.4","@japa/runner":"2.0.7","@athenna/common":"3.0.0","@athenna/config":"3.0.1","eslint-plugin-n":"15.2.0","@types/nodemailer":"6.4.7","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/mail_3.0.1_1673380978912_0.1234510951383383","host":"s3://npm-registry-packages"}},"3.0.2":{"name":"@athenna/mail","version":"3.0.2","keywords":["esm","nodejs","athenna","mail","smtp","pop3","aws-ses","nodemailer"],"author":{"name":"Victor Tesoura Júnior","email":"txsoura@athenna.io"},"license":"MIT","_id":"@athenna/mail@3.0.2","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Mail#readme","bugs":{"url":"https://github.com/AthennaIO/Mail/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.js"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"512df91620871373c09f959928d7a09786426e9b","tarball":"https://registry.npmjs.org/@athenna/mail/-/mail-3.0.2.tgz","fileCount":12,"integrity":"sha512-U5H6aYeivy5BVyeuvznptdkDb85qA4ARXzvGKzxXBmgcOkvRyCQDY87SFEmv/t65meXRgWOV/6PviQtZ2ZVuzA==","signatures":[{"sig":"MEUCIQCI7YVaFz835TriVZyH12FGCpPA388eKq1Ci9LNaG5d/QIgQep8OQPl3DEYTb4FVgOVXkoX4i+RiBMelKh2r1R5KpA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24170,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjwLc5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrcVg/9FQQI4oDFek7CyZfnudf47NXSgEdI9GsP2lsQwRId075mjp1o\r\nl1kglkugUFPnjxi7vTuWWAYvTF+J7oFdTCaDCzwN2Ew/A5dB4AvlZ+CnnvJj\r\nkxCrWOXJyx5fgNuRhk8zJZcTvtAbBEY54cm7Y5XnztHBmbJV5ANlMaWpdfYT\r\nGF9LTe+NxiOYO1jHTkRUIhrDZArOUU/CIWj/VTMs0PjN+KFeD9IdRViWQnO2\r\nCNXWLSZQYhDd0fF4klVLF25l4rGHMst0n1BsElk/h8aMCEhkvPHj2lrgb01Q\r\nVwa5xT6NNVtr4A9G0OP56jZS9P3u+EsRmKQvuh7DX0fnJ5xJGenImiPQzuRl\r\nB4CrF4Fav5MsOsu7lC/pzbjWRk7H335Pbgkv47jkeo6fdYnaEMV02PhxTLsq\r\n7HhB0/lR4Xd9nmDPILJ1agjgMoC2kU+Z5RHl7dbQ4bX+u0BhiTIBOzxxGyQ9\r\nsxfur9TE58nDKkiKB2eImF8CPvEUMNHlzX0s7A4t7aS/BnZEPn5cf8pziQkv\r\nNcIp1yqD6/AFOA0bQngnIYqMEWtwf9bodJ9S2XLdY7/RPAV7AGmcVDZyu+sZ\r\nuZbpa2kXFb2J/VZbyeyNTcXjgIDZkl1ouIfEzfp0f6bNcnrfvY8g7ktERpWe\r\nN5koRi68KZVkHSgYJhd+9/OaPiIm01sxjmI=\r\n=2tMl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/MailProvider":"./src/Providers/MailProvider.js"},"gitHead":"767964c62b7ca2d53b671a4ce8d2f528bcab11b3","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Mail.git","type":"git"},"_npmVersion":"6.14.17","description":"The Athenna email handler.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.2","dependencies":{"edge.js":"5.5.0","nodemailer":"6.8.0","nodemailer-markdown":"1.0.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.5","typescript":"4.6.4","lint-staged":"12.4.1","@athenna/ioc":"3.0.0","@japa/assert":"1.3.4","@japa/runner":"2.0.7","@athenna/common":"3.0.0","@athenna/config":"3.0.2","eslint-plugin-n":"15.2.0","@types/nodemailer":"6.4.7","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/mail_3.0.2_1673574201708_0.23258563805474552","host":"s3://npm-registry-packages"}},"3.0.3":{"name":"@athenna/mail","version":"3.0.3","keywords":["esm","nodejs","athenna","mail","smtp","pop3","aws-ses","nodemailer"],"author":{"name":"Victor Tesoura Júnior","email":"txsoura@athenna.io"},"license":"MIT","_id":"@athenna/mail@3.0.3","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Mail#readme","bugs":{"url":"https://github.com/AthennaIO/Mail/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.js"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"556e53435f678b7615bcfe514f22e32d9c8fdbae","tarball":"https://registry.npmjs.org/@athenna/mail/-/mail-3.0.3.tgz","fileCount":12,"integrity":"sha512-113gDgyENn1jgEiPNANulndABzo7LifKWpTpkjW78ltqu7HHW3qwBsJbwTHETKnue923xU5Na+MZE9w+PlfYDQ==","signatures":[{"sig":"MEUCIACCl56q80b5pGgDXm1M/T2nV18sbUZDgYtyYulvOUSwAiEAiGx1B5cV2aV8lWvkB5SUMW+nNUmKZuriMv0bs5RoUCE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24170,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjxX+hACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmotww//Z/oDVH5dbQR8ypFSUexhrh5nGOrylOXPxzjhA+t7MjEJ+3kI\r\nyFtkWH/fxjl5c9/wmJdJZpbHTLm745iLE9imv8idWULojjOFDZ6eU3f3eeTg\r\n6BfnqxIp3plGIUKDXDIcfUcyL9aLZ7/ftOoY//7Ifz5/S35QgphN0soFs34w\r\nn2I+hYUgPooR8dn4aSCq+fnc3ARmTRSgXBsNwKrqY1zTRULp75NaHyuXh/iL\r\nNLp+qfk27caT6vyuCwZsv4FdMjm4Af6B5hV2dVMTLvaijyUUZm/rNBlSJMWS\r\nzpgKRiDD+Wx7XU7tttgCiv4L3Rnl5TU6ELbovffmIEuWwLk7NpcWcEu3AHD6\r\nZJn3HWmtG/E43mACnyuC+5IFZr3jk6xCXxDvLFl5pFDRuqtzwgWZUVRGcjD1\r\nDeEVsnIC23VAbrC1eHsuUu++Ty1pTnr90Um7DhFv95bWc/yGxvy2AtT1fjKz\r\nq3eGqzkopuVFFi0YgGb+vy42nwvgO3oS1r9loq+StNrvow/dCNFRuo2h+lTF\r\npIq7p44AuNybcGCPIE6yxFE3OPlaZDMMtlds7o2qKqEP945s8p1S1IzuJvtN\r\nOC2NT4XYRlt/HKNKTV878pE/twYjYuKP8wx3OeijKckKqbhFXrxgrzai1w6K\r\nqwCr6aa2zFaKtt1NNJbathSwfhP614ZQIxc=\r\n=kMrJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"exports":{".":"./src/index.js","./providers/MailProvider":"./src/Providers/MailProvider.js"},"gitHead":"ef038e8d8ef3cdc00128bc17c2b3dbbbd05f22c5","imports":{"#src/*":"./src/*.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && node ./tests/index.js","lint:fix":"eslint \"{src,tests}/**/*.js\" --fix","gen:types":"tsc src/*.js --declaration --allowJs --emitDeclarationOnly --out src/index.js","test:debug":"cross-env DEBUG=api:* && npm run --silent test","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Mail.git","type":"git"},"_npmVersion":"6.14.17","description":"The Athenna email handler.","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.2","dependencies":{"edge.js":"5.5.0","nodemailer":"6.8.0","nodemailer-markdown":"1.0.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off"},"extends":["standard","eslint:recommended","plugin:prettier/recommended"],"globals":{"Env":true,"Config":true},"plugins":["prettier"],"parserOptions":{"sourceType":"module","ecmaVersion":"latest"},"ignorePatterns":["**/*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"c8":"7.11.2","husky":"3.0.9","eslint":"8.14.0","rimraf":"3.0.2","minimist":"1.2.6","prettier":"2.6.2","cross-env":"7.0.3","commitizen":"4.2.5","typescript":"4.6.4","lint-staged":"12.4.1","@athenna/ioc":"3.0.2","@japa/assert":"1.3.4","@japa/runner":"2.0.7","@athenna/common":"3.0.2","@athenna/config":"3.0.4","eslint-plugin-n":"15.2.0","@types/nodemailer":"6.4.7","@japa/spec-reporter":"1.1.12","eslint-plugin-import":"2.26.0","eslint-plugin-promise":"6.0.0","@japa/run-failed-tests":"1.0.7","eslint-config-prettier":"8.5.0","eslint-config-standard":"17.0.0","eslint-plugin-prettier":"4.0.0","cz-conventional-changelog":"3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/mail_3.0.3_1673887649522_0.907487721720007","host":"s3://npm-registry-packages"}},"3.2.0":{"name":"@athenna/mail","version":"3.2.0","keywords":["esm","nodejs","athenna","mail","smtp","pop3","aws-ses","nodemailer"],"author":{"name":"Victor Tesoura Júnior","email":"txsoura@athenna.io"},"license":"MIT","_id":"@athenna/mail@3.2.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Mail#readme","bugs":{"url":"https://github.com/AthennaIO/Mail/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"73e3465ed8b11514aa5c0f6cf0c93b5d67d1ae76","tarball":"https://registry.npmjs.org/@athenna/mail/-/mail-3.2.0.tgz","fileCount":28,"integrity":"sha512-f1lDTlnJXNNouWC1L8uMvUGAC3KNMzPuSCfWStt+iLtmbNqeHR8US4g5TB7RluFQ8nAkQEKnV3rq19epxZvwYg==","signatures":[{"sig":"MEUCIQDx+A3he1UN+Lnragv7onCZ6ubv0RM42zXpM7rvdJFrtwIgW0v8+PXLsiXQXXZJLbkZglJOD/eZ8fYV9U0zr5RfPmE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35712,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkHlGJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqFJQ/8COhMpBKOrk2/pBtxuNI2a5OFlzXfJDj0iUQLge0tNTZOCJ/B\r\n5oCTWJNOoBFJqHFsmmI6exxG2/utxTt3NqbJGCySOuP5TJrAaCgXjw1i/JQW\r\nGBYaLGM7w6JVeu78i6f3UWqJEqmCWMpJKX6nNtFfBQtVvSfLsaM8b0j3vfsc\r\n7q83U9bfsskEUuIL22pbp8bxUBJSFSwSfbp83WQWursVwIhQA2qtr0MRifGx\r\nkGgrirjLbpvtn7jJVhXJHw3WYeoMI7J3i2J8cKknRpiLozx5mu4tvPZPeV0Q\r\ntDnuJcQFvVNjc2CvGpQtSuZfUaOeH3eJl0HdG61to5SD5HwZupDGWYHwAe81\r\n97UpHliV4zoU+8MFaobdJO1GpZFBQfBZJVgRIMvvfXE+RU8jpy9ENBqOSkzd\r\nit9h2vfnStyriU4Nn1scVFI5q4w3ZYV/8bUl8DhwpIiCqeKpZJ7LaI4BuAcw\r\n+ouWezdgYd199X/dzRWdFQ9F5QrXBjow6RUwSH/kqsBVTOCQuUnQNyTjlWh6\r\nKWoKwXL5ZHCp776KH8dy+IBZMcA1IGC9rB2Dk22lFwUQ0xFlxT7abFKg4hHu\r\nl12JK/wSuFCcGwX7e5an2W9KZGAjZKge9V4gR0UWUzFf2VcXMRhl7KVP6E0a\r\nXP4PWGYEiTJvBbcRc6md8PihrGzbxKTbUfQ=\r\n=Obxd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":["@athenna/artisan/commands/ConfigureCommand"],"templates":{"test":"node_modules/@athenna/core/templates/test.edge","facade":"node_modules/@athenna/core/templates/facade.edge","testFn":"node_modules/@athenna/core/templates/testFn.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"node_modules/@athenna/core/templates/service.edge","provider":"node_modules/@athenna/core/templates/provider.edge","exception":"node_modules/@athenna/core/templates/exception.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","repository":"node_modules/@athenna/core/templates/repository.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"exports":{".":"./src/index.js","./providers/MailProvider":"./src/Providers/MailProvider.js","./providers/SmtpServerProvider":"./src/Providers/SmtpServerProvider.js"},"gitHead":"77593eb5acdb32a98e337940c5b86d16372dc870","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && sh node bin/test.ts","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* sh node --inspect bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Mail.git","type":"git"},"_npmVersion":"6.14.18","description":"The Athenna email handler. Built on top of nodemailer.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"nodemailer":"^6.9.1","smtp-server":"^3.11.0","nodemailer-markdown":"^1.0.3"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","sinon":"^15.0.2","eslint":"^8.36.0","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.7","@swc/core":"^1.3.27","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^5.0.2","cls-rtracer":"^2.6.2","lint-staged":"^12.5.0","@athenna/ioc":"^3.2.0","@japa/assert":"^1.3.6","@japa/runner":"^2.2.2","@athenna/test":"^3.3.0","@athenna/view":"^3.1.0","@athenna/common":"^3.5.0","@athenna/config":"^3.3.0","@athenna/logger":"^3.2.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^3.5.0","reflect-metadata":"^0.1.13","@types/nodemailer":"^6.4.7","@types/smtp-server":"^3.5.7","@japa/spec-reporter":"^1.3.2","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","@japa/run-failed-tests":"^1.1.0","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.56.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^5.56.0"},"_npmOperationalInternal":{"tmp":"tmp/mail_3.2.0_1679708552943_0.008724876827392647","host":"s3://npm-registry-packages"}},"3.2.1":{"name":"@athenna/mail","version":"3.2.1","keywords":["esm","nodejs","athenna","mail","smtp","pop3","aws-ses","nodemailer"],"author":{"name":"Victor Tesoura Júnior","email":"txsoura@athenna.io"},"license":"MIT","_id":"@athenna/mail@3.2.1","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Mail#readme","bugs":{"url":"https://github.com/AthennaIO/Mail/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"46c73cc23eceeaf95b86e02e7cdab99be5454a5d","tarball":"https://registry.npmjs.org/@athenna/mail/-/mail-3.2.1.tgz","fileCount":30,"integrity":"sha512-yJkFE4o9vVOS7240FDnOKdOkjzHvxOLiQD3fpgc219/cr03z7anJB1yhhh073m1YWJC3bz+BHQKHqZiEOK71dQ==","signatures":[{"sig":"MEYCIQCLYNAx3HZstcPBosYx/kDW7soG4RaJxbqYTmqyGtQGlAIhAOr9u+qKFqJvLjczBzZt91qzrWF8ivcIjGuUParkVT8E","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38994,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkHlX8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqtwQ//YwTe5Ri1xTChZNZP5d45Wyt+Jyr5ZhgG3JXhxxxDcD5VfExc\r\nhySlr9Yxz5c4VshvNhJ2fayGyHtrt8e9ieQyEL3hp46j8PJVARRY3VPFA9ch\r\nt4Y8+b6EYBLyyqf25T0G/uxLP8VaO7LiVeZTICZvMdLJzIQY8rTc/Vd9PAKz\r\nFsjarskZ2MbZTDI/FdTelbl1El0wS8nABnjCAph6Sy/UMvoONSgjezGqwtIu\r\nlTDOaF7Z+c41Q5XQbYbCVR0VBS1OUjwRsebD5e5zJYeQXFQPvdr3qiUluOag\r\nkKYoM77B1pWw90ZedANN6yVFEGe3W6pnTSBvP9dqSBnK04w/UiyHH57qiRzS\r\nTbRtpNeSMUBSfoVjTZt6bdQgbUcMBjccy0DOazhc45kdU4tqyFMmHXdNLcsC\r\nsEXll8jg9a1AhsynN+eMBVomQE0/g4jdmXBBFaw92CZbhIxCHB5vHrBgrvyx\r\nVzJpY4lbc9n6MVj8Fa8VOy5MsN9bi8aDvNfeTcEK0IRHWeid7s9GQunetEEN\r\nOUjiswxlPJX2110h3YAkGzmWd1tilkiZcRA7vuMlejwUhQy5xd7c7+1DooCq\r\nWZQQgkVeX3nM8DfSREiAytEpK+jx+8bU+Nfnth2wXkT7p311KLss/24RNJ6H\r\neIW+QdC1JZb3LJ/m4b9/gEs4Z3MtzdylUkA=\r\n=trMe\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":["@athenna/artisan/commands/ConfigureCommand"],"templates":{"test":"node_modules/@athenna/core/templates/test.edge","facade":"node_modules/@athenna/core/templates/facade.edge","testFn":"node_modules/@athenna/core/templates/testFn.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"node_modules/@athenna/core/templates/service.edge","provider":"node_modules/@athenna/core/templates/provider.edge","exception":"node_modules/@athenna/core/templates/exception.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","repository":"node_modules/@athenna/core/templates/repository.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"exports":{".":"./src/index.js","./providers/MailProvider":"./src/Providers/MailProvider.js","./providers/SmtpServerProvider":"./src/Providers/SmtpServerProvider.js"},"gitHead":"45dc804c3173e75b1a7cdc4a14be232824ebac62","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && sh node bin/test.ts","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* sh node --inspect bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Mail.git","type":"git"},"_npmVersion":"6.14.18","description":"The Athenna email handler. Built on top of nodemailer.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"nodemailer":"^6.9.1","smtp-server":"^3.11.0","nodemailer-markdown":"^1.0.3"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","sinon":"^15.0.2","eslint":"^8.36.0","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.7","@swc/core":"^1.3.27","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^5.0.2","cls-rtracer":"^2.6.2","lint-staged":"^12.5.0","@athenna/ioc":"^3.2.0","@japa/assert":"^1.3.6","@japa/runner":"^2.2.2","@athenna/test":"^3.3.0","@athenna/view":"^3.1.0","@athenna/common":"^3.5.0","@athenna/config":"^3.3.0","@athenna/logger":"^3.2.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^3.5.0","reflect-metadata":"^0.1.13","@types/nodemailer":"^6.4.7","@types/smtp-server":"^3.5.7","@japa/spec-reporter":"^1.3.2","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","@japa/run-failed-tests":"^1.1.0","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.56.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^5.56.0"},"_npmOperationalInternal":{"tmp":"tmp/mail_3.2.1_1679709692434_0.05388994744429643","host":"s3://npm-registry-packages"}},"3.2.2":{"name":"@athenna/mail","version":"3.2.2","keywords":["esm","nodejs","athenna","mail","smtp","pop3","aws-ses","nodemailer"],"author":{"name":"Victor Tesoura Júnior","email":"txsoura@athenna.io"},"license":"MIT","_id":"@athenna/mail@3.2.2","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Mail#readme","bugs":{"url":"https://github.com/AthennaIO/Mail/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"af9818656b39a9de05b5975dce109109c86da308","tarball":"https://registry.npmjs.org/@athenna/mail/-/mail-3.2.2.tgz","fileCount":30,"integrity":"sha512-kKjerYFRZ8BTCEakCAQ+CkZHO1il0ZlkOI+3qgpKxQ3PnzrT+3jTR3GU6MpvVG4W795PJGeLzn4FcQtcTZ1udw==","signatures":[{"sig":"MEUCIQDi6eVFe8hyPwAvf+zd1A4tzt70YT12fCfCVYz45sgaeQIgUIWfwW8A4uYslHrBE9BTlr7E3p+didWWg9FBwD6+1fg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39076,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJKaQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo48hAAkq6kVdf1pX1JEgsg6p81zZ3Vmc9rtdIeIQ8AvidWdMe4MhDW\r\nitWqXCAGSa3ocyTutvpKf+iSLCeevQYCiWAuQj7Tl418UCU3QUV0pqysf90j\r\nSbHKuN7LU2BBh7n0du8b6d1EVS5QptQlkWXfRNmoQ6QqpnDODomyXsN4RCp2\r\nJk4gdbnS3cyUjCfPOvMcWQmonzluv/Wv6q8rByv5q7Gu7R64O64mNOpWIBkV\r\nqFjSXdb8fdjXKBMujhqF6yqQIg4KKz8Ep/o7FEArVZ3nyqSdzsOJC0aaEXqy\r\nVeW3IwEEXyLyrdLMJFOZDYxXLZWt5Q2BjbzahbAHhxj0kl0eDMjoHaFj2FMC\r\nXGn8URynvgTLbg4Wgkhg38NquxcR1M3gPA2bIC+ItABi8fXatqjSFh6IgVYi\r\nL86FpQuVRStRHWz94+JQn9HD7SCTnftEyNXkxntZnTYzhhoYOaiA13o+dszJ\r\n4e2Oh01JVuuRle8fAhI2gimyAVWBMjesAbfts+/mMTq+McnJSxIQ3Iuv+jNh\r\ngc5ODDSkay0R1M7KWPOvvhzgFdMpdmeizBkImJYLiynX80fOOMvdZYqJ1pxA\r\nds99hpnAgH7e1IEsGG3AFFKn/pIa3SFfQIDKYcgfo5QJ2vWxNVN9qft2+rzX\r\npQFWKRbiiiAYWYD7NwbXbQP3s/qG0g+NdfQ=\r\n=heHE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":["@athenna/artisan/commands/ConfigureCommand"],"templates":{"test":"node_modules/@athenna/core/templates/test.edge","facade":"node_modules/@athenna/core/templates/facade.edge","testFn":"node_modules/@athenna/core/templates/testFn.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"node_modules/@athenna/core/templates/service.edge","provider":"node_modules/@athenna/core/templates/provider.edge","exception":"node_modules/@athenna/core/templates/exception.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","repository":"node_modules/@athenna/core/templates/repository.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"exports":{".":"./src/index.js","./providers/MailProvider":"./src/Providers/MailProvider.js","./providers/SmtpServerProvider":"./src/Providers/SmtpServerProvider.js"},"gitHead":"1ab16311cd6f28cdc05f889d82df1e24db45dfb7","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && sh node bin/test.ts","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* sh node --inspect bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Mail.git","type":"git"},"_npmVersion":"6.14.18","description":"The Athenna email handler. Built on top of nodemailer.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"nodemailer":"^6.9.1","smtp-server":"^3.11.0","nodemailer-markdown":"^1.0.3"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","sinon":"^15.0.2","eslint":"^8.36.0","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.7","@swc/core":"^1.3.27","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^5.0.2","cls-rtracer":"^2.6.2","lint-staged":"^12.5.0","@athenna/ioc":"^3.2.0","@japa/assert":"^1.3.6","@japa/runner":"^2.2.2","@athenna/test":"^3.3.0","@athenna/view":"^3.1.0","@athenna/common":"^3.5.0","@athenna/config":"^3.3.0","@athenna/logger":"^3.2.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^3.5.0","reflect-metadata":"^0.1.13","@types/nodemailer":"^6.4.7","@types/smtp-server":"^3.5.7","@japa/spec-reporter":"^1.3.2","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","@japa/run-failed-tests":"^1.1.0","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.56.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^5.56.0"},"_npmOperationalInternal":{"tmp":"tmp/mail_3.2.2_1680123535875_0.7286290401523052","host":"s3://npm-registry-packages"}},"3.2.3":{"name":"@athenna/mail","version":"3.2.3","keywords":["esm","nodejs","athenna","mail","smtp","pop3","aws-ses","nodemailer"],"author":{"name":"Victor Tesoura Júnior","email":"txsoura@athenna.io"},"license":"MIT","_id":"@athenna/mail@3.2.3","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Mail#readme","bugs":{"url":"https://github.com/AthennaIO/Mail/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"ba0108428ea31eb209e5a3dd113ac6604fbb1b65","tarball":"https://registry.npmjs.org/@athenna/mail/-/mail-3.2.3.tgz","fileCount":30,"integrity":"sha512-fIluFtWMdgNii44RKoXROwyyqMbueChgYIAu7KW9dxmmv4MUBpDq+cQlqSStS7JYZttdtwzgUIUtIfOy1CNQXg==","signatures":[{"sig":"MEUCIFG/Ups4Kd3u1Dt57If1qYNS7MCBV5jlkriMDrtoxZYiAiEArW3qXfb+WNpvrbWt7OZ+JL4ZOFv973PyeTxte/OfYhA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39146,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJKoiACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpF7g/+JemFEs/hOjISXYTSE1/DEylPrNMzrebwi3FWfWkaExxlqsdP\r\n1NEYzeMjArPsmIIIrA2+7VeisZw7G4BXYW9B3+mzOLwi07wrhuDDxyZtlADW\r\n9pn91Ne4A9m/pXpb5hB3BIiWNnDrDdHzxjlcMhhP0ttT/4yFaM2+Qr2H61Qn\r\na4U+6KnbCD13oaZy3Ovb5R1/dNHmD2ss7I9g9RIxn4v+hi87dkoQbH4qV0XA\r\nUKtVZsLX68/sX8SgFbd+3sBjPtWSvyK/tucaA1ye5NB1BjhrAA6YAV/N9Q/E\r\ng/blD8q5zP30Ru8EY4AcsQRvLboocxqBbn+AohmOyfDPPn1O1pJ9z0DpgJfd\r\nd2XaR2pQdLaGqF86BDNRCPXCzic2wAjnUZdgoCS5zBTgbBeULnbKKO7COVYL\r\nj3tr/geLwwtpk+Eita4J6FSuVJqbA+OOL17/2SYZF2SjS55RXE8TxCjQZArF\r\n+DNWMV5UGbJDaXhXJPo9EYvWh/IhVT9IljnNS7NfHdovGL/LiYM2BlgWPPmg\r\nSN0WoZ61k/vw4PQDmW9kJB7dsYZB0dy7HnQmDqyowQM8kQYCZurpPAcrbzYi\r\nRHs4mq2CVKHzeymNipQXWxA++nSv5CsBDK3ypObfI5HRTEeQ0IoDkcPTpvwR\r\n+yMqMlNb9fEJGlREHrfw1RZQ1o4Ikzue+jQ=\r\n=pHCl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":["@athenna/artisan/commands/ConfigureCommand"],"templates":{"test":"node_modules/@athenna/core/templates/test.edge","facade":"node_modules/@athenna/core/templates/facade.edge","testFn":"node_modules/@athenna/core/templates/testFn.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"node_modules/@athenna/core/templates/service.edge","provider":"node_modules/@athenna/core/templates/provider.edge","exception":"node_modules/@athenna/core/templates/exception.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","repository":"node_modules/@athenna/core/templates/repository.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"exports":{".":"./src/index.js","./providers/MailProvider":"./src/Providers/MailProvider.js","./providers/SmtpServerProvider":"./src/Providers/SmtpServerProvider.js"},"gitHead":"56518ca5ac2f2d4cd7b0ed012612ca9f8ca23335","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && sh node bin/test.ts","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* sh node --inspect bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Mail.git","type":"git"},"_npmVersion":"6.14.18","description":"The Athenna email handler. Built on top of nodemailer.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"nodemailer":"^6.9.1","smtp-server":"^3.11.0","nodemailer-markdown":"^1.0.3"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":["build/**/*"],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","sinon":"^15.0.2","eslint":"^8.36.0","ts-node":"^10.9.1","minimist":"^1.2.7","prettier":"^2.8.7","@swc/core":"^1.3.27","cross-env":"^7.0.3","commitizen":"^4.2.6","typescript":"^5.0.2","cls-rtracer":"^2.6.2","lint-staged":"^12.5.0","@athenna/ioc":"^3.2.0","@japa/assert":"^1.3.6","@japa/runner":"^2.2.2","@athenna/test":"^3.3.0","@athenna/view":"^3.1.0","@athenna/common":"^3.5.0","@athenna/config":"^3.3.0","@athenna/logger":"^3.2.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^3.5.0","reflect-metadata":"^0.1.13","@types/nodemailer":"^6.4.7","@types/smtp-server":"^3.5.7","@japa/spec-reporter":"^1.3.2","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","@japa/run-failed-tests":"^1.1.0","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.56.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^5.56.0"},"_npmOperationalInternal":{"tmp":"tmp/mail_3.2.3_1680124450640_0.46220370348809325","host":"s3://npm-registry-packages"}},"3.3.0":{"name":"@athenna/mail","version":"3.3.0","keywords":["esm","nodejs","athenna","mail","smtp","pop3","aws-ses","nodemailer"],"author":{"name":"Victor Tesoura Júnior","email":"txsoura@athenna.io"},"license":"MIT","_id":"@athenna/mail@3.3.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Mail#readme","bugs":{"url":"https://github.com/AthennaIO/Mail/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"32748d02aff86999918f2c656eaca2e655de36d2","tarball":"https://registry.npmjs.org/@athenna/mail/-/mail-3.3.0.tgz","fileCount":30,"integrity":"sha512-3WlrCALzoRdDit80LEt2+gBv+FsizaFAZcwDldH0YyFjcZURiGMeOsHqkJXZRCzTBz9Z75FUBS97t08U3qEOsA==","signatures":[{"sig":"MEQCIDvOUq7TunQUDaUZce1ZJIwttBrQbScYwyRzFXsn5Qc/AiA+rQpiHzH1N4Z2WGbZWmcr4fDsdYafGKx4JukXDXz72w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38990,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkMKhyACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrJ5w//f3ehxOSnBG2CZMUnoJ9c2iwyUtRrFykBcS8jg5CPeF9be5lp\r\nyerNUsUD7GKm1t85kolwXW/jpdVzsib5bW219Lp27N9FiTEuF6InLcxfoCB1\r\nv2Q0Y8RyzQq2tWk/Ce+LlJ6zvW52nudk/9iJMRgXQ/QSVAiPGAz1LXMWIPPw\r\nbAF6la/ajHF93CJpouPuxSgvDayJE4qnxBDV/itVQWHUiZMALJToGn1xXdBJ\r\nAS97wly5OIHWHN1QJ6zSf2QtPm/JrB6YHAa8e2O85pkA59JN8pW79n8GO1wV\r\nAo63rh2Cf96mnADfcTfatxG65xPfeyc/EkBBpyKqQaVKgvdiiTd1KFvet5kg\r\nN35AyC9zL0qaJMr9ANa2tsACvg/71qOVyZB7DPbM4VI5eTuS6OiIk9mm5u7u\r\naHgXpxT9WAQ1WOC1kKjj6/3F+g4ddVRriWG/rrACXcl7zSseFdFxc+kSpn1L\r\nFb3YHmSc5I1tnlvEut33WxjHE6rBqdRo9Zc8WOKJ1AlAnOb6+kRZtsEuZbmK\r\nRqXjXh8/2uTkjWIgnsATouBuv2UyfY9cnYgwCiC4XeMkG8v+7IFQBINMvwPl\r\nlhVoCOpOXGeSz+Cp+HlaXUDwoySGgySobK3exk3KngT5pP3moIQULJ4zyjvL\r\nJ2xTDUGVjuMNrHKFyxVy+drNAUt9pISvN5g=\r\n=08gh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":["@athenna/artisan/commands/ConfigureCommand"],"templates":{"test":"node_modules/@athenna/core/templates/test.edge","facade":"node_modules/@athenna/core/templates/facade.edge","testFn":"node_modules/@athenna/core/templates/testFn.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"node_modules/@athenna/core/templates/service.edge","provider":"node_modules/@athenna/core/templates/provider.edge","exception":"node_modules/@athenna/core/templates/exception.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","repository":"node_modules/@athenna/core/templates/repository.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"exports":{".":"./src/index.js","./providers/MailProvider":"./src/Providers/MailProvider.js","./providers/SmtpServerProvider":"./src/Providers/SmtpServerProvider.js"},"gitHead":"fd5e002f18060ff78a151bc1b1d1e937db471adc","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && sh node bin/test.ts","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* sh node --inspect bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Mail.git","type":"git"},"_npmVersion":"6.14.18","description":"The Athenna email handler. Built on top of nodemailer.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"nodemailer":"^6.9.1","smtp-server":"^3.11.0","nodemailer-markdown":"^1.0.3"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":[],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","eslint":"^8.36.0","ts-node":"^10.9.1","prettier":"^2.8.7","@swc/core":"^1.3.27","commitizen":"^4.2.6","typescript":"^5.0.2","cls-rtracer":"^2.6.2","lint-staged":"^12.5.0","@athenna/ioc":"^3.3.0","@athenna/test":"^3.5.1","@athenna/view":"^3.2.0","@athenna/common":"^3.5.1","@athenna/config":"^3.5.0","@athenna/logger":"^3.3.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^3.8.0","reflect-metadata":"^0.1.13","@types/nodemailer":"^6.4.7","@types/smtp-server":"^3.5.7","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.56.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^5.56.0"},"_npmOperationalInternal":{"tmp":"tmp/mail_3.3.0_1680910450187_0.5615470349091003","host":"s3://npm-registry-packages"}},"3.4.0":{"name":"@athenna/mail","version":"3.4.0","keywords":["esm","nodejs","athenna","mail","smtp","pop3","aws-ses","nodemailer"],"author":{"name":"Victor Tesoura Júnior","email":"txsoura@athenna.io"},"license":"MIT","_id":"@athenna/mail@3.4.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Mail#readme","bugs":{"url":"https://github.com/AthennaIO/Mail/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/Coverage","check-coverage":true},"dist":{"shasum":"567e5aecb9ae0eba9872aca36de891e165fa4cef","tarball":"https://registry.npmjs.org/@athenna/mail/-/mail-3.4.0.tgz","fileCount":30,"integrity":"sha512-o3/i0/ejrydLuI/Dhtzxm0lzlH/itnRuYenTn1pSrVNcO025sahYw/duQdH1RqY+HLJcCfnB7VVxU8X/3MkaRg==","signatures":[{"sig":"MEUCIGLao0LyX6GiJXw/cIzgEmndtLX51cPd6/bV+Td7BlEoAiEAuvZdZVlzf4Hhtn+u9q4js3KvcQ9AJDUpYDyPdAYt4/I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38990,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkPgspACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpEUQ//SrmZzgJO/INHNmWUofqP+3O1C8xLm1fEEy3vg3ywbAd4gyOT\r\nZ/7n0aYcEl4d7airN6H49NsjHTAr5WRFLWVSm2/+Uno2C05nQ09YTu1XfZ0n\r\nApUTV6n5MeEwlvwgqepoibXPsAIkSorL/K5TKtseGisRkadyPERMXOX2RB5I\r\nl9npzpwcma6Mp7QhzbXTUfhbvwr63U3aBw88wJ8FfAY2MAldbFdxi4+KdlG+\r\n1AThsgP3nja2zTFggGw/6gvXv4cCf7WeE7Ww/iNlJsQ5ApBGVfeiDPdWDSfN\r\n/8g70njPtb9p1GPfRvmB69dyZ8j1RqxmI0OjyruC3wcwwKOfoGD6Quh8bdC/\r\nM4rF+PaeD8tUe1jX8mUmWfx+h+VQfFmUKaTooG5bD4Qafns2yGozldahx2u8\r\nM9PWonLV2FA2R5cK9QrokoJsR6T4xocwnZrDbCZPFA5sXEAcRxzfB+e7CNdN\r\nh1n8SF7b1CYVXRtC5FfF0PA5xQvsTA94lNjtGIiPGaRJGPBOE3l/ZmTQV9mI\r\nHvcu2yPDRmlEJU1dz+a0KLkLPMSnz9rrg9z3gfR88S4pcTfkiwzelDJyZ+pQ\r\nX5kqkrcpbruPKUKc/E6fTbVRqFJcUsplqFPmM2hAJBcDsaZMRtZAGcwZnDrh\r\nqK9UwhcvHUveGAgUzgQB56p05QkiA2i4kl8=\r\n=8dhq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":["@athenna/artisan/commands/ConfigureCommand"],"templates":{"test":"node_modules/@athenna/core/templates/test.edge","facade":"node_modules/@athenna/core/templates/facade.edge","testFn":"node_modules/@athenna/core/templates/testFn.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"node_modules/@athenna/core/templates/service.edge","provider":"node_modules/@athenna/core/templates/provider.edge","exception":"node_modules/@athenna/core/templates/exception.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","repository":"node_modules/@athenna/core/templates/repository.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"exports":{".":"./src/index.js","./providers/MailProvider":"./src/Providers/MailProvider.js","./providers/SmtpServerProvider":"./src/Providers/SmtpServerProvider.js"},"gitHead":"89955326e201ef55fd04088cd52cb35921e34f86","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js"},"scripts":{"test":"npm run --silent lint:fix && sh node bin/test.ts","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env DEBUG=api:* sh node --inspect bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Mail.git","type":"git"},"_npmVersion":"6.14.18","description":"The Athenna email handler. Built on top of nodemailer.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"nodemailer":"^6.9.1","smtp-server":"^3.11.0","nodemailer-markdown":"^1.0.3"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":[],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","eslint":"^8.36.0","ts-node":"^10.9.1","prettier":"^2.8.7","@swc/core":"^1.3.27","commitizen":"^4.2.6","typescript":"^5.0.2","cls-rtracer":"^2.6.2","lint-staged":"^12.5.0","@athenna/ioc":"^3.4.0","@athenna/test":"^3.6.0","@athenna/view":"^3.3.0","@athenna/common":"^3.6.0","@athenna/config":"^3.6.0","@athenna/logger":"^3.4.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^3.9.0","reflect-metadata":"^0.1.13","@types/nodemailer":"^6.4.7","@types/smtp-server":"^3.5.7","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.56.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^5.56.0"},"_npmOperationalInternal":{"tmp":"tmp/mail_3.4.0_1681787689661_0.6595957676487594","host":"s3://npm-registry-packages"}},"4.0.0":{"name":"@athenna/mail","version":"4.0.0","keywords":["esm","nodejs","athenna","mail","smtp","pop3","aws-ses","nodemailer"],"author":{"name":"Victor Tesoura Júnior","email":"txsoura@athenna.io"},"license":"MIT","_id":"@athenna/mail@4.0.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Mail#readme","bugs":{"url":"https://github.com/AthennaIO/Mail/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"2fee9100ef0a0791d21916745e6c648c207f2933","tarball":"https://registry.npmjs.org/@athenna/mail/-/mail-4.0.0.tgz","fileCount":25,"integrity":"sha512-Ztjg35x85P08sPAKX+ESjxTUziy1X91sflr7rEWoF126vVY4JxQFLuTV4X7bTzfbqCB+T5NIRGHzOcV7hGR38Q==","signatures":[{"sig":"MEUCIQCqn9PQoPdH/9deCooHogzSwtZYZA6wsKkSIDZMOxCWlAIgYGJnmEHczMSsUANwPgllRKNfbqPk811zuR2SH4a/dug=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":32524},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":["@athenna/artisan/commands/ConfigureCommand"],"templates":{"test":"node_modules/@athenna/core/templates/test.edge","facade":"node_modules/@athenna/core/templates/facade.edge","testFn":"node_modules/@athenna/core/templates/testFn.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"node_modules/@athenna/core/templates/service.edge","provider":"node_modules/@athenna/core/templates/provider.edge","exception":"node_modules/@athenna/core/templates/exception.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","repository":"node_modules/@athenna/core/templates/repository.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package.json":"./package.json","./providers/MailProvider":"./src/providers/MailProvider.js","./providers/SmtpServerProvider":"./src/providers/SmtpServerProvider.js"},"imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && sh node bin/test.ts","build":"rimraf build && tsc --project bin/tsconfig.build.json","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* sh node --inspect bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Mail.git","type":"git"},"_npmVersion":"6.14.18","description":"The Athenna email handler. Built on top of nodemailer.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"nodemailer":"^6.9.2","smtp-server":"^3.12.0","nodemailer-markdown":"^1.0.3"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":[],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","eslint":"^8.36.0","rimraf":"^5.0.1","ts-node":"^10.9.1","prettier":"^2.8.7","commitizen":"^4.2.6","typescript":"^5.0.2","cls-rtracer":"^2.6.2","lint-staged":"^12.5.0","@athenna/ioc":"^4.0.0","@athenna/test":"^4.2.0","@athenna/view":"^4.0.0","@athenna/common":"^4.2.0","@athenna/config":"^4.2.0","@athenna/logger":"^4.1.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^4.0.0","reflect-metadata":"^0.1.13","@types/nodemailer":"^6.4.7","@types/smtp-server":"^3.5.7","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.56.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^5.56.0"},"_npmOperationalInternal":{"tmp":"tmp/mail_4.0.0_1691525497419_0.6640631234886545","host":"s3://npm-registry-packages"}},"4.1.0":{"name":"@athenna/mail","version":"4.1.0","keywords":["esm","nodejs","athenna","mail","smtp","pop3","aws-ses","nodemailer"],"author":{"name":"Victor Tesoura Júnior","email":"txsoura@athenna.io"},"license":"MIT","_id":"@athenna/mail@4.1.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Mail#readme","bugs":{"url":"https://github.com/AthennaIO/Mail/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"8925ddf557a4a8b7df4d820152d82c22cfaa56fe","tarball":"https://registry.npmjs.org/@athenna/mail/-/mail-4.1.0.tgz","fileCount":32,"integrity":"sha512-noBS7aNG5VJZInwva/cyREC6PcND6LltqGNGB54V6JtClHNiZ6ILkQMC2b+QKIaFqsqWpk9QKgV8ondbuO1CsQ==","signatures":[{"sig":"MEQCIBtceCKFd/uGVrSfY+k31wWQ2oU+mTA83Lai9KsCcR95AiBwCM1p/O7qmMLVSbM7s2vxLwc8gyHA0NT4FjLGDSbdfA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42135},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":["@athenna/artisan/commands/ConfigureCommand"],"templates":{"test":"node_modules/@athenna/core/templates/test.edge","facade":"node_modules/@athenna/core/templates/facade.edge","testFn":"node_modules/@athenna/core/templates/testFn.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"node_modules/@athenna/core/templates/service.edge","provider":"node_modules/@athenna/core/templates/provider.edge","exception":"node_modules/@athenna/core/templates/exception.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","repository":"node_modules/@athenna/core/templates/repository.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package.json":"./package.json","./providers/MailProvider":"./src/providers/MailProvider.js","./providers/SmtpServerProvider":"./src/providers/SmtpServerProvider.js"},"imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && sh node bin/test.ts","build":"rimraf build && tsc --project bin/tsconfig.build.json","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* sh node --inspect bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Mail.git","type":"git"},"_npmVersion":"6.14.18","description":"The Athenna email handler. Built on top of nodemailer.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"14.21.3","dependencies":{"nodemailer":"^6.9.2","smtp-server":"^3.12.0","nodemailer-markdown":"^1.0.3"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":[],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","eslint":"^8.36.0","rimraf":"^5.0.1","ts-node":"^10.9.1","prettier":"^2.8.7","commitizen":"^4.2.6","typescript":"^5.0.2","cls-rtracer":"^2.6.2","lint-staged":"^12.5.0","@athenna/ioc":"^4.0.0","@athenna/test":"^4.2.0","@athenna/view":"^4.0.0","@athenna/common":"^4.2.0","@athenna/config":"^4.2.0","@athenna/logger":"^4.1.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^4.0.0","reflect-metadata":"^0.1.13","@types/nodemailer":"^6.4.7","@types/smtp-server":"^3.5.7","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.56.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^5.56.0"},"_npmOperationalInternal":{"tmp":"tmp/mail_4.1.0_1691586933931_0.4481366890297842","host":"s3://npm-registry-packages"}},"4.2.0":{"name":"@athenna/mail","version":"4.2.0","keywords":["esm","nodejs","athenna","mail","smtp","pop3","aws-ses","nodemailer"],"author":{"name":"Victor Tesoura Júnior","email":"txsoura@athenna.io"},"license":"MIT","_id":"@athenna/mail@4.2.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Mail#readme","bugs":{"url":"https://github.com/AthennaIO/Mail/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"e4c9d6c4783d7a0cc7ec37c6f3e0e65aba532d57","tarball":"https://registry.npmjs.org/@athenna/mail/-/mail-4.2.0.tgz","fileCount":32,"integrity":"sha512-D94TTwvE2kVX9Y8HEmmVgwwtUfWzTXzS41PCmp9oulEgfH0BePmnXmDhiVdweYURIrXyC95kvWlPs8wyo+GfuA==","signatures":[{"sig":"MEYCIQCUrQ19aKyDQi1TBcVJ2+RzLsSeECTHYdUtcFKGmhYhwwIhAKZ+R/NBrzlyTMaGmqfXeS0GKlI+tjbszbjRiOlCQsiH","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42090},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":["@athenna/artisan/commands/ConfigureCommand"],"templates":{"test":"node_modules/@athenna/core/templates/test.edge","facade":"node_modules/@athenna/core/templates/facade.edge","testFn":"node_modules/@athenna/core/templates/testFn.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"node_modules/@athenna/core/templates/service.edge","provider":"node_modules/@athenna/core/templates/provider.edge","exception":"node_modules/@athenna/core/templates/exception.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","repository":"node_modules/@athenna/core/templates/repository.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package.json":"./package.json","./providers/MailProvider":"./src/providers/MailProvider.js","./providers/SmtpServerProvider":"./src/providers/SmtpServerProvider.js"},"gitHead":"c378e9015db363a0d375f39ad39746003fed0793","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && sh node bin/test.ts","build":"rimraf build && tsc --project bin/tsconfig.build.json","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* sh node --inspect bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/AthennaIO/Mail.git","type":"git"},"_npmVersion":"9.6.7","description":"The Athenna email handler. Built on top of nodemailer.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"18.17.0","dependencies":{"nodemailer":"^6.9.2","smtp-server":"^3.12.0","nodemailer-markdown":"^1.0.3"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":[],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","eslint":"^8.36.0","rimraf":"^5.0.1","ts-node":"^10.9.1","prettier":"^2.8.7","commitizen":"^4.2.6","typescript":"^5.0.2","lint-staged":"^12.5.0","@athenna/ioc":"^4.1.0","@athenna/test":"^4.3.0","@athenna/view":"^4.1.0","@athenna/common":"^4.4.0","@athenna/config":"^4.3.0","@athenna/logger":"^4.2.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^4.2.0","reflect-metadata":"^0.1.13","@types/nodemailer":"^6.4.7","@types/smtp-server":"^3.5.7","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.56.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^5.56.0"},"_npmOperationalInternal":{"tmp":"tmp/mail_4.2.0_1691623499152_0.04701501031754174","host":"s3://npm-registry-packages"}},"4.3.0":{"name":"@athenna/mail","version":"4.3.0","keywords":["esm","nodejs","athenna","mail","smtp","pop3","aws-ses","nodemailer"],"author":{"name":"Victor Tesoura Júnior","email":"txsoura@athenna.io"},"license":"MIT","_id":"@athenna/mail@4.3.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Mail#readme","bugs":{"url":"https://github.com/AthennaIO/Mail/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"b66ea57d254a4f79d31c1aae3e8cfd3147d3be5e","tarball":"https://registry.npmjs.org/@athenna/mail/-/mail-4.3.0.tgz","fileCount":32,"integrity":"sha512-oGgElSG058Fl8oFB+ehRAmD1ZS2bodyB7sKGBFv1lrgTupBgf640dPlpjM+pNyp3dCHvp3iSx2X2gLbnSkOK7g==","signatures":[{"sig":"MEQCICkIVC3zwrQ0iTZPLapRsuktuhAqaTlfgG3InPVkUTxCAiA5JhuNQ19L+4PIBEM4a7+X8VGEknUV2HBi2Fxvw8Ujcg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42247},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":["@athenna/artisan/commands/ConfigureCommand"],"templates":{"test":"node_modules/@athenna/core/templates/test.edge","facade":"node_modules/@athenna/core/templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"node_modules/@athenna/core/templates/service.edge","test-fn":"node_modules/@athenna/core/templates/test-fn.edge","provider":"node_modules/@athenna/core/templates/provider.edge","test-cli":"node_modules/@athenna/core/templates/test-cli.edge","exception":"node_modules/@athenna/core/templates/exception.edge","test-rest":"node_modules/@athenna/core/templates/test-rest.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","repository":"node_modules/@athenna/core/templates/repository.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package.json":"./package.json","./providers/MailProvider":"./src/providers/MailProvider.js","./providers/SmtpServerProvider":"./src/providers/SmtpServerProvider.js"},"gitHead":"446f5352263199359de7012a3b2d968a39f2ef5e","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && sh node bin/test.ts","build":"rimraf build && tsc --project bin/tsconfig.build.json","lint:fix":"eslint \"{bin,src,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* sh node --inspect bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Mail.git","type":"git"},"_npmVersion":"9.6.7","description":"The Athenna email handler. Built on top of nodemailer.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"18.17.1","dependencies":{"nodemailer":"^6.9.4","smtp-server":"^3.13.0","nodemailer-markdown":"^1.0.3"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":[],"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.12.0","husky":"^3.1.0","eslint":"^8.36.0","rimraf":"^5.0.1","ts-node":"^10.9.1","prettier":"^2.8.7","commitizen":"^4.2.6","typescript":"^5.0.2","lint-staged":"^12.5.0","@athenna/ioc":"^4.2.0","@athenna/test":"^4.5.0","@athenna/view":"^4.2.0","@athenna/common":"^4.10.1","@athenna/config":"^4.4.0","@athenna/logger":"^4.3.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^4.9.0","reflect-metadata":"^0.1.13","@types/nodemailer":"^6.4.7","@types/smtp-server":"^3.5.7","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.56.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^5.56.0"},"_npmOperationalInternal":{"tmp":"tmp/mail_4.3.0_1694096696551_0.693611217367402","host":"s3://npm-registry-packages"}},"4.4.0":{"name":"@athenna/mail","version":"4.4.0","keywords":["esm","nodejs","athenna","mail","smtp","pop3","aws-ses","nodemailer"],"author":{"name":"Victor Tesoura Júnior","email":"txsoura@athenna.io"},"license":"MIT","_id":"@athenna/mail@4.4.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Mail#readme","bugs":{"url":"https://github.com/AthennaIO/Mail/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"33daa2c176b32d47353cea18654c342d74d8f4e1","tarball":"https://registry.npmjs.org/@athenna/mail/-/mail-4.4.0.tgz","fileCount":31,"integrity":"sha512-w8Oql+W1jBoWghLJ9ZER/wYlyNkgfTbmtO5Y1081BlN9y5z9ugNNW2z/9VgFA0B32Vf6bU4ap855gXxSm4Bl1A==","signatures":[{"sig":"MEUCIQDfYH3TtKBoP5045TJWjN7aUHx7Rb5QJDekBGCA7HlgiAIgYhvI4iE+kyIaQUQe93Ek/H1bL484PW/Rhl8bRZ9xi74=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39832},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":["@athenna/artisan/commands/ConfigureCommand"],"templates":{"test":"node_modules/@athenna/core/templates/test.edge","facade":"node_modules/@athenna/core/templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"node_modules/@athenna/core/templates/service.edge","test-fn":"node_modules/@athenna/core/templates/test-fn.edge","provider":"node_modules/@athenna/core/templates/provider.edge","test-cli":"node_modules/@athenna/core/templates/test-cli.edge","exception":"node_modules/@athenna/core/templates/exception.edge","test-rest":"node_modules/@athenna/core/templates/test-rest.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","repository":"node_modules/@athenna/core/templates/repository.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./providers/MailProvider":"./src/providers/MailProvider.js","./providers/SmtpServerProvider":"./src/providers/SmtpServerProvider.js"},"gitHead":"a937226f0b672b269e8519532315b7f8e8c5083b","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,configurer,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Mail.git","type":"git"},"_npmVersion":"10.1.0","description":"The Athenna email handler. Built on top of nodemailer.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"20.8.0","dependencies":{"nodemailer":"^6.9.5","smtp-server":"^3.13.0","nodemailer-markdown":"^1.0.2"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":[],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","prettier":"^2.8.7","commitizen":"^4.2.6","lint-staged":"^12.5.0","@athenna/ioc":"^4.7.0","@athenna/test":"^4.12.0","@athenna/view":"^4.6.0","@athenna/common":"^4.18.1","@athenna/config":"^4.7.0","@athenna/logger":"^4.8.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^4.15.2","@athenna/tsconfig":"^4.10.0","@types/nodemailer":"^6.4.7","@types/smtp-server":"^3.5.7","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/mail_4.4.0_1697401888584_0.8142378154902852","host":"s3://npm-registry-packages"}},"4.5.0":{"name":"@athenna/mail","version":"4.5.0","keywords":["esm","nodejs","athenna","mail","smtp","pop3","aws-ses","nodemailer"],"author":{"name":"Victor Tesoura Júnior","email":"txsoura@athenna.io"},"license":"MIT","_id":"@athenna/mail@4.5.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Mail#readme","bugs":{"url":"https://github.com/AthennaIO/Mail/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"3c14befedccd81c1a6656e0dcbfb8ccfc5851ed7","tarball":"https://registry.npmjs.org/@athenna/mail/-/mail-4.5.0.tgz","fileCount":29,"integrity":"sha512-MW1rVkjegsjiZTWzoW6c7p025tQvZdSAiNGpdOktnmd1WBldQlqSRWO6gv3gh9gwu9B6ocQikShv9x3KURyw1w==","signatures":[{"sig":"MEUCIQCorZe1TcvE8kWiu++9TQRHeua+B1ASIbO+TWWqTyM9AgIgQGCEQM1GScdhruXZvoy13Jt4HAT+/NWox3vaSemY8PI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36411},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":["@athenna/artisan/commands/ConfigureCommand"],"templates":{"test":"node_modules/@athenna/core/templates/test.edge","facade":"node_modules/@athenna/core/templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"node_modules/@athenna/core/templates/service.edge","test-fn":"node_modules/@athenna/core/templates/test-fn.edge","provider":"node_modules/@athenna/core/templates/provider.edge","test-cli":"node_modules/@athenna/core/templates/test-cli.edge","exception":"node_modules/@athenna/core/templates/exception.edge","test-rest":"node_modules/@athenna/core/templates/test-rest.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","repository":"node_modules/@athenna/core/templates/repository.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./providers/MailProvider":"./src/providers/MailProvider.js","./providers/SmtpServerProvider":"./src/providers/SmtpServerProvider.js"},"gitHead":"23460adba00c575090189f07815a19dcd677d7fb","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,configurer,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Mail.git","type":"git"},"_npmVersion":"10.2.3","description":"The Athenna email handler. Built on top of nodemailer.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"20.10.0","dependencies":{"nodemailer":"^6.9.7","smtp-server":"^3.13.0","nodemailer-markdown":"^1.0.3"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":[],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","prettier":"^2.8.7","commitizen":"^4.2.6","lint-staged":"^12.5.0","@athenna/ioc":"^4.7.0","@athenna/test":"^4.12.0","@athenna/view":"^4.6.0","@athenna/common":"^4.18.1","@athenna/config":"^4.7.0","@athenna/logger":"^4.8.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^4.15.2","@athenna/tsconfig":"^4.10.0","@types/nodemailer":"^6.4.7","@types/smtp-server":"^3.5.7","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/mail_4.5.0_1702137395519_0.37004319045736755","host":"s3://npm-registry-packages"}},"4.6.0":{"name":"@athenna/mail","version":"4.6.0","keywords":["esm","nodejs","athenna","mail","smtp","pop3","aws-ses","nodemailer"],"author":{"name":"Victor Tesoura Júnior","email":"txsoura@athenna.io"},"license":"MIT","_id":"@athenna/mail@4.6.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Mail#readme","bugs":{"url":"https://github.com/AthennaIO/Mail/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"3e5efe9644756d6e54d3a844b9c6661c16369c4a","tarball":"https://registry.npmjs.org/@athenna/mail/-/mail-4.6.0.tgz","fileCount":29,"integrity":"sha512-j2OKC7JnqmYSJz5ELML6TzuLY1/QJAvUDtCVc3mQ4Cy/pZfrN3Qi6+IVbqeVWNrmJ/hf2XssJkH/31QSpMNsbA==","signatures":[{"sig":"MEUCIEMKPP1i4k9/O8WBF3XRWVRNFQzA4dLAzAqcKEmbAERTAiEAmYJOlar49yMtQvBu2s0A4NzAQpmuHUKLx53TWPTMDAI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36411},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":["@athenna/artisan/commands/ConfigureCommand"],"templates":{"test":"node_modules/@athenna/core/templates/test.edge","facade":"node_modules/@athenna/core/templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"node_modules/@athenna/core/templates/service.edge","test-fn":"node_modules/@athenna/core/templates/test-fn.edge","provider":"node_modules/@athenna/core/templates/provider.edge","test-cli":"node_modules/@athenna/core/templates/test-cli.edge","exception":"node_modules/@athenna/core/templates/exception.edge","test-rest":"node_modules/@athenna/core/templates/test-rest.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","repository":"node_modules/@athenna/core/templates/repository.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./providers/MailProvider":"./src/providers/MailProvider.js","./providers/SmtpServerProvider":"./src/providers/SmtpServerProvider.js"},"gitHead":"41a5b4928f7066ff1ec66325a343bf02a06bd283","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,configurer,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Mail.git","type":"git"},"_npmVersion":"10.2.3","description":"The Athenna email handler. Built on top of nodemailer.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"20.10.0","dependencies":{"nodemailer":"^6.9.7","smtp-server":"^3.13.0","nodemailer-markdown":"^1.0.3"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":[],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","prettier":"^2.8.7","commitizen":"^4.2.6","lint-staged":"^12.5.0","@athenna/ioc":"^4.8.0","@athenna/test":"^4.13.0","@athenna/view":"^4.7.0","@athenna/common":"^4.21.0","@athenna/config":"^4.8.0","@athenna/logger":"^4.9.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^4.17.0","@athenna/tsconfig":"^4.11.0","@types/nodemailer":"^6.4.7","@types/smtp-server":"^3.5.7","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/mail_4.6.0_1702165980882_0.9181143520184953","host":"s3://npm-registry-packages"}},"4.7.0":{"name":"@athenna/mail","version":"4.7.0","keywords":["esm","nodejs","athenna","mail","smtp","pop3","aws-ses","nodemailer"],"author":{"name":"Victor Tesoura Júnior","email":"txsoura@athenna.io"},"license":"MIT","_id":"@athenna/mail@4.7.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Mail#readme","bugs":{"url":"https://github.com/AthennaIO/Mail/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"e8f07adc15c5b3e4c1b6204867de7ccb136982b3","tarball":"https://registry.npmjs.org/@athenna/mail/-/mail-4.7.0.tgz","fileCount":29,"integrity":"sha512-sx3gktALaBKX9IJHVNYvBlbA/SyZMydhLD2ZF7be+Z5rSt1X0jxPjb5FyLDrBf0MiZcvAzPQ4JXhnG6UKYT1oA==","signatures":[{"sig":"MEUCIQDW+U1aQRlS/uImpwAbROj8D3ueG1X4PWgE47+a6vBQfgIgD8DvVMrS08RaM08P/+7D3agubBgyTF+w2RQGPJEwQco=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36413},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":["@athenna/artisan/commands/ConfigureCommand"],"templates":{"test":"node_modules/@athenna/core/templates/test.edge","facade":"node_modules/@athenna/core/templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"node_modules/@athenna/core/templates/service.edge","test-fn":"node_modules/@athenna/core/templates/test-fn.edge","provider":"node_modules/@athenna/core/templates/provider.edge","test-cli":"node_modules/@athenna/core/templates/test-cli.edge","exception":"node_modules/@athenna/core/templates/exception.edge","test-rest":"node_modules/@athenna/core/templates/test-rest.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","repository":"node_modules/@athenna/core/templates/repository.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./providers/MailProvider":"./src/providers/MailProvider.js","./providers/SmtpServerProvider":"./src/providers/SmtpServerProvider.js"},"gitHead":"620a2178f8a83fd0b17d58db07a9ef394fe2c5c0","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,configurer,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Mail.git","type":"git"},"_npmVersion":"10.2.3","description":"The Athenna email handler. Built on top of nodemailer.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"20.10.0","dependencies":{"nodemailer":"^6.9.7","smtp-server":"^3.13.0","nodemailer-markdown":"^1.0.3"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":[],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","prettier":"^2.8.7","commitizen":"^4.2.6","lint-staged":"^12.5.0","@athenna/ioc":"^4.10.0","@athenna/test":"^4.15.0","@athenna/view":"^4.8.0","@athenna/common":"^4.23.0","@athenna/config":"^4.9.0","@athenna/logger":"^4.11.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^4.20.0","@athenna/tsconfig":"^4.12.0","@types/nodemailer":"^6.4.7","@types/smtp-server":"^3.5.7","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/mail_4.7.0_1703077287679_0.6893069789102453","host":"s3://npm-registry-packages"}},"4.8.0":{"name":"@athenna/mail","version":"4.8.0","keywords":["esm","nodejs","athenna","mail","smtp","pop3","aws-ses","nodemailer"],"author":{"name":"Victor Tesoura Júnior","email":"txsoura@athenna.io"},"license":"MIT","_id":"@athenna/mail@4.8.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Mail#readme","bugs":{"url":"https://github.com/AthennaIO/Mail/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"55f6536fe1afec903eba21149dc6cefdcf8bb2f2","tarball":"https://registry.npmjs.org/@athenna/mail/-/mail-4.8.0.tgz","fileCount":29,"integrity":"sha512-1cTWyJ0RDZS35QsvojzTUk4iovRvZQ9S1aBRfVdTf0GrLEp6txFoYo8Rw5o056aQaYEysa4ZvRA93T/6t7ueJQ==","signatures":[{"sig":"MEYCIQDehGZMf5syDPwrg3Ag4+hgV2Lh37XZxLPkQjC554hysAIhAPffQ9Fo+hqscbM+O5YuOD9yDz8qQ8bgdl5iPZU86Dnr","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36414},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":["@athenna/artisan/commands/ConfigureCommand"],"templates":{"test":"node_modules/@athenna/core/templates/test.edge","facade":"node_modules/@athenna/core/templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"node_modules/@athenna/core/templates/service.edge","test-fn":"node_modules/@athenna/core/templates/test-fn.edge","provider":"node_modules/@athenna/core/templates/provider.edge","test-cli":"node_modules/@athenna/core/templates/test-cli.edge","exception":"node_modules/@athenna/core/templates/exception.edge","test-rest":"node_modules/@athenna/core/templates/test-rest.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","repository":"node_modules/@athenna/core/templates/repository.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./providers/MailProvider":"./src/providers/MailProvider.js","./providers/SmtpServerProvider":"./src/providers/SmtpServerProvider.js"},"gitHead":"aa32304dc20c6ec0f60df66297476e2ef158580b","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,configurer,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Mail.git","type":"git"},"_npmVersion":"10.2.3","description":"The Athenna email handler. Built on top of nodemailer.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"20.10.0","dependencies":{"nodemailer":"^6.9.7","smtp-server":"^3.13.0","nodemailer-markdown":"^1.0.3"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":[],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","prettier":"^2.8.7","commitizen":"^4.2.6","lint-staged":"^12.5.0","@athenna/ioc":"^4.11.0","@athenna/test":"^4.16.0","@athenna/view":"^4.9.0","@athenna/common":"^4.24.0","@athenna/config":"^4.10.0","@athenna/logger":"^4.12.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^4.21.0","@athenna/tsconfig":"^4.12.0","@types/nodemailer":"^6.4.7","@types/smtp-server":"^3.5.7","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/mail_4.8.0_1703616738225_0.8037967957131547","host":"s3://npm-registry-packages"}},"4.9.0":{"name":"@athenna/mail","version":"4.9.0","keywords":["esm","nodejs","athenna","mail","smtp","pop3","aws-ses","nodemailer"],"author":{"name":"Victor Tesoura Júnior","email":"txsoura@athenna.io"},"license":"MIT","_id":"@athenna/mail@4.9.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Mail#readme","bugs":{"url":"https://github.com/AthennaIO/Mail/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"0f09ecfdca37b356351d471fad307511e7b284f2","tarball":"https://registry.npmjs.org/@athenna/mail/-/mail-4.9.0.tgz","fileCount":29,"integrity":"sha512-OkFBYdELBHOmEVKiVGXt2g71akX4rlhiP7XNDy7nOzSqj/vjtvZTRVm1x4QPgCIHrTKdySG54V3scKGb+Z4J8g==","signatures":[{"sig":"MEYCIQCLkyMER99tUHWzKCMUYVxMPCfBhslLrj1op03UIy2BaAIhANpzcLmfEvjB+d8AxvZ/wKryL0iR/S8Hw0Juat7srk5S","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36415},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":["@athenna/artisan/commands/ConfigureCommand"],"templates":{"test":"node_modules/@athenna/core/templates/test.edge","facade":"node_modules/@athenna/core/templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"node_modules/@athenna/core/templates/service.edge","test-fn":"node_modules/@athenna/core/templates/test-fn.edge","provider":"node_modules/@athenna/core/templates/provider.edge","test-cli":"node_modules/@athenna/core/templates/test-cli.edge","exception":"node_modules/@athenna/core/templates/exception.edge","test-rest":"node_modules/@athenna/core/templates/test-rest.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","repository":"node_modules/@athenna/core/templates/repository.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./providers/MailProvider":"./src/providers/MailProvider.js","./providers/SmtpServerProvider":"./src/providers/SmtpServerProvider.js"},"gitHead":"59e692fd7481b7b61cec4eaffcfb358effbd08fb","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,configurer,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Mail.git","type":"git"},"_npmVersion":"10.2.3","description":"The Athenna email handler. Built on top of nodemailer.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"20.10.0","dependencies":{"nodemailer":"^6.9.7","smtp-server":"^3.13.0","nodemailer-markdown":"^1.0.3"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":[],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","prettier":"^2.8.7","commitizen":"^4.2.6","lint-staged":"^12.5.0","@athenna/ioc":"^4.12.0","@athenna/test":"^4.17.0","@athenna/view":"^4.10.0","@athenna/common":"^4.26.0","@athenna/config":"^4.11.0","@athenna/logger":"^4.13.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^4.27.0","@athenna/tsconfig":"^4.12.0","@types/nodemailer":"^6.4.7","@types/smtp-server":"^3.5.7","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/mail_4.9.0_1704575790281_0.3218991042459878","host":"s3://npm-registry-packages"}},"4.11.0":{"name":"@athenna/mail","version":"4.11.0","keywords":["esm","nodejs","athenna","mail","smtp","pop3","aws-ses","nodemailer"],"author":{"name":"Victor Tesoura Júnior","email":"txsoura@athenna.io"},"license":"MIT","_id":"@athenna/mail@4.11.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Mail#readme","bugs":{"url":"https://github.com/AthennaIO/Mail/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"c29dde11c33116b37cb816d3e406024d4496cedd","tarball":"https://registry.npmjs.org/@athenna/mail/-/mail-4.11.0.tgz","fileCount":29,"integrity":"sha512-YWJs3kKm1jt5HoV8D0kmspmH8Sip6ynL0R0o6jRKe30OhPWKTYzD21Q26Pj0z7OATHlugE9kWevAFRp8O12Bbg==","signatures":[{"sig":"MEYCIQDVbVAloNkeIFD8Qj6k/BCqEigCbi72RZ6KTp7AZ1s7CwIhAOrNgO+tl91E5m8ssj5QEXh7KTocba2FDkvbCIWVeBem","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36416},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":["@athenna/artisan/commands/ConfigureCommand"],"templates":{"test":"node_modules/@athenna/core/templates/test.edge","facade":"node_modules/@athenna/core/templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"node_modules/@athenna/core/templates/service.edge","test-fn":"node_modules/@athenna/core/templates/test-fn.edge","provider":"node_modules/@athenna/core/templates/provider.edge","test-cli":"node_modules/@athenna/core/templates/test-cli.edge","exception":"node_modules/@athenna/core/templates/exception.edge","test-rest":"node_modules/@athenna/core/templates/test-rest.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","repository":"node_modules/@athenna/core/templates/repository.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./providers/MailProvider":"./src/providers/MailProvider.js","./providers/SmtpServerProvider":"./src/providers/SmtpServerProvider.js"},"gitHead":"3e6bd415897f99c5fb5621f3a0f07dd6cdbbfaef","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,configurer,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Mail.git","type":"git"},"_npmVersion":"10.2.4","description":"The Athenna email handler. Built on top of nodemailer.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"20.11.0","dependencies":{"nodemailer":"^6.9.9","smtp-server":"^3.13.2","nodemailer-markdown":"^1.0.3"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":[],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","prettier":"^2.8.7","commitizen":"^4.2.6","lint-staged":"^12.5.0","@athenna/ioc":"^4.14.0","@athenna/test":"^4.21.0","@athenna/view":"^4.12.0","@athenna/common":"^4.32.0","@athenna/config":"^4.14.0","@athenna/logger":"^4.15.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^4.31.0","@athenna/tsconfig":"^4.12.0","@types/nodemailer":"^6.4.7","@types/smtp-server":"^3.5.7","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/mail_4.11.0_1707514839607_0.13700338218670738","host":"s3://npm-registry-packages"}},"4.12.0":{"name":"@athenna/mail","version":"4.12.0","keywords":["esm","nodejs","athenna","mail","smtp","pop3","aws-ses","nodemailer"],"author":{"name":"Victor Tesoura Júnior","email":"txsoura@athenna.io"},"license":"MIT","_id":"@athenna/mail@4.12.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Mail#readme","bugs":{"url":"https://github.com/AthennaIO/Mail/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"fef7dfc89e7ebdb9090e48a9086fc86c2c9702c6","tarball":"https://registry.npmjs.org/@athenna/mail/-/mail-4.12.0.tgz","fileCount":29,"integrity":"sha512-UGRJlIPHC2aXpa3El2cyHF76LJPTZVr8yoCi1QdS5TJDEQohWJqjBwBY/e6sj30oR1UQD/0Cn2JSaw1F+e2e3g==","signatures":[{"sig":"MEUCIGwfAH4jRZXGUlMfHn/+UR0Shy1zJp8V4+CZ0Na7IjokAiEAvfaO3qMGto+Kc+OvQPmZkTfwFT3CdDzMAqLvtsZFRBo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36416},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":["@athenna/artisan/commands/ConfigureCommand"],"templates":{"test":"node_modules/@athenna/core/templates/test.edge","facade":"node_modules/@athenna/core/templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"node_modules/@athenna/core/templates/service.edge","test-fn":"node_modules/@athenna/core/templates/test-fn.edge","provider":"node_modules/@athenna/core/templates/provider.edge","test-cli":"node_modules/@athenna/core/templates/test-cli.edge","exception":"node_modules/@athenna/core/templates/exception.edge","test-rest":"node_modules/@athenna/core/templates/test-rest.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","repository":"node_modules/@athenna/core/templates/repository.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./providers/MailProvider":"./src/providers/MailProvider.js","./providers/SmtpServerProvider":"./src/providers/SmtpServerProvider.js"},"gitHead":"d0fe5179e2ff6fb655e0b73a53bb4da2b03d4ed3","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,configurer,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Mail.git","type":"git"},"_npmVersion":"10.2.4","description":"The Athenna email handler. Built on top of nodemailer.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"20.11.0","dependencies":{"nodemailer":"^6.9.9","smtp-server":"^3.13.2","nodemailer-markdown":"^1.0.3"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":[],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","prettier":"^2.8.7","commitizen":"^4.2.6","lint-staged":"^12.5.0","@athenna/ioc":"^4.15.0","@athenna/test":"^4.21.0","@athenna/view":"^4.13.0","@athenna/common":"^4.33.0","@athenna/config":"^4.15.0","@athenna/logger":"^4.16.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^4.32.0","@athenna/tsconfig":"^4.12.0","@types/nodemailer":"^6.4.7","@types/smtp-server":"^3.5.7","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/mail_4.12.0_1707598730372_0.6929829386659241","host":"s3://npm-registry-packages"}},"4.13.0":{"name":"@athenna/mail","version":"4.13.0","keywords":["esm","nodejs","athenna","mail","smtp","pop3","aws-ses","nodemailer"],"author":{"name":"Victor Tesoura Júnior","email":"txsoura@athenna.io"},"license":"MIT","_id":"@athenna/mail@4.13.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Mail#readme","bugs":{"url":"https://github.com/AthennaIO/Mail/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"ace4d98e41b9804001c64e2982388c4280c827dc","tarball":"https://registry.npmjs.org/@athenna/mail/-/mail-4.13.0.tgz","fileCount":29,"integrity":"sha512-+RXGsq6bZqoLhfwJStM/vc6z4O40DpUhTzjRMiYBLY75hXASh8NsH0wkGAhc0aP7YaERrLkHRXS1v5/iQ34ufg==","signatures":[{"sig":"MEQCIAo1/T4eZCw5ngqXDRG4w9dZgk+yZSohTU5ZmKhi4i9ZAiBJYvDZpvkTn2EdXYhA4Po+1D6Dn99dmRuD5oQyFa9UPQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36416},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":["@athenna/artisan/commands/ConfigureCommand"],"templates":{"test":"node_modules/@athenna/core/templates/test.edge","facade":"node_modules/@athenna/core/templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"node_modules/@athenna/core/templates/service.edge","test-fn":"node_modules/@athenna/core/templates/test-fn.edge","provider":"node_modules/@athenna/core/templates/provider.edge","test-cli":"node_modules/@athenna/core/templates/test-cli.edge","exception":"node_modules/@athenna/core/templates/exception.edge","test-rest":"node_modules/@athenna/core/templates/test-rest.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","repository":"node_modules/@athenna/core/templates/repository.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./providers/MailProvider":"./src/providers/MailProvider.js","./providers/SmtpServerProvider":"./src/providers/SmtpServerProvider.js"},"gitHead":"76ec38e47870ac8f71ae3094379b90f8cfa86707","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,configurer,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Mail.git","type":"git"},"_npmVersion":"10.2.4","description":"The Athenna email handler. Built on top of nodemailer.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"20.11.1","dependencies":{"nodemailer":"^6.9.9","smtp-server":"^3.13.2","nodemailer-markdown":"^1.0.3"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":[],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","prettier":"^2.8.7","commitizen":"^4.2.6","lint-staged":"^12.5.0","@athenna/ioc":"^4.16.0","@athenna/test":"^4.22.0","@athenna/view":"^4.14.0","@athenna/common":"^4.34.0","@athenna/config":"^4.16.0","@athenna/logger":"^4.17.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^4.35.0","@athenna/tsconfig":"^4.12.0","@types/nodemailer":"^6.4.7","@types/smtp-server":"^3.5.7","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/mail_4.13.0_1708808842141_0.24307826324345427","host":"s3://npm-registry-packages"}},"4.14.0":{"name":"@athenna/mail","version":"4.14.0","keywords":["esm","nodejs","athenna","mail","smtp","pop3","aws-ses","nodemailer"],"author":{"name":"Victor Tesoura Júnior","email":"txsoura@athenna.io"},"license":"MIT","_id":"@athenna/mail@4.14.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Mail#readme","bugs":{"url":"https://github.com/AthennaIO/Mail/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"d1dd8895419d5d62793bc2a19cc9e97c6a1bb160","tarball":"https://registry.npmjs.org/@athenna/mail/-/mail-4.14.0.tgz","fileCount":29,"integrity":"sha512-HTMVcpxv4Eduw4tuCNgGg6XkBpXo46ZOdQl0H5iNEg71yckY+pzfZWSBbO60l3f1YnN2mYNsd/Cu9xGNoue4Nw==","signatures":[{"sig":"MEUCIQCAK93eAvARnPhcVguPHamOtQWknd92Yw2xO4icqdujrgIgFravwQ7+tYHNw7ODbZbsVHidOazRQZkmFxYg68E5Leo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":36416},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":["@athenna/artisan/commands/ConfigureCommand"],"templates":{"test":"node_modules/@athenna/core/templates/test.edge","facade":"node_modules/@athenna/core/templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"node_modules/@athenna/core/templates/service.edge","test-fn":"node_modules/@athenna/core/templates/test-fn.edge","provider":"node_modules/@athenna/core/templates/provider.edge","test-cli":"node_modules/@athenna/core/templates/test-cli.edge","exception":"node_modules/@athenna/core/templates/exception.edge","test-rest":"node_modules/@athenna/core/templates/test-rest.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","repository":"node_modules/@athenna/core/templates/repository.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./providers/MailProvider":"./src/providers/MailProvider.js","./providers/SmtpServerProvider":"./src/providers/SmtpServerProvider.js"},"gitHead":"45823fb0d0fe586bdbaa3ba6abaa8ec40ab06758","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,configurer,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Mail.git","type":"git"},"_npmVersion":"10.2.4","description":"The Athenna email handler. Built on top of nodemailer.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"20.11.1","dependencies":{"nodemailer":"^6.9.9","smtp-server":"^3.13.2","nodemailer-markdown":"^1.0.3"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":[],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","prettier":"^2.8.7","commitizen":"^4.2.6","lint-staged":"^12.5.0","@athenna/ioc":"^4.16.0","@athenna/test":"^4.22.0","@athenna/view":"^4.18.0","@athenna/common":"^4.34.0","@athenna/config":"^4.16.0","@athenna/logger":"^4.17.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^4.37.0","@athenna/tsconfig":"^4.12.0","@types/nodemailer":"^6.4.7","@types/smtp-server":"^3.5.7","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/mail_4.14.0_1708903611236_0.5614954574535429","host":"s3://npm-registry-packages"}},"4.15.0":{"name":"@athenna/mail","version":"4.15.0","keywords":["esm","nodejs","athenna","mail","smtp","pop3","aws-ses","nodemailer"],"author":{"name":"Victor Tesoura Júnior","email":"txsoura@athenna.io"},"license":"MIT","_id":"@athenna/mail@4.15.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Mail#readme","bugs":{"url":"https://github.com/AthennaIO/Mail/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"5e2f1da229e75333c23cbd8dbab96921394c9cca","tarball":"https://registry.npmjs.org/@athenna/mail/-/mail-4.15.0.tgz","fileCount":31,"integrity":"sha512-OgHjRiHaNRLn5rbKFJ9oFWif0u+okFroQupD23NIw4UiXDcmvLdLEZCevP8NMVIuOuKRKyhpWsqkZJsODaqJtg==","signatures":[{"sig":"MEQCIHfv1Ll2aHz+aN2l4emZ2mzVilD0fdsNsVzcz0wzSyIaAiBr0L7VG5jtLG6Pk8k3aYxivA/ygwYbO375k7NL+YujtQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":39270},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":["@athenna/artisan/commands/ConfigureCommand"],"templates":{"test":"node_modules/@athenna/core/templates/test.edge","facade":"node_modules/@athenna/core/templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"node_modules/@athenna/core/templates/service.edge","test-fn":"node_modules/@athenna/core/templates/test-fn.edge","provider":"node_modules/@athenna/core/templates/provider.edge","test-cli":"node_modules/@athenna/core/templates/test-cli.edge","exception":"node_modules/@athenna/core/templates/exception.edge","test-rest":"node_modules/@athenna/core/templates/test-rest.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","repository":"node_modules/@athenna/core/templates/repository.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./providers/MailProvider":"./src/providers/MailProvider.js","./providers/SmtpServerProvider":"./src/providers/SmtpServerProvider.js"},"gitHead":"1bab6b624386cba0d981bae4b99f508c844e14d8","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,configurer,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Mail.git","type":"git"},"_npmVersion":"10.2.4","description":"The Athenna email handler. Built on top of nodemailer.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"20.11.1","dependencies":{"nodemailer":"^6.9.9","smtp-server":"^3.13.2","nodemailer-markdown":"^1.0.3"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":[],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","prettier":"^2.8.7","commitizen":"^4.2.6","lint-staged":"^12.5.0","@athenna/ioc":"^4.18.0","@athenna/test":"^4.22.0","@athenna/view":"^4.20.0","@athenna/common":"^4.35.0","@athenna/config":"^4.19.0","@athenna/logger":"^4.18.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^4.40.0","@athenna/tsconfig":"^4.12.0","@types/nodemailer":"^6.4.7","@types/smtp-server":"^3.5.7","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/mail_4.15.0_1709566095479_0.023586703947854115","host":"s3://npm-registry-packages"}},"4.16.0":{"name":"@athenna/mail","version":"4.16.0","keywords":["esm","nodejs","athenna","mail","smtp","pop3","aws-ses","nodemailer"],"author":{"name":"Victor Tesoura Júnior","email":"txsoura@athenna.io"},"license":"MIT","_id":"@athenna/mail@4.16.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Mail#readme","bugs":{"url":"https://github.com/AthennaIO/Mail/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"d0f71a6c32659653939d03f404980b0910c2bada","tarball":"https://registry.npmjs.org/@athenna/mail/-/mail-4.16.0.tgz","fileCount":37,"integrity":"sha512-OTus0D4BnGACFaCeo4oRLb2ydV8GqEoFvqzjt3wDVHCHKamc0FNLg/tIov7GWpTzHwt125QV/uvg7UrO2CPgFg==","signatures":[{"sig":"MEQCIFzr5txVUGLltM8yRJROTwjcjYRxXAc1/9b3nNVt6ZVaAiB4fRB8N8YP45WzMJAf70JIa1zD1fGQiQD7WwP/g4neDg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":93790},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":["@athenna/artisan/commands/ConfigureCommand"],"templates":{"test":"node_modules/@athenna/core/templates/test.edge","facade":"node_modules/@athenna/core/templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"node_modules/@athenna/core/templates/service.edge","test-fn":"node_modules/@athenna/core/templates/test-fn.edge","provider":"node_modules/@athenna/core/templates/provider.edge","test-cli":"node_modules/@athenna/core/templates/test-cli.edge","exception":"node_modules/@athenna/core/templates/exception.edge","test-rest":"node_modules/@athenna/core/templates/test-rest.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","repository":"node_modules/@athenna/core/templates/repository.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./providers/MailProvider":"./src/providers/MailProvider.js","./providers/SmtpServerProvider":"./src/providers/SmtpServerProvider.js"},"gitHead":"d4e25d615426372a1e1be5a612bdda80f3ec972b","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,configurer,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Mail.git","type":"git"},"_npmVersion":"10.2.4","description":"The Athenna email handler. Built on top of nodemailer.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"20.11.1","dependencies":{"nodemailer":"^6.9.9","smtp-server":"^3.13.2","nodemailer-markdown":"^1.0.3"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":[],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","prettier":"^2.8.7","commitizen":"^4.2.6","lint-staged":"^12.5.0","@athenna/ioc":"^4.18.0","@athenna/test":"^4.22.0","@athenna/view":"^4.20.0","@athenna/common":"^4.35.0","@athenna/config":"^4.19.0","@athenna/logger":"^4.18.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^4.40.0","@athenna/tsconfig":"^4.12.0","@types/nodemailer":"^6.4.7","@types/smtp-server":"^3.5.7","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/mail_4.16.0_1709814981661_0.34612903793604866","host":"s3://npm-registry-packages"}},"4.17.0":{"name":"@athenna/mail","version":"4.17.0","keywords":["esm","nodejs","athenna","mail","smtp","pop3","aws-ses","nodemailer"],"author":{"name":"Victor Tesoura Júnior","email":"txsoura@athenna.io"},"license":"MIT","_id":"@athenna/mail@4.17.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Mail#readme","bugs":{"url":"https://github.com/AthennaIO/Mail/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"cbdb3fa2b51176b74262f5f076d45d42c0e87aa8","tarball":"https://registry.npmjs.org/@athenna/mail/-/mail-4.17.0.tgz","fileCount":37,"integrity":"sha512-NRDIGIUAo1LSoGj+k1dfuL9N/kaSGpdTEs31/vqil7ohexRVxYKvp78oy3jgxEYGX/flxxeSeZGKoRHhMyNSzw==","signatures":[{"sig":"MEQCIH/GxrTz9F8T5gb4x3j1LLggTSNAIle3EXm34Y2yz2jQAiB/wP2V3f+4NFTYVI4qA/+ONsYx81bNNZr1a3wnr17QBQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":93790},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":["@athenna/artisan/commands/ConfigureCommand"],"templates":{"test":"node_modules/@athenna/core/templates/test.edge","facade":"node_modules/@athenna/core/templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"node_modules/@athenna/core/templates/service.edge","test-fn":"node_modules/@athenna/core/templates/test-fn.edge","provider":"node_modules/@athenna/core/templates/provider.edge","test-cli":"node_modules/@athenna/core/templates/test-cli.edge","exception":"node_modules/@athenna/core/templates/exception.edge","test-rest":"node_modules/@athenna/core/templates/test-rest.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","repository":"node_modules/@athenna/core/templates/repository.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./providers/MailProvider":"./src/providers/MailProvider.js","./providers/SmtpServerProvider":"./src/providers/SmtpServerProvider.js"},"gitHead":"311193cb62d4ffd581347dbb533830fd9e6cff94","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,configurer,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Mail.git","type":"git"},"_npmVersion":"10.2.4","description":"The Athenna email handler. Built on top of nodemailer.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"20.11.1","dependencies":{"nodemailer":"^6.9.9","smtp-server":"^3.13.2","nodemailer-markdown":"^1.0.3"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":[],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","prettier":"^2.8.7","commitizen":"^4.2.6","lint-staged":"^12.5.0","@athenna/ioc":"^4.19.0","@athenna/test":"^4.22.0","@athenna/view":"^4.21.0","@athenna/common":"^4.36.0","@athenna/config":"^4.20.0","@athenna/logger":"^4.19.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^4.41.0","@athenna/tsconfig":"^4.12.0","@types/nodemailer":"^6.4.7","@types/smtp-server":"^3.5.7","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/mail_4.17.0_1711637181957_0.8416641178369466","host":"s3://npm-registry-packages"}},"4.18.0":{"name":"@athenna/mail","version":"4.18.0","keywords":["esm","nodejs","athenna","mail","smtp","pop3","aws-ses","nodemailer"],"author":{"name":"Victor Tesoura Júnior","email":"txsoura@athenna.io"},"license":"MIT","_id":"@athenna/mail@4.18.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Mail#readme","bugs":{"url":"https://github.com/AthennaIO/Mail/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"f66ad2b3a36ed85615b1a2d58692f9b064a8891e","tarball":"https://registry.npmjs.org/@athenna/mail/-/mail-4.18.0.tgz","fileCount":37,"integrity":"sha512-REplHZOo2W0moSXNbIKtmwRsE8cbDobbckcKgzwHGVbbQdcX/XK7E2UEiNuWh8ovt+IMFpLu88GovDfkz4OzKQ==","signatures":[{"sig":"MEYCIQCcQXTkUyQ099gEKZo8/AQmTTzVJ4J9tqY6HYBX0qy0YQIhAI2H3iU5icg5xsUNszwP/naHBwNDIna6crgA+5whk8f2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":93791},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":["@athenna/artisan/commands/ConfigureCommand"],"templates":{"test":"node_modules/@athenna/core/templates/test.edge","facade":"node_modules/@athenna/core/templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"node_modules/@athenna/core/templates/service.edge","test-fn":"node_modules/@athenna/core/templates/test-fn.edge","provider":"node_modules/@athenna/core/templates/provider.edge","test-cli":"node_modules/@athenna/core/templates/test-cli.edge","exception":"node_modules/@athenna/core/templates/exception.edge","test-rest":"node_modules/@athenna/core/templates/test-rest.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","repository":"node_modules/@athenna/core/templates/repository.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./providers/MailProvider":"./src/providers/MailProvider.js","./providers/SmtpServerProvider":"./src/providers/SmtpServerProvider.js"},"gitHead":"4e0d3b6ad06c7e6e08b706d7bd169ab26c456dbe","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,configurer,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Mail.git","type":"git"},"_npmVersion":"10.5.0","description":"The Athenna email handler. Built on top of nodemailer.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"20.12.2","dependencies":{"nodemailer":"^6.9.13","smtp-server":"^3.13.2","nodemailer-markdown":"^1.0.3"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":[],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.36.0","prettier":"^2.8.7","commitizen":"^4.2.6","lint-staged":"^12.5.0","@athenna/ioc":"^4.20.0","@athenna/test":"^4.23.0","@athenna/view":"^4.22.0","@athenna/common":"^4.38.0","@athenna/config":"^4.21.0","@athenna/logger":"^4.20.0","eslint-plugin-n":"^15.6.1","@athenna/artisan":"^4.42.0","@athenna/tsconfig":"^4.12.0","@types/nodemailer":"^6.4.7","@types/smtp-server":"^3.5.7","eslint-plugin-import":"^2.27.5","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.8.0","eslint-config-standard":"^17.0.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.7.4","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.7.4"},"_npmOperationalInternal":{"tmp":"tmp/mail_4.18.0_1714398549663_0.8341074857124406","host":"s3://npm-registry-packages"}},"4.19.0":{"name":"@athenna/mail","version":"4.19.0","keywords":["esm","nodejs","athenna","mail","smtp","pop3","aws-ses","nodemailer"],"author":{"name":"Victor Tesoura Júnior","email":"txsoura@athenna.io"},"license":"MIT","_id":"@athenna/mail@4.19.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Mail#readme","bugs":{"url":"https://github.com/AthennaIO/Mail/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"b5df9ebb03f8b2b05eb634e7625e9f400594b82b","tarball":"https://registry.npmjs.org/@athenna/mail/-/mail-4.19.0.tgz","fileCount":37,"integrity":"sha512-O8uPp3Ar6t2SG9WnIkay9PPO3o9RwLh2yVGcjHoorKwkFxaRdDRSyyYoWQDfLMGXBqel4wOnuggFFSygf0bQ0A==","signatures":[{"sig":"MEUCIQCCoQGGjmXLDfoTW+sqhl4OeCsV5bBzQITolXD/PiPyBgIgKW0pLdlZVZU3D1CT7Hw+mr2bW2eCa4IuORMEiaSzit0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":93796},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":["@athenna/artisan/commands/ConfigureCommand"],"templates":{"test":"node_modules/@athenna/core/templates/test.edge","facade":"node_modules/@athenna/core/templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"node_modules/@athenna/core/templates/service.edge","test-fn":"node_modules/@athenna/core/templates/test-fn.edge","provider":"node_modules/@athenna/core/templates/provider.edge","test-cli":"node_modules/@athenna/core/templates/test-cli.edge","exception":"node_modules/@athenna/core/templates/exception.edge","test-rest":"node_modules/@athenna/core/templates/test-rest.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","repository":"node_modules/@athenna/core/templates/repository.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./providers/MailProvider":"./src/providers/MailProvider.js","./providers/SmtpServerProvider":"./src/providers/SmtpServerProvider.js"},"gitHead":"911ebfab87e47ba4a556af99c2846c3da8b5f352","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,configurer,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Mail.git","type":"git"},"_npmVersion":"10.5.2","description":"The Athenna email handler. Built on top of nodemailer.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"20.13.1","dependencies":{"nodemailer":"^6.9.13","smtp-server":"^3.13.4","nodemailer-markdown":"^1.0.3"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":[],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.0","prettier":"^2.8.8","commitizen":"^4.3.0","lint-staged":"^12.5.0","@athenna/ioc":"^4.21.0","@athenna/test":"^4.24.0","@athenna/view":"^4.23.0","@athenna/common":"^4.42.0","@athenna/config":"^4.22.0","@athenna/logger":"^4.22.0","eslint-plugin-n":"^15.7.0","@athenna/artisan":"^4.43.0","@athenna/tsconfig":"^4.14.0","@types/nodemailer":"^6.4.15","@types/smtp-server":"^3.5.10","eslint-plugin-import":"^2.29.1","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.10.0","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^6.21.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^6.21.0"},"_npmOperationalInternal":{"tmp":"tmp/mail_4.19.0_1715975400024_0.02264826618430016","host":"s3://npm-registry-packages"}},"4.20.0":{"name":"@athenna/mail","version":"4.20.0","keywords":["esm","nodejs","athenna","mail","smtp","pop3","aws-ses","nodemailer"],"author":{"name":"Victor Tesoura Júnior","email":"txsoura@athenna.io"},"license":"MIT","_id":"@athenna/mail@4.20.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Mail#readme","bugs":{"url":"https://github.com/AthennaIO/Mail/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"fcdfb1aab4a37bac2d821562a5c2e06218fe38cf","tarball":"https://registry.npmjs.org/@athenna/mail/-/mail-4.20.0.tgz","fileCount":37,"integrity":"sha512-Eg+Kijt5neC/0pPMEzvLCMW8ZvcpSyDBTHadhk6AZjQ1VTjItC3obvlN9QTRU80z2b/ZjsYCc16dHWCmbqErKA==","signatures":[{"sig":"MEUCIFQE8w/pL4FWrdabE/P4yNCWhqRabr6MGZsoZULBkfX/AiEAgeph6I/nopW25wsIM7/wyDi65vUltgeRPdtAw/Lc6/k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":93794},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":["@athenna/artisan/commands/ConfigureCommand"],"templates":{"test":"node_modules/@athenna/core/templates/test.edge","facade":"node_modules/@athenna/core/templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"node_modules/@athenna/core/templates/service.edge","test-fn":"node_modules/@athenna/core/templates/test-fn.edge","provider":"node_modules/@athenna/core/templates/provider.edge","test-cli":"node_modules/@athenna/core/templates/test-cli.edge","exception":"node_modules/@athenna/core/templates/exception.edge","test-rest":"node_modules/@athenna/core/templates/test-rest.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","repository":"node_modules/@athenna/core/templates/repository.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./providers/MailProvider":"./src/providers/MailProvider.js","./providers/SmtpServerProvider":"./src/providers/SmtpServerProvider.js"},"gitHead":"d46b7d75fcf01e8eba0d17c971c7c7334b252a4f","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,configurer,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Mail.git","type":"git"},"_npmVersion":"10.5.2","description":"The Athenna email handler. Built on top of nodemailer.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"20.13.1","dependencies":{"nodemailer":"^6.9.13","smtp-server":"^3.13.4","nodemailer-markdown":"^1.0.3"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":[],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.0","prettier":"^2.8.8","commitizen":"^4.3.0","lint-staged":"^12.5.0","@athenna/ioc":"^4.22.0","@athenna/test":"^4.26.0","@athenna/view":"^4.24.0","@athenna/common":"^4.43.0","@athenna/config":"^4.22.0","@athenna/logger":"^4.23.0","eslint-plugin-n":"^15.7.0","@athenna/artisan":"^4.44.0","@athenna/tsconfig":"^4.16.0","@types/nodemailer":"^6.4.15","@types/smtp-server":"^3.5.10","eslint-plugin-import":"^2.29.1","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.10.0","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^7.9.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.9.0"},"_npmOperationalInternal":{"tmp":"tmp/mail_4.20.0_1716050506372_0.3833718175726637","host":"s3://npm-registry-packages"}},"4.21.0":{"name":"@athenna/mail","version":"4.21.0","keywords":["esm","nodejs","athenna","mail","smtp","pop3","aws-ses","nodemailer"],"author":{"name":"Victor Tesoura Júnior","email":"txsoura@athenna.io"},"license":"MIT","_id":"@athenna/mail@4.21.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Mail#readme","bugs":{"url":"https://github.com/AthennaIO/Mail/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"2993ca32dc6cd068d460da7ce1dc826c0b9f3970","tarball":"https://registry.npmjs.org/@athenna/mail/-/mail-4.21.0.tgz","fileCount":37,"integrity":"sha512-qR2vAq7nsoIkX7dnEiAQgnrsnPvyZ9pxAu0pD1bRz9Et5fo0/gvMG8LYZx26B8bJwzqDMy9bHacjwF9OcuoNgw==","signatures":[{"sig":"MEYCIQC28CZOwnlvWCI+gi8bl6q2RZFT8SeE0MJXqNkB2t09TwIhAILm05iiDibBjn6V4mXbaieCjGCvj9sMRG252q47Kl2a","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":94345},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":["@athenna/artisan/commands/ConfigureCommand"],"templates":{"test":"node_modules/@athenna/core/templates/test.edge","facade":"node_modules/@athenna/core/templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"node_modules/@athenna/core/templates/service.edge","test-fn":"node_modules/@athenna/core/templates/test-fn.edge","provider":"node_modules/@athenna/core/templates/provider.edge","test-cli":"node_modules/@athenna/core/templates/test-cli.edge","exception":"node_modules/@athenna/core/templates/exception.edge","test-rest":"node_modules/@athenna/core/templates/test-rest.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","repository":"node_modules/@athenna/core/templates/repository.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./providers/MailProvider":"./src/providers/MailProvider.js","./providers/SmtpServerProvider":"./src/providers/SmtpServerProvider.js"},"gitHead":"47a1e0b2cc4d9f88421a2d115d1bc9e55daa0511","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,configurer,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Mail.git","type":"git"},"_npmVersion":"10.5.2","description":"The Athenna email handler. Built on top of nodemailer.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"20.13.1","dependencies":{"nodemailer":"^6.9.13","smtp-server":"^3.13.4","nodemailer-markdown":"^1.0.3"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":[],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.0","prettier":"^2.8.8","commitizen":"^4.3.0","lint-staged":"^12.5.0","@athenna/ioc":"^4.22.0","@athenna/test":"^4.26.0","@athenna/view":"^4.24.0","@athenna/common":"^4.43.0","@athenna/config":"^4.22.0","@athenna/logger":"^4.23.0","eslint-plugin-n":"^15.7.0","@athenna/artisan":"^4.44.0","@athenna/tsconfig":"^4.16.0","@types/nodemailer":"^6.4.15","@types/smtp-server":"^3.5.10","eslint-plugin-import":"^2.29.1","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.10.0","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^7.9.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.9.0"},"_npmOperationalInternal":{"tmp":"tmp/mail_4.21.0_1716057288019_0.4889243966282266","host":"s3://npm-registry-packages"}},"4.22.0":{"name":"@athenna/mail","version":"4.22.0","keywords":["esm","nodejs","athenna","mail","smtp","pop3","aws-ses","nodemailer"],"author":{"name":"Victor Tesoura Júnior","email":"txsoura@athenna.io"},"license":"MIT","_id":"@athenna/mail@4.22.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Mail#readme","bugs":{"url":"https://github.com/AthennaIO/Mail/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"bacf964078d9df6f2b3dbc77361da1c82860a6fb","tarball":"https://registry.npmjs.org/@athenna/mail/-/mail-4.22.0.tgz","fileCount":37,"integrity":"sha512-IvICTzdY/bnI2T9cSOol00ZIBxJ9e3UsxI6FjmRHuDpRwdMyH6b1SprXGxmX1YYuqW1QJrCJyaQC/AVMF4Zlbg==","signatures":[{"sig":"MEUCIQDJpaKzJURUpj6jTWakBkECy+IT49pHqopBYbG9PqkEuAIgKyp807On2v1i2N6mqiRt+oD+ytcU7HAqiUFO8wJvPeU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":94345},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":["@athenna/artisan/commands/ConfigureCommand"],"templates":{"test":"node_modules/@athenna/core/templates/test.edge","facade":"node_modules/@athenna/core/templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"node_modules/@athenna/core/templates/service.edge","test-fn":"node_modules/@athenna/core/templates/test-fn.edge","provider":"node_modules/@athenna/core/templates/provider.edge","test-cli":"node_modules/@athenna/core/templates/test-cli.edge","exception":"node_modules/@athenna/core/templates/exception.edge","test-rest":"node_modules/@athenna/core/templates/test-rest.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","repository":"node_modules/@athenna/core/templates/repository.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./providers/MailProvider":"./src/providers/MailProvider.js","./providers/SmtpServerProvider":"./src/providers/SmtpServerProvider.js"},"gitHead":"9d1bb23e57c1edfe3504d2ea7f3a85585720e699","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,configurer,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Mail.git","type":"git"},"_npmVersion":"10.5.2","description":"The Athenna email handler. Built on top of nodemailer.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"20.13.1","dependencies":{"nodemailer":"^6.9.13","smtp-server":"^3.13.4","nodemailer-markdown":"^1.0.3"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":[],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.0","prettier":"^2.8.8","commitizen":"^4.3.0","lint-staged":"^12.5.0","@athenna/ioc":"^4.23.0","@athenna/test":"^4.26.0","@athenna/view":"^4.25.0","@athenna/common":"^4.43.0","@athenna/config":"^4.23.0","@athenna/logger":"^4.24.0","eslint-plugin-n":"^15.7.0","@athenna/artisan":"^4.45.0","@athenna/tsconfig":"^4.16.0","@types/nodemailer":"^6.4.15","@types/smtp-server":"^3.5.10","eslint-plugin-import":"^2.29.1","eslint-plugin-promise":"^6.1.1","eslint-config-prettier":"^8.10.0","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^7.9.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.9.0"},"_npmOperationalInternal":{"tmp":"tmp/mail_4.22.0_1716112027520_0.6214485710146","host":"s3://npm-registry-packages"}},"4.23.0":{"name":"@athenna/mail","version":"4.23.0","keywords":["esm","nodejs","athenna","mail","smtp","pop3","aws-ses","nodemailer"],"author":{"name":"Victor Tesoura Júnior","email":"txsoura@athenna.io"},"license":"MIT","_id":"@athenna/mail@4.23.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Mail#readme","bugs":{"url":"https://github.com/AthennaIO/Mail/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"20568af48cb52ed668a4ec574a569bb745fc96c7","tarball":"https://registry.npmjs.org/@athenna/mail/-/mail-4.23.0.tgz","fileCount":37,"integrity":"sha512-MjbNL1VlWQ5uEgZhbObyiATg8JAMMJBzsHw5/N3d//5fIKddcVOI+WCK15yoGJu/LM7x+2q0LxTMpv/34+J/VQ==","signatures":[{"sig":"MEUCIFd9kD1ORqYcn3hswvVooV9LgMpQeNP8chlW/NUFyYzwAiEA40rawXSD5hqCxUzJV2UKn5RwH3wOSOZCmsMpSTSKY30=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":94347},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":["@athenna/artisan/commands/ConfigureCommand"],"templates":{"test":"node_modules/@athenna/core/templates/test.edge","facade":"node_modules/@athenna/core/templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"node_modules/@athenna/core/templates/service.edge","test-fn":"node_modules/@athenna/core/templates/test-fn.edge","provider":"node_modules/@athenna/core/templates/provider.edge","test-cli":"node_modules/@athenna/core/templates/test-cli.edge","exception":"node_modules/@athenna/core/templates/exception.edge","test-rest":"node_modules/@athenna/core/templates/test-rest.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","repository":"node_modules/@athenna/core/templates/repository.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./providers/MailProvider":"./src/providers/MailProvider.js","./providers/SmtpServerProvider":"./src/providers/SmtpServerProvider.js"},"gitHead":"dfbac689dcaf9da5f04504e4e3685d494f1dca96","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,configurer,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Mail.git","type":"git"},"_npmVersion":"10.7.0","description":"The Athenna email handler. Built on top of nodemailer.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"20.15.1","dependencies":{"nodemailer":"^6.9.14","smtp-server":"^3.13.4","nodemailer-markdown":"^1.0.3"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":[],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.0","prettier":"^2.8.8","commitizen":"^4.3.0","lint-staged":"^12.5.0","@athenna/ioc":"^4.24.0","@athenna/test":"^4.28.0","@athenna/view":"^4.27.0","@athenna/common":"^4.44.0","@athenna/config":"^4.24.0","@athenna/logger":"^4.25.0","eslint-plugin-n":"^15.7.0","@athenna/artisan":"^4.45.0","@athenna/tsconfig":"^4.16.0","@types/nodemailer":"^6.4.15","@types/smtp-server":"^3.5.10","eslint-plugin-import":"^2.29.1","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.0","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^7.17.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.17.0"},"_npmOperationalInternal":{"tmp":"tmp/mail_4.23.0_1722191555435_0.6375744007530861","host":"s3://npm-registry-packages"}},"4.24.0":{"name":"@athenna/mail","version":"4.24.0","keywords":["esm","nodejs","athenna","mail","smtp","pop3","aws-ses","nodemailer"],"author":{"name":"Victor Tesoura Júnior","email":"txsoura@athenna.io"},"license":"MIT","_id":"@athenna/mail@4.24.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Mail#readme","bugs":{"url":"https://github.com/AthennaIO/Mail/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"9687ffb0a9d88c5a678593fd0594447f03e19bdd","tarball":"https://registry.npmjs.org/@athenna/mail/-/mail-4.24.0.tgz","fileCount":37,"integrity":"sha512-aGSTxMTdrlUBy3ZUZkyAYOY15D9OJarlPmjhg73WmzyodRKvAi7PWs3rhEhOLazR63ekSMqQ8w3ue8aQksFiTw==","signatures":[{"sig":"MEQCIALsCb5iM66hnYzfmS+wF2W19LfGdr4/VkGFBlMs9uEoAiBO14tzabDGUMnfv116ZaAv8DMb7fsHHIceYqb7gd4Pbw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":94347},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":["@athenna/artisan/commands/ConfigureCommand"],"templates":{"test":"node_modules/@athenna/core/templates/test.edge","facade":"node_modules/@athenna/core/templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"node_modules/@athenna/core/templates/service.edge","test-fn":"node_modules/@athenna/core/templates/test-fn.edge","provider":"node_modules/@athenna/core/templates/provider.edge","test-cli":"node_modules/@athenna/core/templates/test-cli.edge","exception":"node_modules/@athenna/core/templates/exception.edge","test-rest":"node_modules/@athenna/core/templates/test-rest.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","repository":"node_modules/@athenna/core/templates/repository.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./providers/MailProvider":"./src/providers/MailProvider.js","./providers/SmtpServerProvider":"./src/providers/SmtpServerProvider.js"},"gitHead":"49d01c1852bb55c43cdce37ba708da7841eb0ca2","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,configurer,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Mail.git","type":"git"},"_npmVersion":"10.8.1","description":"The Athenna email handler. Built on top of nodemailer.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"20.16.0","dependencies":{"nodemailer":"^6.9.14","smtp-server":"^3.13.4","nodemailer-markdown":"^1.0.3"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":[],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.0","prettier":"^2.8.8","commitizen":"^4.3.0","lint-staged":"^12.5.0","@athenna/ioc":"^4.25.0","@athenna/test":"^4.29.0","@athenna/view":"^4.29.0","@athenna/common":"^4.45.0","@athenna/config":"^4.25.0","@athenna/logger":"^4.26.0","eslint-plugin-n":"^15.7.0","@athenna/artisan":"^4.45.0","@athenna/tsconfig":"^4.18.0","@types/nodemailer":"^6.4.15","@types/smtp-server":"^3.5.10","eslint-plugin-import":"^2.29.1","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.0","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^7.18.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/mail_4.24.0_1724495356111_0.8778935045263967","host":"s3://npm-registry-packages"}},"4.25.0":{"name":"@athenna/mail","version":"4.25.0","keywords":["esm","nodejs","athenna","mail","smtp","pop3","aws-ses","nodemailer"],"author":{"name":"Victor Tesoura Júnior","email":"txsoura@athenna.io"},"license":"MIT","_id":"@athenna/mail@4.25.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Mail#readme","bugs":{"url":"https://github.com/AthennaIO/Mail/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"42857e695a0e0faea8e1c1f2adf87de02c89fffb","tarball":"https://registry.npmjs.org/@athenna/mail/-/mail-4.25.0.tgz","fileCount":37,"integrity":"sha512-mJx2vHh7sYTNlpsEbOMTz1TWA7D8lzPrHFvVO2FLNlP31eXqCuq3V5cMWbwu/T+ii2w/L0dTOuZqmyJ9LoE6Mw==","signatures":[{"sig":"MEUCIDcZGwd3IfNmV5uLkOST33rbqfoz8hKpHOiXPMumoMd6AiEA2peZrIJZphUKOE4MIb9vM2+Sx4TeoDU67Ed1c4ilNO4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":94347},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":["@athenna/artisan/commands/ConfigureCommand"],"templates":{"test":"node_modules/@athenna/core/templates/test.edge","facade":"node_modules/@athenna/core/templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"node_modules/@athenna/core/templates/service.edge","test-fn":"node_modules/@athenna/core/templates/test-fn.edge","provider":"node_modules/@athenna/core/templates/provider.edge","test-cli":"node_modules/@athenna/core/templates/test-cli.edge","exception":"node_modules/@athenna/core/templates/exception.edge","test-rest":"node_modules/@athenna/core/templates/test-rest.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","repository":"node_modules/@athenna/core/templates/repository.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./providers/MailProvider":"./src/providers/MailProvider.js","./providers/SmtpServerProvider":"./src/providers/SmtpServerProvider.js"},"gitHead":"d310df77dc1158a3a089efe77558d1888aaf9836","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,configurer,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Mail.git","type":"git"},"_npmVersion":"10.8.1","description":"The Athenna email handler. Built on top of nodemailer.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"20.16.0","dependencies":{"nodemailer":"^6.9.14","smtp-server":"^3.13.4","nodemailer-markdown":"^1.0.3"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":[],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.0","prettier":"^2.8.8","commitizen":"^4.3.0","lint-staged":"^12.5.0","@athenna/ioc":"^4.27.0","@athenna/test":"^4.30.0","@athenna/view":"^4.33.0","@athenna/common":"^4.46.0","@athenna/config":"^4.27.0","@athenna/logger":"^4.29.0","eslint-plugin-n":"^15.7.0","@athenna/artisan":"^4.45.0","@athenna/tsconfig":"^4.19.0","@types/nodemailer":"^6.4.15","@types/smtp-server":"^3.5.10","eslint-plugin-import":"^2.29.1","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.0","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^7.18.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/mail_4.25.0_1724582931116_0.736190720050208","host":"s3://npm-registry-packages"}},"5.0.0":{"name":"@athenna/mail","version":"5.0.0","keywords":["esm","nodejs","athenna","mail","smtp","pop3","aws-ses","nodemailer"],"author":{"name":"Victor Tesoura Júnior","email":"txsoura@athenna.io"},"license":"MIT","_id":"@athenna/mail@5.0.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Mail#readme","bugs":{"url":"https://github.com/AthennaIO/Mail/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"e61d687a0b5326b1250d89e3ac1e9170a8aa7794","tarball":"https://registry.npmjs.org/@athenna/mail/-/mail-5.0.0.tgz","fileCount":37,"integrity":"sha512-1JK2jj8bK99HgV0LwGq6+y5ISCPtx29NVu+XOlafeW/XavjTh2ruWVoDD61t1tAzAsLdJDVcR3iZt/o0AEdTLQ==","signatures":[{"sig":"MEUCIQDxkYDKtMIOeGTfHUyyfE/fbEYAxDcFsthwE7ZViv9kmwIgCa1//ZtM8hCaa6ifdK3uteFWC+oyDJXsO8yPK02tOm0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":94338},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":["@athenna/artisan/commands/ConfigureCommand"],"templates":{"test":"node_modules/@athenna/core/templates/test.edge","facade":"node_modules/@athenna/core/templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"node_modules/@athenna/core/templates/service.edge","test-fn":"node_modules/@athenna/core/templates/test-fn.edge","provider":"node_modules/@athenna/core/templates/provider.edge","test-cli":"node_modules/@athenna/core/templates/test-cli.edge","exception":"node_modules/@athenna/core/templates/exception.edge","test-rest":"node_modules/@athenna/core/templates/test-rest.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","repository":"node_modules/@athenna/core/templates/repository.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./providers/MailProvider":"./src/providers/MailProvider.js","./providers/SmtpServerProvider":"./src/providers/SmtpServerProvider.js"},"gitHead":"82d4e6985d3f56c068b4f81ffb409e3f39085648","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,configurer,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Mail.git","type":"git"},"_npmVersion":"10.8.1","description":"The Athenna email handler. Built on top of nodemailer.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"20.16.0","dependencies":{"nodemailer":"^6.9.14","smtp-server":"^3.13.4","nodemailer-markdown":"^1.0.3"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":[],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.0","prettier":"^2.8.8","commitizen":"^4.3.0","lint-staged":"^12.5.0","@athenna/ioc":"^5.0.0","@athenna/test":"^5.0.0","@athenna/view":"^5.0.0","@athenna/common":"^5.0.0","@athenna/config":"^5.0.0","@athenna/logger":"^5.0.0","eslint-plugin-n":"^15.7.0","@athenna/artisan":"^5.0.0","@athenna/tsconfig":"^5.0.0","@types/nodemailer":"^6.4.15","@types/smtp-server":"^3.5.10","eslint-plugin-import":"^2.29.1","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.0","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^7.18.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/mail_5.0.0_1724673184160_0.4987176138553604","host":"s3://npm-registry-packages"}},"5.1.0":{"name":"@athenna/mail","version":"5.1.0","keywords":["esm","nodejs","athenna","mail","smtp","pop3","aws-ses","nodemailer"],"author":{"name":"Victor Tesoura Júnior","email":"txsoura@athenna.io"},"license":"MIT","_id":"@athenna/mail@5.1.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Mail#readme","bugs":{"url":"https://github.com/AthennaIO/Mail/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"d1d1ca25c1d8c57606c72b680e48e2bc814c2431","tarball":"https://registry.npmjs.org/@athenna/mail/-/mail-5.1.0.tgz","fileCount":37,"integrity":"sha512-lEYIcXTkzrRm7lYUvDTRp806hbBnZ7XKpC0i81ZkXBgF4uGhdNWGZmgXGc609aTNCY+THxyz0mzpYiI2i7zd/Q==","signatures":[{"sig":"MEUCIQCD/fRMsGVFLhCJdzu2mgL0b315pRc9hmM4XgcKlMALTAIgdauS/vtcZlS1i+LXb11bbiR2Xg6fGYcD+asTK+AYQME=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":94338},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":["@athenna/artisan/commands/ConfigureCommand"],"templates":{"test":"node_modules/@athenna/core/templates/test.edge","facade":"node_modules/@athenna/core/templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"node_modules/@athenna/core/templates/service.edge","test-fn":"node_modules/@athenna/core/templates/test-fn.edge","provider":"node_modules/@athenna/core/templates/provider.edge","test-cli":"node_modules/@athenna/core/templates/test-cli.edge","exception":"node_modules/@athenna/core/templates/exception.edge","test-rest":"node_modules/@athenna/core/templates/test-rest.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","repository":"node_modules/@athenna/core/templates/repository.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./providers/MailProvider":"./src/providers/MailProvider.js","./providers/SmtpServerProvider":"./src/providers/SmtpServerProvider.js"},"gitHead":"c18bdd43a9bf6026e9cde9c56d2b59326f1d3b33","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,configurer,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Mail.git","type":"git"},"_npmVersion":"10.8.1","description":"The Athenna email handler. Built on top of nodemailer.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"20.16.0","dependencies":{"nodemailer":"^6.9.14","smtp-server":"^3.13.4","nodemailer-markdown":"^1.0.3"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":[],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.0","prettier":"^2.8.8","commitizen":"^4.3.0","lint-staged":"^12.5.0","@athenna/ioc":"^5.0.0","@athenna/test":"^5.0.0","@athenna/view":"^5.0.0","@athenna/common":"^5.0.0","@athenna/config":"^5.0.0","@athenna/logger":"^5.0.0","eslint-plugin-n":"^15.7.0","@athenna/artisan":"^5.1.0","@athenna/tsconfig":"^5.0.0","@types/nodemailer":"^6.4.15","@types/smtp-server":"^3.5.10","eslint-plugin-import":"^2.29.1","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.0","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^7.18.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/mail_5.1.0_1724676946136_0.48306521647752176","host":"s3://npm-registry-packages"}},"5.2.0":{"name":"@athenna/mail","version":"5.2.0","keywords":["esm","nodejs","athenna","mail","smtp","pop3","aws-ses","nodemailer"],"author":{"name":"Victor Tesoura Júnior","email":"txsoura@athenna.io"},"license":"MIT","_id":"@athenna/mail@5.2.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Mail#readme","bugs":{"url":"https://github.com/AthennaIO/Mail/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"c736b63d735a5ed554ae1fbbfc6763d17654c131","tarball":"https://registry.npmjs.org/@athenna/mail/-/mail-5.2.0.tgz","fileCount":37,"integrity":"sha512-XRSZzGzDhyFuYyeflxaohvp2bu1dbyLONO7Dtm+fVIJS2kZjm5v6S4kUiGCX/NygQiA7LnzdK4toS0LEelU57g==","signatures":[{"sig":"MEUCIQCbNAANdj7PGcX4KDP7xroiLhMtmlQHwcXtaV5KobNQoAIgdSLYjDypGizGOZmBZVGETSufIKcTnYVj/u6JapfVQeA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":94338},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":["@athenna/artisan/commands/ConfigureCommand"],"templates":{"test":"node_modules/@athenna/core/templates/test.edge","facade":"node_modules/@athenna/core/templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"node_modules/@athenna/core/templates/service.edge","test-fn":"node_modules/@athenna/core/templates/test-fn.edge","provider":"node_modules/@athenna/core/templates/provider.edge","test-cli":"node_modules/@athenna/core/templates/test-cli.edge","exception":"node_modules/@athenna/core/templates/exception.edge","test-rest":"node_modules/@athenna/core/templates/test-rest.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","repository":"node_modules/@athenna/core/templates/repository.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./providers/MailProvider":"./src/providers/MailProvider.js","./providers/SmtpServerProvider":"./src/providers/SmtpServerProvider.js"},"gitHead":"5510176a3e75290e19f90b1122fd4aa6daa601dc","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,configurer,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Mail.git","type":"git"},"_npmVersion":"10.8.2","description":"The Athenna email handler. Built on top of nodemailer.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"20.18.1","dependencies":{"nodemailer":"^6.9.16","smtp-server":"^3.13.6","nodemailer-markdown":"^1.0.3"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":[],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.1","prettier":"^2.8.8","commitizen":"^4.3.1","lint-staged":"^12.5.0","@athenna/ioc":"^5.0.0","@athenna/test":"^5.2.0","@athenna/view":"^5.1.0","@athenna/common":"^5.3.0","@athenna/config":"^5.1.0","@athenna/logger":"^5.1.0","eslint-plugin-n":"^15.7.0","@athenna/artisan":"^5.3.0","@athenna/tsconfig":"^5.0.0","@types/nodemailer":"^6.4.17","@types/smtp-server":"^3.5.10","eslint-plugin-import":"^2.31.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.0","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^7.18.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^7.18.0"},"_npmOperationalInternal":{"tmp":"tmp/mail_5.2.0_1735436859006_0.61873505843163","host":"s3://npm-registry-packages-npm-production"}},"5.3.0":{"name":"@athenna/mail","version":"5.3.0","keywords":["esm","nodejs","athenna","mail","smtp","pop3","aws-ses","nodemailer"],"author":{"name":"Victor Tesoura Júnior","email":"txsoura@athenna.io"},"license":"MIT","_id":"@athenna/mail@5.3.0","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"homepage":"https://github.com/AthennaIO/Mail#readme","bugs":{"url":"https://github.com/AthennaIO/Mail/issues"},"c8":{"all":true,"exclude":[],"include":["src/**/*.ts"],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"dist":{"shasum":"a88c06522d1c83cf5bff589c6c44ef2f00e477db","tarball":"https://registry.npmjs.org/@athenna/mail/-/mail-5.3.0.tgz","fileCount":37,"integrity":"sha512-JL/zTEGu0lQBofhbBmOWEl6gBWRc4azeTawoxBv2v7qPgR6tB77yACh6wE/IAQm1ADUm7mSohwuFUvm7yifHQw==","signatures":[{"sig":"MEUCIQDZkreiGx43433PBlGVFOzvexEb2EIcwRE+La2GKzfGGgIgelLoSlx2iLqDC0hsQzb3Bkc6NlWiyt0pXok079LKNUA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":94636},"main":"./src/index.js","type":"module","husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"types":"./src/index.d.ts","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"athenna":{"commands":["@athenna/artisan/commands/ConfigureCommand"],"templates":{"test":"node_modules/@athenna/core/templates/test.edge","facade":"node_modules/@athenna/core/templates/facade.edge","command":"node_modules/@athenna/artisan/templates/command.edge","service":"node_modules/@athenna/core/templates/service.edge","test-fn":"node_modules/@athenna/core/templates/test-fn.edge","provider":"node_modules/@athenna/core/templates/provider.edge","test-cli":"node_modules/@athenna/core/templates/test-cli.edge","exception":"node_modules/@athenna/core/templates/exception.edge","test-rest":"node_modules/@athenna/core/templates/test-rest.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","repository":"node_modules/@athenna/core/templates/repository.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge"}},"engines":{"node":">=20.0.0"},"exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./providers/MailProvider":"./src/providers/MailProvider.js","./providers/SmtpServerProvider":"./src/providers/SmtpServerProvider.js"},"gitHead":"30c6200cf7255115a59dfa2379714c964abee81d","imports":{"#bin":"./bin/index.js","#src":"./src/index.js","#bin/*":"./bin/*.js","#src/*":"./src/*.js","#tests":"./tests/index.js","#tests/*":"./tests/*.js","#src/debug":"./src/debug/index.js","#src/types":"./src/types/index.js"},"scripts":{"test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,configurer,tests}/**/*.ts\" --fix","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"prettier":{"semi":false,"endOfLine":"lf","overrides":[{"files":"tests/**/*","options":{"printWidth":120}}],"printWidth":80,"arrowParens":"avoid","singleQuote":true,"trailingComma":"none"},"repository":{"url":"git+https://github.com/AthennaIO/Mail.git","type":"git"},"_npmVersion":"10.8.2","description":"The Athenna email handler. Built on top of nodemailer.","directories":{},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"_nodeVersion":"20.18.1","dependencies":{"nodemailer":"^6.10.0","smtp-server":"^3.13.6","nodemailer-markdown":"^1.0.3"},"eslintConfig":{"env":{"node":true,"es2021":true},"rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}],"@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off"},"parser":"@typescript-eslint/parser","extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"globals":{"Env":true,"ioc":true,"Path":true,"Config":true,"container":true},"plugins":["prettier","@typescript-eslint"]},"eslintIgnore":[],"_hasShrinkwrap":false,"devDependencies":{"husky":"^3.1.0","eslint":"^8.57.1","prettier":"^2.8.8","commitizen":"^4.3.1","lint-staged":"^12.5.0","@athenna/ioc":"^5.1.0","@athenna/test":"^5.3.0","@athenna/view":"^5.3.0","@athenna/common":"^5.7.0","@athenna/config":"^5.3.0","@athenna/logger":"^5.3.0","eslint-plugin-n":"^15.7.0","@athenna/artisan":"^5.6.0","@athenna/tsconfig":"^5.0.0","@types/nodemailer":"^6.4.17","@types/smtp-server":"^3.5.10","eslint-plugin-import":"^2.31.0","eslint-plugin-promise":"^6.6.0","eslint-config-prettier":"^8.10.0","eslint-config-standard":"^17.1.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^8.21.0","cz-conventional-changelog":"^3.3.0","@typescript-eslint/eslint-plugin":"^8.21.0"},"_npmOperationalInternal":{"tmp":"tmp/mail_5.3.0_1737647940391_0.9171220837813252","host":"s3://npm-registry-packages-npm-production"}},"5.4.0":{"name":"@athenna/mail","version":"5.4.0","description":"The Athenna email handler. Built on top of nodemailer.","license":"MIT","author":{"name":"Victor Tesoura Júnior","email":"txsoura@athenna.io"},"bugs":{"url":"https://github.com/AthennaIO/Mail/issues"},"repository":{"type":"git","url":"git+https://github.com/AthennaIO/Mail.git"},"homepage":"https://github.com/AthennaIO/Mail#readme","keywords":["esm","nodejs","athenna","mail","smtp","pop3","aws-ses","nodemailer"],"engines":{"node":">=20.0.0"},"scripts":{"build":"node node_modules/@athenna/tsconfig/src/build.js","lint:fix":"eslint \"{bin,src,configurer,tests}/**/*.ts\" --fix","test":"npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:debug":"cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts","test:coverage":"c8 npm run --silent test"},"type":"module","main":"./src/index.js","types":"./src/index.d.ts","exports":{".":"./src/index.js","./types":"./src/types/index.js","./package":"./package.json","./package.json":"./package.json","./providers/MailProvider":"./src/providers/MailProvider.js","./providers/SmtpServerProvider":"./src/providers/SmtpServerProvider.js"},"imports":{"#bin/*":"./bin/*.js","#bin":"./bin/index.js","#src/*":"./src/*.js","#src":"./src/index.js","#src/types":"./src/types/index.js","#src/debug":"./src/debug/index.js","#tests/*":"./tests/*.js","#tests":"./tests/index.js"},"dependencies":{"nodemailer":"^6.10.1","nodemailer-markdown":"^1.0.3","smtp-server":"^3.14.0"},"devDependencies":{"@athenna/artisan":"^5.7.0","@athenna/common":"^5.14.0","@athenna/config":"^5.4.0","@athenna/ioc":"^5.2.0","@athenna/logger":"^5.7.0","@athenna/test":"^5.5.0","@athenna/tsconfig":"^5.0.0","@athenna/view":"^5.4.0","@types/nodemailer":"^6.4.17","@types/smtp-server":"^3.5.11","@typescript-eslint/eslint-plugin":"^8.38.0","@typescript-eslint/parser":"^8.38.0","commitizen":"^4.3.1","cz-conventional-changelog":"^3.3.0","eslint":"^8.57.1","eslint-config-prettier":"^8.10.2","eslint-config-standard":"^17.1.0","eslint-plugin-import":"^2.32.0","eslint-plugin-n":"^15.7.0","eslint-plugin-prettier":"^4.2.5","eslint-plugin-promise":"^6.6.0","husky":"^3.1.0","lint-staged":"^12.5.0","prettier":"^2.8.8"},"c8":{"all":true,"include":["src/**/*.ts"],"exclude":[],"reporter":["text-summary","html"],"report-dir":"./tests/coverage","check-coverage":true},"husky":{"hooks":{"prepare-commit-msg":"lint-staged && exec < /dev/tty && git cz --hook || true"}},"lint-staged":{"*.ts":["eslint --fix","git add"],"*.json":["prettier --write","git add"]},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"prettier":{"singleQuote":true,"trailingComma":"none","arrowParens":"avoid","endOfLine":"lf","semi":false,"printWidth":80,"overrides":[{"files":"tests/**/*","options":{"printWidth":120}}]},"eslintIgnore":[],"eslintConfig":{"env":{"es2021":true,"node":true},"globals":{"ioc":true,"Env":true,"Path":true,"Config":true,"container":true},"plugins":["prettier","@typescript-eslint"],"extends":["standard","eslint:recommended","plugin:prettier/recommended","plugin:@typescript-eslint/recommended","plugin:@typescript-eslint/eslint-recommended"],"parser":"@typescript-eslint/parser","rules":{"camelcase":"off","dot-notation":"off","prettier/prettier":"error","no-useless-constructor":"off","@typescript-eslint/no-explicit-any":"off","@typescript-eslint/no-empty-function":"off","@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","caughtErrorsIgnorePattern":"^_"}]}},"athenna":{"commands":["@athenna/artisan/commands/ConfigureCommand"],"templates":{"exception":"node_modules/@athenna/core/templates/exception.edge","facade":"node_modules/@athenna/core/templates/facade.edge","provider":"node_modules/@athenna/core/templates/provider.edge","repository":"node_modules/@athenna/core/templates/repository.edge","service":"node_modules/@athenna/core/templates/service.edge","test":"node_modules/@athenna/core/templates/test.edge","test-fn":"node_modules/@athenna/core/templates/test-fn.edge","test-cli":"node_modules/@athenna/core/templates/test-cli.edge","test-rest":"node_modules/@athenna/core/templates/test-rest.edge","command":"node_modules/@athenna/artisan/templates/command.edge","controller":"node_modules/@athenna/http/templates/controller.edge","middleware":"node_modules/@athenna/http/templates/middleware.edge","interceptor":"node_modules/@athenna/http/templates/interceptor.edge","terminator":"node_modules/@athenna/http/templates/terminator.edge"}},"_id":"@athenna/mail@5.4.0","gitHead":"245e47828ac00eb001493a8500a4614092034579","_nodeVersion":"20.19.4","_npmVersion":"10.8.2","dist":{"integrity":"sha512-fkVn1m0pPbCkzLHoOut55u/bWv93F237RlZXBIW2YyfDjNiqAFUROXZc6awC42Rj+SM++7QxSdpsvCxZMtygZQ==","shasum":"7d4e97c10b64e4cec5f4033bf97bd1ae1554d0c6","tarball":"https://registry.npmjs.org/@athenna/mail/-/mail-5.4.0.tgz","fileCount":37,"unpackedSize":94637,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCoP+QCKoODlkHMLCHaI2jA3b6T+u3ywA8MYHmza6H2RgIgLZUwyit34noBeeHPYsh9as4/rV+YqqcCmKSc18nvltI="}]},"_npmUser":{"name":"jlenon7","email":"lenonSec7@gmail.com"},"directories":{},"maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/mail_5.4.0_1754076150569_0.17840120170850526"},"_hasShrinkwrap":false}},"time":{"created":"2022-12-26T03:12:12.237Z","modified":"2025-08-01T19:22:30.957Z","1.0.0":"2022-12-26T03:12:12.460Z","1.0.1":"2022-12-26T17:15:26.590Z","1.0.2":"2023-01-05T20:43:05.391Z","1.0.3":"2023-01-07T02:45:41.230Z","3.0.0":"2023-01-10T00:27:10.955Z","3.0.1":"2023-01-10T20:02:59.067Z","3.0.2":"2023-01-13T01:43:21.863Z","3.0.3":"2023-01-16T16:47:29.645Z","3.2.0":"2023-03-25T01:42:33.111Z","3.2.1":"2023-03-25T02:01:32.611Z","3.2.2":"2023-03-29T20:58:56.109Z","3.2.3":"2023-03-29T21:14:10.843Z","3.3.0":"2023-04-07T23:34:10.361Z","3.4.0":"2023-04-18T03:14:49.798Z","4.0.0":"2023-08-08T20:11:37.583Z","4.1.0":"2023-08-09T13:15:34.105Z","4.2.0":"2023-08-09T23:24:59.392Z","4.3.0":"2023-09-07T14:24:56.718Z","4.4.0":"2023-10-15T20:31:28.910Z","4.5.0":"2023-12-09T15:56:35.716Z","4.6.0":"2023-12-09T23:53:01.091Z","4.7.0":"2023-12-20T13:01:27.992Z","4.8.0":"2023-12-26T18:52:18.455Z","4.9.0":"2024-01-06T21:16:30.476Z","4.11.0":"2024-02-09T21:40:39.761Z","4.12.0":"2024-02-10T20:58:50.512Z","4.13.0":"2024-02-24T21:07:22.300Z","4.14.0":"2024-02-25T23:26:51.458Z","4.15.0":"2024-03-04T15:28:15.660Z","4.16.0":"2024-03-07T12:36:21.916Z","4.17.0":"2024-03-28T14:46:22.111Z","4.18.0":"2024-04-29T13:49:09.807Z","4.19.0":"2024-05-17T19:50:00.200Z","4.20.0":"2024-05-18T16:41:47.208Z","4.21.0":"2024-05-18T18:34:48.160Z","4.22.0":"2024-05-19T09:47:07.724Z","4.23.0":"2024-07-28T18:32:35.589Z","4.24.0":"2024-08-24T10:29:16.306Z","4.25.0":"2024-08-25T10:48:51.280Z","5.0.0":"2024-08-26T11:53:04.323Z","5.1.0":"2024-08-26T12:55:46.304Z","5.2.0":"2024-12-29T01:47:39.165Z","5.3.0":"2025-01-23T15:59:00.616Z","5.4.0":"2025-08-01T19:22:30.764Z"},"bugs":{"url":"https://github.com/AthennaIO/Mail/issues"},"author":{"name":"Victor Tesoura Júnior","email":"txsoura@athenna.io"},"license":"MIT","homepage":"https://github.com/AthennaIO/Mail#readme","keywords":["esm","nodejs","athenna","mail","smtp","pop3","aws-ses","nodemailer"],"repository":{"type":"git","url":"git+https://github.com/AthennaIO/Mail.git"},"description":"The Athenna email handler. Built on top of nodemailer.","maintainers":[{"name":"jlenon7","email":"lenonSec7@gmail.com"}],"readme":"# Mail ✉️\n\n> The Athenna email handler. Built on top of nodemailer.\n\n[![GitHub followers](https://img.shields.io/github/followers/athennaio.svg?style=social&label=Follow&maxAge=2592000)](https://github.com/athennaio?tab=followers)\n[![GitHub stars](https://img.shields.io/github/stars/AthennaIO/Mail.svg?style=social&label=Star&maxAge=2592000)](https://github.com/AthennaIO/Mail/stargazers/)\n\n<p>\n    <a href=\"https://www.buymeacoffee.com/athenna\" target=\"_blank\"><img src=\"https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png\" alt=\"Buy Me A Coffee\" style=\"height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;\" ></a>\n</p>\n\n<p>\n  <img alt=\"GitHub language count\" src=\"https://img.shields.io/github/languages/count/AthennaIO/Mail?style=for-the-badge&logo=appveyor\">\n\n  <img alt=\"Repository size\" src=\"https://img.shields.io/github/repo-size/AthennaIO/Mail?style=for-the-badge&logo=appveyor\">\n\n  <img alt=\"License\" src=\"https://img.shields.io/badge/license-MIT-brightgreen?style=for-the-badge&logo=appveyor\">\n\n  <img alt=\"Commitizen\" src=\"https://img.shields.io/badge/commitizen-friendly-brightgreen?style=for-the-badge&logo=appveyor\">\n</p>\n\n<img src=\".github/logo.svg\" width=\"200px\" align=\"right\" hspace=\"30px\" vspace=\"100px\">\n\n## Links\n\n> For project documentation [click here](https://athenna.io). If something is not clear in the documentation please open an issue in the [documentation repository](https://github.com/athennaio/docs)\n\n## Contributing\n\n> If you want to contribute to this project, first read the [CONTRIBUTING.MD](https://github.com/AthennaIO/Mail/blob/develop/CONTRIBUTING.md) file. It will be a pleasure to receive your help.\n\n---\n\n<p align='center'>\n  With 💜 by <a href='https://github.com/AthennaIO'>Athenna community</a>\n</p>\n\n<p align='center'>\n  <a href='https://github.com/AthennaIO/Mail/graphs/contributors'>\n    <img src='https://contrib.rocks/image?repo=AthennaIO/Mail'/>\n  </a>\n</p>\n","readmeFilename":"README.md"}