{
  "name": "strip-final-newline",
  "version": "3.0.0",
  "description": "Strip the final newline character from a string/buffer",
  "license": "MIT",
  "repository": "sindresorhus/strip-final-newline",
  "funding": "https://github.com/sponsors/sindresorhus",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "https://sindresorhus.com"
  },
  "type": "module",
  "exports": "./index.js",
  "engines": {
    "node": ">=12"
  },
  "files": [
    "index.js"
  ],
  "devDependencies": {
    "ava": "^3.15.0",
    "xo": "^0.39.1"
  }
}