package.json 854 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. "_from": "redent@1.0.0",
  44. "_resolved": "http://registry.npm.taobao.org/redent/download/redent-1.0.0.tgz"
  45. }