nl
Version:
Convert linebreaks into newline characters ( )
18 lines • 383 B
JSON
{
"name": "nl",
"version": "1.0.2",
"description": "Convert linebreaks into newline characters (\n)",
"keywords": [],
"author": "Matthew Mueller <matt@lapwinglabs.com>",
"repository": {
"type": "git",
"url": "git://github.com/lapwinglabs/nl.git"
},
"dependencies": {
"get-stdin": "^4.0.1"
},
"main": "index",
"bin": {
"newline": "./bin/nl"
}
}