fast-eucjp-encoder
Version:
Fast EUC-JP(CP51932) encoder - About 2x faster than iconv-lite
26 lines (25 loc) • 492 B
JSON
{
"name": "fast-eucjp-encoder",
"version": "1.1.0",
"description": "Fast EUC-JP(CP51932) encoder - About 2x faster than iconv-lite",
"main": "index.min.js",
"keywords": [
"eucjp",
"euc-jp",
"cp51932",
"encoder",
"japanese",
"charset",
"encoding",
"fast"
],
"license": "MIT",
"types": "index.d.ts",
"engines": {
"node": ">=6"
},
"repository": {
"type": "git",
"url": "https://github.com/t-kouyama/fast-eucjp-encoder.git"
}
}