{"_id":"@octokit/request","_rev":"136-7d726883c46e6979a174d13fcb4a423c","name":"@octokit/request","dist-tags":{"release-6.x":"6.2.8","beta":"9.0.0-beta.1","release-8.x":"8.4.1","release-9.x":"9.2.4","latest":"10.0.7"},"versions":{"1.0.0":{"name":"@octokit/request","version":"1.0.0","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@1.0.0","maintainers":[{"name":"bkeepers","email":"brandon@opensoul.org"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"octokitbot@martynus.net"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"1117dc0387fa4955d8ed33603fa8d53f6d71e534","tarball":"https://registry.npmjs.org/@octokit/request/-/request-1.0.0.tgz","fileCount":14,"integrity":"sha512-ea73ByFU05qoIxnD1XYhPmr6IXMd0IN7hMR2zT3sDr+iVjPk7VWCImMkhnnDOT69WhHG8TAVRRknlt5sVG8xEA==","signatures":[{"sig":"MEQCIGqUgkJtFDhTefgsdS191AbWC+ivVCHXnQK25OCLct1NAiAer26GShPH6yD6wUsjiulRfwRVKzkWcp6Lljyy48VlGg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":473024,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbzm+oCRA9TVsSAnZWagAA6tUP+wft7aEByYJSX1+Xki2s\n4NF+moBKgZ0mdCOjGwzWA1pkZyVJvsDioDSZrw3iYj5ZVOYy/GP+X5cFi1FM\nxVCmdwcTDtZTXQJPi3f7Zymzr2sP7ViNG0dWSbUyhzdw8yZYZ5dSrYHf/0h1\n1LP4dn2UPYXWyV8M97mSrsj6taDn9J2lQXqCInAz/6qZZmdls0dCJbWNmFz2\nKDErJEL7dY6sesiGEz8Cwmoj9mSJ09lmhpFS3XvSoQQmY/4LtQE79muMiEQW\nGz8G/92twJZtw2sq3ap/GnzgGG38nEdA07rQ2/D3HKlXX/GxK8KAEUTxC7zb\nHvmpD0waaM4aKnnBEqOSXFKtxnlbDsEAAVkrbt0KqrjvkUIgQuNj+s3O4odQ\nSNMc5I4g6w/tzxn+1JUDcqfhYpuwDmMwxxcCt5mDPrzM4j3aSLcuh6aygyOk\nPg03GgcJ0SzpK7AE3vtPVNXtC/SP8rF+y62lLsceTHn7UVLQ0czt8oN5HIv3\n0jAXGxJmj3p/3L0ERPxIBZ5fK91jP3OUcayEV1Mm4bD2iGNpvaWL6G0i1pNw\n5V9d+ee+DoeDCjHrfnCvY8XOE0JyiFTzEpJ6mte5TzeBotyYj0UR/nUWzzsn\nfqITekp7tik2gm5HOS03V0gV23SfNkZLONA8x0jGnf5z3v28eCpQxnuzSMMb\nuaDU\r\n=zZyk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","_from":".","_shasum":"1117dc0387fa4955d8ed33603fa8d53f6d71e534","browser":{"./lib/get-request-agent.js":false,"./lib/request/get-buffer-response.js":"./lib/request/get-buffer-response-browser.js"},"gitHead":"5656a363d01f3db1fcf66828212aa86be507d272","release":{"publish":["@semantic-release/npm",{"path":"@semantic-release/github","assets":["dist/*","!dist/*.map.gz"]}]},"scripts":{"test":"nyc mocha test/*-test.js","build":"npm-run-all build:*","pretest":"standard","coverage":"nyc report --reporter=html && open coverage/index.html","prebuild":"mkdirp dist/","test:browser":"cypress run --browser chrome","bundle-report":"webpack-bundle-analyzer dist/bundle-stats.json --mode=static --no-open --report dist/bundle-report.html","coverage:upload":"nyc report --reporter=text-lcov | coveralls","build:production":"webpack --mode production --entry . --plugin=compression-webpack-plugin --output-library=Octokit --output-path=./dist --output-filename=octokit-request.min.js --devtool source-map","semantic-release":"semantic-release","build:development":"webpack --mode development --entry . --output-library=Octokit --output=./dist/octokit-request.js --profile --json > dist/bundle-stats.json"},"_npmUser":{"name":"gr2m","email":"gregor@martynus.net"},"standard":{"globals":["describe","before","beforeEach","afterEach","after","it","expect"]},"bundlesize":[{"path":"./dist/octokit-request.min.js.gz","maxSize":"5KB"}],"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"3.10.10","description":"Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node","directories":{},"_nodeVersion":"6.11.5","dependencies":{"is-plain-object":"^2.0.4","@octokit/endpoint":"^1.3.0","universal-user-agent":"^2.0.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^13.1.0","chai":"^4.2.0","nock":"^10.0.1","mocha":"^5.2.0","mkdirp":"^0.5.1","cypress":"^3.1.0","webpack":"^4.22.0","standard":"^12.0.1","coveralls":"^3.0.2","fetch-mock":"^7.2.0","sinon-chai":"^3.2.0","npm-run-all":"^4.1.3","simple-mock":"^0.8.0","webpack-cli":"^3.1.2","semantic-release":"^15.10.5","webpack-bundle-analyzer":"^3.0.3","compression-webpack-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_1.0.0_1540255655064_0.6368693690980611","host":"s3://npm-registry-packages"}},"1.1.0":{"name":"@octokit/request","version":"1.1.0","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@1.1.0","maintainers":[{"name":"bkeepers","email":"brandon@opensoul.org"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"octokitbot@martynus.net"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"a0a7e65c92d01f72fb925e5f23c706e60dcee23c","tarball":"https://registry.npmjs.org/@octokit/request/-/request-1.1.0.tgz","fileCount":13,"integrity":"sha512-SpetLMD/5ZBpjdfgEbMvZXrS44u8EpzF/Xt5Qonkha+OCWkXrpswrcq0egm2cYBX+faXopiLSafZ+uAyCW4E+A==","signatures":[{"sig":"MEYCIQDg8lZzZvCCihkmyR3G1xettGFVwQstVydeJhAy3RfXxQIhAPFVngBh9cZNTI1vKBdpzQMthildlZO2if523HnCUl+T","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33076,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbzpZBCRA9TVsSAnZWagAA0bEQAIShTERmPIJShvCi4QLv\nzYYrQCYveaxg380BWzQVtKR4E6esmN5Xzs8BlY3koWgXwqH/L/4kPFMgZWYv\nd9lWdGfWVNEUAKOco4PKQLd8aOJLIVXeRhGMLan+5QsMW6ZXkOMfwNBNmqmm\nMhFY1LfdbEx652VfgcwxKaIljp22vWNipM6hhIsdKzzQLQj+26jwqIjV39le\nk37x293QbwtpDBMbt7nu9Jjq4UcWESw1K6w8O+jF+DfduNaSaPdpcVJSeL7p\n95vlgIS/QcKUCm7pvHLWHlgSJ+8aYsXNHICvh87oGWuNbhTE1CRkVJLNAFal\n4J9yb7tsfT008LDaVqkt7gr8MVQ5Y5DvhBmx1xDIq2s2QdL0bYBzIMVHdqIL\nXouOKQCJXqA6DRQfEywj0cYHVEkfWM/xhB0pU4jo19lU4Yl+IuANJnkju2O/\nDExez+RjQxRCFujFgtIioQvwVibrlVsutlRdhN8mJ+Rr5jE11KDQL58maORq\nCJItl8oDI0Hb4+iN9vk4N5NvZm9UMv738UGqGtZgU2FtGplUnOmL2kS6R0qj\ny6eXDvFgunG4150KsBPreVBQ+WCY/aR1+nvlpTez2vibJvhPnTUij9XE0IvP\ngOPZhlIaXb7rpSR3EMRPtEH1gWIXBPnIxAKHTihISIP2po1Ot+S1Kah/ksXr\n83OU\r\n=mrwb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","browser":{"./lib/get-request-agent.js":false,"./lib/request/get-buffer-response.js":"./lib/request/get-buffer-response-browser.js"},"gitHead":"47200d88f0bf2c5789e013c67571ce18256e4982","release":{"publish":["@semantic-release/npm",{"path":"@semantic-release/github","assets":["dist/*","!dist/*.map.gz"]}]},"scripts":{"test":"nyc mocha test/*-test.js","build":"npm-run-all build:*","pretest":"standard","coverage":"nyc report --reporter=html && open coverage/index.html","prebuild":"mkdirp dist/","test:browser":"cypress run --browser chrome","bundle-report":"webpack-bundle-analyzer dist/bundle-stats.json --mode=static --no-open --report dist/bundle-report.html","coverage:upload":"nyc report --reporter=text-lcov | coveralls","build:production":"webpack --mode production --entry . --plugin=compression-webpack-plugin --output-library=Octokit --output-path=./dist --output-filename=octokit-request.min.js --devtool source-map","semantic-release":"semantic-release","build:development":"webpack --mode development --entry . --output-library=Octokit --output=./dist/octokit-request.js --profile --json > dist/bundle-stats.json"},"_npmUser":{"name":"octokitbot","email":"octokitbot@martynus.net"},"standard":{"globals":["describe","before","beforeEach","afterEach","after","it","expect"]},"bundlesize":[{"path":"./dist/octokit-request.min.js.gz","maxSize":"5KB"}],"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"6.4.1","description":"Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node","directories":{},"_nodeVersion":"8.12.0","dependencies":{"is-plain-object":"^2.0.4","@octokit/endpoint":"^1.3.0","universal-user-agent":"^2.0.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^13.1.0","chai":"^4.2.0","nock":"^10.0.1","mocha":"^5.2.0","mkdirp":"^0.5.1","cypress":"^3.1.0","webpack":"^4.22.0","standard":"^12.0.1","coveralls":"^3.0.2","fetch-mock":"^7.2.0","sinon-chai":"^3.2.0","npm-run-all":"^4.1.3","simple-mock":"^0.8.0","webpack-cli":"^3.1.2","semantic-release":"^15.10.5","webpack-bundle-analyzer":"^3.0.3","compression-webpack-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_1.1.0_1540265536358_0.02518428082239965","host":"s3://npm-registry-packages"}},"1.1.1":{"name":"@octokit/request","version":"1.1.1","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@1.1.1","maintainers":[{"name":"bkeepers","email":"brandon@opensoul.org"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"octokitbot@martynus.net"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"0c44bc2ab22324df4c142310476ccdaace5cf69d","tarball":"https://registry.npmjs.org/@octokit/request/-/request-1.1.1.tgz","fileCount":13,"integrity":"sha512-RC4Iuz9k65HSkPZ5RNDtMkvkqi+EwuJOlddi4qux7DnSakFNaJDJChge7say8oNWQ3vC9gAxxgX11SICgLF6gg==","signatures":[{"sig":"MEQCIGoG3ut2y3DT364vlzUcOF2tKUrygEBxJwfgh8jpHsDyAiBlM7lmaChiJ8lGcJ/XfLyfdqeLIbqMWjbqkL9bybf4tA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":32751,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb0MLfCRA9TVsSAnZWagAAtAAP/30bPsTGE0oZ/lHDXPjN\ne1S1Sr38F9YVmoSdILognpKtn5DmQZ5M8l7Wlx8sZxIphFC7oH6OUTsambl5\n1ZMGH3io6wdkCTWwJERaB6Ibpv5rL2F+DAxdVXbZ4rPYpgH1YZhVeWCwt0+t\noNaXRyrmLHglIdimrqBKx2Wc2k67kScnstOHIm0qu2/hKQBupByP9Qw8yPb7\nH0WDPAPmXZ3Zf/zDw9Jl6yqyPqzemUeSG3+T2LPlMu/lktAjd2IMX0DMWGXT\nxjfDjreiUbByb1ElPtJJ6Xn6HOxKZczfxKh5llVJt65hzvRFnnFT2b4rn4VE\nCiVm1FJ2M+LkORuEtfdL2Fw/vw4Ew7WxrkA50uBylam88d8mlnlDeyG9EBun\nZw8Se4e/4Zgz55adYr9xRzr1LpgKTQ7PDhDiTRVXGgLtN5uW9p25/feCyuDs\nibH5D7S+ruaNzy6D3G8Y46ikbJ4vBtfU/as0aS8xemHijrlp5jstsVBxhxMg\nBVvQSKP1PPoAuVlKIAOzaDW3Cx4qxUXR4ex16nZvzk9LAIjYzb4STOM6MMI2\nj5mVdPk4IMeLUNhhYuiN8I0uWcSaqe3v2muizCH+flaHXfQ8JBbNNrGCykYz\nRKHzAzzcA53Sw9jFvePdxyKEhfzWUDVtX7SFMiejIeEl71BdMnYxkPOxd2np\n8qFn\r\n=Wqks\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","browser":{"./lib/get-request-agent.js":false,"./lib/request/get-buffer-response.js":"./lib/request/get-buffer-response-browser.js"},"gitHead":"a18fda28e7acf4eb5769bcbc97fcf34a9a6471d1","release":{"publish":["@semantic-release/npm",{"path":"@semantic-release/github","assets":["dist/*","!dist/*.map.gz"]}]},"scripts":{"test":"nyc mocha test/*-test.js","build":"npm-run-all build:*","pretest":"standard","coverage":"nyc report --reporter=html && open coverage/index.html","prebuild":"mkdirp dist/","test:browser":"cypress run --browser chrome","bundle-report":"webpack-bundle-analyzer dist/bundle-stats.json --mode=static --no-open --report dist/bundle-report.html","coverage:upload":"nyc report --reporter=text-lcov | coveralls","build:production":"webpack --mode production --entry . --plugin=compression-webpack-plugin --output-library=Octokit --output-path=./dist --output-filename=octokit-request.min.js --devtool source-map","semantic-release":"semantic-release","build:development":"webpack --mode development --entry . --output-library=Octokit --output=./dist/octokit-request.js --profile --json > dist/bundle-stats.json"},"_npmUser":{"name":"octokitbot","email":"octokitbot@martynus.net"},"standard":{"globals":["describe","before","beforeEach","afterEach","after","it","expect"]},"bundlesize":[{"path":"./dist/octokit-request.min.js.gz","maxSize":"5KB"}],"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"6.4.1","description":"Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node","directories":{},"_nodeVersion":"8.12.0","dependencies":{"is-plain-object":"^2.0.4","@octokit/endpoint":"^1.3.0","universal-user-agent":"^2.0.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^13.1.0","chai":"^4.2.0","nock":"^10.0.1","mocha":"^5.2.0","mkdirp":"^0.5.1","cypress":"^3.1.0","webpack":"^4.22.0","standard":"^12.0.1","coveralls":"^3.0.2","fetch-mock":"^7.2.0","sinon-chai":"^3.2.0","npm-run-all":"^4.1.3","simple-mock":"^0.8.0","webpack-cli":"^3.1.2","semantic-release":"^15.10.5","webpack-bundle-analyzer":"^3.0.3","compression-webpack-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_1.1.1_1540408021339_0.7291750337106915","host":"s3://npm-registry-packages"}},"1.2.0":{"name":"@octokit/request","version":"1.2.0","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@1.2.0","maintainers":[{"name":"bkeepers","email":"brandon@opensoul.org"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"octokitbot@martynus.net"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"d3df6a5e9f113edf55cdbbb1a25a9d913141275d","tarball":"https://registry.npmjs.org/@octokit/request/-/request-1.2.0.tgz","fileCount":13,"integrity":"sha512-af6DAU9s6YV0P7CXilRIHsCNEowWQ6dRBNmoyA0BC/sTcSbqZ3kY/lr0J1TV50rBEUUthwe3DMo8J/hy+rloCg==","signatures":[{"sig":"MEQCIEncy4v6ztZ8v/E1TEDhuM4+el2fA4eN6P+VlVzHVSc3AiBTJUheOLZwO5abnr++gTT5SWeGnONpVQLRreiT909f9w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":32905,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb0UzKCRA9TVsSAnZWagAAUwYP/3FQnswDfg50KItvCgW7\nSAo9DwryYxtC5K/GHdph2ivHSxu8iH+wfAgFq8OZwngdxp0QfboqL4joUCKX\nqQfmHBWaQbotTrOTBq/YANTieLpbI4ir5H/rsQ3fUbAWZWiLjZj28j9jvYG6\nTFETR2PKWITYWrJ2OHtP1rTdzPsCuoj9gozm3nJrHhF+i14hgbP6SGX4x6vp\nTHtuzgMumJ9oIQIu+gJ8yN4+dEd43AJrVunr4UiUgHTpIcFEwbhck13onMkk\nv6GlBpx9HJrj6vgKmgA6SZMAkLcJtsPdrAXBABce1OYOJyaG+vrX65In1Zan\nbQKOXaFjNevrMxdQPmpiWB04N7qHiQq+Lho9iMFaJkCu0JO/Uiu35yB72iZz\nG8sGnIx25REwScGfAfE9c0lPBCRe+km/IKmZKeJEUf2TjbhImQkIUOsRwDIm\n2YKqsTVmcOX1WrmiQcUhTeCmhbDwDg4f612m9F6EEmOKEvdShyI+HYg/Kkod\ngo7AwrIJKERxD6x2CP8NRHaLMzFkkAul7OmDyFtQBsQR7E5ogdPX/pJKdR0+\nE/lJGQkMLT5ny4Lg09kLi5mkJBiVauxdEJXB7Kg5qrlioYN0Roo4sUOP8LVq\n7lf1G5B7jCKllzvXAa29VlhnfSOQ9+7uLblYTGZnRsTQCb717AKJ88NtendY\nfQ+z\r\n=unT1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","browser":{"./lib/get-request-agent.js":false,"./lib/request/get-buffer-response.js":"./lib/request/get-buffer-response-browser.js"},"gitHead":"7958423c0aefb48b8c77fe87c6c0e3763c4f9d35","release":{"publish":["@semantic-release/npm",{"path":"@semantic-release/github","assets":["dist/*","!dist/*.map.gz"]}]},"scripts":{"test":"nyc mocha test/*-test.js","build":"npm-run-all build:*","pretest":"standard","coverage":"nyc report --reporter=html && open coverage/index.html","prebuild":"mkdirp dist/","test:browser":"cypress run --browser chrome","bundle-report":"webpack-bundle-analyzer dist/bundle-stats.json --mode=static --no-open --report dist/bundle-report.html","coverage:upload":"nyc report --reporter=text-lcov | coveralls","build:production":"webpack --mode production --entry . --plugin=compression-webpack-plugin --output-library=Octokit --output-path=./dist --output-filename=octokit-request.min.js --devtool source-map","semantic-release":"semantic-release","build:development":"webpack --mode development --entry . --output-library=Octokit --output=./dist/octokit-request.js --profile --json > dist/bundle-stats.json"},"_npmUser":{"name":"octokitbot","email":"octokitbot@martynus.net"},"standard":{"globals":["describe","before","beforeEach","afterEach","after","it","expect"]},"bundlesize":[{"path":"./dist/octokit-request.min.js.gz","maxSize":"5KB"}],"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"6.4.1","description":"Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node","directories":{},"_nodeVersion":"8.12.0","dependencies":{"is-plain-object":"^2.0.4","@octokit/endpoint":"^2.0.1","universal-user-agent":"^2.0.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^13.1.0","chai":"^4.2.0","nock":"^10.0.1","mocha":"^5.2.0","mkdirp":"^0.5.1","cypress":"^3.1.0","webpack":"^4.22.0","standard":"^12.0.1","coveralls":"^3.0.2","fetch-mock":"^7.2.0","sinon-chai":"^3.2.0","npm-run-all":"^4.1.3","simple-mock":"^0.8.0","webpack-cli":"^3.1.2","semantic-release":"^15.10.5","webpack-bundle-analyzer":"^3.0.3","compression-webpack-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_1.2.0_1540443337603_0.9407713129323756","host":"s3://npm-registry-packages"}},"1.2.1":{"name":"@octokit/request","version":"1.2.1","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@1.2.1","maintainers":[{"name":"bkeepers","email":"brandon@opensoul.org"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"octokitbot@martynus.net"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"60101ad6829dd63da14775cffd8f0d33192652fc","tarball":"https://registry.npmjs.org/@octokit/request/-/request-1.2.1.tgz","fileCount":15,"integrity":"sha512-IipuPtY4UGurQAP7G58vQvGx/RVBo6GFfCNT6PMcZqiXuc4rSTsVDxwB3iBUCXfohR/t3CmSY8WoUntQcDbqNQ==","signatures":[{"sig":"MEQCICPfXoAltxJ/qZS+wWlsf8A9PM/8XrXrlF/UUIo1emzRAiBRoxJfyEaMiPKZSdeSb+vloACUgZLXIR2lKEdL+NFuZQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":31957,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2Q85CRA9TVsSAnZWagAAniEP/0pYxP+hzRxes96hd/aS\nmxztKWRyDWW/Sx29PXpsjpo1S8dQgoO/OGx/QlSl4/jKKi8YXUKxVVZn6jze\nuptPjkA3eFG7RIAN/d5RS8F/lNhQwW48wgiS4xhuOEDK4DSU6yk9mBASGwIT\nO1A0sRvVQ4aK0D1n1dLYs6UmH0aoqE9DqyiihpEvlQZkJwEX+8se42JV6ZVY\niLKFA/j9XbIDtKXIpZdgSKBJD4ncoql71AV1wAEnvzmeoWLx8O1IZP5GqY7v\nrebi1FRhmB4NxmmAaIOWIKTnAE7foUYvVbX9fNZxFnMK9cgOZ9HAe5y/KO4p\np/Br4Q0O0ZTWNoTQXiz9iA2jbJMVq/C4xOKoI/MyfwSBvRmuqmWfzMd3dP52\noQqRH02N44ay5dWCD/+0v1FIVV4lEHrA8PoTuDz1+UW285lCVg89rNVWT3iN\n5ZvEzFlUMsG1LqrdcDPeo6iCftLvBaCEzbbdkL3STr0Gzlm0Cygkki2u4hJ1\ntys0RJXkEae5vpFAxaTraPLYPHnYWosQd5q6gf+tBQQ2XTHbkYmCz7yLHIrG\nVzI1KfkuMK7fKN9aMHgeiEh/JyIgLpgz5FXMUoQ/sHvcVW2jq8tbgAv3Tn3i\nY2YnNDDoNiteK1TiZVMg3qEsX6vvY4FAGM2gpRiwnZWUys16NNcF+2tP0uSl\ntEjm\r\n=4n+l\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","browser":{"./lib/get-request-agent.js":false,"./lib/request/get-buffer-response.js":"./lib/request/get-buffer-response-browser.js"},"gitHead":"22007068fd2b0edff7722635bb502e4172168623","release":{"publish":["@semantic-release/npm",{"path":"@semantic-release/github","assets":["dist/*","!dist/*.map.gz"]}]},"scripts":{"test":"nyc mocha test/*-test.js","build":"npm-run-all build:*","pretest":"standard","coverage":"nyc report --reporter=html && open coverage/index.html","prebuild":"mkdirp dist/","test:browser":"cypress run --browser chrome","bundle-report":"webpack-bundle-analyzer dist/bundle-stats.json --mode=static --no-open --report dist/bundle-report.html","coverage:upload":"nyc report --reporter=text-lcov | coveralls","build:production":"webpack --mode production --entry . --plugin=compression-webpack-plugin --output-library=Octokit --output-path=./dist --output-filename=octokit-request.min.js --devtool source-map","semantic-release":"semantic-release","build:development":"webpack --mode development --entry . --output-library=Octokit --output=./dist/octokit-request.js --profile --json > dist/bundle-stats.json"},"_npmUser":{"name":"octokitbot","email":"octokitbot@martynus.net"},"standard":{"globals":["describe","before","beforeEach","afterEach","after","it","expect"]},"bundlesize":[{"path":"./dist/octokit-request.min.js.gz","maxSize":"5KB"}],"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"6.4.1","description":"Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node","directories":{},"_nodeVersion":"10.13.0","dependencies":{"is-plain-object":"^2.0.4","@octokit/endpoint":"^2.0.1","universal-user-agent":"^2.0.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^13.1.0","chai":"^4.2.0","nock":"^10.0.1","mocha":"^5.2.0","mkdirp":"^0.5.1","cypress":"^3.1.0","webpack":"^4.22.0","standard":"^12.0.1","coveralls":"^3.0.2","fetch-mock":"^7.2.0","sinon-chai":"^3.2.0","npm-run-all":"^4.1.3","simple-mock":"^0.8.0","webpack-cli":"^3.1.2","semantic-release":"^15.10.5","webpack-bundle-analyzer":"^3.0.3","compression-webpack-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_1.2.1_1540951864447_0.486709603936321","host":"s3://npm-registry-packages"}},"1.2.2":{"name":"@octokit/request","version":"1.2.2","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@1.2.2","maintainers":[{"name":"bkeepers","email":"brandon@opensoul.org"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"octokitbot@martynus.net"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"040a06dc5a542c0a8819f55b8663b59036ff2202","tarball":"https://registry.npmjs.org/@octokit/request/-/request-1.2.2.tgz","fileCount":15,"integrity":"sha512-R0itm365UJLZq+xg99unKPFbg0TrZ1+X3lrgPM8dD+kJpkZYECLi4FvYOy5yS6iN3Wap9weJMQtAj53KHAFVeA==","signatures":[{"sig":"MEQCICq22Fdz6ryt7tE5Qn5kpExhaBVd+BH57Jv07xbe4qUwAiAU7jPqER0P/old8NdVWuH3V4VHOb4vFUWq6Nz8nqgmUQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":31977,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2Ut6CRA9TVsSAnZWagAA48MQAKRsRQMBN4uvKzD7bNfm\nLrnr6Q1fZOd3VS0g4jWZP1avMi65FddmWYqKHGA3tD4rD3cA2tmgDr9JTtgq\n03h5+sVs8jFBaSBwBIc0EoQOPDWk0DfzbB/WxhhmSZ9qAU/FpRLKYzNmvCth\nzVg3iuYiMb5GOTyVbx4Lg0oASYI10CtcLyd/oLXweqY9n1Zb4Pys5bC+4idC\nxjg/eckzhYTCPTD8uJy8OIsuruj+Z2gaWkZrofDtRLFxkjwubFdQnCF1yoO4\nqgeZDscgDe4EPGdweEG/iRScH+T6+VYnKBZ5lDhICPgjVesMrbbATsQB0hEb\n0Yi/dGgyXYMkU+HcLlcZbY1kSQ1A26ABgtfN/kIoBoEzGAdv/mcS4O/M7uiX\nyZYN5H/e4+kY0Xhwpzt8D+sguiBysY2sT8PfSS3ySnuMzHmlqpphIBUozsRO\n1SxqhPnmH6hT/LoS8fao52O05qCT46QARbT8EMhE5sKMhim+yEzr+NEFu2JR\nQyUq9rjG1iNH/Hm3fHt9bVafwdKTWqvTWxgL/O39VM6TtyAo/GXqEwbKki9P\np0o+gWGaVifQU+iqp1ncjtFgnGK9uCcSuCxwpkUKGxBOsqlVdktSLXJt8d1Q\nd6f0BobRQOMWNXDCB8rpcuF1NYCQ+uX3WUXOZysZkzyCpLertD5gFOH0fMkT\nnjyv\r\n=aeOA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","browser":{"./lib/get-request-agent.js":false,"./lib/request/get-buffer-response.js":"./lib/request/get-buffer-response-browser.js"},"gitHead":"f57f14af3b88b568ce9da00983ee1e7378e1e235","release":{"publish":["@semantic-release/npm",{"path":"@semantic-release/github","assets":["dist/*","!dist/*.map.gz"]}]},"scripts":{"test":"nyc mocha test/*-test.js","build":"npm-run-all build:*","pretest":"standard","coverage":"nyc report --reporter=html && open coverage/index.html","prebuild":"mkdirp dist/","test:browser":"cypress run --browser chrome","bundle-report":"webpack-bundle-analyzer dist/bundle-stats.json --mode=static --no-open --report dist/bundle-report.html","coverage:upload":"nyc report --reporter=text-lcov | coveralls","build:production":"webpack --mode production --entry . --plugin=compression-webpack-plugin --output-library=Octokit --output-path=./dist --output-filename=octokit-request.min.js --devtool source-map","semantic-release":"semantic-release","build:development":"webpack --mode development --entry . --output-library=Octokit --output=./dist/octokit-request.js --profile --json > dist/bundle-stats.json"},"_npmUser":{"name":"octokitbot","email":"octokitbot@martynus.net"},"standard":{"globals":["describe","before","beforeEach","afterEach","after","it","expect"]},"bundlesize":[{"path":"./dist/octokit-request.min.js.gz","maxSize":"5KB"}],"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"6.4.1","description":"Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node","directories":{},"_nodeVersion":"10.13.0","dependencies":{"is-plain-object":"^2.0.4","@octokit/endpoint":"^2.0.1","universal-user-agent":"^2.0.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^13.1.0","chai":"^4.2.0","nock":"^10.0.1","mocha":"^5.2.0","mkdirp":"^0.5.1","cypress":"^3.1.0","webpack":"^4.22.0","standard":"^12.0.1","coveralls":"^3.0.2","fetch-mock":"^7.2.0","sinon-chai":"^3.2.0","npm-run-all":"^4.1.3","simple-mock":"^0.8.0","webpack-cli":"^3.1.2","semantic-release":"^15.10.5","webpack-bundle-analyzer":"^3.0.3","compression-webpack-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_1.2.2_1540967289646_0.5560221659953128","host":"s3://npm-registry-packages"}},"2.0.0":{"name":"@octokit/request","version":"2.0.0","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@2.0.0","maintainers":[{"name":"bkeepers","email":"brandon@opensoul.org"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"octokitbot@martynus.net"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"5cc717b8718d143da1d1d2343b2beec1162be53c","tarball":"https://registry.npmjs.org/@octokit/request/-/request-2.0.0.tgz","fileCount":15,"integrity":"sha512-SKYjO3iCKW3K8IW5PR4Za6ZafxPLmfVM5r8iQjdnA68CGVUG4gVYPGr/d9Do2L7PGVpxxv72ubQ+r9B3YCtXCA==","signatures":[{"sig":"MEUCIQDqDm7iHVlYUaT5oAA3tj3iao1wwcejpBThebo8EjJnIAIgcGwWvCSaNf2+mmS80pgvD1LekyOPA3aEbZiGr+vFWZg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33977,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2fwhCRA9TVsSAnZWagAA3nAQAJx76oOrSlQVXGugj5GE\n1jsh6x08mbJGOxgOvtYYRMigpJQ4rDoeBa2pWA3XocQiOfjevuyCYZsyyG7o\nzexL4bH/foGOcCPxvrzteGnV3mecIfxwYewk/1H8eAKukyBvopRijh7C4ZIn\nEJ4dAQ7IwfS8u1E3HG9quCf4kGF1TrQTPH4HJ6fg+hnwleCIV2bAuiIf6UVF\n+6ezPUK0Wo60MyIsnxgmBJwfVpjlfzXAC5C4buUjBXmdX3meOYHyDxADGRh4\nl4i7X5YW4J/DicoNqaJgB+yM+NAiyFLguy/BrvZPeTPL6MEN0qCBK/F6+jZ0\nWiPP1Iy0sQwaH5DF7DG/T4LEGkVNcTimn73mW+YInJz+jjG4VAPWAnWJisU1\nfzKy7IUKiX1Ha663YP0KtTbbBIlsQ7DHiMh/tCNxY0kfYUHRoldT6GIe/8IF\nzNxOuCJi3a64AsSudb8Fq+8hpN8NLK5kx12Xdea1vF0XH9C2rkRDif93bAp6\ncxfT9eYUygIlD7h9I4eMBI5RZV0P5qQrh7DaqJvxljTQNEsn8SG1Ucq/koNu\n2p0w3JoZkyzI4a091F3WozUelKnPel8Crhjme2/0uj5zLYvFBp5ghHpqoUIy\nMg04ua9ReowYxF4WBmJ91oGf2knd9dbEG6ATVKr2eny9JFl0+StbwcuXGxzO\nGJyu\r\n=jFBD\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","browser":{"./lib/get-request-agent.js":false,"./lib/request/get-buffer-response.js":"./lib/request/get-buffer-response-browser.js"},"gitHead":"0359d87790085d12a11103530910f609ae7e7102","release":{"publish":["@semantic-release/npm",{"path":"@semantic-release/github","assets":["dist/*","!dist/*.map.gz"]}]},"scripts":{"test":"nyc mocha test/*-test.js","build":"npm-run-all build:*","pretest":"standard","coverage":"nyc report --reporter=html && open coverage/index.html","prebuild":"mkdirp dist/","test:browser":"cypress run --browser chrome","bundle-report":"webpack-bundle-analyzer dist/bundle-stats.json --mode=static --no-open --report dist/bundle-report.html","coverage:upload":"nyc report --reporter=text-lcov | coveralls","build:production":"webpack --mode production --entry . --plugin=compression-webpack-plugin --output-library=Octokit --output-path=./dist --output-filename=octokit-request.min.js --devtool source-map","semantic-release":"semantic-release","build:development":"webpack --mode development --entry . --output-library=Octokit --output=./dist/octokit-request.js --profile --json > dist/bundle-stats.json"},"_npmUser":{"name":"octokitbot","email":"octokitbot@martynus.net"},"standard":{"globals":["describe","before","beforeEach","afterEach","after","it","expect"]},"bundlesize":[{"path":"./dist/octokit-request.min.js.gz","maxSize":"5KB"}],"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"6.4.1","description":"Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node","directories":{},"_nodeVersion":"10.13.0","dependencies":{"is-plain-object":"^2.0.4","@octokit/endpoint":"^3.0.0","universal-user-agent":"^2.0.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^13.1.0","chai":"^4.2.0","nock":"^10.0.1","mocha":"^5.2.0","mkdirp":"^0.5.1","cypress":"^3.1.0","webpack":"^4.22.0","standard":"^12.0.1","coveralls":"^3.0.2","fetch-mock":"^7.2.0","sinon-chai":"^3.2.0","npm-run-all":"^4.1.3","simple-mock":"^0.8.0","webpack-cli":"^3.1.2","semantic-release":"^15.10.5","webpack-bundle-analyzer":"^3.0.3","compression-webpack-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_2.0.0_1541012512382_0.8328258390889691","host":"s3://npm-registry-packages"}},"2.0.1":{"name":"@octokit/request","version":"2.0.1","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@2.0.1","maintainers":[{"name":"bkeepers","email":"brandon@opensoul.org"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"octokitbot@martynus.net"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"8567a8610107c30bb8faa286a683e615c21e0053","tarball":"https://registry.npmjs.org/@octokit/request/-/request-2.0.1.tgz","fileCount":15,"integrity":"sha512-/Ly1ea8PZ82WwcxZoV1+ZXb3ll6hHa8sXuWhB4/+rBSIb2bhnavQ9WaNbK7iqILhbfZJeZAm3iTuYmLZA9paog==","signatures":[{"sig":"MEQCIFk0/+9OTsh8lVlogZKF8Pm5KLPwc8jGWb+T2zbZ1SLEAiAcJeNEMpF07BtVG1/7agt0XEbccRNogPvqabFXVJuoXA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35299,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb2iNSCRA9TVsSAnZWagAA5FMP/jQMLeje5K1oKrbB1v+f\nKj5JJkvsfdOkaVO61zNfw0VRxu3oXD2xbjb4jtv1vNVtPQgGffeR+MPVIJ4j\n9ZCYGsRDyeJZoID4XZbtBJFmOyGUH4mVngVexNua2kpGpSp9m5QpfeyKP18/\nFXkSe1wm1LCuG7VNu6eJAEWMqn+sPsdeCXiAc+F41lKadV2QhfhNSpC8UaBJ\nviGd3dpXKJ9z38NSN2WI6Sq4vkKoH+0sGmULi5WtEA5dcJnBh5Y2yxqevNR7\nN941Q7y03ss8PfKxa7w6eRqfDOOLQnfzkMjTZtUzPS3pbSHmJAzaw7jdqq8A\nc1dx/AY63mXjO94sJlBdGacKMTO3syDEWo1T0jlhukCDVZUl+k0tH/K8TSzJ\nPH6J3Tgg9yP3+J32vsz0tBxRqcE4cA8FT4GkkgQhZtKWJ1EJjezZNkrklQoh\n+Hq/ye1RVNjNZApEkbd/H2gpTQ/ChT92SvuwQ6rfjLP6Mdyne6qgIAV/werx\ny6IFWUDBEYvYGLny30SHL+UFwuNLIswKGjffi63t705HF8XHfT9ckslt1M9u\nXxPKVTFAW8YC6oHB4byIhWlWevTSztIiAq0PIKNow8Bky8X4gveUA9ERk1zz\nvi17mTSKHGgwD85rl0pn/1rnB0TtUn4HNAzKPBFBxpFdmFvKjMzSrbBmttnX\nEnC0\r\n=5OB/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","browser":{"./lib/get-request-agent.js":false,"./lib/request/get-buffer-response.js":"./lib/request/get-buffer-response-browser.js"},"gitHead":"8e34790e84b3cb751c55d99e4cec1ae687005ad8","release":{"publish":["@semantic-release/npm",{"path":"@semantic-release/github","assets":["dist/*","!dist/*.map.gz"]}]},"scripts":{"test":"nyc mocha test/*-test.js","build":"npm-run-all build:*","pretest":"standard","coverage":"nyc report --reporter=html && open coverage/index.html","prebuild":"mkdirp dist/","test:browser":"cypress run --browser chrome","bundle-report":"webpack-bundle-analyzer dist/bundle-stats.json --mode=static --no-open --report dist/bundle-report.html","coverage:upload":"nyc report --reporter=text-lcov | coveralls","build:production":"webpack --mode production --entry . --plugin=compression-webpack-plugin --output-library=Octokit --output-path=./dist --output-filename=octokit-request.min.js --devtool source-map","semantic-release":"semantic-release","build:development":"webpack --mode development --entry . --output-library=Octokit --output=./dist/octokit-request.js --profile --json > dist/bundle-stats.json"},"_npmUser":{"name":"octokitbot","email":"octokitbot@martynus.net"},"standard":{"globals":["describe","before","beforeEach","afterEach","after","it","expect"]},"bundlesize":[{"path":"./dist/octokit-request.min.js.gz","maxSize":"5KB"}],"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"6.4.1","description":"Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node","directories":{},"_nodeVersion":"10.13.0","dependencies":{"is-plain-object":"^2.0.4","@octokit/endpoint":"^3.0.0","universal-user-agent":"^2.0.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^13.1.0","chai":"^4.2.0","nock":"^10.0.1","mocha":"^5.2.0","mkdirp":"^0.5.1","cypress":"^3.1.0","webpack":"^4.22.0","standard":"^12.0.1","coveralls":"^3.0.2","fetch-mock":"^7.2.0","sinon-chai":"^3.2.0","npm-run-all":"^4.1.3","simple-mock":"^0.8.0","webpack-cli":"^3.1.2","semantic-release":"^15.10.5","webpack-bundle-analyzer":"^3.0.3","compression-webpack-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_2.0.1_1541022545904_0.7032609866614365","host":"s3://npm-registry-packages"}},"2.1.0":{"name":"@octokit/request","version":"2.1.0","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@2.1.0","maintainers":[{"name":"bkeepers","email":"brandon@opensoul.org"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"octokitbot@martynus.net"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"b066b8257becfc28643b4206a003d0a04e619e6a","tarball":"https://registry.npmjs.org/@octokit/request/-/request-2.1.0.tgz","fileCount":15,"integrity":"sha512-1k5zZZtbtvkbs72i+UewLotuLME7UUHDf3THhFgCAiNZssr5PWrQtuWA7Kz+bZUUIGCIacd9m4ktzZddYuRfow==","signatures":[{"sig":"MEUCIGCe+q4v2AhY18C4JLmitiqiYgZxNI62kDKf+HdCR6lLAiEApWBmFk++7gIu3whfFgLIbibtfvmKkwY9IteOQPX+Bg8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35838,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb5mYECRA9TVsSAnZWagAA6VQQAKGuEnXJHvPuRM+S/gUn\nzZvsyyZsk8U9uk+vW4sDkY7gXr+VdLiqFtBBuupYKZeVJTnZcn+D2QPN9XiL\n8h3u8Lup3WhCoatxiJA/9c32oLlJqwHHGXpykGcv1kzqH8ZAmsL23XC8jV3h\nwQGKhpncKuW/L8DQJAjjRkjwKsoLPxmFz2v3JCcOrVwdma/s84AGh+Uc/l72\nr38pnQNPMBzSkgEyfTHFgFbCyHU2gPXGNDpATA5Ehs0VpE0iJKM2mhbb2dPr\nYsNSUIcdn9/lclwLomkneeDZoi3vjqvFjwvim1tKknMv20nUdiDwW/o6BDy0\nhUjSL4eKeYjVkhR2gdxlHZR1qiAMN9SCy1L6Ta10hdaUkMylgW9zfniBU+y+\nyCysPJCwh9d233/MZdvZuvvOrDR49UMbt+AZvcggTVCeyMiP0vZ4SOZ0j349\n03F18UL3OLf4T9ysHnDggnyQUzAInWk7M6vNI9LcQXVn9fcYh8D3lqjcmsdp\ndcr4PxXO3y+AYQ7ntL67hQFE3otvDF/as9ag7R3AUCW6iWx1oz4cL/xE7LKS\n5lKL8VyurU5jn1ECUem7lTU6hKH2Nek+jfMEtprwYHkz/rhMmPUfpd5iRaqt\nWDTqPNfX4p+leRztscgHjtFSbZRj2s40glH35Gy2Cjnjpaapb4ves+0g6/BS\n7Jjt\r\n=mW23\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","browser":{"./lib/get-request-agent.js":false,"./lib/request/get-buffer-response.js":"./lib/request/get-buffer-response-browser.js"},"gitHead":"5ac4225555e30482fdbf519e42b2136d211e9091","release":{"publish":["@semantic-release/npm",{"path":"@semantic-release/github","assets":["dist/*","!dist/*.map.gz"]}]},"scripts":{"test":"nyc mocha test/*-test.js","build":"npm-run-all build:*","pretest":"standard","coverage":"nyc report --reporter=html && open coverage/index.html","prebuild":"mkdirp dist/","test:browser":"cypress run --browser chrome","bundle-report":"webpack-bundle-analyzer dist/bundle-stats.json --mode=static --no-open --report dist/bundle-report.html","coverage:upload":"nyc report --reporter=text-lcov | coveralls","build:production":"webpack --mode production --entry . --plugin=compression-webpack-plugin --output-library=Octokit --output-path=./dist --output-filename=octokit-request.min.js --devtool source-map","semantic-release":"semantic-release","build:development":"webpack --mode development --entry . --output-library=Octokit --output=./dist/octokit-request.js --profile --json > dist/bundle-stats.json"},"_npmUser":{"name":"octokitbot","email":"octokitbot@martynus.net"},"standard":{"globals":["describe","before","beforeEach","afterEach","after","it","expect"]},"bundlesize":[{"path":"./dist/octokit-request.min.js.gz","maxSize":"5KB"}],"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"6.4.1","description":"Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node","directories":{},"_nodeVersion":"10.13.0","dependencies":{"is-plain-object":"^2.0.4","@octokit/endpoint":"^3.0.0","universal-user-agent":"^2.0.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^13.1.0","chai":"^4.2.0","nock":"^10.0.1","mocha":"^5.2.0","mkdirp":"^0.5.1","cypress":"^3.1.0","webpack":"^4.22.0","standard":"^12.0.1","coveralls":"^3.0.2","fetch-mock":"^7.2.0","sinon-chai":"^3.2.0","npm-run-all":"^4.1.3","simple-mock":"^0.8.0","webpack-cli":"^3.1.2","semantic-release":"^15.10.5","webpack-bundle-analyzer":"^3.0.3","compression-webpack-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_2.1.0_1541826052417_0.16598139409520907","host":"s3://npm-registry-packages"}},"2.1.1":{"name":"@octokit/request","version":"2.1.1","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@2.1.1","maintainers":[{"name":"bkeepers","email":"brandon@opensoul.org"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"octokitbot@martynus.net"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"2c6c6356f2bced33fb6352df8d44f9f50e076e76","tarball":"https://registry.npmjs.org/@octokit/request/-/request-2.1.1.tgz","fileCount":10,"integrity":"sha512-N0I01iWwbogadLyCbVJ048hDMet3uGrB93VeJgB+jeuugRUr1DXncEu2tpiWgSk1azGDFPe5RTRvfx4Uadf+Fw==","signatures":[{"sig":"MEYCIQDxVvu41MiaLN3AsjPNU7G8TNJLP73hAlQE8XfIeTBTBgIhAK55cKBhtzq7cQvWxm/ryu/Dr7avC2X/Ebq8EMUihaaR","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18357,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb6PHPCRA9TVsSAnZWagAAjs0P/io12Ax8HuRyD9IkTUYH\nhOE27TtuoJoMe9x1YPdSMHrCxRX3zlKhNbzlfD/BUU4bcH/+wldOfrRVXMoa\nhz2Xec+LbaVcuuavn1E+FcOE0D1hNNnfOXgl49edEEEvhxKsJ85kbMkbVBs8\nJNJ19vQU8XlmHK+5XDEEftfmbDgxmgOHLShN48fhBCHqljdvHksP1nSRgbi6\nlu3o9INqDyH0PkCLJzXneLLrSdN5FfpXfIKziMJ7Lww3WgqmLG2Pqpkv6Ohe\nnvf6IgOwSe8yc0nOTW1witIhXhb8eY2ToFEizFC71KHlC2hXSZcRwXi2QZ4H\nX4Gz5K/d+FU4cnrHRY6kQPbVU4xDp1mmFoxpYISVmwca6zpDqTKq9aKqKYpC\nr+wJcOjGr2pJbkO55qh7qt/X2pGYV3B5bRob8RhvuRIuzj9WaiuueGDW1F7n\nhvAHYyEO9mYKqEyYnKqVOXUwNHWFV2QCImDXRvBuVbct3XyjxfdtDNDxpaSk\nEHZia0vobyvlGWFptMTTddi5MSuxm5UmwTkUdgGlIjAjQk/CFm3AFg8UNuTe\nQgrz0SX8luuJK+0yNhIeOqKJymtrUm2UGj+LHb9FuIrM+q4vWax9PcWwUZ8J\nec/z4bcBfF61E37YDo59DSrhm2/MVoRj3qLYYcN+TE5sNlaKFeEF7CK2aWRW\nZt3R\r\n=uUIK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","browser":{"./lib/get-request-agent.js":false,"./lib/request/get-buffer-response.js":"./lib/request/get-buffer-response-browser.js"},"gitHead":"e5a851dfc6e0feccff6b3b30aea8b5780c362897","release":{"publish":["@semantic-release/npm",{"path":"@semantic-release/github","assets":["dist/*","!dist/*.map.gz"]}]},"scripts":{"test":"nyc mocha test/*-test.js","build":"npm-run-all build:*","pretest":"standard","coverage":"nyc report --reporter=html && open coverage/index.html","prebuild":"mkdirp dist/","test:browser":"cypress run --browser chrome","bundle-report":"webpack-bundle-analyzer dist/bundle-stats.json --mode=static --no-open --report dist/bundle-report.html","coverage:upload":"nyc report --reporter=text-lcov | coveralls","build:production":"webpack --mode production --entry . --plugin=compression-webpack-plugin --output-library=Octokit --output-path=./dist --output-filename=octokit-request.min.js --devtool source-map","semantic-release":"semantic-release","build:development":"webpack --mode development --entry . --output-library=Octokit --output=./dist/octokit-request.js --profile --json > dist/bundle-stats.json"},"_npmUser":{"name":"octokitbot","email":"octokitbot@martynus.net"},"standard":{"globals":["describe","before","beforeEach","afterEach","after","it","expect"]},"bundlesize":[{"path":"./dist/octokit-request.min.js.gz","maxSize":"5KB"}],"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"6.4.1","description":"Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node","directories":{},"_nodeVersion":"10.13.0","dependencies":{"is-plain-object":"^2.0.4","@octokit/endpoint":"^3.0.0","universal-user-agent":"^2.0.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^13.1.0","chai":"^4.2.0","nock":"^10.0.1","mocha":"^5.2.0","mkdirp":"^0.5.1","cypress":"^3.1.0","webpack":"^4.22.0","standard":"^12.0.1","coveralls":"^3.0.2","fetch-mock":"^7.2.0","sinon-chai":"^3.2.0","npm-run-all":"^4.1.3","simple-mock":"^0.8.0","webpack-cli":"^3.1.2","semantic-release":"^15.10.5","webpack-bundle-analyzer":"^3.0.3","compression-webpack-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_2.1.1_1541992910266_0.11687319098507176","host":"s3://npm-registry-packages"}},"2.1.2":{"name":"@octokit/request","version":"2.1.2","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@2.1.2","maintainers":[{"name":"bkeepers","email":"brandon@opensoul.org"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"octokitbot@martynus.net"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"a506e06cb3fd73617bd82710047cf3ee7e657835","tarball":"https://registry.npmjs.org/@octokit/request/-/request-2.1.2.tgz","fileCount":10,"integrity":"sha512-RtC+7Np9hWWYfnXyT1qwBR6Y9uMArq2yY475o4sFp4qis5hAgOUEZMWknR+dfDpRRXoFOPSAAIjc900Gs7qI6Q==","signatures":[{"sig":"MEQCIHrfBEEuiLjHCSJFSaFmP5yppmNeAM0PWvM8tOCsb6aeAiAjEjJGZioThRSzSSnCHoM0IigCfF/KgomQ4EfIeiKq+Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18385,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9xZPCRA9TVsSAnZWagAAtuAQAJDZRruY6Eyt9x8uLlYQ\nO8BFMisEAdHBhD1C35uvtKu4ZrZRrYIGlxwFAHo3bnjpnIJzXYi2cfByzbY2\n0PjC8ZVNqBYNf2+UfDj5sId3Qr04j2//s+ZA2WeguNadyTpxRd0RdA+eeOGj\n3M/xqgpBhUhdDepD73FcnUJF4hW/745Khd94Ns8gGZoiH3s5Uy709vloEbQJ\nTBDoIciHcjKLIwaF5xs8c6FofhbSvAcp803OEKm5qqXotd6ESETyh/d7R9yX\nii9/+28c+ShLNHdUmew+LEOMjwCagREGv5R/HNVrXXd2RuaE21FMkkkhE3TR\n5j/ODqeCd54RjBBGAX+7sSFjrWt35ur+4t246eWmnDTrYiPE2IFvx2/y055b\nu14nj/nd7/BVi0E0siGA2p6xUS1Yvf99GgKXuUe9+LrtaI59vLwPTCeiDVp2\nkmUJ2dOqzUpn7dAZdG0TDUCb0veGQH2tKGfgci4mQM3y1fHVqq6L9jw+ZrRI\nOoWXaiXkAdKWAcCVH+bhqtWaZt74DfMLsVYiHrAGaSLSJxZoeOn6uTJrRGrS\n8ktL/YgSG07vpSdVGFHlTWRCtPOcuomlh/VXn52rvo4/iMy6RC9MR5xNVndl\n3/leRBjn4Vl2nRsr8P+SIFJ8c4ysmZ7gYpN0D9Ca27u78YiErBAN6PqbsnUp\n8eQI\r\n=bGXQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","browser":{"./lib/get-request-agent.js":false,"./lib/request/get-buffer-response.js":"./lib/request/get-buffer-response-browser.js"},"gitHead":"630416b29224739afbc50fcb59aaa3ce966c47aa","release":{"publish":["@semantic-release/npm",{"path":"@semantic-release/github","assets":["dist/*","!dist/*.map.gz"]}]},"scripts":{"test":"nyc mocha test/*-test.js","build":"npm-run-all build:*","pretest":"standard","coverage":"nyc report --reporter=html && open coverage/index.html","prebuild":"mkdirp dist/","test:browser":"cypress run --browser chrome","bundle-report":"webpack-bundle-analyzer dist/bundle-stats.json --mode=static --no-open --report dist/bundle-report.html","coverage:upload":"nyc report --reporter=text-lcov | coveralls","build:production":"webpack --mode production --entry . --plugin=compression-webpack-plugin --output-library=Octokit --output-path=./dist --output-filename=octokit-request.min.js --devtool source-map","semantic-release":"semantic-release","build:development":"webpack --mode development --entry . --output-library=Octokit --output=./dist/octokit-request.js --profile --json > dist/bundle-stats.json"},"_npmUser":{"name":"octokitbot","email":"octokitbot@martynus.net"},"standard":{"globals":["describe","before","beforeEach","afterEach","after","it","expect"]},"bundlesize":[{"path":"./dist/octokit-request.min.js.gz","maxSize":"5KB"}],"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"6.4.1","description":"Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node","directories":{},"_nodeVersion":"10.13.0","dependencies":{"node-fetch":"^2.3.0","is-plain-object":"^2.0.4","@octokit/endpoint":"^3.0.0","universal-user-agent":"^2.0.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^13.1.0","chai":"^4.2.0","nock":"^10.0.1","mocha":"^5.2.0","mkdirp":"^0.5.1","cypress":"^3.1.0","webpack":"^4.22.0","standard":"^12.0.1","coveralls":"^3.0.2","fetch-mock":"^7.2.0","sinon-chai":"^3.2.0","npm-run-all":"^4.1.3","simple-mock":"^0.8.0","webpack-cli":"^3.1.2","semantic-release":"^15.10.5","webpack-bundle-analyzer":"^3.0.3","compression-webpack-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_2.1.2_1542919758204_0.6768830766481138","host":"s3://npm-registry-packages"}},"2.2.0":{"name":"@octokit/request","version":"2.2.0","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@2.2.0","maintainers":[{"name":"bkeepers","email":"brandon@opensoul.org"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"octokitbot@martynus.net"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"f4b2d1ad7c4c8a0b148193610c912046961f8be5","tarball":"https://registry.npmjs.org/@octokit/request/-/request-2.2.0.tgz","fileCount":10,"integrity":"sha512-4P9EbwKZ4xfyupVMb3KVuHmM+aO2fye3nufjGKz/qDssvdJj9Rlx44O0FdFvUp4kIzToy3AHLTOulEIDAL+dpg==","signatures":[{"sig":"MEYCIQDEhjFLF04u2pvKm23s36lJT67yra7ajYKvMUoLDjZTTwIhAP4GX/wXjymYvjuSXH2SsOf3LPIERxNJCnXZFOy9KAcv","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18703,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/HZaCRA9TVsSAnZWagAABH4P/0m8ek7uu0GxIH9FQMO8\niZ8EBgGYWcwrQ0iw5B9kTwzjmIxRe+dGNcq8tCQlS6JCF+XyKENqXCCWYdes\n3+TsEuYFCQWOFk6tEUXZPyHYRIjtseb6PTzjPeJqHFUiu7gWINYB+69YYzvK\n4SLuzUAUIPhLQ+ef1aKLpcWNSKtQ+dlRuhtfgNBhpr8rcqTyxtZT+haENhV7\nfiyaRt4Oz0T4gYhkTpUBmKGa4ednzK2JGmtPh62qjgI0bt2WZt4anuh1sNHO\nXljYn8SdEvyQ+zMFAI7Kj77m6rgLT+2K8pn2WNLXz6aiBTxIUjBjiQAxuevE\nLABOATtlRpa6kiomtYiFeRPpsXLz8uYGR9FcBL+u6DZcfDq99R+f5tbAj9kn\noJrWOLOcmON1Sjgpxa3iLNZCjrZvu0dkHFNRy/sAKRhXvsdOSSSvdO1lLoaZ\n6TFTIEbebhNVj923G+KsWDJ2GgNHH9K3P4sTNaPcoPvsBO4INQ4JD6VhDl+E\nH/zL7WWI/Q5XxLBJP1jHQ4TqoToZ9EMhfd/9O2aehrz1BB30sfNtAILgGikL\nyz8C5+eurX5aRYMk0EF9MDRYK2efLlaD2W5rsap87kCYo8vywKROjpXUDMHM\nSUdXl5JCI4H6J0X/vViYN3wiQIa5+cge0WaXznWdHxX77hln/nCYiw845IEm\nsXUY\r\n=xwQ2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","browser":{"./lib/get-request-agent.js":false,"./lib/request/get-buffer-response.js":"./lib/request/get-buffer-response-browser.js"},"gitHead":"6d0b905057e4e87c66ad95eb610563f1188beecd","release":{"publish":["@semantic-release/npm",{"path":"@semantic-release/github","assets":["dist/*","!dist/*.map.gz"]}]},"scripts":{"test":"nyc mocha test/*-test.js","build":"npm-run-all build:*","pretest":"standard","coverage":"nyc report --reporter=html && open coverage/index.html","prebuild":"mkdirp dist/","test:browser":"cypress run --browser chrome","bundle-report":"webpack-bundle-analyzer dist/bundle-stats.json --mode=static --no-open --report dist/bundle-report.html","coverage:upload":"nyc report --reporter=text-lcov | coveralls","build:production":"webpack --mode production --entry . --plugin=compression-webpack-plugin --output-library=Octokit --output-path=./dist --output-filename=octokit-request.min.js --devtool source-map","semantic-release":"semantic-release","build:development":"webpack --mode development --entry . --output-library=Octokit --output=./dist/octokit-request.js --profile --json > dist/bundle-stats.json"},"_npmUser":{"name":"octokitbot","email":"octokitbot@martynus.net"},"standard":{"globals":["describe","before","beforeEach","afterEach","after","it","expect"]},"bundlesize":[{"path":"./dist/octokit-request.min.js.gz","maxSize":"5KB"}],"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"6.4.1","description":"Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node","directories":{},"_nodeVersion":"10.13.0","dependencies":{"node-fetch":"^2.3.0","is-plain-object":"^2.0.4","@octokit/endpoint":"^3.0.0","universal-user-agent":"^2.0.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^13.1.0","chai":"^4.2.0","mocha":"^5.2.0","mkdirp":"^0.5.1","cypress":"^3.1.0","webpack":"^4.22.0","standard":"^12.0.1","coveralls":"^3.0.2","fetch-mock":"^7.2.0","npm-run-all":"^4.1.3","simple-mock":"^0.8.0","webpack-cli":"^3.1.2","semantic-release":"^15.10.5","webpack-bundle-analyzer":"^3.0.3","compression-webpack-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_2.2.0_1543272026013_0.5151513425092031","host":"s3://npm-registry-packages"}},"2.2.1":{"name":"@octokit/request","version":"2.2.1","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@2.2.1","maintainers":[{"name":"bkeepers","email":"brandon@opensoul.org"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"octokitbot@martynus.net"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"1b445e3052842b1f3ab94d68e2606840c85b4265","tarball":"https://registry.npmjs.org/@octokit/request/-/request-2.2.1.tgz","fileCount":10,"integrity":"sha512-enwbVOl3vWWIUuEj0LJRq+mxWNyv95fa13GJitz7qGt/ycYCwtSoVssW3pCqvxS4GlJfHfO2OA+8czIcEF522A==","signatures":[{"sig":"MEYCIQDYiLKTUAvOzeQybxpraXnR00cY8OwHhUgUjMO63ikvAwIhAJXj6nT62Pnf3p0OjKmKLHPnw62tZ46d3OcGo0cZ8+to","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18703,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcLXvgCRA9TVsSAnZWagAA1o0P/ie3Zs2762fdjRPiFBen\narcAfXXsUZogtpkvWwX8tBfg7kRiGTWd2fXpjS3kuVz/QYP1f9n8RalonQGs\nAbt79Mr+xuIGQvUcAycvfAatO3NrqikJ94ZY0fx+8+EsQpx6YeQ6Y4x0Kha+\nO9XTdm5Te2tcUc2mNzJ+DTJRWc9wv3cO5IJO88A4s9cmClkOTOgzDYME8Xv5\nK8qzou3/7gzsqQcew+Jc5kTbh7lhPdgxC9DE1jkLCfLBgWjGK0UukLy+BFkf\nP4LA5I0Yv5lbDL+1Fqvsw+ITWLXNTjddbSQXQ72K19+bCunvSusJYi+OqRQZ\n3slrUIXnb+BowxS3PlNEM5aCj1f3l5Mkm4VnIgm0tYqPo41uBCMEIt3mz+Y3\nQBaBkYc0OgkV4yPhuwc+b2LfOLHMdMYZwpon65eODzoNG7noFMhAEAJSOzW4\nbm2VgpQ6YFw0H17aGin0qxjLjenaPMwp5lmWZdDLPZSIVNsrNUM4GAmbDOEg\nFdmM9LMs+Gv2+cGd84nzhI0/X/GG9O+qqFXHayK9cS8FmPnxT58UX9Xoop/d\nWV8uT231DKmqmv2fkbOsUEIu5iJRYTrbCwszgOQdlz/82YrdqSmbwJ29uGEP\naRwvk/pBtxVwqObmMsUhNJAn7ace7U5C5b31MHoiFf1nqa+F79S6j6W7DiD9\nQmch\r\n=7DZn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","browser":{"./lib/get-request-agent.js":false,"./lib/request/get-buffer-response.js":"./lib/request/get-buffer-response-browser.js"},"gitHead":"cac3656a3917506668c9e08465991715051ce1ae","release":{"publish":["@semantic-release/npm",{"path":"@semantic-release/github","assets":["dist/*","!dist/*.map.gz"]}]},"scripts":{"test":"nyc mocha test/*-test.js","build":"npm-run-all build:*","pretest":"standard","coverage":"nyc report --reporter=html && open coverage/index.html","prebuild":"mkdirp dist/","test:browser":"cypress run --browser chrome","bundle-report":"webpack-bundle-analyzer dist/bundle-stats.json --mode=static --no-open --report dist/bundle-report.html","coverage:upload":"nyc report --reporter=text-lcov | coveralls","build:production":"webpack --mode production --entry . --plugin=compression-webpack-plugin --output-library=Octokit --output-path=./dist --output-filename=octokit-request.min.js --devtool source-map","semantic-release":"semantic-release","build:development":"webpack --mode development --entry . --output-library=Octokit --output=./dist/octokit-request.js --profile --json > dist/bundle-stats.json"},"_npmUser":{"name":"octokitbot","email":"octokitbot@martynus.net"},"standard":{"globals":["describe","before","beforeEach","afterEach","after","it","expect"]},"bundlesize":[{"path":"./dist/octokit-request.min.js.gz","maxSize":"5KB"}],"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"6.5.0","description":"Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node","directories":{},"_nodeVersion":"10.15.0","dependencies":{"node-fetch":"^2.3.0","is-plain-object":"^2.0.4","@octokit/endpoint":"^3.1.1","universal-user-agent":"^2.0.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^13.1.0","chai":"^4.2.0","mocha":"^5.2.0","mkdirp":"^0.5.1","cypress":"^3.1.0","webpack":"^4.22.0","standard":"^12.0.1","coveralls":"^3.0.2","fetch-mock":"^7.2.0","npm-run-all":"^4.1.3","simple-mock":"^0.8.0","webpack-cli":"^3.1.2","semantic-release":"^15.10.5","webpack-bundle-analyzer":"^3.0.3","compression-webpack-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_2.2.1_1546484704023_0.19306453447094118","host":"s3://npm-registry-packages"}},"2.3.0":{"name":"@octokit/request","version":"2.3.0","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@2.3.0","maintainers":[{"name":"bkeepers","email":"brandon@opensoul.org"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"octokitbot@martynus.net"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"da2672308bcf0b9376ef66f51bddbe5eb87cc00a","tarball":"https://registry.npmjs.org/@octokit/request/-/request-2.3.0.tgz","fileCount":10,"integrity":"sha512-5YRqYNZOAaL7+nt7w3Scp6Sz4P2g7wKFP9npx1xdExMomk8/M/ICXVLYVam2wzxeY0cIc6wcKpjC5KI4jiNbGw==","signatures":[{"sig":"MEQCIDvpIcYwqiMm+FZut/kXccEqE1FHBDgbkdhk9d5HxV5vAiBX5HSDfB/YowtktHQTfIPaf9DoQSIhPTrjGI162Zbxpw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":19001,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcRMRVCRA9TVsSAnZWagAAr0AP/0MBLs6vD8tMsslWPF4V\n4qZATqNqR6YZVaT2aBqEDW5yWpKWMzhm5xUdp6eW/aDV5Su1GzNufMElZ1Mf\nJBj38TPkpyOddbwlfNDObg8Q9BndrqQ9KuKlj4GG7nlS/Y27NxCeuxyx697l\n8VEclIfl/+3ggFGF+1jFXF6KxU8KsTiQg/rta2TkkahPPByjpH7WkByRX2dH\ns0FQ5y4irLwA9hBsS6X+FLhuQcmc6U18lBnc8WAf4CEpvg+jZ19W1hr9GnU0\noFjH28cIAppjN4XEIeBT2vBcn+ovAJtqArIowgtWJbHRimFvgY0IdAc5pM6h\nl6EmW/vJomy1nnvUVHjZcb7o1KYXHYRfvzsHdoeL1J8NMfZlLtJUVp8oXS5Y\ny1hFy7TiJBjZrKYWvdfThRB/oZIyhDhokaCj4jW7Nv34JaUcT+mcKs8t+Dtj\n8x8U61nvRmWeDSWzACz5q+J36RzAq4Sw0SrA1yTCcN+uBzNacBDkHubQiDlx\n8LtcTzRXk0QZx093U6Zkys/orkaMS2CzFW39GDlV0jmmwgF0Pw/crYUGaffK\n9dog+EHAEv8L1xpaRD2fEa+VMERmN+XNEUPkZLL7kU2sA0mnz4D5kGiLSRxS\n/JcGSoEXwxF0gJw926HI5YnnSnwcofG8eMtxmdzdVdkte/fyitEjrqQNsQXx\naOKO\r\n=hkq7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","browser":{"./lib/get-request-agent.js":false,"./lib/request/get-buffer-response.js":"./lib/request/get-buffer-response-browser.js"},"gitHead":"9a08b13da0fc8ffbaf7f5c15b8f25563bae4926b","release":{"publish":["@semantic-release/npm",{"path":"@semantic-release/github","assets":["dist/*","!dist/*.map.gz"]}]},"scripts":{"test":"nyc mocha test/*-test.js","build":"npm-run-all build:*","pretest":"standard","coverage":"nyc report --reporter=html && open coverage/index.html","prebuild":"mkdirp dist/","test:browser":"cypress run --browser chrome","bundle-report":"webpack-bundle-analyzer dist/bundle-stats.json --mode=static --no-open --report dist/bundle-report.html","coverage:upload":"nyc report --reporter=text-lcov | coveralls","build:production":"webpack --mode production --entry . --plugin=compression-webpack-plugin --output-library=Octokit --output-path=./dist --output-filename=octokit-request.min.js --devtool source-map","semantic-release":"semantic-release","build:development":"webpack --mode development --entry . --output-library=Octokit --output=./dist/octokit-request.js --profile --json > dist/bundle-stats.json"},"_npmUser":{"name":"octokitbot","email":"octokitbot@martynus.net"},"standard":{"globals":["describe","before","beforeEach","afterEach","after","it","expect"]},"bundlesize":[{"path":"./dist/octokit-request.min.js.gz","maxSize":"5KB"}],"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"6.5.0","description":"Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node","directories":{},"_nodeVersion":"10.15.0","dependencies":{"node-fetch":"^2.3.0","is-plain-object":"^2.0.4","@octokit/endpoint":"^3.1.1","universal-user-agent":"^2.0.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^13.1.0","chai":"^4.2.0","mocha":"^5.2.0","mkdirp":"^0.5.1","cypress":"^3.1.0","webpack":"^4.22.0","standard":"^12.0.1","coveralls":"^3.0.2","fetch-mock":"^7.2.0","npm-run-all":"^4.1.3","simple-mock":"^0.8.0","webpack-cli":"^3.1.2","semantic-release":"^15.10.5","webpack-bundle-analyzer":"^3.0.3","compression-webpack-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_2.3.0_1548010580607_0.7162563493368472","host":"s3://npm-registry-packages"}},"2.4.0":{"name":"@octokit/request","version":"2.4.0","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@2.4.0","maintainers":[{"name":"bkeepers","email":"brandon@opensoul.org"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"octokitbot@martynus.net"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"729fc5ea7654ab7cb74e0ae1935f69462a33b5e6","tarball":"https://registry.npmjs.org/@octokit/request/-/request-2.4.0.tgz","fileCount":9,"integrity":"sha512-Bm2P0duVRUeKhyepNyFg5GX+yhCK71fqdtpsw5Rz+PQPjSha8HYwPMF5QfpzpD8b6/Xl3xhTgu3V90W362gZ1A==","signatures":[{"sig":"MEQCIDwBpwpt6LOevhVH1+1BnqBYxzdyBobXapQWKrIF76NLAiAqoiKhTTUmERiTkNxlZmf1FS99I/wHcodP758wT40pGw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21470,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcd2hnCRA9TVsSAnZWagAAK7oP/1E+ZyURdlPMSootN5dJ\nCEx1paXI61u9iQT5juR5pXWNmsUnHvcUhkzNpWWOVWBTUeF9jZESoYgozEz6\nb8jtYIavmgYC/kjyxvmv72qqzVjJN13EMRbuIzFjbVpGt3avaYluEXGGW9Vb\n9f+OPNITiTbZgeLp8i1vXS4ouiA9eBGMclyH24FWN0c+Ipc1JEdwq5XPgTWz\nKuSr1F1Bl+1AoboREyLsiTn6GE2TPt2vpZobHLTrZvqiaDrTnbF3bmxVRkf7\neFXSbb9YCUU130mZO9O+yBmCss8WDVgq+uk+MtvmEklZV5+kHfxyVRjTb7e9\nT77WcdTM5Nuw1LOT/Kn3Cd3zp+yO4CvuDcfP0NlVsnb3b1tNv2eQDu36bVul\nl7uPVZRHO/pVu/KH6+HSQzs4XmfAsAK+IdfOD0lYm+VJESvUhScxhoz3DX2Z\n+zmXVkTO83b+L+qcn6MAFDA4vputPY9TWJRYiaEWVohRW8hyHNmorVdR/2gi\ndUN+nvR1y0Dv31EMsZQlAXkvKM9/0NHkTRY/pwrUkwgWK8AG31B6poyF4tdN\nbd7xUSf7oiWnrMu1Chrhu3fZidwhXXsQ1I92Za6zOcfbY94DtfUYt3ew5R6x\nuzW/OR6ek91gBxSAQJZAJeZkbpi9LSEK6t4YM6imBi6vT8cAwt3e82HtGRQG\n9PlO\r\n=o40x\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","browser":{"./lib/get-request-agent.js":false,"./lib/request/get-buffer-response.js":"./lib/request/get-buffer-response-browser.js"},"gitHead":"63cb942b971834041ee8acf9d26882eb9c197d3c","release":{"publish":["@semantic-release/npm",{"path":"@semantic-release/github","assets":["dist/*","!dist/*.map.gz"]}]},"scripts":{"test":"nyc mocha test/*-test.js","build":"npm-run-all build:*","pretest":"standard","coverage":"nyc report --reporter=html && open coverage/index.html","prebuild":"mkdirp dist/","test:browser":"cypress run --browser chrome","bundle-report":"webpack-bundle-analyzer dist/bundle-stats.json --mode=static --no-open --report dist/bundle-report.html","coverage:upload":"nyc report --reporter=text-lcov | coveralls","build:production":"webpack --mode production --entry . --plugin=compression-webpack-plugin --output-library=Octokit --output-path=./dist --output-filename=octokit-request.min.js --devtool source-map","semantic-release":"semantic-release","build:development":"webpack --mode development --entry . --output-library=Octokit --output=./dist/octokit-request.js --profile --json > dist/bundle-stats.json"},"_npmUser":{"name":"octokitbot","email":"octokitbot@martynus.net"},"standard":{"globals":["describe","before","beforeEach","afterEach","after","it","expect"]},"bundlesize":[{"path":"./dist/octokit-request.min.js.gz","maxSize":"5KB"}],"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"6.5.0","description":"Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node","directories":{},"_nodeVersion":"10.15.1","dependencies":{"node-fetch":"^2.3.0","is-plain-object":"^2.0.4","@octokit/endpoint":"^3.1.1","universal-user-agent":"^2.0.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^13.1.0","chai":"^4.2.0","mocha":"^6.0.0","mkdirp":"^0.5.1","cypress":"^3.1.0","webpack":"^4.22.0","standard":"^12.0.1","coveralls":"^3.0.2","fetch-mock":"^7.2.0","npm-run-all":"^4.1.3","simple-mock":"^0.8.0","webpack-cli":"^3.1.2","semantic-release":"^15.10.5","webpack-bundle-analyzer":"^3.0.3","compression-webpack-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_2.4.0_1551329382057_0.6898265506789805","host":"s3://npm-registry-packages"}},"2.4.1":{"name":"@octokit/request","version":"2.4.1","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@2.4.1","maintainers":[{"name":"bkeepers","email":"brandon@opensoul.org"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"octokitbot@martynus.net"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"98c4d6870e4abe3ccdd2b9799034b4ae3f441c30","tarball":"https://registry.npmjs.org/@octokit/request/-/request-2.4.1.tgz","fileCount":9,"integrity":"sha512-nN8W24ZXEpJQJoVgMsGZeK9FOzxkc39Xn9ykseUpPpPMNEDFSvqfkCeqqKrjUiXRm72ubGLWG1SOz0aJPcgGww==","signatures":[{"sig":"MEQCIAk41IQYoEA34xw3/5e0jD07mhLMS3SPzl7yP7Dd/OyBAiBNmlU2EojfZdmt8HZZtbXSdqGZWLwQ9FiXDTzvcBqIAA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":21670,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcf26CCRA9TVsSAnZWagAACnkP/0JB8ZlyItJdN8qjpOIK\nSPh6e5g91aaPF3kpLjYX2t48D9gKOQlulec+9MI9+pwDR3DOuaXO6LVOO1xr\nDecYVMrJWjnTDWnSmCnVpLogQdHO79R0Ei0ZYD0hlbEWYqDlUtOhjzAs8SfW\nWSap0AGZKQYxpSdaSDmSFxv/J6Gy+vEVnk4tIv9Pq12VRi0MhGQG8sm95wir\nWjkuQBJr/dRm/SD7RfwIXD+DvdGQGCZcQx2W+x/MGBZkggtrJHPgodPSLtOC\nh/bDDPncnnjBGaJDlOReLIuCyp4KrMBqcaR9HNdaVBhYQgJhaLs0vpgLO7hp\n1pvzH6zhh1lmz2295DBcC11q50gQ1j5Cbl4N2I5Vgg1qdmewQMGTRa9S/lhs\nbPtk61+I/c5dyQkdyQddCTXGP2vsMaqQIS9amId0UbUdZ4hCjtk2ycBeiHt0\n8M5YDUD12Iof2T1eKm2kGX4QbU+OxJDY3jCZYv05eBaTqfO5YhOO5jF47Vqx\nTlVUlwIcG+RyOh/W+4GMOM+RE72iS0c0DZugdZniLOFr3AWpCMeAqDIK5Bqv\nFY6VYxEZoysJZIMa4vGYxWVNWUO1dOtXa9DaWEvZdo7o7Z3EiyYA6jggBysy\n7Iq3qEOccJ4xzPsDSFgwwCnomc2F9hv4wJXd4HCvIOp6GRnmtoxEjM0yXUrz\nYAVl\r\n=3YZp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","browser":{"./lib/get-request-agent.js":false,"./lib/request/get-buffer-response.js":"./lib/request/get-buffer-response-browser.js"},"gitHead":"03dc2335eecab83f9592034ab221630f1cb8af32","release":{"publish":["@semantic-release/npm",{"path":"@semantic-release/github","assets":["dist/*","!dist/*.map.gz"]}]},"scripts":{"test":"nyc mocha test/*-test.js","build":"npm-run-all build:*","pretest":"standard","coverage":"nyc report --reporter=html && open coverage/index.html","prebuild":"mkdirp dist/","test:browser":"cypress run --browser chrome","bundle-report":"webpack-bundle-analyzer dist/bundle-stats.json --mode=static --no-open --report dist/bundle-report.html","coverage:upload":"nyc report --reporter=text-lcov | coveralls","build:production":"webpack --mode production --entry . --plugin=compression-webpack-plugin --output-library=Octokit --output-path=./dist --output-filename=octokit-request.min.js --devtool source-map","semantic-release":"semantic-release","build:development":"webpack --mode development --entry . --output-library=Octokit --output=./dist/octokit-request.js --profile --json > dist/bundle-stats.json"},"_npmUser":{"name":"octokitbot","email":"octokitbot@martynus.net"},"standard":{"globals":["describe","before","beforeEach","afterEach","after","it","expect"]},"bundlesize":[{"path":"./dist/octokit-request.min.js.gz","maxSize":"5KB"}],"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"6.5.0","description":"Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node","directories":{},"_nodeVersion":"10.15.3","dependencies":{"once":"^1.4.0","node-fetch":"^2.3.0","deprecation":"^1.0.1","is-plain-object":"^2.0.4","@octokit/endpoint":"^3.1.1","universal-user-agent":"^2.0.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^13.1.0","chai":"^4.2.0","mocha":"^6.0.0","mkdirp":"^0.5.1","cypress":"^3.1.0","webpack":"^4.22.0","standard":"^12.0.1","coveralls":"^3.0.2","fetch-mock":"^7.2.0","npm-run-all":"^4.1.3","simple-mock":"^0.8.0","webpack-cli":"^3.1.2","semantic-release":"^15.10.5","webpack-bundle-analyzer":"^3.0.3","compression-webpack-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_2.4.1_1551855233433_0.8399803282294853","host":"s3://npm-registry-packages"}},"2.4.2":{"name":"@octokit/request","version":"2.4.2","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@2.4.2","maintainers":[{"name":"bkeepers","email":"brandon@opensoul.org"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"octokitbot@martynus.net"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"87c36e820dd1e43b1629f4f35c95b00cd456320b","tarball":"https://registry.npmjs.org/@octokit/request/-/request-2.4.2.tgz","fileCount":9,"integrity":"sha512-lxVlYYvwGbKSHXfbPk5vxEA8w4zHOH1wobado4a9EfsyD3Cbhuhus1w0Ye9Ro0eMubGO8kNy5d+xNFisM3Tvaw==","signatures":[{"sig":"MEUCICWALPvrAjiAB0ThTK66a5sC9VLvemTBn9aAhCJTggBkAiEA+g9eAGK4/h3rFHANVJkjkkDR9pLnDrySC2P+KepcYOo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22297,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJciV0fCRA9TVsSAnZWagAAQAEQAIpiZupz5xWycIzpX5KL\nC969S/g04MwAbZNLB7OJByiYHS8OAWZ8H8Vg6rAjcpRb70kizx1tCB+djt9F\nQvhzHIkqm9m5B2qcpntpGEoFs/Qzew7RVvHvt6lTgW7H1N2tJ/TjKs6w0wic\n8YtO+QE0sKP2VlRn5OW8XnEOtjs3CIH58E2iwoaMV1PJnnjwJWnPLuo07h9D\nNY1Ll1jFecUn7DtyH311GBqbkIqJDoTSibVvwXJUrVj1V8F+i8IOGJ4+hz2n\nA0wroAeIK1uBPEbTP/HAFemZHy2jioPIED24ypHscd6aofrzyRhQTkVajbSD\nLHY/wlyCFLo/iVZ3PEMFtsKW/HRERQayDdhPBhPhruPmMBhxUEPJD+HG8zzI\nL5gSgkWjG6XORd18muHlNXN2bClJ9d//y94QF9ee5iNeHdk3bhHH+f2BKjy2\nHygCg2WZz+hke/6oRU6KA+wYXIwRvw73ca28nOAkMDp+WY8RQH8sfAyE9HF+\nmoMcFyMdak8gAoXlAlB0j7m7DB1utuGqXdCxGerEjjYUb13ubSj3RFRRnYfA\newcEgOofXRVg+AaJWG6qq0ADbQ3DnUJLlYJA8g+DjVn+bEjEVOQvaBg9hIkH\ngLg35FqOhC02307e1h7/FHvm/PPAsqEfTSBPetcKwGuwOqUXpbFhmiZL+i83\n4pgo\r\n=KZLy\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","browser":{"./lib/get-request-agent.js":false,"./lib/request/get-buffer-response.js":"./lib/request/get-buffer-response-browser.js"},"gitHead":"eedff22d7d27fd5a1398a56b2a58e7be70ea17a9","release":{"publish":["@semantic-release/npm",{"path":"@semantic-release/github","assets":["dist/*","!dist/*.map.gz"]}]},"scripts":{"test":"nyc mocha test/*-test.js","build":"npm-run-all build:*","pretest":"standard","coverage":"nyc report --reporter=html && open coverage/index.html","prebuild":"mkdirp dist/","test:browser":"cypress run --browser chrome","bundle-report":"webpack-bundle-analyzer dist/bundle-stats.json --mode=static --no-open --report dist/bundle-report.html","coverage:upload":"nyc report --reporter=text-lcov | coveralls","build:production":"webpack --mode production --entry . --plugin=compression-webpack-plugin --output-library=Octokit --output-path=./dist --output-filename=octokit-request.min.js --devtool source-map","semantic-release":"semantic-release","build:development":"webpack --mode development --entry . --output-library=Octokit --output=./dist/octokit-request.js --profile --json > dist/bundle-stats.json"},"_npmUser":{"name":"octokitbot","email":"octokitbot@martynus.net"},"standard":{"globals":["describe","before","beforeEach","afterEach","after","it","expect"]},"bundlesize":[{"path":"./dist/octokit-request.min.js.gz","maxSize":"5KB"}],"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"6.5.0","description":"Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node","directories":{},"_nodeVersion":"10.15.3","dependencies":{"once":"^1.4.0","node-fetch":"^2.3.0","deprecation":"^1.0.1","is-plain-object":"^2.0.4","@octokit/endpoint":"^3.2.0","universal-user-agent":"^2.0.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^13.1.0","chai":"^4.2.0","mocha":"^6.0.0","mkdirp":"^0.5.1","cypress":"^3.1.0","webpack":"^4.22.0","standard":"^12.0.1","coveralls":"^3.0.2","fetch-mock":"^7.2.0","npm-run-all":"^4.1.3","simple-mock":"^0.8.0","webpack-cli":"^3.1.2","semantic-release":"^15.10.5","webpack-bundle-analyzer":"^3.0.3","compression-webpack-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_2.4.2_1552506142231_0.8014465809204532","host":"s3://npm-registry-packages"}},"3.0.0":{"name":"@octokit/request","version":"3.0.0","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@3.0.0","maintainers":[{"name":"bkeepers","email":"brandon@opensoul.org"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"octokitbot@martynus.net"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"304a279036b2dc89e7fba7cb30c9e6a9b1f4d2df","tarball":"https://registry.npmjs.org/@octokit/request/-/request-3.0.0.tgz","fileCount":9,"integrity":"sha512-DZqmbm66tq+a9FtcKrn0sjrUpi0UaZ9QPUCxxyk/4CJ2rseTMpAWRf6gCwOSUCzZcx/4XVIsDk+kz5BVdaeenA==","signatures":[{"sig":"MEUCIQCcDiXOzenmY+F9Tsl3J6O46Jka3HinPTkisexVUCaETAIgegGOtvXgFMolDOD7x9D9PhSeG4jww0eQ1HbIjuO/Jk0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22297,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcrOLeCRA9TVsSAnZWagAAjoMP/1vEkGmi3/pfex3hqt4O\n7SKwDNTysHFZ05jr8mqzpcdmGFDkwN8+XQBbyB5VOhc9kis9F0m9ljcP+pM4\nRsAUPTMU8tNxhjIdmIWXYLzPuTcQ06v3/18b2kAvLDqJfEfl+897HEZKs8lH\nFmK8+OT5owI5c62J4ZHwSkmVr4iJiZ5jObGeTt86AdZ+r3tZ1Q62ZJJpWDKY\n1bC2/LOSt4/IN9wSkzHNQFpvqIc4jmNXr34JZF88FQTxpBa5m7J0WkrWiL/O\npPo1AGky5sLqM3vW+iqwsAccH7TQ9VG+JpqillEyjlM83HlrpnCthI3pN/0b\niRpVAcp3R1sGsPeG1HttQT6t1nv3knXr/vEkEPYRXLEW0D5SGcHCksgSP6Hw\n4FYZHwPtNP5XtkFfEwefPvk3p57/LCKvod8lPGOKmA4eUDxA9pr/rlZUveGF\nq9vUG72fLkyP4ufiRZLHoVA1+/6aFg51Onl2VjgCEQAVhfbMnXjaCjTBwaOR\n+WfnGzG50qWZhL2tAfYEq1wbP1dX3LEDoHiwaZQ7faCXygQPf3woyECQyusY\nT0sWOs6AMlJqyMJFMCeTRfiPocAEDd1lT4dfJAfiOa+tidQTHPlULJV9zsFi\nqqTJK8TVEJwmEoYAcZpCookwunShI/Z7QA49or9tFvR7gtKOyMQY5ONFZkiJ\nwAfD\r\n=Kueo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","browser":{"./lib/get-request-agent.js":false,"./lib/request/get-buffer-response.js":"./lib/request/get-buffer-response-browser.js"},"gitHead":"5bd6e878668239c6a44f34e5fbb501944329cfae","release":{"publish":["@semantic-release/npm",{"path":"@semantic-release/github","assets":["dist/*","!dist/*.map.gz"]}]},"scripts":{"test":"nyc mocha test/*-test.js","build":"npm-run-all build:*","pretest":"standard","coverage":"nyc report --reporter=html && open coverage/index.html","prebuild":"mkdirp dist/","test:browser":"cypress run --browser chrome","bundle-report":"webpack-bundle-analyzer dist/bundle-stats.json --mode=static --no-open --report dist/bundle-report.html","coverage:upload":"nyc report --reporter=text-lcov | coveralls","build:production":"webpack --mode production --entry . --plugin=compression-webpack-plugin --output-library=Octokit --output-path=./dist --output-filename=octokit-request.min.js --devtool source-map","semantic-release":"semantic-release","build:development":"webpack --mode development --entry . --output-library=Octokit --output=./dist/octokit-request.js --profile --json > dist/bundle-stats.json"},"_npmUser":{"name":"octokitbot","email":"octokitbot@martynus.net"},"standard":{"globals":["describe","before","beforeEach","afterEach","after","it","expect"]},"bundlesize":[{"path":"./dist/octokit-request.min.js.gz","maxSize":"5KB"}],"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"6.5.0","description":"Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node","directories":{},"_nodeVersion":"10.15.3","dependencies":{"once":"^1.4.0","node-fetch":"^2.3.0","deprecation":"^1.0.1","is-plain-object":"^2.0.4","@octokit/endpoint":"^4.0.0","universal-user-agent":"^2.0.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^13.3.0","chai":"^4.2.0","mocha":"^6.1.1","mkdirp":"^0.5.1","cypress":"^3.1.0","webpack":"^4.22.0","standard":"^12.0.1","coveralls":"^3.0.2","fetch-mock":"^7.2.0","npm-run-all":"^4.1.3","simple-mock":"^0.8.0","webpack-cli":"^3.1.2","semantic-release":"^15.10.5","webpack-bundle-analyzer":"^3.0.3","compression-webpack-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_3.0.0_1554834141736_0.7662050348377738","host":"s3://npm-registry-packages"}},"3.0.1":{"name":"@octokit/request","version":"3.0.1","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@3.0.1","maintainers":[{"name":"bkeepers","email":"brandon@opensoul.org"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"octokitbot@martynus.net"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"21e888c6dce80566ec69477360bab79f2f14861f","tarball":"https://registry.npmjs.org/@octokit/request/-/request-3.0.1.tgz","fileCount":9,"integrity":"sha512-aH61OVkMKMofGW/go2x4mJ44X4U/JF8xsiFFictwkZYtz0psE8OPKpsP2TZBZaJoCg2wmeTyEgqGfY+veg0hGQ==","signatures":[{"sig":"MEYCIQC7JHO70rDzEVgqb8qEhUhkeDmPC1j6jMhV4Ce/Aht/MQIhAKWkcbafUik2n6kEOr9K2AaU2zaTnMkZuXv+rYTLnOcY","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22297,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcyLuzCRA9TVsSAnZWagAAtyEQAJm8LEDQQqPd5cSDtlGb\nCDi1F3iJTq2a7wrt0+cEjOoy2eQrrJfnWwz5Dq6VQ9K5S6NFXZeBJpI/Z7hX\n8vVL43EnJbsg3AFeEF+tRw2nFAByLZVWElh8tgXCT+Ri1WZvL05FooHIsFDp\nqKgWveKDvJ3EI2QKRKiMtMZGPQWiSu4FxRKE7Myod1tD2KyC0jJ3GnYZ5dMV\n9KnVRWV6AOyMurOfk3odKOdMQEiRHjaFF1fANhFkhS0Q2RDiFXGgfwO96+Fr\nVr6R976Tl3kf3bibCWXkeZIx7wznH1VbvmQrBPvYJICK7qOeu1BrxoKifEW8\nR6FT6uykyQS8+hhAvaECzriB3cTz/9CjMNfyozb5YyrQFB6mrXYTlFKKHOqA\nE6q9TUgl0XpPR03EHMeqlhP8Sxw5RZ887Xd9RGZkmhn3BlFCj0D6dj0exHEL\na++23Ze5EQqgV13mXV4wjddAno9zADJP6CsrD7COxj0+6cNXpNhBIzk+2izo\n09QdsOWMoQoCigCSrfcQ71SFZBIwmSkjU8xjtKYBbohMrA6qF9NUHB4klDl5\nqQAcOM9+AH/rIwFb+3oMh5prgpI1EKRM1ComZytIcyW6FiS2AyzQeDt5n1bV\nHJO6pFJPkk3G95otRnaUKcBQSbdIEvgk3a+eb3EKEQTpn+98cJrZIoyjC71x\nTYxp\r\n=rjzA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","browser":{"./lib/get-request-agent.js":false,"./lib/request/get-buffer-response.js":"./lib/request/get-buffer-response-browser.js"},"gitHead":"909039e391bfc4db95911210fee392eb08717910","release":{"publish":["@semantic-release/npm",{"path":"@semantic-release/github","assets":["dist/*","!dist/*.map.gz"]}]},"scripts":{"test":"nyc mocha test/*-test.js","build":"npm-run-all build:*","pretest":"standard","coverage":"nyc report --reporter=html && open coverage/index.html","prebuild":"mkdirp dist/","test:browser":"cypress run --browser chrome","bundle-report":"webpack-bundle-analyzer dist/bundle-stats.json --mode=static --no-open --report dist/bundle-report.html","coverage:upload":"nyc report --reporter=text-lcov | coveralls","build:production":"webpack --mode production --entry . --plugin=compression-webpack-plugin --output-library=Octokit --output-path=./dist --output-filename=octokit-request.min.js --devtool source-map","semantic-release":"semantic-release","build:development":"webpack --mode development --entry . --output-library=Octokit --output=./dist/octokit-request.js --profile --json > dist/bundle-stats.json"},"_npmUser":{"name":"octokitbot","email":"octokitbot@martynus.net"},"standard":{"globals":["describe","before","beforeEach","afterEach","after","it","expect"]},"bundlesize":[{"path":"./dist/octokit-request.min.js.gz","maxSize":"5KB"}],"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"6.5.0","description":"Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node","directories":{},"_nodeVersion":"10.15.3","dependencies":{"once":"^1.4.0","node-fetch":"^2.3.0","deprecation":"^1.0.1","is-plain-object":"^3.0.0","@octokit/endpoint":"^4.0.0","universal-user-agent":"^2.0.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","mocha":"^6.1.1","mkdirp":"^0.5.1","cypress":"^3.1.0","webpack":"^4.22.0","standard":"^12.0.1","coveralls":"^3.0.2","fetch-mock":"^7.2.0","npm-run-all":"^4.1.3","simple-mock":"^0.8.0","webpack-cli":"^3.1.2","semantic-release":"^15.10.5","webpack-bundle-analyzer":"^3.0.3","compression-webpack-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_3.0.1_1556659122302_0.03191608229313614","host":"s3://npm-registry-packages"}},"3.0.2":{"name":"@octokit/request","version":"3.0.2","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@3.0.2","maintainers":[{"name":"bkeepers","email":"brandon@opensoul.org"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"octokitbot@martynus.net"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"dd2424691f486d7ea332ec06e3de55b1ea13c5dc","tarball":"https://registry.npmjs.org/@octokit/request/-/request-3.0.2.tgz","fileCount":9,"integrity":"sha512-lBH2hf2Yuh9XlmP3MSpn3jL9DyCGG+cuPXDRQiJMK42BwW6xFhwWmG1k6xWykcLM4GwZG/5fuwcqnQXYG0ZTSg==","signatures":[{"sig":"MEUCIBCTU2ha4ESq/wr14fdSco0Sq3EvjpG9hOGZJg1upVRPAiEA7IYugPv736LJ6I4wQ79rxwEOy+tqXXu9n9H/uoZLrLY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22301,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc0g9SCRA9TVsSAnZWagAArsUQAIylzWrC6J5ZAQfJo4jC\nRKdhtSgZghZoXH9y7loU+LWVHMn4i8rj7NW8jb3QcDOwAcrNx94xm5LP8OBP\n10Ly2uaIlkDXTbai8DqOIy7nmKQZK4+b1jjm7P5vvE78+Wh9q6+wSmTrl7Fr\nqlRLJ2sMC1i3u0y78NsAN8kfTSCna50HkGgr60sPp0k1jsc1dvg4cwr1aWTR\nhYYO8XaVKqw2GClSCWxWJuQi3/6rp5SSZk0haj13slCRMj8Faaz7UJDL3A00\nMXPQtGDzpycqjzxdSCKGpZnZ4nbNwskDek1W7neEvkahN9EFtBo96BqIsPsy\nXJhin6TQluZDCvjFpxVSb8uCh6u6g+wcW/pOSGRGtHXa6D2y4IN0W7J2h0KU\nwzuGGRASnwtnMlkl4K3IdrQquskHpbFgVW0RjmsB1lFfN9NkMBV1u/EPGwqb\nw6WDWRjGJu4BBdwEZpiDKh6h/gYKRcTjZSsX9B2zUKYsJ4Z2HljdwGiFvPkB\nIDSJfTXT4uxbutn+Qu8VHkFYB9wv4Z9eUTmGcFzYTvivXyRhAzyFZJMsG2vj\nqsQVj/HK7Eftw5msvXVZnCyxuzV5gFslOIhvZpk9DTcREe+/EW8UrdwHjwJP\n5vct2xfMdJBd9Hm/Yg3O2gmDWfMjS2Qm4FpqRdL1y6oI7J3ru+ArzTpTR+nJ\nRHm0\r\n=u5bG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","browser":{"./lib/get-request-agent.js":false,"./lib/request/get-buffer-response.js":"./lib/request/get-buffer-response-browser.js"},"gitHead":"2df74980ae6b9ee410bbbeb17b973637daf14882","release":{"publish":["@semantic-release/npm",{"path":"@semantic-release/github","assets":["dist/*","!dist/*.map.gz"]}]},"scripts":{"test":"nyc mocha test/*-test.js","build":"npm-run-all build:*","pretest":"standard","coverage":"nyc report --reporter=html && open coverage/index.html","prebuild":"mkdirp dist/","test:browser":"cypress run --browser chrome","bundle-report":"webpack-bundle-analyzer dist/bundle-stats.json --mode=static --no-open --report dist/bundle-report.html","coverage:upload":"nyc report --reporter=text-lcov | coveralls","build:production":"webpack --mode production --entry . --plugin=compression-webpack-plugin --output-library=Octokit --output-path=./dist --output-filename=octokit-request.min.js --devtool source-map","semantic-release":"semantic-release","build:development":"webpack --mode development --entry . --output-library=Octokit --output=./dist/octokit-request.js --profile --json > dist/bundle-stats.json"},"_npmUser":{"name":"octokitbot","email":"octokitbot@martynus.net"},"standard":{"globals":["describe","before","beforeEach","afterEach","after","it","expect"]},"bundlesize":[{"path":"./dist/octokit-request.min.js.gz","maxSize":"5KB"}],"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"6.5.0","description":"Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node","directories":{},"_nodeVersion":"10.15.3","dependencies":{"once":"^1.4.0","node-fetch":"^2.3.0","deprecation":"^1.0.1","is-plain-object":"^3.0.0","@octokit/endpoint":"^5.1.0","universal-user-agent":"^2.0.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","mocha":"^6.1.1","mkdirp":"^0.5.1","cypress":"^3.1.0","webpack":"^4.22.0","standard":"^12.0.1","coveralls":"^3.0.2","fetch-mock":"^7.2.0","npm-run-all":"^4.1.3","simple-mock":"^0.8.0","webpack-cli":"^3.1.2","semantic-release":"^15.10.5","webpack-bundle-analyzer":"^3.0.3","compression-webpack-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_3.0.2_1557270353745_0.48030531823286915","host":"s3://npm-registry-packages"}},"3.0.3":{"name":"@octokit/request","version":"3.0.3","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@3.0.3","maintainers":[{"name":"bkeepers","email":"brandon@opensoul.org"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"octokitbot@martynus.net"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"ace63b5ea196cc00ad27f3fbe5c13a9698681ec8","tarball":"https://registry.npmjs.org/@octokit/request/-/request-3.0.3.tgz","fileCount":9,"integrity":"sha512-M7pUfsiaiiUMEP4/SMysTeWxyGrkoQg6FBPEtCBIFgeDnzHaPboTpUZGTh6u1GQXdrlzMfPVn/vQs98js1QtwQ==","signatures":[{"sig":"MEYCIQD2gyplJCeJYWo8k+dpHeiRSjkqd9kQTVOCXJewBi2CCQIhAMp2o6aEBY0QF+ItupTMHDgKI2EY3XTihRgXoTGjK3T1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":22314,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc151YCRA9TVsSAnZWagAApPYP/iZRTAKVbIKvDUPz3uDG\nzaH0w0lEWn0n1mRfGgX2/YHJnMYbo8V4FRQ0iIwkyVsMgy0Ji2Br9Yi22Xn4\njgTfw9yrzdx29g7rYLhGUID81Dtxm/yfw3n/wbVFza+Enksl7pQXYL0KLH3T\num7Pst5JqeG9S7L6+nDRyZK6WXhqeoZAseN4m7nSn+C269HtQD6CRUOicdzV\nmrhVuaKpebNrq+iah1E9YafawIhzXHSobZt4PuxhON7G1wIBqDK5OIln23OP\nCEMzmo6/ZuWWH3py7uUg+MaTXBxsvNp9BCnn+1jBTPoIlABGJDQEAkcAt+uF\nCUyj0xogfwNDT69NNWz9U00KShvYC2fR5VLOIDoPIA10qK0NGu3LuDWUm0AM\nXvOzFCRWMnuArMh9FSC6GkD5wnghOzGu+F7om+9jp3Omw6N6mCJq+rmMh+li\n0bdmgBYGHuHnsQHu2fIUJGeCniXIOeb1LebDCLe8/lopqW4GNurmvfq9Ng1z\niXgTLvk3siRsgiv3In2JxIDQ2jpzYGXqN3IylLWden/w9R/ZCXRpth57pmkv\nb0wRX/jCYI/zT4KW2U0qLVCYD6sk+LVb++zrod65fmHaTwzH9O0jpR+3saAn\nirNMR1PVYDN7x8afopS/5Ps4BpDjqEclXehWhKv6RB+3B78PPSz5j41EFdkf\n3Ngw\r\n=zAZW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"index.js","browser":{"./lib/get-request-agent.js":false,"./lib/request/get-buffer-response.js":"./lib/request/get-buffer-response-browser.js"},"gitHead":"51234346faef478077be77e4efa3c721018ce27b","release":{"publish":["@semantic-release/npm",{"path":"@semantic-release/github","assets":["dist/*","!dist/*.map.gz"]}]},"scripts":{"test":"nyc mocha test/*-test.js","build":"npm-run-all build:*","pretest":"standard","coverage":"nyc report --reporter=html && open coverage/index.html","prebuild":"mkdirp dist/","test:browser":"cypress run --browser chrome","bundle-report":"webpack-bundle-analyzer dist/bundle-stats.json --mode=static --no-open --report dist/bundle-report.html","coverage:upload":"nyc report --reporter=text-lcov | coveralls","build:production":"webpack --mode production --entry . --plugin=compression-webpack-plugin --output-library=Octokit --output-path=./dist --output-filename=octokit-request.min.js --devtool source-map","semantic-release":"semantic-release","build:development":"webpack --mode development --entry . --output-library=Octokit --output=./dist/octokit-request.js --profile --json > dist/bundle-stats.json"},"_npmUser":{"name":"octokitbot","email":"octokitbot@martynus.net"},"standard":{"globals":["describe","before","beforeEach","afterEach","after","it","expect"]},"bundlesize":[{"path":"./dist/octokit-request.min.js.gz","maxSize":"5KB"}],"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"6.5.0","description":"Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node","directories":{},"_nodeVersion":"10.15.3","dependencies":{"once":"^1.4.0","node-fetch":"^2.3.0","deprecation":"^1.0.1","is-plain-object":"^3.0.0","@octokit/endpoint":"^5.1.0","universal-user-agent":"^2.0.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","mocha":"^6.1.1","mkdirp":"^0.5.1","cypress":"^3.1.0","webpack":"^4.22.0","standard":"^12.0.1","coveralls":"^3.0.2","fetch-mock":"^7.2.0","npm-run-all":"^4.1.3","simple-mock":"^0.8.0","webpack-cli":"^3.1.2","semantic-release":"^15.10.5","webpack-bundle-analyzer":"^3.0.3","compression-webpack-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_3.0.3_1557634391768_0.290230426047815","host":"s3://npm-registry-packages"}},"4.0.0":{"name":"@octokit/request","version":"4.0.0","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@4.0.0","maintainers":[{"name":"bkeepers","email":"brandon@opensoul.org"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"octokitbot@martynus.net"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"a5cfe027e8aa0b599e1bc877e68ce1fbebb117d0","tarball":"https://registry.npmjs.org/@octokit/request/-/request-4.0.0.tgz","fileCount":3,"integrity":"sha512-NVshBWAW/NUnormC50MZoCOxtVuK2weD0Buos7pDG0g5rUB9+3TPOt17i4TttN8+dBzHwuPc6GcBLHCIp3L/dw==","signatures":[{"sig":"MEQCIGN+lW9ym8vcSiJyEgoeQsk9l+3wOayIMopIU2b5ydpIAiAgsw7X2asHfOiqzTJvxMtaIPivgEJAHOTFgB3utFItNA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":18237,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc3KR6CRA9TVsSAnZWagAAGLwQAIjpqo6hmo0Z+SDZYhpU\nKc8Ea5dRC4ErDvn/0ObJni8PZDi/lYHMJALV3HzYjaq0VRMfkKIt/HtfBTbf\nXoKwoZhbFGv4ECFQRLcoTAsrQxr7xtU0GYtuV+MC4nYo5rvHOXohKi7FiJKE\n+MCa6Zh1v1PwWOkeuF8HC9S3BVIxP0v1uE2aR8AL7d170AuGDnN3m34flxUR\nRlBZKa6bU8FHICj5G6Mk/1HL5LUD8SfK2P1zB5fQ6JDyA15v9VPpSZETe5DC\nrl8phhRzPZE5zgSNpHrMa2+SdSgVLNr+fAUNLOwiXEXfb5GO0PLJte+RysV3\nsPpXxhdByKPQtr7FmOxk3v05J/7+5tplRdrMVyMhDq0keVRFHCZr/3n0AFx1\nBsWfHdloTvSyALt6vwnqNHy7Czi+XMLZrpM6dpzQWa2XsXntzipyTpIm0KyM\nIsHLrnftsPC9cUKmF1Sw0NrqexvgTjAigeMSgp0iBj3H5CNz07Cd2AZIYrfX\nnoKYfPCBSFi4yYNgOKkbSJt5glKmK8lkJKdB3Si3kNeA8kjN0mB2U75l8AR8\noB7LH2NmRgN0sdv/06e//7GxG388RL31Bs1C9QCARldk6+VaEKn12XSvd091\nBc5GfHZIPQmwWCbylXxqGlPJjEmnKrhI5Arni5BTCxbMS/2/RvjK2TJYv7kN\npfgL\r\n=dGVP\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","coverageThreshold":{"global":{"lines":100,"branches":100,"functions":100,"statements":100}}},"main":"index.js","gitHead":"7b38319b135d6bb52dbc8f9a394856da6e6b70ce","release":{"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator","@semantic-release/github","@semantic-release/npm",["semantic-release-plugin-update-version-in-files",{"files":["dist-web/*","dist-node/*","*/version.*"]}]]},"scripts":{"lint":"prettier --check '{src,test}/**/*' README.md package.json","test":"jest --coverage","build":"pack build","pretest":"npm run -s lint","lint:fix":"prettier --write '{src,test}/**/*' README.md package.json","semantic-release":"semantic-release"},"_npmUser":{"name":"octokitbot","email":"octokitbot@martynus.net"},"@pika/pack":{"pipeline":[["@pika/plugin-ts-standard-pkg"],["@pika/plugin-build-node"],["@pika/plugin-build-web"],["@gr2m/pika-plugin-bundle-web",{"browser":true}],["pika-plugin-unpkg-field"]]},"deprecated":"Faulty version, use 4.0.1+","repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"6.9.0","description":"Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node","directories":{},"_nodeVersion":"10.15.3","dependencies":{"once":"^1.4.0","node-fetch":"^2.3.0","deprecation":"^2.0.0","is-plain-object":"^3.0.0","@octokit/endpoint":"^5.1.0","universal-user-agent":"^2.1.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.7.1","ts-jest":"^24.0.2","prettier":"^1.17.0","@pika/pack":"^0.3.7","fetch-mock":"^7.2.0","typescript":"^3.4.5","@types/jest":"^24.0.12","@types/node":"^11.13.8","@types/once":"^1.4.0","npm-run-all":"^4.1.3","simple-mock":"^0.8.0","semantic-release":"^15.10.5","@types/fetch-mock":"^7.2.4","@types/node-fetch":"^2.3.3","rollup-plugin-json":"^4.0.0","@pika/plugin-build-web":"^0.3.16","rollup-plugin-commonjs":"^9.3.4","@pika/plugin-build-node":"^0.3.16","pika-plugin-unpkg-field":"^1.1.0","rollup-plugin-node-resolve":"^4.2.4","@gr2m/pika-plugin-bundle-web":"^0.3.16-patch-issue-46-6","@pika/plugin-ts-standard-pkg":"^0.3.16","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_4.0.0_1557963897495_0.2443686825958693","host":"s3://npm-registry-packages"}},"4.0.1":{"name":"@octokit/request","version":"4.0.1","keywords":["octokit","github","api","request"],"license":"MIT","_id":"@octokit/request@4.0.1","maintainers":[{"name":"bkeepers","email":"brandon@opensoul.org"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"octokitbot@martynus.net"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"0bc674eed1b08f82edb634d4b42a52d2042dda41","tarball":"https://registry.npmjs.org/@octokit/request/-/request-4.0.1.tgz","fileCount":20,"integrity":"sha512-z6IEOJsLO45eBkH6Ge1i/kXeetTLnG+8fTbK2/c3ljhQI8Td4eJaKZ8zUCoyoavr4HeYXT5S8uMucN6LWwE9Dg==","signatures":[{"sig":"MEYCIQDBx0E6Tdie713/NnjQVfVlfuiuvHeIwkgWj3gDwBD5TAIhAMUYxvUR/8aC5QKdhhOojumIQb+FsaXvkIp0sQin5ys/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":62105,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc3Kh4CRA9TVsSAnZWagAAG1cP/3UCHVXhdiqCFFGHwFgZ\ngjKw63Jcs5W9aV/hMV5Lqqs4vO7RBWuGW0mdQybv6IVPbwpzUeADBiAFSqbH\nM1cA8Lwa4qd+TLul2URilrylgs4KIkbI1hYhpuInKBY87Xc2Csv4hhejhwZd\nPYizjqZEWItuFSkCeUGjl5rB+Ei/fJgSg4B8GNGnHmYit1/CieHgGY7pizRn\nHmGDQFBedeE/KeS9thgWch7zXAarRA+U6V3SlXjytGXDcMk33RAHARRNELsy\nfEFObiQszxp8gQwqZzg6b91myh74AvyozIhrZMmEEoZM1PrjaJETr/d7sReZ\nn4zlPaiVo7MOWLp6TbWWywzISJ6twd8+NFuU0dI3pRyt8ytGcOJ45wfhkDUS\nwj0IVmDE2HCzB5MmtosHaGK0iHEljcnU+jjWwraQOnc9TPa8kxYAEh9WMlCk\nWxWk56qL3AOpPA7YQiipevVo19wtNy8CRBGsE5Jfut1xbMx0E3vfBO02UWGe\n9apg0rIoOV78CujQNksxFesumit5nhXZTUJAET2yeRnbODjhyQtqs3CLt6YW\n15h8iFkXrhFVIFUCjjdJlMxfn1+4SB1hV22Gfd8Yx3uAO5HlSj4hrb1TUGKu\nz8Ip9CqNWH1dCB+EnZ8If0aFY+QYASkiACLH071BaASgq/JeGQCiOrK1nHO+\n7oD0\r\n=iVQ4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist-node/index.js","pika":true,"types":"dist-types/index.d.ts","unpkg":"dist-web/index.bundled.js","module":"dist-web/index.js","source":"dist-src/index.js","_npmUser":{"name":"octokitbot","email":"octokitbot@martynus.net"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"6.9.0","description":"Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"10.15.3","dependencies":{"once":"^1.4.0","node-fetch":"^2.3.0","deprecation":"^2.0.0","is-plain-object":"^3.0.0","@octokit/endpoint":"^5.1.0","universal-user-agent":"^2.1.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.7.1","ts-jest":"^24.0.2","prettier":"^1.17.0","@pika/pack":"^0.3.7","fetch-mock":"^7.2.0","typescript":"^3.4.5","@types/jest":"^24.0.12","@types/node":"^11.13.8","@types/once":"^1.4.0","npm-run-all":"^4.1.3","simple-mock":"^0.8.0","semantic-release":"^15.10.5","@types/fetch-mock":"^7.2.4","@types/node-fetch":"^2.3.3","rollup-plugin-json":"^4.0.0","@pika/plugin-build-web":"^0.3.16","rollup-plugin-commonjs":"^9.3.4","@pika/plugin-build-node":"^0.3.16","pika-plugin-unpkg-field":"^1.1.0","rollup-plugin-node-resolve":"^4.2.4","@gr2m/pika-plugin-bundle-web":"^0.3.16-patch-issue-46-6","@pika/plugin-ts-standard-pkg":"^0.3.16","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_4.0.1_1557964920175_0.09275155246519606","host":"s3://npm-registry-packages"}},"4.0.2":{"name":"@octokit/request","version":"4.0.2","keywords":["octokit","github","api","request"],"license":"MIT","_id":"@octokit/request@4.0.2","maintainers":[{"name":"bkeepers","email":"brandon@opensoul.org"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"octokitbot@martynus.net"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"d79b24b41f1869cc826185e7f607fbbd625a19eb","tarball":"https://registry.npmjs.org/@octokit/request/-/request-4.0.2.tgz","fileCount":18,"integrity":"sha512-qKFHYjBYPOrLjAmLqVdm9P3NkvPsi09vSpT7VP1qh0aAd+qj8fxK2l+GgEXiLw59FzRuYy8jwa5OWQFCqVEQmA==","signatures":[{"sig":"MEUCIFeOp/jwYrH396Oe6uN7evKLhDBG+RWWiimAoAwvyuabAiEAt9itqU9WJV6YA7C/0PpBKz48q4tPD2tkE6fHfwT1AOA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":58294,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc3im0CRA9TVsSAnZWagAA1V8P/Rm4/qZ04qBQH6PPIVx1\n3QXvERn8qGjNWUWv+FUF7x9cMFKG0xzf3aNeYx+gV8BNaCYRWB47Da69i6WV\nYfC3mq9f9LCm9PKTI4h6bKIqKZQh4JIaMrHfFDk+RTrlgAOCfpmLP8JGJNHV\nEF/EQCJoo7/w/k5UhHB4dlDxiUq8XL3mWr6+FxWSTmergxshzYGYjYmfkecx\nW50pOcVjwCv925qKKEljy7j73JmR90J8VEKgGLHpyFEmdHDnezV4LhZ4hL4R\nynYzau9bcpLySPrA6SL3FY9W+HYCSC1iAhQ5UTIsz6fSQv7YeaVp6vY95eDQ\nHMHdvuRqAI2tpcrmv3zUO3Z2PlMelcMLycHxtqh82IwC0AX1HM4pALD2pUlQ\nV5OsrTKKO9U5NhSR5Y8OUN5u1xkdCrf4QNdqzHir4nIa/Xp+OxwK8kodzklw\n8YrJPDrvG/ELHbSQvCeZTZzOzSxVcHiGs0tkWmiqq+1syqnGuXeoyIcFBo3+\nxqAX1Zmkv8vcd/OrQSSP+X33xbvS311H/zCitH/h+g1PCVPQXzHLnElh1zVu\nTHkKurNynlyleEdcmeh4WBct/9k5IfsPvjmT688fE+JlUgnhnDpF0VSn7a1+\n3MavbvqKF2x9bmgHL2hZpICTok6SnmQnddADE3kxRJNwegkr/DXiotQjfrKq\nKDiz\r\n=AViE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist-node/index.js","pika":true,"types":"dist-types/index.d.ts","unpkg":"dist-web/index.bundled.js","module":"dist-web/index.js","source":"dist-src/index.js","_npmUser":{"name":"octokitbot","email":"octokitbot@martynus.net"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"6.9.0","description":"Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"10.15.3","dependencies":{"once":"^1.4.0","node-fetch":"^2.3.0","deprecation":"^2.0.0","is-plain-object":"^3.0.0","@octokit/endpoint":"^5.1.0","universal-user-agent":"^2.1.0","@octokit/request-error":"^1.0.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.7.1","ts-jest":"^24.0.2","prettier":"^1.17.0","@pika/pack":"^0.3.7","fetch-mock":"^7.2.0","typescript":"^3.4.5","@types/jest":"^24.0.12","@types/node":"^11.13.8","@types/once":"^1.4.0","semantic-release":"^15.10.5","@types/fetch-mock":"^7.2.4","@types/node-fetch":"^2.3.3","@pika/plugin-build-web":"^0.3.16","@pika/plugin-build-node":"^0.3.16","pika-plugin-unpkg-field":"^1.1.0","@gr2m/pika-plugin-bundle-web":"^0.3.16-patch-issue-46-6","@pika/plugin-ts-standard-pkg":"^0.3.16","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_4.0.2_1558063539873_0.9865860489969565","host":"s3://npm-registry-packages"}},"4.1.0":{"name":"@octokit/request","version":"4.1.0","keywords":["octokit","github","api","request"],"license":"MIT","_id":"@octokit/request@4.1.0","maintainers":[{"name":"bkeepers","email":"brandon@opensoul.org"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"octokitbot@martynus.net"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"e85dc377113baf2fe24433af8feb20e8a32e21b0","tarball":"https://registry.npmjs.org/@octokit/request/-/request-4.1.0.tgz","fileCount":18,"integrity":"sha512-RvpQAba4i+BNH0z8i0gPRc1ShlHidj4puQjI/Tno6s+Q3/Mzb0XRSHJiOhpeFrZ22V7Mwjq1E7QS27P5CgpWYA==","signatures":[{"sig":"MEUCIDd96x+12kNnbtWQTXuilhyEFTgWWFG8ENfGu24zy5kfAiEAur3wkKU3PiJ6bhLofEZIeJ0udTpOrtRSsj6WUL8Kol0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":58326,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc3jvfCRA9TVsSAnZWagAAUBAP/26aMRdrol6cndwOs7Bd\nQw3HvsKl97HEQltYk3+sfyEGS4I4W1B4XDFXCE2V0oaT6vZQdSOjysV49yvg\nW5GXyAJ1+rEAsfge3tEBuUlW1NGxFXE2S3m+2oB5k3kERodJenZ1KjWujegC\nLIuj+n+vbBAPQIzzTbjMpGY7OeyTNOtkVlZiiAmHo+TMrZPaQaRQRAb3m4IF\nW4ldyFqJ+ujjx/TLYyiVCxQaASirsK6EtV5YgUgOoPduGuVdkuWEFIVgaVq4\nqsV4HloR6FTNGFicx2jhIUFXksuCuQrYKjj49G3ggJbOkHrH7EnZr5kEqhbN\n3XNCO2DYr848vFKMcBznR3yL4k5CTdOixYD0R2nvHB6pQPJWo/BohkfVQkVd\nPR5cPH7ngpj0Do6S9Im/wc7HCCvkLE+rt7RR7ypIuwmpu/Lil+vfFo2FYq8a\nQfcqjCCED/sZ0botcOYVYKZBsu3fPJyYWTO68aVMniWcgfk8oGKeMtp9QLAf\nLxKyhAIH/C7WK0Lnd8WlcQMmzOWl+N2NSsCg/kG3hiaGuA5hKqLuHlpoaLEo\nw3ZDgJeVvpopmgpK/TQ0YHEmYB2ducg2EQYKb+QkigPB9iYmy/uNnaqXEw3b\nwQ4Ry8G450+y28sH6YyGGCeXuKiQxW4pe5a1bexK5YzdACgZmxix3M7Vx5CA\nAou5\r\n=utBg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist-node/index.js","pika":true,"types":"dist-types/index.d.ts","unpkg":"dist-web/index.bundled.js","module":"dist-web/index.js","source":"dist-src/index.js","_npmUser":{"name":"octokitbot","email":"octokitbot@martynus.net"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"6.9.0","description":"Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"10.15.3","dependencies":{"once":"^1.4.0","node-fetch":"^2.3.0","deprecation":"^2.0.0","is-plain-object":"^3.0.0","@octokit/endpoint":"^5.1.0","universal-user-agent":"^2.1.0","@octokit/request-error":"^1.0.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.7.1","ts-jest":"^24.0.2","prettier":"^1.17.0","@pika/pack":"^0.3.7","fetch-mock":"^7.2.0","typescript":"^3.4.5","@types/jest":"^24.0.12","@types/node":"^11.13.8","@types/once":"^1.4.0","semantic-release":"^15.10.5","@types/fetch-mock":"^7.2.4","@types/node-fetch":"^2.3.3","@pika/plugin-build-web":"^0.3.16","@pika/plugin-build-node":"^0.3.16","pika-plugin-unpkg-field":"^1.1.0","@gr2m/pika-plugin-bundle-web":"^0.3.16-patch-issue-46-6","@pika/plugin-ts-standard-pkg":"^0.3.16","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_4.1.0_1558068190280_0.7522713770283047","host":"s3://npm-registry-packages"}},"4.1.1":{"name":"@octokit/request","version":"4.1.1","keywords":["octokit","github","api","request"],"license":"MIT","_id":"@octokit/request@4.1.1","maintainers":[{"name":"bkeepers","email":"brandon@opensoul.org"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"octokitbot@martynus.net"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"614262214f48417b4d3b14e047d09a9c8e2f7a09","tarball":"https://registry.npmjs.org/@octokit/request/-/request-4.1.1.tgz","fileCount":17,"integrity":"sha512-LOyL0i3oxRo418EXRSJNk/3Q4I0/NKawTn6H/CQp+wnrG1UFLGu080gSsgnWobhPo5BpUNgSQ5BRk5FOOJhD1Q==","signatures":[{"sig":"MEYCIQCgyqXu6iWDX70OoG/90mTI7QrI6oE5/VJ6v3Jdq1lezgIhAPNLywDBRK01Qp0iuFHl70ceaDOn5B3u8drEaKk9VjNP","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33468,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdAzDrCRA9TVsSAnZWagAA4YoQAJHyNbgJWxQ9SsJS/3+b\nCxOtW3lfz0vNfuCg1aF98j2csqya0gUFIC3OaGSWnPsofrm4/eWkTboc6hxx\n/hmHqgiocwE71klXxKkk9u2oLe33Vo3Pq4f/t9NUS47+uBAGfILjMuhgESze\nbEb4bPLcmgypAps8rh8pLUtWnGnx4/qG/VwHQ5AP6tixjUnEIj+eeBgH2ie5\nnWRpblDCd31whSiFKhQXXiOyTvo1mEU25uQSzhuFfN+YnAOz+qWw2W4Mxp93\nx5Korjv1Zhx1rsEl09rMo1znt/l1uvXfRulYrwhm1p9eA87zDXLmfhnkEB6/\nZ+woGVN/VWS9wczo4y8WGeITyPZ+7Osy6QVkCALNKJngNzwNxk9qa31VSIIO\nZOO/cUXeSGwpbSKLA1Sdiv2XMwdn/6FSyKrTk3jckws01inGmI+HZGMz8Ud5\nHjUiy7vw7DYMrmFVzFiwEE57nkeF3d1r5nGkXwmATHTrr/zPNbe1CEFP4Sit\nS1KoKHfL5UjS+8Uz5eEyGMG/zontOwMPVfb0uTPz8VCMLsDbZPPzjIpiBTOs\n+A0U/fpGXP0Es6y+E0Bk51t6R0JLZkxjPuQghlWtS7GqO4zAd69Zv6qFnfOv\niuRox97DifEIuLPFDtMwKnccGqRvC4NomU7TJh6wX2JFiOVk/VofmqlPUOLc\nyBtT\r\n=YpSO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist-node/index.js","pika":true,"types":"dist-types/index.d.ts","module":"dist-web/index.js","source":"dist-src/index.js","_npmUser":{"name":"octokitbot","email":"octokitbot@martynus.net"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"6.9.0","description":"Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"10.16.0","dependencies":{"once":"^1.4.0","node-fetch":"^2.3.0","deprecation":"^2.0.0","is-plain-object":"^3.0.0","@octokit/endpoint":"^5.1.0","universal-user-agent":"^2.1.0","@octokit/request-error":"^1.0.1"},"publishConfig":{"tag":"next","access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^24.7.1","ts-jest":"^24.0.2","prettier":"^1.17.0","@pika/pack":"^0.3.7","fetch-mock":"^7.2.0","typescript":"^3.4.5","@types/jest":"^24.0.12","@types/node":"^12.0.3","@types/once":"^1.4.0","semantic-release":"^15.10.5","@types/fetch-mock":"^7.2.4","@types/node-fetch":"^2.3.3","@pika/plugin-build-web":"^0.4.0","@pika/plugin-build-node":"^0.4.0","@pika/plugin-bundle-web":"^0.4.0","pika-plugin-unpkg-field":"^1.1.0","@pika/plugin-ts-standard-pkg":"^0.4.0","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_4.1.1_1560490218696_0.04160341884498364","host":"s3://npm-registry-packages"}},"5.0.0":{"name":"@octokit/request","version":"5.0.0","keywords":["octokit","github","api","request"],"license":"MIT","_id":"@octokit/request@5.0.0","maintainers":[{"name":"bkeepers","email":"brandon@opensoul.org"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"octokitbot@martynus.net"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"d044d6e049aaa0580f78249c688a78a3cfab758b","tarball":"https://registry.npmjs.org/@octokit/request/-/request-5.0.0.tgz","fileCount":17,"integrity":"sha512-eAknm2Aq+/uQDLHUn7KHHpXB7A/NFfWgaVN+ZhC6mQlCNRzCv242eLYgt6cC4h2DZL7mM+QidS/UtZVwYvQXBw==","signatures":[{"sig":"MEQCIAZYf1+prVOvAha/O4oLh0c1V3wx+NM+CsKy/zjaYAbaAiBPM2rvuEthiXHNJEjymjc0SRa3Vj3SjOZYZ4sgeIDyNw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33443,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdJA4gCRA9TVsSAnZWagAAIvQQAJCkaIkC73LjJLHWxAhx\n7rRC7w8fa4NkwcqJVHJaTIlpiltKWyu4+WyYYU+f4RTz7l09OgrKUaRedF/y\n7vV+CCm7C8sSW7OjfNjv4J2niNa9WWdknJ9IhbBbwT/JbQLssH++sf8z3gAU\nbaMB7eS1XpORtIcAwwq8T4L7xOqm67qAlrUeIrD0SgwGFwjjumv/ywtWUYPS\nhKIKwwzrcV1YZhzZH7uPNzX2cTVOrewJEHSpnvvIzQqHm2mw1TwsJUIxRE8J\nYygxT9mKExaAMHIUWKQPCWHi91DVmBWdHJXk+9T/OiDbgQyzCrbnridwkAay\nQxDE/ZNrtCuzHDdTWHrCgFVlIbwBj9qRJvBEjfNM+HEpt/qt+Mex/xhv2MrE\nyzTk6ZVSrE9m++SsQDgmu13bOKg2pyAx3p5f2B14IS51hNO1/vjwWZVMDRsi\ndvUGxcyT4nFbRY2K3WxjegcZ1Ajfe4YFB59uhkYMCxvBNdQvp1ZLPAqxGJ8d\nXgVZ2uXl1D1tAQffXJ0PrKguJOYx+2yJR279LbCucjczLCmBJx27HzcNWvEf\nHxKBUqDZbx5QUimcszy6i/HGwD7q4U/sdO+G/I97it3sXVflrFaFfMoYNnlG\nJgINEa34Bp3tmTpLSrllj7ko6owR6eLY0qxGot0kuLa7+pl9Arcq9ffvly0u\nlfva\r\n=Fglv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist-node/index.js","pika":true,"types":"dist-types/index.d.ts","module":"dist-web/index.js","source":"dist-src/index.js","_npmUser":{"name":"octokitbot","email":"octokitbot@martynus.net"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"6.9.0","description":"Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"10.16.0","dependencies":{"once":"^1.4.0","node-fetch":"^2.3.0","deprecation":"^2.0.0","is-plain-object":"^3.0.0","@octokit/endpoint":"^5.1.0","universal-user-agent":"^2.1.0","@octokit/request-error":"^1.0.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.7.1","ts-jest":"^24.0.2","prettier":"^1.17.0","@pika/pack":"^0.4.0","fetch-mock":"^7.2.0","typescript":"^3.4.5","@types/jest":"^24.0.12","@types/node":"^12.0.3","@types/once":"^1.4.0","semantic-release":"^15.10.5","@types/fetch-mock":"^7.2.4","@types/node-fetch":"^2.3.3","@pika/plugin-build-web":"^0.4.0","@pika/plugin-build-node":"^0.4.0","@pika/plugin-ts-standard-pkg":"^0.4.0","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_5.0.0_1562643999270_0.9712359596954747","host":"s3://npm-registry-packages"}},"5.0.1":{"name":"@octokit/request","version":"5.0.1","keywords":["octokit","github","api","request"],"license":"MIT","_id":"@octokit/request@5.0.1","maintainers":[{"name":"bkeepers","email":"brandon@opensoul.org"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"octokitbot@martynus.net"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"6705c9a883db0ac0f58cee717e806b6575d4a199","tarball":"https://registry.npmjs.org/@octokit/request/-/request-5.0.1.tgz","fileCount":17,"integrity":"sha512-SHOk/APYpfrzV1RNf7Ux8SZi+vZXhMIB2dBr4TQR6ExMX8R4jcy/0gHw26HLe1dWV7Wxe9WzYyDSEC0XwnoCSQ==","signatures":[{"sig":"MEUCID1AIzLTc2GJlhdXGtFLJSfH7i2eG1xYlPydid0/0G+xAiEA0e1dkKonwlpDSGx++2l/Gk8S3+egLG7YGKhOLe6eIVY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33695,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdKO0FCRA9TVsSAnZWagAAkKUP/3830Fwz0d+ayYPbipgD\nJhyYnZ8bKw394lnXasdDMNh0/LavHV3TK7liZ/48650Gfa/0eqH7zjce0zzt\n3YV8lJYEsQHbwHN4b4lqxZqDL16XYkfFeDeqt0gVII9iZCIFTzBd1AFxrR6M\nXwYOK5X7N3dLfi0Yb6ydjB2G7WiAZ+tMVmStDHW0X+fv1vyIkg65LNh183HZ\n53KxqrMCQooOYdDICgrhtTKHdbIOiJx08z62a32TK6Srjo8ixn6+RrJ1mMMY\nfyAYtwqQVmNc4C63u0djtlwb/l1n6LmFQyybT+7N9UMt4JoOJeG9Y5mBH3ZI\n2GnR8gGA+lkzMkFyLPPVaMaDv+t0rXNWieIQQfiIO5EkwLCzAtaznNk1K5Wb\nZDjCepa52/kgk4LPiO/710PLWC7djDN47VWiLqQHJRkgmJFgl7ibd5Sfh52A\nbMEm3xjSgW85Pp2LATeWFi0LsHhqix5O0nS4pZTpSeuqmht/s2taiLHPD70i\nMH93PFcyXp7BoWhvKS1UBO3hPEUQg2Z4c1ANQ7qltbGen6h2QrfdkPPokcfs\nSUBdSsmVyDo4luHVs2SS2moOHld3A7zkHCPVtNAEKp65aiBESEzSM66X4JOg\nwn7bA3bk8VyTP2Qc08NgQaNoVwpXSA6cWeN/uK+kVDPpoaDhn5/As6t6z4XS\nnjJr\r\n=VHLe\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist-node/index.js","pika":true,"types":"dist-types/index.d.ts","module":"dist-web/index.js","source":"dist-src/index.js","_npmUser":{"name":"octokitbot","email":"octokitbot@martynus.net"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"6.9.0","description":"Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"10.16.0","dependencies":{"once":"^1.4.0","node-fetch":"^2.3.0","deprecation":"^2.0.0","is-plain-object":"^3.0.0","@octokit/endpoint":"^5.1.0","universal-user-agent":"^3.0.0","@octokit/request-error":"^1.0.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.7.1","ts-jest":"^24.0.2","prettier":"^1.17.0","@pika/pack":"^0.4.0","fetch-mock":"^7.2.0","typescript":"^3.4.5","@types/jest":"^24.0.12","@types/node":"^12.0.3","@types/once":"^1.4.0","semantic-release":"^15.10.5","@types/fetch-mock":"^7.2.4","@types/node-fetch":"^2.3.3","@pika/plugin-build-web":"^0.4.0","@pika/plugin-build-node":"^0.4.0","@pika/plugin-ts-standard-pkg":"^0.4.0","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_5.0.1_1562963204634_0.8328905686464654","host":"s3://npm-registry-packages"}},"5.0.2":{"name":"@octokit/request","version":"5.0.2","keywords":["octokit","github","api","request"],"license":"MIT","_id":"@octokit/request@5.0.2","maintainers":[{"name":"bkeepers","email":"brandon@opensoul.org"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"octokitbot@martynus.net"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"59a920451f24811c016ddc507adcc41aafb2dca5","tarball":"https://registry.npmjs.org/@octokit/request/-/request-5.0.2.tgz","fileCount":17,"integrity":"sha512-z1BQr43g4kOL4ZrIVBMHwi68Yg9VbkRUyuAgqCp1rU3vbYa69+2gIld/+gHclw15bJWQnhqqyEb7h5a5EqgZ0A==","signatures":[{"sig":"MEYCIQDHF8SPVghVEBWNOjlTCVWgYzZlwqELpStjrS5fCEIovQIhAOM3h70Uqja2vt337CeScvSevh4I0bhG3E35wuzG454M","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":34757,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdOg4OCRA9TVsSAnZWagAA60kP/3rrP5GSG+cvG9uXdwra\n8rokXrg+ltIr6fUiAvYzEtl1AEf8Ks8tcpFi0Fw3gxK/jhHgUNhmwQo/5dUK\n57kQNiPygbwX7ht1bZXZg6U21xrJY8cCdNIx65fwms30n3+c7TxA23cTpRh0\nEfbIBc40ALtLo+s445hw8Sinm4sXT6pNC0IbQc91VYq6tflOgKoerXZw86sQ\nZxaJGgSeAgV+6D7zPXYSb6EkSLvWBqknlGSGiKPK3Dtgsv0d31K+WLOBTdpi\nSFRXk59PD2c/wvStbirtbXa31BgQ93jpbZVfheWej67pWiwvNO/4OpfMBlvl\nh4V/UI/w+/W11ortzcqj2FuosPXBwPHMnSK+oEsqjjIApTbxTrivD5IYBbVw\nb47CPV56oC5yr57tMJ6pn5lU72rLzeT4qOE5ouXrsBU/RRUqesjVtrePjsXg\nqDOys6JPE6m7OvwsOlMUaJjeJMKsEpHdQDnfoQ2OvJSpaoRITxQseL1teITu\nPsl7TyIEXfWtn8ZUtjwtd7RnbpB4eAMMfLhZ0RyNhfu9GZv0bFVBXGhcyd9W\n1KRuUf9dOWho0nuVem6FUZLDAics+bTnVbYuWsK9w/8HyTV6o2SyDcJgYMhy\nuxbKmwbglgVHlx0axq64XT9gYuWsywqVIiEcnDrN9Q0VSuRfeAOsIXD69J7I\n5d7m\r\n=nbp0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist-node/index.js","pika":true,"types":"dist-types/index.d.ts","module":"dist-web/index.js","source":"dist-src/index.js","_npmUser":{"name":"octokitbot","email":"octokitbot@martynus.net"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"6.9.0","description":"Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"10.16.0","dependencies":{"once":"^1.4.0","node-fetch":"^2.3.0","deprecation":"^2.0.0","is-plain-object":"^3.0.0","@octokit/endpoint":"^5.1.0","universal-user-agent":"^3.0.0","@octokit/request-error":"^1.0.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.7.1","ts-jest":"^24.0.2","prettier":"^1.17.0","@pika/pack":"^0.4.0","fetch-mock":"^7.2.0","typescript":"^3.4.5","@types/jest":"^24.0.12","@types/node":"^12.0.3","@types/once":"^1.4.0","semantic-release":"^15.10.5","@types/fetch-mock":"^7.2.4","@types/node-fetch":"^2.3.3","@pika/plugin-build-web":"^0.5.1","@pika/plugin-build-node":"^0.5.1","@pika/plugin-ts-standard-pkg":"^0.5.1","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_5.0.2_1564085773142_0.4499029966274861","host":"s3://npm-registry-packages"}},"5.0.3":{"name":"@octokit/request","version":"5.0.3","keywords":["octokit","github","api","request"],"license":"MIT","_id":"@octokit/request@5.0.3","maintainers":[{"name":"bkeepers","email":"brandon@opensoul.org"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"octokitbot@martynus.net"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"84eda906fab089eec979a5047cd9d41b5497765a","tarball":"https://registry.npmjs.org/@octokit/request/-/request-5.0.3.tgz","fileCount":19,"integrity":"sha512-4vRqNNf4lYqhpuiqimew2pxxwCvTShwENza25h+UMNBUvKm50K03LJ8PL7Iu6l9qboo1D0mI5DMrGwR0Tr/nKw==","signatures":[{"sig":"MEUCIQDeAlkHVi/g/OSdcPcIkuHsdnhmgyGG39m8GTL+7tZ+uQIgPz3E7yFwK/NkXUFxZ7Jtueq6EHBqLcwSP0l0wNaCUwo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":50835,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdbrg6CRA9TVsSAnZWagAA0j8P/RmXJDa3BtsLyhoj8y06\nakdt/cp0MwzEPmQXVp9WwvD3Wfris53TT4sZHAhGPsbtJr5s3/UYH9wCSkbs\n97D4/ehKD8MfQFHPvN3TPREQPNWYqfgZjyqFy6350Osz82oevA/FfCOm9bUk\nd6aiJo/yAdjtSLDh6GzeZoBTTPE0o5tRqDzTinuLB8r+KjgmZ6Dm7N/Q1jF2\nSI8kQ0kNEluKbB4fDO6ogr5Tx6eCDTJgoQzz6nnzmBli69MvQM0L6HqED9NO\n/UeaVpBoz48eYuFxLY7rhK7aJc3uYD8QQNV+3m3IwomGs6WSDsA9r1S8qg3Z\ngQAjPc6EUAgQAGh1QY+5B+qRCeQH3Csp0YLv1/eqGmTIkPHP8uu5Dxfsl5do\noZHg/cZ2EC/D9wTPmbozgsQzlOkqdhOnr2+53Pr9eKeknPyAsnJFml/maro9\nY+FwP0NtDIJA1IAyyQrgFRLhlwz6fiPG7caSKNHwO5vKcY6VGUYEWS7uqJrH\nrOn2KCArILcVvX5eyv67a6/T5IOSAClbv1EyK+PaR3WMUboTlGRavvaNnyQ1\nIU6rhZVoaG0fMQuy9DAQYgOaBW6beVAobVO9BmHMT9iMVDAvCbBai2q7ranB\nzYaWjTM+tc0NAE664SIv4Hl2L/XkA0XZeW/xElR81AfyH8L9b0Jq6tSjaene\nwtbq\r\n=mAFM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist-node/index.js","pika":true,"types":"dist-types/index.d.ts","module":"dist-web/index.js","source":"dist-src/index.js","_npmUser":{"name":"octokitbot","email":"octokitbot@martynus.net"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"6.9.0","description":"Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"10.16.3","dependencies":{"once":"^1.4.0","node-fetch":"^2.3.0","deprecation":"^2.0.0","is-plain-object":"^3.0.0","@octokit/endpoint":"^5.1.0","universal-user-agent":"^4.0.0","@octokit/request-error":"^1.0.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.7.1","ts-jest":"^24.0.2","prettier":"^1.17.0","@pika/pack":"^0.5.0","fetch-mock":"^7.2.0","typescript":"^3.4.5","@types/jest":"^24.0.12","@types/node":"^12.0.3","@types/once":"^1.4.0","semantic-release":"^15.10.5","@types/fetch-mock":"^7.2.4","@types/node-fetch":"^2.3.3","@pika/plugin-build-web":"^0.6.0","@pika/plugin-build-node":"^0.6.0","@pika/plugin-ts-standard-pkg":"^0.6.0","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_5.0.3_1567537210151_0.34521068256047327","host":"s3://npm-registry-packages"}},"5.1.0":{"name":"@octokit/request","version":"5.1.0","keywords":["octokit","github","api","request"],"license":"MIT","_id":"@octokit/request@5.1.0","maintainers":[{"name":"bkeepers","email":"brandon@opensoul.org"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"octokitbot@martynus.net"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"5609dcc7b5323e529f29d535214383d9eaf0c05c","tarball":"https://registry.npmjs.org/@octokit/request/-/request-5.1.0.tgz","fileCount":19,"integrity":"sha512-I15T9PwjFs4tbWyhtFU2Kq7WDPidYMvRB7spmxoQRZfxSmiqullG+Nz+KbSmpkfnlvHwTr1e31R5WReFRKMXjg==","signatures":[{"sig":"MEUCIQCho/gPFncnKxcXaonKdTbvdSjxHPMwT6OnqLcCE+uUvQIgW4J6pEb3Y59QriLHViV2NFvRWNPR7Sd8SE4cN8k38gk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":52317,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdb06TCRA9TVsSAnZWagAAgagQAIj2EIy9E7XsLL332n/B\nsiRyIybQKu8AxvQSeqCj+OuVBF2AcAGzLB951rqVhJyeg64fPSeyBgj3rQ8Z\nbQOhGbmxXhAJ/b766+OpxAlfiSP01EZQECf4Zoo5RVA7WlfvdP55bW1sOs3h\nlETJgq5MoMALdLF+2DFqsHeHSKG241dvlt19tpyv1V3F/x1Qo6j/hYgOwjTb\nwkdBBzQpeGQNIRkbvKeEwCvMbdpbUpCkAptsib62cIRi9L9TN4gVG6u5KsNK\n24pd/LBOe9eOlhzKCBbCf1W1EUJLTmDgd6yzT+T7gzDZC60CqyUsQ9FewLkn\nTnj6wvIsCG6G36RzPSjDAl0vxXyWYcpZR6OOJDeGJBlZhX3h+AobA1ZTcp4E\nBtVjlmWCrGyGfwnkKvs7Fcwl6FdLrKIewM0i2jyj9SmG1q/LQKzSj6MUFl2C\nh74a3l387ffdn307mLoljqUfso35yHbopXUI2Dl8k16tAMxl3vZbjIxYDeJp\nGG6eYj/fhfpMnki1aoVZaE8NLbEvST3Fes3TAuHIDmo716rbEII69YqZ3jLH\nF/Olq3B0Xi2QZc0c/ase7XJIXv9ZiuPejWKwol1LNe+L8q8xodqbpHkBkEFR\ncRwO0IpZEo99KTkPzaXqA1MPPpcLd7Nu6eaLlsOYr/2m4fSODvwVJAJKOSpu\nrtql\r\n=sodK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist-node/index.js","pika":true,"types":"dist-types/index.d.ts","module":"dist-web/index.js","source":"dist-src/index.js","_npmUser":{"name":"octokitbot","email":"octokitbot@martynus.net"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"6.9.0","description":"Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"10.16.3","dependencies":{"once":"^1.4.0","node-fetch":"^2.3.0","deprecation":"^2.0.0","is-plain-object":"^3.0.0","@octokit/endpoint":"^5.1.0","universal-user-agent":"^4.0.0","@octokit/request-error":"^1.0.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.7.1","lolex":"^4.2.0","ts-jest":"^24.0.2","prettier":"^1.17.0","@pika/pack":"^0.5.0","fetch-mock":"^7.2.0","typescript":"^3.4.5","@types/jest":"^24.0.12","@types/node":"^12.0.3","@types/once":"^1.4.0","@types/lolex":"^3.1.1","semantic-release":"^15.10.5","@octokit/auth-app":"^2.1.2","@types/fetch-mock":"^7.2.4","@types/node-fetch":"^2.3.3","@pika/plugin-build-web":"^0.6.0","@pika/plugin-build-node":"^0.6.0","@pika/plugin-ts-standard-pkg":"^0.6.0","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_5.1.0_1567575699107_0.5802673923834722","host":"s3://npm-registry-packages"}},"5.2.0":{"name":"@octokit/request","version":"5.2.0","keywords":["octokit","github","api","request"],"license":"MIT","_id":"@octokit/request@5.2.0","maintainers":[{"name":"bkeepers","email":"brandon@opensoul.org"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"octokitbot@martynus.net"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"5d3144ad921a8a6bc26d40dd542f2b62cfe3f3b7","tarball":"https://registry.npmjs.org/@octokit/request/-/request-5.2.0.tgz","fileCount":19,"integrity":"sha512-p8WDdywOrMMbN1eMgR86f2KwKMxTTNipqsibIKDJ6oRi910rdz2JR3ufiLB8U8KtQ0P/HdP0df8vQrUDzYaUzQ==","signatures":[{"sig":"MEUCIQCEiQuMZQgd29HbLdLRTcgQmnU+Qr3fLUyHS5hTR33aYQIgLq7EDREEY3nc/Nm1wK1QAIKgCaqpt8JSS/dOxx4mXOY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":54259,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdoMddCRA9TVsSAnZWagAAwvIQAIsnjD3t5RoMer87jZhy\npUQLA+c4DC2wcjQ7SwVnNpMNd4BF7LKVUv0YxMa95s8ciaiwW+9kOxV23y1U\na/bPtB2RJ/1oWzBX6EaDh2LEqzv0qOyi18Xw5rcgqDveIIE2knenmJj+h5HT\nCUk43TMg+gcNtCcY84QJD4pkQ6/w8W/q4QpKddlx7hxZrGCLBLrvhPZriJg+\ngx98T2ONZgGBwYZbzciXOQ+2JZQuXrqlpj1ZTXVnHoHD0C1scoVYXScZ0Rh/\nC6eRe+8Acs8Wr0J37gY9Wt/HDh8xTWAuRkUfbdXQlVn9WY17UDhAF4L7mpIV\n2RbI93m9mLhg8Bc+2cDehlJ9bu9iVb3cx4FGjk14e3Z9nRRylOaHKIkCvDtm\nh6nVA/5CmdUoCamvoPVwc7H44xhknZCuryyCSq6759BEnC4Jhihk29PTwhHK\npVsW7iI5Tm5cOxyjJMK/vj9aAYE6lcastyocY1wPCOOitqJIJ8l/KO8OuFrI\nj5NYfW9aoEROQt+yCRhODMhCZla6MOCeN/UwJnVHUEAvzRx7aarnE1sO1GR4\nhDP3HGCDD0yP/kWkPrOM9M9EOjD3Ea08rR5Un98B/vMkFWEU8gfe+QgzVB6j\njWW9Ne4L9ju7Hju3/mbegHBc9vsur7U4E9S8vujWnLodGlHW9aO4g/Tl8KLZ\nd2ot\r\n=Spap\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist-node/index.js","pika":true,"types":"dist-types/index.d.ts","module":"dist-web/index.js","source":"dist-src/index.js","_npmUser":{"name":"octokitbot","email":"octokitbot@martynus.net"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"6.9.0","description":"Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"10.16.3","dependencies":{"once":"^1.4.0","node-fetch":"^2.3.0","deprecation":"^2.0.0","is-plain-object":"^3.0.0","@octokit/endpoint":"^5.1.0","universal-user-agent":"^4.0.0","@octokit/request-error":"^1.0.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.7.1","lolex":"^5.0.0","ts-jest":"^24.0.2","prettier":"^1.17.0","@pika/pack":"^0.5.0","fetch-mock":"^7.2.0","typescript":"^3.4.5","@types/jest":"^24.0.12","@types/node":"^12.0.3","@types/once":"^1.4.0","@types/lolex":"^3.1.1","semantic-release":"^15.10.5","@octokit/auth-app":"^2.1.2","@types/fetch-mock":"^7.2.4","@types/node-fetch":"^2.3.3","@pika/plugin-build-web":"^0.6.0","@pika/plugin-build-node":"^0.6.0","@pika/plugin-ts-standard-pkg":"^0.6.0","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_5.2.0_1570817884269_0.35462290093006343","host":"s3://npm-registry-packages"}},"5.2.1":{"name":"@octokit/request","version":"5.2.1","keywords":["octokit","github","api","request"],"license":"MIT","_id":"@octokit/request@5.2.1","maintainers":[{"name":"bkeepers","email":"brandon@opensoul.org"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"octokitbot@martynus.net"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"d8076b4bd415802c2dbffc82cf9b8b78f49551a3","tarball":"https://registry.npmjs.org/@octokit/request/-/request-5.2.1.tgz","fileCount":19,"integrity":"sha512-onjQo4QKyiMAqLM6j3eH8vWw1LEfNCpoZUl6a+TrZVJM1wysBC8F0GhK9K/Vc9UsScSmVs2bstOVD34xpQ2wqQ==","signatures":[{"sig":"MEUCIQDtIsT8ltjLHdmLJPHuyUxKzeq8O977mtJ3pILiQtEPHwIgPdCJ1cUjWim2eGi8i5K//RrL6njKgIR4vJo5rGzUAZQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":54187,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdospACRA9TVsSAnZWagAAFdsQAJylxCP38GBrcLSjteZO\nvBts+5mU2S2ZPtOSUOupQcHYafVSAzWKRTW6Omgjc+J44gIA337+2ZyDGEg7\n/x5BBmSygjEv1a85k51OWPh8jkJJeXffK82LBYViaosm9zqud8HNjUgHrq+M\nlLKMq5TrHSI6LdEDIcE6ww15auTMPw0YwmhuefE3PL6IihPPLoTCeBC0sM9d\n85Sv4EWKRYyPpuLXwquFlRRhWYiJ8FswxHV+iqLBZjWn0K+38H1ICCQjCnVH\nsub4vFWATp3w9mzEPfPgxnatVwuE2y+M7YNP778/cyPNynObHcH3FkVXISEk\nLo/CMRCo7uMhUr5CURYALc2Vk77DB7A/WxBfqbt67Itfke/Atd1Jt2c0/bsz\nR6+/YW9ygNwZrWw9GEW8+NLBUlujg+/499O/RqV7wgLPzWLHB6xepvrUc1UV\ns1cwzXejhA/m8x7OipDsG5LaV4En2HajMPxzfOhRim3Ptx1nQLSv92SGEp2q\n1u9Ej7NOjFLc5hvOmSNFRPPkd/+bBpMqvPhyccBiDpXk61AJ7M1J69S1p7Zu\n9O8EZe/+n4BTGzHyPTFlGAKguIWSo5Hlu62hXcaHIapFHhnL9Kq1l4q/uAYO\nfcYCbsowm8QfvPVLdEoSbYe5Xaqhzs/aDDcYUc8HM5wYIXiZPcYYSE3B5NFu\nlkyp\r\n=CjZ+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist-node/index.js","pika":true,"types":"dist-types/index.d.ts","module":"dist-web/index.js","source":"dist-src/index.js","_npmUser":{"name":"octokitbot","email":"octokitbot@martynus.net"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"6.9.0","description":"Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"10.16.3","dependencies":{"once":"^1.4.0","node-fetch":"^2.3.0","deprecation":"^2.0.0","is-plain-object":"^3.0.0","@octokit/endpoint":"^5.1.0","universal-user-agent":"^4.0.0","@octokit/request-error":"^1.0.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.7.1","lolex":"^5.0.0","ts-jest":"^24.0.2","prettier":"^1.17.0","@pika/pack":"^0.5.0","fetch-mock":"^7.2.0","typescript":"^3.4.5","@types/jest":"^24.0.12","@types/node":"^12.0.3","@types/once":"^1.4.0","@types/lolex":"^3.1.1","semantic-release":"^15.10.5","@octokit/auth-app":"^2.1.2","@types/fetch-mock":"^7.2.4","@types/node-fetch":"^2.3.3","@pika/plugin-build-web":"^0.6.0","@pika/plugin-build-node":"^0.6.0","@pika/plugin-ts-standard-pkg":"^0.6.0","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_5.2.1_1570949695276_0.20977169974541154","host":"s3://npm-registry-packages"}},"5.3.0":{"name":"@octokit/request","version":"5.3.0","keywords":["octokit","github","api","request"],"license":"MIT","_id":"@octokit/request@5.3.0","maintainers":[{"name":"bkeepers","email":"brandon@opensoul.org"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"octokitbot@martynus.net"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"deno":"dist-web/index.js","dist":{"shasum":"ce49c9d05519054499b5bb729d4ecb4735cee78a","tarball":"https://registry.npmjs.org/@octokit/request/-/request-5.3.0.tgz","fileCount":17,"integrity":"sha512-mMIeNrtYyNEIYNsKivDyUAukBkw0M5ckyJX56xoFRXSasDPCloIXaQOnaKNopzQ8dIOvpdq1ma8gmrS+h6O2OQ==","signatures":[{"sig":"MEQCIH4N07QpE0GLP/Cqm3WOMbRqrkuZspwiA5yhYtk/GiNLAiBc9k1bnD7nPe9GsxphZUKme55WaNHRg+tI3eEEUYdUqA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":49189,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdsT25CRA9TVsSAnZWagAApPcP/2/ThG7y96gcIZNdteEd\nD9amYTOHtWq1sRVzo8sP4Qsldg5JLm9bCm8NNMu1SpfVuCsVU7q9/AJMKTU8\nqAITk2W+0w/2G7BKfSlOJcwCQA3bNRN9QS0vTKV0eissRYcrZb5cnCI3iEV9\nLKhWhDgvxGjLB7JkTB5oVcRlTeHgCbPMh4ACvbAsKtMkF758GqLXMUSNHPq8\nm0SQj5GYIylvUXtna7cTTL10UBrkhBSb3sVa19IXcC/cxwObIiYnjs6B+Ail\nmEOu3Wa+5KeBJTZrFJeGrMB3BuJ+7dAaDdZ575steNhcGQI+yBCpdg5BbiSM\n6IkB5hSKmUa9qyWipnJSGrjy/4S98eUwewTDFHOJ9rzP+MqxPlQWe+J2KOiW\ndHgDVljr/j8v2Yb6cOU3xVWxYF5nEP9cB0kVAn63ex8JMwgqKvZtYvWb3ZkF\nLyWU4o47H0g3fB4oq4thkMXMSCzJIsX69dIDDOBsaGnhz1fMA554S4TmU9bR\nt31ccNvORNHYeT44oDgy9cP/7ggCY/ol122SzZrAK/Dry5fXHRAnQwparsSR\nIxhubGfMpbXwp4J2hAYzRKGt6aU0A7rPLVsy9R4t5gmH1tD/yP3oFR7GMqL/\njgLX5ly8nmHvooXSOstuce1GWRDQ1qguWicGsGHHBTOHwlYV0YMRVv49LCmb\nEgqy\r\n=2FIk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist-node/index.js","pika":true,"types":"dist-types/index.d.ts","source":"dist-src/index.js","_npmUser":{"name":"octokitbot","email":"octokitbot@martynus.net"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"6.12.0","description":"Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"12.13.0","dependencies":{"once":"^1.4.0","node-fetch":"^2.3.0","deprecation":"^2.0.0","@octokit/types":"^1.0.0","is-plain-object":"^3.0.0","@octokit/endpoint":"^5.5.0","universal-user-agent":"^4.0.0","@octokit/request-error":"^1.0.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.7.1","lolex":"^5.0.0","ts-jest":"^24.0.2","prettier":"^1.17.0","@pika/pack":"^0.5.0","fetch-mock":"^7.2.0","typescript":"^3.4.5","@types/jest":"^24.0.12","@types/node":"^12.0.3","@types/once":"^1.4.0","@types/lolex":"^3.1.1","semantic-release":"^15.13.27","@octokit/auth-app":"^2.1.2","@types/fetch-mock":"^7.2.4","@types/node-fetch":"^2.3.3","@pika/plugin-build-web":"^0.7.0","@pika/plugin-build-node":"^0.7.0","@pika/plugin-ts-standard-pkg":"^0.7.0","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_5.3.0_1571896760454_0.15418878171525896","host":"s3://npm-registry-packages"}},"5.3.1":{"name":"@octokit/request","version":"5.3.1","keywords":["octokit","github","api","request"],"license":"MIT","_id":"@octokit/request@5.3.1","maintainers":[{"name":"bkeepers","email":"brandon@opensoul.org"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"octokitbot@martynus.net"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"deno":"dist-web/index.js","dist":{"shasum":"3a1ace45e6f88b1be4749c5da963b3a3b4a2f120","tarball":"https://registry.npmjs.org/@octokit/request/-/request-5.3.1.tgz","fileCount":17,"integrity":"sha512-5/X0AL1ZgoU32fAepTfEoggFinO3rxsMLtzhlUX+RctLrusn/CApJuGFCd0v7GMFhF+8UiCsTTfsu7Fh1HnEJg==","signatures":[{"sig":"MEQCIAmO8jyaouSzzipMEmZ7DutHOAyar19GevOwzJDfhnviAiBtW9wwWIlukK855Or0BxAvGQ+s33bKIRYr+yHaKIwayA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":49189,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdvkGkCRA9TVsSAnZWagAAQrUP/i/K8E/tdDQUfdUgVS3J\ntWRC2U/40+fulvBE2xLGGXIel2mcENesFB+gv7iJFBO7tLTAG9cnlB6n6OMS\nTfvC7hG/llUCCynBEVVhC0yvHxM2XWsO9UBWTh74RpNHlOUjbWZi7lFNKqyg\nhB9m/DUqgn91zlPMqgL7csny6nYlb1WLJC9af/4QejBrbVjupyfjhSsiyOiM\nVAJF2zQUIDXsH4vxxOuKyD1MZj8gVkAxJMvwJQxEEmf+KfzBfAgsIj6vYR05\n1bqcf0d+V+KBBti/NswaHhAunQtd4eOGL0IYyufH6yFxb9xNiEMdiaAIyT8N\n3d2a4vTzTeWdFW+n2O50zUZv0c+Ipsh9fV0BkK2LYDQ6E78IgBhtynf5wWuA\nBCBItE5RmZ4bM239g+zhnLe417Ly7ejqD8VUP6ImqAYgf5DAaYZTzGswtky7\nPl1dEc0dlEM22wZGd9gUhOSWDnYO6GxUhXJ9qWCZOPJ2ka3Cqu8k3dd6OhfO\nCeFez5/4luuMpHL7es8+0EIgFhSyqv24IHSjeWcATA/rHr1N2wo+B8ltmd4F\nHyYCG19M9V8fbYMClR24I07AxI9bowqadWagoHGJVEbLaml0X9D22OV6C+7S\nSg4KjOYwdEoANhHAQ7LvZ9dGB8JAjuL7Y9bHPVtyuf4wvje/lFdHLoC7iUGW\nHx92\r\n=fwGb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist-node/index.js","pika":true,"types":"dist-types/index.d.ts","source":"dist-src/index.js","_npmUser":{"name":"octokitbot","email":"octokitbot@martynus.net"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"6.12.0","description":"Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"12.13.0","dependencies":{"once":"^1.4.0","node-fetch":"^2.3.0","deprecation":"^2.0.0","@octokit/types":"^2.0.0","is-plain-object":"^3.0.0","@octokit/endpoint":"^5.5.0","universal-user-agent":"^4.0.0","@octokit/request-error":"^1.0.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.7.1","lolex":"^5.0.0","ts-jest":"^24.0.2","prettier":"^1.17.0","@pika/pack":"^0.5.0","fetch-mock":"^7.2.0","typescript":"^3.4.5","@types/jest":"^24.0.12","@types/node":"^12.0.3","@types/once":"^1.4.0","@types/lolex":"^3.1.1","semantic-release":"^15.13.27","@octokit/auth-app":"^2.1.2","@types/fetch-mock":"^7.2.4","@types/node-fetch":"^2.3.3","@pika/plugin-build-web":"^0.7.0","@pika/plugin-build-node":"^0.7.0","@pika/plugin-ts-standard-pkg":"^0.7.0","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_5.3.1_1572749731833_0.08540822407257442","host":"s3://npm-registry-packages"}},"5.3.2":{"name":"@octokit/request","version":"5.3.2","keywords":["octokit","github","api","request"],"license":"MIT","_id":"@octokit/request@5.3.2","maintainers":[{"name":"bkeepers","email":"brandon@opensoul.org"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"octokitbot@martynus.net"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"1ca8b90a407772a1ee1ab758e7e0aced213b9883","tarball":"https://registry.npmjs.org/@octokit/request/-/request-5.3.2.tgz","fileCount":17,"integrity":"sha512-7NPJpg19wVQy1cs2xqXjjRq/RmtSomja/VSWnptfYwuBxLdbYh2UjhGi0Wx7B1v5Iw5GKhfFDQL7jM7SSp7K2g==","signatures":[{"sig":"MEYCIQDajR5PbP8vcF3upN0U6kLV5ZTTVUJ2hr+EC1mx2F0SGwIhANg8GNU0lk1J0jzaY2j3feF1SPcWaaArh07fZi2quvKj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":50372,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeUDB7CRA9TVsSAnZWagAAn3EQAIfpAxyzZI8DOkXGS3p9\nMh3S4WIuExK5jO4PU/6Y4gWaNwf9MJ0F8cleXSok8qaqig5REWXZnDtUqsB1\nd7snlob0bqrDX+mcRCwpMEJTC/kMkvc6ASHM7Bt7/d/e+EeoAOm2o9CW5VHn\no+TxQUO2y3gOZ3qo9WKpP0yGUQfGwiAsadoxSuMIj8iW7fgmMW/P9fuzqFgL\nwsrhCVcgbWyBPLtB2onzjmzu/8vcKjJ+1W7nd+8JkI86+6utW5tqz9DfvfHK\n4ys+z/EEHjzFDnjk7B20YXghAiFHTtk6Fn0VCVBosOaeePB8WPWpwgBZBZ0/\n83wbx4SSDdLjEW775xuBq/TNtSYhUsFRv8+Q49RO11JeOeYwomnyDViqLlui\ng7dEsFuqdjuztB5b6O4Q96tVtIj8rJXorZdbtiveECEiJIAnZ6dBu2L4K86q\nVYpb98M4mkyASJMYTv9z44EI5UwUtmOgtUxrfHMCZhTnmPRUxGEiGlJSauKc\nIOF0D96R115l1/4n76W5vMbSQhGKEC97gbukfwqRjQyWJCxR3ZyqgIOhTret\nV5/8Fl0Pp4Ziztw6FPZ+XRKQekmuHtXtn4z6qpEa/cGeL9GRvRe8BDpPHDjP\n3UOMXzU5c4HbJu01wW80WUxgkrpMG2eqFGiMZErgh1/bFYXGYttDvja9Rg91\n9rT/\r\n=MF9R\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist-node/index.js","pika":true,"types":"dist-types/index.d.ts","module":"dist-web/index.js","source":"dist-src/index.js","_npmUser":{"name":"octokitbot","email":"octokitbot@martynus.net"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"6.13.7","description":"Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"once":"^1.4.0","node-fetch":"^2.3.0","deprecation":"^2.0.0","@octokit/types":"^2.0.0","is-plain-object":"^3.0.0","@octokit/endpoint":"^5.5.0","universal-user-agent":"^5.0.0","@octokit/request-error":"^1.0.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.7.1","lolex":"^6.0.0","ts-jest":"^25.1.0","prettier":"^1.17.0","@pika/pack":"^0.5.0","fetch-mock":"^8.0.0","typescript":"^3.4.5","@types/jest":"^25.1.0","@types/node":"^13.1.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","semantic-release":"^17.0.0","@octokit/auth-app":"^2.1.2","@types/fetch-mock":"^7.2.4","@types/node-fetch":"^2.3.3","@pika/plugin-build-web":"^0.9.0","@pika/plugin-build-node":"^0.9.0","@pika/plugin-ts-standard-pkg":"^0.9.0","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_5.3.2_1582313594773_0.9504014120231035","host":"s3://npm-registry-packages"}},"5.3.3":{"name":"@octokit/request","version":"5.3.3","keywords":["octokit","github","api","request"],"license":"MIT","_id":"@octokit/request@5.3.3","maintainers":[{"name":"bkeepers","email":"brandon@opensoul.org"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"octokitbot@martynus.net"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"be0f96503ef1d3eb362f4f93334b4978c596116e","tarball":"https://registry.npmjs.org/@octokit/request/-/request-5.3.3.tgz","fileCount":17,"integrity":"sha512-ctV1m+YkTx/k2tICRu7zAN/0aRzIYRNfMN/onORiUXWqK4Rf8WfqwBUFC/i7tI8hvRT6kAKCdr4NWv/2VIsO4Q==","signatures":[{"sig":"MEUCIQDJt1txDqAoKzBuOxHxERTfInZKVDjQ/1pShVYE7lXPVgIgWCRTFo5s76HOz0tFOWkbQie8IPRUialMbR+Er8VRqMY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":50491,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeekwWCRA9TVsSAnZWagAAkDQQAJVnI2OiUdE3eFfZDwFT\n0OLe5FKzRoMzG+x+ZrbvdYHhjk7fyE/1Q+3p5HIqvv2xHUvwIrCLFTm4T82i\n85luyelFEFbG9GG/wh1xlqVUSnH8RIVaWn2JCPsutydS7NZiGmqwT9KFhlMI\nfL95D6z2MRugHYDTkw8Uy33zyjrQKde/JbVxXAngDgMyC+HPrgG/B9AgJhtq\nmYgHDOcRyoIMBzIZkNyfPHEVOtF1s/iJCcuJor4mmKM29kIYGTIOE9acnH9H\npHDifJQYh5bhCoVqgOArCWdlPr7jBACC/EnkiXrH6c6tjGuS/cbJyOPaZlv9\nLqDnVyGzM7wnkZOIGt0aguiFnKKsoIKluIn3d9L7turxViE920zofvXu+sgQ\nvToggPRVYudxPCdWeW+3n6x/M9eiZTeGq8APL60dRtrzOPfAdSAPWEVHVAxm\nKRMD+8ANBhlk0dxh8DKRb4whRNHdBrBJUjPikS4/FWaxvtdLlD5DpC4mvjWk\naQypDQkpXBaqB8c0E38XhCDbZkws48SL42BBCcY5occG8LdyDIgJ3eZ+Bf+i\njKyWd6D0o19RjZ/MqE5rqSy01sW+U79bG+NuHYSGslG1VJMgsVNYcCaKuIkh\nKzCs9B5zPL4/hcpfVB4aUkYX51wrvbq1Clf3Hi/sAOxrZGD9Plt2CHpR+Eln\nOhC/\r\n=iCie\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist-node/index.js","pika":true,"types":"dist-types/index.d.ts","module":"dist-web/index.js","source":"dist-src/index.js","_npmUser":{"name":"octokitbot","email":"octokitbot@martynus.net"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"6.14.3","description":"Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"once":"^1.4.0","node-fetch":"^2.3.0","deprecation":"^2.0.0","@octokit/types":"^2.0.0","is-plain-object":"^3.0.0","@octokit/endpoint":"^6.0.0","universal-user-agent":"^5.0.0","@octokit/request-error":"^1.0.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.7.1","lolex":"^6.0.0","ts-jest":"^25.1.0","prettier":"^2.0.1","@pika/pack":"^0.5.0","fetch-mock":"^9.3.1","typescript":"^3.4.5","@types/jest":"^25.1.0","@types/node":"^13.1.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","semantic-release":"^17.0.0","@octokit/auth-app":"^2.1.2","@types/fetch-mock":"^7.2.4","@types/node-fetch":"^2.3.3","@pika/plugin-build-web":"^0.9.0","@pika/plugin-build-node":"^0.9.0","@pika/plugin-ts-standard-pkg":"^0.9.0","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_5.3.3_1585073173372_0.10280672449603534","host":"s3://npm-registry-packages"}},"5.3.4":{"name":"@octokit/request","version":"5.3.4","keywords":["octokit","github","api","request"],"license":"MIT","_id":"@octokit/request@5.3.4","maintainers":[{"name":"bkeepers","email":"brandon@opensoul.org"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"octokitbot@martynus.net"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"fbc950bf785d59da3b0399fc6d042c8cf52e2905","tarball":"https://registry.npmjs.org/@octokit/request/-/request-5.3.4.tgz","fileCount":17,"integrity":"sha512-qyj8G8BxQyXjt9Xu6NvfvOr1E0l35lsXtwm3SopsYg/JWXjlsnwqLc8rsD2OLguEL/JjLfBvrXr4az7z8Lch2A==","signatures":[{"sig":"MEUCIQC8ck9MXNDmXgZq12GutlvUMOqGX3Y3pgiYAR8VFGE+egIgLLRVDpcG0VL9+Xtdk0HmVpUWNtwQd7rjZkzJxBSWgVU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":50491,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeek06CRA9TVsSAnZWagAAFkgP/idzM3H8QA0bq4+Od1qC\nZ8CusIPjd4u8pW587Uzq6CW5Blwksw24LDM7GgvjDacZtt+OyAS3sTpRQ4OK\nF67fJd1G6JuTJctNRin8KdY1V4NklHcAawG/AwsVF+SSJUAAWtXFE0GvV0Im\nTa+Kv1rwyx7jU5alJtDUc9Kaw1MFh3w47RWGTDofeU2v2WyHqgedmMzF7m2u\nGCInKwDASdL/d1IV9zv82Ea2HT0Arzh6n7cqwXzn+usBiVdd0ozbFqsjpmHD\nlo4LN+1KAMVwV0QX3AU/WmPAPfEFHpNf2o/SbC6dIHHkuVe9HdItCZeNMiiK\nVthm+a3aOjvRxYz5y/fBp0ojV0As4EA0+5ohV86VzuUmzT/V0Wb5EI0nZqCb\nGHSGYyYGGPuuE+WdJYUenDtsg63/8SNm0ZuMViCY6VFyQJiqdqmUXCe492zu\nEhuRno4a9AxPiEvD8sDLgyaLcRSiqUhJW300lYLRD1WDh8pq43vRZHy3hmKM\nuwA3YN8sKrwgsApNxc2lgndiWwepKBbttk9gOc3hRwtTtiuGTeuzgqpCJ2kD\nvEqgC5OtEvHzirz5iXDfddUHvRPYGDVdcw7jKd8SZLkKeMtpFlXexX4LX5Dl\nD5Ye8/N6ZgpnSz9/f+jctxozEESFm5NKNQqp58A5NehD5yBK1nHTEUaEk0hP\n7jLo\r\n=RqI/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist-node/index.js","pika":true,"types":"dist-types/index.d.ts","module":"dist-web/index.js","source":"dist-src/index.js","_npmUser":{"name":"octokitbot","email":"octokitbot@martynus.net"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"6.14.3","description":"Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"once":"^1.4.0","node-fetch":"^2.3.0","deprecation":"^2.0.0","@octokit/types":"^2.0.0","is-plain-object":"^3.0.0","@octokit/endpoint":"^6.0.0","universal-user-agent":"^5.0.0","@octokit/request-error":"^2.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.7.1","lolex":"^6.0.0","ts-jest":"^25.1.0","prettier":"^2.0.1","@pika/pack":"^0.5.0","fetch-mock":"^9.3.1","typescript":"^3.4.5","@types/jest":"^25.1.0","@types/node":"^13.1.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","semantic-release":"^17.0.0","@octokit/auth-app":"^2.1.2","@types/fetch-mock":"^7.2.4","@types/node-fetch":"^2.3.3","@pika/plugin-build-web":"^0.9.0","@pika/plugin-build-node":"^0.9.0","@pika/plugin-ts-standard-pkg":"^0.9.0","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_5.3.4_1585073466462_0.8552667875414368","host":"s3://npm-registry-packages"}},"5.4.0":{"name":"@octokit/request","version":"5.4.0","keywords":["octokit","github","api","request"],"license":"MIT","_id":"@octokit/request@5.4.0","maintainers":[{"name":"bkeepers","email":"brandon@opensoul.org"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"octokitbot@martynus.net"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"52382c830f0cf3295b5a03e308872ac0f5ccba9b","tarball":"https://registry.npmjs.org/@octokit/request/-/request-5.4.0.tgz","fileCount":17,"integrity":"sha512-uAJO6GI8z8VHBqtY7VTL9iFy1Y+UTp5ShpI97tY5z0qBfYKE9rZCRsCm23VmF00x+IoNJ7a0nuVITs/+wS9/mg==","signatures":[{"sig":"MEUCIEJsRivpp/WEkT/WWVxs8FXFUFVX8VaNzMItTVaSgVDmAiEA2lIPuedIXzF6Scz/XOxWhH6w6xW3ChZqY678kCtXkmY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":50491,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJek50HCRA9TVsSAnZWagAACHUP/Rb1HLox//DQs0xhtefU\nFEh0MGZeb4MZulIXC3nEcNLtDRtJ9Wa4xTbqyhzBdySdCAEQVkNHRZ+gww1E\nDNIsBm+vWQyDEgeFpkTA8TeOPgq9cpdd04rOsO+yVQneHrTEuU5i1sCgg0da\nwwFV/SsM+/dkrRm6yZfc8AHi9cbFjzKR2k/4Hn2/J+9skLGqNyLooSM6CAkD\n6hVYqmjAgNorzfLaH1+Y6vAkH2HZAivpw2eZsBuOESR0ChXDOoecbVt1+YXo\n5qOOX/o3+HL4teszyDovBr7Rrx1UJ+mSaBJSMjhUJ4jEgLoh3UDEK9fNOMyt\ng9v2L1kFkeNujFpyp4/mVg0pHBobBKf3nWzDEa/yu0+UkRAGovKNdEgzMQXM\nfAPQ5HU5P5w5Z/3FGRKaow51e66zGU2qeNLCBgPJjZq78JwtzFU/d3EaQqgu\nvQB5Mrds+5KB6qdOfXvO3WdOhS0cTMX7kwfTtuLnKkvW4FIWDbRBPbNVBndj\nxip6OXDsFgI5cNc96jxkYC/axOGMt8i2Mv1nOlcFrDiUkofxLvW75WdvKKYn\nSLHiiCwlQGzzw0+FbGkWcQzZVWDmkzwhrrUxDg8YwR0O2td38wp7aSAjinAS\nZgDlbV0BxSMmM3k1cshESxeynlhBgeMVY5h0+oBIwq5QEIUQrh7Tvh9st8Oy\nGscE\r\n=NcBa\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist-node/index.js","pika":true,"types":"dist-types/index.d.ts","module":"dist-web/index.js","source":"dist-src/index.js","_npmUser":{"name":"octokitbot","email":"octokitbot@martynus.net"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"6.14.3","description":"Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"12.16.2","dependencies":{"once":"^1.4.0","node-fetch":"^2.3.0","deprecation":"^2.0.0","@octokit/types":"^2.8.2","is-plain-object":"^3.0.0","@octokit/endpoint":"^6.0.0","universal-user-agent":"^5.0.0","@octokit/request-error":"^2.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.7.1","lolex":"^6.0.0","ts-jest":"^25.1.0","prettier":"^2.0.1","@pika/pack":"^0.5.0","fetch-mock":"^9.3.1","typescript":"^3.4.5","@types/jest":"^25.1.0","@types/node":"^13.1.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","semantic-release":"^17.0.0","@octokit/auth-app":"^2.1.2","@types/fetch-mock":"^7.2.4","@types/node-fetch":"^2.3.3","@pika/plugin-build-web":"^0.9.0","@pika/plugin-build-node":"^0.9.0","@pika/plugin-ts-standard-pkg":"^0.9.0","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_5.4.0_1586732295090_0.044816988173710604","host":"s3://npm-registry-packages"}},"5.4.1":{"name":"@octokit/request","version":"5.4.1","keywords":["octokit","github","api","request"],"license":"MIT","_id":"@octokit/request@5.4.1","maintainers":[{"name":"bkeepers","email":"brandon@opensoul.org"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"octokitbot@martynus.net"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"fc1458b38c4a010913063a17187ef9eb65d04329","tarball":"https://registry.npmjs.org/@octokit/request/-/request-5.4.1.tgz","fileCount":17,"integrity":"sha512-0Qso0c+6Xv9ofwnQMc0ChOI09UwXxXmaQ+mbPxOIFjUdlAujlGmWaBh7uIcGxDjoUI31j3AOAi2aReV1JliWPQ==","signatures":[{"sig":"MEQCIGO/lPLLHbk47ML2ZRsgDDK2hPdyKYTYvteJgwAyO6xSAiBgGD3SBigJP7C4RELKQZ2Fq0N1+IS0LMz5+gh0p8/DHw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":50500,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJenLmwCRA9TVsSAnZWagAANoAP/3O1eKGtSkvnV+UEFbP3\nN+Wy4/j5T7qMOjSNkNDM0E0ROFBRpW71W+9pHNDG0WdxYqu9A3+agt8JOpXD\nWefziY09dLbES/vLezO5/v08cDSK3Iv5hRa2B8io8q8jlyzulkDNRhUIMKM6\nSls9ytsEASBLXcqyvCZJe5q8M34wP+e5qzvqFY3B0ZRX5fHOHnDy6PJa64FG\ndOiVMQqu/mzLn6n8djkMaEoVT0Cdz8NYcBlmjbrgLNoaP9YsNP74c5csVSMA\ncF0KLFM9fSHNh5pIbDwmLf25r/a95g6uxoq2iSlazwmckEAEeqRRyRL4ERLl\n3Y4yu4prT7+ukPrQKCUzCFSIguJbC6u8VoJ/Ydzv0Fi6JpahHSInyHIu8Rty\nL06LWAuH+kkCs9khl5W9AhkfF46lupAD0oWY+0kHpo4MwjCG+9PwedrAaMHS\nCy7qwY6sOQDsP+9wcen6Abg8uW7v5E3Eu8uYmGJphYdv6zolMubqhZjkqe+R\nb4BZlYYbLgYQ6ViWFRRmvR5ADGSn6nSLTDqkiud5aSLD/fVwuVGX+4pFtCYz\n2janLK2586kwoM0yUYYGlutksMNz16U0rNbJGr1NQ0FxRuK7XAmFBnuTh3yK\nHislbWdxF25vIv2je6ecdw7yE7QDibgZdUg4otSyjOCeqNgbM0KWj+k1p/Rs\nGVvj\r\n=EXYM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist-node/index.js","pika":true,"types":"dist-types/index.d.ts","module":"dist-web/index.js","source":"dist-src/index.js","_npmUser":{"name":"octokitbot","email":"octokitbot@martynus.net"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"6.14.3","description":"Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"12.16.2","dependencies":{"once":"^1.4.0","node-fetch":"^2.3.0","deprecation":"^2.0.0","@octokit/types":"^2.11.1","is-plain-object":"^3.0.0","@octokit/endpoint":"^6.0.0","universal-user-agent":"^5.0.0","@octokit/request-error":"^2.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.7.1","lolex":"^6.0.0","ts-jest":"^25.1.0","prettier":"^2.0.1","@pika/pack":"^0.5.0","fetch-mock":"^9.3.1","typescript":"^3.4.5","@types/jest":"^25.1.0","@types/node":"^13.1.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","semantic-release":"^17.0.0","@octokit/auth-app":"^2.1.2","@types/fetch-mock":"^7.2.4","@types/node-fetch":"^2.3.3","@pika/plugin-build-web":"^0.9.0","@pika/plugin-build-node":"^0.9.0","@pika/plugin-ts-standard-pkg":"^0.9.0","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_5.4.1_1587329455355_0.6438384252881124","host":"s3://npm-registry-packages"}},"5.4.2":{"name":"@octokit/request","version":"5.4.2","keywords":["octokit","github","api","request"],"license":"MIT","_id":"@octokit/request@5.4.2","maintainers":[{"name":"bkeepers","email":"brandon@opensoul.org"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"octokitbot@martynus.net"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"74f8e5bbd39dc738a1b127629791f8ad1b3193ee","tarball":"https://registry.npmjs.org/@octokit/request/-/request-5.4.2.tgz","fileCount":17,"integrity":"sha512-zKdnGuQ2TQ2vFk9VU8awFT4+EYf92Z/v3OlzRaSh4RIP0H6cvW1BFPXq4XYvNez+TPQjqN+0uSkCYnMFFhcFrw==","signatures":[{"sig":"MEUCIQCcAYPBiHEjcc4p9pdS1NjMCa6vovAoVqxeB/JhQBMTngIgRokGyZnMTrkKf4jUa3zm+CfYxX3AaeLwksPANajLIJc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":50500,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJenL7qCRA9TVsSAnZWagAAJsEP/jazaUoQzsDGIme2RyvX\nQ4tAYS1QAr2DuMGLGHGgJOgctDsXcD84yGfQVlHK3ZR+cVb9rZsGHJLF/Sy0\nCz0d/G3OD4k+PWdOzvZAKeCR/lCi47vEBiJJyiG2SffRwfhVMBvUFq0JWIE9\nkBuF69nUGYHs6Mk3gJbEFuJPacq+WHDUerrvpNfMiorvyGBCzsfp+rjijF8z\nXSwX4tHML8eixvpZYFZ2sOSTGv84lgO3bfA0wCSRle7UX8OYOv3UWYld08xN\nCrr3tWdMvShjyxQU0skef7gYfCyLVzXAMpXELknjdMVg3bJfXPN2M6gP3vM8\nvvqFH2qlRkAajmoJdqnxtc2FVRTPQFJDj2AbMyGD1x0xqRLZa8dJD687A4wZ\ncF92GJexQif4yE+K7RfaRdhQugU34PXUUCNWoMZoUXlrfTpov1alpqZmcbFZ\n24Zz8FUPIYkTXi5xzGo2wBDxJ9VfrXTHNhM0HBV5veMibS31QIbXeJZi+IW5\nhEnfZB+t4l4WnOWlTbFWmxLlGMubl/sakN+lpaJ2K6j5/f9bSNgJldBE1xG/\nacjeWHLDGIeAr7RDS5j0bLqRiffEaoBNhKXEd3Loxo72mIxxzQ1bTnCMrCgC\nDdXMt0Tob3906+2Xet5pvcTtsnCaJrW+ziDcz/37+F14ZklVLHOV/N1dLZ4P\nZ9ts\r\n=TmuM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist-node/index.js","pika":true,"types":"dist-types/index.d.ts","module":"dist-web/index.js","source":"dist-src/index.js","_npmUser":{"name":"octokitbot","email":"octokitbot@martynus.net"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"6.14.3","description":"Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"12.16.2","dependencies":{"once":"^1.4.0","node-fetch":"^2.3.0","deprecation":"^2.0.0","@octokit/types":"^2.11.1","is-plain-object":"^3.0.0","@octokit/endpoint":"^6.0.1","universal-user-agent":"^5.0.0","@octokit/request-error":"^2.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.7.1","lolex":"^6.0.0","ts-jest":"^25.1.0","prettier":"^2.0.1","@pika/pack":"^0.5.0","fetch-mock":"^9.3.1","typescript":"^3.4.5","@types/jest":"^25.1.0","@types/node":"^13.1.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","semantic-release":"^17.0.0","@octokit/auth-app":"^2.1.2","@types/fetch-mock":"^7.2.4","@types/node-fetch":"^2.3.3","@pika/plugin-build-web":"^0.9.0","@pika/plugin-build-node":"^0.9.0","@pika/plugin-ts-standard-pkg":"^0.9.0","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_5.4.2_1587330793529_0.08894209395717634","host":"s3://npm-registry-packages"}},"5.4.3":{"name":"@octokit/request","version":"5.4.3","keywords":["octokit","github","api","request"],"license":"MIT","_id":"@octokit/request@5.4.3","maintainers":[{"name":"bkeepers","email":"brandon@opensoul.org"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"octokitbot@martynus.net"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"85b78ea4ae6e1c4ac2b02528102d4cd776145935","tarball":"https://registry.npmjs.org/@octokit/request/-/request-5.4.3.tgz","fileCount":17,"integrity":"sha512-RtqMzF3mhqxmWoqVD84x2gdtbqn2inTBU/HPkWf5u0R5r7fBTaLPAcCBgukeI2gjTwD9ChL9Cu0MlTBs7B/tSw==","signatures":[{"sig":"MEUCIQDcnm0d2FUnMXeBNDexpyrFWkFn8dsd5yvOOrqxFZ+i2wIgFhi9bPiKluv2WLn5n8dBU0ydEWfjL+3qHcUZcDeFbLc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":50427,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJextmcCRA9TVsSAnZWagAApWkP/3zxhoJNU3HB6qoemIjX\nnuyT9kfFq28s+zs1z0jVVoH8+DFL2vNyDjvgFsIGS64KORh+HFN1iN5k8RZX\nFAr5flbkD8KyJOxkaOVw0BTtOvrSIXRZoUVKMxU4Hw3LdPCbXbeqyuZ8wrQA\n72tlPNVN6oklom+uvFJ8V6TVu1f9lpAWnITMFEP7rzkF1FrtrNpke5s8CjXa\nmQEWiOd6u/8OrC+iD6GKF8+/tgAwJMl1SOJu8tZmh0tmo29mdpKpbj65VOEh\nEhMe19VsBxSV6PlYNwckCFnBz2Arl5avUiTm/UuWqnMMOLKezY78EHcRpcri\np4NWU11oPGn7GjQeG7kxiPKUNU4OlyFA7jkzrxWvd8XwI5nprS0KMYTDmkeG\nqSfl1w9YXe/bkKG1mH56mCzRwJETwAy6tITqBOl16xMNMlDarGR24MviOsTC\nqyiAJkXX1EOMdOwsVwhOsQY5w9hef1Nb0W6bQyUQnFpsLlVG1g/IqrV0MKJU\nRlKDbJT6BE50Xph7zrIqPM5QBb7nXkCXxR63bEidjtfgBmYrFBVDh/5Apnjd\n/jD+LgPejEHAqwNzfCUMrhrWdBG/JS0eYdBjxfzwmA22KUWn4j61dX8y7HTR\nMj2iSKYE5CAxCPp1D4Fw5vsdX005cC2JXa9w8c5ldi1+0CZX2oVMQ8O9vss6\nts8S\r\n=cIw6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist-node/index.js","pika":true,"types":"dist-types/index.d.ts","module":"dist-web/index.js","source":"dist-src/index.js","_npmUser":{"name":"octokitbot","email":"octokitbot@martynus.net"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"6.14.5","description":"Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"12.16.3","dependencies":{"once":"^1.4.0","node-fetch":"^2.3.0","deprecation":"^2.0.0","@octokit/types":"^2.11.1","is-plain-object":"^3.0.0","@octokit/endpoint":"^6.0.1","universal-user-agent":"^5.0.0","@octokit/request-error":"^2.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.0.1","lolex":"^6.0.0","ts-jest":"^25.1.0","prettier":"^2.0.1","@pika/pack":"^0.5.0","fetch-mock":"^9.3.1","typescript":"3.7.5","@types/jest":"^25.1.0","@types/node":"^14.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","semantic-release":"^17.0.0","@octokit/auth-app":"^2.1.2","@types/fetch-mock":"^7.2.4","@types/node-fetch":"^2.3.3","@pika/plugin-build-web":"^0.9.0","@pika/plugin-build-node":"^0.9.0","@pika/plugin-ts-standard-pkg":"^0.9.0","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_5.4.3_1590090139569_0.5858308196759947","host":"s3://npm-registry-packages"}},"5.4.4":{"name":"@octokit/request","version":"5.4.4","keywords":["octokit","github","api","request"],"license":"MIT","_id":"@octokit/request@5.4.4","maintainers":[{"name":"bkeepers","email":"brandon@opensoul.org"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"octokitbot@martynus.net"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"dc57e85e86284fa016d0c1a2701a70a10cec4ff2","tarball":"https://registry.npmjs.org/@octokit/request/-/request-5.4.4.tgz","fileCount":17,"integrity":"sha512-vqv1lz41c6VTxUvF9nM+a6U+vvP3vGk7drDpr0DVQg4zyqlOiKVrY17DLD6de5okj+YLHKcoqaUZTBtlNZ1BtQ==","signatures":[{"sig":"MEQCICcsK8KiAUsgY3tMNgHkXIh8DVUSYmxZOB5TvhL/fwlEAiBPrvb7KOedVLgBFE3cZ01BYQ8j4DoXhK0ZsAVeEv2UIw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":50426,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJey1wxCRA9TVsSAnZWagAAg/gP/Al8sJYeaejAWdEFOh6B\nVpje0C6Yh/4+pUr2Z2PzGor1aJAjhiJYvhEQCOFqNDA9TY26VmUVI4CqHHWF\nAiK3JXqqI3fEI4un9MbG6z1CnW0KjSD9GXe44MmYh+zzpQBdaf1Cet1vSvYk\n0kwMRQE03L3cJD6qlRT7dEOrmao5RdMkkYTVGOCGifPP5Wf7+hqMq++FkgFM\naq/bU8FWIPOmJLcHLOnYJ3/BR6JGgNVHvLwmmh8hTk3pwqzCO2f68i7WwI9W\nSJWryaKaB6SPXeaAe7WForhlu+P8K/uvffc0s0GO2sR+DvNmS+/97Er/NXke\nidx+qhVlozyajT6F62pPdcG8UcvXAbUarDYQ7v/pxNdKfBc4fL1RhKCWJrkf\nBaOlebZhLzLzc/2LpSv60VSkaxRuqCYAY3KRhsmpCqsbO0fWKVr/E/tSwiVq\nanQTIsbn/kYkcUrkYNte17Gzv5J6/F3uytxIm4p7syylLwklAlRyyLTHjmNc\nUu27d4pyiL2+EZa59deYsrbn+qyBgSKyIP+BrKSvxGxWy/x6+fxtF5R4Juik\n4d7jBRijCU++KMiz2zwLZ1i07+IcDuj55o13trVD8dkvwUJe+LJuL/PjpcVK\nlTC4ddU5cI/os1ojfKhfIE7l105jLHfM7Q3slGSaUXJr2b4Bcckj+cduTbx7\ngGQl\r\n=I7qN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist-node/index.js","pika":true,"types":"dist-types/index.d.ts","module":"dist-web/index.js","source":"dist-src/index.js","_npmUser":{"name":"octokitbot","email":"octokitbot@martynus.net"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"6.14.5","description":"Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"12.16.3","dependencies":{"once":"^1.4.0","node-fetch":"^2.3.0","deprecation":"^2.0.0","@octokit/types":"^4.0.1","is-plain-object":"^3.0.0","@octokit/endpoint":"^6.0.1","universal-user-agent":"^5.0.0","@octokit/request-error":"^2.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.0.1","lolex":"^6.0.0","ts-jest":"^25.1.0","prettier":"^2.0.1","@pika/pack":"^0.5.0","fetch-mock":"^9.3.1","typescript":"3.7.5","@types/jest":"^25.1.0","@types/node":"^14.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","semantic-release":"^17.0.0","@octokit/auth-app":"^2.1.2","@types/fetch-mock":"^7.2.4","@types/node-fetch":"^2.3.3","@pika/plugin-build-web":"^0.9.0","@pika/plugin-build-node":"^0.9.0","@pika/plugin-ts-standard-pkg":"^0.9.0","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_5.4.4_1590385713200_0.35001732731977153","host":"s3://npm-registry-packages"}},"5.4.5":{"name":"@octokit/request","version":"5.4.5","keywords":["octokit","github","api","request"],"license":"MIT","_id":"@octokit/request@5.4.5","maintainers":[{"name":"bkeepers","email":"brandon@opensoul.org"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"octokitbot@martynus.net"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"8df65bd812047521f7e9db6ff118c06ba84ac10b","tarball":"https://registry.npmjs.org/@octokit/request/-/request-5.4.5.tgz","fileCount":17,"integrity":"sha512-atAs5GAGbZedvJXXdjtKljin+e2SltEs48B3naJjqWupYl2IUBbB/CJisyjbNHcKpHzb3E+OYEZ46G8eakXgQg==","signatures":[{"sig":"MEUCIQCFSuVlC+1nGbRBy4Ho03647A3AAGV3+oYmaHiU9oJLnQIgYUt+cm/mRwZrFZ7O8x4K/ZhY29YuH5Y2Bu0iYf4yr/A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":50426,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe4RyuCRA9TVsSAnZWagAAU7IP/2aqsaX4iuBx+gVxvKuM\n148qSI+Onva7XN1OzSWRfNeckbUV9o/yWM4+3uO0vWmmSWaggxivxc1uERpG\n6VoxgMgUtmkX2WLd25uIVoOZdBi0ANmt5nsTcZ3AMAaFL4V1A4c3kPlHXvzB\n/FmhBczNWAzysPfGARBJcI0XPdz1BoXuN9EdJFAiY0Rcl5b0NFecOpzsTlCV\nkTGcfjbChjHbwzAX2j8j+cYzkpfS/Fo/tBwth8ym1IbzlYH41F5zoZWciiLl\nH1DbDjM2KryO1sjYi21l9uvWzGszxMdb28vEj1mjUc/CD75F41mP0yoNMc6K\nOwhK3HcnkdCxBUD+g8s+4vO0RpMqL0Tw4JZhtXFY30kd2f7G/1fdVuwRpg1b\nc8pJikGuvaZuIopHCvI0uDLFTE9ATMxJ8HzkSX1hHVv0xxcNDPiBMZvPHCQA\nrmHCQeigvb8h8fB9ibzykSEyUCKGqzJci8i7OFQL0itKDuzYYOWB+vZqoHBJ\nuyBdxSx5QMD0xYYv5QobIvk9fvuVGPhFPhgCoI7U+kBJtjgOw6wdWEagZ9S/\n03yh2M5buPaCbh4ADpwPe6DCt8r9EJ2sWGZ9vRoPGZa38a6JcrZBmByZYxoZ\nuN/gSU0Uxj3DxPopRFiCbzdziTbGI6GZpkP48WhU8t7r+Iutz4A0AiPd9wkQ\n2jRo\r\n=x6xI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist-node/index.js","pika":true,"types":"dist-types/index.d.ts","module":"dist-web/index.js","source":"dist-src/index.js","_npmUser":{"name":"octokitbot","email":"octokitbot@martynus.net"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"6.14.5","description":"Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"12.18.0","dependencies":{"once":"^1.4.0","node-fetch":"^2.3.0","deprecation":"^2.0.0","@octokit/types":"^5.0.0","is-plain-object":"^3.0.0","@octokit/endpoint":"^6.0.1","universal-user-agent":"^5.0.0","@octokit/request-error":"^2.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.0.1","lolex":"^6.0.0","ts-jest":"^25.1.0","prettier":"^2.0.1","@pika/pack":"^0.5.0","fetch-mock":"^9.3.1","typescript":"3.7.5","@types/jest":"^25.1.0","@types/node":"^14.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","semantic-release":"^17.0.0","@octokit/auth-app":"^2.1.2","@types/fetch-mock":"^7.2.4","@types/node-fetch":"^2.3.3","@pika/plugin-build-web":"^0.9.0","@pika/plugin-build-node":"^0.9.0","@pika/plugin-ts-standard-pkg":"^0.9.0","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_5.4.5_1591811245900_0.09163496470800281","host":"s3://npm-registry-packages"}},"5.4.6":{"name":"@octokit/request","version":"5.4.6","keywords":["octokit","github","api","request"],"license":"MIT","_id":"@octokit/request@5.4.6","maintainers":[{"name":"bkeepers","email":"brandon@opensoul.org"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"octokitbot@martynus.net"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"e8cc8d4cfc654d30428ea92aaa62168fd5ead7eb","tarball":"https://registry.npmjs.org/@octokit/request/-/request-5.4.6.tgz","fileCount":17,"integrity":"sha512-9r8Sn4CvqFI9LDLHl9P17EZHwj3ehwQnTpTE+LEneb0VBBqSiI/VS4rWIBfBhDrDs/aIGEGZRSB0QWAck8u+2g==","signatures":[{"sig":"MEQCIFnRn+gAXhoIMcPN88bqv4WjHo5gSplG9LcG91s5bPTZAiBxYuVrZMYBvFroGNeWyYYj+jjYGA0a9/FfEcVa2gE01w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":50450,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfETZyCRA9TVsSAnZWagAAqKQQAITMLP73Xcirr57wwctY\nFEQCZ+ojff8JsvFsvxB+bwbXeN0gdMcPVKi52+P/CglbQW8iSfBCtQitSR2g\niIEiTGDodVI6mLTNHsTfF7FZBonFPyV5HLHBykTqMZ5HXdya9VL5gFG8u35a\nKk/Xb2Iyvju9Jaxt/dfO2EdFsq8tuht/XHR+Yi0FzdGPOyBIlrj3MAXtfBWc\nRHTG77BfD/1FwofARk3oxtIvJ6fLDjak6c72jxo+mVVUN7Nh2l8gi5pngQTN\nLT5CO3XzHEkdrUtM5RGa94JDRgONXigHhYjszNUyLh+ftACUvlfxKdye/nBb\nCx7n0/fCc4LgPGJBlF34MTXiWLH58wb6WmMrkCaLdyOSOKa6M3PqtWeljOSK\nNvaUD+T2/WBku0mldDZsFBsyF+Af8p5fSp6dVI88oacWOmp695C1hyWza6gS\nBM1GL0PjTkixMvZMdKVDryLsl6dyIBAX5SuQfIYlt8GR11Yb/5/ojm0vQHQL\nia3CRtfpNIQqAfxl7173Er2B+DPhqLfoI/vUMZVz75DYYNSET3xVFBhJuVhv\nui+0LNm4SWaMS7RGDkXHHlBCOYEmDCKkCZyLPeezwT4uH0HShZywK/HdJoER\nDW/3A1Yvxvnb53I8RYVmO8cgSiQR4bdnPerL7gcQXk8NSZR5rblovRGM+u5S\nNreZ\r\n=Xwab\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist-node/index.js","pika":true,"types":"dist-types/index.d.ts","module":"dist-web/index.js","source":"dist-src/index.js","_npmUser":{"name":"octokitbot","email":"octokitbot@martynus.net"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"6.14.6","description":"Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"12.18.2","dependencies":{"once":"^1.4.0","node-fetch":"^2.3.0","deprecation":"^2.0.0","@octokit/types":"^5.0.0","is-plain-object":"^3.0.0","@octokit/endpoint":"^6.0.1","universal-user-agent":"^6.0.0","@octokit/request-error":"^2.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.0.1","lolex":"^6.0.0","ts-jest":"^26.1.0","prettier":"^2.0.1","@pika/pack":"^0.5.0","fetch-mock":"^9.3.1","typescript":"^3.9.5","@types/jest":"^26.0.0","@types/node":"^14.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","semantic-release":"^17.0.0","@octokit/auth-app":"^2.1.2","@types/fetch-mock":"^7.2.4","@types/node-fetch":"^2.3.3","@pika/plugin-build-web":"^0.9.0","@pika/plugin-build-node":"^0.9.0","@pika/plugin-ts-standard-pkg":"^0.9.0","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_5.4.6_1594963570064_0.09457132080342734","host":"s3://npm-registry-packages"}},"5.4.7":{"name":"@octokit/request","version":"5.4.7","keywords":["octokit","github","api","request"],"license":"MIT","_id":"@octokit/request@5.4.7","maintainers":[{"name":"bkeepers","email":"brandon@opensoul.org"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"octokitbot@martynus.net"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"fd703ee092e0463ceba49ff7a3e61cb4cf8a0fde","tarball":"https://registry.npmjs.org/@octokit/request/-/request-5.4.7.tgz","fileCount":17,"integrity":"sha512-FN22xUDP0i0uF38YMbOfx6TotpcENP5W8yJM1e/LieGXn6IoRxDMnBf7tx5RKSW4xuUZ/1P04NFZy5iY3Rax1A==","signatures":[{"sig":"MEQCIGhpouqkS2qKPOJQIa26O2gMBw3x7SvNy7eASxow8o68AiACbpyiYub3wdOvVxFN5cwxtcFuXO/3KgBmRP+1oYze5A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":50450,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfFxSXCRA9TVsSAnZWagAA0IQQAIPLAaRvqngKsLYVmegx\nhP1kyb+ctii2xSQtGmfnFR6MjxqjOksBybThcwQZvUmvIyQcHlcf925Nvlyy\nPbkc8z29VJBCLPhnDp8y9qhjBE4D5NKdkRhtNqvc7MzihAuGhPwCxcNKjwJ/\ndiGfyWAGkokavDjQoMg3XO751mNLbRiIPgQy2p0hE04dI28zBIbmtZvFrOpk\nSWpvtVfTc1RPj4u8TATgAngVmUOere0CL50DhFMmHh+OWxdnhq3aEDLh+h8z\nAWFwYzvMgzwQOTbOgkS4tZvDFkLJsEgehdtmUSU8KJR3mA1YhIwU0+GJNU2b\nopxjaXjN9cEBdh7g8oIBii8xDBFLH8BkqVnGLQpwJXIvbaGEKFa+JbfAnL+w\npWRJ7Mm0N9V+jqq7Cz5WH3XI5b7NmyWB+IYDEBxhU/sV+SGIG1SOrSZuo0RM\n4R8UPZSXfPHgIlYsYakpiheKOZTGnO8xSaSmMRtxTI2a/sjvKMXHo56xGw2/\nSfZ/eyTmkYXU6cR0jWDq/zQuxy7WqhoT0hxeNU6M1L79k5CdBfcYislXPVyY\nqHWNDegfnInA0/KK3Nt5EjQ8D4RCO/d0U5jZI7xmWNDpQVszTxfVEtApwE9w\nFCAolOzMjtbc9jMGXqMgu1/FyqfhpHwzQtFNIrG6iiKCoOZB8iVX9JLMdECV\n/Ocr\r\n=BSYE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist-node/index.js","pika":true,"types":"dist-types/index.d.ts","module":"dist-web/index.js","source":"dist-src/index.js","_npmUser":{"name":"octokitbot","email":"octokitbot@martynus.net"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"6.14.6","description":"Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"12.18.2","dependencies":{"once":"^1.4.0","node-fetch":"^2.3.0","deprecation":"^2.0.0","@octokit/types":"^5.0.0","is-plain-object":"^4.0.0","@octokit/endpoint":"^6.0.1","universal-user-agent":"^6.0.0","@octokit/request-error":"^2.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.0.1","lolex":"^6.0.0","ts-jest":"^26.1.0","prettier":"^2.0.1","@pika/pack":"^0.5.0","fetch-mock":"^9.3.1","typescript":"^3.9.5","@types/jest":"^26.0.0","@types/node":"^14.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","semantic-release":"^17.0.0","@octokit/auth-app":"^2.1.2","@types/fetch-mock":"^7.2.4","@types/node-fetch":"^2.3.3","@pika/plugin-build-web":"^0.9.0","@pika/plugin-build-node":"^0.9.0","@pika/plugin-ts-standard-pkg":"^0.9.0","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_5.4.7_1595348119200_0.7432311363580166","host":"s3://npm-registry-packages"}},"5.4.8":{"name":"@octokit/request","version":"5.4.8","keywords":["octokit","github","api","request"],"license":"MIT","_id":"@octokit/request@5.4.8","maintainers":[{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"octokitbot@martynus.net"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"13ad36e172bb57e78bacf02cd86210d1f7412f04","tarball":"https://registry.npmjs.org/@octokit/request/-/request-5.4.8.tgz","fileCount":17,"integrity":"sha512-mWbxjsARJzAq5xp+ZrQfotc+MHFz3/Am2qATJwflv4PZ1TjhgIJnr60PCVdZT9Z/tl+uPXooaVgeviy1KkDlLQ==","signatures":[{"sig":"MEYCIQChV3nXzjS5sS09e72efvB6cQoHoSYBxEvP6eQNEeFDOwIhAKHgqfPpkA8zv8ibMiVJUCCOLpIer0wQctI7kQWlpfbj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":50464,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfWcI2CRA9TVsSAnZWagAASHAP/1jMuALQWSKSxtblhpAH\n/Q14SOfm3HWPwGSUuqu52JYVpKf13UhhLpMAjJQmIYH/lgpiXx73tMNMPfkx\nv0tNCquXIDJoKPtIfU2SMw7DLKM1QZb0YZteY3H74DvCDhXp9q0vL5e2krD5\nE5Md2Opg5aXD+dVD9TJKaW7RpfrDhIcQsQOxaoTqLeLg4DJWVcO8ZBjbsQz6\nTGO9setlPMzyXF8Gyhhut8IaDPJuIht45IZc05rRv6yHuC2YGy9QyCpQGl+Z\nq22bBJq9WyOKs0Tx0f0Z7VRfiQkvKIL3HHCFsvA3CmvXtc7Vg2uP1Uvkoyox\nSYeUW7S5p+JFPHDHNqN3tSMIRB2klydPCdwo+vqwUVtmyCn4NAk1Fo/q4Y/+\n7eOiVkv1VjqvW64wukKAJ1ndSGFkNApqexGoeKlCROEgKSwiFm3tZHkciPdl\ncyZ2nR9TZPjL6V5CpiPCAia1EELwlgh6YPk2UrKCpPKW2noP7wBzGc23rWId\n128PVJOK/VhnR2WF0qGQC1Prkt8HmU0GW/GSp5ixoPTrH9xZbz1lR2k4srJR\nNOLYv3w8j5t+hHGxO4fjB9kq4t+5yWuwPFeZiXD3ZPanBrtY97Q/OhG64mcL\nzhXlFc34/RVwroBQpV8yzGE9V61sc5P0G0xKhCJcXWktaKohv39oGCVBqCli\nZYMy\r\n=26XR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist-node/index.js","pika":true,"types":"dist-types/index.d.ts","module":"dist-web/index.js","source":"dist-src/index.js","_npmUser":{"name":"octokitbot","email":"octokitbot@martynus.net"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"6.14.6","description":"Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"12.18.3","dependencies":{"once":"^1.4.0","node-fetch":"^2.3.0","deprecation":"^2.0.0","@octokit/types":"^5.0.0","is-plain-object":"^5.0.0","@octokit/endpoint":"^6.0.1","universal-user-agent":"^6.0.0","@octokit/request-error":"^2.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.0.1","lolex":"^6.0.0","ts-jest":"^26.1.0","prettier":"^2.0.1","@pika/pack":"^0.5.0","fetch-mock":"^9.3.1","typescript":"^4.0.2","@types/jest":"^26.0.0","@types/node":"^14.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","semantic-release":"^17.0.0","@octokit/auth-app":"^2.1.2","@types/fetch-mock":"^7.2.4","@types/node-fetch":"^2.3.3","@pika/plugin-build-web":"^0.9.0","@pika/plugin-build-node":"^0.9.0","@pika/plugin-ts-standard-pkg":"^0.9.0","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_5.4.8_1599717941939_0.9714159253949957","host":"s3://npm-registry-packages"}},"5.4.9":{"name":"@octokit/request","version":"5.4.9","keywords":["octokit","github","api","request"],"license":"MIT","_id":"@octokit/request@5.4.9","maintainers":[{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"octokitbot@martynus.net"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"0a46f11b82351b3416d3157261ad9b1558c43365","tarball":"https://registry.npmjs.org/@octokit/request/-/request-5.4.9.tgz","fileCount":17,"integrity":"sha512-CzwVvRyimIM1h2n9pLVYfTDmX9m+KHSgCpqPsY8F1NdEK8IaWqXhSBXsdjOBFZSpEcxNEeg4p0UO9cQ8EnOCLA==","signatures":[{"sig":"MEQCIBt4rRaiCwKDpjmS6ldDi8V31kKd8Am5saZVWHaEs23/AiBlxWmtuOyvNQTSF5BUywZe2qxr15I5iMOz4mHgYPnqcw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":50464,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfXka5CRA9TVsSAnZWagAAihsP/2G8waWBHIR9qTVzENEn\nshkvMIUCh1VXTan0bIlK0cwBr5FY38ekcaYEPwDgfo+bvFYcjknjvrLuiogS\nYN4sstI/b3urYTAKG0mkNk4dPmD4i5vEkr5aPq4NPchTCHH6ZOgeRjwR9k+W\nKx8Tdtql+z4vJb5GJw5i2lcr3mjKwFEinAO5r6OMWl8IBo15VQHsrnz+IHdl\ncjL8xromfRXxXvdFkEXna6NdnMkRtAWjI1V+wUZuCIxp+Pk2zAgESao5QHlD\nXSKVtZfdL4wd/H2mJnQK/MT1qCwiM2us0S6XwdP3MASSUet7NEXdl+Wpfazq\nubvII9k7d5cuTjVGRMh/R3f0AvZFY9hRChTwrBV4qn+qzlIga0H1xoF051Q5\nULohtl2ZlXHmmsMKlQTzP6K7cOKoIRAW+QdQmQwVvTSnTxHh78mBozBWvIkk\nfLUWtuIaDv7dMxxNIs7tS9iUSFhsnrYNe/Yj5bDOQyw6PPPw1L9e1HSjk9Xe\nWgSDnMLCb/8/F9RVpZLryp3ITqgBghafoawuurDPDP+jGFcRFMXQaADofGdV\nr5llZWmeCy1TYGxEa8I77yiRev9fY/fIzFIcuw/+yDK5HVe1uEOWzT8Of9nj\nqWG0NlGZBGu2B9ZZv9npW7d2YBjkbo/zawtkmGUyJAqhsPnthjr6jG1pEEjs\nZCSA\r\n=5jtr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist-node/index.js","pika":true,"types":"dist-types/index.d.ts","module":"dist-web/index.js","source":"dist-src/index.js","_npmUser":{"name":"octokitbot","email":"octokitbot@martynus.net"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"6.14.6","description":"Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"12.18.3","dependencies":{"once":"^1.4.0","node-fetch":"^2.6.1","deprecation":"^2.0.0","@octokit/types":"^5.0.0","is-plain-object":"^5.0.0","@octokit/endpoint":"^6.0.1","universal-user-agent":"^6.0.0","@octokit/request-error":"^2.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.0.1","lolex":"^6.0.0","ts-jest":"^26.1.0","prettier":"^2.0.1","@pika/pack":"^0.5.0","fetch-mock":"^9.3.1","typescript":"^4.0.2","@types/jest":"^26.0.0","@types/node":"^14.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","semantic-release":"^17.0.0","@octokit/auth-app":"^2.1.2","@types/fetch-mock":"^7.2.4","@types/node-fetch":"^2.3.3","@pika/plugin-build-web":"^0.9.0","@pika/plugin-build-node":"^0.9.0","@pika/plugin-ts-standard-pkg":"^0.9.0","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_5.4.9_1600014008707_0.5489073892447855","host":"s3://npm-registry-packages"}},"5.4.10":{"name":"@octokit/request","version":"5.4.10","keywords":["octokit","github","api","request"],"license":"MIT","_id":"@octokit/request@5.4.10","maintainers":[{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"octokitbot@martynus.net"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"402d2c53768bde12b99348329ba4129746aebb9c","tarball":"https://registry.npmjs.org/@octokit/request/-/request-5.4.10.tgz","fileCount":17,"integrity":"sha512-egA49HkqEORVGDZGav1mh+VD+7uLgOxtn5oODj6guJk0HCy+YBSYapFkSLFgeYj3Fr18ZULKGURkjyhkAChylw==","signatures":[{"sig":"MEUCIQDu/fWrUuML6mj/JuUXX71vLxIrfR6Wp/idDzUUvkORogIgKkgwmKGxg1vqaVy0UWRDB7jQtPvjqkJMv4WT2MeHtTE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":50480,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfnvg4CRA9TVsSAnZWagAAfAEP/j1KVRv8tGb+GDmVlN5u\n7zzyH88jKT/3XXrNhY5CIuF+Glxn1or0GHk0Y0k5vbKRkotVkILxBBMZlcsM\nMWS3zFI0jyMUNyAH1+s7NT8IWGsZY0wKsGmMkAQNuqzL5MB0bcB+JF+YnFDJ\nDLLNsLEwv7lOK5qAreulT18GTll9FlVSIFNnRdEmXHNLdwKaAp0eWdBS7t7k\n3st26OBClxMdf7zmjYrbzJS5OLgxHB6wvp/dIcvp0tq9DtR5CxrkxKfG7/+3\n25pjROTAunXmKWBSOVuzIHJK6WSiu2yPCvP1K75Zb0PNx4VUN807LaqTqoTR\nbMzvVkFATx2k26LNtfqv7dHLDom982cEbvlqOTztsZVtQx4T+7ZwcBwzxKxH\nn3EYd+eefjBHCJlcE68Nb2/9Ub8qDlBnbEJ1nc5IzwzJE7/Vji7DJxvRTmHS\njl7VY0+4PQCzILcY9F8RkDnGE1JAzvLY0GG+gxcO1LlGNQGLppknn/88+wS1\nBv87wfCSoW2Fbi7nOlsmNmlpY2KVgx7M0pZspwfFiUeIksEMgoJh0EXUC/8D\nCq1G/DHCli8zOkZQO4d8WJ/GIx7E6TjKs+n48NiONeuYAHRA88fWWI4T/Txz\nSSccoV70dAWHhcgrJDXlBET0XW0TwFspJuWrw3aX/CYH/ZObBm7/gXeTtYDL\njtw5\r\n=jgIz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist-node/index.js","pika":true,"types":"dist-types/index.d.ts","module":"dist-web/index.js","source":"dist-src/index.js","_npmUser":{"name":"octokitbot","email":"octokitbot@martynus.net"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"6.14.8","description":"Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"12.19.0","dependencies":{"once":"^1.4.0","node-fetch":"^2.6.1","deprecation":"^2.0.0","@octokit/types":"^5.0.0","is-plain-object":"^5.0.0","@octokit/endpoint":"^6.0.1","universal-user-agent":"^6.0.0","@octokit/request-error":"^2.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.0.1","lolex":"^6.0.0","ts-jest":"^26.1.0","prettier":"^2.0.1","@pika/pack":"^0.5.0","fetch-mock":"^9.3.1","typescript":"^4.0.2","@types/jest":"^26.0.0","@types/node":"^14.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","semantic-release":"^17.0.0","@octokit/auth-app":"^2.1.2","@types/fetch-mock":"^7.2.4","@types/node-fetch":"^2.3.3","@pika/plugin-build-web":"^0.9.0","@pika/plugin-build-node":"^0.9.0","@pika/plugin-ts-standard-pkg":"^0.9.0","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_5.4.10_1604253752128_0.5551846296997869","host":"s3://npm-registry-packages"}},"5.4.11":{"name":"@octokit/request","version":"5.4.11","keywords":["octokit","github","api","request"],"license":"MIT","_id":"@octokit/request@5.4.11","maintainers":[{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"octokitbot@martynus.net"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"2536e9095f7e90c9d22a14fed7bb7299a22050c5","tarball":"https://registry.npmjs.org/@octokit/request/-/request-5.4.11.tgz","fileCount":17,"integrity":"sha512-vskebNjuz4oTdPIv+9cQjHvjk8vjrMv2fOmSo6zr7IIaFHeVsJlG/C07MXiSS/+g/qU1GHjkPG1XW3faz57EoQ==","signatures":[{"sig":"MEQCIHUNjVVtfVYGz0rOsgyNJA/cq6kSQkslKmpnEZ1fbKTfAiB08bYVIIrQSNZYNH61kCvJWFHvJbYFGvcR/tLoDRR5Yw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":50483,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfxd/QCRA9TVsSAnZWagAAB7sP/0gc8pgTGthG8NZb+5cz\nncL9Al+MILIHV+eMA46aucfFsImZqaPKin4eUDISIAPq+aGEvkhBogzCSQBk\nhX32a8/iW0Uq7truOjiPIJ/8kysiAW97BUkFaG+lly9+pnmQSQQhiVcv3dSl\n6suZd7EoRXRIpRfbbGrK+qS0kudnS6CPRyxaMa+jzQPw5+YCBk5RhiyJDgyP\nsN9WOlJCkZO9VVsbLOieSRFiwcpyC2xG67Ta7hE0U6hE9n0t7k02DVWxah8D\nI91GQOH7w9KrSChqrbivstTzPgLCrhZyP5NmpNqrk3VoswIBDUTpkF491rhY\neclOk3m0bT3RZqPHFsQbHwpA3pEXVhYn4Z/3Y5kWT1RdaEEKD950pMREaqi8\ntN+n/SZH9IEfLds119TJoPPAFYuF+7UNrL+qQ3+BApn56NXOqTBPXyV4Osna\nvt+jzWi4dc52/3sXtbHMFANzS6QkL/8WMTxFJNvsw6/ZRSXtvzHcMUQgD2vF\nH86u73z4Lbly6WotUbDpEXmdrGd5B4hhlUWxy0DgJUD3BdfDjok+p7dWZuMl\nXgnyX7q1oji39+1VqCwo3lpndQogOWvCZpyuDBepnonanIFADXPeo7xy+4+/\n1mXyiauLHquxalPuEWhVBPahJagt+Hk9ahMWRDZOp6UdKHtlMv+ipZTVZAHe\nvzyb\r\n=/i//\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist-node/index.js","pika":true,"types":"dist-types/index.d.ts","module":"dist-web/index.js","source":"dist-src/index.js","_npmUser":{"name":"octokitbot","email":"octokitbot@martynus.net"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"6.14.9","description":"Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"12.19.0","dependencies":{"once":"^1.4.0","node-fetch":"^2.6.1","deprecation":"^2.0.0","@octokit/types":"^6.0.0","is-plain-object":"^5.0.0","@octokit/endpoint":"^6.0.1","universal-user-agent":"^6.0.0","@octokit/request-error":"^2.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.0.1","lolex":"^6.0.0","ts-jest":"^26.1.0","prettier":"^2.0.1","@pika/pack":"^0.5.0","fetch-mock":"^9.3.1","typescript":"^4.0.2","@types/jest":"^26.0.0","@types/node":"^14.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","semantic-release":"^17.0.0","@octokit/auth-app":"^2.1.2","@types/fetch-mock":"^7.2.4","@types/node-fetch":"^2.3.3","@pika/plugin-build-web":"^0.9.0","@pika/plugin-build-node":"^0.9.0","@pika/plugin-ts-standard-pkg":"^0.9.0","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_5.4.11_1606803407522_0.38517360735618267","host":"s3://npm-registry-packages"}},"5.4.12":{"name":"@octokit/request","version":"5.4.12","keywords":["octokit","github","api","request"],"license":"MIT","_id":"@octokit/request@5.4.12","maintainers":[{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"octokitbot@martynus.net"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"b04826fa934670c56b135a81447be2c1723a2ffc","tarball":"https://registry.npmjs.org/@octokit/request/-/request-5.4.12.tgz","fileCount":17,"integrity":"sha512-MvWYdxengUWTGFpfpefBBpVmmEYfkwMoxonIB3sUGp5rhdgwjXL1ejo6JbgzG/QD9B/NYt/9cJX1pxXeSIUCkg==","signatures":[{"sig":"MEYCIQD4D9+vyHWXh56j30I9ia85c1i3Y7hMin/Xqf3ZZNq5hwIhAMoSYLCLIx2x6S89v3ni++mhgO67tvyHX5G6/XwsvubX","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":50509,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfyDuRCRA9TVsSAnZWagAA6hsP/28ZZWN71LnNplCPPAYX\nwWv5HosNOtP8xuo/2SMQo+pKUv4YJ4iSiojMdJQcGsSzV9421G6vSNMdyIvu\nNjrIMichunOnRbgXFFIinXARmLYfOjx/C1Cv9Q+TppErmTTPVcoAisPeooG9\nlLEzMEJqqgSegnwfpqNO2jR5NFimicVbeIgrgBhPKKY5ghXfgMksnyq6wMJE\ns05UJ/MbyET5z1/u0lFM83Xx2yQoIAI5hxb9y2EXIozMlE3c8G7Iooxe/7ix\ndseR1BW7llaqHRHEiML6E9vG3aLap0isA326WrdTnkoSNxMIW+FvRybLldjH\nC6nFItt6dZACKOB1UYqqb1eUmbr+gRCRzEzLHNVI53NZaPY0KzflfX+z5Usx\ngkXVNTyj+CtKjRnR3q/ViDXSf/plgpE3rF/ijn2MTH0J1Ned5I3ldO1BrpYG\nXDykYtQ3163EHQRzqFts4swlOjwTcfUOTd/BnV4UtSmZQRhomz7htoA4LTJN\nz86KekVPsap2LGtXKdhUwVzxL07ipsq8YUyZaxVKcvzyY3m/QudThqIfssXz\nViIUwHEpu603446zGrJaSH8bJNUDNuT6Fbon7aC1fSahOOeANroNtoJ0YbJF\n3YrEkDG4xjl2yII93tActTwjC2D1RQWNtL6vI++XMOLxd+lDtMDm/J+ZP7zu\nJTL5\r\n=qQP8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist-node/index.js","pika":true,"types":"dist-types/index.d.ts","module":"dist-web/index.js","source":"dist-src/index.js","_npmUser":{"name":"octokitbot","email":"octokitbot@martynus.net"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"6.14.9","description":"Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"12.19.0","dependencies":{"once":"^1.4.0","node-fetch":"^2.6.1","deprecation":"^2.0.0","@octokit/types":"^6.0.3","is-plain-object":"^5.0.0","@octokit/endpoint":"^6.0.1","universal-user-agent":"^6.0.0","@octokit/request-error":"^2.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.0.1","lolex":"^6.0.0","ts-jest":"^26.1.0","prettier":"^2.0.1","@pika/pack":"^0.5.0","fetch-mock":"^9.3.1","typescript":"^4.0.2","@types/jest":"^26.0.0","@types/node":"^14.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","semantic-release":"^17.0.0","@octokit/auth-app":"^2.1.2","@types/fetch-mock":"^7.2.4","@types/node-fetch":"^2.3.3","@pika/plugin-build-web":"^0.9.0","@pika/plugin-build-node":"^0.9.0","@pika/plugin-ts-standard-pkg":"^0.9.0","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_5.4.12_1606957968796_0.9851861225055969","host":"s3://npm-registry-packages"}},"5.4.13":{"name":"@octokit/request","version":"5.4.13","keywords":["octokit","github","api","request"],"license":"MIT","_id":"@octokit/request@5.4.13","maintainers":[{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"octokitbot@martynus.net"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"eec5987b3e96f984fc5f41967e001170c6d23a18","tarball":"https://registry.npmjs.org/@octokit/request/-/request-5.4.13.tgz","fileCount":17,"integrity":"sha512-WcNRH5XPPtg7i1g9Da5U9dvZ6YbTffw9BN2rVezYiE7couoSyaRsw0e+Tl8uk1fArHE7Dn14U7YqUDy59WaqEw==","signatures":[{"sig":"MEUCIQC7597AVV0LTQWctjymoWLd7uyfp9w71ehKmeLBboGYgwIgNoMdPOW/MN6XO+UF9edi6irHqgrHnHCr06aOKRvTjEw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":50509,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgDwNcCRA9TVsSAnZWagAA/CEQAJPw7o4l5OZylN/SSX48\nMA6ek1bjruJSsnpQqxX54JIc6MQalxd6aWaDByFm9wfzknoXYS+Gj8nMsmaG\nUpP7yV+ftgsyAJMCr49ddfPW/Sn8eSciRT7DkdPKAY8jMuxSMRguTgLmaMgm\nafwT/Vxf++ldJ4kDPUCKHJF9Sk1NeN6DoDyxTjbTSHJyuQV1crx6DMuAEVxp\nuEZQ7XntQGLQ0CxpP8NlbFpqEMajKguiH+wtTdzYrC363Jt3ywhVi0zwZ+hC\npB+xx6YlBlTCUywwNrgO0uymr4ILgyj4pw9cdlOCUNwzag4e51CpcUOq0La/\nNTACo9fcVLpYhmG1m0Ip4q/qK4xzmwhkOGk95tz6S37mvO+uhUOh+cuwcokH\nS8oZi2fRq3stDCeOLHI0SzTdG8UoyAvD9pLwfQXr9yJ3Wfztg9U6bOB9DFFa\nK/QKibQvObOjsVGv6KrndmccHeryez+EFDADiBcQxeP/l1JqOTkL79dURpaa\nnbQST25J36tbGoscd+LiCCv8JJjjyJCZm7h37ix+EgY+EpUqfspjFMRF9gzb\nTC/2edaOWFxxKVusF7oDNZ17nm5+d8C+mY+ViXb/AgALS2TkDMBkV37JFBxw\n+o4rJa4J7Rd8DZBM81/qwDhaFaQ3UW29X0WP9O+MnEyjBav2tqVvs9leTznJ\nkwb0\r\n=zEVS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist-node/index.js","pika":true,"types":"dist-types/index.d.ts","module":"dist-web/index.js","source":"dist-src/index.js","_npmUser":{"name":"octokitbot","email":"octokitbot@martynus.net"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"6.14.11","description":"Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"12.20.0","dependencies":{"once":"^1.4.0","node-fetch":"^2.6.1","deprecation":"^2.0.0","@octokit/types":"^6.0.3","is-plain-object":"^5.0.0","@octokit/endpoint":"^6.0.1","universal-user-agent":"^6.0.0","@octokit/request-error":"^2.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.0.1","lolex":"^6.0.0","ts-jest":"^26.1.0","prettier":"^2.0.1","@pika/pack":"^0.5.0","fetch-mock":"^9.3.1","typescript":"^4.0.2","@types/jest":"^26.0.0","@types/node":"^14.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","semantic-release":"^17.0.0","@octokit/auth-app":"^2.1.2","@types/fetch-mock":"^7.2.4","@types/node-fetch":"^2.3.3","@pika/plugin-build-web":"^0.9.0","@pika/plugin-build-node":"^0.9.0","@pika/plugin-ts-standard-pkg":"^0.9.0","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_5.4.13_1611596636270_0.6654339233993751","host":"s3://npm-registry-packages"}},"5.4.14":{"name":"@octokit/request","version":"5.4.14","keywords":["octokit","github","api","request"],"license":"MIT","_id":"@octokit/request@5.4.14","maintainers":[{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"octokitbot@martynus.net"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"ec5f96f78333bb2af390afa5ff66f114b063bc96","tarball":"https://registry.npmjs.org/@octokit/request/-/request-5.4.14.tgz","fileCount":17,"integrity":"sha512-VkmtacOIQp9daSnBmDI92xNIeLuSRDOIuplp/CJomkvzt7M18NXgG044Cx/LFKLgjKt9T2tZR6AtJayba9GTSA==","signatures":[{"sig":"MEUCIFVlrf0oNKJrUAwXeKNGdmER7aukcxv0e++GJ1VO1hV7AiEA9Uyhi6k0NuagBrkfv2dfQaOKNSoLsTaLwpzeLhjKIvY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":50509,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgGEupCRA9TVsSAnZWagAA9L8P/RQuNrwze7363OEMAg4O\nEK8Sqf0RKjyRMCo4Q05+FhKMrKX0Np7kI1oxIpIxgB2PO89rrJZBGZYQ1UtO\n/UoYbCOkJILNpssFHHxKThxl99oY7tkqqm+AZ2/oAY6xm8Cfln7gDcFPV6nZ\nD2Efl2Me0Y6iEpmECYWJjZDr3N9roHN6KTKzzBtVgrtjwcdg6e8G9QxviHFo\nxzPfV6XopWf31awGF0TItj8iS2wO9AqHm1odnDI6ONtMo+ME2JK7qrEWuzmK\nVFYB8Y5bO1O85lgT5MU8TGZxdR08FbW41ul7Ek9ZyknW4bzycYf3zDSJYfbm\n5ymDQ1FDIw1pNaoku15eaKx6ci+ckIuge3yQ69MeMbsn9pKD9fMxoodIVHOS\nWBXLsLY3qycHvl6u8vZX2SA+ZGOyGlHDKHIyas7K6jgUlqrHNyyFnCV+fYEg\nmj6pzxgtvxHVIzmOL74XI5FBwTR2t8vmkuecJ1fGDUCTQOC8HHoAJvCPCmX8\nzzACgKrvdFkdtky0XowEbthpAif3ex6gs2Wq7QYbw1ZYK0zk7A51E2cZ9p6u\nfdPBsMcuATwnvLibcHtYi6wsFM1573dNwDSj7JM9pUBqj1sUviVFG4vJ6l1t\n1VMKIFEcvUXCDpRO5fMnrdU5Pr7Lpks6puN1e7FMzHaDwu7mhzclgmQQW1gB\nBHng\r\n=gu9B\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist-node/index.js","pika":true,"types":"dist-types/index.d.ts","module":"dist-web/index.js","source":"dist-src/index.js","_npmUser":{"name":"octokitbot","email":"octokitbot@martynus.net"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"6.14.11","description":"Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"12.20.1","dependencies":{"once":"^1.4.0","node-fetch":"^2.6.1","deprecation":"^2.0.0","@octokit/types":"^6.7.1","is-plain-object":"^5.0.0","@octokit/endpoint":"^6.0.1","universal-user-agent":"^6.0.0","@octokit/request-error":"^2.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.0.1","lolex":"^6.0.0","ts-jest":"^26.1.0","prettier":"^2.0.1","@pika/pack":"^0.5.0","fetch-mock":"^9.3.1","typescript":"^4.0.2","@types/jest":"^26.0.0","@types/node":"^14.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","semantic-release":"^17.0.0","@octokit/auth-app":"^2.1.2","@types/fetch-mock":"^7.2.4","@types/node-fetch":"^2.3.3","@pika/plugin-build-web":"^0.9.0","@pika/plugin-build-node":"^0.9.0","@pika/plugin-ts-standard-pkg":"^0.9.0","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_5.4.14_1612204969065_0.26515672647389454","host":"s3://npm-registry-packages"}},"5.4.15":{"name":"@octokit/request","version":"5.4.15","keywords":["octokit","github","api","request"],"license":"MIT","_id":"@octokit/request@5.4.15","maintainers":[{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"octokitbot@martynus.net"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"829da413dc7dd3aa5e2cdbb1c7d0ebe1f146a128","tarball":"https://registry.npmjs.org/@octokit/request/-/request-5.4.15.tgz","fileCount":17,"integrity":"sha512-6UnZfZzLwNhdLRreOtTkT9n57ZwulCve8q3IT/Z477vThu6snfdkBuhxnChpOKNGxcQ71ow561Qoa6uqLdPtag==","signatures":[{"sig":"MEUCIBFD8P9BnQGZyb6CSnqV0RUkE33Km85y34qvLdwtT3S8AiEAsP4Fk+PD0gcmmZJVOIoG4aZeAADeZXrOgD/3LXUbG3A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":50896,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgcN0TCRA9TVsSAnZWagAA7jcP/j8qH1WumcQMoi8DkfKl\nj5z0XC/1kn+TT7pMFTrxteP3AZJN+m3GDbVP+Na+zk5BsjmHuNT+SBUMdHXs\nLZrr7p49zcx9L8IdYNxuTe/5drZFZp4mUMwvUG6xqUHnem4c9e12DWzs8iZ5\nzOXpP84x67ZN7JZKCh5vkkTf7a9QB59azRv7w8sr3K7WXcKTfHDFdaQ6HxeE\nhxDyNq3dzcruGck5NrPe1WhFicQj0QLiAxypmPvLyE8dcm0zP9I2pC09HJ4I\nq/OXdmXoz6iloUc0sC5LyrzsGrKSIwkzITcnv6VxwsgKA4JA/C0Ip1P9ONYG\nV+2HmMMRbgcVMX49Ei3CYHaglXgfg7rPmQ9Bas79uHgw5o9wTN6sW8g8w7yD\nC+T35z0z4xOeU9jA01GPAMisJanfyW9p2662b08abgAY6AFt4T/MO/Qk8U2W\nh48t+zzjNpx5vjtM6eYRyD8+JYM/2RUmG6hFcu30ERTnSQqViBepTSdMDHsU\nPVC8vsN5Um3OgOJ3DOinexWsobTfPgiiCMfZlP2PZy4HXEoxpjhCrpiJ3992\nkPiy013XuJaA+GMSrFQ5SIpxkz4Ba2VbETiUjpV3XQkzZUVNr/4VFpEus2bL\n4TpxlyQz5pbsDC42m7GV3vbrCMvUtCUP56rkRNnpf2nQjAjF+R5RzGhqABdO\ncoIh\r\n=LjWa\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist-node/index.js","pika":true,"types":"dist-types/index.d.ts","module":"dist-web/index.js","source":"dist-src/index.js","_npmUser":{"name":"octokitbot","email":"octokitbot@martynus.net"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"7.9.0","description":"Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"12.22.0","dependencies":{"node-fetch":"^2.6.1","@octokit/types":"^6.7.1","is-plain-object":"^5.0.0","@octokit/endpoint":"^6.0.1","universal-user-agent":"^6.0.0","@octokit/request-error":"^2.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.0.1","lolex":"^6.0.0","ts-jest":"^26.1.0","prettier":"^2.0.1","@pika/pack":"^0.5.0","fetch-mock":"^9.3.1","typescript":"^4.0.2","@types/jest":"^26.0.0","@types/node":"^14.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","semantic-release":"^17.0.0","@octokit/auth-app":"^3.0.0","@types/fetch-mock":"^7.2.4","@types/node-fetch":"^2.3.3","@pika/plugin-build-web":"^0.9.0","@pika/plugin-build-node":"^0.9.0","@pika/plugin-ts-standard-pkg":"^0.9.0","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_5.4.15_1618009362469_0.2540273849698105","host":"s3://npm-registry-packages"}},"5.5.0":{"name":"@octokit/request","version":"5.5.0","keywords":["octokit","github","api","request"],"license":"MIT","_id":"@octokit/request@5.5.0","maintainers":[{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"octokitbot@martynus.net"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"6588c532255b8e71886cefa0d2b64b4ad73bf18c","tarball":"https://registry.npmjs.org/@octokit/request/-/request-5.5.0.tgz","fileCount":17,"integrity":"sha512-jxbMLQdQ3heFMZUaTLSCqcKs2oAHEYh7SnLLXyxbZmlULExZ/RXai7QUWWFKowcGGPlCZuKTZg0gSKHWrfYEoQ==","signatures":[{"sig":"MEUCIQDCGLhouxA6CXGc8laXwgacyzOVE2bjGc6D+3uG91RitAIgL7LdAG0ZgbdWUTKPvx6QWKxJLK93EKSK6A2gQMS9hk4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":54968,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgupwGCRA9TVsSAnZWagAAUekP+gPlKQtliklXiXkAYhXU\nb8K5v8CDeaiWdukMPnEjT4oSxpKmLj9ai9PMfwMmhdRhkwwLkqI81r/tWSp/\nF/ed6tZZHLLw1NCcjkbOW/yQ02ORz6xvD0s1ZnRec+1TpVTiZ8KagQbX+uNY\niMFcD6ZY/U4Le+xsiBa1AyyxbCyCW71jxkzi0jusNg10mp5wHP90Hk5jiY9U\nNaA6s9llFr5NXi25VxHkkWobbFrNJrF0s0V8Lftl41CT3bvooLIvoGS2J76o\nbhGLnISVDN/fwF8hEYkGNOpJ18mfcIF7cYSXfotyVpwS770Ztahg2j2j94J0\nP8qCKtd2i8ncpa57xAa1DWPJOkUQECLk9//7cuQWq206Ez+u3h0fumRaXTHE\nzFoBbIKd97GTq5bnYMuq/CtInb5m9tcSlwv/wOJE1LXWgUatbq3p1BW/OJVK\nNCAZinKw3SY++rpSGw0UHUagJcb9Yw0flcgO7Qur162dXEW3ql9g4OvsRpH/\nonG4DFA25nnVrYU/M52On6G6ZUo/EBzv8OJoz5+gh252WlWvaM+rvwxTpVrk\nRQjOBDGwFXQnuBGOdWHib94u40wCa1VcIVgylpqW7cBjGXJQUDzwFvipwc0u\nl0bUEiJJH2vomV7eyUCBFZR6qrnR57kwo/miqD+m5/jdx8z/kpd4axapWDTc\nuE7l\r\n=07iI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist-node/index.js","pika":true,"types":"dist-types/index.d.ts","module":"dist-web/index.js","source":"dist-src/index.js","_npmUser":{"name":"octokitbot","email":"octokitbot@martynus.net"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"7.15.0","description":"Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"12.22.1","dependencies":{"node-fetch":"^2.6.1","@octokit/types":"^6.16.1","is-plain-object":"^5.0.0","@octokit/endpoint":"^6.0.1","universal-user-agent":"^6.0.0","@octokit/request-error":"^2.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.0.0","lolex":"^6.0.0","ts-jest":"^27.0.0","prettier":"2.3.0","@pika/pack":"^0.5.0","fetch-mock":"^9.3.1","typescript":"^4.0.2","@types/jest":"^26.0.0","@types/node":"^14.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","semantic-release":"^17.0.0","@octokit/auth-app":"^3.0.0","@types/fetch-mock":"^7.2.4","@types/node-fetch":"^2.3.3","@pika/plugin-build-web":"^0.9.0","@pika/plugin-build-node":"^0.9.0","@pika/plugin-ts-standard-pkg":"^0.9.0","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_5.5.0_1622842374600_0.3207210273686565","host":"s3://npm-registry-packages"}},"5.6.0":{"name":"@octokit/request","version":"5.6.0","keywords":["octokit","github","api","request"],"license":"MIT","_id":"@octokit/request@5.6.0","maintainers":[{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"octokitbot@martynus.net"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"6084861b6e4fa21dc40c8e2a739ec5eff597e672","tarball":"https://registry.npmjs.org/@octokit/request/-/request-5.6.0.tgz","fileCount":17,"integrity":"sha512-4cPp/N+NqmaGQwbh3vUsYqokQIzt7VjsgTYVXiwpUP2pxd5YiZB2XuTedbb0SPtv9XS7nzAKjAuQxmY8/aZkiA==","signatures":[{"sig":"MEUCIA5aJqgdsDuFR9ADYkIcw42j59osUg6hoM7ci+DyPrP3AiEA7d3dFB9VODjJ+XPwqXP4jJ+zKwIsmsqoxlJbEfDz628=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":57501,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgw/lGCRA9TVsSAnZWagAAxucP/ApHJd//h5HpOy4OgX4Z\nshzwWfV7CWa7cfax2aSr8WDym+SpVrIBXxiGm5q51E0yOB0089qkt/aza0iH\nv/nOnq2UclywSYrxiiEXL12j2jY89cixtf2fIeJjMI5Z0aVtYrtjG4ChkMb3\noWYmyJv7XEo9Cf+90OKdfJWE3WggeAWPXEQ3iELelbPJdvA4C3KNQbS7+qld\n0AASyeedXr03JSi9MIYrs1vKk3jVYalgEcAbfdzJzL/LCX7OgWo0oBt32kCt\nnvhxuyJXvMhhRshTzraAkc16BqnkZspvZZr4F1rWR1l4QyGiwyhJ0Vuk5jiL\nkArKUEFwd5po9rNiLxjDTlgmEwvl7DuGl6XtAo0oqKU40jFyq7OzGtxcaCLy\nUDIuQDnMdeYYkFdEVfpbSJ5aBjH7jfsCQp77aBB6axnQvukzZhDmkP8mEMe4\nFYihvaY/otLO+xLlemY7jp8R7lBwtErU6fQCdr0FLHU1gQSVVv5+nCRpOso3\n7s6wlSt4wcK8+Df8UD4w+gTwh1INBXta92MoxQ3Ui0yoytoIdJ1Hs1BNMzNk\nOvT7h30EoWBZa0sQXOhbiYLBkmmgn12xGGyi9xxP4oF5XO6r78D2PXh+XsAV\nNIkF0QXnfq2polE1Hn2qyS6kG3xg5Gmd83QaFKVB1rIrBG0hi39kD3i/OnrT\nHg1J\r\n=43l6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist-node/index.js","pika":true,"types":"dist-types/index.d.ts","module":"dist-web/index.js","source":"dist-src/index.js","_npmUser":{"name":"octokitbot","email":"octokitbot@martynus.net"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"7.16.0","description":"Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"12.22.1","dependencies":{"node-fetch":"^2.6.1","@octokit/types":"^6.16.1","is-plain-object":"^5.0.0","@octokit/endpoint":"^6.0.1","universal-user-agent":"^6.0.0","@octokit/request-error":"^2.1.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.0.0","lolex":"^6.0.0","ts-jest":"^27.0.0","prettier":"2.3.1","@pika/pack":"^0.5.0","fetch-mock":"^9.3.1","typescript":"^4.0.2","@types/jest":"^26.0.0","@types/node":"^14.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","semantic-release":"^17.0.0","@octokit/auth-app":"^3.0.0","@types/fetch-mock":"^7.2.4","@types/node-fetch":"^2.3.3","@pika/plugin-build-web":"^0.9.0","@pika/plugin-build-node":"^0.9.0","@pika/plugin-ts-standard-pkg":"^0.9.0","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_5.6.0_1623456070655_0.1964236998840494","host":"s3://npm-registry-packages"}},"5.6.1":{"name":"@octokit/request","version":"5.6.1","keywords":["octokit","github","api","request"],"license":"MIT","_id":"@octokit/request@5.6.1","maintainers":[{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"octokitbot@martynus.net"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"f97aff075c37ab1d427c49082fefeef0dba2d8ce","tarball":"https://registry.npmjs.org/@octokit/request/-/request-5.6.1.tgz","fileCount":17,"integrity":"sha512-Ls2cfs1OfXaOKzkcxnqw5MR6drMA/zWX/LIS/p8Yjdz7QKTPQLMsB3R+OvoxE6XnXeXEE2X7xe4G4l4X0gRiKQ==","signatures":[{"sig":"MEUCIE40dAiVwSyG/5MDgvz3NLb3HWNLMQq0zMCQ8HKIwr+YAiEAtLv0OwfbEldNZZ5mUBwi2QJt6mXPmV3FSO3hSmk72DM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":57455,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhFDYYCRA9TVsSAnZWagAAVoQP/0fPVflhNcCVwjfjgdxK\nygShiuKVG0V98oTuH/ViQuu0WhrtbC7Z4DWpgrl86sBZJB49BbhcHxYrU64D\nSFjT0dZ1WbjsjVsqnd1mQCQjib9zN7Bipx39AVluEnI2UW5lPSBkFN4GluLo\n3HVmnXooo51p+gWmkzT1yCK+K9SoyhwcF4WGM/DXuDYFRYMDtjJZGhLEC71r\n81ZxLSJrE7mQ55A1slHLHHr17QYO2SxWaJsTrUDoKXkMOEWD7TzY+a6qa1Qc\njrYcMfIXhsq2mEqiulWrJSWFa9U5lU2ZYRYnG+tNVBpVU326x380Apm3h4wj\nwn0j8//TKgzOcKQ041v8rVj8vVZjgc9rieK0i3MYcIk1UJ/etUQrfqmlwIi4\n9yiZ/reAtXu3BDmreAqxE3flZJ2Khf3LzvFBbWCu2fDOHXMrJ9iSM7f79+aw\noBlp/Iw+OkqVNnbcBkYNjS3TCt1ZooHsOBXuROihvydBZhxR2BKdC7J31y3z\nDfTvX9KXd4PTtijw/LY/86Us//zXZ4ctLOxivyU9hHGKEt8xJZkGHiZ/oZ8h\n6F8GVmCaiOBmun4R8c8xBPfI527DQDc19cZhboHV3A93++6gqa+T2hIb0/Zr\nw60gMSmYoG+MEZI7dYiu6VGIine/5bGp63u1Do4czNU+1vF+80N2QVB+CKUJ\nj3Ix\r\n=0r48\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist-node/index.js","pika":true,"types":"dist-types/index.d.ts","module":"dist-web/index.js","source":"dist-src/index.js","_npmUser":{"name":"octokitbot","email":"octokitbot@martynus.net"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"7.20.5","description":"Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"12.22.4","dependencies":{"node-fetch":"^2.6.1","@octokit/types":"^6.16.1","is-plain-object":"^5.0.0","@octokit/endpoint":"^6.0.1","universal-user-agent":"^6.0.0","@octokit/request-error":"^2.1.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.0.0","lolex":"^6.0.0","ts-jest":"^27.0.0","prettier":"2.3.2","@pika/pack":"^0.5.0","fetch-mock":"^9.3.1","typescript":"^4.0.2","@types/jest":"^27.0.0","@types/node":"^14.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","semantic-release":"^17.0.0","@octokit/auth-app":"^3.0.0","@types/fetch-mock":"^7.2.4","@types/node-fetch":"^2.3.3","@pika/plugin-build-web":"^0.9.0","@pika/plugin-build-node":"^0.9.0","@pika/plugin-ts-standard-pkg":"^0.9.0","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_5.6.1_1628714520626_0.18488425595705782","host":"s3://npm-registry-packages"}},"5.6.2":{"name":"@octokit/request","version":"5.6.2","keywords":["octokit","github","api","request"],"license":"MIT","_id":"@octokit/request@5.6.2","maintainers":[{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"security+octokitbot@github.com"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"1aa74d5da7b9e04ac60ef232edd9a7438dcf32d8","tarball":"https://registry.npmjs.org/@octokit/request/-/request-5.6.2.tgz","fileCount":17,"integrity":"sha512-je66CvSEVf0jCpRISxkUcCa0UkxmFs6eGDRSbfJtAVwbLH5ceqF+YEyC8lj8ystKyZTy8adWr0qmkY52EfOeLA==","signatures":[{"sig":"MEUCIH1xGmSLAQK2pfjnmM1Z6vo0PFdMfy0BSV6TLb6FrMpWAiEAhzUDjk1r55MOCG0JanUW+fzsi/YzKArEgGbL6bYQrU8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":57450,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh2UBXCRA9TVsSAnZWagAAQVYP/1qa76TKqD+hptem5Vfi\nAPy85MrZIJthKdz6YapXOoc1j/Zwajtx/a/So7niLYidN/xwFD3aoZG0IueS\noIW4tJpswJ9vwyCUJydlxPpMKuqnWQvFvR2TH82wdRPPtoqdtVgG0PmqcD/i\ndpuLzDk7w5C2xffwb0ZvHNN73r/eGS0SneDNVX37kkU+dA5XvlWgb70kCZZd\nAOMM9CH6jqv6HvHQ9HUiadjilm9yfoY2DP3EjFUn+QDc9AyuS2rtkxI5jYEr\nQGG74vYYKZrZjAmY1qJnSi0Oii2TENUNFps/DJDY6ocdeic23pDaWhgoqMWv\nuOnfKAPIghSNnqviVGuD4+DFuRtkqdRSeWLEe1UaPr6CRF3oaKF6G4F9GgRf\nFhVEjA/bmvjgg/WjNQP1ZUHF1nqEQVLdcussY2Nnfg9kMfqR+d/WNNq40fWd\nazdj0amC61VwhXUmG17UwyN/5kfM8zwQqL5yLEFjSgXCQI7hmWmhguyW9QA0\nGaqfm7A1nA5jJOCk98UILuCZjtswHKtqoSlTvXuHS+W6BydzLF4bC4xRPTgD\nr1wTNq/5hcPOk4Fj3gmhfxOvjkzVlYOZmtseuH5iihZT2JGtfoTA3zuLO9y+\nNnM55JEdWSVCdRUEQ/6GzpZ6hlSYwg0EKOKJwQhAOfzK9LsejK0RObWbY3bL\nue8C\r\n=JyXZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist-node/index.js","pika":true,"types":"dist-types/index.d.ts","module":"dist-web/index.js","source":"dist-src/index.js","gitHead":"49e7c37525f26025f98eb44a53bffc44d33e9048","_npmUser":{"name":"octokitbot","email":"security+octokitbot@github.com"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"7.24.1","description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"16.10.0","dependencies":{"node-fetch":"^2.6.1","@octokit/types":"^6.16.1","is-plain-object":"^5.0.0","@octokit/endpoint":"^6.0.1","universal-user-agent":"^6.0.0","@octokit/request-error":"^2.1.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.0.0","lolex":"^6.0.0","ts-jest":"^27.0.0","prettier":"2.4.1","@pika/pack":"^0.5.0","fetch-mock":"^9.3.1","typescript":"^4.0.2","@types/jest":"^27.0.0","@types/node":"^14.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","semantic-release":"^18.0.0","@octokit/auth-app":"^3.0.0","@types/fetch-mock":"^7.2.4","@types/node-fetch":"^2.3.3","@pika/plugin-build-web":"^0.9.0","@pika/plugin-build-node":"^0.9.0","@pika/plugin-ts-standard-pkg":"^0.9.0","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_5.6.2_1633297149902_0.02438197966856448","host":"s3://npm-registry-packages"}},"5.6.3":{"name":"@octokit/request","version":"5.6.3","keywords":["octokit","github","api","request"],"license":"MIT","_id":"@octokit/request@5.6.3","maintainers":[{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"security+octokitbot@github.com"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"19a022515a5bba965ac06c9d1334514eb50c48b0","tarball":"https://registry.npmjs.org/@octokit/request/-/request-5.6.3.tgz","fileCount":17,"integrity":"sha512-bFJl0I1KVc9jYTe9tdGGpAMPy32dLBXXo1dS/YwSCTL/2nd9XeHsY616RE3HPXDVk+a+dBuzyz5YdlXwcDTr2A==","signatures":[{"sig":"MEUCIQDAOcz7fs6sPXfwBTatKnEGqU/9Q46NW2rk27hAFFn6pAIge6hNCgEpXBkf9SaMrlaQuZBwXXzxdYWTxx+CSelPNEo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":57489,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh7H6mCRA9TVsSAnZWagAA6HwQAITwatZmpUy47irxReGo\nGidYyKe6cOZdi9ZYxpyxwKPptsxryiqnyjNq5y88kd8bF5SWQIyZFuKdly/g\nLPcDovwBRzyDvzgHPnGped6K3LC5efxzb0Tt/nBezvcOxTSW5enMwg34CuAr\nnQn/MRjYrdd0I7RZjUo3vJNJ6B7au2A4ciKhFK9YsnQ0jiF3U7KS2TjWVdZf\nFOWS7WY79TwsJd1g1W0us08Y7teKW35vbPhcmE/VyMKhd3PB1RVFrs/7WUyQ\noSj2m//Exd940DfLq30/98PzlZ476Q/cXFWU1hzewCK+BawAjgHcCIEJWriq\nPp/xYiO0uBxhWz5v3Vc+Ki61vAEVwScGmSbaRi92NRyis0vmAKedA6G3QwNO\nFcsVXPQX0sG10x7xBazqPaNczZYEzIox3Ywv94t/w6AHFoef1B4qRsyugjf7\n+IbmagmaTu0X5eUrCguicSSBImK+lajKdkqEC3EWUdir+tPDc7N5TPoevyXP\npQbfSPmC82ilDsC1praBZ331aBz01ZHZFWN6BRIsqQJ+EOYPpXwh4TWPJUrE\nFyBUyJCa7hO5LJvqJI0txpiS+HMBCjIYManXeyK3Y5vmAcCjGnitA1Km7d/U\nW4w+Hj+fjV4/fzdW/H64BUFrUeAriVcgW9OePEd7yT8NmPWRJm3foqQ0KqlR\n1IZ3\r\n=LfZP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist-node/index.js","pika":true,"types":"dist-types/index.d.ts","module":"dist-web/index.js","source":"dist-src/index.js","gitHead":"9f82885bd0e80b72a731d831d313cd4c9820d24a","_npmUser":{"name":"octokitbot","email":"security+octokitbot@github.com"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"7.24.2","description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"16.13.2","dependencies":{"node-fetch":"^2.6.7","@octokit/types":"^6.16.1","is-plain-object":"^5.0.0","@octokit/endpoint":"^6.0.1","universal-user-agent":"^6.0.0","@octokit/request-error":"^2.1.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.0.0","lolex":"^6.0.0","ts-jest":"^27.0.0","prettier":"2.4.1","@pika/pack":"^0.5.0","fetch-mock":"^9.3.1","typescript":"^4.0.2","@types/jest":"^27.0.0","@types/node":"^14.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","semantic-release":"^18.0.0","@octokit/auth-app":"^3.0.0","@types/fetch-mock":"^7.2.4","@types/node-fetch":"^2.3.3","string-to-arraybuffer":"^1.0.2","@pika/plugin-build-web":"^0.9.0","@pika/plugin-build-node":"^0.9.0","@pika/plugin-ts-standard-pkg":"^0.9.0","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_5.6.3_1642888870480_0.22965140061292644","host":"s3://npm-registry-packages"}},"6.0.0":{"name":"@octokit/request","version":"6.0.0","keywords":["octokit","github","api","request"],"license":"MIT","_id":"@octokit/request@6.0.0","maintainers":[{"name":"nickfloyd","email":"nicholas.floyd.info@gmail.com"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"security+octokitbot@github.com"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"f0d14065be9a01d014d8dcdc095fd7f2280d7b5d","tarball":"https://registry.npmjs.org/@octokit/request/-/request-6.0.0.tgz","fileCount":17,"integrity":"sha512-smXxRWDfYsQQTb/TMfMiYgqQEbSunBRvV22GpmWDI9VfFx3cZXG85hgdohGuuIPyqF9klO3wwKn1Xn58I5F6jw==","signatures":[{"sig":"MEYCIQCF3tvorwi0rQZbOel7sOL/1pan535fbPe4M2xtGTCmOwIhALiwqsDbqH6YIw48ik/wXXugNZQSt+a3ahZl3pZ8hLcx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":57566,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJix1FlACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrBAA//cA2nIz+7jejgVQvKEviUZWMP1lVVITs7FZ9A8ZEWakKo/q40\r\nX5O3vyZkqIixjYqSCJXWoB3Hma9QODmR/I18LExBhR5ZuazYozvbqAEGYfve\r\nqOT7iJusFrKOtmNl5aRRT50SCbd8s95wVjZxYiKv2pdqAn/KhLxRMRY0k6+5\r\nEkhc3+NjboZebQU+6x/NE+X8jCMRW3ywENJMADhkT+wDZk9vp7yWAiwlXGmr\r\nr10ZCp6Xnxp18g6bGyb34Ibo0vkx9Pwn0bDqCQZi47Q2NywQxW7HAl6PK0LW\r\nstbjNPZMREv7X4fPnaJdDLYoje4KnbCvK9Pc7xx/GPUlOvHKia+nGDbScInE\r\nZ4sVWG1zwyuzWXaBaWz1TUJkjxCBdm8Dsm/x2Va55H5ZmgWtWqpz+Y7M1RJ3\r\nnbzBNGJziOKCWl3RBFjW607/bn7lDHhX0IRjSzR1XqkU2quWtO1dZC89ZkWD\r\nOv6xfujSqzUtmawVVoXN9+oGArkmAZrTy3XRI35MWLm2C/SYVKjGBwD6ijjv\r\n4jUQVgmLBvvR1ZWWRKgCpPqKgg1UVnIBbcJHkEszJGLAc0wEY438CE/tRElQ\r\nFau73P3HdFGEvNpoz9ITU1lqRVUlr4L7pmiJAMlb+ydgTXpNZg48YLBNO4VQ\r\n73HMwa8P9KNhOYFGf4JUXOfmZyUnMCpMN98=\r\n=2yTx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist-node/index.js","pika":true,"types":"dist-types/index.d.ts","module":"dist-web/index.js","source":"dist-src/index.js","engines":{"node":">= 14"},"gitHead":"a77f767a1e87dc19e85d3ea9ff8f9a837db6b9a6","_npmUser":{"name":"octokitbot","email":"security+octokitbot@github.com"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"8.11.0","description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"16.15.1","dependencies":{"node-fetch":"^2.6.7","@octokit/types":"^6.16.1","is-plain-object":"^5.0.0","@octokit/endpoint":"^6.0.1","universal-user-agent":"^6.0.0","@octokit/request-error":"^2.1.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^27.0.0","lolex":"^6.0.0","ts-jest":"^27.0.0","prettier":"2.7.1","@pika/pack":"^0.5.0","fetch-mock":"^9.3.1","typescript":"^4.0.2","@types/jest":"^27.0.0","@types/node":"^16.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","@octokit/auth-app":"^3.0.0","@types/fetch-mock":"^7.2.4","@types/node-fetch":"^2.3.3","string-to-arraybuffer":"^1.0.2","@pika/plugin-build-web":"^0.9.0","@pika/plugin-build-node":"^0.9.0","@pika/plugin-ts-standard-pkg":"^0.9.0","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_6.0.0_1657229669309_0.4015844996159492","host":"s3://npm-registry-packages"}},"6.0.1":{"name":"@octokit/request","version":"6.0.1","keywords":["octokit","github","api","request"],"license":"MIT","_id":"@octokit/request@6.0.1","maintainers":[{"name":"nickfloyd","email":"nicholas.floyd.info@gmail.com"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"security+octokitbot@github.com"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"d5f53b6adb56018be2793869611ed66f58f1454f","tarball":"https://registry.npmjs.org/@octokit/request/-/request-6.0.1.tgz","fileCount":17,"integrity":"sha512-9DSQ7fKBeSMU5aD6JfWA/1XFwP44X32d9fSYdQzxSsROjOginPYtW4Xwwt3Qs7wZtBmFOWV/td3gxOHmz9hfig==","signatures":[{"sig":"MEYCIQCDRMdq0ZMvXITNiSGlGp4ib1S+62/2nnljPN/TpQTxUQIhAJFboirRxa+nzGp/6ChtKywrEwp7RT/5cY0rLsF5PUWd","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":57566,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJix1QQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqBdw//Tr1NAlvPO8ZksOVdufxh1IFI8NC9FzTy4WijuqsBVEvDUqc5\r\n/Vl4Q6LTwLPSxsyRCTdFIXVJ+wFK7Y7VxHUHVwpTjN540d9JapfYpI6yYf6p\r\naTOg+uumrRQjAdqXHl3EFGtGdUWM6yyQvPAC5yS+TsAaokk0sFP/hqSaEkJl\r\nbPTa/tKO6XOBNCQG563vghGJGqGVcoO5R9Ab1xVP52QEEgeQfqE0q2zhbosW\r\nvwofeZzysNgi/qWshJEwBuNffk2ewni3md/gti2DZif1eo2/FGOQPsK5uA+B\r\nt8sFl/Bu7ZUFqFo2QaIXvIzpzT0rMivljIXpyaF0oVgS36bjQNm6vpBhD9Z1\r\ntnmmz9LKYABrg1Ct/yLZUomQSa45XY553UT/EIunat8McSFuIDdF3eaxHjLz\r\ndIOqYzc4McBbLl6Rmt0nmMOfu/hCeACvsIsK/JhlZwUqHbsg4r1/AywuOIuE\r\n3QIIl0jKdgFCQGukzHxvtBiMsORh+21yL1OislpCq2R/9I4/rw3hOTKXkTt+\r\nyKwG/gpmO6QFXdhfHvq+CmbX1kdZCASLwhvb+U6i53xTyhVPdLYNUZEPmEnJ\r\nCLTOe9PkFqTixrGTokJhDdYlWXnMvM4u58i++8SZGju3uXYAiUEsgqESgDF4\r\nVE+jI/M0V7clTNpzQjB455JALBnx6zsfAOo=\r\n=g2wZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist-node/index.js","pika":true,"types":"dist-types/index.d.ts","module":"dist-web/index.js","source":"dist-src/index.js","engines":{"node":">= 14"},"gitHead":"bc060b070c2e40d488ade12bdb525db3cf896dea","_npmUser":{"name":"octokitbot","email":"security+octokitbot@github.com"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"8.11.0","description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"16.15.1","dependencies":{"node-fetch":"^2.6.7","@octokit/types":"^6.16.1","is-plain-object":"^5.0.0","@octokit/endpoint":"^7.0.0","universal-user-agent":"^6.0.0","@octokit/request-error":"^2.1.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.0.0","lolex":"^6.0.0","ts-jest":"^28.0.0","prettier":"2.7.1","@pika/pack":"^0.5.0","fetch-mock":"^9.3.1","typescript":"^4.0.2","@types/jest":"^28.0.0","@types/node":"^16.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","@octokit/auth-app":"^4.0.0","@types/fetch-mock":"^7.2.4","@types/node-fetch":"^2.3.3","string-to-arraybuffer":"^1.0.2","@pika/plugin-build-web":"^0.9.0","@pika/plugin-build-node":"^0.9.0","@pika/plugin-ts-standard-pkg":"^0.9.0","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_6.0.1_1657230352419_0.05343811308366542","host":"s3://npm-registry-packages"}},"6.0.2":{"name":"@octokit/request","version":"6.0.2","keywords":["octokit","github","api","request"],"license":"MIT","_id":"@octokit/request@6.0.2","maintainers":[{"name":"nickfloyd","email":"nicholas.floyd.info@gmail.com"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"security+octokitbot@github.com"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"c27fff8b001692014a21d96dc38ace74d3cb3958","tarball":"https://registry.npmjs.org/@octokit/request/-/request-6.0.2.tgz","fileCount":17,"integrity":"sha512-WPMcm8nUET2v6P5AbTIhNzEorMLFPbFnzfP/VMAaRFwNzaqHmVvS+YLvqtWyKq0vnZ6a9ImQuCHNb3L4oNovRw==","signatures":[{"sig":"MEUCIQDuPRp0wjO2QNeVs7Vr/OcOnXRQnK/R4ItOTwe/XzyU1QIgbici/8vTQKvSK6qUp2rhsB2pb0V5doUVUXs1RHGTmc4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":57566,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiyILJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqjXg//X5jAaDIJyN+Zxd7JeDEJ8/UezQPdHqJS5IUH7pw3lwrfzm3Y\r\nOT63Fs9uOmE6G9qcSMvuDe0OaIl0nHpNKK01fGLI2Ut5CPIRREc3J7woVjZI\r\nnyhd2fdY/DiJuwcPHYh5Tcaw0uobAQ6fGUU1KaTIRgDxGo527wrcwqskRBYp\r\n7sbv1JwSUk1UU2RfTLKRRpsDJuye7cRmJtOUNHpr5mph3MNkkjedVojjSAgr\r\nGD+O9NTXb4brzvbBWeE/YrhpHho4r/eWNar9Cmjl7+L3i5vH2trR+Y/RGh7Y\r\nhBrnWcMc/t0pd1wBJkEzmefHw/7ZYQIZq/8ZCCQfqWEN2Yzn68uLeK3HDltT\r\nPvpQUyhuQq7WORalu6+ZyF4p5dn4BFMG9vrZecj9GBknow/onQ6ZtrNOLsPW\r\nvehXEe5Xwx6t0Rp8bcWdhiUhSBloRHpTi3oRRDyDCroNNirPpKCjdyqwLLow\r\nUYvASKxqf3x3s3pLaaKw1ctMmtOdfDG7wGEmeh+UsXMK5IfqP7mgKi+PDaZt\r\nB/iCbSqQFGltZKGROGkwFgidVOv3xEItdsHP0GwBygfnXiQkFrO/hVC1EfDX\r\n+trZVz4BB/MvtwDK0SKpqh+hcd72LoSr7b3hcmfX5juSut3W6LCN3YTLjXAF\r\nkthZX/quRua6yMzroXGgR4E8iLprAU/SvdM=\r\n=7M4v\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist-node/index.js","pika":true,"types":"dist-types/index.d.ts","module":"dist-web/index.js","source":"dist-src/index.js","engines":{"node":">= 14"},"gitHead":"b5acf87533f0706df9019feb1fea3ae45c96a2f7","_npmUser":{"name":"octokitbot","email":"security+octokitbot@github.com"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"8.11.0","description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"16.15.1","dependencies":{"node-fetch":"^2.6.7","@octokit/types":"^6.16.1","is-plain-object":"^5.0.0","@octokit/endpoint":"^7.0.0","universal-user-agent":"^6.0.0","@octokit/request-error":"^3.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.0.0","lolex":"^6.0.0","ts-jest":"^28.0.0","prettier":"2.7.1","@pika/pack":"^0.5.0","fetch-mock":"^9.3.1","typescript":"^4.0.2","@types/jest":"^28.0.0","@types/node":"^16.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","@octokit/auth-app":"^4.0.0","@types/fetch-mock":"^7.2.4","@types/node-fetch":"^2.3.3","string-to-arraybuffer":"^1.0.2","@pika/plugin-build-web":"^0.9.0","@pika/plugin-build-node":"^0.9.0","@pika/plugin-ts-standard-pkg":"^0.9.0","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_6.0.2_1657307849317_0.8966005639069652","host":"s3://npm-registry-packages"}},"6.1.0":{"name":"@octokit/request","version":"6.1.0","keywords":["octokit","github","api","request"],"license":"MIT","_id":"@octokit/request@6.1.0","maintainers":[{"name":"nickfloyd","email":"nicholas.floyd.info@gmail.com"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"security+octokitbot@github.com"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"80bdac78dff583a8fa0978baeda139a71d98d10c","tarball":"https://registry.npmjs.org/@octokit/request/-/request-6.1.0.tgz","fileCount":17,"integrity":"sha512-36V+sP4bJli31TRq8sea3d/Q1XGgZ9cnqpsegkLCnvpu+hoYephSkxGlWg4KB6dyUM1IWPXVrLFOKYzObQ+MZg==","signatures":[{"sig":"MEYCIQDgqww6vjyCw4KshCaJNAfB7KDjswvySs5DlAXw8NHF9QIhAJ6pER5zNqhqIJa1JzFo1D29goK5mNJKXANMVxzTv/fK","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":57552,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJizC3cACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqOQxAAhav44v1TjWo4oDiTPI5pOI9NiiD+bTCh2rZgmlD76UFDA+DR\r\ntswsPXx2yfh33Bprpvvw4Ul6zY8LGP67iUnFopVaf6AXQMMIJdCfm5Ti9jcc\r\nulZYCG5tmNZe1XUjf6511DTFLHyF8jPnJcw7Aur5VywBaKpI0vAg9+7EqMhH\r\nFyfXvDougzyglCoDs9jKNZ81WnKTSL4VLkgQK7/wT2t2t9G8pWoRyA/q0qGd\r\nxvGByKkdWdDdwAq9wVqpZZB3DEgNfUynSrf+EUY7R1Hq/p/fr2iHKE8qoE2R\r\ni22oQp1AV0YQeaGotp923prjXwVFGNJ+CMG62wFWGmgma0uRjFw2mhKsLgAA\r\nBQwaEkkH0gCXqszfCLpyRtDQAKpUeRe1oMYG//WFo99jbYqdngDM3TmblGXJ\r\n4hRvXtwp8XttyPo6S3l5E5sE6G8rJ66W1Xzr8b0Dp/2kqqwlZ8+8CHO/0BAo\r\nHqFUkuEARwWmm+TqFBvcp8Stbzx/+O1xHMIFZU3cwKaQUJLlhyT2eKlVFDta\r\nSuciygOxcbrqU2XkBGj5X4VmuMqhpyejQSGntiuROsGKZX6EThRfIIFFNyjb\r\nHCheBcUbLAaTQQUF4R803LY4PM732/RmCBDyC4IKPhej8MzmuoHHwOiPq3m9\r\ngemxwMTbJiNHneOyXhNaUw1v2Nd5FmOgv1U=\r\n=2rWb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist-node/index.js","pika":true,"types":"dist-types/index.d.ts","module":"dist-web/index.js","source":"dist-src/index.js","engines":{"node":">= 14"},"gitHead":"d000a0ab58b6b60872190d26e4952d3e0a863499","_npmUser":{"name":"octokitbot","email":"security+octokitbot@github.com"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"8.11.0","description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"16.16.0","dependencies":{"node-fetch":"^2.6.7","@octokit/types":"^6.16.1","is-plain-object":"^5.0.0","@octokit/endpoint":"^7.0.0","universal-user-agent":"^6.0.0","@octokit/request-error":"^3.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.0.0","lolex":"^6.0.0","ts-jest":"^28.0.0","prettier":"2.7.1","@pika/pack":"^0.5.0","fetch-mock":"^9.3.1","typescript":"^4.0.2","@types/jest":"^28.0.0","@types/node":"^16.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","@octokit/auth-app":"^4.0.0","@types/fetch-mock":"^7.2.4","@types/node-fetch":"^2.3.3","string-to-arraybuffer":"^1.0.2","@pika/plugin-build-web":"^0.9.0","@pika/plugin-build-node":"^0.9.0","@pika/plugin-ts-standard-pkg":"^0.9.0","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_6.1.0_1657548252435_0.01666822720741501","host":"s3://npm-registry-packages"}},"6.2.0":{"name":"@octokit/request","version":"6.2.0","keywords":["octokit","github","api","request"],"license":"MIT","_id":"@octokit/request@6.2.0","maintainers":[{"name":"nickfloyd","email":"nicholas.floyd.info@gmail.com"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"security+octokitbot@github.com"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"9c25606df84e6f2ccbcc2c58e1d35438e20b688b","tarball":"https://registry.npmjs.org/@octokit/request/-/request-6.2.0.tgz","fileCount":17,"integrity":"sha512-7IAmHnaezZrgUqtRShMlByJK33MT9ZDnMRgZjnRrRV9a/jzzFwKGz0vxhFU6i7VMLraYcQ1qmcAOin37Kryq+Q==","signatures":[{"sig":"MEUCIHSs/TYM1I3VV1iMoxIw7y9iR9QGXZYTHRN9sX0n0dxWAiEAhzO8bzMN2hU3lizq0Fb5mOz/vuLHGcCQD5F63GUKloE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":58172,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiz1e1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq/Fg//fBJF5PEBiNSgdgGxYRM1NW8SbuQIszysRD8s70lNBQfSzNxb\r\nS3XINtKux8Qk73F60f67Zx3obWAFCO62GVQkHdfBBv17kgKEhBiA0H0uI9wD\r\n2reiCXA0F5hATK84ygoWx51fvU5NtpuzdM2I+gkcKpmQJLDTFNDbifN+haWD\r\n766gJJZdbgaazsdsZat6Fg5pPAvo5CR9HK8P+gsaIdJsPDrTICiFdG83YExT\r\nvhatIEQVw0Z80VdIAQQaDdd+7/LejsQUJ/UfgeLhBMjVTsfkYaFivdAzkT1M\r\n3Y3lZ+f0N9AvKspFQH226naLuI47HiUtUV6mtPtZ6rZVHrShi6CipAn020MP\r\nw5eK4HPV5jERXGfhdD1eY8W9L/QUgEUiGXTL2q3zSkBsFYvWFQngcCzy6VXw\r\nLB/opxo8yLdcqhQ0JOpBfMhj/nvIQBpnG6dT9APHZVq5XYwy1SFUYZmKNOqP\r\n3BG8ygQ5wLfAnXT7lw3CloqgWrSOfUUFZ0M9/n2IFIjBMNQeypeiK24kwOFl\r\nF25WAFKcCX5ED5/IFkmOkF4M9Bb32LIfkKDfqkM8cFP+H7z2MkyVQHM9x2BX\r\nX38NIvBnhqExsu5LymlzdWZ102IjhMEHp+OJe5EnaP6wFJ43Jdozse/LF1R1\r\nxXwOBoVJuM4wVS2uFkkPAV8ohjz7hhkATYM=\r\n=xd8D\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist-node/index.js","pika":true,"types":"dist-types/index.d.ts","module":"dist-web/index.js","source":"dist-src/index.js","engines":{"node":">= 14"},"gitHead":"db79164d4acbbb8f3c67aae2fca6a8b0e292efef","_npmUser":{"name":"octokitbot","email":"security+octokitbot@github.com"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"8.11.0","description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"16.16.0","dependencies":{"node-fetch":"^2.6.7","@octokit/types":"^6.16.1","is-plain-object":"^5.0.0","@octokit/endpoint":"^7.0.0","universal-user-agent":"^6.0.0","@octokit/request-error":"^3.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.0.0","lolex":"^6.0.0","ts-jest":"^28.0.0","prettier":"2.7.1","@pika/pack":"^0.3.7","fetch-mock":"^9.3.1","typescript":"^4.0.2","@types/jest":"^28.0.0","@types/node":"^16.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","@octokit/auth-app":"^4.0.0","@types/fetch-mock":"^7.2.4","@types/node-fetch":"^2.3.3","string-to-arraybuffer":"^1.0.2","@pika/plugin-build-web":"^0.9.0","@pika/plugin-build-node":"^0.9.0","@pika/plugin-ts-standard-pkg":"^0.9.0","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_6.2.0_1657755572892_0.6363339934297005","host":"s3://npm-registry-packages"}},"6.2.1":{"name":"@octokit/request","version":"6.2.1","keywords":["octokit","github","api","request"],"license":"MIT","_id":"@octokit/request@6.2.1","maintainers":[{"name":"nickfloyd","email":"nicholas.floyd.info@gmail.com"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"security+octokitbot@github.com"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"3ceeb22dab09a29595d96594b6720fc14495cf4e","tarball":"https://registry.npmjs.org/@octokit/request/-/request-6.2.1.tgz","fileCount":17,"integrity":"sha512-gYKRCia3cpajRzDSU+3pt1q2OcuC6PK8PmFIyxZDWCzRXRSIBH8jXjFJ8ZceoygBIm0KsEUg4x1+XcYBz7dHPQ==","signatures":[{"sig":"MEUCIGJd4oZ5mG12NprtIMoY5/kpmqF8Q828H/lrKSB+1nRRAiEA7PmFetvLaXQ++neNF89gFcTgNHYxN5LdBQIxJb7BeVs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":58171,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi+k+cACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpwpA/6AxMCpLj6L+i/5dw6W55qBirpJNN8QAXumkdFmck93+gPonKb\r\n12bCW7u2b+xK46nzU3DXv2JwJfWXiF7uQoSpszcKKPCHHe2wOzMygoPVJR6N\r\nZvZjSp1u7oZKeUMyrrRIl9bpb3ykFgQ4MCVUEKpHioT1tUJOukynfLhE7lsm\r\nyTBvA23UjV1yjQg5348AJ0ljd3u9WOdLnrp4CtLVpX/IhDS2/kpihoOh/IHK\r\n/AJKdQfriVkqnXUS8wDH8reFSL5Bnf5n2yuXAmWWdzcr0F851v/FBb8FTbIH\r\nEQmQUbeo0BkgTU5w1uUmol16UjGsIayhvdHG3p0A4WqA94aReodEZXiSVzuZ\r\naek54TeSA2yDF55uYhDzT4QpKsIkiTM7QJFqDkaB8RRQCacSpj19IF2EN0/v\r\n/mhC4LZX0AsS1fRIAhn2JeiAY+EHiYSkY31LyKXEGecl9NDofAtW4g+cWUej\r\nPh6Jd08bwdnHchoxedVVl7D1lSp8C7jMB8DIopCblXhhY9nHZE80RYLfepAE\r\nB5d+ORG8tXLctI8q4HdZAN158HA0EWvEVexQ3PPBqDDyHMrDkbX80qbOsmOQ\r\nkfhpDwfo2TJc0WoUfSOsimP9l8nJrCJp8b5m1v+k65Z0hzk7JNiPexvLSaby\r\nPOzGfS+pQzyPaDV4R+K6GV7FzNjJEODCMds=\r\n=Du/U\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist-node/index.js","pika":true,"types":"dist-types/index.d.ts","module":"dist-web/index.js","source":"dist-src/index.js","engines":{"node":">= 14"},"gitHead":"2fb77a86d61734558e724b4fbeffaaaed76c2334","_npmUser":{"name":"octokitbot","email":"security+octokitbot@github.com"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"8.11.0","description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"16.16.0","dependencies":{"node-fetch":"^2.6.7","@octokit/types":"^7.0.0","is-plain-object":"^5.0.0","@octokit/endpoint":"^7.0.0","universal-user-agent":"^6.0.0","@octokit/request-error":"^3.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^28.0.0","lolex":"^6.0.0","ts-jest":"^28.0.0","prettier":"2.7.1","@pika/pack":"^0.3.7","fetch-mock":"^9.3.1","typescript":"^4.0.2","@types/jest":"^28.0.0","@types/node":"^16.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","@octokit/auth-app":"^4.0.0","@types/fetch-mock":"^7.2.4","@types/node-fetch":"^2.3.3","string-to-arraybuffer":"^1.0.2","@pika/plugin-build-web":"^0.9.0","@pika/plugin-build-node":"^0.9.0","@pika/plugin-ts-standard-pkg":"^0.9.0","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_6.2.1_1660571548126_0.6548366520565807","host":"s3://npm-registry-packages"}},"6.2.2":{"name":"@octokit/request","version":"6.2.2","keywords":["octokit","github","api","request"],"license":"MIT","_id":"@octokit/request@6.2.2","maintainers":[{"name":"kfcampbell","email":"kfcampbell@github.com"},{"name":"nickfloyd","email":"nicholas.floyd.info@gmail.com"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"security+octokitbot@github.com"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"a2ba5ac22bddd5dcb3f539b618faa05115c5a255","tarball":"https://registry.npmjs.org/@octokit/request/-/request-6.2.2.tgz","fileCount":17,"integrity":"sha512-6VDqgj0HMc2FUX2awIs+sM6OwLgwHvAi4KCK3mT2H2IKRt6oH9d0fej5LluF5mck1lRR/rFWN0YIDSYXYSylbw==","signatures":[{"sig":"MEUCIHVb1lwON1Y/j9iWY0AHPgvQplxkXihJ4jmcZLOI5CtCAiEAm6CtzHCu+9t56YmXgUoTmsSlM8w58sof3iXOGd2EElI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":58171,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjR6A+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmodUg/+McAOKz3JeoioTQ/0CP9opDWfrVYGrMnwXv8o75l1MqzlYud/\r\nMeYvPLJGxOZra+/ZQGLeYNKGMKw7jdGP1u6EwBHbsgWhGJCyeN1+R0T+5ArO\r\nqcO4T6FYR80YeY0RhOYgQe5VS0barTDyTYbtYu0KOdjq6qiC7mzmFzJq6GxF\r\nZnd/0CAVllB45gpKyR6RyyCmVcmqCMR2E7uaoIGbqbCRdhFrPX/UkpO6YqsD\r\npjUkfU/Fvl3Ne84KJZh//tvYjnXY1ioxsc9tPF5VguJeKemXSjf0fhVH4bil\r\nwqJQhI7SQyLU52H3VQZgmXRrdEA6RlmgFWCfdVDntJ6olr57HeBCKbyHohIV\r\n04VWXV27YOcH6ve0YqEKzM8wwhTZ5bbsG7DfxXdXrVyxZ4YFg5wanJYy3CFJ\r\nMCZmL+z9Ao+fftdsniUH7glWfYUulmZJ7vtIK+ktPV/r5ucMkPhXPJPlZNEs\r\nmpPndukDlls+ljorMRXt5FsiAd1G4m74I0KiDTruxPDbwZcpWi/7l286Ad96\r\nMXZA8znNShbV8/xj507nEzx+0FXwQuwJVPKiBJhMvTF+IAye2GvmnvID/lZo\r\nC67Y/bH3MPem1grt+84o4OjF2EbniCAcYN1ADyDH7MoK+DhWaTutK9C/1gBX\r\n8dQh7WxCW8riIjmNFvyqzm8acL0BybbLv7A=\r\n=WiT7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist-node/index.js","pika":true,"types":"dist-types/index.d.ts","module":"dist-web/index.js","source":"dist-src/index.js","engines":{"node":">= 14"},"gitHead":"ab7d193dddaf1e0437e28d0b0c86c1cc7f7bbc9e","_npmUser":{"name":"octokitbot","email":"security+octokitbot@github.com"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"8.15.0","description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"16.17.1","dependencies":{"node-fetch":"^2.6.7","@octokit/types":"^8.0.0","is-plain-object":"^5.0.0","@octokit/endpoint":"^7.0.0","universal-user-agent":"^6.0.0","@octokit/request-error":"^3.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.0.0","lolex":"^6.0.0","ts-jest":"^29.0.0","prettier":"2.7.1","@pika/pack":"^0.3.7","fetch-mock":"^9.3.1","typescript":"^4.0.2","@types/jest":"^29.0.0","@types/node":"^16.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","@octokit/auth-app":"^4.0.0","@types/fetch-mock":"^7.2.4","@types/node-fetch":"^2.3.3","string-to-arraybuffer":"^1.0.2","@pika/plugin-build-web":"^0.9.0","@pika/plugin-build-node":"^0.9.0","@pika/plugin-ts-standard-pkg":"^0.9.0","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_6.2.2_1665638462530_0.9532732268876916","host":"s3://npm-registry-packages"}},"6.2.3":{"name":"@octokit/request","version":"6.2.3","keywords":["octokit","github","api","request"],"license":"MIT","_id":"@octokit/request@6.2.3","maintainers":[{"name":"kfcampbell","email":"kfcampbell@github.com"},{"name":"nickfloyd","email":"nicholas.floyd.info@gmail.com"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"security+octokitbot@github.com"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"76d5d6d44da5c8d406620a4c285d280ae310bdb4","tarball":"https://registry.npmjs.org/@octokit/request/-/request-6.2.3.tgz","fileCount":17,"integrity":"sha512-TNAodj5yNzrrZ/VxP+H5HiYaZep0H3GU0O7PaF+fhDrt8FPrnkei9Aal/txsN/1P7V3CPiThG0tIvpPDYUsyAA==","signatures":[{"sig":"MEUCIQDGcBlbTY9aFjRzGJlUnkNrCmQQz43QnVfVAWj+H9yR9QIgeB6+1Ee/bF398OV18b589jrioDV+A7fq61V5zFLck5E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":58010,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjzE/JACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo9ixAAkXAb1ZvDu6cCzFG6bKxyCqAKZ2uH61MJX2+DsUeRSOT2+CUW\r\n55QUJH9TQsS4v3wB9mwx4FcuKDmmiDBTIBxzYOSKoI6MJ+UMkMGYgBmEpFRs\r\nMb8ydCUS6uYUs67tidHC3OwoVYRRuGUBbFE4H8XmI1QWP/zUnq3jU0UNeaGz\r\nGiOSDU30yr7Swk6ipCZnwB2I0Ni0iRNXqO126kokaVbxkeZWfFy4kLFTLbk1\r\nC9awI5ljshvrDmkG1TXTel54BclucUOdDS57MeBsOH0trUPMaQPY7wO4MlKR\r\n8HgfEVDqkxBn96d7tUZrzQmqNKpQuZfZ78Z12tHXc/kHNfCeygH74p5ZbE6v\r\nXF2fx3cJ0F2zZY7BgxsjruhNgHMtQ0rEFAI3Se+EYvkfMgJNEWfaDmyEYhcq\r\n3tQKLn5SZGz2RzwiIJPGNNi+n8Fc3lrU0b3xBzT4i1NjxcAofQ97FxQMd+u3\r\nxfa2HQAiwEkZ9tKaTTYbgZLy6JouFBXj7Msk1T4VbyfFVJviFumn6c+aRmR4\r\nRSah/2uWOeFhWYddP8JrMjlJbvnV9q6jYtD3heH4NYwbzWOL+KwDJwlpbo5v\r\nTD+nAdZSnP1JfCpc0/UM64DSMKVljwL2ohDrsst94HzccSsDsPe6y5aIL54G\r\nr5FLX2crjK3KJBifrK6IaHqva67AQstnc/k=\r\n=BHSY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"dist-node/index.js","pika":true,"types":"dist-types/index.d.ts","module":"dist-web/index.js","source":"dist-src/index.js","engines":{"node":">= 14"},"gitHead":"9247e877188af23a84f0c75184d28612d4c0ab4b","_npmUser":{"name":"octokitbot","email":"security+octokitbot@github.com"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"8.19.3","description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"18.13.0","dependencies":{"node-fetch":"^2.6.7","@octokit/types":"^9.0.0","is-plain-object":"^5.0.0","@octokit/endpoint":"^7.0.0","universal-user-agent":"^6.0.0","@octokit/request-error":"^3.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.0.0","lolex":"^6.0.0","ts-jest":"^29.0.0","prettier":"2.8.3","@pika/pack":"^0.3.7","fetch-mock":"^9.3.1","typescript":"^4.0.2","@types/jest":"^29.0.0","@types/node":"^18.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","@octokit/auth-app":"^4.0.0","@types/fetch-mock":"^7.2.4","@types/node-fetch":"^2.3.3","string-to-arraybuffer":"^1.0.2","@pika/plugin-build-web":"^0.9.0","@pika/plugin-build-node":"^0.9.0","@pika/plugin-ts-standard-pkg":"^0.9.0","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_6.2.3_1674334153518_0.4729409784839651","host":"s3://npm-registry-packages"}},"6.2.4":{"name":"@octokit/request","version":"6.2.4","keywords":["octokit","github","api","request"],"license":"MIT","_id":"@octokit/request@6.2.4","maintainers":[{"name":"kfcampbell","email":"kfcampbell@github.com"},{"name":"nickfloyd","email":"nicholas.floyd.info@gmail.com"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"security+octokitbot@github.com"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"b00a7185865c72bdd432e63168b1e900953ded0c","tarball":"https://registry.npmjs.org/@octokit/request/-/request-6.2.4.tgz","fileCount":4,"integrity":"sha512-at92SYQstwh7HH6+Kf3bFMnHrle7aIrC0r5rTP+Bb30118B6j1vI2/M4walh6qcQgfuLIKs8NUO5CytHTnUI3A==","signatures":[{"sig":"MEUCICiHIexFf3M3gsa/5vNhPwwNdzt7O/8gmPJC9PW8bwacAiEA3bMDntc7sAMr9T1r9sgCj/rUmGBqs/kny6GQecmzfhc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":24188},"main":"dist-node/index.js","pika":true,"types":"dist-types/index.d.ts","module":"dist-web/index.js","source":"dist-src/index.js","engines":{"node":">= 14"},"gitHead":"3df15562c64f5fdc329d2b41bb62e9433d30f1ff","_npmUser":{"name":"octokitbot","email":"security+octokitbot@github.com"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"9.5.1","description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"node-fetch":"^2.6.7","@octokit/types":"^9.0.0","is-plain-object":"^5.0.0","@octokit/endpoint":"^7.0.0","universal-user-agent":"^6.0.0","@octokit/request-error":"^3.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.0.0","lolex":"^6.0.0","ts-jest":"^29.0.0","prettier":"2.8.8","@pika/pack":"^0.3.7","fetch-mock":"^9.3.1","typescript":"^5.0.0","@types/jest":"^29.0.0","@types/node":"^18.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","@octokit/auth-app":"^4.0.0","@types/fetch-mock":"^7.2.4","@types/node-fetch":"^2.3.3","string-to-arraybuffer":"^1.0.2","@pika/plugin-build-web":"^0.9.0","@pika/plugin-build-node":"^0.9.0","@pika/plugin-ts-standard-pkg":"^0.9.0","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_6.2.4_1684253679773_0.4149718673768963","host":"s3://npm-registry-packages"}},"6.2.5":{"name":"@octokit/request","version":"6.2.5","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@6.2.5","maintainers":[{"name":"kfcampbell","email":"kfcampbell@github.com"},{"name":"nickfloyd","email":"nicholas.floyd.info@gmail.com"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"security+octokitbot@github.com"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"7beef1065042998f7455973ef3f818e7b84d6ec2","tarball":"https://registry.npmjs.org/@octokit/request/-/request-6.2.5.tgz","fileCount":17,"integrity":"sha512-z83E8UIlPNaJUsXpjD8E0V5o/5f+vJJNbNcBwVZsX3/vC650U41cOkTLjq4PKk9BYonQGOnx7N17gvLyNjgGcQ==","signatures":[{"sig":"MEUCIEwXogxqYcjmLqP+wWQJD0mwUu8t2dO7BDBEn5af6RSqAiEAsL568xERduyNs2dfZQ9ADx1jOq3XGZJPno4kLid55As=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":54642},"main":"dist-node/index.js","types":"dist-types/index.d.ts","module":"dist-src/index.js","browser":"dist-web/index.js","engines":{"node":">= 14"},"gitHead":"947d7a5103849d20f0bff5bc537a94fb8dab7ce1","_npmUser":{"name":"octokitbot","email":"security+octokitbot@github.com"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"9.5.1","description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"node-fetch":"^2.6.7","@octokit/types":"^9.0.0","is-plain-object":"^5.0.0","@octokit/endpoint":"^7.0.0","universal-user-agent":"^6.0.0","@octokit/request-error":"^3.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^10.2.4","jest":"^29.0.0","lolex":"^6.0.0","esbuild":"^0.17.19","ts-jest":"^29.0.0","prettier":"2.8.8","fetch-mock":"^9.3.1","typescript":"^5.0.0","@types/jest":"^29.0.0","@types/node":"^18.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","@octokit/auth-app":"^4.0.0","@octokit/tsconfig":"^1.0.2","@types/fetch-mock":"^7.2.4","@types/node-fetch":"^2.3.3","string-to-arraybuffer":"^1.0.2","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_6.2.5_1684416518551_0.5732381324326259","host":"s3://npm-registry-packages"}},"7.0.0-beta.1":{"name":"@octokit/request","version":"7.0.0-beta.1","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@7.0.0-beta.1","maintainers":[{"name":"kfcampbell","email":"kfcampbell@github.com"},{"name":"nickfloyd","email":"nicholas.floyd.info@gmail.com"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"security+octokitbot@github.com"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"f755c99bf226939808e69da7aee7dfcdfc540440","tarball":"https://registry.npmjs.org/@octokit/request/-/request-7.0.0-beta.1.tgz","fileCount":17,"integrity":"sha512-Hhd/TADCtpNPQNkjFdtx1V3qYsAk4lVxK1Q3ewxp4vsAMQYFoK2v/EdgR1uLJS6P3zcGNafyNgdeCiPqAO1aBA==","signatures":[{"sig":"MEQCIFJ+ZyKlf77ZNRGqpukvWPS0ZfYW/IifeLgWNYxlA2qoAiACkdkPEF1vxLrf9G5n0YBag9jfe8hUvNZmchQZascWFQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":54691},"main":"dist-node/index.js","types":"dist-types/index.d.ts","module":"dist-src/index.js","browser":"dist-web/index.js","engines":{"node":">= 18"},"gitHead":"12b02b6d3af5079f14355836da53649e2f524ffa","_npmUser":{"name":"octokitbot","email":"security+octokitbot@github.com"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"9.5.1","description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"node-fetch":"^2.6.7","@octokit/types":"^9.0.0","is-plain-object":"^5.0.0","@octokit/endpoint":"^7.0.0","universal-user-agent":"^6.0.0","@octokit/request-error":"^3.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"glob":"^10.2.4","jest":"^29.0.0","lolex":"^6.0.0","esbuild":"^0.17.19","ts-jest":"^29.0.0","prettier":"2.8.8","fetch-mock":"^9.3.1","typescript":"^5.0.0","@types/jest":"^29.0.0","@types/node":"^18.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","@octokit/auth-app":"^4.0.0","@octokit/tsconfig":"^1.0.2","@types/fetch-mock":"^7.2.4","@types/node-fetch":"^2.3.3","string-to-arraybuffer":"^1.0.2","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_7.0.0-beta.1_1684603654302_0.05276486632166555","host":"s3://npm-registry-packages"}},"7.0.0-beta.2":{"name":"@octokit/request","version":"7.0.0-beta.2","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@7.0.0-beta.2","maintainers":[{"name":"kfcampbell","email":"kfcampbell@github.com"},{"name":"nickfloyd","email":"nicholas.floyd.info@gmail.com"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"security+octokitbot@github.com"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"a2cc420aac6ebc3932b97a1661f32a7175684c9a","tarball":"https://registry.npmjs.org/@octokit/request/-/request-7.0.0-beta.2.tgz","fileCount":17,"integrity":"sha512-urCnons+Y+XTxIJGs+P98gUaLfdfYgYnalJk9EURhsyvo2NfkppyHn4YOpDttI/IH8ePJXFFt9lXS7bnfwI0Bg==","signatures":[{"sig":"MEUCICad0eoalxjR9B8JjHNJX0R6AnA7hBoUDXQcRZdfIbjMAiEA3hwrQWYB+h++mzLSBGo5GY7HffcN0V0vufoWlTt3SH8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":54372},"main":"dist-node/index.js","types":"dist-types/index.d.ts","module":"dist-src/index.js","browser":"dist-web/index.js","engines":{"node":">= 18"},"gitHead":"7210c6cbfead4a6459714481b48f0f2bdc66eaf4","_npmUser":{"name":"octokitbot","email":"security+octokitbot@github.com"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"9.5.1","description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"@octokit/types":"^9.0.0","is-plain-object":"^5.0.0","@octokit/endpoint":"^7.0.0","universal-user-agent":"^6.0.0","@octokit/request-error":"^3.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"glob":"^10.2.4","jest":"^29.0.0","lolex":"^6.0.0","esbuild":"^0.17.19","ts-jest":"^29.0.0","prettier":"2.8.8","fetch-mock":"^9.3.1","typescript":"^5.0.0","@types/jest":"^29.0.0","@types/node":"^18.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","@octokit/auth-app":"^4.0.0","@octokit/tsconfig":"^1.0.2","@types/fetch-mock":"^7.2.4","string-to-arraybuffer":"^1.0.2","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_7.0.0-beta.2_1684708035454_0.6422948944706295","host":"s3://npm-registry-packages"}},"7.0.0-beta.3":{"name":"@octokit/request","version":"7.0.0-beta.3","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@7.0.0-beta.3","maintainers":[{"name":"kfcampbell","email":"kfcampbell@github.com"},{"name":"nickfloyd","email":"nicholas.floyd.info@gmail.com"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"security+octokitbot@github.com"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"5fc81e7cee7e9b39ad69aa42200c76c0f7b61916","tarball":"https://registry.npmjs.org/@octokit/request/-/request-7.0.0-beta.3.tgz","fileCount":17,"integrity":"sha512-N5eP+scv1dufO7cM9Ev9xT+qyZE/akp0Gyv5D2xXg9s5Dp5x9qOd9DaleRQ21Jf2rI6s57xKVvh7WEo7PAETNA==","signatures":[{"sig":"MEYCIQCmQ9lHK3u+Gtl853HSry7z/RIeXs94ufW0PKh35otl8wIhALqtwo/Mr/owEtpP+Svma2GejNQquE/nhzoR5BjqZBy6","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":54372},"main":"dist-node/index.js","types":"dist-types/index.d.ts","module":"dist-src/index.js","browser":"dist-web/index.js","engines":{"node":">= 18"},"gitHead":"1fee3d5acb695635a8b6f5685008d8fc57eeeda5","_npmUser":{"name":"octokitbot","email":"security+octokitbot@github.com"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"9.5.1","description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"@octokit/types":"^9.0.0","is-plain-object":"^5.0.0","@octokit/endpoint":"^7.0.0","universal-user-agent":"^6.0.0","@octokit/request-error":"^4.0.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"glob":"^10.2.4","jest":"^29.0.0","lolex":"^6.0.0","esbuild":"^0.17.19","ts-jest":"^29.0.0","prettier":"2.8.8","fetch-mock":"^9.3.1","typescript":"^5.0.0","@types/jest":"^29.0.0","@types/node":"^18.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","@octokit/auth-app":"^4.0.0","@octokit/tsconfig":"^1.0.2","@types/fetch-mock":"^7.2.4","string-to-arraybuffer":"^1.0.2","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_7.0.0-beta.3_1686693744767_0.3444529486330852","host":"s3://npm-registry-packages"}},"6.2.6":{"name":"@octokit/request","version":"6.2.6","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@6.2.6","maintainers":[{"name":"kfcampbell","email":"kfcampbell@github.com"},{"name":"nickfloyd","email":"nicholas.floyd.info@gmail.com"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"security+octokitbot@github.com"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"ff8f503c690f84e3ebd33d2d43e63c0a27ac50e0","tarball":"https://registry.npmjs.org/@octokit/request/-/request-6.2.6.tgz","fileCount":17,"integrity":"sha512-T/waXf/xjie8Qn5IyFYAcI/HXvw9SPkcQWErGP9H471IWRDRCN+Gn/QOptPMAZRT4lJb2bLHxQfCXjU0mJRyng==","signatures":[{"sig":"MEUCIHi/6sJlC99OKDjjkV//0SGw1VrrK9I1oC7WKS+niWRmAiEAo+TBLnEn2Dv+KtqIKtCwqnV1XT323dBwDdZP/DqfWTo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":54674},"main":"dist-node/index.js","types":"dist-types/index.d.ts","module":"dist-src/index.js","browser":"dist-web/index.js","engines":{"node":">= 14"},"gitHead":"71d74884553c3154d76a0807f968d29397551c76","_npmUser":{"name":"octokitbot","email":"security+octokitbot@github.com"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"9.5.1","description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"node-fetch":"^2.6.7","@octokit/types":"^9.0.0","is-plain-object":"^5.0.0","@octokit/endpoint":"^7.0.0","universal-user-agent":"^6.0.0","@octokit/request-error":"^3.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^10.2.4","jest":"^29.0.0","lolex":"^6.0.0","esbuild":"^0.18.0","ts-jest":"^29.0.0","prettier":"2.8.8","fetch-mock":"^9.3.1","typescript":"^5.0.0","@types/jest":"^29.0.0","@types/node":"^18.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","@octokit/auth-app":"^4.0.0","@octokit/tsconfig":"^2.0.0","@types/fetch-mock":"^7.2.4","@types/node-fetch":"^2.3.3","string-to-arraybuffer":"^1.0.2","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_6.2.6_1686695770992_0.11560162734987856","host":"s3://npm-registry-packages"}},"7.0.0-beta.4":{"name":"@octokit/request","version":"7.0.0-beta.4","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@7.0.0-beta.4","maintainers":[{"name":"kfcampbell","email":"kfcampbell@github.com"},{"name":"nickfloyd","email":"nicholas.floyd.info@gmail.com"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"security+octokitbot@github.com"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"0cc77208a5af0b7ff84255b66694965b17289e0c","tarball":"https://registry.npmjs.org/@octokit/request/-/request-7.0.0-beta.4.tgz","fileCount":17,"integrity":"sha512-6NVsst5OYDUBXLU700W2qzFuO79PQ3kmLuXAxPUjZgZfm3gexMcWU+g0wr43JMPiQf+VU6NPCxddiFWlKI6dGw==","signatures":[{"sig":"MEUCIQCSJ515J0LPq7Mmaj5/v5fgTycfVVHbI6i095hR/V/4awIgVtG/Hb6NA6TSLJlfyk8hMpEFj0mrVI99b9Yo3fe37tw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":54381},"main":"dist-node/index.js","types":"dist-types/index.d.ts","module":"dist-src/index.js","browser":"dist-web/index.js","engines":{"node":">= 18"},"gitHead":"27d4ced2bc9e01e2b139139382eb25178272d4f3","_npmUser":{"name":"octokitbot","email":"security+octokitbot@github.com"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"9.5.1","description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"@octokit/types":"^9.0.0","is-plain-object":"^5.0.0","@octokit/endpoint":"^7.0.0","universal-user-agent":"^6.0.0","@octokit/request-error":"^4.0.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"glob":"^10.2.4","jest":"^29.0.0","lolex":"^6.0.0","esbuild":"^0.18.0","ts-jest":"^29.0.0","prettier":"2.8.8","fetch-mock":"^9.3.1","typescript":"^5.0.0","@types/jest":"^29.0.0","@types/node":"^18.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","@octokit/auth-app":"^4.0.0","@octokit/tsconfig":"^2.0.0","@types/fetch-mock":"^7.2.4","string-to-arraybuffer":"^1.0.2","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_7.0.0-beta.4_1686695882644_0.07140018851849761","host":"s3://npm-registry-packages"}},"7.0.0-beta.5":{"name":"@octokit/request","version":"7.0.0-beta.5","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@7.0.0-beta.5","maintainers":[{"name":"kfcampbell","email":"kfcampbell@github.com"},{"name":"nickfloyd","email":"nicholas.floyd.info@gmail.com"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"security+octokitbot@github.com"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"de2ebf8cd9801473aaa0daeb56a6d106da06bfa8","tarball":"https://registry.npmjs.org/@octokit/request/-/request-7.0.0-beta.5.tgz","fileCount":17,"integrity":"sha512-wNtyRjPTNSAW/Pe4+VynSdzI1kexoIaN9HS4tjjpaHr8RbpTvh+Gb8TCcJX3HISvro763AGLsbFNbVVZoNhCxw==","signatures":[{"sig":"MEQCIBoWpiMqGCDbNa4QJS/4V9g11Mke/K5mQvaF2phkTxUeAiBlsdeNt0HukJYMk/a8reAU+Q7Sw0Gelaq1HZliYESacg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":54389},"main":"dist-node/index.js","types":"dist-types/index.d.ts","module":"dist-src/index.js","browser":"dist-web/index.js","engines":{"node":">= 18"},"gitHead":"eb8dcc295ca14cdc028b29ab31d875990484f4b1","_npmUser":{"name":"octokitbot","email":"security+octokitbot@github.com"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"9.5.1","description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"@octokit/types":"^10.0.0","is-plain-object":"^5.0.0","@octokit/endpoint":"^8.0.0-beta.1","universal-user-agent":"^6.0.0","@octokit/request-error":"^4.0.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"glob":"^10.2.4","jest":"^29.0.0","lolex":"^6.0.0","esbuild":"^0.18.0","ts-jest":"^29.0.0","prettier":"2.8.8","fetch-mock":"^9.3.1","typescript":"^5.0.0","@types/jest":"^29.0.0","@types/node":"^18.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","@octokit/auth-app":"^5.0.3","@octokit/tsconfig":"^2.0.0","@types/fetch-mock":"^7.2.4","string-to-arraybuffer":"^1.0.2","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_7.0.0-beta.5_1686699294651_0.34809894602661684","host":"s3://npm-registry-packages"}},"7.0.0-beta.6":{"name":"@octokit/request","version":"7.0.0-beta.6","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@7.0.0-beta.6","maintainers":[{"name":"kfcampbell","email":"kfcampbell@github.com"},{"name":"nickfloyd","email":"nicholas.floyd.info@gmail.com"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"security+octokitbot@github.com"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"c6edb374f4a01cd33aae333b45542198d4c80f90","tarball":"https://registry.npmjs.org/@octokit/request/-/request-7.0.0-beta.6.tgz","fileCount":17,"integrity":"sha512-eXYAsxKFWDfM5i6eKafwkn5cmXx5LPGlkRQaGVQkH9StSZq7JcpJCxXdr3muRVjL4yRUNqSdh8sziFaG45EPig==","signatures":[{"sig":"MEUCIAK1Gbn0l8rzCJRw9iFuHPgbpmLM6NHlLuapsLWfYk6WAiEAnNawTeUP1sTTSwZ8Wqnv1pZYHG9qjMwxCfkm8aAkAOE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":54382},"main":"dist-node/index.js","types":"dist-types/index.d.ts","module":"dist-src/index.js","browser":"dist-web/index.js","engines":{"node":">= 18"},"gitHead":"9171b8f01997861c414c5a6c1881911ccdaaacf6","_npmUser":{"name":"octokitbot","email":"security+octokitbot@github.com"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"9.5.1","description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"@octokit/types":"^10.0.0","is-plain-object":"^5.0.0","@octokit/endpoint":"^8.0.0","universal-user-agent":"^6.0.0","@octokit/request-error":"^4.0.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"glob":"^10.2.4","jest":"^29.0.0","lolex":"^6.0.0","esbuild":"^0.18.0","ts-jest":"^29.0.0","prettier":"2.8.8","fetch-mock":"^9.3.1","typescript":"^5.0.0","@types/jest":"^29.0.0","@types/node":"^18.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","@octokit/auth-app":"^5.0.3","@octokit/tsconfig":"^2.0.0","@types/fetch-mock":"^7.2.4","string-to-arraybuffer":"^1.0.2","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_7.0.0-beta.6_1686777207313_0.5207987632683115","host":"s3://npm-registry-packages"}},"6.2.7":{"name":"@octokit/request","version":"6.2.7","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@6.2.7","maintainers":[{"name":"kfcampbell","email":"kfcampbell@github.com"},{"name":"nickfloyd","email":"nicholas.floyd.info@gmail.com"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"security+octokitbot@github.com"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"e819d6682a25d4802cb22d756d8579d37c088e40","tarball":"https://registry.npmjs.org/@octokit/request/-/request-6.2.7.tgz","fileCount":17,"integrity":"sha512-OKTq4unIM7iXn9MzRnI66rcXmh0VF7389Acx33uMjcoZ34o6NzbglcncPdy/P+sCKIvrf73aZRZ9w08GnMluQg==","signatures":[{"sig":"MEYCIQCpFzb0D1RdYFj7sykxZjs9cVhfgGpzvv+CeKs6fxJxpQIhAOah0lg884yhm53Uo8IGDsKE99vakGhGzXtChXwu5SnH","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":54656},"main":"dist-node/index.js","types":"dist-types/index.d.ts","module":"dist-src/index.js","browser":"dist-web/index.js","engines":{"node":">= 14"},"gitHead":"62f51d641f2691f04b9c6c71a4f43afac7a7c0b5","_npmUser":{"name":"octokitbot","email":"security+octokitbot@github.com"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"9.5.1","description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"node-fetch":"^2.6.7","@octokit/types":"^9.0.0","is-plain-object":"^5.0.0","@octokit/endpoint":"^7.0.0","universal-user-agent":"^6.0.0","@octokit/request-error":"^4.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^10.2.4","jest":"^29.0.0","lolex":"^6.0.0","esbuild":"^0.18.0","ts-jest":"^29.0.0","prettier":"2.8.8","fetch-mock":"^9.3.1","typescript":"^5.0.0","@types/jest":"^29.0.0","@types/node":"^18.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","@octokit/auth-app":"^4.0.0","@octokit/tsconfig":"^2.0.0","@types/fetch-mock":"^7.2.4","@types/node-fetch":"^2.3.3","string-to-arraybuffer":"^1.0.2","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_6.2.7_1686934754799_0.18066160059067227","host":"s3://npm-registry-packages"}},"7.0.0-beta.7":{"name":"@octokit/request","version":"7.0.0-beta.7","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@7.0.0-beta.7","maintainers":[{"name":"kfcampbell","email":"kfcampbell@github.com"},{"name":"nickfloyd","email":"nicholas.floyd.info@gmail.com"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"security+octokitbot@github.com"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"ea393e8bad604580dd550011652eb909b90933c4","tarball":"https://registry.npmjs.org/@octokit/request/-/request-7.0.0-beta.7.tgz","fileCount":17,"integrity":"sha512-WoftgliqnFoLjQDRLVt0CIiJD/bIDtV0lm9QyroCUcKKySizgNgNhdEBXWhO0GEKqrLTASSQBquiYZ7P3T3MSg==","signatures":[{"sig":"MEUCIQDRuqV/amoS1QAKdtikP7vq1dCaUA2NPXSENn0/5AqB7wIgbMCc/3lIW9q97JIwhpQ1nzwJ0UuZGwluOcGk6KP4rwI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":54355},"main":"dist-node/index.js","types":"dist-types/index.d.ts","module":"dist-src/index.js","browser":"dist-web/index.js","engines":{"node":">= 18"},"gitHead":"b4223da5eb5163a5217450994c8d2b4c54756987","_npmUser":{"name":"octokitbot","email":"security+octokitbot@github.com"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"9.5.1","description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"@octokit/types":"^10.0.0","is-plain-object":"^5.0.0","@octokit/endpoint":"^8.0.0","universal-user-agent":"^6.0.0","@octokit/request-error":"^4.0.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"glob":"^10.2.4","jest":"^29.0.0","lolex":"^6.0.0","esbuild":"^0.18.0","ts-jest":"^29.0.0","prettier":"2.8.8","fetch-mock":"^9.3.1","typescript":"^5.0.0","@types/jest":"^29.0.0","@types/node":"^18.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","@octokit/auth-app":"^5.0.3","@octokit/tsconfig":"^2.0.0","@types/fetch-mock":"^7.2.4","string-to-arraybuffer":"^1.0.2","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_7.0.0-beta.7_1686949189131_0.8620080230879112","host":"s3://npm-registry-packages"}},"7.0.0":{"name":"@octokit/request","version":"7.0.0","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@7.0.0","maintainers":[{"name":"kfcampbell","email":"kfcampbell@github.com"},{"name":"nickfloyd","email":"nicholas.floyd.info@gmail.com"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"security+octokitbot@github.com"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"b92961d368e6841123cd750a1c0916c27728c931","tarball":"https://registry.npmjs.org/@octokit/request/-/request-7.0.0.tgz","fileCount":17,"integrity":"sha512-iUnS9KDsFWfHLwomq/QZmEja8nQZ9FnkMp58+6qz1AKFIBi+sF6w1HGpimRxmmpstFHHGB3eE0qYjuV1Z/Gc3Q==","signatures":[{"sig":"MEQCIEGddvfKDrDx0GaGn3fqtfCPxfkAzgH4xPYYEE04Ig0UAiBdHYXHy7kNvPjwX+z+3dAA4NVKDpRSZmpn+h+L6E+tQw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":54306},"main":"dist-node/index.js","types":"dist-types/index.d.ts","module":"dist-src/index.js","browser":"dist-web/index.js","engines":{"node":">= 18"},"gitHead":"517ebabc60af2b44c0aa83600e8ca73aa5caa7d8","_npmUser":{"name":"octokitbot","email":"security+octokitbot@github.com"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"9.5.1","description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"@octokit/types":"^10.0.0","is-plain-object":"^5.0.0","@octokit/endpoint":"^8.0.0","universal-user-agent":"^6.0.0","@octokit/request-error":"^4.0.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^10.2.4","jest":"^29.0.0","lolex":"^6.0.0","esbuild":"^0.18.0","ts-jest":"^29.0.0","prettier":"2.8.8","fetch-mock":"^9.3.1","typescript":"^5.0.0","@types/jest":"^29.0.0","@types/node":"^18.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","@octokit/auth-app":"^5.0.3","@octokit/tsconfig":"^2.0.0","@types/fetch-mock":"^7.2.4","string-to-arraybuffer":"^1.0.2","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_7.0.0_1686949789831_0.6305128073324453","host":"s3://npm-registry-packages"}},"6.2.8":{"name":"@octokit/request","version":"6.2.8","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@6.2.8","maintainers":[{"name":"kfcampbell","email":"kfcampbell@github.com"},{"name":"nickfloyd","email":"nicholas.floyd.info@gmail.com"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"security+octokitbot@github.com"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"aaf480b32ab2b210e9dadd8271d187c93171d8eb","tarball":"https://registry.npmjs.org/@octokit/request/-/request-6.2.8.tgz","fileCount":17,"integrity":"sha512-ow4+pkVQ+6XVVsekSYBzJC0VTVvh/FCTUUgTsboGq+DTeWdyIFV8WSCdo0RIxk6wSkBTHqIK1mYuY7nOBXOchw==","signatures":[{"sig":"MEUCIQDeeb0QBTY114dQWZhvCHeYlIQiK54xcW347lkYGoPrFwIgIXds2a9PFniNms3qlbnmxyNbUXwxt9XKz3ei/cYrHxU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":54656},"main":"dist-node/index.js","types":"dist-types/index.d.ts","module":"dist-src/index.js","browser":"dist-web/index.js","engines":{"node":">= 14"},"gitHead":"9c9c6d78ec4915ca49b221aeb403a05d05a9bac4","_npmUser":{"name":"octokitbot","email":"security+octokitbot@github.com"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"9.5.1","description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"node-fetch":"^2.6.7","@octokit/types":"^9.0.0","is-plain-object":"^5.0.0","@octokit/endpoint":"^7.0.0","universal-user-agent":"^6.0.0","@octokit/request-error":"^3.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"glob":"^10.2.4","jest":"^29.0.0","lolex":"^6.0.0","esbuild":"^0.18.0","ts-jest":"^29.0.0","prettier":"2.8.8","fetch-mock":"^9.3.1","typescript":"^5.0.0","@types/jest":"^29.0.0","@types/node":"^18.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","@octokit/auth-app":"^4.0.0","@octokit/tsconfig":"^2.0.0","@types/fetch-mock":"^7.2.4","@types/node-fetch":"^2.3.3","string-to-arraybuffer":"^1.0.2","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_6.2.8_1686955235099_0.6109218241205323","host":"s3://npm-registry-packages"}},"7.0.1":{"name":"@octokit/request","version":"7.0.1","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@7.0.1","maintainers":[{"name":"kfcampbell","email":"kfcampbell@github.com"},{"name":"nickfloyd","email":"nicholas.floyd.info@gmail.com"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"security+octokitbot@github.com"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"30f545b2546c9a87c07c8b2d49c7e1d681374999","tarball":"https://registry.npmjs.org/@octokit/request/-/request-7.0.1.tgz","fileCount":17,"integrity":"sha512-R227pDk1fuQXuX17LU8ChzFyTOe/myHvvceBF3C/fFath+NlsVkHICOlvEbx+9EgYUl4uDH7VqTby00menlM8Q==","signatures":[{"sig":"MEUCIQCYhZs5hSrpw2EQ4UcYbpipfv1m7acsJJxp7lBG/XbDwwIgAbEZ9D3ClJekaBK8ggi0SS4CPC7SNgAGddJ0DMR22Zw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":54306},"main":"dist-node/index.js","types":"dist-types/index.d.ts","module":"dist-src/index.js","browser":"dist-web/index.js","engines":{"node":">= 18"},"gitHead":"ed784b0cfbffa1d516b2f028ebe6e3e3b3eb8b24","_npmUser":{"name":"octokitbot","email":"security+octokitbot@github.com"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"9.5.1","description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"@octokit/types":"^10.0.0","is-plain-object":"^5.0.0","@octokit/endpoint":"^8.0.1","universal-user-agent":"^6.0.0","@octokit/request-error":"^4.0.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^10.2.4","jest":"^29.0.0","lolex":"^6.0.0","esbuild":"^0.18.0","ts-jest":"^29.0.0","prettier":"2.8.8","fetch-mock":"^9.3.1","typescript":"^5.0.0","@types/jest":"^29.0.0","@types/node":"^18.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","@octokit/auth-app":"^5.0.3","@octokit/tsconfig":"^2.0.0","@types/fetch-mock":"^7.2.4","string-to-arraybuffer":"^1.0.2","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_7.0.1_1687294759068_0.7798462635731136","host":"s3://npm-registry-packages"}},"8.0.0":{"name":"@octokit/request","version":"8.0.0","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@8.0.0","maintainers":[{"name":"kfcampbell","email":"kfcampbell@github.com"},{"name":"nickfloyd","email":"nicholas.floyd.info@gmail.com"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"security+octokitbot@github.com"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"841d114c5ffb7904973bb75436626342ca090f3d","tarball":"https://registry.npmjs.org/@octokit/request/-/request-8.0.0.tgz","fileCount":17,"integrity":"sha512-q8u2rQokfN2xv6Qeg4Y8euvtkSLW9vA0mkcBUL/WdFoKPH/xg6EGGGt80FWmmrpge0pBnvEYgre1QYQubQT5Dg==","signatures":[{"sig":"MEUCIG1xxoGGFjRicQ5O4nr0yz2b0xHUqov78OMRi3Gr+t9FAiEAy6BLK0UzscpO/O1IQo9gqQKgS+F8Ze8+XZuGDAwkUhA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53065},"main":"dist-node/index.js","types":"dist-types/index.d.ts","module":"dist-src/index.js","browser":"dist-web/index.js","engines":{"node":">= 18"},"gitHead":"ebf08657466aabca9cc57530da1f7856a9a1c09f","_npmUser":{"name":"octokitbot","email":"security+octokitbot@github.com"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"9.5.1","description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"@octokit/types":"^11.0.0","is-plain-object":"^5.0.0","@octokit/endpoint":"^8.0.1","universal-user-agent":"^6.0.0","@octokit/request-error":"^4.0.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^10.2.4","jest":"^29.0.0","lolex":"^6.0.0","esbuild":"^0.18.0","ts-jest":"^29.0.0","prettier":"3.0.0","fetch-mock":"^9.3.1","typescript":"^5.0.0","@types/jest":"^29.0.0","@types/node":"^18.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","@octokit/auth-app":"^5.0.3","@octokit/tsconfig":"^2.0.0","@types/fetch-mock":"^7.2.4","string-to-arraybuffer":"^1.0.2","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_8.0.0_1688753361068_0.6324796721758155","host":"s3://npm-registry-packages"}},"8.0.1":{"name":"@octokit/request","version":"8.0.1","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@8.0.1","maintainers":[{"name":"kfcampbell","email":"kfcampbell@github.com"},{"name":"nickfloyd","email":"nicholas.floyd.info@gmail.com"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"security+octokitbot@github.com"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"f3a311ba3c8b98c4723408b08bc5049d14b594b0","tarball":"https://registry.npmjs.org/@octokit/request/-/request-8.0.1.tgz","fileCount":17,"integrity":"sha512-jgqMljk72c1uE2YmKLjtWmRvEVVBKn1WWLZ1WLoCk/n3w83UNUGY9RcK6ALT7zkRU2NBJprx3GsCNHQvGrM1sg==","signatures":[{"sig":"MEUCIQDcBimn5GfR8/rgwOdr23dPcO0XPR3qwGvWcBNW66id5wIgDm9R2TGky6w5iuv+kfbLOcDib0G2BDZi0wGkW9lwCiU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53065},"main":"dist-node/index.js","types":"dist-types/index.d.ts","module":"dist-src/index.js","browser":"dist-web/index.js","engines":{"node":">= 18"},"gitHead":"95d45471afc4bc8cf5882b79f659d0d368a848fa","_npmUser":{"name":"octokitbot","email":"security+octokitbot@github.com"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"9.5.1","description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"@octokit/types":"^11.0.0","is-plain-object":"^5.0.0","@octokit/endpoint":"^9.0.0","universal-user-agent":"^6.0.0","@octokit/request-error":"^5.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^10.2.4","jest":"^29.0.0","lolex":"^6.0.0","esbuild":"^0.18.0","ts-jest":"^29.0.0","prettier":"3.0.0","fetch-mock":"^9.3.1","typescript":"^5.0.0","@types/jest":"^29.0.0","@types/node":"^18.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","@octokit/auth-app":"^5.0.3","@octokit/tsconfig":"^2.0.0","@types/fetch-mock":"^7.2.4","string-to-arraybuffer":"^1.0.2","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_8.0.1_1688765929292_0.17422215352668213","host":"s3://npm-registry-packages"}},"8.0.2":{"name":"@octokit/request","version":"8.0.2","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@8.0.2","maintainers":[{"name":"kfcampbell","email":"kfcampbell@github.com"},{"name":"nickfloyd","email":"nicholas.floyd.info@gmail.com"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"security+octokitbot@github.com"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"ffa3c3c6555ce5d3cb33a9b411735305f3d89480","tarball":"https://registry.npmjs.org/@octokit/request/-/request-8.0.2.tgz","fileCount":17,"integrity":"sha512-rGKPVA/UBmJOyLop6kgTvkFyEsD3Ccc5Vm7N2I/DVsjSprITswFB9X6A7LpxJoUKJYEvlPLg6sSbqAhvLWBEQw==","signatures":[{"sig":"MEUCIGW75GU5fg9Pj2VcEbopCe7y96zhhxhEE043QxxIVH9LAiEAuJV/slUNWfZvQTnCgKjeVr4RjsvQtycIE2s4qI0niNI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":52866},"main":"dist-node/index.js","types":"dist-types/index.d.ts","module":"dist-src/index.js","browser":"dist-web/index.js","engines":{"node":">= 18"},"gitHead":"8dbbb892d7d35526bf4082b4bde434c41b274edd","_npmUser":{"name":"octokitbot","email":"security+octokitbot@github.com"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"9.5.1","description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"@octokit/types":"^11.0.0","is-plain-object":"^5.0.0","@octokit/endpoint":"^9.0.0","universal-user-agent":"^6.0.0","@octokit/request-error":"^5.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^10.2.4","jest":"^29.0.0","lolex":"^6.0.0","esbuild":"^0.18.0","ts-jest":"^29.0.0","prettier":"3.0.0","fetch-mock":"^9.3.1","typescript":"^5.0.0","@types/jest":"^29.0.0","@types/node":"^18.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","@octokit/auth-app":"^5.0.3","@octokit/tsconfig":"^2.0.0","@types/fetch-mock":"^7.2.4","string-to-arraybuffer":"^1.0.2","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_8.0.2_1688766184041_0.49531626075483803","host":"s3://npm-registry-packages"}},"8.0.3":{"name":"@octokit/request","version":"8.0.3","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@8.0.3","maintainers":[{"name":"kfcampbell","email":"kfcampbell@github.com"},{"name":"nickfloyd","email":"nicholas.floyd.info@gmail.com"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"security+octokitbot@github.com"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"a4c695bc5f5b5abdf38066c3c398d880921cc03a","tarball":"https://registry.npmjs.org/@octokit/request/-/request-8.0.3.tgz","fileCount":17,"integrity":"sha512-bQO6vKlMTIJdkmYG1Jq6kEnfp/HTcMlO9xqhyWessbVSWittbNV9jh+GjdmYalJSWYCVpI8GFL/glH9GcEyeXg==","signatures":[{"sig":"MEQCIAP1Fsd9ypO2CWulqPG3L+k7+jP6nu5zmkZUj8cO9pjeAiAN8ufKqkp8/H5bEilwZievoT3YAJ/xy0Z3BmkaVqVt5g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53014},"main":"dist-node/index.js","types":"dist-types/index.d.ts","module":"dist-src/index.js","browser":"dist-web/index.js","engines":{"node":">= 18"},"gitHead":"562435387800d247231d72065dc7a611bb887ffa","_npmUser":{"name":"octokitbot","email":"security+octokitbot@github.com"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"9.5.1","description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"@octokit/types":"^11.0.0","is-plain-object":"^5.0.0","@octokit/endpoint":"^9.0.0","universal-user-agent":"^6.0.0","@octokit/request-error":"^5.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^10.2.4","jest":"^29.0.0","lolex":"^6.0.0","esbuild":"^0.18.0","ts-jest":"^29.0.0","prettier":"3.0.0","fetch-mock":"^9.3.1","typescript":"^5.0.0","@types/jest":"^29.0.0","@types/node":"^18.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","@octokit/auth-app":"^6.0.0","@octokit/tsconfig":"^2.0.0","@types/fetch-mock":"^7.2.4","string-to-arraybuffer":"^1.0.2","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_8.0.3_1688918283829_0.8970395327268366","host":"s3://npm-registry-packages"}},"8.0.4":{"name":"@octokit/request","version":"8.0.4","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@8.0.4","maintainers":[{"name":"kfcampbell","email":"kfcampbell@github.com"},{"name":"nickfloyd","email":"nicholas.floyd.info@gmail.com"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"security+octokitbot@github.com"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"f5222d2390f4ef8a6077ab3ac1a1c9bec57c63fe","tarball":"https://registry.npmjs.org/@octokit/request/-/request-8.0.4.tgz","fileCount":17,"integrity":"sha512-YZ1XeDRil4ejHKoBP8BgROgP4auOH5A9lLZH96l39GKKEmsKOccQxKP5M7m+Punblg1bFw8LrdeKIDwIzQ8afA==","signatures":[{"sig":"MEYCIQDJB48pqbMhVK+eu02v9tA5RdmSpqwjaE3MdkD+SvLqEAIhAIqamdQvm4WvGN7qt1SrvT2px1nXMKEYmZTP/hXHVXsl","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":52962},"main":"dist-node/index.js","types":"dist-types/index.d.ts","module":"dist-src/index.js","browser":"dist-web/index.js","engines":{"node":">= 18"},"gitHead":"724699d1af28083925e27540db30a61353b93744","_npmUser":{"name":"octokitbot","email":"security+octokitbot@github.com"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"9.5.1","description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"@octokit/types":"^11.0.0","is-plain-object":"^5.0.0","@octokit/endpoint":"^9.0.0","universal-user-agent":"^6.0.0","@octokit/request-error":"^5.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^10.2.4","jest":"^29.0.0","lolex":"^6.0.0","esbuild":"^0.18.0","ts-jest":"^29.0.0","prettier":"3.0.0","fetch-mock":"^9.3.1","typescript":"^5.0.0","@types/jest":"^29.0.0","@types/node":"^18.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","@octokit/auth-app":"^6.0.0","@octokit/tsconfig":"^2.0.0","@types/fetch-mock":"^7.2.4","string-to-arraybuffer":"^1.0.2","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_8.0.4_1688935917902_0.7142411512569242","host":"s3://npm-registry-packages"}},"8.1.0":{"name":"@octokit/request","version":"8.1.0","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@8.1.0","maintainers":[{"name":"kfcampbell","email":"kfcampbell@github.com"},{"name":"nickfloyd","email":"nicholas.floyd.info@gmail.com"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"security+octokitbot@github.com"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"3b0fd15faeda1545024af09c31ac2689f4d65e7d","tarball":"https://registry.npmjs.org/@octokit/request/-/request-8.1.0.tgz","fileCount":17,"integrity":"sha512-0gg/NwewU0iXctYBale0VVcCPqOtoW5lsog8cNBJgzV/CyTHa2gicUBOlNnzOk6pJkuwXI34qkq+uRm40PmD4A==","signatures":[{"sig":"MEYCIQCwshebHMfTYpOdZfG+0PV7Lc5C47ZYr7Clug6fRg+QHgIhAK1wRpFZBp9dHEyy7a3+TOaamHVzRjEtEFzQdCUzlNqo","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":55201},"main":"dist-node/index.js","types":"dist-types/index.d.ts","module":"dist-src/index.js","browser":"dist-web/index.js","engines":{"node":">= 18"},"gitHead":"110f3c417eccfc2e0b33a3cfc62ce4bcdeb1989f","_npmUser":{"name":"octokitbot","email":"security+octokitbot@github.com"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"9.5.1","description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"@octokit/types":"^11.1.0","is-plain-object":"^5.0.0","@octokit/endpoint":"^9.0.0","universal-user-agent":"^6.0.0","@octokit/request-error":"^5.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^10.2.4","jest":"^29.0.0","lolex":"^6.0.0","esbuild":"^0.18.0","ts-jest":"^29.0.0","prettier":"3.0.0","fetch-mock":"^9.3.1","typescript":"^5.0.0","@types/jest":"^29.0.0","@types/node":"^18.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","@octokit/auth-app":"^6.0.0","@octokit/tsconfig":"^2.0.0","@types/fetch-mock":"^7.2.4","string-to-arraybuffer":"^1.0.2","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_8.1.0_1689110623629_0.4617660051132362","host":"s3://npm-registry-packages"}},"8.1.1":{"name":"@octokit/request","version":"8.1.1","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@8.1.1","maintainers":[{"name":"kfcampbell","email":"kfcampbell@github.com"},{"name":"nickfloyd","email":"nicholas.floyd.info@gmail.com"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"security+octokitbot@github.com"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"23b4d3f164e973f4c1a0f24f68256f1646c00620","tarball":"https://registry.npmjs.org/@octokit/request/-/request-8.1.1.tgz","fileCount":17,"integrity":"sha512-8N+tdUz4aCqQmXl8FpHYfKG9GelDFd7XGVzyN8rc6WxVlYcfpHECnuRkgquzz+WzvHTK62co5di8gSXnzASZPQ==","signatures":[{"sig":"MEQCICi5BW4Th0vThs6CQ52kMjaQnIdepdt3itrpzmasnd5nAiB1cL9VrOSly19B6ICFODBYzlifRHAieqf7cGcNpONAfQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":55456},"main":"dist-node/index.js","types":"dist-types/index.d.ts","module":"dist-src/index.js","browser":"dist-web/index.js","engines":{"node":">= 18"},"gitHead":"a83722cab460baf62a73b6184cb9637be5ca2270","_npmUser":{"name":"octokitbot","email":"security+octokitbot@github.com"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"9.5.1","description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"@octokit/types":"^11.1.0","is-plain-object":"^5.0.0","@octokit/endpoint":"^9.0.0","universal-user-agent":"^6.0.0","@octokit/request-error":"^5.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^10.2.4","jest":"^29.0.0","lolex":"^6.0.0","esbuild":"^0.18.0","ts-jest":"^29.0.0","prettier":"3.0.0","fetch-mock":"^9.3.1","typescript":"^5.0.0","@types/jest":"^29.0.0","@types/node":"^18.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","@octokit/auth-app":"^6.0.0","@octokit/tsconfig":"^2.0.0","@types/fetch-mock":"^7.2.4","string-to-arraybuffer":"^1.0.2","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_8.1.1_1689726554236_0.8003355184940089","host":"s3://npm-registry-packages"}},"8.1.2":{"name":"@octokit/request","version":"8.1.2","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@8.1.2","maintainers":[{"name":"kfcampbell","email":"kfcampbell@github.com"},{"name":"nickfloyd","email":"nicholas.floyd.info@gmail.com"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"security+octokitbot@github.com"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"26763e2001da1c98fa89c7df4d6414246bb1564b","tarball":"https://registry.npmjs.org/@octokit/request/-/request-8.1.2.tgz","fileCount":17,"integrity":"sha512-A0RJJfzjlZQwb+39eDm5UM23dkxbp28WEG4p2ueH+Q2yY4p349aRK/vcUlEuIB//ggcrHJceoYYkBP/LYCoXEg==","signatures":[{"sig":"MEYCIQD0KZZHlMWAkeEnN4iCGiN+/K7rYSWrouQAaeQNpMveaQIhAOxtzJ1pblKXss/emoAA037Q289+47I/L1xLzif07oC6","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":55552},"main":"dist-node/index.js","types":"dist-types/index.d.ts","module":"dist-src/index.js","browser":"dist-web/index.js","engines":{"node":">= 18"},"gitHead":"8fa4d612ad80bdf4c4c7da0efd0d6ad47bb6978b","_npmUser":{"name":"octokitbot","email":"security+octokitbot@github.com"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"9.6.7","description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"@octokit/types":"^12.0.0","is-plain-object":"^5.0.0","@octokit/endpoint":"^9.0.0","universal-user-agent":"^6.0.0","@octokit/request-error":"^5.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^10.2.4","jest":"^29.0.0","lolex":"^6.0.0","esbuild":"^0.19.0","ts-jest":"^29.0.0","prettier":"3.0.3","fetch-mock":"^9.3.1","typescript":"^5.0.0","@types/jest":"^29.0.0","@types/node":"^18.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","@octokit/auth-app":"^6.0.0","@octokit/tsconfig":"^2.0.0","@types/fetch-mock":"^7.2.4","string-to-arraybuffer":"^1.0.2","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_8.1.2_1695434055711_0.22478739423382987","host":"s3://npm-registry-packages"}},"8.1.3":{"name":"@octokit/request","version":"8.1.3","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@8.1.3","maintainers":[{"name":"kfcampbell","email":"kfcampbell@github.com"},{"name":"nickfloyd","email":"nicholas.floyd.info@gmail.com"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"security+octokitbot@github.com"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"03d7fb9b5fe8b800cd5c10d008f99ac02f27e8b4","tarball":"https://registry.npmjs.org/@octokit/request/-/request-8.1.3.tgz","fileCount":17,"integrity":"sha512-iUvXP4QmysS8kyE/a4AGwR0A+tHDVxgW6TmPd2ci8/Xc8KjlBtTKSDpZlUT5Y4S4Nu+eM8LvbOYjVAp/sz3Gpg==","signatures":[{"sig":"MEUCIQCIKuV5v3D9Bs2vyaNcSe4ppsJwBoYRE8oiJG1C88MQOgIgAvmw5UKdaAG9lVBd11Aum16sIGw9tHQUS24eZD8DTk4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":56535},"main":"dist-node/index.js","types":"dist-types/index.d.ts","module":"dist-src/index.js","browser":"dist-web/index.js","engines":{"node":">= 18"},"gitHead":"7c9abfbe8413b513f877e56d966a0cddb7708bf3","_npmUser":{"name":"octokitbot","email":"security+octokitbot@github.com"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"9.8.1","description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"@octokit/types":"^12.0.0","is-plain-object":"^5.0.0","@octokit/endpoint":"^9.0.0","universal-user-agent":"^6.0.0","@octokit/request-error":"^5.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^10.2.4","jest":"^29.0.0","lolex":"^6.0.0","esbuild":"^0.19.0","ts-jest":"^29.0.0","prettier":"3.0.3","fetch-mock":"^9.3.1","typescript":"^5.0.0","@types/jest":"^29.0.0","@types/node":"^18.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","@octokit/auth-app":"^6.0.0","@octokit/tsconfig":"^2.0.0","@types/fetch-mock":"^7.2.4","string-to-arraybuffer":"^1.0.2","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_8.1.3_1696629307708_0.5454913879197845","host":"s3://npm-registry-packages"}},"8.1.4":{"name":"@octokit/request","version":"8.1.4","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@8.1.4","maintainers":[{"name":"kfcampbell","email":"kfcampbell@github.com"},{"name":"nickfloyd","email":"nicholas.floyd.info@gmail.com"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"security+octokitbot@github.com"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"12dfaebdb2ea375eaabb41d39d45182531ac2857","tarball":"https://registry.npmjs.org/@octokit/request/-/request-8.1.4.tgz","fileCount":17,"integrity":"sha512-M0aaFfpGPEKrg7XoA/gwgRvc9MSXHRO2Ioki1qrPDbl1e9YhjIwVoHE7HIKmv/m3idzldj//xBujcFNqGX6ENA==","signatures":[{"sig":"MEQCIHXmjjsJDO9CAcMUW13aPiQeY2GbAIjl4md4omng0Wh7AiA3LI0Q9wGTAmsjFjA4nRHJHJZyefG/Qe/ywU9Sh09Mbw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":57245},"main":"dist-node/index.js","types":"dist-types/index.d.ts","module":"dist-src/index.js","browser":"dist-web/index.js","engines":{"node":">= 18"},"gitHead":"c67f902350384846f88d91196e7066daadc08357","_npmUser":{"name":"octokitbot","email":"security+octokitbot@github.com"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"9.8.1","description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"@octokit/types":"^12.0.0","is-plain-object":"^5.0.0","@octokit/endpoint":"^9.0.0","universal-user-agent":"^6.0.0","@octokit/request-error":"^5.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^10.2.4","jest":"^29.0.0","lolex":"^6.0.0","esbuild":"^0.19.0","ts-jest":"^29.0.0","prettier":"3.0.3","fetch-mock":"^9.3.1","typescript":"^5.0.0","@types/jest":"^29.0.0","@types/node":"^18.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","@octokit/auth-app":"^6.0.0","@octokit/tsconfig":"^2.0.0","@types/fetch-mock":"^7.2.4","string-to-arraybuffer":"^1.0.2","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_8.1.4_1696878394320_0.6447171769381637","host":"s3://npm-registry-packages"}},"8.1.5":{"name":"@octokit/request","version":"8.1.5","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@8.1.5","maintainers":[{"name":"kfcampbell","email":"kfcampbell@github.com"},{"name":"nickfloyd","email":"nicholas.floyd.info@gmail.com"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"security+octokitbot@github.com"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"902ae9565117a1dc410d10b5dbc44c4d27a89b71","tarball":"https://registry.npmjs.org/@octokit/request/-/request-8.1.5.tgz","fileCount":17,"integrity":"sha512-zVKbNbX1xUluD9ZR4/tPs1yuYrK9xeh5fGZUXA6u04XGsTvomg0YO8/ZUC0FqAd49hAOEMFPAVUTh+2lBhOhLA==","signatures":[{"sig":"MEQCIGXQms1v8tm8Dh4pRER63e6r2OcJBt7omgCAmWG/xDkmAiBIBBK824RXehnssKHfA/RID6q72YEkKyEpITIb/9E9Zg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":57574},"main":"dist-node/index.js","types":"dist-types/index.d.ts","module":"dist-src/index.js","browser":"dist-web/index.js","engines":{"node":">= 18"},"gitHead":"819cc3fe0efbe7e3ee2144e12819137cbed6b1b8","_npmUser":{"name":"octokitbot","email":"security+octokitbot@github.com"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"10.1.0","description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"20.9.0","dependencies":{"@octokit/types":"^12.0.0","is-plain-object":"^5.0.0","@octokit/endpoint":"^9.0.0","universal-user-agent":"^6.0.0","@octokit/request-error":"^5.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^10.2.4","jest":"^29.0.0","lolex":"^6.0.0","esbuild":"^0.19.0","ts-jest":"^29.0.0","prettier":"3.0.3","fetch-mock":"^9.3.1","typescript":"^5.0.0","@types/jest":"^29.0.0","@types/node":"^20.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","@octokit/auth-app":"^6.0.0","@octokit/tsconfig":"^2.0.0","@types/fetch-mock":"^7.2.4","string-to-arraybuffer":"^1.0.2","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_8.1.5_1699496108494_0.4777397600125888","host":"s3://npm-registry-packages"}},"8.1.6":{"name":"@octokit/request","version":"8.1.6","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@8.1.6","maintainers":[{"name":"kfcampbell","email":"kfcampbell@github.com"},{"name":"nickfloyd","email":"nicholas.floyd.info@gmail.com"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"security+octokitbot@github.com"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"a76a859c30421737a3918b40973c2ff369009571","tarball":"https://registry.npmjs.org/@octokit/request/-/request-8.1.6.tgz","fileCount":19,"integrity":"sha512-YhPaGml3ncZC1NfXpP3WZ7iliL1ap6tLkAp6MvbK2fTTPytzVUyUesBBogcdMm86uRYO5rHaM1xIWxigWZ17MQ==","signatures":[{"sig":"MEUCIFsnFDvAkBB2MID7tNVq3UqGCPAA9mWKBoVkWEZNCmMNAiEAtOaG8EzxfGV9MGzwxN/4bcCHshZ3LQOTlz8faMz2VPM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":60849},"main":"dist-node/index.js","types":"dist-types/index.d.ts","module":"dist-src/index.js","browser":"dist-web/index.js","engines":{"node":">= 18"},"gitHead":"2554219c5bd805635b0fd3f96578c4c3e3ab988b","_npmUser":{"name":"octokitbot","email":"security+octokitbot@github.com"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"10.1.0","description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"20.9.0","dependencies":{"@octokit/types":"^12.0.0","@octokit/endpoint":"^9.0.0","universal-user-agent":"^6.0.0","@octokit/request-error":"^5.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^10.2.4","jest":"^29.0.0","lolex":"^6.0.0","esbuild":"^0.19.0","ts-jest":"^29.0.0","prettier":"3.1.0","fetch-mock":"^9.3.1","typescript":"^5.0.0","@types/jest":"^29.0.0","@types/node":"^20.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","@octokit/auth-app":"^6.0.0","@octokit/tsconfig":"^2.0.0","@types/fetch-mock":"^7.2.4","string-to-arraybuffer":"^1.0.2","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_8.1.6_1700612460051_0.6550536218024903","host":"s3://npm-registry-packages"}},"8.2.0":{"name":"@octokit/request","version":"8.2.0","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@8.2.0","maintainers":[{"name":"kfcampbell","email":"kfcampbell@github.com"},{"name":"nickfloyd","email":"nicholas.floyd.info@gmail.com"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"security+octokitbot@github.com"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"125c547bc3f4c0e2dfa38c6829a1cf00027fbd98","tarball":"https://registry.npmjs.org/@octokit/request/-/request-8.2.0.tgz","fileCount":19,"integrity":"sha512-exPif6x5uwLqv1N1irkLG1zZNJkOtj8bZxuVHd71U5Ftuxf2wGNvAJyNBcPbPC+EBzwYEbBDdSFb8EPcjpYxPQ==","signatures":[{"sig":"MEQCIEsPg4Ky14wtGCRV+U8gyrkGmnfLvZMTxxlLkU+sIp6TAiA8MHIlAT7XaaOm+WKypnsGasTnoJk/q1x7BieZBKNoHw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":61965},"main":"dist-node/index.js","types":"dist-types/index.d.ts","module":"dist-src/index.js","browser":"dist-web/index.js","engines":{"node":">= 18"},"gitHead":"dbfeab2ff9d4e7b5eaf7d155b1c4cdd630928753","_npmUser":{"name":"octokitbot","email":"security+octokitbot@github.com"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"10.2.4","description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"20.11.0","dependencies":{"@octokit/types":"^12.0.0","@octokit/endpoint":"^9.0.0","universal-user-agent":"^6.0.0","@octokit/request-error":"^5.0.0"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^10.2.4","jest":"^29.0.0","lolex":"^6.0.0","esbuild":"^0.20.0","ts-jest":"^29.0.0","prettier":"3.2.5","fetch-mock":"npm:@gr2m/fetch-mock@^9.11.0-pull-request-644.1","typescript":"^5.0.0","@types/jest":"^29.0.0","@types/node":"^20.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","@octokit/auth-app":"^6.0.0","@octokit/tsconfig":"^2.0.0","@types/fetch-mock":"^7.2.4","string-to-arraybuffer":"^1.0.2","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_8.2.0_1707465138237_0.7545005918296883","host":"s3://npm-registry-packages"}},"9.0.0-beta.1":{"name":"@octokit/request","version":"9.0.0-beta.1","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@9.0.0-beta.1","maintainers":[{"name":"kfcampbell","email":"kfcampbell@github.com"},{"name":"nickfloyd","email":"nicholas.floyd.info@gmail.com"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"security+octokitbot@github.com"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"fbadadb0d4b54321e6d7060867fd14b33104b16a","tarball":"https://registry.npmjs.org/@octokit/request/-/request-9.0.0-beta.1.tgz","fileCount":17,"integrity":"sha512-Eg/WVPp6/YJ5n4qJQNe+CO/m0raizw0vD5FNv/gL4z6zTQ/UqY37Xeu7GCdTJkbwy0LRCCfz50cNEBGzcCJL9w==","signatures":[{"sig":"MEYCIQCrhG8q8L8XzTBLZ/PqJ5MY8kIjZRdKXe1GtHAbk8RDjwIhAPqAxA52SAIYvLDfX4dZonghVd+608/xHifD3NdQgoZm","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":44143},"type":"module","engines":{"node":">= 18"},"exports":{".":{"types":"./dist-types/index.d.ts","import":"./dist-bundle/index.js"}},"gitHead":"af7617287cd4413a80401d392f39bdcbcc389cb2","_npmUser":{"name":"octokitbot","email":"security+octokitbot@github.com"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"10.2.4","description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"20.11.1","dependencies":{"@octokit/types":"^12.0.0","@octokit/endpoint":"^10.0.0","universal-user-agent":"^7.0.2","@octokit/request-error":"^6.0.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"glob":"^10.2.4","jest":"^29.0.0","lolex":"^6.0.0","esbuild":"^0.20.0","ts-jest":"^29.0.0","prettier":"3.2.5","fetch-mock":"npm:@gr2m/fetch-mock@^9.11.0-pull-request-644.1","typescript":"^5.0.0","@types/jest":"^29.0.0","@types/node":"^20.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","@octokit/auth-app":"^6.0.0","@octokit/tsconfig":"^3.0.0","@types/fetch-mock":"^7.2.4","string-to-arraybuffer":"^1.0.2","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_9.0.0-beta.1_1708727676745_0.8386489552851148","host":"s3://npm-registry-packages"}},"9.0.0":{"name":"@octokit/request","version":"9.0.0","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@9.0.0","maintainers":[{"name":"kfcampbell","email":"kfcampbell@github.com"},{"name":"nickfloyd","email":"nicholas.floyd.info@gmail.com"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"security+octokitbot@github.com"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"a117fb69185c4f6c40a7e84584297533e76569c1","tarball":"https://registry.npmjs.org/@octokit/request/-/request-9.0.0.tgz","fileCount":17,"integrity":"sha512-hShsrZ40W8dz3TkyD5ifHNcrYfYpYF7Sh2x+ZKafA+eO0zNeKDTsbF1E0xrUf0mVYGeKL+NLMO5SnfAP22l05Q==","signatures":[{"sig":"MEUCIQDWVIzFmZGfU+th6KpxxL/+LViSrt0wE8WGl2Rm/DazgQIgbAN0YMSSyX2iIg4CzmpDdqkpntQVJ4VnEAn7e9jENIU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":44285},"type":"module","engines":{"node":">= 18"},"exports":{".":{"types":"./dist-types/index.d.ts","import":"./dist-bundle/index.js"}},"gitHead":"517fd9803fe0790212d92925c87cf74bb1e2472c","_npmUser":{"name":"octokitbot","email":"security+octokitbot@github.com"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"10.2.4","description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"20.11.1","dependencies":{"@octokit/types":"^12.0.0","@octokit/endpoint":"^10.0.0","universal-user-agent":"^7.0.2","@octokit/request-error":"^6.0.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^10.2.4","jest":"^29.0.0","esbuild":"^0.20.0","ts-jest":"^29.0.0","prettier":"3.2.5","fetch-mock":"npm:@gr2m/fetch-mock@^9.11.0-pull-request-644.1","typescript":"^5.0.0","@types/jest":"^29.0.0","@types/node":"^20.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","@octokit/auth-app":"^6.0.0","@octokit/tsconfig":"^3.0.0","@types/fetch-mock":"^7.2.4","@sinonjs/fake-timers":"^11.2.2","@types/sinonjs__fake-timers":"^8.1.5","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_9.0.0_1708798199150_0.7244317258640101","host":"s3://npm-registry-packages"}},"9.0.1":{"name":"@octokit/request","version":"9.0.1","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@9.0.1","maintainers":[{"name":"kfcampbell","email":"kfcampbell@github.com"},{"name":"nickfloyd","email":"nicholas.floyd.info@gmail.com"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"security+octokitbot@github.com"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"628bc5b21243289b8e656dc43eb199d2a2ad1570","tarball":"https://registry.npmjs.org/@octokit/request/-/request-9.0.1.tgz","fileCount":17,"integrity":"sha512-kL+cAcbSl3dctYLuJmLfx6Iku2MXXy0jszhaEIjQNaCp4zjHXrhVAHeuaRdNvJjW9qjl3u1MJ72+OuBP0YW/pg==","signatures":[{"sig":"MEUCIQC0nBhK7g1CdYicibmqMLAEhENqgWvCdufM9tQZEBHwQAIgc14TYtEuPDaZQX8FR9SsEkFZp7/v63aXDGn5VtIiiWc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":44374},"main":"dist-bundle/index.js","type":"module","types":"dist-types/index.d.ts","engines":{"node":">= 18"},"exports":{".":{"types":"./dist-types/index.d.ts","import":"./dist-bundle/index.js"}},"gitHead":"1d834ae8f19ac3cf8740d1bb0e92530fd0f10ac6","_npmUser":{"name":"octokitbot","email":"security+octokitbot@github.com"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"10.2.4","description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"20.11.1","dependencies":{"@octokit/types":"^12.0.0","@octokit/endpoint":"^10.0.0","universal-user-agent":"^7.0.2","@octokit/request-error":"^6.0.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"glob":"^10.2.4","jest":"^29.0.0","esbuild":"^0.20.0","ts-jest":"^29.0.0","prettier":"3.2.5","fetch-mock":"npm:@gr2m/fetch-mock@^9.11.0-pull-request-644.1","typescript":"^5.0.0","@types/jest":"^29.0.0","@types/node":"^20.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","@octokit/auth-app":"^6.0.0","@octokit/tsconfig":"^3.0.0","@types/fetch-mock":"^7.2.4","@sinonjs/fake-timers":"^11.2.2","@types/sinonjs__fake-timers":"^8.1.5","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_9.0.1_1709071283431_0.8312421417001956","host":"s3://npm-registry-packages"}},"8.3.0":{"name":"@octokit/request","version":"8.3.0","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@8.3.0","maintainers":[{"name":"kfcampbell","email":"kfcampbell@github.com"},{"name":"nickfloyd","email":"nicholas.floyd.info@gmail.com"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"security+octokitbot@github.com"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"92289d87f34b8e20aa82ed42714dbcd111ded510","tarball":"https://registry.npmjs.org/@octokit/request/-/request-8.3.0.tgz","fileCount":19,"integrity":"sha512-kniQNRjoCQ4K7mk0O8uaiOZmkoK6+ICdwSiWAdjjYzDBDX3UdOwu01Dm1Xj6jn3QRjmhrIlmoqcTyPergaa72w==","signatures":[{"sig":"MEQCIGG8FpnsjGZrFsSjtnVHIeqUQ7L4Z1yceb0TlzBUMVP7AiBkxvLfUwKmuggyxKGWWo/7ZS7dual5E9xMgjFO54v60A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@octokit%2frequest@8.3.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":61989},"main":"dist-node/index.js","types":"dist-types/index.d.ts","module":"dist-src/index.js","browser":"dist-web/index.js","engines":{"node":">= 18"},"gitHead":"2e6792585f64da58d735c0dda2811bf9cff0ac0e","_npmUser":{"name":"octokitbot","email":"security+octokitbot@github.com"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"10.5.0","description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"20.12.0","dependencies":{"@octokit/types":"^13.0.0","@octokit/endpoint":"^9.0.0","universal-user-agent":"^6.0.0","@octokit/request-error":"^5.1.0"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"glob":"^10.2.4","jest":"^29.0.0","lolex":"^6.0.0","esbuild":"^0.20.0","ts-jest":"^29.0.0","prettier":"3.2.5","fetch-mock":"npm:@gr2m/fetch-mock@^9.11.0-pull-request-644.1","typescript":"^5.0.0","@types/jest":"^29.0.0","@types/node":"^20.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","@octokit/auth-app":"^6.0.0","@octokit/tsconfig":"^2.0.0","@types/fetch-mock":"^7.2.4","string-to-arraybuffer":"^1.0.2","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_8.3.0_1712347418987_0.8258937059028146","host":"s3://npm-registry-packages"}},"8.3.1":{"name":"@octokit/request","version":"8.3.1","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@8.3.1","maintainers":[{"name":"kfcampbell","email":"kfcampbell@github.com"},{"name":"nickfloyd","email":"nicholas.floyd.info@gmail.com"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"security+octokitbot@github.com"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"7a71ae6cffe1574a89566acabf0fc879ef92f6ef","tarball":"https://registry.npmjs.org/@octokit/request/-/request-8.3.1.tgz","fileCount":19,"integrity":"sha512-fin4cl5eHN5Ybmb/gtn7YZ+ycyUlcyqqkg5lfxeSChqj7sUt6TNaJPehREi+0PABKLREYL8pfaUhH3TicEWNoA==","signatures":[{"sig":"MEUCIGExMs6eOqKo8l0tQ8oiXM059dBQljcjxifdvplM324uAiEA1fLfDLboEVi2JaoIhADNMDIFeO+2gAlj1af7JJifk7U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@octokit%2frequest@8.3.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":61989},"main":"dist-node/index.js","types":"dist-types/index.d.ts","module":"dist-src/index.js","browser":"dist-web/index.js","engines":{"node":">= 18"},"gitHead":"4e7127cff05fbd091306168af341a9bb7d443045","_npmUser":{"name":"octokitbot","email":"security+octokitbot@github.com"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"10.5.0","description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"20.12.0","dependencies":{"@octokit/types":"^13.0.0","@octokit/endpoint":"^9.0.1","universal-user-agent":"^6.0.0","@octokit/request-error":"^5.1.0"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"glob":"^10.2.4","jest":"^29.0.0","lolex":"^6.0.0","esbuild":"^0.20.0","ts-jest":"^29.0.0","prettier":"3.2.5","fetch-mock":"npm:@gr2m/fetch-mock@^9.11.0-pull-request-644.1","typescript":"^5.0.0","@types/jest":"^29.0.0","@types/node":"^20.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","@octokit/auth-app":"^6.0.0","@octokit/tsconfig":"^2.0.0","@types/fetch-mock":"^7.2.4","string-to-arraybuffer":"^1.0.2","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_8.3.1_1712348021425_0.994198326852997","host":"s3://npm-registry-packages"}},"8.4.0":{"name":"@octokit/request","version":"8.4.0","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@8.4.0","maintainers":[{"name":"kfcampbell","email":"kfcampbell@github.com"},{"name":"nickfloyd","email":"nicholas.floyd.info@gmail.com"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"security+octokitbot@github.com"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"7f4b7b1daa3d1f48c0977ad8fffa2c18adef8974","tarball":"https://registry.npmjs.org/@octokit/request/-/request-8.4.0.tgz","fileCount":19,"integrity":"sha512-9Bb014e+m2TgBeEJGEbdplMVWwPmL1FPtggHQRkV+WVsMggPtEkLKPlcVYm/o8xKLkpJ7B+6N8WfQMtDLX2Dpw==","signatures":[{"sig":"MEUCIQCT+EHEE5w80RRyi5wA8oJeo2Z5q3jCPLuVQoEf0lCXVQIgNJdMwGOVLn4txBHpcnuzeMkzBuQ9J1Y1voI8HqtAa+s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@octokit%2frequest@8.4.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":62323},"main":"dist-node/index.js","types":"dist-types/index.d.ts","module":"dist-src/index.js","browser":"dist-web/index.js","engines":{"node":">= 18"},"gitHead":"abc4955217d7626200844b75321be3ac73ef95f6","_npmUser":{"name":"octokitbot","email":"security+octokitbot@github.com"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"10.5.0","description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"20.12.1","dependencies":{"@octokit/types":"^13.1.0","@octokit/endpoint":"^9.0.1","universal-user-agent":"^6.0.0","@octokit/request-error":"^5.1.0"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"glob":"^10.2.4","jest":"^29.0.0","lolex":"^6.0.0","esbuild":"^0.20.0","ts-jest":"^29.0.0","prettier":"3.2.5","fetch-mock":"npm:@gr2m/fetch-mock@^9.11.0-pull-request-644.1","typescript":"^5.0.0","@types/jest":"^29.0.0","@types/node":"^20.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","@octokit/auth-app":"^6.0.0","@octokit/tsconfig":"^2.0.0","@types/fetch-mock":"^7.2.4","string-to-arraybuffer":"^1.0.2","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_8.4.0_1712683453139_0.6407296236162578","host":"s3://npm-registry-packages"}},"9.1.0":{"name":"@octokit/request","version":"9.1.0","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@9.1.0","maintainers":[{"name":"kfcampbell","email":"kfcampbell@github.com"},{"name":"nickfloyd","email":"nicholas.floyd.info@gmail.com"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"security+octokitbot@github.com"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"a74f13382f597373629763dfa357b087366c390a","tarball":"https://registry.npmjs.org/@octokit/request/-/request-9.1.0.tgz","fileCount":17,"integrity":"sha512-1mDzqKSiryRKZM++MhO6WQBukWbikes6AN6UTxB5vpRnNUbPDkVfUhpSvZ3aXYEFnbcV8DZkikOnCr3pdgMD3Q==","signatures":[{"sig":"MEUCIEYqlDpbtXpd+b4vF9f0ZRB7PXFrWqeCdOeqAKPCq+qnAiEAlSAKWzpfIRg1nuloV2WpmW4BOMt3Bq+At3f7VC2fLkA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@octokit%2frequest@9.1.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":44569},"main":"dist-bundle/index.js","type":"module","types":"dist-types/index.d.ts","engines":{"node":">= 18"},"exports":{".":{"types":"./dist-types/index.d.ts","import":"./dist-bundle/index.js"}},"gitHead":"e14308d342e599a6920873f4e2b1cb0847e3ae6a","_npmUser":{"name":"octokitbot","email":"security+octokitbot@github.com"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"10.5.0","description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"20.12.1","dependencies":{"@octokit/types":"^13.1.0","@octokit/endpoint":"^10.0.0","universal-user-agent":"^7.0.2","@octokit/request-error":"^6.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"devDependencies":{"glob":"^10.2.4","jest":"^29.0.0","esbuild":"^0.20.0","ts-jest":"^29.0.0","prettier":"3.2.5","fetch-mock":"npm:@gr2m/fetch-mock@^9.11.0-pull-request-644.1","typescript":"^5.0.0","@types/jest":"^29.0.0","@types/node":"^20.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","@octokit/auth-app":"^6.0.0","@octokit/tsconfig":"^3.0.0","@types/fetch-mock":"^7.2.4","@sinonjs/fake-timers":"^11.2.2","@types/sinonjs__fake-timers":"^8.1.5","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_9.1.0_1712696345765_0.5663895370350469","host":"s3://npm-registry-packages"}},"9.1.1":{"name":"@octokit/request","version":"9.1.1","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@9.1.1","maintainers":[{"name":"kfcampbell","email":"kfcampbell@github.com"},{"name":"nickfloyd","email":"nicholas.floyd.info@gmail.com"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"security+octokitbot@github.com"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"e836eb69c0fb4b59b6437af7716ca348a1232a52","tarball":"https://registry.npmjs.org/@octokit/request/-/request-9.1.1.tgz","fileCount":17,"integrity":"sha512-pyAguc0p+f+GbQho0uNetNQMmLG1e80WjkIaqqgUkihqUp0boRU6nKItXO4VWnr+nbZiLGEyy4TeKRwqaLvYgw==","signatures":[{"sig":"MEUCIBTcE9NzlL3mq9jsRXefbobe+KoFCpSw+P+dsY5WoKzfAiEA8EavjYw+EbdlVBuDrfGjr6HTZn4w7afSyihX4ddz6/k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@octokit%2frequest@9.1.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":44578},"type":"module","types":"dist-types/index.d.ts","engines":{"node":">= 18"},"exports":{".":{"types":"./dist-types/index.d.ts","import":"./dist-bundle/index.js","default":"./dist-bundle/index.js"}},"gitHead":"9866c4106ebf5593a62645cd3818d6e135564e8b","_npmUser":{"name":"octokitbot","email":"security+octokitbot@github.com"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"10.5.0","description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"20.12.1","dependencies":{"@octokit/types":"^13.1.0","@octokit/endpoint":"^10.0.0","universal-user-agent":"^7.0.2","@octokit/request-error":"^6.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"devDependencies":{"glob":"^10.2.4","jest":"^29.0.0","esbuild":"^0.20.0","ts-jest":"^29.0.0","prettier":"3.2.5","fetch-mock":"npm:@gr2m/fetch-mock@^9.11.0-pull-request-644.1","typescript":"^5.0.0","@types/jest":"^29.0.0","@types/node":"^20.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","@octokit/auth-app":"^6.0.0","@octokit/tsconfig":"^3.0.0","@types/fetch-mock":"^7.2.4","@sinonjs/fake-timers":"^11.2.2","@types/sinonjs__fake-timers":"^8.1.5","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_9.1.1_1713206514529_0.1866060828048992","host":"s3://npm-registry-packages"}},"9.1.2":{"name":"@octokit/request","version":"9.1.2","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@9.1.2","maintainers":[{"name":"kfcampbell","email":"kfcampbell@github.com"},{"name":"nickfloyd","email":"nicholas.floyd.info@gmail.com"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"security+octokitbot@github.com"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"b52226ae840d86bda805c0bd040adab8885700a0","tarball":"https://registry.npmjs.org/@octokit/request/-/request-9.1.2.tgz","fileCount":17,"integrity":"sha512-ZWRYo7KfV8qc0tW6GmKKYVCmslauxU1wRDJIKdz/DpA5c2pgBScquCiBBD8D0LKa351pLYezWgnwhu/svwzAJg==","signatures":[{"sig":"MEYCIQCXWb9eAmpGYRiSTGwkfUR/zOKjBwx2kc2YJEXCgu27RAIhANkhJi9ld+RIHsc5dZgOGgUNjeHmM9k3jIbhmBjAn5pE","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@octokit%2frequest@9.1.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":43698},"type":"module","types":"dist-types/index.d.ts","engines":{"node":">= 18"},"exports":{".":{"types":"./dist-types/index.d.ts","import":"./dist-bundle/index.js","default":"./dist-bundle/index.js"}},"gitHead":"611b275b445eb9a5817a003e2f9a6260aba5f477","_npmUser":{"name":"octokitbot","email":"security+octokitbot@github.com"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"10.8.2","description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"20.15.0","dependencies":{"@octokit/types":"^13.1.0","@octokit/endpoint":"^10.0.0","universal-user-agent":"^7.0.2","@octokit/request-error":"^6.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"devDependencies":{"glob":"^10.2.4","undici":"^6.19.2","vitest":"^2.0.0","esbuild":"^0.23.0","prettier":"3.3.2","fetch-mock":"^10.0.0","typescript":"^5.0.0","@types/node":"^20.0.0","@octokit/auth-app":"^7.0.0","@octokit/tsconfig":"^3.0.0","@vitest/coverage-v8":"^2.0.0","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_9.1.2_1720869228165_0.9911829546117021","host":"s3://npm-registry-packages"}},"9.1.3":{"name":"@octokit/request","version":"9.1.3","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@9.1.3","maintainers":[{"name":"kfcampbell","email":"kfcampbell@github.com"},{"name":"nickfloyd","email":"nicholas.floyd.info@gmail.com"},{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"security+octokitbot@github.com"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"42b693bc06238f43af3c037ebfd35621c6457838","tarball":"https://registry.npmjs.org/@octokit/request/-/request-9.1.3.tgz","fileCount":17,"integrity":"sha512-V+TFhu5fdF3K58rs1pGUJIDH5RZLbZm5BI+MNF+6o/ssFNT4vWlCh/tVpF3NxGtP15HUxTTMUbsG5llAuU2CZA==","signatures":[{"sig":"MEYCIQCaDJ1Gfyll+JKLCU/udA1STRztmyBrFGt/Ko9dNfvT3QIhAOjNytq0C37mMPKCCxR250HYyaWQ7Z0w0JOOMfoT9ebI","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@octokit%2frequest@9.1.3","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":43762},"type":"module","types":"dist-types/index.d.ts","engines":{"node":">= 18"},"exports":{".":{"types":"./dist-types/index.d.ts","import":"./dist-bundle/index.js","default":"./dist-bundle/index.js"}},"gitHead":"fcc5b25e044a2dd0fb8c1a76390eb6da9aa06d42","_npmUser":{"name":"octokitbot","email":"security+octokitbot@github.com"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"10.8.2","description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"20.15.0","dependencies":{"@octokit/types":"^13.1.0","@octokit/endpoint":"^10.0.0","universal-user-agent":"^7.0.2","@octokit/request-error":"^6.0.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"devDependencies":{"glob":"^10.2.4","undici":"^6.19.2","vitest":"^2.0.0","esbuild":"^0.23.0","prettier":"3.3.3","fetch-mock":"^10.0.0","typescript":"^5.0.0","@types/node":"^20.0.0","@octokit/auth-app":"^7.0.0","@octokit/tsconfig":"^3.0.0","@vitest/coverage-v8":"^2.0.0","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_9.1.3_1720985128013_0.09001075734083441","host":"s3://npm-registry-packages"}},"9.1.4":{"name":"@octokit/request","version":"9.1.4","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@9.1.4","maintainers":[{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"security+octokitbot@github.com"},{"name":"kfcampbell","email":"kfcampbell@github.com"},{"name":"nickfloyd","email":"nicholas.floyd.info@gmail.com"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"c1e90bd57c3113253d27337c92609b8fed54d13b","tarball":"https://registry.npmjs.org/@octokit/request/-/request-9.1.4.tgz","fileCount":17,"integrity":"sha512-tMbOwGm6wDII6vygP3wUVqFTw3Aoo0FnVQyhihh8vVq12uO3P+vQZeo2CKMpWtPSogpACD0yyZAlVlQnjW71DA==","signatures":[{"sig":"MEUCIGoNCFwr1/I7aD6+zWLXwqlCII/wVhXq7mDdPRLxxojdAiEAmuJOSyTAyLpsABgbWgTodlSgNMJv/fgKTo2JtHISw3o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@octokit%2frequest@9.1.4","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":45095},"type":"module","types":"dist-types/index.d.ts","engines":{"node":">= 18"},"exports":{".":{"types":"./dist-types/index.d.ts","import":"./dist-bundle/index.js","default":"./dist-bundle/index.js"}},"gitHead":"324ffef20c305f9db4813b84518c40e2f3cd76b0","_npmUser":{"name":"octokitbot","email":"security+octokitbot@github.com"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"10.9.2","description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"22.12.0","dependencies":{"@octokit/types":"^13.6.2","@octokit/endpoint":"^10.0.0","universal-user-agent":"^7.0.2","@octokit/request-error":"^6.0.1","fast-content-type-parse":"^2.0.0"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"devDependencies":{"glob":"^11.0.0","undici":"^6.19.2","vitest":"^2.0.0","esbuild":"^0.24.0","prettier":"3.4.2","fetch-mock":"^12.0.0","typescript":"^5.0.0","@types/node":"^22.0.0","@octokit/auth-app":"^7.0.0","@octokit/tsconfig":"^4.0.0","@vitest/coverage-v8":"^2.0.0","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_9.1.4_1735487516340_0.7138679691842771","host":"s3://npm-registry-packages-npm-production"}},"9.2.0":{"name":"@octokit/request","version":"9.2.0","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@9.2.0","maintainers":[{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"security+octokitbot@github.com"},{"name":"kfcampbell","email":"kfcampbell@github.com"},{"name":"nickfloyd","email":"nicholas.floyd.info@gmail.com"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"21aa1e72ff645f5b99ccf4a590cc33c4578bb356","tarball":"https://registry.npmjs.org/@octokit/request/-/request-9.2.0.tgz","fileCount":17,"integrity":"sha512-kXLfcxhC4ozCnAXy2ff+cSxpcF0A1UqxjvYMqNuPIeOAzJbVWQ+dy5G2fTylofB/gTbObT8O6JORab+5XtA1Kw==","signatures":[{"sig":"MEQCIBRLK/DSWd/b4n5DEYrcH7nxjpcuC6nDfelZ/hi/0Vx6AiAi/UUEpb1b7oynNgSJnK3uT2GoJtRXpb1VZBWyrSsn/w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@octokit%2frequest@9.2.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":45516},"type":"module","types":"dist-types/index.d.ts","engines":{"node":">= 18"},"exports":{".":{"types":"./dist-types/index.d.ts","import":"./dist-bundle/index.js","default":"./dist-bundle/index.js"}},"gitHead":"00bf316136acf001344a5bacff906f1748e6c368","_npmUser":{"name":"octokitbot","email":"security+octokitbot@github.com"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"10.9.2","description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"22.12.0","dependencies":{"@octokit/types":"^13.6.2","@octokit/endpoint":"^10.0.0","universal-user-agent":"^7.0.2","@octokit/request-error":"^6.0.1","fast-content-type-parse":"^2.0.0"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"devDependencies":{"glob":"^11.0.0","undici":"^6.19.2","vitest":"^2.0.0","esbuild":"^0.24.0","prettier":"3.4.2","fetch-mock":"^12.0.0","typescript":"^5.0.0","@types/node":"^22.0.0","@octokit/auth-app":"^7.0.0","@octokit/tsconfig":"^4.0.0","@vitest/coverage-v8":"^2.0.0","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_9.2.0_1737046478103_0.40688852528010555","host":"s3://npm-registry-packages-npm-production"}},"9.2.1":{"name":"@octokit/request","version":"9.2.1","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@9.2.1","maintainers":[{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"security+octokitbot@github.com"},{"name":"kfcampbell","email":"kfcampbell@github.com"},{"name":"nickfloyd","email":"nicholas.floyd.info@gmail.com"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"63bd74b2bcc93dde62039a7d6184557523237c80","tarball":"https://registry.npmjs.org/@octokit/request/-/request-9.2.1.tgz","fileCount":17,"integrity":"sha512-TqHLIdw1KFvx8WvLc7Jv94r3C3+AzKY2FWq7c20zvrxmCIa6MCVkLCE/826NCXnml3LFJjLsidDh1BhMaGEDQw==","signatures":[{"sig":"MEUCIFJvA5AUGRb6yYu7uY7VlPNGx2Z5/e0BIj62fLSaboI9AiEAkwtOdL96o6/CeRqGvyXnoOp+OUfE5CfLXvp97HjYGhE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@octokit%2frequest@9.2.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":45519},"type":"module","types":"dist-types/index.d.ts","engines":{"node":">= 18"},"exports":{".":{"types":"./dist-types/index.d.ts","import":"./dist-bundle/index.js","default":"./dist-bundle/index.js"}},"gitHead":"6bb29ba92a52f7bf94469c3433707c682c17126c","_npmUser":{"name":"octokitbot","email":"security+octokitbot@github.com"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"10.9.2","description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"22.13.1","dependencies":{"@octokit/types":"^13.6.2","@octokit/endpoint":"^10.1.3","universal-user-agent":"^7.0.2","@octokit/request-error":"^6.1.6","fast-content-type-parse":"^2.0.0"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"devDependencies":{"glob":"^11.0.0","undici":"^6.19.2","vitest":"^3.0.0","esbuild":"^0.25.0","prettier":"3.4.2","fetch-mock":"^12.0.0","typescript":"^5.0.0","@types/node":"^22.0.0","@octokit/auth-app":"^7.0.0","@octokit/tsconfig":"^4.0.0","@vitest/coverage-v8":"^3.0.0","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_9.2.1_1739472985690_0.7426479365991536","host":"s3://npm-registry-packages-npm-production"}},"9.2.2":{"name":"@octokit/request","version":"9.2.2","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@9.2.2","maintainers":[{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"security+octokitbot@github.com"},{"name":"kfcampbell","email":"kfcampbell@github.com"},{"name":"nickfloyd","email":"nicholas.floyd.info@gmail.com"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"754452ec4692d7fdc32438a14e028eba0e6b2c09","tarball":"https://registry.npmjs.org/@octokit/request/-/request-9.2.2.tgz","fileCount":17,"integrity":"sha512-dZl0ZHx6gOQGcffgm1/Sf6JfEpmh34v3Af2Uci02vzUYz6qEN6zepoRtmybWXIGXFIK8K9ylE3b+duCWqhArtg==","signatures":[{"sig":"MEUCID8orOaBw/onjN1lEYP8q4UmnyxchCj6coyDMxg5dzadAiEAtrrglcUclTCd+6u9/yEZi/qBBWGO8XU078EVC/ylcOc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@octokit%2frequest@9.2.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":45519},"type":"module","types":"dist-types/index.d.ts","engines":{"node":">= 18"},"exports":{".":{"types":"./dist-types/index.d.ts","import":"./dist-bundle/index.js","default":"./dist-bundle/index.js"}},"gitHead":"4b2f485c62a6bc25647ff8bc4f5ffbe561953a6e","_npmUser":{"name":"octokitbot","email":"security+octokitbot@github.com"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"10.9.2","description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"22.13.1","dependencies":{"@octokit/types":"^13.6.2","@octokit/endpoint":"^10.1.3","universal-user-agent":"^7.0.2","@octokit/request-error":"^6.1.7","fast-content-type-parse":"^2.0.0"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"devDependencies":{"glob":"^11.0.0","undici":"^6.19.2","vitest":"^3.0.0","esbuild":"^0.25.0","prettier":"3.5.1","fetch-mock":"^12.0.0","typescript":"^5.0.0","@types/node":"^22.0.0","@octokit/auth-app":"^7.0.0","@octokit/tsconfig":"^4.0.0","@vitest/coverage-v8":"^3.0.0","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_9.2.2_1739571541087_0.8260770782214935","host":"s3://npm-registry-packages-npm-production"}},"8.4.1":{"name":"@octokit/request","version":"8.4.1","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@8.4.1","maintainers":[{"name":"gr2m","email":"gregor@martynus.net"},{"name":"octokitbot","email":"security+octokitbot@github.com"},{"name":"kfcampbell","email":"kfcampbell@github.com"},{"name":"nickfloyd","email":"nicholas.floyd.info@gmail.com"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"715a015ccf993087977ea4365c44791fc4572486","tarball":"https://registry.npmjs.org/@octokit/request/-/request-8.4.1.tgz","fileCount":19,"integrity":"sha512-qnB2+SY3hkCmBxZsR/MPCybNmbJe4KAlfWErXq+rBKkQJlbjdJeS85VI9r8UqeLYLvnAenU8Q1okM/0MBsAGXw==","signatures":[{"sig":"MEUCIQCuEHs6NWzAiCkiM3QD7PSkzun0tl/tWHUWP1eq+evx8wIgF5lM5X3nygCnA5LU5TBbpTsp85H0F5+2oTiLobztMHw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@octokit%2frequest@8.4.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":62328},"main":"dist-node/index.js","types":"dist-types/index.d.ts","module":"dist-src/index.js","browser":"dist-web/index.js","engines":{"node":">= 18"},"gitHead":"356411e3217019aa9fc8a68f4236af82490873c2","_npmUser":{"name":"octokitbot","email":"security+octokitbot@github.com"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"10.9.2","description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"22.13.1","dependencies":{"@octokit/types":"^13.1.0","@octokit/endpoint":"^9.0.6","universal-user-agent":"^6.0.0","@octokit/request-error":"^5.1.1"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"glob":"^10.2.4","jest":"^29.0.0","lolex":"^6.0.0","esbuild":"^0.20.0","ts-jest":"^29.0.0","prettier":"3.2.5","fetch-mock":"npm:@gr2m/fetch-mock@^9.11.0-pull-request-644.1","typescript":"^5.0.0","@types/jest":"^29.0.0","@types/node":"^20.0.0","@types/once":"^1.4.0","@types/lolex":"^5.1.0","@octokit/auth-app":"^6.0.0","@octokit/tsconfig":"^2.0.0","@types/fetch-mock":"^7.2.4","string-to-arraybuffer":"^1.0.2","semantic-release-plugin-update-version-in-files":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_8.4.1_1739578127714_0.792560093599493","host":"s3://npm-registry-packages-npm-production"}},"9.2.3":{"name":"@octokit/request","version":"9.2.3","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@9.2.3","maintainers":[{"name":"octokitbot","email":"security+octokitbot@github.com"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"00d023ad690903d952e4dd31e3f5804ef98fcd24","tarball":"https://registry.npmjs.org/@octokit/request/-/request-9.2.3.tgz","fileCount":17,"integrity":"sha512-Ma+pZU8PXLOEYzsWf0cn/gY+ME57Wq8f49WTXA8FMHp2Ps9djKw//xYJ1je8Hm0pR2lU9FUGeJRWOtxq6olt4w==","signatures":[{"sig":"MEQCIFAh4jw5atE/BT4azko5tu9bKESpxV2FC7WjFPEdaJPWAiARc4Jts3g9Qaa0Xkx+wXJAwnqW6J4A7T5GM24iaSpYGQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@octokit%2frequest@9.2.3","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":45519},"type":"module","types":"dist-types/index.d.ts","engines":{"node":">= 18"},"exports":{".":{"types":"./dist-types/index.d.ts","import":"./dist-bundle/index.js","default":"./dist-bundle/index.js"}},"gitHead":"7d576b003aa8cb2bb73928181d29e599db7ac887","_npmUser":{"name":"octokitbot","email":"security+octokitbot@github.com"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"10.9.2","description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"22.14.0","dependencies":{"@octokit/types":"^14.0.0","@octokit/endpoint":"^10.1.4","universal-user-agent":"^7.0.2","@octokit/request-error":"^6.1.8","fast-content-type-parse":"^2.0.0"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"devDependencies":{"glob":"^11.0.0","undici":"^6.19.2","vitest":"^3.0.0","esbuild":"^0.25.0","prettier":"3.5.3","fetch-mock":"^12.0.0","typescript":"^5.0.0","@types/node":"^22.0.0","@octokit/auth-app":"^7.0.0","@octokit/tsconfig":"^4.0.0","@vitest/coverage-v8":"^3.0.0","semantic-release-plugin-update-version-in-files":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_9.2.3_1744253581944_0.35473271837063103","host":"s3://npm-registry-packages-npm-production"}},"10.0.0":{"name":"@octokit/request","version":"10.0.0","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@10.0.0","maintainers":[{"name":"octokitbot","email":"security+octokitbot@github.com"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"d4a7380b4027063a93c50eaa876bdd00fb2ba2da","tarball":"https://registry.npmjs.org/@octokit/request/-/request-10.0.0.tgz","fileCount":17,"integrity":"sha512-04Me/Rp2Kg+loJ/Mr62VRRqb+Aj1rovqwP7U8X7ItD+WZURVP6fH0u59RnQg96oW2UQ6+tmxixA5ajLCpRzHaA==","signatures":[{"sig":"MEYCIQDROofiv18GxkJJvaPDDqa5Glcds7i3f58PDK+y5F0qrAIhAO6Ule2e7q//pxNr4RxNJV8uLHxTYqlbjlOZqpJDiMoh","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@octokit%2frequest@10.0.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":45522},"type":"module","types":"dist-types/index.d.ts","engines":{"node":">= 20"},"exports":{".":{"types":"./dist-types/index.d.ts","import":"./dist-bundle/index.js","default":"./dist-bundle/index.js"}},"gitHead":"1eefea8828a0c5dead985da9c0bc9592cd700765","_npmUser":{"name":"octokitbot","email":"security+octokitbot@github.com"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"10.9.2","description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"22.15.0","dependencies":{"@octokit/types":"^14.0.0","@octokit/endpoint":"^10.1.4","universal-user-agent":"^7.0.2","@octokit/request-error":"^6.1.8","fast-content-type-parse":"^2.0.0"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"devDependencies":{"glob":"^11.0.0","undici":"^6.19.2","vitest":"^3.0.0","esbuild":"^0.25.0","prettier":"3.5.3","fetch-mock":"^12.0.0","typescript":"^5.0.0","@types/node":"^22.0.0","@octokit/auth-app":"^7.0.0","@octokit/tsconfig":"^4.0.0","@vitest/coverage-v8":"^3.0.0","semantic-release-plugin-update-version-in-files":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_10.0.0_1747722447278_0.7578332163791399","host":"s3://npm-registry-packages-npm-production"}},"10.0.1":{"name":"@octokit/request","version":"10.0.1","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@10.0.1","maintainers":[{"name":"octokitbot","email":"security+octokitbot@github.com"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"5f11e1ff7650de3673cb65c914c09ba88cb00e47","tarball":"https://registry.npmjs.org/@octokit/request/-/request-10.0.1.tgz","fileCount":17,"integrity":"sha512-1+3VzY1KisoERuV0F1pkOf9IwgYdTi6AT3g6NTgStRih+YK1Y7V3dJ60r+kmhcbSKlhdMizcuK0HeaVJpqsAhQ==","signatures":[{"sig":"MEUCIQDuI4IgADMr8hnRHYpYM9I/UJ/HXiPwfXxy33Er3WXp2wIgHek0xfYmFtI2GidJrBr38nbU/axiElF6Cm+LaBV35dM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@octokit%2frequest@10.0.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":45522},"type":"module","types":"dist-types/index.d.ts","engines":{"node":">= 20"},"exports":{".":{"types":"./dist-types/index.d.ts","import":"./dist-bundle/index.js","default":"./dist-bundle/index.js"}},"gitHead":"8cf6d8449991cc143dbe70dfb5e329bb63068612","_npmUser":{"name":"octokitbot","email":"security+octokitbot@github.com"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"10.9.2","description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"22.15.0","dependencies":{"@octokit/types":"^14.0.0","@octokit/endpoint":"^10.1.4","universal-user-agent":"^7.0.2","@octokit/request-error":"^6.1.8","fast-content-type-parse":"^3.0.0"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"devDependencies":{"glob":"^11.0.0","undici":"^6.19.2","vitest":"^3.0.0","esbuild":"^0.25.0","prettier":"3.5.3","fetch-mock":"^12.0.0","typescript":"^5.0.0","@types/node":"^22.0.0","@octokit/auth-app":"^7.0.0","@octokit/tsconfig":"^4.0.0","@vitest/coverage-v8":"^3.0.0","semantic-release-plugin-update-version-in-files":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_10.0.1_1747741388703_0.37734828786366004","host":"s3://npm-registry-packages-npm-production"}},"10.0.2":{"name":"@octokit/request","version":"10.0.2","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@10.0.2","maintainers":[{"name":"octokitbot","email":"security+octokitbot@github.com"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"29187c12e7320aa56129c42e797d179035b573bb","tarball":"https://registry.npmjs.org/@octokit/request/-/request-10.0.2.tgz","fileCount":17,"integrity":"sha512-iYj4SJG/2bbhh+iIpFmG5u49DtJ4lipQ+aPakjL9OKpsGY93wM8w06gvFbEQxcMsZcCvk5th5KkIm2m8o14aWA==","signatures":[{"sig":"MEUCIQCD5iiYlbyGjYvXkeDN1DAVrqOpxGhBJ218ypvygNJ4ugIgRkQOpoibgZAo1OrFxptSSWF3rcmtvD7pO5RClzB8iPU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@octokit%2frequest@10.0.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":45521},"type":"module","types":"dist-types/index.d.ts","engines":{"node":">= 20"},"exports":{".":{"types":"./dist-types/index.d.ts","import":"./dist-bundle/index.js","default":"./dist-bundle/index.js"}},"gitHead":"fe8bb4b455bc7e28232d594bc8445da6fce72e8a","_npmUser":{"name":"octokitbot","email":"security+octokitbot@github.com"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"10.9.2","description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"22.15.0","dependencies":{"@octokit/types":"^14.0.0","@octokit/endpoint":"^11.0.0","universal-user-agent":"^7.0.2","@octokit/request-error":"^7.0.0","fast-content-type-parse":"^3.0.0"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"devDependencies":{"glob":"^11.0.0","undici":"^7.0.0","vitest":"^3.0.0","esbuild":"^0.25.0","prettier":"3.5.3","fetch-mock":"^12.0.0","typescript":"^5.0.0","@types/node":"^22.0.0","@octokit/auth-app":"^8.0.0","@octokit/tsconfig":"^4.0.0","@vitest/coverage-v8":"^3.0.0","semantic-release-plugin-update-version-in-files":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_10.0.2_1747741573398_0.39454439816130527","host":"s3://npm-registry-packages-npm-production"}},"10.0.3":{"name":"@octokit/request","version":"10.0.3","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@10.0.3","maintainers":[{"name":"octokitbot","email":"security+octokitbot@github.com"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"2ffdb88105ce20d25dcab8a592a7040ea48306c7","tarball":"https://registry.npmjs.org/@octokit/request/-/request-10.0.3.tgz","fileCount":17,"integrity":"sha512-V6jhKokg35vk098iBqp2FBKunk3kMTXlmq+PtbV9Gl3TfskWlebSofU9uunVKhUN7xl+0+i5vt0TGTG8/p/7HA==","signatures":[{"sig":"MEYCIQCmzncdW5IeHXIu9YHa+5Q7+qqn8+adjuxov7DPTxKMMgIhAPBBIML5IsDUxPHmWGDZSs4j1/oH/ZJYZPnSBYiNH/sq","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@octokit%2frequest@10.0.3","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":45499},"type":"module","types":"dist-types/index.d.ts","engines":{"node":">= 20"},"exports":{".":{"types":"./dist-types/index.d.ts","import":"./dist-bundle/index.js","default":"./dist-bundle/index.js"}},"gitHead":"5b181af867a6b3ccfd23800d876ff22e1e54fd7d","_npmUser":{"name":"octokitbot","actor":{"name":"octokitbot","type":"user","email":"security+octokitbot@github.com"},"email":"security+octokitbot@github.com"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"10.9.2","description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"22.16.0","dependencies":{"@octokit/types":"^14.0.0","@octokit/endpoint":"^11.0.0","universal-user-agent":"^7.0.2","@octokit/request-error":"^7.0.0","fast-content-type-parse":"^3.0.0"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"devDependencies":{"glob":"^11.0.0","undici":"^7.0.0","vitest":"^3.0.0","esbuild":"^0.25.0","prettier":"3.5.3","fetch-mock":"^12.0.0","typescript":"^5.0.0","@types/node":"^22.0.0","@octokit/auth-app":"^8.0.0","@octokit/tsconfig":"^4.0.0","@vitest/coverage-v8":"^3.0.0","semantic-release-plugin-update-version-in-files":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_10.0.3_1750386139314_0.9543889982515819","host":"s3://npm-registry-packages-npm-production"}},"9.2.4":{"name":"@octokit/request","version":"9.2.4","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@9.2.4","maintainers":[{"name":"octokitbot","email":"security+octokitbot@github.com"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"037400946a30f971917f47175053c1075fac713b","tarball":"https://registry.npmjs.org/@octokit/request/-/request-9.2.4.tgz","fileCount":17,"integrity":"sha512-q8ybdytBmxa6KogWlNa818r0k1wlqzNC+yNkcQDECHvQo8Vmstrg18JwqJHdJdUiHD2sjlwBgSm9kHkOKe2iyA==","signatures":[{"sig":"MEYCIQCvThyEm4ozUCpZtm8G3+cnjNqtBfF4gaOENeWoSU+LzQIhAIXVH3jPGJz+YA92O0RDbEwwidcMFy+1d3AQcki6JmKm","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@octokit%2frequest@9.2.4","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":45495},"type":"module","types":"dist-types/index.d.ts","engines":{"node":">= 18"},"exports":{".":{"types":"./dist-types/index.d.ts","import":"./dist-bundle/index.js","default":"./dist-bundle/index.js"}},"gitHead":"afa9d0922f11ab36bf0c4eb8dbefb5351fe91f70","_npmUser":{"name":"octokitbot","actor":{"name":"octokitbot","type":"user","email":"security+octokitbot@github.com"},"email":"security+octokitbot@github.com"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"10.9.2","description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"22.16.0","dependencies":{"@octokit/types":"^14.0.0","@octokit/endpoint":"^10.1.4","universal-user-agent":"^7.0.2","@octokit/request-error":"^6.1.8","fast-content-type-parse":"^2.0.0"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"glob":"^11.0.0","undici":"^6.19.2","vitest":"^3.0.0","esbuild":"^0.25.0","prettier":"3.5.3","fetch-mock":"^12.0.0","typescript":"^5.0.0","@types/node":"^22.0.0","@octokit/auth-app":"^7.0.0","@octokit/tsconfig":"^4.0.0","@vitest/coverage-v8":"^3.0.0","semantic-release-plugin-update-version-in-files":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_9.2.4_1750386560169_0.33843801840877985","host":"s3://npm-registry-packages-npm-production"}},"10.0.4":{"name":"@octokit/request","version":"10.0.4","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@10.0.4","maintainers":[{"name":"octokitbot","email":"security+octokitbot@github.com"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"3b5712043b058e6f6f2a3f14a364459b298e0c72","tarball":"https://registry.npmjs.org/@octokit/request/-/request-10.0.4.tgz","fileCount":17,"integrity":"sha512-ANEaBwLB/Rb4s94Pd/cQach7YTDq/3+blVmxyOvczdGyxosiqE8V9qu8d9EOZt6AiHnCanZNcdO+so7lQGCscA==","signatures":[{"sig":"MEUCIQCB5hcg+ekBx68h03LbFXELpwKFjh4jLDJY13Aep9LPDwIgeXc8t3hvGTnikGVitB3F705jcC7OzoJxo5xTs6vXKzg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@octokit%2frequest@10.0.4","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":45499},"type":"module","types":"dist-types/index.d.ts","engines":{"node":">= 20"},"exports":{".":{"types":"./dist-types/index.d.ts","import":"./dist-bundle/index.js","default":"./dist-bundle/index.js"}},"gitHead":"ad78b4c8099a790d9ac3489342021896cabdbecd","_npmUser":{"name":"octokitbot","email":"security+octokitbot@github.com"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"10.9.3","description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"22.19.0","dependencies":{"@octokit/types":"^15.0.0","@octokit/endpoint":"^11.0.0","universal-user-agent":"^7.0.2","@octokit/request-error":"^7.0.0","fast-content-type-parse":"^3.0.0"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"devDependencies":{"glob":"^11.0.0","undici":"^7.0.0","vitest":"^3.0.0","esbuild":"^0.25.0","prettier":"3.5.3","fetch-mock":"^12.0.0","typescript":"^5.0.0","@types/node":"^22.0.0","@octokit/auth-app":"^8.0.0","@octokit/tsconfig":"^4.0.0","@vitest/coverage-v8":"^3.0.0","semantic-release-plugin-update-version-in-files":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_10.0.4_1759166123486_0.036960350775213646","host":"s3://npm-registry-packages-npm-production"}},"10.0.5":{"name":"@octokit/request","version":"10.0.5","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@10.0.5","maintainers":[{"name":"octokitbot","email":"security+octokitbot@github.com"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"bbe476579db7876af783a10b802bdc37903c2220","tarball":"https://registry.npmjs.org/@octokit/request/-/request-10.0.5.tgz","fileCount":17,"integrity":"sha512-TXnouHIYLtgDhKo+N6mXATnDBkV05VwbR0TtMWpgTHIoQdRQfCSzmy/LGqR1AbRMbijq/EckC/E3/ZNcU92NaQ==","signatures":[{"sig":"MEQCID4MzZqrbR75hS4WWIeiOPZ9rIStCXAqbo+VmdGipJA7AiAmWSQAOVB4EhJvWA251NwGiSME1CQusXYDujWNsvJswA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@octokit%2frequest@10.0.5","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":45499},"type":"module","types":"dist-types/index.d.ts","engines":{"node":">= 20"},"exports":{".":{"types":"./dist-types/index.d.ts","import":"./dist-bundle/index.js","default":"./dist-bundle/index.js"}},"gitHead":"30f83b64578eebf6988b44df495d235de8136e6e","_npmUser":{"name":"octokitbot","email":"security+octokitbot@github.com"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"10.9.3","description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"22.19.0","dependencies":{"@octokit/types":"^15.0.0","@octokit/endpoint":"^11.0.1","universal-user-agent":"^7.0.2","@octokit/request-error":"^7.0.1","fast-content-type-parse":"^3.0.0"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"devDependencies":{"glob":"^11.0.0","undici":"^7.0.0","vitest":"^3.0.0","esbuild":"^0.25.0","prettier":"3.6.2","fetch-mock":"^12.0.0","typescript":"^5.0.0","@types/node":"^22.0.0","@octokit/auth-app":"^8.0.0","@octokit/tsconfig":"^4.0.0","@vitest/coverage-v8":"^3.0.0","semantic-release-plugin-update-version-in-files":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_10.0.5_1759168833081_0.5298215468786382","host":"s3://npm-registry-packages-npm-production"}},"10.0.6":{"name":"@octokit/request","version":"10.0.6","keywords":["octokit","github","api","request"],"author":{"url":"https://github.com/gr2m","name":"Gregor Martynus"},"license":"MIT","_id":"@octokit/request@10.0.6","maintainers":[{"name":"octokitbot","email":"security+octokitbot@github.com"}],"homepage":"https://github.com/octokit/request.js#readme","bugs":{"url":"https://github.com/octokit/request.js/issues"},"dist":{"shasum":"c12214f86b1e01fb0915c4f3bcbe076433ba975d","tarball":"https://registry.npmjs.org/@octokit/request/-/request-10.0.6.tgz","fileCount":17,"integrity":"sha512-FO+UgZCUu+pPnZAR+iKdUt64kPE7QW7ciqpldaMXaNzixz5Jld8dJ31LAUewk0cfSRkNSRKyqG438ba9c/qDlQ==","signatures":[{"sig":"MEUCIQCmB99JwsaJmgMzIoGLlta9Zzm6LFqMA9kqkxCphHqnsgIgCZ13BKbfvhny+LXlfBUI+1OZ63e1k5MMzCbWms9zicI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@octokit%2frequest@10.0.6","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":45499},"type":"module","types":"dist-types/index.d.ts","engines":{"node":">= 20"},"exports":{".":{"types":"./dist-types/index.d.ts","import":"./dist-bundle/index.js","default":"./dist-bundle/index.js"}},"gitHead":"1aeac5672c04bc508e46796660465b1b67cf397c","_npmUser":{"name":"octokitbot","email":"security+octokitbot@github.com"},"repository":{"url":"git+https://github.com/octokit/request.js.git","type":"git"},"_npmVersion":"11.6.2","description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","directories":{},"sideEffects":false,"_nodeVersion":"24.11.0","dependencies":{"@octokit/types":"^16.0.0","@octokit/endpoint":"^11.0.2","universal-user-agent":"^7.0.2","@octokit/request-error":"^7.0.2","fast-content-type-parse":"^3.0.0"},"publishConfig":{"access":"public","provenance":true},"_hasShrinkwrap":false,"devDependencies":{"glob":"^11.0.0","undici":"^7.0.0","vitest":"^3.0.0","esbuild":"^0.25.0","prettier":"3.6.2","fetch-mock":"^12.0.0","typescript":"^5.0.0","@types/node":"^24.0.0","@octokit/auth-app":"^8.0.0","@octokit/tsconfig":"^4.0.0","@vitest/coverage-v8":"^3.0.0","semantic-release-plugin-update-version-in-files":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/request_10.0.6_1761867596736_0.4283116304606016","host":"s3://npm-registry-packages-npm-production"}},"10.0.7":{"name":"@octokit/request","version":"10.0.7","type":"module","publishConfig":{"access":"public","provenance":true},"description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","repository":{"type":"git","url":"git+https://github.com/octokit/request.js.git"},"keywords":["octokit","github","api","request"],"author":{"name":"Gregor Martynus","url":"https://github.com/gr2m"},"license":"MIT","dependencies":{"@octokit/endpoint":"^11.0.2","@octokit/request-error":"^7.0.2","@octokit/types":"^16.0.0","fast-content-type-parse":"^3.0.0","universal-user-agent":"^7.0.2"},"devDependencies":{"@octokit/auth-app":"^8.0.0","@octokit/tsconfig":"^4.0.0","@types/node":"^24.0.0","@vitest/coverage-v8":"^4.0.0","esbuild":"^0.25.0","fetch-mock":"^12.0.0","glob":"^11.0.0","prettier":"3.6.2","semantic-release-plugin-update-version-in-files":"^2.0.0","typescript":"^5.0.0","undici":"^7.0.0","vitest":"^4.0.0"},"engines":{"node":">= 20"},"types":"dist-types/index.d.ts","exports":{".":{"types":"./dist-types/index.d.ts","import":"./dist-bundle/index.js","default":"./dist-bundle/index.js"}},"sideEffects":false,"gitHead":"f17c1c13c7cba81187c419da06b815ed741c950c","_id":"@octokit/request@10.0.7","bugs":{"url":"https://github.com/octokit/request.js/issues"},"homepage":"https://github.com/octokit/request.js#readme","_nodeVersion":"24.11.0","_npmVersion":"11.6.2","dist":{"integrity":"sha512-v93h0i1yu4idj8qFPZwjehoJx4j3Ntn+JhXsdJrG9pYaX6j/XRz2RmasMUHtNgQD39nrv/VwTWSqK0RNXR8upA==","shasum":"93f619914c523750a85e7888de983e1009eb03f6","tarball":"https://registry.npmjs.org/@octokit/request/-/request-10.0.7.tgz","fileCount":17,"unpackedSize":46002,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@octokit%2frequest@10.0.7","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQC3MQ+oepu/JdDIfxzEA2E/8BzGXDtK5b7u6fIonDgcygIhANOkfDessFQU3x4GwpbAPVNV5q9Cam6uE0AZXYR50IaB"}]},"_npmUser":{"name":"octokitbot","email":"security+octokitbot@github.com"},"directories":{},"maintainers":[{"name":"octokitbot","email":"security+octokitbot@github.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/request_10.0.7_1763046401744_0.7330554710396426"},"_hasShrinkwrap":false}},"time":{"created":"2018-10-23T00:47:34.928Z","modified":"2025-11-13T15:06:42.482Z","1.0.0":"2018-10-23T00:47:35.695Z","1.1.0":"2018-10-23T03:32:16.667Z","1.1.1":"2018-10-24T19:07:02.373Z","1.2.0":"2018-10-25T04:55:37.707Z","1.2.1":"2018-10-31T02:11:04.657Z","1.2.2":"2018-10-31T06:28:09.871Z","2.0.0":"2018-10-31T19:01:52.495Z","2.0.1":"2018-10-31T21:49:06.023Z","2.1.0":"2018-11-10T05:00:52.555Z","2.1.1":"2018-11-12T03:21:50.426Z","2.1.2":"2018-11-22T20:49:18.337Z","2.2.0":"2018-11-26T22:40:26.193Z","2.2.1":"2019-01-03T03:05:04.201Z","2.3.0":"2019-01-20T18:56:20.719Z","2.4.0":"2019-02-28T04:49:42.217Z","2.4.1":"2019-03-06T06:53:53.585Z","2.4.2":"2019-03-13T19:42:22.409Z","3.0.0":"2019-04-09T18:22:21.871Z","3.0.1":"2019-04-30T21:18:42.469Z","3.0.2":"2019-05-07T23:05:53.854Z","3.0.3":"2019-05-12T04:13:11.924Z","4.0.0":"2019-05-15T23:44:57.616Z","4.0.1":"2019-05-16T00:02:00.309Z","4.0.2":"2019-05-17T03:25:40.015Z","4.1.0":"2019-05-17T04:43:10.503Z","4.1.1":"2019-06-14T05:30:18.904Z","5.0.0":"2019-07-09T03:46:39.411Z","5.0.1":"2019-07-12T20:26:44.819Z","5.0.2":"2019-07-25T20:16:13.267Z","5.0.3":"2019-09-03T19:00:10.272Z","5.1.0":"2019-09-04T05:41:39.277Z","5.2.0":"2019-10-11T18:18:04.465Z","5.2.1":"2019-10-13T06:54:55.422Z","5.3.0":"2019-10-24T05:59:20.569Z","5.3.1":"2019-11-03T02:55:32.018Z","5.3.2":"2020-02-21T19:33:14.973Z","5.3.3":"2020-03-24T18:06:13.614Z","5.3.4":"2020-03-24T18:11:06.558Z","5.4.0":"2020-04-12T22:58:15.283Z","5.4.1":"2020-04-19T20:50:55.526Z","5.4.2":"2020-04-19T21:13:13.669Z","5.4.3":"2020-05-21T19:42:19.695Z","5.4.4":"2020-05-25T05:48:33.299Z","5.4.5":"2020-06-10T17:47:26.015Z","5.4.6":"2020-07-17T05:26:10.182Z","5.4.7":"2020-07-21T16:15:19.320Z","5.4.8":"2020-09-10T06:05:42.295Z","5.4.9":"2020-09-13T16:20:08.824Z","5.4.10":"2020-11-01T18:02:32.263Z","5.4.11":"2020-12-01T06:16:47.652Z","5.4.12":"2020-12-03T01:12:49.018Z","5.4.13":"2021-01-25T17:43:56.406Z","5.4.14":"2021-02-01T18:42:49.245Z","5.4.15":"2021-04-09T23:02:42.713Z","5.5.0":"2021-06-04T21:32:54.755Z","5.6.0":"2021-06-12T00:01:10.857Z","5.6.1":"2021-08-11T20:42:00.763Z","5.6.2":"2021-10-03T21:39:10.206Z","5.6.3":"2022-01-22T22:01:10.702Z","6.0.0":"2022-07-07T21:34:29.584Z","6.0.1":"2022-07-07T21:45:52.643Z","6.0.2":"2022-07-08T19:17:29.508Z","6.1.0":"2022-07-11T14:04:12.555Z","6.2.0":"2022-07-13T23:39:33.078Z","6.2.1":"2022-08-15T13:52:28.330Z","6.2.2":"2022-10-13T05:21:02.701Z","6.2.3":"2023-01-21T20:49:13.767Z","6.2.4":"2023-05-16T16:14:39.944Z","6.2.5":"2023-05-18T13:28:38.759Z","7.0.0-beta.1":"2023-05-20T17:27:34.535Z","7.0.0-beta.2":"2023-05-21T22:27:15.625Z","7.0.0-beta.3":"2023-06-13T22:02:24.925Z","6.2.6":"2023-06-13T22:36:11.201Z","7.0.0-beta.4":"2023-06-13T22:38:02.987Z","7.0.0-beta.5":"2023-06-13T23:34:54.818Z","7.0.0-beta.6":"2023-06-14T21:13:27.566Z","6.2.7":"2023-06-16T16:59:14.998Z","7.0.0-beta.7":"2023-06-16T20:59:49.326Z","7.0.0":"2023-06-16T21:09:50.016Z","6.2.8":"2023-06-16T22:40:35.304Z","7.0.1":"2023-06-20T20:59:19.209Z","8.0.0":"2023-07-07T18:09:21.382Z","8.0.1":"2023-07-07T21:38:49.489Z","8.0.2":"2023-07-07T21:43:04.272Z","8.0.3":"2023-07-09T15:58:03.997Z","8.0.4":"2023-07-09T20:51:58.152Z","8.1.0":"2023-07-11T21:23:43.905Z","8.1.1":"2023-07-19T00:29:14.493Z","8.1.2":"2023-09-23T01:54:15.887Z","8.1.3":"2023-10-06T21:55:07.924Z","8.1.4":"2023-10-09T19:06:34.651Z","8.1.5":"2023-11-09T02:15:08.800Z","8.1.6":"2023-11-22T00:21:00.217Z","8.2.0":"2024-02-09T07:52:18.396Z","9.0.0-beta.1":"2024-02-23T22:34:36.923Z","9.0.0":"2024-02-24T18:09:59.396Z","9.0.1":"2024-02-27T22:01:23.627Z","8.3.0":"2024-04-05T20:03:39.163Z","8.3.1":"2024-04-05T20:13:41.619Z","8.4.0":"2024-04-09T17:24:13.330Z","9.1.0":"2024-04-09T20:59:05.932Z","9.1.1":"2024-04-15T18:41:54.700Z","9.1.2":"2024-07-13T11:13:48.336Z","9.1.3":"2024-07-14T19:25:28.173Z","9.1.4":"2024-12-29T15:51:56.555Z","9.2.0":"2025-01-16T16:54:38.296Z","9.2.1":"2025-02-13T18:56:25.876Z","9.2.2":"2025-02-14T22:19:01.264Z","8.4.1":"2025-02-15T00:08:47.891Z","9.2.3":"2025-04-10T02:53:02.127Z","10.0.0":"2025-05-20T06:27:27.459Z","10.0.1":"2025-05-20T11:43:08.873Z","10.0.2":"2025-05-20T11:46:13.576Z","10.0.3":"2025-06-20T02:22:19.507Z","9.2.4":"2025-06-20T02:29:20.361Z","10.0.4":"2025-09-29T17:15:23.751Z","10.0.5":"2025-09-29T18:00:33.269Z","10.0.6":"2025-10-30T23:39:56.906Z","10.0.7":"2025-11-13T15:06:41.957Z"},"bugs":{"url":"https://github.com/octokit/request.js/issues"},"author":{"name":"Gregor Martynus","url":"https://github.com/gr2m"},"license":"MIT","homepage":"https://github.com/octokit/request.js#readme","keywords":["octokit","github","api","request"],"repository":{"type":"git","url":"git+https://github.com/octokit/request.js.git"},"description":"Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node","maintainers":[{"name":"octokitbot","email":"security+octokitbot@github.com"}],"readme":"# request.js\n\n> Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node\n\n[![@latest](https://img.shields.io/npm/v/@octokit/request.svg)](https://www.npmjs.com/package/@octokit/request)\n[![Build Status](https://github.com/octokit/request.js/workflows/Test/badge.svg)](https://github.com/octokit/request.js/actions?query=workflow%3ATest+branch%3Amain)\n\n`@octokit/request` is a request library for browsers & node that makes it easier\nto interact with [GitHub’s REST API](https://developer.github.com/v3/) and\n[GitHub’s GraphQL API](https://developer.github.com/v4/guides/forming-calls/#the-graphql-endpoint).\n\nIt uses [`@octokit/endpoint`](https://github.com/octokit/endpoint.js) to parse\nthe passed options and sends the request using [fetch](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API). You can pass a custom `fetch` function using the `options.request.fetch` option, see below.\n\n\n\n\n\n- [request.js](#requestjs)\n - [Features](#features)\n - [Usage](#usage)\n - [REST API example](#rest-api-example)\n - [GraphQL example](#graphql-example)\n - [Alternative: pass `method` \\& `url` as part of options](#alternative-pass-method--url-as-part-of-options)\n - [Authentication](#authentication)\n - [request()](#request)\n - [`request.defaults()`](#requestdefaults)\n - [`request.endpoint`](#requestendpoint)\n - [Special cases](#special-cases)\n - [The `data` parameter – set request body directly](#the-data-parameter--set-request-body-directly)\n - [Set parameters for both the URL/query and the request body](#set-parameters-for-both-the-urlquery-and-the-request-body)\n - [Set a custom Agent to your requests](#set-a-custom-agent-to-your-requests)\n - [LICENSE](#license)\n\n\n\n## Features\n\n🤩 1:1 mapping of REST API endpoint documentation, e.g. [Add labels to an issue](https://developer.github.com/v3/issues/labels/#add-labels-to-an-issue) becomes\n\n```js\nrequest(\"POST /repos/{owner}/{repo}/issues/{number}/labels\", {\n mediaType: {\n previews: [\"symmetra\"],\n },\n owner: \"octokit\",\n repo: \"request.js\",\n number: 1,\n labels: [\"🐛 bug\"],\n});\n```\n\n👶 [Small bundle size](https://bundlephobia.com/result?p=@octokit/request@5.0.3) (\\<4kb minified + gzipped)\n\n😎 [Authenticate](#authentication) with any of [GitHubs Authentication Strategies](https://github.com/octokit/auth.js).\n\n👍 Sensible defaults\n\n- `baseUrl`: `https://api.github.com`\n- `headers.accept`: `application/vnd.github.v3+json`\n- `headers['user-agent']`: `octokit-request.js/ `, e.g. `octokit-request.js/1.2.3 Node.js/10.15.0 (macOS Mojave; x64)`\n\n👌 Simple to test: mock requests by passing a custom fetch method.\n\n🧐 Simple to debug: Sets `error.request` to request options causing the error (with redacted credentials).\n\n## Usage\n\n\n\n\n\n\n
\nBrowsers\n\nLoad @octokit/request directly from esm.sh\n\n```html\n\n```\n\n
\nNode\n\n\nInstall with npm install @octokit/request\n\n```js\nimport { request } from \"@octokit/request\";\n```\n\n
\n\n### REST API example\n\n```js\n// Following GitHub docs formatting:\n// https://developer.github.com/v3/repos/#list-organization-repositories\nconst result = await request(\"GET /orgs/{org}/repos\", {\n headers: {\n authorization: \"token 0000000000000000000000000000000000000001\",\n },\n org: \"octokit\",\n type: \"private\",\n});\n\nconsole.log(`${result.data.length} repos found.`);\n```\n\n### GraphQL example\n\nFor GraphQL request we recommend using [`@octokit/graphql`](https://github.com/octokit/graphql.js#readme)\n\n```js\nconst result = await request(\"POST /graphql\", {\n headers: {\n authorization: \"token 0000000000000000000000000000000000000001\",\n },\n query: `query ($login: String!) {\n organization(login: $login) {\n repositories(privacy: PRIVATE) {\n totalCount\n }\n }\n }`,\n variables: {\n login: \"octokit\",\n },\n});\n```\n\n### Alternative: pass `method` & `url` as part of options\n\nAlternatively, pass in a method and a url\n\n```js\nconst result = await request({\n method: \"GET\",\n url: \"/orgs/{org}/repos\",\n headers: {\n authorization: \"token 0000000000000000000000000000000000000001\",\n },\n org: \"octokit\",\n type: \"private\",\n});\n```\n\n## Authentication\n\nThe simplest way to authenticate a request is to set the `Authorization` header directly, e.g. to a [personal access token](https://github.com/settings/tokens/).\n\n```js\nconst requestWithAuth = request.defaults({\n headers: {\n authorization: \"token 0000000000000000000000000000000000000001\",\n },\n});\nconst result = await requestWithAuth(\"GET /user\");\n```\n\nFor more complex authentication strategies such as GitHub Apps or Basic, we recommend the according authentication library exported by [`@octokit/auth`](https://github.com/octokit/auth.js).\n\n```js\nimport { createAppAuth } from \"@octokit/auth-app\";\nconst auth = createAppAuth({\n appId: process.env.APP_ID,\n privateKey: process.env.PRIVATE_KEY,\n installationId: 123,\n});\nconst requestWithAuth = request.defaults({\n request: {\n hook: auth.hook,\n },\n mediaType: {\n previews: [\"machine-man\"],\n },\n});\n\nconst { data: app } = await requestWithAuth(\"GET /app\");\nconst { data: app } = await requestWithAuth(\n \"POST /repos/{owner}/{repo}/issues\",\n {\n owner: \"octocat\",\n repo: \"hello-world\",\n title: \"Hello from the engine room\",\n },\n);\n```\n\n## request()\n\n`request(route, options)` or `request(options)`.\n\n**Options**\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n name\n \n type\n \n description\n
\n route\n \n String\n \n **Required**. If route is set it has to be a string consisting of the request method and URL, e.g. GET /orgs/{org}\n
\n options.baseUrl\n \n String\n \n The base URL that route or url will be prefixed with, if they use relative paths. Defaults to https://api.github.com.\n
\n options.headers\n \n Object\n \n Custom headers. Passed headers are merged with defaults:
\n headers['user-agent'] defaults to octokit-rest.js/1.2.3 (where 1.2.3 is the released version).
\n headers['accept'] defaults to application/vnd.github.v3+json.
Use options.mediaType.{format,previews} to request API previews and custom media types.\n
\n options.method\n \n String\n \n Any supported http verb, case-insensitive. Defaults to Get.\n
\n options.mediaType.format\n \n String\n \n Media type param, such as `raw`, `html`, or `full`. See Media Types.\n
\n options.mediaType.previews\n \n Array of strings\n \n Name of previews, such as `mercy`, `symmetra`, or `scarlet-witch`. See GraphQL Schema Previews.\n Note that these only apply to GraphQL requests and have no effect on REST routes.\n
\n options.url\n \n String\n \n **Required**. A path or full URL which may contain :variable or {variable} placeholders,\n e.g. /orgs/{org}/repos. The url is parsed using url-template.\n
\n options.data\n \n Any\n \n Set request body directly instead of setting it to JSON based on additional parameters. See \"The `data` parameter\" below.\n
\n options.request.fetch\n \n Function\n \n Custom replacement for fetch. Useful for testing or request hooks.\n
\n options.request.hook\n \n Function\n \n Function with the signature hook(request, endpointOptions), where endpointOptions are the parsed options as returned by endpoint.merge(), and request is request(). This option works great in conjunction with before-after-hook.\n
\n options.request.signal\n \n new AbortController().signal\n \n Use an AbortController instance to cancel a request. In node you can only cancel streamed requests.\n
\n options.request.log\n \n object\n \n Used for internal logging. Defaults to console.\n
\n options.request.parseSuccessResponseBody\n \n boolean\n \n If set to false the returned `response` will be passed through from `fetch`. This is useful to stream response.body when downloading files from the GitHub API.\n
\n\nAll other options except `options.request.*` will be passed depending on the `method` and `url` options.\n\n1. If the option key is a placeholder in the `url`, it will be used as replacement. For example, if the passed options are `{url: '/orgs/{org}/repos', org: 'foo'}` the returned `options.url` is `https://api.github.com/orgs/foo/repos`\n2. If the `method` is `GET` or `HEAD`, the option is passed as query parameter\n3. Otherwise the parameter is passed in the request body as JSON key.\n\n**Result**\n\n`request` returns a promise. If the request was successful, the promise resolves with an object containing 4 keys:\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n key\n \n type\n \n description\n
statusIntegerResponse status status
urlStringURL of response. If a request results in redirects, this is the final URL. You can send a HEAD request to retrieve it without loading the full response body.
headersObjectAll response headers
dataAnyThe response body as returned from server. If the response is JSON then it will be parsed into an object
\n\nIf an error occurs, the promise is rejected with an `error` object containing 3 keys to help with debugging:\n\n- `error.status` The http response status code\n- `error.request` The request options such as `method`, `url` and `data`\n- `error.response` The http response object with `url`, `headers`, and `data`\n\nIf the error is due to an `AbortSignal` being used, the resulting `AbortError` is bubbled up to the caller.\n\n## `request.defaults()`\n\nOverride or set default options. Example:\n\n```js\nimport { request } from \"@octokit/request\";\nconst myrequest = request.defaults({\n baseUrl: \"https://github-enterprise.acme-inc.com/api/v3\",\n headers: {\n \"user-agent\": \"myApp/1.2.3\",\n authorization: `token 0000000000000000000000000000000000000001`,\n },\n org: \"my-project\",\n per_page: 100,\n});\n\nmyrequest(`GET /orgs/{org}/repos`);\n```\n\nYou can call `.defaults()` again on the returned method, the defaults will cascade.\n\n```js\nconst myProjectRequest = request.defaults({\n baseUrl: \"https://github-enterprise.acme-inc.com/api/v3\",\n headers: {\n \"user-agent\": \"myApp/1.2.3\",\n },\n org: \"my-project\",\n});\nconst myProjectRequestWithAuth = myProjectRequest.defaults({\n headers: {\n authorization: `token 0000000000000000000000000000000000000001`,\n },\n});\n```\n\n`myProjectRequest` now defaults the `baseUrl`, `headers['user-agent']`,\n`org` and `headers['authorization']` on top of `headers['accept']` that is set\nby the global default.\n\n## `request.endpoint`\n\nSee https://github.com/octokit/endpoint.js. Example\n\n```js\nconst options = request.endpoint(\"GET /orgs/{org}/repos\", {\n org: \"my-project\",\n type: \"private\",\n});\n\n// {\n// method: 'GET',\n// url: 'https://api.github.com/orgs/my-project/repos?type=private',\n// headers: {\n// accept: 'application/vnd.github.v3+json',\n// authorization: 'token 0000000000000000000000000000000000000001',\n// 'user-agent': 'octokit/endpoint.js v1.2.3'\n// }\n// }\n```\n\nAll of the [`@octokit/endpoint`](https://github.com/octokit/endpoint.js) API can be used:\n\n- [`octokitRequest.endpoint()`](#endpoint)\n- [`octokitRequest.endpoint.defaults()`](#endpointdefaults)\n- [`octokitRequest.endpoint.merge()`](#endpointdefaults)\n- [`octokitRequest.endpoint.parse()`](#endpointmerge)\n\n## Special cases\n\n\n\n### The `data` parameter – set request body directly\n\nSome endpoints such as [Render a Markdown document in raw mode](https://developer.github.com/v3/markdown/#render-a-markdown-document-in-raw-mode) don’t have parameters that are sent as request body keys, instead the request body needs to be set directly. In these cases, set the `data` parameter.\n\n```js\nconst response = await request(\"POST /markdown/raw\", {\n data: \"Hello world github/linguist#1 **cool**, and #1!\",\n headers: {\n accept: \"text/html;charset=utf-8\",\n \"content-type\": \"text/plain\",\n },\n});\n\n// Request is sent as\n//\n// {\n// method: 'post',\n// url: 'https://api.github.com/markdown/raw',\n// headers: {\n// accept: 'text/html;charset=utf-8',\n// 'content-type': 'text/plain',\n// 'user-agent': userAgent\n// },\n// body: 'Hello world github/linguist#1 **cool**, and #1!'\n// }\n//\n// not as\n//\n// {\n// ...\n// body: '{\"data\": \"Hello world github/linguist#1 **cool**, and #1!\"}'\n// }\n```\n\n### Set parameters for both the URL/query and the request body\n\nThere are API endpoints that accept both query parameters as well as a body. In that case you need to add the query parameters as templates to `options.url`, as defined in the [RFC 6570 URI Template specification](https://tools.ietf.org/html/rfc6570).\n\nExample\n\n```js\nrequest(\n \"POST https://uploads.github.com/repos/octocat/Hello-World/releases/1/assets{?name,label}\",\n {\n name: \"example.zip\",\n label: \"short description\",\n headers: {\n \"content-type\": \"text/plain\",\n \"content-length\": 14,\n authorization: `token 0000000000000000000000000000000000000001`,\n },\n data: \"Hello, world!\",\n },\n);\n```\n\n### Set a custom Agent to your requests\n\nThe way to pass a custom `Agent` to requests is by creating a custom `fetch` function and pass it as `options.request.fetch`. A good example can be [undici's `fetch` implementation](https://undici.nodejs.org/#/?id=undicifetchinput-init-promise).\n\nExample ([See example in CodeSandbox](https://codesandbox.io/p/sandbox/nifty-stitch-wdlwlf))\n\n```js\nimport { request } from \"@octokit/request\";\nimport { fetch as undiciFetch, Agent } from \"undici\";\n\n/** @type {typeof import(\"undici\").fetch} */\nconst myFetch = (url, options) => {\n return undiciFetch(url, {\n ...options,\n dispatcher: new Agent({\n keepAliveTimeout: 10,\n keepAliveMaxTimeout: 10,\n }),\n });\n};\n\nconst { data } = await request(\"GET /users/{username}\", {\n username: \"octocat\",\n headers: {\n \"X-GitHub-Api-Version\": \"2022-11-28\",\n },\n request: {\n fetch: myFetch,\n },\n});\n```\n\n## LICENSE\n\n[MIT](LICENSE)\n","readmeFilename":"README.md","users":{"flumpus-dev":true}}