| Current Path : /usr/local/lib/node_modules/@google/gemini-cli/node_modules/indent-string/ |
| Current File : //usr/local/lib/node_modules/@google/gemini-cli/node_modules/indent-string/package.json |
{
"_from": "indent-string@^5.0.0",
"_id": "indent-string@5.0.0",
"_inBundle": false,
"_integrity": "sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==",
"_location": "/@google/gemini-cli/indent-string",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "indent-string@^5.0.0",
"name": "indent-string",
"escapedName": "indent-string",
"rawSpec": "^5.0.0",
"saveSpec": null,
"fetchSpec": "^5.0.0"
},
"_requiredBy": [
"/@google/gemini-cli/ink"
],
"_resolved": "https://registry.npmjs.org/indent-string/-/indent-string-5.0.0.tgz",
"_shasum": "4fd2980fccaf8622d14c64d694f4cf33c81951a5",
"_spec": "indent-string@^5.0.0",
"_where": "/usr/local/lib/node_modules/@google/gemini-cli/node_modules/ink",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/indent-string/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Indent each line in a string",
"devDependencies": {
"ava": "^3.15.0",
"tsd": "^0.14.0",
"xo": "^0.38.2"
},
"engines": {
"node": ">=12"
},
"exports": "./index.js",
"files": [
"index.js",
"index.d.ts"
],
"funding": "https://github.com/sponsors/sindresorhus",
"homepage": "https://github.com/sindresorhus/indent-string#readme",
"keywords": [
"indent",
"string",
"pad",
"align",
"line",
"text",
"each",
"every"
],
"license": "MIT",
"name": "indent-string",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/indent-string.git"
},
"scripts": {
"test": "xo && ava && tsd"
},
"type": "module",
"version": "5.0.0"
}