a zip code crypto-currency system good for red ONLY

package.json 2.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_from": "regex-cache@^0.4.2",
  3. "_id": "regex-cache@0.4.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-nVIZwtCjkC9YgvWkpM55B5rBhBYRZhAaJbgcFYXXsHnbZ9UZI9nnVWYZpBlCqv9ho2eZryPnWrZGsOdPwVWXWQ==",
  6. "_location": "/regex-cache",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "regex-cache@^0.4.2",
  12. "name": "regex-cache",
  13. "escapedName": "regex-cache",
  14. "rawSpec": "^0.4.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.4.2"
  17. },
  18. "_requiredBy": [
  19. "/micromatch"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/regex-cache/-/regex-cache-0.4.4.tgz",
  22. "_shasum": "75bdc58a2a1496cec48a12835bc54c8d562336dd",
  23. "_spec": "regex-cache@^0.4.2",
  24. "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed/node_modules/micromatch",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/regex-cache/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Jon Schlinkert",
  36. "url": "http://twitter.com/jonschlinkert"
  37. },
  38. {
  39. "name": "Martin Kolárik",
  40. "url": "https://kolarik.sk"
  41. }
  42. ],
  43. "dependencies": {
  44. "is-equal-shallow": "^0.1.3"
  45. },
  46. "deprecated": false,
  47. "description": "Memoize the results of a call to the RegExp constructor, avoiding repetitious runtime compilation of the same string and options, resulting in surprising performance improvements.",
  48. "devDependencies": {
  49. "ansi-bold": "^0.1.1",
  50. "benchmarked": "^0.1.5",
  51. "gulp-format-md": "^0.1.7",
  52. "micromatch": "^2.3.7",
  53. "should": "^8.3.0"
  54. },
  55. "engines": {
  56. "node": ">=0.10.0"
  57. },
  58. "files": [
  59. "index.js"
  60. ],
  61. "homepage": "https://github.com/jonschlinkert/regex-cache",
  62. "keywords": [
  63. "cache",
  64. "expression",
  65. "regex",
  66. "regexp",
  67. "regular",
  68. "regular expression",
  69. "store",
  70. "to-regex"
  71. ],
  72. "license": "MIT",
  73. "main": "index.js",
  74. "name": "regex-cache",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/jonschlinkert/regex-cache.git"
  78. },
  79. "scripts": {
  80. "benchmarks": "node benchmark",
  81. "test": "mocha"
  82. },
  83. "verb": {
  84. "run": true,
  85. "toc": false,
  86. "layout": "default",
  87. "tasks": [
  88. "readme"
  89. ],
  90. "plugins": [
  91. "gulp-format-md"
  92. ],
  93. "reflinks": [
  94. "verb"
  95. ],
  96. "lint": {
  97. "reflinks": true
  98. }
  99. },
  100. "version": "0.4.4"
  101. }