Your IP : 216.73.216.74


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

{
  "_from": "strip-ansi@^7.1.0",
  "_id": "strip-ansi@7.1.0",
  "_inBundle": false,
  "_integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
  "_location": "/@google/gemini-cli/strip-ansi",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "strip-ansi@^7.1.0",
    "name": "strip-ansi",
    "escapedName": "strip-ansi",
    "rawSpec": "^7.1.0",
    "saveSpec": null,
    "fetchSpec": "^7.1.0"
  },
  "_requiredBy": [
    "/@google/gemini-cli",
    "/@google/gemini-cli/@google/gemini-cli-core",
    "/@google/gemini-cli/@isaacs/cliui",
    "/@google/gemini-cli/@isaacs/cliui/string-width",
    "/@google/gemini-cli/@isaacs/cliui/wrap-ansi",
    "/@google/gemini-cli/boxen/string-width",
    "/@google/gemini-cli/boxen/wrap-ansi",
    "/@google/gemini-cli/ink-gradient",
    "/@google/gemini-cli/ink/wrap-ansi",
    "/@google/gemini-cli/string-width",
    "/@google/gemini-cli/update-notifier/wrap-ansi",
    "/@google/gemini-cli/widest-line/string-width"
  ],
  "_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
  "_shasum": "d5b6568ca689d8561370b0707685d22434faff45",
  "_spec": "strip-ansi@^7.1.0",
  "_where": "/usr/local/lib/node_modules/@google/gemini-cli",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "https://sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/chalk/strip-ansi/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "ansi-regex": "^6.0.1"
  },
  "deprecated": false,
  "description": "Strip ANSI escape codes from a string",
  "devDependencies": {
    "ava": "^3.15.0",
    "tsd": "^0.17.0",
    "xo": "^0.44.0"
  },
  "engines": {
    "node": ">=12"
  },
  "exports": "./index.js",
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "funding": "https://github.com/chalk/strip-ansi?sponsor=1",
  "homepage": "https://github.com/chalk/strip-ansi#readme",
  "keywords": [
    "strip",
    "trim",
    "remove",
    "ansi",
    "styles",
    "color",
    "colour",
    "colors",
    "terminal",
    "console",
    "string",
    "tty",
    "escape",
    "formatting",
    "rgb",
    "256",
    "shell",
    "xterm",
    "log",
    "logging",
    "command-line",
    "text"
  ],
  "license": "MIT",
  "name": "strip-ansi",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chalk/strip-ansi.git"
  },
  "scripts": {
    "test": "xo && ava && tsd"
  },
  "type": "module",
  "version": "7.1.0"
}