{
  "_from": "fast-string-width@^3.0.2",
  "_id": "fast-string-width@3.0.2",
  "_inBundle": false,
  "_integrity": "sha512-gX8LrtNEI5hq8DVUfRQMbr5lpaS4nMIWV+7XEbXk2b8kiQIizgnlr12B4dA3ZEx3308ze0O4Q1R+cHts8kyUJg==",
  "_location": "/fast-string-width",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "fast-string-width@^3.0.2",
    "name": "fast-string-width",
    "escapedName": "fast-string-width",
    "rawSpec": "^3.0.2",
    "saveSpec": null,
    "fetchSpec": "^3.0.2"
  },
  "_requiredBy": [
    "/@clack/prompts",
    "/fast-wrap-ansi"
  ],
  "_resolved": "https://registry.npmjs.org/fast-string-width/-/fast-string-width-3.0.2.tgz",
  "_shasum": "16dbabb491ce5585b5ecb675b65c165d71688eeb",
  "_spec": "fast-string-width@^3.0.2",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/@clack/prompts",
  "bugs": {
    "url": "https://github.com/fabiospampinato/fast-string-width/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "fast-string-truncated-width": "^3.0.2"
  },
  "deprecated": false,
  "description": "A fast function for calculating the visual width of a string once printed to the terminal.",
  "devDependencies": {
    "fava": "^0.3.4",
    "tsex": "^4.0.2",
    "typescript": "^5.7.3"
  },
  "exports": "./dist/index.js",
  "homepage": "https://github.com/fabiospampinato/fast-string-width#readme",
  "keywords": [
    "fast",
    "string",
    "width",
    "cli",
    "terminal"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "fast-string-width",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fabiospampinato/fast-string-width.git"
  },
  "scripts": {
    "clean": "tsex clean",
    "compile": "tsex compile",
    "compile:watch": "tsex compile --watch",
    "prepublishOnly": "tsex prepare",
    "test": "tsex test",
    "test:watch": "tsex test --watch"
  },
  "type": "module",
  "types": "./dist/index.d.ts",
  "version": "3.0.2"
}
