{"_id":"docpad-plugin-raw","_rev":"224453","name":"docpad-plugin-raw","description":"DocPad plugin that copies /raw directory to /out","dist-tags":{"latest":"2.9.0"},"maintainers":[{"name":"balupton","email":"b@lupton.cc"},{"name":"hypercubed","email":"hypercubed@gmail.com"},{"name":"robloach","email":"robloach@gmail.com"},{"name":"stormpooper","email":"danny@stormpoopersmith.com"}],"time":{"modified":"2021-06-03T15:41:52.000Z","created":"2013-05-15T02:23:01.334Z","2.9.0":"2020-09-08T11:55:15.355Z","2.8.0":"2020-09-08T09:27:26.610Z","2.7.0":"2020-08-06T00:07:03.581Z","2.6.0":"2018-07-11T07:44:33.686Z","2.5.1":"2017-04-20T09:59:04.291Z","2.4.1":"2015-03-17T16:42:11.496Z","2.4.0":"2015-03-05T06:25:01.212Z","2.3.2":"2014-01-28T01:48:38.283Z","2.3.1":"2014-01-28T01:45:10.866Z","2.2.3":"2014-01-15T06:50:33.824Z","2.2.2":"2014-01-13T01:21:50.931Z","2.2.1":"2014-01-10T04:31:18.017Z","2.2.0":"2014-01-10T04:28:51.639Z","2.1.3":"2013-08-08T13:01:51.930Z","0.1.3":"2013-07-20T00:28:25.236Z","0.1.2":"2013-05-16T06:13:00.100Z","0.1.1":"2013-05-15T02:32:45.471Z","0.1.0":"2013-05-15T02:23:01.334Z"},"users":{},"author":{"name":"2013+ J. Harshbarger","url":"https://github.com/hypercubed"},"repository":{"type":"git","url":"git+https://github.com/docpad/docpad-plugin-raw.git"},"versions":{"2.9.0":{"title":"Raw Files Plugin for DocPad","name":"docpad-plugin-raw","version":"2.9.0","description":"DocPad plugin that copies /raw directory to /out","homepage":"https://github.com/docpad/docpad-plugin-raw","license":"MIT","keywords":["coffeescript","docpad","docpad-plugin","esnext","large files","node","raw","rsync"],"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-raw","githubSlug":"docpad/docpad-plugin-raw","npmPackageName":"docpad-plugin-raw"}},"funding":"https://bevry.me/fund","author":{"name":"2013+ J. Harshbarger","url":"https://github.com/hypercubed"},"maintainers":[{"name":"balupton","email":"b@lupton.cc"},{"name":"hypercubed","email":"hypercubed@gmail.com"},{"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":"Jayson Harshbarger","url":"https://github.com/Hypercubed"},{"name":"Marcus Stong","url":"https://github.com/stongo"},{"name":"Marcus Stong","email":"stongo@gmail.com","url":"http://circleci.com"},{"name":"Nikhil S","url":"https://github.com/nsonnad"},{"name":"Rob Loach","email":"robloach@gmail.com","url":"https://github.com/RobLoach"},{"name":"vsopvsop","url":"https://github.com/vsopvsop"}],"bugs":{"url":"https://github.com/docpad/docpad-plugin-raw/issues"},"repository":{"type":"git","url":"git+https://github.com/docpad/docpad-plugin-raw.git"},"engines":{"node":">=10"},"editions":[{"description":"CoffeeScript source code with Require for modules","directory":"source","entry":"index.coffee","tags":["source","coffeescript","require"],"engines":false},{"description":"CoffeeScript compiled for Node.js with Require for modules","directory":"edition-esnext","entry":"index.js","tags":["compiled","javascript","esnext","require"],"engines":{"node":"10 || 12 || 13 || 14"}}],"type":"commonjs","main":"edition-esnext/index.js","dependencies":{"docpad-baseplugin":"^1.4.0","eachr":"^4.5.0","ncp":"^2.0.0","safeps":"^10.14.0"},"devDependencies":{"@bevry/update-contributors":"^1.17.0","coffeelint":"^2.1.0","coffeescript":"^2.5.1","docpad":"^6.83.2","docpad-plugintester":"^1.7.3","projectz":"^2.16.0","valid-directory":"^3.4.0"},"peerDependencies":{"docpad":"^6.83.2"},"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:dpt && npm run our:setup:install","our:setup:dpt":"cd test && npm install && cd ..","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":"66ec432a2c91302af0e176fcd523d76ba9f840ed","_id":"docpad-plugin-raw@2.9.0","_nodeVersion":"14.9.0","_npmVersion":"6.14.8","dist":{"shasum":"78d96725008524731768f2563c0f5162f96df83c","size":6336,"noattachment":false,"key":"/docpad-plugin-raw/-/docpad-plugin-raw-2.9.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/docpad-plugin-raw/download/docpad-plugin-raw-2.9.0.tgz"},"_npmUser":{"name":"bevryme","email":"us@bevry.me"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/docpad-plugin-raw_2.9.0_1599566115223_0.1778080506117692"},"_hasShrinkwrap":false,"publish_time":1599566115355,"_cnpm_publish_time":1599566115355},"2.8.0":{"title":"Raw Files Plugin for DocPad","name":"docpad-plugin-raw","version":"2.8.0","description":"DocPad plugin that copies /raw directory to /out","homepage":"https://github.com/docpad/docpad-plugin-raw","license":"MIT","keywords":["coffeescript","docpad","docpad-plugin","esnext","large files","node","raw","rsync"],"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-raw","githubSlug":"docpad/docpad-plugin-raw","npmPackageName":"docpad-plugin-raw"}},"funding":"https://bevry.me/fund","author":{"name":"2013+ J. Harshbarger","url":"https://github.com/hypercubed"},"maintainers":[{"name":"balupton","email":"b@lupton.cc"},{"name":"hypercubed","email":"hypercubed@gmail.com"},{"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":"Jayson Harshbarger","url":"https://github.com/Hypercubed"},{"name":"Marcus Stong","url":"https://github.com/stongo"},{"name":"Marcus Stong","email":"stongo@gmail.com","url":"http://circleci.com"},{"name":"Nikhil S","url":"https://github.com/nsonnad"},{"name":"Rob Loach","email":"robloach@gmail.com","url":"https://github.com/RobLoach"},{"name":"vsopvsop","url":"https://github.com/vsopvsop"}],"bugs":{"url":"https://github.com/docpad/docpad-plugin-raw/issues"},"repository":{"type":"git","url":"git+https://github.com/docpad/docpad-plugin-raw.git"},"engines":{"node":">=10"},"editions":[{"description":"CoffeeScript source code with Require for modules","directory":"source","entry":"index.coffee","tags":["source","coffeescript","require"],"engines":false},{"description":"CoffeeScript compiled for Node.js with Require for modules","directory":"edition-esnext","entry":"index.js","tags":["compiled","javascript","esnext","require"],"engines":{"node":"10 || 12 || 13 || 14"}}],"type":"commonjs","main":"edition-esnext/index.js","dependencies":{"docpad-baseplugin":"^1.4.0","eachr":"^4.5.0","ncp":"^2.0.0","safeps":"^10.14.0"},"devDependencies":{"@bevry/update-contributors":"^1.17.0","coffeelint":"^2.1.0","coffeescript":"^2.5.1","docpad":"^6.83.2","docpad-plugintester":"^1.7.3","projectz":"^2.16.0","valid-directory":"^3.4.0"},"peerDependencies":{"docpad":"^6.83.2"},"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:dpt && npm run our:setup:install","our:setup:dpt":"cd test && npm install && cd ..","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":"cb00e7162182dc47ffea7b47ec4cee119706b278","_id":"docpad-plugin-raw@2.8.0","_nodeVersion":"14.9.0","_npmVersion":"6.14.8","dist":{"shasum":"c8973e84218b9ab6383eeed9a66c46bd52e4120f","size":6337,"noattachment":false,"key":"/docpad-plugin-raw/-/docpad-plugin-raw-2.8.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/docpad-plugin-raw/download/docpad-plugin-raw-2.8.0.tgz"},"_npmUser":{"name":"bevryme","email":"us@bevry.me"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/docpad-plugin-raw_2.8.0_1599557246497_0.29546434487575146"},"_hasShrinkwrap":false,"publish_time":1599557246610,"_cnpm_publish_time":1599557246610},"2.7.0":{"title":"Raw Files Plugin for DocPad","name":"docpad-plugin-raw","version":"2.7.0","description":"DocPad plugin that copies /raw directory to /out","homepage":"https://github.com/docpad/docpad-plugin-raw","license":"MIT","keywords":["coffeescript","docpad","docpad-plugin","large files","node","raw","rsync"],"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-raw","githubSlug":"docpad/docpad-plugin-raw","npmPackageName":"docpad-plugin-raw"}},"funding":"https://bevry.me/fund","author":{"name":"2013+ J. Harshbarger","url":"https://github.com/hypercubed"},"maintainers":[{"name":"balupton","email":"b@lupton.cc"},{"name":"hypercubed","email":"hypercubed@gmail.com"},{"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":"Jayson Harshbarger","url":"https://github.com/Hypercubed"},{"name":"Marcus Stong","url":"https://github.com/stongo"},{"name":"Marcus Stong","email":"stongo@gmail.com","url":"http://circleci.com"},{"name":"Nikhil S","url":"https://github.com/nsonnad"},{"name":"Rob Loach","email":"robloach@gmail.com","url":"https://github.com/RobLoach"},{"name":"vsopvsop","url":"https://github.com/vsopvsop"}],"bugs":{"url":"https://github.com/docpad/docpad-plugin-raw/issues"},"repository":{"type":"git","url":"git+https://github.com/docpad/docpad-plugin-raw.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","eachr":"^4.5.0","ncp":"^2.0.0","safeps":"^10.12.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":"d22c91738ff8de8e92c5945c931db8bf0d939797","_id":"docpad-plugin-raw@2.7.0","_nodeVersion":"14.7.0","_npmVersion":"6.14.7","dist":{"shasum":"09ddebbf0023331e2e66e9a3baa4538a2e564e64","size":6107,"noattachment":false,"key":"/docpad-plugin-raw/-/docpad-plugin-raw-2.7.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/docpad-plugin-raw/download/docpad-plugin-raw-2.7.0.tgz"},"_npmUser":{"name":"bevryme","email":"us@bevry.me"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/docpad-plugin-raw_2.7.0_1596672423470_0.4274286670690548"},"_hasShrinkwrap":false,"publish_time":1596672423581,"_cnpm_publish_time":1596672423581},"2.6.0":{"title":"Raw Files Plugin for DocPad","name":"docpad-plugin-raw","version":"2.6.0","description":"DocPad plugin that copies /raw directory to /out","homepage":"https://github.com/docpad/docpad-plugin-raw","license":"MIT","keywords":["docpad","docpad-plugin","large files","raw","rsync"],"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+ J. Harshbarger","url":"https://github.com/hypercubed"},"maintainers":[{"name":"balupton","email":"b@lupton.cc"},{"name":"hypercubed","email":"hypercubed@gmail.com"},{"name":"robloach","email":"robloach@gmail.com"},{"name":"stormpooper","email":"danny@stormpoopersmith.com"}],"contributors":[{"name":"Benjamin Lupton","email":"b@lupton.cc","url":"http://balupton.com"},{"name":"Jayson Harshbarger","url":"http://www.hypercubed.com"},{"name":"Marcus Stong","email":"stongo@gmail.com","url":"http://circleci.com"},{"name":"Nikhil S","url":"https://github.com/nsonnad"},{"name":"Rob Loach","email":"robloach@gmail.com","url":"http://robloach.net"},{"name":"vsopvsop","url":"https://github.com/vsopvsop"}],"bugs":{"url":"https://github.com/docpad/docpad-plugin-raw/issues"},"repository":{"type":"git","url":"git+https://github.com/docpad/docpad-plugin-raw.git"},"engines":{"node":">=0.10"},"editions":[{"description":"Source + CoffeeScript + Require","directory":"source","entry":"raw.plugin.coffee","syntaxes":["coffeescript","require"]},{"description":"CoffeeScript Compiled + ESNext + Require","directory":"esnext","entry":"raw.plugin.js","syntaxes":["javascript","esnext","require"]},{"description":"CoffeeScript Compiled + ES2015 + Require","directory":"es2015","entry":"raw.plugin.js","syntaxes":["javascript","es2015","require"]}],"main":"index.js","dependencies":{"eachr":"^3.2.0","editions":"^1.3.4","ncp":"^2.0.0","safeps":"^7.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":"43e62fd62e467215f48abde9e52cdfb89ef02d8d","_id":"docpad-plugin-raw@2.6.0","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"bevryme","email":"us@bevry.me"},"dist":{"shasum":"0156bba4990889feec57018dccab098876bb1f96","size":7262,"noattachment":false,"key":"/docpad-plugin-raw/-/docpad-plugin-raw-2.6.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/docpad-plugin-raw/download/docpad-plugin-raw-2.6.0.tgz"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/docpad-plugin-raw_2.6.0_1531295073565_0.5511021303414232"},"_hasShrinkwrap":false,"publish_time":1531295073686,"_cnpm_publish_time":1531295073686},"2.5.1":{"title":"Raw Files Plugin for DocPad","name":"docpad-plugin-raw","version":"2.5.1","description":"DocPad plugin that copies /raw directory to /out","homepage":"https://github.com/docpad/docpad-plugin-raw","license":"MIT","keywords":["docpad","docpad-plugin","large files","raw","rsync"],"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+ J. Harshbarger","url":"https://github.com/hypercubed"},"maintainers":[{"name":"balupton","email":"b@lupton.cc"},{"name":"hypercubed","email":"hypercubed@gmail.com"},{"name":"robloach","email":"robloach@gmail.com"},{"name":"stormpooper","email":"danny@stormpoopersmith.com"}],"contributors":[{"name":"Benjamin Lupton","email":"b@lupton.cc","url":"http://balupton.com"},{"name":"Jayson Harshbarger","url":"http://www.hypercubed.com"},{"name":"Marcus Stong","email":"stongo@gmail.com","url":"http://circleci.com"},{"name":"Nikhil S","url":"https://github.com/nsonnad"},{"name":"Rob Loach","email":"robloach@gmail.com","url":"http://robloach.net"},{"name":"vsopvsop","url":"https://github.com/vsopvsop"}],"bugs":{"url":"https://github.com/docpad/docpad-plugin-raw/issues"},"repository":{"type":"git","url":"git+https://github.com/docpad/docpad-plugin-raw.git"},"engines":{"node":">=0.10"},"editions":[{"description":"Source + CoffeeScript + Require","directory":"source","entry":"raw.plugin.coffee","syntaxes":["coffeescript","require"]},{"description":"CoffeeScript Compiled + ES5 + Require","directory":"es5","entry":"raw.plugin.js","syntaxes":["javascript","es5","require"]}],"main":"es5/raw.plugin.js","dependencies":{"eachr":"^3.2.0","ncp":"^2.0.0","safeps":"^7.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/raw.test.js --joe-reporter=console"},"gitHead":"2d55d41ff6c8e278328233b9aa55ba29fe38d862","_id":"docpad-plugin-raw@2.5.1","_shasum":"fa3f8f98d3f4110b683d25825c7c0a28ee7027c3","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.9.0","_npmUser":{"name":"bevryme","email":"us@bevry.me"},"dist":{"shasum":"fa3f8f98d3f4110b683d25825c7c0a28ee7027c3","size":6378,"noattachment":false,"key":"/docpad-plugin-raw/-/docpad-plugin-raw-2.5.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/docpad-plugin-raw/download/docpad-plugin-raw-2.5.1.tgz"},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/docpad-plugin-raw-2.5.1.tgz_1492682343564_0.47968828142620623"},"directories":{},"publish_time":1492682344291,"_cnpm_publish_time":1492682344291,"_hasShrinkwrap":false},"2.4.1":{"name":"docpad-plugin-raw","version":"2.4.1","description":"DocPad plugin that copies /raw directory to /out","homepage":"https://github.com/docpad/docpad-plugin-raw","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","large files","raw","rsync"],"author":{"name":"2013+ J. Harshbarger","url":"https://github.com/hypercubed"},"maintainers":[{"name":"balupton","email":"b@lupton.cc"},{"name":"hypercubed","email":"hypercubed@gmail.com"},{"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":"Hypercubed","url":"https://github.com/Hypercubed"},{"name":"Marcus Stong","email":"stongo@gmail.com","url":"https://github.com/stongo"},{"name":"nsonnad","url":"https://github.com/nsonnad"},{"name":"RobLoach","url":"https://github.com/RobLoach"}],"bugs":{"url":"https://github.com/docpad/docpad-plugin-raw/issues"},"repository":{"type":"git","url":"https://github.com/docpad/docpad-plugin-raw.git"},"engines":{"node":">=0.8"},"peerDependencies":{"docpad":"6"},"dependencies":{"ncp":"^2.0.0","eachr":"^2.0.4","safeps":"^4.0.0"},"devDependencies":{"projectz":"^0.5.0","coffee-script":"^1.9.1","docpad":"6"},"main":"./out/raw.plugin.js","scripts":{"test":"node ./out/raw.test.js"},"cakeConfiguration":{"COFFEE_SRC_PATH":"src"},"gitHead":"63a0bbd5efc5b33a973ae3febae087012543b6ef","_id":"docpad-plugin-raw@2.4.1","_shasum":"37c962e105935d7f411a1bb5c4225a18be2e018e","_from":".","_npmVersion":"2.7.0","_nodeVersion":"1.5.1","_npmUser":{"name":"balupton","email":"b@lupton.cc"},"dist":{"shasum":"37c962e105935d7f411a1bb5c4225a18be2e018e","size":4503,"noattachment":false,"key":"/docpad-plugin-raw/-/docpad-plugin-raw-2.4.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/docpad-plugin-raw/download/docpad-plugin-raw-2.4.1.tgz"},"directories":{},"publish_time":1426610531496,"_cnpm_publish_time":1426610531496,"_hasShrinkwrap":false},"2.4.0":{"name":"docpad-plugin-raw","version":"2.4.0","description":"DocPad plugin that copies /raw directory to /out","homepage":"https://github.com/docpad/docpad-plugin-raw","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","large files","raw","rsync"],"author":{"name":"2013+ J. Harshbarger","url":"https://github.com/hypercubed"},"maintainers":[{"name":"balupton","email":"b@lupton.cc"},{"name":"hypercubed","email":"hypercubed@gmail.com"},{"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":"Hypercubed","url":"https://github.com/Hypercubed"},{"name":"Marcus Stong","email":"stongo@gmail.com","url":"https://github.com/stongo"},{"name":"nsonnad","url":"https://github.com/nsonnad"},{"name":"RobLoach","url":"https://github.com/RobLoach"}],"bugs":{"url":"https://github.com/docpad/docpad-plugin-raw/issues"},"repository":{"type":"git","url":"https://github.com/docpad/docpad-plugin-raw.git"},"engines":{"node":">=0.8"},"peerDependencies":{"docpad":"6"},"dependencies":{"ncp":"^2.0.0","eachr":"~2.0.2","safeps":"~2.2.11"},"devDependencies":{"projectz":"^0.5.0","coffee-script":"^1.9.1","docpad":"6"},"main":"./out/raw.plugin.js","scripts":{"test":"node ./out/raw.test.js"},"cakeConfiguration":{"COFFEE_SRC_PATH":"src"},"gitHead":"174fb93ef56bc6d86add9ddd5484fccd1b370603","_id":"docpad-plugin-raw@2.4.0","_shasum":"43001fefaf815d307eeea9dad7678848d2cc879e","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"balupton","email":"b@lupton.cc"},"dist":{"shasum":"43001fefaf815d307eeea9dad7678848d2cc879e","size":4484,"noattachment":false,"key":"/docpad-plugin-raw/-/docpad-plugin-raw-2.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/docpad-plugin-raw/download/docpad-plugin-raw-2.4.0.tgz"},"directories":{},"publish_time":1425536701212,"_cnpm_publish_time":1425536701212,"_hasShrinkwrap":false},"2.3.2":{"name":"docpad-plugin-raw","version":"2.3.2","description":"DocPad plugin that copies /raw directory to /out","homepage":"https://github.com/docpad/docpad-plugin-raw","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","large files","raw","rsync"],"author":{"name":"2013+ J. Harshbarger","url":"https://github.com/hypercubed"},"maintainers":[{"name":"balupton","email":"b@lupton.cc"},{"name":"hypercubed","email":"hypercubed@gmail.com"},{"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":"Hypercubed","url":"https://github.com/Hypercubed"},{"name":"Marcus Stong","email":"stongo@gmail.com","url":"https://github.com/stongo"},{"name":"RobLoach","url":"https://github.com/RobLoach"}],"bugs":{"url":"https://github.com/docpad/docpad-plugin-raw/issues"},"repository":{"type":"git","url":"https://github.com/docpad/docpad-plugin-raw.git"},"engines":{"node":">=0.8"},"peerDependencies":{"docpad":"6"},"dependencies":{"ncp":"~0.5.0","eachr":"~2.0.2","safeps":"~2.2.11"},"devDependencies":{"projectz":"~0.3.9","coffee-script":"~1.6.2","docpad":"6"},"main":"./out/raw.plugin.js","scripts":{"test":"node ./out/raw.test.js"},"_id":"docpad-plugin-raw@2.3.2","dist":{"shasum":"1d56d92e5f87e18b03bdc6db6d2e4eec581cdd26","size":4104,"noattachment":false,"key":"/docpad-plugin-raw/-/docpad-plugin-raw-2.3.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/docpad-plugin-raw/download/docpad-plugin-raw-2.3.2.tgz"},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"hypercubed","email":"hypercubed@gmail.com"},"directories":{},"publish_time":1390873718283,"_cnpm_publish_time":1390873718283,"_hasShrinkwrap":false},"2.3.1":{"name":"docpad-plugin-raw","version":"2.3.1","description":"DocPad plugin that copies /raw directory to /out","homepage":"https://github.com/docpad/docpad-plugin-raw","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","large files","raw","rsync"],"author":{"name":"2013+ J. Harshbarger","url":"https://github.com/hypercubed"},"maintainers":[{"name":"balupton","email":"b@lupton.cc"},{"name":"hypercubed","email":"hypercubed@gmail.com"},{"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":"Hypercubed","url":"https://github.com/Hypercubed"},{"name":"Marcus Stong","email":"stongo@gmail.com","url":"https://github.com/stongo"},{"name":"RobLoach","url":"https://github.com/RobLoach"}],"bugs":{"url":"https://github.com/docpad/docpad-plugin-raw/issues"},"repository":{"type":"git","url":"https://github.com/docpad/docpad-plugin-raw.git"},"engines":{"node":">=0.8"},"peerDependencies":{"docpad":"6"},"dependencies":{"ncp":"~0.5.0","eachr":"~2.0.2","safeps":"~2.2.11"},"devDependencies":{"projectz":"~0.3.9","coffee-script":"~1.6.2","docpad":"6"},"main":"./out/raw.plugin.js","scripts":{"test":"node ./out/raw.test.js"},"_id":"docpad-plugin-raw@2.3.1","dist":{"shasum":"5cafe20d2fa3a33fc4e28576873122e54b734f4f","size":4103,"noattachment":false,"key":"/docpad-plugin-raw/-/docpad-plugin-raw-2.3.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/docpad-plugin-raw/download/docpad-plugin-raw-2.3.1.tgz"},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"hypercubed","email":"hypercubed@gmail.com"},"directories":{},"publish_time":1390873510866,"_cnpm_publish_time":1390873510866,"_hasShrinkwrap":false},"2.2.3":{"name":"docpad-plugin-raw","version":"2.2.3","description":"DocPad plugin that copies /raw directory to /out","homepage":"https://github.com/hypercubed/docpad-plugin-raw","keywords":["docpad","docpad-plugin","large files"],"author":{"name":"J. Harshbarger","url":"https://github.com/hypercubed"},"maintainers":[{"name":"balupton","email":"b@lupton.cc"},{"name":"hypercubed","email":"hypercubed@gmail.com"},{"name":"robloach","email":"robloach@gmail.com"},{"name":"stormpooper","email":"danny@stormpoopersmith.com"}],"contributors":[{"name":"J. Harshbarger","url":"https://github.com/hypercubed"},{"name":"Benjamin Lupton","email":"b@lupton.cc","url":"https://github.com/balupton"},{"name":"Marcus Stong","email":"stongo@gmail.com","url":"https://github.com/stongo"},{"name":"Rob Loach","email":"robloach@gmail.com","url":"http://robloach.net"}],"bugs":{"url":"https://github.com/hypercubed/docpad-plugin-raw/issues"},"repository":{"type":"git","url":"https://github.com/hypercubed/docpad-plugin-raw.git"},"engines":{"node":">=0.8","docpad":">=6"},"dependencies":{"ncp":"~0.5.0","bal-util":"~2.0","eachr":"~2.0.2","path":"~0.4.9"},"devDependencies":{"coffee-script":"~1.6.2","docpad":"~6.48.0","joe":"~1.2.0","joe-reporter-console":"~1.2.1","chai":"~1.7.2"},"main":"./out/raw.plugin.js","scripts":{"test":"node ./out/raw.test.js"},"readmeFilename":"README.md","_id":"docpad-plugin-raw@2.2.3","dist":{"shasum":"b9943f0d0dad3b95a1e5483805181475f58230d2","size":3022,"noattachment":false,"key":"/docpad-plugin-raw/-/docpad-plugin-raw-2.2.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/docpad-plugin-raw/download/docpad-plugin-raw-2.2.3.tgz"},"_from":".","_npmVersion":"1.3.21","_npmUser":{"name":"hypercubed","email":"hypercubed@gmail.com"},"directories":{},"publish_time":1389768633824,"_cnpm_publish_time":1389768633824,"_hasShrinkwrap":false},"2.2.2":{"name":"docpad-plugin-raw","version":"2.2.2","description":"DocPad plugin that copies /raw directory to /out","homepage":"https://github.com/hypercubed/docpad-plugin-raw","keywords":["docpad","docpad-plugin","large files"],"author":{"name":"J. Harshbarger","url":"https://github.com/hypercubed"},"maintainers":[{"name":"balupton","email":"b@lupton.cc"},{"name":"hypercubed","email":"hypercubed@gmail.com"},{"name":"robloach","email":"robloach@gmail.com"},{"name":"stormpooper","email":"danny@stormpoopersmith.com"}],"contributors":[{"name":"J. Harshbarger","url":"https://github.com/hypercubed"},{"name":"Benjamin Lupton","email":"b@lupton.cc","url":"https://github.com/balupton"},{"name":"Marcus Stong","email":"stongo@gmail.com","url":"https://github.com/stongo"},{"name":"Rob Loach","email":"robloach@gmail.com","url":"http://robloach.net"}],"bugs":{"url":"https://github.com/hypercubed/docpad-plugin-raw/issues"},"repository":{"type":"git","url":"https://github.com/hypercubed/docpad-plugin-raw.git"},"engines":{"node":">=0.8","docpad":">=6"},"dependencies":{"ncp":"~0.5.0","bal-util":"~2.0","eachr":"~2.0.2","path":"~0.4.9"},"devDependencies":{"coffee-script":"~1.6.2","docpad":"~6.48.0","joe":"~1.2.0","joe-reporter-console":"~1.2.1","chai":"~1.7.2"},"main":"./out/raw.plugin.js","scripts":{"test":"node ./out/raw.test.js"},"readmeFilename":"README.md","_id":"docpad-plugin-raw@2.2.2","dist":{"shasum":"a7b61d09cb0f2409e253260e648e4e4f585f3ba9","size":1782,"noattachment":false,"key":"/docpad-plugin-raw/-/docpad-plugin-raw-2.2.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/docpad-plugin-raw/download/docpad-plugin-raw-2.2.2.tgz"},"_from":".","_npmVersion":"1.2.32","_npmUser":{"name":"hypercubed","email":"hypercubed@gmail.com"},"directories":{},"publish_time":1389576110931,"_cnpm_publish_time":1389576110931,"_hasShrinkwrap":false},"2.2.1":{"name":"docpad-plugin-raw","version":"2.2.1","description":"DocPad plugin that copies /raw directory to /out","homepage":"https://github.com/hypercubed/docpad-plugin-raw","keywords":["docpad","docpad-plugin","large files"],"author":{"name":"J. Harshbarger","url":"https://github.com/hypercubed"},"maintainers":[{"name":"balupton","email":"b@lupton.cc"},{"name":"hypercubed","email":"hypercubed@gmail.com"},{"name":"robloach","email":"robloach@gmail.com"},{"name":"stormpooper","email":"danny@stormpoopersmith.com"}],"contributors":[{"name":"J. Harshbarger","url":"https://github.com/hypercubed"},{"name":"Benjamin Lupton","email":"b@lupton.cc","url":"https://github.com/balupton"},{"name":"Marcus Stong","email":"stongo@gmail.com","url":"https://github.com/stongo"},{"name":"Rob Loach","email":"robloach@gmail.com","url":"http://robloach.net"}],"bugs":{"url":"https://github.com/hypercubed/docpad-plugin-raw/issues"},"repository":{"type":"git","url":"https://github.com/hypercubed/docpad-plugin-raw.git"},"engines":{"node":">=0.8","docpad":">=6"},"dependencies":{"ncp":"~0.5.0","bal-util":"~2.0","eachr":"~2.0.2","path":"~0.4.9"},"devDependencies":{"coffee-script":"~1.6.2","docpad":"~6.48.0","joe":"~1.2.0","joe-reporter-console":"~1.2.1","chai":"~1.7.2"},"main":"./out/raw.plugin.js","scripts":{"test":"node ./out/raw.test.js"},"readmeFilename":"README.md","_id":"docpad-plugin-raw@2.2.1","dist":{"shasum":"0654c2730b2a7d0b4c6876d9e4852295f901a110","size":1783,"noattachment":false,"key":"/docpad-plugin-raw/-/docpad-plugin-raw-2.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/docpad-plugin-raw/download/docpad-plugin-raw-2.2.1.tgz"},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"hypercubed","email":"hypercubed@gmail.com"},"directories":{},"publish_time":1389328278017,"_cnpm_publish_time":1389328278017,"_hasShrinkwrap":false},"2.2.0":{"name":"docpad-plugin-raw","version":"2.2.0","description":"DocPad plugin that copies /raw directory to /out","homepage":"https://github.com/hypercubed/docpad-plugin-raw","keywords":["docpad","docpad-plugin","large files"],"author":{"name":"J. Harshbarger","url":"https://github.com/hypercubed"},"maintainers":[{"name":"balupton","email":"b@lupton.cc"},{"name":"hypercubed","email":"hypercubed@gmail.com"},{"name":"robloach","email":"robloach@gmail.com"},{"name":"stormpooper","email":"danny@stormpoopersmith.com"}],"contributors":[{"name":"J. Harshbarger","url":"https://github.com/hypercubed"},{"name":"Benjamin Lupton","email":"b@lupton.cc","url":"https://github.com/balupton"},{"name":"Marcus Stong","email":"stongo@gmail.com","url":"https://github.com/stongo"},{"name":"Rob Loach","email":"robloach@gmail.com","url":"http://robloach.net"}],"bugs":{"url":"https://github.com/hypercubed/docpad-plugin-raw/issues"},"repository":{"type":"git","url":"https://github.com/hypercubed/docpad-plugin-raw.git"},"engines":{"node":">=0.8","docpad":">=6"},"dependencies":{"ncp":"~0.5.0","bal-util":"~2.0","eachr":"~2.0.2","path":"~0.4.9"},"devDependencies":{"coffee-script":"~1.6.2","docpad":"~6.48.0","joe":"~1.2.0","joe-reporter-console":"~1.2.1","chai":"~1.7.2"},"main":"./out/raw.plugin.js","scripts":{"test":"node ./out/raw.test.js"},"readmeFilename":"README.md","_id":"docpad-plugin-raw@2.2.0","dist":{"shasum":"d7ee5b0c58988cb8994be3ff3a2d79114e290679","size":1782,"noattachment":false,"key":"/docpad-plugin-raw/-/docpad-plugin-raw-2.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/docpad-plugin-raw/download/docpad-plugin-raw-2.2.0.tgz"},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"hypercubed","email":"hypercubed@gmail.com"},"directories":{},"publish_time":1389328131639,"_cnpm_publish_time":1389328131639,"_hasShrinkwrap":false},"2.1.3":{"name":"docpad-plugin-raw","version":"2.1.3","description":"DocPad plugin that copies /raw directory to /out","homepage":"https://github.com/hypercubed/docpad-plugin-raw","keywords":["docpad","docpad-plugin","large files"],"author":{"name":"J. Harshbarger","url":"https://github.com/hypercubed"},"maintainers":[{"name":"balupton","email":"b@lupton.cc"},{"name":"hypercubed","email":"hypercubed@gmail.com"},{"name":"robloach","email":"robloach@gmail.com"},{"name":"stormpooper","email":"danny@stormpoopersmith.com"}],"contributors":[{"name":"J. Harshbarger","url":"https://github.com/hypercubed"},{"name":"Benjamin Lupton","email":"b@lupton.cc","url":"https://github.com/balupton"}],"bugs":{"url":"https://github.com/hypercubed/docpad-plugin-raw/issues"},"repository":{"type":"git","url":"https://github.com/hypercubed/docpad-plugin-raw.git"},"engines":{"node":">=0.8","docpad":">=6"},"dependencies":{"bal-util":"~2.0","eachr":"~2.0.2","path":"~0.4.9"},"devDependencies":{"coffee-script":"~1.6.2","docpad":"~6.48.0","joe":"~1.2.0","joe-reporter-console":"~1.2.1","chai":"~1.7.2"},"main":"./out/raw.plugin.js","scripts":{"test":"node ./out/raw.test.js"},"readmeFilename":"README.md","_id":"docpad-plugin-raw@2.1.3","dist":{"shasum":"eb075b02c51dfcf92517ee8c63ab645c8933d36f","size":2239,"noattachment":false,"key":"/docpad-plugin-raw/-/docpad-plugin-raw-2.1.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/docpad-plugin-raw/download/docpad-plugin-raw-2.1.3.tgz"},"_from":".","_npmVersion":"1.2.32","_npmUser":{"name":"hypercubed","email":"hypercubed@gmail.com"},"directories":{},"publish_time":1375966911930,"_cnpm_publish_time":1375966911930,"_hasShrinkwrap":false},"0.1.3":{"name":"docpad-plugin-raw","version":"0.1.3","description":"DocPad plugin that copies /raw directory to /out","homepage":"https://github.com/hypercubed/docpad-plugin-raw","keywords":["docpad","docpad-plugin","large files"],"author":{"name":"J. Harshbarger","url":"https://github.com/hypercubed"},"maintainers":[{"name":"balupton","email":"b@lupton.cc"},{"name":"hypercubed","email":"hypercubed@gmail.com"},{"name":"robloach","email":"robloach@gmail.com"},{"name":"stormpooper","email":"danny@stormpoopersmith.com"}],"contributors":[{"name":"J. Harshbarger","url":"https://github.com/hypercubed"},{"name":"Benjamin Lupton","email":"b@lupton.cc","url":"https://github.com/balupton"}],"bugs":{"url":"https://github.com/hypercubed/docpad-plugin-raw/issues"},"repository":{"type":"git","url":"https://github.com/hypercubed/docpad-plugin-raw.git"},"engines":{"node":">=0.8","docpad":">=6"},"dependencies":{"bal-util":"~2.0","eachr":"~2.0.2","path":"~0.4.9"},"devDependencies":{"coffee-script":"~1.6.2"},"main":"./out/raw.plugin.js","scripts":{"test":"node ./out/raw.test.js"},"readmeFilename":"README.md","_id":"docpad-plugin-raw@0.1.3","dist":{"shasum":"1bcd28f275ae00436cdf3a9f33ad2876b7b55f88","size":2003,"noattachment":false,"key":"/docpad-plugin-raw/-/docpad-plugin-raw-0.1.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/docpad-plugin-raw/download/docpad-plugin-raw-0.1.3.tgz"},"_from":".","_npmVersion":"1.2.32","_npmUser":{"name":"hypercubed","email":"hypercubed@gmail.com"},"directories":{},"publish_time":1374280105236,"_cnpm_publish_time":1374280105236,"_hasShrinkwrap":false},"0.1.2":{"name":"docpad-plugin-raw","version":"0.1.2","description":"DocPad plugin that copies /raw directory to /out","homepage":"https://github.com/hypercubed/docpad-plugin-raw","keywords":["docpad","docpad-plugin","large files"],"author":{"name":"J. Harshbarger","url":"https://github.com/hypercubed"},"maintainers":[{"name":"balupton","email":"b@lupton.cc"},{"name":"hypercubed","email":"hypercubed@gmail.com"},{"name":"robloach","email":"robloach@gmail.com"},{"name":"stormpooper","email":"danny@stormpoopersmith.com"}],"contributors":[{"name":"J. Harshbarger","url":"https://github.com/hypercubed"},{"name":"Benjamin Lupton","email":"b@lupton.cc","url":"https://github.com/balupton"}],"bugs":{"url":"https://github.com/hypercubed/docpad-plugin-raw/issues"},"repository":{"type":"git","url":"https://github.com/hypercubed/docpad-plugin-raw.git"},"engines":{"node":">=0.8","docpad":">=6"},"dependencies":{"bal-util":"2.x","eachr":"~2.0.2","path":"~0.4.9"},"devDependencies":{"coffee-script":"~1.6.2"},"main":"./out/raw.plugin.js","scripts":{"test":"node ./out/raw.test.js"},"readmeFilename":"README.md","_id":"docpad-plugin-raw@0.1.2","dist":{"shasum":"671c501379a7325f57892761d360b75b84f1e21c","size":2006,"noattachment":false,"key":"/docpad-plugin-raw/-/docpad-plugin-raw-0.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/docpad-plugin-raw/download/docpad-plugin-raw-0.1.2.tgz"},"_from":".","_npmVersion":"1.2.15","_npmUser":{"name":"hypercubed","email":"hypercubed@gmail.com"},"directories":{},"publish_time":1368684780100,"_cnpm_publish_time":1368684780100,"_hasShrinkwrap":false},"0.1.1":{"name":"docpad-plugin-raw","version":"0.1.1","description":"DocPad plugin that copies /raw directory to /out","homepage":"https://github.com/hypercubed/docpad-plugin-raw","keywords":["docpad","docpad-plugin","large files"],"author":{"name":"J. Harshbarger","url":"https://github.com/hypercubed"},"maintainers":[{"name":"balupton","email":"b@lupton.cc"},{"name":"hypercubed","email":"hypercubed@gmail.com"},{"name":"robloach","email":"robloach@gmail.com"},{"name":"stormpooper","email":"danny@stormpoopersmith.com"}],"contributors":[{"name":"J. Harshbarger","url":"https://github.com/hypercubed"},{"name":"Benjamin Lupton","email":"b@lupton.cc","url":"https://github.com/balupton"}],"bugs":{"url":"https://github.com/hypercubed/docpad-plugin-raw/issues"},"repository":{"type":"git","url":"https://github.com/hypercubed/docpad-plugin-raw.git"},"engines":{"node":">=0.8","docpad":">=6"},"dependencies":{"bal-util":"2.x","eachr":"~2.0.2","path":"~0.4.9"},"devDependencies":{"coffee-script":"~1.6.2"},"main":"./out/raw.plugin.js","scripts":{"test":"node ./out/raw.test.js"},"readmeFilename":"README.md","_id":"docpad-plugin-raw@0.1.1","dist":{"shasum":"6cbbe09c885d3f8f0461a43d829fde641dd8eeea","size":1947,"noattachment":false,"key":"/docpad-plugin-raw/-/docpad-plugin-raw-0.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/docpad-plugin-raw/download/docpad-plugin-raw-0.1.1.tgz"},"_from":".","_npmVersion":"1.2.15","_npmUser":{"name":"hypercubed","email":"hypercubed@gmail.com"},"directories":{},"publish_time":1368585165471,"_cnpm_publish_time":1368585165471,"_hasShrinkwrap":false},"0.1.0":{"name":"docpad-plugin-raw","version":"0.1.0","description":"DocPad plugin that copies /raw directory to /out","homepage":"https://github.com/hypercubed/docpad-plugin-raw","keywords":["docpad","docpad-plugin","large files"],"author":{"name":"J. Harshbarger","url":"https://github.com/hypercubed"},"maintainers":[{"name":"balupton","email":"b@lupton.cc"},{"name":"hypercubed","email":"hypercubed@gmail.com"},{"name":"robloach","email":"robloach@gmail.com"},{"name":"stormpooper","email":"danny@stormpoopersmith.com"}],"contributors":[{"name":"J. Harshbarger","url":"https://github.com/hypercubed"},{"name":"Benjamin Lupton","email":"b@lupton.cc","url":"https://github.com/balupton"}],"bugs":{"url":"https://github.com/hypercubed/docpad-plugin-raw/issues"},"repository":{"type":"git","url":"https://github.com/hypercubed/docpad-plugin-raw.git"},"engines":{"node":">=0.8","docpad":">=6"},"dependencies":{"bal-util":"2.x","eachr":"~2.0.2","path":"~0.4.9"},"devDependencies":{"coffee-script":"~1.6.2"},"main":"./out/raw.plugin.js","scripts":{"test":"node ./out/raw.test.js"},"readmeFilename":"README.md","_id":"docpad-plugin-raw@0.1.0","dist":{"shasum":"770c58433134096cec9042d47e986dd07f32343a","size":1960,"noattachment":false,"key":"/docpad-plugin-raw/-/docpad-plugin-raw-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/docpad-plugin-raw/download/docpad-plugin-raw-0.1.0.tgz"},"_from":".","_npmVersion":"1.2.15","_npmUser":{"name":"hypercubed","email":"hypercubed@gmail.com"},"directories":{},"publish_time":1368584581334,"_cnpm_publish_time":1368584581334,"_hasShrinkwrap":false}},"readme":"<!-- TITLE/ -->\n\n<h1>Raw Files Plugin for DocPad</h1>\n\n<!-- /TITLE -->\n\n\n<!-- BADGES/ -->\n\n<span class=\"badge-travisci\"><a href=\"http://travis-ci.com/docpad/docpad-plugin-raw\" title=\"Check this project's build status on TravisCI\"><img src=\"https://img.shields.io/travis/com/docpad/docpad-plugin-raw/master.svg\" alt=\"Travis CI Build Status\" /></a></span>\n<span class=\"badge-npmversion\"><a href=\"https://npmjs.org/package/docpad-plugin-raw\" title=\"View this project on NPM\"><img src=\"https://img.shields.io/npm/v/docpad-plugin-raw.svg\" alt=\"NPM version\" /></a></span>\n<span class=\"badge-npmdownloads\"><a href=\"https://npmjs.org/package/docpad-plugin-raw\" title=\"View this project on NPM\"><img src=\"https://img.shields.io/npm/dm/docpad-plugin-raw.svg\" alt=\"NPM downloads\" /></a></span>\n<span class=\"badge-daviddm\"><a href=\"https://david-dm.org/docpad/docpad-plugin-raw\" title=\"View the status of this project's dependencies on DavidDM\"><img src=\"https://img.shields.io/david/docpad/docpad-plugin-raw.svg\" alt=\"Dependency Status\" /></a></span>\n<span class=\"badge-daviddmdev\"><a href=\"https://david-dm.org/docpad/docpad-plugin-raw#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-raw.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\nCopies all files in the raw directory to out.  Useful for large files that cause out of memory error when placed in files directory.\n\n\n\n\n\n## Configuration\nSet as many sources as you want. Path should be relative to the `src` directory. The out folder specified in your [docpad configuration file](http://docpad.org/docs/config) is used for the destination.\n\nIf no configuration is specified, defaults to `raw` folder\n\n```\n# ...\nplugins:\n    raw:\n        raw:\n            src: 'raw'\n        app:\n            src: 'app'\n# ...\n```\n\nYou can also specify copy options as specified by [ncp package](https://github.com/AvianFlu/ncp):\n\n```\n# ...\nplugins:\n    raw:\n        raw:\n            src: 'raw'\n            options:\n                dereference: true    # default in our plugin is `true`\n                clobber: false       # default in our plugin is `false`\n# ...\n```\n\nYou can also use a shell command instead of the ncp package if you want:\n\n```\n# ...\nplugins:\n    raw:\n        raw:\n            command: ['rsync', '-a', './src/raw/', './out/']\n# ...\n```\n\n\n\n\n\n\n\n\n<!-- INSTALL/ -->\n\n<h2>Install</h2>\n\nInstall this DocPad plugin by entering <code>docpad install raw</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-raw/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-raw/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/balupton\">Benjamin Lupton</a> — <a href=\"https://github.com/docpad/docpad-plugin-raw/commits?author=balupton\" title=\"View the GitHub contributions of Benjamin Lupton on repository docpad/docpad-plugin-raw\">view contributions</a></li>\n<li><a href=\"https://github.com/hypercubed\">J. Harshbarger</a> — <a href=\"https://github.com/docpad/docpad-plugin-raw/commits?author=hypercubed\" title=\"View the GitHub contributions of J. Harshbarger on repository docpad/docpad-plugin-raw\">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/balupton\">Benjamin Lupton</a> — <a href=\"https://github.com/docpad/docpad-plugin-raw/commits?author=balupton\" title=\"View the GitHub contributions of Benjamin Lupton on repository docpad/docpad-plugin-raw\">view contributions</a></li>\n<li><a href=\"https://github.com/Hypercubed\">Jayson Harshbarger</a> — <a href=\"https://github.com/docpad/docpad-plugin-raw/commits?author=Hypercubed\" title=\"View the GitHub contributions of Jayson Harshbarger on repository docpad/docpad-plugin-raw\">view contributions</a></li>\n<li><a href=\"https://github.com/stongo\">Marcus Stong</a> — <a href=\"https://github.com/docpad/docpad-plugin-raw/commits?author=stongo\" title=\"View the GitHub contributions of Marcus Stong on repository docpad/docpad-plugin-raw\">view contributions</a></li>\n<li><a href=\"http://circleci.com\">Marcus Stong</a></li>\n<li><a href=\"https://github.com/nsonnad\">Nikhil S</a> — <a href=\"https://github.com/docpad/docpad-plugin-raw/commits?author=nsonnad\" title=\"View the GitHub contributions of Nikhil S on repository docpad/docpad-plugin-raw\">view contributions</a></li>\n<li><a href=\"https://github.com/RobLoach\">Rob Loach</a> — <a href=\"https://github.com/docpad/docpad-plugin-raw/commits?author=RobLoach\" title=\"View the GitHub contributions of Rob Loach on repository docpad/docpad-plugin-raw\">view contributions</a></li>\n<li><a href=\"https://github.com/vsopvsop\">vsopvsop</a> — <a href=\"https://github.com/docpad/docpad-plugin-raw/commits?author=vsopvsop\" title=\"View the GitHub contributions of vsopvsop on repository docpad/docpad-plugin-raw\">view contributions</a></li></ul>\n\n<a href=\"https://github.com/docpad/docpad-plugin-raw/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=\"https://github.com/hypercubed\">J. Harshbarger</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-raw","bugs":{"url":"https://github.com/docpad/docpad-plugin-raw/issues"},"license":"MIT"}