debounce-microtasks
Version:
Debounce a function using microtasks instead of timers.
42 lines • 903 B
JSON
{
"name": "debounce-microtasks",
"version": "0.1.8",
"description": "Debounce a function using microtasks instead of timers.",
"keywords": [
"microtask",
"debounce",
"throttle",
"rate",
"limit",
"batch"
],
"repository": {
"type": "git",
"url": "git+https://github.com/vicary/debounce-microtask.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/vicary/debounce-microtask/issues"
},
"main": "./script/mod.js",
"module": "./esm/mod.js",
"exports": {
".": {
"import": "./esm/mod.js",
"require": "./script/mod.js"
}
},
"scripts": {
"test": "node test_runner.js"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/vicary"
},
"devDependencies": {
"@types/node": "^20.9.0",
"picocolors": "^1.0.0",
"@deno/shim-deno": "~0.18.0"
},
"_generatedBy": "dnt@dev"
}