{
  "_from": "fast-string-truncated-width@^3.0.2",
  "_id": "fast-string-truncated-width@3.0.3",
  "_inBundle": false,
  "_integrity": "sha512-0jjjIEL6+0jag3l2XWWizO64/aZVtpiGE3t0Zgqxv0DPuxiMjvB3M24fCyhZUO4KomJQPj3LTSUnDP3GpdwC0g==",
  "_location": "/fast-string-truncated-width",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "fast-string-truncated-width@^3.0.2",
    "name": "fast-string-truncated-width",
    "escapedName": "fast-string-truncated-width",
    "rawSpec": "^3.0.2",
    "saveSpec": null,
    "fetchSpec": "^3.0.2"
  },
  "_requiredBy": [
    "/fast-string-width"
  ],
  "_resolved": "https://registry.npmjs.org/fast-string-truncated-width/-/fast-string-truncated-width-3.0.3.tgz",
  "_shasum": "23afe0da67d752ca0727538f1e6967759728ce49",
  "_spec": "fast-string-truncated-width@^3.0.2",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/fast-string-width",
  "bugs": {
    "url": "https://github.com/fabiospampinato/fast-string-truncated-width/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A fast function for calculating where a string should be truncated, given an optional width limit and an ellipsis string.",
  "devDependencies": {
    "benchloop": "^2.1.1",
    "fava": "^0.3.4",
    "tsex": "^4.0.2",
    "typescript": "^5.7.3"
  },
  "exports": "./dist/index.js",
  "homepage": "https://github.com/fabiospampinato/fast-string-truncated-width#readme",
  "keywords": [
    "fast",
    "string",
    "truncated",
    "width",
    "cli",
    "terminal"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "fast-string-truncated-width",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fabiospampinato/fast-string-truncated-width.git"
  },
  "scripts": {
    "benchmark": "tsex benchmark",
    "benchmark:watch": "tsex benchmark --watch",
    "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.3"
}
