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