package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. {
  2. "_from": "repeat-string@^1.6.1",
  3. "_id": "repeat-string@1.6.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==",
  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. "/@vue/cli-service/fill-range",
  20. "/@vue/cli-service/to-regex-range",
  21. "/expand-range/fill-range",
  22. "/mocha-webpack/fill-range",
  23. "/mocha-webpack/to-regex-range",
  24. "/sane/fill-range",
  25. "/sane/to-regex-range",
  26. "/svg-baker/fill-range",
  27. "/svg-baker/to-regex-range",
  28. "/watchpack-chokidar2/fill-range",
  29. "/watchpack-chokidar2/to-regex-range",
  30. "/webpack/fill-range",
  31. "/webpack/to-regex-range"
  32. ],
  33. "_resolved": "https://registry.npmmirror.com/repeat-string/-/repeat-string-1.6.1.tgz",
  34. "_shasum": "8dcae470e1c88abc2d600fff4a776286da75e637",
  35. "_spec": "repeat-string@^1.6.1",
  36. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\webpack\\node_modules\\fill-range",
  37. "author": {
  38. "name": "Jon Schlinkert",
  39. "url": "http://github.com/jonschlinkert"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/jonschlinkert/repeat-string/issues"
  43. },
  44. "bundleDependencies": false,
  45. "contributors": [
  46. {
  47. "name": "Brian Woodward",
  48. "email": "brian.woodward@gmail.com",
  49. "url": "https://github.com/doowb"
  50. },
  51. {
  52. "name": "Jon Schlinkert",
  53. "email": "jon.schlinkert@sellside.com",
  54. "url": "http://twitter.com/jonschlinkert"
  55. },
  56. {
  57. "name": "Linus Unnebäck",
  58. "email": "linus@folkdatorn.se",
  59. "url": "http://linus.unnebäck.se"
  60. },
  61. {
  62. "name": "Thijs Busser",
  63. "email": "tbusser@gmail.com",
  64. "url": "http://tbusser.net"
  65. },
  66. {
  67. "name": "Titus",
  68. "email": "tituswormer@gmail.com",
  69. "url": "wooorm.com"
  70. }
  71. ],
  72. "deprecated": false,
  73. "description": "Repeat the given string n times. Fastest implementation for repeating a string.",
  74. "devDependencies": {
  75. "ansi-cyan": "^0.1.1",
  76. "benchmarked": "^0.2.5",
  77. "gulp-format-md": "^0.1.11",
  78. "isobject": "^2.1.0",
  79. "mocha": "^3.1.2",
  80. "repeating": "^3.0.0",
  81. "text-table": "^0.2.0",
  82. "yargs-parser": "^4.0.2"
  83. },
  84. "engines": {
  85. "node": ">=0.10"
  86. },
  87. "files": [
  88. "index.js"
  89. ],
  90. "homepage": "https://github.com/jonschlinkert/repeat-string",
  91. "keywords": [
  92. "fast",
  93. "fastest",
  94. "fill",
  95. "left",
  96. "left-pad",
  97. "multiple",
  98. "pad",
  99. "padding",
  100. "repeat",
  101. "repeating",
  102. "repetition",
  103. "right",
  104. "right-pad",
  105. "string",
  106. "times"
  107. ],
  108. "license": "MIT",
  109. "main": "index.js",
  110. "name": "repeat-string",
  111. "repository": {
  112. "type": "git",
  113. "url": "git+https://github.com/jonschlinkert/repeat-string.git"
  114. },
  115. "scripts": {
  116. "test": "mocha"
  117. },
  118. "verb": {
  119. "toc": false,
  120. "layout": "default",
  121. "tasks": [
  122. "readme"
  123. ],
  124. "plugins": [
  125. "gulp-format-md"
  126. ],
  127. "related": {
  128. "list": [
  129. "repeat-element"
  130. ]
  131. },
  132. "helpers": [
  133. "./benchmark/helper.js"
  134. ],
  135. "reflinks": [
  136. "verb"
  137. ]
  138. },
  139. "version": "1.6.1"
  140. }