a zip code crypto-currency system good for red ONLY

package.json 1.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "md5.js@^1.3.4",
  3. "_id": "md5.js@1.3.4",
  4. "_inBundle": false,
  5. "_integrity": "sha1-6b296UogpawYsENA/Fdk1bCdkB0=",
  6. "_location": "/md5.js",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "md5.js@^1.3.4",
  12. "name": "md5.js",
  13. "escapedName": "md5.js",
  14. "rawSpec": "^1.3.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.3.4"
  17. },
  18. "_requiredBy": [
  19. "/create-hash",
  20. "/evp_bytestokey"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.4.tgz",
  23. "_shasum": "e9bdbde94a20a5ac18b04340fc5764d5b09d901d",
  24. "_spec": "md5.js@^1.3.4",
  25. "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed/node_modules/create-hash",
  26. "author": {
  27. "name": "Kirill Fomichev",
  28. "email": "fanatid@ya.ru",
  29. "url": "https://github.com/fanatid"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/crypto-browserify/md5.js/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "hash-base": "^3.0.0",
  37. "inherits": "^2.0.1"
  38. },
  39. "deprecated": false,
  40. "description": "node style md5 on pure JavaScript",
  41. "devDependencies": {
  42. "hash-test-vectors": "^1.3.2",
  43. "standard": "^7.0.0",
  44. "tape": "^4.2.0"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/crypto-browserify/md5.js",
  50. "keywords": [
  51. "crypto",
  52. "md5"
  53. ],
  54. "license": "MIT",
  55. "main": "index.js",
  56. "name": "md5.js",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/crypto-browserify/md5.js.git"
  60. },
  61. "scripts": {
  62. "lint": "standard",
  63. "test": "npm run lint && npm run unit",
  64. "unit": "node test/*.js"
  65. },
  66. "version": "1.3.4"
  67. }