github-pages-deploy-action/node_modules/is-fullwidth-code-point/package.json

46 lines
788 B
JSON
Raw Normal View History

2020-01-28 13:07:56 +08:00
{
2020-03-31 20:57:48 +08: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-03-07 11:45:40 +08:00
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
2020-03-31 20:57:48 +08:00
"node": ">=4"
},
"scripts": {
"test": "xo && ava"
2020-03-07 11:45:40 +08:00
},
"files": [
2020-03-31 20:57:48 +08:00
"index.js"
2020-03-07 11:45:40 +08:00
],
"keywords": [
"fullwidth",
"full-width",
"full",
"width",
"unicode",
"character",
2020-03-31 20:57:48 +08:00
"char",
2020-03-07 11:45:40 +08:00
"string",
2020-03-31 20:57:48 +08:00
"str",
2020-03-07 11:45:40 +08:00
"codepoint",
"code",
"point",
"is",
"detect",
"check"
],
2020-03-31 20:57:48 +08:00
"devDependencies": {
"ava": "*",
"xo": "*"
2020-03-07 11:45:40 +08:00
},
2020-03-31 20:57:48 +08:00
"xo": {
"esnext": true
}
2020-01-28 13:07:56 +08:00
}