updates icon indicating copy to clipboard operation
updates copied to clipboard

jsr support

Open silverwind opened this issue 1 year ago • 1 comments

https://jsr.io/docs/npm-compatibility

Likely need to not ask the npm API, but the jsr API for packages on the @jsr scope.

silverwind avatar Jul 13 '24 18:07 silverwind

There are two different formats in package.json:

"@std/semver": "npm:@jsr/[email protected]"
"@std/semver": "jsr:1.0.5"

Fetch metadata from https://jsr.io/@std/semver/meta.json

silverwind avatar Sep 08 '25 01:09 silverwind