{"library":"is-running","type":"library","category":null,"description":"The `is-running` package provides a minimalist and direct utility for Node.js environments to ascertain if a process with a specific Process ID (PID) is currently active on the system. As of its latest stable release, `2.1.0`, the library focuses on a single, clear function: returning a boolean indicating the presence of a process for a given PID. The package maintains a stable, albeit infrequent, release cadence, with its core functionality having remained consistent since its last major update. Its primary differentiator lies in its extreme simplicity and lack of external dependencies for runtime, making it a lightweight choice for basic process monitoring or cleanup tasks, especially when compared to more comprehensive process management libraries that offer broader control and information beyond just status checks.","language":"javascript","status":"maintenance","version":"2.1.0","tags":["javascript","pid","running","child","exec","spawn"],"last_verified":"Wed May 27","install":[{"cmd":"npm install is-running","imports":["import isrunning from 'is-running';","const isrunning = require('is-running');","const isrunning = require('is-running');\n// Or for TypeScript without explicit ESM config:\n// import isrunning = require('is-running');"]},{"cmd":"yarn add is-running","imports":[]},{"cmd":"pnpm add is-running","imports":[]}],"homepage":null,"github":"https://github.com/nisaacson/is-running","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/is-running","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/is-running/compatibility"}}