package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "libqp@^1.1.0",
  5. "D:\\work\\im\\node_modules\\buildmail"
  6. ]
  7. ],
  8. "_from": "libqp@>=1.1.0 <2.0.0",
  9. "_id": "libqp@1.1.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/libqp",
  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": "libqp",
  22. "raw": "libqp@^1.1.0",
  23. "rawSpec": "^1.1.0",
  24. "scope": null,
  25. "spec": ">=1.1.0 <2.0.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/buildmail",
  30. "/libmime"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/libqp/-/libqp-1.1.0.tgz",
  33. "_shasum": "f5e6e06ad74b794fb5b5b66988bf728ef1dedbe8",
  34. "_shrinkwrap": null,
  35. "_spec": "libqp@^1.1.0",
  36. "_where": "D:\\work\\im\\node_modules\\buildmail",
  37. "author": {
  38. "name": "Andris Reinman"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/andris9/libqp/issues"
  42. },
  43. "dependencies": {},
  44. "description": "Encode and decode quoted-printable strings according to rfc2045",
  45. "devDependencies": {
  46. "chai": "~3.3.0",
  47. "grunt": "~0.4.5",
  48. "grunt-contrib-jshint": "~0.11.3",
  49. "grunt-mocha-test": "~0.12.7",
  50. "mocha": "^2.3.3"
  51. },
  52. "directories": {},
  53. "dist": {
  54. "shasum": "f5e6e06ad74b794fb5b5b66988bf728ef1dedbe8",
  55. "tarball": "https://registry.npmjs.org/libqp/-/libqp-1.1.0.tgz"
  56. },
  57. "gitHead": "af43f886d2fdf871f94dd8db7eaea1e7f881ea4f",
  58. "homepage": "https://github.com/andris9/libqp",
  59. "keywords": [
  60. "quoted-printable",
  61. "mime"
  62. ],
  63. "license": "MIT",
  64. "main": "lib/libqp.js",
  65. "maintainers": [
  66. {
  67. "email": "andris@node.ee",
  68. "name": "andris"
  69. }
  70. ],
  71. "name": "libqp",
  72. "optionalDependencies": {},
  73. "readme": "ERROR: No README data found!",
  74. "repository": {
  75. "type": "git",
  76. "url": "git://github.com/andris9/libqp.git"
  77. },
  78. "scripts": {
  79. "test": "grunt"
  80. },
  81. "version": "1.1.0"
  82. }