11cb0ef41Sopenharmony_ci{
21cb0ef41Sopenharmony_ci  "name": "@npmcli/git",
31cb0ef41Sopenharmony_ci  "version": "5.0.4",
41cb0ef41Sopenharmony_ci  "main": "lib/index.js",
51cb0ef41Sopenharmony_ci  "files": [
61cb0ef41Sopenharmony_ci    "bin/",
71cb0ef41Sopenharmony_ci    "lib/"
81cb0ef41Sopenharmony_ci  ],
91cb0ef41Sopenharmony_ci  "description": "a util for spawning git from npm CLI contexts",
101cb0ef41Sopenharmony_ci  "repository": {
111cb0ef41Sopenharmony_ci    "type": "git",
121cb0ef41Sopenharmony_ci    "url": "https://github.com/npm/git.git"
131cb0ef41Sopenharmony_ci  },
141cb0ef41Sopenharmony_ci  "author": "GitHub Inc.",
151cb0ef41Sopenharmony_ci  "license": "ISC",
161cb0ef41Sopenharmony_ci  "scripts": {
171cb0ef41Sopenharmony_ci    "lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
181cb0ef41Sopenharmony_ci    "snap": "tap",
191cb0ef41Sopenharmony_ci    "test": "tap",
201cb0ef41Sopenharmony_ci    "posttest": "npm run lint",
211cb0ef41Sopenharmony_ci    "postlint": "template-oss-check",
221cb0ef41Sopenharmony_ci    "lintfix": "npm run lint -- --fix",
231cb0ef41Sopenharmony_ci    "template-oss-apply": "template-oss-apply --force"
241cb0ef41Sopenharmony_ci  },
251cb0ef41Sopenharmony_ci  "tap": {
261cb0ef41Sopenharmony_ci    "timeout": 600,
271cb0ef41Sopenharmony_ci    "nyc-arg": [
281cb0ef41Sopenharmony_ci      "--exclude",
291cb0ef41Sopenharmony_ci      "tap-snapshots/**"
301cb0ef41Sopenharmony_ci    ]
311cb0ef41Sopenharmony_ci  },
321cb0ef41Sopenharmony_ci  "devDependencies": {
331cb0ef41Sopenharmony_ci    "@npmcli/eslint-config": "^4.0.0",
341cb0ef41Sopenharmony_ci    "@npmcli/template-oss": "4.21.3",
351cb0ef41Sopenharmony_ci    "npm-package-arg": "^11.0.0",
361cb0ef41Sopenharmony_ci    "slash": "^3.0.0",
371cb0ef41Sopenharmony_ci    "tap": "^16.0.1"
381cb0ef41Sopenharmony_ci  },
391cb0ef41Sopenharmony_ci  "dependencies": {
401cb0ef41Sopenharmony_ci    "@npmcli/promise-spawn": "^7.0.0",
411cb0ef41Sopenharmony_ci    "lru-cache": "^10.0.1",
421cb0ef41Sopenharmony_ci    "npm-pick-manifest": "^9.0.0",
431cb0ef41Sopenharmony_ci    "proc-log": "^3.0.0",
441cb0ef41Sopenharmony_ci    "promise-inflight": "^1.0.1",
451cb0ef41Sopenharmony_ci    "promise-retry": "^2.0.1",
461cb0ef41Sopenharmony_ci    "semver": "^7.3.5",
471cb0ef41Sopenharmony_ci    "which": "^4.0.0"
481cb0ef41Sopenharmony_ci  },
491cb0ef41Sopenharmony_ci  "engines": {
501cb0ef41Sopenharmony_ci    "node": "^16.14.0 || >=18.0.0"
511cb0ef41Sopenharmony_ci  },
521cb0ef41Sopenharmony_ci  "templateOSS": {
531cb0ef41Sopenharmony_ci    "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
541cb0ef41Sopenharmony_ci    "version": "4.21.3",
551cb0ef41Sopenharmony_ci    "publish": true
561cb0ef41Sopenharmony_ci  }
571cb0ef41Sopenharmony_ci}
58