UI for Zipcoin Blue

package.json 3.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "cache-base@^1.0.1",
  6. "scope": null,
  7. "escapedName": "cache-base",
  8. "name": "cache-base",
  9. "rawSpec": "^1.0.1",
  10. "spec": ">=1.0.1 <2.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/base"
  14. ]
  15. ],
  16. "_from": "cache-base@>=1.0.1 <2.0.0",
  17. "_id": "cache-base@1.0.1",
  18. "_inCache": true,
  19. "_location": "/cache-base",
  20. "_nodeVersion": "7.7.3",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/cache-base-1.0.1.tgz_1500744367725_0.26231536315754056"
  24. },
  25. "_npmUser": {
  26. "name": "jonschlinkert",
  27. "email": "github@sellside.com"
  28. },
  29. "_npmVersion": "5.3.0",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "cache-base@^1.0.1",
  33. "scope": null,
  34. "escapedName": "cache-base",
  35. "name": "cache-base",
  36. "rawSpec": "^1.0.1",
  37. "spec": ">=1.0.1 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/base"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz",
  44. "_shasum": "0a7f46416831c8b662ee36fe4e7c59d76f666ab2",
  45. "_shrinkwrap": null,
  46. "_spec": "cache-base@^1.0.1",
  47. "_where": "/Users/tennesseeg/blueCoin/node_modules/base",
  48. "author": {
  49. "name": "Jon Schlinkert",
  50. "url": "https://github.com/jonschlinkert"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/jonschlinkert/cache-base/issues"
  54. },
  55. "contributors": [
  56. {
  57. "name": "Jon Schlinkert",
  58. "url": "http://twitter.com/jonschlinkert"
  59. },
  60. {
  61. "url": "https://github.com/wtgtybhertgeghgtwtg"
  62. }
  63. ],
  64. "dependencies": {
  65. "collection-visit": "^1.0.0",
  66. "component-emitter": "^1.2.1",
  67. "get-value": "^2.0.6",
  68. "has-value": "^1.0.0",
  69. "isobject": "^3.0.1",
  70. "set-value": "^2.0.0",
  71. "to-object-path": "^0.3.0",
  72. "union-value": "^1.0.0",
  73. "unset-value": "^1.0.0"
  74. },
  75. "description": "Basic object cache with `get`, `set`, `del`, and `has` methods for node.js/javascript projects.",
  76. "devDependencies": {
  77. "gulp-format-md": "^1.0.0",
  78. "mocha": "^3.4.2"
  79. },
  80. "directories": {},
  81. "dist": {
  82. "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==",
  83. "shasum": "0a7f46416831c8b662ee36fe4e7c59d76f666ab2",
  84. "tarball": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz"
  85. },
  86. "engines": {
  87. "node": ">=0.10.0"
  88. },
  89. "files": [
  90. "index.js"
  91. ],
  92. "gitHead": "0889aab765c66585ffbe7b41f9a733ef097665cf",
  93. "homepage": "https://github.com/jonschlinkert/cache-base",
  94. "keywords": [
  95. "base",
  96. "cache",
  97. "config",
  98. "data",
  99. "get",
  100. "has",
  101. "hash",
  102. "hasown",
  103. "object",
  104. "set",
  105. "store"
  106. ],
  107. "license": "MIT",
  108. "main": "index.js",
  109. "maintainers": [
  110. {
  111. "name": "jonschlinkert",
  112. "email": "github@sellside.com"
  113. },
  114. {
  115. "name": "doowb",
  116. "email": "brian.woodward@gmail.com"
  117. }
  118. ],
  119. "name": "cache-base",
  120. "optionalDependencies": {},
  121. "readme": "ERROR: No README data found!",
  122. "repository": {
  123. "type": "git",
  124. "url": "git+https://github.com/jonschlinkert/cache-base.git"
  125. },
  126. "scripts": {
  127. "test": "mocha"
  128. },
  129. "verb": {
  130. "run": true,
  131. "toc": false,
  132. "layout": "default",
  133. "tasks": [
  134. "readme"
  135. ],
  136. "plugins": [
  137. "gulp-format-md"
  138. ],
  139. "related": {
  140. "highligh": "base",
  141. "list": [
  142. "base-methods",
  143. "get-value",
  144. "has-value",
  145. "option-cache",
  146. "set-value",
  147. "unset-value"
  148. ]
  149. },
  150. "reflinks": [
  151. "verb"
  152. ],
  153. "lint": {
  154. "reflinks": true
  155. }
  156. },
  157. "version": "1.0.1"
  158. }