75 lines
1.6 KiB
JSON
75 lines
1.6 KiB
JSON
{
|
|
"_from": "eol@^0.8.1",
|
|
"_id": "eol@0.8.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-3vwyJJkMfspzuzRGGlbPncJHYdA=",
|
|
"_location": "/eol",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "eol@^0.8.1",
|
|
"name": "eol",
|
|
"escapedName": "eol",
|
|
"rawSpec": "^0.8.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.8.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/devcert-san"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/eol/-/eol-0.8.1.tgz",
|
|
"_shasum": "defc3224990c7eca73bb34461a56cf9dc24761d0",
|
|
"_spec": "eol@^0.8.1",
|
|
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/devcert-san",
|
|
"author": {
|
|
"name": "Ryan Van Etten"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ryanve/eol/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"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.8.1"
|
|
}
|