{"maintainers":[{"email":"npm@3rd-Eden.com","name":"deployment"},{"email":"gwall1@godaddy.com","name":"deployment"},{"email":"charlie.robbins@gmail.com","name":"deployment"},{"email":"jcrugzz@gmail.com","name":"deployment"},{"email":"info@martijnswaagman.nl","name":"deployment"},{"email":"npm@3rd-Eden.com","name":"deployment"}],"keywords":["github","api"],"dist-tags":{"latest":"1.7.1"},"author":{"name":"Arnout Kazemier"},"description":"Small but powerful Github client","readme":"# Githulk\n\nGitHulk is a developer friendly API client for the Github API. In addition to\nproviding access to Github's official API's it also implements new methods that\nare either convenience functions or a composition of multiple API calls which will\nmake certain actions easier or more natural.\n\n## Installation\n\nThis module is released in to the npm registry as `githulk`:\n\n```\nnpm install --save githulk\n```\n\n## Usage\n\nThe GitHulk module is exposed as a single function (constructor) and can\ntherefor be required as:\n\n```js\n'use strict';\n\nvar GitHulk = require('githulk');\n```\n\nTo initialise a new GitHulk instance simply construct it using:\n\n```js\nvar githulk = new GitHulk(/* optional options */);\n```\n\nAs you've might have noticed from the function call above, it accepts an\noptional options object. The following options can be provided:\n\n- `url`: The API endpoint of the Github API (with trailing slash).\n- `maxdelay`: Maximum delay for exponential back off.\n- `mindelay`: Minimum delay for exponential back off.\n- `retries`: Amount of retries before finally giving up.\n- `factor`: Exponential back off factor.\n- `cache`: A cache for conditional lookups.\n- `user`: A Github username (see Authorization)\n- `password`: A Github password (see Authorization)\n- `token`: A oauth token (see Authorization)\n\n### Authorization\n\nIf no options are supplied your API calls will be severely limited by GitHub and\na really low rate limiting of 60 API calls per hour will be in place. In order\nto authorize the GitHulk instance you can provide it with:\n\n- `token`: An oauth token for your application.\n- `user`, `password`: The user and password of your account (for basic auth).\n- `authorization`: A predefined authorization header for each request.\n\nIn addition to supplying your authorization details through the constructor of\nthe function we also support them through `ENV` variables. Set the\n`GITHULK_TOKEN` or `GITHUB_TOKEN` variable with your oauth token and we will use\nthat automatically.\n\n### Arguments\n\nAll API endpoints follow the same function signature, the order in which they\nare provided does not matter. The only argument that is optional is the\n`options` argument.\n\n- `project`: An **string** that has the username/repo combination.\n- `options`: An **object** with additional configuration for the API method.\n- `fn`: An **function** which is called with an error first callback pattern.\n\nThe following API endpoints are implemented, they are currently implemented on\na need to have basis:\n\n### .repository\n\n- `githulk.repository.contents`\n- `githulk.repository.readme`\n- `githulk.repository.raw`\n- `githulk.repository.moved`\n\n## License\n\nMIT\n","repository":{"type":"git","url":"git+https://github.com/githulks/githulk.git"},"license":"MIT","bugs":{"url":"https://github.com/githulks/githulk/issues"},"versions":{"0.0.0":{"name":"githulk","version":"0.0.0","description":"Small but powerful Github client","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"http://github/3rd-Eden/githulk"},"keywords":["github","api"],"author":{"name":"Arnout Kazemier"},"license":"MIT","dependencies":{"mana":"0.1.x","debug":"~0.7.4"},"_id":"githulk@0.0.0","dist":{"shasum":"118944bdbc5439493d4e6c6ea43fc58f93e5aec3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/githulk/-/githulk-0.0.0.tgz","integrity":"sha512-16s9k3O7IZsJniwP1NCGs/5ceBEReWZf+BT0pfMXMDUfWCx3EgpgPSkIm2042m01KMx4u0hMGPlUGOPqqsoUgA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCPF7gJA4aK9aaVjRCHxIlL5frJyoxMKreHq8xW4mLWUgIhAJTvyJd1KQGrIP8jLMTDtlcoernSOHH4fYPhfQ8F+IID"}]},"_from":".","_npmVersion":"1.3.21","_npmUser":{"name":"deployment","email":"info@3rd-Eden.com"},"maintainers":[{"name":"deployment","email":"info@3rd-Eden.com"}],"directories":{}},"0.0.2":{"name":"githulk","version":"0.0.2","description":"Small but powerful Github client","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"http://github/3rd-Eden/githulk"},"keywords":["github","api"],"author":{"name":"Arnout Kazemier"},"license":"MIT","dependencies":{"debug":"0.7.x","extract-github":"0.0.x","mana":"0.1.x"},"_id":"githulk@0.0.2","dist":{"shasum":"fffd0c5b66d5390b84a194f303909e5362953c33","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/githulk/-/githulk-0.0.2.tgz","integrity":"sha512-Emfr3M7fuPaxUpJCbz7zj32C0bhUawz9zSTYQqz5eXzvpcXb6cbZOKPM3YPCR4hpzpRKZfDzjGQPe+DhMh7NaA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCVRl1oYHcDeCGOB14jFuIRihcRA6OejCCesV/NOL7KUgIgPrW1oX4rCbCDUCl5MstjEEgu/UTJbe1PBt+wREYD1Yw="}]},"_from":".","_npmVersion":"1.3.21","_npmUser":{"name":"deployment","email":"info@3rd-Eden.com"},"maintainers":[{"name":"deployment","email":"info@3rd-Eden.com"}],"directories":{}},"0.0.3":{"name":"githulk","version":"0.0.3","description":"Small but powerful Github client","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"http://github/3rd-Eden/githulk"},"keywords":["github","api"],"author":{"name":"Arnout Kazemier"},"license":"MIT","dependencies":{"debug":"0.7.x","extract-github":"0.0.x","mana":"0.1.x"},"_id":"githulk@0.0.3","dist":{"shasum":"dba46425cb3eff0e4bbd6858bfe573c997d19cd2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/githulk/-/githulk-0.0.3.tgz","integrity":"sha512-YRnxuLHmpH2JRP6Q0Zo8DULJhgVoAyvPAmGQB1RbeFn5ZD9Eu5Y7SGsNLXni8ADMvDTYvxGXEmejFtbR49GfYQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDNhvXGucbm5wIv5ede0ZPmVOpLSk5RmvqL24jJdEkqHQIhANFN5jJVWZ4MT/6Kbw15TsqK93azl7awCKHLA0Tmj80G"}]},"_from":".","_npmVersion":"1.3.21","_npmUser":{"name":"deployment","email":"info@3rd-Eden.com"},"maintainers":[{"name":"deployment","email":"info@3rd-Eden.com"}],"directories":{}},"0.0.4":{"name":"githulk","version":"0.0.4","description":"Small but powerful Github client","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"http://github/3rd-Eden/githulk"},"keywords":["github","api"],"author":{"name":"Arnout Kazemier"},"license":"MIT","dependencies":{"debug":"0.7.x","extract-github":"0.0.x","mana":"0.1.x"},"_id":"githulk@0.0.4","dist":{"shasum":"be4d69c93331669781c6155f0e1678772978c365","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/githulk/-/githulk-0.0.4.tgz","integrity":"sha512-EzYtHQ4n+XvghriB2FlQ4CVkNR1XmSWqwynkec6qn8+xhdiGlVN/u/PDIGJSAQVIfTlJhOPX9/O/xCDB/IwjxA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCJ+rzx53ewyqXJqUsn3Ulc5JRK6JBAGNgBclz5vL52eAIhAMdNj7AoqcmLPOnUMM640wMiUKNfsATtqS0MVNxdwzFt"}]},"_from":".","_npmVersion":"1.3.21","_npmUser":{"name":"deployment","email":"info@3rd-Eden.com"},"maintainers":[{"name":"deployment","email":"info@3rd-Eden.com"}],"directories":{}},"0.0.5":{"name":"githulk","version":"0.0.5","description":"Small but powerful Github client","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"http://github/3rd-Eden/githulk"},"keywords":["github","api"],"author":{"name":"Arnout Kazemier"},"license":"MIT","dependencies":{"debug":"0.7.x","extract-github":"0.0.x","mana":"0.1.x"},"_id":"githulk@0.0.5","dist":{"shasum":"e5cd02548eeed34180ba5473d4dcc61318faac78","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/githulk/-/githulk-0.0.5.tgz","integrity":"sha512-q7mwLqPqVxwPAkkDAOi+pdMjMTkT9YjiXgJxGFtR6RqrcbBxDFYCoaFRFcL+t164lGxdnrdKD4fyrot+0rq/Vg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDx7FUQDdDvIGpP1pQrxXjKFAThcuLLpBtMdIoqaNynoAiAcE6WPULkh8zGPwYM+PWl4CFpEFdqocK9IaU0FPOQR1Q=="}]},"_from":".","_npmVersion":"1.3.21","_npmUser":{"name":"deployment","email":"info@3rd-Eden.com"},"maintainers":[{"name":"deployment","email":"info@3rd-Eden.com"}],"directories":{}},"0.0.6":{"name":"githulk","version":"0.0.6","description":"Small but powerful Github client","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"http://github/3rd-Eden/githulk"},"keywords":["github","api"],"author":{"name":"Arnout Kazemier"},"license":"MIT","dependencies":{"debug":"0.7.x","extract-github":"0.0.x","mana":"0.1.x"},"_id":"githulk@0.0.6","dist":{"shasum":"637c641380f400f07d63dbe9d2e9ce9d9a7fd7da","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/githulk/-/githulk-0.0.6.tgz","integrity":"sha512-vedkA8C4skxlJuCYKEe5FipNDMSGnvKt90xa+ksuRLnOmli/Llql6Ql49oUhnJX6Ks1pVn6Cvm1M78cFSVNolg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAbg1gc+4s/0A66ACpxcuM4W1AkzPKCOeIg+DCYxzZx1AiAiZX5v7fwAAz331kyQ8BxrYimfgt0G2jJdX0SieMio3g=="}]},"_from":".","_npmVersion":"1.3.21","_npmUser":{"name":"deployment","email":"info@3rd-Eden.com"},"maintainers":[{"name":"deployment","email":"info@3rd-Eden.com"}],"directories":{}},"0.0.7":{"name":"githulk","version":"0.0.7","description":"Small but powerful Github client","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"http://github/3rd-Eden/githulk"},"keywords":["github","api"],"author":{"name":"Arnout Kazemier"},"license":"MIT","dependencies":{"debug":"0.7.x","extract-github":"0.0.x","mana":"0.1.x"},"_id":"githulk@0.0.7","dist":{"shasum":"d96ca29f0ec43117c538e521d663566ea84b4eff","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/githulk/-/githulk-0.0.7.tgz","integrity":"sha512-moxOwqO0TMyVsdVw4nU9vHnp3yDVdEWvj8WJfSekb+UicvZ/MLfzWqIXwr9CZDDrelq0iPMZm14H+g2ODfRPXw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCqs2R3zUkgYIrZeZyVYpm3zb/pOnN0PqCC66NZO9Z1XQIhAN8+G+jkkdJWQvh5//qtToP3uE4RkWD/cPEWVUZgh8II"}]},"_from":".","_npmVersion":"1.3.21","_npmUser":{"name":"deployment","email":"info@3rd-Eden.com"},"maintainers":[{"name":"deployment","email":"info@3rd-Eden.com"},{"name":"deployment","email":"info@martijnswaagman.nl"},{"name":"deployment","email":"charlie.robbins@gmail.com"},{"name":"deployment","email":"jcrugzz@gmail.com"}],"directories":{}},"0.1.0":{"name":"githulk","version":"0.1.0","description":"Small but powerful Github client","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"http://github/3rd-Eden/githulk"},"keywords":["github","api"],"author":{"name":"Arnout Kazemier"},"license":"MIT","dependencies":{"debug":"0.8.x","extract-github":"0.0.x","mana":"0.1.x"},"_id":"githulk@0.1.0","_shasum":"afd8341cc43841027c7e7f13b65f3ee0621dbad3","_from":".","_npmVersion":"1.4.10","_npmUser":{"name":"deployment","email":"info@3rd-Eden.com"},"maintainers":[{"name":"deployment","email":"info@3rd-Eden.com"},{"name":"deployment","email":"info@martijnswaagman.nl"},{"name":"deployment","email":"charlie.robbins@gmail.com"},{"name":"deployment","email":"jcrugzz@gmail.com"}],"dist":{"shasum":"afd8341cc43841027c7e7f13b65f3ee0621dbad3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/githulk/-/githulk-0.1.0.tgz","integrity":"sha512-khvrazCSeE8jjJmTLQKYRDqO8N1JJVDD91XoyJTiP2eG9lMOlVd/yqRwnmNz6xPMDUZLR7tH+KbXvWcBMGHOIw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBIu63qZ9ddhcZZKaOy61d+nbFCYespSEKYYL8XNX6lEAiACys0S/5mctZXR3ozYL+cES1RB5cM6BEkMZKBJGTa2JA=="}]},"directories":{}},"0.1.2":{"name":"githulk","version":"0.1.2","description":"Small but powerful Github client","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"http://github/3rd-Eden/githulk"},"keywords":["github","api"],"author":{"name":"Arnout Kazemier"},"license":"MIT","dependencies":{"debug":"0.8.x","extract-github":"0.0.x","mana":"0.1.x"},"_id":"githulk@0.1.2","_shasum":"68a5e5dbbc2100ed214976ff7e3206b63d9c09b2","_from":".","_npmVersion":"1.4.10","_npmUser":{"name":"deployment","email":"info@3rd-Eden.com"},"maintainers":[{"name":"deployment","email":"info@3rd-Eden.com"},{"name":"deployment","email":"info@martijnswaagman.nl"},{"name":"deployment","email":"charlie.robbins@gmail.com"},{"name":"deployment","email":"jcrugzz@gmail.com"}],"dist":{"shasum":"68a5e5dbbc2100ed214976ff7e3206b63d9c09b2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/githulk/-/githulk-0.1.2.tgz","integrity":"sha512-IvqFlkF/WQXdAUO1ltIbOlRsdItQGMXUlfOgJp/gomxRDRP4MaWRz0cHY3wMBRLl+aosfFSrWNdvohIOJzR72g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAH6CZjuREv2ptLYP/pdeOocmu5uBQiiLLAPPSghAld2AiEA9oQAF8/sVIwA09j+E0OcJJXKq+04c4meXRRnGdJkW/o="}]},"directories":{}},"0.1.3":{"name":"githulk","version":"0.1.3","description":"Small but powerful Github client","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"http://github/3rd-Eden/githulk"},"keywords":["github","api"],"author":{"name":"Arnout Kazemier"},"license":"MIT","dependencies":{"debug":"0.8.x","extract-github":"0.0.x","mana":"0.1.x"},"gitHead":"878e4b22e24b9fb9fb35bc49e99d5331042d5e5b","_id":"githulk@0.1.3","_shasum":"570930bbdbd8bc49da4236b780df0f6d04df19b9","_from":".","_npmVersion":"1.4.13","_npmUser":{"name":"deployment","email":"jcrugzz@gmail.com"},"maintainers":[{"name":"deployment","email":"info@3rd-Eden.com"},{"name":"deployment","email":"info@martijnswaagman.nl"},{"name":"deployment","email":"charlie.robbins@gmail.com"},{"name":"deployment","email":"jcrugzz@gmail.com"}],"dist":{"shasum":"570930bbdbd8bc49da4236b780df0f6d04df19b9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/githulk/-/githulk-0.1.3.tgz","integrity":"sha512-UoapYMEVAYbHu+G2dQhTJuuDPlYaM2ygC1VxD1xSFPyiepoQft4BBhis5q1kdoGhjwTkSDJEyxTaDh3mB1ouwQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGMC3gMkgf/SUcRjKbltkwL6JS/oEsJggNbnXgFqhK8UAiBMDNmYLsQ/va8TmY+mMa+ulh+H9JWoDmQ6BzuhpKOdhg=="}]},"directories":{}},"0.1.4":{"name":"githulk","version":"0.1.4","description":"Small but powerful Github client","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"http://github/3rd-Eden/githulk"},"keywords":["github","api"],"author":{"name":"Arnout Kazemier"},"license":"MIT","dependencies":{"debug":"0.8.x","extract-github":"0.0.x","mana":"0.1.x"},"_id":"githulk@0.1.4","_shasum":"a332b88226c2bd5d8228c981797c3fcad8e8b132","_from":".","_npmVersion":"1.4.10","_npmUser":{"name":"deployment","email":"info@3rd-Eden.com"},"maintainers":[{"name":"deployment","email":"info@3rd-Eden.com"},{"name":"deployment","email":"info@martijnswaagman.nl"},{"name":"deployment","email":"charlie.robbins@gmail.com"},{"name":"deployment","email":"jcrugzz@gmail.com"}],"dist":{"shasum":"a332b88226c2bd5d8228c981797c3fcad8e8b132","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/githulk/-/githulk-0.1.4.tgz","integrity":"sha512-qHpAHWG7BC1bspDs6qDQ5XFFJiWxY+ls8N9nJOyWa3KPMZ4xNGUJd/t0QZpCHmojAeq2N9rcGJ2i0CeNdwN36A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC+HJeSak+NexeRPRmuBub4KzG5LbNsHBdwODFt9MPREgIgUj1p10pSqVVQuvbKya3TnvVeuL9b2eQjo+jjr2qAIN0="}]},"directories":{}},"0.2.0":{"name":"githulk","version":"0.2.0","description":"Small but powerful Github client","main":"index.js","scripts":{"test":"illuminati"},"repository":{"type":"git","url":"http://github/3rd-Eden/githulk"},"keywords":["github","api"],"author":{"name":"Arnout Kazemier"},"license":"MIT","dependencies":{"diagnostics":"0.0.x","extract-github":"0.0.x","mana":"0.1.x"},"devDependencies":{"assume":"0.0.x","illuminati":"0.0.x","pre-commit":"0.0.x"},"gitHead":"fb7d1371ceb4f4a50c05f9e0840f91f7e5d6a5bd","_id":"githulk@0.2.0","_shasum":"fa1a1442f64fd329aaab3482a27adfaf3b232806","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"deployment","email":"info@3rd-Eden.com"},"maintainers":[{"name":"deployment","email":"info@3rd-Eden.com"},{"name":"deployment","email":"info@martijnswaagman.nl"},{"name":"deployment","email":"charlie.robbins@gmail.com"},{"name":"deployment","email":"jcrugzz@gmail.com"}],"dist":{"shasum":"fa1a1442f64fd329aaab3482a27adfaf3b232806","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/githulk/-/githulk-0.2.0.tgz","integrity":"sha512-wz8u3L/uilH9YPxqQhagxOyuQQcHXjFQG/8X9hhA18VF3g33DAcmzGLSLctbI/R84qKaDoKT6Zq9qI28bj6INA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDQy+0TDZORy9eepzN+HBHimpo0ElERapB6oRMBcylqLQIgDgH3wQZMBhcADVbRKsE6Br1Ohli8iSZxJm0LDUp59eM="}]},"directories":{}},"0.2.1":{"name":"githulk","version":"0.2.1","description":"Small but powerful Github client","main":"index.js","scripts":{"test":"illuminati"},"repository":{"type":"git","url":"http://github/3rd-Eden/githulk"},"keywords":["github","api"],"author":{"name":"Arnout Kazemier"},"license":"MIT","dependencies":{"diagnostics":"0.0.x","extract-github":"0.0.x","mana":"0.1.x"},"devDependencies":{"assume":"0.0.x","illuminati":"0.0.x","pre-commit":"0.0.x"},"gitHead":"5401cf6011f7b7c3891b97958c1c77d541c9ab20","_id":"githulk@0.2.1","_shasum":"ed723064fe57617b41470dc5520d12197dfb5d67","_from":".","_npmVersion":"2.3.0","_nodeVersion":"0.10.35","_npmUser":{"name":"deployment","email":"npm@3rd-Eden.com"},"maintainers":[{"name":"deployment","email":"info@martijnswaagman.nl"},{"name":"deployment","email":"charlie.robbins@gmail.com"},{"name":"deployment","email":"jcrugzz@gmail.com"},{"name":"deployment","email":"npm@3rd-Eden.com"},{"name":"deployment","email":"info@3rd-Eden.com"}],"dist":{"shasum":"ed723064fe57617b41470dc5520d12197dfb5d67","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/githulk/-/githulk-0.2.1.tgz","integrity":"sha512-zb06RkE11v3Q6GbELK4iFwuRhPShlnUuAG02f7H1YhOuDji8doe+IytlbIzSKOD1hQaKo0lAVbvpQYgwxffHJw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBDLyZ+VKSu1A6L1ZW31De0BUymNPXoruy4myLQBcMupAiBB0F4qr7r5JU6FuDcb3N1k7WI/wlo1N0TjMy0/KCmxDA=="}]},"directories":{}},"0.3.0":{"name":"githulk","version":"0.3.0","description":"Small but powerful Github client","main":"index.js","scripts":{"test":"illuminati"},"repository":{"type":"git","url":"http://github/3rd-Eden/githulk"},"keywords":["github","api"],"author":{"name":"Arnout Kazemier"},"license":"MIT","dependencies":{"diagnostics":"1.0.x","extract-github":"0.0.x","mana":"0.1.x"},"devDependencies":{"assume":"1.3.x","illuminati":"0.0.x","pre-commit":"1.1.x"},"gitHead":"c16a33a4c19ea6b9670d26adc05659e9e12b3ed3","_id":"githulk@0.3.0","_shasum":"ed08fdea6808e9a8b974655edb97c7cf19659af8","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.1","_npmUser":{"name":"deployment","email":"npm@3rd-Eden.com"},"maintainers":[{"name":"deployment","email":"info@martijnswaagman.nl"},{"name":"deployment","email":"charlie.robbins@gmail.com"},{"name":"deployment","email":"jcrugzz@gmail.com"},{"name":"deployment","email":"npm@3rd-Eden.com"},{"name":"deployment","email":"info@3rd-Eden.com"}],"dist":{"shasum":"ed08fdea6808e9a8b974655edb97c7cf19659af8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/githulk/-/githulk-0.3.0.tgz","integrity":"sha512-OoOUOVQqhTY6eaDxeMk3htRx/TYvNvXGpHZS1y6cmWm96+wn+6HOk7cnh88z9OJGcQFUeasR9XyCsE01nMNUwg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCSxme+s/+ICcZoH28ZRAv/si+Ky2fMbdbAPM5d+GgarAIgQbooOGxuwCUB+1zbYtzfaT/S/fwewyMtYtgZPPC6iEw="}]},"directories":{}},"1.0.0":{"name":"githulk","version":"1.0.0","description":"Small but powerful Github client","main":"index.js","scripts":{"test":"illuminati"},"repository":{"type":"git","url":"http://github/3rd-Eden/githulk"},"keywords":["github","api"],"author":{"name":"Arnout Kazemier"},"license":"MIT","dependencies":{"diagnostics":"1.0.x","extract-github":"0.0.x","mana":"0.1.x","unwrapper":"^1.0.0"},"devDependencies":{"assume":"1.3.x","illuminati":"0.0.x","pre-commit":"1.1.x"},"gitHead":"ed796428aacc59710f96a48c5b418e65e7fc5e3c","_id":"githulk@1.0.0","_shasum":"c352dc7b46d82c9f860bf7558a67730ee05911d3","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.2","_npmUser":{"name":"deployment","email":"jcrugzz@gmail.com"},"maintainers":[{"name":"deployment","email":"info@martijnswaagman.nl"},{"name":"deployment","email":"charlie.robbins@gmail.com"},{"name":"deployment","email":"jcrugzz@gmail.com"},{"name":"deployment","email":"npm@3rd-Eden.com"},{"name":"deployment","email":"info@3rd-Eden.com"}],"dist":{"shasum":"c352dc7b46d82c9f860bf7558a67730ee05911d3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/githulk/-/githulk-1.0.0.tgz","integrity":"sha512-nsOn+db+H+Nsi+KkE0fu/XrFUQzux8i5NdZy0dsQKnAczLJWTEt+oJB3mHWFTpBzrnT7kRF9QAAAubDlaf2wQg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE/Xk19FbfCqJqQ66dXEVDxBcOQaCqC5t1doI3qzGDmaAiBuc1w25pEQQGB2asXbLJoZIGjskwgw5O+GM1vi6Rtw6w=="}]},"directories":{}},"1.0.1":{"name":"githulk","version":"1.0.1","description":"Small but powerful Github client","main":"index.js","scripts":{"test":"illuminati"},"repository":{"type":"git","url":"http://github/3rd-Eden/githulk"},"keywords":["github","api"],"author":{"name":"Arnout Kazemier"},"license":"MIT","dependencies":{"diagnostics":"1.0.x","extract-github":"1.0.x","mana":"0.1.x","unwrapper":"^1.0.0"},"devDependencies":{"assume":"1.3.x","illuminati":"0.0.x","pre-commit":"1.1.x"},"gitHead":"4832be7149f5d8d94078ee6f08d8d2a8d29317de","_id":"githulk@1.0.1","_shasum":"1edab6c1e663d214cca4d4bcf3864ce3f768065a","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.2","_npmUser":{"name":"deployment","email":"jcrugzz@gmail.com"},"maintainers":[{"name":"deployment","email":"info@martijnswaagman.nl"},{"name":"deployment","email":"charlie.robbins@gmail.com"},{"name":"deployment","email":"jcrugzz@gmail.com"},{"name":"deployment","email":"npm@3rd-Eden.com"},{"name":"deployment","email":"info@3rd-Eden.com"}],"dist":{"shasum":"1edab6c1e663d214cca4d4bcf3864ce3f768065a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/githulk/-/githulk-1.0.1.tgz","integrity":"sha512-2QAhXsdxbqE/wmPPJKOHqrQG4bo4mmK35GJ9eymaTinH7eDvp/Br3kzKSYuASymZhSrTv2M3Y78xNOpi5xSmUg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCLORKKcRie3gXAJlhHer7h5GroQYzv9wxTjnFpXlcwqwIgGFOQHjgs9MkqsLtSPZlxnkWWg2LhhkoGSDH5exmNmxE="}]},"directories":{}},"1.1.0":{"name":"githulk","version":"1.1.0","description":"Small but powerful Github client","main":"index.js","scripts":{"test":"illuminati"},"repository":{"type":"git","url":"http://github/3rd-Eden/githulk"},"keywords":["github","api"],"author":{"name":"Arnout Kazemier"},"license":"MIT","dependencies":{"diagnostics":"1.0.x","extract-github":"1.0.x","mana":"0.1.x","unwrapper":"^1.0.0"},"devDependencies":{"assume":"1.3.x","illuminati":"0.0.x","pre-commit":"1.1.x"},"gitHead":"dfad1e3067b17c9163e7f90704efc833a68440bd","_id":"githulk@1.1.0","_shasum":"cded877ebecdb53407e1ab3ca1e5f51e813537d9","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.1","_npmUser":{"name":"deployment","email":"info@martijnswaagman.nl"},"maintainers":[{"name":"deployment","email":"info@martijnswaagman.nl"},{"name":"deployment","email":"charlie.robbins@gmail.com"},{"name":"deployment","email":"jcrugzz@gmail.com"},{"name":"deployment","email":"npm@3rd-Eden.com"},{"name":"deployment","email":"info@3rd-Eden.com"}],"dist":{"shasum":"cded877ebecdb53407e1ab3ca1e5f51e813537d9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/githulk/-/githulk-1.1.0.tgz","integrity":"sha512-aoEHVWabYgcVb0loxRybqIJNfkwjVhq8/HCQdfz5sGecmQPNApj/LOnMgLvjUN8Zj+HeTJ/8zHeE2B1r89lOZQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFU88/5iZtCxFz0zylWdLRlFyE+cYXLWRNIxUUvoa8eyAiBdBcbdzKCuJI7IOM7UZ7wjWQfDYOFKfTynMOO7qjwNSA=="}]},"directories":{}},"1.1.1":{"name":"githulk","version":"1.1.1","description":"Small but powerful Github client","main":"index.js","scripts":{"test":"illuminati"},"repository":{"type":"git","url":"http://github/3rd-Eden/githulk"},"keywords":["github","api"],"author":{"name":"Arnout Kazemier"},"license":"MIT","dependencies":{"diagnostics":"1.0.x","extract-github":"1.0.x","mana":"0.1.x","unwrapper":"^1.1.0"},"devDependencies":{"assume":"1.4.x","illuminati":"0.0.x","pre-commit":"1.1.x"},"gitHead":"0f8b37b9140cb3dd2cb6a0d199788aea33f171a9","_id":"githulk@1.1.1","_shasum":"ccc07cb2f31b8a244fd28095984da209fc75ce85","_from":".","_npmVersion":"3.9.6","_nodeVersion":"4.4.3","_npmUser":{"name":"deployment","email":"jcrugzz@gmail.com"},"maintainers":[{"name":"deployment","email":"info@martijnswaagman.nl"},{"name":"deployment","email":"charlie.robbins@gmail.com"},{"name":"deployment","email":"jcrugzz@gmail.com"},{"name":"deployment","email":"npm@3rd-Eden.com"},{"name":"deployment","email":"info@3rd-Eden.com"}],"dist":{"shasum":"ccc07cb2f31b8a244fd28095984da209fc75ce85","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/githulk/-/githulk-1.1.1.tgz","integrity":"sha512-BJDCZv7xfSG86nB2hr5aIawBTz0mxriqGw8pZ7zUiJzkNEVLf7IGWIHmKhPvvSrKfpdTX8BaMWScl98iPKWWVg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCyQrckmCMYKSN4AOZ191EI85hLQx1wkCaASmdaUBq1CQIhANduCurf2NzS6PjA3ZDS1DX3OCWwCNHc3whYJxvSVSbb"}]},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/githulk-1.1.1.tgz_1466799162742_0.8418437915388495"},"directories":{}},"1.1.2":{"name":"githulk","version":"1.1.2","description":"Small but powerful Github client","main":"index.js","scripts":{"test":"illuminati"},"repository":{"type":"git","url":"http://github/3rd-Eden/githulk"},"keywords":["github","api"],"author":{"name":"Arnout Kazemier"},"license":"MIT","dependencies":{"diagnostics":"1.0.x","extract-github":"1.0.x","mana":"0.1.x","unwrapper":"^1.1.0"},"devDependencies":{"assume":"1.4.x","illuminati":"0.0.x","pre-commit":"1.1.x"},"gitHead":"723d8dc9ebe7e2da6499364f1fcdfc61a3acaf7a","_id":"githulk@1.1.2","_shasum":"b627efa335de9e92706f0401ba65f291bca9cc69","_from":".","_npmVersion":"3.9.6","_nodeVersion":"4.4.3","_npmUser":{"name":"deployment","email":"jcrugzz@gmail.com"},"maintainers":[{"name":"deployment","email":"info@martijnswaagman.nl"},{"name":"deployment","email":"charlie.robbins@gmail.com"},{"name":"deployment","email":"jcrugzz@gmail.com"},{"name":"deployment","email":"npm@3rd-Eden.com"},{"name":"deployment","email":"info@3rd-Eden.com"}],"dist":{"shasum":"b627efa335de9e92706f0401ba65f291bca9cc69","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/githulk/-/githulk-1.1.2.tgz","integrity":"sha512-aRtsfthWqYIEbgYmCxltHXtnf3PQ/gtMWw7qMKzcaO+Rnc05XqpcNFNyHKbgWrV80pfA5fb1Wlb8QqOqtieA+Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBNWIA4EeYXnLXV5itip3v/8riQPxYgb52xl32EhMSrhAiEAxVZ1BIaQwlHZoy6zsDIaUfBjIcqzrN4hG+YCtUQW3Is="}]},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/githulk-1.1.2.tgz_1467900910839_0.393792855553329"},"directories":{}},"1.2.0":{"name":"githulk","version":"1.2.0","description":"Small but powerful Github client","main":"index.js","scripts":{"test":"mocha test/*.test.js"},"repository":{"type":"git","url":"http://github/3rd-Eden/githulk"},"keywords":["github","api"],"author":{"name":"Arnout Kazemier"},"license":"MIT","dependencies":{"diagnostics":"~1.1.0","extract-github":"1.0.x","mana":"0.1.x","unwrapper":"^1.1.0"},"devDependencies":{"assume":"1.4.x","mocha":"3.2.0","pre-commit":"~1.2.0"},"gitHead":"dbc4ebab3b30cb471b38239d8b6b99035614b597","_id":"githulk@1.2.0","_shasum":"2e0fae576274ec8ba1aa9758cbe74a99fa550548","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.5.0","_npmUser":{"name":"deployment","email":"npm@3rd-Eden.com"},"maintainers":[{"name":"deployment","email":"info@martijnswaagman.nl"},{"name":"deployment","email":"charlie.robbins@gmail.com"},{"name":"deployment","email":"jcrugzz@gmail.com"},{"name":"deployment","email":"npm@3rd-Eden.com"},{"name":"deployment","email":"info@3rd-Eden.com"}],"dist":{"shasum":"2e0fae576274ec8ba1aa9758cbe74a99fa550548","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/githulk/-/githulk-1.2.0.tgz","integrity":"sha512-iGrlfSI5oIY1bwqE5cakMz+Y3agg7y3cVTyQrYTs2sBK+gR3Pj/czQ/Qy9b1LGpgEpDU9ZMTusTUaaR7G/EuPA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICBD3yvpLwToer052qrN7P4AhU/2A6sgY7stKBl/uhIdAiEAtLN+vXKDJM40tY/heS/3Ok0fXtjYWNmeCNn/GS95ey8="}]},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/githulk-1.2.0.tgz_1490642127073_0.24003702541813254"},"directories":{}},"1.2.1":{"name":"githulk","version":"1.2.1","description":"Small but powerful Github client","main":"index.js","scripts":{"test":"mocha test/*.test.js"},"repository":{"type":"git","url":"http://github/3rd-Eden/githulk"},"keywords":["github","api"],"author":{"name":"Arnout Kazemier"},"license":"MIT","dependencies":{"diagnostics":"~1.1.0","extract-github":"1.0.x","mana":"0.1.x","unwrapper":"^1.1.0"},"devDependencies":{"assume":"1.4.x","mocha":"3.2.0","pre-commit":"~1.2.0"},"gitHead":"c31f5004a70dc8a3b8ee5f8078fdae45fe13f56b","_id":"githulk@1.2.1","_shasum":"b70f9f47e6e2d7419c2048d9a0e6110b4a009c3f","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.5.0","_npmUser":{"name":"deployment","email":"npm@3rd-Eden.com"},"maintainers":[{"name":"deployment","email":"info@martijnswaagman.nl"},{"name":"deployment","email":"charlie.robbins@gmail.com"},{"name":"deployment","email":"jcrugzz@gmail.com"},{"name":"deployment","email":"npm@3rd-Eden.com"},{"name":"deployment","email":"info@3rd-Eden.com"}],"dist":{"shasum":"b70f9f47e6e2d7419c2048d9a0e6110b4a009c3f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/githulk/-/githulk-1.2.1.tgz","integrity":"sha512-T9P04z4V9b394fRk+3Xg55SZeXczOAXlrCo+RSnvxvsfpGJhKT8zy7M340e/JN5tK5S5ILkayAM6Q10f2NYYrQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCSG4uXAtgnLmyRkLKmmSi0dimvOp6ClWLRix55+0C09AIgPQVv4bQ45HHBIVF7S+FVP4gSGCQY6pa+TAcAH0hKC+8="}]},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/githulk-1.2.1.tgz_1490642404854_0.13446907559409738"},"directories":{}},"1.3.0":{"name":"githulk","version":"1.3.0","description":"Small but powerful Github client","main":"index.js","scripts":{"test":"mocha test/*.test.js"},"repository":{"type":"git","url":"git+https://github.com/githulks/githulk.git"},"keywords":["github","api"],"author":{"name":"Arnout Kazemier"},"license":"MIT","dependencies":{"diagnostics":"~1.1.0","extract-github":"1.0.x","mana":"0.1.x","unwrapper":"^1.1.0"},"devDependencies":{"assume":"1.4.x","mocha":"3.2.0","pre-commit":"~1.2.0"},"gitHead":"0fb5e0d7efeea3331923b7e91f70a87592ea9de1","bugs":{"url":"https://github.com/githulks/githulk/issues"},"homepage":"https://github.com/githulks/githulk#readme","_id":"githulk@1.3.0","_npmVersion":"5.3.0","_nodeVersion":"6.10.0","_npmUser":{"name":"deployment","email":"jcrugzz@gmail.com"},"dist":{"integrity":"sha512-sTSnS5SYWfo0A2FfDuK5RrYQtAAuVj48A2AGGx4Jq5XLqW0Id1oKGeAQWqwTnHaiT8KBzBXHfnGmKIBEwiQNug==","shasum":"328fb48ec2ab55765b92e8bb6c1c77983f7c3f82","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/githulk/-/githulk-1.3.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCdzGfaO0kJuUVJk7QHxQEYUTPHA1pQPotmIWEB3JCNDwIgGM0yEVbGeAIUntnQ6S3PslYl5tR+RURj/AUgFbnVX38="}]},"maintainers":[{"email":"info@martijnswaagman.nl","name":"deployment"},{"email":"charlie.robbins@gmail.com","name":"deployment"},{"email":"jcrugzz@gmail.com","name":"deployment"},{"email":"npm@3rd-Eden.com","name":"deployment"},{"email":"npm@3rd-Eden.com","name":"deployment"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/githulk-1.3.0.tgz_1501102411396_0.7222807453945279"},"directories":{}},"1.4.0":{"name":"githulk","version":"1.4.0","description":"Small but powerful Github client","main":"index.js","scripts":{"test":"mocha test/*.test.js"},"repository":{"type":"git","url":"git+https://github.com/githulks/githulk.git"},"keywords":["github","api"],"author":{"name":"Arnout Kazemier"},"license":"MIT","dependencies":{"diagnostics":"~1.1.0","extract-github":"1.0.x","mana":"0.1.x","unwrapper":"^1.1.0"},"devDependencies":{"assume":"~1.5.0","mocha":"3.2.0","pre-commit":"~1.2.0"},"gitHead":"78c2950b8dae80987de9790b8cbb85c392032987","bugs":{"url":"https://github.com/githulks/githulk/issues"},"homepage":"https://github.com/githulks/githulk#readme","_id":"githulk@1.4.0","_npmVersion":"5.5.1","_nodeVersion":"8.7.0","_npmUser":{"name":"deployment","email":"jcrugzz@gmail.com"},"dist":{"integrity":"sha512-ot319rgdj9wcMcj1eu+4m9CK9ujufMZqdxvngYRRXbjySp6bz+K6dclWpI1SIIM7yHB8LCp7p06l4SopRUasTQ==","shasum":"b6dd4284fb181f3d50e2339c17b30c4e2d6ee531","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/githulk/-/githulk-1.4.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIExtEe3zouOs/ldDAzpx3CtzijbKW4FZZHVptPlqB0YlAiBzK/9hqyEj/TbXTwk4DqlFoN2sdNU8TzRC8FQ4XZe3nw=="}]},"maintainers":[{"email":"info@martijnswaagman.nl","name":"deployment"},{"email":"charlie.robbins@gmail.com","name":"deployment"},{"email":"jcrugzz@gmail.com","name":"deployment"},{"email":"npm@3rd-Eden.com","name":"deployment"},{"email":"npm@3rd-Eden.com","name":"deployment"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/githulk-1.4.0.tgz_1510952304358_0.2184015386737883"},"directories":{}},"1.5.0":{"name":"githulk","version":"1.5.0","description":"Small but powerful Github client","main":"index.js","scripts":{"test":"mocha test/*.test.js"},"repository":{"type":"git","url":"git+https://github.com/githulks/githulk.git"},"keywords":["github","api"],"author":{"name":"Arnout Kazemier"},"license":"MIT","dependencies":{"diagnostics":"~1.1.0","extract-github":"1.0.x","mana":"^1.0.0","unwrapper":"^1.1.0"},"devDependencies":{"assume":"~1.5.0","mocha":"^4.0.1","pre-commit":"~1.2.0"},"gitHead":"ccdf611df46d4ea50c96f3c312d6d3d93d54158d","bugs":{"url":"https://github.com/githulks/githulk/issues"},"homepage":"https://github.com/githulks/githulk#readme","_id":"githulk@1.5.0","_npmVersion":"6.0.0","_nodeVersion":"8.9.1","_npmUser":{"name":"deployment","email":"npm@3rd-Eden.com"},"dist":{"integrity":"sha512-RxlOhtwqKMPdsLE4XGnkeC4mor/RA76Q+DgRZYZEyZdFUBtNQVxI/nFvUJUs5GGDYzqWkYC4OAQeFnW6QtMfDA==","shasum":"552fa30c337c4383292db60b6da03690ccc5f56d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/githulk/-/githulk-1.5.0.tgz","fileCount":24,"unpackedSize":71668,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa8M4YCRA9TVsSAnZWagAAvHsP/034jnUpsom8gzK7ExEs\nx6DrxQGkNC2X/If7ZYy1IK10VTjI0wyGVqkd2AuOuNbE6cnPOaNO2q/SAyrl\nXL7Of+5YjDB/u8I+znQ8lP8srS3EAN2Mk49vJ4VanffaekGZH5Y8ZnpAeYXq\ngz6gCl28DGYn8U1b4YjkBPYOkXxyxlphmzKf7YYncw3QDYBJ0KeuXfzXkkBU\nullLbnosJlTJcVJixtfNP6tAwD4AcAzZMRhFlOV8Zs+XsuSa/QY6Z4TzTD3C\n6Cv9HMryldRV2C+Vq/qXx8V0USWs/z/hY4wz3YU07Wfa4DFRGrbyeF6HArni\n4Q1OEKZ9lKqliW748UiEdo64WT4TaYS/CMlGDa54WMcdtQDtFotc0WvVdbO6\nLgVfG6oj/y2hSin1F+dPPR9Uigp9d0bD9jOBBh0cHiX71eIILiYZupITdxda\nvgnite0oLunIA6OJecFZaQzyNJa3UWdqyjDB8/VaK03wgGuxt+SIW6GDT/2v\nA1qa0CXQBeCPSAo59WZSapunqQ+8xUSlQQIPBZx2J7939TEuuiqqCGlPBqxv\nEOjljTTpHJG+jmxzD+/NMqbD6o6bVx7yv1pQbDp+T1S5y3NjiE4hegllnbTI\nTT7TLVKAPxCAZ+uCa6y3nS2WVL6ehxTDXlFNKUiCqGNOI0iwKsKHGv5HKKcx\nWfHD\r\n=BE6l\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC1i88NyYc5nn66rxvTO/molGBP5FIZDbRRlHv1EihsrAIgEvgk/1rcCykouS4a2Mvzx5LUuD81IQ2MtSqX/ciGdk0="}]},"maintainers":[{"email":"npm@3rd-Eden.com","name":"deployment"},{"email":"charlie.robbins@gmail.com","name":"deployment"},{"email":"jcrugzz@gmail.com","name":"deployment"},{"email":"info@martijnswaagman.nl","name":"deployment"},{"email":"npm@3rd-Eden.com","name":"deployment"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/githulk_1.5.0_1525730839827_0.6790618540390843"},"_hasShrinkwrap":false},"1.6.0":{"name":"githulk","version":"1.6.0","description":"Small but powerful Github client","main":"index.js","scripts":{"test":"mocha test/*.test.js"},"repository":{"type":"git","url":"git+https://github.com/githulks/githulk.git"},"keywords":["github","api"],"author":{"name":"Arnout Kazemier"},"license":"MIT","dependencies":{"diagnostics":"~1.1.0","extract-github":"1.0.x","mana":"^1.0.0","unwrapper":"^1.1.0"},"devDependencies":{"assume":"^2.1.0","mocha":"^4.0.1","pre-commit":"~1.2.0"},"gitHead":"bc3551207b930b69e55304d04a00c9ba1c70faa3","bugs":{"url":"https://github.com/githulks/githulk/issues"},"homepage":"https://github.com/githulks/githulk#readme","_id":"githulk@1.6.0","_npmVersion":"6.1.0","_nodeVersion":"8.9.1","_npmUser":{"name":"deployment","email":"npm@3rd-Eden.com"},"dist":{"integrity":"sha512-ZsrPJLIIkIWisdS1WfU+fSlLAL7YPW6Nhqe6OoiT9sNBM4M//mZj4dGAGgchv4Yj5Yj4mhLLwdEZG9CUmtDUDg==","shasum":"4784f213032664bd59497e04315cd742cc824722","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/githulk/-/githulk-1.6.0.tgz","fileCount":26,"unpackedSize":73109,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbddpTCRA9TVsSAnZWagAAmN0QAJAn0ajEbLQJ+c4q2baa\n9Lei9byRKPFGaSFffq7XQo2lPfXEcoraY5JGVSHiMFLoe4Y/t4NIFjLNQ4MD\nFz0pgH/4EqpjuRHeZo1244soPozLHGcM8nABjldmh5cg/y/kfMAqi3pORQZA\nM+PpeEDbbY9uVfFZOQ0X8msxTgRtkhLF4nCP4Rd8eLGMgoIzIJ/ZpvgV+szf\nMcgBBZnmE2d+fvBNBWRrADZ66CYYgARUHR2mj+f5Xlj/HFSRTdjRMLf+U8Qr\nSV3LMFkjEitptsum9HUG5nOnbDYFz6yb3tN4NoDHOMgY2aVSd/LWPYMvmRkQ\nWrQmQCjUUZk69MWjrK+CUxdfF559G1jxOz23kCezonsFczK7KySij0xap9Eg\nHu8Sd0vntOc2/KMT8gBJz+E7N4SJi49FkwLByCy3qZcJ8sL4DZ22r4NjO1oL\n4gwo8HP98DtBDg4oslFhS1AhcontnBPKkPgXSoLW+eHAp/pq1NfGQYqNdXNg\n83bI8jF8H0wyUnCVztvr2PTUmUHKXl96nFttyOhuW6AAB2/c28Bg2C6bD0yj\niW6UxGyE1ft2jaOD+VNn4KjGWFoddVBrAwO9PPDRBJ0q4zqywslzrydVaaHo\nNUm9LEBvxvrHtuBrBCtIKt12asyLK1lM5iRvKuhhTdBvnAKIjt+Z7YnUm/q2\n5YVb\r\n=5wuP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDSa5sourpoHQdClPjiLGy/tHrUNpEOeAMELeCnKiV6nQIhALZvo13yBVdfAYSyWX8rM5G2nedPiUGVEI54CcKan1yS"}]},"maintainers":[{"email":"npm@3rd-Eden.com","name":"deployment"},{"email":"gwall1@godaddy.com","name":"deployment"},{"email":"charlie.robbins@gmail.com","name":"deployment"},{"email":"jcrugzz@gmail.com","name":"deployment"},{"email":"info@martijnswaagman.nl","name":"deployment"},{"email":"npm@3rd-Eden.com","name":"deployment"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/githulk_1.6.0_1534450258650_0.5986082945296776"},"_hasShrinkwrap":false},"1.7.0":{"name":"githulk","version":"1.7.0","description":"Small but powerful Github client","main":"index.js","scripts":{"test":"mocha test/*.test.js"},"repository":{"type":"git","url":"git+https://github.com/githulks/githulk.git"},"keywords":["github","api"],"author":{"name":"Arnout Kazemier"},"license":"MIT","dependencies":{"diagnostics":"~1.1.0","extract-github":"1.0.x","mana":"^1.0.0","unwrapper":"^1.1.0"},"devDependencies":{"assume":"^2.1.0","mocha":"^4.0.1","pre-commit":"~1.2.0"},"gitHead":"3f6145aeee2d9da5a02a6a7636e8a7113612be9c","bugs":{"url":"https://github.com/githulks/githulk/issues"},"homepage":"https://github.com/githulks/githulk#readme","_id":"githulk@1.7.0","_npmVersion":"6.4.0","_nodeVersion":"8.11.4","_npmUser":{"name":"deployment","email":"npm@3rd-Eden.com"},"dist":{"integrity":"sha512-vZ1AoWxH60Xc9xPr3KNOkdgyfrTywmqOBY6bDe7gcGfs+PCBP5U5O986nTvnoK9PZd4XXHynPovLje8iLtm+pg==","shasum":"a2aeaa296ce407b0f8edff69470760f1c20d7821","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/githulk/-/githulk-1.7.0.tgz","fileCount":26,"unpackedSize":73109,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcPQY2CRA9TVsSAnZWagAAcWAQAILIKpZWm8TqHpJLylqG\nV8m9p0MnyZWRxKj3eHKLB9AjOpSaOEvX58rY8C73XqM4/vZV0nX4aFynzM8X\n3rn75e3ZR8oV+B7m15bF7lHI9hYn/zbWad+HsR0waqR+OYW0WvmgB4HNTJVG\nZpVD6s7onFotDl1174Fdm5j/qMOqA/DmuizaJ0WqzlaSUEoVIna6GTW+K8uk\nfmNLYRd9tHPFgOU7Ov4FdiNiXb/tIzfr/Dln7qMBle3OKSnDmysCXQPNARhz\nlZU5TwSwdHYoPGrcvdRQI7mrVYX2K+7lmnfWT5Xejzi2DYSN1d0XPwPk9PwC\n6HRVgrtiMgnIHWT8QYUdw42oK3yE+eHV7oIGXmHOaL1/XrQDpEiNGrajU4Qr\nd6jKKofb3mry2lQx64JMGBtAlaUXGsbquT3G4udhUu0twOYFAyXdEC3QaL+C\n7L/s+KJRD4dupwQkXYjbxCROdOF7aqauDXL6bEdQIb2fiL9H13J8LWf9JKLq\ng3tZ2pNnbkBQuA/wd0GFObUGBXZKpiU20l/EZ7IO8WgfvHQPeZnPeJjhPZiE\nvOMvyMw1D9ZcoBY+vUAHTwinXdoKbI3ST71/HgMXNNduc+6C+LPw01Mp0eI2\n9TLn49QB0VBbaecX1aCpb+TiWkCnC//Z3nAZAXkb2luZQPH3V01+QtUjoisd\nnGzy\r\n=mgXy\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIA3XogwHe9QD6YnvGsM1vjPBR6uQSPlVrMdUztBDC8MjAiAcxYLh+SrLGMBmOVGLODG0P2f6HuWVbA5dgsZbSVLPVw=="}]},"maintainers":[{"email":"npm@3rd-Eden.com","name":"deployment"},{"email":"gwall1@godaddy.com","name":"deployment"},{"email":"charlie.robbins@gmail.com","name":"deployment"},{"email":"jcrugzz@gmail.com","name":"deployment"},{"email":"info@martijnswaagman.nl","name":"deployment"},{"email":"npm@3rd-Eden.com","name":"deployment"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/githulk_1.7.0_1547503157988_0.1518082255555424"},"_hasShrinkwrap":false},"1.7.1":{"name":"githulk","version":"1.7.1","description":"Small but powerful Github client","main":"index.js","scripts":{"test":"mocha test/*.test.js"},"repository":{"type":"git","url":"git+https://github.com/githulks/githulk.git"},"keywords":["github","api"],"author":{"name":"Arnout Kazemier"},"license":"MIT","dependencies":{"diagnostics":"~1.1.0","extract-github":"1.0.x","mana":"^1.1.0","unwrapper":"^1.1.0"},"devDependencies":{"assume":"^2.1.0","mocha":"^4.0.1","pre-commit":"~1.2.0"},"gitHead":"2c9128eab312de3b5279be12cb84dcb934d77566","bugs":{"url":"https://github.com/githulks/githulk/issues"},"homepage":"https://github.com/githulks/githulk#readme","_id":"githulk@1.7.1","_nodeVersion":"10.15.0","_npmVersion":"6.11.3","_npmUser":{"name":"deployment","email":"jcrugzz@gmail.com"},"dist":{"integrity":"sha512-1eTskAIFXMAxlq9PXJiCylRDAhQhnBazV1u+/PjiQTEye5WihLRmyAC+vfhcsMknYx2+pKkP12czJC2d2T404Q==","shasum":"c345b67814e6264915405a4d736b5e5a839c47d1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/githulk/-/githulk-1.7.1.tgz","fileCount":26,"unpackedSize":73189,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdp1fPCRA9TVsSAnZWagAAYMkP/iThkL60ETvrMUBCpA4Z\ntlzWt7gQFxbOHNqsZH1QbTAEeAFJYtcKBgBQy58CKvZJiIvM9CU+s5rzflHM\nYsxotsgoqfupJWfLuseSK4vDgmFGV69eIttR9r1chQR3wEjyD+pwpMNhmkm2\nEB3d3l6lckoyPoA61CwT81Q7lPgX99ArLhDI0dCUbdRzgjUyBj3EbjP3pfew\nnnkNKMH7310WL76yhw4EmH+VHAGWydU0AHDyBFWJwKILXUGcCgzLS0A37f+N\njmQkSgL2W9bG4twTOgTQat6g+x5BqtgWB5zEMLBl+kloW2BS3QkEP3CvnoEa\n3f0ctgXLRe/C1D2/dyeizBwqG1Lqzqbk9oAPtabCCub+BX/dXhx+ZnmXKq5n\nkHBS0DksUm7MzK+0KaMRIRbCpGZkx6JSDGUsqVYK09+I8gQGTzDuNkYngjZI\n59/1pBq1akt8fdsnJOrluXOe/CKiW8wg514lOBHfQ8FRWiex/mdJt8FF/b1Z\nkHzrnPoO1Pch6vwRmzBzF+i3xLkFBo+PvKcYEOIrTlq+gfBXm1Se2r8d5l7d\nif4a/oCxlBPF0wi+Dhk5RR2q7Bb0NyoLdPGSu9PJ0Ina0mX894NVBVMjIiJg\nDB6R8HiBEXA3pBrjeQHVpRRMTY1K+z68GjeAUFmyOYiLww4pzT6dfYJuPqKB\nT/eL\r\n=v9tG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFUzlW/MHoHCBYF67+ZyRp93hTQJtPWXvkMNsm5IPy3bAiAn46Ub23lZ4xXbewrJsYsU4bISM9eQ4byX+VV4H8qynA=="}]},"maintainers":[{"email":"npm@3rd-Eden.com","name":"deployment"},{"email":"gwall1@godaddy.com","name":"deployment"},{"email":"charlie.robbins@gmail.com","name":"deployment"},{"email":"jcrugzz@gmail.com","name":"deployment"},{"email":"info@martijnswaagman.nl","name":"deployment"},{"email":"npm@3rd-Eden.com","name":"deployment"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/githulk_1.7.1_1571248078860_0.5169961552845348"},"_hasShrinkwrap":false}},"name":"githulk","time":{"modified":"2022-06-18T12:35:41.923Z","created":"2014-02-17T19:20:17.947Z","0.0.0":"2014-02-17T19:20:17.947Z","0.0.2":"2014-02-20T08:51:25.721Z","0.0.3":"2014-02-21T22:27:20.916Z","0.0.4":"2014-02-25T13:47:42.389Z","0.0.5":"2014-03-13T14:52:51.311Z","0.0.6":"2014-03-24T18:15:47.348Z","0.0.7":"2014-04-01T16:18:00.087Z","0.1.0":"2014-05-12T09:53:53.141Z","0.1.2":"2014-07-04T09:39:30.424Z","0.1.3":"2014-07-14T02:57:18.312Z","0.1.4":"2014-07-23T08:25:02.028Z","0.2.0":"2014-11-14T22:16:41.732Z","0.2.1":"2015-02-06T10:13:18.283Z","0.3.0":"2015-11-05T08:15:15.240Z","1.0.0":"2015-11-11T00:18:51.145Z","1.0.1":"2015-11-11T22:05:17.941Z","1.1.0":"2015-11-24T17:44:02.589Z","1.1.1":"2016-06-24T20:12:45.388Z","1.1.2":"2016-07-07T14:15:11.905Z","1.2.0":"2017-03-27T19:15:27.744Z","1.2.1":"2017-03-27T19:20:05.495Z","1.3.0":"2017-07-26T20:53:32.354Z","1.4.0":"2017-11-17T20:58:25.287Z","1.5.0":"2018-05-07T22:07:19.902Z","1.6.0":"2018-08-16T20:10:58.700Z","1.7.0":"2019-01-14T21:59:18.164Z","1.7.1":"2019-10-16T17:47:59.003Z"},"readmeFilename":"README.md","homepage":"https://github.com/githulks/githulk#readme"}