package.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "repeat-string@^1.5.2",
  6. "scope": null,
  7. "escapedName": "repeat-string",
  8. "name": "repeat-string",
  9. "rawSpec": "^1.5.2",
  10. "spec": ">=1.5.2 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/fill-range"
  14. ]
  15. ],
  16. "_from": "repeat-string@>=1.5.2 <2.0.0",
  17. "_id": "repeat-string@1.6.1",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/repeat-string",
  21. "_nodeVersion": "6.7.0",
  22. "_npmOperationalInternal": {
  23. "host": "packages-12-west.internal.npmjs.com",
  24. "tmp": "tmp/repeat-string-1.6.1.tgz_1477241638674_0.3764322670176625"
  25. },
  26. "_npmUser": {
  27. "name": "jonschlinkert",
  28. "email": "github@sellside.com"
  29. },
  30. "_npmVersion": "3.10.3",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "repeat-string@^1.5.2",
  34. "scope": null,
  35. "escapedName": "repeat-string",
  36. "name": "repeat-string",
  37. "rawSpec": "^1.5.2",
  38. "spec": ">=1.5.2 <2.0.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/align-text",
  43. "/fill-range"
  44. ],
  45. "_resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz",
  46. "_shasum": "8dcae470e1c88abc2d600fff4a776286da75e637",
  47. "_shrinkwrap": null,
  48. "_spec": "repeat-string@^1.5.2",
  49. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/fill-range",
  50. "author": {
  51. "name": "Jon Schlinkert",
  52. "url": "http://github.com/jonschlinkert"
  53. },
  54. "bugs": {
  55. "url": "https://github.com/jonschlinkert/repeat-string/issues"
  56. },
  57. "contributors": [
  58. {
  59. "name": "Brian Woodward",
  60. "email": "brian.woodward@gmail.com",
  61. "url": "https://github.com/doowb"
  62. },
  63. {
  64. "name": "Jon Schlinkert",
  65. "email": "jon.schlinkert@sellside.com",
  66. "url": "http://twitter.com/jonschlinkert"
  67. },
  68. {
  69. "name": "Linus Unnebäck",
  70. "email": "linus@folkdatorn.se",
  71. "url": "http://linus.unnebäck.se"
  72. },
  73. {
  74. "name": "Thijs Busser",
  75. "email": "tbusser@gmail.com",
  76. "url": "http://tbusser.net"
  77. },
  78. {
  79. "name": "Titus",
  80. "email": "tituswormer@gmail.com",
  81. "url": "wooorm.com"
  82. }
  83. ],
  84. "dependencies": {},
  85. "description": "Repeat the given string n times. Fastest implementation for repeating a string.",
  86. "devDependencies": {
  87. "ansi-cyan": "^0.1.1",
  88. "benchmarked": "^0.2.5",
  89. "gulp-format-md": "^0.1.11",
  90. "isobject": "^2.1.0",
  91. "mocha": "^3.1.2",
  92. "repeating": "^3.0.0",
  93. "text-table": "^0.2.0",
  94. "yargs-parser": "^4.0.2"
  95. },
  96. "directories": {},
  97. "dist": {
  98. "shasum": "8dcae470e1c88abc2d600fff4a776286da75e637",
  99. "tarball": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz"
  100. },
  101. "engines": {
  102. "node": ">=0.10"
  103. },
  104. "files": [
  105. "index.js"
  106. ],
  107. "gitHead": "1a95c5d99a02999ccd2cf4663959a18bd2def7b8",
  108. "homepage": "https://github.com/jonschlinkert/repeat-string",
  109. "keywords": [
  110. "fast",
  111. "fastest",
  112. "fill",
  113. "left",
  114. "left-pad",
  115. "multiple",
  116. "pad",
  117. "padding",
  118. "repeat",
  119. "repeating",
  120. "repetition",
  121. "right",
  122. "right-pad",
  123. "string",
  124. "times"
  125. ],
  126. "license": "MIT",
  127. "main": "index.js",
  128. "maintainers": [
  129. {
  130. "name": "jonschlinkert",
  131. "email": "github@sellside.com"
  132. },
  133. {
  134. "name": "doowb",
  135. "email": "brian.woodward@gmail.com"
  136. }
  137. ],
  138. "name": "repeat-string",
  139. "optionalDependencies": {},
  140. "readme": "ERROR: No README data found!",
  141. "repository": {
  142. "type": "git",
  143. "url": "git+https://github.com/jonschlinkert/repeat-string.git"
  144. },
  145. "scripts": {
  146. "test": "mocha"
  147. },
  148. "verb": {
  149. "toc": false,
  150. "layout": "default",
  151. "tasks": [
  152. "readme"
  153. ],
  154. "plugins": [
  155. "gulp-format-md"
  156. ],
  157. "related": {
  158. "list": [
  159. "repeat-element"
  160. ]
  161. },
  162. "helpers": [
  163. "./benchmark/helper.js"
  164. ],
  165. "reflinks": [
  166. "verb"
  167. ]
  168. },
  169. "version": "1.6.1"
  170. }