{ "_from": "gh-pages@^1.0.0", "_id": "gh-pages@1.2.0", "_inBundle": false, "_integrity": "sha512-cGLYAvxtlQ1iTwAS4g7FreZPXoE/g62Fsxln2mmR19mgs4zZI+XJ+wVVUhBFCF/0+Nmvbq+abyTWue1m1BSnmg==", "_location": "/gh-pages", "_phantomChildren": { "lodash": "4.17.21", "universalify": "0.1.2" }, "_requested": { "type": "range", "registry": true, "raw": "gh-pages@^1.0.0", "name": "gh-pages", "escapedName": "gh-pages", "rawSpec": "^1.0.0", "saveSpec": null, "fetchSpec": "^1.0.0" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmmirror.com/gh-pages/-/gh-pages-1.2.0.tgz", "_shasum": "1acb92801078f7c038a167f447221d1496ccfbee", "_spec": "gh-pages@^1.0.0", "_where": "/data/jenkins/workspace/front-v5-web", "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.15.1", "filenamify-url": "^1.0.0", "fs-extra": "^5.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.1.2", "dir-compare": "^1.4.0", "eslint": "^4.19.1", "eslint-config-tschaub": "^10.0.0", "mocha": "^5.0.5", "sinon": "^5.0.1", "tmp": "0.0.33" }, "engines": { "node": ">=4" }, "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": "1.2.0" }