{
  "_args": [
    [
      "@npmcli/git@2.0.1",
      "/home2/donxocom/public_html/alf"
    ]
  ],
  "_development": true,
  "_from": "@npmcli/git@2.0.1",
  "_id": "@npmcli/git@2.0.1",
  "_inBundle": false,
  "_integrity": "sha512-hVatexiBtx71F01Ars38Hr5AFUGmJgHAfQtRlO5fJlnAawRGSXwEFgjB5i3XdUUmElZU/RXy7fefN02dZKxgPw==",
  "_location": "/@npmcli/git",
  "_phantomChildren": {
    "isexe": "2.0.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@npmcli/git@2.0.1",
    "name": "@npmcli/git",
    "escapedName": "@npmcli%2fgit",
    "scope": "@npmcli",
    "rawSpec": "2.0.1",
    "saveSpec": null,
    "fetchSpec": "2.0.1"
  },
  "_requiredBy": [
    "/pacote"
  ],
  "_resolved": "https://registry.npmjs.org/@npmcli/git/-/git-2.0.1.tgz",
  "_spec": "2.0.1",
  "_where": "/home2/donxocom/public_html/alf",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "https://izs.me"
  },
  "bugs": {
    "url": "https://github.com/npm/git/issues"
  },
  "dependencies": {
    "@npmcli/promise-spawn": "^1.1.0",
    "mkdirp": "^1.0.3",
    "npm-pick-manifest": "^6.0.0",
    "promise-inflight": "^1.0.1",
    "promise-retry": "^1.1.1",
    "unique-filename": "^1.1.1",
    "which": "^2.0.2"
  },
  "description": "a util for spawning git from npm CLI contexts",
  "devDependencies": {
    "tap": "^14.10.6"
  },
  "files": [
    "lib/*.js"
  ],
  "homepage": "https://github.com/npm/git#readme",
  "license": "ISC",
  "main": "lib/index.js",
  "name": "@npmcli/git",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/git.git"
  },
  "scripts": {
    "postversion": "npm publish",
    "prepublishOnly": "git push origin --follow-tags",
    "preversion": "npm test",
    "snap": "tap",
    "test": "tap"
  },
  "tap": {
    "check-coverage": true,
    "coverage-map": "map.js"
  },
  "version": "2.0.1"
}
