UNPKG

@senfo/process-list

Version:

Cross-platform method to receive the list of the launched processes

58 lines (57 loc) 1.18 kB
{ "name": "@senfo/process-list", "version": "2.0.6", "description": "Cross-platform method to receive the list of the launched processes", "main": "index.js", "scripts": { "test": "ava -T 2m test/*.js && prebuild-ci", "install": "prebuild-install || node-gyp rebuild", "release": "npm publish --access public" }, "repository": { "type": "git", "url": "git://github.com/mr-guard/node-process-list.git" }, "bugs": { "url": "https://github.com/mr-guard/node-process-list/issues" }, "license": "MIT", "engines": { "node": ">= 8" }, "keywords": [ "tasklist", "process", "list", "task", "taskmgr", "proc", "procfs", "linux", "windows", "proclist", "pm2", "forever" ], "author": { "name": "Dmitry Tsvettsikh", "email": "me@reklatsmasters.com" }, "devDependencies": { "ava": "^4.0.1", "prebuild": "^11.0.3", "prebuild-ci": "^4.0.0" }, "dependencies": { "bindings": "^1.5.0", "nan": "^2.14.0", "pify": "^3.0.0", "prebuild-install": "^7.0.1" }, "gypfile": true, "overrides": { "node-ninja": { "tar": "4.4.18" } } }