11cb0ef41Sopenharmony_ci{ 21cb0ef41Sopenharmony_ci "name": "eastasianwidth", 31cb0ef41Sopenharmony_ci "version": "0.2.0", 41cb0ef41Sopenharmony_ci "description": "Get East Asian Width from a character.", 51cb0ef41Sopenharmony_ci "main": "eastasianwidth.js", 61cb0ef41Sopenharmony_ci "files": [ 71cb0ef41Sopenharmony_ci "eastasianwidth.js" 81cb0ef41Sopenharmony_ci ], 91cb0ef41Sopenharmony_ci "scripts": { 101cb0ef41Sopenharmony_ci "test": "mocha" 111cb0ef41Sopenharmony_ci }, 121cb0ef41Sopenharmony_ci "repository": "git://github.com/komagata/eastasianwidth.git", 131cb0ef41Sopenharmony_ci "author": "Masaki Komagata", 141cb0ef41Sopenharmony_ci "license": "MIT", 151cb0ef41Sopenharmony_ci "devDependencies": { 161cb0ef41Sopenharmony_ci "mocha": "~1.9.0" 171cb0ef41Sopenharmony_ci } 181cb0ef41Sopenharmony_ci} 19