{
  "_from": "gh-pages@2.1.1",
  "_id": "gh-pages@2.1.1",
  "_inBundle": false,
  "_integrity": "sha512-yNW2SFp9xGRP/8Sk2WXuLI/Gn92oOL4HBgudn6PsqAnuWT90Y1tozJoTfX1WdrDSW5Rb90kLVOf5mm9KJ/2fDw==",
  "_location": "/gh-pages",
  "_phantomChildren": {
    "array-union": "1.0.2",
    "glob": "7.1.4",
    "object-assign": "4.1.1",
    "pinkie-promise": "2.0.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "gh-pages@2.1.1",
    "name": "gh-pages",
    "escapedName": "gh-pages",
    "rawSpec": "2.1.1",
    "saveSpec": null,
    "fetchSpec": "2.1.1"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/gh-pages/-/gh-pages-2.1.1.tgz",
  "_shasum": "5be70a92f9cb70404bafabd8bb149c0e9a8c264b",
  "_spec": "gh-pages@2.1.1",
  "_where": "/var/www/ffxiv/overlays/kagami/kagamireact",
  "author": {
    "name": "Tim Schaub",
    "url": "http://tschaub.net/"
  },
  "bin": {
    "gh-pages": "bin/gh-pages.js",
    "gh-pages-clean": "bin/gh-pages-clean.js"
  },
  "bugs": {
    "url": "https://github.com/tschaub/gh-pages/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "async": "^2.6.1",
    "commander": "^2.18.0",
    "email-addresses": "^3.0.1",
    "filenamify-url": "^1.0.0",
    "fs-extra": "^7.0.0",
    "globby": "^6.1.0",
    "graceful-fs": "^4.1.11",
    "rimraf": "^2.6.2"
  },
  "deprecated": false,
  "description": "Publish to a gh-pages branch on GitHub (or any other branch on any other remote)",
  "devDependencies": {
    "chai": "^4.2.0",
    "dir-compare": "^1.7.3",
    "eslint": "^5.16.0",
    "eslint-config-tschaub": "^13.1.0",
    "mocha": "^6.1.4",
    "sinon": "^7.3.2",
    "tmp": "^0.1.0"
  },
  "engines": {
    "node": ">=6"
  },
  "eslintConfig": {
    "extends": "tschaub"
  },
  "homepage": "https://github.com/tschaub/gh-pages",
  "keywords": [
    "git",
    "gh-pages",
    "github"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "gh-pages",
  "repository": {
    "type": "git",
    "url": "git://github.com/tschaub/gh-pages.git"
  },
  "scripts": {
    "lint": "eslint lib test bin plugin.js",
    "pretest": "npm run lint",
    "test": "mocha --recursive test"
  },
  "version": "2.1.1"
}
