package.json 3.7 KB

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