debounce-throttle-utils
Version:
A lightweight utility library that provides debounce and throttle functions to optimize performance by controlling the execution frequency of functions.
47 lines (46 loc) • 1.16 kB
JSON
{
"name": "debounce-throttle-utils",
"version": "2.0.8",
"description": "A lightweight utility library that provides debounce and throttle functions to optimize performance by controlling the execution frequency of functions.",
"main": "src/index.js",
"types": "src/index.d.ts",
"scripts": {
"test": "jest",
"build": "tsc",
"start": "node dist/index.js",
"lint": "eslint . --ext .ts,.tsx",
"prepublishOnly": "npm run build"
},
"keywords": [
"debounce",
"throttle",
"performance",
"utils",
"utility",
"javascript",
"typescript",
"coder-shubh",
"android",
"ios",
"react-native",
"react",
"reactjs",
"node",
"nodejs"
],
"author": "coder-shubh",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/coder-shubh/debounce-throttle-utils.git"
},
"bugs": {
"url": "https://github.com/coder-shubh/debounce-throttle-utils/issues"
},
"homepage": "https://github.com/coder-shubh/debounce-throttle-utils#readme",
"devDependencies": {
"@types/jest": "^29.5.14",
"jest": "^29.7.0",
"typescript": "^5.7.3"
}
}