a zip code crypto-currency system good for red ONLY

package.json 2.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_from": "expand-range@^1.8.1",
  3. "_id": "expand-range@1.8.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-opnv/TNf4nIeuujiV+x5ZE/IUzc=",
  6. "_location": "/expand-range",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "expand-range@^1.8.1",
  12. "name": "expand-range",
  13. "escapedName": "expand-range",
  14. "rawSpec": "^1.8.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.8.1"
  17. },
  18. "_requiredBy": [
  19. "/braces"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/expand-range/-/expand-range-1.8.2.tgz",
  22. "_shasum": "a299effd335fe2721ebae8e257ec79644fc85337",
  23. "_spec": "expand-range@^1.8.1",
  24. "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed/node_modules/braces",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/expand-range/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "fill-range": "^2.1.0"
  35. },
  36. "deprecated": false,
  37. "description": "Fast, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. See the benchmarks. Used by micromatch.",
  38. "devDependencies": {
  39. "benchmarked": "^0.2.4",
  40. "brace-expansion": "^1.1.4",
  41. "glob": "^7.0.3",
  42. "gulp-format-md": "^0.1.9",
  43. "minimatch": "^3.0.0",
  44. "mocha": "^2.4.5"
  45. },
  46. "engines": {
  47. "node": ">=0.10.0"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/jonschlinkert/expand-range",
  53. "keywords": [
  54. "alpha",
  55. "alphabetical",
  56. "bash",
  57. "brace",
  58. "expand",
  59. "expansion",
  60. "glob",
  61. "match",
  62. "matches",
  63. "matching",
  64. "number",
  65. "numerical",
  66. "range",
  67. "ranges",
  68. "sh"
  69. ],
  70. "license": "MIT",
  71. "main": "index.js",
  72. "name": "expand-range",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/jonschlinkert/expand-range.git"
  76. },
  77. "scripts": {
  78. "test": "mocha"
  79. },
  80. "verb": {
  81. "plugins": [
  82. "gulp-format-md"
  83. ],
  84. "reflinks": [
  85. "verb"
  86. ],
  87. "toc": false,
  88. "layout": "default",
  89. "lint": {
  90. "reflinks": true
  91. },
  92. "tasks": [
  93. "readme"
  94. ],
  95. "related": {
  96. "list": [
  97. "micromatch",
  98. "fill-range",
  99. "braces"
  100. ]
  101. }
  102. },
  103. "version": "1.8.2"
  104. }