{ "_args": [ [ { "raw": "emailjs@^3.0.0", "scope": null, "escapedName": "emailjs", "name": "emailjs", "rawSpec": "^3.0.0", "spec": ">=3.0.0 <4.0.0", "type": "range" }, "/root/rushmail" ] ], "_from": "emailjs@>=3.0.0 <4.0.0", "_hasShrinkwrap": false, "_id": "emailjs@3.2.0", "_inCache": true, "_location": "/emailjs", "_nodeVersion": "14.4.0", "_npmOperationalInternal": { "host": "s3://npm-registry-packages", "tmp": "tmp/emailjs_3.2.0_1592607046527_0.11919357691194254" }, "_npmUser": { "name": "eleith", "email": "online-npm@eleith.com" }, "_npmVersion": "6.14.5", "_phantomChildren": {}, "_requested": { "raw": "emailjs@^3.0.0", "scope": null, "escapedName": "emailjs", "name": "emailjs", "rawSpec": "^3.0.0", "spec": ">=3.0.0 <4.0.0", "type": "range" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/emailjs/-/emailjs-3.2.0.tgz", "_shasum": "4e8720b87beb759dca1050a2cf97d420aa57d51a", "_shrinkwrap": null, "_spec": "emailjs@^3.0.0", "_where": "/root/rushmail", "author": { "name": "eleith" }, "bugs": { "url": "https://github.com/eleith/emailjs/issues" }, "contributors": [ { "name": "izuzak" }, { "name": "Hiverness" }, { "name": "mscdex" }, { "name": "jimmybergman" }, { "name": "zackschuster" } ], "dependencies": {}, "description": "send text/html emails and attachments (files, streams and strings) from node.js to any smtp server", "devDependencies": { "@ledge/configs": "23.0.0", "@rollup/plugin-commonjs": "13.0.0", "@rollup/plugin-node-resolve": "8.0.1", "@rollup/plugin-typescript": "4.1.2", "@types/mailparser": "2.7.3", "@types/smtp-server": "3.5.4", "@typescript-eslint/eslint-plugin": "3.3.0", "@typescript-eslint/parser": "3.3.0", "ava": "3.9.0", "eslint": "7.2.0", "eslint-config-prettier": "6.11.0", "eslint-plugin-prettier": "3.1.4", "mailparser": "2.7.7", "prettier": "2.0.5", "rollup": "2.17.0", "smtp-server": "3.6.0", "ts-node": "8.10.2", "tslib": "2.0.0", "typescript": "3.9.5" }, "directories": {}, "dist": { "integrity": "sha512-eZMcUgkhNkHlr9J8ifhNyvuMEoSlpZzZj10kgCaa3b2DQo9GKkYYoQ4dB0iOQ6WERrT7VKW7XOTEbt7ZbTtyyQ==", "shasum": "4e8720b87beb759dca1050a2cf97d420aa57d51a", "tarball": "https://registry.npmjs.org/emailjs/-/emailjs-3.2.0.tgz", "fileCount": 17, "unpackedSize": 330819, "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe7UFHCRA9TVsSAnZWagAAx6AP/A5ijVQ7URHybIK2SDXj\nffAD3oO+Mc0LaEPyaNzdKL2JQyz+NGeKaHS4vB4wOJYfcJgBpWpWCafS2+aJ\nnmX54wB6LGwfQ1KyJDLQnxxjH0FFNdOnrQaWnquPS6ZoCh0eJr2+Ccw/KZe0\nf7AZ/MfXoGcbIR9mxwalQDHnXGChre9+EOvTE3kHU0aPpjy6u7rheRHV4fjd\n9yQdDojJVlqkAnz6GQ1BsVtzZ3+nYGzk5jRRize515tC3q8WrPuyOwDPmAkz\n/u0nAgYcgd9unDUX8ZV4WJEmkwChvnnGnhYp+3aaYs9JasP9jecF27RSE/th\nDsAnWL2X3sjuZpnguap38xZPt43B/U0uHpvQgG6lNRkFU4xfy851smFaWOu9\nhJpJXGuxv5IR65ea7F10snlFOBefLBKmmeVnAM7qfMwHDN0yRINEX6GPL36z\nG1Nn7/v4KdNqSiaJkpQ8QAbX6ti+LOfPsmIHga+kzSFfDdtZoIBNvq8O5goF\nCbQjYNQH7vaV/+j9yfa76RCJ2jlh4cOGYhqpKMvsAnr6li4hKraoCDRkbiM0\nkyuvZxq7KOiCDDC5nNZfki1j/vqrboR0FEgE9zL25x0qv3cXuuVXqy1pGhwY\nrW7sZlZ5Jp2yRyhbJgaWhfBkPvu6PlD8n4U2oeMWbJZg1K+5kvLaF+JPxAuJ\nd9FB\r\n=NEIe\r\n-----END PGP SIGNATURE-----\r\n" }, "engine": [ "node >= 10" ], "exports": { "import": "./rollup/email.mjs", "require": "./rollup/email.cjs" }, "gitHead": "b9fc681aa09cd171c52b273e41f20c30c0bd89b8", "homepage": "https://github.com/eleith/emailjs#readme", "license": "MIT", "main": "./rollup/email.cjs", "maintainers": [ { "name": "eleith", "email": "work@eleith.com" } ], "name": "emailjs", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+ssh://git@github.com/eleith/emailjs.git" }, "scripts": { "build": "rollup -c rollup.config.ts", "lint": "eslint *.ts \"+(smtp|test)/*.ts\"", "test": "ava --serial", "test-cjs": "npm run build && npm run test -- --node-arguments='--title=cjs'", "tsc": "tsc" }, "type": "module", "types": "./email.ts", "version": "3.2.0" }