Your IP : 216.73.216.74


Current Path : /usr/local/lib/node_modules/@google/gemini-cli/node_modules/cli-truncate/
Upload File :
Current File : //usr/local/lib/node_modules/@google/gemini-cli/node_modules/cli-truncate/package.json

{
  "_from": "cli-truncate@^4.0.0",
  "_id": "cli-truncate@4.0.0",
  "_inBundle": false,
  "_integrity": "sha512-nPdaFdQ0h/GEigbPClz11D0v/ZJEwxmeVZGeMo3Z5StPtUTkA9o1lD6QwoirYiSDzbcwn2XcjwmCp68W1IS4TA==",
  "_location": "/@google/gemini-cli/cli-truncate",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "cli-truncate@^4.0.0",
    "name": "cli-truncate",
    "escapedName": "cli-truncate",
    "rawSpec": "^4.0.0",
    "saveSpec": null,
    "fetchSpec": "^4.0.0"
  },
  "_requiredBy": [
    "/@google/gemini-cli/ink"
  ],
  "_resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-4.0.0.tgz",
  "_shasum": "6cc28a2924fee9e25ce91e973db56c7066e6172a",
  "_spec": "cli-truncate@^4.0.0",
  "_where": "/usr/local/lib/node_modules/@google/gemini-cli/node_modules/ink",
  "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": "^7.0.0"
  },
  "deprecated": false,
  "description": "Truncate a string to a specific width in the terminal",
  "devDependencies": {
    "ava": "^5.3.1",
    "tsd": "^0.29.0",
    "xo": "^0.56.0"
  },
  "engines": {
    "node": ">=18"
  },
  "exports": {
    "types": "./index.d.ts",
    "default": "./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": "4.0.0"
}