package.json 2.1 KB

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