UNPKG

guard-timeout

Version:
43 lines (42 loc) 1 kB
{ "name": "guard-timeout", "version": "2.0.0", "description": "Guard against sleep mode timeouts firing on wake", "main": "index.js", "browser": { "util": "./util-shim.js" }, "scripts": { "test": "tape test/*", "btest": "airtap --local test", "cov": "npm test -- --coverage-report=html", "lint": "standard", "ci": "npm run lint && npm test" }, "keywords": [ "timeout", "safe", "sleep", "hibernate" ], "author": "David Mark Clements (@davidmarkclem)", "license": "MIT", "engineStrict": true, "engines": { "node": ">=10" }, "devDependencies": { "airtap": "^3.0.0", "atomic-sleep": "^1.0.0", "standard": "^14.3.1", "tape": "^4.13.0" }, "repository": { "type": "git", "url": "git+https://github.com/davidmarkclements/guard-timeout.git" }, "bugs": { "url": "https://github.com/davidmarkclements/guard-timeout/issues" }, "homepage": "https://github.com/davidmarkclements/guard-timeout#readme" }