UNPKG

wmic

Version:

Wrapper around the WMIC Windows command interface.

31 lines (30 loc) 581 B
{ "name": "wmic", "version": "1.1.1", "description": "Wrapper around the WMIC Windows command interface.", "main": "index.js", "scripts": { "test": "mocha test/wmic.js" }, "tags": [ "windows", "wmic", "interface", "api", "wrapper" ], "dependencies": { "async": "^3.2.0", "iconv-lite": "^0.5.0" }, "author": "Tomás Pollak <tomas@forkhq.com>", "repository": { "type": "git", "url": "https://github.com/tomas/wmic.git" }, "license": "MIT", "devDependencies": { "mocha": "^2.2.4", "should": "^6.0.1" } }