123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- {
- "_args": [
- [
- "nodemailer@~1.3.0",
- "D:\\work\\im"
- ]
- ],
- "_from": "nodemailer@>=1.3.0 <1.4.0",
- "_id": "nodemailer@1.3.4",
- "_inCache": true,
- "_installable": true,
- "_location": "/nodemailer",
- "_nodeVersion": "0.12.0",
- "_npmUser": {
- "email": "andris@node.ee",
- "name": "andris"
- },
- "_npmVersion": "2.5.1",
- "_phantomChildren": {},
- "_requested": {
- "name": "nodemailer",
- "raw": "nodemailer@~1.3.0",
- "rawSpec": "~1.3.0",
- "scope": null,
- "spec": ">=1.3.0 <1.4.0",
- "type": "range"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-1.3.4.tgz",
- "_shasum": "9e5ca29ddc9fd78584e5ed46ddc486385be43ae3",
- "_shrinkwrap": null,
- "_spec": "nodemailer@~1.3.0",
- "_where": "D:\\work\\im",
- "author": {
- "name": "Andris Reinman"
- },
- "bugs": {
- "url": "https://github.com/andris9/Nodemailer/issues"
- },
- "dependencies": {
- "buildmail": "^1.2.4",
- "hyperquest": "^1.2.0",
- "libmime": "^1.0.0",
- "nodemailer-direct-transport": "^1.0.2",
- "nodemailer-smtp-transport": "^1.0.2"
- },
- "description": "Easy as cake e-mail sending from your Node.js applications",
- "devDependencies": {
- "chai": "^2.2.0",
- "grunt": "^0.4.5",
- "grunt-contrib-jshint": "^0.11.1",
- "grunt-mocha-test": "^0.12.7",
- "nodemailer-dkim": "^1.0.2",
- "nodemailer-markdown": "^1.0.0",
- "nodemailer-stub-transport": "^1.0.0",
- "sinon": "^1.14.1",
- "smtp-server": "^1.2.0"
- },
- "directories": {},
- "dist": {
- "shasum": "9e5ca29ddc9fd78584e5ed46ddc486385be43ae3",
- "tarball": "https://registry.npmjs.org/nodemailer/-/nodemailer-1.3.4.tgz"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "gitHead": "d2dc02494570f8fbd5fad9e009afbcb317189297",
- "homepage": "http://www.nodemailer.com",
- "keywords": [
- "e-mail",
- "mime",
- "email",
- "mail",
- "sendmail",
- "ses",
- "smtp"
- ],
- "license": "MIT",
- "main": "src/nodemailer.js",
- "maintainers": [
- {
- "email": "andris@node.ee",
- "name": "andris"
- }
- ],
- "name": "nodemailer",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/andris9/Nodemailer.git"
- },
- "scripts": {
- "test": "grunt"
- },
- "version": "1.3.4"
- }
|