Sha256: 67c11c17a42ea1de959c666751519fa44e949b8e6f1c843acbecce2f4e74a3d9
Contents?: true
Size: 668 Bytes
Versions: 32
Compression:
Stored size: 668 Bytes
Contents
{ "name": "strip-eof", "version": "1.0.0", "description": "Strip the End-Of-File (EOF) character from a string/buffer", "license": "MIT", "repository": "sindresorhus/strip-eof", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "engines": { "node": ">=0.10.0" }, "scripts": { "test": "xo && ava" }, "files": [ "index.js" ], "keywords": [ "strip", "trim", "remove", "delete", "eof", "end", "file", "newline", "linebreak", "character", "string", "buffer" ], "devDependencies": { "ava": "*", "xo": "*" } }
Version data entries
32 entries across 31 versions & 11 rubygems