new changes

This commit is contained in:
Niranjan
2026-04-07 05:05:28 +05:30
parent 7c070224bd
commit a18bba15f2
29975 changed files with 3247495 additions and 2761 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "a-sync-waterfall",
"version": "1.0.1",
"description": "Runs a list of async tasks, passing the results of each into the next one",
"author": {
"name": "Gleb Khudyakov",
"url": "https://github.com/hydiak/a-sync-waterfall"
},
"license": "MIT",
"homepage": "https://github.com/hydiak/a-sync-waterfall",
"repository": {
"type": "git",
"url": "git@github.com:hydiak/a-sync-waterfall.git"
},
"bugs": {
"url": "https://github.com/hydiak/a-sync-waterfall/issues"
},
"main": "./index",
"keywords": ["async", "sync", "waterfall", "tasks", "control", "flow"],
"dependencies": {}
}