a zip code crypto-currency system good for red ONLY

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_from": "cryptiles@2.x.x",
  3. "_id": "cryptiles@2.0.5",
  4. "_inBundle": false,
  5. "_integrity": "sha1-O9/s3GCBR8HGcgL6KR59ylnqo7g=",
  6. "_location": "/cryptiles",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "cryptiles@2.x.x",
  12. "name": "cryptiles",
  13. "escapedName": "cryptiles",
  14. "rawSpec": "2.x.x",
  15. "saveSpec": null,
  16. "fetchSpec": "2.x.x"
  17. },
  18. "_requiredBy": [
  19. "/hawk"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz",
  22. "_shasum": "3bdfecdc608147c1c67202fa291e7dca59eaa3b8",
  23. "_spec": "cryptiles@2.x.x",
  24. "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed/node_modules/hawk",
  25. "bugs": {
  26. "url": "https://github.com/hapijs/cryptiles/issues"
  27. },
  28. "bundleDependencies": false,
  29. "dependencies": {
  30. "boom": "2.x.x"
  31. },
  32. "deprecated": false,
  33. "description": "General purpose crypto utilities",
  34. "devDependencies": {
  35. "code": "1.x.x",
  36. "lab": "5.x.x"
  37. },
  38. "engines": {
  39. "node": ">=0.10.40"
  40. },
  41. "homepage": "https://github.com/hapijs/cryptiles#readme",
  42. "keywords": [
  43. "cryptography",
  44. "security",
  45. "utilites"
  46. ],
  47. "license": "BSD-3-Clause",
  48. "main": "lib/index.js",
  49. "name": "cryptiles",
  50. "repository": {
  51. "type": "git",
  52. "url": "git://github.com/hapijs/cryptiles.git"
  53. },
  54. "scripts": {
  55. "test": "lab -a code -t 100 -L",
  56. "test-cov-html": "lab -a code -r html -o coverage.html"
  57. },
  58. "version": "2.0.5"
  59. }