{
  "_args": [
    [
      "forever-monitor@2.0.0",
      "/var/www/html"
    ]
  ],
  "_from": "forever-monitor@2.0.0",
  "_id": "forever-monitor@2.0.0",
  "_inBundle": false,
  "_integrity": "sha512-5tMNrrDjeI2tkS+m+fxETWXaUIYEarY9Sy2pw9AOq9sVENA/8B7pl3xVAQTG0fND8ypet3rQhg+G4D4f+fVw2w==",
  "_location": "/forever-monitor",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "forever-monitor@2.0.0",
    "name": "forever-monitor",
    "escapedName": "forever-monitor",
    "rawSpec": "2.0.0",
    "saveSpec": null,
    "fetchSpec": "2.0.0"
  },
  "_requiredBy": [
    "/forever"
  ],
  "_resolved": "https://registry.npmjs.org/forever-monitor/-/forever-monitor-2.0.0.tgz",
  "_spec": "2.0.0",
  "_where": "/var/www/html",
  "author": {
    "name": "Charlie Robbins",
    "email": "charlie.robbins@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/nodejitsu/forever-monitor/issues"
  },
  "contributors": [
    {
      "name": "Charlie Robbins",
      "email": "charlie@nodejitsu.com"
    },
    {
      "name": "Fedor Indutny",
      "email": "fedor.indutny@gmail.com"
    },
    {
      "name": "James Halliday",
      "email": "mail@substack.net"
    },
    {
      "name": "Bradley Meck",
      "email": "bradley@nodejitsu.com"
    },
    {
      "name": "Dominic Tarr",
      "email": "dominic@nodejitsu.com"
    },
    {
      "name": "Maciej Małecki",
      "email": "maciej@nodejitsu.com"
    },
    {
      "name": "Igor Savin",
      "email": "kibertoad@gmail.com"
    }
  ],
  "dependencies": {
    "broadway": "~0.3.6",
    "chokidar": "^2.1.8",
    "minimatch": "^3.0.4",
    "ps-tree": "0.0.x",
    "utile": "^0.3.0"
  },
  "description": "Core forever process monitor",
  "devDependencies": {
    "eslint": "^5.16.0",
    "eslint-config-prettier": "^6.5.0",
    "eslint-plugin-prettier": "^3.1.2",
    "optimist": "~0.6.1",
    "prettier": "^1.19.1",
    "vows": "0.7.0"
  },
  "engines": {
    "node": ">=6"
  },
  "files": [
    "LICENSE",
    "README.md",
    "lib/*"
  ],
  "homepage": "https://github.com/nodejitsu/forever-monitor#readme",
  "keywords": [
    "fault tolerant",
    "sysadmin",
    "tools"
  ],
  "license": "MIT",
  "main": "./lib/index.js",
  "name": "forever-monitor",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/nodejitsu/forever-monitor.git"
  },
  "scripts": {
    "lint": "eslint \"lib/**/*.js\" \"test/**/*.js\" \"examples/**/*.js\"",
    "prettier": "prettier --write \"{lib,examples,test}/**/*.js\"",
    "test": "vows test/**/*-test.js --dot-matrix -i",
    "test:ci": "npm run lint && npm run test"
  },
  "version": "2.0.0"
}
