You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

161 lines
3.7 KiB

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