New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

humid

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

humid

Scans and manages installed steam apps

latest
Source
npmnpm
Version
0.3.0
Version published
Weekly downloads
2
-81.82%
Maintainers
1
Weekly downloads
 
Created
Source

humid

Scans and manages installed steam apps

Travis Codecov bitHound Overall Score npm

bitHound Dependencies miniArray GitHub license

Features

  • Multipule steam library (directory) support
  • Retrieve json objects describing each installed game
  • Move game(s) from one library to another

Setup

NPM

npm install humid

Usage

import humid from 'humid'

humid.find('/path/to/steam/library')
    .then(console.log)
Results
[ { 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' } ]

Questions and issues

The github issue tracker is for bug reports and feature requests. Anything else, such as questions for help in using the library, should be posted in StackOverflow using the tag humid

FAQ

Can you add my feature to humid?

Feel free to add a request in the issue issue tracker, or come chat with us on Gitter

Issues   Gitter

How can I contribute?

Fork the repo, make some changes and make a pull request.

js-standard-style   semantic-release   Commitizen friendly   bitHound Dev Dependencies

License

MIT License 2015 © Simon W. Jackson and contributors

Keywords

steam

FAQs

Package last updated on 06 Jun 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts