UI for Zipcoin Blue

package.json 3.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "repeat-string@^1.5.2",
  6. "scope": null,
  7. "escapedName": "repeat-string",
  8. "name": "repeat-string",
  9. "rawSpec": "^1.5.2",
  10. "spec": ">=1.5.2 <2.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/fill-range"
  14. ]
  15. ],
  16. "_from": "repeat-string@>=1.5.2 <2.0.0",
  17. "_id": "repeat-string@1.6.1",
  18. "_inCache": true,
  19. "_location": "/repeat-string",
  20. "_nodeVersion": "6.7.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/repeat-string-1.6.1.tgz_1477241638674_0.3764322670176625"
  24. },
  25. "_npmUser": {
  26. "name": "jonschlinkert",
  27. "email": "github@sellside.com"
  28. },
  29. "_npmVersion": "3.10.3",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "repeat-string@^1.5.2",
  33. "scope": null,
  34. "escapedName": "repeat-string",
  35. "name": "repeat-string",
  36. "rawSpec": "^1.5.2",
  37. "spec": ">=1.5.2 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/align-text",
  42. "/fill-range",
  43. "/to-regex-range",
  44. "/watchpack/fill-range"
  45. ],
  46. "_resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz",
  47. "_shasum": "8dcae470e1c88abc2d600fff4a776286da75e637",
  48. "_shrinkwrap": null,
  49. "_spec": "repeat-string@^1.5.2",
  50. "_where": "/Users/tennesseeg/blueCoin/node_modules/fill-range",
  51. "author": {
  52. "name": "Jon Schlinkert",
  53. "url": "http://github.com/jonschlinkert"
  54. },
  55. "bugs": {
  56. "url": "https://github.com/jonschlinkert/repeat-string/issues"
  57. },
  58. "contributors": [
  59. {
  60. "name": "Brian Woodward",
  61. "email": "brian.woodward@gmail.com",
  62. "url": "https://github.com/doowb"
  63. },
  64. {
  65. "name": "Jon Schlinkert",
  66. "email": "jon.schlinkert@sellside.com",
  67. "url": "http://twitter.com/jonschlinkert"
  68. },
  69. {
  70. "name": "Linus Unnebäck",
  71. "email": "linus@folkdatorn.se",
  72. "url": "http://linus.unnebäck.se"
  73. },
  74. {
  75. "name": "Thijs Busser",
  76. "email": "tbusser@gmail.com",
  77. "url": "http://tbusser.net"
  78. },
  79. {
  80. "name": "Titus",
  81. "email": "tituswormer@gmail.com",
  82. "url": "wooorm.com"
  83. }
  84. ],
  85. "dependencies": {},
  86. "description": "Repeat the given string n times. Fastest implementation for repeating a string.",
  87. "devDependencies": {
  88. "ansi-cyan": "^0.1.1",
  89. "benchmarked": "^0.2.5",
  90. "gulp-format-md": "^0.1.11",
  91. "isobject": "^2.1.0",
  92. "mocha": "^3.1.2",
  93. "repeating": "^3.0.0",
  94. "text-table": "^0.2.0",
  95. "yargs-parser": "^4.0.2"
  96. },
  97. "directories": {},
  98. "dist": {
  99. "shasum": "8dcae470e1c88abc2d600fff4a776286da75e637",
  100. "tarball": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz"
  101. },
  102. "engines": {
  103. "node": ">=0.10"
  104. },
  105. "files": [
  106. "index.js"
  107. ],
  108. "gitHead": "1a95c5d99a02999ccd2cf4663959a18bd2def7b8",
  109. "homepage": "https://github.com/jonschlinkert/repeat-string",
  110. "keywords": [
  111. "fast",
  112. "fastest",
  113. "fill",
  114. "left",
  115. "left-pad",
  116. "multiple",
  117. "pad",
  118. "padding",
  119. "repeat",
  120. "repeating",
  121. "repetition",
  122. "right",
  123. "right-pad",
  124. "string",
  125. "times"
  126. ],
  127. "license": "MIT",
  128. "main": "index.js",
  129. "maintainers": [
  130. {
  131. "name": "jonschlinkert",
  132. "email": "github@sellside.com"
  133. },
  134. {
  135. "name": "doowb",
  136. "email": "brian.woodward@gmail.com"
  137. }
  138. ],
  139. "name": "repeat-string",
  140. "optionalDependencies": {},
  141. "readme": "ERROR: No README data found!",
  142. "repository": {
  143. "type": "git",
  144. "url": "git+https://github.com/jonschlinkert/repeat-string.git"
  145. },
  146. "scripts": {
  147. "test": "mocha"
  148. },
  149. "verb": {
  150. "toc": false,
  151. "layout": "default",
  152. "tasks": [
  153. "readme"
  154. ],
  155. "plugins": [
  156. "gulp-format-md"
  157. ],
  158. "related": {
  159. "list": [
  160. "repeat-element"
  161. ]
  162. },
  163. "helpers": [
  164. "./benchmark/helper.js"
  165. ],
  166. "reflinks": [
  167. "verb"
  168. ]
  169. },
  170. "version": "1.6.1"
  171. }