a zip code crypto-currency system good for red ONLY

package.json 1.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "errno@^0.1.3",
  3. "_id": "errno@0.1.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-MfrRBDWzIWifgq6tJj60gkAwtLNb6sQPlcFrSOflcP1aFmmruKQ2wRnze/8V6kgyz7H3FF8Npzv78mZ7XLLflg==",
  6. "_location": "/errno",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "errno@^0.1.3",
  12. "name": "errno",
  13. "escapedName": "errno",
  14. "rawSpec": "^0.1.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.1.3"
  17. },
  18. "_requiredBy": [
  19. "/memory-fs"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/errno/-/errno-0.1.7.tgz",
  22. "_shasum": "4684d71779ad39af177e3f007996f7c67c852618",
  23. "_spec": "errno@^0.1.3",
  24. "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed/node_modules/memory-fs",
  25. "authors": [
  26. "Rod Vagg @rvagg <rod@vagg.org> (https://github.com/rvagg)"
  27. ],
  28. "bin": {
  29. "errno": "./cli.js"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/rvagg/node-errno/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "prr": "~1.0.1"
  37. },
  38. "deprecated": false,
  39. "description": "libuv errno details exposed",
  40. "devDependencies": {
  41. "error-stack-parser": "^2.0.1",
  42. "inherits": "^2.0.3",
  43. "tape": "~4.8.0"
  44. },
  45. "homepage": "https://github.com/rvagg/node-errno#readme",
  46. "keywords": [
  47. "errors",
  48. "errno",
  49. "libuv"
  50. ],
  51. "license": "MIT",
  52. "main": "errno.js",
  53. "name": "errno",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/rvagg/node-errno.git"
  57. },
  58. "scripts": {
  59. "test": "node --use_strict test.js"
  60. },
  61. "version": "0.1.7"
  62. }