Sha256: 4118bb2266a7a1adaac138d4b5813742483414c9dd536b98a851e032ae98adf3
Contents?: true
Size: 880 Bytes
Versions: 69
Compression:
Stored size: 880 Bytes
Contents
{ "name": "string-width", "version": "2.1.1", "description": "Get the visual width of a string - the number of columns required to display it", "license": "MIT", "repository": "sindresorhus/string-width", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "engines": { "node": ">=4" }, "scripts": { "test": "xo && ava" }, "files": [ "index.js" ], "keywords": [ "string", "str", "character", "char", "unicode", "width", "visual", "column", "columns", "fullwidth", "full-width", "full", "ansi", "escape", "codes", "cli", "command-line", "terminal", "console", "cjk", "chinese", "japanese", "korean", "fixed-width" ], "dependencies": { "is-fullwidth-code-point": "^2.0.0", "strip-ansi": "^4.0.0" }, "devDependencies": { "ava": "*", "xo": "*" } }
Version data entries
69 entries across 37 versions & 13 rubygems