UI for Zipcoin Blue

package.json 3.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "class-utils@^0.3.5",
  6. "scope": null,
  7. "escapedName": "class-utils",
  8. "name": "class-utils",
  9. "rawSpec": "^0.3.5",
  10. "spec": ">=0.3.5 <0.4.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/base"
  14. ]
  15. ],
  16. "_from": "class-utils@>=0.3.5 <0.4.0",
  17. "_id": "class-utils@0.3.6",
  18. "_inCache": true,
  19. "_location": "/class-utils",
  20. "_nodeVersion": "9.1.0",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/class-utils-0.3.6.tgz_1515682163077_0.6769419175107032"
  24. },
  25. "_npmUser": {
  26. "name": "jonschlinkert",
  27. "email": "github@sellside.com"
  28. },
  29. "_npmVersion": "5.6.0",
  30. "_phantomChildren": {
  31. "is-descriptor": "0.1.6"
  32. },
  33. "_requested": {
  34. "raw": "class-utils@^0.3.5",
  35. "scope": null,
  36. "escapedName": "class-utils",
  37. "name": "class-utils",
  38. "rawSpec": "^0.3.5",
  39. "spec": ">=0.3.5 <0.4.0",
  40. "type": "range"
  41. },
  42. "_requiredBy": [
  43. "/base"
  44. ],
  45. "_resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz",
  46. "_shasum": "f93369ae8b9a7ce02fd41faad0ca83033190c463",
  47. "_shrinkwrap": null,
  48. "_spec": "class-utils@^0.3.5",
  49. "_where": "/Users/tennesseeg/blueCoin/node_modules/base",
  50. "author": {
  51. "name": "Jon Schlinkert",
  52. "url": "https://github.com/jonschlinkert"
  53. },
  54. "bugs": {
  55. "url": "https://github.com/jonschlinkert/class-utils/issues"
  56. },
  57. "contributors": [
  58. {
  59. "name": "Brian Woodward",
  60. "url": "https://twitter.com/doowb"
  61. },
  62. {
  63. "name": "Jon Schlinkert",
  64. "url": "http://twitter.com/jonschlinkert"
  65. },
  66. {
  67. "url": "https://github.com/wtgtybhertgeghgtwtg"
  68. }
  69. ],
  70. "dependencies": {
  71. "arr-union": "^3.1.0",
  72. "define-property": "^0.2.5",
  73. "isobject": "^3.0.0",
  74. "static-extend": "^0.1.1"
  75. },
  76. "description": "Utils for working with JavaScript classes and prototype methods.",
  77. "devDependencies": {
  78. "gulp": "^3.9.1",
  79. "gulp-eslint": "^2.0.0",
  80. "gulp-format-md": "^0.1.7",
  81. "gulp-istanbul": "^0.10.3",
  82. "gulp-mocha": "^2.2.0",
  83. "mocha": "^2.4.5",
  84. "should": "^8.2.2",
  85. "through2": "^2.0.1"
  86. },
  87. "directories": {},
  88. "dist": {
  89. "integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==",
  90. "shasum": "f93369ae8b9a7ce02fd41faad0ca83033190c463",
  91. "tarball": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz"
  92. },
  93. "engines": {
  94. "node": ">=0.10.0"
  95. },
  96. "files": [
  97. "index.js"
  98. ],
  99. "gitHead": "0ad9e639d6a63d6dc04043ac5931df85fb898e06",
  100. "homepage": "https://github.com/jonschlinkert/class-utils",
  101. "keywords": [
  102. "array",
  103. "assign",
  104. "class",
  105. "copy",
  106. "ctor",
  107. "define",
  108. "delegate",
  109. "descriptor",
  110. "extend",
  111. "extends",
  112. "inherit",
  113. "inheritance",
  114. "merge",
  115. "method",
  116. "object",
  117. "prop",
  118. "properties",
  119. "property",
  120. "prototype",
  121. "util",
  122. "utils"
  123. ],
  124. "license": "MIT",
  125. "main": "index.js",
  126. "maintainers": [
  127. {
  128. "name": "doowb",
  129. "email": "brian.woodward@gmail.com"
  130. },
  131. {
  132. "name": "jonschlinkert",
  133. "email": "github@sellside.com"
  134. }
  135. ],
  136. "name": "class-utils",
  137. "optionalDependencies": {},
  138. "readme": "ERROR: No README data found!",
  139. "repository": {
  140. "type": "git",
  141. "url": "git+https://github.com/jonschlinkert/class-utils.git"
  142. },
  143. "scripts": {
  144. "test": "mocha"
  145. },
  146. "verb": {
  147. "run": true,
  148. "toc": false,
  149. "layout": "default",
  150. "tasks": [
  151. "readme"
  152. ],
  153. "plugins": [
  154. "gulp-format-md"
  155. ],
  156. "related": {
  157. "list": [
  158. "define-property",
  159. "delegate-properties",
  160. "is-descriptor"
  161. ]
  162. },
  163. "reflinks": [
  164. "verb"
  165. ],
  166. "lint": {
  167. "reflinks": true
  168. }
  169. },
  170. "version": "0.3.6"
  171. }