this was the primary reason I didn’t try out Deno during in the beginning.
https://docs.deno.com/runtime/fundamentals/modules/#managing-third-party-modules-and-libraries
Now with mapped specifiers I can use just the name like with node.
`import { pascalCase } from "cases";`
Setting the version of a dependency for each file doesn’t sound maintainable.