| Current Path : /usr/local/lib/node_modules/@google/gemini-cli/node_modules/widest-line/ |
| Current File : //usr/local/lib/node_modules/@google/gemini-cli/node_modules/widest-line/package.json |
{
"_from": "widest-line@^4.0.1",
"_id": "widest-line@4.0.1",
"_inBundle": false,
"_integrity": "sha512-o0cyEG0e8GPzT4iGHphIOh0cJOV8fivsXxddQasHPHfoZf1ZexrfeA21w2NaEN1RHE+fXlfISmOE8R9N3u3Qig==",
"_location": "/@google/gemini-cli/widest-line",
"_phantomChildren": {
"eastasianwidth": "0.2.0",
"strip-ansi": "7.1.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "widest-line@^4.0.1",
"name": "widest-line",
"escapedName": "widest-line",
"rawSpec": "^4.0.1",
"saveSpec": null,
"fetchSpec": "^4.0.1"
},
"_requiredBy": [
"/@google/gemini-cli/boxen"
],
"_resolved": "https://registry.npmjs.org/widest-line/-/widest-line-4.0.1.tgz",
"_shasum": "a0fc673aaba1ea6f0a0d35b3c2795c9a9cc2ebf2",
"_spec": "widest-line@^4.0.1",
"_where": "/usr/local/lib/node_modules/@google/gemini-cli/node_modules/boxen",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/widest-line/issues"
},
"bundleDependencies": false,
"dependencies": {
"string-width": "^5.0.1"
},
"deprecated": false,
"description": "Get the visual width of the widest line in a string - the number of columns required to display it",
"devDependencies": {
"ava": "^3.15.0",
"tsd": "^0.17.0",
"xo": "^0.39.1"
},
"engines": {
"node": ">=12"
},
"exports": "./index.js",
"files": [
"index.js",
"index.d.ts"
],
"funding": "https://github.com/sponsors/sindresorhus",
"homepage": "https://github.com/sindresorhus/widest-line#readme",
"keywords": [
"string",
"character",
"unicode",
"width",
"visual",
"column",
"columns",
"fullwidth",
"full-width",
"full",
"ansi",
"escape",
"codes",
"cli",
"command-line",
"terminal",
"console",
"cjk",
"chinese",
"japanese",
"korean",
"fixed-width"
],
"license": "MIT",
"name": "widest-line",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/widest-line.git"
},
"scripts": {
"test": "xo && ava && tsd"
},
"type": "module",
"version": "4.0.1"
}