UNPKG

2utf8

Version:

Tranform string text to UTF-8

33 lines (32 loc) 625 B
{ "name": "2utf8", "version": "3.0.0", "description": "Tranform string text to UTF-8", "main": "2utf8.js", "repository": { "type": "git", "url": "git+https://github.com/warlock/2utf8.git" }, "keywords": [ "utf", "utf-8", "utf8", "encoding", "convert", "charset", "char", "detector", "chardet", "latin1" ], "author": "Josep Subils <js@js.gl> (http://js.gl)", "license": "MIT", "bugs": { "url": "https://github.com/warlock/2uf8/issues" }, "homepage": "http://www.js.gl", "dependencies": { "chardet": "^1.2.1", "iconv-lite": "^0.6.2" } }