12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "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": "*"
- }
- }
|