setup-node/node_modules/detect-newline/package.json
eric sciple 422b9fdb15 .
2020-01-24 12:21:24 -05:00

41 lines
No EOL
814 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": "*"
}
,"_resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-2.1.0.tgz"
,"_integrity": "sha1-9B8cEL5LAOh7XxPaaAdZ8sW/0+I="
,"_from": "detect-newline@2.1.0"
}