min-4byte-code-point
Version:
The minimum code point of 4 byte characters in UTF-8
40 lines (39 loc) • 932 B
JSON
{
"name": "min-4byte-code-point",
"version": "1.0.0",
"description": "The minimum code point of 4 byte characters in UTF-8",
"repository": "shinnn/min-4byte-code-point",
"author": "Shinnosuke Watanabe (https://github.com/shinnn)",
"scripts": {
"pretest": "eslint --fix --config @shinnn --ignore-path .gitignore .",
"test": "node --strong_mode --throw-deprecation --track-heap-objects test.js"
},
"license": "Unlicense",
"jsnext:main": "index.jsnext.js",
"files": [
"index.js",
"index.jsnext.js"
],
"keywords": [
"minimum",
"min",
"code",
"point",
"code-point",
"const",
"constant",
"unicode",
"0x10000",
"utf8",
"browser",
"client-side"
],
"devDependencies": {
"@shinnn/eslint-config": "^2.3.0",
"eslint": "^2.11.1",
"require-from-string": "^1.2.0",
"rollup": "^0.28.0",
"tap-spec": "^4.1.1",
"tape": "^4.5.1"
}
}