package.json 2.8 KB

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