package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_args": [
  3. [
  4. "buildmail@^1.2.4",
  5. "D:\\work\\im\\node_modules\\nodemailer"
  6. ]
  7. ],
  8. "_from": "buildmail@>=1.2.4 <2.0.0",
  9. "_id": "buildmail@1.3.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/buildmail",
  13. "_nodeVersion": "4.1.0",
  14. "_npmUser": {
  15. "email": "andris@kreata.ee",
  16. "name": "andris"
  17. },
  18. "_npmVersion": "2.14.3",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "buildmail",
  22. "raw": "buildmail@^1.2.4",
  23. "rawSpec": "^1.2.4",
  24. "scope": null,
  25. "spec": ">=1.2.4 <2.0.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/nodemailer"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/buildmail/-/buildmail-1.3.0.tgz",
  32. "_shasum": "f5e4b75026147d5ebe1a24dc61312a3cff4df725",
  33. "_shrinkwrap": null,
  34. "_spec": "buildmail@^1.2.4",
  35. "_where": "D:\\work\\im\\node_modules\\nodemailer",
  36. "author": {
  37. "email": "andris@kreata.ee",
  38. "name": "Andris Reinman"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/andris9/buildmail/issues"
  42. },
  43. "dependencies": {
  44. "addressparser": "^0.3.2",
  45. "hyperquest": "^1.2.0",
  46. "libbase64": "^0.1.0",
  47. "libmime": "^1.2.0",
  48. "libqp": "^1.1.0"
  49. },
  50. "description": "buildmail is a low level rfc2822 message composer. Define your own mime tree, no magic included.",
  51. "devDependencies": {
  52. "chai": "~3.3.0",
  53. "grunt": "~0.4.5",
  54. "grunt-contrib-jshint": "~0.11.3",
  55. "grunt-mocha-test": "~0.12.7",
  56. "mocha": "^2.3.3",
  57. "sinon": "^1.17.1"
  58. },
  59. "directories": {},
  60. "dist": {
  61. "shasum": "f5e4b75026147d5ebe1a24dc61312a3cff4df725",
  62. "tarball": "https://registry.npmjs.org/buildmail/-/buildmail-1.3.0.tgz"
  63. },
  64. "gitHead": "e38d2d0bdc4d5957e126f90953c0955867a51ce3",
  65. "homepage": "https://github.com/andris9/buildmail#readme",
  66. "keywords": [
  67. "RFC2822",
  68. "mime"
  69. ],
  70. "license": "MIT",
  71. "main": "src/buildmail",
  72. "maintainers": [
  73. {
  74. "email": "andris@node.ee",
  75. "name": "andris"
  76. }
  77. ],
  78. "name": "buildmail",
  79. "optionalDependencies": {},
  80. "readme": "ERROR: No README data found!",
  81. "repository": {
  82. "type": "git",
  83. "url": "git://github.com/andris9/buildmail.git"
  84. },
  85. "scripts": {
  86. "test": "grunt"
  87. },
  88. "version": "1.3.0"
  89. }