UI for Zipcoin Blue

package.json 4.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "randomatic@^3.0.0",
  6. "scope": null,
  7. "escapedName": "randomatic",
  8. "name": "randomatic",
  9. "rawSpec": "^3.0.0",
  10. "spec": ">=3.0.0 <4.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/fill-range"
  14. ]
  15. ],
  16. "_from": "randomatic@>=3.0.0 <4.0.0",
  17. "_id": "randomatic@3.0.0",
  18. "_inCache": true,
  19. "_location": "/randomatic",
  20. "_nodeVersion": "9.1.0",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/randomatic-3.0.0.tgz_1514501908399_0.49032310070469975"
  24. },
  25. "_npmUser": {
  26. "name": "jonschlinkert",
  27. "email": "github@sellside.com"
  28. },
  29. "_npmVersion": "5.6.0",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "randomatic@^3.0.0",
  33. "scope": null,
  34. "escapedName": "randomatic",
  35. "name": "randomatic",
  36. "rawSpec": "^3.0.0",
  37. "spec": ">=3.0.0 <4.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/fill-range"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/randomatic/-/randomatic-3.0.0.tgz",
  44. "_shasum": "d35490030eb4f7578de292ce6dfb04a91a128923",
  45. "_shrinkwrap": null,
  46. "_spec": "randomatic@^3.0.0",
  47. "_where": "/Users/tennesseeg/blueCoin/node_modules/fill-range",
  48. "author": {
  49. "name": "Jon Schlinkert",
  50. "url": "https://github.com/jonschlinkert"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/jonschlinkert/randomatic/issues"
  54. },
  55. "contributors": [
  56. {
  57. "name": "Bogdan Chadkin",
  58. "url": "https://github.com/TrySound"
  59. },
  60. {
  61. "name": "Dragos Fotescu",
  62. "url": "http://dragosfotescu.com"
  63. },
  64. {
  65. "name": "Faiz ul haque",
  66. "url": "http://www.10pearls.com"
  67. },
  68. {
  69. "name": "Jon Schlinkert",
  70. "url": "http://twitter.com/jonschlinkert"
  71. },
  72. {
  73. "name": "Michael Rhodes",
  74. "url": "http://michaelrhod.es"
  75. },
  76. {
  77. "name": "Paul Miller",
  78. "url": "https://paulmillr.com"
  79. },
  80. {
  81. "name": "Rouven Weßling",
  82. "url": "www.rouvenwessling.de"
  83. },
  84. {
  85. "name": "Sun Knudsen",
  86. "url": "https://sunknudsen.com"
  87. }
  88. ],
  89. "dependencies": {
  90. "is-number": "^4.0.0",
  91. "kind-of": "^6.0.0",
  92. "math-random": "^1.0.1"
  93. },
  94. "description": "Generate randomized strings of a specified length using simple character sequences. The original generate-password.",
  95. "devDependencies": {
  96. "ansi-bold": "^0.1.1",
  97. "benchmarked": "^1.1.1",
  98. "glob": "^7.1.2",
  99. "gulp-format-md": "^0.1.12",
  100. "mocha": "^3.4.2"
  101. },
  102. "directories": {},
  103. "dist": {
  104. "integrity": "sha512-VdxFOIEY3mNO5PtSRkkle/hPJDHvQhK21oa73K4yAc9qmp6N429gAyF1gZMOTMeS0/AYzaV/2Trcef+NaIonSA==",
  105. "shasum": "d35490030eb4f7578de292ce6dfb04a91a128923",
  106. "tarball": "https://registry.npmjs.org/randomatic/-/randomatic-3.0.0.tgz"
  107. },
  108. "engines": {
  109. "node": ">= 0.10.0"
  110. },
  111. "files": [
  112. "index.js"
  113. ],
  114. "gitHead": "68240f9566badf952697450a8b91eb131d572d9f",
  115. "homepage": "https://github.com/jonschlinkert/randomatic",
  116. "keywords": [
  117. "alpha",
  118. "alpha-numeric",
  119. "alphanumeric",
  120. "characters",
  121. "chars",
  122. "generate",
  123. "generate-password",
  124. "numeric",
  125. "password",
  126. "rand",
  127. "random",
  128. "randomatic",
  129. "randomize",
  130. "randomized"
  131. ],
  132. "license": "MIT",
  133. "main": "index.js",
  134. "maintainers": [
  135. {
  136. "name": "doowb",
  137. "email": "brian.woodward@gmail.com"
  138. },
  139. {
  140. "name": "jonschlinkert",
  141. "email": "github@sellside.com"
  142. }
  143. ],
  144. "name": "randomatic",
  145. "optionalDependencies": {},
  146. "readme": "ERROR: No README data found!",
  147. "repository": {
  148. "type": "git",
  149. "url": "git+https://github.com/jonschlinkert/randomatic.git"
  150. },
  151. "scripts": {
  152. "test": "mocha"
  153. },
  154. "verb": {
  155. "toc": false,
  156. "layout": "default",
  157. "tasks": [
  158. "readme"
  159. ],
  160. "plugins": [
  161. "gulp-format-md"
  162. ],
  163. "related": {
  164. "list": [
  165. "pad-left",
  166. "pad-right",
  167. "repeat-string"
  168. ]
  169. },
  170. "lint": {
  171. "reflinks": true
  172. }
  173. },
  174. "version": "3.0.0"
  175. }