1{ 2 "name": "wcwidth", 3 "version": "1.0.1", 4 "description": "Port of C's wcwidth() and wcswidth()", 5 "author": "Tim Oxley", 6 "contributors": [ 7 "Woong Jun <woong.jun@gmail.com> (http://code.woong.org/)" 8 ], 9 "main": "index.js", 10 "dependencies": { 11 "defaults": "^1.0.3" 12 }, 13 "devDependencies": { 14 "tape": "^4.5.1" 15 }, 16 "license": "MIT", 17 "keywords": [ 18 "wide character", 19 "wc", 20 "wide character string", 21 "wcs", 22 "terminal", 23 "width", 24 "wcwidth", 25 "wcswidth" 26 ], 27 "directories": { 28 "doc": "docs", 29 "test": "test" 30 }, 31 "scripts": { 32 "test": "tape test/*.js" 33 }, 34 "repository": { 35 "type": "git", 36 "url": "git+https://github.com/timoxley/wcwidth.git" 37 }, 38 "bugs": { 39 "url": "https://github.com/timoxley/wcwidth/issues" 40 }, 41 "homepage": "https://github.com/timoxley/wcwidth#readme" 42} 43