{"_id":"docpad-plugin-ghpages","_rev":"224318","name":"docpad-plugin-ghpages","description":"Deploy to Github Pages easily via `docpad deploy-ghpages`","dist-tags":{"latest":"2.8.0"},"maintainers":[{"name":"balupton","email":"b@lupton.cc"},{"name":"robloach","email":"robloach@gmail.com"},{"name":"stormpooper","email":"danny@stormpoopersmith.com"}],"time":{"modified":"2021-06-03T15:41:48.000Z","created":"2013-03-06T13:28:39.918Z","2.8.0":"2020-08-05T06:02:52.229Z","2.7.0":"2018-06-25T19:16:20.506Z","2.6.1":"2017-04-19T13:52:15.202Z","2.6.0":"2017-04-18T03:42:54.713Z","2.5.0":"2017-04-18T03:36:43.659Z","2.4.4":"2015-02-18T15:52:10.071Z","2.4.3":"2014-01-24T13:46:20.549Z","2.4.2":"2014-01-10T04:51:18.911Z","2.4.1":"2013-12-12T23:14:26.640Z","2.4.0":"2013-09-17T07:58:30.868Z","2.3.0":"2013-07-28T22:28:53.109Z","2.2.0":"2013-07-08T06:26:45.495Z","2.1.2":"2013-06-28T18:09:00.504Z","2.1.0":"2013-06-24T13:00:45.846Z","2.0.3":"2013-06-14T01:43:14.389Z","2.0.2":"2013-04-05T10:18:31.622Z","2.0.1":"2013-04-01T08:24:06.901Z","2.0.0":"2013-03-06T13:28:39.918Z"},"users":{},"author":{"name":"2013+ Bevry Pty Ltd","email":"us@bevry.me","url":"http://bevry.me"},"repository":{"type":"git","url":"git+https://github.com/docpad/docpad-plugin-ghpages.git"},"versions":{"2.8.0":{"name":"docpad-plugin-ghpages","version":"2.8.0","description":"Deploy to Github Pages easily via `docpad deploy-ghpages`","homepage":"https://github.com/docpad/docpad-plugin-ghpages","license":"MIT","keywords":["coffeescript","docpad","docpad-deployer","docpad-plugin","ghpages","github","github-pages","node"],"badges":{"list":["travisci","npmversion","npmdownloads","daviddm","daviddmdev","---","githubsponsors","patreon","flattr","liberapay","buymeacoffee","opencollective","crypto","paypal","wishlist"],"config":{"githubSponsorsUsername":"balupton","buymeacoffeeUsername":"balupton","cryptoURL":"https://bevry.me/crypto","flattrUsername":"balupton","liberapayUsername":"bevry","opencollectiveUsername":"bevry","patreonUsername":"bevry","paypalURL":"https://bevry.me/paypal","wishlistURL":"https://bevry.me/wishlist","travisTLD":"com","githubUsername":"docpad","githubRepository":"docpad-plugin-ghpages","githubSlug":"docpad/docpad-plugin-ghpages","npmPackageName":"docpad-plugin-ghpages"}},"funding":"https://bevry.me/fund","author":{"name":"2013+ Bevry Pty Ltd","email":"us@bevry.me","url":"http://bevry.me"},"maintainers":[{"name":"balupton","email":"b@lupton.cc"},{"name":"robloach","email":"robloach@gmail.com"},{"name":"stormpooper","email":"danny@stormpoopersmith.com"}],"contributors":[{"name":"Avi Deitcher","email":"avi@atomicinc.com","url":"https://github.com/deitch"},{"name":"Benjamin Lupton","email":"b@lupton.cc","url":"https://github.com/balupton"},{"name":"Kyle Mathews","email":"mathews.kyle@gmail.com","url":"https://github.com/KyleAMathews"},{"name":"Rob Loach","email":"robloach@gmail.com","url":"https://github.com/RobLoach"},{"name":"Sergey Lukin","email":"contact@sergeylukin.com","url":"https://github.com/sergeylukin"},{"name":"vsopvsop","url":"https://github.com/vsopvsop"},{"name":"Ángel González","email":"aglezabad@gmail.com","url":"https://github.com/Aglezabad"}],"bugs":{"url":"https://github.com/docpad/docpad-plugin-ghpages/issues"},"repository":{"type":"git","url":"git+https://github.com/docpad/docpad-plugin-ghpages.git"},"engines":{"node":">=10"},"editions":[{"description":"CoffeeScript source code with Require for modules","directory":"source","entry":"index.coffee","tags":["coffeescript","require"],"engines":false},{"description":"CoffeeScript compiled for Node.js with Require for modules","directory":"edition-esnext","entry":"index.js","tags":["javascript","esnext","require"],"engines":{"node":"10 || 12 || 13 || 14"}}],"type":"commonjs","main":"edition-esnext/index.js","dependencies":{"docpad-baseplugin":"^1.4.0","rimraf":"^3.0.2","safefs":"^6.11.0","safeps":"^10.12.0","taskgroup":"^7.14.0"},"devDependencies":{"@bevry/update-contributors":"^1.15.0","coffeelint":"^2.1.0","coffeescript":"^2.5.1","docpad":"^6.83.1","docpad-plugintester":"^1.6.2","projectz":"^2.13.0","valid-directory":"^2.8.0"},"scripts":{"our:clean":"rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next","our:compile":"npm run our:compile:edition-esnext","our:compile:edition-esnext":"coffee -bco ./edition-esnext ./source && echo '{\"type\": \"commonjs\"}' > edition-esnext/package.json","our:deploy":"echo no need for this project","our:meta":"npm run our:meta:contributors && npm run our:meta:projectz","our:meta:contributors":"update-contributors","our:meta:projectz":"projectz compile","our:release":"npm run our:release:prepare && npm run our:release:check-changelog && npm run our:release:check-dirty && npm run our:release:tag && npm run our:release:push","our:release:check-changelog":"cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)","our:release:check-dirty":"git diff --exit-code","our:release:prepare":"npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta","our:release:push":"git push origin master && git push origin --tags","our:release:tag":"export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (echo 'proper changelog entry not found' && exit -1) && git tag v$npm_package_version -am \"$MESSAGE\"","our:setup":"npm run our:setup:install","our:setup:install":"npm install","our:test":"npm run our:verify && npm test","our:verify":"npm run our:verify:coffeelint && npm run our:verify:directory","our:verify:coffeelint":"coffeelint ./source","our:verify:directory":"valid-directory","test":"docpad-plugintester"},"gitHead":"afb08fa6e207817b3486b06308143897ca6359f6","_id":"docpad-plugin-ghpages@2.8.0","_nodeVersion":"14.7.0","_npmVersion":"6.14.7","dist":{"shasum":"e6405cd3bb02a14c25e41bf98efd7b4d2147e202","size":8467,"noattachment":false,"key":"/docpad-plugin-ghpages/-/docpad-plugin-ghpages-2.8.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/docpad-plugin-ghpages/download/docpad-plugin-ghpages-2.8.0.tgz"},"_npmUser":{"name":"bevryme","email":"us@bevry.me"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/docpad-plugin-ghpages_2.8.0_1596607372079_0.4207382175599914"},"_hasShrinkwrap":false,"publish_time":1596607372229,"_cnpm_publish_time":1596607372229},"2.7.0":{"name":"docpad-plugin-ghpages","version":"2.7.0","description":"Deploy to Github Pages easily via `docpad deploy-ghpages`","homepage":"ssh://git@github.com/docpad/docpad-plugin-ghpages","license":"MIT","keywords":["docpad","docpad-plugin","docpad-deployer","github","github-pages","ghpages"],"badges":{"list":["travisci","npmversion","npmdownloads","daviddm","daviddmdev","---","patreon","opencollective","flattr","paypal","bitcoin","wishlist","---","slackin"],"config":{"patreonUsername":"bevry","opencollectiveUsername":"bevry","flattrUsername":"balupton","paypalURL":"https://bevry.me/paypal","bitcoinURL":"https://bevry.me/bitcoin","wishlistURL":"https://bevry.me/wishlist","slackinURL":"https://slack.bevry.me"}},"author":{"name":"2013+ Bevry Pty Ltd","email":"us@bevry.me","url":"http://bevry.me"},"maintainers":[{"name":"balupton","email":"b@lupton.cc"},{"name":"robloach","email":"robloach@gmail.com"},{"name":"stormpooper","email":"danny@stormpoopersmith.com"}],"contributors":[{"name":"Avi Deitcher","email":"avi@atomicinc.com","url":"http://blog.atomicinc.com"},{"name":"Benjamin Lupton","email":"b@lupton.cc","url":"http://balupton.com"},{"name":"Kyle Mathews","email":"mathews.kyle@gmail.com","url":"http://www.bricolage.io"},{"name":"Rob Loach","email":"robloach@gmail.com","url":"http://robloach.net"},{"name":"Sergey Lukin","email":"contact@sergeylukin.com","url":"https://github.com/sergeylukin"},{"name":"vsopvsop","url":"https://github.com/vsopvsop"},{"name":"Ángel González","email":"aglezabad@gmail.com","url":"http://univunix.com"}],"bugs":{"url":"ssh://git@github.com/docpad/docpad-plugin-ghpages/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/docpad/docpad-plugin-ghpages.git"},"engines":{"node":">=0.8"},"editions":[{"description":"Source + CoffeeScript + Require","directory":"source","entry":"ghpages.plugin.coffee","syntaxes":["coffeescript","require"]},{"description":"CoffeeScript Compiled + ESNext + Require","directory":"esnext","entry":"ghpages.plugin.js","syntaxes":["javascript","esnext","require"]},{"description":"CoffeeScript Compiled + ES2015 + Require","directory":"es2015","entry":"ghpages.plugin.js","syntaxes":["javascript","es2015","require"]}],"main":"index.js","dependencies":{"editions":"^1.3.4","rimraf":"^2.2.5","safefs":"^4.1.0","safeps":"^7.0.1","taskgroup":"^5.0.1"},"devDependencies":{"babel-core":"^6.26.3","babel-preset-es2015":"^6.24.1","coffeelint":"^2.1.0","coffeescript":"^2.3.1","docpad":"^6.79.4","projectz":"^1.4.0"},"peerDependencies":{"docpad":"6"},"scripts":{"our:setup":"npm run our:setup:npm && npm run our:setup:docpad","our:setup:npm":"npm install","our:setup:docpad":"bash ./docpad-setup.sh","our:clean":"rm -Rf ./docs ./es2015 ./es5 ./out","our:compile":"npm run our:compile:coffee:esnext && npm run our:compile:coffee:es2015","our:compile:coffee:esnext":"coffee -bco ./esnext ./source","our:compile:coffee:es2015":"coffee -bcto ./es2015 ./source","our:meta":"npm run our:meta:projectz","our:meta:projectz":"projectz compile","our:verify":"npm run our:verify:coffeelint","our:verify:coffeelint":"coffeelint ./source","our:deploy":"echo no need for this project","our:test":"npm run our:verify && npm test","our:release":"npm run our:release:prepare && npm run our:release:check-changelog && npm run our:release:check-dirty && npm run our:release:tag && npm run our:release:push","our:release:prepare":"npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta","our:release:check-changelog":"cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)","our:release:check-dirty":"git diff --exit-code","our:release:tag":"export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (echo 'proper changelog entry not found' && exit -1) && git tag v$npm_package_version -am \"$MESSAGE\"","our:release:push":"git push origin master && git push origin --tags","test":"node --harmony ./test.js --joe-reporter=console"},"gitHead":"5df36cd8671fe46bcf82dbcda421dbbeef4e1bed","_id":"docpad-plugin-ghpages@2.7.0","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"bevryme","email":"us@bevry.me"},"dist":{"shasum":"d86e4ef87976ef9e89afcc2071b1dfe9ab5dedd7","size":10274,"noattachment":false,"key":"/docpad-plugin-ghpages/-/docpad-plugin-ghpages-2.7.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/docpad-plugin-ghpages/download/docpad-plugin-ghpages-2.7.0.tgz"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/docpad-plugin-ghpages_2.7.0_1529954180396_0.7223173567952543"},"_hasShrinkwrap":false,"publish_time":1529954180506,"_cnpm_publish_time":1529954180506},"2.6.1":{"name":"docpad-plugin-ghpages","version":"2.6.1","description":"Deploy to Github Pages easily via `docpad deploy-ghpages`","homepage":"https://github.com/docpad/docpad-plugin-ghpages","license":"MIT","keywords":["docpad","docpad-plugin","docpad-deployer","github","github-pages","ghpages"],"badges":{"list":["travisci","npmversion","npmdownloads","daviddm","daviddmdev","---","patreon","opencollective","gratipay","flattr","paypal","bitcoin","wishlist","---","slackin"],"config":{"patreonUsername":"bevry","opencollectiveUsername":"bevry","gratipayUsername":"bevry","flattrUsername":"balupton","paypalURL":"https://bevry.me/paypal","bitcoinURL":"https://bevry.me/bitcoin","wishlistURL":"https://bevry.me/wishlist","slackinURL":"https://slack.bevry.me"}},"author":{"name":"2013+ Bevry Pty Ltd","email":"us@bevry.me","url":"http://bevry.me"},"maintainers":[{"name":"balupton","email":"b@lupton.cc"},{"name":"robloach","email":"robloach@gmail.com"},{"name":"stormpooper","email":"danny@stormpoopersmith.com"}],"contributors":[{"name":"Avi Deitcher","email":"avi@atomicinc.com","url":"http://blog.atomicinc.com"},{"name":"Benjamin Lupton","email":"b@lupton.cc","url":"http://balupton.com"},{"name":"Kyle Mathews","email":"mathews.kyle@gmail.com","url":"http://www.bricolage.io"},{"name":"Rob Loach","email":"robloach@gmail.com","url":"http://robloach.net"},{"name":"Sergey Lukin","email":"contact@sergeylukin.com","url":"https://github.com/sergeylukin"},{"name":"vsopvsop","url":"https://github.com/vsopvsop"}],"bugs":{"url":"https://github.com/docpad/docpad-plugin-ghpages/issues"},"repository":{"type":"git","url":"git+https://github.com/docpad/docpad-plugin-ghpages.git"},"engines":{"node":">=0.8"},"editions":[{"description":"Source + CoffeeScript + Require","directory":"source","entry":"ghpages.plugin.coffee","syntaxes":["coffeescript","require"]},{"description":"CoffeeScript Compiled + ES5 + Require","directory":"es5","entry":"ghpages.plugin.js","syntaxes":["javascript","es5","require"]}],"main":"es5/ghpages.plugin.js","dependencies":{"rimraf":"^2.2.5","safefs":"^4.1.0","safeps":"^7.0.1","taskgroup":"^5.0.1"},"devDependencies":{"coffee-script":"^1.12.5","coffeelint":"^1.16.0","docpad":"^6.79.4","projectz":"^1.4.0"},"peerDependencies":{"docpad":"6"},"scripts":{"our:setup":"npm run our:setup:npm && npm run our:setup:docpad","our:setup:npm":"npm install","our:setup:docpad":"bash ./docpad-setup.sh","our:clean":"rm -Rf ./docs ./es2015 ./es5 ./out","our:compile":"npm run our:compile:coffee","our:compile:coffee":"coffee -bco ./es5 ./source","our:meta":"npm run our:meta:projectz","our:meta:projectz":"projectz compile","our:verify":"npm run our:verify:coffeelint","our:verify:coffeelint":"coffeelint ./source","our:test":"npm run our:verify && npm test","our:release":"npm run our:release:prepare && npm run our:release:check && npm run our:release:tag && npm run our:release:push","our:release:prepare":"npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta","our:release:check":"npm run our:release:check:changelog && npm run our:release:check:dirty","our:release:check:changelog":"cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)","our:release:check:dirty":"git diff --exit-code","our:release:tag":"export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (echo 'proper changelog entry not found' && exit -1) && git tag v$npm_package_version -am \"$MESSAGE\"","our:release:push":"git push origin master && git push origin --tags","test":"node --harmony es5/ghpages.test.js --joe-reporter=console"},"gitHead":"2af3b260d842bb598ca17846f1d5ec5b3b5b2aeb","_id":"docpad-plugin-ghpages@2.6.1","_shasum":"50c5f8f500bb552550a883bb44fc94102660ba33","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.9.0","_npmUser":{"name":"bevryme","email":"us@bevry.me"},"dist":{"shasum":"50c5f8f500bb552550a883bb44fc94102660ba33","size":8911,"noattachment":false,"key":"/docpad-plugin-ghpages/-/docpad-plugin-ghpages-2.6.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/docpad-plugin-ghpages/download/docpad-plugin-ghpages-2.6.1.tgz"},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/docpad-plugin-ghpages-2.6.1.tgz_1492609934560_0.717112103709951"},"directories":{},"publish_time":1492609935202,"_cnpm_publish_time":1492609935202,"_hasShrinkwrap":false},"2.6.0":{"name":"docpad-plugin-ghpages","version":"2.6.0","description":"Deploy to Github Pages easily via `docpad deploy-ghpages`","homepage":"https://github.com/docpad/docpad-plugin-ghpages","license":"MIT","keywords":["docpad","docpad-plugin","docpad-deployer","github","github-pages","ghpages"],"badges":{"list":["travisci","npmversion","npmdownloads","daviddm","daviddmdev","---","patreon","opencollective","gratipay","flattr","paypal","bitcoin","wishlist","---","slackin"],"config":{"patreonUsername":"bevry","opencollectiveUsername":"bevry","gratipayUsername":"bevry","flattrUsername":"balupton","paypalURL":"https://bevry.me/paypal","bitcoinURL":"https://bevry.me/bitcoin","wishlistURL":"https://bevry.me/wishlist","slackinURL":"https://slack.bevry.me"}},"author":{"name":"2013+ Bevry Pty Ltd","email":"us@bevry.me","url":"http://bevry.me"},"maintainers":[{"name":"balupton","email":"b@lupton.cc"},{"name":"robloach","email":"robloach@gmail.com"},{"name":"stormpooper","email":"danny@stormpoopersmith.com"}],"contributors":[{"name":"Avi Deitcher","email":"avi@atomicinc.com","url":"http://blog.atomicinc.com"},{"name":"Benjamin Lupton","email":"b@lupton.cc","url":"http://balupton.com"},{"name":"Kyle Mathews","email":"mathews.kyle@gmail.com","url":"http://www.bricolage.io"},{"name":"Rob Loach","email":"robloach@gmail.com","url":"http://robloach.net"},{"name":"Sergey Lukin","email":"contact@sergeylukin.com","url":"https://github.com/sergeylukin"},{"name":"vsopvsop","url":"https://github.com/vsopvsop"}],"bugs":{"url":"https://github.com/docpad/docpad-plugin-ghpages/issues"},"repository":{"type":"git","url":"git+https://github.com/docpad/docpad-plugin-ghpages.git"},"engines":{"node":">=0.8"},"editions":[{"description":"Source + CoffeeScript + Require","directory":"source","entry":"ghpages.plugin.coffee","syntaxes":["coffeescript","require"]},{"description":"CoffeeScript Compiled + ES5 + Require","directory":"es5","entry":"ghpages.plugin.js","syntaxes":["javascript","es5","require"]}],"main":"es5/ghpages.plugin.js","dependencies":{"rimraf":"^2.2.5","safefs":"^4.1.0","safeps":"^7.0.1","taskgroup":"^5.0.1"},"devDependencies":{"coffee-script":"^1.12.5","coffeelint":"^1.16.0","docpad":"^6.79.4","projectz":"^1.4.0"},"peerDependencies":{"docpad":"6"},"scripts":{"our:setup":"npm run our:setup:npm && npm run our:setup:docpad","our:setup:npm":"npm install","our:setup:docpad":"bash ./docpad-setup.sh","our:clean":"rm -Rf ./docs ./es2015 ./es5 ./out","our:compile":"npm run our:compile:coffee","our:compile:coffee":"coffee -bco ./es5 ./source","our:meta":"npm run our:meta:projectz","our:meta:projectz":"projectz compile","our:verify":"npm run our:verify:coffeelint","our:verify:coffeelint":"coffeelint ./source","our:test":"npm run our:verify && npm test","our:release":"npm run our:release:prepare && npm run our:release:check && npm run our:release:tag && npm run our:release:push","our:release:prepare":"npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta","our:release:check":"npm run our:release:check:changelog && npm run our:release:check:dirty","our:release:check:changelog":"cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)","our:release:check:dirty":"git diff --exit-code","our:release:tag":"export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (echo 'proper changelog entry not found' && exit -1) && git tag v$npm_package_version -am \"$MESSAGE\"","our:release:push":"git push origin master && git push origin --tags","test":"node --harmony es5/ghpages.test.js --joe-reporter=console"},"gitHead":"549eaebc7bd722d38ab5e4c469107c19d1630afb","_id":"docpad-plugin-ghpages@2.6.0","_shasum":"55b22713beef15d7d6da2be0a5c5e221f54120cd","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.9.0","_npmUser":{"name":"bevryme","email":"us@bevry.me"},"dist":{"shasum":"55b22713beef15d7d6da2be0a5c5e221f54120cd","size":8837,"noattachment":false,"key":"/docpad-plugin-ghpages/-/docpad-plugin-ghpages-2.6.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/docpad-plugin-ghpages/download/docpad-plugin-ghpages-2.6.0.tgz"},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/docpad-plugin-ghpages-2.6.0.tgz_1492486974060_0.7385057474020869"},"directories":{},"publish_time":1492486974713,"_cnpm_publish_time":1492486974713,"_hasShrinkwrap":false},"2.5.0":{"name":"docpad-plugin-ghpages","version":"2.5.0","description":"Deploy to Github Pages easily via `docpad deploy-ghpages`","homepage":"https://github.com/docpad/docpad-plugin-ghpages","license":"MIT","keywords":["docpad","docpad-plugin","docpad-deployer","github","github-pages","ghpages"],"badges":{"list":["travisci","npmversion","npmdownloads","daviddm","daviddmdev","---","patreon","opencollective","gratipay","flattr","paypal","bitcoin","wishlist","---","slackin"],"config":{"patreonUsername":"bevry","opencollectiveUsername":"bevry","gratipayUsername":"bevry","flattrUsername":"balupton","paypalURL":"https://bevry.me/paypal","bitcoinURL":"https://bevry.me/bitcoin","wishlistURL":"https://bevry.me/wishlist","slackinURL":"https://slack.bevry.me"}},"author":{"name":"2013+ Bevry Pty Ltd","email":"us@bevry.me","url":"http://bevry.me"},"maintainers":[{"name":"balupton","email":"b@lupton.cc"},{"name":"robloach","email":"robloach@gmail.com"},{"name":"stormpooper","email":"danny@stormpoopersmith.com"}],"contributors":[{"name":"Avi Deitcher","email":"avi@atomicinc.com","url":"http://blog.atomicinc.com"},{"name":"Benjamin Lupton","email":"b@lupton.cc","url":"http://balupton.com"},{"name":"Kyle Mathews","email":"mathews.kyle@gmail.com","url":"http://www.bricolage.io"},{"name":"Rob Loach","email":"robloach@gmail.com","url":"http://robloach.net"},{"name":"Sergey Lukin","email":"contact@sergeylukin.com","url":"https://github.com/sergeylukin"},{"name":"vsopvsop","url":"https://github.com/vsopvsop"}],"bugs":{"url":"https://github.com/docpad/docpad-plugin-ghpages/issues"},"repository":{"type":"git","url":"git+https://github.com/docpad/docpad-plugin-ghpages.git"},"engines":{"node":">=0.8"},"editions":[{"description":"Source + CoffeeScript + Require","directory":"source","entry":"ghpages.plugin.coffee","syntaxes":["coffeescript","require"]},{"description":"CoffeeScript Compiled + ES5 + Require","directory":"es5","entry":"ghpages.plugin.js","syntaxes":["javascript","es5","require"]}],"main":"es5/ghpages.plugin.js","dependencies":{"rimraf":"^2.2.5","safefs":"^3.1.0","safeps":"^2.2.11","taskgroup":"^4.2.0"},"devDependencies":{"coffee-script":"^1.12.5","coffeelint":"^1.16.0","docpad":"^6.79.4","projectz":"^1.4.0"},"peerDependencies":{"docpad":"6"},"scripts":{"our:setup":"npm run our:setup:npm && npm run our:setup:docpad","our:setup:npm":"npm install","our:setup:docpad":"bash ./docpad-setup.sh","our:clean":"rm -Rf ./docs ./es2015 ./es5 ./out","our:compile":"npm run our:compile:coffee","our:compile:coffee":"coffee -bco ./es5 ./source","our:meta":"npm run our:meta:projectz","our:meta:projectz":"projectz compile","our:verify":"npm run our:verify:coffeelint","our:verify:coffeelint":"coffeelint ./source","our:test":"npm run our:verify && npm test","our:release":"npm run our:release:prepare && npm run our:release:check && npm run our:release:tag && npm run our:release:push","our:release:prepare":"npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta","our:release:check":"npm run our:release:check:changelog && npm run our:release:check:dirty","our:release:check:changelog":"cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)","our:release:check:dirty":"git diff --exit-code","our:release:tag":"export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (echo 'proper changelog entry not found' && exit -1) && git tag v$npm_package_version -am \"$MESSAGE\"","our:release:push":"git push origin master && git push origin --tags","test":"node --harmony es5/ghpages.test.js --joe-reporter=console"},"gitHead":"a13b5a25aa9e0d2883b080dae674f53918cea8dd","_id":"docpad-plugin-ghpages@2.5.0","_shasum":"3a0f8d8090f384214a52673fb9a21dae542c66df","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.9.0","_npmUser":{"name":"bevryme","email":"us@bevry.me"},"dist":{"shasum":"3a0f8d8090f384214a52673fb9a21dae542c66df","size":8831,"noattachment":false,"key":"/docpad-plugin-ghpages/-/docpad-plugin-ghpages-2.5.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/docpad-plugin-ghpages/download/docpad-plugin-ghpages-2.5.0.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/docpad-plugin-ghpages-2.5.0.tgz_1492486601750_0.632291998481378"},"directories":{},"publish_time":1492486603659,"_hasShrinkwrap":false,"_cnpm_publish_time":1492486603659},"2.4.4":{"name":"docpad-plugin-ghpages","version":"2.4.4","description":"Deploy to Github Pages easily via `docpad deploy-ghpages`","homepage":"http://docpad.org/plugin/ghpages","license":{"type":"MIT"},"badges":{"travis":true,"npm":true,"npmdownloads":true,"david":true,"daviddev":true,"gratipay":"docpad","flattr":"344188/balupton-on-Flattr","paypal":"QB8GQPZAH84N6","bitcoin":"https://coinbase.com/checkouts/9ef59f5479eec1d97d63382c9ebcb93a","wishlist":"http://amzn.com/w/2F8TXKSNAFG4V"},"keywords":["docpad","docpad-plugin","docpad-deployer","github","github-pages","ghpages"],"author":{"name":"2013+ Bevry Pty Ltd","email":"us@bevry.me","url":"http://bevry.me"},"maintainers":[{"name":"balupton","email":"b@lupton.cc"},{"name":"robloach","email":"robloach@gmail.com"},{"name":"stormpooper","email":"danny@stormpoopersmith.com"}],"contributors":[{"name":"Avi Deitcher","url":"https://github.com/deitch"},{"name":"Benjamin Lupton","email":"b@lupton.cc","url":"https://github.com/balupton"},{"name":"KyleAMathews","url":"https://github.com/KyleAMathews"},{"name":"RobLoach","url":"https://github.com/RobLoach"},{"name":"Sergey Lukin","email":"contact@sergeylukin.com","url":"https://github.com/sergeylukin"}],"bugs":{"url":"https://github.com/docpad/docpad-plugin-ghpages/issues"},"repository":{"type":"git","url":"https://github.com/docpad/docpad-plugin-ghpages.git"},"engines":{"node":">=0.8"},"peerDependencies":{"docpad":"6"},"dependencies":{"safeps":"^2.2.11","rimraf":"^2.2.5","taskgroup":"^4.2.0","safefs":"^3.1.0"},"devDependencies":{"coffee-script":"^1.9.0","chai":"^2.0.0","projectz":"^0.4.2","docpad":"6"},"main":"./out/ghpages.plugin.js","scripts":{"test":"node ./out/ghpages.test.js"},"cakeConfiguration":{"COFFEE_SRC_PATH":"src"},"gitHead":"26d20c6d33d27c1526f2dac20d13ec43d52e5db4","_id":"docpad-plugin-ghpages@2.4.4","_shasum":"7ad916eb85ec4290e8bcf047b0961b0df242a4ad","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"balupton","email":"b@lupton.cc"},"dist":{"shasum":"7ad916eb85ec4290e8bcf047b0961b0df242a4ad","size":6572,"noattachment":false,"key":"/docpad-plugin-ghpages/-/docpad-plugin-ghpages-2.4.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/docpad-plugin-ghpages/download/docpad-plugin-ghpages-2.4.4.tgz"},"directories":{},"publish_time":1424274730071,"_cnpm_publish_time":1424274730071,"_hasShrinkwrap":false},"2.4.3":{"name":"docpad-plugin-ghpages","version":"2.4.3","description":"Deploy to Github Pages easily via `docpad deploy-ghpages`","homepage":"http://docpad.org/plugin/ghpages","license":{"type":"MIT"},"badges":{"travis":true,"npm":true,"david":true,"daviddev":true,"gittip":"docpad","flattr":"344188/balupton-on-Flattr","paypal":"QB8GQPZAH84N6","bitcoin":"https://coinbase.com/checkouts/9ef59f5479eec1d97d63382c9ebcb93a"},"keywords":["docpad","docpad-plugin","docpad-deployer","github","github-pages","ghpages"],"author":{"name":"2013+ Bevry Pty Ltd","email":"us@bevry.me","url":"http://bevry.me"},"maintainers":[{"name":"balupton","email":"b@lupton.cc"},{"name":"robloach","email":"robloach@gmail.com"},{"name":"stormpooper","email":"danny@stormpoopersmith.com"}],"contributors":[{"name":"Avi Deitcher","url":"https://github.com/deitch"},{"name":"Benjamin Lupton","email":"b@lupton.cc","url":"https://github.com/balupton"},{"name":"KyleAMathews","url":"https://github.com/KyleAMathews"},{"name":"Sergey Lukin","email":"contact@sergeylukin.com","url":"https://github.com/sergeylukin"}],"bugs":{"url":"https://github.com/docpad/docpad-plugin-ghpages/issues"},"repository":{"type":"git","url":"https://github.com/docpad/docpad-plugin-ghpages.git"},"engines":{"node":">=0.8"},"peerDependencies":{"docpad":"6"},"dependencies":{"safeps":"~2.2.11","rimraf":"~2.2.5","taskgroup":"~3.3.6","safefs":"~3.1.0"},"devDependencies":{"coffee-script":"~1.6.2","chai":"~1.8.1","projectz":"~0.3.9","docpad":"6"},"main":"./out/ghpages.plugin.js","scripts":{"test":"node ./out/ghpages.test.js"},"_id":"docpad-plugin-ghpages@2.4.3","dist":{"shasum":"47c133f64760331c9604963d5b64b66cddbc7e4c","size":6009,"noattachment":false,"key":"/docpad-plugin-ghpages/-/docpad-plugin-ghpages-2.4.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/docpad-plugin-ghpages/download/docpad-plugin-ghpages-2.4.3.tgz"},"_from":".","_npmVersion":"1.3.24","_npmUser":{"name":"balupton","email":"b@lupton.cc"},"directories":{},"publish_time":1390571180549,"_cnpm_publish_time":1390571180549,"_hasShrinkwrap":false},"2.4.2":{"name":"docpad-plugin-ghpages","version":"2.4.2","description":"Deploy to Github Pages easily via `docpad deploy-ghpages`","homepage":"http://docpad.org/plugin/ghpages","license":{"type":"MIT"},"badges":{"travis":true,"npm":true,"david":true,"daviddev":true,"gittip":"docpad","flattr":"344188/balupton-on-Flattr","paypal":"QB8GQPZAH84N6","bitcoin":"https://coinbase.com/checkouts/9ef59f5479eec1d97d63382c9ebcb93a"},"keywords":["docpad","docpad-plugin","docpad-deployer","github","github-pages","ghpages"],"author":{"name":"2013+ Bevry Pty Ltd","email":"us@bevry.me","url":"http://bevry.me"},"maintainers":[{"name":"balupton","email":"b@lupton.cc"},{"name":"robloach","email":"robloach@gmail.com"},{"name":"stormpooper","email":"danny@stormpoopersmith.com"}],"contributors":[{"name":"Avi Deitcher","url":"https://github.com/deitch"},{"name":"Benjamin Lupton","email":"b@lupton.cc","url":"https://github.com/balupton"},{"name":"KyleAMathews","url":"https://github.com/KyleAMathews"},{"name":"Sergey Lukin","email":"contact@sergeylukin.com","url":"https://github.com/sergeylukin"}],"bugs":{"url":"https://github.com/docpad/docpad-plugin-ghpages/issues"},"repository":{"type":"git","url":"https://github.com/docpad/docpad-plugin-ghpages.git"},"engines":{"node":">=0.8"},"peerDependencies":{"docpad":"6"},"dependencies":{"safeps":"~2.2.11","rimraf":"~2.2.5","taskgroup":"~3.3.6","safefs":"~3.1.0"},"devDependencies":{"coffee-script":"~1.6.2","chai":"~1.8.1","projectz":"~0.3.9","docpad":"6"},"main":"./out/ghpages.plugin.js","scripts":{"test":"node ./out/ghpages.test.js"},"readmeFilename":"README.md","_id":"docpad-plugin-ghpages@2.4.2","dist":{"shasum":"a6c623b0fbb6457144f180233b9deb9fda325ca7","size":6011,"noattachment":false,"key":"/docpad-plugin-ghpages/-/docpad-plugin-ghpages-2.4.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/docpad-plugin-ghpages/download/docpad-plugin-ghpages-2.4.2.tgz"},"_from":".","_npmVersion":"1.3.22","_npmUser":{"name":"balupton","email":"b@lupton.cc"},"directories":{},"publish_time":1389329478911,"_cnpm_publish_time":1389329478911,"_hasShrinkwrap":false},"2.4.1":{"name":"docpad-plugin-ghpages","version":"2.4.1","description":"Deploy to Github Pages easily via `docpad deploy-ghpages`","homepage":"http://docpad.org/plugin/ghpages","license":{"type":"MIT"},"badges":{"travis":true,"npm":true,"gittip":"docpad","flattr":"344188/balupton-on-Flattr","paypal":"QB8GQPZAH84N6"},"keywords":["docpad","docpad-plugin","docpad-deployer","github","github-pages","ghpages"],"author":{"name":"2013+ Bevry Pty Ltd","email":"us@bevry.me","url":"http://bevry.me"},"maintainers":[{"name":"balupton","email":"b@lupton.cc"},{"name":"robloach","email":"robloach@gmail.com"},{"name":"stormpooper","email":"danny@stormpoopersmith.com"}],"contributors":[{"name":"Avi Deitcher","url":"https://github.com/deitch"},{"name":"Benjamin Lupton","email":"b@lupton.cc","url":"https://github.com/balupton"},{"name":"KyleAMathews","url":"https://github.com/KyleAMathews"},{"name":"Sergey Lukin","email":"contact@sergeylukin.com","url":"https://github.com/sergeylukin"}],"bugs":{"url":"https://github.com/docpad/docpad-plugin-ghpages/issues"},"repository":{"type":"git","url":"https://github.com/docpad/docpad-plugin-ghpages.git"},"engines":{"node":">=0.8"},"peerDependencies":{"docpad":"6"},"dependencies":{"safeps":"~2.2.8","rimraf":"~2.2.2"},"devDependencies":{"coffee-script":"~1.6.2","chai":"~1.8.1","projectz":"~0.3.0"},"main":"./out/ghpages.plugin.js","scripts":{"test":"node ./out/ghpages.test.js"},"readmeFilename":"README.md","_id":"docpad-plugin-ghpages@2.4.1","dist":{"shasum":"44f602ce21d3e73df31bc3cd54389641431d91c3","size":6151,"noattachment":false,"key":"/docpad-plugin-ghpages/-/docpad-plugin-ghpages-2.4.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/docpad-plugin-ghpages/download/docpad-plugin-ghpages-2.4.1.tgz"},"_from":".","_npmVersion":"1.3.17","_npmUser":{"name":"balupton","email":"b@lupton.cc"},"directories":{},"publish_time":1386890066640,"_cnpm_publish_time":1386890066640,"_hasShrinkwrap":false},"2.4.0":{"name":"docpad-plugin-ghpages","version":"2.4.0","description":"Deploy to Github Pages easily via `docpad deploy-ghpages`","homepage":"http://docpad.org/plugin/ghpages","keywords":["docpad","docpad-plugin","docpad-deployer","github","github-pages","ghpages"],"author":{"name":"Bevry Pty Ltd","email":"us@bevry.me","url":"http://bevry.me"},"maintainers":[{"name":"balupton","email":"b@lupton.cc"},{"name":"robloach","email":"robloach@gmail.com"},{"name":"stormpooper","email":"danny@stormpoopersmith.com"}],"contributors":[{"name":"Benjamin Lupton","email":"b@lupton.cc","url":"https://github.com/balupton"},{"name":"Avi Deitcher","url":"https://github.com/deitch"},{"name":"Sergey Lukin","email":"contact@sergeylukin.com","url":"https://github.com/sergeylukin"}],"bugs":{"url":"http://docpad.org/plugin/ghpages/issues"},"repository":{"type":"git","url":"https://github.com/docpad/docpad-plugin-ghpages.git"},"engines":{"node":">=0.8"},"peerDependencies":{"docpad":"6"},"dependencies":{"safeps":"~2.2.8","rimraf":"~2.2.2"},"devDependencies":{"coffee-script":"~1.6.2","docpad":">=6.37 <7","chai":"~1.7.2"},"main":"./out/ghpages.plugin.js","scripts":{"test":"node ./out/ghpages.test.js"},"readmeFilename":"README.md","_id":"docpad-plugin-ghpages@2.4.0","dist":{"shasum":"1d8a6080e08bf6d9ba9d0ad11355c102bbe12054","size":4955,"noattachment":false,"key":"/docpad-plugin-ghpages/-/docpad-plugin-ghpages-2.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/docpad-plugin-ghpages/download/docpad-plugin-ghpages-2.4.0.tgz"},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"balupton","email":"b@lupton.cc"},"directories":{},"publish_time":1379404710868,"_cnpm_publish_time":1379404710868,"_hasShrinkwrap":false},"2.3.0":{"name":"docpad-plugin-ghpages","version":"2.3.0","description":"Deploy to Github Pages easily via `docpad deploy-ghpages`","homepage":"http://docpad.org/plugin/ghpages","keywords":["docpad","docpad-plugin","docpad-deployer","github","github-pages","ghpages"],"author":{"name":"Bevry Pty Ltd","email":"us@bevry.me","url":"http://bevry.me"},"maintainers":[{"name":"balupton","email":"b@lupton.cc"},{"name":"robloach","email":"robloach@gmail.com"},{"name":"stormpooper","email":"danny@stormpoopersmith.com"}],"contributors":[{"name":"Benjamin Lupton","email":"b@lupton.cc","url":"https://github.com/balupton"},{"name":"Avi Deitcher","url":"https://github.com/deitch"},{"name":"Sergey Lukin","email":"contact@sergeylukin.com","url":"https://github.com/sergeylukin"}],"bugs":{"url":"http://docpad.org/plugin/ghpages/issues"},"repository":{"type":"git","url":"https://github.com/docpad/docpad-plugin-ghpages.git"},"engines":{"node":">=0.4","docpad":">=6.24 <7"},"dependencies":{"bal-util":"~2.3.0","safeps":"~2.2.1"},"devDependencies":{"coffee-script":"~1.6.2","docpad":">=6.37 <7"},"main":"./out/ghpages.plugin.js","readmeFilename":"README.md","_id":"docpad-plugin-ghpages@2.3.0","dist":{"shasum":"d6e76c7011fa7aa1c60fc24413a20fa84d480d4c","size":4289,"noattachment":false,"key":"/docpad-plugin-ghpages/-/docpad-plugin-ghpages-2.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/docpad-plugin-ghpages/download/docpad-plugin-ghpages-2.3.0.tgz"},"_from":".","_npmVersion":"1.3.5","_npmUser":{"name":"balupton","email":"b@lupton.cc"},"directories":{},"publish_time":1375050533109,"_cnpm_publish_time":1375050533109,"_hasShrinkwrap":false},"2.2.0":{"name":"docpad-plugin-ghpages","version":"2.2.0","description":"Deploy to Github Pages easily via `docpad deploy-ghpages`","homepage":"http://docpad.org/plugin/ghpages","keywords":["docpad","docpad-plugin","docpad-deployer","github","github-pages","ghpages"],"author":{"name":"Bevry Pty Ltd","email":"us@bevry.me","url":"http://bevry.me"},"maintainers":[{"name":"balupton","email":"b@lupton.cc"},{"name":"robloach","email":"robloach@gmail.com"},{"name":"stormpooper","email":"danny@stormpoopersmith.com"}],"contributors":[{"name":"Benjamin Lupton","email":"b@lupton.cc","url":"https://github.com/balupton"},{"name":"Avi Deitcher","url":"https://github.com/deitch"},{"name":"Sergey Lukin","email":"contact@sergeylukin.com","url":"https://github.com/sergeylukin"}],"bugs":{"url":"http://docpad.org/plugin/ghpages/issues"},"repository":{"type":"git","url":"https://github.com/docpad/docpad-plugin-ghpages.git"},"engines":{"node":">=0.4","docpad":">=6.24 <7"},"dependencies":{"bal-util":"~2.2.0","safeps":"~2.2.1"},"devDependencies":{"coffee-script":"~1.6.2","docpad":">=6.37 <7"},"main":"./out/ghpages.plugin.js","readmeFilename":"README.md","_id":"docpad-plugin-ghpages@2.2.0","dist":{"shasum":"3c742c7dd4fad6156a593154c65d46086da28639","size":4282,"noattachment":false,"key":"/docpad-plugin-ghpages/-/docpad-plugin-ghpages-2.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/docpad-plugin-ghpages/download/docpad-plugin-ghpages-2.2.0.tgz"},"_from":".","_npmVersion":"1.2.18","_npmUser":{"name":"balupton","email":"b@lupton.cc"},"directories":{},"publish_time":1373264805495,"_cnpm_publish_time":1373264805495,"_hasShrinkwrap":false},"2.1.2":{"name":"docpad-plugin-ghpages","version":"2.1.2","description":"Deploy to Github Pages easily via `docpad deploy-ghpages`","homepage":"http://docpad.org/plugin/ghpages","keywords":["docpad","docpad-plugin","docpad-deployer","github","github-pages","ghpages"],"author":{"name":"Bevry Pty Ltd","email":"us@bevry.me","url":"http://bevry.me"},"maintainers":[{"name":"balupton","email":"b@lupton.cc"},{"name":"robloach","email":"robloach@gmail.com"},{"name":"stormpooper","email":"danny@stormpoopersmith.com"}],"contributors":[{"name":"Benjamin Lupton","email":"b@lupton.cc","url":"https://github.com/balupton"},{"name":"Avi Deitcher","url":"https://github.com/deitch"},{"name":"Sergey Lukin","email":"contact@sergeylukin.com","url":"https://github.com/sergeylukin"}],"bugs":{"url":"http://docpad.org/plugin/ghpages/issues"},"repository":{"type":"git","url":"https://github.com/docpad/docpad-plugin-ghpages.git"},"engines":{"node":">=0.4","docpad":">=6.24 <7"},"dependencies":{"bal-util":"~2.2.0","safeps":"~2.2.1"},"devDependencies":{"coffee-script":"~1.6.2","docpad":">=6.37 <7"},"main":"./out/ghpages.plugin.js","readmeFilename":"README.md","_id":"docpad-plugin-ghpages@2.1.2","dist":{"shasum":"c0ba355b2c8666e94260057648ed48bc95a8fa67","size":3472,"noattachment":false,"key":"/docpad-plugin-ghpages/-/docpad-plugin-ghpages-2.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/docpad-plugin-ghpages/download/docpad-plugin-ghpages-2.1.2.tgz"},"_from":".","_npmVersion":"1.2.18","_npmUser":{"name":"balupton","email":"b@lupton.cc"},"directories":{},"publish_time":1372442940504,"_cnpm_publish_time":1372442940504,"_hasShrinkwrap":false},"2.1.0":{"name":"docpad-plugin-ghpages","version":"2.1.0","description":"Deploy to Github Pages easily via `docpad deploy-ghpages`","homepage":"http://docpad.org/plugin/ghpages","keywords":["docpad","docpad-plugin","docpad-deployer","github","github-pages","ghpages"],"author":{"name":"Bevry Pty Ltd","email":"us@bevry.me","url":"http://bevry.me"},"maintainers":[{"name":"balupton","email":"b@lupton.cc"},{"name":"robloach","email":"robloach@gmail.com"},{"name":"stormpooper","email":"danny@stormpoopersmith.com"}],"contributors":[{"name":"Benjamin Lupton","email":"b@lupton.cc","url":"https://github.com/balupton"},{"name":"Avi Deitcher","url":"https://github.com/deitch"},{"name":"Sergey Lukin","email":"contact@sergeylukin.com","url":"https://github.com/sergeylukin"}],"bugs":{"url":"http://docpad.org/plugin/ghpages/issues"},"repository":{"type":"git","url":"https://github.com/docpad/docpad-plugin-ghpages.git"},"engines":{"node":">=0.4","docpad":">=6.24 <7"},"dependencies":{"bal-util":"~2.2.0","safeps":"~2.2.1"},"devDependencies":{"coffee-script":"~1.6.2","docpad":">=6.37 <7"},"main":"./out/ghpages.plugin.js","readmeFilename":"README.md","_id":"docpad-plugin-ghpages@2.1.0","dist":{"shasum":"9f51a13ccd351fdf933ef4e07465f440c9dddfae","size":2322,"noattachment":false,"key":"/docpad-plugin-ghpages/-/docpad-plugin-ghpages-2.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/docpad-plugin-ghpages/download/docpad-plugin-ghpages-2.1.0.tgz"},"_from":".","_npmVersion":"1.2.32","_npmUser":{"name":"balupton","email":"b@lupton.cc"},"directories":{},"publish_time":1372078845846,"_cnpm_publish_time":1372078845846,"_hasShrinkwrap":false},"2.0.3":{"name":"docpad-plugin-ghpages","version":"2.0.3","description":"Deploy to Github Pages easily via `docpad deploy-ghpages`","homepage":"http://docpad.org/plugin/ghpages","keywords":["docpad","docpad-plugin","docpad-deployer","github","github-pages","ghpages"],"author":{"name":"Bevry Pty Ltd","email":"us@bevry.me","url":"http://bevry.me"},"maintainers":[{"name":"balupton","email":"b@lupton.cc"},{"name":"robloach","email":"robloach@gmail.com"},{"name":"stormpooper","email":"danny@stormpoopersmith.com"}],"contributors":[{"name":"Benjamin Lupton","email":"b@lupton.cc","url":"https://github.com/balupton"},{"name":"Avi Deitcher","url":"https://github.com/deitch"},{"name":"Sergey Lukin","email":"contact@sergeylukin.com","url":"https://github.com/sergeylukin"}],"bugs":{"url":"http://docpad.org/plugin/ghpages/issues"},"repository":{"type":"git","url":"https://github.com/docpad/docpad-plugin-ghpages.git"},"engines":{"node":">=0.4","docpad":">=6.24 <7"},"dependencies":{"bal-util":"~2.1.0"},"devDependencies":{"coffee-script":"~1.6.2","docpad":">=6.37 <7"},"main":"./out/ghpages.plugin.js","readmeFilename":"README.md","_id":"docpad-plugin-ghpages@2.0.3","dist":{"shasum":"0a50c077378ad2f8b55453908478630702b5ea1c","size":3457,"noattachment":false,"key":"/docpad-plugin-ghpages/-/docpad-plugin-ghpages-2.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/docpad-plugin-ghpages/download/docpad-plugin-ghpages-2.0.3.tgz"},"_from":".","_npmVersion":"1.2.25","_npmUser":{"name":"balupton","email":"b@lupton.cc"},"directories":{},"publish_time":1371174194389,"_cnpm_publish_time":1371174194389,"_hasShrinkwrap":false},"2.0.2":{"name":"docpad-plugin-ghpages","version":"2.0.2","description":"Deploy to Github Pages easily via `docpad deploy-ghpages`","homepage":"http://docpad.org/plugin/ghpages","keywords":["docpad","docpad-plugin","docpad-deployer","github","github-pages","ghpages"],"author":{"name":"Bevry Pty Ltd","email":"us@bevry.me","url":"http://bevry.me"},"maintainers":[{"name":"balupton","email":"b@lupton.cc"},{"name":"robloach","email":"robloach@gmail.com"},{"name":"stormpooper","email":"danny@stormpoopersmith.com"}],"contributors":[{"name":"Benjamin Lupton","email":"b@lupton.cc","url":"https://github.com/balupton"},{"name":"Avi Deitcher","url":"https://github.com/deitch"},{"name":"Sergey Lukin","email":"contact@sergeylukin.com","url":"https://github.com/sergeylukin"}],"bugs":{"url":"http://docpad.org/plugin/ghpages/issues"},"repository":{"type":"git","url":"https://github.com/docpad/docpad-plugin-ghpages.git"},"engines":{"node":">=0.4","docpad":">=6.24 <7"},"dependencies":{"bal-util":"~2.0.2"},"devDependencies":{"coffee-script":"~1.6.2"},"main":"./out/ghpages.plugin.js","readmeFilename":"README.md","_id":"docpad-plugin-ghpages@2.0.2","dist":{"shasum":"8221f0dcdb69ab6e9eb4c7eb1b02f43f36cb0131","size":2067,"noattachment":false,"key":"/docpad-plugin-ghpages/-/docpad-plugin-ghpages-2.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/docpad-plugin-ghpages/download/docpad-plugin-ghpages-2.0.2.tgz"},"_from":".","_npmVersion":"1.2.15","_npmUser":{"name":"balupton","email":"b@lupton.cc"},"directories":{},"publish_time":1365157111622,"_cnpm_publish_time":1365157111622,"_hasShrinkwrap":false},"2.0.1":{"name":"docpad-plugin-ghpages","version":"2.0.1","description":"Deploy to Github Pages easily via `docpad deploy-ghpages`","homepage":"http://docpad.org/plugin/ghpages","keywords":["docpad","docpad-plugin","docpad-deployer","github","github-pages","ghpages"],"author":{"name":"Bevry Pty Ltd","email":"us@bevry.me","url":"http://bevry.me"},"maintainers":[{"name":"balupton","email":"b@lupton.cc"},{"name":"robloach","email":"robloach@gmail.com"},{"name":"stormpooper","email":"danny@stormpoopersmith.com"}],"contributors":[{"name":"Benjamin Lupton","email":"b@lupton.cc","url":"https://github.com/balupton"},{"name":"Avi Deitcher","url":"https://github.com/deitch"},{"name":"Sergey Lukin","email":"contact@sergeylukin.com","url":"https://github.com/sergeylukin"}],"bugs":{"url":"http://docpad.org/plugin/ghpages/issues"},"repository":{"type":"git","url":"https://github.com/docpad/docpad-plugin-ghpages.git"},"engines":{"node":">=0.4","docpad":">=6.24 <7"},"dependencies":{"bal-util":"~1.18.0"},"devDependencies":{"coffee-script":"~1.6.2"},"main":"./out/ghpages.plugin.js","readmeFilename":"README.md","_id":"docpad-plugin-ghpages@2.0.1","dist":{"shasum":"68b35f609c93110305c7a9b978676584e5076f32","size":2085,"noattachment":false,"key":"/docpad-plugin-ghpages/-/docpad-plugin-ghpages-2.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/docpad-plugin-ghpages/download/docpad-plugin-ghpages-2.0.1.tgz"},"_from":".","_npmVersion":"1.2.15","_npmUser":{"name":"balupton","email":"b@lupton.cc"},"directories":{},"publish_time":1364804646901,"_cnpm_publish_time":1364804646901,"_hasShrinkwrap":false},"2.0.0":{"name":"docpad-plugin-ghpages","version":"2.0.0","description":"Deploy to Github Pages easily via `docpad deploy-ghpages`","homepage":"http://docpad.org/plugin/ghpages","keywords":["docpad","docpad-plugin","docpad-deployer","github","github-pages","ghpages"],"author":{"name":"Bevry Pty Ltd","email":"us@bevry.me","url":"http://bevry.me"},"maintainers":[{"name":"balupton","email":"b@lupton.cc"},{"name":"robloach","email":"robloach@gmail.com"},{"name":"stormpooper","email":"danny@stormpoopersmith.com"}],"contributors":[{"name":"Benjamin Lupton","email":"b@lupton.cc","url":"https://github.com/balupton"},{"name":"Avi Deitcher","url":"https://github.com/deitch"},{"name":"Sergey Lukin","email":"contact@sergeylukin.com","url":"https://github.com/sergeylukin"}],"bugs":{"url":"http://docpad.org/plugin/ghpages/issues"},"repository":{"type":"git","url":"https://github.com/docpad/docpad-plugin-ghpages.git"},"engines":{"node":">=0.4","docpad":">=6.24 <7"},"dependencies":{"bal-util":"~1.16.8"},"devDependencies":{"coffee-script":"~1.4.0"},"main":"./out/ghpages.plugin.js","readmeFilename":"README.md","_id":"docpad-plugin-ghpages@2.0.0","dist":{"shasum":"77a1bc378f2b11b72e8263893309387511624265","size":3172,"noattachment":false,"key":"/docpad-plugin-ghpages/-/docpad-plugin-ghpages-2.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/docpad-plugin-ghpages/download/docpad-plugin-ghpages-2.0.0.tgz"},"_from":".","_npmVersion":"1.2.2","_npmUser":{"name":"balupton","email":"b@lupton.cc"},"directories":{},"publish_time":1362576519918,"_cnpm_publish_time":1362576519918,"_hasShrinkwrap":false}},"readme":"# [GitHub Pages](http://pages.github.com/) Deployer Plugin for [DocPad](http://docpad.org)\n\n<!-- BADGES/ -->\n\n<span class=\"badge-travisci\"><a href=\"http://travis-ci.com/docpad/docpad-plugin-ghpages\" title=\"Check this project's build status on TravisCI\"><img src=\"https://img.shields.io/travis/com/docpad/docpad-plugin-ghpages/master.svg\" alt=\"Travis CI Build Status\" /></a></span>\n<span class=\"badge-npmversion\"><a href=\"https://npmjs.org/package/docpad-plugin-ghpages\" title=\"View this project on NPM\"><img src=\"https://img.shields.io/npm/v/docpad-plugin-ghpages.svg\" alt=\"NPM version\" /></a></span>\n<span class=\"badge-npmdownloads\"><a href=\"https://npmjs.org/package/docpad-plugin-ghpages\" title=\"View this project on NPM\"><img src=\"https://img.shields.io/npm/dm/docpad-plugin-ghpages.svg\" alt=\"NPM downloads\" /></a></span>\n<span class=\"badge-daviddm\"><a href=\"https://david-dm.org/docpad/docpad-plugin-ghpages\" title=\"View the status of this project's dependencies on DavidDM\"><img src=\"https://img.shields.io/david/docpad/docpad-plugin-ghpages.svg\" alt=\"Dependency Status\" /></a></span>\n<span class=\"badge-daviddmdev\"><a href=\"https://david-dm.org/docpad/docpad-plugin-ghpages#info=devDependencies\" title=\"View the status of this project's development dependencies on DavidDM\"><img src=\"https://img.shields.io/david/dev/docpad/docpad-plugin-ghpages.svg\" alt=\"Dev Dependency Status\" /></a></span>\n<br class=\"badge-separator\" />\n<span class=\"badge-githubsponsors\"><a href=\"https://github.com/sponsors/balupton\" title=\"Donate to this project using GitHub Sponsors\"><img src=\"https://img.shields.io/badge/github-donate-yellow.svg\" alt=\"GitHub Sponsors donate button\" /></a></span>\n<span class=\"badge-patreon\"><a href=\"https://patreon.com/bevry\" title=\"Donate to this project using Patreon\"><img src=\"https://img.shields.io/badge/patreon-donate-yellow.svg\" alt=\"Patreon donate button\" /></a></span>\n<span class=\"badge-flattr\"><a href=\"https://flattr.com/profile/balupton\" title=\"Donate to this project using Flattr\"><img src=\"https://img.shields.io/badge/flattr-donate-yellow.svg\" alt=\"Flattr donate button\" /></a></span>\n<span class=\"badge-liberapay\"><a href=\"https://liberapay.com/bevry\" title=\"Donate to this project using Liberapay\"><img src=\"https://img.shields.io/badge/liberapay-donate-yellow.svg\" alt=\"Liberapay donate button\" /></a></span>\n<span class=\"badge-buymeacoffee\"><a href=\"https://buymeacoffee.com/balupton\" title=\"Donate to this project using Buy Me A Coffee\"><img src=\"https://img.shields.io/badge/buy%20me%20a%20coffee-donate-yellow.svg\" alt=\"Buy Me A Coffee donate button\" /></a></span>\n<span class=\"badge-opencollective\"><a href=\"https://opencollective.com/bevry\" title=\"Donate to this project using Open Collective\"><img src=\"https://img.shields.io/badge/open%20collective-donate-yellow.svg\" alt=\"Open Collective donate button\" /></a></span>\n<span class=\"badge-crypto\"><a href=\"https://bevry.me/crypto\" title=\"Donate to this project using Cryptocurrency\"><img src=\"https://img.shields.io/badge/crypto-donate-yellow.svg\" alt=\"crypto donate button\" /></a></span>\n<span class=\"badge-paypal\"><a href=\"https://bevry.me/paypal\" title=\"Donate to this project using Paypal\"><img src=\"https://img.shields.io/badge/paypal-donate-yellow.svg\" alt=\"PayPal donate button\" /></a></span>\n<span class=\"badge-wishlist\"><a href=\"https://bevry.me/wishlist\" title=\"Buy an item on our wishlist for us\"><img src=\"https://img.shields.io/badge/wishlist-donate-yellow.svg\" alt=\"Wishlist browse button\" /></a></span>\n\n<!-- /BADGES -->\n\n\nDeploy to Github Pages easily via `docpad deploy-ghpages`\n\n\n\n\n\n## Usage\n\n### Project Pages\nThis plugin works with GitHub Pages for Projects (e.g. `http://username.github.io/project` via `gh-pages` branch on `https://github.com/username/project`) with no configuration or setup required.\n\nSimply run `docpad deploy-ghpages --env static` to deploy the contents of your `out` directory directly to your repository's `gh-pages` branch.\n\n\n### Profile/Organisation Pages\nThis plugin also works with GitHub Pages for Profiles and Organisations (e.g. `http://username.github.io` via `master` branch on `https://github.com/username/username.github.io`) via any of the following options:\n\n#### Two Repositories\nSetup one repository called `username.github.io` which will be your target repository, and one called `website` which will be your source repository.\n\nInside your `website` repository, add the following to your [docpad configuration file](http://docpad.org/docs/config):\n\n``` coffee\nplugins:\n\tghpages:\n\t\tdeployRemote: 'target'\n\t\tdeployBranch: 'master'\n```\n\nAnd run the following in terminal:\n\n```\ngit remote add target https://github.com/username/username.github.io.git\n```\n\nThen when you run `docpad deploy-ghpages --env static` inside your website repository, the generated `out` directory will be pushed up to your target repository's `master` branch.\n\n\n#### Multiple Branches\nIf you would like to have your source and generated site on the same repository, you can do this by the following.\n\nMove the source of your website to the branch `source`, and the following to your [docpad configuration file](http://docpad.org/docs/config):\n\n``` coffee\nplugins:\n\tghpages:\n\t\tdeployRemote: 'origin'\n\t\tdeployBranch: 'master'\n```\n\nThen when you run `docpad deploy-ghpages --env static` inside your website repository's `source` branch, the generated `out` directory will be pushed up to same repository's `master` branch.\n\n\n#### Polluting the Root Directory\nThe final option is to not use this plugin and have the `out` directory be your website's root directory, so instead of say `your-website/src/documents/index.html` being outputted to `your-website/out/index.html`, instead it will be outputted to `you-website/index.html`. This is the way Jekyll works, however we don't recommend it as it is very messy and commits the out files into your repository.\n\nTo do this, add the following to your [docpad configuration file](http://docpad.org/docs/config):\n\n``` coffee\noutPath: '.'\n```\n\n### Custom Domains\nIf you're using [GitHub Pages Custom Domains](https://help.github.com/articles/setting-up-a-custom-domain-with-pages):\n\n- Place your `CNAME` file at `src/files/CNAME` so it gets copied over to `out/CNAME` upon generation and consequently to the root of the `gh-pages` branch upon deployment\n- Use a DocPad version 6.48.1 or higher\n\n\n### Debugging\nDepending on circumstances, the github pages plugin might not work and you'll see an error. You can debug this by running the deploy with the `-d` flag like so `docpad deploy-ghpages -d`. That will tell you at which step the deploy failed.\n\n- If the deploy fails fetching the origin remote, it means that you do not have the remote \"origin\", you will need to add it, or update the `deployRemote` setting to reflect your desired remote.\n\n- If the deploy fails on the push to github pages, you may need to specify your username and password within the remote. You can do this by running:\n\n\t``` bash\n\tnode -e \"console.log('https://'+encodeURI('USERNAME')+':'+encodeURI('PASSWORD')+'@github.com/REPO_OWNER/REPO_NAME.git')\"\n\t```\n\n\tReplace the words in capitals with their actual values and press enter. This will then output the new remote URL, you then want to copy it and run `git remote rm origin` and `git remote add origin THE_NEW_URL` and try the deploy again.\n\n\tOn OSX you may be able to avoid this step by running `git config --global credential.helper osxkeychain` to tell git to save the passwords to the OSX keychain rather than asking for them every single time.\n\n- If you get EPERM or unlink errors, it means that DocPad does not have permission to clean up the git directory that it creates in the out folder. You must clean this up manually yourself by running `rm -Rf ./out/.git`\n\n\n\n\n\n<!-- INSTALL/ -->\n\n<h2>Install</h2>\n\nInstall this DocPad plugin by entering <code>docpad install ghpages</code> into your terminal.\n\n<!-- /INSTALL -->\n\n\n<!-- HISTORY/ -->\n\n<h2>History</h2>\n\n<a href=\"https://github.com/docpad/docpad-plugin-ghpages/blob/master/HISTORY.md#files\">Discover the release history by heading on over to the <code>HISTORY.md</code> file.</a>\n\n<!-- /HISTORY -->\n\n\n<!-- CONTRIBUTE/ -->\n\n<h2>Contribute</h2>\n\n<a href=\"https://github.com/docpad/docpad-plugin-ghpages/blob/master/CONTRIBUTING.md#files\">Discover how you can contribute by heading on over to the <code>CONTRIBUTING.md</code> file.</a>\n\n<!-- /CONTRIBUTE -->\n\n\n<!-- BACKERS/ -->\n\n<h2>Backers</h2>\n\n<h3>Maintainers</h3>\n\nThese amazing people are maintaining this project:\n\n<ul><li><a href=\"https://github.com/deitch\">Avi Deitcher</a> — <a href=\"https://github.com/docpad/docpad-plugin-ghpages/commits?author=deitch\" title=\"View the GitHub contributions of Avi Deitcher on repository docpad/docpad-plugin-ghpages\">view contributions</a></li>\n<li><a href=\"https://github.com/balupton\">Benjamin Lupton</a> — <a href=\"https://github.com/docpad/docpad-plugin-ghpages/commits?author=balupton\" title=\"View the GitHub contributions of Benjamin Lupton on repository docpad/docpad-plugin-ghpages\">view contributions</a></li>\n<li><a href=\"https://github.com/sergeylukin\">Sergey Lukin</a> — <a href=\"https://github.com/docpad/docpad-plugin-ghpages/commits?author=sergeylukin\" title=\"View the GitHub contributions of Sergey Lukin on repository docpad/docpad-plugin-ghpages\">view contributions</a></li></ul>\n\n<h3>Sponsors</h3>\n\nNo sponsors yet! Will you be the first?\n\n<span class=\"badge-githubsponsors\"><a href=\"https://github.com/sponsors/balupton\" title=\"Donate to this project using GitHub Sponsors\"><img src=\"https://img.shields.io/badge/github-donate-yellow.svg\" alt=\"GitHub Sponsors donate button\" /></a></span>\n<span class=\"badge-patreon\"><a href=\"https://patreon.com/bevry\" title=\"Donate to this project using Patreon\"><img src=\"https://img.shields.io/badge/patreon-donate-yellow.svg\" alt=\"Patreon donate button\" /></a></span>\n<span class=\"badge-flattr\"><a href=\"https://flattr.com/profile/balupton\" title=\"Donate to this project using Flattr\"><img src=\"https://img.shields.io/badge/flattr-donate-yellow.svg\" alt=\"Flattr donate button\" /></a></span>\n<span class=\"badge-liberapay\"><a href=\"https://liberapay.com/bevry\" title=\"Donate to this project using Liberapay\"><img src=\"https://img.shields.io/badge/liberapay-donate-yellow.svg\" alt=\"Liberapay donate button\" /></a></span>\n<span class=\"badge-buymeacoffee\"><a href=\"https://buymeacoffee.com/balupton\" title=\"Donate to this project using Buy Me A Coffee\"><img src=\"https://img.shields.io/badge/buy%20me%20a%20coffee-donate-yellow.svg\" alt=\"Buy Me A Coffee donate button\" /></a></span>\n<span class=\"badge-opencollective\"><a href=\"https://opencollective.com/bevry\" title=\"Donate to this project using Open Collective\"><img src=\"https://img.shields.io/badge/open%20collective-donate-yellow.svg\" alt=\"Open Collective donate button\" /></a></span>\n<span class=\"badge-crypto\"><a href=\"https://bevry.me/crypto\" title=\"Donate to this project using Cryptocurrency\"><img src=\"https://img.shields.io/badge/crypto-donate-yellow.svg\" alt=\"crypto donate button\" /></a></span>\n<span class=\"badge-paypal\"><a href=\"https://bevry.me/paypal\" title=\"Donate to this project using Paypal\"><img src=\"https://img.shields.io/badge/paypal-donate-yellow.svg\" alt=\"PayPal donate button\" /></a></span>\n<span class=\"badge-wishlist\"><a href=\"https://bevry.me/wishlist\" title=\"Buy an item on our wishlist for us\"><img src=\"https://img.shields.io/badge/wishlist-donate-yellow.svg\" alt=\"Wishlist browse button\" /></a></span>\n\n<h3>Contributors</h3>\n\nThese amazing people have contributed code to this project:\n\n<ul><li><a href=\"https://github.com/deitch\">Avi Deitcher</a> — <a href=\"https://github.com/docpad/docpad-plugin-ghpages/commits?author=deitch\" title=\"View the GitHub contributions of Avi Deitcher on repository docpad/docpad-plugin-ghpages\">view contributions</a></li>\n<li><a href=\"https://github.com/balupton\">Benjamin Lupton</a> — <a href=\"https://github.com/docpad/docpad-plugin-ghpages/commits?author=balupton\" title=\"View the GitHub contributions of Benjamin Lupton on repository docpad/docpad-plugin-ghpages\">view contributions</a></li>\n<li><a href=\"https://github.com/KyleAMathews\">Kyle Mathews</a> — <a href=\"https://github.com/docpad/docpad-plugin-ghpages/commits?author=KyleAMathews\" title=\"View the GitHub contributions of Kyle Mathews on repository docpad/docpad-plugin-ghpages\">view contributions</a></li>\n<li><a href=\"https://github.com/RobLoach\">Rob Loach</a> — <a href=\"https://github.com/docpad/docpad-plugin-ghpages/commits?author=RobLoach\" title=\"View the GitHub contributions of Rob Loach on repository docpad/docpad-plugin-ghpages\">view contributions</a></li>\n<li><a href=\"https://github.com/sergeylukin\">Sergey Lukin</a> — <a href=\"https://github.com/docpad/docpad-plugin-ghpages/commits?author=sergeylukin\" title=\"View the GitHub contributions of Sergey Lukin on repository docpad/docpad-plugin-ghpages\">view contributions</a></li>\n<li><a href=\"https://github.com/vsopvsop\">vsopvsop</a> — <a href=\"https://github.com/docpad/docpad-plugin-ghpages/commits?author=vsopvsop\" title=\"View the GitHub contributions of vsopvsop on repository docpad/docpad-plugin-ghpages\">view contributions</a></li>\n<li><a href=\"https://github.com/Aglezabad\">Ángel González</a> — <a href=\"https://github.com/docpad/docpad-plugin-ghpages/commits?author=Aglezabad\" title=\"View the GitHub contributions of Ángel González on repository docpad/docpad-plugin-ghpages\">view contributions</a></li></ul>\n\n<a href=\"https://github.com/docpad/docpad-plugin-ghpages/blob/master/CONTRIBUTING.md#files\">Discover how you can contribute by heading on over to the <code>CONTRIBUTING.md</code> file.</a>\n\n<!-- /BACKERS -->\n\n\n<!-- LICENSE/ -->\n\n<h2>License</h2>\n\nUnless stated otherwise all works are:\n\n<ul><li>Copyright &copy; 2013+ <a href=\"http://bevry.me\">Bevry Pty Ltd</a></li></ul>\n\nand licensed under:\n\n<ul><li><a href=\"http://spdx.org/licenses/MIT.html\">MIT License</a></li></ul>\n\n<!-- /LICENSE -->\n","_attachments":{},"homepage":"https://github.com/docpad/docpad-plugin-ghpages","bugs":{"url":"https://github.com/docpad/docpad-plugin-ghpages/issues"},"license":"MIT"}