package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. {
  2. "_args": [
  3. [
  4. "repeat-string@1.6.1",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "repeat-string@1.6.1",
  10. "_id": "repeat-string@1.6.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=",
  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. "/align-text",
  27. "/micromatch/fill-range",
  28. "/micromatch/to-regex-range",
  29. "/watchpack-chokidar2/fill-range",
  30. "/watchpack-chokidar2/to-regex-range",
  31. "/webpack-dev-server/fill-range",
  32. "/webpack-dev-server/to-regex-range"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz",
  35. "_spec": "1.6.1",
  36. "_where": "E:\\amr1.0\\AMR",
  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. "contributors": [
  45. {
  46. "name": "Brian Woodward",
  47. "email": "brian.woodward@gmail.com",
  48. "url": "https://github.com/doowb"
  49. },
  50. {
  51. "name": "Jon Schlinkert",
  52. "email": "jon.schlinkert@sellside.com",
  53. "url": "http://twitter.com/jonschlinkert"
  54. },
  55. {
  56. "name": "Linus Unnebäck",
  57. "email": "linus@folkdatorn.se",
  58. "url": "http://linus.unnebäck.se"
  59. },
  60. {
  61. "name": "Thijs Busser",
  62. "email": "tbusser@gmail.com",
  63. "url": "http://tbusser.net"
  64. },
  65. {
  66. "name": "Titus",
  67. "email": "tituswormer@gmail.com",
  68. "url": "wooorm.com"
  69. }
  70. ],
  71. "description": "Repeat the given string n times. Fastest implementation for repeating a string.",
  72. "devDependencies": {
  73. "ansi-cyan": "^0.1.1",
  74. "benchmarked": "^0.2.5",
  75. "gulp-format-md": "^0.1.11",
  76. "isobject": "^2.1.0",
  77. "mocha": "^3.1.2",
  78. "repeating": "^3.0.0",
  79. "text-table": "^0.2.0",
  80. "yargs-parser": "^4.0.2"
  81. },
  82. "engines": {
  83. "node": ">=0.10"
  84. },
  85. "files": [
  86. "index.js"
  87. ],
  88. "homepage": "https://github.com/jonschlinkert/repeat-string",
  89. "keywords": [
  90. "fast",
  91. "fastest",
  92. "fill",
  93. "left",
  94. "left-pad",
  95. "multiple",
  96. "pad",
  97. "padding",
  98. "repeat",
  99. "repeating",
  100. "repetition",
  101. "right",
  102. "right-pad",
  103. "string",
  104. "times"
  105. ],
  106. "license": "MIT",
  107. "main": "index.js",
  108. "name": "repeat-string",
  109. "repository": {
  110. "type": "git",
  111. "url": "git+https://github.com/jonschlinkert/repeat-string.git"
  112. },
  113. "scripts": {
  114. "test": "mocha"
  115. },
  116. "verb": {
  117. "toc": false,
  118. "layout": "default",
  119. "tasks": [
  120. "readme"
  121. ],
  122. "plugins": [
  123. "gulp-format-md"
  124. ],
  125. "related": {
  126. "list": [
  127. "repeat-element"
  128. ]
  129. },
  130. "helpers": [
  131. "./benchmark/helper.js"
  132. ],
  133. "reflinks": [
  134. "verb"
  135. ]
  136. },
  137. "version": "1.6.1"
  138. }