package.json 3.1 KB
{
  "_args": [
    [
      {
        "raw": "nodemailer-shared@1.1.0",
        "scope": null,
        "escapedName": "nodemailer-shared",
        "name": "nodemailer-shared",
        "rawSpec": "1.1.0",
        "spec": "1.1.0",
        "type": "version"
      },
      "/Users/fzy/project/koa2_Sequelize_project/node_modules/nodemailer-smtp-transport"
    ]
  ],
  "_from": "nodemailer-shared@1.1.0",
  "_id": "nodemailer-shared@1.1.0",
  "_inCache": true,
  "_location": "/nodemailer-shared",
  "_nodeVersion": "6.5.0",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/nodemailer-shared-1.1.0.tgz_1473077999789_0.5456023884471506"
  },
  "_npmUser": {
    "name": "andris",
    "email": "andris@kreata.ee"
  },
  "_npmVersion": "3.10.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "nodemailer-shared@1.1.0",
    "scope": null,
    "escapedName": "nodemailer-shared",
    "name": "nodemailer-shared",
    "rawSpec": "1.1.0",
    "spec": "1.1.0",
    "type": "version"
  },
  "_requiredBy": [
    "/nodemailer-smtp-transport",
    "/smtp-connection"
  ],
  "_resolved": "https://registry.npmjs.org/nodemailer-shared/-/nodemailer-shared-1.1.0.tgz",
  "_shasum": "cf5994e2fd268d00f5cf0fa767a08169edb07ec0",
  "_shrinkwrap": null,
  "_spec": "nodemailer-shared@1.1.0",
  "_where": "/Users/fzy/project/koa2_Sequelize_project/node_modules/nodemailer-smtp-transport",
  "author": {
    "name": "Andris Reinman"
  },
  "bugs": {
    "url": "https://github.com/nodemailer/nodemailer-shared/issues"
  },
  "dependencies": {
    "nodemailer-fetch": "1.6.0"
  },
  "description": "Shared methods for the nodemailer stack",
  "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"
  },
  "directories": {
    "test": "test"
  },
  "dist": {
    "shasum": "cf5994e2fd268d00f5cf0fa767a08169edb07ec0",
    "tarball": "https://registry.npmjs.org/nodemailer-shared/-/nodemailer-shared-1.1.0.tgz"
  },
  "gitHead": "b784fed89fee789766a32fcdc74192bc5373565c",
  "homepage": "https://github.com/nodemailer/nodemailer-shared#readme",
  "keywords": [
    "nodemailer"
  ],
  "license": "MIT",
  "main": "lib/shared.js",
  "maintainers": [
    {
      "name": "andris",
      "email": "andris@kreata.ee"
    }
  ],
  "name": "nodemailer-shared",
  "optionalDependencies": {},
  "readme": "# nodemailer-shared\n\nShared methods for the [Nodemailer](https://github.com/nodemailer/nodemailer) stack.\n\n## Methods\n\n  * `parseConnectionUrl(str)` parses a connection url into a nodemailer configuration object\n  * `getLogger(options)` returns a bunyan compatible logger instance\n  * `callbackPromise(resolve, reject)` returns a promise-resolving function suitable for using as a callback\n  * `resolveContent(data, key, callback)` converts a key of a data object from stream/url/path to a buffer\n\n## License\n\n**MIT**\n",
  "readmeFilename": "README.md",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nodemailer/nodemailer-shared.git"
  },
  "scripts": {
    "test": "grunt mochaTest"
  },
  "version": "1.1.0"
}