Name: source-map-scopes-codec
Short Name: source-map-scopes-codec
URL: https://github.com/ChromeDevTools/source-map-scopes-codec
Version: 0.7.0
Revision: 3a84349a869ea8136056e8ce1c37cb148d36165e
License: BSD-3-Clause
License File: LICENSE
Security Critical: no
Shipped: yes
Update Mechanism: Manual (https://crbug.com/430416494)

Description:
This library hosts a production ready implementation of the source map "Scopes" proposal.

To update this package run:

```sh
npx jsr info @chrome-devtools/source-map-scopes-codec
```

to retrieve the tarball URL.

then (use the URL shown by the above command)

```sh
rm -rf package
wget -qO- https://npm.jsr.io/\~/11/@jsr/chrome-devtools__source-map-scopes-codec/0.3.1.tgz | tar xzf -
```
