{
  "name": "power-assert-util-string-width",
  "description": "calculates width of given string",
  "version": "1.1.1",
  "author": {
    "name": "Takuto Wada",
    "email": "takuto.wada@gmail.com",
    "url": "https://github.com/twada"
  },
  "bugs": {
    "url": "https://github.com/twada/power-assert-runtime/issues"
  },
  "dependencies": {
    "eastasianwidth": "^0.1.1"
  },
  "devDependencies": {
    "mocha": "^3.0.0"
  },
  "files": [
    "README.md",
    "index.js"
  ],
  "homepage": "https://github.com/twada/power-assert-runtime",
  "keywords": [
    "string",
    "width",
    "unicode"
  ],
  "license": "MIT",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/twada/power-assert-runtime.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "_from": "power-assert-util-string-width@1.1.1",
  "_resolved": "http://registry.npm.taobao.org/power-assert-util-string-width/download/power-assert-util-string-width-1.1.1.tgz"
}