UNPKG

qb-utf8-ez

Version:

Easy-to-use functions for encoding/decoding UTF-8 in the browser

36 lines (35 loc) 839 B
{ "name": "qb-utf8-ez", "version": "3.1.3", "description": "Easy-to-use functions for encoding/decoding UTF-8 in the browser", "homepage": "https://github.com/quicbit-js/qb-utf8-ez", "url": "https://github.com/quicbit-js/qb-utf8-ez/issues", "email": "support@quicbit.com", "repository": "quicbit-js/qb-utf8-ez", "dependencies": { "qb-utf8-compare": "^1.0.2", "qb-utf8-from-str-tiny": "^1.2.2", "qb-utf8-illegal-bytes": "^2.0.6", "qb-utf8-to-str-tiny": "^1.2.2" }, "devDependencies": { "tape": "^5.6.3", "test-kit": "^2.9.1" }, "scripts": { "test": "tape test.js", "cov": "tap --coverage-report=html test.js" }, "files": [ "index.js" ], "keywords": [ "UTF8", "UTF-8", "encode", "decode", "browser" ], "author": "Matthew Voss", "license": "ISC" }