2020-12-01 00:51:34 +07:00
|
|
|
{
|
2021-06-23 00:18:21 +07:00
|
|
|
"name": "is-fullwidth-code-point",
|
|
|
|
"version": "2.0.0",
|
|
|
|
"description": "Check if the character represented by a given Unicode code point is fullwidth",
|
|
|
|
"license": "MIT",
|
|
|
|
"repository": "sindresorhus/is-fullwidth-code-point",
|
2020-12-01 00:51:34 +07:00
|
|
|
"author": {
|
|
|
|
"name": "Sindre Sorhus",
|
|
|
|
"email": "sindresorhus@gmail.com",
|
|
|
|
"url": "sindresorhus.com"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=4"
|
|
|
|
},
|
2021-06-23 00:18:21 +07:00
|
|
|
"scripts": {
|
|
|
|
"test": "xo && ava"
|
|
|
|
},
|
2020-12-01 00:51:34 +07:00
|
|
|
"files": [
|
|
|
|
"index.js"
|
|
|
|
],
|
|
|
|
"keywords": [
|
|
|
|
"fullwidth",
|
|
|
|
"full-width",
|
|
|
|
"full",
|
|
|
|
"width",
|
|
|
|
"unicode",
|
|
|
|
"character",
|
|
|
|
"char",
|
|
|
|
"string",
|
|
|
|
"str",
|
|
|
|
"codepoint",
|
|
|
|
"code",
|
|
|
|
"point",
|
|
|
|
"is",
|
|
|
|
"detect",
|
|
|
|
"check"
|
|
|
|
],
|
2021-06-23 00:18:21 +07:00
|
|
|
"devDependencies": {
|
|
|
|
"ava": "*",
|
|
|
|
"xo": "*"
|
2020-12-01 00:51:34 +07:00
|
|
|
},
|
|
|
|
"xo": {
|
|
|
|
"esnext": true
|
|
|
|
}
|
|
|
|
}
|