NpmDependency constructor
const
NpmDependency(})
Creates an NpmDependency descriptor.
Implementation
const NpmDependency(
this.name,
this.version, {
this.importAs,
this.cdn = 'https://esm.sh',
this.integrity,
this.subPath,
});