๐Ÿ”ฐpackage

JS โŸฉ module โŸฉ package

circle-check
circle-info

A package may contain one or more modules and has information about which other packages (its dependencies) it depends on.

circle-info

NPMarrow-up-right packages or the code that runs on a web page may have gone through multiple stages of transformation โ€” converted from modern JavaScript to historic JavaScript, from ES module format to CommonJS, bundled, and minified.

Last updated

Was this helpful?