zaraz
Version:
Cheap way to introduce short async delay.
36 lines (35 loc) • 644 B
JSON
{
"name": "zaraz",
"version": "2.0.2",
"description": "Cheap way to introduce short async delay.",
"type": "module",
"exports": "./lib/zaraz.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": "~4"
},
"devDependencies": {
"@biomejs/biome": "2.2.5"
},
"scripts": {
"test": "make check"
},
"files": [
"lib"
]
}