a zip code crypto-currency system good for red ONLY

package.json 2.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_from": "foreach@^2.0.5",
  3. "_id": "foreach@2.0.5",
  4. "_inBundle": false,
  5. "_integrity": "sha1-C+4AUBiusmDQo6865ljdATbsG5k=",
  6. "_location": "/foreach",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "foreach@^2.0.5",
  12. "name": "foreach",
  13. "escapedName": "foreach",
  14. "rawSpec": "^2.0.5",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.5"
  17. },
  18. "_requiredBy": [
  19. "/falafel"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/foreach/-/foreach-2.0.5.tgz",
  22. "_shasum": "0bee005018aeb260d0a3af3ae658dd0136ec1b99",
  23. "_spec": "foreach@^2.0.5",
  24. "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed/node_modules/falafel",
  25. "author": {
  26. "name": "Manuel Stofer",
  27. "email": "manuel@takimata.ch"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/manuelstofer/foreach/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Manuel Stofer"
  36. },
  37. {
  38. "name": "Jordan Harband",
  39. "url": "https://github.com/ljharb"
  40. }
  41. ],
  42. "dependencies": {},
  43. "deprecated": false,
  44. "description": "foreach component + npm package",
  45. "devDependencies": {
  46. "covert": "*",
  47. "tape": "*"
  48. },
  49. "homepage": "https://github.com/manuelstofer/foreach#readme",
  50. "keywords": [
  51. "shim",
  52. "Array.prototype.forEach",
  53. "forEach",
  54. "Array#forEach",
  55. "each"
  56. ],
  57. "license": "MIT",
  58. "main": "index.js",
  59. "name": "foreach",
  60. "repository": {
  61. "type": "git",
  62. "url": "git://github.com/manuelstofer/foreach.git"
  63. },
  64. "scripts": {
  65. "coverage": "covert test.js",
  66. "coverage-quiet": "covert --quiet test.js",
  67. "test": "node test.js"
  68. },
  69. "testling": {
  70. "files": "test.js",
  71. "browsers": [
  72. "iexplore/6.0..latest",
  73. "firefox/3.0",
  74. "firefox/15.0..latest",
  75. "firefox/nightly",
  76. "chrome/4.0",
  77. "chrome/22.0..latest",
  78. "chrome/canary",
  79. "opera/10.0..latest",
  80. "opera/next",
  81. "safari/5.0.5..latest",
  82. "ipad/6.0..latest",
  83. "iphone/6.0..latest",
  84. "android-browser/4.2"
  85. ]
  86. },
  87. "version": "2.0.5"
  88. }