@shanyue/promise-utils
Version:
Userful promise utils, include map, filter, retry and sleep
43 lines (42 loc) • 842 B
JSON
{
"name": "@shanyue/promise-utils",
"version": "2.0.4",
"description": "Userful promise utils, include map, filter, retry and sleep",
"main": "dist/index.js",
"engines": {
"node": ">=10"
},
"scripts": {
"test": "mocha test/*.ts -r ts-node/register",
"build": "tsc",
"ncu": "ncu"
},
"keywords": [
"promise",
"map",
"filter",
"resolved",
"async",
"await",
"promises",
"concurrently",
"concurrency",
"parallel",
"bluebird",
"allSettled",
"delay",
"sleep"
],
"author": "shfshanyue",
"license": "ISC",
"devDependencies": {
"@types/chai": "^4.2.11",
"@types/mocha": "^7.0.2",
"chai": "^4.2.0",
"mocha": "^8.0.1",
"npm-check-updates": "^7.0.1",
"time-span": "^4.0.0",
"ts-node": "^8.10.2",
"typescript": "^3.9.5"
}
}