11cb0ef41Sopenharmony_ci{
21cb0ef41Sopenharmony_ci  "name": "wcwidth",
31cb0ef41Sopenharmony_ci  "version": "1.0.1",
41cb0ef41Sopenharmony_ci  "description": "Port of C's wcwidth() and wcswidth()",
51cb0ef41Sopenharmony_ci  "author": "Tim Oxley",
61cb0ef41Sopenharmony_ci  "contributors": [
71cb0ef41Sopenharmony_ci    "Woong Jun <woong.jun@gmail.com> (http://code.woong.org/)"
81cb0ef41Sopenharmony_ci  ],
91cb0ef41Sopenharmony_ci  "main": "index.js",
101cb0ef41Sopenharmony_ci  "dependencies": {
111cb0ef41Sopenharmony_ci    "defaults": "^1.0.3"
121cb0ef41Sopenharmony_ci  },
131cb0ef41Sopenharmony_ci  "devDependencies": {
141cb0ef41Sopenharmony_ci    "tape": "^4.5.1"
151cb0ef41Sopenharmony_ci  },
161cb0ef41Sopenharmony_ci  "license": "MIT",
171cb0ef41Sopenharmony_ci  "keywords": [
181cb0ef41Sopenharmony_ci    "wide character",
191cb0ef41Sopenharmony_ci    "wc",
201cb0ef41Sopenharmony_ci    "wide character string",
211cb0ef41Sopenharmony_ci    "wcs",
221cb0ef41Sopenharmony_ci    "terminal",
231cb0ef41Sopenharmony_ci    "width",
241cb0ef41Sopenharmony_ci    "wcwidth",
251cb0ef41Sopenharmony_ci    "wcswidth"
261cb0ef41Sopenharmony_ci  ],
271cb0ef41Sopenharmony_ci  "directories": {
281cb0ef41Sopenharmony_ci    "doc": "docs",
291cb0ef41Sopenharmony_ci    "test": "test"
301cb0ef41Sopenharmony_ci  },
311cb0ef41Sopenharmony_ci  "scripts": {
321cb0ef41Sopenharmony_ci    "test": "tape test/*.js"
331cb0ef41Sopenharmony_ci  },
341cb0ef41Sopenharmony_ci  "repository": {
351cb0ef41Sopenharmony_ci    "type": "git",
361cb0ef41Sopenharmony_ci    "url": "git+https://github.com/timoxley/wcwidth.git"
371cb0ef41Sopenharmony_ci  },
381cb0ef41Sopenharmony_ci  "bugs": {
391cb0ef41Sopenharmony_ci    "url": "https://github.com/timoxley/wcwidth/issues"
401cb0ef41Sopenharmony_ci  },
411cb0ef41Sopenharmony_ci  "homepage": "https://github.com/timoxley/wcwidth#readme"
421cb0ef41Sopenharmony_ci}
43