{
  "manifest": {
    "name": "eastasianwidth",
    "version": "0.2.0",
    "description": "Get East Asian Width from a character.",
    "main": "eastasianwidth.js",
    "files": [
      "eastasianwidth.js"
    ],
    "scripts": {
      "test": "mocha"
    },
    "repository": {
      "type": "git",
      "url": "git://github.com/komagata/eastasianwidth.git"
    },
    "author": {
      "name": "Masaki Komagata"
    },
    "license": "MIT",
    "devDependencies": {
      "mocha": "~1.9.0"
    },
    "_registry": "npm",
    "_loc": "/homez.1033/heliovt/.cache/yarn/v6/npm-eastasianwidth-0.2.0-696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb-integrity/node_modules/eastasianwidth/package.json",
    "readmeFilename": "README.md",
    "readme": "# East Asian Width\n\nGet [East Asian Width](http://www.unicode.org/reports/tr11/) from a character.\n\n'F'(Fullwidth), 'H'(Halfwidth), 'W'(Wide), 'Na'(Narrow), 'A'(Ambiguous) or 'N'(Natural).\n\nOriginal Code is [東アジアの文字幅 (East Asian Width) の判定 - 中途](http://d.hatena.ne.jp/takenspc/20111126#1322252878).\n\n## Install\n\n    $ npm install eastasianwidth\n\n## Usage\n\n    var eaw = require('eastasianwidth');\n    console.log(eaw.eastAsianWidth('￦')) // 'F'\n    console.log(eaw.eastAsianWidth('｡')) // 'H'\n    console.log(eaw.eastAsianWidth('뀀')) // 'W'\n    console.log(eaw.eastAsianWidth('a')) // 'Na'\n    console.log(eaw.eastAsianWidth('①')) // 'A'\n    console.log(eaw.eastAsianWidth('ف')) // 'N'\n\n    console.log(eaw.characterLength('￦')) // 2\n    console.log(eaw.characterLength('｡')) // 1\n    console.log(eaw.characterLength('뀀')) // 2\n    console.log(eaw.characterLength('a')) // 1\n    console.log(eaw.characterLength('①')) // 2\n    console.log(eaw.characterLength('ف')) // 1\n\n    console.log(eaw.length('あいうえお')) // 10\n    console.log(eaw.length('abcdefg')) // 7\n    console.log(eaw.length('￠￦｡ￜㄅ뀀¢⟭a⊙①بف')) // 19\n"
  },
  "artifacts": [],
  "remote": {
    "resolved": "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb",
    "type": "tarball",
    "reference": "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
    "hash": "696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb",
    "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
    "registry": "npm",
    "packageName": "eastasianwidth",
    "cacheIntegrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA== sha1-aWzi7Aqg5uqTo5f/zySqeEDIJ8s="
  },
  "registry": "npm",
  "hash": "696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb"
}