Няма описание

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "indent-string",
  3. "version": "2.1.0",
  4. "description": "Indent each line in a string",
  5. "license": "MIT",
  6. "repository": "sindresorhus/indent-string",
  7. "author": {
  8. "name": "Sindre Sorhus",
  9. "email": "sindresorhus@gmail.com",
  10. "url": "sindresorhus.com"
  11. },
  12. "engines": {
  13. "node": ">=0.10.0"
  14. },
  15. "scripts": {
  16. "test": "mocha"
  17. },
  18. "files": [
  19. "index.js"
  20. ],
  21. "keywords": [
  22. "indent",
  23. "string",
  24. "str",
  25. "pad",
  26. "align",
  27. "line",
  28. "text"
  29. ],
  30. "dependencies": {
  31. "repeating": "^2.0.0"
  32. },
  33. "devDependencies": {
  34. "mocha": "*"
  35. }
  36. }