{
  "_args": [
    [
      "tail@2.2.4",
      "/var/www/PDF-API"
    ]
  ],
  "_from": "tail@2.2.4",
  "_id": "tail@2.2.4",
  "_inBundle": false,
  "_integrity": "sha512-PX8klSxW1u3SdgDrDeewh5GNE+hkJ4h02JvHfV6YrHqWOVJ88nUdSQqtsUf/gWhgZlPAws3fiZ+F1f8euspcuQ==",
  "_location": "/tail",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "tail@2.2.4",
    "name": "tail",
    "escapedName": "tail",
    "rawSpec": "2.2.4",
    "saveSpec": null,
    "fetchSpec": "2.2.4"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/tail/-/tail-2.2.4.tgz",
  "_spec": "2.2.4",
  "_where": "/var/www/PDF-API",
  "author": {
    "name": "Luca Grulla",
    "url": "https://www.lucagrulla.com"
  },
  "bugs": {
    "url": "https://github.com/lucagrulla/node-tail/issues"
  },
  "contributors": [
    {
      "name": "Luca Grulla"
    },
    {
      "name": "Tom Hall"
    }
  ],
  "description": "tail a file in node",
  "devDependencies": {
    "chai": "4.x",
    "mocha": "9.x",
    "nyc": "^15.1.0"
  },
  "engines": {
    "node": ">= 6.0.0"
  },
  "homepage": "https://www.lucagrulla.com/node-tail",
  "keywords": [
    "tail",
    "file",
    "logs"
  ],
  "license": "MIT",
  "main": "lib/tail",
  "name": "tail",
  "repository": {
    "type": "git",
    "url": "git://github.com/lucagrulla/node-tail.git"
  },
  "scripts": {
    "build": "rm -f ./lib/** && cp src/tail.js ./lib/",
    "coverage": "nyc npm run test",
    "prepare": "npm run build",
    "prepublishOnly": "npm run test",
    "test": "mocha"
  },
  "version": "2.2.4"
}
