a zip code crypto-currency system good for red ONLY

package.json 3.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "_from": "object-keys@^1.0.6",
  3. "_id": "object-keys@1.0.12",
  4. "_inBundle": false,
  5. "_integrity": "sha512-FTMyFUm2wBcGHnH2eXmz7tC6IwlqQZ6mVZ+6dm6vZ4IQIHjs6FdNsQBuKGPuUUUY6NfJw2PshC08Tn6LzLDOag==",
  6. "_location": "/object-keys",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "object-keys@^1.0.6",
  12. "name": "object-keys",
  13. "escapedName": "object-keys",
  14. "rawSpec": "^1.0.6",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.6"
  17. },
  18. "_requiredBy": [
  19. "/falafel"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.0.12.tgz",
  22. "_shasum": "09c53855377575310cca62f55bb334abff7b3ed2",
  23. "_spec": "object-keys@^1.0.6",
  24. "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed/node_modules/falafel",
  25. "author": {
  26. "name": "Jordan Harband",
  27. "email": "ljharb@gmail.com",
  28. "url": "http://ljharb.codes"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/ljharb/object-keys/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Jordan Harband",
  37. "email": "ljharb@gmail.com",
  38. "url": "http://ljharb.codes"
  39. },
  40. {
  41. "name": "Raynos",
  42. "email": "raynos2@gmail.com"
  43. },
  44. {
  45. "name": "Nathan Rajlich",
  46. "email": "nathan@tootallnate.net"
  47. },
  48. {
  49. "name": "Ivan Starkov",
  50. "email": "istarkov@gmail.com"
  51. },
  52. {
  53. "name": "Gary Katsevman",
  54. "email": "git@gkatsev.com"
  55. }
  56. ],
  57. "dependencies": {},
  58. "deprecated": false,
  59. "description": "An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim",
  60. "devDependencies": {
  61. "@ljharb/eslint-config": "^12.2.1",
  62. "covert": "^1.1.0",
  63. "eslint": "^4.19.1",
  64. "foreach": "^2.0.5",
  65. "indexof": "^0.0.1",
  66. "is": "^3.2.1",
  67. "jscs": "^3.0.7",
  68. "nsp": "^3.2.1",
  69. "tape": "^4.9.1"
  70. },
  71. "engines": {
  72. "node": ">= 0.4"
  73. },
  74. "homepage": "https://github.com/ljharb/object-keys#readme",
  75. "keywords": [
  76. "Object.keys",
  77. "keys",
  78. "ES5",
  79. "shim"
  80. ],
  81. "license": "MIT",
  82. "main": "index.js",
  83. "name": "object-keys",
  84. "repository": {
  85. "type": "git",
  86. "url": "git://github.com/ljharb/object-keys.git"
  87. },
  88. "scripts": {
  89. "coverage": "covert test/*.js",
  90. "coverage-quiet": "covert test/*.js --quiet",
  91. "eslint": "eslint test/*.js *.js",
  92. "jscs": "jscs test/*.js *.js",
  93. "lint": "npm run --silent jscs && npm run --silent eslint",
  94. "posttest": "npm run --silent security",
  95. "pretest": "npm run --silent lint",
  96. "security": "nsp check",
  97. "test": "npm run --silent tests-only",
  98. "tests-only": "node test/index.js"
  99. },
  100. "testling": {
  101. "files": "test/index.js",
  102. "browsers": [
  103. "iexplore/6.0..latest",
  104. "firefox/3.0..6.0",
  105. "firefox/15.0..latest",
  106. "firefox/nightly",
  107. "chrome/4.0..10.0",
  108. "chrome/20.0..latest",
  109. "chrome/canary",
  110. "opera/10.0..latest",
  111. "opera/next",
  112. "safari/4.0..latest",
  113. "ipad/6.0..latest",
  114. "iphone/6.0..latest",
  115. "android-browser/4.2"
  116. ]
  117. },
  118. "version": "1.0.12"
  119. }