Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm-check dependency reduction #131

Closed
43081j opened this issue Nov 18, 2024 · 1 comment
Closed

npm-check dependency reduction #131

43081j opened this issue Nov 18, 2024 · 1 comment
Labels
epic needs first contact It is unclear if the maintainer of the repo is open for e18e

Comments

@43081j
Copy link
Collaborator

43081j commented Nov 18, 2024

repo:

https://github.com/dylang/npm-check

there's a few dependencies we can replace to reduce footprint:

  • chalk (with picocolors)
  • execa (with tinyexec)
  • globby (with fdir or tinyglobby)
  • is-ci (with native?)
  • ora (with nanospinner or picospinner)
  • pkg-dir (with fd-package-json & dirname)
  • preferred-pm (with package-manager-detector?)
  • strip-ansi (with native)
@43081j 43081j added the epic label Nov 18, 2024
@Fuzzyma Fuzzyma added the needs first contact It is unclear if the maintainer of the repo is open for e18e label Dec 18, 2024
@43081j
Copy link
Collaborator Author

43081j commented Jan 24, 2025

closing in favour of #153

@43081j 43081j closed this as completed Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
epic needs first contact It is unclear if the maintainer of the repo is open for e18e
Projects
None yet
Development

No branches or pull requests

2 participants