pause-poll
Version:
Promisify setTimeout & setInterval
43 lines (42 loc) • 943 B
JSON
{
"author": "Wenfang Du",
"bugs": {
"url": "https://github.com/wenfangdu/pause-poll/issues"
},
"description": "Promisify setTimeout & setInterval",
"devDependencies": {
"@types/jest": "^26.0.20",
"agadoo": "^2.0.0",
"jest": "^26.6.3",
"ts-jest": "^26.5.3",
"typescript": "^4.2.3"
},
"homepage": "https://github.com/wenfangdu/pause-poll#readme",
"keywords": [
"async",
"await",
"Poll",
"Polling",
"Promise",
"Promisify",
"setInterval",
"setTimeout",
"TypeScript",
"Utility"
],
"license": "MIT",
"main": "src/main.js",
"name": "pause-poll",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/wenfangdu/pause-poll.git"
},
"scripts": {
"compile": "tsc",
"test": "agadoo && jest",
"watch": "tsc --watch"
},
"types": "src/main.d.ts",
"version": "0.0.30"
}