Your IP : 216.73.216.74


Current Path : /proc/self/root/usr/local/lib/node_modules/@google/gemini-cli/node_modules/simple-git/
Upload File :
Current File : //proc/self/root/usr/local/lib/node_modules/@google/gemini-cli/node_modules/simple-git/package.json

{
  "_from": "simple-git@^3.28.0",
  "_id": "simple-git@3.28.0",
  "_inBundle": false,
  "_integrity": "sha512-Rs/vQRwsn1ILH1oBUy8NucJlXmnnLeLCfcvbSehkPzbv3wwoFWIdtfd6Ndo6ZPhlPsCZ60CPI4rxurnwAa+a2w==",
  "_location": "/@google/gemini-cli/simple-git",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "simple-git@^3.28.0",
    "name": "simple-git",
    "escapedName": "simple-git",
    "rawSpec": "^3.28.0",
    "saveSpec": null,
    "fetchSpec": "^3.28.0"
  },
  "_requiredBy": [
    "/@google/gemini-cli/@google/gemini-cli-core"
  ],
  "_resolved": "https://registry.npmjs.org/simple-git/-/simple-git-3.28.0.tgz",
  "_shasum": "c6345b2e387880f8450788a1e388573366ae48ac",
  "_spec": "simple-git@^3.28.0",
  "_where": "/usr/local/lib/node_modules/@google/gemini-cli/node_modules/@google/gemini-cli-core",
  "author": {
    "name": "Steve King",
    "email": "steve@mydev.co"
  },
  "bugs": {
    "url": "https://github.com/steveukx/git-js/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Steve King",
      "email": "steve@mydev.co"
    }
  ],
  "dependencies": {
    "@kwsites/file-exists": "^1.1.1",
    "@kwsites/promise-deferred": "^1.1.1",
    "debug": "^4.4.0"
  },
  "deprecated": false,
  "description": "Simple GIT interface for node.js",
  "devDependencies": {
    "@kwsites/promise-result": "^1.1.0",
    "@simple-git/babel-config": "^1.0.0",
    "@types/debug": "^4.1.12",
    "@types/jest": "^29.2.2",
    "@types/node": "^22.15.30",
    "esbuild": "^0.25.0",
    "esbuild-node-externals": "^1.18.0",
    "jest": "^29.7.0",
    "ts-node": "^10.9.2",
    "typescript": "^5.7.3"
  },
  "exports": {
    ".": {
      "types": "./dist/typings/index.d.ts",
      "import": "./dist/esm/index.js",
      "require": "./dist/cjs/index.js"
    },
    "./promise": {
      "require": "./promise.js"
    }
  },
  "files": [
    "promise.*",
    "dist"
  ],
  "funding": {
    "type": "github",
    "url": "https://github.com/steveukx/git-js?sponsor=1"
  },
  "homepage": "https://github.com/steveukx/git-js#readme",
  "keywords": [
    "git",
    "source control",
    "vcs"
  ],
  "license": "MIT",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "name": "simple-git",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/steveukx/git-js.git",
    "directory": "simple-git"
  },
  "types": "./dist/typings/index.d.ts",
  "version": "3.28.0"
}