package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. {
  2. "_from": "repeat-string@^1.6.1",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=",
  6. "_location": "/repeat-string",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "repeat-string@^1.6.1",
  12. "name": "repeat-string",
  13. "escapedName": "repeat-string",
  14. "rawSpec": "^1.6.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.6.1"
  17. },
  18. "_requiredBy": [
  19. "/align-text",
  20. "/fill-range",
  21. "/to-regex-range"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz",
  24. "_shasum": "8dcae470e1c88abc2d600fff4a776286da75e637",
  25. "_spec": "repeat-string@^1.6.1",
  26. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\fill-range",
  27. "author": {
  28. "name": "Jon Schlinkert",
  29. "url": "http://github.com/jonschlinkert"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/jonschlinkert/repeat-string/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "Brian Woodward",
  38. "email": "[email protected]",
  39. "url": "https://github.com/doowb"
  40. },
  41. {
  42. "name": "Jon Schlinkert",
  43. "email": "[email protected]",
  44. "url": "http://twitter.com/jonschlinkert"
  45. },
  46. {
  47. "name": "Linus Unnebäck",
  48. "email": "[email protected]",
  49. "url": "http://linus.unnebäck.se"
  50. },
  51. {
  52. "name": "Thijs Busser",
  53. "email": "[email protected]",
  54. "url": "http://tbusser.net"
  55. },
  56. {
  57. "name": "Titus",
  58. "email": "[email protected]",
  59. "url": "wooorm.com"
  60. }
  61. ],
  62. "deprecated": false,
  63. "description": "Repeat the given string n times. Fastest implementation for repeating a string.",
  64. "devDependencies": {
  65. "ansi-cyan": "^0.1.1",
  66. "benchmarked": "^0.2.5",
  67. "gulp-format-md": "^0.1.11",
  68. "isobject": "^2.1.0",
  69. "mocha": "^3.1.2",
  70. "repeating": "^3.0.0",
  71. "text-table": "^0.2.0",
  72. "yargs-parser": "^4.0.2"
  73. },
  74. "engines": {
  75. "node": ">=0.10"
  76. },
  77. "files": [
  78. "index.js"
  79. ],
  80. "homepage": "https://github.com/jonschlinkert/repeat-string",
  81. "keywords": [
  82. "fast",
  83. "fastest",
  84. "fill",
  85. "left",
  86. "left-pad",
  87. "multiple",
  88. "pad",
  89. "padding",
  90. "repeat",
  91. "repeating",
  92. "repetition",
  93. "right",
  94. "right-pad",
  95. "string",
  96. "times"
  97. ],
  98. "license": "MIT",
  99. "main": "index.js",
  100. "name": "repeat-string",
  101. "repository": {
  102. "type": "git",
  103. "url": "git+https://github.com/jonschlinkert/repeat-string.git"
  104. },
  105. "scripts": {
  106. "test": "mocha"
  107. },
  108. "verb": {
  109. "toc": false,
  110. "layout": "default",
  111. "tasks": [
  112. "readme"
  113. ],
  114. "plugins": [
  115. "gulp-format-md"
  116. ],
  117. "related": {
  118. "list": [
  119. "repeat-element"
  120. ]
  121. },
  122. "helpers": [
  123. "./benchmark/helper.js"
  124. ],
  125. "reflinks": [
  126. "verb"
  127. ]
  128. },
  129. "version": "1.6.1"
  130. }