package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "md5@~1.0.1",
  5. "D:\\work\\im"
  6. ]
  7. ],
  8. "_defaultsLoaded": true,
  9. "_engineSupported": true,
  10. "_from": "md5@>=1.0.1 <1.1.0",
  11. "_id": "md5@1.0.1",
  12. "_inCache": true,
  13. "_installable": true,
  14. "_location": "/md5",
  15. "_nodeVersion": "v0.6.16",
  16. "_npmUser": {
  17. "email": "coolaj86@gmail.com",
  18. "name": "coolaj86"
  19. },
  20. "_npmVersion": "1.1.19",
  21. "_phantomChildren": {},
  22. "_requested": {
  23. "name": "md5",
  24. "raw": "md5@~1.0.1",
  25. "rawSpec": "~1.0.1",
  26. "scope": null,
  27. "spec": ">=1.0.1 <1.1.0",
  28. "type": "range"
  29. },
  30. "_requiredBy": [
  31. "/"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/md5/-/md5-1.0.1.tgz",
  34. "_shasum": "645802c673b8d3309a521abf37692a048eb97b4a",
  35. "_shrinkwrap": null,
  36. "_spec": "md5@~1.0.1",
  37. "_where": "D:\\work\\im",
  38. "author": {
  39. "name": "Yoshinori Kohyama",
  40. "url": "http://jp.linkedin.com/pub/yoshinori-kohyama/36/155/9b8"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/coolaj86/jsMD5/issues"
  44. },
  45. "dependencies": {},
  46. "description": "Kohyama's jsMD5. See http://jsperf.com/md5-shootout. I'll replace this on npm with anything else.",
  47. "devDependencies": {},
  48. "directories": {},
  49. "dist": {
  50. "shasum": "645802c673b8d3309a521abf37692a048eb97b4a",
  51. "tarball": "https://registry.npmjs.org/md5/-/md5-1.0.1.tgz"
  52. },
  53. "engines": {
  54. "node": "*"
  55. },
  56. "homepage": "https://github.com/coolaj86/jsMD5",
  57. "keywords": [
  58. "ender",
  59. "md5",
  60. "browser"
  61. ],
  62. "main": "index.js",
  63. "maintainers": [
  64. {
  65. "email": "coolaj86@gmail.com",
  66. "name": "coolaj86"
  67. }
  68. ],
  69. "name": "md5",
  70. "optionalDependencies": {},
  71. "readme": "ERROR: No README data found!",
  72. "repository": {
  73. "type": "git",
  74. "url": "git://github.com/coolaj86/jsMD5.git"
  75. },
  76. "version": "1.0.1"
  77. }