UNPKG

p-forever

Version:

Run promise-returning & async functions repeatedly until you end it

59 lines (58 loc) 997 B
{ "name": "p-forever", "version": "4.0.0", "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": { "types": "./index.d.ts", "default": "./index.js" }, "sideEffects": false, "engines": { "node": ">=20" }, "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": "^6.4.1", "delay": "^7.0.0", "tsd": "^0.33.0", "xo": "^1.2.3" } }