Update app and tooling

This commit is contained in:
Lawrence Chen 2026-01-29 17:36:26 -08:00
parent 3046531bdd
commit e620ec7349
4950 changed files with 2975120 additions and 10 deletions

27
node_modules/promisepipe/package.json generated vendored Normal file
View file

@ -0,0 +1,27 @@
{
"name": "promisepipe",
"version": "3.0.0",
"description": "Pipe node.js streams safely with Promises",
"main": "index.js",
"scripts": {
"test": "mocha test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/epeli/node-promisepipe"
},
"keywords": [
"promise",
"stream"
],
"author": "Esa-Matti Suuronen",
"license": "MIT",
"bugs": {
"url": "https://github.com/epeli/node-promisepipe/issues"
},
"devDependencies": {
"mocha": "^3.2.0",
"mz": "^2.6.0"
},
"dependencies": {}
}