| { |
| "author": { |
| "email": "sindresorhus@gmail.com", |
| "name": "Sindre Sorhus", |
| "url": "sindresorhus.com" |
| }, |
| "description": "Strip the End-Of-File (EOF) character from a string/buffer", |
| "devDependencies": { |
| "ava": "*", |
| "xo": "*" |
| }, |
| "engines": { |
| "node": ">=0.10.0" |
| }, |
| "files": [ |
| "index.js" |
| ], |
| "keywords": [ |
| "strip", |
| "trim", |
| "remove", |
| "delete", |
| "eof", |
| "end", |
| "file", |
| "newline", |
| "linebreak", |
| "character", |
| "string", |
| "buffer" |
| ], |
| "license": "MIT", |
| "name": "strip-eof", |
| "repository": "sindresorhus/strip-eof", |
| "scripts": { |
| "test": "xo && ava" |
| }, |
| "version": "1.0.0" |
| } |