UNPKG

@igorskyflyer/zep

Version:

🧠 Zep is a zero-dependency, efficient debounce module. ā°

66 lines • 1.52 kB
{ "name": "@igorskyflyer/zep", "version": "6.1.0", "description": "🧠 Zep is a zero-dependency, efficient debounce module. ā°", "sideEffects": false, "engines": { "node": ">=22.0" }, "type": "module", "types": "./dist/index.d.ts", "main": "./dist/index.js", "module": "./dist/index.js", "files": [ "dist" ], "keywords": [ "utility", "zep", "timeout", "interval", "debounce", "throttle", "rate-limit", "timer", "callback-control", "event-handler", "performance", "utility", "javascript", "typescript", "zero-dependency", "function-control", "execution-control", "debouncer", "frontend", "backend", "igor dimitrijević", "igorskyflyer" ], "license": "MIT", "author": "Igor Dimitrijević <support@igorskyflyer.me> (https://github.com/igorskyflyer)", "funding": "https://ko-fi.com/igorskyflyer", "homepage": "https://github.com/igorskyflyer/npm-zep", "repository": { "type": "git", "url": "git+https://github.com/igorskyflyer/npm-zep.git" }, "bugs": { "url": "https://github.com/igorskyflyer/npm-zep/issues" }, "devDependencies": { "@biomejs/biome": "^2.2.2", "@igorskyflyer/biome-config": "^2.1.0", "@types/node": "^22.18.0", "typescript": "^5.9.2", "vitest": "^3.2.4" }, "publishConfig": { "access": "public" }, "scripts": { "build": "tsc", "test": "vitest --run", "pub": "pnpm test && git push origin main --tags" } }