@getpid/ms-wmic
Version:
A Node.js wrapper for Microsoft Windows' WMIC
41 lines (40 loc) • 871 B
JSON
{
"name": "@getpid/ms-wmic",
"version": "1.1.0",
"description": "A Node.js wrapper for Microsoft Windows' WMIC",
"license": "MIT",
"homepage": "https://github.com/jon-hall/node-ms-wmic",
"keywords": [
"Microsoft",
"Windows",
"wmi",
"wmic",
"process",
"get",
"list",
"property",
"call",
"terminate"
],
"repository": {
"type": "git",
"url": "git+https://github.com/jon-hall/node-ms-wmic.git"
},
"author": {
"name": "Matthew Hasbach",
"email": "hasbach.git@gmail.com",
"url": "https://github.com/mjhasbach"
},
"main": "lib/ms-wmic.js",
"directories": {
"lib": "lib"
},
"dependencies": {
"async": "~3.2.4",
"csv": "~6.2.0",
"lodash": "^4.17.21"
},
"bugs": {
"url": "https://github.com/jon-hall/node-ms-wmic/issues"
}
}