a zip code crypto-currency system good for red ONLY

package.json 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "repeat-element@^1.1.2",
  3. "_id": "repeat-element@1.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-7wiaF40Ug7quTZPrmLT55OEdmQo=",
  6. "_location": "/repeat-element",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "repeat-element@^1.1.2",
  12. "name": "repeat-element",
  13. "escapedName": "repeat-element",
  14. "rawSpec": "^1.1.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.2"
  17. },
  18. "_requiredBy": [
  19. "/braces",
  20. "/fill-range",
  21. "/watchpack/braces"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.2.tgz",
  24. "_shasum": "ef089a178d1483baae4d93eb98b4f9e4e11d990a",
  25. "_spec": "repeat-element@^1.1.2",
  26. "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed/node_modules/braces",
  27. "author": {
  28. "name": "Jon Schlinkert",
  29. "url": "https://github.com/jonschlinkert"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/jonschlinkert/repeat-element/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Create an array by repeating the given value n times.",
  37. "devDependencies": {
  38. "benchmarked": "^0.1.4",
  39. "chalk": "^1.0.0",
  40. "glob": "^5.0.5",
  41. "minimist": "^1.1.1",
  42. "mocha": "^2.2.4"
  43. },
  44. "engines": {
  45. "node": ">=0.10.0"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/jonschlinkert/repeat-element",
  51. "keywords": [
  52. "array",
  53. "element",
  54. "repeat",
  55. "string"
  56. ],
  57. "license": {
  58. "type": "MIT",
  59. "url": "https://github.com/jonschlinkert/repeat-element/blob/master/LICENSE"
  60. },
  61. "main": "index.js",
  62. "name": "repeat-element",
  63. "repository": {
  64. "type": "git",
  65. "url": "git://github.com/jonschlinkert/repeat-element.git"
  66. },
  67. "scripts": {
  68. "test": "mocha"
  69. },
  70. "version": "1.1.2"
  71. }