| Current Path : /proc/self/root/usr/local/lib/node_modules/@google/gemini-cli/node_modules/boxen/ |
| Current File : //proc/self/root/usr/local/lib/node_modules/@google/gemini-cli/node_modules/boxen/package.json |
{
"_from": "boxen@^7.1.1",
"_id": "boxen@7.1.1",
"_inBundle": false,
"_integrity": "sha512-2hCgjEmP8YLWQ130n2FerGv7rYpfBmnmp9Uy2Le1vge6X3gZIfSmEzP5QTDElFxcvVcXlEn8Aq6MU/PZygIOog==",
"_location": "/@google/gemini-cli/boxen",
"_phantomChildren": {
"eastasianwidth": "0.2.0",
"strip-ansi": "7.1.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "boxen@^7.1.1",
"name": "boxen",
"escapedName": "boxen",
"rawSpec": "^7.1.1",
"saveSpec": null,
"fetchSpec": "^7.1.1"
},
"_requiredBy": [
"/@google/gemini-cli/@types/update-notifier"
],
"_resolved": "https://registry.npmjs.org/boxen/-/boxen-7.1.1.tgz",
"_shasum": "f9ba525413c2fec9cdb88987d835c4f7cad9c8f4",
"_spec": "boxen@^7.1.1",
"_where": "/usr/local/lib/node_modules/@google/gemini-cli/node_modules/@types/update-notifier",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"ava": {
"snapshotDir": "tests/snapshots",
"environmentVariables": {
"COLUMNS": "60",
"FORCE_COLOR": "0"
}
},
"bugs": {
"url": "https://github.com/sindresorhus/boxen/issues"
},
"bundleDependencies": false,
"dependencies": {
"ansi-align": "^3.0.1",
"camelcase": "^7.0.1",
"chalk": "^5.2.0",
"cli-boxes": "^3.0.0",
"string-width": "^5.1.2",
"type-fest": "^2.13.0",
"widest-line": "^4.0.1",
"wrap-ansi": "^8.1.0"
},
"deprecated": false,
"description": "Create boxes in the terminal",
"devDependencies": {
"ava": "^5.2.0",
"nyc": "^15.1.0",
"tsd": "^0.28.1",
"xo": "^0.54.2"
},
"engines": {
"node": ">=14.16"
},
"exports": "./index.js",
"files": [
"index.js",
"index.d.ts"
],
"funding": "https://github.com/sponsors/sindresorhus",
"homepage": "https://github.com/sindresorhus/boxen#readme",
"keywords": [
"cli",
"box",
"boxes",
"terminal",
"term",
"console",
"ascii",
"unicode",
"border",
"text"
],
"license": "MIT",
"name": "boxen",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/boxen.git"
},
"scripts": {
"test": "xo && nyc ava && tsd"
},
"type": "module",
"version": "7.1.1",
"xo": {
"rules": {
"@typescript-eslint/no-redundant-type-constituents": "off",
"unicorn/prefer-logical-operator-over-ternary": "off",
"@typescript-eslint/no-unsafe-assignment": "off"
}
}
}