UNPKG

node-process-watcher

Version:
55 lines (54 loc) 1.23 kB
{ "name": "node-process-watcher", "version": "1.7.5", "description": "Get process information in real time", "main": "./lib/index.js", "types": "./lib/index.d.ts", "repository": { "type": "git", "url": "git@github.com:xiaobaidadada/node-process-watcher.git" }, "scripts": { "install": "prebuild-install --verbose || npm run install_build", "install_build": "node-gyp rebuild --release", "cc-rebuild": " node-gyp rebuild", "cc-configure": "node-gyp configure", "go": "npm run cc-configure && node-gyp build --debug", "build-ts": "tsc" }, "keywords": [ "进程信息", "实时获取", "获取所有进程信息", "杀死进程", "ps-list", "process", "sysinfo", "windwos", "linux", "monitor", "monitoring", "cpu", "process cpu", "real time", "watcher" ], "author": "xiaobaidadada", "license": "MIT", "dependencies": { "prebuild-install": "^7.1.2", "node-addon-api": "^8.6.0", "node-gyp": "^10.3.1" }, "files": [ "binding.gyp", "common.gypi", "src/**", "lib/**" ], "devDependencies": { "prebuild": "^13.0.1", "@types/node": "^25.4.0", "typescript": "^5.9.3" } }