package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "nodemailer@4.4.1",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  6. ]
  7. ],
  8. "_from": "nodemailer@4.4.1",
  9. "_id": "nodemailer@4.4.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-1bnszJJXatcHJhLpxQ1XMkLDjCjPKvGKMtRQ73FOsoNln3UQjddEQmz6fAwM3aj0GtQ3dQX9qtMHPelz63GU7A==",
  12. "_location": "/nodemailer",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "nodemailer@4.4.1",
  18. "name": "nodemailer",
  19. "escapedName": "nodemailer",
  20. "rawSpec": "4.4.1",
  21. "saveSpec": null,
  22. "fetchSpec": "4.4.1"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-4.4.1.tgz",
  28. "_spec": "4.4.1",
  29. "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
  30. "author": {
  31. "name": "Andris Reinman"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/nodemailer/nodemailer/issues"
  35. },
  36. "description": "Easy as cake e-mail sending from your Node.js applications",
  37. "devDependencies": {
  38. "bunyan": "^1.8.12",
  39. "chai": "^4.1.2",
  40. "eslint-config-nodemailer": "^1.2.0",
  41. "grunt": "^1.0.1",
  42. "grunt-cli": "^1.2.0",
  43. "grunt-eslint": "^20.1.0",
  44. "grunt-mocha-test": "^0.13.3",
  45. "libbase64": "^1.0.1",
  46. "libmime": "^3.1.0",
  47. "libqp": "^1.1.0",
  48. "mocha": "^4.0.1",
  49. "proxy": "^0.2.4",
  50. "proxy-test-server": "^1.0.0",
  51. "sinon": "^4.1.3",
  52. "smtp-server": "^3.4.1"
  53. },
  54. "engines": {
  55. "node": ">=6.0.0"
  56. },
  57. "homepage": "https://nodemailer.com/",
  58. "keywords": [
  59. "Nodemailer"
  60. ],
  61. "license": "MIT",
  62. "main": "lib/nodemailer.js",
  63. "name": "nodemailer",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/nodemailer/nodemailer.git"
  67. },
  68. "scripts": {
  69. "test": "grunt"
  70. },
  71. "version": "4.4.1"
  72. }