UNPKG

detect-eol

Version:
35 lines (34 loc) 803 B
{ "name": "detect-eol", "repository": "github:fabiospampinato/detect-eol", "description": "Quickly detect the EOL used in a string.", "version": "3.0.1", "type": "module", "main": "dist/index.js", "exports": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "benchmark": "tsex benchmark", "benchmark:watch": "tsex benchmark --watch", "clean": "tsex clean", "compile": "tsex compile", "compile:watch": "tsex compile --watch", "test": "tsex test", "test:watch": "tsex test --watch", "prepublishOnly": "tsex prepare" }, "keywords": [ "detect", "eol", "newline", "nl", "fast", "quick" ], "devDependencies": { "benchloop": "^2.1.1", "fava": "^0.2.1", "tsex": "^3.0.1", "typescript": "^5.1.6" } }