a zip code crypto-currency system good for red ONLY

package.json 1.9KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "safe-json-parse@~1.0.1",
  3. "_id": "safe-json-parse@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-PnZyPjjf3aE8mx0poeB//uSzC1c=",
  6. "_location": "/safe-json-parse",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "safe-json-parse@~1.0.1",
  12. "name": "safe-json-parse",
  13. "escapedName": "safe-json-parse",
  14. "rawSpec": "~1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/body"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/safe-json-parse/-/safe-json-parse-1.0.1.tgz",
  22. "_shasum": "3e76723e38dfdda13c9b1d29a1e07ffee4b30b57",
  23. "_spec": "safe-json-parse@~1.0.1",
  24. "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed/node_modules/body",
  25. "author": {
  26. "name": "Raynos",
  27. "email": "raynos2@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/Raynos/safe-json-parse/issues",
  31. "email": "raynos2@gmail.com"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Raynos"
  37. }
  38. ],
  39. "dependencies": {},
  40. "deprecated": false,
  41. "description": "Parse JSON safely without throwing",
  42. "devDependencies": {
  43. "tape": "~1.0.2"
  44. },
  45. "homepage": "https://github.com/Raynos/safe-json-parse",
  46. "keywords": [],
  47. "licenses": [
  48. {
  49. "type": "MIT",
  50. "url": "http://github.com/Raynos/safe-json-parse/raw/master/LICENSE"
  51. }
  52. ],
  53. "main": "index",
  54. "name": "safe-json-parse",
  55. "repository": {
  56. "type": "git",
  57. "url": "git://github.com/Raynos/safe-json-parse.git"
  58. },
  59. "scripts": {
  60. "test": "node ./test/index.js"
  61. },
  62. "testling": {
  63. "files": "test/index.js",
  64. "browsers": [
  65. "ie/8..latest",
  66. "firefox/16..latest",
  67. "firefox/nightly",
  68. "chrome/22..latest",
  69. "chrome/canary",
  70. "opera/12..latest",
  71. "opera/next",
  72. "safari/5.1..latest",
  73. "ipad/6.0..latest",
  74. "iphone/6.0..latest",
  75. "android-browser/4.2..latest"
  76. ]
  77. },
  78. "version": "1.0.1"
  79. }