is-newline
Version:
Determine whether a given string is a newline character.
35 lines (34 loc) • 669 B
JSON
{
"name": "is-newline",
"description": "Determine whether a given string is a newline character.",
"author": "John Otander",
"version": "1.0.0",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"test": "ava"
},
"repository": {
"type": "git",
"url": "https://github.com/johnotander/is-newline.git"
},
"keywords": [
"newline",
"is",
"cf",
"lf"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/johnotander/is-newline/issues"
},
"homepage": "https://github.com/johnotander/is-newline",
"dependencies": {
"newline-regex": "^0.2.0"
},
"devDependencies": {
"ava": "*"
}
}