a zip code crypto-currency system good for red ONLY

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "hash.js@^1.0.0",
  3. "_id": "hash.js@1.1.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-eWI5HG9Np+eHV1KQhisXWwM+4EPPYe5dFX1UZZH7k/E3JzDEazVH+VGlZi6R94ZqImq+A3D1mCEtrFIfg/E7sA==",
  6. "_location": "/hash.js",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "hash.js@^1.0.0",
  12. "name": "hash.js",
  13. "escapedName": "hash.js",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/elliptic",
  20. "/hmac-drbg"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.5.tgz",
  23. "_shasum": "e38ab4b85dfb1e0c40fe9265c0e9b54854c23812",
  24. "_spec": "hash.js@^1.0.0",
  25. "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed/node_modules/elliptic",
  26. "author": {
  27. "name": "Fedor Indutny",
  28. "email": "fedor@indutny.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/indutny/hash.js/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "inherits": "^2.0.3",
  36. "minimalistic-assert": "^1.0.1"
  37. },
  38. "deprecated": false,
  39. "description": "Various hash functions that could be run by both browser and node",
  40. "devDependencies": {
  41. "eslint": "^4.19.1",
  42. "mocha": "^5.2.0"
  43. },
  44. "homepage": "https://github.com/indutny/hash.js",
  45. "keywords": [
  46. "hash",
  47. "sha256",
  48. "sha224",
  49. "hmac"
  50. ],
  51. "license": "MIT",
  52. "main": "lib/hash.js",
  53. "name": "hash.js",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+ssh://git@github.com/indutny/hash.js.git"
  57. },
  58. "scripts": {
  59. "lint": "eslint lib/*.js lib/**/*.js lib/**/**/*.js test/*.js",
  60. "test": "mocha --reporter=spec test/*-test.js && npm run lint"
  61. },
  62. "typings": "lib/hash.d.ts",
  63. "version": "1.1.5"
  64. }