JSPM

fetch-installed-software

0.0.7
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 88
  • Score
    100M100P100Q85649F
  • License BSD-3-Clause

Provides functions to fetch information about software installed on the machine

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

Fetch installed Software

A Node library to get the metadata of software installed on a Windows 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