a zip code crypto-currency system good for red ONLY

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_from": "assert-plus@^0.2.0",
  3. "_id": "assert-plus@0.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-104bh+ev/A24qttwIfP+SBAasjQ=",
  6. "_location": "/assert-plus",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "assert-plus@^0.2.0",
  12. "name": "assert-plus",
  13. "escapedName": "assert-plus",
  14. "rawSpec": "^0.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.2.0"
  17. },
  18. "_requiredBy": [
  19. "/http-signature"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-0.2.0.tgz",
  22. "_shasum": "d74e1b87e7affc0db8aadb7021f3fe48101ab234",
  23. "_spec": "assert-plus@^0.2.0",
  24. "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed/node_modules/http-signature",
  25. "author": {
  26. "name": "Mark Cavage",
  27. "email": "mcavage@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/mcavage/node-assert-plus/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Dave Eddy",
  36. "email": "dave@daveeddy.com"
  37. },
  38. {
  39. "name": "Fred Kuo",
  40. "email": "fred.kuo@joyent.com"
  41. },
  42. {
  43. "name": "Lars-Magnus Skog",
  44. "email": "ralphtheninja@riseup.net"
  45. },
  46. {
  47. "name": "Mark Cavage",
  48. "email": "mcavage@gmail.com"
  49. },
  50. {
  51. "name": "Patrick Mooney",
  52. "email": "pmooney@pfmooney.com"
  53. },
  54. {
  55. "name": "Rob Gulewich",
  56. "email": "robert.gulewich@joyent.com"
  57. }
  58. ],
  59. "dependencies": {},
  60. "deprecated": false,
  61. "description": "Extra assertions on top of node's assert module",
  62. "devDependencies": {
  63. "faucet": "0.0.1",
  64. "tape": "4.2.2"
  65. },
  66. "engines": {
  67. "node": ">=0.8"
  68. },
  69. "homepage": "https://github.com/mcavage/node-assert-plus#readme",
  70. "license": "MIT",
  71. "main": "./assert.js",
  72. "name": "assert-plus",
  73. "optionalDependencies": {},
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/mcavage/node-assert-plus.git"
  77. },
  78. "scripts": {
  79. "test": "tape tests/*.js | ./node_modules/.bin/faucet"
  80. },
  81. "version": "0.2.0"
  82. }