@vscode/windows-process-tree
Version:
Fetch a Windows process tree fast
35 lines (34 loc) • 966 B
JSON
{
"name": "@vscode/windows-process-tree",
"version": "0.6.2",
"description": "Fetch a Windows process tree fast",
"main": "lib/index.js",
"types": "typings/windows-process-tree.d.ts",
"scripts": {
"test": "mocha lib/test.js -t 5000",
"prepublish": "tsc",
"compile": "tsc",
"watch": "tsc -w",
"lint": "tslint lib/*.ts typings/*.ts *.ts"
},
"author": "Microsoft Corporation",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/microsoft/vscode-windows-process-tree.git"
},
"homepage": "https://github.com/microsoft/vscode-windows-process-tree",
"bugs": {
"url": "https://github.com/microsoft/vscode-windows-process-tree/issues"
},
"dependencies": {
"node-addon-api": "7.1.0"
},
"devDependencies": {
"@types/mocha": "^10.0.0",
"@types/node": "^14.14.0",
"mocha": "^10.0.0",
"tslint": "5.9.1",
"typescript": "^4.0.0"
}
}