fix-latin1-to-utf8
Version:
Fix errors when converting Latin-1 encoded text to UTF-8
33 lines (32 loc) • 736 B
JSON
{
"name": "fix-latin1-to-utf8",
"version": "2.0.3",
"description": "Fix errors when converting Latin-1 encoded text to UTF-8",
"keywords": [
"encoding",
"iso-8859-1",
"iso8859-1",
"latin-1",
"latin1",
"utf8",
"windows-1252",
"windows1252"
],
"main": "src/index.js",
"type": "commonjs",
"types": "types/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/Fdawgs/fix-latin1-to-utf8.git"
},
"homepage": "https://github.com/Fdawgs/fix-latin1-to-utf8",
"bugs": {
"url": "https://github.com/Fdawgs/fix-latin1-to-utf8/issues"
},
"license": "MIT",
"author": "Frazer Smith <frazer.dev@icloud.com>",
"funding": "https://github.com/sponsors/Fdawgs",
"engines": {
"node": ">=20"
}
}