a zip code crypto-currency system good for red ONLY

package.json 3.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. {
  2. "_from": "micromatch@^2.1.5",
  3. "_id": "micromatch@2.3.11",
  4. "_inBundle": false,
  5. "_integrity": "sha1-hmd8l9FyCzY0MdBNDRUpO9OMFWU=",
  6. "_location": "/micromatch",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "micromatch@^2.1.5",
  12. "name": "micromatch",
  13. "escapedName": "micromatch",
  14. "rawSpec": "^2.1.5",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.5"
  17. },
  18. "_requiredBy": [
  19. "/anymatch",
  20. "/rollup-pluginutils"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/micromatch/-/micromatch-2.3.11.tgz",
  23. "_shasum": "86677c97d1720b363431d04d0d15293bd38c1565",
  24. "_spec": "micromatch@^2.1.5",
  25. "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed/node_modules/anymatch",
  26. "author": {
  27. "name": "Jon Schlinkert",
  28. "url": "https://github.com/jonschlinkert"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/jonschlinkert/micromatch/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "arr-diff": "^2.0.0",
  36. "array-unique": "^0.2.1",
  37. "braces": "^1.8.2",
  38. "expand-brackets": "^0.1.4",
  39. "extglob": "^0.3.1",
  40. "filename-regex": "^2.0.0",
  41. "is-extglob": "^1.0.0",
  42. "is-glob": "^2.0.1",
  43. "kind-of": "^3.0.2",
  44. "normalize-path": "^2.0.1",
  45. "object.omit": "^2.0.0",
  46. "parse-glob": "^3.0.4",
  47. "regex-cache": "^0.4.2"
  48. },
  49. "deprecated": false,
  50. "description": "Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch.",
  51. "devDependencies": {
  52. "benchmarked": "^0.1.4",
  53. "chalk": "^1.1.1",
  54. "gulp": "^3.9.0",
  55. "gulp-eslint": "^1.1.1",
  56. "gulp-format-md": "^0.1.8",
  57. "gulp-istanbul": "^0.10.1",
  58. "gulp-mocha": "^2.1.3",
  59. "minimatch": "^3.0.0",
  60. "minimist": "^1.2.0",
  61. "mocha": "^2",
  62. "multimatch": "^2.0.0",
  63. "should": "^8",
  64. "write": "^0.2.1"
  65. },
  66. "engines": {
  67. "node": ">=0.10.0"
  68. },
  69. "files": [
  70. "index.js",
  71. "lib"
  72. ],
  73. "homepage": "https://github.com/jonschlinkert/micromatch",
  74. "keywords": [
  75. "bash",
  76. "expand",
  77. "expansion",
  78. "expression",
  79. "file",
  80. "files",
  81. "filter",
  82. "find",
  83. "glob",
  84. "globbing",
  85. "globs",
  86. "globstar",
  87. "match",
  88. "matcher",
  89. "matches",
  90. "matching",
  91. "minimatch",
  92. "multimatch",
  93. "path",
  94. "pattern",
  95. "patterns",
  96. "regex",
  97. "regexp",
  98. "regular",
  99. "shell",
  100. "wildcard"
  101. ],
  102. "license": "MIT",
  103. "main": "index.js",
  104. "name": "micromatch",
  105. "repository": {
  106. "type": "git",
  107. "url": "git+https://github.com/jonschlinkert/micromatch.git"
  108. },
  109. "scripts": {
  110. "test": "mocha"
  111. },
  112. "verb": {
  113. "related": {
  114. "list": [
  115. "braces",
  116. "expand-brackets",
  117. "expand-range",
  118. "extglob",
  119. "fill-range",
  120. "gulp-micromatch",
  121. "is-glob",
  122. "parse-glob"
  123. ]
  124. },
  125. "reflinks": [
  126. "braces",
  127. "expand-brackets",
  128. "extglob",
  129. "minimatch",
  130. "multimatch",
  131. "verb"
  132. ],
  133. "toc": false,
  134. "layout": false,
  135. "tasks": [
  136. "readme"
  137. ],
  138. "plugins": [
  139. "gulp-format-md"
  140. ],
  141. "lint": {
  142. "reflinks": true
  143. }
  144. },
  145. "version": "2.3.11"
  146. }