| { |
| "author": "Tim Oxley", |
| "bugs": { |
| "url": "https://github.com/timoxley/wcwidth/issues" |
| }, |
| "contributors": [ |
| "Woong Jun <woong.jun@gmail.com> (http://code.woong.org/)" |
| ], |
| "dependencies": { |
| "defaults": "^1.0.3" |
| }, |
| "description": "Port of C's wcwidth() and wcswidth()", |
| "devDependencies": { |
| "tape": "^4.5.1" |
| }, |
| "directories": { |
| "doc": "docs", |
| "test": "test" |
| }, |
| "homepage": "https://github.com/timoxley/wcwidth#readme", |
| "keywords": [ |
| "wide character", |
| "wc", |
| "wide character string", |
| "wcs", |
| "terminal", |
| "width", |
| "wcwidth", |
| "wcswidth" |
| ], |
| "license": "MIT", |
| "main": "index.js", |
| "name": "wcwidth", |
| "repository": { |
| "type": "git", |
| "url": "git+https://github.com/timoxley/wcwidth.git" |
| }, |
| "scripts": { |
| "test": "tape test/*.js" |
| }, |
| "version": "1.0.1" |
| } |