package.json 853 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "trim-newlines",
  3. "version": "1.0.0",
  4. "description": "Trim newlines from the start and/or end of a string",
  5. "license": "MIT",
  6. "repository": "sindresorhus/trim-newlines",
  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. "trim",
  23. "newline",
  24. "newlines",
  25. "linebreak",
  26. "lf",
  27. "crlf",
  28. "left",
  29. "right",
  30. "start",
  31. "end",
  32. "string",
  33. "str",
  34. "remove",
  35. "delete",
  36. "strip"
  37. ],
  38. "devDependencies": {
  39. "ava": "*",
  40. "xo": "*"
  41. },
  42. "__npminstall_done": true,
  43. "_from": "trim-newlines@1.0.0",
  44. "_resolved": "https://registry.npmmirror.com/trim-newlines/-/trim-newlines-1.0.0.tgz"
  45. }