{
  "_from": "get-east-asian-width@^1.0.0",
  "_id": "get-east-asian-width@1.6.0",
  "_inBundle": false,
  "_integrity": "sha512-QRbvDIbx6YklUe6RxeTeleMR0yv3cYH6PsPZHcnVn7xv7zO1BHN8r0XETu8n6Ye3Q+ahtSarc3WgtNWmehIBfA==",
  "_location": "/get-east-asian-width",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "get-east-asian-width@^1.0.0",
    "name": "get-east-asian-width",
    "escapedName": "get-east-asian-width",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/rollup-plugin-visualizer/string-width"
  ],
  "_resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.6.0.tgz",
  "_shasum": "216900f91df11a8b2c198c3e1d93d6c035a776b9",
  "_spec": "get-east-asian-width@^1.0.0",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/rollup-plugin-visualizer/node_modules/string-width",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "https://sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/get-east-asian-width/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Determine the East Asian Width of a Unicode character",
  "devDependencies": {
    "ava": "^5.3.1",
    "outdent": "^0.8.0",
    "simplify-ranges": "^0.1.0",
    "typescript": "^5.2.2",
    "xo": "^0.56.0"
  },
  "engines": {
    "node": ">=18"
  },
  "exports": {
    "types": "./index.d.ts",
    "default": "./index.js"
  },
  "files": [
    "index.js",
    "index.d.ts",
    "lookup.js",
    "lookup-data.js",
    "utilities.js"
  ],
  "funding": "https://github.com/sponsors/sindresorhus",
  "homepage": "https://github.com/sindresorhus/get-east-asian-width#readme",
  "keywords": [
    "unicode",
    "east-asian-width",
    "eastasianwidth",
    "character",
    "string",
    "width",
    "text",
    "layout",
    "alignment",
    "fullwidth",
    "halfwidth",
    "ambiguous",
    "narrow",
    "wide",
    "neutral",
    "typography",
    "japanese",
    "chinese",
    "korean",
    "codepoint",
    "text-processing",
    "i18n",
    "l10n"
  ],
  "license": "MIT",
  "name": "get-east-asian-width",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/get-east-asian-width.git"
  },
  "scripts": {
    "build": "node scripts/build.js",
    "prepublish": "npm run build",
    "test": "xo && ava && tsc index.d.ts"
  },
  "sideEffects": false,
  "type": "module",
  "version": "1.6.0",
  "xo": {
    "ignores": [
      "lookup-data.js"
    ]
  }
}
