You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
894 B
48 lines
894 B
{
|
|
"name": "eol",
|
|
"description": "Newline character converter",
|
|
"version": "0.9.1",
|
|
"homepage": "https://github.com/ryanve/eol",
|
|
"license": "MIT",
|
|
"author": "Ryan Van Etten",
|
|
"main": "eol.js",
|
|
"types": "eol.d.ts",
|
|
"typings": "eol.d.ts",
|
|
"scripts": {
|
|
"lint": "eslint . --ext .js",
|
|
"preversion": "npm test",
|
|
"pretest": "npm run lint",
|
|
"test": "node test.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ryanve/eol.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ryanve/eol/issues"
|
|
},
|
|
"keywords": [
|
|
"eol",
|
|
"lf",
|
|
"cr",
|
|
"crlf",
|
|
"newline",
|
|
"newlines",
|
|
"convert",
|
|
"converter",
|
|
"conversion",
|
|
"character",
|
|
"formatting",
|
|
"format",
|
|
"string",
|
|
"javascript",
|
|
"typescript",
|
|
"ender",
|
|
"file"
|
|
],
|
|
"devDependencies": {
|
|
"aok": "^1.9.0",
|
|
"eslint": "^3.15.0"
|
|
}
|
|
}
|