package.json 876 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "redent",
  3. "version": "1.0.0",
  4. "description": "Strip redundant indentation and indent the string",
  5. "license": "MIT",
  6. "repository": "sindresorhus/redent",
  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": "xo && ava"
  17. },
  18. "files": [
  19. "index.js"
  20. ],
  21. "keywords": [
  22. "string",
  23. "str",
  24. "strip",
  25. "trim",
  26. "indent",
  27. "indentation",
  28. "add",
  29. "reindent",
  30. "normalize",
  31. "remove",
  32. "whitespace",
  33. "space"
  34. ],
  35. "dependencies": {
  36. "indent-string": "^2.1.0",
  37. "strip-indent": "^1.0.1"
  38. },
  39. "devDependencies": {
  40. "ava": "*",
  41. "xo": "*"
  42. },
  43. "__npminstall_done": true,
  44. "_from": "redent@1.0.0",
  45. "_resolved": "https://registry.npmmirror.com/redent/-/redent-1.0.0.tgz"
  46. }