65 lines
1.7 KiB
JSON
65 lines
1.7 KiB
JSON
{
|
|
"_from": "nodemailer-smtp-pool@2.8.2",
|
|
"_id": "nodemailer-smtp-pool@2.8.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-LrlNbPhXgLG0clzoU7nL1ejajHI=",
|
|
"_location": "/nodemailer-smtp-pool",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "nodemailer-smtp-pool@2.8.2",
|
|
"name": "nodemailer-smtp-pool",
|
|
"escapedName": "nodemailer-smtp-pool",
|
|
"rawSpec": "2.8.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.8.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/nodemailer"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/nodemailer-smtp-pool/-/nodemailer-smtp-pool-2.8.2.tgz",
|
|
"_shasum": "2eb94d6cf85780b1b4725ce853b9cbd5e8da8c72",
|
|
"_spec": "nodemailer-smtp-pool@2.8.2",
|
|
"_where": "/root/crfi-pool-b/node_modules/nodemailer",
|
|
"author": {
|
|
"name": "Andris Reinman"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/andris9/nodemailer-smtp-pool/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"nodemailer-shared": "1.1.0",
|
|
"nodemailer-wellknown": "0.1.10",
|
|
"smtp-connection": "2.12.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "SMTP transport for Nodemailer",
|
|
"devDependencies": {
|
|
"chai": "^3.5.0",
|
|
"grunt": "^1.0.1",
|
|
"grunt-cli": "^1.2.0",
|
|
"grunt-eslint": "^19.0.0",
|
|
"grunt-mocha-test": "^0.12.7",
|
|
"mocha": "^3.0.2",
|
|
"smtp-server": "^1.14.2"
|
|
},
|
|
"homepage": "http://github.com/andris9/nodemailer-smtp-pool",
|
|
"keywords": [
|
|
"SMTP",
|
|
"Nodemailer"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/smtp-pool.js",
|
|
"name": "nodemailer-smtp-pool",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/andris9/nodemailer-smtp-pool.git"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt mochaTest"
|
|
},
|
|
"version": "2.8.2"
|
|
}
|