mirror of
https://github.com/denoland/deno.git
synced 2024-11-24 15:19:26 -05:00
c1f23c5788
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
7 lines
No EOL
134 B
JSON
7 lines
No EOL
134 B
JSON
{
|
|
"name": "@denotest/lossy-utf8-package-json",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"dependencies": {},
|
|
"files": ["þþÿÿ"]
|
|
} |