{"_id":"@supercharge/goodies","_rev":"18-34d608937b3b2d4b280e16e103a21e32","name":"@supercharge/goodies","dist-tags":{"latest":"2.0.0"},"versions":{"1.0.0":{"name":"@supercharge/goodies","description":"(Async) helper functions that you will love.","version":"1.0.0","author":{"name":"Marcus Pöhls","email":"marcus@superchargejs.com"},"bugs":{"url":"https://github.com/supercharge/goodies/issues"},"dependencies":{},"devDependencies":{"@hapi/code":"~7.0.0","@hapi/lab":"~21.0.0","eslint":"~6.8.0","eslint-config-standard":"~14.1.0","eslint-plugin-import":"~2.20.0","eslint-plugin-node":"~11.0.0","eslint-plugin-promise":"~4.2.1","eslint-plugin-standard":"~4.0.1"},"engines":{"node":">=8"},"homepage":"https://github.com/supercharge/goodies","keywords":["supercharge","superchargejs","function","helpers","goodies","nodejs"],"license":"MIT","main":"./src/goodies.js","publishConfig":{"access":"public"},"repository":{"type":"git","url":"git+https://github.com/supercharge/goodies.git"},"scripts":{"lint":"eslint .","lint:fix":"eslint . --fix","list:tests":"lab --assert @hapi/code --dry --verbose","test":"lab --assert @hapi/code --leaks --coverage --lint --reporter console --output stdout --reporter html --output ./coverage/coverage.html","test:single":"lab --assert @hapi/code --leaks --lint --id"},"gitHead":"b96cf1ba20444d9fd7157c6582baf6e736b4fd71","_id":"@supercharge/goodies@1.0.0","_nodeVersion":"12.13.0","_npmVersion":"6.13.6","dist":{"integrity":"sha512-Kb/vf/YFIZs/hHiqTVAzaf/yzrFNwHXJQ78VqNmimypjG8BG7oN0TvXXF86pCvAIIkMm3ActxSNkTsgQt0CR0Q==","shasum":"de7b4c4226202a62f0b963304b0cb0b14382afa5","tarball":"https://registry.npmjs.org/@supercharge/goodies/-/goodies-1.0.0.tgz","fileCount":5,"unpackedSize":5133,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeIEAQCRA9TVsSAnZWagAAYRAQAILI6Z3WHnl+DDC0wOwd\neSPmBa77Z9fDR0mlwFuzJn7QRMvNtTEn8oih1ioGmwt8o3f0qL0hN96lYGZd\nLRp00X6xfeU69TjYxa0I2xXPZtYoZncqOy1rwbzaKsOiyz/e/flGmwJ+vMGx\nvWTnvud/tSi54H/icUJ6r/75lS8L6yavWq04dZiJTYRbjMNwDqHUPd7Fr6e9\n9QqAMeqrn1p0fUhzxItMqJV4+Z7IFSu+YB9lUoYgFlh8DFYMnCtKW9/e9h/A\n88iu+e9LDK72mBVGTy7WN/Ho+hrZvwCjwtpN4M2vHqG/dpId5l7sFcRjrXEf\n946j9nmOqbWaezU+THOAUGRF7m9ZyYYDRwok5G4IyGG1737Y0ccWPBlJV37V\n0VKKdvWhB5I50UxsD5yoSAMj4seMTFyvVT8uOo+KnO73E3awNKy+65WCOxSK\nyQWY5y2+vbbIo8zvgg6YaZ7j70OqHso4bV45p8Pxjdy4ff3rIS5DcEWleSSl\nDgTn2dHLNmH6S6i8hGK/iYRDxGaFtP76uezd95lZAzHVVr8/G7a8p+wlJ334\nRe3pkl/hwaKtlefOBZuNhujqgk0zpqM4a0amEuWeDSNUaoAnnNdsO+78hLV5\nSG6BP1vscPapQHFfnE5Wi9ExX0mI0DHKTPau0BQAkgGTDsLhg/RREz3+T/Ha\nx7Op\r\n=RhwW\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDRcyc54Flko9DHvOprwiL0Nx8ZJ7TK0FhEQvPivbssOgIgaq+ANsqSuzHQyfhaoXKvE6oBsrTeBsjm41we/fplU2w="}]},"maintainers":[{"name":"celsiusf","email":"christian.fellner@outlook.com"},{"name":"peitek","email":"norman@peitek.com"},{"name":"marcuspoehls","email":"m@marcuspoehls.com"}],"_npmUser":{"name":"marcuspoehls","email":"m@marcuspoehls.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/goodies_1.0.0_1579171855710_0.8115944696502182"},"_hasShrinkwrap":false},"1.1.0":{"name":"@supercharge/goodies","description":"Async utility functions for Node.js and JavaScript","version":"1.1.0","author":{"name":"Marcus Pöhls","email":"marcus@superchargejs.com"},"bugs":{"url":"https://github.com/supercharge/goodies/issues"},"dependencies":{},"devDependencies":{"@hapi/code":"~7.0.0","@hapi/lab":"~21.0.0","@typescript-eslint/eslint-plugin":"~2.28.0","eslint":"~6.8.0","eslint-config-standard-with-typescript":"~15.0.1","eslint-plugin-import":"~2.20.2","eslint-plugin-node":"~11.1.0","eslint-plugin-promise":"~4.2.1","eslint-plugin-standard":"~4.0.1","lab-transform-typescript":"~3.0.1","typescript":"~3.8.3"},"engines":{"node":">=8"},"homepage":"https://github.com/supercharge/goodies","keywords":["nodejs","utilities","goodies","helper","function","supercharge","superchargejs"],"license":"MIT","main":"dist","publishConfig":{"access":"public"},"repository":{"type":"git","url":"git+https://github.com/supercharge/goodies.git"},"scripts":{"build":"tsc","lint":"eslint src --ext .js,.ts","lint:fix":"eslint . --fix","list:tests":"lab --assert @hapi/code --dry --verbose","test":"npm run build && npm run lint && npm run test:run","test:run":"lab --transform node_modules/lab-transform-typescript --assert @hapi/code --leaks --coverage --reporter console --output stdout --reporter html --output ./coverage/coverage.html","test:single":"lab --transform node_modules/lab-transform-typescript --assert @hapi/code --leaks --lint --id"},"types":"dist","gitHead":"df3dc29dc9c0c5afc43d01c49b2e081111a79ec0","_id":"@supercharge/goodies@1.1.0","_nodeVersion":"12.16.1","_npmVersion":"6.14.4","dist":{"integrity":"sha512-mdT7Jexw8i14KQt/C37vfQf4EGIPTt2r/SbqOq6TrA5JdMQne2YuhDKtkaY6/JA4W7uvFDafaQRpfZvqaZfLlw==","shasum":"2502764f6dec5620fd6bfbcc54c6878c79169567","tarball":"https://registry.npmjs.org/@supercharge/goodies/-/goodies-1.1.0.tgz","fileCount":9,"unpackedSize":11485,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJelvkTCRA9TVsSAnZWagAAUwIP/ArWV7YpfNJ5aJNZz1k9\nbDTQl+cDpdB/sTdxobpsow8cbahF9uW3XkCnzufAvoLxQLy7INAw3FKsWgMk\nYCrKyc1jy9PntXWmNGBlXQU//kH6GZL5bnjZNprn0gmIeG+I4YoAuXscITzd\nTMorAznE93n2yvt3xLBUITJNDsP0TJ2xHIKu4e2qQIvRgdkbMVCsJP+f30EO\nnW3LoHkG8V5VBSeHwwCajc8DE/yKOpTnrdpgFqat/WMQRPoShe0XAFc9oZOg\nSCSuUDYlmFAnUwwaDYd1BRLSEGX/Tv0dOY0RDN01W5Epnnb5wuZhS1AieVLk\nOH4UyZs/Y5qfwJ23nY1/pH/AgZz7ThYQndLVO8qV0ufO7vc2gumKONz27f9R\n3CnDvVAdSN6MEiKOSO9vldLYXtL4vzTkifY4AATh/33qzW2xFLvIGFFeUnDU\na3y6lO3ACWK0IS6QCwqKnsCF5Bx786MwXzNmDdR6vGHvgUAZw9018I9GDuOv\np2QCRvX+WJjs9SphclA8hRSyOxjEU6xj10exhNzRqrddAC/VPdFY8Hu2LqAD\nqILymX7YPKWA5lUvEGgNBzCL44pe0TkQ6t+byLEOHlOkYdWbNocRSuDn/6pF\ntZbhxCD+SPkkdmfKKySCJ0zrbSnA5V+HYpSKChezuKyCVBNXxB5f30Pusr/b\nQ/eF\r\n=6F3Z\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBOF67El4MhiAhQXpLrRDWcBjXhU7LVSwsucGThRqmTqAiEAkwmR8PH4KxrRjqZf3pevnOIv9mGLGpp9MYFTBQ3K+A4="}]},"maintainers":[{"name":"celsiusf","email":"christian.fellner@outlook.com"},{"name":"marcuspoehls","email":"m@marcuspoehls.com"},{"name":"peitek","email":"norman@peitek.com"}],"_npmUser":{"name":"marcuspoehls","email":"m@marcuspoehls.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/goodies_1.1.0_1586952466853_0.03174056217036303"},"_hasShrinkwrap":false},"1.2.0":{"name":"@supercharge/goodies","description":"Async utility functions for Node.js and JavaScript","version":"1.2.0","author":{"name":"Marcus Pöhls","email":"marcus@superchargejs.com"},"bugs":{"url":"https://github.com/supercharge/goodies/issues"},"dependencies":{},"devDependencies":{"@hapi/code":"~7.0.0","@hapi/lab":"~21.0.0","@supercharge/tsconfig":"~1.0.0","@typescript-eslint/parser":"~2.31.0","@typescript-eslint/eslint-plugin":"~2.31.0","eslint":"~6.8.0","eslint-config-standard-with-typescript":"~16.0.0","eslint-plugin-import":"~2.20.2","eslint-plugin-node":"~11.1.0","eslint-plugin-promise":"~4.2.1","eslint-plugin-standard":"~4.0.1","typescript":"~3.8.3"},"engines":{"node":">=8"},"homepage":"https://github.com/supercharge/goodies","keywords":["nodejs","utilities","goodies","helper","function","supercharge","superchargejs"],"license":"MIT","main":"dist","publishConfig":{"access":"public"},"repository":{"type":"git","url":"git+https://github.com/supercharge/goodies.git"},"scripts":{"build":"tsc","lint":"eslint src --ext .js,.ts","lint:fix":"eslint . --fix","list:tests":"lab --assert @hapi/code --dry --verbose","test":"npm run build && npm run lint && npm run test:run","test:run":"lab --assert @hapi/code --leaks --coverage --reporter console --output stdout --reporter html --output ./coverage/coverage.html","test:single":"lab --assert @hapi/code --leaks --lint --id"},"types":"dist","gitHead":"91895a87b7f504569b5cf0278574bbe19da9a9b6","_id":"@supercharge/goodies@1.2.0","_nodeVersion":"12.16.1","_npmVersion":"6.14.5","dist":{"integrity":"sha512-1CfZ65Vb1sIHTDG1GdaK0Hx1v4m6oDYo7ayLIGPkTTmYZW2wt95ep57ugZ8j7ZaDYQ8zDRLCREheVRM2T7bF2Q==","shasum":"1d427e89ad6e742d37dc44c78fc0b38b309e405c","tarball":"https://registry.npmjs.org/@supercharge/goodies/-/goodies-1.2.0.tgz","fileCount":9,"unpackedSize":16208,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeuiiHCRA9TVsSAnZWagAAhDcP/2/m4Z1Zjf5+PTa4D9Nn\nDwLQG/8TOcnNIPPbJeCe8JgGTlWD0sPa++qDQ+gI5f0gYHubXKTf40hR/Ebg\n/m9AqaF1Ise/y7exgjLat2hOHHfijos2HLHQMkENQosfvG0pDLloCu5K3Jja\nIOXrTsLLzwXOEMHI0fiTNRz0d8I+ykNCXAj54zTwfhdxGROsarFbQ3kbA2E+\nkXOL8bo+msrsyC0JpItqIVrC0YTVIP1HNBdPRnFiKWix2p8GrMwP5fSKWtdw\nkrHd+FFp1z9TaL8Xq5GvRcIC4Z2fpTxHkKVOpnYGw3doJRegw3i5Pea4zJmQ\nWejLBVpB86Ap6hP3lxaB766KwTcL/n1fkTkqu8beTmg2kdZ3sionML7ysvN2\nRY52KQHxV/oNQz+j5EKj6Zwe1g3fzyDBY9a76HhufqSczlmFIMdE+Dsjfq/w\n/OKugGcqgNXgjkRHeMdmOVbhhGDsHCqQ0n/DuCznQPD79d3FHyHo5Z//M6x+\n3n2kkhBIgAdunqo4CjdtCp1xGBX7VvN66xT9ShHmLazMSAfYvsOJI5RmYuaC\nnYQyrcEskbmVUunRNNNKLSMzmVTTojv8K0h5FcrPCYfkkjf6PwXOD04zVizC\n34EaglXIXHCOLZ5l8QVxAGc2ZyBmUQ2i+FPfr8EqXcOmeOvXl9YH3NhH1FI5\nftZ/\r\n=UBmL\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHisJA6WxszGlBKjwvfRkxTMVgTgdjln0xqvl7x43+LLAiEAzMuErH6EXY6KAupkV9NzrihpkIXUaMOMMkTphvv/ZpA="}]},"maintainers":[{"name":"celsiusf","email":"christian.fellner@outlook.com"},{"name":"marcuspoehls","email":"m@marcuspoehls.com"},{"name":"peitek","email":"norman@peitek.com"}],"_npmUser":{"name":"marcuspoehls","email":"m@marcuspoehls.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/goodies_1.2.0_1589258375227_0.5098565027500308"},"_hasShrinkwrap":false},"1.3.0":{"name":"@supercharge/goodies","description":"Async utility functions for Node.js and JavaScript","version":"1.3.0","author":{"name":"Marcus Pöhls","email":"marcus@superchargejs.com"},"bugs":{"url":"https://github.com/supercharge/goodies/issues"},"dependencies":{},"devDependencies":{"@hapi/code":"~7.0.0","@hapi/lab":"~21.0.0","@supercharge/tsconfig":"~1.0.0","@typescript-eslint/parser":"~2.34.0","@typescript-eslint/eslint-plugin":"~2.34.0","eslint":"~6.8.0","eslint-config-standard-with-typescript":"~17.0.0","eslint-plugin-import":"~2.20.2","eslint-plugin-node":"~11.1.0","eslint-plugin-promise":"~4.2.1","eslint-plugin-standard":"~4.0.1","typescript":"~3.9.3"},"engines":{"node":">=8"},"homepage":"https://github.com/supercharge/goodies","keywords":["nodejs","utilities","goodies","helper","function","supercharge","superchargejs"],"license":"MIT","main":"index.js","publishConfig":{"access":"public"},"repository":{"type":"git","url":"git+https://github.com/supercharge/goodies.git"},"scripts":{"build":"tsc","lint":"eslint src --ext .js,.ts","lint:fix":"eslint . --fix","list:tests":"lab --assert @hapi/code --dry --verbose","test":"npm run build && npm run lint && npm run test:run","test:run":"lab --assert @hapi/code --leaks --coverage --reporter console --output stdout --reporter html --output ./coverage/coverage.html","test:single":"lab --assert @hapi/code --leaks --lint --id"},"types":"dist","gitHead":"542d1075bf6afc78617345900029f70edd4948f1","_id":"@supercharge/goodies@1.3.0","_nodeVersion":"12.16.1","_npmVersion":"6.13.4","dist":{"integrity":"sha512-Aew6p2fBeNCbX2N6qk2UIpHjRdC/BY0zFTuLlh7ZusauDA8i4DNDK+Rh2ntQHW1QbR7nfUDROhOwXn9+hxIT7w==","shasum":"900809c265ead51dda4d1aa27c296ebf0f75c068","tarball":"https://registry.npmjs.org/@supercharge/goodies/-/goodies-1.3.0.tgz","fileCount":11,"unpackedSize":16930,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJex2AYCRA9TVsSAnZWagAAIBMP/jJgWttisuN/96ds3abl\nuXcUvkintR5a5y3QpOzmSUpokaVmhhWQ7GHSMlJWD2tWymc/xry1d4yAcxWp\nnT5TECbLD+H0A75ZcH2acpJ1cl1Ce53fkQqRi+AZWzr561soo1mUK0IWRKpe\nYO/L6/fvMCE1/6SHz+bq1GWDq9Jfbh3ROsvavG2NuXw3A6kgCadnjJ30I4hL\n25GKI6jpARBYZYAxgHDm1PaNFeQWWaFUfK7jVUbvQPyW6rqo7UftgvhZtGXM\n3iyAJrV2L/vYWhTbHB2oYSe3gFh1zJo0fyGgiBi3HLM0zvlhqymqhJRJi32x\n0pyhrJkBg4JSXi2RhrO9h9h0VZZqHu+JiZBTpqM7xmnEoBG0gQNZLmoAB8cu\neVjznLjV9o2HVgl6zu2Mz0iT8zL+Ji/2w6VrsZUrqENB/mWM48Pj1EcDTPwf\ncHB3WxvJtLXXycaLjmGJ1mpoB86eYervoMhqj4KYvDb6DTfvEr9fTxbAC6LR\nBXQs/vsZObcPV4e01f1ki/48Unx3Is87bgIxv7XBSHu/G201lQeq9ddS5+IB\n/wMQDScARWSIzlY62iGWO/F4weiuVWk0o4jYzJmscL8C2+PEvoHWuj2/Ta8W\nl0UesWxWCNgD0ENMGzwfY2xkXVghwwM2MRS840fCg2Q4dlsMHnyGoDTC90ef\nz4dB\r\n=Y0+b\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCbv7CHS3pq0wmEjI3i2bqgSXOJl4d1h4jSer5DOXv62QIgNtrgmJyN/9udW3eS+ngh4u//AEMQ2xNRLG/3ISwoycg="}]},"maintainers":[{"name":"celsiusf","email":"christian.fellner@outlook.com"},{"name":"marcuspoehls","email":"m@marcuspoehls.com"},{"name":"peitek","email":"norman@peitek.com"}],"_npmUser":{"name":"marcuspoehls","email":"m@marcuspoehls.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/goodies_1.3.0_1590124568304_0.04069787466737629"},"_hasShrinkwrap":false},"1.4.0":{"name":"@supercharge/goodies","description":"Async utility functions for Node.js and JavaScript","version":"1.4.0","author":{"name":"Marcus Pöhls","email":"marcus@superchargejs.com"},"bugs":{"url":"https://github.com/supercharge/goodies/issues"},"dependencies":{},"devDependencies":{"@hapi/code":"~7.0.0","@hapi/lab":"~21.0.0","@supercharge/tsconfig":"~1.0.0","@typescript-eslint/parser":"~2.34.0","@typescript-eslint/eslint-plugin":"~2.34.0","eslint":"~6.8.0","eslint-config-standard-with-typescript":"~17.0.0","eslint-plugin-import":"~2.20.2","eslint-plugin-node":"~11.1.0","eslint-plugin-promise":"~4.2.1","eslint-plugin-standard":"~4.0.1","typescript":"~3.9.3"},"engines":{"node":">=8"},"homepage":"https://github.com/supercharge/goodies","keywords":["nodejs","utilities","goodies","helper","function","supercharge","superchargejs"],"license":"MIT","main":"index.js","publishConfig":{"access":"public"},"repository":{"type":"git","url":"git+https://github.com/supercharge/goodies.git"},"scripts":{"build":"tsc","lint":"eslint src --ext .js,.ts","lint:fix":"eslint . --fix","list:tests":"lab --assert @hapi/code --dry --verbose","test":"npm run build && npm run lint && npm run test:run","test:run":"lab --assert @hapi/code --leaks --coverage --reporter console --output stdout --reporter html --output ./coverage/coverage.html","test:single":"lab --assert @hapi/code --leaks --lint --id"},"types":"dist","gitHead":"faf06643a35f2c817208eeab2ed9bf4ac58c5e5e","_id":"@supercharge/goodies@1.4.0","_nodeVersion":"12.16.1","_npmVersion":"6.13.4","dist":{"integrity":"sha512-Np6u2qjRwiA3wTgzz4n2yduydIjSXqtJWP5cOnNqjdlCR/EUAK86LAOhEcU+YW211D1ksugns3GqpARJDoXQ7g==","shasum":"8642ce4f29aaa905e36b81f6f2f986b7f8b93348","tarball":"https://registry.npmjs.org/@supercharge/goodies/-/goodies-1.4.0.tgz","fileCount":9,"unpackedSize":16683,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeyUNwCRA9TVsSAnZWagAACX0P/ixxV3Vd0yO11W1uXfa9\nNyBb3UDa0zoU/FnQNSmVMOA2YpJaxpMizJkEwyHVOADXBpTxfjj0gvGAZ3ZE\n27D+8d0WlmmOj5CoQ50Jb3nOdc/SK6UZ6l93VUah+4yxfTTeP2YbL90Zxi7K\n1TkYnaqFzkNs6AZlh7vqaPRelqQ8LSwJQMrsgwVq6sCnR8i2MF4IGkPadARc\nzRFd3cJ2UgaMokKVhFvJV+mubDMTcE26N5s3e16wJnE3ewk0N3VufFOuLl9k\nPb52LkS3VvETcn3MxiFI6KUqllar3qfqU9BjF+tL4PPF8PvQid+lMq0MK2d6\niFXoVKQfHHymz/bBvmELYpTZdm7qo/a5nuycStBbUv7Y5qh4mx+Emsf8Z2Wd\nIBovvZ90Vu/FvfbfXLq9gs4KkMaFdB1km8lAQv4eqFyNtIIEUFMSV8m5n+At\ni7Agrd7AhpmGgIIAx1dooP5/xPaaAxOQGEBThBEP6EJ3LsRTIe5zyE4jBLQE\nJhBsJZd6j7JqE6u/ltK9FpT2bUmnn9kmnqBV3V0iGYh8NW1DKTU6hEinaXrB\n9U/SaXbhPVxahlZy/hzEW9+X9oi2wIZjnEC7D+vr43qe5fEhU/W53KczjYfr\na8peMi9hYJOvKTtnfMFOjBlzfU5fb01vkF0EKpe3+hDcUg2nXzt/OOPCZlKg\nKIaS\r\n=iVgW\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD0gPFTd2AIiUTX9QdyQiEjIJvqxdJXsnLQnAujVytu+wIhANDntwMmrK7HbZjesw/sLuLJMdVe9g92udvAc1rkczG7"}]},"maintainers":[{"name":"celsiusf","email":"christian.fellner@outlook.com"},{"name":"marcuspoehls","email":"m@marcuspoehls.com"},{"name":"peitek","email":"norman@peitek.com"}],"_npmUser":{"name":"marcuspoehls","email":"m@marcuspoehls.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/goodies_1.4.0_1590248303434_0.8807015212991116"},"_hasShrinkwrap":false},"1.5.0":{"name":"@supercharge/goodies","description":"Async utility functions for Node.js and JavaScript","version":"1.5.0","author":{"name":"Marcus Pöhls","email":"marcus@superchargejs.com"},"bugs":{"url":"https://github.com/supercharge/goodies/issues"},"dependencies":{},"devDependencies":{"@hapi/code":"~7.0.0","@hapi/lab":"~21.0.0","@supercharge/tsconfig":"~1.0.0","@typescript-eslint/parser":"~2.34.0","@typescript-eslint/eslint-plugin":"~2.34.0","eslint":"~6.8.0","eslint-config-standard-with-typescript":"~16.0.0","eslint-plugin-import":"~2.20.2","eslint-plugin-node":"~11.1.0","eslint-plugin-promise":"~4.2.1","eslint-plugin-standard":"~4.0.1","typescript":"~3.9.7"},"engines":{"node":">=8"},"homepage":"https://github.com/supercharge/goodies","keywords":["nodejs","utilities","goodies","helper","function","supercharge","superchargejs"],"license":"MIT","main":"index.js","publishConfig":{"access":"public"},"repository":{"type":"git","url":"git+https://github.com/supercharge/goodies.git"},"scripts":{"build":"tsc","lint":"eslint src --ext .js,.ts","lint:fix":"eslint . --fix","list:tests":"lab --assert @hapi/code --dry --verbose","test":"npm run build && npm run lint && npm run test:run","test:run":"lab --assert @hapi/code --leaks --coverage --reporter console --output stdout --reporter html --output ./coverage/coverage.html","test:single":"lab --assert @hapi/code --leaks --lint --id"},"types":"dist","gitHead":"40d4a4c5cf63255a5197052ee3e1830c2c8a7f6c","_id":"@supercharge/goodies@1.5.0","_nodeVersion":"12.17.0","_npmVersion":"6.14.4","dist":{"integrity":"sha512-ao7RbMpS56KaRBslEqnlSQCkgpog6qjEX1qaNmIHeroIKuW3uithwwaHa8Mvo3VFV7qmJmZoRnQqb5+sPYrjWg==","shasum":"ebe8de590ea40b5ed8a1edc06f12dc6c93946259","tarball":"https://registry.npmjs.org/@supercharge/goodies/-/goodies-1.5.0.tgz","fileCount":9,"unpackedSize":18089,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfFqCFCRA9TVsSAnZWagAA73MP/jBd1o6CpG/jED1w13iX\nWCfNUoSbcNxvR2VmNnzT9t1nQjQWgWFkuqwTeiao6rdJ+FjrrAHgIsbuwIJc\nwgE4lpfIuCmM5TrJq3xm7sPkAIhXdeIEwtSCuYBXb6CYEeSxXHxFvtLwD7MX\nGF+T70vd9WhswyxJR8klqmrU07XDaF/yHEJqsWDs/MprmySXu4M+NQeFj0Iv\n6kpwjK4XGFyGXW/dc6yVggbSKCzNC3ISrZPlPGP/fcJOgi2VWg/1mnXA3Owr\nEi1AP30pQCl3gaZmR+jiMPcFGpRdCkJCk8jQPOEd+3LPOlRgOKV4FcNBXI82\nueFNUNHr6bXo1/oHxbq1an01LArzt3cGs2vHh9NcFM3sQ8g0A1D2ALUNXEg2\nhJvYgj9Hny32669Tr6w5AH9GrzeX4UcxvF29PAVyFZIuTVQBr0tSx8v0ww0/\nWYNCBLTr1pLngnm85krRRb/1FhL0utg0Qlss6v90A3VJFlFsq/MsLvXNHpl0\ngpQfCEQu0oB1TLNEgS6nj6coWRisuB+gm4Wb7Tzdxrr8EcH23D8KdU8VoKwR\nIpk7TtTb0cK0QXfdpHsg+6ESqKdN/XmEmEYW/OP49SPa0cpnrJe046562OfH\nOz8takXOi1r8Ij9ZagD3r5B4aWsMD+CJgneirr5jeBKyiYzAKeboC2XGl7Jm\na3Pg\r\n=Owtk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDDo3/eiMnTZDNw73wrC9BNx28C1UlPJPksIA97nzsQuwIhANAdj3n+poNWdgHfqM0AHVoo91BVShzdwxUCksPBNHrT"}]},"maintainers":[{"name":"celsiusf","email":"christian.fellner@outlook.com"},{"name":"marcuspoehls","email":"m@marcuspoehls.com"},{"name":"peitek","email":"norman@peitek.com"}],"_npmUser":{"name":"marcuspoehls","email":"marcus.poehls@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/goodies_1.5.0_1595318404557_0.20880162301283844"},"_hasShrinkwrap":false},"1.5.1":{"name":"@supercharge/goodies","description":"Async utility functions for Node.js and JavaScript","version":"1.5.1","author":{"name":"Marcus Pöhls","email":"marcus@superchargejs.com"},"bugs":{"url":"https://github.com/supercharge/goodies/issues"},"dependencies":{},"devDependencies":{"@hapi/code":"~7.0.0","@hapi/lab":"~21.0.0","@supercharge/tsconfig":"~1.0.0","@typescript-eslint/parser":"~2.34.0","@typescript-eslint/eslint-plugin":"~2.34.0","eslint":"~6.8.0","eslint-config-standard-with-typescript":"~16.0.0","eslint-plugin-import":"~2.20.2","eslint-plugin-node":"~11.1.0","eslint-plugin-promise":"~4.2.1","eslint-plugin-standard":"~4.0.1","typescript":"~3.9.7"},"engines":{"node":">=8"},"homepage":"https://github.com/supercharge/goodies","keywords":["nodejs","utilities","goodies","helper","function","supercharge","superchargejs"],"license":"MIT","main":"index.js","publishConfig":{"access":"public"},"repository":{"type":"git","url":"git+https://github.com/supercharge/goodies.git"},"scripts":{"build":"tsc","lint":"eslint src --ext .js,.ts","lint:fix":"eslint . --fix","list:tests":"lab --assert @hapi/code --dry --verbose","test":"npm run build && npm run lint && npm run test:run","test:run":"lab --assert @hapi/code --leaks --coverage --reporter console --output stdout --reporter html --output ./coverage/coverage.html","test:single":"lab --assert @hapi/code --leaks --lint --id"},"types":"dist","gitHead":"678c91c2889038feb568fe80eb15dbf1e07ffdd9","_id":"@supercharge/goodies@1.5.1","_nodeVersion":"12.17.0","_npmVersion":"6.14.4","dist":{"integrity":"sha512-LrbIgboxJ9labELaN6JUcZEWAdKveohRI3u11ILb/rqrKbeXkN8/ezoLvWJ0oo9s/HeBf0REFTD3XpVEio053g==","shasum":"7ec3327419fd700074770b9363eafd6053e6a3e6","tarball":"https://registry.npmjs.org/@supercharge/goodies/-/goodies-1.5.1.tgz","fileCount":9,"unpackedSize":18089,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfFqFiCRA9TVsSAnZWagAAzHMQAIiO3rJQtXgtj7LMrDFJ\nxQ32hxTUL4HrhRbUGBHXisELYFguAD0k8gU6iLgUbarfcS1BbuNPLOFkfaMD\nAtZawpu5XTTDdPabtY7njl8DJ5c/gx/Ksvg+kz1bCbjBwe+/izGCQyde/lis\nFqgf2HYzDB06tHjivtBpUDI2A2E0rcQnVbvo4VrcGRcVnhVQFK46H7bouASt\nomw20cPIKsHIM5Uk2a57FaYAp0TYrPFmmLlBbVN6j2Mijpqsdpbwv9VxD3Wd\nb1jOCY8emDDetj7puNNCpwI/eG4h2Hz9KqBlHJ22TZqzcNi5qeLdX39TPErQ\nINtg5pmY29QRJMTwMuMUcdJHErPZOn8Cspit+0EvfRX5cwViPcUNJBs71oKU\npWUIffdRSPXhmcoVprqYKU0Eichw6dhOoUb+Ft9ZIomuNPgeTqfKyqN3ujT1\n5XcHObEvQSaVXVwbcl5hWMbi/73AFGAs86GJg2d8KudR14dDn0BOy87beurK\nWmbMAesq6JcxPbXeqFUZyQiXUaDp2dBzaQf8l8YjG1Y2vq4pU+h+ipTdmYr1\nQy82Ut0qrcpj2Py84azbSkvBELj7NqKd+Jp+kJb/csP9mB8eEfNUiAj86Wr3\nZF3uLK6seaVaobpiN4mPMSr4AVpxC89r8TaV5AEXWE5xFBjFvVUgcs17+I42\nu8+s\r\n=PaH7\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAC8oXjhDnYygS72+3WfvT6ySa1x1nO924TCNTyy0CPuAiEA+OPZMzar6evi5R4J1cdqnV06NYoUF2QoC+GJ56YZo9Q="}]},"maintainers":[{"name":"celsiusf","email":"christian.fellner@outlook.com"},{"name":"marcuspoehls","email":"m@marcuspoehls.com"},{"name":"peitek","email":"norman@peitek.com"}],"_npmUser":{"name":"marcuspoehls","email":"marcus.poehls@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/goodies_1.5.1_1595318625702_0.8927911695823048"},"_hasShrinkwrap":false},"1.6.0":{"name":"@supercharge/goodies","description":"Async utility functions for Node.js and JavaScript","version":"1.6.0","author":{"name":"Marcus Pöhls","email":"marcus@superchargejs.com"},"bugs":{"url":"https://github.com/supercharge/goodies/issues"},"dependencies":{},"devDependencies":{"@supercharge/tsconfig":"~1.0.0","@types/jest":"~26.0.18","@typescript-eslint/eslint-plugin":"~4.9.1","eslint":"~7.15.0","eslint-config-standard-with-typescript":"~19.0.1","eslint-plugin-import":"~2.22.1","eslint-plugin-node":"~11.1.0","eslint-plugin-promise":"~4.2.1","eslint-plugin-standard":"~4.1.0","jest":"~26.6.3","typescript":"~4.1.2"},"engines":{"node":">=8"},"homepage":"https://github.com/supercharge/goodies","keywords":["nodejs","utilities","goodies","helper","function","supercharge","superchargejs"],"license":"MIT","main":"dist","publishConfig":{"access":"public"},"repository":{"type":"git","url":"git+https://github.com/supercharge/goodies.git"},"scripts":{"build":"tsc","lint":"eslint src --ext .js,.ts","lint:fix":"npm run lint -- --fix","test":"npm run build && npm run lint && npm run test:run","test:run":"jest"},"types":"dist","gitHead":"44ad495220ee52a2ed11859c51f4299bd9e83e76","_id":"@supercharge/goodies@1.6.0","_nodeVersion":"12.17.0","_npmVersion":"6.14.9","dist":{"integrity":"sha512-+E3f4XqnHfaqztjmuLZZPpLW+9zcJz6jqYadYfrCcrEMO9HuXyfeVwDUdyzulivwI7GMMbLGPuKPnDTMwRaNhw==","shasum":"552fc28b115ed6fd81c1291f901857cacb2b1b3f","tarball":"https://registry.npmjs.org/@supercharge/goodies/-/goodies-1.6.0.tgz","fileCount":8,"unpackedSize":19802,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf0dOrCRA9TVsSAnZWagAAxBUQAKCOSxaMKvNmHAHfx9XA\noD4GckYMARP0abnEyqefhM9v/Icap5/ZwBzabXhjyQWiUSMgDLJSsqch+0eP\nAeZsJfnHuvCif1YM0Woc+0g59rHc4L8UAYg6dwE8jpcmSDLkJ9U0+E8IKd4n\n0YAanDJ+IzgOfRiwevskGceORlmVDbrz0Fb2pDSaZueKT8pr0wRT2uYbHnzx\no3Y5p+FmrvM48tmk04M5KXnz2GNsFw8iIIJKgSO8QIY+aCsHlmG5FPKb1opo\nih4fwLA3wpfvorDot7ovpwEwiaw4oEhKJD2cGSCrE5IFonvYgl3vxvcyPl1+\n8mtn4F+zmZwWQ5/EaYMgZWomslWyCNP6dZTR4AiSafsHm/AGFNzxW1RNQctQ\nGCGO1jc2cUURKGFspGkZUKFgizwYhTJwxM1E90BHPcXloieg4zTQZJe7yG8t\nevYQvGR7UwN/5vppZs/n5NG0hROzLG2K7IfmuNHC/gysyn7mMc4gIJ2J90Af\nTsHBIBsWA+Nz7k9zc+mgfw4mF6g6TbdZCVyOxbbQAIJzT1HgqfNXErebAjJv\nFLoVZdcA/3NV4paDsAAY/tmoEupfucCKvE0eqsdYzqla7/83DuxD9BSxD9rB\nqTmO0ruSVXtCHEueW0G9bANYwyuLwFh735N0TYiPVAunx2HzdtTrbmG1x49W\nmtgL\r\n=gXQp\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDFcwCgk75PMxCsguudU2JGUbUZxAZYf5lbmpWKPThzkwIgEPO6+TAEA85AKup0M+GUGE6f6rrHsBagndoELmsyuxA="}]},"_npmUser":{"name":"marcuspoehls","email":"marcus.poehls@gmail.com"},"directories":{},"maintainers":[{"name":"celsiusf","email":"christian.fellner@outlook.com"},{"name":"peitek","email":"norman@peitek.com"},{"name":"marcuspoehls","email":"marcus.poehls@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/goodies_1.6.0_1607586731069_0.23702346781931594"},"_hasShrinkwrap":false},"1.6.1":{"name":"@supercharge/goodies","description":"Async utility functions for Node.js and JavaScript","version":"1.6.1","author":{"name":"Marcus Pöhls","email":"marcus@superchargejs.com"},"bugs":{"url":"https://github.com/supercharge/goodies/issues"},"dependencies":{},"devDependencies":{"@supercharge/tsconfig":"~1.0.0","@types/jest":"~26.0.18","@typescript-eslint/eslint-plugin":"~4.9.1","eslint":"~7.15.0","eslint-config-standard-with-typescript":"~19.0.1","eslint-plugin-import":"~2.22.1","eslint-plugin-node":"~11.1.0","eslint-plugin-promise":"~4.2.1","eslint-plugin-standard":"~4.1.0","jest":"~26.6.3","typescript":"~4.1.2"},"engines":{"node":">=8"},"homepage":"https://github.com/supercharge/goodies","keywords":["nodejs","utilities","goodies","helper","function","supercharge","superchargejs"],"license":"MIT","main":"dist","publishConfig":{"access":"public"},"repository":{"type":"git","url":"git+https://github.com/supercharge/goodies.git"},"scripts":{"build":"tsc","lint":"eslint src --ext .js,.ts","lint:fix":"npm run lint -- --fix","test":"npm run build && npm run lint && npm run test:run","test:run":"jest"},"types":"dist","gitHead":"3f35d53766f1014dee84a5445444bff446ffb543","_id":"@supercharge/goodies@1.6.1","_nodeVersion":"12.17.0","_npmVersion":"6.14.9","dist":{"integrity":"sha512-NRfAXCv1Yo6HdxG8UoDR6OmM1ZDjolmwE+2OyGjYgAPhc2PM8Bp8dfp9Jt1pSMZJl3bms0pOMRCwnm3tnlJhlQ==","shasum":"935aff2afd9f34660833eddccb4d827eabc532e1","tarball":"https://registry.npmjs.org/@supercharge/goodies/-/goodies-1.6.1.tgz","fileCount":8,"unpackedSize":19954,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf0dbmCRA9TVsSAnZWagAAw0gP/izoQ+abdf7G5lK8nL1l\n0S/FLvVDQYCYHAYKMxIR20oX3QYq6l7BFF40NOyMsF5l/YLYr8W0GUKwTB8A\n5xmu1LjuygwCwbNtMYAsNxzgtFqJedYiME1rbCHvtiJAGpk58p9HhUFx0wIs\nDUxU/3w3V2bEJSMNx/9eCuuch1OoYUGE8DfpAVGfkvk7dnQ8F2KDPkTfI3G5\n98q9yjbgjfVcLJssOBQ4VlK1jFzZLXS1rRJ6e4djwaq/dUbGUDCO0Hkp0907\nXnyJld1A9ZoeR23VixvYNvBsqVPPH6+4dWst3MshpYvsHPSJKnEbMjpQhIVW\nT+gNuaGm6jnrZ7/Kystw8Dp1V5fjZ0PDbBDifb+hYriICMeKlqAQcRJpE7Gv\nymbvQMFLG8HRDGMRpa92Gq757mM3B5UK3f8JwjMlLnJWq/AL5lePiXYzf35q\nkTDF8P8/HZG47lxCwPV7RUPNhsOvhBOpm4pBOT/aDllIS3ho/iHkEc7PvR1j\n2HgBAdH977iqVWJpiNx2F/kVa+KMjf1y50qASHX7nEpV3inVwepGa4jkAwZz\nDDsZbWDP5SC+Z56Mw0TW7ZDHWe8vAvZW2Y2XIVVFZQN0cRK5UIUOTQPBWO2J\nPTECWCOciZ+Ze1Ob8dTKC/kfFrkFrP8aHdkmoeIYNwgsEJdJa53nilyVs65g\nFF5m\r\n=0KSs\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIA1Lx5wcZeIiUF+8a4mznMvGYFGqs5Rg2BRRMn5gNEUKAiEAmhP0r1mAhXQMCGg/eR/pXLccnL9BpAOYNx+RFq5q6hE="}]},"_npmUser":{"name":"marcuspoehls","email":"marcus.poehls@gmail.com"},"directories":{},"maintainers":[{"name":"celsiusf","email":"christian.fellner@outlook.com"},{"name":"peitek","email":"norman@peitek.com"},{"name":"marcuspoehls","email":"marcus.poehls@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/goodies_1.6.1_1607587557743_0.0856372531650007"},"_hasShrinkwrap":false},"1.6.2":{"name":"@supercharge/goodies","description":"Async utility functions for Node.js and JavaScript","version":"1.6.2","author":{"name":"Marcus Pöhls","email":"marcus@superchargejs.com"},"bugs":{"url":"https://github.com/supercharge/goodies/issues"},"dependencies":{},"devDependencies":{"@supercharge/tsconfig":"~1.0.0","@types/jest":"~26.0.18","@typescript-eslint/eslint-plugin":"~4.9.1","eslint":"~7.15.0","eslint-config-standard-with-typescript":"~19.0.1","eslint-plugin-import":"~2.22.1","eslint-plugin-node":"~11.1.0","eslint-plugin-promise":"~4.2.1","eslint-plugin-standard":"~4.1.0","jest":"~26.6.3","typescript":"~4.1.2"},"engines":{"node":">=8"},"homepage":"https://github.com/supercharge/goodies","keywords":["nodejs","utilities","goodies","helper","function","supercharge","superchargejs"],"license":"MIT","main":"dist","publishConfig":{"access":"public"},"repository":{"type":"git","url":"git+https://github.com/supercharge/goodies.git"},"scripts":{"build":"tsc","lint":"eslint src --ext .js,.ts","lint:fix":"npm run lint -- --fix","test":"npm run build && npm run lint && npm run test:run","test:run":"jest"},"types":"dist","gitHead":"d7841662a643c596744813da54dc1663735d677a","_id":"@supercharge/goodies@1.6.2","_nodeVersion":"12.17.0","_npmVersion":"6.14.9","dist":{"integrity":"sha512-ZWHDc7u68IzC99wALEMwEOxdDesgp2nKBaP1C09K1BEcORhKCuYGEYTGr5Hw5PaB+0v2YBYzuCNo9WMP2RhL8g==","shasum":"9545bf18d62b0b3ac8d2cb06ae9c2e176ffecded","tarball":"https://registry.npmjs.org/@supercharge/goodies/-/goodies-1.6.2.tgz","fileCount":8,"unpackedSize":20262,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf0drFCRA9TVsSAnZWagAAvi0QAKBJ8b8cC55qe97kGe0U\nxT/hquBZdJrkF3hWpt9xhemTynxmyT1mBWLtk9eB3CY6yf0UUZhG4HyTOIH8\nSg1yZVOQgDatyf7IOEyuJbKszNgGVZ0/LPUG2SSORX49W8rLu27/cjtwnFbY\ni4Bh9Le1cs7dNrRzpwK0nP1D+NEOPBHBAJ2uuSFKKaWAjbplzoVAZPhtu8DK\ngt/x3oTEF93jXri8rs4u/+WtHsLkO0pxA4MyGPCP5txAfg2C/VPh851Mh0dz\niy4ox8BlyBD7LKwPUUnWT1hbdad2FvJN7c6O0j6Kce71nwlQeMn6hVL1vFne\neYFVRItSzG/DdfCI28q8Jb1G+fV6lU0M39vO7ySg0pohmU7kmoRkTc6JmSIw\nKCDFwexdT5hDQhfLbWNBPLe1O6VAjv7zDNijNZrpbDFUwKO30J3jysAG66tD\n+AIe5ppHCPvv4+dBpne30p6qpT6JHlwepWLvmyLhnqpVj4DlG8Y20HXmQ9pc\nZINs3OYEHe6V/dtWfKgKgwIT7/2pddZUuP0qNY/XdubyDkQzLVsxoemqLyYz\nFSh98R9oM34EA57Y4ZqLEcmXKHMM8lNt0TTqLw22V60YbGM1A7tQQ/Faw724\nRwtGB0xocSwFG+UWQRePw8AC9pkLoriT1H9iJqKCewvkEWL0Iptk+a7mN5JN\ntfzM\r\n=tVQ/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDYqnYTAKhnJwX76CoEeeVTdPFt+Q5yUaVVbHG0K4ifwwIhAMtuk7au8wTBvkpztveJJXagk2PN+D7B5C8b6+PAqCLd"}]},"_npmUser":{"name":"marcuspoehls","email":"marcus.poehls@gmail.com"},"directories":{},"maintainers":[{"name":"celsiusf","email":"christian.fellner@outlook.com"},{"name":"peitek","email":"norman@peitek.com"},{"name":"marcuspoehls","email":"marcus.poehls@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/goodies_1.6.2_1607588549299_0.0441973116758998"},"_hasShrinkwrap":false},"1.7.0":{"name":"@supercharge/goodies","description":"Async utility functions for Node.js and JavaScript","version":"1.7.0","author":{"name":"Marcus Pöhls","email":"marcus@superchargejs.com"},"bugs":{"url":"https://github.com/supercharge/goodies/issues"},"dependencies":{},"devDependencies":{"@supercharge/tsconfig":"~1.0.0","@types/jest":"~26.0.19","@typescript-eslint/eslint-plugin":"~4.10.0","eslint":"~7.15.0","eslint-config-standard-with-typescript":"~19.0.1","eslint-plugin-import":"~2.22.1","eslint-plugin-node":"~11.1.0","eslint-plugin-promise":"~4.2.1","eslint-plugin-standard":"~4.1.0","jest":"~26.6.3","typescript":"~4.1.3"},"engines":{"node":">=8"},"homepage":"https://github.com/supercharge/goodies","keywords":["nodejs","utilities","goodies","helper","function","supercharge","superchargejs"],"license":"MIT","main":"dist","publishConfig":{"access":"public"},"repository":{"type":"git","url":"git+https://github.com/supercharge/goodies.git"},"scripts":{"build":"tsc","lint":"eslint src --ext .js,.ts","lint:fix":"npm run lint -- --fix","test":"npm run build && npm run lint && npm run test:run","test:run":"jest"},"types":"dist","gitHead":"47d73d9d1199f6442f7782ab3c924abea749c9a6","_id":"@supercharge/goodies@1.7.0","_nodeVersion":"12.17.0","_npmVersion":"6.14.9","dist":{"integrity":"sha512-PK062F+kPy1nWaSGFd83bDPONaLAeZTAQlFFiHz6PnvdmniXFtan/8fYRX68PScNhGfAnYIK7Nv2e3o6b8Izrw==","shasum":"001d862ba921487b7b4bb43561af1778146785cf","tarball":"https://registry.npmjs.org/@supercharge/goodies/-/goodies-1.7.0.tgz","fileCount":8,"unpackedSize":21404,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf2LuICRA9TVsSAnZWagAAdMgP/1O/PQvUbgoeAa8ox87V\nbTydpBUW3ZwrIDDQ2ZVECbpnR/C13wAet/l+B+z4F/wBqLoHaqnfGjKJErIS\n9eGgh8diNWoI1/yCU/SdxcfwkESAAjGoz1VtojahFrcYrG/oP2AUVRZ8TgxS\ntlUDy2w0SHelNmSZnqwYwdCYPksVyFpReucx9fxGfixr5PKKNPpOL+hZR+69\njN4EzphKNuVByG3abfEj5PYFZU1rb5UB81gQByjguvPptsZh0mVb3rv2IfS4\naYL3S2dpMv5+9tH3LtyZ9sOUL2lgBLE8IK8siMsUcs9X+ERadszcWuNtN5nY\nqA+DkUrHogbAsTsAWHjX70DiCX/USwnAuzg6iTH6J+vCWTDDk+iYjsvLSTFj\n5ALwXv8sR6fw93DWUsp8KAZm/Df7a/gSKu5DMiojDX9saIc9VekMw8hYoqZd\n8YC8xv1a5MqQ3YFkAtbleRXsBYcYEdjUpYPsK2tkNwW86fghYugZyQiEBK8M\nzBGaF4JbDzS5/LNs1CL18G52kA+9NlE/6H+jJ0ngJQK7X4hnCtgD3x0SIp5C\n5xVcGLdjlyW0NM3WpoF2SlgLe8BS+Jiy6SHwq/3DKoD0JgMFNZb1wMvQqTMg\nkn5z9TzJOIpTMFFbV+o81fYlmLcKNqzIut1QiG1LDsJ8YnZMhDTycalvWvyI\nX+of\r\n=2WLi\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGTeq8nJCeAaEvUFgMikxPUjPrwX8P+aylbLdww2CNB+AiEA8PLYj/Uh+zLV5w2bdFH/UoLIq7j8ZII9vuCcHNOM2ao="}]},"_npmUser":{"name":"marcuspoehls","email":"marcus.poehls@gmail.com"},"directories":{},"maintainers":[{"name":"marcuspoehls","email":"marcus.poehls@gmail.com"},{"name":"peitek","email":"norman@peitek.com"},{"name":"celsiusf","email":"christian.fellner@outlook.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/goodies_1.7.0_1608039303903_0.6118992369187204"},"_hasShrinkwrap":false},"1.8.0":{"name":"@supercharge/goodies","description":"Async utility functions for Node.js and JavaScript","version":"1.8.0","author":{"name":"Marcus Pöhls","email":"marcus@superchargejs.com"},"bugs":{"url":"https://github.com/supercharge/goodies/issues"},"dependencies":{},"devDependencies":{"@supercharge/tsconfig":"~1.0.0","@types/jest":"~26.0.19","@typescript-eslint/eslint-plugin":"~4.12.0","eslint":"~7.17.0","eslint-config-standard-with-typescript":"~19.0.1","eslint-plugin-import":"~2.22.1","eslint-plugin-node":"~11.1.0","eslint-plugin-promise":"~4.2.1","eslint-plugin-standard":"~4.1.0","jest":"~26.6.3","typescript":"~4.1.3"},"engines":{"node":">=8"},"homepage":"https://github.com/supercharge/goodies","keywords":["nodejs","utilities","goodies","helper","function","supercharge","superchargejs"],"license":"MIT","main":"dist","publishConfig":{"access":"public"},"repository":{"type":"git","url":"git+https://github.com/supercharge/goodies.git"},"scripts":{"build":"tsc","dev":"tsc --watch","lint":"eslint src --ext .js,.ts","lint:fix":"npm run lint -- --fix","test":"npm run build && npm run lint && npm run test:run","test:run":"jest"},"types":"dist","gitHead":"47296db3de8a092ba1c66ba090d6743eac1adc65","_id":"@supercharge/goodies@1.8.0","_nodeVersion":"12.17.0","_npmVersion":"6.14.10","dist":{"integrity":"sha512-2CVM584Z1J/pyOS95qhFmQ0RFm3Y3kia3lydLFw0o0UgRd29vhyhheRKcJaGTQf5I3HJGdRoLLWVkrWuObwz1w==","shasum":"8211e8779e77871f356f234a4aff97011e012f36","tarball":"https://registry.npmjs.org/@supercharge/goodies/-/goodies-1.8.0.tgz","fileCount":8,"unpackedSize":22655,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf8/1uCRA9TVsSAnZWagAA5fIQAJMQ7MjrgMSspkBEqPNZ\n78XjTTw3xLLtnstrZIwcynx76624AxteQXa+6oGpvP0vGZvvZVHt6Udf0O/M\nfk9Vwe7XVx+6/WGONnu/8ckwbudHeodnxP61uYCg8Vnt1k1hCOgnySWDJc9C\nQpdxUwWzAAnNsmRggXFbDUfTnWSt9PilEcaPiws3JJ4CCDWTjp401iF0PusS\nEaG9SLWCJlwxF4O82WigpSI2Y7VN2wqySY1JdNEwDKFnhXy1V0WeoEUX6Xhf\nxj4RM3IoznFkyrEWBqUlh7BNOf+jsJjNP2Ubuyq8G7Xdx/FB53nQssgOna7k\nHhrhmSbml1Y/oJR5DVXJaZhUqmVz/aHH1ahP5NLrWTol7PWmnGX7IK6d00HZ\n1I9tTPzN1/yB5H5a1dhpRmuOH6EjYDtnDV59BO84JBEWGsoGUMcVM6GivlWQ\nKv2NlzEPo7GY6BY5WgcR7SzixQHF6r7J7lbarf4xLnLJSj/WzjsVoyWdwk65\nHt5B335W7/M9EPM8k6N6ekux9/9gTkaT6v/otnq1v23IpD2VXrbjegkuWcMV\nYY52UWB/6WMKgYNRvw19h1HM2chs3WcpZcla26LpFZrLriuddEC3yap7d3j3\nHoJE8aJM6Fo8biV/JpEckhDEDQaWoMtJJpBXaMMzUZquoZ51ubI6HxFc6jfU\ncU1y\r\n=wYWO\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDt2IpNrPk5YVn+MP1vQ2+ffT0H9jGCPMpKmjZEitqauQIhAO0xKZJ8x6tHSD1EJCR1mFEF67xDgCIeW1Oekw7fX2cc"}]},"_npmUser":{"name":"marcuspoehls","email":"marcus.poehls@gmail.com"},"directories":{},"maintainers":[{"name":"marcuspoehls","email":"marcus.poehls@gmail.com"},{"name":"peitek","email":"norman@peitek.com"},{"name":"celsiusf","email":"christian.fellner@outlook.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/goodies_1.8.0_1609825646475_0.12716457687969673"},"_hasShrinkwrap":false},"1.9.0":{"name":"@supercharge/goodies","description":"Utility functions for Node.js and JavaScript","version":"1.9.0","author":{"name":"Marcus Pöhls","email":"marcus@superchargejs.com"},"bugs":{"url":"https://github.com/supercharge/goodies/issues"},"dependencies":{},"devDependencies":{"@supercharge/tsconfig":"~1.0.0","@types/node":"~14.14.37","@typescript-eslint/eslint-plugin":"~4.21.0","ava":"~4.0.0-alpha.2","eslint":"~7.24.0","eslint-config-standard-with-typescript":"~20.0.0","eslint-plugin-import":"~2.22.1","eslint-plugin-node":"~11.1.0","eslint-plugin-promise":"~4.3.1","eslint-plugin-standard":"~4.1.0","nyc":"~15.1.0","typescript":"~4.2.4"},"main":"dist","types":"dist","homepage":"https://github.com/supercharge/goodies","keywords":["nodejs","utilities","goodies","helper","function","supercharge","superchargejs"],"license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"git+https://github.com/supercharge/goodies.git"},"scripts":{"build":"tsc","dev":"tsc --watch","lint":"eslint src --ext .js,.ts","lint:fix":"npm run lint -- --fix","test":"npm run build && npm run lint && npm run test:run","test:run":"nyc --reporter=html --reporter=text ava"},"gitHead":"c8fcc7b14f347987eed52bd88623c1f21609cd2a","_id":"@supercharge/goodies@1.9.0","_nodeVersion":"14.15.0","_npmVersion":"6.14.8","dist":{"integrity":"sha512-EUTAyUDGEqrnr0YafNsM3tPv9V5V+KhGouY+Fp2TMzaXvA0iNjKIqqXgLSOH68Z3mOXjPcdQCLav6OpftZvXhQ==","shasum":"11f634f9f948dd0340f96de1b00f98cedc6125c7","tarball":"https://registry.npmjs.org/@supercharge/goodies/-/goodies-1.9.0.tgz","fileCount":24,"unpackedSize":18708,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgcslnCRA9TVsSAnZWagAAfIYP/jCdukrhH4w+Gs/r5LIZ\noR5f5M4MrgWxgI6fRgUbvvBzkhiA2X+vW0ZOgXuX6MkV7dI9KpPvrQhFEPTE\n7WdK2v6R+DohcJ116aFPU6gufaGhgQ2iTkZb9NHJ/KRf9i/d3qfdKKUZj2WF\nRzC/GuAnrpa2H019lrPMQkqPlee5yDDjaAIcaoaB/f790UQKf4LSeIF7v0F2\nId81fehxCuxS/AegqF6+qA13Wrzrhl5WrRiibXHUAnd0LX9E01R2ngmJoaE7\nYC4QtYGbk3rKrqg/ES0njuAT9nOnVOoWaitLLcaWFJxGJwPj33L6RZ4hzC4B\ntNa+PnYv0QxwisPTJyHS7n6EizI5iixxb5SxuhBEE/2Fs8kaxOF+S1hx7CEK\nCbWafSKR6Q1uetJsSuKCxk9RHvDy4xBOHTrykiRpB85YK4TWJGvrgEPr5Dbm\nmZR549E6pBf/pBBia+Qpn15SjhU8NgraFUfJKj8A5yVLOeJRxeB1Ym4c2mhc\ntKT/e9eMyNRKUQ6eFBZiooTGBMeefxp+MCH3W9eRUec/O/Y3wQTsMdW54pEI\nDhGYYISq9S4CcOo2Y4r9T3Hq3pCzhlOcBhHfHzPtXdu5gRnkk538qzP4RGDA\nu86xbqklgaY+PajBVX8IJL+KMlLH9jPIiocVRKM/EkYV2tdfTeOK39fsubLw\nw9OL\r\n=Pl9F\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICO7VUB0XWsFqGbztrvGaJ94C0BF68dGa6Tp1hjW6lQyAiEAxfcF/U1eq1NsDAqdEwCHZ56/B2l2KZKRxT/wzF5+fwY="}]},"_npmUser":{"name":"marcuspoehls","email":"marcus.poehls@gmail.com"},"directories":{},"maintainers":[{"name":"marcuspoehls","email":"marcus.poehls@gmail.com"},{"name":"peitek","email":"norman@peitek.com"},{"name":"celsiusf","email":"christian.fellner@outlook.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/goodies_1.9.0_1618135398696_0.4644247411953202"},"_hasShrinkwrap":false},"1.10.0":{"name":"@supercharge/goodies","description":"Utility functions for Node.js and JavaScript","version":"1.10.0","author":{"name":"Marcus Pöhls","email":"marcus@superchargejs.com"},"bugs":{"url":"https://github.com/supercharge/goodies/issues"},"devDependencies":{"@supercharge/tsconfig":"~2.0.0","@types/node":"~16.6.2","@typescript-eslint/eslint-plugin":"~4.29.2","ava":"~4.0.0-alpha.2","eslint":"~7.32.0","eslint-config-standard-with-typescript":"~20.0.0","eslint-plugin-import":"~2.24.0","eslint-plugin-node":"~11.1.0","eslint-plugin-promise":"~5.1.0","eslint-plugin-standard":"~4.1.0","nyc":"~15.1.0","typescript":"~4.3.5"},"main":"dist","types":"dist","homepage":"https://github.com/supercharge/goodies","keywords":["nodejs","utilities","goodies","helper","function","supercharge","superchargejs"],"license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"git+https://github.com/supercharge/goodies.git"},"scripts":{"build":"tsc","dev":"tsc --watch","lint":"eslint src --ext .js,.ts","lint:fix":"npm run lint -- --fix","test":"npm run build && npm run lint && npm run test:run","test:run":"nyc --reporter=html --reporter=text ava"},"gitHead":"dbec7dee7f8ba1a8174e7edd9a72b7410d826de0","_id":"@supercharge/goodies@1.10.0","_nodeVersion":"14.17.1","_npmVersion":"7.20.1","dist":{"integrity":"sha512-qpl0B70L3MwUSZAbv3wqKUfjJ484CDz1mIiXvlRHwlLd70X5TM6er5N7/6+0EIq7beCYGY8o2WsEJjhHwyGptg==","shasum":"547d5d0fd68e4592ea0ee088e08eaee4c426f0dc","tarball":"https://registry.npmjs.org/@supercharge/goodies/-/goodies-1.10.0.tgz","fileCount":25,"unpackedSize":15990,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhHm5kCRA9TVsSAnZWagAAZ68P/R4AZV1ZZnrqX3+6tUKh\n6Lf8VkDeMUg969tDZGS/CQOR9q39dWBOBR/FfPhMtRxZovYlko8FH6C/hWqL\n1jDnV5N4L0BOphNyHcP1bOuzuGpzEOZZQDmWStDirgcKClVQZf4o45kBzhmz\nwbc3+/bGAx31y5BL1/4BmlxZsEgyghrERhEiJM4EvpOJaxxs9iUYtvwqmrEj\nlyEKYXp3CcTbydCFCKAlnMAQgMU3+qLfls2KuVOB6vOsaS3GcqpznhdU8edH\n7ZL2JhWeEoJGozi5O8cAfSQAZVps9mrMwYJV//mU5Cjqt3EBvrLWKkx1JVfw\nFLz75M0xfnBygacHHbRAhBIESR8DlO7vvAzyenjxc5b3nfzuexS4rl5G2gaX\nRiVjdWTA7b7HgD5htHal3fl0I6g4N2shczg8pTsP9xzfHyof3JzGiOwYqe3O\ndbOVgNfl0633B6cO3lYvgHREUJTbv8zK0AUch143mrfJtSrCP3Hc3lk+2PHQ\n0hcPnLCipMQOefyOqceWYzlSsJBDCDeOBGhaBNobqK+cwaFGsUzvSe1r4gqt\ncn3P8B+AWiWXxUHQY9ebUK1rpV6qnHJwPpl7Fp2+2yk8G54OHGo8hpbqud8J\n4TiZ4x09ApMFF47qFViac5DiYi9sReoyrs7LabZImjrxdGdw0cOYhA5IhNdq\nMqar\r\n=E22i\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCyZJmysCEUj6KxLc8IvYDivufKF2kikJz9oeAJjcgXQgIhANsuoxywBcm1OpSpgRyIeLS2QT9qnOmTd5MtsEk7gudJ"}]},"_npmUser":{"name":"marcuspoehls","email":"marcus.poehls@gmail.com"},"directories":{},"maintainers":[{"name":"marcuspoehls","email":"marcus.poehls@gmail.com"},{"name":"peitek","email":"norman@peitek.com"},{"name":"celsiusf","email":"christian.fellner@outlook.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/goodies_1.10.0_1629384292433_0.9399721479190013"},"_hasShrinkwrap":false},"1.10.1":{"name":"@supercharge/goodies","description":"Utility functions for Node.js and JavaScript","version":"1.10.1","author":{"name":"Marcus Pöhls","email":"marcus@superchargejs.com"},"bugs":{"url":"https://github.com/supercharge/goodies/issues"},"devDependencies":{"@supercharge/tsconfig":"~2.0.0","@types/node":"~16.6.2","@typescript-eslint/eslint-plugin":"~4.29.2","ava":"~4.1.0","eslint":"~7.32.0","eslint-config-standard-with-typescript":"~20.0.0","eslint-plugin-import":"~2.25.4","eslint-plugin-node":"~11.1.0","eslint-plugin-promise":"~5.1.0","eslint-plugin-standard":"~4.1.0","nyc":"~15.1.0","typescript":"~4.3.5"},"main":"dist/index.js","types":"dist","homepage":"https://github.com/supercharge/goodies","keywords":["nodejs","utilities","goodies","helper","function","supercharge","superchargejs"],"license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"git+https://github.com/supercharge/goodies.git"},"scripts":{"build":"tsc","dev":"tsc --watch","lint":"eslint src --ext .js,.ts","lint:fix":"npm run lint -- --fix","test":"npm run build && npm run lint && npm run test:run","test:run":"nyc --reporter=html --reporter=text ava"},"gitHead":"742897ba3a63edf95ed87d976b767c1c781d18a1","_id":"@supercharge/goodies@1.10.1","_nodeVersion":"14.17.1","_npmVersion":"8.5.5","dist":{"integrity":"sha512-v1TRTpFvcVsDnz2QhdY8VS86ht6XgaseZu5+E8ETe04A4Mym8ff+6cC6GL8aPBo6Ii86mtTa+8REoFD31L8A1g==","shasum":"969d1732f774027a104f2ea289eeb6372b8e1b87","tarball":"https://registry.npmjs.org/@supercharge/goodies/-/goodies-1.10.1.tgz","fileCount":25,"unpackedSize":15991,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQChd4RIWBJYnkcDP4ICvgyTDQzbSwi7hxV48tB0K/Mu6wIhAJ26NtAQvNbPNNThHrxOAmwpd/vVd/0SG6zZhF7upEof"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiSwqJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq30w//X0cUsq0g6k/k7dpQePnnV+ZJudxPRGfruNfa2+WXFWMoACql\r\nuLhQMrxWNXFW2xCFYvYeghc3TqA7roJthomqj0qHkrpFoWv3n/lu6CUW8YqJ\r\nw/Nds7e1aVgf6YCqyZLGrce3T+yha/643EAl1/nKURTcVAwH7lJnHXyR02y3\r\nyP+aD++WjihTMkdgLG7ST5DlEnSbSB486gqaW7iwzZJaafO1q9/QvlH/Wrj5\r\nrzv8lIBm2WY1hTXsJMXh55XN+w9mqkNwuy6xHByd96DgpA3DOvYZ2dEiJP1S\r\nRIefhV2o/Rj8o0FIWsSXPDQ4Bab0Rpekb7GB+6DutTCvo1uioC6f/VQV9S49\r\nxnj0q3hJE+6pi0PuQcOE02Ffew9cvtI6MjTtgI7oS+cIrIuaYB1aEZL7LOT8\r\n6ieoSwVAUNBjd8RsDmMHkC36IHe6xH5ytEiWveactTAPvVm4DviNQw8JgwNu\r\n840JXd2XVozZPT9oQKWWpEL4K1skvMhJfM4/Lj8guWrERFWRx2dvOOMwRdXo\r\naDjjHPVEHhxHhpKhZkxQjPwCnzdYpvq+Kj/MwK5RsmR7P+wibXyydZva3UFy\r\n19t5fvgcecbM3kP87DKmfkqSBCG3k+L2GctCemXD8UIwYnk/AxxCMFCYXeSG\r\n3e2sVPjWHmXn5nOgkQxw0DTxoTFKb1jTMuY=\r\n=dlZS\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"marcuspoehls","email":"marcus.poehls@gmail.com"},"directories":{},"maintainers":[{"name":"marcuspoehls","email":"marcus.poehls@gmail.com"},{"name":"peitek","email":"norman@peitek.com"},{"name":"celsiusf","email":"christian.fellner@outlook.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/goodies_1.10.1_1649085064948_0.04535015582158053"},"_hasShrinkwrap":false},"1.11.0":{"name":"@supercharge/goodies","description":"Utility functions for Node.js and JavaScript","version":"1.11.0","author":{"name":"Marcus Pöhls","email":"marcus@superchargejs.com"},"bugs":{"url":"https://github.com/supercharge/goodies/issues"},"devDependencies":{"@japa/run-failed-tests":"~1.0.7","@japa/runner":"~2.0.9","@japa/spec-reporter":"~1.1.12","@supercharge/eslint-config-typescript":"~2.3.0","@supercharge/tsconfig":"~4.0.0","@types/node":"~18.6.2","@typescript-eslint/eslint-plugin":"~5.31.0","c8":"~7.12.0","eslint":"~8.20.0","expect":"~28.1.3","typescript":"~4.7.4"},"main":"dist/index.js","types":"dist","homepage":"https://github.com/supercharge/goodies","keywords":["nodejs","utilities","goodies","helper","function","supercharge","superchargejs"],"license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"git+https://github.com/supercharge/goodies.git"},"scripts":{"build":"tsc","dev":"tsc --watch","lint":"eslint src --ext .js,.ts","lint:fix":"npm run lint -- --fix","posttest":"c8 report --reporter=html","test":"npm run build && npm run lint && npm run test:run","test:run":"c8 node bin/test.js"},"gitHead":"a0f6120f61b89b051e817824cf5c5d44cff7722f","_id":"@supercharge/goodies@1.11.0","_nodeVersion":"16.16.0","_npmVersion":"8.17.0","dist":{"integrity":"sha512-IRVrbZu2BGSaqtTCT3le3CtCV28ijkUPxArXzKevmF1gjAVYKWQGoNkzOn1Aw17VBLwHU4/sQ3+tzP2OPN5gHQ==","shasum":"b63f2c03c629a4aaaeb4f72c0ce9be497f928021","tarball":"https://registry.npmjs.org/@supercharge/goodies/-/goodies-1.11.0.tgz","fileCount":25,"unpackedSize":16180,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGAh/HgUwNzX6XrH19aYAR3xWnVK8Un1UEdjcHcjXbhGAiEA9nZaGyHMNpQXOxxNaw/adoLI8/JdPFg+SwQ5iuikSTg="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi/0VKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq4cA/+OkeV1lAEsEEMwV2Bj5hQftM1hHn+gty2ijL6xBlNzcwHxw2P\r\nDDshPe1P/5w9huizes7FWVluVr199LWFt0ToFbea19wS1kjxV7pNHT8kxfYk\r\nBopQQhpL+uOVff7BJNMvp2ObWIKfZAkWylXw5VvVhFqoYYjs8GzFHSe+11wN\r\nTpewtcl+8fBmigtjUiiWmXm9LjyxZw8U4cmZPuHbbfs6EdvU79mbZEMoWHJM\r\nRReYQwRkjiPUobLy5/pTi+7FEnK7s2/qbNY1Ru0hjp4VPAIF4gYqHszSpVBU\r\nQmSX30iFQKgVrcpXmdzyN6bStRl1KwwP8nM5a893Xf5Jaul6cVAHDsf+aTgF\r\nt8vU9DIU85zD4Qgd9uNLTRdF4J3ri8R26238X9ucHLLH4mJUVFpi7uavoHZi\r\nen8Vk/YENYEAQT4LFC6vDpxqzZGYwkRfe9xqWYMrwTEtZp4ZSx5sXTqDg4A6\r\nuY6iwMf6fK5q9qk2FL5X7HshQ7PHZBXGqvrUZae1tTmdEsUR3XHWis9oqjJa\r\nGz9ZVM5ZeTfaY66fJsht/kjIoH6qvlybSiIGxaDQvdc3Sei+fhDrYP7NISE5\r\nmOFiGGoW1oyfceCbAwQsnhmxiV1SwVLOQ/N3hj0XWXuJoWupsnxLFaG4SljG\r\neob58AWK1AUJgwEICwz82bT6BC9wQfSxrYA=\r\n=md5N\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"marcuspoehls","email":"marcus.poehls@gmail.com"},"directories":{},"maintainers":[{"name":"marcuspoehls","email":"marcus.poehls@gmail.com"},{"name":"peitek","email":"norman@peitek.com"},{"name":"celsiusf","email":"christian.fellner@outlook.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/goodies_1.11.0_1660896586516_0.20681653122035626"},"_hasShrinkwrap":false},"1.11.1":{"name":"@supercharge/goodies","description":"Utility functions for Node.js and JavaScript","version":"1.11.1","author":{"name":"Marcus Pöhls","email":"marcus@superchargejs.com"},"bugs":{"url":"https://github.com/supercharge/goodies/issues"},"devDependencies":{"@japa/run-failed-tests":"~1.0.7","@japa/runner":"~2.0.9","@japa/spec-reporter":"~1.1.12","@supercharge/eslint-config-typescript":"~2.3.0","@supercharge/tsconfig":"~4.0.0","@types/node":"~18.6.2","@typescript-eslint/eslint-plugin":"~5.31.0","c8":"~7.12.0","eslint":"~8.20.0","expect":"~28.1.3","typescript":"~4.7.4"},"main":"dist/index.js","types":"dist","homepage":"https://github.com/supercharge/goodies","keywords":["nodejs","utilities","goodies","helper","function","supercharge","superchargejs"],"license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"git+https://github.com/supercharge/goodies.git"},"scripts":{"build":"tsc","dev":"tsc --watch","lint":"eslint src --ext .js,.ts","lint:fix":"npm run lint -- --fix","posttest":"c8 report --reporter=html","test":"npm run build && npm run lint && npm run test:run","test:run":"c8 node bin/test.js"},"gitHead":"d3ff7e32a7b335ecebca5037608533aa24f47d6f","_id":"@supercharge/goodies@1.11.1","_nodeVersion":"16.16.0","_npmVersion":"8.17.0","dist":{"integrity":"sha512-a79AgMnjpnX2PM1yz6gP8DmezWCeURQ+T3Jo+4MogLh8k2KRPL2ft2i0qKC5oWg5Yc47WB5pANHwfjhK3gU2gQ==","shasum":"1ccd944243f73b97358cedfa0e2d08e5869c74e0","tarball":"https://registry.npmjs.org/@supercharge/goodies/-/goodies-1.11.1.tgz","fileCount":25,"unpackedSize":16251,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEBNhTyJ0kvNebTG3meMav/vAwdTdR4jFkk+5gjUfyNXAiAEm5wiBNxX/VzvkzYtIELpZLUwp27iHrsecckf68joPg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi/0ayACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo9Tg//YfJ7rxpRDYhcImJPgZFI9FjB+jdYN/IKPRWAJGG09dWyJwNM\r\nqQPny7gdJmlm/GX9wzvxfbPTC8T+54rnfEnLka9+jtJ+DNuqqQivq9nDvezG\r\nQ+TytjKvycSH+9m3mtdzm2mW+y24rPyZWxMJVAO1VzZc3IrzuxdJyCKVYzF5\r\nuBQ61R2C5CFDnDPh4HaHEKVyPyOEs/qpSOCcgqnYZ2Xk+fl1CWVhGtuKc4u3\r\nXrrrggWq7gNxirR7kiuDls9FkqOnfCGDhHrZSoGzEck65+n2ydLhrD2SdozR\r\n9Yj7BvroSlMEhaMBP9RepX3NR1F2cFwxit/2kMIkCiE2Tzd9/5gCrrvyy3is\r\nPvisaggDfH5nOtHNgaBSlWZlhNsV0TP3SnKA4O0UtXAa/X0Y+hkvt/fZbq8W\r\nxm0l7hYXlwbH8JrVqEY/c+sdsZpwVwTEJUTk6Mn0Jt7uvoHKTyo7xxWbTMVG\r\nGsIvvSxvU8dWX+85F8eIqz2urf7oLk5LhkxIRbNsc0YtiowG/2Pb1LTwFMEB\r\nGzg6XgVZudGRFhExPDJxIw89SkPQaFm5RnHllpvoW5KCNuzmldPVQZHSUUws\r\nhVIBGLpxcmh7d4IJIVe5QE9L8zLbPBrIiCNgMSvHlTbR4Txp4iIgyg779FxQ\r\nHeqCT6axvYZH1ezivfOfBinKiMXI+7WcAEo=\r\n=M7j3\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"marcuspoehls","email":"marcus.poehls@gmail.com"},"directories":{},"maintainers":[{"name":"marcuspoehls","email":"marcus.poehls@gmail.com"},{"name":"peitek","email":"norman@peitek.com"},{"name":"celsiusf","email":"christian.fellner@outlook.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/goodies_1.11.1_1660896946178_0.8743568997640194"},"_hasShrinkwrap":false},"2.0.0":{"name":"@supercharge/goodies","description":"Utility functions for Node.js and JavaScript","version":"2.0.0","author":{"name":"Marcus Pöhls","email":"marcus@superchargejs.com"},"bugs":{"url":"https://github.com/supercharge/goodies/issues"},"engines":{"node":">=20"},"type":"module","main":"dist/index.js","types":"dist","exports":{".":"./dist/index.js"},"devDependencies":{"@supercharge/eslint-config-typescript":"~4.0.0","@supercharge/tsconfig":"~7.0.0","@types/node":"~20.8.6","c8":"~8.0.1","eslint":"~8.51.0","expect":"~29.7.0","typescript":"~5.2.2"},"homepage":"https://github.com/supercharge/goodies","keywords":["nodejs","utilities","goodies","helper","function","supercharge","superchargejs"],"license":"MIT","publishConfig":{"access":"public"},"repository":{"type":"git","url":"git+https://github.com/supercharge/goodies.git"},"scripts":{"build":"tsc","dev":"tsc --watch","lint":"eslint src --ext .js,.ts","lint:fix":"npm run lint -- --fix","test":"npm run build && npm run lint && npm run test:run","test:run":"c8 node --test"},"_id":"@supercharge/goodies@2.0.0","gitHead":"3c79d32647d602997c1555362ff97baac1c20c2a","_nodeVersion":"20.8.0","_npmVersion":"10.2.0","dist":{"integrity":"sha512-xHkDW6F8pas2nq/hRrB6HLu1432wgfqSn0+g5btRW3O3w39Yn2uCf4on87qhqHI2rXd39AwYlyoIFVCy2545kQ==","shasum":"2bbb43e2cf31bf95e50a2686943d5c29fa433f46","tarball":"https://registry.npmjs.org/@supercharge/goodies/-/goodies-2.0.0.tgz","fileCount":23,"unpackedSize":13000,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGJCW1mQtRu7B7Yjn6/S4fl8D3NqNZSTt33UKQF/aRmiAiEA8cENLbAJ2pnnyyTdiRjsBTMzV+Mi3bxZOihQLPtb4aQ="}]},"_npmUser":{"name":"marcuspoehls","email":"marcus.poehls@gmail.com"},"directories":{},"maintainers":[{"name":"marcuspoehls","email":"marcus.poehls@gmail.com"},{"name":"peitek","email":"norman@peitek.com"},{"name":"celsiusf","email":"christian.fellner@outlook.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/goodies_2.0.0_1697510684977_0.15829213263156228"},"_hasShrinkwrap":false}},"time":{"created":"2020-01-16T10:50:55.527Z","1.0.0":"2020-01-16T10:50:55.839Z","modified":"2023-10-17T02:44:45.432Z","1.1.0":"2020-04-15T12:07:47.006Z","1.2.0":"2020-05-12T04:39:35.365Z","1.3.0":"2020-05-22T05:16:08.441Z","1.4.0":"2020-05-23T15:38:23.589Z","1.5.0":"2020-07-21T08:00:04.786Z","1.5.1":"2020-07-21T08:03:45.862Z","1.6.0":"2020-12-10T07:52:11.234Z","1.6.1":"2020-12-10T08:05:57.894Z","1.6.2":"2020-12-10T08:22:29.451Z","1.7.0":"2020-12-15T13:35:04.022Z","1.8.0":"2021-01-05T05:47:26.587Z","1.9.0":"2021-04-11T10:03:18.809Z","1.10.0":"2021-08-19T14:44:52.590Z","1.10.1":"2022-04-04T15:11:05.042Z","1.11.0":"2022-08-19T08:09:46.689Z","1.11.1":"2022-08-19T08:15:46.326Z","2.0.0":"2023-10-17T02:44:45.183Z"},"maintainers":[{"name":"marcuspoehls","email":"marcus.poehls@gmail.com"},{"name":"peitek","email":"norman@peitek.com"},{"name":"celsiusf","email":"christian.fellner@outlook.com"}],"description":"Utility functions for Node.js and JavaScript","homepage":"https://github.com/supercharge/goodies","keywords":["nodejs","utilities","goodies","helper","function","supercharge","superchargejs"],"repository":{"type":"git","url":"git+https://github.com/supercharge/goodies.git"},"author":{"name":"Marcus Pöhls","email":"marcus@superchargejs.com"},"bugs":{"url":"https://github.com/supercharge/goodies/issues"},"license":"MIT","readme":"<div align=\"center\">\r\n  <a href=\"https://superchargejs.com\">\r\n    <img width=\"471\" style=\"max-width:100%;\" src=\"https://superchargejs.com/images/supercharge-text.svg\" />\r\n  </a>\r\n  <br/>\r\n  <br/>\r\n  <p>\r\n    <h3>Goodies</h3>\r\n  </p>\r\n  <p>\r\n    Helper and utility functions for Node.js.\r\n  </p>\r\n  <br/>\r\n  <p>\r\n    <a href=\"#installation\"><strong>Installation</strong></a> ·\r\n    <a href=\"#docs\"><strong>Docs</strong></a> ·\r\n    <a href=\"#api\"><strong>API</strong></a>\r\n  </p>\r\n  <br/>\r\n  <br/>\r\n  <p>\r\n    <a href=\"https://www.npmjs.com/package/@supercharge/goodies\"><img src=\"https://img.shields.io/npm/v/@supercharge/goodies.svg\" alt=\"Latest Version\"></a>\r\n    <a href=\"https://www.npmjs.com/package/@supercharge/goodies\"><img src=\"https://img.shields.io/npm/dm/@supercharge/goodies.svg\" alt=\"Monthly downloads\"></a>\r\n  </p>\r\n  <p>\r\n    <em>Follow <a href=\"http://twitter.com/marcuspoehls\">@marcuspoehls</a> and <a href=\"http://twitter.com/superchargejs\">@superchargejs</a> for updates!</em>\r\n  </p>\r\n</div>\r\n\r\n---\r\n\r\n## Introduction\r\nThe `@supercharge/goodies` package provides a handful of useful helper functions for Node.js and JavaScript, like an async `tap` function.\r\n\r\n\r\n## Installation\r\n\r\n```\r\nnpm i @supercharge/goodies\r\n```\r\n\r\n\r\n## Docs\r\nFind all the [details for `@supercharge/goodies` in the extensive Supercharge docs](https://superchargejs.com/docs/goodies).\r\n\r\n\r\n## API\r\nUsing `@supercharge/goodies` is pretty straightforward. The package exports a handful of methods that you can reach for when requiring the package:\r\n\r\n\r\n#### tap(value, callback)\r\nReturns the `value` after running the `callback`. The callback receives the value as an argument.\r\n\r\n```js\r\nconst { tap } = require('@supercharge/goodies')\r\n\r\nreturn tap(await User.find(1), async (user) => {\r\n  await user.subscribeToNewsletter()\r\n})\r\n\r\n// returns the user with ID 1\r\n```\r\n\r\n\r\n#### upon(value, callback)\r\nReturns the result of the callback. The callback receives the value as an argument.\r\n\r\n```js\r\nconst { upon } = require('@supercharge/goodies')\r\n\r\nreturn upon(await User.find(1), async (user) => {\r\n  return user.email\r\n})\r\n\r\n// user@email.com\r\n```\r\n\r\n\r\n## Contributing\r\nDo you miss a goodie function? We very much appreciate your contribution! Please send in a pull request 😊\r\n\r\n1.  Create a fork\r\n2.  Create your feature branch: `git checkout -b my-feature`\r\n3.  Commit your changes: `git commit -am 'Add some feature'`\r\n4.  Push to the branch: `git push origin my-new-feature`\r\n5.  Submit a pull request 🚀\r\n\r\n\r\n## License\r\nMIT © [Supercharge](https://superchargejs.com)\r\n\r\n---\r\n\r\n> [superchargejs.com](https://superchargejs.com) &nbsp;&middot;&nbsp;\r\n> GitHub [@supercharge](https://github.com/supercharge) &nbsp;&middot;&nbsp;\r\n> Twitter [@superchargejs](https://twitter.com/superchargejs)\r\n","readmeFilename":"README.md"}