package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "addressparser@^0.3.2",
  5. "D:\\work\\im\\node_modules\\buildmail"
  6. ]
  7. ],
  8. "_from": "addressparser@>=0.3.2 <0.4.0",
  9. "_id": "addressparser@0.3.2",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/addressparser",
  13. "_npmUser": {
  14. "email": "andris@node.ee",
  15. "name": "andris"
  16. },
  17. "_npmVersion": "1.4.3",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "addressparser",
  21. "raw": "addressparser@^0.3.2",
  22. "rawSpec": "^0.3.2",
  23. "scope": null,
  24. "spec": ">=0.3.2 <0.4.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/buildmail"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/addressparser/-/addressparser-0.3.2.tgz",
  31. "_shasum": "59873f35e8fcf6c7361c10239261d76e15348bb2",
  32. "_shrinkwrap": null,
  33. "_spec": "addressparser@^0.3.2",
  34. "_where": "D:\\work\\im\\node_modules\\buildmail",
  35. "author": {
  36. "name": "Andris Reinman"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/andris9/addressparser/issues"
  40. },
  41. "dependencies": {},
  42. "description": "Parse e-mail addresses",
  43. "devDependencies": {
  44. "chai": "^1.10.0",
  45. "grunt": "^0.4.5",
  46. "grunt-contrib-jshint": "^0.10.0",
  47. "grunt-mocha-test": "^0.12.4",
  48. "mocha": "^2.1.0"
  49. },
  50. "directories": {},
  51. "dist": {
  52. "shasum": "59873f35e8fcf6c7361c10239261d76e15348bb2",
  53. "tarball": "https://registry.npmjs.org/addressparser/-/addressparser-0.3.2.tgz"
  54. },
  55. "homepage": "https://github.com/andris9/addressparser",
  56. "license": "MIT",
  57. "main": "src/addressparser.js",
  58. "maintainers": [
  59. {
  60. "email": "andris@node.ee",
  61. "name": "andris"
  62. }
  63. ],
  64. "name": "addressparser",
  65. "optionalDependencies": {},
  66. "readme": "ERROR: No README data found!",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/andris9/addressparser.git"
  70. },
  71. "scripts": {
  72. "test": "grunt"
  73. },
  74. "version": "0.3.2"
  75. }