Hello, i'm a little concerned about size of this package and number of dependencies that it requires to run,
this package has 66 dependencies and weights 175kb with all its dependencies, as a comparison yargs
has 16 dependencies and weights 76kb,
most of code in this package actually come from reading and normalizing package.json
and that should be a trivial task as this package uses optionally 2 fields description and version.
my suggestion is to replace normalize-package-data
and read-pkg-up
with find-up
and simple if condition.
this change should allow to reduce number of dependencies by half and reduce size by 70%
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too