package.json 1.8 KB

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