first commit

This commit is contained in:
jefferyzhao
2025-07-31 17:44:12 +08:00
commit b9bdc8598b
42390 changed files with 4467935 additions and 0 deletions

20
node_modules/parallel-transform/package.json generated vendored Normal file
View File

@ -0,0 +1,20 @@
{
"name": "parallel-transform",
"version": "1.2.0",
"repository": "git://github.com/mafintosh/parallel-transform",
"license": "MIT",
"description": "Transform stream that allows you to run your transforms in parallel without changing the order",
"keywords": [
"transform",
"stream",
"parallel",
"preserve",
"order"
],
"author": "Mathias Buus Madsen <mathiasbuus@gmail.com>",
"dependencies": {
"cyclist": "^1.0.1",
"inherits": "^2.0.3",
"readable-stream": "^2.1.5"
}
}