{
  "author": {
    "name": "Markus Ostertag",
    "email": "mo@mo-its.de"
  },
  "contributors": [
    {
      "name": "Markus von der Wehd",
      "email": "mvdw@mwin.de"
    }
  ],
  "name": "line-by-line",
  "description": "A NodeJS module that helps you reading large text files, line by line, without buffering the files into memory.",
  "version": "0.1.6",
  "keywords": [
    "line",
    "file",
    "reader",
    "fs"
  ],
  "homepage": "https://github.com/Osterjour/line-by-line",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/Osterjour/line-by-line.git"
  },
  "main": "line-by-line.js",
  "dependencies": {},
  "devDependencies": {
    "jshint": "2.5.x"
  },
  "scripts": {
    "test": "jshint ."
  },
  "optionalDependencies": {},
  "engines": {
    "node": ">=4.0.0"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://raw.github.com/Osterjour/line-by-line/master/LICENSE.txt"
    }
  ],
  "gitHead": "ec2e157dd332d8c980d0b6e5d30e4f793aedad42",
  "bugs": {
    "url": "https://github.com/Osterjour/line-by-line/issues"
  },
  "_id": "line-by-line@0.1.6",
  "_npmVersion": "5.3.0",
  "_nodeVersion": "8.6.0",
  "_npmUser": {
    "name": "osterjour",
    "email": "mo@mo-its.de"
  },
  "dist": {
    "integrity": "sha512-MmwVPfOyp0lWnEZ3fBA8Ah4pMFvxO6WgWovqZNu7Y4J0TNnGcsV4S1LzECHbdgqk1hoHc2mFP1Axc37YUqwafg==",
    "shasum": "6236edd1db2d1695addf11f0268e74a181561c30",
    "tarball": "https://registry.npmjs.org/line-by-line/-/line-by-line-0.1.6.tgz"
  },
  "maintainers": [
    {
      "name": "osterjour",
      "email": "mo@mo-its.de"
    }
  ],
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/line-by-line-0.1.6.tgz_1514291956476_0.9586034447420388"
  },
  "directories": {},
  "_shasum": "6236edd1db2d1695addf11f0268e74a181561c30",
  "_resolved": "https://registry.npmjs.org/line-by-line/-/line-by-line-0.1.6.tgz",
  "_from": "line-by-line@>=0.1.1 <0.2.0"
}
