package.json 919 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "strip-final-newline",
  3. "version": "2.0.0",
  4. "description": "Strip the final newline character from a string/buffer",
  5. "license": "MIT",
  6. "repository": "sindresorhus/strip-final-newline",
  7. "author": {
  8. "name": "Sindre Sorhus",
  9. "email": "sindresorhus@gmail.com",
  10. "url": "sindresorhus.com"
  11. },
  12. "engines": {
  13. "node": ">=6"
  14. },
  15. "scripts": {
  16. "test": "xo && ava"
  17. },
  18. "files": [
  19. "index.js"
  20. ],
  21. "keywords": [
  22. "strip",
  23. "trim",
  24. "remove",
  25. "delete",
  26. "final",
  27. "last",
  28. "end",
  29. "file",
  30. "newline",
  31. "linebreak",
  32. "character",
  33. "string",
  34. "buffer"
  35. ],
  36. "devDependencies": {
  37. "ava": "^0.25.0",
  38. "xo": "^0.23.0"
  39. },
  40. "__npminstall_done": "Thu Dec 24 2020 20:20:54 GMT+0800 (CST)",
  41. "_from": "strip-final-newline@2.0.0",
  42. "_resolved": "https://registry.npm.taobao.org/strip-final-newline/download/strip-final-newline-2.0.0.tgz"
  43. }