{
  "_from": "tail@^2.0.3",
  "_id": "tail@2.0.3",
  "_inBundle": false,
  "_integrity": "sha512-s9NOGkLqqiDEtBttQZI7acLS8ycYK5sTlDwNjGnpXG9c8AWj0cfAtwEIzo/hVRMMiC5EYz+bXaJWC1u1u0GPpQ==",
  "_location": "/tail",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "tail@^2.0.3",
    "name": "tail",
    "escapedName": "tail",
    "rawSpec": "^2.0.3",
    "saveSpec": null,
    "fetchSpec": "^2.0.3"
  },
  "_requiredBy": [
    "/node-red-node-tail"
  ],
  "_resolved": "https://registry.npmjs.org/tail/-/tail-2.0.3.tgz",
  "_shasum": "37567adc4624a70b35f1d146c3376fa3d6ef7c04",
  "_spec": "tail@^2.0.3",
  "_where": "/data/node_modules/node-red-node-tail",
  "author": {
    "name": "Luca Grulla",
    "url": "https://www.lucagrulla.com"
  },
  "bugs": {
    "url": "https://github.com/lucagrulla/node-tail/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Luca Grulla"
    },
    {
      "name": "Tom Hall"
    }
  ],
  "dependencies": {},
  "deprecated": false,
  "description": "tail a file in node",
  "devDependencies": {
    "chai": "4.x",
    "coffeescript": "2.4.1",
    "mocha": "6.x"
  },
  "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": "cake build",
    "prepare": "npm run build",
    "prepublishOnly": "npm run test",
    "test": "mocha"
  },
  "version": "2.0.3"
}