You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 7, 2026. It is now read-only.
I'm doing research on finding unnecessary dependencies in NodeJs packages. I found that one dependency (readable-stream) is not used in your package. So I modified the package.json file to remove the "readable-stream" dependency and I ran your tests. The result showed that all tests passed, and the test coverage did not change. Would you consider removing this dependency from your package, so that developers do not need to install them when they use your package?
Hi,
I'm doing research on finding unnecessary dependencies in NodeJs packages. I found that one dependency (readable-stream) is not used in your package. So I modified the package.json file to remove the "readable-stream" dependency and I ran your tests. The result showed that all tests passed, and the test coverage did not change. Would you consider removing this dependency from your package, so that developers do not need to install them when they use your package?