gitextract_6870msq2/ ├── .gitattributes ├── .github/ │ └── workflows/ │ └── test.yml ├── .gitignore ├── .prettierrc ├── LICENSE ├── README.md ├── SECURITY.md ├── examples/ │ └── fs.js ├── index.js ├── lib/ │ └── errors.js ├── package.json └── test/ ├── all.js ├── async-iterator.js ├── backpressure.js ├── byte-length.js ├── compat.js ├── destroy.js ├── duplex.js ├── errors.js ├── get-stream-error.js ├── passthrough.js ├── pipe.js ├── pipeline.js ├── readable.js ├── transform.js └── writable.js