{
  "_args": [
    [
      "forever@2.0.0",
      "/var/www/html"
    ]
  ],
  "_from": "forever@2.0.0",
  "_id": "forever@2.0.0",
  "_inBundle": false,
  "_integrity": "sha512-lPq2AJackIVZT7Zey7XmRgv6vLShadqf4GYAkdS1+BxI+yTor/xiy1CzGPMWYF98lBs5dFClIn4PJ/EtqScBcQ==",
  "_location": "/forever",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "forever@2.0.0",
    "name": "forever",
    "escapedName": "forever",
    "rawSpec": "2.0.0",
    "saveSpec": null,
    "fetchSpec": "2.0.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/forever/-/forever-2.0.0.tgz",
  "_spec": "2.0.0",
  "_where": "/var/www/html",
  "author": {
    "name": "Charlie Robbins",
    "email": "charlie.robbins@gmail.com"
  },
  "bin": {
    "forever": "bin/forever"
  },
  "bugs": {
    "url": "https://github.com/foreverjs/forever/issues"
  },
  "dependencies": {
    "async": "^1.5.2",
    "cliff": "^0.1.10",
    "clone": "^2.1.2",
    "colors": "^0.6.2",
    "flatiron": "~0.4.2",
    "forever-monitor": "^2.0.0",
    "mkdirp": "^0.5.1",
    "nconf": "^0.10.0",
    "nssocket": "^0.6.0",
    "object-assign": "^4.1.1",
    "optimist": "^0.6.1",
    "path-is-absolute": "^2.0.0",
    "prettyjson": "^1.2.1",
    "shush": "^1.0.0",
    "utile": "~0.3.0",
    "winston": "~0.8.1"
  },
  "description": "A simple CLI tool for ensuring that a given node script runs continuously (i.e. forever)",
  "devDependencies": {
    "broadway": "~0.3.6",
    "chai": "^4.2.0",
    "eslint": "^5.16.0",
    "eslint-config-prettier": "^6.5.0",
    "eslint-plugin-prettier": "^3.1.2",
    "eventemitter2": "^6.0.0",
    "mocha": "^6.2.2",
    "moment": "^2.24.0",
    "prettier": "^1.19.1",
    "request": "2.88.0",
    "vows": "0.7.x"
  },
  "engines": {
    "node": ">=6"
  },
  "files": [
    "LICENSE",
    "CHANGELOG.md",
    "README.md",
    "bin/*",
    "lib/*"
  ],
  "homepage": "https://github.com/foreverjs/forever#readme",
  "keywords": [
    "cli",
    "fault tolerant",
    "sysadmin",
    "tools"
  ],
  "license": "MIT",
  "main": "./lib/forever",
  "maintainers": [
    {
      "name": "Igor Savin",
      "email": "iselwin@gmail.com"
    }
  ],
  "name": "forever",
  "preferGlobal": "true",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/foreverjs/forever.git"
  },
  "scripts": {
    "lint": "eslint \"lib/**/*.js\" \"test/**/*.js\"",
    "prettier": "prettier --write \"{lib,examples,test}/**/*.js\"",
    "test:ci": "npm run lint && npm run test:vows",
    "test:vows": "vows test/**/*-test.js --dot-matrix -i"
  },
  "version": "2.0.0"
}
