@three11/debounce
Version:
Debounce multiple function executions
59 lines (58 loc) • 1.41 kB
JSON
{
"name": "@three11/debounce",
"version": "1.1.0",
"description": "Debounce multiple function executions",
"keywords": [
"Debounce",
"Function delay",
"Function wait"
],
"homepage": "https://github.com/three11/debounce#readme",
"bugs": {
"url": "https://github.com/three11/debounce/issues"
},
"license": "GPL-3.0",
"authors": [
{
"name": "Three 11 Ltd",
"email": "hello@three-11.com",
"role": "Developer"
},
{
"name": "Alexander Panayotov",
"email": "alexander.panayotov@gmail.com",
"role": "Developer"
},
{
"name": "Atanas Atanasov",
"email": "scriptex.bg@gmail.com",
"role": "Developer"
}
],
"main": "dist/debounce.js",
"types": "dist/debounce.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/three11/debounce.git"
},
"scripts": {
"lint": "eslint 'src/**/*.ts'",
"test": "yarn build && node --experimental-specifier-resolution=node --loader ts-node/esm tests/index.mts",
"build": "rollup -c"
},
"dependencies": {},
"devDependencies": {
"@rollup/plugin-commonjs": "23.0.2",
"@rollup/plugin-typescript": "9.0.2",
"@types/node": "18.11.9",
"@types/tape": "4.13.2",
"@typescript-eslint/eslint-plugin": "5.44.0",
"@typescript-eslint/parser": "5.44.0",
"eslint": "8.28.0",
"eslint-config-prettier": "8.5.0",
"rollup": "3.4.0",
"tape": "5.6.1",
"ts-node": "10.9.1",
"typescript": "4.9.3"
}
}