From 7a52ddeba2a68388b544f529d2d92104420f77b0 Mon Sep 17 00:00:00 2001 From: Shipwreckt Date: Fri, 31 Oct 2025 20:02:14 +0000 Subject: Changed from static to 11ty! --- node_modules/a-sync-waterfall/package.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 node_modules/a-sync-waterfall/package.json (limited to 'node_modules/a-sync-waterfall/package.json') diff --git a/node_modules/a-sync-waterfall/package.json b/node_modules/a-sync-waterfall/package.json new file mode 100644 index 0000000..39219c8 --- /dev/null +++ b/node_modules/a-sync-waterfall/package.json @@ -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": {} +} -- cgit v1.2.3