blob: 23026da999a70bbd398405e08f352eea4cd90476 [file] [log] [blame] [edit]
{
"author": {
"name": "Tim Oxley"
},
"bugs": {
"url": "https://github.com/timoxley/wcwidth/issues"
},
"bundleDependencies": false,
"contributors": [
{
"email": "woong.jun@gmail.com",
"name": "Woong Jun",
"url": "http://code.woong.org/"
}
],
"dependencies": {
"defaults": "^1.0.3"
},
"deprecated": false,
"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"
}