| Current Path : /proc/self/root/usr/local/lib/node_modules/@google/gemini-cli/node_modules/chalk/ |
| Current File : //proc/self/root/usr/local/lib/node_modules/@google/gemini-cli/node_modules/chalk/package.json |
{
"_from": "chalk@^5.2.0",
"_id": "chalk@5.4.1",
"_inBundle": false,
"_integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==",
"_location": "/@google/gemini-cli/chalk",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "chalk@^5.2.0",
"name": "chalk",
"escapedName": "chalk",
"rawSpec": "^5.2.0",
"saveSpec": null,
"fetchSpec": "^5.2.0"
},
"_requiredBy": [
"/@google/gemini-cli/boxen",
"/@google/gemini-cli/ink",
"/@google/gemini-cli/ink-text-input",
"/@google/gemini-cli/update-notifier",
"/@google/gemini-cli/update-notifier/boxen"
],
"_resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz",
"_shasum": "1b48bf0963ec158dce2aacf69c093ae2dd2092d8",
"_spec": "chalk@^5.2.0",
"_where": "/usr/local/lib/node_modules/@google/gemini-cli/node_modules/boxen",
"bugs": {
"url": "https://github.com/chalk/chalk/issues"
},
"bundleDependencies": false,
"c8": {
"reporter": [
"text",
"lcov"
],
"exclude": [
"source/vendor"
]
},
"deprecated": false,
"description": "Terminal string styling done right",
"devDependencies": {
"@types/node": "^16.11.10",
"ava": "^3.15.0",
"c8": "^7.10.0",
"color-convert": "^2.0.1",
"execa": "^6.0.0",
"log-update": "^5.0.0",
"matcha": "^0.7.0",
"tsd": "^0.19.0",
"xo": "^0.57.0",
"yoctodelay": "^2.0.0"
},
"engines": {
"node": "^12.17.0 || ^14.13 || >=16.0.0"
},
"exports": "./source/index.js",
"files": [
"source",
"!source/index.test-d.ts"
],
"funding": "https://github.com/chalk/chalk?sponsor=1",
"homepage": "https://github.com/chalk/chalk#readme",
"imports": {
"#ansi-styles": "./source/vendor/ansi-styles/index.js",
"#supports-color": {
"node": "./source/vendor/supports-color/index.js",
"default": "./source/vendor/supports-color/browser.js"
}
},
"keywords": [
"color",
"colour",
"colors",
"terminal",
"console",
"cli",
"string",
"ansi",
"style",
"styles",
"tty",
"formatting",
"rgb",
"256",
"shell",
"xterm",
"log",
"logging",
"command-line",
"text"
],
"license": "MIT",
"main": "./source/index.js",
"name": "chalk",
"repository": {
"type": "git",
"url": "git+https://github.com/chalk/chalk.git"
},
"scripts": {
"bench": "matcha benchmark.js",
"test": "xo && c8 ava && tsd"
},
"sideEffects": false,
"type": "module",
"types": "./source/index.d.ts",
"version": "5.4.1",
"xo": {
"rules": {
"unicorn/prefer-string-slice": "off",
"@typescript-eslint/consistent-type-imports": "off",
"@typescript-eslint/consistent-type-exports": "off",
"@typescript-eslint/consistent-type-definitions": "off",
"unicorn/expiring-todo-comments": "off"
}
}
}