| { |
| "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" |
| } |