UNPKG

windows-cpu

Version:

CPU monitoring utilities for Node.js apps on Windows.

39 lines (38 loc) 914 B
{ "name": "windows-cpu", "version": "1.1.0", "description": "CPU monitoring utilities for Node.js apps on Windows.", "homepage": "https://github.com/KyleRoss/windows-cpu", "license": "MIT", "main": "index.js", "keywords": [ "cpu", "process", "processor", "windows", "win", "win32", "stats", "module", "load", "memory" ], "scripts": { "test": "./node_modules/.bin/mocha ./test/cpu.js" }, "author": "Kyle Ross <thejavascriptguy@gmail.com>", "contributors": [ "Vishnu Bharathi <vishnubharathi04@gmail.com> (https://twitter.com/scriptnull)", "SkyLined (https://github.com/SkyLined)" ], "bugs": "https://github.com/KyleRoss/windows-cpu/issues", "repository": { "type": "git", "url": "https://github.com/KyleRoss/windows-cpu.git" }, "dependencies": {}, "devDependencies": { "chai": "^4.1.2", "mocha": "^5.2.0" } }