sindresorhus / del

Delete files and directories
MIT License
1.32k stars 65 forks source link

Del is huge since v4.1.1 #111

Closed nikku closed 5 years ago

nikku commented 5 years ago

image

Cf. packagephobia.

As a user I do not quite understand why I need to download 1.4 MBytes for the utility.

sindresorhus commented 5 years ago

As a user I do not quite understand why I need to download 1.4 MBytes for the utility.

You could have easily checked this yourself though:

Screenshot 2019-08-28 at 02 17 31

The size is not caused by del, but rather its dependencies, which are out of our control.

When https://github.com/sindresorhus/globby/issues/109 is resolved, the size will be half.

We cannot really do much about the fast-glob size. You could open an issue about that there: https://github.com/mrmlnc/fast-glob

Schweinepriester commented 4 years ago

sindresorhus/globby#109 is resolved, might now be the time for a slimmer version? :)