Node and npm modules
Many people will want to leverage code and libraries that are built for Node, in particular the large set of packages available on the npm registry.
There are currently several ways to do this:
- Using
npm:
specifiers andnode:
specifiers - package.json compatibility
- Using CDNs