{
  "_args": [
    [
      {
        "raw": "simple-git@^1.80.1",
        "scope": null,
        "escapedName": "simple-git",
        "name": "simple-git",
        "rawSpec": "^1.80.1",
        "spec": ">=1.80.1 <2.0.0",
        "type": "range"
      },
      "/Users/robertdodson/Documents/htdocs/new-html/node_modules/new-html-init"
    ]
  ],
  "_from": "simple-git@>=1.80.1 <2.0.0",
  "_hasShrinkwrap": false,
  "_id": "simple-git@1.106.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/simple-git",
  "_nodeVersion": "8.11.1",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/simple-git_1.106.0_1540574949780_0.41707657107213914"
  },
  "_npmUser": {
    "name": "steveukx",
    "email": "steve@mydev.co"
  },
  "_npmVersion": "6.3.0",
  "_phantomChildren": {
    "ms": "2.1.1"
  },
  "_requested": {
    "raw": "simple-git@^1.80.1",
    "scope": null,
    "escapedName": "simple-git",
    "name": "simple-git",
    "rawSpec": "^1.80.1",
    "spec": ">=1.80.1 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/new-html-init"
  ],
  "_resolved": "https://registry.npmjs.org/simple-git/-/simple-git-1.106.0.tgz",
  "_shasum": "81024c7c22fafd0c386a2b338031cc60b3568b9c",
  "_shrinkwrap": null,
  "_spec": "simple-git@^1.80.1",
  "_where": "/Users/robertdodson/Documents/htdocs/new-html/node_modules/new-html-init",
  "author": {
    "name": "Steve King",
    "email": "steve@mydev.co"
  },
  "bugs": {
    "url": "https://github.com/steveukx/git-js/issues"
  },
  "contributors": [
    {
      "name": "Steve King",
      "email": "steve@mydev.co"
    }
  ],
  "dependencies": {
    "debug": "^4.0.1"
  },
  "description": "Simple GIT interface for node.js",
  "devDependencies": {
    "nodeunit": "^0.11.3",
    "sinon": "^6.3.3"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-LaxKq4X9Om7bb16Cpinc36hT1YLHMM9KDQMSWJVv4Y1TGDEUuZbs+0lAk2JSKkCEO3xFjcMSx5OjvZo+i4eJvQ==",
    "shasum": "81024c7c22fafd0c386a2b338031cc60b3568b9c",
    "tarball": "https://registry.npmjs.org/simple-git/-/simple-git-1.106.0.tgz",
    "fileCount": 22,
    "unpackedSize": 114249,
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb007mCRA9TVsSAnZWagAAuzUP/R7t2tUviD7Q7CrjI8ol\nlKsHRtRUGzYTUNmRPy1oIuhP9Wh/pw6QVo9cWhtOSOPYImI7rCn25Kh59+x8\nWmHBK65g7INe55vu9gu7Zj2N73Uz5JnAYPKonbn+zwhOCQyIbWoj12QRzWPg\nqItFGdVUOfJG87TCo/vkV0O53o9oArbEO1hPHDlu7SgBZ7jVcZ4rAvjEo6vU\nW8VqOTt8ewKzg5tSUMvBmYVjrj/Qe44ebjZ3HQIHp1RGvU+IwW7iwUEYPBJT\nDdvV+aRFb5YJ6RK50Uv2VnjIYRI3ADhmJlws5csn8CNnDwB6rEHOT8pDFrw3\nMzt5f6IOWvbHSRZRkdFLXVyRf9vSMyxVZp/dA8Vkgd9wPYcNpCchK98nIXTP\nXOXdc78euDVublhUcD00P7jPbyQU4NP6+CCYXKchzeP5TCcLQF3zSZ5ZQVmS\ns6f37JftRo8UzteTDiAp6Q0CwHR+GACJQzd7W1PvA4BKTrPYgcJHlXdA0GRP\nIR2DLZfaVknO0/FFUasfPDfMSC0MUuPaXLE0maqNK04UpGVLpqlreFOGUZeg\noC6ZHoOUPULY0/SZ8cUtLxaWdxzjO0wwRBk5td8E0n0KKrfBPgLishGRBgm1\naOAoAwSzb/WxcTMaKm3Dmh712ulR8Lp0/ZlEqGl53HpS9D4UC94HUFP2LLYo\nJ/2e\r\n=3KNe\r\n-----END PGP SIGNATURE-----\r\n"
  },
  "gitHead": "e202439595359ee60c9431dcb887561d986fb9d6",
  "homepage": "https://github.com/steveukx/git-js#readme",
  "keywords": [
    "git",
    "source control",
    "vcs"
  ],
  "license": "MIT",
  "main": "./src/index.js",
  "maintainers": [
    {
      "name": "steveukx",
      "email": "steve@mydev.co"
    }
  ],
  "name": "simple-git",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/steveukx/git-js.git"
  },
  "scripts": {
    "postversion": "npm publish && git push && git push --tags",
    "preversion": "npm test",
    "test": "nodeunit test/**/test*.js ",
    "test:integration": "nodeunit test/integration/test*.js",
    "test:unit": "nodeunit test/unit/test*.js"
  },
  "version": "1.106.0"
}
