package.json 2.9 KB

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