JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 13
  • Score
    100M100P100Q38681F
  • License MIT

Scans and manages installed steam apps

Package Exports

  • humid

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 (humid) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

humid

Travis Codecov npm

Stories in Ready GitHub issues Gitter

Dependeny Status Dev Dependeny Status

semantic-release js-standard-style Commitizen friendly GitHub license


Scans and manages installed steam apps

Install

npm install humid

Usage

var humid = require('humid');
humid.find('/path/to/steam/library')
    .then(console.log)

// [ { id: 241600,
//     name: 'Rogue Legacy',
//     appPath: 'Rogue Legacy',
//     size: 337208904,
//     manifest: '/path/to/steam/library/steamapps/appmanifest_241600.acf' },
//   { id: 326410,
//     name: 'Windward',
//     appPath: 'Windward',
//     size: 137835724,
//     manifest: '/path/to/steam/library/steamapps/appmanifest_326410.acf' } ]