package.json 2.9 KB

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