{
  "_from": "forever@4.0.3",
  "_id": "forever@4.0.3",
  "_inBundle": false,
  "_integrity": "sha512-N8aVtvB3bdh3lXPE9Rb+ErISSnJsAkv0GgZ0h6qtN8UXFgcSqJNMyBst9r3SBNk6+n4iBVaZso16mr1SUVvG3Q==",
  "_location": "/forever",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "forever@4.0.3",
    "name": "forever",
    "escapedName": "forever",
    "rawSpec": "4.0.3",
    "saveSpec": null,
    "fetchSpec": "4.0.3"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/forever/-/forever-4.0.3.tgz",
  "_shasum": "592e9676acb591d8dff88d08dc379b22e7ebe786",
  "_spec": "forever@4.0.3",
  "_where": "/home/gutilops/repositories/mimecanicoec_be",
  "author": {
    "name": "Charlie Robbins",
    "email": "charlie.robbins@gmail.com"
  },
  "bin": {
    "forever": "bin/forever"
  },
  "bugs": {
    "url": "https://github.com/foreverjs/forever/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "async": "^1.5.2",
    "cliff": "^0.1.10",
    "clone": "^2.1.2",
    "colors": "0.6.2",
    "configstore": "4.0.0",
    "eventemitter2": "6.4.4",
    "flatiron": "~0.4.3",
    "forever-monitor": "^3.0.3",
    "mkdirp": "^0.5.5",
    "nssocket": "^0.6.0",
    "object-assign": "^4.1.1",
    "prettyjson": "^1.2.2",
    "shush": "^1.0.0",
    "winston": "^3.4.0"
  },
  "deprecated": false,
  "description": "A simple CLI tool for ensuring that a given node script runs continuously (i.e. forever)",
  "devDependencies": {
    "chai": "^4.2.0",
    "cli-testlab": "^1.10.0",
    "eslint": "^5.16.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-prettier": "^3.1.3",
    "getopts": "2.3.0",
    "mocha": "^6.2.2",
    "moment": "^2.24.0",
    "prettier": "^1.19.1",
    "request": "2.88.2",
    "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": "npm run test:vows && npm run test:mocha",
    "test:ci": "npm run lint && npm test",
    "test:mocha": "mocha test/mocha/**/*.spec.js",
    "test:vows": "vows test/**/*-test.js --dot-matrix -i"
  },
  "version": "4.0.3"
}
