{
  "_args": [
    [
      "eol@0.8.1",
      "/Users/prateekbh/projects/preact-material-components/docs"
    ]
  ],
  "_from": "eol@0.8.1",
  "_id": "eol@0.8.1",
  "_inBundle": false,
  "_integrity": "sha1-3vwyJJkMfspzuzRGGlbPncJHYdA=",
  "_location": "/eol",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "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",
  "_spec": "0.8.1",
  "_where": "/Users/prateekbh/projects/preact-material-components/docs",
  "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.8.1"
}
