package.json 2.8 KB

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