🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

caffeinate

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

caffeinate

Prevent the system from going to sleep

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

caffeinate

caffeinate is a system utility provided in macOS which prevents the system from sleeping indefinitely or on behalf of a utility.

usage

const caffeinate = require(`caffeinate`)

caffeinate({ pid: 45623 })
.then(caffeinatePid => console.log(caffeinatePid))
.catch(error => console.log(error))

api

caffeinate([options])

Spawns caffeinate. Resolves with the pid of the spawned caffeinate instance.

options can be any of those supported by caffeinate. For the sake of readability you can use timeout and pid in place of t and w respectively.

options-to-args handles the conversion of options into spawn args.

Keywords

sleep

FAQs

Package last updated on 25 Feb 2017

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