| Current Path : /usr/local/lib/node_modules/@google/gemini-cli/node_modules/gradient-string/ |
| Current File : //usr/local/lib/node_modules/@google/gemini-cli/node_modules/gradient-string/package.json |
{
"_from": "gradient-string@^2.0.2",
"_id": "gradient-string@2.0.2",
"_inBundle": false,
"_integrity": "sha512-rEDCuqUQ4tbD78TpzsMtt5OIf0cBCSDWSJtUDaF6JsAh+k0v9r++NzxNEG87oDZx9ZwGhD8DaezR2L/yrw0Jdw==",
"_location": "/@google/gemini-cli/gradient-string",
"_phantomChildren": {
"ansi-styles": "4.3.0",
"has-flag": "4.0.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "gradient-string@^2.0.2",
"name": "gradient-string",
"escapedName": "gradient-string",
"rawSpec": "^2.0.2",
"saveSpec": null,
"fetchSpec": "^2.0.2"
},
"_requiredBy": [
"/@google/gemini-cli/ink-gradient"
],
"_resolved": "https://registry.npmjs.org/gradient-string/-/gradient-string-2.0.2.tgz",
"_shasum": "a90402618990ec993ecbb72a56bd7e6598f45c0e",
"_spec": "gradient-string@^2.0.2",
"_where": "/usr/local/lib/node_modules/@google/gemini-cli/node_modules/ink-gradient",
"author": {
"name": "Boris K"
},
"ava": {
"require": [
"esm"
]
},
"bugs": {
"url": "https://github.com/bokub/gradient-string/issues"
},
"bundleDependencies": false,
"dependencies": {
"chalk": "^4.1.2",
"tinygradient": "^1.1.5"
},
"deprecated": false,
"description": "Beautiful color gradients in terminal output",
"devDependencies": {
"ava": "^3.15.0",
"c8": "^7.11.2",
"cross-env": "^7.0.3",
"esm": "^3.2.25",
"husky": "^7.0.4",
"xo": "^0.48.0"
},
"engines": {
"node": ">=10"
},
"files": [
"index.js"
],
"homepage": "https://github.com/bokub/gradient-string",
"keywords": [
"cli",
"color",
"colors",
"colour",
"command-line",
"console",
"formatting",
"gradient",
"gradients",
"log",
"logging",
"shell",
"string",
"style",
"styles",
"terminal"
],
"license": "MIT",
"main": "index.js",
"name": "gradient-string",
"repository": {
"type": "git",
"url": "git+https://github.com/bokub/gradient-string.git"
},
"scripts": {
"built-in": "node examples/built-in.js",
"coverage": "c8 report --reporter=text-lcov > coverage.lcov",
"demo": "node examples/demo.js",
"fix": "xo --fix",
"lint": "xo",
"prepare": "husky install",
"test": "cross-env FORCE_COLOR=1 c8 ava"
},
"version": "2.0.2",
"xo": {
"rules": {
"comma-dangle": "off",
"node/prefer-global/buffer": "off",
"operator-linebreak": "off",
"padding-line-between-statements": "off",
"unicorn/prefer-module": "off",
"unicorn/prefer-regexp-test": "off",
"unicorn/prefer-spread": "off",
"unicorn/prevent-abbreviations": "off"
}
}
}