blob: 3656b4d34b7358e45b3e39a33abc31224ae66fbe [file] [log] [blame] [edit]
{
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/strip-eof/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Strip the End-Of-File (EOF) character from a string/buffer",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/strip-eof#readme",
"keywords": [
"strip",
"trim",
"remove",
"delete",
"eof",
"end",
"file",
"newline",
"linebreak",
"character",
"string",
"buffer"
],
"license": "MIT",
"name": "strip-eof",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/strip-eof.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "1.0.0"
}