{
  "_from": "simple-git@^1.85.0",
  "_id": "simple-git@1.132.0",
  "_inBundle": false,
  "_integrity": "sha512-xauHm1YqCTom1sC9eOjfq3/9RKiUA9iPnxBbrY2DdL8l4ADMu0jjM5l5lphQP5YWNqAL2aXC/OeuQ76vHtW5fg==",
  "_location": "/simple-git",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "simple-git@^1.85.0",
    "name": "simple-git",
    "escapedName": "simple-git",
    "rawSpec": "^1.85.0",
    "saveSpec": null,
    "fetchSpec": "^1.85.0"
  },
  "_requiredBy": [
    "/g-status"
  ],
  "_resolved": "https://registry.npmjs.org/simple-git/-/simple-git-1.132.0.tgz",
  "_shasum": "53ac4c5ec9e74e37c2fd461e23309f22fcdf09b1",
  "_spec": "simple-git@^1.85.0",
  "_where": "/Users/admin/projects/dms/src/dealer_admin/node_modules/g-status",
  "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": {
    "debug": "^4.0.1"
  },
  "deprecated": false,
  "description": "Simple GIT interface for node.js",
  "devDependencies": {
    "@kwsites/test-runner": "^0.1.1",
    "sinon": "^7.3.2"
  },
  "files": [
    "promise.*",
    "src/",
    "typings/"
  ],
  "homepage": "https://github.com/steveukx/git-js#readme",
  "keywords": [
    "git",
    "source control",
    "vcs"
  ],
  "license": "MIT",
  "main": "./src/index.js",
  "name": "simple-git",
  "repository": {
    "type": "git",
    "url": "git://github.com/steveukx/git-js.git"
  },
  "scripts": {
    "postversion": "npm publish && git push && git push --tags",
    "preversion": "yarn test",
    "test": "runner test/**/test*.js ",
    "test:integration": "runner test/integration/test*.js",
    "test:unit": "runner test/unit/test*.js"
  },
  "version": "1.132.0"
}
