| Current Path : /usr/local/lib/node_modules/@google/gemini-cli/node_modules/ink-gradient/ |
| Current File : //usr/local/lib/node_modules/@google/gemini-cli/node_modules/ink-gradient/package.json |
{
"_from": "ink-gradient@^3.0.0",
"_id": "ink-gradient@3.0.0",
"_inBundle": false,
"_integrity": "sha512-OVyPBovBxE1tFcBhSamb+P1puqDP6pG3xFe2W9NiLgwUZd9RbcjBeR7twLbliUT9navrUstEf1ZcPKKvx71BsQ==",
"_location": "/@google/gemini-cli/ink-gradient",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "ink-gradient@^3.0.0",
"name": "ink-gradient",
"escapedName": "ink-gradient",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/@google/gemini-cli"
],
"_resolved": "https://registry.npmjs.org/ink-gradient/-/ink-gradient-3.0.0.tgz",
"_shasum": "65419f059f0337b046e6f18e52fa5aedf8436fa9",
"_spec": "ink-gradient@^3.0.0",
"_where": "/usr/local/lib/node_modules/@google/gemini-cli",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"ava": {
"color": true,
"extensions": {
"ts": "module",
"tsx": "module"
},
"nodeArguments": [
"--loader=ts-node/esm"
]
},
"bugs": {
"url": "https://github.com/sindresorhus/ink-gradient/issues"
},
"bundleDependencies": false,
"dependencies": {
"@types/gradient-string": "^1.1.2",
"gradient-string": "^2.0.2",
"prop-types": "^15.8.1",
"strip-ansi": "^7.1.0"
},
"deprecated": false,
"description": "Gradient color component for Ink",
"devDependencies": {
"@sindresorhus/tsconfig": "^3.0.1",
"@types/react": "^18.2.10",
"ava": "^5.3.0",
"eslint-config-xo-react": "^0.27.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"ink": "^4.2.0",
"ink-testing-library": "^3.0.0",
"react": "^18.2.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.3",
"xo": "^0.54.2"
},
"engines": {
"node": ">=16"
},
"exports": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"files": [
"dist"
],
"funding": "https://github.com/sponsors/sindresorhus",
"homepage": "https://github.com/sindresorhus/ink-gradient#readme",
"keywords": [
"ink-component",
"ink",
"component",
"gradient",
"gradients",
"color",
"colors",
"rainbow",
"style",
"styles",
"react",
"jsx",
"terminal",
"term",
"console",
"command-line"
],
"license": "MIT",
"name": "ink-gradient",
"peerDependencies": {
"ink": ">=4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/ink-gradient.git"
},
"scripts": {
"build": "tsc",
"prepublish": "npm run build",
"pretest": "npm run build",
"test": "xo && ava"
},
"type": "module",
"version": "3.0.0",
"xo": {
"extends": [
"xo-react"
]
}
}