UI for Zipcoin Blue

package.json 3.6KB

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