38 lines
645 B
JSON
38 lines
645 B
JSON
{
|
|
"name": "detect-newline",
|
|
"version": "2.1.0",
|
|
"description": "Detect the dominant newline character of a string",
|
|
"license": "MIT",
|
|
"repository": "sindresorhus/detect-newline",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"keywords": [
|
|
"newline",
|
|
"linebreak",
|
|
"line-break",
|
|
"line",
|
|
"lf",
|
|
"crlf",
|
|
"eol",
|
|
"linefeed",
|
|
"character",
|
|
"char"
|
|
],
|
|
"devDependencies": {
|
|
"ava": "*",
|
|
"xo": "*"
|
|
}
|
|
}
|