
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
{
  "_from": "read-last-lines@1.8.0",
  "_id": "read-last-lines@1.8.0",
  "_inBundle": false,
  "_integrity": "sha512-oPL0cnZkhsO2xF7DBrdzVhXSNajPP5TzzCim/2IAjeGb17ArLLTRriI/ceV6Rook3L27mvbrOvLlf9xYYnaftQ==",
  "_location": "/ghost-cli/read-last-lines",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "read-last-lines@1.8.0",
    "name": "read-last-lines",
    "escapedName": "read-last-lines",
    "rawSpec": "1.8.0",
    "saveSpec": null,
    "fetchSpec": "1.8.0"
  },
  "_requiredBy": [
    "/ghost-cli"
  ],
  "_resolved": "https://registry.npmjs.org/read-last-lines/-/read-last-lines-1.8.0.tgz",
  "_shasum": "4f94d4345ece7b8083ebb71c5fcdf60bd7afb9cc",
  "_spec": "read-last-lines@1.8.0",
  "_where": "/usr/local/lib/node_modules/ghost-cli",
  "author": {
    "name": "Alexander Bell-Towne",
    "email": "code@bell-towne.com",
    "url": "https://github.com/alexbbt"
  },
  "bugs": {
    "url": "https://github.com/alexbbt/read-last-lines/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "mz": "^2.7.0"
  },
  "deprecated": false,
  "description": "Read in the last N lines of a file efficiently using node.js and fs.",
  "devDependencies": {
    "@babel/cli": "^7.7.0",
    "@babel/core": "^7.3.4",
    "@babel/preset-env": "^7.3.4",
    "@types/node": "^14.14.9",
    "babel-preset-minify": "^0.5.0",
    "chai": "^3.5.0",
    "chai-as-promised": "^6.0.0",
    "eslint": "^5.15.1",
    "mocha": "^6.2.2",
    "tsd": "^0.13.1"
  },
  "files": [
    "dist/index.js",
    "dist/index.d.ts"
  ],
  "homepage": "https://github.com/alexbbt/read-last-lines#readme",
  "keywords": [
    "read",
    "lines",
    "last",
    "file",
    "read"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "read-last-lines",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alexbbt/read-last-lines.git"
  },
  "scripts": {
    "build": "npm run build:js && npm run copy:types",
    "build:js": "BABEL_ENV=production babel src --out-dir dist",
    "copy:types": "mkdir -p dist && cp src/index.d.ts dist/",
    "dev": "babel src --out-dir dist",
    "linting": "eslint src",
    "prepublishOnly": "npm run build",
    "test": "npm run test:js && npm run test:types",
    "test:js": "mocha --reporter spec",
    "test:types": "npm run copy:types && tsd"
  },
  "tsd": {
    "directory": "test"
  },
  "types": "dist/index.d.ts",
  "version": "1.8.0"
}
