Hacker News new | ask | show | jobs
by orange8 2211 days ago
NPM is not the standard JS library, more like the most popular third-party JS package manager and repository. It does not really have an official standard library. The closest to that is are its built in objects (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe...).
1 comments

This is actually how maven is for Java as well. the repo isn't official but its so widespread its defacto.