package.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  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. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/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. "/fill-range"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz",
  44. "_shasum": "8dcae470e1c88abc2d600fff4a776286da75e637",
  45. "_shrinkwrap": null,
  46. "_spec": "repeat-string@^1.5.2",
  47. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/fill-range",
  48. "author": {
  49. "name": "Jon Schlinkert",
  50. "url": "http://github.com/jonschlinkert"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/jonschlinkert/repeat-string/issues"
  54. },
  55. "contributors": [
  56. {
  57. "name": "Brian Woodward",
  58. "email": "brian.woodward@gmail.com",
  59. "url": "https://github.com/doowb"
  60. },
  61. {
  62. "name": "Jon Schlinkert",
  63. "email": "jon.schlinkert@sellside.com",
  64. "url": "http://twitter.com/jonschlinkert"
  65. },
  66. {
  67. "name": "Linus Unnebäck",
  68. "email": "linus@folkdatorn.se",
  69. "url": "http://linus.unnebäck.se"
  70. },
  71. {
  72. "name": "Thijs Busser",
  73. "email": "tbusser@gmail.com",
  74. "url": "http://tbusser.net"
  75. },
  76. {
  77. "name": "Titus",
  78. "email": "tituswormer@gmail.com",
  79. "url": "wooorm.com"
  80. }
  81. ],
  82. "dependencies": {},
  83. "description": "Repeat the given string n times. Fastest implementation for repeating a string.",
  84. "devDependencies": {
  85. "ansi-cyan": "^0.1.1",
  86. "benchmarked": "^0.2.5",
  87. "gulp-format-md": "^0.1.11",
  88. "isobject": "^2.1.0",
  89. "mocha": "^3.1.2",
  90. "repeating": "^3.0.0",
  91. "text-table": "^0.2.0",
  92. "yargs-parser": "^4.0.2"
  93. },
  94. "directories": {},
  95. "dist": {
  96. "shasum": "8dcae470e1c88abc2d600fff4a776286da75e637",
  97. "tarball": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz"
  98. },
  99. "engines": {
  100. "node": ">=0.10"
  101. },
  102. "files": [
  103. "index.js"
  104. ],
  105. "gitHead": "1a95c5d99a02999ccd2cf4663959a18bd2def7b8",
  106. "homepage": "https://github.com/jonschlinkert/repeat-string",
  107. "keywords": [
  108. "fast",
  109. "fastest",
  110. "fill",
  111. "left",
  112. "left-pad",
  113. "multiple",
  114. "pad",
  115. "padding",
  116. "repeat",
  117. "repeating",
  118. "repetition",
  119. "right",
  120. "right-pad",
  121. "string",
  122. "times"
  123. ],
  124. "license": "MIT",
  125. "main": "index.js",
  126. "maintainers": [
  127. {
  128. "name": "jonschlinkert",
  129. "email": "github@sellside.com"
  130. },
  131. {
  132. "name": "doowb",
  133. "email": "brian.woodward@gmail.com"
  134. }
  135. ],
  136. "name": "repeat-string",
  137. "optionalDependencies": {},
  138. "readme": "ERROR: No README data found!",
  139. "repository": {
  140. "type": "git",
  141. "url": "git+https://github.com/jonschlinkert/repeat-string.git"
  142. },
  143. "scripts": {
  144. "test": "mocha"
  145. },
  146. "verb": {
  147. "toc": false,
  148. "layout": "default",
  149. "tasks": [
  150. "readme"
  151. ],
  152. "plugins": [
  153. "gulp-format-md"
  154. ],
  155. "related": {
  156. "list": [
  157. "repeat-element"
  158. ]
  159. },
  160. "helpers": [
  161. "./benchmark/helper.js"
  162. ],
  163. "reflinks": [
  164. "verb"
  165. ]
  166. },
  167. "version": "1.6.1"
  168. }