PATH:
usr
/
local
/
lib
/
node_modules
/
ghost-cli
/
node_modules
/
is-running
Test if a process with a given pid is running [](https://travis-ci.org/nisaacson/is-running) [](https://david-dm.org/nisaacson/is-running) Dependency tracking by [David](https://david-dm.org/) # Installation `npm install is-running` ## Usage ```javascript require('is-running')(897245) // returns true if a process with pid 897245 is running ```
[+]
..
[-] .npmignore
[edit]
[-] package.json
[edit]
[-] index.js
[edit]
[-] .travis.yml
[edit]
[-] README.md
[edit]
[+]
test