UI for Zipcoin Blue

package.json 3.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "regex-cache@^0.4.2",
  6. "scope": null,
  7. "escapedName": "regex-cache",
  8. "name": "regex-cache",
  9. "rawSpec": "^0.4.2",
  10. "spec": ">=0.4.2 <0.5.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/micromatch"
  14. ]
  15. ],
  16. "_from": "regex-cache@>=0.4.2 <0.5.0",
  17. "_id": "regex-cache@0.4.4",
  18. "_inCache": true,
  19. "_location": "/regex-cache",
  20. "_nodeVersion": "8.4.0",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/regex-cache-0.4.4.tgz_1504279132002_0.2753396413754672"
  24. },
  25. "_npmUser": {
  26. "name": "doowb",
  27. "email": "brian.woodward@gmail.com"
  28. },
  29. "_npmVersion": "5.3.0",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "regex-cache@^0.4.2",
  33. "scope": null,
  34. "escapedName": "regex-cache",
  35. "name": "regex-cache",
  36. "rawSpec": "^0.4.2",
  37. "spec": ">=0.4.2 <0.5.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/micromatch"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/regex-cache/-/regex-cache-0.4.4.tgz",
  44. "_shasum": "75bdc58a2a1496cec48a12835bc54c8d562336dd",
  45. "_shrinkwrap": null,
  46. "_spec": "regex-cache@^0.4.2",
  47. "_where": "/Users/tennesseeg/blueCoin/node_modules/micromatch",
  48. "author": {
  49. "name": "Jon Schlinkert",
  50. "url": "https://github.com/jonschlinkert"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/jonschlinkert/regex-cache/issues"
  54. },
  55. "contributors": [
  56. {
  57. "name": "Jon Schlinkert",
  58. "url": "http://twitter.com/jonschlinkert"
  59. },
  60. {
  61. "name": "Martin Kolárik",
  62. "url": "https://kolarik.sk"
  63. }
  64. ],
  65. "dependencies": {
  66. "is-equal-shallow": "^0.1.3"
  67. },
  68. "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.",
  69. "devDependencies": {
  70. "ansi-bold": "^0.1.1",
  71. "benchmarked": "^0.1.5",
  72. "gulp-format-md": "^0.1.7",
  73. "micromatch": "^2.3.7",
  74. "should": "^8.3.0"
  75. },
  76. "directories": {},
  77. "dist": {
  78. "integrity": "sha512-nVIZwtCjkC9YgvWkpM55B5rBhBYRZhAaJbgcFYXXsHnbZ9UZI9nnVWYZpBlCqv9ho2eZryPnWrZGsOdPwVWXWQ==",
  79. "shasum": "75bdc58a2a1496cec48a12835bc54c8d562336dd",
  80. "tarball": "https://registry.npmjs.org/regex-cache/-/regex-cache-0.4.4.tgz"
  81. },
  82. "engines": {
  83. "node": ">=0.10.0"
  84. },
  85. "files": [
  86. "index.js"
  87. ],
  88. "gitHead": "e5ced08e45d2cc2d286a9e7b5a574963f6577712",
  89. "homepage": "https://github.com/jonschlinkert/regex-cache",
  90. "keywords": [
  91. "cache",
  92. "expression",
  93. "regex",
  94. "regexp",
  95. "regular",
  96. "regular expression",
  97. "store",
  98. "to-regex"
  99. ],
  100. "license": "MIT",
  101. "main": "index.js",
  102. "maintainers": [
  103. {
  104. "name": "jonschlinkert",
  105. "email": "github@sellside.com"
  106. },
  107. {
  108. "name": "doowb",
  109. "email": "brian.woodward@gmail.com"
  110. }
  111. ],
  112. "name": "regex-cache",
  113. "optionalDependencies": {},
  114. "readme": "ERROR: No README data found!",
  115. "repository": {
  116. "type": "git",
  117. "url": "git+https://github.com/jonschlinkert/regex-cache.git"
  118. },
  119. "scripts": {
  120. "benchmarks": "node benchmark",
  121. "test": "mocha"
  122. },
  123. "verb": {
  124. "run": true,
  125. "toc": false,
  126. "layout": "default",
  127. "tasks": [
  128. "readme"
  129. ],
  130. "plugins": [
  131. "gulp-format-md"
  132. ],
  133. "reflinks": [
  134. "verb"
  135. ],
  136. "lint": {
  137. "reflinks": true
  138. }
  139. },
  140. "version": "0.4.4"
  141. }