set-delayed-interval
Version:
An asynchronous setInterval that is properly delayed using promises and can be delayed on boot
45 lines (44 loc) • 1.19 kB
JSON
{
"name": "set-delayed-interval",
"version": "1.0.0",
"description": "An asynchronous setInterval that is properly delayed using promises and can be delayed on boot",
"main": "src/index.js",
"author": "Vasco Santos",
"scripts": {
"test": "aegir test -t node -t browser",
"test:browser": "aegir test -t browser",
"test:node": "aegir test -t node",
"lint": "aegir lint",
"release": "aegir release --docs",
"release-minor": "aegir release --type minor --docs",
"release-major": "aegir release -t node -t browser --type major --docs",
"build": "aegir build"
},
"files": [
"src",
"dist"
],
"devDependencies": {
"aegir": "^28.1.0",
"delay": "^4.4.0",
"p-wait-for": "^3.1.0",
"sinon": "^9.2.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vasco-santos/set-delayed-interval.git"
},
"keywords": [
"doh",
"dns",
"http"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/vasco-santos/set-delayed-interval/issues"
},
"homepage": "https://github.com/vasco-santos/set-delayed-interval#readme",
"contributors": [
"Vasco Santos <vasco.santos@ua.pt>"
]
}