UNPKG

line-chomper

Version:

Chomps utf-8 based byte stream into lines.

31 lines (30 loc) 617 B
{ "name": "line-chomper", "version": "0.5.0", "description": "Chomps utf-8 based byte stream into lines.", "main": "index.js", "scripts": { "test": "./testall.sh" }, "repository": { "type": "git", "url": "git://github.com/panta82/line-chomper.git" }, "keywords": [ "stream", "lines", "split", "chomp", "buffer", "cut" ], "author": "panta82", "license": "Apache 2", "bugs": { "url": "https://github.com/panta82/line-chomper/issues" }, "homepage": "https://github.com/panta82/line-chomper", "devDependencies": { "jasmine-core": "^2.3.0" } }