{
  "_from": "n-readlines",
  "_id": "n-readlines@0.2.8",
  "_inBundle": false,
  "_integrity": "sha512-FRr6GU0vooiPAuHMBt/Pspm4htItJKCehs8Q2urdUuigXsdQzP8V03UaQedeCmiygqJwtuGhnidWHRHhUOAg9w==",
  "_location": "/n-readlines",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "n-readlines",
    "name": "n-readlines",
    "escapedName": "n-readlines",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/n-readlines/-/n-readlines-0.2.8.tgz",
  "_shasum": "6022f0b1a034a32dc0bfcc0e8ca9fbd6877d341a",
  "_spec": "n-readlines",
  "_where": "/home/owner/GitHub/EnlivenMinetest/webapp",
  "author": {
    "name": "Yoan Arnaudov",
    "email": "jonidev@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/nacholibre/node-readlines/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "Read file line by line without buffering the whole file in memory.",
  "devDependencies": {
    "mocha": "^2.0.1"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "homepage": "https://github.com/nacholibre/node-readlines#readme",
  "keywords": [
    "read",
    "line",
    "reader",
    "linereader",
    "readfile",
    "linebyline",
    "synchronous",
    "sync",
    "readline",
    "readlines"
  ],
  "license": "MIT",
  "main": "./readlines.js",
  "name": "n-readlines",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/nacholibre/node-readlines.git"
  },
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha *_test.js"
  },
  "version": "0.2.8"
}