Quoting Jonas Smedegaard (2022-02-11 18:12:30)
> As a rule of thumb, node-* packages are for Node.js library 
> interfaces, and packages containing command-line tools implemented in 
> Node.js use package names with the node- prefix.
                            ^^^^

Correction: packages providing command-line tools use a package name 
_without_ the node- prefix.

That package naming style is specifically to allow reverse dependencies 
to declare dependency on either _library_ API or _command-line_ ABI.

This package depends only on command-line ABI which remained roughly 
same across v2 and v3 of UglifyJS, but now blocks removal of v2 branch 
because it needlessly declares a dependency on library API (which 
historically was the only thing offered, so not complaining here!).


 - Jonas

-- 
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private

Attachment: signature.asc
Description: signature

Reply via email to