a zip code crypto-currency system good for red ONLY

package.json 1.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "es6-set@~0.1.5",
  3. "_id": "es6-set@0.1.5",
  4. "_inBundle": false,
  5. "_integrity": "sha1-0rPsXU2ADO2BjbU40ol02wpzzLE=",
  6. "_location": "/es6-set",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "es6-set@~0.1.5",
  12. "name": "es6-set",
  13. "escapedName": "es6-set",
  14. "rawSpec": "~0.1.5",
  15. "saveSpec": null,
  16. "fetchSpec": "~0.1.5"
  17. },
  18. "_requiredBy": [
  19. "/es6-map"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/es6-set/-/es6-set-0.1.5.tgz",
  22. "_shasum": "d2b3ec5d4d800ced818db538d28974db0a73ccb1",
  23. "_spec": "es6-set@~0.1.5",
  24. "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed/node_modules/es6-map",
  25. "author": {
  26. "name": "Mariusz Nowak",
  27. "email": "medyk@medikoo.com",
  28. "url": "http://www.medikoo.com/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/medikoo/es6-set/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "d": "1",
  36. "es5-ext": "~0.10.14",
  37. "es6-iterator": "~2.0.1",
  38. "es6-symbol": "3.1.1",
  39. "event-emitter": "~0.3.5"
  40. },
  41. "deprecated": false,
  42. "description": "ECMAScript6 Set polyfill",
  43. "devDependencies": {
  44. "tad": "~0.2.7",
  45. "xlint": "~0.2.2",
  46. "xlint-jslint-medikoo": "~0.1.4"
  47. },
  48. "homepage": "https://github.com/medikoo/es6-set#readme",
  49. "keywords": [
  50. "set",
  51. "collection",
  52. "es6",
  53. "harmony",
  54. "list",
  55. "hash"
  56. ],
  57. "license": "MIT",
  58. "name": "es6-set",
  59. "repository": {
  60. "type": "git",
  61. "url": "git://github.com/medikoo/es6-set.git"
  62. },
  63. "scripts": {
  64. "lint": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --no-cache --no-stream",
  65. "lint-console": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --watch",
  66. "test": "node ./node_modules/tad/bin/tad"
  67. },
  68. "version": "0.1.5"
  69. }