UNPKG

@darkobits/sleep

Version:
38 lines (37 loc) 705 B
{ "name": "@darkobits/sleep", "version": "3.0.0", "description": "Async wait utility.", "author": "darkobits", "license": "Hippocratic", "type": "module", "repository": { "type": "git", "url": "https://github.com/darkobits/sleep.git" }, "keywords": [ "async", "asynchronous", "sleep", "sync", "synchronous", "wait" ], "files": [ "dist" ], "main": "dist/sleep.js", "scripts": { "prepare": "nr prepare", "help": "nr --scripts" }, "dependencies": { "ms": "^2.1.3" }, "devDependencies": { "@darkobits/log": "^2.0.0-beta.16", "@darkobits/ts": "^0.18.10", "@types/ms": "^0.7.33", "expect-type": "^0.17.3" } }