@pirxpilot/nanoscheduler
Version:
Schedule work to be completed when the browser is idle.
35 lines (34 loc) • 663 B
JSON
{
"name": "@pirxpilot/nanoscheduler",
"description": "Schedule work to be completed when the browser is idle.",
"repository": {
"type": "git",
"url": "git+https://github.com/pirxpilot/nanoscheduler.git"
},
"version": "2.0.1",
"type": "module",
"exports": "./index.js",
"scripts": {
"test": "make check"
},
"dependencies": {
"@pirxpilot/nanoassert": "~2"
},
"devDependencies": {
"@biomejs/biome": "2.4.12"
},
"keywords": [
"schedule",
"request",
"idle",
"callback",
"requestidlecallback",
"stack",
"push",
"singleton"
],
"license": "Apache-2.0",
"files": [
"index.js"
]
}