1{ 2 "name": "wide-align", 3 "version": "1.1.5", 4 "description": "A wide-character aware text alignment function for use on the console or with fixed width fonts.", 5 "main": "align.js", 6 "scripts": { 7 "test": "tap --coverage test/*.js" 8 }, 9 "keywords": [ 10 "wide", 11 "double", 12 "unicode", 13 "cjkv", 14 "pad", 15 "align" 16 ], 17 "author": "Rebecca Turner <me@re-becca.org> (http://re-becca.org/)", 18 "license": "ISC", 19 "repository": { 20 "type": "git", 21 "url": "https://github.com/iarna/wide-align" 22 }, 23 "//": "But not version 5 of string-width, as that's ESM only", 24 "dependencies": { 25 "string-width": "^1.0.2 || 2 || 3 || 4" 26 }, 27 "devDependencies": { 28 "tap": "*" 29 }, 30 "files": [ 31 "align.js" 32 ] 33} 34