node-process-watcher
Version:
Get process information in real time
52 lines (51 loc) • 1.21 kB
JSON
{
"name": "node-process-watcher",
"version": "1.2.1",
"description": "Get process information in real time",
"main": "./src/index.js",
"types": "./src/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": "npm install node-addon-api node-gyp --save-dev && node-gyp rebuild --release",
"cc-rebuild": " node-gyp rebuild",
"cc-configure": "node-gyp configure",
"go": "npm run cc-configure && node-gyp build --debug"
},
"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"
},
"files": [
"binding.gyp",
"common.gypi",
"src/**"
],
"devDependencies": {
"mocha": "^10.7.3",
"node-addon-api": "^7.1.1",
"node-gyp": "^10.2.0",
"prebuild": "^13.0.1"
}
}