Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
{
	"name": "detect-newline",
	"version": "3.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": ">=8"
	},
	"scripts": {
		"test": "xo && ava && tsd"
	},
	"files": [
		"index.js",
		"index.d.ts"
	],
	"keywords": [
		"newline",
		"linebreak",
		"line-break",
		"line",
		"lf",
		"crlf",
		"eol",
		"linefeed",
		"character",
		"char"
	],
	"devDependencies": {
		"ava": "^1.4.1",
		"tsd": "^0.7.2",
		"xo": "^0.24.0"
	}

,"_resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz"
,"_integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA=="
,"_from": "detect-newline@3.1.0"
}