Your IP : 216.73.216.74


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

{
  "_from": "slice-ansi@^7.1.0",
  "_id": "slice-ansi@7.1.0",
  "_inBundle": false,
  "_integrity": "sha512-bSiSngZ/jWeX93BqeIAbImyTbEihizcwNjFoRUIY/T1wWQsfsm2Vw1agPKylXvQTU7iASGdHhyqRlqQzfz+Htg==",
  "_location": "/@google/gemini-cli/slice-ansi",
  "_phantomChildren": {
    "get-east-asian-width": "1.3.0"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "slice-ansi@^7.1.0",
    "name": "slice-ansi",
    "escapedName": "slice-ansi",
    "rawSpec": "^7.1.0",
    "saveSpec": null,
    "fetchSpec": "^7.1.0"
  },
  "_requiredBy": [
    "/@google/gemini-cli/ink"
  ],
  "_resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-7.1.0.tgz",
  "_shasum": "cd6b4655e298a8d1bdeb04250a433094b347b9a9",
  "_spec": "slice-ansi@^7.1.0",
  "_where": "/usr/local/lib/node_modules/@google/gemini-cli/node_modules/ink",
  "bugs": {
    "url": "https://github.com/chalk/slice-ansi/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "ansi-styles": "^6.2.1",
    "is-fullwidth-code-point": "^5.0.0"
  },
  "deprecated": false,
  "description": "Slice a string with ANSI escape codes",
  "devDependencies": {
    "ava": "^5.3.1",
    "chalk": "^5.3.0",
    "random-item": "^4.0.1",
    "strip-ansi": "^7.1.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/chalk/slice-ansi?sponsor=1",
  "homepage": "https://github.com/chalk/slice-ansi#readme",
  "keywords": [
    "slice",
    "string",
    "ansi",
    "styles",
    "color",
    "colour",
    "colors",
    "terminal",
    "console",
    "cli",
    "tty",
    "escape",
    "formatting",
    "rgb",
    "256",
    "shell",
    "xterm",
    "log",
    "logging",
    "command-line",
    "text"
  ],
  "license": "MIT",
  "name": "slice-ansi",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chalk/slice-ansi.git"
  },
  "scripts": {
    "test": "xo && ava && tsc index.d.ts"
  },
  "type": "module",
  "version": "7.1.0"
}