idle-until-urgent
Version:
Defer JS work until the browser has a chance to breathe
35 lines (34 loc) • 863 B
JSON
{
"name": "idle-until-urgent",
"version": "1.0.0",
"description": "Defer JS work until the browser has a chance to breathe",
"main": "index.js",
"scripts": {
"test": "browserify test.js | tape-run | faucet && node test.js | faucet && jsmd readme.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TehShrike/idle-until-urgent.git"
},
"keywords": [
"idle",
"requestidle",
"requestidlecallback",
"idle"
],
"author": "TehShrike",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/TehShrike/idle-until-urgent/issues"
},
"homepage": "https://github.com/TehShrike/idle-until-urgent#readme",
"devDependencies": {
"browserify": "16.2.2",
"delay": "4.0.1",
"faucet": "0.0.1",
"jsmd": "1.0.0",
"p-defer": "1.0.0",
"tape-run": "4.0.0",
"zora": "2.0.1"
}
}