| Current Path : /proc/self/root/usr/local/lib/node_modules/@google/gemini-cli/node_modules/camelcase/ |
| Current File : //proc/self/root/usr/local/lib/node_modules/@google/gemini-cli/node_modules/camelcase/package.json |
{
"_from": "camelcase@^7.0.1",
"_id": "camelcase@7.0.1",
"_inBundle": false,
"_integrity": "sha512-xlx1yCK2Oc1APsPXDL2LdlNP6+uu8OCDdhOBSVT279M/S+y75O30C2VuD8T2ogdePBBl7PfPF4504tnLgX3zfw==",
"_location": "/@google/gemini-cli/camelcase",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "camelcase@^7.0.1",
"name": "camelcase",
"escapedName": "camelcase",
"rawSpec": "^7.0.1",
"saveSpec": null,
"fetchSpec": "^7.0.1"
},
"_requiredBy": [
"/@google/gemini-cli/boxen"
],
"_resolved": "https://registry.npmjs.org/camelcase/-/camelcase-7.0.1.tgz",
"_shasum": "f02e50af9fd7782bc8b88a3558c32fd3a388f048",
"_spec": "camelcase@^7.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/camelcase/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`",
"devDependencies": {
"ava": "^4.3.0",
"tsd": "^0.20.0",
"xo": "^0.49.0"
},
"engines": {
"node": ">=14.16"
},
"exports": "./index.js",
"files": [
"index.js",
"index.d.ts"
],
"funding": "https://github.com/sponsors/sindresorhus",
"homepage": "https://github.com/sindresorhus/camelcase#readme",
"keywords": [
"camelcase",
"camel-case",
"camel",
"case",
"dash",
"hyphen",
"dot",
"underscore",
"separator",
"string",
"text",
"convert",
"pascalcase",
"pascal-case"
],
"license": "MIT",
"name": "camelcase",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/camelcase.git"
},
"scripts": {
"test": "xo && ava && tsd"
},
"type": "module",
"types": "./index.d.ts",
"version": "7.0.1"
}