123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- {
- "_args": [
- [
- "buildmail@^1.2.4",
- "D:\\work\\im\\node_modules\\nodemailer"
- ]
- ],
- "_from": "buildmail@>=1.2.4 <2.0.0",
- "_id": "buildmail@1.3.0",
- "_inCache": true,
- "_installable": true,
- "_location": "/buildmail",
- "_nodeVersion": "4.1.0",
- "_npmUser": {
- "email": "andris@kreata.ee",
- "name": "andris"
- },
- "_npmVersion": "2.14.3",
- "_phantomChildren": {},
- "_requested": {
- "name": "buildmail",
- "raw": "buildmail@^1.2.4",
- "rawSpec": "^1.2.4",
- "scope": null,
- "spec": ">=1.2.4 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/nodemailer"
- ],
- "_resolved": "https://registry.npmjs.org/buildmail/-/buildmail-1.3.0.tgz",
- "_shasum": "f5e4b75026147d5ebe1a24dc61312a3cff4df725",
- "_shrinkwrap": null,
- "_spec": "buildmail@^1.2.4",
- "_where": "D:\\work\\im\\node_modules\\nodemailer",
- "author": {
- "email": "andris@kreata.ee",
- "name": "Andris Reinman"
- },
- "bugs": {
- "url": "https://github.com/andris9/buildmail/issues"
- },
- "dependencies": {
- "addressparser": "^0.3.2",
- "hyperquest": "^1.2.0",
- "libbase64": "^0.1.0",
- "libmime": "^1.2.0",
- "libqp": "^1.1.0"
- },
- "description": "buildmail is a low level rfc2822 message composer. Define your own mime tree, no magic included.",
- "devDependencies": {
- "chai": "~3.3.0",
- "grunt": "~0.4.5",
- "grunt-contrib-jshint": "~0.11.3",
- "grunt-mocha-test": "~0.12.7",
- "mocha": "^2.3.3",
- "sinon": "^1.17.1"
- },
- "directories": {},
- "dist": {
- "shasum": "f5e4b75026147d5ebe1a24dc61312a3cff4df725",
- "tarball": "https://registry.npmjs.org/buildmail/-/buildmail-1.3.0.tgz"
- },
- "gitHead": "e38d2d0bdc4d5957e126f90953c0955867a51ce3",
- "homepage": "https://github.com/andris9/buildmail#readme",
- "keywords": [
- "RFC2822",
- "mime"
- ],
- "license": "MIT",
- "main": "src/buildmail",
- "maintainers": [
- {
- "email": "andris@node.ee",
- "name": "andris"
- }
- ],
- "name": "buildmail",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/andris9/buildmail.git"
- },
- "scripts": {
- "test": "grunt"
- },
- "version": "1.3.0"
- }
|