blob: a4f5f0c63dc413e10f0c6d8fa6d277851f981a40 [file] [log] [blame]
{
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"url": "sindresorhus.com"
},
"description": "Trim newlines from the start and/or end of a string",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"keywords": [
"trim",
"newline",
"newlines",
"linebreak",
"lf",
"crlf",
"left",
"right",
"start",
"end",
"string",
"str",
"remove",
"delete",
"strip"
],
"license": "MIT",
"name": "trim-newlines",
"repository": "sindresorhus/trim-newlines",
"scripts": {
"test": "xo && ava"
},
"version": "1.0.0"
}