p-forever
Version:
Run promise-returning & async functions repeatedly until you end it
55 lines (54 loc) • 931 B
JSON
{
"name": "p-forever",
"version": "3.0.1",
"description": "Run promise-returning & async functions repeatedly until you end it",
"license": "MIT",
"repository": "sindresorhus/p-forever",
"funding": "https://github.com/sponsors/sindresorhus",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"type": "module",
"exports": "./index.js",
"engines": {
"node": ">=12"
},
"scripts": {
"test": "xo && ava && tsd"
},
"files": [
"index.js",
"index.d.ts"
],
"keywords": [
"promise",
"forever",
"infinitely",
"infinite",
"while",
"whilst",
"repeat",
"repeatedly",
"recursive",
"recursion",
"times",
"number",
"count",
"loop",
"iterate",
"serial",
"serially",
"async",
"await",
"promises",
"bluebird"
],
"devDependencies": {
"ava": "^3.15.0",
"delay": "^5.0.0",
"tsd": "^0.14.0",
"xo": "^0.38.2"
}
}