a zip code crypto-currency system good for red ONLY

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_from": "is-equal-shallow@^0.1.3",
  3. "_id": "is-equal-shallow@0.1.3",
  4. "_inBundle": false,
  5. "_integrity": "sha1-IjgJj8Ih3gvPpdnqxMRdY4qhxTQ=",
  6. "_location": "/is-equal-shallow",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-equal-shallow@^0.1.3",
  12. "name": "is-equal-shallow",
  13. "escapedName": "is-equal-shallow",
  14. "rawSpec": "^0.1.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.1.3"
  17. },
  18. "_requiredBy": [
  19. "/regex-cache"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz",
  22. "_shasum": "2238098fc221de0bcfa5d9eac4c45d638aa1c534",
  23. "_spec": "is-equal-shallow@^0.1.3",
  24. "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed/node_modules/regex-cache",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/is-equal-shallow/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "is-primitive": "^2.0.0"
  35. },
  36. "deprecated": false,
  37. "description": "Does a shallow comparison of two objects, returning false if the keys or values differ.",
  38. "devDependencies": {
  39. "mocha": "*",
  40. "should": "*"
  41. },
  42. "engines": {
  43. "node": ">=0.10.0"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/jonschlinkert/is-equal-shallow",
  49. "keywords": [
  50. "compare",
  51. "comparison",
  52. "equal",
  53. "equals",
  54. "is",
  55. "is-equal",
  56. "key",
  57. "object",
  58. "same",
  59. "shallow",
  60. "value"
  61. ],
  62. "license": "MIT",
  63. "main": "index.js",
  64. "name": "is-equal-shallow",
  65. "repository": {
  66. "type": "git",
  67. "url": "git://github.com/jonschlinkert/is-equal-shallow.git"
  68. },
  69. "scripts": {
  70. "test": "mocha"
  71. },
  72. "verbiage": {
  73. "related": {
  74. "description": "Other object utils:",
  75. "list": [
  76. "is-plain-object",
  77. "isobject",
  78. "for-in",
  79. "for-own",
  80. "clone-deep"
  81. ]
  82. }
  83. },
  84. "version": "0.1.3"
  85. }