package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. {
  2. "_args": [
  3. [
  4. "repeat-string@^1.5.2",
  5. "D:\\work\\im\\node_modules\\fill-range"
  6. ]
  7. ],
  8. "_from": "repeat-string@>=1.5.2 <2.0.0",
  9. "_id": "repeat-string@1.5.4",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/repeat-string",
  13. "_nodeVersion": "5.5.0",
  14. "_npmOperationalInternal": {
  15. "host": "packages-5-east.internal.npmjs.com",
  16. "tmp": "tmp/repeat-string-1.5.4.tgz_1456747759357_0.14794702967628837"
  17. },
  18. "_npmUser": {
  19. "email": "github@sellside.com",
  20. "name": "jonschlinkert"
  21. },
  22. "_npmVersion": "3.6.0",
  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. "/fill-range"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.5.4.tgz",
  36. "_shasum": "64ec0c91e0f4b475f90d5b643651e3e6e5b6c2d5",
  37. "_shrinkwrap": null,
  38. "_spec": "repeat-string@^1.5.2",
  39. "_where": "D:\\work\\im\\node_modules\\fill-range",
  40. "author": {
  41. "name": "Jon Schlinkert",
  42. "url": "http://github.com/jonschlinkert"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/jonschlinkert/repeat-string/issues"
  46. },
  47. "dependencies": {},
  48. "description": "Repeat the given string n times. Fastest implementation for repeating a string.",
  49. "devDependencies": {
  50. "benchmarked": "^0.1.5",
  51. "chalk": "^1.1.1",
  52. "glob": "^7.0.0",
  53. "gulp-format-md": "^0.1.7",
  54. "mocha": "*",
  55. "repeating": "^2.0.0",
  56. "should": "*"
  57. },
  58. "directories": {},
  59. "dist": {
  60. "shasum": "64ec0c91e0f4b475f90d5b643651e3e6e5b6c2d5",
  61. "tarball": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.5.4.tgz"
  62. },
  63. "engines": {
  64. "node": ">=0.10"
  65. },
  66. "files": [
  67. "index.js"
  68. ],
  69. "gitHead": "53b4ac32e4cfa5bf339aed73544fe86b0f3e9190",
  70. "homepage": "https://github.com/jonschlinkert/repeat-string",
  71. "keywords": [
  72. "fast",
  73. "fastest",
  74. "fill",
  75. "left",
  76. "left-pad",
  77. "multiple",
  78. "pad",
  79. "padding",
  80. "repeat",
  81. "repeating",
  82. "repetition",
  83. "right",
  84. "right-pad",
  85. "string",
  86. "times"
  87. ],
  88. "license": "MIT",
  89. "main": "index.js",
  90. "maintainers": [
  91. {
  92. "email": "github@sellside.com",
  93. "name": "jonschlinkert"
  94. },
  95. {
  96. "email": "brian.woodward@gmail.com",
  97. "name": "doowb"
  98. }
  99. ],
  100. "name": "repeat-string",
  101. "optionalDependencies": {},
  102. "readme": "ERROR: No README data found!",
  103. "repository": {
  104. "type": "git",
  105. "url": "git+https://github.com/jonschlinkert/repeat-string.git"
  106. },
  107. "scripts": {
  108. "test": "mocha"
  109. },
  110. "verb": {
  111. "layout": "default",
  112. "plugins": [
  113. "gulp-format-md"
  114. ],
  115. "reflinks": [
  116. "verb"
  117. ],
  118. "related": {
  119. "list": [
  120. "repeat-element"
  121. ]
  122. },
  123. "tasks": [
  124. "readme"
  125. ],
  126. "toc": false
  127. },
  128. "version": "1.5.4"
  129. }