pidtree
pidtree copied to clipboard
🚸 Cross platform children list of a PID.
Hello I get following error spawn wmic enoent the command wmic works in the commandline any ideas? maybe a problem of the path? and if it is so can I...
The main point of this PR is - Avoid to maintained out of LTS node builds - Remove monkey patch code (`String.prototype.startsWith`) since is not more necessary - Reduce code...
Sometimes on windows (but probably on linux/mac also with `ps`), I'm having `wmic` process appearing in my process tree, but I would like to be able to have an option...
Just happened upon this and I figured it might be neat if this package wrapped/abstracted it. This is made _by Microsoft_, so it's a pretty decent option for a solid...
removed wmic, replaced with powershell calls.
- all files changed from CJS / require to ESM / import - update dev dependencies to latest versions, except for AVA (latest version of that removes callback support) -...
We are using pidtree in a large node project with many modules. Our project is all ESM but it depends on a number of npm modules which are a mix...
- This issue follows on from https://github.com/simonepri/pidtree/issues/18 which was not followed through or resolved. `pidtree` has a dependency on the deprecated Windows Management Instrumentation command-line (WMIC) utility ## Issue `pidtree`...
- This is a duplicate of https://github.com/simonepri/pidtree/issues/20 adding information for Windows Server 2025 `pidtree` has a dependency on the deprecated Windows Management Instrumentation command-line (WMIC) utility ## Issue `pidtree` fails...