Your IP : 216.73.216.74


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

{
  "_from": "ansi-escapes@^7.0.0",
  "_id": "ansi-escapes@7.0.0",
  "_inBundle": false,
  "_integrity": "sha512-GdYO7a61mR0fOlAsvC9/rIHf7L96sBc6dEWzeOu+KAea5bZyQRPIpojrVoI4AXGJS/ycu/fBTdLrUkA4ODrvjw==",
  "_location": "/@google/gemini-cli/ansi-escapes",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "ansi-escapes@^7.0.0",
    "name": "ansi-escapes",
    "escapedName": "ansi-escapes",
    "rawSpec": "^7.0.0",
    "saveSpec": null,
    "fetchSpec": "^7.0.0"
  },
  "_requiredBy": [
    "/@google/gemini-cli/ink"
  ],
  "_resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-7.0.0.tgz",
  "_shasum": "00fc19f491bbb18e1d481b97868204f92109bfe7",
  "_spec": "ansi-escapes@^7.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/ansi-escapes/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "environment": "^1.0.0"
  },
  "deprecated": false,
  "description": "ANSI escape codes for manipulating the terminal",
  "devDependencies": {
    "@types/node": "20.12.8",
    "ava": "^6.1.2",
    "tsd": "0.31.0",
    "xo": "^0.58.0"
  },
  "engines": {
    "node": ">=18"
  },
  "exports": {
    "types": "./index.d.ts",
    "default": "./index.js"
  },
  "files": [
    "index.js",
    "index.d.ts",
    "base.js",
    "base.d.ts"
  ],
  "funding": "https://github.com/sponsors/sindresorhus",
  "homepage": "https://github.com/sindresorhus/ansi-escapes#readme",
  "keywords": [
    "ansi",
    "terminal",
    "console",
    "cli",
    "string",
    "tty",
    "escape",
    "escapes",
    "formatting",
    "shell",
    "xterm",
    "log",
    "logging",
    "command-line",
    "text",
    "vt100",
    "sequence",
    "control",
    "code",
    "codes",
    "cursor",
    "iterm",
    "iterm2",
    "clear",
    "screen",
    "erase",
    "scrollback"
  ],
  "license": "MIT",
  "name": "ansi-escapes",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/ansi-escapes.git"
  },
  "scripts": {
    "//test": "xo && ava && tsd",
    "test": "ava && tsd"
  },
  "sideEffects": false,
  "type": "module",
  "version": "7.0.0"
}