UI for Zipcoin Blue

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "map-visit@^1.0.0",
  6. "scope": null,
  7. "escapedName": "map-visit",
  8. "name": "map-visit",
  9. "rawSpec": "^1.0.0",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/collection-visit"
  14. ]
  15. ],
  16. "_from": "map-visit@>=1.0.0 <2.0.0",
  17. "_id": "map-visit@1.0.0",
  18. "_inCache": true,
  19. "_location": "/map-visit",
  20. "_nodeVersion": "7.7.3",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/map-visit-1.0.0.tgz_1491774214052_0.825954457744956"
  24. },
  25. "_npmUser": {
  26. "name": "jonschlinkert",
  27. "email": "github@sellside.com"
  28. },
  29. "_npmVersion": "4.1.2",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "map-visit@^1.0.0",
  33. "scope": null,
  34. "escapedName": "map-visit",
  35. "name": "map-visit",
  36. "rawSpec": "^1.0.0",
  37. "spec": ">=1.0.0 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/collection-visit"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz",
  44. "_shasum": "ecdca8f13144e660f1b5bd41f12f3479d98dfb8f",
  45. "_shrinkwrap": null,
  46. "_spec": "map-visit@^1.0.0",
  47. "_where": "/Users/tennesseeg/blueCoin/node_modules/collection-visit",
  48. "author": {
  49. "name": "Jon Schlinkert",
  50. "url": "https://github.com/jonschlinkert"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/jonschlinkert/map-visit/issues"
  54. },
  55. "contributors": [
  56. {
  57. "name": "Brian Woodward",
  58. "email": "brian.woodward@gmail.com",
  59. "url": "https://twitter.com/doowb"
  60. },
  61. {
  62. "name": "Jon Schlinkert",
  63. "email": "jon.schlinkert@sellside.com",
  64. "url": "http://twitter.com/jonschlinkert"
  65. }
  66. ],
  67. "dependencies": {
  68. "object-visit": "^1.0.0"
  69. },
  70. "description": "Map `visit` over an array of objects.",
  71. "devDependencies": {
  72. "clone-deep": "^0.2.4",
  73. "extend-shallow": "^2.0.1",
  74. "gulp-format-md": "^0.1.12",
  75. "lodash": "^4.17.4",
  76. "mocha": "^3.2.0"
  77. },
  78. "directories": {},
  79. "dist": {
  80. "shasum": "ecdca8f13144e660f1b5bd41f12f3479d98dfb8f",
  81. "tarball": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz"
  82. },
  83. "engines": {
  84. "node": ">=0.10.0"
  85. },
  86. "files": [
  87. "index.js"
  88. ],
  89. "gitHead": "73bcd8385c9520c595a825486f19623a5e0550f0",
  90. "homepage": "https://github.com/jonschlinkert/map-visit",
  91. "keywords": [
  92. "array",
  93. "arrays",
  94. "function",
  95. "helper",
  96. "invoke",
  97. "key",
  98. "map",
  99. "method",
  100. "object",
  101. "objects",
  102. "value",
  103. "visit",
  104. "visitor"
  105. ],
  106. "license": "MIT",
  107. "main": "index.js",
  108. "maintainers": [
  109. {
  110. "name": "doowb",
  111. "email": "brian.woodward@gmail.com"
  112. },
  113. {
  114. "name": "jonschlinkert",
  115. "email": "github@sellside.com"
  116. }
  117. ],
  118. "name": "map-visit",
  119. "optionalDependencies": {},
  120. "readme": "ERROR: No README data found!",
  121. "repository": {
  122. "type": "git",
  123. "url": "git+https://github.com/jonschlinkert/map-visit.git"
  124. },
  125. "scripts": {
  126. "test": "mocha"
  127. },
  128. "verb": {
  129. "toc": false,
  130. "layout": "default",
  131. "tasks": [
  132. "readme"
  133. ],
  134. "plugins": [
  135. "gulp-format-md"
  136. ],
  137. "lint": {
  138. "reflinks": true
  139. },
  140. "related": {
  141. "list": [
  142. "collection-visit",
  143. "object-visit"
  144. ]
  145. },
  146. "reflinks": [
  147. "verb",
  148. "verb-generate-readme"
  149. ]
  150. },
  151. "version": "1.0.0"
  152. }