surrog8
Version:
Surrogate pair converter with dev-friendly source code.
33 lines (32 loc) • 684 B
JSON
{
"name": "surrog8",
"version": "0.4.2",
"description": "Surrogate pair converter with dev-friendly source code.",
"main": "sg8.js",
"bin": {
"surrog8-js": "./cli.js"
},
"scripts": {
"test": "bash util/test_node_demos.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/mk-pmb/surrog8-node"
},
"keywords": [
"unicode",
"surrogate",
"surrogate pair",
"surrogate pairs",
"high uncode characters",
"ucs-2",
"utf-32",
"utf-16"
],
"author": "M.K.",
"license": "MIT",
"bugs": {
"url": "https://github.com/mk-pmb/surrog8-node/issues"
},
"homepage": "https://github.com/mk-pmb/surrog8-node"
}