Sha256: 1c5c73b201f50ae5201dc7afad16ccb32f16c411040c5b93b689f4c6ade17c27
Contents?: true
Size: 788 Bytes
Versions: 74
Compression:
Stored size: 788 Bytes
Contents
{ "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", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "engines": { "node": ">=4" }, "scripts": { "test": "xo && ava" }, "files": [ "index.js" ], "keywords": [ "fullwidth", "full-width", "full", "width", "unicode", "character", "char", "string", "str", "codepoint", "code", "point", "is", "detect", "check" ], "devDependencies": { "ava": "*", "xo": "*" }, "xo": { "esnext": true } }
Version data entries
74 entries across 63 versions & 16 rubygems