Your IP : 216.73.216.74


Current Path : /usr/local/lib/node_modules/@google/gemini-cli/node_modules/global-directory/
Upload File :
Current File : //usr/local/lib/node_modules/@google/gemini-cli/node_modules/global-directory/package.json

{
  "_from": "global-directory@^4.0.1",
  "_id": "global-directory@4.0.1",
  "_inBundle": false,
  "_integrity": "sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==",
  "_location": "/@google/gemini-cli/global-directory",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "global-directory@^4.0.1",
    "name": "global-directory",
    "escapedName": "global-directory",
    "rawSpec": "^4.0.1",
    "saveSpec": null,
    "fetchSpec": "^4.0.1"
  },
  "_requiredBy": [
    "/@google/gemini-cli/is-installed-globally"
  ],
  "_resolved": "https://registry.npmjs.org/global-directory/-/global-directory-4.0.1.tgz",
  "_shasum": "4d7ac7cfd2cb73f304c53b8810891748df5e361e",
  "_spec": "global-directory@^4.0.1",
  "_where": "/usr/local/lib/node_modules/@google/gemini-cli/node_modules/is-installed-globally",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "https://sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/global-directory/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "ini": "4.1.1"
  },
  "deprecated": false,
  "description": "Get the directory of globally installed packages and binaries",
  "devDependencies": {
    "ava": "^5.3.1",
    "execa": "^8.0.1",
    "tsd": "^0.29.0",
    "xo": "^0.56.0"
  },
  "engines": {
    "node": ">=18"
  },
  "exports": {
    "types": "./index.d.ts",
    "default": "./index.js"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "funding": "https://github.com/sponsors/sindresorhus",
  "homepage": "https://github.com/sindresorhus/global-directory#readme",
  "keywords": [
    "global",
    "prefix",
    "path",
    "paths",
    "npm",
    "yarn",
    "node",
    "modules",
    "node-modules",
    "package",
    "packages",
    "binary",
    "binaries",
    "bin",
    "directory",
    "directories",
    "npmrc",
    "rc",
    "config",
    "root",
    "resolve"
  ],
  "license": "MIT",
  "name": "global-directory",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/global-directory.git"
  },
  "scripts": {
    "test": "xo && ava && tsd"
  },
  "sideEffects": false,
  "type": "module",
  "version": "4.0.1"
}