Package Exports
- fetch-installed-software
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (fetch-installed-software) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Get metadata of software installed on the machine.
Use cases
- Software restrictions
- Installation tracking
Features
- Hardware independent
- No elevated rights required
- No external dependencies and does not require any native bindings
Installation
npm install fetch-installed-software
Usage
Function: getAllInstalledSoftware()
- Returns an array of Objects, each containing metadata about a piece of software installed on the machine
Caveats
- Implementation only currently supports Windows systems