Files
vanillajs-seed/node_modules/eol/package.json
2020-06-08 08:50:28 +02:00

79 lines
1.6 KiB
JSON

{
"_args": [
[
"eol@0.9.1",
"D:\\Projects\\vanillajs-seed"
]
],
"_development": true,
"_from": "eol@0.9.1",
"_id": "eol@0.9.1",
"_inBundle": false,
"_integrity": "sha512-Ds/TEoZjwggRoz/Q2O7SE3i4Jm66mqTDfmdHdq/7DKVk3bro9Q8h6WdXKdPqFLMoqxrDK5SVRzHVPOS6uuGtrg==",
"_location": "/eol",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "eol@0.9.1",
"name": "eol",
"escapedName": "eol",
"rawSpec": "0.9.1",
"saveSpec": null,
"fetchSpec": "0.9.1"
},
"_requiredBy": [
"/i18next-scanner"
],
"_resolved": "https://registry.npmjs.org/eol/-/eol-0.9.1.tgz",
"_spec": "0.9.1",
"_where": "D:\\Projects\\vanillajs-seed",
"author": {
"name": "Ryan Van Etten"
},
"bugs": {
"url": "https://github.com/ryanve/eol/issues"
},
"description": "Newline character converter",
"devDependencies": {
"aok": "^1.9.0",
"eslint": "^3.15.0"
},
"homepage": "https://github.com/ryanve/eol",
"keywords": [
"eol",
"lf",
"cr",
"crlf",
"newline",
"newlines",
"convert",
"converter",
"conversion",
"character",
"formatting",
"format",
"string",
"javascript",
"typescript",
"ender",
"file"
],
"license": "MIT",
"main": "eol.js",
"name": "eol",
"repository": {
"type": "git",
"url": "git+https://github.com/ryanve/eol.git"
},
"scripts": {
"lint": "eslint . --ext .js",
"pretest": "npm run lint",
"preversion": "npm test",
"test": "node test.js"
},
"types": "eol.d.ts",
"typings": "eol.d.ts",
"version": "0.9.1"
}