{ "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" }