{"_id":"redis-x-stream","_rev":"31-892c8595677ab66d128948a4441ba844","name":"redis-x-stream","dist-tags":{"alpha":"1.0.0-alpha.2","latest":"4.1.0"},"versions":{"1.0.0-alpha.1":{"name":"redis-x-stream","version":"1.0.0-alpha.1","license":"MIT","_id":"redis-x-stream@1.0.0-alpha.1","maintainers":[{"name":"calebboyd","email":"caleb.boyd@hotmail.com"}],"contributors":[{"url":"https://github.com/calebboyd","name":"Caleb Boyd"}],"homepage":"https://github.com/calebboyd/redis-x-stream#readme","bugs":{"url":"https://github.com/calebboyd/redis-x-stream/issues"},"dist":{"shasum":"438b44927349c06ee956b5545fb90c582f8f7482","tarball":"https://registry.npmjs.org/redis-x-stream/-/redis-x-stream-1.0.0-alpha.1.tgz","fileCount":27,"integrity":"sha512-xmjE6KvP1p6+tD7sBk1nhKBG3HdJMEKd9jMP9y8tmKON5pKKCklOUrGMcVGKLIVYZLTURQYGHiVFWYPaugmCYg==","signatures":[{"sig":"MEUCIC26dAhl8k7xicBZQQcdd0Sq4iadQUAK+7c9Wi3Uz9V2AiEAw0I2zxtY0an0BzsX0GiFdwArRpGSUfNSi4Soppj9ToU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":60040,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf60ztCRA9TVsSAnZWagAALRsQAIGHdLRCGLjeeqaue8eq\nX3BzIfphLpuCK7pEdTVZ6vohvdZr9GJ7myuQ0y6meDKOwiGZM5j9tnQXu1LW\n30gj7LSePVJbE66Am1xVqJ9fuOOXybloKjudbr6KHBbDrQ3fY7WYJZS8l5jH\nqf5qAHxwot35NM21wPvDEnvG6sFcs49hxFb4g70TD3wvp0P54oZlyehZ0OoW\nHnhkdE8FSRkhaN13ud1TMb3Vr7vfuPaDlndQTJYnXKwGlbi6XxsMhJkhE7sQ\nfcG6MuhPY061XpvkDXmSnV9ytC6xKGlDNRdW/PJPEFF758WW/9EDqYuL/Dg6\n/AeZu7jFq7K0isoEnd+zGMV2COQjdhLk4MgRsuN5UhIMJm94iay3zqzZaom6\ncBRa4PLF/qVVfMAijjdYQd2cDrECleftRHS0oDTnfIImUSo/XD7uGd7I0eV0\nyEWni+m6JW+ZfTpgxOsYXljrdoQJM2gh6slWhhVvDKtFdpD8xW0yEHli5pJi\nDUcIE9MFdLaMfVPMvC/b8m8RerdqTzrg/iEz7muvgcNQTMwSgmLaUWOlxA1+\nlbbY+wg/wMCrc19dCaiYF554oOnf4kPwJFuSXXb1QwUm4wH/nnfpiZAsimu9\nxcLd9lWPdGLOLaMMg7TCRQcrL9uCep1m7RXF4jL7CXLjCS49x/ZJuFspGk+h\nnfmS\r\n=Y0tZ\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","testPathIgnorePatterns":[".*\\.js",".*\\.util\\.spec"]},"main":"lib/commonjs/stream.js","exports":{".":{"import":"./lib/es2018/stream.js","require":"./lib/commonjs/stream.js"}},"gitHead":"fa1104c7579c6287efb459bf22704937b54f0f3d","release":{"branches":["+([0-9])?(.{+([0-9]),x}).x","main","next","next-major",{"name":"beta","prerelease":true},{"name":"alpha","prerelease":true}]},"scripts":{"lint":"eslint \"src/**/*\" --fix --ext \"*.ts\"","test":"jest --passWithNoTests","build":"rm -rf lib && npm run lint && npm run compile","watch":"npm run build && concurrently -k \"npm:watch:typescript\" \"npm:watch:test\" -c blue,green","compile":"tsc && tsc --module commonjs --outDir ./lib/commonjs","commitlint":"commitlint -f $(git rev-list --tags --max-count=1) -t $(git log --pretty=%H | head -1)","watch:test":"jest --watchAll","prepublishOnly":"npm run build","watch:typescript":"tsc -w"},"_npmUser":{"name":"calebboyd","email":"caleb.boyd@hotmail.com"},"prettier":{"semi":false,"parser":"typescript","printWidth":100,"singleQuote":true},"commitlint":{"rules":{"type-enum":[2,"always",["build","ci","docs","feat","fix","perf","refactor","release","revert","style","test"]]},"extends":["@commitlint/config-angular"]},"repository":{"url":"git+https://github.com/calebboyd/redis-x-stream.git"},"_npmVersion":"6.14.8","description":"``` Work in progress 🚧👷‍♂️🔨 ``` # redis-x-stream","directories":{},"_nodeVersion":"14.15.1","dependencies":{"ioredis":"^4.19.4","@calebboyd/async":"^2.0.1"},"eslintConfig":{"rules":{"@typescript-eslint/no-use-before-define":0},"parser":"@typescript-eslint/parser","extends":["plugin:@typescript-eslint/recommended","prettier/@typescript-eslint","plugin:prettier/recommended"],"overrides":[{"env":{"jest":true},"files":["*.spec.ts"]}],"ignorePatterns":["*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.6.3","eslint":"^7.16.0","ts-jest":"^26.4.4","prettier":"^2.2.1","typescript":"^4.1.3","@types/jest":"^26.0.19","@types/node":"^14.14.16","concurrently":"^5.3.0","@types/ioredis":"^4.17.7","@commitlint/cli":"^11.0.0","eslint-config-prettier":"~7.1.0","eslint-plugin-prettier":"^3.3.0","@typescript-eslint/parser":"^4.11.0","@commitlint/config-angular":"^11.0.0","jest-github-actions-reporter":"^1.0.2","@typescript-eslint/eslint-plugin":"^4.11.0"},"peerDependencies":{"@types/ioredis":"^4"},"peerDependenciesMeta":{"@types/ioredis":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/redis-x-stream_1.0.0-alpha.1_1609256172921_0.7603351698352105","host":"s3://npm-registry-packages"}},"1.0.0-alpha.2":{"name":"redis-x-stream","version":"1.0.0-alpha.2","license":"MIT","_id":"redis-x-stream@1.0.0-alpha.2","maintainers":[{"name":"calebboyd","email":"caleb.boyd@hotmail.com"}],"contributors":[{"url":"https://github.com/calebboyd","name":"Caleb Boyd"}],"homepage":"https://github.com/calebboyd/redis-x-stream#readme","bugs":{"url":"https://github.com/calebboyd/redis-x-stream/issues"},"dist":{"shasum":"8bbcae0d7a10996309214bc601f244c8958bed69","tarball":"https://registry.npmjs.org/redis-x-stream/-/redis-x-stream-1.0.0-alpha.2.tgz","fileCount":27,"integrity":"sha512-ARiX8I6LDHuxT+ZfOloXcWb7VdDSkkPHlAywPBWUUHEQitxowLX9ZHzQNmWy+4haGfm7fcN9BphbcOiQ2y66yw==","signatures":[{"sig":"MEQCIAcUo+1GTXVJ7d48rYJ2n8hCZKVV1Sa6PT5P+R5SaWeSAiBFa5+ky862hbjS69Ss7ZTmmgP6pSjnGOawc3Y7m3o1mw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":60062,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf652OCRA9TVsSAnZWagAAG0QP/2WH9UJK2PokD0eeKAgR\ngDnRsakET4/eTrnrDIelkV9QHqUdJnI4tmy4ftrGg3jxdNdM9rYfDV7bpBEn\ngIiB2YSE9IoUULP5zqi4H36Jutg39eXxIED2IkBw/eA2uXrtVvHwEecxxWtO\nBRsRuFTG9z8VxCfDbM35l2VA8LTuYJjvmj2EEDcvbiDV7H/6h2GkmeXFbkYe\nrDzvDe0vVWmNrma8IOTnt6C00xZOoManZXw+nkOGag0ITr08rIx1yVpsiStt\nLqGFo+2veR5n1tVD9MeKvmqeKF3UEtlBQp8r+bN8WJNZt8w7Klh0LIGPyGHM\nbpjLHlmkHXBtMcBkcb+gmnSdkEPdl148MFfo2yNOVILv+Qt4rx0IRDhqCN9r\naWwia//G36gNnH8aSCeXy9F9yT1JBE2vR9DRI0BaJsF/RSubaVZSvVkWd5MC\nEZETEv731XU/I2zSlnhzEJHqcjnKQW/Sj7YmDkxWT03NPNoe5VYXchjaHfjN\nglzSyCGBV2tjqle+5E6CC8eQr4XvlAbflX4+wZh4h3cBr95o2XKyObxKDou3\n25tI8pSrxtaMs6odjGRKmBAU1ii9x1fd/0UdKBYWgY8X1mg55bb224MgtMaH\nLm8lSllDmuT4HPlCRUzXuQjV8rODV/j3IMGoDWVtagHRYI1Q9JaYoq6n896P\n1Ujy\r\n=YwYL\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","testPathIgnorePatterns":[".*\\.js",".*\\.util\\.spec"]},"main":"./lib/commonjs/stream.js","type":"module","exports":{".":{"import":"./lib/es2018/stream.js","require":"./lib/commonjs/stream.js"}},"gitHead":"587fc402669438401a756cea75046f6c112ebe55","release":{"branches":["+([0-9])?(.{+([0-9]),x}).x","main","next","next-major",{"name":"beta","prerelease":true},{"name":"alpha","prerelease":true}]},"scripts":{"lint":"eslint \"src/**/*\" --fix --ext \"*.ts\"","test":"jest --passWithNoTests","build":"rm -rf lib && npm run lint && npm run compile","watch":"npm run build && concurrently -k \"npm:watch:typescript\" \"npm:watch:test\" -c blue,green","compile":"tsc && tsc --module commonjs --outDir ./lib/commonjs","commitlint":"commitlint -f $(git rev-list --tags --max-count=1) -t $(git log --pretty=%H | head -1)","watch:test":"jest --watchAll","prepublishOnly":"npm run build","watch:typescript":"tsc -w"},"_npmUser":{"name":"calebboyd","email":"caleb.boyd@hotmail.com"},"prettier":{"semi":false,"parser":"typescript","printWidth":100,"singleQuote":true},"commitlint":{"rules":{"type-enum":[2,"always",["build","ci","docs","feat","fix","perf","refactor","release","revert","style","test"]]},"extends":["@commitlint/config-angular"]},"repository":{"url":"git+https://github.com/calebboyd/redis-x-stream.git"},"_npmVersion":"6.14.8","description":"``` Work in progress 🚧👷‍♂️🔨 ``` # redis-x-stream","directories":{},"_nodeVersion":"14.15.1","dependencies":{"ioredis":"^4.19.4","@calebboyd/async":"^2.0.1"},"eslintConfig":{"rules":{"@typescript-eslint/no-use-before-define":0},"parser":"@typescript-eslint/parser","extends":["plugin:@typescript-eslint/recommended","prettier/@typescript-eslint","plugin:prettier/recommended"],"overrides":[{"env":{"jest":true},"files":["*.spec.ts"]}],"ignorePatterns":["*.d.ts"]},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.6.3","eslint":"^7.16.0","ts-jest":"^26.4.4","prettier":"^2.2.1","typescript":"^4.1.3","@types/jest":"^26.0.19","@types/node":"^14.14.16","concurrently":"^5.3.0","@types/ioredis":"^4.17.7","@commitlint/cli":"^11.0.0","eslint-config-prettier":"~7.1.0","eslint-plugin-prettier":"^3.3.0","@typescript-eslint/parser":"^4.11.0","@commitlint/config-angular":"^11.0.0","jest-github-actions-reporter":"^1.0.2","@typescript-eslint/eslint-plugin":"^4.11.0"},"peerDependencies":{"@types/ioredis":"^4"},"peerDependenciesMeta":{"@types/ioredis":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/redis-x-stream_1.0.0-alpha.2_1609276814254_0.50027122192733","host":"s3://npm-registry-packages"}},"1.0.0-alpha.4":{"name":"redis-x-stream","version":"1.0.0-alpha.4","license":"MIT","_id":"redis-x-stream@1.0.0-alpha.4","maintainers":[{"name":"calebboyd","email":"caleb.boyd@hotmail.com"}],"contributors":[{"url":"https://github.com/calebboyd","name":"Caleb Boyd"}],"homepage":"https://github.com/calebboyd/redis-x-stream#readme","bugs":{"url":"https://github.com/calebboyd/redis-x-stream/issues"},"dist":{"shasum":"1d0a8d080b3deea9e6082594898ec6761874b158","tarball":"https://registry.npmjs.org/redis-x-stream/-/redis-x-stream-1.0.0-alpha.4.tgz","fileCount":28,"integrity":"sha512-tG3eCuWNIRGLI9BwMEis0ULrTDSPKWZUm57nXviWgfoTSBMadn7YZfSueXDWezpBr9hU8P7+iSVx+kLkaAsx3g==","signatures":[{"sig":"MEQCIBtK3+IdC+LMFihcAxrGaUgvvuPuNzFTTi+6laZK8B2FAiBxM2d1/kSoJX6aVJgizrL7F2FHbOlNGQYLOG/CiXmayA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":60800,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf66ogCRA9TVsSAnZWagAAwLgQAJun3ZaDXabbd7PLVln1\nJHvwwz6bXQ1Am2fcOyLh/bJcuT6ZMu8UA4kX6jcaSS9Y27Dk1i/AFDRAofR8\njuCRxztGaTH6mz7880yAlG8/H68/4+D4bF+tKOSdvqbBJT7WAuWVEhgX+nnY\nD3dbFgvO1JkXSR1q0iRC+jieVaGxoFInAVDc6codLHFwfF0jEDfET+ELAqrs\nniSIW+nIQEUscuJ4YAjlgBej9p+qLPDbbCmh+kCmNWJZlylo23ckZJQUtGoa\nlwX2leD97AuW1+Dh4P9eekmfaoETSAULlrXnd0GfiTv7Vz/cPSDIh9/n55DO\nzzewFDeHpJoSnfYCCRs1aL+zi6ERliycuYo2mAwiOsUqMMbISEy3I9HcGS3T\nwPEKYx/Oz+K4zk3PlkbTSSNZf5Sv3/Ry5sk3kC3cFZVuJ3j3+eXqKJXIlXBu\nRshj/zj5bsGKJRzNWob28hVj7PGhfFQEENhkYtlCTtjpDstFcve1sZL8EB2l\nBmm9VnWSsd6KA4J1GXQRU535CruWHhp2T8omFtDpurJ4wSZa+mT5EENN0WL1\nOq/SuR+jDt4mD+Xk1n7irvzPu//ckBh5kOvKckCf6SmoBt/FS9c2PzeMlBQ6\nN/GmS2lIpRLf7tltmbHcDiWBvb860FjxjhRXRn5I8MZ1KCpzsfSPY+Z63pBr\naw58\r\n=RpiZ\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","resolver":"jest-ts-webcompat-resolver","testPathIgnorePatterns":[".*\\.js",".*\\.util\\.spec"]},"main":"./lib/commonjs/stream.js","type":"module","exports":{".":{"import":"./lib/es2018/stream.js","require":"./lib/commonjs/stream.js"}},"gitHead":"8f838dbec1ce5c39e99beb2cd889a5cdec19c8f1","release":{"extends":"@jedmao/semantic-release-npm-github-config","branches":["+([0-9])?(.{+([0-9]),x}).x","main","next","next-major",{"name":"beta","prerelease":true},{"name":"alpha","prerelease":true}]},"scripts":{"lint":"eslint \"src/**/*\" --fix --ext \"*.ts\"","test":"jest --passWithNoTests","build":"rm -rf lib && npm run lint && npm run compile","watch":"npm run build && concurrently -k \"npm:watch:typescript\" \"npm:watch:test\" -c blue,green","compile":"tsc && tsc --module commonjs --outDir ./lib/commonjs","commitlint":"commitlint -f $(git rev-list --tags --max-count=1) -t $(git log --pretty=%H | head -1)","watch:test":"jest --watchAll","prepublishOnly":"npm run build","watch:typescript":"tsc -w"},"_npmUser":{"name":"calebboyd","email":"caleb.boyd@hotmail.com"},"prettier":{"semi":false,"parser":"typescript","printWidth":100,"singleQuote":true},"commitlint":{"rules":{"type-enum":[2,"always",["build","ci","docs","feat","fix","perf","refactor","chore","release","revert","style","test"]]},"extends":["@commitlint/config-angular"]},"repository":{"url":"git+https://github.com/calebboyd/redis-x-stream.git"},"_npmVersion":"6.14.10","description":"``` Work in progress 🚧👷‍♂️🔨 ``` # redis-x-stream","directories":{},"_nodeVersion":"14.15.1","dependencies":{"ioredis":"^4.19.4","@calebboyd/async":"^2.0.1"},"eslintConfig":{"rules":{"@typescript-eslint/no-use-before-define":0},"parser":"@typescript-eslint/parser","extends":["plugin:@typescript-eslint/recommended","prettier/@typescript-eslint","plugin:prettier/recommended"],"overrides":[{"env":{"jest":true},"files":["*.spec.ts"]}],"ignorePatterns":["*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.6.3","eslint":"^7.16.0","ts-jest":"^26.4.4","prettier":"^2.2.1","typescript":"^4.1.3","@types/jest":"^26.0.19","@types/node":"^14.14.16","concurrently":"^5.3.0","@types/ioredis":"^4.17.7","@commitlint/cli":"^11.0.0","eslint-config-prettier":"~7.1.0","eslint-plugin-prettier":"^3.3.0","@typescript-eslint/parser":"^4.11.1","@commitlint/config-angular":"^11.0.0","jest-ts-webcompat-resolver":"^1.0.0","jest-github-actions-reporter":"^1.0.2","@typescript-eslint/eslint-plugin":"^4.11.1","@jedmao/semantic-release-npm-github-config":"^1.0.9"},"peerDependencies":{"@types/ioredis":"^4"},"peerDependenciesMeta":{"@types/ioredis":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/redis-x-stream_1.0.0-alpha.4_1609280032372_0.9035800409924393","host":"s3://npm-registry-packages"}},"1.0.0":{"name":"redis-x-stream","version":"1.0.0","license":"MIT","_id":"redis-x-stream@1.0.0","maintainers":[{"name":"calebboyd","email":"caleb.boyd@hotmail.com"}],"contributors":[{"url":"https://github.com/calebboyd","name":"Caleb Boyd"}],"homepage":"https://github.com/calebboyd/redis-x-stream#readme","bugs":{"url":"https://github.com/calebboyd/redis-x-stream/issues"},"dist":{"shasum":"07f78329b58937217cc3ebd407060ecd6cabf0a1","tarball":"https://registry.npmjs.org/redis-x-stream/-/redis-x-stream-1.0.0.tgz","fileCount":29,"integrity":"sha512-R5SODgu5+ZxmPzFVg8nJMT3xmSMmgUUkE48m24dTZgKSfgBGOGTQ6HYvE9MVvnSLV1TXuYFwi7BFha4t4FuC8A==","signatures":[{"sig":"MEUCID5y8MCzgVYO/6NYWrGS17ET9axsGE9xhZY/GzRZr1RaAiEAiWiEzll8C0HbJBWWW7NWez5FQRFNaOToxAlPQqRosLY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":62690,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf7Kc2CRA9TVsSAnZWagAA8yQQAIL/32IE8EYFdEMavkYc\nCavJFlQ8HlJyC0ep2sy5KaFYHGhvtDTBXz+3F2L8po4yaukKfXWt01aa4D/O\n6udq0IbYe+s0OlBwWTQMYE/SzltHd07GG9uQXO03m4kOyOtunx3QcgRTLH5p\nF2a8yZriGe3d/flukAEbTGkv933+sfl3ZK8+ArUgHiXv0NWVcUx/vzJxWpT/\nO34Cn0JW8MGSG44J9WMH1mAB6Lp3O8k88V4t6wws1E/hWjt9YahqFM27Bql1\nlqrQVzpMCRuMLQGMtkjoTj5GU6X/eg0OkU+3doxgdGNtz2Gp8nseCTAgZ8HG\nXqZ24WMcL7TypylNr37o0e7WQTdKpKEl1vWjZbxLW2BpzXynt/+mOZwNZGpw\nNLkXjt3Z0HDCNb2OsPYCdnNR2ggo7yd3nXMCJMJrv3ysUmnzemKrrM4/BJfi\nIiYtxDKVDDB0WgmbNaO0tlUucpLUJtUXe5ne9IjkbILuZ5fWqgoTDMjaWOCf\naCYm0OdKRqPYebQklJpoTTuluRNHVqa3Zz4+SVeOuIrqUviLtPIHwabsuRgI\nlNB0XNHysF+K3G1giV3s208vpfuRStQpFCYx3ey/t00NAdUfmgWdepvqvI/a\nAkrZmcCf7R4KOnzjmsMIiUARyJ6EMBsLmeLce02adiWQG4CXJJGpKaYIBacr\nFfvZ\r\n=mQZF\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","resolver":"jest-ts-webcompat-resolver","testPathIgnorePatterns":[".*\\.js",".*\\.util\\.spec"]},"main":"./lib/commonjs/stream.js","type":"module","exports":{".":{"import":"./lib/es2018/stream.js","require":"./lib/commonjs/stream.js"}},"gitHead":"d216cbc817418ee23d951118e5fb14196f25de54","release":{"extends":"@calebboyd/semantic-release-config","branches":["+([0-9])?(.{+([0-9]),x}).x","main","next","next-major",{"name":"beta","prerelease":true},{"name":"alpha","prerelease":true}]},"scripts":{"lint":"eslint \"src/**/*\" --fix --ext \"*.ts\"","test":"jest --passWithNoTests","build":"rm -rf lib && npm run lint && npm run compile","compile":"tsc && npm run compile:commonjs","commitlint":"commitlint -f $(git rev-list --tags --max-count=1) -t $(git log --pretty=%H | head -1)","watch:test":"jest --watchAll","prepublishOnly":"npm run build","compile:commonjs":"tsc --module commonjs --outDir ./lib/commonjs && echo '{\"type\": \"commonjs\"}' > lib/commonjs/package.json","watch:typescript":"tsc -w"},"_npmUser":{"name":"calebboyd","email":"caleb.boyd@hotmail.com"},"prettier":{"semi":false,"parser":"typescript","printWidth":100,"singleQuote":true},"commitlint":{"rules":{"type-enum":[2,"always",["build","ci","docs","feat","fix","perf","refactor","chore","release","revert","style","test"]]},"extends":["@commitlint/config-angular"]},"repository":{"url":"git+https://github.com/calebboyd/redis-x-stream.git"},"_npmVersion":"6.14.10","description":"``` Work in progress 🚧👷‍♂️🔨 ``` # redis-x-stream","directories":{},"_nodeVersion":"14.15.1","dependencies":{"ioredis":"^4.19.4","@calebboyd/async":"^2.0.1"},"eslintConfig":{"rules":{"@typescript-eslint/no-use-before-define":0},"parser":"@typescript-eslint/parser","extends":["plugin:@typescript-eslint/recommended","prettier/@typescript-eslint","plugin:prettier/recommended"],"overrides":[{"env":{"jest":true},"files":["*.spec.ts"]}],"ignorePatterns":["*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.6.3","eslint":"^7.16.0","ts-jest":"^26.4.4","prettier":"^2.2.1","typescript":"^4.1.3","@types/jest":"^26.0.19","@types/node":"^14.14.16","@types/ioredis":"^4.17.7","@commitlint/cli":"^11.0.0","eslint-config-prettier":"~7.1.0","eslint-plugin-prettier":"^3.3.0","@typescript-eslint/parser":"^4.11.1","@commitlint/config-angular":"^11.0.0","jest-ts-webcompat-resolver":"^1.0.0","jest-github-actions-reporter":"^1.0.2","@typescript-eslint/eslint-plugin":"^4.11.1","@calebboyd/semantic-release-config":"^1.0.1"},"peerDependencies":{"@types/ioredis":"^4"},"peerDependenciesMeta":{"@types/ioredis":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/redis-x-stream_1.0.0_1609344821822_0.08627541729483545","host":"s3://npm-registry-packages"}},"1.1.0":{"name":"redis-x-stream","version":"1.1.0","license":"MIT","_id":"redis-x-stream@1.1.0","maintainers":[{"name":"calebboyd","email":"caleb.boyd@hotmail.com"}],"contributors":[{"url":"https://github.com/calebboyd","name":"Caleb Boyd"}],"homepage":"https://github.com/calebboyd/redis-x-stream#readme","bugs":{"url":"https://github.com/calebboyd/redis-x-stream/issues"},"dist":{"shasum":"3a024036cbf28889d70f1da726d379e97df39a5f","tarball":"https://registry.npmjs.org/redis-x-stream/-/redis-x-stream-1.1.0.tgz","fileCount":29,"integrity":"sha512-reOUBDFi5172Tm97LpyH3k+d1G7lEXT8S0HN5pz3/hilbU/LCIXSTNMLISd7ksCWctSgyVuqQa2m3npTMrsjvA==","signatures":[{"sig":"MEUCIQDCN4XOnuHww94B5esM7Ypk+FPATGJN4m4Y/KWg3skLEwIgJfulgsU4mQRMlBz6r08HAdU3AflO7R9un3TiRpT2gp8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":70463,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf8QuOCRA9TVsSAnZWagAAU+oP+gKIR6EAeYUoOyiygMJe\nb8PbfwdVCjvX5Mqqh1Gw9C99bW0D/f7BFPQYfWqzXhYXdlQimbAGeo/F2uz2\nES75/ha32Ut3AbG1ySdqwkMfukCRg/aMdOfnsfnf1AdYlnZNQ8+5ujoroH54\nSGnv/KRAdxOCh+7SLTmM5iLfasFRicq6DRvI7agovj0rKSdKyVi4fQMt4lD0\nD/EOCivl/3vnVuhCCSxN20NNJO85Ari08WvAdFvb9aszBOjUh3MoDA0TCmF3\ndOAcmeuOH3xKVIrLFjse5Tg9RXhcYE/spyaZUoVFOF+BwNJywNXrW25HTxPr\nYERdPZraLjqqx8KklJ8dAPKMUQe2JFvX7EwsR/rpnzUkOqVXLBaRYs8fV03+\npOQMBWAKaqamT0bLGaMiXhTmT/qJjWP/zQWIpdW4ZgnLg0EaZupKx5tTVjq7\n5TpIgHrnZ3yfOuFY111PYTlun992uA4CssSvqJzYlOFUtPkVuKh0XvZv/hA7\nWfIw0s1eG8kk4hNOK/2nXfJGJCcY5MGApj1B52mlQyHFwTLP6EomB5gTvKxs\nuF+vQbpu313WC+CgpTvYlIKUw3aLEYzKdKaw3I70pMVLhPuwLJTEn+M40uaZ\nhXTjaxPnOxBLVLT5UGEeGSqdMp+Eex1R+/C/uzsOfbaacg4v9q8vPs6az/Y6\n4E+B\r\n=tmEd\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","resolver":"jest-ts-webcompat-resolver","testPathIgnorePatterns":[".*\\.js",".*\\.util\\.spec"]},"main":"./lib/commonjs/stream.js","type":"module","exports":{".":{"import":"./lib/es2018/stream.js","require":"./lib/commonjs/stream.js"}},"gitHead":"65e20108ff3158b7a0928d9cde25944ef12ca9cd","release":{"extends":"@calebboyd/semantic-release-config","branches":["+([0-9])?(.{+([0-9]),x}).x","main","next","next-major",{"name":"beta","prerelease":true},{"name":"alpha","prerelease":true}]},"scripts":{"lint":"eslint \"src/**/*\" --fix --ext \"*.ts\"","test":"jest --passWithNoTests","build":"rm -rf lib && npm run lint && npm run compile","compile":"tsc && npm run compile:commonjs","coverage":"npm run test -- --collectCoverage","commitlint":"commitlint -f $(git rev-list --tags --max-count=1) -t $(git log --pretty=%H | head -1)","watch:test":"jest --watchAll","prepublishOnly":"npm run build","compile:commonjs":"tsc --module commonjs --outDir ./lib/commonjs && echo '{\"type\": \"commonjs\"}' > lib/commonjs/package.json","watch:typescript":"tsc -w"},"_npmUser":{"name":"calebboyd","email":"caleb.boyd@hotmail.com"},"prettier":{"semi":false,"parser":"typescript","printWidth":100,"singleQuote":true},"commitlint":{"rules":{"type-enum":[2,"always",["build","ci","docs","feat","fix","perf","refactor","chore","release","revert","style","test"]]},"extends":["@commitlint/config-angular"]},"repository":{"url":"git+https://github.com/calebboyd/redis-x-stream.git"},"_npmVersion":"6.14.10","description":"An [async iterable](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol/asyncIterator) that emits redis stream entries. Requires Redis 5 or greater.","directories":{},"_nodeVersion":"14.15.1","dependencies":{"ioredis":"^4.19.4","@calebboyd/async":"^2.0.1"},"eslintConfig":{"rules":{"@typescript-eslint/no-use-before-define":0},"parser":"@typescript-eslint/parser","extends":["plugin:@typescript-eslint/recommended","prettier/@typescript-eslint","plugin:prettier/recommended"],"overrides":[{"env":{"jest":true},"files":["*.spec.ts"]}],"ignorePatterns":["*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.6.3","eslint":"^7.17.0","ts-jest":"^26.4.4","prettier":"^2.2.1","typescript":"^4.1.3","@types/jest":"^26.0.19","@types/node":"^14.14.19","@types/ioredis":"^4.17.7","@commitlint/cli":"^11.0.0","eslint-config-prettier":"~7.1.0","eslint-plugin-prettier":"^3.3.0","@typescript-eslint/parser":"^4.11.1","@commitlint/config-angular":"^11.0.0","jest-ts-webcompat-resolver":"^1.0.0","jest-github-actions-reporter":"^1.0.2","@typescript-eslint/eslint-plugin":"^4.11.1","@calebboyd/semantic-release-config":"^1.0.1"},"peerDependencies":{"@types/ioredis":"^4"},"peerDependenciesMeta":{"@types/ioredis":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/redis-x-stream_1.1.0_1609632653933_0.4162904334962543","host":"s3://npm-registry-packages"}},"1.1.1":{"name":"redis-x-stream","version":"1.1.1","license":"MIT","_id":"redis-x-stream@1.1.1","maintainers":[{"name":"calebboyd","email":"caleb.boyd@hotmail.com"}],"contributors":[{"url":"https://github.com/calebboyd","name":"Caleb Boyd"}],"homepage":"https://github.com/calebboyd/redis-x-stream#readme","bugs":{"url":"https://github.com/calebboyd/redis-x-stream/issues"},"dist":{"shasum":"fc3aa11da0752f94634f4c0f7781cf84c4269297","tarball":"https://registry.npmjs.org/redis-x-stream/-/redis-x-stream-1.1.1.tgz","fileCount":25,"integrity":"sha512-fEqOZxK49zaSuWLFs7SZYeWjme+c6BqrWqdTXJSDtYYvbXS8qfGbhbVk4uFRajzZ4LdRTBKarpAzJZWgWpi/OA==","signatures":[{"sig":"MEYCIQCRwgwX2VAzHq0V7HNQeh6lfBjdxaYAU2Tc8FyRGdJ11wIhAO5sMuqNbLqKkJGbIYt2leIvRLvr4jKddRz/Vkjkg5MF","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":62638,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgIUG0CRA9TVsSAnZWagAA2GYP/27whS040EZ06hzrQGK7\noaaPw90IaFfdkjgyMLA6f1B0K3oKITtVPnKGmlj1F0nl84V96mq0c98k67is\nPuC7M9GtiqdKwUcFGVvRH05PDAiP3YuZ0NqY4BWux0eUGnRpTmcwxgQS6sdr\nr4wXptSrLTzABBV+ivLI8kgMeuD76vVzEaXVTWfY25TL06mOwPok+jhv3sza\nmBoGsJonQhOFGmuROlWZe6dNtvjLxpX6BT0zVMK4EHwUrTNR9Nmk6mwlROJY\nWC+UoLIyr1WVa0qnZMbLmbiJ4R4NCJUshsZq9iGVDkO56xjsuCrwFyDAF9aJ\njw/iFtFQypRxFHQxf2ukMS5aOXZ8ftqpCTjftkSvJY0QJG5Aaf0hIv8Qedl9\nunFoLijITd8glEk5bmTPdHctR79lCeHZgyviu3do0tVMBvinnVfbGLJsTEjY\ntTswgSHGcrBAIgMoYDoWUhnfh/UrKWUa0wdjhRVxZTtxO2aMeEngbTDkNlPl\n4nzNpFMkRw0swxNBeMX17hG+PX5nv6V3QJAsoQ/OAiPny7vR+yjuTbPUnsX0\nP2osl98djzCcgryTIUDWShblCttF71X7cwwUOY0rX/X7uipP4lzoR3SCo4rP\nV26x39kieZbgLCHY4XonKHrg9Gpoj5so2MEHsIeCQfQCiaBMS8evWOkcZXBu\nJJfo\r\n=859r\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","resolver":"jest-ts-webcompat-resolver","testPathIgnorePatterns":[".*\\.js",".*\\.util\\.spec"]},"main":"./lib/commonjs/stream.js","type":"module","exports":{".":{"import":"./lib/es2018/stream.js","require":"./lib/commonjs/stream.js"}},"gitHead":"a4b60c67baabd5c47dbe20382e089865b10596f2","release":{"extends":"@calebboyd/semantic-release-config","branches":["+([0-9])?(.{+([0-9]),x}).x","main","next","next-major",{"name":"beta","prerelease":true},{"name":"alpha","prerelease":true}]},"scripts":{"docs":"typedoc src/stream.ts --excludePrivate","lint":"eslint \"src/**/*\" --fix --ext \"*.ts\"","test":"npm run commitlint && jest","build":"rm -rf lib && npm run lint && npm run compile","compile":"tsc && npm run compile:commonjs","coverage":"npm run test -- --collectCoverage","commitlint":"commitlint -f $(git rev-list --tags --max-count=1) -t $(git log --pretty=%H | head -1)","watch:test":"jest --watchAll","prepublishOnly":"npm run build","compile:commonjs":"tsc --module commonjs --outDir ./lib/commonjs && echo '{\"type\": \"commonjs\"}' > lib/commonjs/package.json","watch:typescript":"tsc -w"},"_npmUser":{"name":"calebboyd","email":"caleb.boyd@hotmail.com"},"prettier":{"semi":false,"parser":"typescript","printWidth":100,"singleQuote":true},"commitlint":{"rules":{"type-enum":[2,"always",["build","ci","docs","feat","fix","perf","refactor","chore","release","revert","style","test"]]},"extends":["@commitlint/config-angular"]},"repository":{"url":"git+https://github.com/calebboyd/redis-x-stream.git"},"_npmVersion":"6.14.10","description":"An [async iterable](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol/asyncIterator) that emits redis stream entries. Requires Redis 5 or greater.","directories":{},"_nodeVersion":"14.15.4","dependencies":{"debug":"^4.3.1","ioredis":"^4.19.4"},"eslintConfig":{"rules":{"@typescript-eslint/no-use-before-define":0},"parser":"@typescript-eslint/parser","extends":["plugin:@typescript-eslint/recommended","prettier/@typescript-eslint","plugin:prettier/recommended"],"overrides":[{"env":{"jest":true},"files":["*.spec.ts"]}],"ignorePatterns":["*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.6.3","eslint":"^7.17.0","ts-jest":"^26.4.4","typedoc":"^0.20.10","prettier":"^2.2.1","typescript":"^4.1.3","@types/jest":"^26.0.19","@types/node":"^14.14.19","@types/debug":"^4.1.5","@types/ioredis":"^4.17.7","@commitlint/cli":"^11.0.0","eslint-config-prettier":"~7.1.0","eslint-plugin-prettier":"^3.3.0","typedoc-plugin-markdown":"^3.2.1","@typescript-eslint/parser":"^4.11.1","@commitlint/config-angular":"^11.0.0","jest-ts-webcompat-resolver":"^1.0.0","jest-github-actions-reporter":"^1.0.2","@typescript-eslint/eslint-plugin":"^4.11.1","@calebboyd/semantic-release-config":"^1.0.1"},"peerDependencies":{"@types/ioredis":"^4"},"peerDependenciesMeta":{"@types/ioredis":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/redis-x-stream_1.1.1_1612792243678_0.9816694297846693","host":"s3://npm-registry-packages"}},"1.2.0":{"name":"redis-x-stream","version":"1.2.0","license":"MIT","_id":"redis-x-stream@1.2.0","maintainers":[{"name":"calebboyd","email":"caleb.boyd@hotmail.com"}],"contributors":[{"url":"https://github.com/calebboyd","name":"Caleb Boyd"}],"homepage":"https://github.com/calebboyd/redis-x-stream#readme","bugs":{"url":"https://github.com/calebboyd/redis-x-stream/issues"},"dist":{"shasum":"baa21a2fb4098172ab0fb14a2455be47aeadaba7","tarball":"https://registry.npmjs.org/redis-x-stream/-/redis-x-stream-1.2.0.tgz","fileCount":25,"integrity":"sha512-uqY7aESO00ZQClTZC/fFIU7zj1DIZ8mhj9hnlKrYX7mByDicslwc7HpZIs37RrvHc/rBF3CIVfrcpKv3YF55Gg==","signatures":[{"sig":"MEUCIQDD1ZSylaD4Xlz3sRdo1oyDu0QrQQvHfOZVYE6S+PxvMwIgaNJrSknl+IVDV764Yzf0JxPr3nm4+0lOqPcvOyCweGg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":63599,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgJUp9CRA9TVsSAnZWagAAU9AP/0d4bONmsmSGh/BDA6kg\nh5cZFtbk/kuQY/8CCMsGtwPeaTahhdY3hPnd/aZGnaHeqzPIbxWaz0HUqNdk\nnSG3xnTYEMjX7vYGV6+IjckB/OIumB/kfMmTohsPu4EJzW+KFvZsNtt7yVMc\n9SNdIckWQsEWLzVWjn0mcoe0DGd7lDhyIkhfpm87OqrxkyBUXLsQTBv7L55e\nsu501qMOfAUPkdQl1zVxKaPcEggY4KIec+TnS9N7TPipT++JbDSamwnL74Wg\n7SsTHTgzDu9Fv2kLcdeoWD9I+gZXibiMWXYIJnEIXQLi6xj3gYO8Zgw16gk8\n/lMQKlpyTeiO9jye6tdArZ8/mvXPVAteS3nF6MJ6hCN2gXQkAVY91+qnKNqf\n7Mu/cYdV/2v74QTQOO5ZqhHz7fQtwCDcjIF81ShILhkBZ+2zpD0g9L9AK17G\nprpi1FY6pphrzErWhRqPSn/33AXO+ZvyYFWQwZd0nV2UfVdYnV7XNNNAAU8n\nQlzp1sbug+/cqLZbQH0cdSa0dC5xHhFbtS/cbNRAbANFKCLoWPzOdidq1fYQ\nqhC6yaf8p1GeW1p77T5nDybv+FSVeFqXJL9UxFXsiPCTR/9qnTH7eow8l3Z3\nnpjq/Kk9ObDMQ+1+eio2+h6V3XCwd/ItkwwJIVsCdjMoKDP9RCuNmH9WX7x1\n3sg2\r\n=e5YM\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","resolver":"jest-ts-webcompat-resolver","testPathIgnorePatterns":[".*\\.js",".*\\.util\\.spec"]},"main":"./lib/commonjs/stream.js","type":"module","exports":{".":{"import":"./lib/es2018/stream.js","require":"./lib/commonjs/stream.js"}},"gitHead":"0b27e7e7df78e990c80e433eceb268a2447f9c8a","release":{"extends":"@calebboyd/semantic-release-config","branches":["+([0-9])?(.{+([0-9]),x}).x","main","next","next-major",{"name":"beta","prerelease":true},{"name":"alpha","prerelease":true}]},"scripts":{"docs":"typedoc src/stream.ts --excludePrivate","lint":"eslint \"src/**/*\" --fix --ext \"*.ts\"","test":"npm run commitlint && jest","build":"rm -rf lib && npm run lint && npm run compile","compile":"tsc && npm run compile:commonjs","coverage":"npm run test -- --collectCoverage","commitlint":"commitlint -f $(git rev-list --tags --max-count=1) -t $(git log --pretty=%H | head -1)","watch:test":"jest --watchAll","prepublishOnly":"npm run build","compile:commonjs":"tsc --module commonjs --outDir ./lib/commonjs && echo '{\"type\": \"commonjs\"}' > lib/commonjs/package.json","watch:typescript":"tsc -w"},"_npmUser":{"name":"calebboyd","email":"caleb.boyd@hotmail.com"},"prettier":{"semi":false,"parser":"typescript","printWidth":100,"singleQuote":true},"commitlint":{"rules":{"type-enum":[2,"always",["build","ci","docs","feat","fix","perf","refactor","chore","release","revert","style","test"]]},"extends":["@commitlint/config-angular"]},"repository":{"url":"git+https://github.com/calebboyd/redis-x-stream.git"},"_npmVersion":"6.14.11","description":"An [async iterable](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol/asyncIterator) that emits redis stream entries. Requires Redis 5 or greater.","directories":{},"_nodeVersion":"14.15.4","dependencies":{"debug":"^4.3.1","ioredis":"^4.22.0"},"eslintConfig":{"rules":{"@typescript-eslint/no-use-before-define":0},"parser":"@typescript-eslint/parser","extends":["plugin:@typescript-eslint/recommended","prettier/@typescript-eslint","plugin:prettier/recommended"],"overrides":[{"env":{"jest":true},"files":["*.spec.ts"]}],"ignorePatterns":["*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.6.3","eslint":"^7.19.0","ts-jest":"^26.5.1","typedoc":"^0.20.24","prettier":"^2.2.1","typescript":"^4.1.5","@types/jest":"^26.0.20","@types/node":"^14.14.25","@types/debug":"^4.1.5","@types/ioredis":"^4.17.7","@commitlint/cli":"^11.0.0","eslint-config-prettier":"~7.2.0","eslint-plugin-prettier":"^3.3.1","typedoc-plugin-markdown":"^3.4.5","@typescript-eslint/parser":"^4.15.0","@commitlint/config-angular":"^11.0.0","jest-ts-webcompat-resolver":"^1.0.0","jest-github-actions-reporter":"^1.0.3","@typescript-eslint/eslint-plugin":"^4.15.0","@calebboyd/semantic-release-config":"^1.0.1"},"peerDependencies":{"@types/ioredis":"^4"},"peerDependenciesMeta":{"@types/ioredis":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/redis-x-stream_1.2.0_1613056637441_0.8991076044522444","host":"s3://npm-registry-packages"}},"1.2.1":{"name":"redis-x-stream","version":"1.2.1","license":"MIT","_id":"redis-x-stream@1.2.1","maintainers":[{"name":"calebboyd","email":"caleb.boyd@hotmail.com"}],"contributors":[{"url":"https://github.com/calebboyd","name":"Caleb Boyd"}],"homepage":"https://github.com/calebboyd/redis-x-stream#readme","bugs":{"url":"https://github.com/calebboyd/redis-x-stream/issues"},"dist":{"shasum":"1a90f72446833b7c957a45a065f0a3d411cdc6dd","tarball":"https://registry.npmjs.org/redis-x-stream/-/redis-x-stream-1.2.1.tgz","fileCount":25,"integrity":"sha512-Ar1M0D+McC9cKj6wu/qjwYrTq8t2Jo0Qi+wIFUqRLHhvg+n0GbK1NdpU4N3FUmSIofP7vwehqCEA2MJl4hGt0g==","signatures":[{"sig":"MEUCIB3RWzIR8hMK4y6wbcO1eVjAAfjNX4PdQR2yCyytztYqAiEAyNXRRS8wRApSDKaTvLGL+nW/xQ6MV1VFYZEgwou00MQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":63846,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgKqi5CRA9TVsSAnZWagAAynIP/A0r1b0qxT/yyEEb0vKg\n0+AJ9FmH3rBEd561w6RadvbvWssKhurOjPKq8ZpxRWc6dyqclLV4pvVdgg9Y\nR00MKJ1qjW2I11I3DCYM7w7aZ2vThMiu5sol24F6G5qayYJEk7isJVCUahkv\ncGIS8+Sgz7eJDFH97dH9CNyL1JYSG5TOPVmh9PoFDZlUm05KgAJHns1bsZXB\n8s6XRJUrag58/y+rXMWJ7uQj5Zhtq5nh/pGpaDpbnQeI3X492Ow537mM6/9e\nS/7Bnxt6LSEchk4SiFppflM/wAwoFgwvHykhg4sEWw6u7KQ6uY35LAA1ne7L\nCypUnHedaXGsjXbDFIL+IFYBL8NiB6Wva5Ip5fKnGYko9ib4fcL+Y3n7jM89\nRzKAdA2SiooWpSlRTCogQNQIbupd/X09GSsaY/mK31XHfi3URM4+1FYq5jSr\ncCVjui74kDMsOgvsCIMZZX8TlH+xAvcBzPE3sg/teHtS6ymenUaVDpfRTAXJ\nMxSdDy0+pb0xjT3k98qOduDS1y8b2VbXA5eu29vxuOfFowCyYm2hT0BFWLAZ\nwWkRERQAvjCS6AqDcaVCnAyulZy0NoEiRtvSMrTCv0oD0qaMqEc/yV0jqDFc\nMP3b5yrM6Ns3moqXc6pe06xIcYxy6vPX6qjcRDCefe9TY9+HOh4LG2hGCR1U\n5iCU\r\n=E/dV\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","resolver":"jest-ts-webcompat-resolver","testPathIgnorePatterns":[".*\\.js",".*\\.util\\.spec"]},"main":"./lib/commonjs/stream.js","type":"module","exports":{".":{"import":"./lib/es2018/stream.js","require":"./lib/commonjs/stream.js"}},"gitHead":"e0f92171320687f8bda9f37f3bf52f59ac091e26","release":{"extends":"@calebboyd/semantic-release-config","branches":["+([0-9])?(.{+([0-9]),x}).x","main","next","next-major",{"name":"beta","prerelease":true},{"name":"alpha","prerelease":true}]},"scripts":{"docs":"typedoc src/stream.ts --excludePrivate","lint":"eslint \"src/**/*\" --fix --ext \"*.ts\"","test":"npm run commitlint && jest","build":"rm -rf lib && npm run lint && npm run compile","compile":"tsc && npm run compile:commonjs","coverage":"npm run test -- --collectCoverage","commitlint":"commitlint -f $(git rev-list --tags --max-count=1) -t $(git log --pretty=%H | head -1)","watch:test":"jest --watchAll","prepublishOnly":"npm run build","compile:commonjs":"tsc --module commonjs --outDir ./lib/commonjs && echo '{\"type\": \"commonjs\"}' > lib/commonjs/package.json","watch:typescript":"tsc -w"},"_npmUser":{"name":"calebboyd","email":"caleb.boyd@hotmail.com"},"prettier":{"semi":false,"parser":"typescript","printWidth":100,"singleQuote":true},"commitlint":{"rules":{"type-enum":[2,"always",["build","ci","docs","feat","fix","perf","refactor","chore","release","revert","style","test"]]},"extends":["@commitlint/config-angular"]},"repository":{"url":"git+https://github.com/calebboyd/redis-x-stream.git"},"_npmVersion":"6.14.11","description":"An [async iterable](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol/asyncIterator) that emits redis stream entries. Requires Redis 5 or greater.","directories":{},"_nodeVersion":"14.15.4","dependencies":{"debug":"^4.3.1","ioredis":"^4.22.0"},"eslintConfig":{"rules":{"@typescript-eslint/no-use-before-define":0},"parser":"@typescript-eslint/parser","extends":["plugin:@typescript-eslint/recommended","prettier/@typescript-eslint","plugin:prettier/recommended"],"overrides":[{"env":{"jest":true},"files":["*.spec.ts"]}],"ignorePatterns":["*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.6.3","eslint":"^7.19.0","ts-jest":"^26.5.1","typedoc":"^0.20.24","prettier":"^2.2.1","typescript":"^4.1.5","@types/jest":"^26.0.20","@types/node":"^14.14.25","@types/debug":"^4.1.5","@types/ioredis":"^4.17.7","@commitlint/cli":"^11.0.0","eslint-config-prettier":"~7.2.0","eslint-plugin-prettier":"^3.3.1","typedoc-plugin-markdown":"^3.4.5","@typescript-eslint/parser":"^4.15.0","@commitlint/config-angular":"^11.0.0","jest-ts-webcompat-resolver":"^1.0.0","jest-github-actions-reporter":"^1.0.3","@typescript-eslint/eslint-plugin":"^4.15.0","@calebboyd/semantic-release-config":"^1.0.1"},"peerDependencies":{"@types/ioredis":"^4"},"peerDependenciesMeta":{"@types/ioredis":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/redis-x-stream_1.2.1_1613408441272_0.34543102550169147","host":"s3://npm-registry-packages"}},"2.0.0":{"name":"redis-x-stream","version":"2.0.0","license":"MIT","_id":"redis-x-stream@2.0.0","maintainers":[{"name":"calebboyd","email":"caleb.boyd@hotmail.com"}],"contributors":[{"url":"https://github.com/calebboyd","name":"Caleb Boyd"}],"homepage":"https://github.com/calebboyd/redis-x-stream#readme","bugs":{"url":"https://github.com/calebboyd/redis-x-stream/issues"},"dist":{"shasum":"047b29e2a5db88e9ee50d1cd225d8e2331217ac8","tarball":"https://registry.npmjs.org/redis-x-stream/-/redis-x-stream-2.0.0.tgz","fileCount":24,"integrity":"sha512-CypnCnQhHgSwgWQYWQ+ogf1X6Jn0DAj983oda6dAalexpeUp/HWs7mI809yxioJl1NvNd89BQjBvdo7O7r0N4A==","signatures":[{"sig":"MEQCIGR1s3HBR8iCDItALlOu74+8jhcr31kgaMRyQXmmM1xTAiBameiMOTdAxjoXjPAq+xVE3u8Ba05+FR+3hkqis+S5cg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":61528,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjXpGCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpRag/9FkUg4tiyb5zNxCL+sL+qXL4+rfk5LVuWKp+/sSZmVmaO9ct2\r\niy8Ss+0o5Bs7cPAIiDK9MCtSV8HGv8mdvOyqNYRIE5XJXmfed5936LkLvalw\r\nSHh/gqr0eDfPH96veBfA9dAQRqoo8oWim1E555nGbSPZEzq7QwR1qq5NCe6w\r\nZcT0G5ao1ziMelJtXE8wvEROJwHgc3gRuZAZuf/S6h8F4/1pLHWv5U98tG62\r\nsjtRXbkAXM7aO/cbLfS14MEQz8d/BKf9tvHIWrp9lRmWMGKmO04+lj7ttWBW\r\nj7sOAbT1/tTb9HkOdgrjLUEBw8YRNBVnvTfaI/P9BUu7Xny0GVkp4ZRv9ZkT\r\nmeiRccCrQ/PrSteuD/D1qnxiNo2Irf9ujyFYtkEKTugUeK0RtQ/FazW0cZ3n\r\nKbKqJ1nWWALw8bqCSxvpf991QCMLqQsHQeJfARWM66JKgyO0A56R9wsPfSnt\r\nVsz7IBmH6mURtSUVqnxnRW1tzNlFcGg70KI3isyJRFMeU9c3kNi4jyX5fPgw\r\nJHvEE7z9pOGCWFXmAKGdv4i2SXN0wcCOlADPf+J+U+blYo7H5uQb6HrdBsSN\r\nBsXSvdZm309BTIYqGUbQx+DP0cnNRZHB6FmbjI0P+P8AZK8l5ofYerapoxI7\r\nW7jLt1MZ5gVi3XBHA38OSoOuTH1vgOIpVBc=\r\n=OGpQ\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","resolver":"jest-ts-webcompat-resolver","testPathIgnorePatterns":[".*\\.js",".*\\.util\\.spec"]},"main":"./lib/commonjs/stream.js","type":"module","exports":{".":{"import":"./lib/es2018/stream.js","require":"./lib/commonjs/stream.js"}},"gitHead":"dfb83aa809624ffd364cef5eb1fd3bf899532169","release":{"extends":"@calebboyd/semantic-release-config","branches":["+([0-9])?(.{+([0-9]),x}).x","main","next","next-major",{"name":"beta","prerelease":true},{"name":"alpha","prerelease":true}]},"scripts":{"docs":"typedoc src/stream.ts --excludePrivate","lint":"eslint \"src/**/*\" --fix --ext \"*.ts\"","test":"npm run commitlint && jest","build":"rm -rf lib && npm run lint && npm run compile","compile":"tsc && npm run compile:commonjs","coverage":"npm run test -- --collectCoverage","commitlint":"commitlint -f $(git rev-list --tags --max-count=1) -t $(git log --pretty=%H | head -1)","watch:test":"jest --watchAll","prepublishOnly":"npm run build","compile:commonjs":"tsc --module commonjs --outDir ./lib/commonjs && echo '{\"type\": \"commonjs\"}' > lib/commonjs/package.json","watch:typescript":"tsc -w"},"_npmUser":{"name":"calebboyd","email":"caleb.boyd@hotmail.com"},"prettier":{"semi":false,"parser":"typescript","printWidth":100,"singleQuote":true},"commitlint":{"rules":{"type-enum":[2,"always",["build","ci","docs","feat","fix","perf","refactor","chore","release","revert","style","test"]]},"extends":["@commitlint/config-angular"]},"repository":{"url":"git+https://github.com/calebboyd/redis-x-stream.git"},"_npmVersion":"7.20.1","description":"An [async iterable](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol/asyncIterator) that emits redis stream entries. Requires Redis 5 or greater.","directories":{},"_nodeVersion":"16.16.0","dependencies":{"debug":"^4.3.4","ioredis":"^5.2.3"},"eslintConfig":{"rules":{"@typescript-eslint/no-use-before-define":0},"parser":"@typescript-eslint/parser","extends":["eslint:recommended","plugin:@typescript-eslint/recommended","prettier","plugin:prettier/recommended"],"plugins":["@typescript-eslint"],"overrides":[{"env":{"jest":true},"files":["*.spec.ts"]}],"ignorePatterns":["*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.2.2","eslint":"^8.26.0","ts-jest":"^29.0.3","typedoc":"^0.23.19","prettier":"^2.7.1","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^18.11.7","@types/debug":"^4.1.7","@commitlint/cli":"^17.1.2","eslint-config-prettier":"~8.5.0","eslint-plugin-prettier":"^4.2.1","typedoc-plugin-markdown":"^3.13.6","@typescript-eslint/parser":"^5.41.0","@commitlint/config-angular":"^17.1.0","jest-ts-webcompat-resolver":"^1.0.0","jest-github-actions-reporter":"^1.0.3","@typescript-eslint/eslint-plugin":"^5.41.0","@calebboyd/semantic-release-config":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/redis-x-stream_2.0.0_1667142018298_0.3821154823422783","host":"s3://npm-registry-packages"}},"1.3.0":{"name":"redis-x-stream","version":"1.3.0","license":"MIT","_id":"redis-x-stream@1.3.0","maintainers":[{"name":"calebboyd","email":"caleb.boyd@hotmail.com"}],"contributors":[{"url":"https://github.com/calebboyd","name":"Caleb Boyd"}],"homepage":"https://github.com/calebboyd/redis-x-stream#readme","bugs":{"url":"https://github.com/calebboyd/redis-x-stream/issues"},"dist":{"shasum":"724c0a3baa0d05c1c198364e1f468d720f3d2d0e","tarball":"https://registry.npmjs.org/redis-x-stream/-/redis-x-stream-1.3.0.tgz","fileCount":24,"integrity":"sha512-qQvhQMx87w1kUosr9OkSbzWmHqyet09Pw/7yKHaJR1Y82hzOjdn0ISOHnd4h7O/F+qbBO+AftHfvLy1vF4RXyw==","signatures":[{"sig":"MEQCIHdfZ7of72qirdNOMettGDLl1SPBc6KDe/CQ45wr5YWqAiBbZ6RxKYK2v7gzq3RCItQ0hWcLFoiuA7gHPRFcROo7xQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":61528,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjXpHhACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoWIw//XaUS2+N7f5dOtqVkRj3ju/iSGGZBldNP5MXNN1OJn6KRI1Wa\r\neI17JzrhCE2Et57LekzuAReRE5EjW2BYksOxAhbadjZnlKydL1DX0QfnwfZ1\r\nKL0NOspnf8IFs+d9jdjK5ACPz9Gqoxcs6LZrAax2CTbk7NYRSNdUKVxpVjUH\r\n2ZCh+4O1Y60WXaEr4wlS1ipvcx7Od2441SI95bmf3QRdPM3lug8Wpo1ydEw+\r\nibuFGbXOmfFVATw3C12iKAQ3hk5XJOc244WFF5R3MQv6Sdl1RDhDonlJ2M9/\r\n+40SN0OibIRdm2zDjLQC8EE+Kv+vbDLqEBpa4yRc9BQctTo+GXdDUpcox5N/\r\nctQqmoPnGhOTdmNNttlfZCFGGX+OxOtakE6Osw/4TKj5QjmRnzeCd0nPZEYm\r\nE1kOZLx2LG8LiVEzQF4AMWL8uLJb8VbXwZnHAiD4kzVNWVsaWXtwguxnFRRe\r\nAoNZG+VTRb30Cr7x7w8aONZHwab3Ma3cEn49jSdrDd7u60BjNyfq/7NAGJkK\r\nUJAOSkAPaD1wtyfxcWPNUuHEdXh1sqqB4mVjW2G5ajZ7LdJH8O5vHIaEtjGf\r\n52gnrQRSd10Ip//CZstIBjM2vI26oR6eesv65Frnj1tD2cEfhNrHbZBlbos1\r\nGTmO1blKI+F7wq/WiBPuTm3jheWoebPH0eg=\r\n=c5pk\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","resolver":"jest-ts-webcompat-resolver","testPathIgnorePatterns":[".*\\.js",".*\\.util\\.spec"]},"main":"./lib/commonjs/stream.js","type":"module","types":"./lib/commonjs/stream.d.ts","exports":{".":{"import":"./lib/es2018/stream.js","require":"./lib/commonjs/stream.js"}},"gitHead":"ba477b3429ea4115cb8c4fc0551b03280902896d","release":{"extends":"@calebboyd/semantic-release-config","branches":["+([0-9])?(.{+([0-9]),x}).x","main","next","next-major",{"name":"beta","prerelease":true},{"name":"alpha","prerelease":true}]},"scripts":{"docs":"typedoc src/stream.ts --excludePrivate","lint":"eslint \"src/**/*\" --fix --ext \"*.ts\"","test":"npm run commitlint && jest","build":"rm -rf lib && npm run lint && npm run compile","compile":"tsc && npm run compile:commonjs","coverage":"npm run test -- --collectCoverage","commitlint":"commitlint -f $(git rev-list --tags --max-count=1) -t $(git log --pretty=%H | head -1)","watch:test":"jest --watchAll","prepublishOnly":"npm run build","compile:commonjs":"tsc --module commonjs --outDir ./lib/commonjs && echo '{\"type\": \"commonjs\"}' > lib/commonjs/package.json","watch:typescript":"tsc -w"},"_npmUser":{"name":"calebboyd","email":"caleb.boyd@hotmail.com"},"prettier":{"semi":false,"parser":"typescript","printWidth":100,"singleQuote":true},"commitlint":{"rules":{"type-enum":[2,"always",["build","ci","docs","feat","fix","perf","refactor","chore","release","revert","style","test"]]},"extends":["@commitlint/config-angular"]},"repository":{"url":"git+https://github.com/calebboyd/redis-x-stream.git"},"_npmVersion":"7.24.2","description":"An [async iterable](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol/asyncIterator) that emits redis stream entries. Requires Redis 5 or greater.","directories":{},"_nodeVersion":"14.20.1","dependencies":{"debug":"^4.3.4","ioredis":"^5.2.3"},"eslintConfig":{"rules":{"@typescript-eslint/no-use-before-define":0},"parser":"@typescript-eslint/parser","extends":["eslint:recommended","plugin:@typescript-eslint/recommended","prettier","plugin:prettier/recommended"],"plugins":["@typescript-eslint"],"overrides":[{"env":{"jest":true},"files":["*.spec.ts"]}],"ignorePatterns":["*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.2.2","eslint":"^8.26.0","ts-jest":"^29.0.3","typedoc":"^0.23.19","prettier":"^2.7.1","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^18.11.7","@types/debug":"^4.1.7","@commitlint/cli":"^17.1.2","eslint-config-prettier":"~8.5.0","eslint-plugin-prettier":"^4.2.1","typedoc-plugin-markdown":"^3.13.6","@typescript-eslint/parser":"^5.41.0","@commitlint/config-angular":"^17.1.0","jest-ts-webcompat-resolver":"^1.0.0","jest-github-actions-reporter":"^1.0.3","@typescript-eslint/eslint-plugin":"^5.41.0","@calebboyd/semantic-release-config":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/redis-x-stream_1.3.0_1667142113228_0.5509167404803994","host":"s3://npm-registry-packages"}},"1.3.1":{"name":"redis-x-stream","version":"1.3.1","license":"MIT","_id":"redis-x-stream@1.3.1","maintainers":[{"name":"calebboyd","email":"caleb.boyd@hotmail.com"}],"contributors":[{"url":"https://github.com/calebboyd","name":"Caleb Boyd"}],"homepage":"https://github.com/calebboyd/redis-x-stream#readme","bugs":{"url":"https://github.com/calebboyd/redis-x-stream/issues"},"dist":{"shasum":"06399df4b33b013a52a9725755c9c9de816d1e74","tarball":"https://registry.npmjs.org/redis-x-stream/-/redis-x-stream-1.3.1.tgz","fileCount":25,"integrity":"sha512-EG1yfGHW/UXxdH+xLtTBQ/aQuW/q6fAqWRQVBM3b69fzq4VelGb0cy6nIN3CNActjc0smkNKxiuXI6B4JKjwhQ==","signatures":[{"sig":"MEUCIHV2yoKDxcBj374E9EtuY4qqtSj/IPBRlsL4GtFNBKnpAiEA6k3KxPiqQ2J4nOzNH5Ri0fZaJg7D6h6GL80dtffARxU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":64470,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjXplvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpVOQ/9E+5umcF3XAaD1V2QQ++6wBq/LjnxSZcY/md5eej6K1fo8P8c\r\nGrShIEULqkbysWwATU9QMA30tRqz6WT6Mu0LjsWXzfXWLnlHABaTKF0tFLEb\r\neHRF3+ei2HIUr7+ljKWfleZJIMy9ytSAmL5KkWowPQ0kliZu57XmzWxhVFyo\r\n8hbujNfeHVziYzSntmT1rRjR8hLdCl52cHoHsMGCzLRQTGXiZqijwiMGssXO\r\n9+G+hjU8J1LR5VO/5AayIGTgjO3BzVtIkSL9Ix9NcoH35CWBHVhoSX6Esq/1\r\njcG1zS5VGnxVrrS5J8F73VCVsv1YP4FF6I9Jg+TOnAyalllZ3l/AaMnwjK93\r\nTh8bOeqBGc6099BX9M998BoB1ho9QVlS7gZer5mw6B2wpoe6K76RDZG6Lw0b\r\nltCfcA7QgxkBTFm61S+WMQiX4jE2ENS//isYdXLwEbiWeeGjlMDxAzHVv7W9\r\nLRwWDRXdKuM6/3M9OlOoFDSb4jHivd2r6UL2NumkxPP7t7mkR7j6Pk9VfADW\r\n7BU+RU6UwPZwWB7CKeOnYEg2TnT9irTWQFZPLo0rBLSfgVuEIzyNCQKIfTxZ\r\ncS+p3ly/b2sDXlEAu+JAzqVhLz4rzb4MDA5vyr1V7am5y5FK+dsaFEsKsLuH\r\n1YFke7J+OoLs3/znMeYyoIHwL9Xy/01D+m0=\r\n=VI2y\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","resolver":"jest-ts-webcompat-resolver","testPathIgnorePatterns":[".*\\.js",".*\\.util\\.spec"]},"main":"./lib/commonjs/stream.js","type":"module","exports":{".":{"import":"./lib/es2018/stream.js","require":"./lib/commonjs/stream.js"}},"gitHead":"8798ca84fa2f357cba09eb193c71b01f6c6bf6fa","release":{"extends":"@calebboyd/semantic-release-config","branches":["+([0-9])?(.{+([0-9]),x}).x","main","next","next-major",{"name":"beta","prerelease":true},{"name":"alpha","prerelease":true}]},"scripts":{"docs":"typedoc src/stream.ts --excludePrivate","lint":"eslint \"src/**/*\" --fix --ext \"*.ts\"","test":"npm run commitlint && jest","build":"rm -rf lib && npm run lint && npm run compile","compile":"tsc && npm run compile:commonjs","coverage":"npm run test -- --collectCoverage","commitlint":"commitlint -f $(git rev-list --tags --max-count=1) -t $(git log --pretty=%H | head -1)","watch:test":"jest --watchAll","prepublishOnly":"npm run build","compile:commonjs":"tsc --module commonjs --outDir ./lib/commonjs && echo '{\"type\": \"commonjs\"}' > lib/commonjs/package.json","watch:typescript":"tsc -w"},"_npmUser":{"name":"calebboyd","email":"caleb.boyd@hotmail.com"},"prettier":{"semi":false,"parser":"typescript","printWidth":100,"singleQuote":true},"commitlint":{"rules":{"type-enum":[2,"always",["build","ci","docs","feat","fix","perf","refactor","chore","release","revert","style","test"]]},"extends":["@commitlint/config-angular"]},"repository":{"url":"git+https://github.com/calebboyd/redis-x-stream.git"},"_npmVersion":"7.10.0","description":"An [async iterable](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol/asyncIterator) that emits redis stream entries. Requires Redis 5 or greater.","directories":{},"_nodeVersion":"14.20.1","dependencies":{"debug":"^4.3.4","ioredis":"^4.27.2"},"eslintConfig":{"rules":{"@typescript-eslint/no-use-before-define":0},"parser":"@typescript-eslint/parser","extends":["eslint:recommended","plugin:@typescript-eslint/recommended","prettier","plugin:prettier/recommended"],"plugins":["@typescript-eslint"],"overrides":[{"env":{"jest":true},"files":["*.spec.ts"]}],"ignorePatterns":["*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.2.2","eslint":"^8.26.0","ts-jest":"^29.0.3","typedoc":"^0.23.19","prettier":"^2.7.1","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^18.11.7","@types/debug":"^4.1.7","@types/ioredis":"^4.28.10","@commitlint/cli":"^17.1.2","eslint-config-prettier":"~8.5.0","eslint-plugin-prettier":"^4.2.1","typedoc-plugin-markdown":"^3.13.6","@typescript-eslint/parser":"^5.41.0","@commitlint/config-angular":"^17.1.0","jest-ts-webcompat-resolver":"^1.0.0","jest-github-actions-reporter":"^1.0.3","@typescript-eslint/eslint-plugin":"^5.41.0","@calebboyd/semantic-release-config":"^1.0.1"},"peerDependencies":{"@types/ioredis":"^4"},"peerDependenciesMeta":{"@types/ioredis":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/redis-x-stream_1.3.1_1667144047122_0.7644257074544378","host":"s3://npm-registry-packages"}},"1.4.0":{"name":"redis-x-stream","version":"1.4.0","license":"MIT","_id":"redis-x-stream@1.4.0","maintainers":[{"name":"calebboyd","email":"caleb.boyd@hotmail.com"}],"contributors":[{"url":"https://github.com/calebboyd","name":"Caleb Boyd"}],"homepage":"https://github.com/calebboyd/redis-x-stream#readme","bugs":{"url":"https://github.com/calebboyd/redis-x-stream/issues"},"dist":{"shasum":"631fc6574f6d30aa81e28d7e40eff9053ce83784","tarball":"https://registry.npmjs.org/redis-x-stream/-/redis-x-stream-1.4.0.tgz","fileCount":25,"integrity":"sha512-YAA1zAXcd/qO9RUPIUUSeqfxy9oYAG3VCrIV/R1lYR1x075zxuH06YiRJKUAzoxNwQNPN84TGQ1aXExYL+kVIw==","signatures":[{"sig":"MEYCIQDm1kykgHo7wnWFMC+v1BzGzS8J3mmQ1QRin1NVZOSvEAIhAOlqHcz3zqs7AyhNthGIeVZBO7h2HmsjeJneJdCFBWff","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":64628,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjXpvZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrQcg//UDZnM9aD4FMvCfGS0b77aNE+jCqydkNpKMG9gOvGpBcRPlyp\r\nygB1DbuyjJq9Wnkiji4VwpEeorOgBrsBKHo7PiHjC0t9Ls+SD6L+fomkTkgW\r\nasUUN503SQfo+nZettltPea5l5Cw3Rl5rbo8tdTVMuTjnb4Q77LRxHnfmpin\r\nf5FGkagqgqtXdgtxBzsAqVbpGMdZq96Bvhn54Y+GFWv2ihOouEJautcQ2c6T\r\nVXbri2ZtEKe12UjBq1FrjohF+flbfReFLmtHkc7Z4SiglK9sx0tRorLGddVt\r\n7sxFU4b9abVUli/OOg/0m6rxdfBIBPH07atL4R4KZ85e4fw8bzRSPN//nNrf\r\nzVlFl8LwJDmiyk/3RBjyW3MVHLWeIhoLZJHl64zm3ufIO4rqTvbkYfv9A48i\r\n6WPNCdvrdVchQrGgPIaVKGy/ApGeha7mtPuN+GZSfp3SVsoy/7N+BIU2prJL\r\nh4FCWOyKFUwW/TG1rO7vWk0tR/fNiFaQuNHKsXsKowiwdB0npRWHGuykP4M/\r\n3TqYzL3KbSpSYi7hoM/o+vBghTxgvveGzcoUtajR9hRfRKS5+0NdDyZfcx3v\r\naCOVzapbg6x4HkQSUXV5qy65Nya39PRgmzqRj/vg7ghTrzUXKgus/qtoaYAe\r\npRqy3LpDL7MfRcbxy+ZJPQ82ue2N6t1TXtw=\r\n=i0BN\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","resolver":"jest-ts-webcompat-resolver","testPathIgnorePatterns":[".*\\.js",".*\\.util\\.spec"]},"main":"./lib/commonjs/stream.js","type":"module","exports":{".":{"import":"./lib/es2018/stream.js","require":"./lib/commonjs/stream.js"}},"gitHead":"f20225d67ffc2a36dcb4289346b1f71e7e81b2f9","release":{"extends":"@calebboyd/semantic-release-config","branches":["+([0-9])?(.{+([0-9]),x}).x","main","next","next-major",{"name":"beta","prerelease":true},{"name":"alpha","prerelease":true}]},"scripts":{"docs":"typedoc src/stream.ts --excludePrivate","lint":"eslint \"src/**/*\" --fix --ext \"*.ts\"","test":"npm run commitlint && jest","build":"rm -rf lib && npm run lint && npm run compile","compile":"tsc && npm run compile:commonjs","coverage":"npm run test -- --collectCoverage","commitlint":"commitlint -f $(git rev-list --tags --max-count=1) -t $(git log --pretty=%H | head -1)","watch:test":"jest --watchAll","prepublishOnly":"npm run build","compile:commonjs":"tsc --module commonjs --outDir ./lib/commonjs && echo '{\"type\": \"commonjs\"}' > lib/commonjs/package.json","watch:typescript":"tsc -w"},"_npmUser":{"name":"calebboyd","email":"caleb.boyd@hotmail.com"},"prettier":{"semi":false,"parser":"typescript","printWidth":100,"singleQuote":true},"commitlint":{"rules":{"type-enum":[2,"always",["build","ci","docs","feat","fix","perf","refactor","chore","release","revert","style","test"]]},"extends":["@commitlint/config-angular"]},"repository":{"url":"git+https://github.com/calebboyd/redis-x-stream.git"},"_npmVersion":"7.10.0","description":"An [async iterable](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol/asyncIterator) that emits redis stream entries. Requires Redis 5 or greater.","directories":{},"_nodeVersion":"14.20.1","dependencies":{"debug":"^4.3.4","ioredis":"^5.2.3"},"eslintConfig":{"rules":{"@typescript-eslint/no-use-before-define":0},"parser":"@typescript-eslint/parser","extends":["eslint:recommended","plugin:@typescript-eslint/recommended","prettier","plugin:prettier/recommended"],"plugins":["@typescript-eslint"],"overrides":[{"env":{"jest":true},"files":["*.spec.ts"]}],"ignorePatterns":["*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.2.2","eslint":"^8.26.0","ts-jest":"^29.0.3","typedoc":"^0.23.19","prettier":"^2.7.1","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^18.11.7","@types/debug":"^4.1.7","@types/ioredis":"^4.28.10","@commitlint/cli":"^17.1.2","eslint-config-prettier":"~8.5.0","eslint-plugin-prettier":"^4.2.1","typedoc-plugin-markdown":"^3.13.6","@typescript-eslint/parser":"^5.41.0","@commitlint/config-angular":"^17.1.0","jest-ts-webcompat-resolver":"^1.0.0","jest-github-actions-reporter":"^1.0.3","@typescript-eslint/eslint-plugin":"^5.41.0","@calebboyd/semantic-release-config":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/redis-x-stream_1.4.0_1667144665029_0.3085766984068312","host":"s3://npm-registry-packages"}},"1.4.1":{"name":"redis-x-stream","version":"1.4.1","license":"MIT","_id":"redis-x-stream@1.4.1","maintainers":[{"name":"calebboyd","email":"caleb.boyd@hotmail.com"}],"contributors":[{"url":"https://github.com/calebboyd","name":"Caleb Boyd"}],"homepage":"https://github.com/calebboyd/redis-x-stream#readme","bugs":{"url":"https://github.com/calebboyd/redis-x-stream/issues"},"dist":{"shasum":"14f48b64860e5437023200a05c28616b2944ac2d","tarball":"https://registry.npmjs.org/redis-x-stream/-/redis-x-stream-1.4.1.tgz","fileCount":25,"integrity":"sha512-ax+1KW6jlZbUoTEIa89lOAxF6+GB8Y8n/yNgU8zktcyj25ydn/VxwXEMZ5DIdGvqGhcA1GeeGxeSmlBH0iCzEQ==","signatures":[{"sig":"MEYCIQDFUNMQcrKR7+RRgosM9zCZlo0XhK46vJv5e85cDbhaSAIhALha9w6KNVN4RVEvNIeIlTQ53Ry39RfdoS7ZOm3NFwRg","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":64961,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjXpz0ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo9NhAAkrFAEkXrlwHKhdE7OdNs7UKxAUropgbLV8jDPOomX3XengYy\r\n00HgVjDzkvLd3jSyIS4g8FBmDJRvXNmjLChALe1tBLCooRWk420r3Oep8atb\r\nkM6zjI96bI0l0FEnph7SKyw+Cj2loU4BMpDjMaNiwo8lwpj2t5pv3QNvcynD\r\nn5hhwjW0xTOBiOkMYsl2C368NIYXeqd2WkNxZeNSLjpxwJMvJ3GqsjHCT4SB\r\nH5k1hbhkX5AaGz4iDdOwKn3SG7DnO+Zqnf7ND9GC/WD3sTEOBUeFHxOp89bG\r\nv6bNlKIPl1qVUDelM5YHcSL2Ba/rPBRetaRv+2z1rkBjGD8O2983OO2IHgOy\r\nMSViPtQKfRUb50TvhXkp845VytBbJMwBhRwH9m3FteYHR62+pMG2aGDPKJNJ\r\nIvKMrg2KI5K6bztIgXU82ZFX2yw32Ip1sw1TKVoyOKl06JmheCfNu1Ev5jJy\r\nq511iLm7kM+Y9HtkXdtryr7WHlS0K4mj0cip1MdqRiX8cIS5ISUvC3wwi8Bf\r\nh45aOfh6iIkrsWXx4uqwrbINvhCkAQE2rdn+aqMErUvPv/JntT6DfgdtDjbw\r\nZEtScQDu4uAe8LrsVyHe+419U7A/ad9Cv7f5B8i4VeoBZjV3C9GHfC/W/DtU\r\nfz+0szgYpro91QrE/i1HfS65GbGIzd11oQY=\r\n=T2LD\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","resolver":"jest-ts-webcompat-resolver","testPathIgnorePatterns":[".*\\.js",".*\\.util\\.spec"]},"main":"./lib/commonjs/stream.js","type":"module","exports":{".":{"import":"./lib/es2018/stream.js","require":"./lib/commonjs/stream.js"}},"gitHead":"45bd5bc735256ec2ff3264bc5935af0c193c6f2e","release":{"extends":"@calebboyd/semantic-release-config","branches":["+([0-9])?(.{+([0-9]),x}).x","main","next","next-major",{"name":"beta","prerelease":true},{"name":"alpha","prerelease":true}]},"scripts":{"docs":"typedoc src/stream.ts --excludePrivate","lint":"eslint \"src/**/*\" --fix --ext \"*.ts\"","test":"npm run commitlint && jest","build":"rm -rf lib && npm run lint && npm run compile","compile":"tsc && npm run compile:commonjs","coverage":"npm run test -- --collectCoverage","commitlint":"commitlint -f $(git rev-list --tags --max-count=1) -t $(git log --pretty=%H | head -1)","watch:test":"jest --watchAll","prepublishOnly":"npm run build","compile:commonjs":"tsc --module commonjs --outDir ./lib/commonjs && echo '{\"type\": \"commonjs\"}' > lib/commonjs/package.json","watch:typescript":"tsc -w"},"_npmUser":{"name":"calebboyd","email":"caleb.boyd@hotmail.com"},"prettier":{"semi":false,"parser":"typescript","printWidth":100,"singleQuote":true},"commitlint":{"rules":{"type-enum":[2,"always",["build","ci","docs","feat","fix","perf","refactor","chore","release","revert","style","test"]]},"extends":["@commitlint/config-angular"]},"repository":{"url":"git+https://github.com/calebboyd/redis-x-stream.git"},"_npmVersion":"7.10.0","description":"An [async iterable](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol/asyncIterator) that emits redis stream entries. Requires Redis 5 or greater.","directories":{},"_nodeVersion":"14.20.1","dependencies":{"debug":"^4.3.4","ioredis":"^4.27.2"},"eslintConfig":{"rules":{"@typescript-eslint/no-use-before-define":0},"parser":"@typescript-eslint/parser","extends":["eslint:recommended","plugin:@typescript-eslint/recommended","prettier","plugin:prettier/recommended"],"plugins":["@typescript-eslint"],"overrides":[{"env":{"jest":true},"files":["*.spec.ts"]}],"ignorePatterns":["*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.2.2","eslint":"^8.26.0","ts-jest":"^29.0.3","typedoc":"^0.23.19","prettier":"^2.7.1","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^18.11.7","@types/debug":"^4.1.7","@types/ioredis":"^4.28.10","@commitlint/cli":"^17.1.2","eslint-config-prettier":"~8.5.0","eslint-plugin-prettier":"^4.2.1","typedoc-plugin-markdown":"^3.13.6","@typescript-eslint/parser":"^5.41.0","@commitlint/config-angular":"^17.1.0","jest-ts-webcompat-resolver":"^1.0.0","jest-github-actions-reporter":"^1.0.3","@typescript-eslint/eslint-plugin":"^5.41.0","@calebboyd/semantic-release-config":"^1.0.1"},"peerDependencies":{"@types/ioredis":"^4"},"peerDependenciesMeta":{"@types/ioredis":{"optional":true}},"_npmOperationalInternal":{"tmp":"tmp/redis-x-stream_1.4.1_1667144948017_0.3816851161788728","host":"s3://npm-registry-packages"}},"2.0.1":{"name":"redis-x-stream","version":"2.0.1","license":"MIT","_id":"redis-x-stream@2.0.1","maintainers":[{"name":"calebboyd","email":"caleb.boyd@hotmail.com"}],"contributors":[{"url":"https://github.com/calebboyd","name":"Caleb Boyd"}],"homepage":"https://github.com/calebboyd/redis-x-stream#readme","bugs":{"url":"https://github.com/calebboyd/redis-x-stream/issues"},"dist":{"shasum":"adaaecdb37fbe051f321cae4ce2a35da7e2e6b9a","tarball":"https://registry.npmjs.org/redis-x-stream/-/redis-x-stream-2.0.1.tgz","fileCount":25,"integrity":"sha512-SzSXxwlSjl0j9g9ILQEsXR5RH8A/qta8CKXVbWEBeMJp3fBFamVXkb657yVAwNpOWcx1lcs+O6zVOIw4mpLiCw==","signatures":[{"sig":"MEUCIHkhgUdAxr4KGMcqrY9SQBe60gG+Bfwy5djkNNsPd6uUAiEA+G17NQhpd91OjN4Jvs/PDCH+C2edJhiDnJblPEThvII=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":65411,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjXp6SACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmprpxAAhGTb4m7cR/0maZLFxgYHnhHmWeg8HAMU5IdiWctBC1uQtneA\r\ndhVfMZrAPBTUiPkQ/fnEeQta2e3VtED5LyVMI8r1waOSN1/TG1HgmSRnWp1P\r\nhryXK4SepjTQLB8+1743B9WgLRcJYfl0RW/A4adRYEQC97tDTVzOhFTmRP9x\r\nshO00nn/RkZzA3Y4YWeKgCwzVFHvVkI8FVkl54liLds/j8SczkBnii+xl2js\r\ndpGI0VmE8r377nk6FXUAMhDDHV30bRHBHDVE5OURbUJHmACaEuhNJvIg4t/6\r\nG2CZbDtyzI4C+2t1qGqfnv7oFc8k9oYwK2BWH+iioNaEnrvVpU/8Qpl9Yfe3\r\nyd89TzzifJ8B1iP3ss+Ul/MVms3edlpk5sQFpyTZ4hfMD0PjiYzCXEm0cpzF\r\nfMpR0ddu2c6+RjVRF/ToZKiEgQK9JjZU5CToBXQ1NUOjDh70PzUG04Dc8dhH\r\nqweLh+rpnhgFjdkx3Jmqqw12QDJqpPpNumP6fB2JpE8FtX4KrXJI3Nh10fR5\r\nFZjocg7Kwb+hqNvyoZH0OKA4DPvYGoUUovSgDNHKwOH0H5dJYHXDqHOF3tCS\r\nlg3E7PYf0LRgN72m3l93czIThnwVC0NRco0YUDFocpu7h3u7bykDc5lqSlbS\r\n8AKwSiw0CcL2r7XJPel4mX1bQOd0TWaEZXg=\r\n=UFih\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","resolver":"jest-ts-webcompat-resolver","testPathIgnorePatterns":[".*\\.js",".*\\.util\\.spec"]},"main":"./lib/commonjs/stream.js","type":"module","exports":{".":{"import":"./lib/es2018/stream.js","require":"./lib/commonjs/stream.js"}},"gitHead":"ecec5281b3ffdd2586270d8f6b87e8fb15a21a47","release":{"extends":"@calebboyd/semantic-release-config","branches":["+([0-9])?(.{+([0-9]),x}).x","main","next","next-major",{"name":"beta","prerelease":true},{"name":"alpha","prerelease":true}]},"scripts":{"docs":"typedoc src/stream.ts --excludePrivate","lint":"eslint \"src/**/*\" --fix --ext \"*.ts\"","test":"npm run commitlint && jest","build":"rm -rf lib && npm run lint && npm run compile","compile":"tsc && npm run compile:commonjs","coverage":"npm run test -- --collectCoverage","commitlint":"commitlint -f $(git rev-list --tags --max-count=1) -t $(git log --pretty=%H | head -1)","watch:test":"jest --watchAll","prepublishOnly":"npm run build","compile:commonjs":"tsc --module commonjs --outDir ./lib/commonjs && echo '{\"type\": \"commonjs\"}' > lib/commonjs/package.json","watch:typescript":"tsc -w"},"_npmUser":{"name":"calebboyd","email":"caleb.boyd@hotmail.com"},"prettier":{"semi":false,"parser":"typescript","printWidth":100,"singleQuote":true},"commitlint":{"rules":{"type-enum":[2,"always",["build","ci","docs","feat","fix","perf","refactor","chore","release","revert","style","test"]]},"extends":["@commitlint/config-angular"]},"repository":{"url":"git+https://github.com/calebboyd/redis-x-stream.git"},"_npmVersion":"7.10.0","description":"An [async iterable](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol/asyncIterator) that emits redis stream entries. Requires Redis 5 or greater.","directories":{},"_nodeVersion":"14.20.1","dependencies":{"debug":"^4.3.4","ioredis":"^5.2.3"},"eslintConfig":{"rules":{"@typescript-eslint/no-use-before-define":0},"parser":"@typescript-eslint/parser","extends":["eslint:recommended","plugin:@typescript-eslint/recommended","prettier","plugin:prettier/recommended"],"plugins":["@typescript-eslint"],"overrides":[{"env":{"jest":true},"files":["*.spec.ts"]}],"ignorePatterns":["*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.2.2","eslint":"^8.26.0","ts-jest":"^29.0.3","typedoc":"^0.23.19","prettier":"^2.7.1","typescript":"^4.8.4","@types/jest":"^29.2.0","@types/node":"^18.11.7","@types/debug":"^4.1.7","@types/ioredis":"^4.28.10","@commitlint/cli":"^17.1.2","eslint-config-prettier":"~8.5.0","eslint-plugin-prettier":"^4.2.1","typedoc-plugin-markdown":"^3.13.6","@typescript-eslint/parser":"^5.41.0","@commitlint/config-angular":"^17.1.0","jest-ts-webcompat-resolver":"^1.0.0","jest-github-actions-reporter":"^1.0.3","@typescript-eslint/eslint-plugin":"^5.41.0","@calebboyd/semantic-release-config":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/redis-x-stream_2.0.1_1667145362588_0.8772090184438257","host":"s3://npm-registry-packages"}},"2.0.2":{"name":"redis-x-stream","version":"2.0.2","license":"MIT","_id":"redis-x-stream@2.0.2","maintainers":[{"name":"calebboyd","email":"caleb.boyd@hotmail.com"}],"contributors":[{"url":"https://github.com/calebboyd","name":"Caleb Boyd"}],"homepage":"https://github.com/calebboyd/redis-x-stream#readme","bugs":{"url":"https://github.com/calebboyd/redis-x-stream/issues"},"dist":{"shasum":"911deac2726d797053f13cee81dbfbdd7edc8783","tarball":"https://registry.npmjs.org/redis-x-stream/-/redis-x-stream-2.0.2.tgz","fileCount":24,"integrity":"sha512-frM9wZXccOrqRbhhXFxGGHXMl/tqocGTSLotF+X6Wvt2AyNQqYRUHrIrnn+MGQ/Z1BIQLQ+sNE77ssW5Hue+/Q==","signatures":[{"sig":"MEYCIQDCtKH6et5j6Ks0gcj/W1ND8TXcYPYwWN9E9opMsHj5fQIhAJ9Iizd8bmfWjTLjRTU+et/djhBP2XkS0lG/5/C6cSZQ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":59888,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjb7HdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo16Q/8C//ZPts5TO+PRq7EobdVuVma5npig7SOs7Nr5DK6dOL1xX3d\r\nkyI/Hgx4JsGApQJe/HF9OkRLS7OUZlMrHf+NthBwf0TTCsZyAShwmiDOCc3/\r\nqcI++UD0r45GEyIM0xA6DfH/4XKOW1th4ZEaUkmhJRFLmq7Wru7TGAVqEj1E\r\n3Bf6xDYDX96rvREo8yag/YgUuoKJiKF/5/bLXVMbFMEZCMjrL89A+HQ1Tur7\r\nLXyD2aE6ibAhv71mpvUe/jxDvHeOx5XmQ3M87WPkKJFAH9rk/UiMbCYfs/tq\r\nfvh5vYqW2D+mxoJY9XJ/1ASS1WnDRqFknpbsoHaFHzKnWfYmRswcJKPpFzkM\r\nROkMZMxGzjvVrlkACoJH5NSzckWDHzf/o1+iX4E+w7xuYl0UCUMtHCMjIfWA\r\nmSHUsYljPPyQR/3sZAIGLmnuAmrDMmZW62E6Jj4f+EJqOh1TlZZPbhEXUGWO\r\niWO3ezPeCoC3Dhffc4xxeGusI84Ywqi1QBRIJM56dvHz4X8+Lt7dMLdmqAFN\r\noAB4IGTe76SDNhuDm5QCWUVGFUwF1T9zQBp5rAaODhDR9IL443b2gjvmq6R6\r\nwG1VTFIWdKdulyFxZoNqrx3UfOWhyB1QhZIfgUQzSTZWn01D/wTRKqSpz1OW\r\nxvxXtQECuiTcztnsEhDxZDRXpRhDtOBTMPA=\r\n=EEr1\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","resolver":"jest-ts-webcompat-resolver","testPathIgnorePatterns":[".*\\.js",".*\\.util\\.spec"]},"main":"./lib/commonjs/stream.js","type":"module","types":"./lib/commonjs/stream.d.ts","exports":{".":{"import":"./lib/es2018/stream.js","require":"./lib/commonjs/stream.js"}},"gitHead":"19d8580c17205563e23961b4da39bb293b135d8c","release":{"extends":"@calebboyd/semantic-release-config","branches":["+([0-9])?(.{+([0-9]),x}).x","main","next","next-major",{"name":"beta","prerelease":true},{"name":"alpha","prerelease":true}]},"scripts":{"docs":"typedoc src/stream.ts --excludePrivate","lint":"eslint \"src/**/*\" --fix --ext \"*.ts\"","test":"npm run commitlint && jest","build":"rm -rf lib && npm run lint && npm run compile","compile":"tsc && npm run compile:commonjs","coverage":"npm run test -- --collectCoverage","commitlint":"commitlint -f $(git rev-list --tags --max-count=1) -t $(git log --pretty=%H | head -1)","watch:test":"jest --watchAll","prepublishOnly":"npm run build","compile:commonjs":"tsc --module commonjs --outDir ./lib/commonjs && echo '{\"type\": \"commonjs\"}' > lib/commonjs/package.json","watch:typescript":"tsc -w"},"_npmUser":{"name":"calebboyd","email":"caleb.boyd@hotmail.com"},"prettier":{"semi":false,"parser":"typescript","printWidth":100,"singleQuote":true},"commitlint":{"rules":{"type-enum":[2,"always",["build","ci","docs","feat","fix","perf","refactor","chore","release","revert","style","test"]]},"extends":["@commitlint/config-angular"]},"repository":{"url":"git+https://github.com/calebboyd/redis-x-stream.git"},"_npmVersion":"7.24.2","description":"An [async iterable](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol/asyncIterator) that emits redis stream entries. Requires Redis 5 or greater.","directories":{},"_nodeVersion":"18.12.0","dependencies":{"debug":"^4.3.4","ioredis":"^5.2.4"},"eslintConfig":{"rules":{"@typescript-eslint/no-use-before-define":0},"parser":"@typescript-eslint/parser","extends":["eslint:recommended","plugin:@typescript-eslint/recommended","prettier","plugin:prettier/recommended"],"plugins":["@typescript-eslint"],"overrides":[{"env":{"jest":true},"files":["*.spec.ts"]}],"ignorePatterns":["*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.3.1","eslint":"^8.27.0","ts-jest":"^29.0.3","typedoc":"^0.23.20","prettier":"^2.7.1","typescript":"^4.8.4","@types/jest":"^29.2.2","@types/node":"^18.11.9","@types/debug":"^4.1.7","@commitlint/cli":"^17.2.0","eslint-config-prettier":"~8.5.0","eslint-plugin-prettier":"^4.2.1","typedoc-plugin-markdown":"^3.13.6","@typescript-eslint/parser":"^5.42.1","@commitlint/config-angular":"^17.2.0","jest-ts-webcompat-resolver":"^1.0.0","jest-github-actions-reporter":"^1.0.3","@typescript-eslint/eslint-plugin":"^5.42.1","@calebboyd/semantic-release-config":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/redis-x-stream_2.0.2_1668264413077_0.9700185304328715","host":"s3://npm-registry-packages"}},"2.0.3":{"name":"redis-x-stream","version":"2.0.3","license":"MIT","_id":"redis-x-stream@2.0.3","maintainers":[{"name":"calebboyd","email":"caleb.boyd@hotmail.com"}],"contributors":[{"url":"https://github.com/calebboyd","name":"Caleb Boyd"}],"homepage":"https://github.com/calebboyd/redis-x-stream#readme","bugs":{"url":"https://github.com/calebboyd/redis-x-stream/issues"},"dist":{"shasum":"a673385602f6337eeacd9d2da9390ce58b620f2d","tarball":"https://registry.npmjs.org/redis-x-stream/-/redis-x-stream-2.0.3.tgz","fileCount":24,"integrity":"sha512-pZ+EJf3KDLdLrtEHeRg5XNx1TlJGo1grHHmvzd91H0TMZWhUgLtGXnQ5qi2brnmcwMYesDmwNU3Lkg1MmI5r2Q==","signatures":[{"sig":"MEQCIARDEQlr6kUFZYOn0Bz7hbXCp2QBfQYNYyp1pnRGxkQwAiBCDIFl1e4F3dtXgcDxdlkwFdgK3sXVhEzAqp6NKTVqBQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":60156,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjc9IYACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr6Zw/+Kkq/x5mJZJTALbxdUqs0S/+QF4U92TZ/E1Auh03sn9eJjs40\r\n1qd1P7lGFM7n0qCW+fprryDNX17EpUfsCvHHbF2tWP2uRzCdliW5r1Px37oO\r\n4f6enbksvt1yHbJNLcLg0eEMEh8l6WYXpCINzKEo2xKXJt5L2Q/Fm5SjWbCg\r\nu3sNslkMS31/OS3X3w2fwJ9BQOHNqnAK1QERIAucV9VM7T8bYbMWSzTZqH1I\r\nsJlf3mAIO++EhNhkoQNyWvsCO35JBUUeEn/VxeZhfD4trR+uNJ/Ml3SDxVkN\r\n7ttCrbPrQJPoiCD78cP+REH9pZRqSg09A9OC6KDbFqVOOexSS2kKzE5yH83z\r\nGsBQFHmpTZ8X+9Cz8bjF6sltCqfJ6Bk2vsz/vEHzAtr5kA4Z5JMveqz1LOLz\r\nXS1SLHZIav9/OqNNsGN9Fn5J4irEzWu9umeUOkaBKGmEMNcWFkNfY5C7sL/+\r\nsOGzPacAK/FeTQ/SGbBez/ml3F/T1VKMyMDRYv73GziJPgNsjwtKHrxQkzlX\r\nixoy44JdcejklrSLTir2gE0bPo2naZPnOL6Uv2osaVEBJrFMogYuMcfXw8Sj\r\nx2m4QshdaWtOnenQ/Inrt9/CPb1JZcFuLPk9n71Evah0IGAZcLtTAslWP142\r\nU6vNryU/oj5MVuo/y0zWmTuJ5wxcNUkl31E=\r\n=F+wE\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","resolver":"jest-ts-webcompat-resolver","testPathIgnorePatterns":[".*\\.js",".*\\.util\\.spec"]},"main":"./lib/commonjs/stream.js","type":"module","types":"./lib/commonjs/stream.d.ts","exports":{".":{"import":"./lib/es2018/stream.js","require":"./lib/commonjs/stream.js"}},"gitHead":"2ca6a5a3ac6ae70edbd3ceee06df3814f7ef49f3","release":{"extends":"@calebboyd/semantic-release-config","branches":["+([0-9])?(.{+([0-9]),x}).x","main","next","next-major",{"name":"beta","prerelease":true},{"name":"alpha","prerelease":true}]},"scripts":{"docs":"typedoc src/stream.ts --excludePrivate","lint":"eslint \"src/**/*\" --fix --ext \"*.ts\"","test":"npm run commitlint && jest","build":"rm -rf lib && npm run lint && npm run compile","compile":"tsc && npm run compile:commonjs","coverage":"npm run test -- --collectCoverage","commitlint":"commitlint -f $(git rev-list --tags --max-count=1) -t $(git log --pretty=%H | head -1)","watch:test":"jest --watchAll","prepublishOnly":"npm run build","compile:commonjs":"tsc --module commonjs --outDir ./lib/commonjs && echo '{\"type\": \"commonjs\"}' > lib/commonjs/package.json","watch:typescript":"tsc -w"},"_npmUser":{"name":"calebboyd","email":"caleb.boyd@hotmail.com"},"prettier":{"semi":false,"parser":"typescript","printWidth":100,"singleQuote":true},"commitlint":{"rules":{"type-enum":[2,"always",["build","ci","docs","feat","fix","perf","refactor","chore","release","revert","style","test"]]},"extends":["@commitlint/config-angular"]},"repository":{"url":"git+https://github.com/calebboyd/redis-x-stream.git"},"_npmVersion":"7.24.2","description":"An [async iterable](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol/asyncIterator) that emits redis stream entries. Requires Redis 5 or greater.","directories":{},"_nodeVersion":"18.12.0","dependencies":{"debug":"^4.3.4","ioredis":"^5.2.4"},"eslintConfig":{"rules":{"@typescript-eslint/no-use-before-define":0},"parser":"@typescript-eslint/parser","extends":["eslint:recommended","plugin:@typescript-eslint/recommended","prettier","plugin:prettier/recommended"],"plugins":["@typescript-eslint"],"overrides":[{"env":{"jest":true},"files":["*.spec.ts"]}],"ignorePatterns":["*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.3.1","eslint":"^8.27.0","ts-jest":"^29.0.3","typedoc":"^0.23.20","prettier":"^2.7.1","typescript":"^4.8.4","@types/jest":"^29.2.2","@types/node":"^18.11.9","@types/debug":"^4.1.7","@commitlint/cli":"^17.2.0","eslint-config-prettier":"~8.5.0","eslint-plugin-prettier":"^4.2.1","typedoc-plugin-markdown":"^3.13.6","@typescript-eslint/parser":"^5.42.1","@commitlint/config-angular":"^17.2.0","jest-ts-webcompat-resolver":"^1.0.0","jest-github-actions-reporter":"^1.0.3","@typescript-eslint/eslint-plugin":"^5.42.1","@calebboyd/semantic-release-config":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/redis-x-stream_2.0.3_1668534808037_0.6894697238702783","host":"s3://npm-registry-packages"}},"2.1.0":{"name":"redis-x-stream","version":"2.1.0","license":"MIT","_id":"redis-x-stream@2.1.0","maintainers":[{"name":"calebboyd","email":"caleb.boyd@hotmail.com"}],"contributors":[{"url":"https://github.com/calebboyd","name":"Caleb Boyd"}],"homepage":"https://github.com/calebboyd/redis-x-stream#readme","bugs":{"url":"https://github.com/calebboyd/redis-x-stream/issues"},"dist":{"shasum":"de57369d0fdb4bffbd64d6c39d1435d6153542f6","tarball":"https://registry.npmjs.org/redis-x-stream/-/redis-x-stream-2.1.0.tgz","fileCount":24,"integrity":"sha512-g0gLgMRLRG6JGeBy3Ning343BZp+o65dtkRw9Y7x0IPcr0+HL40nBHj10A51tabWocoh5+mbqaC/4xK0Wwczuw==","signatures":[{"sig":"MEQCIGjDPgclfKtSOlgblZnPN/zWt/iocEPAwVQs5RaC9eLoAiAgSixL1p9ZiLFvE1///gPSd14fbrJvdEuTpVZ4CBjihQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":56019,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjeTMMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmohzg/+LBWDpJaZPkKdYZMtC+kuiXCuNSIPVEdEiIVrzpSV3z9vI5ZJ\r\n2rPThiGkHp1BMK2FfXaH9stoZWs6p7uADkcq8gW7f+j7q7CuOmLxwYndKveX\r\nBd2kMgpM93s4RLHHrNLa7nruLzdX0Sz/Wg+Iq3DgiN0yXI5Z5VW2A0HGkMYy\r\n4//4OHhlsrfLvnrhh+MdtaN/jLeqQiWfmfMGm0r76ZAKqnUJ/iXpJ75wAOpE\r\nceFwDY/M3ys6FWoAOmZv6oP0r6obPzNT99/hX73DmJE6RPMj9610I3pp2A2T\r\nn4XFsdG7O0VxGqVUXL7g7fnkh/9wSipq5JecBRoAAEl0y620xAYXRhR0GSFh\r\nBunvPcpQws60gt8c9qZZ0UmW2/RzZQ8orpnxjeah07YBKhe3mrYoBxPbwvR1\r\nros1t2mHaO57xN/B87fJLOmQcbD4okuS8NDqOAh44HikWVWuF8X5008UmVJ4\r\ng3IOikH3wLhXHah5EVfvSZirGxpiTTXPwft7EkSADVdcLD6jEdwc+lReDvBb\r\nnfkQhsfEBlqXMRvjI0qQ1Z/rvLLKEfK7u5CO//TvBBirdp7TVDU3p4RbsClx\r\nNAD12DLTaLP+b88+G4wsucvei4HIrmoYKTbxa5ks12o2QTCnz9ZHfx6RW02J\r\nftl6iVZdioju+eZC39rRBYCTnwmpFdE54I4=\r\n=cF2l\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","resolver":"jest-ts-webcompat-resolver","testPathIgnorePatterns":[".*\\.js",".*\\.util\\.spec"]},"main":"./lib/commonjs/stream.js","type":"module","types":"./lib/commonjs/stream.d.ts","exports":{".":{"import":"./lib/es2018/stream.js","require":"./lib/commonjs/stream.js"}},"gitHead":"3dec565ae6dec851bb7a3d52b1994f93578f0c5d","release":{"extends":"@calebboyd/semantic-release-config","branches":["+([0-9])?(.{+([0-9]),x}).x","main","next","next-major",{"name":"beta","prerelease":true},{"name":"alpha","prerelease":true}]},"scripts":{"docs":"typedoc src/stream.ts --excludePrivate","lint":"eslint \"src/**/*\" --fix --ext \"*.ts\"","test":"npm run commitlint && jest","build":"rm -rf lib && npm run lint && npm run compile","compile":"tsc && npm run compile:commonjs","coverage":"npm run test -- --collectCoverage","commitlint":"commitlint -f $(git rev-list --tags --max-count=1) -t $(git log --pretty=%H | head -1)","watch:test":"jest --watchAll","prepublishOnly":"npm run build","compile:commonjs":"tsc --module commonjs --outDir ./lib/commonjs && echo '{\"type\": \"commonjs\"}' > lib/commonjs/package.json","watch:typescript":"tsc -w"},"_npmUser":{"name":"calebboyd","email":"caleb.boyd@hotmail.com"},"prettier":{"semi":false,"parser":"typescript","printWidth":100,"singleQuote":true},"commitlint":{"rules":{"type-enum":[2,"always",["build","ci","docs","feat","fix","perf","refactor","chore","release","revert","style","test"]]},"extends":["@commitlint/config-angular"]},"repository":{"url":"git+https://github.com/calebboyd/redis-x-stream.git"},"_npmVersion":"7.24.2","description":"An [async iterable](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol/asyncIterator) that emits redis stream entries. Requires Redis 5 or greater.","directories":{},"_nodeVersion":"18.12.0","dependencies":{"debug":"^4.3.4","ioredis":"^5.2.4"},"eslintConfig":{"rules":{"@typescript-eslint/no-use-before-define":0},"parser":"@typescript-eslint/parser","extends":["eslint:recommended","plugin:@typescript-eslint/recommended","prettier","plugin:prettier/recommended"],"plugins":["@typescript-eslint"],"overrides":[{"env":{"jest":true},"files":["*.spec.ts"]}],"ignorePatterns":["*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.3.1","eslint":"^8.27.0","ts-jest":"^29.0.3","typedoc":"^0.23.20","prettier":"^2.7.1","typescript":"^4.8.4","@types/jest":"^29.2.2","@types/node":"^18.11.9","@types/debug":"^4.1.7","@commitlint/cli":"^17.2.0","eslint-config-prettier":"~8.5.0","eslint-plugin-prettier":"^4.2.1","typedoc-plugin-markdown":"^3.13.6","@typescript-eslint/parser":"^5.42.1","@commitlint/config-angular":"^17.2.0","jest-ts-webcompat-resolver":"^1.0.0","jest-github-actions-reporter":"^1.0.3","@typescript-eslint/eslint-plugin":"^5.42.1","@calebboyd/semantic-release-config":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/redis-x-stream_2.1.0_1668887308451_0.7805630440711115","host":"s3://npm-registry-packages"}},"3.0.0":{"name":"redis-x-stream","version":"3.0.0","license":"MIT","_id":"redis-x-stream@3.0.0","maintainers":[{"name":"calebboyd","email":"caleb.boyd@hotmail.com"}],"contributors":[{"url":"https://github.com/calebboyd","name":"Caleb Boyd"}],"homepage":"https://github.com/calebboyd/redis-x-stream#readme","bugs":{"url":"https://github.com/calebboyd/redis-x-stream/issues"},"dist":{"shasum":"dc4e815f831d85004f53a261185c7d32942b0be1","tarball":"https://registry.npmjs.org/redis-x-stream/-/redis-x-stream-3.0.0.tgz","fileCount":24,"integrity":"sha512-U89cuMb628qQNcqAiPnj6YQV3RQgq/ovh3sJC50k2aQsKXRWJM8jy4DZSOMI3X6pcJwNfHtKvB2SfBMTkeKlJA==","signatures":[{"sig":"MEUCIQDrdAgGLcK/gLiBG87SuTT0f1zEO6/nJXEQIbFESpa9cgIgGKOiYpnKQVKjanxDtJFfAewiL0pwfYA8EnAqUyGrH0U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":64156,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjelToACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoSuQ//b2TOa6F4PjJMmAK3MbdnwFtNYPYkypOLRCcCdwAcKca1xbA6\r\nbPPCsHN0Usi63qvhJQLFDYgwJglEHeGLqmp0q0wDK/JIc1yQ5tfB5BRi8stB\r\nWw7uBBUhaqdcRSRBiJ/kRmmTfh1AE8lrWBXMQbm+BWrz3MF1mSQMHNdtEs/9\r\nInA57F1DRU1ZYq3dK9HVKSA0UF7RtnO5qOSbcDO+88htRJiCAFFrP9nJNGXr\r\npkd5Kwz+pp/BxNeZc32hlEoKxF7s/6YnWjMInaSIq2iL5aHS3TInrrS0riC0\r\nn5XdHhKsTas1YXfQLw/njfk4MhrVnika/U0HfGYxelhhhZQvlxWxHJWiYLYk\r\nwpl9puwrG/n1Ro41XYttNGHStAarArG1RuX7qoL0PQOB/hprxSWidWc8TI1/\r\neWKrFScyQvbZUt29zdWvs6ipYEx4Q1tFKdhPylUGX5+11C9rdcnuDShc4caA\r\nKR6UkrF2SOYBrLdqJqTAwCPAxWMS4TgXbzesckXXlQNM9ntZuJv9xCNucZpC\r\nwcRwyg460KGNn6XKIW11pcIqrEHN6yI6GHuGF9IFXBmPX7xPHTDu9QRAxJQa\r\nyNiflRn4ofqEvjFT6+KacX2uC8c3f1zHCvNH45g0t6LgGzHAbiimi1b1Fjze\r\nTrXE3FfH5cgKZ/a1J1/wdIJ9042BCKo8XJo=\r\n=OyFE\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","resolver":"jest-ts-webcompat-resolver","testPathIgnorePatterns":[".*\\.js",".*\\.util\\.spec"]},"main":"./lib/commonjs/stream.js","type":"module","types":"./lib/commonjs/stream.d.ts","exports":{".":{"import":"./lib/es2018/stream.js","require":"./lib/commonjs/stream.js"}},"gitHead":"83b383292fb8c2f2439e7b2c9fb6216e64810398","release":{"extends":"@calebboyd/semantic-release-config","branches":["+([0-9])?(.{+([0-9]),x}).x","main","next","next-major",{"name":"beta","prerelease":true},{"name":"alpha","prerelease":true}]},"scripts":{"docs":"typedoc src/stream.ts --excludePrivate","lint":"eslint \"src/**/*\" --fix --ext \"*.ts\"","test":"npm run commitlint && jest","build":"rm -rf lib && npm run lint && npm run compile","compile":"tsc && npm run compile:commonjs","coverage":"npm run test -- --collectCoverage","commitlint":"commitlint -f $(git rev-list --tags --max-count=1) -t $(git log --pretty=%H | head -1)","watch:test":"jest --watchAll","prepublishOnly":"npm run build","compile:commonjs":"tsc --module commonjs --outDir ./lib/commonjs && echo '{\"type\": \"commonjs\"}' > lib/commonjs/package.json","watch:typescript":"tsc -w"},"_npmUser":{"name":"calebboyd","email":"caleb.boyd@hotmail.com"},"prettier":{"semi":false,"parser":"typescript","printWidth":100,"singleQuote":true},"commitlint":{"rules":{"type-enum":[2,"always",["build","ci","docs","feat","fix","perf","refactor","chore","release","revert","style","test"]]},"extends":["@commitlint/config-angular"]},"repository":{"url":"git+https://github.com/calebboyd/redis-x-stream.git"},"_npmVersion":"7.24.2","description":"An [async iterable](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol/asyncIterator) that emits redis stream entries. Requires Redis 5 or greater.","directories":{},"_nodeVersion":"18.12.0","dependencies":{"debug":"^4.3.4","ioredis":"^5.2.4"},"eslintConfig":{"rules":{"@typescript-eslint/no-use-before-define":0},"parser":"@typescript-eslint/parser","extends":["eslint:recommended","plugin:@typescript-eslint/recommended","prettier","plugin:prettier/recommended"],"plugins":["@typescript-eslint"],"overrides":[{"env":{"jest":true},"files":["*.spec.ts"]}],"ignorePatterns":["*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.3.1","eslint":"^8.28.0","ts-jest":"^29.0.3","typedoc":"^0.23.21","prettier":"^2.7.1","typescript":"^4.9.3","@types/jest":"^29.2.3","@types/node":"^18.11.9","@types/debug":"^4.1.7","@commitlint/cli":"^17.2.0","eslint-config-prettier":"~8.5.0","eslint-plugin-prettier":"^4.2.1","typedoc-plugin-markdown":"^3.13.6","@typescript-eslint/parser":"^5.43.0","@commitlint/config-angular":"^17.2.0","jest-ts-webcompat-resolver":"^1.0.0","jest-github-actions-reporter":"^1.0.3","@typescript-eslint/eslint-plugin":"^5.43.0","@calebboyd/semantic-release-config":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/redis-x-stream_3.0.0_1668961511906_0.6105921402324179","host":"s3://npm-registry-packages"}},"3.1.0":{"name":"redis-x-stream","version":"3.1.0","license":"MIT","_id":"redis-x-stream@3.1.0","maintainers":[{"name":"calebboyd","email":"caleb.boyd@hotmail.com"}],"contributors":[{"url":"https://github.com/calebboyd","name":"Caleb Boyd"}],"homepage":"https://github.com/calebboyd/redis-x-stream#readme","bugs":{"url":"https://github.com/calebboyd/redis-x-stream/issues"},"dist":{"shasum":"26737e024d8fa25ce5de95f5de647c0408f9df89","tarball":"https://registry.npmjs.org/redis-x-stream/-/redis-x-stream-3.1.0.tgz","fileCount":24,"integrity":"sha512-ILS/OFyv3E76gd6TBPRHcyovZjY9FKpDlOK42aeEGtFTtuECFkRzFRenM6Od55YwJsCZiQ+XQxKAILmydgKtKA==","signatures":[{"sig":"MEUCICQHav0dhNE/h8JdAt3kAsCSV9eJwf0701t5Sm3cPmf5AiEA/K8XBoKweZMXFD7tVL/noqrKfA4VNm2+R0BdRBCZUww=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":75166,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjgZOCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpjYxAAkaOvkO7sOvjNItqKHUHWVKIK9VQmsrqPswD3K13kNZgaiP/Q\r\ns/eM9hfiPnP7eu2Th8YpIrnrIwcBzdq8aGuRlS2osuQ+zCBNdKYj6R9XG289\r\nGXIhIFbvEkWPug0vDzfgJQcMsAypM+iNJb5i+fJmtJgpXODoAht8Uogs9aAo\r\nJYcOGm+NarlV0UBcXyx0CDrP8mkWth+2dOHZeELnoT7K5srHc8QkmmMcQA9Z\r\nytEzH1DmNHTbzgMC6A2T99xyp+BppBbL/bihRpu4pXp5YdMqGdQW794K74x2\r\nFeGz/vXXTil/7Dmanql4qsS5lVfbQ4dxgNDkI9KNYHZAcf7JRLrN0UHoaODZ\r\nLxigE3qhRpjaYAZcYSTS9OsrwCKvA10LGwBkozm9ZwbRFA1T8HrIF6fNcd/X\r\ndnyLxbhFy5ziMwTdWCOeV0G2TTx+GP4RZiAaiXHNOs01JJRIuRka5qM7QN/J\r\nr5RqmMc3ZtBcYVzY8GSRfrDge3IqJ0K+PS2Wi5q2kk2IRKaulZJ1U72dTlh+\r\nLfuq/lPKH2FRTL8ODauui5Xtu46CawqnvmJfRfylkBt1Emj61LaALEpdY6Ph\r\n4Ir+8SC8SOAMf2a2tVL41yuqyJCYV4rXk5zGjIKhmLXn4fsyOTKrQEAnTeew\r\nF9HTx5ZjKJMdnXy3htpy2QZg+B0B9DWlQcA=\r\n=M9WX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/commonjs/stream.js","type":"module","types":"./lib/commonjs/stream.d.ts","exports":{".":{"import":"./lib/es2018/stream.js","require":"./lib/commonjs/stream.js"}},"gitHead":"d84497b8acb153a1447d84d796f04757d48ce553","release":{"extends":"@calebboyd/semantic-release-config","branches":["+([0-9])?(.{+([0-9]),x}).x","main","next","next-major",{"name":"beta","prerelease":true},{"name":"alpha","prerelease":true}]},"scripts":{"docs":"typedoc src/stream.ts --excludePrivate","lint":"eslint \"src/**/*\" --fix --ext \"*.ts\"","test":"npm run commitlint && vitest run","build":"rm -rf lib && npm run lint && npm run compile","compile":"tsc && npm run compile:commonjs","coverage":"npm run test -- --collectCoverage","commitlint":"commitlint -f $(git rev-list --tags --max-count=1) -t $(git log --pretty=%H | head -1)","watch:test":"vitest","prepublishOnly":"npm run build","compile:commonjs":"tsc --module commonjs --outDir ./lib/commonjs && echo '{\"type\": \"commonjs\"}' > lib/commonjs/package.json","watch:typescript":"tsc -w"},"_npmUser":{"name":"calebboyd","email":"caleb.boyd@hotmail.com"},"prettier":{"semi":false,"parser":"typescript","printWidth":100,"singleQuote":true},"commitlint":{"rules":{"type-enum":[2,"always",["build","ci","docs","feat","fix","perf","refactor","chore","release","revert","style","test"]]},"extends":["@commitlint/config-angular"]},"repository":{"url":"git+https://github.com/calebboyd/redis-x-stream.git"},"_npmVersion":"7.24.2","description":"An [async iterable](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol/asyncIterator) that emits redis stream entries. Requires Redis 5 or greater.","directories":{},"_nodeVersion":"18.12.1","dependencies":{"debug":"^4.3.4","ioredis":"^5.2.4"},"eslintConfig":{"rules":{"@typescript-eslint/no-use-before-define":0},"parser":"@typescript-eslint/parser","extends":["eslint:recommended","plugin:@typescript-eslint/recommended","prettier","plugin:prettier/recommended"],"plugins":["@typescript-eslint"],"ignorePatterns":["*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"eslint":"^8.28.0","vitest":"^0.25.3","typedoc":"^0.23.21","prettier":"^2.8.0","typescript":"^4.9.3","@types/node":"^18.11.9","@types/debug":"^4.1.7","@commitlint/cli":"^17.3.0","eslint-config-prettier":"~8.5.0","eslint-plugin-prettier":"^4.2.1","typedoc-plugin-markdown":"^3.13.6","@typescript-eslint/parser":"^5.44.0","@commitlint/config-angular":"^17.3.0","vitest-github-actions-reporter":"^0.9.0","@typescript-eslint/eslint-plugin":"^5.44.0","@calebboyd/semantic-release-config":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/redis-x-stream_3.1.0_1669436290658_0.6773180884404917","host":"s3://npm-registry-packages"}},"3.1.1":{"name":"redis-x-stream","version":"3.1.1","keywords":["queue","stream","redis","tasks","redis-queue","job-queue","jobs","redis-stream","consumer","consumer-group"],"license":"MIT","_id":"redis-x-stream@3.1.1","maintainers":[{"name":"calebboyd","email":"caleb.boyd@hotmail.com"}],"contributors":[{"url":"https://github.com/calebboyd","name":"Caleb Boyd"}],"homepage":"https://github.com/calebboyd/redis-x-stream#readme","bugs":{"url":"https://github.com/calebboyd/redis-x-stream/issues"},"dist":{"shasum":"a3adc1c84c6bf69f38a335c8dff48121c6925be8","tarball":"https://registry.npmjs.org/redis-x-stream/-/redis-x-stream-3.1.1.tgz","fileCount":24,"integrity":"sha512-Gch+odwWlPDOhOZSud0+SkUnFiH95RWQXM1XxrHJNXazVS90pafvt1iqM0GeHt0HtGNuyhzzsf9JRj13StaeUw==","signatures":[{"sig":"MEUCIEyFyrzK07UxrvWGGzLqNcz5EJ79SmIl9YnXlu8+R7JBAiEAtQexjXB+aKl0D4tBYvyBnOytAKFwM5oAykUwkpCas64=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":75783,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjgmv9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoHDQ/+LGr6fd9yQ6T7CFAy6C3E3db0X1nGQAykHcwqwiOqDKp/Eu7f\r\nrHYmCO3kp4vFG0v6d7O+Xqb2L1ifC1Ebqzf47qt4SIl7W11sB2KIpfZoLFJz\r\nzqRCbhJPW90Q8NtSDcN42KVRHWBLZP5DO6HZM0Wo7bsFJrWaj4hm98Lpns8d\r\nR4/tKgUbFOqpmpxjA0mGRrDq1HkHdgwbau9rzrmWusyC7iq84/BODMfNVFKx\r\nR7c5BSbT2IOcILAtk94YYOQGJSFlqpQiH53s0SuvddgW+aQ/KbuG1r7zneMm\r\n4LvRQSpukP72T9E+0N5XKM1Oj8OkOQcKZxQStpdFryHQwn1i089qePrIpxq4\r\nzqPBq/D8tSxKKaTQbea8xj4wXFTRYOpN84SCdvs7axm308I4L+3cNNrRfLu+\r\njJTUzS80klnsxxRzq15dVt6WgK9/AfG6syyF/UK8RFGH9IS29DEXJRP7CMch\r\nuvLanm3VXasH5vslxNB5gSPrC9nj4kcxbClWVJDbgsuhJjcvUoIOJYgEdFC9\r\nvGwjvMaSBgx9/jBMBX5F6j6mkNY933xqBMLTrpN1DH8xruB8rtJ+6jx5RnKV\r\noQMqi4Io3mwtD58T34iDaf2SL+JL2vlrIsDfQGvYI92JDL6JbFPcJt8NaLvr\r\n+0zQe9MpjGvwDWTg6DAKOjr8XguXDjWjHnM=\r\n=L37F\r\n-----END PGP SIGNATURE-----\r\n"},"type":"module","exports":{".":{"node":{"import":"./lib/es2018/stream.js","require":"./lib/commonjs/stream.js"}},"./package.json":"./package.json"},"gitHead":"472b1f676b2e416400ce2c97c8e35b8da0e7d0f5","release":{"extends":"@calebboyd/semantic-release-config","branches":["+([0-9])?(.{+([0-9]),x}).x","main","next","next-major",{"name":"beta","prerelease":true},{"name":"alpha","prerelease":true}]},"scripts":{"docs":"typedoc src/stream.ts --excludePrivate","lint":"eslint \"src/**/*\" --fix --ext \"*.ts\"","test":"npm run commitlint && vitest run","build":"rm -rf lib && npm run lint && npm run compile","compile":"tsc && npm run compile:commonjs","coverage":"npm run test -- --collectCoverage","commitlint":"commitlint -f $(git rev-list --tags --max-count=1) -t $(git log --pretty=%H | head -1)","watch:test":"vitest","prepublishOnly":"npm run build","compile:commonjs":"tsc --module commonjs --outDir ./lib/commonjs && echo '{\"type\": \"commonjs\"}' > lib/commonjs/package.json","watch:typescript":"tsc -w"},"_npmUser":{"name":"calebboyd","email":"caleb.boyd@hotmail.com"},"prettier":{"semi":false,"parser":"typescript","printWidth":100,"singleQuote":true},"commitlint":{"rules":{"type-enum":[2,"always",["build","ci","docs","feat","fix","perf","refactor","chore","release","revert","style","test"]]},"extends":["@commitlint/config-angular"]},"repository":{"url":"git+https://github.com/calebboyd/redis-x-stream.git"},"_npmVersion":"7.24.2","description":"An async iterable interface for redis streams","directories":{},"_nodeVersion":"18.12.1","dependencies":{"debug":"^4.3.4","ioredis":"^5.2.4"},"eslintConfig":{"rules":{"@typescript-eslint/no-use-before-define":0},"parser":"@typescript-eslint/parser","extends":["eslint:recommended","plugin:@typescript-eslint/recommended","prettier","plugin:prettier/recommended"],"plugins":["@typescript-eslint"],"ignorePatterns":["*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"eslint":"^8.28.0","vitest":"^0.25.3","typedoc":"^0.23.21","prettier":"^2.8.0","typescript":"^4.9.3","@types/node":"^18.11.9","@types/debug":"^4.1.7","@commitlint/cli":"^17.3.0","eslint-config-prettier":"~8.5.0","eslint-plugin-prettier":"^4.2.1","typedoc-plugin-markdown":"^3.13.6","@typescript-eslint/parser":"^5.44.0","@commitlint/config-angular":"^17.3.0","vitest-github-actions-reporter":"^0.9.0","@typescript-eslint/eslint-plugin":"^5.44.0","@calebboyd/semantic-release-config":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/redis-x-stream_3.1.1_1669491709028_0.15332459867712878","host":"s3://npm-registry-packages"}},"3.1.2":{"name":"redis-x-stream","version":"3.1.2","keywords":["queue","stream","redis","tasks","redis-queue","job-queue","jobs","redis-stream","consumer","consumer-group"],"license":"MIT","_id":"redis-x-stream@3.1.2","maintainers":[{"name":"calebboyd","email":"caleb.boyd@hotmail.com"}],"contributors":[{"url":"https://github.com/calebboyd","name":"Caleb Boyd"}],"homepage":"https://github.com/calebboyd/redis-x-stream#readme","bugs":{"url":"https://github.com/calebboyd/redis-x-stream/issues"},"dist":{"shasum":"7f65895e1d7ccb97860c7b7732aff200c04a2a26","tarball":"https://registry.npmjs.org/redis-x-stream/-/redis-x-stream-3.1.2.tgz","fileCount":24,"integrity":"sha512-0TfjN/jCCaKUjahxTBGVa/kHA0rrJkiGDTO0+enlTmtF8P+FALO3tiHikyk5WSKssJcEuHfaRWZm57gLCBPxFg==","signatures":[{"sig":"MEYCIQDz/pRLt3F0Y1OaSwJS0TURvaKPZ+icUr8ZXzMum/hIBAIhAPrkxpLT2DYIIKDMpbL75cEzZu1bTC2oaKexad5MPxlr","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":80656,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjhiBIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpm1A//Uu0FPzj73NxtSJyt1RsE5InDkZV0giUiEgyVvkPhQyWhJ63K\r\nX7WOTHsFsLdw/Fdnv6nDMHUuaKB0WTqr2oqUzOEAd7ThYu0yO4Nf5u3nn/jb\r\n07fVy8AO6lmk432F5N3elJUwIG22MAjaC88LnCqOzmxC8nHxK5yEzZY284p5\r\ntm8IXKz5zk7idvxpyjDi8zLyHcy/RurA9orE1bwxHIZMwwHE86v0amXUHs+l\r\nxKV0C6jgoO1FampcfNn557x6ijW5zUnDq+sEnoDPylB/nA9Sm0oU3CPb1rxT\r\nbHhtGhZqHu4r0wkhQMS1uaQ51UvmDEemIar/5CT+ojqViFemmdvmUP8NwgLE\r\nDT1xMCtuubvlo+11oMIxrzrhmbARpCoj93XOP/xlv/+xu6B7alRnWKLrBkBl\r\nEETOn0YWHnX0O/4DsPZ9aoUt9r5Qyf1yon4Jxu/HvWX6TzCFITYKiIKF7rqR\r\nUHe2KgkCB3FiqTep6k+3xEY+qyVZNo9DwSSZHO9o89ZzlIo2BuyIo9MyDL9S\r\nMYf+oMdxn9O2IwXXDN5yRX/e/zfYnb0MH2Sd4tZUfXGtsrUwqastFvFyyvOe\r\nB0JAaDRCjJdIJgxShv8uYH8PKbPx12jjDpx/ywT8yUVSSHT9uHYw0EqFXdHR\r\n0vazpIFs3P9fNUnfB6FlX2WMbViN3SWdsaU=\r\n=Cw2d\r\n-----END PGP SIGNATURE-----\r\n"},"type":"module","exports":{".":{"node":{"import":"./lib/es2018/stream.js","require":"./lib/commonjs/stream.js"}},"./package.json":"./package.json"},"gitHead":"9f1d150cbd5d310e6db10d0e9e94bc5c2db90bb7","release":{"extends":"@calebboyd/semantic-release-config","branches":["+([0-9])?(.{+([0-9]),x}).x","main","next","next-major",{"name":"beta","prerelease":true},{"name":"alpha","prerelease":true}]},"scripts":{"docs":"typedoc src/stream.ts --excludePrivate","lint":"eslint \"src/**/*\" --fix --ext \"*.ts\"","test":"npm run commitlint && vitest run --no-isolate","build":"rm -rf lib && npm run lint && npm run compile","compile":"tsc && npm run compile:commonjs","coverage":"npm run test -- --coverage","commitlint":"commitlint -f $(git rev-list --tags --max-count=1) -t $(git log --pretty=%H | head -1)","watch:test":"vitest","prepublishOnly":"npm run build","compile:commonjs":"tsc --module commonjs --outDir ./lib/commonjs && echo '{\"type\": \"commonjs\"}' > lib/commonjs/package.json","watch:typescript":"tsc -w"},"_npmUser":{"name":"calebboyd","email":"caleb.boyd@hotmail.com"},"prettier":{"semi":false,"parser":"typescript","printWidth":100,"singleQuote":true},"commitlint":{"rules":{"type-enum":[2,"always",["build","ci","docs","feat","fix","perf","refactor","chore","release","revert","style","test"]]},"extends":["@commitlint/config-angular"]},"repository":{"url":"git+https://github.com/calebboyd/redis-x-stream.git"},"_npmVersion":"7.24.2","description":"An async iterable interface for redis streams","directories":{},"_nodeVersion":"18.12.1","dependencies":{"debug":"^4.3.4","ioredis":"^5.2.4"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"destructuredArrayIgnorePattern":"^_"}],"@typescript-eslint/no-use-before-define":0},"parser":"@typescript-eslint/parser","extends":["eslint:recommended","plugin:@typescript-eslint/recommended","prettier","plugin:prettier/recommended"],"plugins":["@typescript-eslint"],"ignorePatterns":["*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"chance":"^1.1.9","eslint":"^8.28.0","vitest":"^0.25.3","typedoc":"^0.23.21","prettier":"^2.8.0","typescript":"^4.9.3","@types/node":"^18.11.9","@types/debug":"^4.1.7","@types/chance":"^1.1.3","@commitlint/cli":"^17.3.0","@vitest/coverage-c8":"^0.25.3","eslint-config-prettier":"~8.5.0","eslint-plugin-prettier":"^4.2.1","typedoc-plugin-markdown":"^3.13.6","@typescript-eslint/parser":"^5.45.0","@commitlint/config-angular":"^17.3.0","vitest-github-actions-reporter":"^0.9.0","@typescript-eslint/eslint-plugin":"^5.45.0","@calebboyd/semantic-release-config":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/redis-x-stream_3.1.2_1669734472688_0.6048801682466469","host":"s3://npm-registry-packages"}},"3.1.3":{"name":"redis-x-stream","version":"3.1.3","keywords":["queue","stream","redis","tasks","redis-queue","job-queue","jobs","redis-stream","consumer","consumer-group"],"license":"MIT","_id":"redis-x-stream@3.1.3","maintainers":[{"name":"calebboyd","email":"caleb.boyd@hotmail.com"}],"contributors":[{"url":"https://github.com/calebboyd","name":"Caleb Boyd"}],"homepage":"https://github.com/calebboyd/redis-x-stream#readme","bugs":{"url":"https://github.com/calebboyd/redis-x-stream/issues"},"dist":{"shasum":"46d0e9503717b5c532598de9d4549108a088f43c","tarball":"https://registry.npmjs.org/redis-x-stream/-/redis-x-stream-3.1.3.tgz","fileCount":24,"integrity":"sha512-09/BBg+XrzSV+2xvjYYVzbcivRATrhU+RlxBzw3eGzxZSGPRNW0nSkIWYLZCRoMyj1uAM6Ql7jyEDeGLzP+UDA==","signatures":[{"sig":"MEUCIDPBM+7EvZ0tqeNwpbzAREn8Y6ehH9F3E//gXIqrvewhAiEAhq2ngteFCX/VrvY8SZm9VMl4J01+QE33CvFCfvKZXj4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":80745,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjuE5vACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoi8A/+I+5fWxBIYNn93Bw8YydtUmijfKcNWTJJfyBJYdJnWYpVmAV0\r\nxrRj9U9sH+RjPqx/lRirrTVHKp2GFN9sj22TGxzZ0RIsYMy3bbN9jczXiGo2\r\n5jnVnHKNjYGydc7I16ARa9pZAnCzPEfqT5QAse7Bsx44Bso0UFx8mCXOyP3w\r\nJtDAIjXK2g33oBWU5l4bB53JXyiMyYjq/yiGeGezUcoWSCKqYqR6ZRtNDqrs\r\n/3AzzovZCYiOjN6rLSXY6NFBWZjqbE85CfWSX3LGnjFS98pj3EMSSsAAjaG0\r\nekbnPDC6ts2Db5vzXkBmFTJhz+O9FbAtX+/rEjYa8JtAuqMrFbfpDN6wyOon\r\nINxvRrEOekkF6J7tweKFAv9SkvC7U31tynyvgcGqhylYvaLJ5/EX8TcYnTBA\r\nRoLi7AEv7U3+R887tb/3eiKUn186Os//42l/NHgsJF0hi7gizlcIM0QXi1jA\r\noL+ZbFprYSlcqV80uvloBMPuq14w+wNca76BkL3mwpgSrIcGugbmT2fmgU/j\r\nOHY4Ny9gRnMF38xQ10YcLoC20QpfvNTVB1O54MWpAcCSlzvYdYquOvjf+XIN\r\nSBAF8JdiYLHOXXhzm9SwT2gKGPMe5U3IMck7UrKF+FLbmrpc6PEt5gvWun0S\r\nEFr6/ya/gmcNjJgjd/MYoJWtKQg7GuE24mM=\r\n=dHde\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/commonjs/stream.js","type":"module","types":"./lib/commonjs/stream.d.ts","exports":{".":{"node":{"import":"./lib/es2018/stream.js","require":"./lib/commonjs/stream.js"}},"./package.json":"./package.json"},"gitHead":"490f840a99804515dea89a844bf8e4bb5ca811a3","release":{"extends":"@calebboyd/semantic-release-config","branches":["+([0-9])?(.{+([0-9]),x}).x","main","next","next-major",{"name":"beta","prerelease":true},{"name":"alpha","prerelease":true}]},"scripts":{"docs":"typedoc src/stream.ts --excludePrivate","lint":"eslint \"src/**/*\" --fix --ext \"*.ts\"","test":"npm run commitlint && vitest run --no-isolate","build":"rm -rf lib && npm run lint && npm run compile","compile":"tsc && npm run compile:commonjs","coverage":"npm run test -- --coverage","commitlint":"commitlint -f $(git rev-list --tags --max-count=1) -t $(git log --pretty=%H | head -1)","watch:test":"vitest","prepublishOnly":"npm run build","compile:commonjs":"tsc --module commonjs --outDir ./lib/commonjs && echo '{\"type\": \"commonjs\"}' > lib/commonjs/package.json","watch:typescript":"tsc -w"},"_npmUser":{"name":"calebboyd","email":"caleb.boyd@hotmail.com"},"prettier":{"semi":false,"parser":"typescript","printWidth":100,"singleQuote":true},"commitlint":{"rules":{"type-enum":[2,"always",["build","ci","docs","feat","fix","perf","refactor","chore","release","revert","style","test"]]},"extends":["@commitlint/config-angular"]},"repository":{"url":"git+https://github.com/calebboyd/redis-x-stream.git"},"_npmVersion":"7.24.2","description":"An async iterable interface for redis streams","directories":{},"_nodeVersion":"18.12.1","dependencies":{"debug":"^4.3.4","ioredis":"^5.2.4"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"destructuredArrayIgnorePattern":"^_"}],"@typescript-eslint/no-use-before-define":0},"parser":"@typescript-eslint/parser","extends":["eslint:recommended","plugin:@typescript-eslint/recommended","prettier","plugin:prettier/recommended"],"plugins":["@typescript-eslint"],"ignorePatterns":["*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"chance":"^1.1.9","eslint":"^8.28.0","vitest":"^0.25.3","typedoc":"^0.23.21","prettier":"^2.8.0","typescript":"^4.9.3","@types/node":"^18.11.9","@types/debug":"^4.1.7","@types/chance":"^1.1.3","@commitlint/cli":"^17.3.0","@vitest/coverage-c8":"^0.25.3","eslint-config-prettier":"~8.5.0","eslint-plugin-prettier":"^4.2.1","typedoc-plugin-markdown":"^3.13.6","@typescript-eslint/parser":"^5.45.0","@commitlint/config-angular":"^17.3.0","vitest-github-actions-reporter":"^0.9.0","@typescript-eslint/eslint-plugin":"^5.45.0","@calebboyd/semantic-release-config":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/redis-x-stream_3.1.3_1673023086878_0.5430915687896525","host":"s3://npm-registry-packages"}},"3.1.4":{"name":"redis-x-stream","version":"3.1.4","keywords":["queue","stream","redis","tasks","redis-queue","job-queue","jobs","redis-stream","consumer","consumer-group"],"license":"MIT","_id":"redis-x-stream@3.1.4","maintainers":[{"name":"calebboyd","email":"caleb.boyd@hotmail.com"}],"contributors":[{"url":"https://github.com/calebboyd","name":"Caleb Boyd"}],"homepage":"https://github.com/calebboyd/redis-x-stream#readme","bugs":{"url":"https://github.com/calebboyd/redis-x-stream/issues"},"dist":{"shasum":"078ce1db69d8d040e576989b3c079e334fe477c7","tarball":"https://registry.npmjs.org/redis-x-stream/-/redis-x-stream-3.1.4.tgz","fileCount":24,"integrity":"sha512-6+XhSdBqMz9SD3mGNfSFWg0gB0B06qxVWmYG1fG+RWrya9RarSLO4Q4UUEOkA/AC3+DrcZZEqokoyqNVXPML3w==","signatures":[{"sig":"MEUCIAfBbZR1z+M6CuJr3+RNjylKQeqpOfnFjyei+pYnSyLKAiEAnET6rc/hNVjSto9ppStAbGo1jAv+yak/0gdTVH8Fa+s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":80717,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjuIpVACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpDIxAAiMNwjwwBVvGDGQXoRzmgdfbk5kFX79opidWkeCofCb3ZT04v\r\nTIDp0UEKy0UC1O5wOdTSr82y1dCZmSNXCTwSea4hRARjBGk8qU40NJgLi3DG\r\nKFMxo5D9tPFGZOi7HGcapuswi7UUdfqu2NXuFBH6qlZP4KwsZrIoMG9rqn+V\r\n7xqicTlnTpn1ZL+IQWsfUaxWgXwbanBXQ3GL03I7PyQ66LkEBmUGvZfDlD7I\r\nP5Xxnwzx0WrzT1sng+Xt1RcohSvL7LbcgexuhNQeFMYDwcGc/SmAcGu3Bljk\r\nCLie+LdwxvBs8PkUjRQMGWxVQjR0tRYkrwMhxjIAfWqXFBDG2Qk377H8zept\r\nCqQMmk9uL+TUyifiIxeaskpVMPWvNCimxd/i/9tVARWoKRWfZxMCwAQ+5bnb\r\nT+26fhH8mVzgQfJE9UcUhYFNBrw9U8be1MIqP+rIunU+oCdG2g2xsLYL//eF\r\nyeNoA+rkpK2WrZc2D3SjonD9b+x+TD/vhIrEF0PC/zluLXXe5cQiy3I1KefM\r\nrjuVRGv6EI4GGJI1jdAzulQTHU5fYTGk9ws9LL65FPLavbxIc7MIKdSB/+L0\r\nzRaxbo5+0VaqSSKdla54/RYzVuDqrFmndj2ioQVAZRMriRGyfTmxirTpWdi2\r\nwJNg+qX0dTXvSHwoT8p8hy/DUGdUpp1NNS4=\r\n=0KoN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/commonjs/stream.js","type":"module","types":"./lib/commonjs/stream.d.ts","exports":{".":{"import":"./lib/es2018/stream.js","require":"./lib/commonjs/stream.js"},"./package.json":"./package.json"},"gitHead":"895424bf832f8a555cee336aebfc0a529e7ad414","release":{"extends":"@calebboyd/semantic-release-config","branches":["+([0-9])?(.{+([0-9]),x}).x","main","next","next-major",{"name":"beta","prerelease":true},{"name":"alpha","prerelease":true}]},"scripts":{"docs":"typedoc src/stream.ts --excludePrivate","lint":"eslint \"src/**/*\" --fix --ext \"*.ts\"","test":"npm run commitlint && vitest run --no-isolate","build":"rm -rf lib && npm run lint && npm run compile","compile":"tsc && npm run compile:commonjs","coverage":"npm run test -- --coverage","commitlint":"commitlint -f $(git rev-list --tags --max-count=1) -t $(git log --pretty=%H | head -1)","watch:test":"vitest","prepublishOnly":"npm run build","compile:commonjs":"tsc --module commonjs --outDir ./lib/commonjs && echo '{\"type\": \"commonjs\"}' > lib/commonjs/package.json","watch:typescript":"tsc -w"},"_npmUser":{"name":"calebboyd","email":"caleb.boyd@hotmail.com"},"prettier":{"semi":false,"parser":"typescript","printWidth":100,"singleQuote":true},"commitlint":{"rules":{"type-enum":[2,"always",["build","ci","docs","feat","fix","perf","refactor","chore","release","revert","style","test"]]},"extends":["@commitlint/config-angular"]},"repository":{"url":"git+https://github.com/calebboyd/redis-x-stream.git"},"_npmVersion":"7.24.2","description":"An async iterable interface for redis streams","directories":{},"_nodeVersion":"18.12.1","dependencies":{"debug":"^4.3.4","ioredis":"^5.2.4"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"destructuredArrayIgnorePattern":"^_"}],"@typescript-eslint/no-use-before-define":0},"parser":"@typescript-eslint/parser","extends":["eslint:recommended","plugin:@typescript-eslint/recommended","prettier","plugin:prettier/recommended"],"plugins":["@typescript-eslint"],"ignorePatterns":["*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"chance":"^1.1.9","eslint":"^8.28.0","vitest":"^0.25.3","typedoc":"^0.23.21","prettier":"^2.8.0","typescript":"^4.9.3","@types/node":"^18.11.9","@types/debug":"^4.1.7","@types/chance":"^1.1.3","@commitlint/cli":"^17.3.0","@vitest/coverage-c8":"^0.25.3","eslint-config-prettier":"~8.5.0","eslint-plugin-prettier":"^4.2.1","typedoc-plugin-markdown":"^3.13.6","@typescript-eslint/parser":"^5.45.0","@commitlint/config-angular":"^17.3.0","vitest-github-actions-reporter":"^0.9.0","@typescript-eslint/eslint-plugin":"^5.45.0","@calebboyd/semantic-release-config":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/redis-x-stream_3.1.4_1673038421258_0.15838551871867668","host":"s3://npm-registry-packages"}},"3.1.5":{"name":"redis-x-stream","version":"3.1.5","keywords":["queue","stream","redis","tasks","redis-queue","job-queue","jobs","redis-stream","consumer","consumer-group"],"license":"MIT","_id":"redis-x-stream@3.1.5","maintainers":[{"name":"calebboyd","email":"caleb.boyd@hotmail.com"}],"contributors":[{"url":"https://github.com/calebboyd","name":"Caleb Boyd"}],"homepage":"https://github.com/calebboyd/redis-x-stream#readme","bugs":{"url":"https://github.com/calebboyd/redis-x-stream/issues"},"dist":{"shasum":"1317bcafc33b2bc0c9e287a0b9a63f39061eda01","tarball":"https://registry.npmjs.org/redis-x-stream/-/redis-x-stream-3.1.5.tgz","fileCount":24,"integrity":"sha512-eT+oelwSsd/iyzUggHsdEwN5nBGVCsC8wpgZb9ePEyODaK6xEIskMNHaSPRnx8tRePifuO/8d1xGLXpOAnm07A==","signatures":[{"sig":"MEYCIQCoamORecxUOSnKKRTL382OQoJMu2nAWdTn1FWGWxvXtgIhAOlK5SEUa7E8bgP7Dpfd0UvkyAzbaYGmog7VbdhubIM1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":80389,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjuKGoACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqppw//cFgkv3EkiNArHjQWRjMEd5u9qyz4cCTxqvYensHhzHzMt2Sq\r\n32wb3CtGlw4DPyy5d982qilVUpQGZ2CYH5iqCc+1MKZnKpTmQ5tzkAQIYpcl\r\n7QvHHiSzXSFOraY6Afa0T0yQH/GIbR9VaYS55/0M0W/1M02VDWOfs3gl0xVk\r\nkUcGCa6G7drKIBn6I8jlc/D+SEjXcxK6zeQfM6C79PDv8tCAZvXvloAf3wXX\r\n1MjCQYSDifEt3JJPI6eKPRZblSzibV9LQLguDboi9DiJa/7aH62BW0EWEk2x\r\ndB+JMVWrZnjze0JsU1JIY//KCAyJMC40qUOJM+vawoeTChmINHqgwIMvOXm8\r\nJ+Mq3SmZOI6CttzLPGG4bhjRrI7WDCrkcG8Kp3L3zVtT/VJhBTwPtnp9nQiM\r\nfDjIPqKbS8F+fvA6sFtkzd6uZXLsUqiEobncH1Yy6k8ATvEGSvGZ/HUAqcXz\r\n2bGuT8buMO9gW4Do8wJRmNPH3Vyz96OJHlvioBr86erNqQ40RMZfHAUYak0V\r\nGYefjfGGN7+xDngk93FcIcaHBHiZgL3OkXXlMfAv+e+Bg7ZPfoNoZ2IVHVJd\r\nw+eyLJkXFaiP4aAXCf2ErBoYMFb2qhMpititcgB3BWjjEZ/5J4FxLn3CJR0G\r\n2hui7rfS1U9rbA556cWz5+jjlVeq8b+iLH0=\r\n=RWZ1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/commonjs/stream.js","type":"module","types":"./lib/commonjs/stream.d.ts","exports":{".":{"import":"./lib/es2018/stream.js","require":"./lib/commonjs/stream.js"},"./package.json":"./package.json"},"gitHead":"207fe326be4763eed13fe7db53636c3304f18bb5","release":{"extends":"@calebboyd/semantic-release-config","branches":["+([0-9])?(.{+([0-9]),x}).x","main","next","next-major",{"name":"beta","prerelease":true},{"name":"alpha","prerelease":true}]},"scripts":{"docs":"typedoc src/stream.ts --excludePrivate","lint":"eslint \"src/**/*\" --fix --ext \"*.ts\"","test":"npm run commitlint && vitest run --no-isolate","build":"rm -rf lib && npm run lint && npm run compile","compile":"tsc && npm run compile:commonjs","coverage":"npm run test -- --coverage","commitlint":"commitlint -f $(git rev-list --tags --max-count=1) -t $(git log --pretty=%H | head -1)","watch:test":"vitest","prepublishOnly":"npm run build","compile:commonjs":"tsc --module commonjs --outDir ./lib/commonjs && echo '{\"type\": \"commonjs\"}' > lib/commonjs/package.json","watch:typescript":"tsc -w"},"_npmUser":{"name":"calebboyd","email":"caleb.boyd@hotmail.com"},"prettier":{"semi":false,"parser":"typescript","printWidth":100,"singleQuote":true},"commitlint":{"rules":{"type-enum":[2,"always",["build","ci","docs","feat","fix","perf","refactor","chore","release","revert","style","test"]]},"extends":["@commitlint/config-angular"]},"repository":{"url":"git+https://github.com/calebboyd/redis-x-stream.git"},"_npmVersion":"7.24.2","description":"An async iterable interface for redis streams","directories":{},"_nodeVersion":"18.12.1","dependencies":{"debug":"^4.3.4","ioredis":"^5.2.4"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"destructuredArrayIgnorePattern":"^_"}],"@typescript-eslint/no-use-before-define":0},"parser":"@typescript-eslint/parser","extends":["eslint:recommended","plugin:@typescript-eslint/recommended","prettier","plugin:prettier/recommended"],"plugins":["@typescript-eslint"],"ignorePatterns":["*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"chance":"^1.1.9","eslint":"^8.28.0","vitest":"^0.25.3","typedoc":"^0.23.21","prettier":"^2.8.0","typescript":"^4.9.3","@types/node":"^18.11.9","@types/debug":"^4.1.7","@types/chance":"^1.1.3","@commitlint/cli":"^17.3.0","@vitest/coverage-c8":"^0.25.3","eslint-config-prettier":"~8.5.0","eslint-plugin-prettier":"^4.2.1","typedoc-plugin-markdown":"^3.13.6","@typescript-eslint/parser":"^5.45.0","@commitlint/config-angular":"^17.3.0","vitest-github-actions-reporter":"^0.9.0","@typescript-eslint/eslint-plugin":"^5.45.0","@calebboyd/semantic-release-config":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/redis-x-stream_3.1.5_1673044391817_0.9625559998044078","host":"s3://npm-registry-packages"}},"3.2.0":{"name":"redis-x-stream","version":"3.2.0","keywords":["queue","stream","redis","tasks","redis-queue","job-queue","jobs","redis-stream","consumer","consumer-group"],"license":"MIT","_id":"redis-x-stream@3.2.0","maintainers":[{"name":"calebboyd","email":"caleb.boyd@hotmail.com"}],"contributors":[{"url":"https://github.com/calebboyd","name":"Caleb Boyd"}],"homepage":"https://github.com/calebboyd/redis-x-stream#readme","bugs":{"url":"https://github.com/calebboyd/redis-x-stream/issues"},"dist":{"shasum":"b217091f87b96c2195e6ba3f650fb6631da6f460","tarball":"https://registry.npmjs.org/redis-x-stream/-/redis-x-stream-3.2.0.tgz","fileCount":24,"integrity":"sha512-ws3MU4JAi99VHhJYnKoK2U1dIhJdD1Uccboueo2jKyl3SiNaBrkmhec5YU2DS+XdKNouugZHqTPN3yWPRihdmQ==","signatures":[{"sig":"MEYCIQDnadCZy+DdwwoRIfcq51UXHpfdy+GZVgvHJeAkZHEWEAIhAMLzcSOC/Gpagf6IkKtlEEBmHEm30DEtUy9DchLJfDLa","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":83197,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjuKs3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrEbg/+NKa+fVnHWhYzGWx4vPedAwU2fULTBqPfruCLq2tbBm7ol/of\r\nalmoiMrcCnOHy6gC6OHlB2MxJd30zTfQ2oyxScXFH7YQlwR3DYOM29lh4iCg\r\nMgWf9N9A/J4EN5x2ZMxkQbBep9aRHgU3Jvptw0pBaxxbx+90rQIEThuREYwN\r\nQo9nqgDJYndsxmo4zSF1uC8Gbshf2DEDBJ5fQK6ZQ0IZTB7m2QV0H1zXtp7v\r\nbDFuki2cE44BeztS7CA/3T58Pjw9174F0KeGdatNOk3NFXNgg7GkHSrKvQ0W\r\nfd2Jufz2dKWDz5XlCcrgukTPZKTKaGSj6LcOrlqYl+3A7T2mpUL1W/uWdGsE\r\nE1w9NTTkqiO+PGzDphH9lOqfekdzD33U9zVTylD1VWsC5YsRyppFW489HBFW\r\ndP3KEGJQUHgbPHie4QMGF2SUBUGJjAx/tGMh/qyi9kd4ZUiQdwXGi6uXSqbr\r\nPGnMwHmeF0macwSMRzt+uEvwiLMH2zoKfGLtl0/riE8j/EPKyVmPNZzkh3+K\r\nioKq98E3gQ7GK3zcsoV9DnrSx6uXky2XPXOyZue3Aa5kekLGLsIShjKpLTHX\r\nZJUgF1HOVfBIhqgubIM23N8lyCuNVs9520Mg42gXjaqzZ8wPbEhH4rdrhsOh\r\nO5MxQJVzvrsI7kMx0Z/2mDPUZuyTET9tybM=\r\n=f0ql\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/commonjs/stream.js","type":"module","types":"./lib/commonjs/stream.d.ts","exports":{".":{"import":"./lib/es2018/stream.js","require":"./lib/commonjs/stream.js"},"./package.json":"./package.json"},"gitHead":"a79038296c117d160a6f0c1050d64cc4fc066103","release":{"extends":"@calebboyd/semantic-release-config","branches":["+([0-9])?(.{+([0-9]),x}).x","main","next","next-major",{"name":"beta","prerelease":true},{"name":"alpha","prerelease":true}]},"scripts":{"docs":"typedoc src/stream.ts --excludePrivate","lint":"eslint \"src/**/*\" --fix --ext \"*.ts\"","test":"npm run commitlint && vitest run --no-isolate","build":"rm -rf lib && npm run lint && npm run compile","compile":"tsc && npm run compile:commonjs","coverage":"npm run test -- --coverage","commitlint":"commitlint -f $(git rev-list --tags --max-count=1) -t $(git log --pretty=%H | head -1)","watch:test":"vitest","prepublishOnly":"npm run build","compile:commonjs":"tsc --module commonjs --outDir ./lib/commonjs && echo '{\"type\": \"commonjs\"}' > lib/commonjs/package.json","watch:typescript":"tsc -w"},"_npmUser":{"name":"calebboyd","email":"caleb.boyd@hotmail.com"},"prettier":{"semi":false,"parser":"typescript","printWidth":100,"singleQuote":true},"commitlint":{"rules":{"type-enum":[2,"always",["build","ci","docs","feat","fix","perf","refactor","chore","release","revert","style","test"]]},"extends":["@commitlint/config-angular"]},"repository":{"url":"git+https://github.com/calebboyd/redis-x-stream.git"},"_npmVersion":"7.24.2","description":"An async iterable interface for redis streams","directories":{},"_nodeVersion":"18.12.1","dependencies":{"debug":"^4.3.4","ioredis":"^5.2.4"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"destructuredArrayIgnorePattern":"^_"}],"@typescript-eslint/no-use-before-define":0},"parser":"@typescript-eslint/parser","extends":["eslint:recommended","plugin:@typescript-eslint/recommended","prettier","plugin:prettier/recommended"],"plugins":["@typescript-eslint"],"ignorePatterns":["*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"chance":"^1.1.9","eslint":"^8.28.0","vitest":"^0.25.3","typedoc":"^0.23.21","prettier":"^2.8.0","typescript":"^4.9.3","@types/node":"^18.11.9","@types/debug":"^4.1.7","@types/chance":"^1.1.3","@commitlint/cli":"^17.3.0","@vitest/coverage-c8":"^0.25.3","eslint-config-prettier":"~8.5.0","eslint-plugin-prettier":"^4.2.1","typedoc-plugin-markdown":"^3.13.6","@typescript-eslint/parser":"^5.45.0","@commitlint/config-angular":"^17.3.0","vitest-github-actions-reporter":"^0.9.0","@typescript-eslint/eslint-plugin":"^5.45.0","@calebboyd/semantic-release-config":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/redis-x-stream_3.2.0_1673046838940_0.9304681720193317","host":"s3://npm-registry-packages"}},"3.2.1":{"name":"redis-x-stream","version":"3.2.1","keywords":["queue","stream","redis","tasks","redis-queue","job-queue","jobs","redis-stream","consumer","consumer-group"],"license":"MIT","_id":"redis-x-stream@3.2.1","maintainers":[{"name":"calebboyd","email":"caleb.boyd@hotmail.com"}],"contributors":[{"url":"https://github.com/calebboyd","name":"Caleb Boyd"}],"homepage":"https://github.com/calebboyd/redis-x-stream#readme","bugs":{"url":"https://github.com/calebboyd/redis-x-stream/issues"},"dist":{"shasum":"1d0890ebec245f6c9dbc0aaa07095a230e778c5d","tarball":"https://registry.npmjs.org/redis-x-stream/-/redis-x-stream-3.2.1.tgz","fileCount":24,"integrity":"sha512-FDK9Pu8hLLSwQVX+2O1yBP5h2VoQvw0V7lhf30ARVO9ozE3jlF6r9LWFLH4CQ4bpXIrUYDOzKWFNsV8EmxmS+g==","signatures":[{"sig":"MEYCIQC8TZHq+HGLGt8QNJ776eJU/dtbGkc4B4I/iemEsswvFgIhAKbNgSjGWCF6Mr+W2kwZVOY72O3cDTljTPaFjxT2LO5W","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":83939,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjvEdGACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr4ig/9GcOyZZQb93yI0b9EDSEs0kpVi/e7DydN783HbTS5ZyzHWyaB\r\nsBH5fODWAnj0eJbtyYywTuiwZwDx5ywWOuOghL6rH6e8RijTS/+o2XUFsKWE\r\n5vqCXlxuQqMZFNFyFUJMcnk+NZkHj2HY5czpUIXkFpFpKGnVkwrM6DJZWer7\r\ncHRnVcI6pYaOUcugJN9TxFArSiljiz0k1tTUPztPKuJhHyvXKp5lC9Rc9Fz7\r\nx5YyZNcxZuVBAzVuFfgTktPrjpCyR1OEq97+7fUeKidq6R9MTild0N4iFDge\r\nBV3kZXm0fkTOOSCCsch4GBcJ3obFyOjCyJamQ4wm1WPE0og5dMTMF23pKzW7\r\nT9CfkZ6oFpaLn3wmVJgZNxdpPp0WOTyyYXPzsG53hNIOcykp4+XPgiuX7BjS\r\nw8tZT8DN61vPfhKJTBO6qNG+SSv05OiWmpCYYb0MKbsi9Nzzv5t6Fn58ZUlx\r\n3N+nWvh1EiaVgoyfAFzVoQuzxd5dBc1GKVBa63L9mEZ2Tbi7JPae8re93pTC\r\nln3YiqAleGhOojbtWRWjWpjGpbANq5FxkuvA+yZtzP5AIvfFuML1VKffl93c\r\nEsqvuaqao9k8VUmjBy9Lif/y967Fezv8/eeIrMPf6hkIDjqKHgVh0SfgnB6X\r\nmire4iDYgwPluo6WOXOPNnqB/c7aYLC2Z/w=\r\n=ndK7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/commonjs/stream.js","type":"module","types":"./lib/commonjs/stream.d.ts","exports":{".":{"import":"./lib/es2018/stream.js","require":"./lib/commonjs/stream.js"},"./package.json":"./package.json"},"gitHead":"61ed5f7a65a9ff04a1b9c99574b8c908d0686a27","release":{"extends":"@calebboyd/semantic-release-config","branches":["+([0-9])?(.{+([0-9]),x}).x","main","next","next-major",{"name":"beta","prerelease":true},{"name":"alpha","prerelease":true}]},"scripts":{"docs":"typedoc src/stream.ts --excludePrivate","lint":"eslint \"src/**/*\" --fix --ext \"*.ts\"","test":"npm run commitlint && vitest run --no-isolate","build":"rm -rf lib && npm run lint && npm run compile","compile":"tsc && npm run compile:commonjs","coverage":"npm run test -- --coverage","commitlint":"commitlint -f $(git rev-list --tags --max-count=1) -t $(git log --pretty=%H | head -1)","watch:test":"vitest","prepublishOnly":"npm run build","compile:commonjs":"tsc --module commonjs --outDir ./lib/commonjs && echo '{\"type\": \"commonjs\"}' > lib/commonjs/package.json","watch:typescript":"tsc -w"},"_npmUser":{"name":"calebboyd","email":"caleb.boyd@hotmail.com"},"prettier":{"semi":false,"parser":"typescript","printWidth":100,"singleQuote":true},"commitlint":{"rules":{"type-enum":[2,"always",["build","ci","docs","feat","fix","perf","refactor","chore","release","revert","style","test"]]},"extends":["@commitlint/config-angular"]},"repository":{"url":"git+https://github.com/calebboyd/redis-x-stream.git"},"_npmVersion":"7.24.2","description":"An async iterable interface for redis streams","directories":{},"_nodeVersion":"18.12.1","dependencies":{"debug":"^4.3.4","ioredis":"^5.2.4"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"destructuredArrayIgnorePattern":"^_"}],"@typescript-eslint/no-use-before-define":0},"parser":"@typescript-eslint/parser","extends":["eslint:recommended","plugin:@typescript-eslint/recommended","prettier","plugin:prettier/recommended"],"plugins":["@typescript-eslint"],"ignorePatterns":["*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"chance":"^1.1.9","eslint":"^8.28.0","vitest":"^0.25.3","typedoc":"^0.23.21","prettier":"^2.8.0","typescript":"^4.9.3","@types/node":"^18.11.9","@types/debug":"^4.1.7","@types/chance":"^1.1.3","@commitlint/cli":"^17.3.0","@vitest/coverage-c8":"^0.25.3","eslint-config-prettier":"~8.5.0","eslint-plugin-prettier":"^4.2.1","typedoc-plugin-markdown":"^3.13.6","@typescript-eslint/parser":"^5.45.0","@commitlint/config-angular":"^17.3.0","vitest-github-actions-reporter":"^0.9.0","@typescript-eslint/eslint-plugin":"^5.45.0","@calebboyd/semantic-release-config":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/redis-x-stream_3.2.1_1673283398385_0.942091986082422","host":"s3://npm-registry-packages"}},"3.2.2":{"name":"redis-x-stream","version":"3.2.2","keywords":["queue","stream","redis","tasks","redis-queue","job-queue","jobs","redis-stream","consumer","consumer-group"],"license":"MIT","_id":"redis-x-stream@3.2.2","maintainers":[{"name":"calebboyd","email":"caleb.boyd@hotmail.com"}],"contributors":[{"url":"https://github.com/calebboyd","name":"Caleb Boyd"}],"homepage":"https://github.com/calebboyd/redis-x-stream#readme","bugs":{"url":"https://github.com/calebboyd/redis-x-stream/issues"},"dist":{"shasum":"911daa46d9e78b5b11dd50c69fa50523bc54e260","tarball":"https://registry.npmjs.org/redis-x-stream/-/redis-x-stream-3.2.2.tgz","fileCount":24,"integrity":"sha512-jbGYrtPwax+uK6DShVu0SkA5r47O58UqkoKiYnzp/H+0deKD5j+KMRW8porbJ3nypyzvnhmwpxZcF9PyFrPR1Q==","signatures":[{"sig":"MEUCIQCssw4pvjg+iqnx/Nhqsg0KJF+4r9PosKZ7m5UsIrguiAIgKve1rYnijFBP2QhYD9qIsUI1iTjELMVkj2c9JD9+fjQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":83992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjvFNUACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqf6Q/8Chc+mUWF/Ejue1Z6NfrBlFEWLVXrf4/ZgZ7snwtT+lRnKtDi\r\nHRKgzWBnehIrxU4Zi1TgUBK42D5wYe0qMqUbEqCSwhO2pDoQR9LMdfDIborc\r\nx9N7NUUOEQq5JaN6eehDBDP4eX1BYiEK1s78q8VGRaJCcbtp1f7WRMNJ3sjO\r\nUGOHjH7a8HTumrn/N9pWDREdVb+EIr9zAAZX9CWqXS5qttz4r8ms03PdRN6c\r\ntHLLgsmP9UPqReUtoxTMX0Yw5sQJQXy0rEcWpO+cXOvYbdTvXoX+hZudEjHl\r\n6h6WtRvSZ2st+KIkTxZtq6MRE5XlwvHzqRC0rm81ixvwhvSFU1eJ+Q/eusKd\r\nQFGK+v375KpagIhp1mY/IJiOh+FyjuZpT/nuVxnwgqA5xAIbmTfAZ3xFQC2G\r\nM68oQRtdJ7Q5xYaYNaKf9M3LxlPzd+bjyA6ORNYgTCkqwiUtrYMq7QQlTJ53\r\nPFKxFT9fc1zLNV/30oP/pOrBg9uecro+CxwoPGRouDLtTGnL9NO090kcs1+U\r\nCFny2QyG6xVLYP26wF3ofWoU2IPr8PZhSoYkZzFS4mEsfz4VcWQxBEGaG5v1\r\nD+NLOnf09/J6GfORXtQGatqFXy/vSAXGChLVDHeqpTzNWh7MLBtmQo9ILRf3\r\ntLtwOoL9v59hiM51MCft3h5fnw6lKy+KOHU=\r\n=3S1z\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/commonjs/stream.js","type":"module","types":"./lib/commonjs/stream.d.ts","exports":{".":{"import":"./lib/es2018/stream.js","require":"./lib/commonjs/stream.js"},"./package.json":"./package.json"},"gitHead":"462bd6de2270387b573f1acacca6f55d78862a17","release":{"extends":"@calebboyd/semantic-release-config","branches":["+([0-9])?(.{+([0-9]),x}).x","main","next","next-major",{"name":"beta","prerelease":true},{"name":"alpha","prerelease":true}]},"scripts":{"docs":"typedoc src/stream.ts --excludePrivate","lint":"eslint \"src/**/*\" --fix --ext \"*.ts\"","test":"npm run commitlint && vitest run --no-isolate","build":"rm -rf lib && npm run lint && npm run compile","compile":"tsc && npm run compile:commonjs","coverage":"npm run test -- --coverage","commitlint":"commitlint -f $(git rev-list --tags --max-count=1) -t $(git log --pretty=%H | head -1)","watch:test":"vitest","prepublishOnly":"npm run build","compile:commonjs":"tsc --module commonjs --outDir ./lib/commonjs && echo '{\"type\": \"commonjs\"}' > lib/commonjs/package.json","watch:typescript":"tsc -w"},"_npmUser":{"name":"calebboyd","email":"caleb.boyd@hotmail.com"},"prettier":{"semi":false,"parser":"typescript","printWidth":100,"singleQuote":true},"commitlint":{"rules":{"type-enum":[2,"always",["build","ci","docs","feat","fix","perf","refactor","chore","release","revert","style","test"]]},"extends":["@commitlint/config-angular"]},"repository":{"url":"git+https://github.com/calebboyd/redis-x-stream.git"},"_npmVersion":"7.24.2","description":"An async iterable interface for redis streams","directories":{},"_nodeVersion":"18.12.1","dependencies":{"debug":"^4.3.4"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"destructuredArrayIgnorePattern":"^_"}],"@typescript-eslint/no-use-before-define":0},"parser":"@typescript-eslint/parser","extends":["eslint:recommended","plugin:@typescript-eslint/recommended","prettier","plugin:prettier/recommended"],"plugins":["@typescript-eslint"],"ignorePatterns":["*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"chance":"^1.1.9","eslint":"^8.28.0","vitest":"^0.25.3","ioredis":"^5.2.4","typedoc":"^0.23.21","prettier":"^2.8.0","typescript":"^4.9.3","@types/node":"^18.11.9","@types/debug":"^4.1.7","@types/chance":"^1.1.3","@commitlint/cli":"^17.3.0","@vitest/coverage-c8":"^0.25.3","eslint-config-prettier":"~8.5.0","eslint-plugin-prettier":"^4.2.1","typedoc-plugin-markdown":"^3.13.6","@typescript-eslint/parser":"^5.45.0","@commitlint/config-angular":"^17.3.0","vitest-github-actions-reporter":"^0.9.0","@typescript-eslint/eslint-plugin":"^5.45.0","@calebboyd/semantic-release-config":"^1.0.1"},"peerDependencies":{"ioredis":"^5.2.4"},"_npmOperationalInternal":{"tmp":"tmp/redis-x-stream_3.2.2_1673286484254_0.4324678984422361","host":"s3://npm-registry-packages"}},"3.2.3":{"name":"redis-x-stream","version":"3.2.3","keywords":["queue","stream","redis","tasks","redis-queue","job-queue","jobs","redis-stream","consumer","consumer-group"],"license":"MIT","_id":"redis-x-stream@3.2.3","maintainers":[{"name":"calebboyd","email":"caleb.boyd@hotmail.com"}],"contributors":[{"url":"https://github.com/calebboyd","name":"Caleb Boyd"}],"homepage":"https://github.com/calebboyd/redis-x-stream#readme","bugs":{"url":"https://github.com/calebboyd/redis-x-stream/issues"},"dist":{"shasum":"68fc60f6308bec71eb2bc80d64d05c6c65624ae9","tarball":"https://registry.npmjs.org/redis-x-stream/-/redis-x-stream-3.2.3.tgz","fileCount":24,"integrity":"sha512-PaqcdOpqZYcCgpc//odZW4QvHrceMuV+zlhQC69RRim5HN4HkHLKp9bH48j17xVrSQNVUSu7e9RisXhEJi5Yrw==","signatures":[{"sig":"MEYCIQDYhHKsChB+FSbcG4OAmu/reIkvIBw1nvK1bRZNRUz7dAIhAMloaGWumTJtuHRL0dlsHq3BIJ1wXAfYLbohxuJXIUzN","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":84003,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjvHS3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoAeA/+OtsmPl9oPd4+EbXUU0RrexSMLZUMYE6cNXlvp5LyDpCJlm+i\r\nrv5ktdl+14KehInrTBdcCP6GV9a5RdeZflsbfvfxb1hn32aOKSm5VWHytMEa\r\nuQZp+je+cTy2UoVzD5xifw8iVf+QlEXi3jmuNkanTy6nVen9m1Gd/MdnKPBT\r\np+t8aGi5SKYHb4+lRYAPIIWIxNo6VdpPFusJmL55nUKRzyx9b5YbJxPQn5ke\r\nToeQ089mVib56yKRhbGFCU0duj3tZHQIzx+3St9t4v7UK4yM4sKtXN51hR5r\r\nsSI3y7c/Jdf4nhM9268kdeH0o88djp1gdILNrkaL/1Hjj7CF3FrP+17VmwDp\r\nJd/JV792D7wcxgNDh5G50VHh1OBlIPlSamOjAx42r6jY/aHj76lBovHbNeCn\r\nbZ3fCgt172MuNDF1mgmOE1gDd4QtruUQPlepjPGcz7gX87SluB23TfwkT/OL\r\n3GqZ61dG6sLwfjCWaIgb/NxC0fhEaug9l5YrpN3EQoYbPwnwwGqSe4y1yM+g\r\nJgI0bEG7Ed4IzfC6mQUy5MHZoTc3dFGgn6UNjIjHo6o4VbeqVXRMaU5fiCoe\r\nK3GsJYHSCP+4vQ2VQUl2VCApVXBUzKpYC9x1cgG9c0XcQuhvchjMzErdOW+3\r\nxogSGwT1egdmQlH5p/YfdNcfIp/VY0VnLfU=\r\n=jKvC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./lib/commonjs/stream.js","type":"module","types":"./lib/commonjs/stream.d.ts","exports":{".":{"import":"./lib/es2018/stream.js","require":"./lib/commonjs/stream.js"},"./package.json":"./package.json"},"gitHead":"d752ff02a7d9471c7fb82593373e186462e38ca3","release":{"extends":"@calebboyd/semantic-release-config","branches":["+([0-9])?(.{+([0-9]),x}).x","main","next","next-major",{"name":"beta","prerelease":true},{"name":"alpha","prerelease":true}]},"scripts":{"docs":"typedoc src/stream.ts --excludePrivate","lint":"eslint \"src/**/*\" --fix --ext \"*.ts\"","test":"npm run commitlint && vitest run --no-isolate","build":"rm -rf lib && npm run lint && npm run compile","compile":"tsc && npm run compile:commonjs","coverage":"npm run test -- --coverage","commitlint":"commitlint -f $(git rev-list --tags --max-count=1) -t $(git log --pretty=%H | head -1)","watch:test":"vitest","prepublishOnly":"npm run build","compile:commonjs":"tsc --module commonjs --outDir ./lib/commonjs && echo '{\"type\": \"commonjs\"}' > lib/commonjs/package.json","watch:typescript":"tsc -w"},"_npmUser":{"name":"calebboyd","email":"caleb.boyd@hotmail.com"},"prettier":{"semi":false,"parser":"typescript","printWidth":100,"singleQuote":true},"commitlint":{"rules":{"type-enum":[2,"always",["build","ci","docs","feat","fix","perf","refactor","chore","release","revert","style","test"]]},"extends":["@commitlint/config-angular"]},"repository":{"url":"git+https://github.com/calebboyd/redis-x-stream.git"},"_npmVersion":"7.24.2","description":"An async iterable interface for redis streams","directories":{},"_nodeVersion":"18.12.1","dependencies":{"debug":"^4.3.4"},"eslintConfig":{"rules":{"@typescript-eslint/no-unused-vars":["error",{"argsIgnorePattern":"^_","varsIgnorePattern":"^_","ignoreRestSiblings":true,"destructuredArrayIgnorePattern":"^_"}],"@typescript-eslint/no-use-before-define":0},"parser":"@typescript-eslint/parser","extends":["eslint:recommended","plugin:@typescript-eslint/recommended","prettier","plugin:prettier/recommended"],"plugins":["@typescript-eslint"],"ignorePatterns":["*.d.ts"]},"_hasShrinkwrap":false,"devDependencies":{"chance":"^1.1.9","eslint":"^8.28.0","vitest":"^0.25.3","ioredis":"^5.2.4","typedoc":"^0.23.21","prettier":"^2.8.0","typescript":"^4.9.3","@types/node":"^18.11.9","@types/debug":"^4.1.7","@types/chance":"^1.1.3","@commitlint/cli":"^17.3.0","@vitest/coverage-c8":"^0.25.3","eslint-config-prettier":"~8.5.0","eslint-plugin-prettier":"^4.2.1","typedoc-plugin-markdown":"^3.13.6","@typescript-eslint/parser":"^5.45.0","@commitlint/config-angular":"^17.3.0","vitest-github-actions-reporter":"^0.9.0","@typescript-eslint/eslint-plugin":"^5.45.0","@calebboyd/semantic-release-config":"^1.0.1"},"peerDependencies":{"ioredis":"^5.2.0 || ^4.27.0"},"_npmOperationalInternal":{"tmp":"tmp/redis-x-stream_3.2.3_1673295031446_0.31770066098185756","host":"s3://npm-registry-packages"}},"4.0.0":{"name":"redis-x-stream","version":"4.0.0","keywords":["queue","stream","redis","tasks","redis-queue","job-queue","jobs","redis-stream","consumer","consumer-group"],"license":"MIT","_id":"redis-x-stream@4.0.0","maintainers":[{"name":"calebboyd","email":"caleb.boyd@hotmail.com"}],"contributors":[{"url":"https://github.com/calebboyd","name":"Caleb Boyd"}],"homepage":"https://github.com/calebboyd/redis-x-stream#readme","bugs":{"url":"https://github.com/calebboyd/redis-x-stream/issues"},"dist":{"shasum":"12baeb1e0154109002c552a7bf13e1fef2ad637a","tarball":"https://registry.npmjs.org/redis-x-stream/-/redis-x-stream-4.0.0.tgz","fileCount":24,"integrity":"sha512-1G0f2j2WxEWiQ6ExLdC9nIDjjqTMZEF+3ZkK5RWVNFa+9kaw3NcAcAcLpqsnhZhSXIX5hd8jnfKB34RtATY3Xg==","signatures":[{"sig":"MEUCIFYurbBphObI4ssD7BYWAOkXLcm3cT6UWA758KSOJn3uAiEA0OsxSR5UCLV36f7Ax18Xy1EQMpuGEO5xy6G0C816S10=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/redis-x-stream@4.0.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":136706},"main":"./lib/commonjs/stream.js","type":"module","types":"./lib/commonjs/stream.d.ts","exports":{".":{"import":"./lib/es2018/stream.js","require":"./lib/commonjs/stream.js"},"./package.json":"./package.json"},"gitHead":"a0b479bc47133ecf394e646ab1eadb5d4ac31ea0","release":{"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogTitle":"# Changelog\n\nAll notable changes to this project will be documented in this file. See\n[Conventional Commits](https://conventionalcommits.org) for commit guidelines."}],"@semantic-release/npm",["@semantic-release/github",{"assets":"pack/*.tgz"}],["@semantic-release/git",{"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]],"branches":["+([0-9])?(.{+([0-9]),x}).x","main","next","next-major",{"name":"beta","prerelease":true},{"name":"alpha","prerelease":true}]},"scripts":{"docs":"typedoc src/stream.ts --excludePrivate --plugin typedoc-plugin-markdown","lint":"oxlint src --fix","test":"npm run commitlint && vitest run --no-isolate","build":"rm -rf lib && npm run lint && npm run compile","compile":"tsc && npm run compile:commonjs","coverage":"npm run test -- --coverage","commitlint":"commitlint -f $(git rev-list --tags --max-count=1) -t $(git log --pretty=%H | head -1)","watch:test":"vitest","prepublishOnly":"npm run build","compile:commonjs":"tsc --module commonjs --outDir ./lib/commonjs && echo '{\"type\": \"commonjs\"}' > lib/commonjs/package.json","watch:typescript":"tsc -w"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:0315c446-c5b6-47d9-8eff-f5d190da63c7"}},"prettier":{"semi":false,"parser":"typescript","printWidth":100,"singleQuote":true},"commitlint":{"rules":{"type-enum":[2,"always",["build","ci","docs","feat","fix","perf","refactor","chore","release","revert","style","test"]]},"extends":["@commitlint/config-angular"]},"repository":{"url":"git+https://github.com/calebboyd/redis-x-stream.git"},"_npmVersion":"11.10.1","description":"An async iterable interface for redis streams","directories":{},"_nodeVersion":"22.22.0","dependencies":{"debug":"^4.4.3"},"_hasShrinkwrap":false,"devDependencies":{"chance":"^1.1.13","oxlint":"^1.49.0","vitest":"^4.0.18","ioredis":"^5.9.3","typedoc":"^0.28.17","prettier":"^3.8.1","typescript":"^5.9.3","@types/node":"^25.3.0","@types/debug":"^4.1.12","@types/chance":"^1.1.7","@commitlint/cli":"^20.4.2","semantic-release":"^25.0.3","@vitest/coverage-v8":"^4.0.18","@semantic-release/git":"^10.0.1","@semantic-release/npm":"^13.1.4","typedoc-plugin-markdown":"^4.10.0","@semantic-release/github":"^12.0.6","@commitlint/config-angular":"^20.4.2","@semantic-release/changelog":"^6.0.3","vitest-github-actions-reporter":"^0.11.1","@semantic-release/commit-analyzer":"^13.0.1","@semantic-release/release-notes-generator":"^14.1.0"},"peerDependencies":{"ioredis":"^5.2.0 || ^4.27.0"},"_npmOperationalInternal":{"tmp":"tmp/redis-x-stream_4.0.0_1771684221414_0.21105844045342614","host":"s3://npm-registry-packages-npm-production"}},"4.1.0":{"name":"redis-x-stream","description":"An async iterable interface for redis streams","version":"4.1.0","license":"MIT","keywords":["queue","stream","redis","tasks","redis-queue","job-queue","jobs","redis-stream","consumer","consumer-group"],"scripts":{"build":"rm -rf lib && npm run lint && npm run compile","docs":"typedoc src/stream.ts --excludePrivate --plugin typedoc-plugin-markdown","compile":"tsc && npm run compile:commonjs","compile:commonjs":"tsc --module commonjs --outDir ./lib/commonjs && echo '{\"type\": \"commonjs\"}' > lib/commonjs/package.json","commitlint":"commitlint -f $(git rev-list --tags --max-count=1) -t $(git log --pretty=%H | head -1)","lint":"oxlint src --fix","prepublishOnly":"npm run build","coverage":"npm run test -- --coverage","test":"npm run commitlint && vitest run --no-isolate","watch:test":"vitest","watch:typescript":"tsc -w"},"main":"./lib/commonjs/stream.js","types":"./lib/commonjs/stream.d.ts","exports":{"./package.json":"./package.json",".":{"import":"./lib/es2018/stream.js","require":"./lib/commonjs/stream.js"},"./queue":{"import":"./lib/es2018/queue/index.js","require":"./lib/commonjs/queue/index.js"},"./cache":{"import":"./lib/es2018/cache/index.js","require":"./lib/commonjs/cache/index.js"}},"type":"module","dependencies":{"debug":"^4.4.3"},"peerDependencies":{"ioredis":"^5.2.0 || ^4.27.0","msgpackr":"^1.11.8"},"peerDependenciesMeta":{"msgpackr":{"optional":true}},"devDependencies":{"@commitlint/cli":"^20.4.2","@commitlint/config-angular":"^20.4.2","@semantic-release/changelog":"^6.0.3","@semantic-release/commit-analyzer":"^13.0.1","@semantic-release/git":"^10.0.1","@semantic-release/github":"^12.0.6","@semantic-release/npm":"^13.1.4","@semantic-release/release-notes-generator":"^14.1.0","@types/chance":"^1.1.7","@types/debug":"^4.1.12","@types/node":"^25.3.0","@vitest/coverage-v8":"^4.0.18","chance":"^1.1.13","ioredis":"^5.9.3","oxlint":"^1.49.0","prettier":"^3.8.1","msgpackr":"^1.11.8","semantic-release":"^25.0.3","typedoc":"^0.28.17","typedoc-plugin-markdown":"^4.10.0","typescript":"^5.9.3","vitest":"^4.0.18","vitest-github-actions-reporter":"^0.11.1"},"prettier":{"parser":"typescript","semi":false,"singleQuote":true,"printWidth":100},"commitlint":{"extends":["@commitlint/config-angular"],"rules":{"type-enum":[2,"always",["build","ci","docs","feat","fix","perf","refactor","chore","release","revert","style","test"]]}},"contributors":[{"name":"Caleb Boyd","url":"https://github.com/calebboyd"}],"repository":{"url":"git+https://github.com/calebboyd/redis-x-stream.git"},"release":{"branches":["+([0-9])?(.{+([0-9]),x}).x","main","next","next-major",{"name":"beta","prerelease":true},{"name":"alpha","prerelease":true}],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogTitle":"# Changelog\n\nAll notable changes to this project will be documented in this file. See\n[Conventional Commits](https://conventionalcommits.org) for commit guidelines."}],"@semantic-release/npm",["@semantic-release/github",{"assets":"pack/*.tgz"}],["@semantic-release/git",{"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"b651feac4cfad52aad219e2610d43e4e6bf2e8b6","_id":"redis-x-stream@4.1.0","bugs":{"url":"https://github.com/calebboyd/redis-x-stream/issues"},"homepage":"https://github.com/calebboyd/redis-x-stream#readme","_nodeVersion":"22.22.0","_npmVersion":"11.10.1","dist":{"integrity":"sha512-1WerFiXN3aDqLSGtEXIpVJMz5Kib/pCjEO8yN9J6Sqzp6Cq7hfpAUsFtekB6Kh6wFxvSQ7U+iS9zO3MrSrpdVw==","shasum":"440cd4166a1e4dd04b3e8a98c9025d2a541981fb","tarball":"https://registry.npmjs.org/redis-x-stream/-/redis-x-stream-4.1.0.tgz","fileCount":76,"unpackedSize":365689,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/redis-x-stream@4.1.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCDQq00oFG86/1l0hGcr7Ewo1CbUp22sCsNRzkuBhHdsAIhAI45Qx2RQX9pVjtixM6rNyhxsqvE2VheN5QSAe/fGZ/e"}]},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:0315c446-c5b6-47d9-8eff-f5d190da63c7"}},"directories":{},"maintainers":[{"name":"calebboyd","email":"caleb.boyd@hotmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/redis-x-stream_4.1.0_1773625676836_0.36066171841029937"},"_hasShrinkwrap":false}},"time":{"created":"2020-12-29T15:36:12.920Z","modified":"2026-03-16T01:47:57.315Z","1.0.0-alpha.1":"2020-12-29T15:36:13.057Z","1.0.0-alpha.2":"2020-12-29T21:20:14.406Z","1.0.0-alpha.4":"2020-12-29T22:13:52.535Z","1.0.0":"2020-12-30T16:13:42.067Z","1.1.0":"2021-01-03T00:10:54.059Z","1.1.1":"2021-02-08T13:50:43.804Z","1.2.0":"2021-02-11T15:17:17.585Z","1.2.1":"2021-02-15T17:00:41.417Z","2.0.0":"2022-10-30T15:00:18.489Z","1.3.0":"2022-10-30T15:01:53.445Z","1.3.1":"2022-10-30T15:34:07.315Z","1.4.0":"2022-10-30T15:44:25.230Z","1.4.1":"2022-10-30T15:49:08.219Z","2.0.1":"2022-10-30T15:56:02.761Z","2.0.2":"2022-11-12T14:46:53.216Z","2.0.3":"2022-11-15T17:53:28.150Z","2.1.0":"2022-11-19T19:48:28.607Z","3.0.0":"2022-11-20T16:25:12.069Z","3.1.0":"2022-11-26T04:18:10.819Z","3.1.1":"2022-11-26T19:41:49.211Z","3.1.2":"2022-11-29T15:07:52.857Z","3.1.3":"2023-01-06T16:38:07.112Z","3.1.4":"2023-01-06T20:53:41.530Z","3.1.5":"2023-01-06T22:33:12.099Z","3.2.0":"2023-01-06T23:13:59.144Z","3.2.1":"2023-01-09T16:56:38.608Z","3.2.2":"2023-01-09T17:48:04.553Z","3.2.3":"2023-01-09T20:10:31.599Z","4.0.0":"2026-02-21T14:30:21.592Z","4.1.0":"2026-03-16T01:47:57.029Z"},"bugs":{"url":"https://github.com/calebboyd/redis-x-stream/issues"},"license":"MIT","homepage":"https://github.com/calebboyd/redis-x-stream#readme","keywords":["queue","stream","redis","tasks","redis-queue","job-queue","jobs","redis-stream","consumer","consumer-group"],"repository":{"url":"git+https://github.com/calebboyd/redis-x-stream.git"},"description":"An async iterable interface for redis streams","contributors":[{"name":"Caleb Boyd","url":"https://github.com/calebboyd"}],"maintainers":[{"name":"calebboyd","email":"caleb.boyd@hotmail.com"}],"readme":"# redis-x-stream\n\nAsync iterables over Redis streams. Requires Redis 5+ (6.2+ for `claimIdleTime`).\n\n[![release](https://badgen.net/github/release/calebboyd/redis-x-stream)](https://www.npmjs.com/package/redis-x-stream)\n[![license](https://badgen.net/badge/license/MIT/blue)](https://github.com/calebboyd/redis-x-stream/blob/main/LICENSE)\n[![test](https://github.com/calebboyd/redis-x-stream/actions/workflows/test.yml/badge.svg)](https://github.com/calebboyd/redis-x-stream/actions)\n\n## Submodules\n\nThis package includes two higher-level modules built on `RedisStream`:\n\n- **[Queue](./src/queue/README.md)** -- Job queue with workers, concurrency, retries, backoff, dead-letter queues, and output streams. `import { Queue, Worker } from 'redis-x-stream/queue'`\n- **[Cache](./src/cache/README.md)** -- Distributed single-flight cache with two-tier storage (in-process + Redis), cross-instance broadcast via Redis Streams, and automatic thundering herd prevention. `import { SingleFlightCache } from 'redis-x-stream/cache'`\n\n## Install\n\n```bash\nnpm install redis-x-stream ioredis\n```\n\n## Basic Usage\n\n```typescript\nimport { RedisStream } from 'redis-x-stream'\n\nfor await (const [stream, [id, keyvals]] of new RedisStream('my-stream')) {\n  console.log(stream, id, keyvals) // 'my-stream', '1234-0', ['key', 'value']\n}\n```\n\n## Consumer Groups\n\n```typescript\nconst stream = new RedisStream({\n  streams: ['my-stream'],\n  group: 'my-group',\n  consumer: 'worker-1',\n  block: Infinity,\n  count: 10,\n  ackOnIterate: true,\n  deleteOnAck: true,\n})\n\nfor await (const [name, [id, keyvals]] of stream) {\n  await process(keyvals)\n}\n```\n\nGroups and consumers are created automatically. On startup, pending entries (PEL) are\nre-delivered before new entries.\n\n## Typed Parsing\n\nPass a `parse` callback to transform the raw key-value array. The return type flows\nthrough the generic to the iterator.\n\n```typescript\ninterface Order {\n  product: string\n  qty: number\n}\n\nconst stream = new RedisStream<Order>({\n  stream: 'orders',\n  group: 'workers',\n  ackOnIterate: true,\n  parse: (id, kv) => ({ product: kv[1], qty: Number(kv[3]) }),\n})\n\nfor await (const [name, [id, order]] of stream) {\n  order.product // string\n  order.qty     // number\n}\n```\n\n## Dead Consumer Recovery\n\n`claimIdleTime` uses `XAUTOCLAIM` (Redis 6.2+) to automatically claim entries\nfrom consumers that have been idle too long. Claimed entries are yielded alongside\nnew entries.\n\n```typescript\nconst stream = new RedisStream({\n  streams: ['tasks'],\n  group: 'workers',\n  consumer: 'worker-1',\n  block: Infinity,\n  claimIdleTime: 30_000, // claim entries idle > 30s\n  ackOnIterate: true,\n})\n```\n\n## Dynamic Streams\n\nAdd streams at runtime, even while blocked:\n\n```typescript\nconst stream = new RedisStream({\n  streams: ['stream-a'],\n  block: Infinity,\n})\n\n// later, from another context:\nstream.addStream('stream-b')\n```\n\n## Lifecycle\n\n```typescript\n// Graceful shutdown: finish PEL, flush acks, stop\nawait stream.drain()\n\n// Immediate stop: flush acks, close connections\nawait stream.quit()\n\n// break also cleans up (via try/finally)\nfor await (const entry of stream) {\n  if (done) break // connections are closed automatically\n}\n```\n\n## Flush Timer\n\nWhen the consumer is slow or the reader is blocked, acks can pile up.\n`flushPendingAckInterval` adds a watchdog timer that flushes pending acks\nif no new acks are queued within the interval.\n\n```typescript\nconst stream = new RedisStream({\n  streams: ['tasks'],\n  group: 'workers',\n  ackOnIterate: true,\n  flushPendingAckInterval: 5000, // flush every 5s of inactivity\n})\n```\n\n## Observability\n\nQuery stream and consumer group state without dropping to raw ioredis:\n\n```typescript\nconst info = await stream.info()         // XINFO STREAM (per stream)\nconst groups = await stream.groups()     // XINFO GROUPS\nconst consumers = await stream.consumers() // XINFO CONSUMERS\nconst pending = await stream.pending()   // XPENDING summary\n```\n\nAll return typed objects (`StreamInfo`, `GroupInfo`, `ConsumerInfo`, `PendingSummary`).\n\n## Events\n\nConnection lifecycle events are forwarded from ioredis:\n\n```typescript\nstream.on('error', (err) => console.error(err))\nstream.on('ready', () => console.log('connected'))\nstream.on('close', () => console.log('disconnected'))\nstream.on('reconnecting', () => console.log('reconnecting'))\n```\n\n## Options\n\n| Option | Type | Default | Description |\n|--------|------|---------|-------------|\n| `streams` / `stream` | `string \\| string[] \\| Record<string, string>` | | Stream keys to read |\n| `group` | `string` | | Consumer group name |\n| `consumer` | `string` | auto | Consumer name |\n| `redis` | `Redis \\| string \\| RedisOptions` | `new Redis()` | Reader connection |\n| `redisControl` | `Redis \\| string \\| RedisOptions` | auto | Control connection (blocking mode) |\n| `block` | `number` | | Block timeout in ms (`Infinity` for indefinite) |\n| `count` | `number` | `100` | Max entries per read |\n| `ackOnIterate` | `boolean` | `false` | Auto-ack previous entry on each iteration |\n| `deleteOnAck` | `boolean` | `false` | XDEL after XACK |\n| `noack` | `boolean` | `false` | Bypass PEL (NOACK flag) |\n| `claimIdleTime` | `number` | | Min idle ms for XAUTOCLAIM (Redis 6.2+) |\n| `flushPendingAckInterval` | `number \\| null` | `null` | Ack flush watchdog timer in ms |\n| `parse` | `(id, kv, stream) => T` | | Entry transform callback |\n| `buffers` | `boolean` | `false` | Return Buffers instead of strings |\n\n## License\n\nMIT\n","readmeFilename":"README.md"}