JSR Is Not Another Package Manager

2024-05-01

https://deno.com/blog/jsr-is-not-another-package-manager

JSR is designed to complement the npm registry, not replace it. JSR packages are allowed to depend on npm packages - see, for example, this package.

Deno とは違い、互換性を謳って出しているのか。
今の Deno は Node.js との互換性も進めている し、やはりこれまでの資産を無視するというのは難しい、ということが伺えるな。

特に、JavaScript は歴史も長いし、多く使われているし。
まだ黎明期のプログラミング言語とかであれば違うんだろうけど。