UNPKG

zaraz

Version:

Cheap way to introduce short async delay.

37 lines (36 loc) 656 B
{ "name": "zaraz", "version": "2.0.0", "description": "Cheap way to introduce short async delay.", "type": "module", "exports": "./index.js", "author": { "name": "Damian Krzeminski", "email": "pirxpilot@furkot.com", "url": "https://pirxpilot.me" }, "repository": { "type": "git", "url": "git+https://github.com/pirxpilot/zaraz.git" }, "license": "MIT", "keywords": [ "zaraz", "async", "timer", "delay" ], "dependencies": { "debug": "*" }, "devDependencies": { "@biomejs/biome": "^1.9.4" }, "scripts": { "test": "make check" }, "files": [ "index.js", "lib" ] }