is-4byte-code-point
Version:
Check if a given number is a code point of UTF-8 4-byte character
49 lines (48 loc) • 1.28 kB
JSON
{
"name": "is-4byte-code-point",
"version": "1.0.0",
"description": "Check if a given number is a code point of UTF-8 4-byte character",
"repository": "shinnn/is-4byte-code-point",
"author": "Shinnosuke Watanabe (https://github.com/shinnn)",
"scripts": {
"pretest": "bower install --production && eslint --fix --config @shinnn --ignore-path .gitignore .",
"test": "node --strong_mode --throw-deprecation --track-heap-objects test.js | tap-spec",
"coverage": "node --strong_mode node_modules/.bin/istanbul cover test.js"
},
"license": "MIT",
"jsnext:main": "index.jsnext.js",
"files": [
"index.js",
"index.jsnext.js"
],
"keywords": [
"byte",
"check",
"string",
"char",
"character",
"code",
"point",
"code-point",
"count",
"number",
"browser",
"client-side"
],
"dependencies": {
"max-code-point": "^1.0.0",
"min-4byte-code-point": "^1.0.0"
},
"devDependencies": {
"@shinnn/eslint-config": "^2.3.0",
"bower": "^1.7.9",
"eslint": "^2.11.1",
"istanbul": "^0.4.3",
"require-bower-files": "^3.0.0",
"require-from-string": "^1.2.0",
"rollup": "^0.29.0",
"rollup-plugin-node-resolve": "^1.7.0",
"tap-spec": "^4.1.1",
"tape": "^4.5.1"
}
}