string-first-line
Version:
Get first line from string
27 lines (26 loc) • 618 B
JSON
{
"name": "string-first-line",
"version": "1.0.2",
"description": "Get first line from string",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/UselessNodePackages/string-first-line.git"
},
"keywords": [
"string",
"firstline"
],
"author": "Yi Tseng",
"license": "MIT",
"bugs": {
"url": "https://github.com/UselessNodePackages/string-first-line/issues"
},
"homepage": "https://github.com/UselessNodePackages/string-first-line#readme",
"dependencies": {
"string-lines": "^1.0.0"
}
}