{
  "_args": [
    [
      "sendmail@1.6.1",
      "/var/www/html/strapi_cloud"
    ]
  ],
  "_from": "sendmail@1.6.1",
  "_id": "sendmail@1.6.1",
  "_inBundle": false,
  "_integrity": "sha512-lIhvnjSi5e5jL8wA1GPP6j2QVlx6JOEfmdn0QIfmuJdmXYGmJ375kcOU0NSm/34J+nypm4sa1AXrYE5w3uNIIA==",
  "_location": "/sendmail",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "sendmail@1.6.1",
    "name": "sendmail",
    "escapedName": "sendmail",
    "rawSpec": "1.6.1",
    "saveSpec": null,
    "fetchSpec": "1.6.1"
  },
  "_requiredBy": [
    "/strapi-provider-email-sendmail"
  ],
  "_resolved": "https://registry.npmjs.org/sendmail/-/sendmail-1.6.1.tgz",
  "_spec": "1.6.1",
  "_where": "/var/www/html/strapi_cloud",
  "author": {
    "name": "Gui Lin",
    "email": "guileen@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/guileen/node-sendmail/issues"
  },
  "contributors": [
    {
      "name": "Gui Lin",
      "email": "guileen@gmail.com"
    },
    {
      "name": "Green Pioneer",
      "email": "info@greenpioneersolutions.com"
    }
  ],
  "dependencies": {
    "dkim-signer": "0.2.2",
    "mailcomposer": "3.12.0"
  },
  "description": "Sendmail without setting up SMTP server",
  "devDependencies": {
    "ical-toolkit": "^1.0.9",
    "standard": "latest"
  },
  "engines": {
    "node": ">=6.0.0"
  },
  "homepage": "https://github.com/guileen/node-sendmail",
  "keywords": [
    "email sender",
    "send mail",
    "sendmail",
    "node sendmail",
    "no smtp",
    "without server",
    "without smtp server",
    "dev mode",
    "dkim sign mail"
  ],
  "license": "MIT",
  "main": "./sendmail",
  "name": "sendmail",
  "repository": {
    "type": "git",
    "url": "git://github.com/guileen/node-sendmail.git"
  },
  "scripts": {
    "lint": "standard",
    "lint:fix": "standard --fix",
    "test": "npm run lint"
  },
  "version": "1.6.1"
}
