UI for Zipcoin Blue

package.json 3.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "extend-shallow@^3.0.2",
  6. "scope": null,
  7. "escapedName": "extend-shallow",
  8. "name": "extend-shallow",
  9. "rawSpec": "^3.0.2",
  10. "spec": ">=3.0.2 <4.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/watchpack/node_modules/micromatch"
  14. ]
  15. ],
  16. "_from": "extend-shallow@>=3.0.2 <4.0.0",
  17. "_id": "extend-shallow@3.0.2",
  18. "_inCache": true,
  19. "_location": "/extend-shallow",
  20. "_nodeVersion": "0.10.48",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/extend-shallow-3.0.2.tgz_1513797098024_0.23954258323647082"
  24. },
  25. "_npmUser": {
  26. "name": "phated",
  27. "email": "blaine.bublitz@gmail.com"
  28. },
  29. "_npmVersion": "2.15.1",
  30. "_phantomChildren": {
  31. "is-plain-object": "2.0.4"
  32. },
  33. "_requested": {
  34. "raw": "extend-shallow@^3.0.2",
  35. "scope": null,
  36. "escapedName": "extend-shallow",
  37. "name": "extend-shallow",
  38. "rawSpec": "^3.0.2",
  39. "spec": ">=3.0.2 <4.0.0",
  40. "type": "range"
  41. },
  42. "_requiredBy": [
  43. "/nanomatch",
  44. "/regex-not",
  45. "/split-string",
  46. "/to-regex",
  47. "/watchpack/micromatch"
  48. ],
  49. "_resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz",
  50. "_shasum": "26a71aaf073b39fb2127172746131c2704028db8",
  51. "_shrinkwrap": null,
  52. "_spec": "extend-shallow@^3.0.2",
  53. "_where": "/Users/tennesseeg/blueCoin/node_modules/watchpack/node_modules/micromatch",
  54. "author": {
  55. "name": "Jon Schlinkert",
  56. "url": "https://github.com/jonschlinkert"
  57. },
  58. "bugs": {
  59. "url": "https://github.com/jonschlinkert/extend-shallow/issues"
  60. },
  61. "contributors": [
  62. {
  63. "name": "Jon Schlinkert",
  64. "url": "http://twitter.com/jonschlinkert"
  65. },
  66. {
  67. "name": "Peter deHaan",
  68. "url": "http://about.me/peterdehaan"
  69. }
  70. ],
  71. "dependencies": {
  72. "assign-symbols": "^1.0.0",
  73. "is-extendable": "^1.0.1"
  74. },
  75. "description": "Extend an object with the properties of additional objects. node.js/javascript util.",
  76. "devDependencies": {
  77. "array-slice": "^1.0.0",
  78. "benchmarked": "^2.0.0",
  79. "for-own": "^1.0.0",
  80. "gulp-format-md": "^1.0.0",
  81. "is-plain-object": "^2.0.4",
  82. "kind-of": "^6.0.1",
  83. "minimist": "^1.2.0",
  84. "mocha": "^3.5.3",
  85. "object-assign": "^4.1.1"
  86. },
  87. "directories": {},
  88. "dist": {
  89. "shasum": "26a71aaf073b39fb2127172746131c2704028db8",
  90. "tarball": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz"
  91. },
  92. "engines": {
  93. "node": ">=0.10.0"
  94. },
  95. "files": [
  96. "index.js"
  97. ],
  98. "gitHead": "33698c3df7804f0d0e3ea98caa64d53f09c37bd4",
  99. "homepage": "https://github.com/jonschlinkert/extend-shallow",
  100. "keywords": [
  101. "assign",
  102. "clone",
  103. "extend",
  104. "merge",
  105. "obj",
  106. "object",
  107. "object-assign",
  108. "object.assign",
  109. "prop",
  110. "properties",
  111. "property",
  112. "props",
  113. "shallow",
  114. "util",
  115. "utility",
  116. "utils",
  117. "value"
  118. ],
  119. "license": "MIT",
  120. "main": "index.js",
  121. "maintainers": [
  122. {
  123. "name": "phated",
  124. "email": "blaine.bublitz@gmail.com"
  125. },
  126. {
  127. "name": "jonschlinkert",
  128. "email": "github@sellside.com"
  129. }
  130. ],
  131. "name": "extend-shallow",
  132. "optionalDependencies": {},
  133. "readme": "ERROR: No README data found!",
  134. "repository": {
  135. "type": "git",
  136. "url": "git+https://github.com/jonschlinkert/extend-shallow.git"
  137. },
  138. "scripts": {
  139. "test": "mocha"
  140. },
  141. "verb": {
  142. "toc": false,
  143. "layout": "default",
  144. "tasks": [
  145. "readme"
  146. ],
  147. "related": {
  148. "list": [
  149. "extend-shallow",
  150. "for-in",
  151. "for-own",
  152. "is-plain-object",
  153. "isobject",
  154. "kind-of"
  155. ]
  156. },
  157. "plugins": [
  158. "gulp-format-md"
  159. ],
  160. "lint": {
  161. "reflinks": true
  162. }
  163. },
  164. "version": "3.0.2"
  165. }