package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_args": [
  3. [
  4. "repeating@^1.1.0",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/indent-string"
  6. ]
  7. ],
  8. "_from": "repeating@>=1.1.0 <2.0.0",
  9. "_id": "repeating@1.1.3",
  10. "_inCache": true,
  11. "_location": "/repeating",
  12. "_nodeVersion": "0.12.4",
  13. "_npmUser": {
  14. "email": "sindresorhus@gmail.com",
  15. "name": "sindresorhus"
  16. },
  17. "_npmVersion": "2.10.1",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "repeating",
  21. "raw": "repeating@^1.1.0",
  22. "rawSpec": "^1.1.0",
  23. "scope": null,
  24. "spec": ">=1.1.0 <2.0.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/indent-string"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/repeating/-/repeating-1.1.3.tgz",
  31. "_shasum": "3d4114218877537494f97f77f9785fab810fa4ac",
  32. "_shrinkwrap": null,
  33. "_spec": "repeating@^1.1.0",
  34. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/indent-string",
  35. "author": {
  36. "email": "sindresorhus@gmail.com",
  37. "name": "Sindre Sorhus",
  38. "url": "sindresorhus.com"
  39. },
  40. "bin": {
  41. "repeating": "cli.js"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/sindresorhus/repeating/issues"
  45. },
  46. "dependencies": {
  47. "is-finite": "^1.0.0"
  48. },
  49. "description": "Repeat a string - fast",
  50. "devDependencies": {
  51. "ava": "0.0.4"
  52. },
  53. "directories": {},
  54. "dist": {
  55. "shasum": "3d4114218877537494f97f77f9785fab810fa4ac",
  56. "tarball": "http://registry.npmjs.org/repeating/-/repeating-1.1.3.tgz"
  57. },
  58. "engines": {
  59. "node": ">=0.10.0"
  60. },
  61. "files": [
  62. "cli.js",
  63. "index.js"
  64. ],
  65. "gitHead": "23e93be864952600940d29c8d67f2b9a09d48d81",
  66. "homepage": "https://github.com/sindresorhus/repeating",
  67. "installable": true,
  68. "keywords": [
  69. "bin",
  70. "cli",
  71. "cli-app",
  72. "fill",
  73. "repeat",
  74. "repeating",
  75. "str",
  76. "string",
  77. "text"
  78. ],
  79. "license": "MIT",
  80. "maintainers": [
  81. {
  82. "name": "sindresorhus",
  83. "email": "sindresorhus@gmail.com"
  84. }
  85. ],
  86. "name": "repeating",
  87. "optionalDependencies": {},
  88. "repository": {
  89. "type": "git",
  90. "url": "https://github.com/sindresorhus/repeating"
  91. },
  92. "scripts": {
  93. "test": "node test.js"
  94. },
  95. "version": "1.1.3"
  96. }