UNPKG

specs_window

Version:

It is a NodeJS module to get hardware informacions.

44 lines (43 loc) 1.07 kB
{ "name": "specs_window", "version": "1.7.0", "description": "It is a NodeJS module to get hardware informacions.", "main": "index.js", "scripts": { "clean_build": "mkdir build && node-gyp configure build", "build": "cd build && node-gyp clean && cd .. && node-gyp configure build", "normal_build": "node-gyp configure build", "install": "node-gyp rebuild" }, "repository": { "type": "git", "url": "git+https://github.com/RiseGhost/specs_window.git" }, "keywords": [ "node", "javascript", "npm", "hardware", "hardware specs", "windows hardware", "hardware info", "windows info", "windows", "specs_window", "specs", "specs window", "specs windows", "Processes", "Enumerating All Processes", "List Processes", "List all Processes", "Kill Processes" ], "author": "", "license": "ISC", "gypfile": true, "bugs": { "url": "https://github.com/RiseGhost/specs_window/issues" }, "homepage": "https://github.com/RiseGhost/specs_window#readme" }