package.json 2.9 KB
{
  "_args": [
    [
      {
        "raw": "nodemailer-smtp-transport",
        "scope": null,
        "escapedName": "nodemailer-smtp-transport",
        "name": "nodemailer-smtp-transport",
        "rawSpec": "",
        "spec": "latest",
        "type": "tag"
      },
      "/Users/fzy/project/koa2_Sequelize_project"
    ]
  ],
  "_from": "nodemailer-smtp-transport@latest",
  "_id": "nodemailer-smtp-transport@2.7.4",
  "_inCache": true,
  "_location": "/nodemailer-smtp-transport",
  "_nodeVersion": "6.10.0",
  "_npmOperationalInternal": {
    "host": "packages-18-east.internal.npmjs.com",
    "tmp": "tmp/nodemailer-smtp-transport-2.7.4.tgz_1491561468821_0.48228672542609274"
  },
  "_npmUser": {
    "name": "andris",
    "email": "andris@kreata.ee"
  },
  "_npmVersion": "3.10.10",
  "_phantomChildren": {},
  "_requested": {
    "raw": "nodemailer-smtp-transport",
    "scope": null,
    "escapedName": "nodemailer-smtp-transport",
    "name": "nodemailer-smtp-transport",
    "rawSpec": "",
    "spec": "latest",
    "type": "tag"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/nodemailer-smtp-transport/-/nodemailer-smtp-transport-2.7.4.tgz",
  "_shasum": "0d89af019a144a480fd8ecc99997d9f838f13685",
  "_shrinkwrap": null,
  "_spec": "nodemailer-smtp-transport",
  "_where": "/Users/fzy/project/koa2_Sequelize_project",
  "author": {
    "name": "Andris Reinman"
  },
  "bugs": {
    "url": "https://github.com/andris9/nodemailer-smtp-transport/issues"
  },
  "dependencies": {
    "nodemailer-shared": "1.1.0",
    "nodemailer-wellknown": "0.1.10",
    "smtp-connection": "2.12.0"
  },
  "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"
  },
  "directories": {},
  "dist": {
    "shasum": "0d89af019a144a480fd8ecc99997d9f838f13685",
    "tarball": "https://registry.npmjs.org/nodemailer-smtp-transport/-/nodemailer-smtp-transport-2.7.4.tgz"
  },
  "gitHead": "d854aa0e4e7b22cd921ae3e4e04ab7b6e02761e6",
  "homepage": "http://github.com/andris9/nodemailer-smtp-transport",
  "keywords": [
    "SMTP",
    "Nodemailer"
  ],
  "license": "MIT",
  "main": "lib/smtp-transport.js",
  "maintainers": [
    {
      "name": "andris",
      "email": "andris@node.ee"
    }
  ],
  "name": "nodemailer-smtp-transport",
  "optionalDependencies": {},
  "readme": "# nodemailer-smtp-transport\n\n![Nodemailer](https://raw.githubusercontent.com/nodemailer/nodemailer/master/assets/nm_logo_200x136.png)\n\nSMTP module with for Nodemailer.\n\nSee [Nodemailer homepage](https://nodemailer.com/smtp/) for documentation and terms of using SMTP.\n",
  "readmeFilename": "README.md",
  "repository": {
    "type": "git",
    "url": "git://github.com/andris9/nodemailer-smtp-transport.git"
  },
  "scripts": {
    "test": "grunt mochaTest"
  },
  "version": "2.7.4"
}