{
  "_from": "strip-final-newline@^3.0.0",
  "_id": "strip-final-newline@3.0.0",
  "_inBundle": false,
  "_integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==",
  "_location": "/strip-final-newline",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "strip-final-newline@^3.0.0",
    "name": "strip-final-newline",
    "escapedName": "strip-final-newline",
    "rawSpec": "^3.0.0",
    "saveSpec": null,
    "fetchSpec": "^3.0.0"
  },
  "_requiredBy": [
    "/execa"
  ],
  "_resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz",
  "_shasum": "52894c313fbff318835280aed60ff71ebf12b8fd",
  "_spec": "strip-final-newline@^3.0.0",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/execa",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "https://sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/strip-final-newline/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Strip the final newline character from a string/buffer",
  "devDependencies": {
    "ava": "^3.15.0",
    "xo": "^0.39.1"
  },
  "engines": {
    "node": ">=12"
  },
  "exports": "./index.js",
  "files": [
    "index.js"
  ],
  "funding": "https://github.com/sponsors/sindresorhus",
  "homepage": "https://github.com/sindresorhus/strip-final-newline#readme",
  "keywords": [
    "strip",
    "trim",
    "remove",
    "delete",
    "final",
    "last",
    "end",
    "file",
    "newline",
    "linebreak",
    "character",
    "string",
    "buffer"
  ],
  "license": "MIT",
  "name": "strip-final-newline",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/strip-final-newline.git"
  },
  "scripts": {
    "test": "xo && ava"
  },
  "type": "module",
  "version": "3.0.0"
}
