{
  "_from": "cli-truncate@^3.1.0",
  "_id": "cli-truncate@3.1.0",
  "_inBundle": false,
  "_integrity": "sha512-wfOBkjXteqSnI59oPcJkcPl/ZmwvMMOj340qUIY1SKZCv0B9Cf4D4fAucRkIKQmsIuYK3x1rrgU7MeGRruiuiA==",
  "_location": "/cli-truncate",
  "_phantomChildren": {
    "eastasianwidth": "0.2.0"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "cli-truncate@^3.1.0",
    "name": "cli-truncate",
    "escapedName": "cli-truncate",
    "rawSpec": "^3.1.0",
    "saveSpec": null,
    "fetchSpec": "^3.1.0"
  },
  "_requiredBy": [
    "/lint-staged"
  ],
  "_resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-3.1.0.tgz",
  "_shasum": "3f23ab12535e3d73e839bb43e73c9de487db1389",
  "_spec": "cli-truncate@^3.1.0",
  "_where": "H:\\gs_nuxt\\node_modules\\lint-staged",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "https://sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/cli-truncate/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "slice-ansi": "^5.0.0",
    "string-width": "^5.0.0"
  },
  "deprecated": false,
  "description": "Truncate a string to a specific width in the terminal",
  "devDependencies": {
    "ava": "^3.15.0",
    "tsd": "^0.17.0",
    "xo": "^0.44.0"
  },
  "engines": {
    "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  },
  "exports": "./index.js",
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "funding": "https://github.com/sponsors/sindresorhus",
  "homepage": "https://github.com/sindresorhus/cli-truncate#readme",
  "keywords": [
    "truncate",
    "ellipsis",
    "text",
    "limit",
    "slice",
    "cli",
    "terminal",
    "term",
    "shell",
    "width",
    "ansi",
    "string"
  ],
  "license": "MIT",
  "name": "cli-truncate",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/cli-truncate.git"
  },
  "scripts": {
    "test": "xo && ava && tsd"
  },
  "type": "module",
  "version": "3.1.0"
}