This commit is contained in:
2025-05-12 05:38:44 +09:00
parent dced21c3f8
commit 6d78bfa46e
8120 changed files with 1161564 additions and 0 deletions

21
book/node_modules/a-sync-waterfall/package.json generated vendored Normal file
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": {}
}