UI for Zipcoin Blue

package.json 3.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "kind-of@^3.0.2",
  6. "scope": null,
  7. "escapedName": "kind-of",
  8. "name": "kind-of",
  9. "rawSpec": "^3.0.2",
  10. "spec": ">=3.0.2 <4.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/micromatch"
  14. ]
  15. ],
  16. "_from": "kind-of@>=3.0.2 <4.0.0",
  17. "_id": "kind-of@3.2.2",
  18. "_inCache": true,
  19. "_location": "/kind-of",
  20. "_nodeVersion": "7.7.3",
  21. "_npmOperationalInternal": {
  22. "host": "packages-18-east.internal.npmjs.com",
  23. "tmp": "tmp/kind-of-3.2.2.tgz_1494958899918_0.23780996026471257"
  24. },
  25. "_npmUser": {
  26. "name": "jonschlinkert",
  27. "email": "github@sellside.com"
  28. },
  29. "_npmVersion": "4.5.0",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "kind-of@^3.0.2",
  33. "scope": null,
  34. "escapedName": "kind-of",
  35. "name": "kind-of",
  36. "rawSpec": "^3.0.2",
  37. "spec": ">=3.0.2 <4.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/align-text",
  42. "/is-accessor-descriptor",
  43. "/is-data-descriptor",
  44. "/is-number",
  45. "/micromatch",
  46. "/object-copy",
  47. "/snapdragon-util",
  48. "/to-object-path",
  49. "/to-regex-range/is-number"
  50. ],
  51. "_resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
  52. "_shasum": "31ea21a734bab9bbb0f32466d893aea51e4a3c64",
  53. "_shrinkwrap": null,
  54. "_spec": "kind-of@^3.0.2",
  55. "_where": "/Users/tennesseeg/blueCoin/node_modules/micromatch",
  56. "author": {
  57. "name": "Jon Schlinkert",
  58. "url": "https://github.com/jonschlinkert"
  59. },
  60. "bugs": {
  61. "url": "https://github.com/jonschlinkert/kind-of/issues"
  62. },
  63. "contributors": [
  64. {
  65. "name": "David Fox-Powell",
  66. "url": "https://dtothefp.github.io/me"
  67. },
  68. {
  69. "name": "Jon Schlinkert",
  70. "url": "http://twitter.com/jonschlinkert"
  71. },
  72. {
  73. "name": "Ken Sheedlo",
  74. "url": "kensheedlo.com"
  75. },
  76. {
  77. "name": "laggingreflex",
  78. "url": "https://github.com/laggingreflex"
  79. },
  80. {
  81. "name": "Miguel Mota",
  82. "url": "https://miguelmota.com"
  83. },
  84. {
  85. "name": "Peter deHaan",
  86. "url": "http://about.me/peterdehaan"
  87. }
  88. ],
  89. "dependencies": {
  90. "is-buffer": "^1.1.5"
  91. },
  92. "description": "Get the native type of a value.",
  93. "devDependencies": {
  94. "ansi-bold": "^0.1.1",
  95. "benchmarked": "^1.0.0",
  96. "browserify": "^14.3.0",
  97. "glob": "^7.1.1",
  98. "gulp-format-md": "^0.1.12",
  99. "mocha": "^3.3.0",
  100. "type-of": "^2.0.1",
  101. "typeof": "^1.0.0"
  102. },
  103. "directories": {},
  104. "dist": {
  105. "shasum": "31ea21a734bab9bbb0f32466d893aea51e4a3c64",
  106. "tarball": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz"
  107. },
  108. "engines": {
  109. "node": ">=0.10.0"
  110. },
  111. "files": [
  112. "index.js"
  113. ],
  114. "gitHead": "0ffe67cf12f5396047c1bacf04232b7deeb24063",
  115. "homepage": "https://github.com/jonschlinkert/kind-of",
  116. "keywords": [
  117. "arguments",
  118. "array",
  119. "boolean",
  120. "check",
  121. "date",
  122. "function",
  123. "is",
  124. "is-type",
  125. "is-type-of",
  126. "kind",
  127. "kind-of",
  128. "number",
  129. "object",
  130. "of",
  131. "regexp",
  132. "string",
  133. "test",
  134. "type",
  135. "type-of",
  136. "typeof",
  137. "types"
  138. ],
  139. "license": "MIT",
  140. "main": "index.js",
  141. "maintainers": [
  142. {
  143. "name": "jonschlinkert",
  144. "email": "github@sellside.com"
  145. },
  146. {
  147. "name": "doowb",
  148. "email": "brian.woodward@gmail.com"
  149. }
  150. ],
  151. "name": "kind-of",
  152. "optionalDependencies": {},
  153. "readme": "ERROR: No README data found!",
  154. "repository": {
  155. "type": "git",
  156. "url": "git+https://github.com/jonschlinkert/kind-of.git"
  157. },
  158. "scripts": {
  159. "prepublish": "browserify -o browser.js -e index.js -s index --bare",
  160. "test": "mocha"
  161. },
  162. "verb": {
  163. "related": {
  164. "list": [
  165. "is-glob",
  166. "is-number",
  167. "is-primitive"
  168. ]
  169. },
  170. "toc": false,
  171. "layout": "default",
  172. "tasks": [
  173. "readme"
  174. ],
  175. "plugins": [
  176. "gulp-format-md"
  177. ],
  178. "lint": {
  179. "reflinks": true
  180. },
  181. "reflinks": [
  182. "verb"
  183. ]
  184. },
  185. "version": "3.2.2"
  186. }