mirror of
https://github.com/denoland/deno.git
synced 2025-02-05 06:05:54 -05:00
![Luca Casonato](/assets/img/avatar_default.png)
Previously various reads of files in `node_modules` would error on invalid UTF-8. These were cases involving: - reading package.json from Rust - reading package.json from JS - reading CommonJS files from JS - reading CommonJS files from Rust (for ESM translation) - reading ESM files from Rust
6 lines
110 B
JSON
6 lines
110 B
JSON
{
|
|
"name": "@denotest/lossy-utf8-script",
|
|
"version": "1.0.0",
|
|
"type": "commonjs",
|
|
"dependencies": {}
|
|
}
|