
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
{
  "_from": "process-exists@^4.0.0",
  "_id": "process-exists@4.1.0",
  "_inBundle": false,
  "_integrity": "sha512-BBJoiorUKoP2AuM5q/yKwIfT1YWRHsaxjW+Ayu9erLhqKOfnXzzVVML0XTYoQZuI1YvcWKmc1dh06DEy4+KzfA==",
  "_location": "/ghost-cli/process-exists",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "process-exists@^4.0.0",
    "name": "process-exists",
    "escapedName": "process-exists",
    "rawSpec": "^4.0.0",
    "saveSpec": null,
    "fetchSpec": "^4.0.0"
  },
  "_requiredBy": [
    "/ghost-cli/fkill"
  ],
  "_resolved": "https://registry.npmjs.org/process-exists/-/process-exists-4.1.0.tgz",
  "_shasum": "4132c516324c1da72d65896851cdbd8bbdf5b9d8",
  "_spec": "process-exists@^4.0.0",
  "_where": "/usr/local/lib/node_modules/ghost-cli/node_modules/fkill",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/process-exists/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "ps-list": "^6.3.0"
  },
  "deprecated": false,
  "description": "Check if a process is running",
  "devDependencies": {
    "ava": "^2.4.0",
    "noop-process": "^4.0.0",
    "tsd": "^0.11.0",
    "xo": "^0.25.0"
  },
  "engines": {
    "node": ">=10"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "funding": "https://github.com/sponsors/sindresorhus",
  "homepage": "https://github.com/sindresorhus/process-exists#readme",
  "keywords": [
    "process",
    "processes",
    "proc",
    "ps",
    "pid",
    "test",
    "testing",
    "exists",
    "running",
    "check"
  ],
  "license": "MIT",
  "name": "process-exists",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/process-exists.git"
  },
  "scripts": {
    "test": "xo && ava && tsd"
  },
  "version": "4.1.0"
}
