{"versions":{"4.5.0":{"name":"bull","version":"4.5.0","description":"Job manager","engines":{"node":">=10.1"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^4.2.1","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.27.0","lodash":"^4.17.21","msgpackr":"^1.5.2","p-timeout":"^3.2.0","semver":"^7.3.2","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"27ca17bdcbe82f521a92bc5c4d875a9f5375df3e","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@4.5.0","_nodeVersion":"12.22.9","_npmVersion":"7.11.0","dist":{"integrity":"sha512-BejJxGwNNQPIrK1jFTN74kymFORYQ6ZyXWNsZx+6jtDtafQNUMHNSdoepabLLmeldmUvgAHvZDDIJWFGEo2MYg==","shasum":"d6106b011b711ffb76c687d7f2db416955225f64","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-4.5.0.tgz","fileCount":42,"unpackedSize":182832,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+J3TCRA9TVsSAnZWagAAOBcP/jimo0gQ6415VwNb3Md4\nr5KJxuH/gTkvvDAI6BOM5t8hI2/B2+a66JvifeSDBrOi4kskCFgfbmqyBNY/\n9A3su0IPGDkuowvYKAPjvdGwdp8Wxo3SPbv0T/oKkB0vwD7NQoV/FxoE0GMd\n/9yc6pGonvlaIOnz5Yv32XRhSGhnkQ8II2p9fetQArYviafR9UwpTAr5OgFS\nUTlq3dALeZqcje5cJO97a98N69wx6LWCHwB8iWxn8djKHvitqfS5uLq1ZkXo\nCcU2N9yGENZXJ701/dlUxqX6b75fl6DFATE3Abz54hEO5MNzAoVZqcGUB5Kk\nalAQJ1JIgHt+9TUa7+b5GyNd+onZUhMFyTcRryAlA9Rv9+tS/RKz7k4fftSH\n97Xk2Q2S5BLIZbTJ1V/hZms0Ac0o5hz0Z9KyC1O8s31IVX+PCF4wdDBWcURU\nwt4Le+MpFtNfAZGu/hLB/LfMUo4c1nYdDwjejGh00MioBZzkX2q/nA42p0TV\n9uW+OY988ENy67HjByXFOiQZO1u7edXcAxDXze4HKUnSgn8Et9tTWbsEFt1n\n1H+sa/JTvua18nWPEbX7OlXYbpRQM5wS3ec7VYSr7ItTKRJerWlD2pcfpebH\nTdfqUKAq60rgVoMSaFJdMg/c5Unc+g6ITRrdqfe9VDbeSAnpGo4rIgjr8Ea5\nJmzk\r\n=RIAP\r\n-----END PGP SIGNATURE-----\r\n","size":51754},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_4.5.0_1643683283538_0.1627283680043028"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-01T02:41:30.037Z","contributors":[]},"4.1.4":{"name":"bull","version":"4.1.4","description":"Job manager","engines":{"node":">=10.1"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^2.13.0","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.27.0","lodash":"^4.17.21","p-timeout":"^3.2.0","semver":"^7.3.2","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"efbf7dc1c52876c527520fd29fd06ad679d692d2","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@4.1.4","_nodeVersion":"12.22.7","_npmVersion":"7.11.0","dist":{"integrity":"sha512-S10PU/izOnP6JXKJs4dBGeCuw1TUhLQHPuffKgFVAtPEKaaDgp9Mfj3Z9wVKKrPDvV/UBsOs0EUEYAyonRNfTQ==","shasum":"760182a3e9a2c567e1e175505ad23d4f89e85735","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-4.1.4.tgz","fileCount":41,"unpackedSize":177859,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhuCXkCRA9TVsSAnZWagAA9OwP+wTXm7X+AP+eMoU+ZV+j\nhBrzzU3eFaYV6XSkZ9Ts3QPuUTlukH2fdzWHlsMYPSbVmIorDqVEGuNnlyTk\nIPn6gvRuIfLL2X7fxH6UKlY9NDZKCR5X63j4UE6U8AAoIEuOu2AKfglwn1j7\nTMeEX30Yw8g7ShXUzK70JiZGpIXI/woVzDlFVahPNsaCxo/3ZT01arhobKrl\njIh19UBJ44tVmy+fh2ZTpVRR6TerBcj6U80AhhQ4rhyS0ONw017tMGKnEW0y\npPBqhdwhiswF9wLyCBF5FoanwMrMrudVo/2fYNs5aMTZj55KQoUjNqYdRqXk\nIIHRcJq2wN/iaSjE1ZqfHLiVyEsL3YrXN2to+wpXUrXYdtEJOHuk4dDUbVzb\nic0lXb9nuspKFuXo454BFskjJ1SZrZ37uwyALSCtI7PXuI0pES8R5zRI3BGy\nqRFviWOIIa7hmA5gKZoDdQ8GkNRuxsv8ECVqTL6tNm9nWXPyg7wvEmV4GybV\nK3m0hfpCnamwQXKZmyrGVE7jgLB0O47EVAWFnAoH9waWD1++CtWstWAoykg3\ngg5EDBN4Wb16gmrZdmqNO1Iwmz3RjuDsnQEMx2YSYtRZa1HBnM2JWVNjs/Ni\neIb7Py/7yccGJYwjSKP7xC7g5uYTrVtxp2gSSqoXZ+GuIHldAyd3dpdOuCMs\nB031\r\n=vN0N\r\n-----END PGP SIGNATURE-----\r\n","size":50510,"noattachment":false},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_4.1.4_1639458275870_0.31829326715136874"},"_hasShrinkwrap":false,"publish_time":1639458276013,"_cnpm_publish_time":1639458276013,"_cnpmcore_publish_time":"2021-12-15T17:25:25.376Z","contributors":[]},"4.1.3":{"name":"bull","version":"4.1.3","description":"Job manager","engines":{"node":">=10.1"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^2.13.0","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.27.0","lodash":"^4.17.21","p-timeout":"^3.2.0","semver":"^7.3.2","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"7d0c757c70b111b8bce69cb75bc46f3660a8a5b4","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@4.1.3","_nodeVersion":"12.22.7","_npmVersion":"7.11.0","dist":{"integrity":"sha512-pVmIET2znG06ltudhfoWeRW/WmA6sb55XgybpS1pCbZMuPK36nFDBt+57G7ihWS11ax2N0jtvzd22Qf/gfKbsg==","shasum":"d1245207e14a126691b3e65349b189f3d5ce9d65","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-4.1.3.tgz","fileCount":41,"unpackedSize":177528,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhuCWfCRA9TVsSAnZWagAAqesP/0auGzkC6prEotrD2JIh\nPGfysGmKnuSsJtL1etGDj3XayLb6dBi+IBhK4f5q0Ij3ZY9ZUsT5Z+JUKviO\nMnqoE5+NCkRBl9jYwLsb8vlY9GBCJmtnNFU6381H4H1XBxmAwY2pfbmrYw43\nRlj9vBheaa7BDuvo53s9LGwx5GlKe5vVKUOzbbPnk0vBhmNNR0NMmo39l23u\nI2SEyot/HR2JiJq1Vf2dKHrjWEKM0zFS9LemW0TUSRogunb65CT6TvUDDvwm\n1GmeSt4UIcIKxzC4WuixN/9lLf53HkmIgHcMit+U36eWDBuDSXiWcAb7mvSr\nbJFF60wnU20sTpfqOobF1295SJuZnqBVJdUoU3DKCt6Y52zsNzMn/2I5wP96\n3npl2vV4wzE4XIMIHxH9Ka9MaVneg7F2V7FryBspdfl/QcYgoJfemibuzIDM\nm6MUgyoB9aRmaz+F0TUr1shLeWx2wp+TQ9/w/w6w+0kxgRwWAuBPPUYK3hSr\nmJ4cwDuNPBLWGTkw0v33jn6m+OV2bYZJanL0KgAx7tQ12uML90dZF4b858qB\n6QjrTFjsf0F8HD2uT0eRDhC+9Ta6xbiDgOlU3WFGRcfQzXWqHgNVqPfBv8LC\nITxVG3/gIJxd9bh1ZDk2ZWF8x50gT4aAhJl1Pb+ZvxW6yTtxrV6eSILRx1U5\nym/F\r\n=hO6J\r\n-----END PGP SIGNATURE-----\r\n","size":50421,"noattachment":false},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_4.1.3_1639458207604_0.7045194964723949"},"_hasShrinkwrap":false,"publish_time":1639458207783,"_cnpm_publish_time":1639458207783,"_cnpmcore_publish_time":"2021-12-15T17:25:25.714Z","contributors":[]},"4.1.2":{"name":"bull","version":"4.1.2","description":"Job manager","engines":{"node":">=10.1"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^2.13.0","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.27.0","lodash":"^4.17.21","p-timeout":"^3.2.0","semver":"^7.3.2","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"ffd3f9b59e8f9d0f6ac4e68bbb50ae52f7e396ae","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@4.1.2","_nodeVersion":"12.22.7","_npmVersion":"7.11.0","dist":{"integrity":"sha512-YDr/ukp4MDkkOtXtOTKydKupx1HBq2fzZWyi4qEhf33GZhm8jXmZ0Ky5plrdDhhzMWm2O3/V2eLwhieNQKIFtw==","shasum":"5ef42091f06c97fa9abbca46e50f24accba00f57","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-4.1.2.tgz","fileCount":41,"unpackedSize":177263,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhuCVZCRA9TVsSAnZWagAAvZAP/iOciavtq9LT3dMnc8Fu\nD6n8AuOHmAnGZTjrhwKInZxWgEaxmN4fojCiBrqf7H37qhMa9rDZCdSMXGy7\nVUclwXaCoyDlRJ+qjSkyNGRwzFZ5PqngP38U9/YacYHWfyavEc1VFUGIl/vC\nyaS3gG0yGcinX1uhBjDNRpXVywSrHL2rCN4UlFHdF0N5hVkhx1HZZJ/t6fH6\n3CejJ4FP0XutTEHc+9IPnWJyiukgh3G3N1pI/6mPq1kC/jh3i+6gkW0+NJLp\n58IaAKm2Jljja7wAd76JpTrNXj0ny2Lwj12V3MO6H4qK0F4dDWFVDS5wFMqo\niiBP8MTJHUS3bajac2W3rygqbJE/wL14oZsdy6jVvXFnwQYALkSJDj1JKex5\ncRP0XwfAz0v76S6N8uX5r5hkAmKH7IxUYvHrFGLBPccWyRbD+zkCpizrvqeG\n7HyxpnOgN0nPjPbnwwjKkKVh0y9ZKttB+oF5cuD4O88YtIED3j6l7e5qf0uZ\n0UwCPFneVZ6rSCLRZpt+Hrp6UUgbletROZpy+tHt2x3i7Qe22lk6sDQFXXJn\ncXDFjPjnYl5FFPV3IfGaIGO6Ax+kYVZXRGzmGBEmfPhpsq0RY5xWn2Py2HsW\nPzOjv4XsTt2Xj1nJ5GVsz5GTJY+tLnb6su7kibfD9CJbixrxt9j+6ypNE4XJ\n+j4V\r\n=2+q5\r\n-----END PGP SIGNATURE-----\r\n","size":50355,"noattachment":false},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_4.1.2_1639458137656_0.3795008024583628"},"_hasShrinkwrap":false,"publish_time":1639458137821,"_cnpm_publish_time":1639458137821,"_cnpmcore_publish_time":"2021-12-15T17:25:26.059Z","contributors":[]},"4.1.1":{"name":"bull","version":"4.1.1","description":"Job manager","engines":{"node":">=10.1"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^2.13.0","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.27.0","lodash":"^4.17.21","p-timeout":"^3.2.0","semver":"^7.3.2","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"4038ed6538f5be9d2af23b5c35edfe7ffc94a543","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@4.1.1","_nodeVersion":"12.22.7","_npmVersion":"7.11.0","dist":{"integrity":"sha512-EDkS3+QZyzHjC2gPThAlEwklIJSt2520nT6drpGfs5UlmVZnkTuA1unawUNLWjfN2lnwOJmstZ0t3/Rg/cRe8Q==","shasum":"57fa7f9caa9ed74cd3fddc2301559d35f616bcef","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-4.1.1.tgz","fileCount":41,"unpackedSize":175776,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhk2o6CRA9TVsSAnZWagAA7vYP/2bEyktQpB9sNBuYwxTG\ndvG1gMsVCoidSKM/Zm0LmNLGlERVQsiBrhI6mIgRZGZFoBR4yxZcvOtFY+jk\nmJd7n4ciFfMYOFEPxDXhmPUqpdc3NN1LQbcqQDowkflRm3jzK2saZ6l5X3Pj\nstNxc5gkoacsxyztz1icZmtfcmGMwPwp8ceUem7NHryUBRTv2EDm16AyD1OT\nh5YJJRYTN+lWgxn/Trsd+O+A93ct+14AhXK3eystj8GG3KwI1Uc7CPlmPlg+\n0lmZyw8VzHMQwVJ4D/tvByoDwM7sOTk9cghgU/QN5ArXwipwng6nmIBWEuc6\nSg9TIPz6JkXZSsR5RzEaIIRRR/5s9hF8QLNhXP9xquMJaHVT06ttDDiVq7xC\n65W37hwYGOQBeU04Fgm44TIz2y+vRLaUWMLukSLKws3FKaV4xnVTHZWM7nDa\ntL4/9dNOxJ7HS/0JYk4ErZGqWGgIw6mnlPoxvqeeUXzQhBs5w733+tPLSqSU\nowP/jhLdNrTmhGi+vgUTwYKD4U1zti9B/PwKWM3TWSFmuWlYsR/Q/OfCAHDB\nqF/2igenM6BPZqQ2wo4BPzeWAGhDuXIwxg9bwWg73zjLcyAuvDCbtBVpGXeM\nBJ/C5RATg7jLO/wQkz9saStldL1aR+VHpzrCndV02NOGuVuM6l6FEw8kOcpW\nwdnM\r\n=IqfA\r\n-----END PGP SIGNATURE-----\r\n","size":49862,"noattachment":false},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_4.1.1_1637050938559_0.619358519873543"},"_hasShrinkwrap":false,"publish_time":1637050938684,"_cnpm_publish_time":1637050938684,"_cnpmcore_publish_time":"2021-12-15T17:25:26.434Z","contributors":[]},"4.1.0":{"name":"bull","version":"4.1.0","description":"Job manager","engines":{"node":">=10"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^2.13.0","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.27.0","lodash":"^4.17.21","p-timeout":"^3.2.0","promise.prototype.finally":"^3.1.2","semver":"^7.3.2","util.promisify":"^1.0.1","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"3c09d2b6b311a3a8b09fa52d5c4940e4aab1df14","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@4.1.0","_nodeVersion":"12.22.7","_npmVersion":"7.11.0","dist":{"shasum":"ff8f628694e7dbbdf89b6a6860a1f33e990527fd","size":49793,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-4.1.0.tgz","integrity":"sha512-rQcLuAmzZIv1dHJO/yKrWu497xcTxMpYeTEBfpStrJFZ1UZpBSGHSx+defbtFVeGEeY8Pn0aMGRvRtldUBVUyQ=="},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_4.1.0_1635678599874_0.6318388613303305"},"_hasShrinkwrap":false,"publish_time":1635678600044,"_cnpm_publish_time":1635678600044,"_cnpmcore_publish_time":"2021-12-15T17:25:26.936Z","contributors":[]},"4.0.0":{"name":"bull","version":"4.0.0","description":"Job manager","engines":{"node":">=10"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^2.13.0","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.27.0","lodash":"^4.17.21","p-timeout":"^3.2.0","promise.prototype.finally":"^3.1.2","semver":"^7.3.2","util.promisify":"^1.0.1","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"57471d2c69209819ed6720d13401d0ca78c75738","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@4.0.0","_nodeVersion":"12.22.7","_npmVersion":"7.11.0","dist":{"shasum":"c3471ec4ae76f9f2cdd8445a0b0d8031421f0f51","size":49729,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-4.0.0.tgz","integrity":"sha512-a4dnM1JreAMkGdwPDy/JqFgGc2x1iDa1nqdPgAgKDi+1l5W81t0iZdVR1Dd00wLpll7Ut9KvCx/zGg1LGrQsSQ=="},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_4.0.0_1635331398114_0.9135397144253996"},"_hasShrinkwrap":false,"publish_time":1635331398257,"_cnpm_publish_time":1635331398257,"_cnpmcore_publish_time":"2021-12-15T17:25:27.226Z","contributors":[]},"3.29.3":{"name":"bull","version":"3.29.3","description":"Job manager","engines":{"node":">=10"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^2.13.0","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.27.0","lodash":"^4.17.21","p-timeout":"^3.2.0","promise.prototype.finally":"^3.1.2","semver":"^7.3.2","util.promisify":"^1.0.1","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"2618a2ed1d1bc528254f299dd10f4b6216a2f41d","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.29.3","_nodeVersion":"12.22.6","_npmVersion":"7.11.0","dist":{"shasum":"5b0059b172685b0d6f011d56214e1898ff3a7a0b","size":49411,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.29.3.tgz","integrity":"sha512-MOqV1dKLy1YQgP9m3lFolyMxaU+1+o4afzYYf0H4wNM+x/S0I1QPQfkgGlLiH00EyFrvSmeubeCYFP47rTfpjg=="},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.29.3_1634103392766_0.49320990853500746"},"_hasShrinkwrap":false,"publish_time":1634103392951,"_cnpm_publish_time":1634103392951,"_cnpmcore_publish_time":"2021-12-15T17:25:27.538Z","contributors":[]},"3.29.2":{"name":"bull","version":"3.29.2","description":"Job manager","engines":{"node":">=10"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^2.13.0","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.27.0","lodash":"^4.17.21","p-timeout":"^3.2.0","promise.prototype.finally":"^3.1.2","semver":"^7.3.2","util.promisify":"^1.0.1","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"87690a59cddc2602b67e0867cc690af201baeba7","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.29.2","_nodeVersion":"12.22.6","_npmVersion":"7.11.0","dist":{"shasum":"30051fd14c7214b1e90c212585674f77fd982650","size":49290,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.29.2.tgz","integrity":"sha512-zWHyza/ElwVvJUqIEDJdUhGKd1V9EHjituUL7sJAmJoxS9Z7QMhYcMOWcgbUlWPgtiKN1g9ZlOtFAoq7C4/SQw=="},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.29.2_1631069994228_0.7053975810334874"},"_hasShrinkwrap":false,"publish_time":1631069994625,"_cnpm_publish_time":1631069994625,"_cnpmcore_publish_time":"2021-12-15T17:25:27.828Z","contributors":[]},"3.29.1":{"name":"bull","version":"3.29.1","description":"Job manager","engines":{"node":">=10"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^2.13.0","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.27.0","lodash":"^4.17.21","p-timeout":"^3.2.0","promise.prototype.finally":"^3.1.2","semver":"^7.3.2","util.promisify":"^1.0.1","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"100c259200328cab2f22b9182e09c75fff111708","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.29.1","_nodeVersion":"12.22.5","_npmVersion":"7.11.0","dist":{"shasum":"7c5d7c557ebbf856892dee576ca5a19b46bb983e","size":49182,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.29.1.tgz","integrity":"sha512-ASNnorakKCV4hmgHABfn8Ir+gy24a4gaGnXH/0bm1Msq+djOnNfM5XW7Igzsa5iTjpboWXhY9dHFVjiWRKsSGw=="},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.29.1_1629959124291_0.44088800894069036"},"_hasShrinkwrap":false,"publish_time":1629959124431,"_cnpm_publish_time":1629959124431,"_cnpmcore_publish_time":"2021-12-15T17:25:28.088Z","contributors":[]},"3.29.0":{"name":"bull","version":"3.29.0","description":"Job manager","engines":{"node":">=10"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^2.13.0","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.27.0","lodash":"^4.17.21","p-timeout":"^3.2.0","promise.prototype.finally":"^3.1.2","semver":"^7.3.2","util.promisify":"^1.0.1","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"f2e25fb44ceab24c1eca1d1a367b72849cc9db04","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.29.0","_nodeVersion":"12.22.5","_npmVersion":"7.11.0","dist":{"shasum":"079caafa72c4402033ab67f6d42f5ff52a108c25","size":49151,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.29.0.tgz","integrity":"sha512-ad9BvfPczwzkQ9wpM6jtAUNthyAGdHoJZVpY3dTp8jPYHETH9l4LdxJYjrKNBHjT4YUeqLzj/2r1L2MYre2ETg=="},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.29.0_1629450374102_0.7797266377482261"},"_hasShrinkwrap":false,"publish_time":1629450374475,"_cnpm_publish_time":1629450374475,"_cnpmcore_publish_time":"2021-12-15T17:25:28.492Z","contributors":[]},"3.28.1":{"name":"bull","version":"3.28.1","description":"Job manager","engines":{"node":">=10"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^2.13.0","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.27.0","lodash":"^4.17.21","p-timeout":"^3.2.0","promise.prototype.finally":"^3.1.2","semver":"^7.3.2","util.promisify":"^1.0.1","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"c8d57fea5597d5537a35814f7f1de9ded1fd7231","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.28.1","_nodeVersion":"12.22.4","_npmVersion":"7.11.0","dist":{"shasum":"33bc7bbe640e71258a2a800935a692a24a2d7236","size":49033,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.28.1.tgz","integrity":"sha512-TasVWD1410Q8druRG6SIAN5hwAT3F4QICcGszReD859qAerq+VwbW3vPg6lV60reJkWyWBK11FHa2FsQ8iDBmQ=="},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.28.1_1628246870389_0.34572411878626585"},"_hasShrinkwrap":false,"publish_time":1628246870565,"_cnpm_publish_time":1628246870565,"_cnpmcore_publish_time":"2021-12-15T17:25:28.857Z","contributors":[]},"3.28.0":{"name":"bull","version":"3.28.0","description":"Job manager","engines":{"node":">=10"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^2.13.0","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.27.0","lodash":"^4.17.21","p-timeout":"^3.2.0","promise.prototype.finally":"^3.1.2","semver":"^7.3.2","util.promisify":"^1.0.1","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"b7b87485d5a2026b1872c9c0441b5795b722500e","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.28.0","_nodeVersion":"12.22.4","_npmVersion":"7.11.0","dist":{"shasum":"5c091d23785730ef9ec0891925031cbff3e67d24","size":48959,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.28.0.tgz","integrity":"sha512-MmjWI1YFGSbddqvVieCO8aA2xGs4/tJCalnomx97PDW/BBgg1/oe+LFiDe+Yjpj6Ay0Hcy5YFY5ubaoTRqcS1Q=="},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.28.0_1628188217392_0.7066842125042707"},"_hasShrinkwrap":false,"publish_time":1628188217537,"_cnpm_publish_time":1628188217537,"_cnpmcore_publish_time":"2021-12-15T17:25:29.148Z","contributors":[]},"3.27.0":{"name":"bull","version":"3.27.0","description":"Job manager","engines":{"node":">=10"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^2.13.0","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.27.0","lodash":"^4.17.21","p-timeout":"^3.2.0","promise.prototype.finally":"^3.1.2","semver":"^7.3.2","util.promisify":"^1.0.1","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"6133d71cd341b7ecfb157f8cb24f9f4bd3f43f2c","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.27.0","_nodeVersion":"12.22.3","_npmVersion":"7.11.0","dist":{"shasum":"be80a31e775871ed8f8e03a54835d9cc6714547c","size":48830,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.27.0.tgz","integrity":"sha512-XvwGvOxf1oJ/qWT5VHrDWsOs41k+Kkn8OoUky5Y6YVXAIS/+xQlIb86oaDWMiz2waUKH5GE9vCei5gzLoEXzVQ=="},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.27.0_1627374465034_0.1251853060495649"},"_hasShrinkwrap":false,"publish_time":1627374465136,"_cnpm_publish_time":1627374465136,"_cnpmcore_publish_time":"2021-12-15T17:25:29.393Z","contributors":[]},"3.26.0":{"name":"bull","version":"3.26.0","description":"Job manager","engines":{"node":">=10"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^2.13.0","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.27.0","lodash":"^4.17.21","p-timeout":"^3.2.0","promise.prototype.finally":"^3.1.2","semver":"^7.3.2","util.promisify":"^1.0.1","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"562c9dbb426795db6d524031ddc9ccedff3e8146","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.26.0","_nodeVersion":"12.22.3","_npmVersion":"7.11.0","dist":{"shasum":"c6198cf4f3a2fa5f3044cbe462b452c77a3df94f","size":48704,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.26.0.tgz","integrity":"sha512-W1ohwMBApLW9dhKHEwgzr8YnpScTOGC9KtKP2DrvjnWTQFWbaEnKlrDHKp3SJwvAB0C3jDsO579O/Hys/UmAiQ=="},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.26.0_1626444596323_0.5216489821801655"},"_hasShrinkwrap":false,"publish_time":1626444596470,"_cnpm_publish_time":1626444596470,"_cnpmcore_publish_time":"2021-12-15T17:25:29.651Z","contributors":[]},"3.25.2":{"name":"bull","version":"3.25.2","description":"Job manager","engines":{"node":">=10"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^2.13.0","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.27.0","lodash":"^4.17.21","p-timeout":"^3.2.0","promise.prototype.finally":"^3.1.2","semver":"^7.3.2","util.promisify":"^1.0.1","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"3fe17d869f03952f2d404f7cbbb93892582fba13","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.25.2","_nodeVersion":"12.22.3","_npmVersion":"7.11.0","dist":{"shasum":"4d9c78f6e2b3ddc60e3005b44f3492345aa0d214","size":48633,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.25.2.tgz","integrity":"sha512-R9LWZaZaQyhuliYwMIytaopMQiq/mextyfwVVPDlZSvmpaxl3uWY31yos8glvBx2buf24q6eUs5tWy9NK1PSrA=="},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.25.2_1626433931388_0.01819595320993117"},"_hasShrinkwrap":false,"publish_time":1626433931516,"_cnpm_publish_time":1626433931516,"_cnpmcore_publish_time":"2021-12-15T17:25:30.011Z","contributors":[]},"3.25.1":{"name":"bull","version":"3.25.1","description":"Job manager","engines":{"node":">=10"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^2.13.0","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.27.0","lodash":"^4.17.21","p-timeout":"^3.2.0","promise.prototype.finally":"^3.1.2","semver":"^7.3.2","util.promisify":"^1.0.1","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"0dc7b12cef99e3674f6090e166baaf243a7af910","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.25.1","_nodeVersion":"12.22.3","_npmVersion":"7.11.0","dist":{"shasum":"e4f11770dd6cbe43568ef3bb20fd8106d0d31e29","size":48548,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.25.1.tgz","integrity":"sha512-4jWhrfAE9K100+6V3HL0aBEufJl20o7gyxciyTOIxdHjQY0KjjANnuYEdN2RGAP6SJcBEqOk5vriPWrgkVgL8Q=="},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.25.1_1626420891497_0.0572444797274112"},"_hasShrinkwrap":false,"publish_time":1626420891635,"_cnpm_publish_time":1626420891635,"_cnpmcore_publish_time":"2021-12-15T17:25:30.374Z","contributors":[]},"3.25.0":{"name":"bull","version":"3.25.0","description":"Job manager","engines":{"node":">=10"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^2.13.0","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.27.0","lodash":"^4.17.21","p-timeout":"^3.2.0","promise.prototype.finally":"^3.1.2","semver":"^7.3.2","util.promisify":"^1.0.1","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"692aede3486e48ead88a29c2d428045041abb8cf","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.25.0","_nodeVersion":"12.22.3","_npmVersion":"7.11.0","dist":{"shasum":"d80e690e7bed84016fc4f83633c5dcac0255032a","size":48337,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.25.0.tgz","integrity":"sha512-11g4x/1skDW5gt0AE/7hOQ+Hhyfo29CPymO9yGvgGrEa5WlTY9nvmJdRE4XfGMj2dgUNuTTQuNJYrTzyiOiyLg=="},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.25.0_1626354200528_0.5475925772169175"},"_hasShrinkwrap":false,"publish_time":1626354200673,"_cnpm_publish_time":1626354200673,"_cnpmcore_publish_time":"2021-12-15T17:25:30.729Z","contributors":[]},"3.24.0":{"name":"bull","version":"3.24.0","description":"Job manager","engines":{"node":">=10"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^2.13.0","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.27.0","lodash":"^4.17.21","p-timeout":"^3.2.0","promise.prototype.finally":"^3.1.2","semver":"^7.3.2","util.promisify":"^1.0.1","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"6171f1a709e965b3bc35c60e74b69eb75e8ca6ab","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.24.0","_nodeVersion":"12.22.3","_npmVersion":"7.11.0","dist":{"shasum":"2e3820da3ddf296a1d2fa29efb04bc94ba5f1e34","size":48246,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.24.0.tgz","integrity":"sha512-5sktzcjRdI/VWye9FETMcj9UurxSJ34EGz2uW5mb8EgnFqRDyJ3wlmKLmw4fuHriBZ8VSWSXAlzZuxLeSmOXYw=="},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.24.0_1626354037237_0.9588247954396523"},"_hasShrinkwrap":false,"publish_time":1626354037430,"_cnpm_publish_time":1626354037430,"_cnpmcore_publish_time":"2021-12-15T17:25:31.070Z","contributors":[]},"3.23.3":{"name":"bull","version":"3.23.3","description":"Job manager","engines":{"node":">=10"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^2.13.0","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.27.0","lodash":"^4.17.21","p-timeout":"^3.2.0","promise.prototype.finally":"^3.1.2","semver":"^7.3.2","util.promisify":"^1.0.1","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"30510128a65c7b591f686467f1bfd740cecd3f7e","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.23.3","_nodeVersion":"12.22.3","_npmVersion":"7.11.0","dist":{"shasum":"941b7455192a3f92dcc9396488988adac59909f9","size":48089,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.23.3.tgz","integrity":"sha512-F5RlnfN3CHBVwXQ4EByzI4bau0onGQrKSw6hPrNhvQvTVIrisvkrTIbYe7g3ihlcWN6kjf0aXmN/g/BLSZ0SUA=="},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.23.3_1626351263352_0.7501544955214796"},"_hasShrinkwrap":false,"publish_time":1626351263490,"_cnpm_publish_time":1626351263490,"_cnpmcore_publish_time":"2021-12-15T17:25:31.395Z","contributors":[]},"3.23.2":{"name":"bull","version":"3.23.2","description":"Job manager","engines":{"node":">=10"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^2.13.0","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.27.0","lodash":"^4.17.21","p-timeout":"^3.2.0","promise.prototype.finally":"^3.1.2","semver":"^7.3.2","util.promisify":"^1.0.1","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"b465011ce369219b75bd44f6c18df735b53991bc","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.23.2","_nodeVersion":"12.22.3","_npmVersion":"7.11.0","dist":{"shasum":"b6f27d788674bdd6c5844f9067c03b13277da93e","size":48015,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.23.2.tgz","integrity":"sha512-OO3wW4VR3sNm7yqZiG5z7sl+nPAO1P7dGmPxpXsNGLwUIvwapju7QDU9T4tV71VBPA7bXzshUhwzVJodh2nNkQ=="},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.23.2_1626347283821_0.6372675834364747"},"_hasShrinkwrap":false,"publish_time":1626347283972,"_cnpm_publish_time":1626347283972,"_cnpmcore_publish_time":"2021-12-15T17:25:31.671Z","contributors":[]},"3.23.1":{"name":"bull","version":"3.23.1","description":"Job manager","engines":{"node":">=10"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^2.13.0","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.27.0","lodash":"^4.17.21","p-timeout":"^3.2.0","promise.prototype.finally":"^3.1.2","semver":"^7.3.2","util.promisify":"^1.0.1","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"c7d0e9e9fb1a978a2b02a6e38c194ad696797340","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.23.1","_nodeVersion":"12.22.3","_npmVersion":"7.11.0","dist":{"shasum":"0e878fc20adcb73c189d7b131c5402fb9f06b446","size":47910,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.23.1.tgz","integrity":"sha512-vEWcK1HT+b65WZT3LWsfwPLgLEeUuG9QKOPibQkWfbvsu1Cgp7hGNmU5ZrKCUrulMwy6J9D2dSamrA3av8LX4w=="},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.23.1_1626345695116_0.3419891157315089"},"_hasShrinkwrap":false,"publish_time":1626345695280,"_cnpm_publish_time":1626345695280,"_cnpmcore_publish_time":"2021-12-15T17:25:32.042Z","contributors":[]},"3.23.0":{"name":"bull","version":"3.23.0","description":"Job manager","engines":{"node":">=10"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^2.13.0","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.27.0","lodash":"^4.17.21","p-timeout":"^3.2.0","promise.prototype.finally":"^3.1.2","semver":"^7.3.2","util.promisify":"^1.0.1","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"8d17c2b42db8317a85596a0b129a6065112de0d1","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.23.0","_nodeVersion":"12.22.1","_npmVersion":"7.11.0","dist":{"shasum":"d4843b24886a83b8af0e227319d5e1e5a7292c86","size":47804,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.23.0.tgz","integrity":"sha512-A677aSD7a2dKrfTLcyfhp+S92c5mvztEJaDEElAkBaqTbHCDTqpc3apS4dLSKM9EDKhf1jbrjlpkJxrxCb32+w=="},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.23.0_1626189160813_0.3377594398061794"},"_hasShrinkwrap":false,"publish_time":1626189161011,"_cnpm_publish_time":1626189161011,"_cnpmcore_publish_time":"2021-12-15T17:25:32.579Z","contributors":[]},"3.22.12":{"name":"bull","version":"3.22.12","description":"Job manager","engines":{"node":">=10"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^2.13.0","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.27.0","lodash":"^4.17.21","p-timeout":"^3.2.0","promise.prototype.finally":"^3.1.2","semver":"^7.3.2","util.promisify":"^1.0.1","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"d139a7308f8dac1b307bf8e733efb8672e538327","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.22.12","_nodeVersion":"12.22.1","_npmVersion":"7.11.0","dist":{"shasum":"f98c8b4fd1811d12cac86c7e85dbbae7ebc54da2","size":47683,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.22.12.tgz","integrity":"sha512-+Q/mARXWiUOpAktqbDj6PFM9p5hW/kqvxG5E+lzaYchPmQ1+mdo9HfULqyW3xpPuDoRrOE3egfk5b3s95iqu9g=="},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.22.12_1626177188896_0.7450246025207248"},"_hasShrinkwrap":false,"publish_time":1626177188990,"_cnpm_publish_time":1626177188990,"_cnpmcore_publish_time":"2021-12-15T17:25:33.438Z","contributors":[]},"3.22.11":{"name":"bull","version":"3.22.11","description":"Job manager","engines":{"node":">=10"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^2.13.0","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.27.0","lodash":"^4.17.21","p-timeout":"^3.2.0","promise.prototype.finally":"^3.1.2","semver":"^7.3.2","util.promisify":"^1.0.1","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"d5b85428d447cd0b6148e32716a49f85550c95c9","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.22.11","_nodeVersion":"12.22.1","_npmVersion":"7.11.0","dist":{"shasum":"c51135dcee556c522be3046c0c539ae6902583ad","size":47523,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.22.11.tgz","integrity":"sha512-mk+KDgShT/RQUyTdDSjP/Hp0GsCQtl5d96rZP8BZKjNZ14zt6A3Dh0oQJmmdlvTySPoTSNNuOAOHCN/XCu3V7w=="},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.22.11_1625740698886_0.3355876435688623"},"_hasShrinkwrap":false,"publish_time":1625740698997,"_cnpm_publish_time":1625740698997,"_cnpmcore_publish_time":"2021-12-15T17:25:33.789Z","contributors":[]},"3.22.10":{"name":"bull","version":"3.22.10","description":"Job manager","engines":{"node":">=10"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^2.13.0","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.27.0","lodash":"^4.17.21","p-timeout":"^3.2.0","promise.prototype.finally":"^3.1.2","semver":"^7.3.2","util.promisify":"^1.0.1","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"a6dad1c467af06c62edf6fc6d10e94e58fcb5fdf","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.22.10","_nodeVersion":"12.22.1","_npmVersion":"7.11.0","dist":{"shasum":"7448b0ae650498cee31a3a067ac3a5488d554a9e","size":47453,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.22.10.tgz","integrity":"sha512-pbniXx1k6+Utabu5GZ6lUu8u2G67s6FBJz4Hp86FmhtMmiowG6/va+E6D3/uTfj57M3O0KDv7EUd6kQ549XbtQ=="},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.22.10_1625133291475_0.45973780902661443"},"_hasShrinkwrap":false,"publish_time":1625133291604,"_cnpm_publish_time":1625133291604,"_cnpmcore_publish_time":"2021-12-15T17:25:34.637Z","contributors":[]},"3.22.9":{"name":"bull","version":"3.22.9","description":"Job manager","engines":{"node":">=10"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^2.13.0","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.27.0","lodash":"^4.17.21","p-timeout":"^3.2.0","promise.prototype.finally":"^3.1.2","semver":"^7.3.2","util.promisify":"^1.0.1","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"cf7138aff8d4596d0a59bbb4724c9321c6409cb3","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.22.9","_nodeVersion":"12.22.1","_npmVersion":"7.11.0","dist":{"shasum":"9d86493e1bb4afeb7e6e259c45141185bd78111d","size":47487,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.22.9.tgz","integrity":"sha512-waVaXkjS1+aPxZpmqcKKQX1KeWx7uZXcg9bhe+y5xx/3k8Xu0vqUL1FxMUfp0f3O4KSAHk1EDlD5DGXxBlFDFQ=="},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.22.9_1624355693125_0.9406077479255821"},"_hasShrinkwrap":false,"publish_time":1624355693303,"_cnpm_publish_time":1624355693303,"_cnpmcore_publish_time":"2021-12-15T17:25:34.956Z","contributors":[]},"3.22.8":{"name":"bull","version":"3.22.8","description":"Job manager","engines":{"node":">=10"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^2.13.0","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.27.0","lodash":"^4.17.21","p-timeout":"^3.2.0","promise.prototype.finally":"^3.1.2","semver":"^7.3.2","util.promisify":"^1.0.1","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"03453690bb0b6590e9688011df6715b3301045c8","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.22.8","_nodeVersion":"12.22.1","_npmVersion":"7.11.0","dist":{"shasum":"ca15630d5eab2d41cc6f98a786bafcab15d1575f","size":47450,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.22.8.tgz","integrity":"sha512-HqUKZqGqhIUY3JJSypUNICxa8q4Ka2812S3Alth6tSBsjYf7NBQQlMifCpX9ua4Y+JMQHoYIqz7b9midzpwxqg=="},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.22.8_1623218755469_0.5321184146904212"},"_hasShrinkwrap":false,"publish_time":1623218755603,"_cnpm_publish_time":1623218755603,"_cnpmcore_publish_time":"2021-12-15T17:25:35.486Z","contributors":[]},"3.22.7":{"name":"bull","version":"3.22.7","description":"Job manager","engines":{"node":">=10"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^2.13.0","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.22.0","lodash":"^4.17.21","p-timeout":"^3.2.0","promise.prototype.finally":"^3.1.2","semver":"^7.3.2","util.promisify":"^1.0.1","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"2e93733271d1267812144ba04c659949ef8cbcea","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.22.7","_nodeVersion":"12.22.1","_npmVersion":"7.11.0","dist":{"shasum":"be17398edad4e17e54db9b9c7388d92381f6ea1d","size":47380,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.22.7.tgz","integrity":"sha512-hrpfs1InzliuevKUOxAfGVctViic8uKP5zOkFAeNI4yVhlR5Ai3pSXFBiC78p2dl/t2AlC504pOqYJw3W9eSSA=="},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.22.7_1622457843607_0.07068142817962797"},"_hasShrinkwrap":false,"publish_time":1622457843774,"_cnpm_publish_time":1622457843774,"_cnpmcore_publish_time":"2021-12-15T17:25:35.844Z","contributors":[]},"3.22.6":{"name":"bull","version":"3.22.6","description":"Job manager","engines":{"node":">=10"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^2.13.0","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.22.0","lodash":"^4.17.21","p-timeout":"^3.2.0","promise.prototype.finally":"^3.1.2","semver":"^7.3.2","util.promisify":"^1.0.1","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"ef2d025475c72044ea7c0506af394d8d88c3359f","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.22.6","_nodeVersion":"12.22.1","_npmVersion":"7.11.0","dist":{"shasum":"039b5a59689b0b236ca85c9397e76db481cc9b3c","size":47135,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.22.6.tgz","integrity":"sha512-M7jYiohDP6qhtm+3D+6xDt52u1vdJyqk4EdeZBc39pKJpqLgCtUFuHrTPycvd6TLCqtcW/3kA2Gx70zmKUmWYg=="},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.22.6_1621268754777_0.6709340257466778"},"_hasShrinkwrap":false,"publish_time":1621268754963,"_cnpm_publish_time":1621268754963,"_cnpmcore_publish_time":"2021-12-15T17:25:36.128Z","contributors":[]},"3.22.5":{"name":"bull","version":"3.22.5","description":"Job manager","engines":{"node":">=10"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^2.13.0","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.22.0","lodash":"^4.17.21","p-timeout":"^3.2.0","promise.prototype.finally":"^3.1.2","semver":"^7.3.2","util.promisify":"^1.0.1","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"1cae8f9175ecb596140c42bb7563478bd96c2d50","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.22.5","_nodeVersion":"12.22.1","_npmVersion":"7.11.0","dist":{"shasum":"ab42d76ecb7d8c5faba7a6a6e1d8b0ed0cde7ff5","size":47042,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.22.5.tgz","integrity":"sha512-wA5CRChiqF7bQ3/mLToFRiAKujWVBJJ07Ok368aiER8N1ail0veHwHc02I4lMMUyG9WoxHCHyrCqyPQhDGrd2w=="},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.22.5_1620717378975_0.16900663719779918"},"_hasShrinkwrap":false,"publish_time":1620717379195,"_cnpm_publish_time":1620717379195,"_cnpmcore_publish_time":"2021-12-15T17:25:36.520Z","contributors":[]},"3.22.4":{"name":"bull","version":"3.22.4","description":"Job manager","engines":{"node":">=10"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^2.13.0","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.22.0","lodash":"^4.17.21","p-timeout":"^3.2.0","promise.prototype.finally":"^3.1.2","semver":"^7.3.2","util.promisify":"^1.0.1","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"629bad65ca77ad5eec129bad8653c5dd0d62077d","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.22.4","_nodeVersion":"12.22.1","_npmVersion":"7.11.0","dist":{"shasum":"1bda418d2aebdf892413d0c45d75c8ea5e0fc984","size":46671,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.22.4.tgz","integrity":"sha512-CV78TuSKyDj3SuZvySTOFXqZBtHxebhctLTq2Ff9Jrn51XOaxkEDioIDzq2LIUKEhTW8l3rFK5bIWNwweY0LXQ=="},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.22.4_1619555890095_0.11773498659939508"},"_hasShrinkwrap":false,"publish_time":1619555890262,"_cnpm_publish_time":1619555890262,"_cnpmcore_publish_time":"2021-12-15T17:25:36.830Z","contributors":[]},"3.22.3":{"name":"bull","version":"3.22.3","description":"Job manager","engines":{"node":">=10"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^2.13.0","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.22.0","lodash":"^4.17.21","p-timeout":"^3.2.0","promise.prototype.finally":"^3.1.2","semver":"^7.3.2","util.promisify":"^1.0.1","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"e7ff7f02eb05d8607f4b35e5f2075d5171d65408","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.22.3","_nodeVersion":"12.22.1","_npmVersion":"7.11.0","dist":{"shasum":"14232e15431fddd5e572cdc87f3acbdd655371ef","size":46590,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.22.3.tgz","integrity":"sha512-nkSMtXkCGqjbH8ArFZWKbq3hQb/d5fW7N2m6C0iLeQKngB7pdObH+Lo9hK36v7f3ZENmiIScmKRN15wbyEJ5Pw=="},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.22.3_1619196624829_0.9289725033241141"},"_hasShrinkwrap":false,"publish_time":1619196625049,"_cnpm_publish_time":1619196625049,"_cnpmcore_publish_time":"2021-12-15T17:25:37.177Z","contributors":[]},"3.22.2":{"name":"bull","version":"3.22.2","description":"Job manager","engines":{"node":">=10"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^2.13.0","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.22.0","lodash":"^4.17.21","p-timeout":"^3.2.0","promise.prototype.finally":"^3.1.2","semver":"^7.3.2","util.promisify":"^1.0.1","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"5649689531feef18956175e0db638592664279d3","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.22.2","_nodeVersion":"12.22.1","_npmVersion":"7.11.0","dist":{"shasum":"c635dacda5f7c4a47e0f15cd36d1d14c0fbcbc0b","size":46501,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.22.2.tgz","integrity":"sha512-LuPaQAa2vdx1lyL8GorSDUeNjpeK9iT81Hpvo4QBLickaGgX4k0GLW1qvMN68q3Q70hRZf0vjv12mPFkcBs2Gg=="},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.22.2_1619188329101_0.018594895816626877"},"_hasShrinkwrap":false,"publish_time":1619188329271,"_cnpm_publish_time":1619188329271,"_cnpmcore_publish_time":"2021-12-15T17:25:37.429Z","contributors":[]},"3.22.1":{"name":"bull","version":"3.22.1","description":"Job manager","engines":{"node":">=10"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^2.13.0","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.22.0","lodash":"^4.17.21","p-timeout":"^3.2.0","promise.prototype.finally":"^3.1.2","semver":"^7.3.2","util.promisify":"^1.0.1","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"gitHead":"2bc0b71637eedea06d24b4bc97e4f5b740aa912a","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.22.1","_nodeVersion":"12.16.2","_npmVersion":"6.14.4","dist":{"shasum":"e8d9579692967d446ea38263538a87e6403f05f1","size":159251,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.22.1.tgz","integrity":"sha512-nFCo3FQLhoEoRuaTOycT5qH9D4dME9ZK4yZKjZElqLGhBWjGzOntBDvj+9XLdXUO2PMT1nzQpyhl6zz2rlWUmQ=="},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.22.1_1618831534838_0.37714459067302397"},"_hasShrinkwrap":false,"publish_time":1618831534988,"_cnpm_publish_time":1618831534988,"_cnpmcore_publish_time":"2021-12-15T17:25:38.052Z","contributors":[]},"3.22.0":{"name":"bull","version":"3.22.0","description":"Job manager","engines":{"node":">=10"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^2.13.0","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.22.0","lodash":"^4.17.21","p-timeout":"^3.2.0","promise.prototype.finally":"^3.1.2","semver":"^7.3.2","util.promisify":"^1.0.1","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"gitHead":"70f664c27fa092397d533ca133146cebe42e4a81","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.22.0","_nodeVersion":"12.16.2","_npmVersion":"6.14.4","dist":{"shasum":"fb04b68189bd49e56155f4366df96330c059868c","size":159205,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.22.0.tgz","integrity":"sha512-csQTIuvoKnVuW6gbZmIe9mVkLy2DzvRodywjXN7cfYlvXKme3156FIc1Zssn5IRKpDKyyq0++AYsLO4mdtnf0Q=="},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.22.0_1616608061448_0.9764940692899997"},"_hasShrinkwrap":false,"publish_time":1616608061687,"_cnpm_publish_time":1616608061687,"_cnpmcore_publish_time":"2021-12-15T17:25:38.822Z","contributors":[]},"3.21.1":{"name":"bull","version":"3.21.1","description":"Job manager","engines":{"node":">=10"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^2.13.0","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.22.0","lodash":"^4.17.21","p-timeout":"^3.2.0","promise.prototype.finally":"^3.1.2","semver":"^7.3.2","util.promisify":"^1.0.1","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"gitHead":"4177e57f5a167e89cd6de08ac19cc755757fc158","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.21.1","_nodeVersion":"12.16.2","_npmVersion":"6.14.4","dist":{"shasum":"f0ff54b73c6a5ec54c5e12bb9d3ceb54229d055d","size":152564,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.21.1.tgz","integrity":"sha512-7IjQBz+mm2GYwlNOf5Pbq8F+EwqkBv0RjwWpG+5Kfk/QDWylQ6eL3FzJbvFQQ7uHjTVPsuzsQocArjhm/SUsqA=="},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.21.1_1616159984869_0.549305843768843"},"_hasShrinkwrap":false,"publish_time":1616159985059,"_cnpm_publish_time":1616159985059,"_cnpmcore_publish_time":"2021-12-15T17:25:40.571Z","contributors":[]},"3.21.0":{"name":"bull","version":"3.21.0","description":"Job manager","engines":{"node":">=10"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^2.13.0","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.22.0","lodash":"^4.17.19","p-timeout":"^3.2.0","promise.prototype.finally":"^3.1.2","semver":"^7.3.2","util.promisify":"^1.0.1","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"gitHead":"66e8ac70b6f116b2fdde96f787e9a75533aa8ba6","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.21.0","_nodeVersion":"12.16.2","_npmVersion":"6.14.4","dist":{"shasum":"60ab64a58469a489a9d4b62d543ac2046ffd3c44","size":151341,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.21.0.tgz","integrity":"sha512-8eZq28N80dntCvUZum6x7OEHrQUQYjwfUf8JwWR//VKVW92VjVTfsvXgdYoOePGeFY04fdXRolFWPxvKTny3HA=="},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.21.0_1616080690413_0.7944870149541785"},"_hasShrinkwrap":false,"publish_time":1616080690625,"_cnpm_publish_time":1616080690625,"_cnpmcore_publish_time":"2021-12-15T17:25:41.820Z","contributors":[]},"3.20.1":{"name":"bull","version":"3.20.1","description":"Job manager","engines":{"node":">=10"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^2.13.0","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.22.0","lodash":"^4.17.19","p-timeout":"^3.2.0","promise.prototype.finally":"^3.1.2","semver":"^7.3.2","util.promisify":"^1.0.1","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"gitHead":"33076495ab7d256eeed83e806a566846bc383117","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.20.1","_nodeVersion":"12.16.2","_npmVersion":"6.14.4","dist":{"shasum":"97c4156f48001565baf3c04b81267a5604f40754","size":115742,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.20.1.tgz","integrity":"sha512-wDwpVu47WKaGhiguEPa/US5UMrtGLPKNPiGFPo4OgVs3EEGzJEWwv3LRPfjJVIf1COdMAN/yowGhZwYmoOonjQ=="},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.20.1_1612618378108_0.5093457830112733"},"_hasShrinkwrap":false,"publish_time":1612618378286,"_cnpm_publish_time":1612618378286,"_cnpmcore_publish_time":"2021-12-15T17:25:42.421Z","contributors":[]},"3.20.0":{"name":"bull","version":"3.20.0","description":"Job manager","engines":{"node":">=10"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^2.13.0","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"4.18.0","lodash":"^4.17.19","p-timeout":"^3.2.0","promise.prototype.finally":"^3.1.2","semver":"^7.3.2","util.promisify":"^1.0.1","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"gitHead":"f6e829783997dec3f4ebe7bf2bd228871f2c8cdf","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.20.0","_nodeVersion":"12.16.2","_npmVersion":"6.14.5","dist":{"shasum":"ca394d623f13ade6cddb7481f630988bce2d4d09","size":156546,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.20.0.tgz","integrity":"sha512-xXUfA2gLZLfIkWhxcZkAk6mHt+eG3o4arqz7HwCPVYuVjIp/pYTuhFd2iPXIQLxop7pJY4VIQ59fELdD/Y6f8w=="},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.20.0_1606381445319_0.665000881524112"},"_hasShrinkwrap":false,"publish_time":1606381445501,"_cnpm_publish_time":1606381445501,"_cnpmcore_publish_time":"2021-12-15T17:25:43.122Z","contributors":[]},"3.19.1":{"name":"bull","version":"3.19.1","description":"Job manager","engines":{"node":">=10"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^2.13.0","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"4.18.0","lodash":"^4.17.19","p-timeout":"^3.2.0","promise.prototype.finally":"^3.1.2","semver":"^7.3.2","util.promisify":"^1.0.1","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"gitHead":"7755a6c0db80541caa99714b6209a39eb458add4","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.19.1","_nodeVersion":"12.16.2","_npmVersion":"6.14.4","dist":{"shasum":"3e25f9dfda61ad879d5501e3773433c311dd5bf7","size":156500,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.19.1.tgz","integrity":"sha512-G6idqECecbvkaXoJGCjpbnZ7CT/N43TKBWLOc/wDiqPKbEXqreV3bJpj4ta8kZwFrm8mxgszRLGi7ko4qavnXA=="},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.19.1_1605863973676_0.3517659829931965"},"_hasShrinkwrap":false,"publish_time":1605863973861,"_cnpm_publish_time":1605863973861,"_cnpmcore_publish_time":"2021-12-15T17:25:44.055Z","contributors":[]},"3.19.0":{"name":"bull","version":"3.19.0","description":"Job manager","engines":{"node":">=10"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^2.13.0","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"4.18.0","lodash":"^4.17.19","p-timeout":"^3.2.0","promise.prototype.finally":"^3.1.2","semver":"^7.3.2","util.promisify":"^1.0.1","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"gitHead":"7ba03324dfa52d8e2731d10830b95a7212bcad6a","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.19.0","_nodeVersion":"12.16.2","_npmVersion":"6.14.4","dist":{"shasum":"c1f291ca3f0ee042959f59c47137c0607c159beb","size":156459,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.19.0.tgz","integrity":"sha512-GT3kz7XD9im1FHkGb1UiKsQnFwv7Weh0nYLjFqKcjgp7oFnUstt1MsLR0KNfekGPImZU8kng6QQPDWJfJnVMPg=="},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.19.0_1605785010456_0.6255097574288238"},"_hasShrinkwrap":false,"publish_time":1605785010609,"_cnpm_publish_time":1605785010609,"_cnpmcore_publish_time":"2021-12-15T17:25:44.693Z","contributors":[]},"3.18.1":{"name":"bull","version":"3.18.1","description":"Job manager","engines":{"node":">=10"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^2.13.0","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.14.1","lodash":"^4.17.19","p-timeout":"^3.2.0","promise.prototype.finally":"^3.1.2","semver":"^7.3.2","util.promisify":"^1.0.1","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"gitHead":"4fa8708ac6a6ad590f7722965d6f7d2aca35e2a7","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.18.1","_nodeVersion":"12.16.2","_npmVersion":"6.14.5","dist":{"shasum":"49eb8fd9844a3dc0a12a851b132e508890763a31","size":150178,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.18.1.tgz","integrity":"sha512-g3gHFZ0qMo0wpecoNmd2W+F1Gj48l6phVCTdsQPKxDk1bB7kzD0nY5FAFnBFiaWxNmh5lb5X9TMB64uNXFKFDg=="},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.18.1_1603803127235_0.03591962656403691"},"_hasShrinkwrap":false,"publish_time":1603803127366,"_cnpm_publish_time":1603803127366,"_cnpmcore_publish_time":"2021-12-15T17:25:45.250Z","contributors":[]},"3.18.0":{"name":"bull","version":"3.18.0","description":"Job manager","engines":{"node":">=10"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^2.13.0","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.14.1","lodash":"^4.17.19","p-timeout":"^3.2.0","promise.prototype.finally":"^3.1.2","semver":"^7.3.2","util.promisify":"^1.0.1","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"gitHead":"6db649e2b788d11224177ab04565fd2e24f88faf","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.18.0","_nodeVersion":"12.16.2","_npmVersion":"6.14.5","dist":{"shasum":"7d7730c8ab0975ea9ee4e74f6f85bd731c3526cb","size":156338,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.18.0.tgz","integrity":"sha512-nE/BKlg1dnJ/AcOy5D1nzthcmpAKqpUVXzQ43mJfnVC8ZM7mi4ZzP3spN7745UuikzmGGsbTe9px2TbEKhR+DQ=="},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.18.0_1597332036854_0.3079308695622438"},"_hasShrinkwrap":false,"publish_time":1597332037024,"_cnpm_publish_time":1597332037024,"_cnpmcore_publish_time":"2021-12-15T17:25:45.766Z","contributors":[]},"3.17.0":{"name":"bull","version":"3.17.0","description":"Job manager","engines":{"node":">=10"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^2.13.0","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.14.1","lodash":"^4.17.19","p-timeout":"^3.2.0","promise.prototype.finally":"^3.1.2","semver":"^7.3.2","util.promisify":"^1.0.1","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"gitHead":"f4d715eaf1588d466342ecb06026e34cb5d11eaa","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.17.0","_nodeVersion":"12.16.2","_npmVersion":"6.14.5","dist":{"shasum":"fc9da5d1cf1c7f4b37591b70bd88209f52bc521c","size":156396,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.17.0.tgz","integrity":"sha512-7wzJoN0LjzgIwcv9SDiq+AT9R49xJAziSsrRkbEedunkgPklaug/PUOzo/qyytMlKNnHx6E597uxUuV0QgiPbw=="},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.17.0_1597234355440_0.7556118416388364"},"_hasShrinkwrap":false,"publish_time":1597234355605,"_cnpm_publish_time":1597234355605,"_cnpmcore_publish_time":"2021-12-15T17:25:46.258Z","contributors":[]},"3.16.0":{"name":"bull","version":"3.16.0","description":"Job manager","engines":{"node":">=10"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^2.13.0","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.14.1","lodash":"^4.17.15","p-timeout":"^3.2.0","promise.prototype.finally":"^3.1.2","semver":"^6.3.0","util.promisify":"^1.0.1","uuid":"^8.2.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","chai":"^4.2.0","coveralls":"^3.0.9","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^1.3.1","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^6.2.2","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","p-reflect":"^1.0.0","prettier":"^1.19.1","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test mocha 'test/test_*'","test:nolint":"NODE_ENV=test mocha 'test/test_*'","coveralls":"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --exit -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"gitHead":"013c51942e559517c57a117c27a550a0fb583aa8","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.16.0","_nodeVersion":"12.16.2","_npmVersion":"6.14.4","dist":{"shasum":"adabb8404ebecedfbe4f3b9b2163e249de1915ff","size":102608,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.16.0.tgz","integrity":"sha512-5RAeKPJwhzuk5y4TL5ys+mX1p1r8TOKUF537c2VFVqg0Z+Y2zL1gXfgk0OAlIhD+9E/q3BgRvN96AxUz6nfBDA=="},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.16.0_1594932379573_0.032611802504681986"},"_hasShrinkwrap":false,"publish_time":1594932379681,"_cnpm_publish_time":1594932379681,"_cnpmcore_publish_time":"2021-12-15T17:25:46.731Z","contributors":[]},"3.15.0":{"name":"bull","version":"3.15.0","description":"Job manager","engines":{"node":">=8"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^2.13.0","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.14.1","lodash":"^4.17.15","p-timeout":"^3.2.0","promise.prototype.finally":"^3.1.2","semver":"^6.3.0","util.promisify":"^1.0.1","uuid":"^3.4.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","chai":"^4.2.0","coveralls":"^3.0.9","delay":"^4.3.0","eslint":"^5.16.0","eslint-plugin-mocha":"^6.2.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^1.3.1","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^6.2.2","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","p-reflect":"^1.0.0","prettier":"^1.19.1","sinon":"^7.5.0"},"scripts":{"lint":"eslint lib test *.js","pretest":"npm run lint","test":"NODE_ENV=test mocha 'test/test_*'","coveralls":"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --exit -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"gitHead":"17da4e5f3ac7f0e90ab49b1d910d7c6ec3dac9c9","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.15.0","_nodeVersion":"12.16.2","_npmVersion":"6.14.4","dist":{"shasum":"1cebf9f7fbf5ceb1aa5348e86910c2097554d980","size":102450,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.15.0.tgz","integrity":"sha512-5+HoYZXy5tYIpWdod7Xa0nahRkN2uItfmoCqgWEokabDjD4igvfB9CHf3uPWBnXngQ8EiTlglim5IGdz4MzdvA=="},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.15.0_1593515924114_0.14915855855543825"},"_hasShrinkwrap":false,"publish_time":1593515924318,"_cnpm_publish_time":1593515924318,"_cnpmcore_publish_time":"2021-12-15T17:25:47.230Z","contributors":[]},"3.14.0":{"name":"bull","version":"3.14.0","description":"Job manager","engines":{"node":">=8"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^2.13.0","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.14.1","lodash":"^4.17.15","p-timeout":"^3.2.0","promise.prototype.finally":"^3.1.2","semver":"^6.3.0","util.promisify":"^1.0.1","uuid":"^3.4.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","chai":"^4.2.0","coveralls":"^3.0.9","delay":"^4.3.0","eslint":"^5.16.0","eslint-plugin-mocha":"^6.2.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^1.3.1","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^6.2.2","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","p-reflect":"^1.0.0","prettier":"^1.19.1","sinon":"^7.5.0"},"scripts":{"lint":"eslint lib test *.js","pretest":"npm run lint","test":"NODE_ENV=test mocha 'test/test_*'","coveralls":"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --exit -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"gitHead":"a4aa27c213132fab04149798641f21f35a45a3d7","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.14.0","_nodeVersion":"12.16.2","_npmVersion":"6.14.4","dist":{"shasum":"75fcfa17e829c860de0d51b79569636845232715","size":102402,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.14.0.tgz","integrity":"sha512-qQrytpqbE6Zjl2zkvlqS1kUwWLJHpDOhhuGb34+5atPeZrd8DlxkAbxnLnaMB1XQX1iXPzFVpDOUOIIROYKp6Q=="},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.14.0_1588945066531_0.5810355284245416"},"_hasShrinkwrap":false,"publish_time":1588945066692,"_cnpm_publish_time":1588945066692,"_cnpmcore_publish_time":"2021-12-15T17:25:47.632Z","contributors":[]},"3.13.0":{"name":"bull","version":"3.13.0","description":"Job manager","engines":{"node":">=8"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^2.13.0","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.14.1","lodash":"^4.17.15","p-timeout":"^3.2.0","promise.prototype.finally":"^3.1.2","semver":"^6.3.0","util.promisify":"^1.0.1","uuid":"^3.4.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","chai":"^4.2.0","coveralls":"^3.0.9","delay":"^4.3.0","eslint":"^5.16.0","eslint-plugin-mocha":"^6.2.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^1.3.1","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^6.2.2","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","p-reflect":"^1.0.0","prettier":"^1.19.1","sinon":"^7.5.0"},"scripts":{"lint":"eslint lib test *.js","pretest":"npm run lint","test":"NODE_ENV=test mocha 'test/test_*'","coveralls":"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --exit -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"gitHead":"2a8f5ec52de6bed1cac1eef9325577880327541e","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.13.0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"232935f9a5c0c87be6eb2aa95e434ff115bacd7a","size":102118,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.13.0.tgz","integrity":"sha512-nP8ICMNHGYDNt6cgPqBPm90n57xA+/Om2wI2EGEOIJtWutjrYt8JAWiiFYjZKrly9UkKlrfG9qgOCwFFdS5xaw=="},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.13.0_1581629781945_0.00310696738477656"},"_hasShrinkwrap":false,"publish_time":1581629782095,"_cnpm_publish_time":1581629782095,"_cnpmcore_publish_time":"2021-12-15T17:25:48.062Z","contributors":[]},"3.12.1":{"name":"bull","version":"3.12.1","description":"Job manager","engines":{"node":">=8"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^2.13.0","debuglog":"^1.0.0","get-port":"^5.0.0","ioredis":"^4.14.1","lodash":"^4.17.15","p-timeout":"^3.1.0","promise.prototype.finally":"^3.1.1","semver":"^6.3.0","util.promisify":"^1.0.0","uuid":"^3.3.3"},"devDependencies":{"@commitlint/cli":"^7.5.2","@commitlint/config-conventional":"^7.5.0","chai":"^4.2.0","coveralls":"^3.0.6","delay":"^4.3.0","eslint":"^5.12.1","eslint-plugin-mocha":"^6.2.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^1.3.1","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^6.2.0","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","p-reflect":"^1.0.0","prettier":"^1.18.2","sinon":"^7.4.2"},"scripts":{"lint":"eslint lib test *.js","pretest":"npm run lint","test":"NODE_ENV=test mocha 'test/test_*'","coveralls":"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --exit -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"gitHead":"4517dabeb380d9cc91a61dde065c7dd1fae972dd","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.12.1","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"ced62d0afca81c9264b44f1b6f39243df5d2e73f","size":102047,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.12.1.tgz","integrity":"sha512-X3bSP7gTqPXLYVSyUtQuTOqZuU0GwVbV304Et84Z8bxYP60R1VD3FUOLsESVRA9LIUEOWVH3hE8MFqlszmO0Gw=="},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.12.1_1573981841224_0.8378744096883393"},"_hasShrinkwrap":false,"publish_time":1573981841427,"_cnpm_publish_time":1573981841427,"_cnpmcore_publish_time":"2021-12-15T17:25:48.615Z","contributors":[]},"3.12.0":{"name":"bull","version":"3.12.0","description":"Job manager","engines":{"node":">=8"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^2.13.0","debuglog":"^1.0.0","get-port":"^5.0.0","ioredis":"^4.14.1","lodash":"^4.17.15","p-timeout":"^3.1.0","promise.prototype.finally":"^3.1.1","semver":"^6.3.0","util.promisify":"^1.0.0","uuid":"^3.3.3"},"devDependencies":{"@commitlint/cli":"^7.5.2","@commitlint/config-conventional":"^7.5.0","chai":"^4.2.0","coveralls":"^3.0.6","delay":"^4.3.0","eslint":"^5.12.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^1.3.1","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^6.2.0","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","p-reflect":"^1.0.0","prettier":"^1.18.2","sinon":"^7.4.2"},"scripts":{"lint":"eslint lib test *.js","pretest":"npm run lint","test":"NODE_ENV=test mocha --exit","coveralls":"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --exit -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"gitHead":"8c06c5fed593c74199835f69a3fda5f5bca3a3b8","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.12.0","_npmVersion":"6.4.1","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"dist":{"shasum":"48d06d0d4e77140b5db8eee613385e252163a8a2","size":164621,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.12.0.tgz","integrity":"sha512-Gv/x7SHx0mugaqeDmUnh/ub4GqEcF0cBBZ2rmUUXvwLC4FVzrcOie9VkqNJjYLcvia4xTzr43WP3aMWJXtlYMA=="},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.12.0_1573079169016_0.46284369643418466"},"_hasShrinkwrap":false,"publish_time":1573079169208,"_cnpm_publish_time":1573079169208,"_cnpmcore_publish_time":"2021-12-15T17:25:49.243Z","contributors":[]},"3.11.0":{"name":"bull","version":"3.11.0","description":"Job manager","engines":{"node":">=8"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^2.13.0","debuglog":"^1.0.0","get-port":"^5.0.0","ioredis":"^4.14.1","lodash":"^4.17.15","p-timeout":"^3.1.0","promise.prototype.finally":"^3.1.1","semver":"^6.3.0","util.promisify":"^1.0.0","uuid":"^3.3.3"},"devDependencies":{"@commitlint/cli":"^7.5.2","@commitlint/config-conventional":"^7.5.0","chai":"^4.2.0","coveralls":"^3.0.6","delay":"^4.3.0","eslint":"^5.12.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^1.3.1","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^6.2.0","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","p-reflect":"^1.0.0","prettier":"^1.18.2","sinon":"^7.4.2"},"scripts":{"lint":"eslint lib test","pretest":"npm run lint","test":"NODE_ENV=test mocha --exit","coveralls":"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --exit -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"gitHead":"69a97bc4816b5799d26367a6147256b78e2cc919","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.11.0","_npmVersion":"6.4.1","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"dist":{"shasum":"02782e3ff4afe80c0beb1a46bb09b76f178ee6d2","size":164147,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.11.0.tgz","integrity":"sha512-QQOn63RkL6CfnmZcacPVg1EF42SwQcYxNSn9OGlM5S2JW+Gah/dwCcXxZQ3h2nYnhsNfBsherJ7EpLzIsi2kSQ=="},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.11.0_1568668391378_0.38890872550608613"},"_hasShrinkwrap":false,"publish_time":1568668391559,"_cnpm_publish_time":1568668391559,"_cnpmcore_publish_time":"2021-12-15T17:25:49.892Z","contributors":[]},"3.10.0":{"name":"bull","version":"3.10.0","description":"Job manager","engines":{"node":">=8"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^2.7.3","debuglog":"^1.0.0","get-port":"^5.0.0","ioredis":"^4.5.1","lodash":"^4.17.11","p-timeout":"^3.1.0","promise.prototype.finally":"^3.1.0","semver":"^6.1.1","util.promisify":"^1.0.0","uuid":"^3.2.1"},"devDependencies":{"@commitlint/cli":"^7.5.2","@commitlint/config-conventional":"^7.5.0","chai":"^4.2.0","coveralls":"^3.0.0","delay":"^4.1.0","eslint":"^5.12.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^1.3.1","istanbul":"^0.4.5","lint-staged":"^8.1.0","mocha":"^6.1.4","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","p-reflect":"^1.0.0","prettier":"^1.16.1","sinon":"^7.2.3"},"scripts":{"lint":"eslint lib test","pretest":"npm run lint","test":"NODE_ENV=test mocha --exit","coveralls":"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --exit -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"gitHead":"4d11352c1ed0be6e2968351c6d9dfd5671155dff","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.10.0","_nodeVersion":"12.3.1","_npmVersion":"6.9.0","dist":{"shasum":"5879b1201d0ed0c987fa1f42114d3dc5abf3da68","size":100953,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.10.0.tgz","integrity":"sha512-LbQsc7c+eYd7IaJD7tS373yKLYttjTfoPZ+9xYYlPM5+gutAjofSTsESOGGyaxyX2lE1dkg+eWhUK5kAPl5Zow=="},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.10.0_1559385929024_0.5014032068729066"},"_hasShrinkwrap":false,"publish_time":1559385929186,"_cnpm_publish_time":1559385929186,"_cnpmcore_publish_time":"2021-12-15T17:25:50.242Z","contributors":[]},"3.9.1":{"name":"bull","version":"3.9.1","description":"Job manager","main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^2.7.3","debuglog":"^1.0.0","get-port":"^4.2.0","ioredis":"^4.5.1","lodash":"^4.17.11","p-timeout":"^2.0.1","promise.prototype.finally":"^3.1.0","semver":"^5.6.0","util.promisify":"^1.0.0","uuid":"^3.2.1"},"devDependencies":{"@commitlint/cli":"^7.5.2","@commitlint/config-conventional":"^7.5.0","chai":"^4.2.0","coveralls":"^3.0.0","delay":"^4.1.0","eslint":"^5.12.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^1.3.1","istanbul":"^0.4.5","lint-staged":"^8.1.0","mocha":"^5.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","p-reflect":"^1.0.0","prettier":"^1.16.1","sinon":"^7.2.3"},"scripts":{"lint":"eslint lib test","pretest":"npm run lint","test":"NODE_ENV=test mocha --exit","coveralls":"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --exit -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"engines":{"node":">= 6"},"gitHead":"86ae34aedb25d47b1a34a894830991c33c48de4a","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.9.1","_npmVersion":"6.4.1","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"dist":{"shasum":"5b8fe1001e4c45176a56a7ef66f81f8bd2d6b2c6","size":195967,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.9.1.tgz","integrity":"sha512-ViMoGL/3/GQD4O9Ks/xAT1N162pX2jhNuKzLiwYxz1KZKvOP8F4DOC4XRnAQvBDSSYWV2764QzIPj6pbblAXXA=="},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.9.1_1557261704057_0.37912932306513314"},"_hasShrinkwrap":false,"publish_time":1557261704188,"_cnpm_publish_time":1557261704188,"_cnpmcore_publish_time":"2021-12-15T17:25:51.675Z","contributors":[]},"3.9.0":{"name":"bull","version":"3.9.0","description":"Job manager","main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^2.7.3","debuglog":"^1.0.0","get-port":"^4.2.0","ioredis":"^4.5.1","lodash":"^4.17.11","p-timeout":"^2.0.1","promise.prototype.finally":"^3.1.0","semver":"^5.6.0","util.promisify":"^1.0.0","uuid":"^3.2.1"},"devDependencies":{"@commitlint/cli":"^7.5.2","@commitlint/config-conventional":"^7.5.0","chai":"^4.2.0","coveralls":"^3.0.0","delay":"^4.1.0","eslint":"^5.12.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^1.3.1","istanbul":"^0.4.5","lint-staged":"^8.1.0","mocha":"^5.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","p-reflect":"^1.0.0","prettier":"^1.16.1","sinon":"^7.2.3"},"scripts":{"lint":"eslint lib test","pretest":"npm run lint","test":"NODE_ENV=test mocha --exit","coveralls":"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --exit -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"engines":{"node":">= 6"},"gitHead":"199ff1c7b510c2a66e2634b1a85d50fb9f2cd9da","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.9.0","_npmVersion":"6.4.1","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"dist":{"shasum":"0dce05ed19139f5866533c289c802a5a73091336","size":195933,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.9.0.tgz","integrity":"sha512-h3v8Q3ByrWITa1mantaM5kJXkepUhipwuEM79vajfVB9L50mShe7GzLPmVzg+1Do6zmN2XXNn19RNcouL3Kvaw=="},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.9.0_1557230092641_0.11115463453625418"},"_hasShrinkwrap":false,"publish_time":1557230092825,"_cnpm_publish_time":1557230092825,"_cnpmcore_publish_time":"2021-12-15T17:25:52.234Z","contributors":[]},"3.8.1":{"name":"bull","version":"3.8.1","description":"Job manager","main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^2.7.3","debuglog":"^1.0.0","get-port":"^4.2.0","ioredis":"^4.5.1","lodash":"^4.17.11","p-timeout":"^2.0.1","promise.prototype.finally":"^3.1.0","semver":"^5.6.0","util.promisify":"^1.0.0","uuid":"^3.2.1"},"devDependencies":{"@commitlint/cli":"^7.5.2","@commitlint/config-conventional":"^7.5.0","chai":"^4.2.0","coveralls":"^3.0.0","delay":"^4.1.0","eslint":"^5.12.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^1.3.1","istanbul":"^0.4.5","lint-staged":"^8.1.0","mocha":"^5.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","p-reflect":"^1.0.0","prettier":"^1.16.1","sinon":"^7.2.3"},"scripts":{"lint":"eslint lib test","pretest":"npm run lint","test":"NODE_ENV=test mocha --exit","coveralls":"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --exit -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"engines":{"node":">= 6"},"gitHead":"51d00b1f0078a0310d8be20dac1c26194fb59988","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.8.1","_npmVersion":"6.4.1","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"dist":{"shasum":"b31b53a2c829fee59135523e48523d873b3e5825","size":195598,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.8.1.tgz","integrity":"sha512-mpcrssn9+sWLRgPHBGfAHmIux1QuXKY3TypuoXG9L492Op234UWuwPXP2DZ+V223Nfv36FubxLdxyNC76BiEoQ=="},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.8.1_1556389766207_0.9653035404101098"},"_hasShrinkwrap":false,"publish_time":1556389766369,"_cnpm_publish_time":1556389766369,"_cnpmcore_publish_time":"2021-12-15T17:25:52.852Z","contributors":[]},"3.8.0":{"name":"bull","version":"3.8.0","description":"Job manager","main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^2.7.3","debuglog":"^1.0.0","get-port":"^4.2.0","ioredis":"^4.5.1","lodash":"^4.17.11","p-timeout":"^2.0.1","promise.prototype.finally":"^3.1.0","semver":"^5.6.0","util.promisify":"^1.0.0","uuid":"^3.2.1"},"devDependencies":{"@commitlint/cli":"^7.5.2","@commitlint/config-conventional":"^7.5.0","chai":"^4.2.0","coveralls":"^3.0.0","delay":"^4.1.0","eslint":"^5.12.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^1.3.1","istanbul":"^0.4.5","lint-staged":"^8.1.0","mocha":"^5.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","p-reflect":"^1.0.0","prettier":"^1.16.1","sinon":"^7.2.3"},"scripts":{"lint":"eslint lib test","pretest":"npm run lint","test":"NODE_ENV=test mocha --exit","coveralls":"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --exit -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"engines":{"node":">= 6"},"gitHead":"9b7f9abdba9aff5971d76f542ea1b419d42a1b64","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.8.0","_npmVersion":"6.4.1","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"dist":{"shasum":"f7a8732d6202952d791844e77fc3d80e1419c9e7","size":195557,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.8.0.tgz","integrity":"sha512-Qb1a5qHziNk3u8u3TULrwp9w4u5cj97S3I55+cISMRTiWtr+Q4pX7GaUykcdGuEn4Bt9pt+4BJGMECWAxXHERg=="},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.8.0_1556358568140_0.19154814988123792"},"_hasShrinkwrap":false,"publish_time":1556358568283,"_cnpm_publish_time":1556358568283,"_cnpmcore_publish_time":"2021-12-15T17:25:53.434Z","contributors":[]},"3.7.0":{"name":"bull","version":"3.7.0","description":"Job manager","main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^2.7.3","debuglog":"^1.0.0","get-port":"latest","ioredis":"^4.5.1","lodash":"^4.17.11","p-timeout":"^2.0.1","promise.prototype.finally":"^3.1.0","semver":"^5.6.0","util.promisify":"^1.0.0","uuid":"^3.2.1"},"devDependencies":{"chai":"^4.2.0","coveralls":"^3.0.0","delay":"^4.1.0","eslint":"^5.12.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^1.3.1","istanbul":"^0.4.5","lint-staged":"^8.1.0","mocha":"^5.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","p-reflect":"^1.0.0","prettier":"^1.16.1","sinon":"^7.2.3"},"scripts":{"lint":"eslint lib test","pretest":"npm run lint","test":"NODE_ENV=test mocha --exit","coveralls":"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --exit -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"engines":{"node":">= 6"},"gitHead":"b47efb65e6b5aa9e450799d6258dd0959ca27602","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.7.0","_npmVersion":"6.4.1","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"dist":{"shasum":"ec9a8721a2cfb0421c501d28553ac1f9f025414d","size":184839,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.7.0.tgz","integrity":"sha512-DHCALp+OOahK+q2hB3sZQew0CJn4W3zYIQsdMlnBCy7JYCnJ/bdj0MFHjo5k0ZhNZxzwhLErXt1yd3llV494UQ=="},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.7.0_1550182477978_0.20841487798216818"},"_hasShrinkwrap":false,"publish_time":1550182478275,"_cnpm_publish_time":1550182478275,"_cnpmcore_publish_time":"2021-12-15T17:25:54.094Z","contributors":[]},"3.6.0":{"name":"bull","version":"3.6.0","description":"Job manager","main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^2.7.3","debuglog":"^1.0.0","ioredis":"^4.5.1","lodash":"^4.17.11","p-timeout":"^2.0.1","promise.prototype.finally":"^3.1.0","semver":"^5.6.0","util.promisify":"^1.0.0","uuid":"^3.2.1"},"devDependencies":{"chai":"^4.2.0","coveralls":"^3.0.0","delay":"^4.1.0","eslint":"^5.12.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^1.3.1","istanbul":"^0.4.5","lint-staged":"^8.1.0","mocha":"^5.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","p-reflect":"^1.0.0","prettier":"^1.16.1","sinon":"^7.2.3"},"scripts":{"lint":"eslint lib test","pretest":"npm run lint","test":"NODE_ENV=test mocha --exit","coveralls":"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --exit -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"engines":{"node":">= 6"},"gitHead":"ee88d25f26a8d31cac35d687ebfbf209f6ab399f","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.6.0","_npmVersion":"6.4.1","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"dist":{"shasum":"9d137a4470d9f5a0df54801ca4390656e5054a42","size":183966,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.6.0.tgz","integrity":"sha512-705Vf3weiRr8D49/+lsPSxV/1NejhjfmVviv9qG2srIYPr7IS2euLwHa+2GNfaVDA2tmx8xyJFW9bPw3fPfHPg=="},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.6.0_1548185716684_0.26989873439158774"},"_hasShrinkwrap":false,"publish_time":1548185716820,"_cnpm_publish_time":1548185716820,"_cnpmcore_publish_time":"2021-12-15T17:25:54.992Z","contributors":[]},"3.5.3":{"name":"bull","version":"3.5.3","description":"Job manager","main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^2.5.0","debuglog":"^1.0.0","ioredis":"^4.5.1","lodash":"^4.17.11","p-timeout":"^2.0.1","promise.prototype.finally":"^3.1.0","semver":"^5.6.0","util.promisify":"^1.0.0","uuid":"^3.2.1"},"devDependencies":{"chai":"^4.2.0","coveralls":"^3.0.0","delay":"^4.1.0","eslint":"^5.12.0","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^1.3.1","istanbul":"^0.4.5","lint-staged":"^8.1.0","mocha":"^5.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.23.0","p-reflect":"^1.0.0","prettier":"^1.15.3","sinon":"^7.2.3"},"scripts":{"lint":"eslint lib test","pretest":"npm run lint","test":"NODE_ENV=test mocha --exit","coveralls":"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --exit -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"engines":{"node":">= 6"},"gitHead":"9b64f7354cafdfff5dd1123b0064686daa41558e","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.5.3","_npmVersion":"6.4.1","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"dist":{"shasum":"fb299c3c21123aa619019e7d3c2be5e6fa02a64b","size":183529,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.5.3.tgz","integrity":"sha512-dnOn90Wq8K4mQFMAxK71/GNtkcNbs9SdXCFChpkVI57QigxljmDnr0C+Opy6Khlk1zAyMxYGrWX54zqdug8AtA=="},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.5.3_1547996577543_0.42548214051320055"},"_hasShrinkwrap":false,"publish_time":1547996577681,"_cnpm_publish_time":1547996577681,"_cnpmcore_publish_time":"2021-12-15T17:25:55.541Z","contributors":[]},"3.5.2":{"name":"bull","version":"3.5.2","description":"Job manager","main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^3.5.3","cron-parser":"^2.5.0","debuglog":"^1.0.0","ioredis":"^3.1.4","lodash":"^4.17.11","semver":"^5.6.0","uuid":"^3.2.1"},"devDependencies":{"chai":"^4.0.2","coveralls":"^3.0.0","eslint":"^4.19.1","expect.js":"^0.3.1","husky":"^1.1.4","istanbul":"^0.4.5","lint-staged":"^8.0.4","mocha":"^5.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.22.1","prettier":"^1.15.2","sinon":"^5.0.7"},"scripts":{"lint":"eslint lib test","pretest":"npm run lint","test":"NODE_ENV=test mocha --exit","coveralls":"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --exit -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"eslintConfig":{"rules":{"valid-jsdoc":0,"func-style":0,"no-use-before-define":0,"camelcase":1,"no-unused-vars":1,"no-alert":1,"no-console":[2,{"allow":["warn","error"]}],"no-underscore-dangle":0}},"gitHead":"c340273738787c004eee4d9b1b746d546c795b8a","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.5.2","_npmVersion":"6.4.1","_nodeVersion":"10.13.0","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"dist":{"shasum":"9c85f205b17686efab2ee28aaa4388887360de32","size":207352,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.5.2.tgz","integrity":"sha512-tuL4Uj0kUeaQ7Cow3POkca20fk+VSsR8AiTFeNkyMmuicBnE1ZMwvF1NRDY7vIH43pD9PiMCSEP4Li/934Pw1w=="},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.5.2_1542320381617_0.18739380667265748"},"_hasShrinkwrap":false,"publish_time":1542320381796,"_cnpm_publish_time":1542320381796,"_cnpmcore_publish_time":"2021-12-15T17:25:56.132Z","contributors":[]},"3.5.1":{"name":"bull","version":"3.5.1","description":"Job manager","main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^3.5.3","cron-parser":"^2.5.0","debuglog":"^1.0.0","ioredis":"^3.1.4","lodash":"^4.17.11","semver":"^5.6.0","uuid":"^3.2.1"},"devDependencies":{"chai":"^4.0.2","coveralls":"^3.0.0","eslint":"^4.19.1","expect.js":"^0.3.1","husky":"^1.1.4","istanbul":"^0.4.5","lint-staged":"^8.0.4","mocha":"^5.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.22.1","prettier":"^1.15.2","sinon":"^5.0.7"},"scripts":{"lint":"eslint lib test","pretest":"npm run lint","test":"NODE_ENV=test mocha --exit","coveralls":"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --exit -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"eslintConfig":{"rules":{"valid-jsdoc":0,"func-style":0,"no-use-before-define":0,"camelcase":1,"no-unused-vars":1,"no-alert":1,"no-console":[2,{"allow":["warn","error"]}],"no-underscore-dangle":0}},"gitHead":"9393e3d5bf2418520d423e1f8ac612767ce53e5b","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.5.1","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"b936a1306cb7e9dc1ac9c23a0dcaf41a1370effc","size":303109,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.5.1.tgz","integrity":"sha512-stbptND5+uRmzd6gIUJlC93fikXKyrJl53HGxzyqD0ahCMeyFRlaD5kN1i+PqfZSkcHKx/kK3HOJ8knum/Yi7A=="},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.5.1_1542233796118_0.5530536257376633"},"_hasShrinkwrap":false,"publish_time":1542233796251,"_cnpm_publish_time":1542233796251,"_cnpmcore_publish_time":"2021-12-15T17:25:56.916Z","contributors":[]},"3.5.0":{"name":"bull","version":"3.5.0","description":"Job manager","main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^3.5.3","cron-parser":"^2.5.0","debuglog":"^1.0.0","ioredis":"^3.1.4","lodash":"^4.17.11","semver":"^5.6.0","uuid":"^3.2.1"},"devDependencies":{"chai":"^4.0.2","coveralls":"^3.0.0","eslint":"^4.19.1","expect.js":"^0.3.1","husky":"^1.1.4","istanbul":"^0.4.5","lint-staged":"^8.0.4","mocha":"^5.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.22.1","prettier":"^1.15.2","sinon":"^5.0.7"},"scripts":{"lint":"eslint lib test","pretest":"npm run lint","test":"NODE_ENV=test mocha --exit","coveralls":"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --exit -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"eslintConfig":{"rules":{"valid-jsdoc":0,"func-style":0,"no-use-before-define":0,"camelcase":1,"no-unused-vars":1,"no-alert":1,"no-console":[2,{"allow":["warn","error"]}],"no-underscore-dangle":0}},"gitHead":"2358e6bbd2bd2ab56144d8d3d2eac11a26502281","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.5.0","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"9818748c7500541922a5f69224ce2419b8fa42c4","size":279259,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.5.0.tgz","integrity":"sha512-U9Lu5Il6WyyMDRpwrIskNewVn8IlteJC3reGXtVNCAmXH/fQbAvpKucJNIFKNG0sY802lEgS+LaUENTd94eV+Q=="},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.5.0_1542232996991_0.1888604840769581"},"_hasShrinkwrap":false,"publish_time":1542232997116,"_cnpm_publish_time":1542232997116,"_cnpmcore_publish_time":"2021-12-15T17:25:57.480Z","contributors":[]},"3.4.8":{"name":"bull","version":"3.4.8","description":"Job manager","main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^3.5.0","cron-parser":"^2.5.0","debuglog":"^1.0.0","ioredis":"^3.1.4","lodash":"^4.17.4","semver":"^5.5.0","uuid":"^3.2.1"},"devDependencies":{"chai":"^4.0.2","coveralls":"^3.0.0","eslint":"^4.19.1","expect.js":"^0.3.1","husky":"^0.14.3","istanbul":"^0.4.5","lint-staged":"^7.1.0","mocha":"^5.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.22.1","prettier":"^1.12.1","sinon":"^5.0.7"},"scripts":{"lint":"eslint lib test","pretest":"npm run lint","test":"NODE_ENV=test mocha --exit","coveralls":"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --exit -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"eslintConfig":{"rules":{"valid-jsdoc":0,"func-style":0,"no-use-before-define":0,"camelcase":1,"no-unused-vars":1,"no-alert":1,"no-console":[2,{"allow":["warn","error"]}],"no-underscore-dangle":0}},"gitHead":"f6610fd558842069b5d9f257c6f5d91b7e96509a","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.4.8","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"bd25ae82f47e0a092c0b06b6a13b875fa5b41bc0","size":255036,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.4.8.tgz","integrity":"sha512-dO/Dxbe7gpq8hyYlQfkLFz+N7JxTLM7KlEppViOdaaq8JSq15GgQo1wARG7E223MB6Ji9u9xTRcqXi/SwVvI1Q=="},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.4.8_1535915228130_0.19145923800831333"},"_hasShrinkwrap":false,"publish_time":1535915228330,"_cnpm_publish_time":1535915228330,"_cnpmcore_publish_time":"2021-12-15T17:25:58.421Z","contributors":[]},"3.4.7":{"name":"bull","version":"3.4.7","description":"Job manager","main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^3.5.0","cron-parser":"^2.5.0","debuglog":"^1.0.0","ioredis":"^3.1.4","lodash":"^4.17.4","semver":"^5.5.0","uuid":"^3.2.1"},"devDependencies":{"chai":"^4.0.2","coveralls":"^3.0.0","eslint":"^4.19.1","expect.js":"^0.3.1","husky":"^0.14.3","istanbul":"^0.4.5","lint-staged":"^7.1.0","mocha":"^5.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.22.1","prettier":"^1.12.1","sinon":"^5.0.7"},"scripts":{"lint":"eslint lib test","pretest":"npm run lint","test":"NODE_ENV=test mocha --exit","coveralls":"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --exit -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"eslintConfig":{"rules":{"valid-jsdoc":0,"func-style":0,"no-use-before-define":0,"camelcase":1,"no-unused-vars":1,"no-alert":1,"no-console":[2,{"allow":["warn","error"]}],"no-underscore-dangle":0}},"gitHead":"1b8f1607ae52d2cc35af089bca24313d9a2ddd81","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.4.7","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"163df3358502f49ebe293de5529a1eaecce5cce7","size":255478,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.4.7.tgz","integrity":"sha512-ZWhfP7ujtrppbFppl3vmNU1QaoA4/BuqhnZsJT1NnKUkRxlxYLuTZIVdQJbb71fMNXhLdMngYS5M98OvdoZu/Q=="},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.4.7_1534364633045_0.6872807644945165"},"_hasShrinkwrap":false,"publish_time":1534364633170,"_cnpm_publish_time":1534364633170,"_cnpmcore_publish_time":"2021-12-15T17:25:59.179Z","contributors":[]},"3.4.6":{"name":"bull","version":"3.4.6","description":"Job manager","main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^3.5.0","cron-parser":"^2.5.0","debuglog":"^1.0.0","ioredis":"^3.1.4","lodash":"^4.17.4","semver":"^5.5.0","uuid":"^3.2.1"},"devDependencies":{"chai":"^4.0.2","coveralls":"^3.0.0","eslint":"^4.19.1","expect.js":"^0.3.1","husky":"^0.14.3","istanbul":"^0.4.5","lint-staged":"^7.1.0","mocha":"^5.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.22.1","prettier":"^1.12.1","sinon":"^5.0.7"},"scripts":{"lint":"eslint lib test","pretest":"npm run lint","test":"NODE_ENV=test mocha --exit","coveralls":"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --exit -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"eslintConfig":{"rules":{"valid-jsdoc":0,"func-style":0,"no-use-before-define":0,"camelcase":1,"no-unused-vars":1,"no-alert":1,"no-console":[2,{"allow":["warn","error"]}],"no-underscore-dangle":0}},"gitHead":"a5e0243a6a68cf962579ebdc7025bae9961f206c","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.4.6","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"ee1d91bb3430af07c2bc7ca88dda87eed3e58dd0","size":254880,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.4.6.tgz","integrity":"sha512-r3FpXQAwDm+lmIa86A0cGi5nmCApvuPmcGhQSn5oX56D2H1YOIql4t+vfhSYfNP6wv3lG7l+4GwxCcDv2ExzjQ=="},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.4.6_1534281610760_0.6559682185483537"},"_hasShrinkwrap":false,"publish_time":1534281610887,"_cnpm_publish_time":1534281610887,"_cnpmcore_publish_time":"2021-12-15T17:25:59.921Z","contributors":[]},"3.4.5":{"name":"bull","version":"3.4.5","description":"Job manager","main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^3.5.0","cron-parser":"^2.5.0","debuglog":"^1.0.0","ioredis":"^3.1.4","lodash":"^4.17.4","semver":"^5.5.0","uuid":"^3.2.1"},"devDependencies":{"chai":"^4.0.2","coveralls":"^3.0.0","eslint":"^4.19.1","expect.js":"^0.3.1","husky":"^0.14.3","istanbul":"^0.4.5","lint-staged":"^7.1.0","mocha":"^5.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.22.1","prettier":"^1.12.1","sinon":"^5.0.7"},"scripts":{"lint":"eslint lib test","pretest":"npm run lint","test":"NODE_ENV=test mocha --exit","coveralls":"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --exit -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"eslintConfig":{"rules":{"valid-jsdoc":0,"func-style":0,"no-use-before-define":0,"camelcase":1,"no-unused-vars":1,"no-alert":1,"no-console":[2,{"allow":["warn","error"]}],"no-underscore-dangle":0}},"gitHead":"d9ca8be4d204f01ab971da926c1174f01666d17c","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.4.5","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"525344160babf8d35add48ee60136e62a708b8ef","size":254837,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.4.5.tgz","integrity":"sha512-5dLrInyjxCly58IWdo8Kkik7IXMpWB3mW3VW/cfMXkM3q7BdF+aKMcWqWKxITcrNIRN23rtyXM+RURN8fwEDSQ=="},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.4.5_1534280053057_0.6083845001261394"},"_hasShrinkwrap":false,"publish_time":1534280053225,"_cnpm_publish_time":1534280053225,"_cnpmcore_publish_time":"2021-12-15T17:26:01.156Z","contributors":[]},"3.4.4":{"name":"bull","version":"3.4.4","description":"Job manager","main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^3.5.0","cron-parser":"^2.5.0","debuglog":"^1.0.0","ioredis":"^3.1.4","lodash":"^4.17.4","semver":"^5.5.0","uuid":"^3.2.1"},"devDependencies":{"chai":"^4.0.2","coveralls":"^3.0.0","eslint":"^4.19.1","expect.js":"^0.3.1","husky":"^0.14.3","istanbul":"^0.4.5","lint-staged":"^7.1.0","mocha":"^5.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.22.1","prettier":"^1.12.1","sinon":"^5.0.7","typescript":"^2.9.2"},"scripts":{"lint":"eslint lib test","pretest":"npm run lint","test":"NODE_ENV=test mocha --exit","coveralls":"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --exit -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"eslintConfig":{"rules":{"valid-jsdoc":0,"func-style":0,"no-use-before-define":0,"camelcase":1,"no-unused-vars":1,"no-alert":1,"no-console":[2,{"allow":["warn","error"]}],"no-underscore-dangle":0}},"gitHead":"742a86e0af0e7d829e7d9cea55b74e7f7e850938","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.4.4","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"763ca8f32cb65cd87f3bb5b83af609e4bccc43f3","size":254847,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.4.4.tgz","integrity":"sha512-44Kwpqu/8IhCIq8zrSszbvuUGpTOMp5qNWuOkTJAwQXZyYRZ0XAAEqUyFP61CULDFKQ5+m6Xs+VMvhtY73hGiA=="},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.4.4_1532282411322_0.9205788255422998"},"_hasShrinkwrap":false,"publish_time":1532282411423,"_cnpm_publish_time":1532282411423,"_cnpmcore_publish_time":"2021-12-15T17:26:02.169Z","contributors":[]},"3.4.3":{"name":"bull","version":"3.4.3","description":"Job manager","main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^3.5.0","cron-parser":"^2.5.0","debuglog":"^1.0.0","ioredis":"^3.1.4","lodash":"^4.17.4","semver":"^5.5.0","uuid":"^3.2.1"},"devDependencies":{"chai":"^4.0.2","coveralls":"^3.0.0","eslint":"^4.19.1","expect.js":"^0.3.1","husky":"^0.14.3","istanbul":"^0.4.5","lint-staged":"^7.1.0","mocha":"^5.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.22.1","prettier":"^1.12.1","sinon":"^5.0.7"},"scripts":{"lint":"eslint lib test","pretest":"npm run lint","test":"NODE_ENV=test mocha --exit","coveralls":"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"eslintConfig":{"rules":{"valid-jsdoc":0,"func-style":0,"no-use-before-define":0,"camelcase":1,"no-unused-vars":1,"no-alert":1,"no-console":[2,{"allow":["warn","error"]}],"no-underscore-dangle":0}},"gitHead":"de7340ea2a2c306e1bcf2a25abe2f60c55e3ad68","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.4.3","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"ed3e03cee7f296f8e5f55bbe29cedf43997f9cd5","size":190778,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.4.3.tgz","integrity":"sha512-KluylHw0yz0AMQ272oVpfAhdyfrS1piL0j6Dppn91mK8oCbSadm2vCpb90DZsPAEVxD7kgjA+KFivGsqBP91Fw=="},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.4.3_1531851857211_0.0992017164424781"},"_hasShrinkwrap":false,"publish_time":1531851857315,"_cnpm_publish_time":1531851857315,"_cnpmcore_publish_time":"2021-12-15T17:26:02.770Z","contributors":[]},"3.4.2":{"name":"bull","version":"3.4.2","description":"Job manager","main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^3.5.0","cron-parser":"^2.5.0","debuglog":"^1.0.0","ioredis":"^3.1.4","lodash":"^4.17.4","semver":"^5.5.0","uuid":"^3.2.1"},"devDependencies":{"chai":"^4.0.2","coveralls":"^3.0.0","eslint":"^4.19.1","expect.js":"^0.3.1","husky":"^0.14.3","istanbul":"^0.4.5","lint-staged":"^7.1.0","mocha":"^5.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.22.1","prettier":"^1.12.1","sinon":"^5.0.7","wtfnode":"^0.6.0"},"scripts":{"lint":"eslint lib test","pretest":"npm run lint","test":"NODE_ENV=test wtfnode ./node_modules/.bin/_mocha --exit","coveralls":"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"eslintConfig":{"rules":{"valid-jsdoc":0,"func-style":0,"no-use-before-define":0,"camelcase":1,"no-unused-vars":1,"no-alert":1,"no-console":[2,{"allow":["warn","error"]}],"no-underscore-dangle":0}},"gitHead":"8aec49a93874e0fa191f762501028db40aa45a6e","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.4.2","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"563e033d09f9cc0865d24e635deab9224e370cab","size":195529,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.4.2.tgz","integrity":"sha512-TKQDgwO0xCH/uKPVa9j4CMPBtX7M2bLcfvlGuuKmDeLfykx2uGgKEJi58+Ak7kleTcjSbj2OaRNdrRQBCbYaRQ=="},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.4.2_1526314983924_0.10675549381061855"},"_hasShrinkwrap":false,"publish_time":1526314983994,"_cnpm_publish_time":1526314983994,"_cnpmcore_publish_time":"2021-12-15T17:26:03.519Z","contributors":[]},"3.4.1":{"name":"bull","version":"3.4.1","description":"Job manager","main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^3.5.0","cron-parser":"^2.4.1","debuglog":"^1.0.0","ioredis":"^3.1.4","lodash":"^4.17.4","semver":"^5.5.0","uuid":"^3.2.1"},"devDependencies":{"chai":"^4.0.2","coveralls":"^3.0.0","eslint":"^4.19.1","expect.js":"^0.3.1","husky":"^0.14.3","istanbul":"^0.4.5","lint-staged":"^6.1.0","mocha":"^3.4.2","mocha-lcov-reporter":"^1.3.0","moment":"^2.22.1","prettier":"^1.12.1","sinon":"^1.17.7"},"scripts":{"lint":"eslint lib test","pretest":"npm run lint","test":"NODE_ENV=test mocha","coveralls":"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"eslintConfig":{"rules":{"valid-jsdoc":0,"func-style":0,"no-use-before-define":0,"camelcase":1,"no-unused-vars":1,"no-alert":1,"no-console":[2,{"allow":["warn","error"]}],"no-underscore-dangle":0}},"gitHead":"7337a20a49e6b40d123c2f92339312804f79dc0f","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.4.1","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"5b475bf853a43331aa032478c54a42e0ab7440fd","size":181713,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.4.1.tgz","integrity":"sha512-CCPYB24zZzmx0swsAWdm1PuOGkFuDthQUM02xC60S/YKsNs/tmIIB6D4tbGvzsFAobGuVuaZQC30c9xpuS6Rpw=="},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.4.1_1524599436493_0.023395008153076935"},"_hasShrinkwrap":false,"publish_time":1524599436635,"_cnpm_publish_time":1524599436635,"_cnpmcore_publish_time":"2021-12-15T17:26:04.383Z","contributors":[]},"3.4.0":{"name":"bull","version":"3.4.0","description":"Job manager","main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^3.5.0","cron-parser":"^2.4.1","debuglog":"^1.0.0","ioredis":"^3.1.4","lodash":"^4.17.4","semver":"^5.5.0","uuid":"^3.2.1"},"devDependencies":{"chai":"^4.0.2","coveralls":"^3.0.0","eslint":"^4.19.1","expect.js":"^0.3.1","husky":"^0.14.3","istanbul":"^0.4.5","lint-staged":"^6.1.0","mocha":"^3.4.2","mocha-lcov-reporter":"^1.3.0","moment":"^2.22.1","prettier":"^1.12.1","sinon":"^1.17.7"},"scripts":{"lint":"eslint lib test","pretest":"npm run lint","test":"NODE_ENV=test mocha","coveralls":"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"eslintConfig":{"rules":{"valid-jsdoc":0,"func-style":0,"no-use-before-define":0,"camelcase":1,"no-unused-vars":1,"no-alert":1,"no-console":[2,{"allow":["warn","error"]}],"no-underscore-dangle":0}},"gitHead":"5527066f66f4bdbd5256269bca438db527fd2cb9","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.4.0","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"ca6b874720377935c51658026871ad0c4774c75f","size":181670,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.4.0.tgz","integrity":"sha512-zzafw5RqUTjq/pVILhcMonw8cL4XEfsflKFuYNWVId0mrdSzmOosl+sTnrm0iQnLejJ+C/baOp+e1ogPYZSX3A=="},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.4.0_1524407270412_0.5476687310942479"},"_hasShrinkwrap":false,"publish_time":1524407270483,"_cnpm_publish_time":1524407270483,"_cnpmcore_publish_time":"2021-12-15T17:26:05.041Z","contributors":[]},"3.3.10":{"name":"bull","version":"3.3.10","description":"Job manager","main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^3.5.0","cron-parser":"^2.4.1","debuglog":"^1.0.0","ioredis":"^3.1.4","lodash":"^4.17.4","semver":"^5.4.1","uuid":"^3.1.0"},"devDependencies":{"chai":"^4.0.2","coveralls":"^3.0.0","eslint":"^4.4.1","expect.js":"^0.3.1","husky":"^0.14.3","istanbul":"^0.4.5","lint-staged":"^6.1.0","mocha":"^3.4.2","mocha-lcov-reporter":"^1.3.0","moment":"^2.18.1","prettier":"^1.10.2","sinon":"^1.17.7"},"scripts":{"lint":"eslint lib test","pretest":"npm run lint","test":"NODE_ENV=test mocha","coveralls":"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"eslintConfig":{"rules":{"valid-jsdoc":0,"func-style":0,"no-use-before-define":0,"camelcase":1,"no-unused-vars":1,"no-alert":1,"no-console":[2,{"allow":["warn","error"]}],"no-underscore-dangle":0}},"gitHead":"f1a725fb70f4ace914ccb44f136cbbfffb91afa2","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.3.10","_npmVersion":"5.3.0","_nodeVersion":"8.5.0","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"32e76281902070b4720bc37b3793f09db635f646","size":181576,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.3.10.tgz","integrity":"sha512-bO1w83BONVTE3Rb10e0wPf11lXH1fGFNGmZH4Ys9jR7jGN4qmTNo7odxm7ELhjKXofjiFLWZFuTdONCs8kV8ug=="},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_3.3.10_1519036333017_0.9903954163084345"},"_hasShrinkwrap":false,"publish_time":1519036333145,"_cnpm_publish_time":1519036333145,"_cnpmcore_publish_time":"2021-12-15T17:26:05.847Z","contributors":[]},"3.3.9":{"name":"bull","version":"3.3.9","description":"Job manager","main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^3.5.0","cron-parser":"^2.4.1","debuglog":"^1.0.0","ioredis":"^3.1.4","lodash":"^4.17.4","semver":"^5.4.1","uuid":"^3.1.0"},"devDependencies":{"chai":"^4.0.2","coveralls":"^3.0.0","eslint":"^4.4.1","expect.js":"^0.3.1","istanbul":"^0.4.5","mocha":"^3.4.2","mocha-lcov-reporter":"^1.3.0","moment":"^2.18.1","sinon":"^1.17.7"},"scripts":{"lint":"eslint lib test","pretest":"npm run lint","test":"NODE_ENV=test mocha","coveralls":"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage","postpublish":"git push && git push --tags"},"eslintConfig":{"rules":{"indent":[2,2,{"SwitchCase":1}],"semi":2,"valid-jsdoc":0,"func-style":0,"no-use-before-define":0,"camelcase":1,"no-unused-vars":1,"no-alert":1,"no-console":[2,{"allow":["warn","error"]}],"quotes":[2,"single"],"no-underscore-dangle":0}},"gitHead":"1ea86cb47eccaeaf17e68e71737083144365d808","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.3.9","_npmVersion":"5.6.0","_nodeVersion":"8.5.0","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"3e0389cea088aac073834c21bb05aafb82b07439","size":177455,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.3.9.tgz","integrity":"sha512-Y+OWSYpeO2pVFCjJi4ctpHeGFv96d23uAZxhnr5+SlfBLGua+QAzNWEQlkDOkCscsjH6WSVndiWqFUJrGsYLVA=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull-3.3.9.tgz_1517173649399_0.22915833164006472"},"directories":{},"publish_time":1517173650847,"_hasShrinkwrap":false,"_cnpm_publish_time":1517173650847,"_cnpmcore_publish_time":"2021-12-15T17:26:06.582Z","contributors":[]},"3.3.8":{"name":"bull","version":"3.3.8","description":"Job manager","main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^3.5.0","cron-parser":"^2.4.1","debuglog":"^1.0.0","ioredis":"^3.1.4","lodash":"^4.17.4","semver":"^5.4.1","uuid":"^3.1.0"},"devDependencies":{"chai":"^4.0.2","coveralls":"^3.0.0","eslint":"^4.4.1","expect.js":"^0.3.1","istanbul":"^0.4.5","mocha":"^3.4.2","mocha-lcov-reporter":"^1.3.0","moment":"^2.18.1","sinon":"^1.17.7"},"scripts":{"lint":"eslint lib test","pretest":"npm run lint","test":"NODE_ENV=test mocha","coveralls":"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage","postpublish":"git push && git push --tags"},"eslintConfig":{"rules":{"indent":[2,2,{"SwitchCase":1}],"semi":2,"valid-jsdoc":0,"func-style":0,"no-use-before-define":0,"camelcase":1,"no-unused-vars":1,"no-alert":1,"no-console":[2,{"allow":["warn","error"]}],"quotes":[2,"single"],"no-underscore-dangle":0}},"gitHead":"03f751b1fb6ca03915e83e36059bc8af7996b95b","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.3.8","_npmVersion":"5.3.0","_nodeVersion":"8.5.0","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"27d091fa804f1d456c523fc7ff642df0b533be8a","size":174034,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.3.8.tgz","integrity":"sha512-KloM8xtCb+bR102NOgU9R+pr/FibKuBLzpraYeqRAsS3aah398jwOyMmDs4aOqtq7YcRCI0HXSn7lz4UyIDHUQ=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull-3.3.8.tgz_1515284033518_0.8693873493466526"},"directories":{},"publish_time":1515284035034,"_hasShrinkwrap":false,"_cnpm_publish_time":1515284035034,"_cnpmcore_publish_time":"2021-12-15T17:26:07.596Z","contributors":[]},"3.3.7":{"name":"bull","version":"3.3.7","description":"Job manager","main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^3.5.0","cron-parser":"^2.4.1","debuglog":"^1.0.0","ioredis":"^3.1.4","lodash":"^4.17.4","semver":"^5.4.1","uuid":"^3.1.0"},"devDependencies":{"chai":"^4.0.2","coveralls":"^3.0.0","eslint":"^4.4.1","expect.js":"^0.3.1","istanbul":"^0.4.5","mocha":"^3.4.2","mocha-lcov-reporter":"^1.3.0","moment":"^2.18.1","sinon":"^1.17.7"},"scripts":{"lint":"eslint lib test","pretest":"npm run lint","test":"NODE_ENV=test mocha","coveralls":"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage","postpublish":"git push && git push --tags"},"eslintConfig":{"rules":{"indent":[2,2,{"SwitchCase":1}],"semi":2,"valid-jsdoc":0,"func-style":0,"no-use-before-define":0,"camelcase":1,"no-unused-vars":1,"no-alert":1,"no-console":[2,{"allow":["warn","error"]}],"quotes":[2,"single"],"no-underscore-dangle":0}},"gitHead":"5fcd4b7e5358d3b0a04f02bfae8f70e9df555e2e","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.3.7","_npmVersion":"5.3.0","_nodeVersion":"8.5.0","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"d8075830134dab28b075bd0bcd2aa5144a5c4218","size":174070,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.3.7.tgz","integrity":"sha512-RwCNxRGDqAIQmUxXdDaReDvmVeF7H3hUlI9uG4iyAThUlSdeMuDIbCxKxLGqAH0YL3a3YDicygZPWHFIc9BgIQ=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull-3.3.7.tgz_1512467213343_0.887528229271993"},"directories":{},"publish_time":1512467213444,"_hasShrinkwrap":false,"_cnpm_publish_time":1512467213444,"_cnpmcore_publish_time":"2021-12-15T17:26:08.373Z","contributors":[]},"3.3.6":{"name":"bull","version":"3.3.6","description":"Job manager","main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^3.5.0","cron-parser":"^2.4.1","debuglog":"^1.0.0","ioredis":"^3.1.4","lodash":"^4.17.4","semver":"^5.4.1","uuid":"^3.1.0"},"devDependencies":{"chai":"^4.0.2","coveralls":"^3.0.0","eslint":"^4.4.1","expect.js":"^0.3.1","istanbul":"^0.4.5","mocha":"^3.4.2","mocha-lcov-reporter":"^1.3.0","moment":"^2.18.1","sinon":"^1.17.7"},"scripts":{"lint":"eslint lib test","pretest":"npm run lint","test":"NODE_ENV=test mocha","coveralls":"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage","postpublish":"git push && git push --tags"},"eslintConfig":{"rules":{"indent":[2,2,{"SwitchCase":1}],"semi":2,"valid-jsdoc":0,"func-style":0,"no-use-before-define":0,"camelcase":1,"no-unused-vars":1,"no-alert":1,"no-console":[2,{"allow":["warn","error"]}],"quotes":[2,"single"],"no-underscore-dangle":0}},"gitHead":"133ab634718af784c93e6c8a9da95d9fea55bddd","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.3.6","_shasum":"d622add5c434af1612e3197f62c89270a8fe1449","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.3","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"d622add5c434af1612e3197f62c89270a8fe1449","size":173496,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.3.6.tgz","integrity":"sha512-fuubEPMnpVXlUlMHNhw91vb8iTiyeGRSXDLfi3BM/9vBpFtmjRhnuYA6i2w7QOpMhX59EDtahWo7sVduOOA78g=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull-3.3.6.tgz_1510261214435_0.6952207521535456"},"directories":{},"publish_time":1510261214522,"_hasShrinkwrap":false,"_cnpm_publish_time":1510261214522,"_cnpmcore_publish_time":"2021-12-15T17:26:09.107Z","contributors":[]},"3.3.5":{"name":"bull","version":"3.3.5","description":"Job manager","main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^3.5.0","cron-parser":"^2.4.1","debuglog":"^1.0.0","ioredis":"^3.1.4","lodash":"^4.17.4","semver":"^5.4.1","uuid":"^3.1.0"},"devDependencies":{"chai":"^4.0.2","coveralls":"^3.0.0","eslint":"^4.4.1","expect.js":"^0.3.1","istanbul":"^0.4.5","mocha":"^3.4.2","mocha-lcov-reporter":"^1.3.0","moment":"^2.18.1","sinon":"^1.17.7"},"scripts":{"lint":"eslint lib test","pretest":"npm run lint","test":"NODE_ENV=test mocha","coveralls":"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage","postpublish":"git push && git push --tags"},"eslintConfig":{"rules":{"indent":[2,2,{"SwitchCase":1}],"semi":2,"valid-jsdoc":0,"func-style":0,"no-use-before-define":0,"camelcase":1,"no-unused-vars":1,"no-alert":1,"no-console":[2,{"allow":["warn","error"]}],"quotes":[2,"single"],"no-underscore-dangle":0}},"gitHead":"8904fd8d8c11159efe691c85cbfb7cca6b91aacb","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.3.5","_npmVersion":"5.3.0","_nodeVersion":"8.5.0","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"34e992f111a53665e84657d711487d61446317cf","size":172925,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.3.5.tgz","integrity":"sha512-ZdrS6BO3ebh4gR/IsghBFzQ4zvKAU9dCcUKd44dS972tKzPjfFzfdnCR1gxyrNy79ycs/4SsLEWIJoN/8NjDfQ=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull-3.3.5.tgz_1509140948672_0.04229885875247419"},"directories":{},"publish_time":1509140950026,"_hasShrinkwrap":false,"_cnpm_publish_time":1509140950026,"_cnpmcore_publish_time":"2021-12-15T17:26:09.694Z","contributors":[]},"3.3.4":{"name":"bull","version":"3.3.4","description":"Job manager","main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^3.5.0","cron-parser":"^2.4.1","debuglog":"^1.0.0","ioredis":"^3.1.4","lodash":"^4.17.4","semver":"^5.4.1","uuid":"^3.1.0"},"devDependencies":{"chai":"^4.0.2","coveralls":"^3.0.0","eslint":"^4.4.1","expect.js":"^0.3.1","istanbul":"^0.4.5","mocha":"^3.4.2","mocha-lcov-reporter":"^1.3.0","moment":"^2.18.1","sinon":"^1.17.7"},"scripts":{"lint":"eslint lib test","pretest":"npm run lint","test":"NODE_ENV=test mocha","coveralls":"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage","postpublish":"git push && git push --tags"},"eslintConfig":{"rules":{"indent":[2,2,{"SwitchCase":1}],"semi":2,"valid-jsdoc":0,"func-style":0,"no-use-before-define":0,"camelcase":1,"no-unused-vars":1,"no-alert":1,"no-console":[2,{"allow":["warn","error"]}],"quotes":[2,"single"],"no-underscore-dangle":0}},"gitHead":"fad548b4e4ca71607375d119f3dc620dada65c92","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.3.4","_shasum":"6157dc6d7c43c5320949da876dbe8114dfb518d7","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.3","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"6157dc6d7c43c5320949da876dbe8114dfb518d7","size":172900,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.3.4.tgz","integrity":"sha512-f1V/sAn4w9eIzVZ5HdDkhKjKSE0wJzgo7Yx7WLezsFsge4Df8siPTKk7o2E5HxFV/dBY5OluH2fX4CDK606QGQ=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull-3.3.4.tgz_1508870450941_0.5897936965338886"},"directories":{},"publish_time":1508870452402,"_hasShrinkwrap":false,"_cnpm_publish_time":1508870452402,"_cnpmcore_publish_time":"2021-12-15T17:26:10.255Z","contributors":[]},"3.3.3":{"name":"bull","version":"3.3.3","description":"Job manager","main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^3.5.0","cron-parser":"^2.4.1","debuglog":"^1.0.0","ioredis":"^3.1.4","lodash":"^4.17.4","semver":"^5.4.1","uuid":"^3.1.0"},"devDependencies":{"chai":"^4.0.2","coveralls":"^3.0.0","eslint":"^4.4.1","expect.js":"^0.3.1","istanbul":"^0.4.5","mocha":"^3.4.2","mocha-lcov-reporter":"^1.3.0","moment":"^2.18.1","sinon":"^1.17.7"},"scripts":{"lint":"eslint lib test","pretest":"npm run lint","test":"NODE_ENV=test mocha","coveralls":"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage","postpublish":"git push && git push --tags"},"eslintConfig":{"rules":{"indent":[2,2,{"SwitchCase":1}],"semi":2,"valid-jsdoc":0,"func-style":0,"no-use-before-define":0,"camelcase":1,"no-unused-vars":1,"no-alert":1,"no-console":[2,{"allow":["warn","error"]}],"quotes":[2,"single"],"no-underscore-dangle":0}},"gitHead":"7283df54acfa756704041c954f40814bea988d97","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.3.3","_npmVersion":"5.4.2","_nodeVersion":"8.5.0","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"c595f6835c2a7fca8a1e6f55cd413954e8a2970e","size":154919,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.3.3.tgz","integrity":"sha512-3a4OdscnSl5dJbnc3sIk0Z9chOOSKxW8obuFN3AbmNNT+tml6ntNCArekP+8CPgdFkD95YK2+Nk0v2GIOzfhiA=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull-3.3.3.tgz_1508743711571_0.9483370780944824"},"directories":{},"publish_time":1508743712941,"_hasShrinkwrap":false,"_cnpm_publish_time":1508743712941,"_cnpmcore_publish_time":"2021-12-15T17:26:10.702Z","contributors":[]},"3.3.2":{"name":"bull","version":"3.3.2","description":"Job manager","main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^3.5.0","cron-parser":"^2.4.1","debuglog":"^1.0.0","ioredis":"^3.1.4","lodash":"^4.17.4","semver":"^5.4.1","uuid":"^3.1.0"},"devDependencies":{"chai":"^4.0.2","coveralls":"^2.13.1","eslint":"^4.4.1","expect.js":"^0.3.1","istanbul":"^0.4.5","mocha":"^3.4.2","mocha-lcov-reporter":"^1.3.0","moment":"^2.18.1","sinon":"^1.17.7"},"scripts":{"lint":"eslint lib test","pretest":"npm run lint","test":"NODE_ENV=test mocha","coveralls":"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage","postpublish":"git push && git push --tags"},"eslintConfig":{"rules":{"indent":[2,2,{"SwitchCase":1}],"semi":2,"valid-jsdoc":0,"func-style":0,"no-use-before-define":0,"camelcase":1,"no-unused-vars":1,"no-alert":1,"no-console":[2,{"allow":["warn","error"]}],"quotes":[2,"single"],"no-underscore-dangle":0}},"gitHead":"de329e5874e2f185f074b1465d7d700712b155a5","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.3.2","_npmVersion":"5.4.2","_nodeVersion":"8.5.0","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"e362334c6157af0b0eae370fe7d7b3a834da5299","size":154544,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.3.2.tgz","integrity":"sha512-YL08O7dE1U78iFpmY17OZasY6jQ/A4HMrOMC9BWxslLd/H/OpEpaEpVodI38V21odlYbpq5S5wwRACGXEZRegg=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull-3.3.2.tgz_1508310893657_0.21163704711943865"},"directories":{},"publish_time":1508310895054,"_hasShrinkwrap":false,"_cnpm_publish_time":1508310895054,"_cnpmcore_publish_time":"2021-12-15T17:26:11.279Z","contributors":[]},"3.3.1":{"name":"bull","version":"3.3.1","description":"Job manager","main":"./lib/queue","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^3.5.0","cron-parser":"^2.4.1","debuglog":"^1.0.0","ioredis":"^3.1.4","lodash":"^4.17.4","semver":"^5.4.1","uuid":"^3.1.0"},"devDependencies":{"chai":"^4.0.2","coveralls":"^2.13.1","eslint":"^4.4.1","expect.js":"^0.3.1","istanbul":"^0.4.5","mocha":"^3.4.2","mocha-lcov-reporter":"^1.3.0","moment":"^2.18.1","sinon":"^1.17.7"},"scripts":{"lint":"eslint lib test","pretest":"npm run lint","test":"NODE_ENV=test mocha","coveralls":"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage","postpublish":"git push && git push --tags"},"eslintConfig":{"rules":{"indent":[2,2,{"SwitchCase":1}],"semi":2,"valid-jsdoc":0,"func-style":0,"no-use-before-define":0,"camelcase":1,"no-unused-vars":1,"no-alert":1,"no-console":[2,{"allow":["warn","error"]}],"quotes":[2,"single"],"no-underscore-dangle":0}},"gitHead":"114ddc5ba2c7b885e63698215babc94db20a38ea","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.3.1","_npmVersion":"5.4.2","_nodeVersion":"8.5.0","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"6a15daf08ccfd5bf0e543eeb4544323157c0e1db","size":154313,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.3.1.tgz","integrity":"sha512-vWryTmq/BZYGaTubefgS+lfg6EcCOQaD9kv2ixXGAlXPRWtAHjeJRMseDjuhNN0wJzCfEF0e4kM8iifUExX8mw=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull-3.3.1.tgz_1507482631851_0.27263550995849073"},"directories":{},"publish_time":1507482633140,"_hasShrinkwrap":false,"_cnpm_publish_time":1507482633140,"_cnpmcore_publish_time":"2021-12-15T17:26:11.992Z","contributors":[]},"3.3.0":{"name":"bull","version":"3.3.0","description":"Job manager","main":"./lib/queue","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^3.5.0","cron-parser":"^2.4.1","debuglog":"^1.0.0","ioredis":"^3.1.4","lodash":"^4.17.4","semver":"^5.4.1","uuid":"^3.1.0"},"devDependencies":{"chai":"^4.0.2","coveralls":"^2.13.1","eslint":"^4.4.1","expect.js":"^0.3.1","istanbul":"^0.4.5","mocha":"^3.4.2","mocha-lcov-reporter":"^1.3.0","moment":"^2.18.1","sinon":"^1.17.7"},"scripts":{"lint":"eslint lib test","pretest":"npm run lint","test":"NODE_ENV=test mocha","coveralls":"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage","postpublish":"git push && git push --tags"},"eslintConfig":{"rules":{"indent":[2,2,{"SwitchCase":1}],"semi":2,"valid-jsdoc":0,"func-style":0,"no-use-before-define":0,"camelcase":1,"no-unused-vars":1,"no-alert":1,"no-console":[2,{"allow":["warn","error"]}],"quotes":[2,"single"],"no-underscore-dangle":0}},"gitHead":"dc6a1f531d6565d164f9792a8001f85e69142adb","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.3.0","_npmVersion":"5.4.2","_nodeVersion":"8.5.0","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"79fc48f0ab6c63cc10fc053adfec4ddcbbc5dd44","size":151741,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.3.0.tgz","integrity":"sha512-0i7Nk4tZ3FPcSNjC6gjcEB4UStriX+ykTeXzj7Xf3Tupvel6VZKUZ2jPMuRmMMV8sNAtZxToxfuJy+IoCg0JSg=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull-3.3.0.tgz_1507411734627_0.29928456363268197"},"directories":{},"publish_time":1507411736500,"_hasShrinkwrap":false,"_cnpm_publish_time":1507411736500,"_cnpmcore_publish_time":"2021-12-15T17:26:12.509Z","contributors":[]},"3.2.0":{"name":"bull","version":"3.2.0","description":"Job manager","main":"./lib/queue","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^3.5.0","cron-parser":"^2.4.1","debuglog":"^1.0.0","ioredis":"^3.1.4","lodash":"^4.17.4","semver":"^5.4.1","uuid":"^3.1.0"},"devDependencies":{"chai":"^4.0.2","coveralls":"^2.13.1","eslint":"^4.4.1","expect.js":"^0.3.1","istanbul":"^0.4.5","mocha":"^3.4.2","mocha-lcov-reporter":"^1.3.0","moment":"^2.18.1","sinon":"^1.17.7"},"scripts":{"lint":"eslint lib test","pretest":"npm run lint","test":"NODE_ENV=test mocha","coveralls":"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage","postpublish":"git push && git push --tags"},"eslintConfig":{"rules":{"indent":[2,2,{"SwitchCase":1}],"semi":2,"valid-jsdoc":0,"func-style":0,"no-use-before-define":0,"camelcase":1,"no-unused-vars":1,"no-alert":1,"no-console":[2,{"allow":["warn","error"]}],"quotes":[2,"single"],"no-underscore-dangle":0}},"gitHead":"2a022aefabb29e511ca99f27fd6f050ebbebff6b","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.2.0","_shasum":"4fd186c4dba46ceb1743108042abe4013a3dd036","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.0","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"4fd186c4dba46ceb1743108042abe4013a3dd036","size":152381,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.2.0.tgz","integrity":"sha512-zIaXpumkw7Bptp0SkBDyX+Eu51lmH+/KoSkDBq4I1+EejhtSBIUB6lo4VOBFTXkARf0rcGuirswCQe6QbJ0hyg=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull-3.2.0.tgz_1505197893511_0.5666651022620499"},"directories":{},"publish_time":1505197894942,"_hasShrinkwrap":false,"_cnpm_publish_time":1505197894942,"_cnpmcore_publish_time":"2021-12-15T17:26:13.348Z","contributors":[]},"3.1.0":{"name":"bull","version":"3.1.0","description":"Job manager","main":"./lib/queue","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^3.5.0","cron-parser":"^2.4.1","debuglog":"^1.0.0","ioredis":"^3.1.4","lodash":"^4.17.4","semver":"^5.4.1","uuid":"^3.1.0"},"devDependencies":{"chai":"^4.0.2","coveralls":"^2.13.1","eslint":"^4.4.1","expect.js":"^0.3.1","istanbul":"^0.4.5","mocha":"^3.4.2","mocha-lcov-reporter":"^1.3.0","moment":"^2.18.1","sinon":"^1.17.7"},"scripts":{"lint":"eslint lib test","pretest":"npm run lint","test":"NODE_ENV=test mocha","coveralls":"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage","postpublish":"git push && git push --tags"},"eslintConfig":{"rules":{"indent":[2,2,{"SwitchCase":1}],"semi":2,"valid-jsdoc":0,"func-style":0,"no-use-before-define":0,"camelcase":1,"no-unused-vars":1,"no-alert":1,"no-console":[2,{"allow":["warn","error"]}],"quotes":[2,"single"],"no-underscore-dangle":0}},"gitHead":"038bf719664cde33e64a8babd7f9f47b2a56f5ac","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.1.0","_shasum":"5cdf4ee8b9b72c17c5b257d745f62479c40ca016","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.0","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"5cdf4ee8b9b72c17c5b257d745f62479c40ca016","size":150363,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.1.0.tgz","integrity":"sha512-JvnlnxXL6gilO1cwWvOu4qKeBDp+n1d/KNPpn1v/7h3MtMikec/ODj3c50xKx6YSJB35dQAOfGeLArlylbgCvQ=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull-3.1.0.tgz_1504557586993_0.5723398309201002"},"directories":{},"publish_time":1504557588376,"_hasShrinkwrap":false,"_cnpm_publish_time":1504557588376,"_cnpmcore_publish_time":"2021-12-15T17:26:13.843Z","contributors":[]},"3.0.0":{"name":"bull","version":"3.0.0","description":"Job manager","main":"./lib/queue","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^3.5.0","cron-parser":"^2.4.1","debuglog":"^1.0.0","ioredis":"^3.1.4","lodash":"^4.17.4","semver":"^5.4.1","uuid":"^3.1.0"},"devDependencies":{"chai":"^4.0.2","coveralls":"^2.13.1","eslint":"^2.13.1","expect.js":"^0.3.1","istanbul":"^0.4.5","mocha":"^3.4.2","mocha-lcov-reporter":"^1.3.0","moment":"^2.18.1","sinon":"^1.17.7"},"scripts":{"lint":"eslint lib test","pretest":"npm run lint","test":"NODE_ENV=test mocha","coveralls":"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage","postpublish":"git push && git push --tags"},"eslintConfig":{"rules":{"indent":[2,2,{"SwitchCase":1}],"semi":2,"valid-jsdoc":0,"func-style":0,"no-use-before-define":0,"camelcase":1,"no-unused-vars":1,"no-alert":1,"no-console":[2,{"allow":["warn","error"]}],"quotes":[2,"single"],"no-underscore-dangle":0}},"gitHead":"47eae287ce6bf226bc282760cad2e5487b557b3c","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.0.0","_shasum":"39e76f9b3942dfe5d4209ab49e141ecd837d9430","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.0","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"39e76f9b3942dfe5d4209ab49e141ecd837d9430","size":149454,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.0.0.tgz","integrity":"sha512-XhpuJeBCCwO1raACT7EP2pJABlIVq5fy9rMd9p6d5Y/CZ4jLm38C+L1H7GEtVltgxzEVU8Opj23Ht7DHqiqxSQ=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull-3.0.0.tgz_1504078673561_0.12144121760502458"},"directories":{},"publish_time":1504078675029,"_hasShrinkwrap":false,"_cnpm_publish_time":1504078675029,"_cnpmcore_publish_time":"2021-12-15T17:26:14.826Z","contributors":[]},"3.0.0-rc.10":{"name":"bull","version":"3.0.0-rc.10","description":"Job manager","main":"./lib/queue","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^3.5.0","cron-parser":"^2.4.1","debuglog":"^1.0.0","ioredis":"^3.1.4","lodash":"^4.17.4","semver":"^5.4.1","uuid":"^3.1.0"},"devDependencies":{"chai":"^4.0.2","coveralls":"^2.13.1","eslint":"^2.13.1","expect.js":"^0.3.1","istanbul":"^0.4.5","mocha":"^3.4.2","mocha-lcov-reporter":"^1.3.0","moment":"^2.18.1","sinon":"^1.17.7"},"scripts":{"lint":"eslint lib test","pretest":"npm run lint","test":"NODE_ENV=test mocha","coveralls":"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage","postpublish":"git push && git push --tags"},"eslintConfig":{"rules":{"indent":[2,2,{"SwitchCase":1}],"semi":2,"valid-jsdoc":0,"func-style":0,"no-use-before-define":0,"camelcase":1,"no-unused-vars":1,"no-alert":1,"no-console":[2,{"allow":["warn","error"]}],"quotes":[2,"single"],"no-underscore-dangle":0}},"gitHead":"15ca8eebc501c80050f4027f18fc1bcf42f2c2c7","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.0.0-rc.10","_shasum":"d68833fea436fd94dd364aa003b97306e4c536fa","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.0","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"d68833fea436fd94dd364aa003b97306e4c536fa","size":149253,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.0.0-rc.10.tgz","integrity":"sha512-p5/Ftz26IUKCMrXPMLLwo2i0Mef+cVqGI3meHZO/d9uF6NG6bm1w9EKM7OBpv0ZVRtcpFV/rE8BCV6GLj5/Vxw=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull-3.0.0-rc.10.tgz_1504000502135_0.011722751194611192"},"directories":{},"publish_time":1504000503543,"_hasShrinkwrap":false,"_cnpm_publish_time":1504000503543,"_cnpmcore_publish_time":"2021-12-15T17:26:15.276Z","contributors":[]},"3.0.0-rc.9":{"name":"bull","version":"3.0.0-rc.9","description":"Job manager","main":"./lib/queue","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^3.5.0","cron-parser":"^2.4.1","debuglog":"^1.0.0","ioredis":"^3.1.4","lodash":"^4.17.4","semver":"^5.4.1","uuid":"^3.1.0"},"devDependencies":{"chai":"^4.0.2","coveralls":"^2.13.1","eslint":"^2.13.1","expect.js":"^0.3.1","istanbul":"^0.4.5","mocha":"^3.4.2","mocha-lcov-reporter":"^1.3.0","sinon":"^1.17.7"},"scripts":{"lint":"eslint lib test","pretest":"npm run lint","test":"mocha","coveralls":"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage","postpublish":"git push && git push --tags"},"eslintConfig":{"rules":{"indent":[2,2,{"SwitchCase":1}],"semi":2,"valid-jsdoc":0,"func-style":0,"no-use-before-define":0,"camelcase":1,"no-unused-vars":1,"no-alert":1,"no-console":[2,{"allow":["warn","error"]}],"quotes":[2,"single"],"no-underscore-dangle":0}},"gitHead":"0c30223fd167b00260302b9c2e5a75037866b1c0","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.0.0-rc.9","_shasum":"f3a2438a190f323486c0e0559fa2164f218cbe0f","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.0","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"f3a2438a190f323486c0e0559fa2164f218cbe0f","size":148936,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.0.0-rc.9.tgz","integrity":"sha512-DxQC2Y75RWIeNDbOFAXdBpWohkE8djG3ctJ4XtB9oEefybdUWpHX1RY/zQZnAguO28f9h+YNiwjbj/ybm0pZ6w=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull-3.0.0-rc.9.tgz_1503570129629_0.6599776255898178"},"directories":{},"publish_time":1503570130996,"_hasShrinkwrap":false,"_cnpm_publish_time":1503570130996,"_cnpmcore_publish_time":"2021-12-15T17:26:15.818Z","contributors":[]},"3.0.0-rc.8":{"name":"bull","version":"3.0.0-rc.8","description":"Job manager","main":"./lib/queue","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^3.5.0","cron-parser":"^2.4.1","debuglog":"^1.0.0","ioredis":"^3.1.4","lodash":"^4.17.4","semver":"^5.4.1","uuid":"^3.1.0"},"devDependencies":{"chai":"^4.0.2","coveralls":"^2.13.1","eslint":"^2.13.1","expect.js":"^0.3.1","istanbul":"^0.4.5","mocha":"^3.4.2","mocha-lcov-reporter":"^1.3.0","sinon":"^1.17.7"},"scripts":{"lint":"eslint lib test","pretest":"npm run lint","test":"mocha","coveralls":"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage","postpublish":"git push && git push --tags"},"eslintConfig":{"rules":{"indent":[2,2,{"SwitchCase":1}],"semi":2,"valid-jsdoc":0,"func-style":0,"no-use-before-define":0,"camelcase":1,"no-unused-vars":1,"no-alert":1,"no-console":[2,{"allow":["warn","error"]}],"quotes":[2,"single"],"no-underscore-dangle":0}},"gitHead":"236e2802ce3a3babc5839881c3a9b9c21753bde7","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.0.0-rc.8","_shasum":"886e03b93b13e6a61d38070d243e7e824d29103d","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.0","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"886e03b93b13e6a61d38070d243e7e824d29103d","size":149165,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.0.0-rc.8.tgz","integrity":"sha512-ce6XwHO6+Uu0E8DqvPaBTrUQDzBjwVGUGsZ2AqeuCpf957pCbbDchqn6b41nPzsdVBhY6s67lp2ItIlpWycvTQ=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull-3.0.0-rc.8.tgz_1503477186342_0.9552346281707287"},"directories":{},"publish_time":1503477188199,"_hasShrinkwrap":false,"_cnpm_publish_time":1503477188199,"_cnpmcore_publish_time":"2021-12-15T17:26:16.547Z","contributors":[]},"3.0.0-rc.7":{"name":"bull","version":"3.0.0-rc.7","description":"Job manager","main":"./lib/queue","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^3.5.0","cron-parser":"^2.4.1","debuglog":"^1.0.0","ioredis":"^3.1.4","lodash":"^4.17.4","semver":"^5.4.1","uuid":"^3.1.0"},"devDependencies":{"chai":"^4.0.2","coveralls":"^2.13.1","eslint":"^2.13.1","expect.js":"^0.3.1","istanbul":"^0.4.5","mocha":"^3.4.2","mocha-lcov-reporter":"^1.3.0","sinon":"^1.17.7"},"scripts":{"lint":"eslint lib test","pretest":"npm run lint","test":"mocha","coveralls":"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage","postpublish":"git push && git push --tags"},"eslintConfig":{"rules":{"indent":[2,2,{"SwitchCase":1}],"semi":2,"valid-jsdoc":0,"func-style":0,"no-use-before-define":0,"camelcase":1,"no-unused-vars":1,"no-alert":1,"no-console":[2,{"allow":["warn","error"]}],"quotes":[2,"single"],"no-underscore-dangle":0}},"gitHead":"c4782f7c04de5caef4e8ba024c5d2cbf94e99924","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.0.0-rc.7","_shasum":"6e16c9fd43552045820153abbbfc03016d4ab9dd","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.0","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"6e16c9fd43552045820153abbbfc03016d4ab9dd","size":148370,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.0.0-rc.7.tgz","integrity":"sha512-m6C1RtzvW5Tp4BS2cMZQD8TsUDeHbDWmtoD7CT6lhhWvSdEx+fV+THAVziSLy+qePvpEzRtZiACKKZl/iimTpA=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull-3.0.0-rc.7.tgz_1502823949993_0.6837256390135735"},"directories":{},"publish_time":1502823951322,"_hasShrinkwrap":false,"_cnpm_publish_time":1502823951322,"_cnpmcore_publish_time":"2021-12-15T17:26:16.924Z","contributors":[]},"3.0.0-rc.6":{"name":"bull","version":"3.0.0-rc.6","description":"Job manager","main":"./lib/queue","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^3.5.0","cron-parser":"^2.4.1","debuglog":"^1.0.0","ioredis":"^3.1.4","lodash":"^4.17.4","semver":"^5.4.1","uuid":"^3.1.0"},"devDependencies":{"chai":"^4.0.2","coveralls":"^2.13.1","eslint":"^2.13.1","expect.js":"^0.3.1","istanbul":"^0.4.5","mocha":"^3.4.2","mocha-lcov-reporter":"^1.3.0","sinon":"^1.17.7"},"scripts":{"lint":"eslint lib test","pretest":"npm run lint","test":"mocha","coveralls":"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage","postpublish":"git push && git push --tags"},"eslintConfig":{"rules":{"indent":[2,2,{"SwitchCase":1}],"semi":2,"valid-jsdoc":0,"func-style":0,"no-use-before-define":0,"camelcase":1,"no-unused-vars":1,"no-alert":1,"no-console":[2,{"allow":["warn","error"]}],"quotes":[2,"single"],"no-underscore-dangle":0}},"gitHead":"b19a8bf4539feb0f5ffcbadfcd9806269622e3b4","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.0.0-rc.6","_shasum":"9d4dc8022eb6f0f54707507e85b398e704664bfe","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.0","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"9d4dc8022eb6f0f54707507e85b398e704664bfe","size":148351,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.0.0-rc.6.tgz","integrity":"sha512-N0dJWiHo0wH+Fp71A/CPB/ZjAuzro2MzgOmKJQjc0vTQ2MmAt0rSazKMpP/VfX4HmiBkOyO7VaLjrGU9gbn6vw=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull-3.0.0-rc.6.tgz_1502740934143_0.8043263168074191"},"directories":{},"publish_time":1502740935780,"_hasShrinkwrap":false,"_cnpm_publish_time":1502740935780,"_cnpmcore_publish_time":"2021-12-15T17:26:17.769Z","contributors":[]},"3.0.0-rc.5":{"name":"bull","version":"3.0.0-rc.5","description":"Job manager","main":"./lib/queue","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^3.5.0","cron-parser":"^2.4.1","debuglog":"^1.0.0","ioredis":"^3.1.1","lodash":"^4.17.4","semver":"^5.3.0","uuid":"^3.1.0"},"devDependencies":{"chai":"^4.0.2","eslint":"^2.13.1","expect.js":"^0.3.1","mocha":"^3.4.2","sinon":"^1.17.7"},"scripts":{"lint":"eslint lib test","pretest":"npm run lint","test":"mocha","postpublish":"git push && git push --tags"},"eslintConfig":{"rules":{"indent":[2,2,{"SwitchCase":1}],"semi":2,"valid-jsdoc":0,"func-style":0,"no-use-before-define":0,"camelcase":1,"no-unused-vars":1,"no-alert":1,"no-console":[2,{"allow":["warn","error"]}],"quotes":[2,"single"],"no-underscore-dangle":0}},"gitHead":"3e8b607433dc4b13cf2eb497801863477b499eff","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.0.0-rc.5","_shasum":"5076e1317cd8773103fec9912d344712708e014b","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.0","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"5076e1317cd8773103fec9912d344712708e014b","size":114706,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.0.0-rc.5.tgz","integrity":"sha512-nRt7MmyXcfvSR2OMcQyoAuuOeXJLARUtrwkrkQCzT70bRL/PwSazhUQrsuB31e8g3cbcpLkKx1nX65/tq0CNFQ=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull-3.0.0-rc.5.tgz_1502401387203_0.5881618412677199"},"directories":{},"publish_time":1502401388918,"_hasShrinkwrap":false,"_cnpm_publish_time":1502401388918,"_cnpmcore_publish_time":"2021-12-15T17:26:18.390Z","contributors":[]},"3.0.0-rc.4":{"name":"bull","version":"3.0.0-rc.4","description":"Job manager","main":"./lib/queue","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^3.5.0","cron-parser":"^2.4.1","debuglog":"^1.0.0","ioredis":"^3.1.1","lodash":"^4.17.4","semver":"^5.3.0","uuid":"^3.1.0"},"devDependencies":{"chai":"^4.0.2","eslint":"^2.13.1","expect.js":"^0.3.1","mocha":"^3.4.2","sinon":"^1.17.7"},"scripts":{"lint":"eslint lib test","pretest":"npm run lint","test":"mocha","postpublish":"git push && git push --tags"},"eslintConfig":{"rules":{"indent":[2,2,{"SwitchCase":1}],"semi":2,"valid-jsdoc":0,"func-style":0,"no-use-before-define":0,"camelcase":1,"no-unused-vars":1,"no-alert":1,"no-console":[2,{"allow":["warn","error"]}],"quotes":[2,"single"],"no-underscore-dangle":0}},"gitHead":"6fc2fb5952f1e6bb33157017aa6e3cea675560b9","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.0.0-rc.4","_shasum":"dea18e870787037183849fc0198982ed756589b7","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.0","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"dea18e870787037183849fc0198982ed756589b7","size":111702,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.0.0-rc.4.tgz","integrity":"sha512-uGkprfRbY0LA/Q7T7l+X7NTao5JlW4PStd/hqT+7h0t47REihu23EoP4AT8SkZssRPmD6xXfKO9eUqNKn750Bw=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull-3.0.0-rc.4.tgz_1499330377400_0.6740381813142449"},"directories":{},"publish_time":1499330378851,"_hasShrinkwrap":false,"_cnpm_publish_time":1499330378851,"_cnpmcore_publish_time":"2021-12-15T17:26:19.433Z","contributors":[]},"3.0.0-rc.3":{"name":"bull","version":"3.0.0-rc.3","description":"Job manager","main":"./lib/queue","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^3.5.0","cron-parser":"^2.4.0","debuglog":"^1.0.0","ioredis":"^3.1.1","lodash":"^4.17.4","semver":"^5.3.0","uuid":"^3.1.0"},"devDependencies":{"chai":"^3.5.0","eslint":"^2.13.1","expect.js":"^0.3.1","mocha":"^3.4.2","sinon":"^1.17.7"},"scripts":{"lint":"eslint lib test","pretest":"npm run lint","test":"mocha","postpublish":"git push && git push --tags"},"eslintConfig":{"rules":{"indent":[2,2,{"SwitchCase":1}],"semi":2,"valid-jsdoc":0,"func-style":0,"no-use-before-define":0,"camelcase":1,"no-unused-vars":1,"no-alert":1,"no-console":[2,{"allow":["warn","error"]}],"quotes":[2,"single"],"no-underscore-dangle":0}},"gitHead":"78bd5d4f0c9f2d98a2c1caafc221ac53f6cf3db8","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.0.0-rc.3","_shasum":"0fd8668e113fcb5bca85d5d568484abd52bdee2e","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.2","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"0fd8668e113fcb5bca85d5d568484abd52bdee2e","size":109124,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.0.0-rc.3.tgz","integrity":"sha512-tJRJb8s/d4wyOOPUN4P4aLv34BvGT/Jj5rdNqdWAz+5DElEWIqKY0Xb5lmtc+GwSyCfO5Mi2RfyJoLogRcfF0A=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull-3.0.0-rc.3.tgz_1497858855171_0.8839107260573655"},"directories":{},"publish_time":1497858856904,"_hasShrinkwrap":false,"_cnpm_publish_time":1497858856904,"_cnpmcore_publish_time":"2021-12-15T17:26:20.016Z","contributors":[]},"3.0.0-rc.2":{"name":"bull","version":"3.0.0-rc.2","description":"Job manager","main":"./lib/queue","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^3.5.0","cron-parser":"^2.4.0","debuglog":"^1.0.0","ioredis":"^3.0.0","lodash":"^4.17.4","semver":"^5.3.0","uuid":"^3.0.1"},"devDependencies":{"chai":"^3.5.0","eslint":"^2.13.1","expect.js":"^0.3.1","mocha":"^3.3.0","sinon":"^1.17.7"},"scripts":{"lint":"eslint lib test","pretest":"npm run lint","test":"mocha","postpublish":"git push && git push --tags"},"eslintConfig":{"rules":{"indent":[2,2,{"SwitchCase":1}],"semi":2,"valid-jsdoc":0,"func-style":0,"no-use-before-define":0,"camelcase":1,"no-unused-vars":1,"no-alert":1,"no-console":[2,{"allow":["warn","error"]}],"quotes":[2,"single"],"no-underscore-dangle":0}},"gitHead":"3d79131eef3464c372dfc7bea1d0a6076c2654ae","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.0.0-rc.2","_shasum":"2e1e4cfbabb99cba5b91d68bccd58d0f5906e41e","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.2","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"2e1e4cfbabb99cba5b91d68bccd58d0f5906e41e","size":107739,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.0.0-rc.2.tgz","integrity":"sha512-uM8jnwVaNSgzB9fEZP7OUwImU3mbBfbxMkcdPeZiJkEY6xEZU5qwT32x9+7NYG9nSjlaVKtOkr+n1uYS8Ok/1w=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull-3.0.0-rc.2.tgz_1495966899101_0.22503841016441584"},"directories":{},"publish_time":1495966901187,"_hasShrinkwrap":false,"_cnpm_publish_time":1495966901187,"_cnpmcore_publish_time":"2021-12-15T17:26:20.545Z","contributors":[]},"3.0.0-rc.1":{"name":"bull","version":"3.0.0-rc.1","description":"Job manager","main":"./lib/queue","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^3.5.0","cron-parser":"^2.4.0","debuglog":"^1.0.0","ioredis":"^3.0.0","lodash":"^4.17.4","semver":"^5.3.0","uuid":"^3.0.1"},"devDependencies":{"chai":"^3.5.0","eslint":"^2.13.1","expect.js":"^0.3.1","mocha":"^3.3.0","sinon":"^1.17.7"},"scripts":{"lint":"eslint lib test","pretest":"npm run lint","test":"mocha","postpublish":"git push && git push --tags"},"eslintConfig":{"rules":{"indent":[2,2,{"SwitchCase":1}],"semi":2,"valid-jsdoc":0,"func-style":0,"no-use-before-define":0,"camelcase":1,"no-unused-vars":1,"no-alert":1,"no-console":[2,{"allow":["warn","error"]}],"quotes":[2,"single"],"no-underscore-dangle":0}},"gitHead":"6f58c02af064f55045829a18a68d1ab3b5fdffda","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.0.0-rc.1","_shasum":"5b4938e99f28ee06d6a5faf156e6a3833e32c96b","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.2","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"5b4938e99f28ee06d6a5faf156e6a3833e32c96b","size":107622,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.0.0-rc.1.tgz","integrity":"sha512-c0WZ0XvCZSnduNCWZtQBgQlnmDTZnD2WGPYEfDlXCmCVw7K7Pi0RqSrglBgX//ADAI8VntJ6rfhbK4LHwncxpw=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull-3.0.0-rc.1.tgz_1495610684825_0.03933577612042427"},"directories":{},"publish_time":1495610686188,"_hasShrinkwrap":false,"_cnpm_publish_time":1495610686188,"_cnpmcore_publish_time":"2021-12-15T17:26:21.224Z","contributors":[]},"3.0.0-alpha.4":{"name":"bull","version":"3.0.0-alpha.4","description":"Job manager","main":"./lib/queue","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^3.5.0","cron-parser":"^2.4.0","debuglog":"^1.0.0","ioredis":"^3.0.0-2","lodash":"^4.17.4","semver":"^5.3.0","uuid":"^3.0.1"},"devDependencies":{"chai":"^3.5.0","eslint":"^2.13.1","expect.js":"^0.3.1","mocha":"^3.3.0","sinon":"^1.17.7"},"scripts":{"lint":"eslint lib test","pretest":"npm run lint","test":"mocha","postpublish":"git push && git push --tags"},"eslintConfig":{"rules":{"indent":[2,2,{"SwitchCase":1}],"semi":2,"valid-jsdoc":0,"func-style":0,"no-use-before-define":0,"camelcase":1,"no-unused-vars":1,"no-alert":1,"no-console":[2,{"allow":["warn","error"]}],"quotes":[2,"single"],"no-underscore-dangle":0}},"gitHead":"36568850604689cc020da0ce39f9c44a726308b2","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.0.0-alpha.4","_shasum":"258afb31af4bc7c727fc1bc91da75e1027111200","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.2","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"258afb31af4bc7c727fc1bc91da75e1027111200","size":54717,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.0.0-alpha.4.tgz","integrity":"sha512-YFRZJ45J9H6UQz62EYCbL9AoCL8HbM6H62BgGsNExk0S1W1wwQvy4W8MLf1+Usf0V8bLirobaUXOsM0xbGdvKw=="},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/bull-3.0.0-alpha.4.tgz_1494270782500_0.13543960871174932"},"directories":{},"publish_time":1494270783618,"_hasShrinkwrap":false,"_cnpm_publish_time":1494270783618,"_cnpmcore_publish_time":"2021-12-15T17:26:21.565Z","contributors":[]},"3.0.0-alpha.3":{"name":"bull","version":"3.0.0-alpha.3","description":"Job manager","main":"./lib/queue","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^3.5.0","debuglog":"^1.0.0","ioredis":"^3.0.0-1","lodash":"^4.17.4","semver":"^5.3.0","uuid":"^3.0.1"},"devDependencies":{"eslint":"^2.13.1","expect.js":"^0.3.1","mocha":"^2.5.3","sinon":"^1.17.7"},"scripts":{"lint":"eslint lib test","pretest":"npm run lint","test":"mocha","postpublish":"git push && git push --tags"},"eslintConfig":{"rules":{"indent":[2,2,{"SwitchCase":1}],"semi":2,"valid-jsdoc":0,"func-style":0,"no-use-before-define":0,"camelcase":1,"no-unused-vars":1,"no-alert":1,"no-console":[2,{"allow":["warn","error"]}],"quotes":[2,"single"],"no-underscore-dangle":0}},"gitHead":"dd371e99e2a829726f655bc0d49ae84975ebeb02","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.0.0-alpha.3","_shasum":"4b4d863d524e22f02f961ee0a78452fde4d7efb9","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.2","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"4b4d863d524e22f02f961ee0a78452fde4d7efb9","size":53337,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.0.0-alpha.3.tgz","integrity":"sha512-wB0dv8wsodhW4nERGmYsWGvahpCCVAddiz8aqnyAKdtaA+xmuR1W5RDS5EJiKcJEl4I0zwg38MRoJiphU1aMYQ=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/bull-3.0.0-alpha.3.tgz_1493491453388_0.10452588857151568"},"directories":{},"publish_time":1493491455474,"_hasShrinkwrap":false,"_cnpm_publish_time":1493491455474,"_cnpmcore_publish_time":"2021-12-15T17:26:21.876Z","contributors":[]},"3.0.0-alpha.2":{"name":"bull","version":"3.0.0-alpha.2","description":"Job manager","main":"index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^3.5.0","bull-redlock":"^2.2.1","debuglog":"^1.0.0","disturbed":"^1.0.6","ioredis":"^3.0.0-1","lodash":"^4.17.4","semver":"^5.3.0","uuid":"^3.0.1"},"devDependencies":{"expect.js":"^0.3.1","gulp":"^3.9.1","gulp-eslint":"^2.1.0","mocha":"^2.5.3","sinon":"^1.17.7"},"scripts":{"test":"gulp && mocha test/test_* --reporter spec --timeout 5000","postpublish":"git push && git push --tags"},"gitHead":"e9784d30e13d972387ab7aeaa6a1681df4d2fc9e","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.0.0-alpha.2","_shasum":"efff346b5ef6e967a54ecace3bd273273d2e1878","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.2","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"efff346b5ef6e967a54ecace3bd273273d2e1878","size":56750,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.0.0-alpha.2.tgz","integrity":"sha512-gSvWMC3TdbHnl99AwSQ9odYR7RGukuHzRJRHU66ufYqUCTY+vQFN2wZwzEcTfQMv6Sb9RMjaYozAOl3d+t3rzw=="},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/bull-3.0.0-alpha.2.tgz_1492784496795_0.28664680337533355"},"directories":{},"publish_time":1492784497568,"_hasShrinkwrap":false,"_cnpm_publish_time":1492784497568,"_cnpmcore_publish_time":"2021-12-15T17:26:22.227Z","contributors":[]},"3.0.0-alpha.1":{"name":"bull","version":"3.0.0-alpha.1","description":"Job manager","main":"index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^3.5.0","bull-redlock":"^2.2.1","debuglog":"^1.0.0","disturbed":"^1.0.6","ioredis":"^2.5.0","lodash":"^4.17.4","semver":"^5.3.0","uuid":"^3.0.1"},"devDependencies":{"expect.js":"^0.3.1","gulp":"^3.9.1","gulp-eslint":"^2.1.0","mocha":"^2.5.3","sinon":"^1.17.7"},"scripts":{"test":"gulp && mocha test/test_* --reporter spec --timeout 5000","postpublish":"git push && git push --tags"},"gitHead":"9f9a041702d15a5ca0a6560c51d1673d69a9419d","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@3.0.0-alpha.1","_shasum":"fb4420b6137773eb50cead8588bbd7461147a87d","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.0","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"fb4420b6137773eb50cead8588bbd7461147a87d","size":56357,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-3.0.0-alpha.1.tgz","integrity":"sha512-hWTN7RpidJ9sPMkGL9KlBGl398GRiAA0HfEmUOrU3y0NrkLt227fcIL2AiFOTiXEGG4KAUyU7Ml5apj+PdWALw=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/bull-3.0.0-alpha.1.tgz_1492506809225_0.6474056222941726"},"directories":{},"publish_time":1492506811411,"_hasShrinkwrap":false,"_cnpm_publish_time":1492506811411,"_cnpmcore_publish_time":"2021-12-15T17:26:22.536Z","contributors":[]},"2.2.6":{"name":"bull","version":"2.2.6","description":"Job manager","main":"index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^3.5.0","bull-redlock":"^2.2.1","debuglog":"^1.0.0","disturbed":"^1.0.6","ioredis":"^2.5.0","lodash":"^4.17.4","semver":"^5.3.0","uuid":"^3.0.1"},"devDependencies":{"expect.js":"^0.3.1","gulp":"^3.9.1","gulp-eslint":"^2.1.0","mocha":"^2.5.3","sinon":"^1.17.7"},"scripts":{"test":"gulp && mocha test/test_* --reporter spec --timeout 5000","postpublish":"git push && git push --tags"},"gitHead":"94421ac8e8be62467a66abbafab05239e4b55384","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@2.2.6","_shasum":"568baae0dc0bbcc77d5f1d2fea545a336be7603e","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.0","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"568baae0dc0bbcc77d5f1d2fea545a336be7603e","size":51725,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-2.2.6.tgz","integrity":"sha512-iQmk3kxxtd4nXWI6EyJ/gSlGIRdSpTEhcuPlkJ1Lh9dlsfiM7o6be06st93kBTNEk8+/dpWBR3GlKV18tL0E/A=="},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/bull-2.2.6.tgz_1490867964044_0.8220606590621173"},"directories":{},"publish_time":1490867964931,"_hasShrinkwrap":false,"_cnpm_publish_time":1490867964931,"_cnpmcore_publish_time":"2021-12-15T17:26:22.923Z","contributors":[]},"2.2.5":{"name":"bull","version":"2.2.5","description":"Job manager","main":"index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^3.5.0","bull-redlock":"^2.2.1","debuglog":"^1.0.0","disturbed":"^1.0.6","ioredis":"^2.5.0","lodash":"^4.17.4","semver":"^5.3.0","uuid":"^3.0.1"},"devDependencies":{"expect.js":"^0.3.1","gulp":"^3.9.1","gulp-eslint":"^2.1.0","mocha":"^2.5.3","sinon":"^1.17.7"},"scripts":{"test":"gulp && mocha test/test_* --reporter spec --timeout 5000","postpublish":"git push && git push --tags"},"gitHead":"bccb4090f7f9e48f6ff65e8dea44cf3bfee4d710","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@2.2.5","_shasum":"f7035061dfc8a4660173db74c91412ddef054842","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.0","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"f7035061dfc8a4660173db74c91412ddef054842","size":51326,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-2.2.5.tgz","integrity":"sha512-7Q0upyet/BdSYpLYotOM1N1gokETTcl6aEcg6qHHoGtEz2oHMEWvfFa36KGpirJuMrlT1+v9I5G30oFq6hmtDQ=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/bull-2.2.5.tgz_1489776472374_0.4654902864713222"},"directories":{},"publish_time":1489776474596,"_hasShrinkwrap":false,"_cnpm_publish_time":1489776474596,"_cnpmcore_publish_time":"2021-12-15T17:26:23.258Z","contributors":[]},"2.2.4":{"name":"bull","version":"2.2.4","description":"Job manager","main":"index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^3.5.0","bull-redlock":"^2.2.1","debuglog":"^1.0.0","disturbed":"^1.0.6","ioredis":"^2.5.0","lodash":"^4.17.4","semver":"^5.3.0","uuid":"^3.0.1"},"devDependencies":{"expect.js":"^0.3.1","gulp":"^3.9.1","gulp-eslint":"^2.1.0","mocha":"^2.5.3","sinon":"^1.17.7"},"scripts":{"test":"gulp && mocha test/test_* --reporter spec --timeout 5000","postpublish":"git push && git push --tags"},"gitHead":"e94572fca315ce8657c00964d100a7b6d3a2b2b5","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@2.2.4","_shasum":"f8f9a263e6a591985f046732f80f59d79759696a","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.0","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"f8f9a263e6a591985f046732f80f59d79759696a","size":51216,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-2.2.4.tgz","integrity":"sha512-eOHBoiAFzrmILCoMa/6BbwJ5DZ4rbw+T/JX9GkFAY3LB0j8x/fq881sYPoRFmkLvZemm0/v9mdm4bOmvYED6ug=="},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/bull-2.2.4.tgz_1489696355922_0.7497595152817667"},"directories":{},"publish_time":1489696359119,"_hasShrinkwrap":false,"_cnpm_publish_time":1489696359119,"_cnpmcore_publish_time":"2021-12-15T17:26:23.779Z","contributors":[]},"2.2.3":{"name":"bull","version":"2.2.3","description":"Job manager","main":"index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^3.5.0","bull-redlock":"^2.2.1","debuglog":"^1.0.0","disturbed":"^1.0.6","ioredis":"^2.5.0","lodash":"^4.17.4","semver":"^5.3.0","uuid":"^3.0.1"},"devDependencies":{"expect.js":"^0.3.1","gulp":"^3.9.1","gulp-eslint":"^2.1.0","mocha":"^2.5.3","sinon":"^1.17.7"},"scripts":{"test":"gulp && mocha test/test_* --reporter spec --timeout 5000","postpublish":"git push && git push --tags"},"gitHead":"66663364ec2a767ed41555cccbfb7ef5f618f016","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@2.2.3","_shasum":"fbb5888cc02638fffdf010a573c38a0c2954d86e","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.0","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"fbb5888cc02638fffdf010a573c38a0c2954d86e","size":49997,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-2.2.3.tgz","integrity":"sha512-qHrFoh+KV9O0Gf+P8PIkCV59BlUugLIGgoPVvRNsvctbmUwgG98YLLWEawe86j8zfPMlDqN9gCFtYvk3qsQv2A=="},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/bull-2.2.3.tgz_1489393233755_0.2951457710005343"},"directories":{},"publish_time":1489393234577,"_hasShrinkwrap":false,"_cnpm_publish_time":1489393234577,"_cnpmcore_publish_time":"2021-12-15T17:26:24.043Z","contributors":[]},"2.2.2":{"name":"bull","version":"2.2.2","description":"Job manager","main":"index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^3.5.0","bull-redlock":"^2.2.1","debuglog":"^1.0.0","disturbed":"^1.0.6","ioredis":"^2.5.0","lodash":"^4.17.4","semver":"^5.3.0","uuid":"^3.0.1"},"devDependencies":{"expect.js":"^0.3.1","gulp":"^3.9.1","gulp-eslint":"^2.1.0","mocha":"^2.5.3","sinon":"^1.17.7"},"scripts":{"test":"gulp && mocha test/test_* --reporter spec --timeout 5000","postpublish":"git push && git push --tags"},"gitHead":"c541356c0a8e0847e565d6c7cce3c9ee03d4b404","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@2.2.2","_shasum":"8318da2965f59367bad6d76e1f4d60517c165e29","_from":".","_npmVersion":"2.15.9","_nodeVersion":"4.6.0","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"8318da2965f59367bad6d76e1f4d60517c165e29","size":49779,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-2.2.2.tgz","integrity":"sha512-ATau1RQ9s5bcHPv+NRRb02MF+KsRL81vpidlGvdiCbLU0EQ0U465i+1nBPZG44VdrseISihhn+DibV0lNE9XHA=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/bull-2.2.2.tgz_1488976537437_0.5355273736640811"},"directories":{},"publish_time":1488976539690,"_hasShrinkwrap":false,"_cnpm_publish_time":1488976539690,"_cnpmcore_publish_time":"2021-12-15T17:26:24.318Z","contributors":[]},"2.2.1":{"name":"bull","version":"2.2.1","description":"Job manager","main":"index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^3.4.7","debuglog":"^1.0.0","disturbed":"^1.0.6","ioredis":"^2.5.0","lodash":"^4.17.4","redlock":"^2.1.0","semver":"^5.3.0","uuid":"^3.0.1"},"devDependencies":{"expect.js":"^0.3.1","gulp":"^3.9.1","gulp-eslint":"^2.1.0","mocha":"^2.5.3","sinon":"^1.17.7"},"scripts":{"test":"gulp && mocha test/test_* --reporter spec --timeout 5000","postpublish":"git push && git push --tags"},"gitHead":"942dc1447511b3025ddf8ffce05c02a39b9b8744","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@2.2.1","_shasum":"ae4d4d5054d0033a5a768b568c2cbfd750c4edfa","_from":".","_npmVersion":"2.15.9","_nodeVersion":"4.6.0","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"ae4d4d5054d0033a5a768b568c2cbfd750c4edfa","size":49565,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-2.2.1.tgz","integrity":"sha512-N1PpZP/lzgru730+oV73KAWHQq2xgsUC2KrdwTloMeQC9RRX9M8eP4fWkeTyGI7DVirJrb9TrR+0bq3eLGSoDQ=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/bull-2.2.1.tgz_1488442841167_0.2691778168082237"},"directories":{},"publish_time":1488442843496,"_hasShrinkwrap":false,"_cnpm_publish_time":1488442843496,"_cnpmcore_publish_time":"2021-12-15T17:26:24.580Z","contributors":[]},"2.2.0":{"name":"bull","version":"2.2.0","description":"Job manager","main":"index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^3.4.7","debuglog":"^1.0.0","disturbed":"^1.0.6","ioredis":"^2.5.0","lodash":"^4.17.4","redlock":"^2.1.0","semver":"^5.3.0","uuid":"^3.0.1"},"devDependencies":{"expect.js":"^0.3.1","gulp":"^3.9.1","gulp-eslint":"^2.1.0","mocha":"^2.5.3","sinon":"^1.17.7"},"scripts":{"test":"gulp && mocha test/test_* --reporter spec --timeout 5000","postpublish":"git push && git push --tags"},"gitHead":"e4c71aaaaf062cda1c4cb9d6d5bca649834d2f6e","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@2.2.0","_shasum":"a20f21e2eddb0962d31e5d8328e627f1805ed43a","_from":".","_npmVersion":"2.15.9","_nodeVersion":"4.6.0","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"a20f21e2eddb0962d31e5d8328e627f1805ed43a","size":49471,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-2.2.0.tgz","integrity":"sha512-ep/IuneMOgKZLNR8UcKqMB5gBFa0F8eltg6dNUpx0C1MEV/FzJmEmkxaD4kCsNFSRWloGCNIocyE49zY2PGw4w=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/bull-2.2.0.tgz_1488355984238_0.09032190521247685"},"directories":{},"publish_time":1488355986353,"_hasShrinkwrap":false,"_cnpm_publish_time":1488355986353,"_cnpmcore_publish_time":"2021-12-15T17:26:24.911Z","contributors":[]},"2.1.2":{"name":"bull","version":"2.1.2","description":"Job manager","main":"index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^3.4.7","debuglog":"^1.0.0","disturbed":"^1.0.6","ioredis":"^2.5.0","lodash":"^4.17.4","redlock":"^2.1.0","semver":"^5.3.0","uuid":"^3.0.1"},"devDependencies":{"expect.js":"^0.3.1","gulp":"^3.9.1","gulp-eslint":"^2.1.0","mocha":"^2.5.3","sinon":"^1.17.7"},"scripts":{"test":"gulp && mocha test/test_* --reporter spec --timeout 5000","postpublish":"git push && git push --tags"},"gitHead":"1d4d3e9657311216f51b65948138598cd432cb1f","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@2.1.2","_shasum":"85b7897ff44a25132576b719bb08fd9223ab0b02","_from":".","_npmVersion":"2.15.9","_nodeVersion":"4.6.0","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"85b7897ff44a25132576b719bb08fd9223ab0b02","size":47803,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-2.1.2.tgz","integrity":"sha512-RQD0Pc/+ysW9pJ1hVovDzMerFEz3Zj4KBQAq7ylh3wZkH9HRl6DWDnvChamKCNSaf/Iuf3mSKWIXpwnxSeK0UA=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/bull-2.1.2.tgz_1486982009500_0.31584591628052294"},"directories":{},"publish_time":1486982011761,"_hasShrinkwrap":false,"_cnpm_publish_time":1486982011761,"_cnpmcore_publish_time":"2021-12-15T17:26:25.156Z","contributors":[]},"2.1.1":{"name":"bull","version":"2.1.1","description":"Job manager","main":"index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^3.4.7","debuglog":"^1.0.0","disturbed":"^1.0.6","ioredis":"^2.5.0","lodash":"^4.17.4","redlock":"^2.1.0","semver":"^5.3.0","uuid":"^3.0.1"},"devDependencies":{"expect.js":"^0.3.1","gulp":"^3.9.1","gulp-eslint":"^2.1.0","mocha":"^2.5.3","sinon":"^1.17.7"},"scripts":{"test":"gulp && mocha test/test_* --reporter spec --timeout 5000","postpublish":"git push && git push --tags"},"gitHead":"bc2c5d1abe1f938cc47e33f32f3466b92012a63b","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@2.1.1","_shasum":"060fc94247ab48cf30a2af6990aabcfe75c47c00","_from":".","_npmVersion":"2.15.9","_nodeVersion":"4.6.0","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"060fc94247ab48cf30a2af6990aabcfe75c47c00","size":47651,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-2.1.1.tgz","integrity":"sha512-jmOjHOuckUrcGHSksbE+FenAtnkOS/s7EwRbXcNfcuI+TZwfcW50iNPARYGqyfNpEaeFhlUSlTGWDIVbr6dIRw=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/bull-2.1.1.tgz_1485816858758_0.31334242946468294"},"directories":{},"publish_time":1485816860690,"_hasShrinkwrap":false,"_cnpm_publish_time":1485816860690,"_cnpmcore_publish_time":"2021-12-15T17:26:25.513Z","contributors":[]},"2.1.0":{"name":"bull","version":"2.1.0","description":"Job manager","main":"index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^3.4.7","debuglog":"^1.0.0","disturbed":"^1.0.6","ioredis":"^2.5.0","lodash":"^4.17.4","redlock":"^2.1.0","semver":"^5.3.0","uuid":"^3.0.1"},"devDependencies":{"expect.js":"^0.3.1","gulp":"^3.9.1","gulp-eslint":"^2.1.0","mocha":"^2.5.3","sinon":"^1.17.7"},"scripts":{"test":"gulp && mocha test/test_* --reporter spec --timeout 5000","postpublish":"git push && git push --tags"},"gitHead":"9a18606affdda0bb183b3819969a59e184288893","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@2.1.0","_shasum":"e6e029d115917c80981a45179aace5925524e649","_from":".","_npmVersion":"2.15.9","_nodeVersion":"4.6.0","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"e6e029d115917c80981a45179aace5925524e649","size":47566,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-2.1.0.tgz","integrity":"sha512-hUyEJJvE4tePle32symvmpJK+dZv75tOHslgtFUmiDY0zCOtyqKC9i+P4XbWAQUnQDZ1P0Yfte6Uv3km+uR5Zg=="},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/bull-2.1.0.tgz_1484517302901_0.8114291662350297"},"directories":{},"publish_time":1484517303607,"_hasShrinkwrap":false,"_cnpm_publish_time":1484517303607,"_cnpmcore_publish_time":"2021-12-15T17:26:26.163Z","contributors":[]},"2.0.0":{"name":"bull","version":"2.0.0","description":"Job manager","main":"index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^3.4.6","debuglog":"^1.0.0","disturbed":"^1.0.6","ioredis":"^2.4.0","lodash":"^4.17.2","redlock":"^2.1.0","semver":"^5.3.0","uuid":"^3.0.0"},"devDependencies":{"expect.js":"^0.3.1","gulp":"^3.9.1","gulp-eslint":"^2.1.0","mocha":"^2.5.3","sinon":"^1.17.6"},"scripts":{"test":"gulp && mocha test/test_* --reporter spec --timeout 5000","postpublish":"git push && git push --tags"},"gitHead":"49eb5eb0ebb9b8a33f7fb10ca7e75b68b09ce75d","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@2.0.0","_shasum":"aafc90dfad2e71fff714496a5ca680964502df7e","_from":".","_npmVersion":"2.15.9","_nodeVersion":"4.6.0","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"aafc90dfad2e71fff714496a5ca680964502df7e","size":47159,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-2.0.0.tgz","integrity":"sha512-mtGk+U6vDO1qpAF/tQ7EwShjxW7GCXT+bz1NSClmK8EC8LQlf6s9SUJtPk2jnV+flsK/IXo/NJITWFIknOUzgw=="},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/bull-2.0.0.tgz_1480115988898_0.332444341853261"},"directories":{},"publish_time":1480115989538,"_hasShrinkwrap":false,"_cnpm_publish_time":1480115989538,"_cnpmcore_publish_time":"2021-12-15T17:26:26.759Z","contributors":[]},"1.1.3":{"name":"bull","version":"1.1.3","description":"Job manager","main":"index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^3.4.6","debuglog":"^1.0.0","disturbed":"^1.0.6","lodash":"^4.16.6","node-uuid":"^1.4.7","redis":"^2.6.3","semver":"^5.3.0"},"devDependencies":{"expect.js":"^0.3.1","gulp":"^3.9.1","gulp-eslint":"^2.1.0","mocha":"^2.5.3","sinon":"^1.17.6"},"scripts":{"test":"gulp && mocha test/test_* --reporter spec --timeout 5000","postpublish":"git push && git push --tags"},"gitHead":"3e404258a440c43cad1aaf015fa103efe1a40ded","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@1.1.3","_shasum":"bbc5000bb056e924cfec791c173407d35cdc4fff","_from":".","_npmVersion":"2.15.9","_nodeVersion":"4.6.0","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"bbc5000bb056e924cfec791c173407d35cdc4fff","size":47136,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-1.1.3.tgz","integrity":"sha512-ormIY5xgTzYPYiS8HiPt4TPFMHeuDiT9TcANW5fz5NDJPWavdBArUWSuSWlAasM3qc0qUuOi+WdMM87ibdqJeA=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/bull-1.1.3.tgz_1480109901231_0.7537804392632097"},"directories":{},"publish_time":1480109903766,"_hasShrinkwrap":false,"_cnpm_publish_time":1480109903766,"_cnpmcore_publish_time":"2021-12-15T17:26:27.291Z","contributors":[]},"1.1.2":{"name":"bull","version":"1.1.2","description":"Job manager","main":"index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^3.4.6","debuglog":"^1.0.0","disturbed":"^1.0.6","lodash":"^4.16.6","node-uuid":"^1.4.7","redis":"^2.6.3","semver":"^5.3.0"},"devDependencies":{"expect.js":"^0.3.1","gulp":"^3.9.1","gulp-eslint":"^2.1.0","mocha":"^2.5.3","sinon":"^1.17.6"},"scripts":{"test":"gulp && mocha test/test_* --reporter spec --timeout 5000","postpublish":"git push && git push --tags"},"gitHead":"3c420eb792bfbb6026c0add1d79734ca203eafc9","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@1.1.2","_shasum":"0cc967e30158152ae7042644c76e32dc5655c8bb","_from":".","_npmVersion":"2.15.9","_nodeVersion":"4.6.0","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"0cc967e30158152ae7042644c76e32dc5655c8bb","size":46835,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-1.1.2.tgz","integrity":"sha512-H69pkFt8+3+35vgvAXd8xdhx/F1DGClygW5QXebCHS7fH0bLU0K09Ldq7PMYM+vqDSQ8xRUo7qUev6WcmcBNRQ=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/bull-1.1.2.tgz_1479300545579_0.19318715413101017"},"directories":{},"publish_time":1479300547624,"_hasShrinkwrap":false,"_cnpm_publish_time":1479300547624,"_cnpmcore_publish_time":"2021-12-15T17:26:27.627Z","contributors":[]},"1.1.1":{"name":"bull","version":"1.1.1","description":"Job manager","main":"index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^3.4.6","debuglog":"^1.0.0","disturbed":"^1.0.3","lodash":"^4.16.6","mocha":"^3.1.2","node-uuid":"^1.4.7","redis":"^2.6.3","semver":"^5.3.0"},"devDependencies":{"expect.js":"^0.3.1","gulp":"^3.9.1","gulp-eslint":"^2.1.0","mocha":"^2.5.3","sinon":"^1.17.6"},"scripts":{"test":"gulp && mocha test/test_* --reporter spec --timeout 5000","postpublish":"git push && git push --tags"},"gitHead":"28df30cd07c87c146a6135956126cb656b779204","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@1.1.1","_shasum":"7105a377971408083b87de3be0ba89c27d4244b3","_from":".","_npmVersion":"2.15.9","_nodeVersion":"4.6.0","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"7105a377971408083b87de3be0ba89c27d4244b3","size":46231,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-1.1.1.tgz","integrity":"sha512-pY31Ip0w6+B9xp+miWkz+JdKiieWDKmqsJLvN7aPYWFO5BqWASoTYiZ+t36APZIY7ThVT8aS71Z9Q3rR2+xaQA=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/bull-1.1.1.tgz_1478765338683_0.9018823483493179"},"directories":{},"publish_time":1478765340963,"_hasShrinkwrap":false,"_cnpm_publish_time":1478765340963,"_cnpmcore_publish_time":"2021-12-15T17:26:28.019Z","contributors":[]},"1.1.0":{"name":"bull","version":"1.1.0","description":"Job manager","main":"index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^3.4.6","debuglog":"^1.0.0","disturbed":"^1.0.3","lodash":"^4.16.6","node-uuid":"^1.4.7","redis":"^2.6.3","semver":"^5.3.0"},"devDependencies":{"expect.js":"^0.3.1","gulp":"^3.9.1","gulp-eslint":"^2.1.0","mocha":"^2.5.3","sinon":"^1.17.6"},"scripts":{"test":"gulp && mocha test/test_* --reporter spec --timeout 5000","postpublish":"git push && git push --tags"},"gitHead":"2e4571bd3e08a7d78cef878204480f42178c692d","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@1.1.0","_shasum":"ee59cc9357f5b016bed703da80b44c1ab2d94968","_from":".","_npmVersion":"2.15.9","_nodeVersion":"4.6.0","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"ee59cc9357f5b016bed703da80b44c1ab2d94968","size":46068,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-1.1.0.tgz","integrity":"sha512-LUNoju8wG43ZYwHkuoVNU74SEPTn9S8EeTjT4jLYUy7z5zk+8PoWiTVqL9LA86GiaLhH+qZrEAMnlK4mW7DbKw=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/bull-1.1.0.tgz_1478726833457_0.7372992900200188"},"directories":{},"publish_time":1478726835736,"_hasShrinkwrap":false,"_cnpm_publish_time":1478726835736,"_cnpmcore_publish_time":"2021-12-15T17:26:28.680Z","contributors":[]},"1.0.0":{"name":"bull","version":"1.0.0","description":"Job manager","main":"index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^3.4.1","debuglog":"^1.0.0","lodash":"^4.13.1","node-uuid":"^1.4.7","redis":"^2.6.2","semver":"^5.1.0"},"devDependencies":{"expect.js":"^0.3.1","gulp":"^3.9.1","gulp-eslint":"^2.0.0","mocha":"^2.5.3","sinon":"^1.17.4"},"scripts":{"test":"gulp && mocha test/test_* --reporter spec --timeout 5000","postpublish":"git push && git push --tags"},"gitHead":"54a8acd29d0b14d98bf40c3fe76d78ce9f50914c","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@1.0.0","_shasum":"ef727f61dd7d949bbb2c39d54ced9ba78fbd85b6","_from":".","_npmVersion":"2.14.9","_nodeVersion":"0.12.12","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"ef727f61dd7d949bbb2c39d54ced9ba78fbd85b6","size":4682227,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-1.0.0.tgz","integrity":"sha512-LUsqiI4vwEzuBwg/5YCRfXBq0T3nixgwiz7VEy7giaByApNzlSLjwZopQO7asMb45dQQDIrXRZWE/oXYaNcJlA=="},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/bull-1.0.0.tgz_1466633310710_0.0006264722906053066"},"directories":{},"publish_time":1466633312929,"_hasShrinkwrap":false,"_cnpm_publish_time":1466633312929,"_cnpmcore_publish_time":"2021-12-15T17:26:37.142Z","contributors":[]},"1.0.0-rc4":{"name":"bull","version":"1.0.0-rc4","description":"Job manager","main":"index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^3.4.0","debuglog":"^1.0.0","lodash":"^4.13.1","node-uuid":"^1.4.7","redis":"^2.6.1","semver":"^4.2.0"},"devDependencies":{"expect.js":"^0.3.1","gulp":"^3.9.1","gulp-eslint":"^2.0.0","mocha":"^2.4.5","sinon":"^1.17.2"},"scripts":{"test":"gulp && mocha test/test_* --reporter spec --timeout 5000","postpublish":"git push && git push --tags"},"gitHead":"363b7b9195d050ac76d9c42a64a0bf7338d6dcec","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@1.0.0-rc4","_shasum":"73eeab1041698569b994db491f30b3dfb7021a82","_from":".","_npmVersion":"2.14.9","_nodeVersion":"0.12.12","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"73eeab1041698569b994db491f30b3dfb7021a82","size":4681416,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-1.0.0-rc4.tgz","integrity":"sha512-TZ3px3triRZHwwpIUYn7Pr83msa24RFl6WMZe9WyDwfNIr4c/poxmfk6wgEstK7TFSONxpuoRao+BYjLWSNMcQ=="},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/bull-1.0.0-rc4.tgz_1466428642187_0.7274158636573702"},"directories":{},"publish_time":1466428643801,"_hasShrinkwrap":false,"_cnpm_publish_time":1466428643801,"_cnpmcore_publish_time":"2021-12-15T17:26:48.071Z","contributors":[]},"1.0.0-rc3":{"name":"bull","version":"1.0.0-rc3","description":"Job manager","main":"index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^3.4.0","debuglog":"^1.0.0","lodash":"^4.13.1","node-uuid":"^1.4.7","redis":"^2.6.1","semver":"^4.2.0"},"devDependencies":{"expect.js":"^0.3.1","gulp":"^3.9.1","gulp-eslint":"^2.0.0","mocha":"^2.4.5","sinon":"^1.17.2"},"scripts":{"test":"gulp && mocha test/test_* --reporter spec --timeout 5000","postpublish":"git push && git push --tags"},"gitHead":"b67638bc57fef760e77cd2648de3e4df865645a8","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@1.0.0-rc3","_shasum":"9464ce88ef1f99fc3ea71f654f2f94b254dc5bda","_from":".","_npmVersion":"2.14.9","_nodeVersion":"0.12.12","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"9464ce88ef1f99fc3ea71f654f2f94b254dc5bda","size":40191,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-1.0.0-rc3.tgz","integrity":"sha512-SU/DBqPeMCR8rtYxxUf3bY2onIMfBcWFgGcfyiXDOFG/I0PCP8eisNMIA5YXXNTHd6VW+GNmlsjQ0fazvzOJcQ=="},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/bull-1.0.0-rc3.tgz_1466028198990_0.420243902830407"},"directories":{},"publish_time":1466028200035,"_hasShrinkwrap":false,"_cnpm_publish_time":1466028200035,"_cnpmcore_publish_time":"2021-12-15T17:26:48.641Z","contributors":[]},"1.0.0-rc2":{"name":"bull","version":"1.0.0-rc2","description":"Job manager","main":"index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^3.3.4","debuglog":"^1.0.0","lodash":"^4.6.1","node-uuid":"^1.4.7","redis":"^2.6.0-2","semver":"^4.2.0"},"devDependencies":{"expect.js":"^0.3.1","gulp":"^3.9.1","gulp-eslint":"^2.0.0","mocha":"^2.4.5","sinon":"^1.17.2"},"scripts":{"test":"gulp && mocha test/test_* --reporter spec --timeout 5000","postpublish":"git push && git push --tags"},"gitHead":"9cb7d961cd2000abbbe48ae9ef4f9d1e7f5e2322","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@1.0.0-rc2","_shasum":"d1abd70fdc40898844f57a166128b6d5296bbaf2","_from":".","_npmVersion":"2.14.9","_nodeVersion":"0.12.12","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"d1abd70fdc40898844f57a166128b6d5296bbaf2","size":40012,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-1.0.0-rc2.tgz","integrity":"sha512-CpUiS2PCSK9cksOr6I+4MXiGqWlQJQ04k6/VVJpeEuCdNcWPAvnwGaf6YEWeqq6+tOJ6J5ljsINm90UgfJLKlQ=="},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/bull-1.0.0-rc2.tgz_1464422841280_0.7268487543333322"},"directories":{},"publish_time":1464422843301,"_hasShrinkwrap":false,"_cnpm_publish_time":1464422843301,"_cnpmcore_publish_time":"2021-12-15T17:26:49.029Z","contributors":[]},"1.0.0-rc1":{"name":"bull","version":"1.0.0-rc1","description":"Job manager","main":"index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^3.3.4","debuglog":"^1.0.0","lodash":"^4.6.1","node-uuid":"^1.4.7","redis":"^2.5.3","semver":"^4.2.0"},"devDependencies":{"expect.js":"^0.3.1","gulp":"^3.9.1","gulp-eslint":"^2.0.0","mocha":"^2.4.5","sinon":"^1.17.2"},"scripts":{"test":"gulp && mocha test/test_* --reporter spec --timeout 5000","postpublish":"git push && git push --tags"},"gitHead":"dfa0c34878883453159728ecfa44ca7696f4daeb","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@1.0.0-rc1","_shasum":"705b51ed0d0400c64aa86c70305a532c4368282e","_from":".","_npmVersion":"2.14.9","_nodeVersion":"0.12.12","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"705b51ed0d0400c64aa86c70305a532c4368282e","size":39117,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-1.0.0-rc1.tgz","integrity":"sha512-s3TTs7nynd3ko+eeL8YMhpRFQ/R7DiHGdX8IIWah75YA53KUlv+4cTSiTK8JJ5HolEJ6lbmwtWoZXSeGUl2/nQ=="},"_npmOperationalInternal":{"host":"packages-13-west.internal.npmjs.com","tmp":"tmp/bull-1.0.0-rc1.tgz_1458853820560_0.8009937331080437"},"directories":{},"publish_time":1458853823234,"_hasShrinkwrap":false,"_cnpm_publish_time":1458853823234,"_cnpmcore_publish_time":"2021-12-15T17:26:49.432Z","contributors":[]},"0.7.2":{"name":"bull","version":"0.7.2","description":"Job manager","main":"index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^3.2.2","lodash":"^3.10.1","node-uuid":"^1.4.7","redis":"^2.4.2","semver":"^4.2.0"},"devDependencies":{"expect.js":"^0.3.1","gulp":"^3.8.11","gulp-eslint":"^0.13.2","mocha":"^2.3.4","sinon":"^1.17.2"},"scripts":{"test":"gulp && mocha test/test_* --reporter spec --timeout 5000","postpublish":"git push && git push --tags"},"gitHead":"67d873cbcb29be49930c78cd8815bc66f1810440","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@0.7.2","_shasum":"72397c412813f58da7cd21279d8d0eed4f1cbba3","_from":".","_npmVersion":"2.11.3","_nodeVersion":"0.12.7","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"72397c412813f58da7cd21279d8d0eed4f1cbba3","size":40535,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-0.7.2.tgz","integrity":"sha512-u8YtL+kMKmDSbsAmZYFFOlzuvIn3W/eHKE7lPrzvoYyK+aVnhPm3erUSwDI3Pt1vwKYM4SYEPyeUUPfLLd91fg=="},"_npmOperationalInternal":{"host":"packages-9-west.internal.npmjs.com","tmp":"tmp/bull-0.7.2.tgz_1456655074967_0.0013621284160763025"},"directories":{},"publish_time":1456655077920,"_hasShrinkwrap":false,"_cnpm_publish_time":1456655077920,"_cnpmcore_publish_time":"2021-12-15T17:26:49.780Z","contributors":[]},"0.7.0":{"name":"bull","version":"0.7.0","description":"Job manager","main":"index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^2.10.2","lodash":"^3.10.1","node-uuid":"^1.4.7","redis":"^0.12.1","semver":"^4.2.0"},"devDependencies":{"expect.js":"^0.3.1","gulp":"^3.8.11","gulp-eslint":"^0.13.2","mocha":"^2.3.4","sinon":"^1.17.2"},"scripts":{"test":"gulp && mocha test/test_* --reporter spec --timeout 5000","postpublish":"git push && git push --tags"},"gitHead":"03f218d1dfeba4bd37870701fbb48be70d3a4226","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull","_id":"bull@0.7.0","_shasum":"be710d5cc4f8ec3224213c8b36f7e4ef9b3533b4","_from":".","_npmVersion":"2.11.3","_nodeVersion":"0.12.7","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"be710d5cc4f8ec3224213c8b36f7e4ef9b3533b4","size":33319,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-0.7.0.tgz","integrity":"sha512-BFkiVD//Ja7UwNAF6svQEG492oW0G8QOVp1/xMvAXq3KQ5WewjHT25K8shvTYmmRPzHblCH/o15QER7OleZQMg=="},"directories":{},"publish_time":1448703028352,"_hasShrinkwrap":false,"_cnpm_publish_time":1448703028352,"_cnpmcore_publish_time":"2021-12-15T17:26:50.023Z","contributors":[]},"0.6.0":{"name":"bull","version":"0.6.0","description":"Job manager","main":"index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^2.9.30","lodash":"^3.9.3","node-uuid":"^1.4.3","redis":"^0.12.1","semver":"^4.2.0"},"devDependencies":{"expect.js":"^0.3.1","gulp":"^3.8.11","gulp-eslint":"^0.13.2","mocha":"^2.2.5","sinon":"^1.14.1"},"scripts":{"test":"gulp && mocha test/test_* --reporter spec","postpublish":"git push && git push --tags"},"gitHead":"e802d265efe08f7c6125121b4b1f1d568b9c3058","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull","_id":"bull@0.6.0","_shasum":"06158026318ba3b7eba9d4e81d043e9a8efd3e76","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"06158026318ba3b7eba9d4e81d043e9a8efd3e76","size":32371,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-0.6.0.tgz","integrity":"sha512-dUvak0Zc1OWONiLCfM8gUCn9lham3UGTL7Uep66HGnnLoydJLmuT9DvxZzHzVdqISoPSSAdvUITGAm/QrVQoQg=="},"directories":{},"publish_time":1443650273759,"_hasShrinkwrap":false,"_cnpm_publish_time":1443650273759,"_cnpmcore_publish_time":"2021-12-15T17:26:50.419Z","contributors":[]},"0.4.0":{"name":"bull","version":"0.4.0","description":"Job manager","main":"index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^2.9.30","lodash":"^3.9.3","node-uuid":"^1.4.3","redis":"^0.12.1","semver":"^4.2.0"},"devDependencies":{"expect.js":"^0.3.1","gulp":"^3.8.11","gulp-eslint":"^0.13.2","mocha":"^2.2.5","sinon":"^1.14.1"},"scripts":{"test":"gulp && mocha test/* --reporter spec","postpublish":"git push && git push --tags"},"gitHead":"3319d886f5386b301c6c6c0c514064a46d96633d","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull","_id":"bull@0.4.0","_shasum":"f88dff3481bd7cd50544395114041f107003722b","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"f88dff3481bd7cd50544395114041f107003722b","size":25981,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-0.4.0.tgz","integrity":"sha512-HWEfBtL/8yPt4uvkKio7wrrZkkpYhHpkcyNIlyFqdgxRrxvH+PjNcIFyLrlxrBKs3IvD0kFwrfT89ajVQ1i13Q=="},"directories":{},"publish_time":1435261736553,"_hasShrinkwrap":false,"_cnpm_publish_time":1435261736553,"_cnpmcore_publish_time":"2021-12-15T17:26:50.780Z","contributors":[]},"0.3.0":{"name":"bull","version":"0.3.0","description":"Job manager","main":"index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^2.9.27","lodash":"^3.9.3","node-uuid":"^1.4.3","redis":"^0.12.1","semver":"^4.2.0"},"devDependencies":{"expect.js":"^0.3.1","gulp":"^3.8.11","gulp-eslint":"^0.13.2","mocha":"^2.2.5","sinon":"^1.14.1"},"scripts":{"test":"gulp && mocha test/* --reporter spec","postpublish":"git push && git push --tags"},"gitHead":"7189fd79b58af9625bc8ed01d6bd0507afcdac1f","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull","_id":"bull@0.3.0","_shasum":"8ae2248e7a9c784b2794c95b44361287430e0670","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"8ae2248e7a9c784b2794c95b44361287430e0670","size":24719,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-0.3.0.tgz","integrity":"sha512-ArKuV6PV7joDPbp06rdJUMz4O+tDEtyr1hRtsa9aNZdZvZ7CLDHfj3J/zmS3K6CDlSF/BFQ0zb0WqwBaj4O/vg=="},"directories":{},"publish_time":1433579987977,"_hasShrinkwrap":false,"_cnpm_publish_time":1433579987977,"_cnpmcore_publish_time":"2021-12-15T17:26:51.043Z","contributors":[]},"0.2.7":{"name":"bull","version":"0.2.7","description":"Job manager","main":"index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"~2.3.0","lodash":"~2.2.1","node-uuid":"~1.4.1","redis":"^0.12.1","semver":"^4.2.0","when":"~2.1.1"},"devDependencies":{"expect.js":"~0.2.0","gulp":"^3.8.11","gulp-eslint":"^0.7.0","mocha":"~1.21.4","sinon":"~1.12.1"},"scripts":{"test":"gulp && mocha test/* --reporter spec","postpublish":"git push && git push --tags"},"gitHead":"feb9764e0ec7eb7abdc6ba53f70afb926895ca86","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull","_id":"bull@0.2.7","_shasum":"02329747dd0a2807489198778574f52ab5da1917","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"02329747dd0a2807489198778574f52ab5da1917","size":22341,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-0.2.7.tgz","integrity":"sha512-Z3fuDy7ygGBX6PbT0k7dOLATN0nyWqGGSj6PSgJ73zjYuh46cmqV2ZZQzg4ZngP6q8LVkkC+hMVqL9d5KPKe9g=="},"directories":{},"publish_time":1427229378050,"_hasShrinkwrap":false,"_cnpm_publish_time":1427229378050,"_cnpmcore_publish_time":"2021-12-15T17:26:51.669Z","contributors":[]},"0.2.6":{"name":"bull","version":"0.2.6","description":"Job manager","main":"index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"~2.3.0","lodash":"~2.2.1","node-uuid":"~1.4.1","redis":"^0.12.1","semver":"^4.2.0","when":"~2.1.1"},"devDependencies":{"expect.js":"~0.2.0","gulp":"^3.8.11","gulp-eslint":"^0.7.0","mocha":"~1.21.4","sinon":"~1.12.1"},"scripts":{"test":"gulp && mocha test/* --reporter spec","postpublish":"git push && git push --tags"},"gitHead":"7fdb2839aae14701e6438fd91ce31ff6e0e7174a","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull","_id":"bull@0.2.6","_shasum":"7ce3ea9f96cf56e7d41823b5fce081ce96b718fd","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"7ce3ea9f96cf56e7d41823b5fce081ce96b718fd","size":22285,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-0.2.6.tgz","integrity":"sha512-C6xUKky1EO2CsPdo+acWol/AcQUcxjgzqnrlecW0sAiR8v+u49Uy3RcN8zxsb69tupihSZT7EZfm7/KzCTMOmw=="},"directories":{},"publish_time":1427059144269,"_hasShrinkwrap":false,"_cnpm_publish_time":1427059144269,"_cnpmcore_publish_time":"2021-12-15T17:26:52.255Z","contributors":[]},"0.2.5":{"name":"bull","version":"0.2.5","description":"Job manager","main":"index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"~2.3.0","lodash":"~2.2.1","node-uuid":"~1.4.1","redis":"^0.12.1","semver":"^4.2.0","when":"~2.1.1"},"devDependencies":{"expect.js":"~0.2.0","gulp":"^3.8.11","gulp-eslint":"^0.7.0","mocha":"~1.21.4","sinon":"~1.12.1"},"scripts":{"test":"mocha test/* --reporter spec","postpublish":"git push && git push --tags"},"gitHead":"2215554be49d0d4d10ef2bd2061feacd01b33b62","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull","_id":"bull@0.2.5","_shasum":"f9cb40a84726183fc72742b8a4e1ae245df8501e","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"f9cb40a84726183fc72742b8a4e1ae245df8501e","size":22043,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-0.2.5.tgz","integrity":"sha512-n2stCx2AoYOnDToRG1bppqYDFnvMklvPw1WgJwHKNNnWoqwXoP1Shl+sWUCBw5W7hsg195db0Ij4dplKjp/mIA=="},"directories":{},"publish_time":1426451567335,"_hasShrinkwrap":false,"_cnpm_publish_time":1426451567335,"_cnpmcore_publish_time":"2021-12-15T17:26:52.586Z","contributors":[]},"0.2.4":{"name":"bull","version":"0.2.4","description":"Job manager","main":"index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"~2.3.0","lodash":"~2.2.1","node-uuid":"~1.4.1","redis":"~0.8.4","semver":"^4.2.0","when":"~2.1.1"},"devDependencies":{"expect.js":"~0.2.0","sinon":"~1.12.1","mocha":"~1.21.4"},"scripts":{"test":"mocha test/* --reporter spec","postpublish":"git push && git push --tags"},"gitHead":"6c1f679b7985a427ce405ff7f817aec32a9cbdc4","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull","_id":"bull@0.2.4","_shasum":"379dbb0c825fafe02e71c0fdd9c5084dd29acc1c","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"379dbb0c825fafe02e71c0fdd9c5084dd29acc1c","size":21419,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-0.2.4.tgz","integrity":"sha512-epNZQthHvSh3GU3T2BTB+OCy7vvLekHqo7doPyAQy2GaSAQpIXLGYc9IvnKNc5sOGkDK1xdOab9UQVsf8tOmog=="},"directories":{},"publish_time":1423996399922,"_hasShrinkwrap":false,"_cnpm_publish_time":1423996399922,"_cnpmcore_publish_time":"2021-12-15T17:26:52.950Z","contributors":[]},"0.2.3":{"name":"bull","version":"0.2.3","description":"Job manager","main":"index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"~2.3.0","lodash":"~2.2.1","node-uuid":"~1.4.1","redis":"~0.8.4","semver":"^4.2.0","when":"~2.1.1"},"devDependencies":{"expect.js":"~0.2.0","sinon":"~1.12.1","mocha":"~1.21.4"},"scripts":{"test":"mocha test/* --reporter spec"},"gitHead":"e0102a102fa62594c0254d408d4e0dea4ba10f04","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull","_id":"bull@0.2.3","_shasum":"bd3ca38ee843e71d76f32865dc1b01706bc3330e","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"bd3ca38ee843e71d76f32865dc1b01706bc3330e","size":20929,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-0.2.3.tgz","integrity":"sha512-0it0mvDshAFR7KM0U3TAgIsh+21xfjrJlUIfRd38BS/W1EE15UfZNamJZ7pkTdZnKF1+OpyoyNcWdYuh0NTIrg=="},"directories":{},"publish_time":1422993539264,"_hasShrinkwrap":false,"_cnpm_publish_time":1422993539264,"_cnpmcore_publish_time":"2021-12-15T17:26:53.252Z","contributors":[]},"0.2.2":{"name":"bull","version":"0.2.2","description":"Job manager","main":"index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"~2.3.0","lodash":"~2.2.1","node-uuid":"~1.4.1","redis":"~0.8.4","semver":"^4.2.0","when":"~2.1.1"},"devDependencies":{"expect.js":"~0.2.0","sinon":"~1.12.1","mocha":"~1.21.4"},"scripts":{"test":"mocha test/* --reporter spec"},"gitHead":"8b71b11c8342d7a894c8dca4de4a36104e138cb0","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull","_id":"bull@0.2.2","_shasum":"d3310424f27c512b6661fe01bc60cb6ccb36ef94","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"d3310424f27c512b6661fe01bc60cb6ccb36ef94","size":20865,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-0.2.2.tgz","integrity":"sha512-ZzCxzCFyFzAfmcpiIup18RTDYMT9HJRRzOO2UPOubcb2W9fXxAMFvubbsJOEEfSqoQseZkDegqpqVTvtE7MWyA=="},"directories":{},"publish_time":1422867697602,"_hasShrinkwrap":false,"_cnpm_publish_time":1422867697602,"_cnpmcore_publish_time":"2021-12-15T17:26:53.517Z","contributors":[]},"0.2.1":{"name":"bull","version":"0.2.1","description":"Job manager","main":"index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"~2.3.0","lodash":"~2.2.1","node-uuid":"~1.4.1","redis":"~0.8.4","when":"~2.1.1"},"devDependencies":{"expect.js":"~0.2.0","sinon":"~1.12.1","mocha":"~1.21.4"},"scripts":{"test":"mocha test/* --reporter spec"},"gitHead":"f8077b1952451bff05b2d9d8a2ff54d73c3275f2","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull","_id":"bull@0.2.1","_shasum":"83d7c1fb44b7cb7239c3943894a4a5689ad59aad","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"83d7c1fb44b7cb7239c3943894a4a5689ad59aad","size":16374,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-0.2.1.tgz","integrity":"sha512-7RVszv3gt5PVG5sMawgkc0lt8OzLYoijW1ckeJNNU4/HcqBB2nWwmVEp/Cj7bE+MZpxydWPDRZMgMyTxjWBz6g=="},"directories":{},"publish_time":1422030029920,"_hasShrinkwrap":false,"_cnpm_publish_time":1422030029920,"_cnpmcore_publish_time":"2021-12-15T17:26:53.762Z","contributors":[]},"0.2.0":{"name":"bull","version":"0.2.0","description":"Job manager","main":"index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"~2.3.0","lodash":"~2.2.1","node-uuid":"~1.4.1","redis":"~0.8.4","when":"~2.1.1"},"devDependencies":{"expect.js":"~0.2.0","sinon":"~1.12.1","mocha":"~1.21.4"},"scripts":{"test":"mocha test/* --reporter spec"},"gitHead":"96e03e5ab030c023697f3bfcbaf57d3eaabbe07e","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull","_id":"bull@0.2.0","_shasum":"be869ff0a7be40886f48bd52043459569272b22b","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"be869ff0a7be40886f48bd52043459569272b22b","size":16367,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-0.2.0.tgz","integrity":"sha512-xLk//u9y84q//N4PoCxt3jTx9r7UnHcUIt7dvOa6KmLZfbOKGYO0r9bmeWWAWQVP8R35gBnqHy57rq8NprK5Hw=="},"directories":{},"publish_time":1422002052165,"_hasShrinkwrap":false,"_cnpm_publish_time":1422002052165,"_cnpmcore_publish_time":"2021-12-15T17:26:54.206Z","contributors":[]},"0.1.10":{"name":"bull","version":"0.1.10","description":"Job manager","main":"index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"~2.3.0","lodash":"~2.2.1","node-uuid":"~1.4.1","redis":"~0.8.4","when":"~2.1.1"},"devDependencies":{"mocha":"~1.12","expect.js":"~0.2.0"},"scripts":{"test":"mocha test/* --reporter spec"},"gitHead":"6869b7aa96b4d3a19dd59794b735b40e47244fb3","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull","_id":"bull@0.1.10","_shasum":"93aabe9e5959922152eb393bdf2f80356b2c9a69","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"93aabe9e5959922152eb393bdf2f80356b2c9a69","size":13628,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-0.1.10.tgz","integrity":"sha512-BErnC6DMrFF4I0B9/m47YpAtHTKrxUGh2ZIRgBcDbyXS1D316CV7PhTW/jsanXMqj4PXlvboVKKkrYBSvLslNQ=="},"directories":{},"publish_time":1409734907588,"_hasShrinkwrap":false,"_cnpm_publish_time":1409734907588,"_cnpmcore_publish_time":"2021-12-15T17:26:54.438Z","contributors":[]},"0.1.9":{"name":"bull","version":"0.1.9","description":"Job manager","main":"index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^2.3.0","lodash":"~2.2.1","node-uuid":"~1.4.1","redis":"~0.8.4","when":"~2.1.1"},"devDependencies":{"mocha":"~1.12","expect.js":"~0.2.0"},"scripts":{"test":"mocha test/* --reporter spec"},"bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull","_id":"bull@0.1.9","_shasum":"f7d4f1c524d72396af51ea3f4ddebfaba85171b9","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"f7d4f1c524d72396af51ea3f4ddebfaba85171b9","size":13097,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-0.1.9.tgz","integrity":"sha512-js7avJAUVa9iN2xVu8O/cNPVMaoXM+GWK6hODSyc1n070WYVsiHULcgD1KKM47quhBZoiwrzbSPAvPPwkS8rlg=="},"directories":{},"publish_time":1408912152801,"_hasShrinkwrap":false,"_cnpm_publish_time":1408912152801,"_cnpmcore_publish_time":"2021-12-15T17:26:54.776Z","contributors":[]},"0.1.8":{"name":"bull","version":"0.1.8","description":"Job manager","main":"index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"bluebird":"^2.3.0","lodash":"~2.2.1","node-uuid":"~1.4.1","redis":"~0.8.4","when":"~2.1.1"},"devDependencies":{"mocha":"~1.12","expect.js":"~0.2.0"},"scripts":{"test":"mocha test/* --reporter spec"},"bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull","_id":"bull@0.1.8","_shasum":"7a9cbfea02da2f2580063fe8908a4183e9794425","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"7a9cbfea02da2f2580063fe8908a4183e9794425","size":12757,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-0.1.8.tgz","integrity":"sha512-vMgn5fN8rh1tN1zYovZzKyOM/hTy+MDWcmrMdnlyOZTWcYv85jdtsU/sbY5CixsGOKwkLYVEgPOqEwZHdQJK/g=="},"directories":{},"publish_time":1408017180196,"_hasShrinkwrap":false,"_cnpm_publish_time":1408017180196,"_cnpmcore_publish_time":"2021-12-15T17:26:55.023Z","contributors":[]},"0.1.7":{"name":"bull","version":"0.1.7","description":"Job manager","main":"index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"redis":"~0.8.4","when":"~2.1.1","lodash":"~2.2.1","bluebird":"~1.0.1","node-uuid":"~1.4.1"},"devDependencies":{"mocha":"~1.12","expect.js":"~0.2.0"},"scripts":{"test":"mocha test/* --reporter spec"},"bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull","_id":"bull@0.1.7","_shasum":"ff259fa7568d0aa003dfbeea3d2337705a6013d8","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"dist":{"shasum":"ff259fa7568d0aa003dfbeea3d2337705a6013d8","size":12788,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-0.1.7.tgz","integrity":"sha512-rWgKUqd59zdvhGJvE8Xxe1nZD3z+JW/WRf3CQQi4SgTTyWZMypXm4eQEaf/ouC8+6Ifj7Qp4GWTxjT4ltmCpSQ=="},"directories":{},"publish_time":1407312270122,"_hasShrinkwrap":false,"_cnpm_publish_time":1407312270122,"_cnpmcore_publish_time":"2021-12-15T17:26:55.313Z","contributors":[]},"0.1.6":{"name":"bull","version":"0.1.6","description":"Job manager","main":"index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"redis":"~0.8.4","when":"~2.1.1","lodash":"~2.2.1","bluebird":"~1.0.1","node-uuid":"~1.4.1"},"devDependencies":{"mocha":"~1.12","expect.js":"~0.2.0"},"scripts":{"test":"mocha test/* --reporter spec"},"bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull","_id":"bull@0.1.6","dist":{"shasum":"1e4532c2f990544d73ef81e5ebc9743c61c88801","size":12360,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-0.1.6.tgz","integrity":"sha512-GMUo9Q9eOVXDpb1QgMviKvAA/37vOd5vacskGPQdkxRT0AZ8stYPMl5iorgRPOnyWQwAIfbKXzhoxnsdI2JVJg=="},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"directories":{},"publish_time":1398015386094,"_hasShrinkwrap":false,"_cnpm_publish_time":1398015386094,"_cnpmcore_publish_time":"2021-12-15T17:26:56.008Z","contributors":[]},"0.1.5":{"name":"bull","version":"0.1.5","description":"Job manager","main":"index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"redis":"~0.8.4","when":"~2.1.1","lodash":"~2.2.1","bluebird":"~1.0.1","node-uuid":"~1.4.1"},"devDependencies":{"mocha":"~1.12","expect.js":"~0.2.0"},"scripts":{"test":"mocha test/* --reporter spec"},"bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull","_id":"bull@0.1.5","dist":{"shasum":"37c78b17282f92928464c84e47d22329e2d387e5","size":11547,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-0.1.5.tgz","integrity":"sha512-d9hHIYJ0nRIZlY57DfhIoDv0/Ztgnq0s0pHxE7Ny4HiK9qLqAd2aaBFVjSur7gXHSA4W17OJmpPQzx0AAmIjbQ=="},"_from":".","_npmVersion":"1.3.21","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"directories":{},"publish_time":1391374308080,"_hasShrinkwrap":false,"_cnpm_publish_time":1391374308080,"_cnpmcore_publish_time":"2021-12-15T17:26:56.221Z","contributors":[]},"0.1.4":{"name":"bull","version":"0.1.4","description":"Job manager","main":"index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","readmeFilename":"README.md","dependencies":{"redis":"~0.8.4","when":"~2.1.1","lodash":"~2.2.1","bluebird":"~0.11.6-0","node-uuid":"~1.4.1"},"devDependencies":{"mocha":"~1.12","expect.js":"~0.2.0"},"scripts":{"test":"mocha test/* --reporter spec"},"bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull","_id":"bull@0.1.4","dist":{"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-0.1.4.tgz","shasum":"83c596381c7b576f1a9b19e148cb0cf81109c134","size":10705,"noattachment":false,"integrity":"sha512-8q7Cy12EsPTa/mAbhZul+JrdPw6nTaEZqxpYBCuZfKxJH9kyhf/4HPeFU/GBla050NK17sO+1K35Y/3uYmZyTg=="},"_from":".","_npmVersion":"1.3.21","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"directories":{},"publish_time":1389181159776,"_hasShrinkwrap":false,"_cnpm_publish_time":1389181159776,"_cnpmcore_publish_time":"2021-12-15T17:26:56.456Z","contributors":[]},"0.1.3":{"name":"bull","version":"0.1.3","description":"Job manager","main":"index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"BSD","readmeFilename":"README.md","gitHead":"452fbba40bcfa6fc48f0140eea14d9a61abbc758","dependencies":{"redis":"~0.8.4","when":"~2.1.1","lodash":"~2.2.1"},"devDependencies":{"mocha":"~1.12","expect.js":"~0.2.0"},"scripts":{"test":"mocha test/* --reporter spec"},"bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"_id":"bull@0.1.3","dist":{"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-0.1.3.tgz","shasum":"698d1c3e50040bdeb85261559ec001b2271b025d","size":8176,"noattachment":false,"integrity":"sha512-EfoDFppF4rkHAIPsuDqn5dGd5ic7haMSuN/4YBYCA2/g5BETN8y4BYVtp1cS7sSkmncJ1eNk62XJa39Q+uJy4w=="},"_from":".","_npmVersion":"1.2.24","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"directories":{},"publish_time":1386275777668,"_hasShrinkwrap":false,"_cnpm_publish_time":1386275777668,"_cnpmcore_publish_time":"2021-12-15T17:26:56.720Z","contributors":[]},"0.1.2":{"name":"bull","version":"0.1.2","description":"Job manager","main":"index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"BSD","readmeFilename":"README.md","gitHead":"452fbba40bcfa6fc48f0140eea14d9a61abbc758","dependencies":{"redis":"~0.8.4","when":"~2.1.1","lodash":"~2.2.1"},"devDependencies":{"mocha":"~1.12","expect.js":"~0.2.0"},"scripts":{"test":"mocha test/* --reporter spec"},"bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"_id":"bull@0.1.2","dist":{"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-0.1.2.tgz","shasum":"b1ced891d40757da71b1622a432d30935e3387f9","size":7962,"noattachment":false,"integrity":"sha512-SfIXVTI2VL0nwzwzj0F8exsUpx/5F132s4IK5bRCU/TbeBJ9c8er4La/7CGrmlR4uTm1ApFDHRO/ABJoLGJeUw=="},"_from":".","_npmVersion":"1.2.24","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"directories":{},"publish_time":1386263336098,"_hasShrinkwrap":false,"_cnpm_publish_time":1386263336098,"_cnpmcore_publish_time":"2021-12-15T17:26:57.035Z","contributors":[]},"0.1.1":{"name":"bull","version":"0.1.1","description":"Job manager","main":"index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"BSD","readmeFilename":"README.md","gitHead":"452fbba40bcfa6fc48f0140eea14d9a61abbc758","dependencies":{"redis":"~0.8.4","when":"~2.1.1","lodash":"~2.2.1"},"devDependencies":{"mocha":"~1.12","expect.js":"~0.2.0"},"scripts":{"test":"mocha test/* --reporter spec"},"bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"_id":"bull@0.1.1","dist":{"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-0.1.1.tgz","shasum":"1949ebd5d94caf1aa036f8ed7247ca0efa1c98c9","size":6699,"noattachment":false,"integrity":"sha512-8K7TsGwNYNgnHx5U7DSae89jP+MWHZG6sw6dxBPA0HwQcgb83IN2fZ9AMayzBuUSQWxiKaJilVGXmT9VypNS5w=="},"_from":".","_npmVersion":"1.2.24","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"directories":{},"publish_time":1385036558970,"_hasShrinkwrap":false,"_cnpm_publish_time":1385036558970,"_cnpmcore_publish_time":"2021-12-15T17:26:57.359Z","contributors":[]},"0.1.0":{"name":"bull","version":"0.1.0","description":"Job manager","main":"index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"BSD","readmeFilename":"README.md","gitHead":"452fbba40bcfa6fc48f0140eea14d9a61abbc758","dependencies":{"redis":"~0.8.4","when":"~2.1.1"},"devDependencies":{"mocha":"~1.12","expect.js":"~0.2.0"},"scripts":{"test":"mocha test/* --reporter spec"},"bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"_id":"bull@0.1.0","dist":{"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-0.1.0.tgz","shasum":"b81dc4bfcf899e8bc4551484c8cfba0306a5f0db","size":5699,"noattachment":false,"integrity":"sha512-TIFoqe4Vh7/+Y/dd5B/yY1SWx3177XQgzZ+OopXXF2zEq1mRGOiG3M6BqvPLa3qfyD+hy9RlzWODuPOrkeXJtg=="},"_from":".","_npmVersion":"1.2.24","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"directories":{},"publish_time":1383836708599,"_hasShrinkwrap":false,"_cnpm_publish_time":1383836708599,"_cnpmcore_publish_time":"2021-12-15T17:26:57.579Z","contributors":[]},"0.0.1":{"name":"bull","version":"0.0.1","description":"Job manager","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"BSD","readmeFilename":"README.md","gitHead":"452fbba40bcfa6fc48f0140eea14d9a61abbc758","dependencies":{"redis":"~0.8.4","when":"~2.1.1"},"devDependencies":{"expect.js":"~0.2.0"},"_id":"bull@0.0.1","dist":{"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-0.0.1.tgz","shasum":"b5d1eac9515d4329767bfa294b9acb3bcfa5cab0","size":3013,"noattachment":false,"integrity":"sha512-h4PnD5JvrBVBCdQMTPZqabzfXq3WzQjtidvPxftIlhM1VrXsC7wmyHwoekJw2LIeoXEpdyhgXkWGes5u+KCMsA=="},"_from":".","_npmVersion":"1.2.14","_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"directories":{},"publish_time":1372788731585,"_hasShrinkwrap":false,"_cnpm_publish_time":1372788731585,"_cnpmcore_publish_time":"2021-12-15T17:26:57.772Z","contributors":[]},"4.2.0":{"name":"bull","version":"4.2.0","description":"Job manager","engines":{"node":">=10.1"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^2.13.0","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.27.0","lodash":"^4.17.21","p-timeout":"^3.2.0","semver":"^7.3.2","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"963592525e15b1349cf85fb7dbef35bca7b8472f","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@4.2.0","_nodeVersion":"12.22.7","_npmVersion":"7.11.0","dist":{"integrity":"sha512-QjzTGi0JWu9PCNO+EH8ivwAYZC5vW/ly2eFJ7zRHcD8XLF4OIgeLqNqeRaFNNBmSYvquoZU/X8KRMCogFlfioA==","shasum":"a9905e34617722d4054d029228b1e8c4cf3c7014","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-4.2.0.tgz","fileCount":41,"unpackedSize":178659,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhwXWwCRA9TVsSAnZWagAA/HoP/16KkmFcznAF5jaCl+qQ\nvsiaWN0v+vKacC+dnAaTU3+Fd4N2LRrvJtV0xUcMxwb6ncSkUMjEgfvH5BnO\nLsR/M/kghX/eMikAAOLwhd9/Oi5YVysAISBtQ2/VEdpKA7cXF2D+2GBVpQzD\nbKLFAKaCe1AHBHDPHHvRqs54uYD3/rksZ9U8AlVPrkz5BJZf2DRJuLgyFyHs\nrbO04Onjw4dtUAW6rWqN4zEU+GbMWIhoBOvra7cMcYHH2dQgSTy90fPCQig2\n/AWihkIaN8cjHG3G1GU7024xy66U8CDB5Iugy605BIiMTT4FODr1Yo2L35Gx\nxFH/TPTAvCsQuR3t3UZzqfPeZ61t509xDLEPaYwBTIhKdt2bKPZ6Ktu4C0PC\nTeIHskGp1iX2Fan5zkZkCk1wfU/wQzTlnIeHxn0F1Pi4muVnNT6+evBDCCDF\njSzbR1bc0hsEPj6VyrzL48MJnoCQtxwYL9fqTiRZH+zduf55wV9/rFvkb6e1\nT78oKcqkRJFDkVmtrLy/SikcI8NI8J+y4K6mvw+wK5FQD03QqSzK3japGvx8\nvVabwSjHM2Af2yH8C4cbuiJrVpoZnUcSaFwhKAV0TYD7F2jTlxS+Vwr8WZL6\njkUgUgrN6xehzzwMtszqWcQDlvHGoTcvNXIT8QT4Y8fMcpDmPrExMZjCrE8S\nt4yz\r\n=Pi7/\r\n-----END PGP SIGNATURE-----\r\n","size":50702},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_4.2.0_1640068528379_0.7975762614358421"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T06:35:36.636Z","contributors":[]},"4.2.1":{"name":"bull","version":"4.2.1","description":"Job manager","engines":{"node":">=10.1"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^2.13.0","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.27.0","lodash":"^4.17.21","p-timeout":"^3.2.0","semver":"^7.3.2","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"e394aafdcc7595e6628f539685fdf16deee15ce7","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@4.2.1","_nodeVersion":"12.22.9","_npmVersion":"7.11.0","dist":{"integrity":"sha512-YkCQZMOub++siHw3SbYYXZ5xGEn6Tt3BPoCVq/irPNCxUqUYzta8yDlXyyAsfMKMVj0M7PcnynUabfMf9PFpOA==","shasum":"c5a7e1496c7903274ce90192e4e5cb18f6c866c0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-4.2.1.tgz","fileCount":41,"unpackedSize":180339,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh5OBACRA9TVsSAnZWagAAFxUQAJ0uO8BaV8svbkuCgKZd\nRZVAW+4aasXcenzXlIxEFuWqKxCRGuh4d9Wmfs8iX9LH+EBO3FS/3ImKEdj2\nlbVnGlErDy7DjmU1kI5jnr0M2PmTjNn95PKDzAVUmVzzFbxvPWAzWnAOOKt+\nCjW0WdK7R5oX7F6Z9DGLaCByOTewjdyRX9GffPMtjHQN+POvilREzNeSMZj5\nV/sZ7MEnGKm6YmgEFYYAARaRNSf8PPIcSLOM9/fLhfYat1ey3R/7BF+dfHji\n2yP/SVX2JMAO3CH6l4b7FhojhGsuA/rHKVxGrimYwc0EpGlspP0OAHbLPwhr\nzS+XqwVRS6bAgiBh57oads5lkE8uValNsB5v/UZLkLSXMO9sMtV6xcXdSMVf\n7ZF8M897QXuAKE4PlF3rTrUwaZpOKIvX5XLoyRujeCfe2jZJDXFqKq3sa13M\nHrNEhzcozMCq/FV0dODCLXlxu0fJ2wq3tI0AllsZGZw20H5wTvC/y38RkKrH\nz6a3IsM/xzSW8gi9tsBfkYs0v2MSDsiySBWOqkeMwgY0pTK58YR7MZi/jIAT\nzhtG7oGGwayOksAPzhiKkGrnhsePoh4PJR9Ad9GxiV1OxN8vCNioa/T58Ord\n5I8TLPMBTMem0LMnY8Hhrt21LLNUFs1cvMgHiBDmmBgUkDdpXDotmQubBuuJ\nRNQW\r\n=6gAh\r\n-----END PGP SIGNATURE-----\r\n","size":50926},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_4.2.1_1642389568122_0.3629299160932584"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-17T03:29:37.692Z","contributors":[]},"4.3.0":{"name":"bull","version":"4.3.0","description":"Job manager","engines":{"node":">=10.1"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^4.2.1","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.27.0","lodash":"^4.17.21","p-timeout":"^3.2.0","semver":"^7.3.2","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"99a51c7c6d3d91fa1a607046bb335be677dde371","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@4.3.0","_nodeVersion":"12.22.9","_npmVersion":"7.11.0","dist":{"integrity":"sha512-AFyhLSbCJPhUhYV9s9LlaQIJ6/T6UFDktcRVOf5P3xQTBgURLUmJT/kPsv119gI1LiljtN1vL26+q5Pf7mYVCQ==","shasum":"7f4eb93e6a64571b70ab8e5cf2bf82416919abc9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-4.3.0.tgz","fileCount":41,"unpackedSize":180589,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh8QKLCRA9TVsSAnZWagAAoPMP/3GYn1+iaJt7uSuxJTCl\nfeqKV/MMsUtry/+IhX0JMEBS0Gc3S6DOQhsXVUKyxCvUHmijhsd5aEw27Rei\nTp+pQGZWdiQeQnJ/WXUeyxvG/W4sj+j9qM/ntZleD1g3bKs2PCD+NRm5wUBM\niqK2C5V6V5vTxskuR9MveV84WQvfOwo+bBrVoF2za1OtYxUD/A0lgIGb/Oji\nywBZysm2goa+hDBgQFevJTrcgPdrum/HXDgI0j9XymWfajGTUTXeet2mHnnp\ncbq9oF7fLMItgT5GTPX+IF0mkylxa+U+MBiDkKNEFdOtpA8lfPtoe+mkJkKA\nVRJ/4RRFDnoNyTL9FnjdOicPYcQ+jricMS8+rrNJB+zawwt0f11BnpsU64zh\nfOwhq3TX2zJNzM0q0i0qnYb5HcQp0ou4XCToKjeC+N9iX7WC9nMLEOQf/PY7\nQtblsUpOSdRnYBcp4t5vyJggT2lhbpCFG8SEBCd51vYQAM5pNzXqUUxpHv/S\njGt8M5jZuj3T2OwmgEaE3N1ffLHHMzvWQDSv2/a433trkRUs68Qc69CD+CbH\nkefcszje85IjVSUI4xia4imrshFCXxTZBtgSxJgbC6X5/CXddOI8jQA7PCgL\nu2X25yfPnF/ln3T2+K9GRnsK1MO6hxG1rtfWxfbcFKfgcWUNFN1SuVcbXpnP\n3t0M\r\n=AeeV\r\n-----END PGP SIGNATURE-----\r\n","size":51060},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_4.3.0_1643184779469_0.21987433585743954"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-26T08:15:19.105Z","contributors":[]},"4.4.0":{"name":"bull","version":"4.4.0","description":"Job manager","engines":{"node":">=10.1"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^4.2.1","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.27.0","lodash":"^4.17.21","msgpackr":"^1.5.2","p-timeout":"^3.2.0","semver":"^7.3.2","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"d57689cb7040bd855f7ece187c43c953359383df","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@4.4.0","_nodeVersion":"12.22.9","_npmVersion":"7.11.0","dist":{"integrity":"sha512-x+SDmRhixg8EqXOnE9Q3x9H5zQqdVZypiIEgqE8lSA1M1iE9IAFMum7WU0h/CVZvwbLTWD6if7OrMCG3gCXVyA==","shasum":"4f29ef8e0a87e7138dfd72cb435d3ee37e434b68","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-4.4.0.tgz","fileCount":41,"unpackedSize":180778,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh8VdvCRA9TVsSAnZWagAAh8EP/3houUL5dv/d/JDN7j1D\nQ+Q64nri/0E+P77rt8mhLLthYtMnzPCG6PuytrbF/e3hlTcxz0qwKsp1lLF1\nDSzfid+5L0K5um+Il7EG/61VSAmxV4FljKDgqpJFQC97i0yjWkExgOfLtv9k\nd4nIuYh2ksuatoBE87g6FbYi+CiHxMuesxGVe23oX1LEITsYC1P2HpVOkPS8\nRQ59TwcWXl7/lw5HxUCYjancYd4SB5YK6GK/iM+Pj+lIE72w5ScR5XEu7rnm\n5oJKwj7M6LtDzdzrTXA/JbHg7CSzpqc8CZJaFu/bNRPR2w6S7JhHNRKmo+m5\nZ6apVuENw51TqI2Mlacm8M9ptQzRVaHdqm6wRx21uIgyhJ74v9rRPTQ8Z/cY\nHZak35gsMwx7H1qGXNA9r7KfxqLLo8N4wA5Hg2ucoJU4UktJLMit890NPsNu\n+kYHr2vceyue2mipZImQvAP1zChX3595DiDQMTp+ztHfwOmnr4QuvjoxXxPw\n39bo8XP7FLpF1tdC27tgCtHSEESzlwF/kqI4Oo8HXqY6zNXEpLXGjrZaHRJJ\nJ2PH+yvadRQb7DE0uLXK8jPKOOojXZfJZkvFZorMujOid5kIDq3qqtqm7t/r\nxopNiuMvrwAGLALr9hEZWOIA1udEQIYyHH8JSllPas3zkvBBV2RRIFJBB91a\ntqaB\r\n=zr+h\r\n-----END PGP SIGNATURE-----\r\n","size":51219},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_4.4.0_1643206511664_0.4667990597171692"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-26T14:15:17.801Z","contributors":[]},"4.5.1":{"name":"bull","version":"4.5.1","description":"Job manager","engines":{"node":">=10.1"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^4.2.1","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.27.0","lodash":"^4.17.21","msgpackr":"^1.5.2","p-timeout":"^3.2.0","semver":"^7.3.2","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"65972184e7dbf156bbf4a4edd8d70a6bf3019b53","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@4.5.1","_nodeVersion":"12.22.9","_npmVersion":"7.11.0","dist":{"integrity":"sha512-tF47nzpjAbrvI6ef0dGfQLPthoFPwxSoqBG4jwvSYs5XZ7RRHDHlspjMMl6HOgbx/c9oDWN2AFFyaGMKSn+5yQ==","shasum":"55a96837e95b0bde2ded835bcc3b2725b7f6367c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-4.5.1.tgz","fileCount":42,"unpackedSize":183453,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh/6KSCRA9TVsSAnZWagAAi/UP/R6VYwf5e71nHvXRX/lN\nJX+osn+VALQc9E7MubwCoEYkE8YimM5iUR/kAyFCL9qmMDC8Mhw3Sv3kofgR\n5TWHirG09s8SSben5KByMCxJPrqIm2GqdksYDHyNasnOkC0PKDxvg/2A2aDT\nD+Tucv2h6/VpnYhR9ycYtB20iE1WBoFjGs7dbqWCoDOLaVsiqdlDcJJFt0jo\nm3fGTlmq6Zz3L2ovy7OKI8FCRZ7sFfslJDIHTctrxAaqH2cQ/VYRFolB/Aad\n20XdkTrdMRdnKbDzJ0tBZxuJNvDOMXHO2Odc0osLg9I9vXmTUGsHeTB9T0kg\neZUsuHTIwP0CQzAbrRvrxJN3VaoSgfLbIMq1jgdIN1uvr26FiN0XZwD9mWck\ni1f7gw3agSeJuXV5oXN8MZxgmm/gOUp83TkJaTPed/GvLBqAhUL+uOMMcKcw\nGszCt1QkuaejxGZ3ngVpy6JMJ1E4hgKU02Mx18IhvrA3IIl/XJfdq+Kx3YOe\nILU95n6v6zGhEhUXT+X64UsjLiaDsRPNpAsCG5CR4DntnuhFZBK1H4xa/Av9\naNWwicRzkTmVWVoy0km0MDPP0vx+tv9qKRZgkkEYb7KY+dKPGFqbyexq2Xl+\ng9eXknsw8tRfuBJJlVCKF4qjDCSdfACJeemPvEFZpWni03sZjp3qVo1GY+16\nFZiL\r\n=0s8j\r\n-----END PGP SIGNATURE-----\r\n","size":51889},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_4.5.1_1644143250281_0.6919634952427558"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-06T10:27:37.926Z","contributors":[]},"4.5.2":{"name":"bull","version":"4.5.2","description":"Job manager","engines":{"node":">=10.1"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^4.2.1","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.27.0","lodash":"^4.17.21","msgpackr":"^1.5.2","p-timeout":"^3.2.0","semver":"^7.3.2","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"997bc9d82ad823ad847011dda489e43dffc68fc2","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@4.5.2","_nodeVersion":"12.22.10","_npmVersion":"7.11.0","dist":{"integrity":"sha512-KsKlsPMoXQhEOm4hT41Uxmm+ilsTEhBg0UpyVy5Z4o0A04esXZKmvnjZSpffegG+Hyquko6dAbaXD+5+PtpfwA==","shasum":"19522b830c8574da2014372672ac912e5c029356","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-4.5.2.tgz","fileCount":42,"unpackedSize":183730,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiCcCSCRA9TVsSAnZWagAAUPQP/jI0c8YXx3ppVf3IKUTw\ntVQXoWw3ZUZOKtPvCtizYikYlPOeWgaBFl3pgDKjVYX+MVALM6l5HFhObZSM\niyojb98DSBJ8d4cdt1UfmjkjGHY/JXa+VQ4SMxMrP7bKxUKa8vMM5LIJCoWj\nj9bZN4KPAZAL2yfCNwUJqZdYVCAJd6u0iEVhHU9h2f1hbUJkpdEjDLi260Uc\nNg539nWPvoug75JgCVSfQprG+4EX9ISa+DtafNawDs/AtodxMfheiMGH1zUc\nbLp3EHeDMmrfL9OnsuplBdobDRRXoyP7HOgJwWOOkV1pwxQvHejF/MnRIP3P\n9A8s5LUUT0+kD+IgB+8eFQ8lWZ4LOrZpuz2rfLzEpoia1075TmXbU9qyk+9x\ndG+vKA3pThrFs0T9Q+Qsi9abTos8+XRocaczd1039tVw6AQDFTz3jNqV35UC\nWnwzXq32S93+0yc1Xbtgv2amHAjuf8oT0H47bVZyHvTOMh5zX/08L+ceQj2B\nZPMZyrm0c1lb5r6VsOA1wFjy3Py6j4htMoiYvLCDrVDvuec08ao1X9zJU5mo\nDDZVIXi7UdWip35R2WW4gasUs3Avoym1Oj6kMtTbahk1gboptZyb6QNWnkAC\nKOODonhkgLZqASsJT4ruIUTPRF8xICUtSPqVEbv6aJc8vjP97ZBehAxd4BKV\nq9O2\r\n=BTZQ\r\n-----END PGP SIGNATURE-----\r\n","size":51984},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_4.5.2_1644806289961_0.6365604581097297"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-14T02:38:18.432Z","contributors":[]},"4.5.3":{"name":"bull","version":"4.5.3","description":"Job manager","engines":{"node":">=10.1"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^4.2.1","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.27.0","lodash":"^4.17.21","msgpackr":"^1.5.2","p-timeout":"^3.2.0","semver":"^7.3.2","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"d11a9fff1bc8c33baa219b0888f483775bbd8147","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@4.5.3","_nodeVersion":"12.22.10","_npmVersion":"7.11.0","dist":{"integrity":"sha512-jxSGXCDup5m/L68UUkOgwWqwpCAYviDGU7D1KSjp9SNjM1W4RlGZyku6FL47ArUAYfsnI+pLwdKxWy+om8wijg==","shasum":"13d57e07e733a8b77019d873391a8bd7dce525bd","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-4.5.3.tgz","fileCount":42,"unpackedSize":183905,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiCi7KCRA9TVsSAnZWagAAGToP/i9qPwqZLk5RTzyoMcOp\nLxHhHrIaV/KqYMUpfDbCYkNXUsk6hVrxsuqTRKZHxW05qYLbFfc4XCXDHMB6\nFGy7Rij31EDaImKYGS4IhJJZWRL/41BKiXnlxckz1IgkrkcakPjpO/tOM37l\nIIftXDdgWtggpO6mCqajsG5IZpzs5egxUfcXzxX5r24igC6jy+081ixEzlFO\nZKeMJf1a9IpB6hiv6M6jN/olcivEZMoXyrk/oNrlGvF5oxtwG6WdFj8MrS+U\nXU0H5gFUgUEx+4nvc2A7vQwJWlJEr+D1dwcykpTtZsa+GHXMH/Eu7S0SUmym\nT5Lp282cPkYdd7A4CHxU43Mf9J1zFw6PsMqir4qy+BN4qKgSFD0M3cWoDCnt\n8thl1lK3XrzdiYt3l+HH/iXB8hXnnG97ACROcGS9QbeAMJFi/rzO8cfs8Gk5\nd5FRFyZQ9RO2TgM6qBPBHuAtIVTnJQ60m2VkO2vAs+KFwelGR7fb1T+H7TWK\nkke+teLDxP4VE6oX9AZ+ijZxkruoEpx8bMxZXsCffJ9x2fvO/Eh89xP9EnL8\nOPiTb7qRCUdV8IWJatzdOuFp6V3u2ZbVL4F+PN79noT2OwN9dp/c20xnWZi8\n7iJ3F4JA53NLxgAOnn9GEBgdklzejNgMqjyDJlP68pDXyWclDIm/fx1VIcLt\nW6Fv\r\n=rcrR\r\n-----END PGP SIGNATURE-----\r\n","size":52025},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_4.5.3_1644834506597_0.3518343548260312"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-14T10:29:52.879Z","contributors":[]},"4.5.4":{"name":"bull","version":"4.5.4","description":"Job manager","engines":{"node":">=10.1"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^4.2.1","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.27.0","lodash":"^4.17.21","msgpackr":"^1.5.2","p-timeout":"^3.2.0","semver":"^7.3.2","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"32001d982171945725de676fa90d2f712acf5f93","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@4.5.4","_nodeVersion":"12.22.10","_npmVersion":"7.11.0","dist":{"integrity":"sha512-PxKDgUjOoLjMfmJSCDTY3nUTJVU5y6j8DzE4+JOlNanIjGgLtBr53oQh1wkUdYsZ6/HYtf3uokSKsdkCGQMriA==","shasum":"d73c4ff293177d2bf79d8d5f34b3da7a7d7292bf","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-4.5.4.tgz","fileCount":42,"unpackedSize":184104,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiCjvDCRA9TVsSAnZWagAA51kP/RGCRrsDhbNP2pzCfjFV\nZJwaAPwdmVGpldk9BcPQzoEIVkhTQno8HG/n4nQ731QHJyJF5UCb0MKbxUJm\nD90vy5+068/MNKffn8yU1kZ14SUgQVM/fEYkh/2C6myofkRJaIE4CMTZt0GT\nhnRcdVmVomO0qjp7aZXzWPOKf/S+Wnuna7rdDo31eOTLi0wb8059P7KXSMUG\nPxJFuKInOtW6x/FrCHbJBsJWVUq286vidN6xbcObwoSFZtejR+uLNJygBiby\nwTvWC3lzqMvGSax2UZdJmtRzSv9RKUg0mhtIfni8K8iFiJ/kNopiC1Rsnarw\nBB8uYCDWBHHgkpFpiJT8Xxeu6bDhqCDCC+mvx1bXdOflBdCEg+dgL/L3Xwdy\neNe2EVWC5C6K0ym6w7B/04DeZgeFgnKu+6QGfi2LgI8EJ5XbqZ5YN/sTM/Wp\nP4R+56weWI3Eww0lcZ3xjIxfCjQI7chBZOm6a2I5ejwc1xIYBioh40MT72RJ\nZhqVSd15h1nlBsgIX2eb/4pg0T9aSgZt7E1kY66S1t3/xKGOjTDAkM0IxaKW\nbMwoEvpSn1+OT+YhaUncJRE/sdgnRFDFD16Urv7/LC6ixwjerZZJLCCEZ8A9\n99B6KIS/gD5/jHYyKyTVgqw2qbgvj0qUKiglOjqphX8lvckVqE8DVf/J7Jl/\nDHU2\r\n=P8Jv\r\n-----END PGP SIGNATURE-----\r\n","size":52072},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_4.5.4_1644837827305_0.5399311023190196"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-14T11:23:55.493Z","contributors":[]},"4.5.5":{"name":"bull","version":"4.5.5","description":"Job manager","engines":{"node":">=10.1"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^4.2.1","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.27.0","lodash":"^4.17.21","msgpackr":"^1.5.2","p-timeout":"^3.2.0","semver":"^7.3.2","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"11b5e5b5860b1bdd7b6138572e128a53d381b770","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@4.5.5","_nodeVersion":"12.22.10","_npmVersion":"7.11.0","dist":{"integrity":"sha512-4GX9zoDwkSgdITGWUWGb1kwddgffOyeTLxeBzANbXhBGFb5/HypwsMrInyWQ4GmpZG/oM3oQpUqr+KGX8s7K4Q==","shasum":"6521e514aaff77d3d40f780dd0214e1738c16b32","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-4.5.5.tgz","fileCount":43,"unpackedSize":188441,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiDMziCRA9TVsSAnZWagAACjQQAJqZ9WNo7WdZ7Jt1GMnH\nDuDQUkAtwyNjjDyVM5SPwzONHgvOtueXMck4UkKbFRTaarW/sLvbHjpW9y++\nwIy50WjlUEDaClCh+keM9ZpfFKmHjpyNCV9fTZ9b1vqT3G0PnaTt8dYJyQAT\neaXwWXPhwt8Dhm9YW71kyGDTZaVwwBVwKy+OjJQ2mesPv1RjrcR4yhLysyKe\nZF7+/EybXdjlPS0zJ6EIOAm6zqh7leKJWEEQTcldwXukXdzSX1urpNTwbfmO\nac4EEzjPfnmWqWfpwmVIQ9f8ihWPMhX+xswU8bjV0JO2v2+y4JiNU6Wb4z4R\nyUic1/mUgNL8xA9z/noRFCghVNHJg7kLc95lzv+htEv5qkg/FXM2iiSSfxxZ\nl2nQoi8rKUQ6TyLApKbAQb20mTI68Ko8yIkklEnuI6KDgIGhxvw8qRzIlg6I\nqC2su5RphXNOcZCYnRTkrLesPAJ/HX3j98Ea9OLPYdkDoVlJYqppx4PX/lFj\n3Fq3YWFBh5P+IsVOm4ZDLBuElacfvkPcD1+7XCcG/fTg6xJazfB+NsflNldy\naqrAeRayIzYBai1fiir2Ym6iyXXpAubW6xhwdfSFOpoEORd7kLnVC0rmBQ3B\nWYYsOK9kxECZbmAkgZiFppp9N7/oNFGwIUG0IHEXRZznyKvRma9aBaGeYQD9\nf2JM\r\n=bmsM\r\n-----END PGP SIGNATURE-----\r\n","size":53402},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_4.5.5_1645006050378_0.17659799237588536"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-16T10:09:31.710Z","contributors":[]},"4.5.6":{"name":"bull","version":"4.5.6","description":"Job manager","engines":{"node":">=10.1"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^4.2.1","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.27.0","lodash":"^4.17.21","msgpackr":"^1.5.2","p-timeout":"^3.2.0","semver":"^7.3.2","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"4150d5f0c1b1e62d166a1edb0b123c0ee6b7baad","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@4.5.6","_nodeVersion":"12.22.10","_npmVersion":"7.11.0","dist":{"integrity":"sha512-npt8nIpMVKxauuipo7bpeiw4zsJtmA+DFzzQ2ESIPv9sHuF01CzGJ2GcVlmKHhXQxymRggDBu3hl+WaJyZQdOg==","shasum":"58908fcebf2d469e72f8f3c96e4ed839a390decc","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-4.5.6.tgz","fileCount":43,"unpackedSize":188973,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiEcHpACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmot7RAAgd4SfH5qGuCpgoEJ2KovSVTaGNXcYnbCIme6eZaZexGUN3lW\r\njGKkTOIIApk1eKcyNID6fqzUuPOZnBiZThm4JL9f1I7X49aD04TCno0Sjqsz\r\n16HWMirkgGnKQHG700CAB8RqRvUqVx8GhLGCMCabmyLWU+43uyqchnMN5AWC\r\nfzUIdYV4Mm/bCDBVZn2qmc9qYnWZ56UDxVkEicNE/0N8A+OgwRALxzflvarF\r\n5gGft6B4mKN31o9v8PfGZQbyHpZlDpVEcsQhRKRaPm8vbuzTrKyYPdDxlYz2\r\nocvi64zUYvag2FnS5bZRCxJXA4v1uIWWJkutXMqUhE/oruKxu72397h54K4j\r\nDPb0Pl8hjBSTjDPbfqFKcHg2ezmOMKMavwI5o6vwW0vl9wpuNQkHlXu8IkEj\r\noP8QU3Hden1G9NnGRvzsg8wAST5IMh5VXtKfnGnYeDL3cdXmPouo1yqboUAa\r\n+AwOVjMwsWj+fDGC245i1bzSUVa/H2KDoODrRKr7L3yWOTKFOqcZqEtwRszK\r\naFH6VCbA38bJ7+9574QwZHo+oP/KHyid/UyS0G+M+58a2arRBnVJK0WlTIyY\r\n84Y7fnpnkX5idTcDtoScUb/zD71aXzCzLG0gJ01rgXuZtqxjMd4JYbtEFLgx\r\nHvUm924E+pJHYw0K2JAZH6+Vvm5n6wF/is4=\r\n=uPlu\r\n-----END PGP SIGNATURE-----\r\n","size":53548},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_4.5.6_1645330921091_0.2939881041982151"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-20T04:22:06.155Z","contributors":[]},"4.6.0":{"name":"bull","version":"4.6.0","description":"Job manager","engines":{"node":">=10.1"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^4.2.1","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.28.5","lodash":"^4.17.21","msgpackr":"^1.5.2","p-timeout":"^3.2.0","semver":"^7.3.2","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"0d5687afaabd8bff28a450b5af1ed88d10b8183b","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@4.6.0","_nodeVersion":"12.22.10","_npmVersion":"7.11.0","dist":{"integrity":"sha512-WzYtND8mIC7LshrSNFVF7494qn4W8TbzMtzrJIX+mY0eXegEBhr301ije/NUslyoLLk6J8LtbNd3qHk9f0TVcw==","shasum":"c0e03f8a135d77274ec0e2dc3a60e283978cf5c4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-4.6.0.tgz","fileCount":43,"unpackedSize":189312,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiE0RAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpaHhAAih/wuoNQEj0jYzQsCTzGJgChaldp5KrmcxavQS21mDN/hDyR\r\n1lmIZQW33zAMH+jcaEF+T7ACAvBxcTm8KHRTkqH1oKUFlkZx/GMX+8+/hRW9\r\nW8TKkLfqB1FhehjINTmdnmnPInAHdgYTb7tSTnVvjb1oaHsaIXPpJST4ETFI\r\nDcg7uNsAbLMMO/M9CWveiXhNju/dmjbuOiEsP1VWv3jhNab9QbXFE5G0Ywpi\r\nhtOCLw0E3+obzNrgoFjOZlvF9OnTFiqHHRTw6YlHl1JkiizCy+HOxsBK6x86\r\nFBQMTw6ugEEaIfa0kNpZGmV0zm5v8XqqIY91AYlqWGXpmZVtVkPWocdmqVkT\r\nJ1ReKCihk4HkPOWshc9Ti1r5QIdvMvAfkWw+mVHyA0BdW2uXr4aYb9ns/F5q\r\nQJGJR6AB3BeuEqC26sEuPNWe7aYQFbqxujBgY3l+Rx6HRWRM4WRI3r0E5WTX\r\nXHihpwD6sepAURMSJs2s8ZP3FEjV0/FKtjSstj+mkwXwa+1TThxcTDfHSc3K\r\nhg9dCQxhBGkQcSaYaxlkauI4Tz+V9geNjyQOvrQN4ZnAvYe1puIwi2zLBBsf\r\nVg9pOIUkWtdK94Fx+VH0qoT1n3pV2gYCGnQEuDo0pH6tyzld7/nNZlGSrAYP\r\n97QdOIbQw3KAlnLGhlJBpDgqUtNCIFBbXog=\r\n=U1/S\r\n-----END PGP SIGNATURE-----\r\n","size":53644},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_4.6.0_1645429824327_0.69158123156845"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-21T07:55:50.847Z","contributors":[]},"4.6.1":{"name":"bull","version":"4.6.1","description":"Job manager","engines":{"node":">=10.1"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^4.2.1","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.28.5","lodash":"^4.17.21","msgpackr":"^1.5.2","p-timeout":"^3.2.0","semver":"^7.3.2","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"848378dbda12f0ef4a2bf02c15f5242702254c7f","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@4.6.1","_nodeVersion":"12.22.10","_npmVersion":"7.11.0","dist":{"integrity":"sha512-LjTBDy3Mua7Tz9xYn2kl/HJvwd5qj6XTLiTCXtPyPxP4HtRrixkm7YytKRFwQbOwcfK++1sBrnIp0nb0ePusgw==","shasum":"9d387a30414cfc7fa64b4aa16ef9d4971cb6563a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-4.6.1.tgz","fileCount":43,"unpackedSize":189610,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiE0hqACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp4Ag//RWGPeeZ7Y6GRynWpiPGp+4oeFgCNOgenUSRcZ0xGd1bOlwTP\r\nE+KiIlUG8CMfCQeukxJLze3q1Eoqg1JqEeoymgqGDbRBcLu9ieqWD4+M48YX\r\nx0c43DtOZZUMFLuWUr2rVYVAC8HQXXmvLl1xLZNZfA0rklloaMpfmWfTW6qB\r\nP9L6eN5gjIOCxA72oU+he0jF9qytU7yX7F3onvwGLSQhRSI3pUIZwqylc+1Q\r\nDaIzUL3LDYDt+beVnnI3wql4YoWhITqcKhVnUIe4ydM/K+OFOKoJz+rgvyIz\r\nUhs971lDfYEPudBOkNufaTdWX1xF8YSjjwDCzJ+L7KAJVCapJXApGkz8YRAW\r\nYqUQ389PyHcABy+lwZzcW7OJxviiKpgGw+Cd0qNJYuVLmwFs5wr4oUxxhQQI\r\nAB1BNyA/RlyurQDeS7rD9/MPXMNTpApEPqXH7B+Nh17o271E9YwKEFixheI7\r\nyl+3Wp5fV+O5TcjXGbJvMTfSzbXE+5cNaQ1cf1KIiwpYK131OMBC8S7CEcuE\r\nEc+sQHtffiFre6VUXrB1B5+XUf4NBFxNloACCi73v+fK+0ggcmwzcGQrE5jD\r\npCKUnlncIdKC5ZVHqAeNsnQ3MnC2DCImQHX44P/QZAEOghcgoLX090wWIDn8\r\n25PU6F6eUu6/FK3bz65vdOuMTNvfd71Htn0=\r\n=84ri\r\n-----END PGP SIGNATURE-----\r\n","size":53712},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_4.6.1_1645430890492_0.955582489510213"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-21T08:08:18.315Z","contributors":[]},"4.6.2":{"name":"bull","version":"4.6.2","description":"Job manager","engines":{"node":">=10.1"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^4.2.1","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.28.5","lodash":"^4.17.21","msgpackr":"^1.5.2","p-timeout":"^3.2.0","semver":"^7.3.2","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"a0d79463fce29a6138f3f2ab9bcc9cf531ac6c51","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@4.6.2","_nodeVersion":"12.22.10","_npmVersion":"7.11.0","dist":{"integrity":"sha512-RA6wnL+rZ2GRHMhz+UxFEn7hlLBpxPEiW4A0UY3YwWnheRA55AT4MC0PknxqO1K55pGFKSh/GpHQaj8flJMm+w==","shasum":"fdde3b13245cff79571d85c4702884dfbf419b27","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-4.6.2.tgz","fileCount":43,"unpackedSize":190132,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiFbMAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq/MQ//U/N7VxfLLqmON9vO/Y+AQ07HY+evS8+xS/rNjLY3lutO1gmp\r\n2hLq6VgATDXrkx6kPCUXJlPXxzuu5CJwSjQSTmwktThG9mPmbI3o13PWxh/s\r\n5VzsVyIl+sG4qS91bMRsCkJubbHHGgSHYCBXkWdRkBYCMG9uWjcC8Mt+GEae\r\n00v0NI1vq++HNjTo67sID94BVFfJ2QTRpFX7yuz7MXbirrdio6gNZcEoKr0B\r\nUzgU2I1fuUWKAXX1f6EF9XzTmwxyF0W67XfMuJRIeQaumnjb/m5MXghPmrZ0\r\nwYl5gJHh/LNMD4OGXohDYNlPP/0ZdgK7Lu1H/1L/hUMhD+/esl5JIuhSeL9B\r\n9EUK8TTdR2yrzq4TVGd4a1Dxs5kOT8wUcHQsEfzG9/4EJFQq4Tst7VOCj2uC\r\ncObMBb4A83ruy2RuRbSnv+qgBagu/nnQN8gj1VsHYbAXksaZhLKDOApEClJy\r\nb2zKcjebu82v0YnaDNrHxTsu9iYWFxhK9Bg8PoQKnzFWYcHFuJjyGTruaRMa\r\ng6HhKVqWUkdQZK5IAvuJfVFm2cNrCpcYcqDEoI85/8w/dsqvYmejUU18ye9M\r\nS+6heWzgxnJ6l9mRBKHGSU+r/WeX6yZQA3mjBDUyeEUhe2eVfRe77a+W+A9j\r\nESGApXL28niVv5LHPxr1ZxAY+ATSp+3RcZk=\r\n=wbNs\r\n-----END PGP SIGNATURE-----\r\n","size":53831},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_4.6.2_1645589247998_0.8827487624373023"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-23T04:07:36.137Z","contributors":[]},"4.7.0":{"name":"bull","version":"4.7.0","description":"Job manager","engines":{"node":">=10.1"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^4.2.1","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.28.5","lodash":"^4.17.21","msgpackr":"^1.5.2","p-timeout":"^3.2.0","semver":"^7.3.2","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"f9b30dcbcde8a88180d06086557522a327053f5b","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@4.7.0","_nodeVersion":"12.22.10","_npmVersion":"7.11.0","dist":{"integrity":"sha512-rnJIsuXrDjDlz3HMHz6xobiRZAWe3o4MJBkzx7FdUjO+K2nSYrhR2KpcL+ZCNUMPKtONxL4DqmRjat5SBHFlAw==","shasum":"89442d4676117edd9f9a1359bb0edfb489595e70","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-4.7.0.tgz","fileCount":43,"unpackedSize":194038,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiHtilACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoZ8RAAh5Xhf0iIU7yQQHDrT+nUId5rH7bXhg5tz3nc0JuGrQnxT6kj\r\n8dZAJ2rjk59HQyoj89x1fvz01BqGcmnaG8jDl2dugYfzJnyzR0MRjWE75jBb\r\nBpe7gBTljCh3/UbhxDVLAez/67upPbdy5AYQ0/syHzZCkuxycB4oQ9UFtMXX\r\n7oUxiIPYx3t0WRNPB+tnWDtYaNBaEiMKI4Fl/5i6l9fIfUW5rS1nHdl+eOZD\r\naqN9mFGkxkiAS2ZnQVXzICD693RzAHfw5F/XyDDqCb8gz1m2KE6BNk8rl1Hm\r\nR/NugT37K9mb8PQoaC25H0MvA6R8brWR59UCvMF7npDLkdYbmxAKJmlGFTip\r\nTZOs7YB9v83DZQVkYQsyYaWJmPMH3BcV09bVtvqNNLZALW0JJf3qRChXRIle\r\nPHst5tnBpIvcCX2ZOyyG/VbUNO+fFawun28kmKh7W1ut4XmvtDaDUjqC94bR\r\nkUlGztmbVmUr2WarSQOvFhadWOs+8bkPVvWQ1vA7w6nTWUInCtMIpRjO8dUQ\r\nPQeFEO8B5IDGQtDB/xHkUhOMzlpRil85HcfVFfyL+HVyxu7lS3xj+GSDEvEi\r\ns+yWrenANGN4TTwz6XYIhcnOeA3TYf7Y5rDwJVO/l6nHfXpvmgIhIvVuXEen\r\nuM5JXS53OxLF/x6tUgIAAyYa98OlM4Eh5i4=\r\n=FKe5\r\n-----END PGP SIGNATURE-----\r\n","size":54987},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_4.7.0_1646188709174_0.2007931159164693"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-02T02:40:29.214Z","contributors":[]},"4.8.0":{"name":"bull","version":"4.8.0","description":"Job manager","engines":{"node":">=10.1"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^4.2.1","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.28.5","lodash":"^4.17.21","msgpackr":"^1.5.2","p-timeout":"^3.2.0","semver":"^7.3.2","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"933896aef06935d5f6bd4e608d6f266f904c6976","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@4.8.0","_nodeVersion":"12.22.10","_npmVersion":"7.11.0","dist":{"integrity":"sha512-XQ/wH9KOhapoQ1HZ2ZIxZFBWdaZD+cQNQtQDS6UTFjQDAcDcqByHT1MxTWW008ePgD4AXmLKEkU4wubS3NgQig==","shasum":"e04582efa4ae6c574e049d0427c4ff2c5608fd3b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-4.8.0.tgz","fileCount":44,"unpackedSize":195068,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiNdbvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqPOg/8DmlEbMBWZ+0MWnUjySQvyY6WOGMBehuPcJZTWJWpGWLECK0n\r\nfN+sk3G+JuA43gqYAXHKUWqbBAShv14svfV9vmlvsNXVRuiMJcbUXMtaAWfj\r\nzNQ0e5/bbNJENZN6XFXysLJ4zI7N9OAWMnGAelBvBNurJRKK5X9QuYZXVEOs\r\nScINwsCDJCP8v88w4fQlluArkhm0B09JR0VxA8fHDCS+QM2zB07OgpSv1RK8\r\noB+X7ggy1QwMB67e0joWXhTyIo6QG1uBp3t4GQu9yFR4aak0UVpZg5tvBu26\r\nu6ClDjR2F0qRkANF3Fw19NgtlQvXjEuXONvZJ3UvrHVqE9DtFLeyL4LyPcXH\r\n5zF0nB9GRFl6pDH/UkDDpoQfJG5ZNlGkITJK2qF1aqjOwvEnXT3+A5glVWmB\r\nq+VOgASq8plh50iHtr/yKE5XWH4fyp9NqTAmnj1tm5np0xIdVsdhtvQOdISi\r\n8aORl4Kf+hiOwzu6cPM/4QlOz4n4MK8DMszi72MRzGlEAaaeoqVUmUC0pKa+\r\nwsKYVyVC4kTlrM0LsNN2i/1D5AZS5rV5TFxHbx6rf9/VjuznJS+CuC2LfdQn\r\npaGPxhcsOdhmPpcFUjANdAFppCrN1uyrTyoOBAonYcamimRnza80f9GTIldb\r\nIrpxq4WM3YH5VLK8kjC4RBAnEm4MILzbfEQ=\r\n=8ndX\r\n-----END PGP SIGNATURE-----\r\n","size":55398},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_4.8.0_1647695599740_0.5842702582331643"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-19T13:13:28.979Z","contributors":[]},"4.8.1":{"name":"bull","version":"4.8.1","description":"Job manager","engines":{"node":">=10.1"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^4.2.1","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.28.5","lodash":"^4.17.21","msgpackr":"^1.5.2","p-timeout":"^3.2.0","semver":"^7.3.2","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"61a87a8509bfc9227775084839544c444d69994d","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@4.8.1","_nodeVersion":"12.22.10","_npmVersion":"7.11.0","dist":{"integrity":"sha512-ojH5AfOchKQsQwwE+thViS1pMpvREGC+Ov1+3HXsQqn5Q27ZSGkgMriMqc6c9J9rvQ/+D732pZE+TN1+2LRWVg==","shasum":"83daaefc3118876450b21d7a02bc11ea28a2440e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-4.8.1.tgz","fileCount":44,"unpackedSize":195642,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiN9OWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo/qg//XQTLJdjsc4QM0KIB/1JWXfcsClVriCGTFJsSYSIyDrUwbFLN\r\ncx2ide8ujAbW7uRfEZzgQfFg79VwnkDRqZpzR4a0saMpOgFU1I3Yul+zww2q\r\nojjr7+rMllswxFuU5tOdtBN4HlCOaqNtHH9VuR/g84r7TjjBSMIKQCmJjjH6\r\n8r/iV7X67cylpCebAwuudazyuAmdXjKfS5yg1oRpNkzuePLMNOoDGKIN+hX8\r\nEEcD29AEcYEhaGCS8e3tjdfSoy6Xh3bAKaAJhJTD08uPCKUegG/IRjwDlOg4\r\nfygvCKg2OjMgiCxVGoH8BtEMa1JZygOGR53o9HnLmsw8/bNQON5I3tvIdnsa\r\nyJbkUb6nbE5zexVXPeueEapgRDix8bhb+5TqgH6Wb1X2XiSweGqLpQ9iJSiF\r\n0CnwTmVymnszhOw4Caj9SM4DMQHYHDVsOb5ZtvUPXzmEtkUhPUEaH56i4U4N\r\n//3HmvEm/nP77B/HiTIXb55BryDXuq2ZdrZLh+R94Acvo1elD0OYgwXqK/Sc\r\nG9X5xBGPNRUZkeLhav7L8uJfHFUj3IoUHHsGGsjJQt0joOJbdYr9TlqUJvcz\r\npYP0N1fFYjoQbnMo7VeIViHQowFau0ow0SPlQasnRKUpJgHUhr8lbyIL1xrX\r\nAS6GOXFPAE+LYqgY+B1/svRFnXl5kWJlrLU=\r\n=BzNz\r\n-----END PGP SIGNATURE-----\r\n","size":55556},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_4.8.1_1647825814067_0.3003869219337978"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-21T01:23:39.321Z","contributors":[]},"4.8.2":{"name":"bull","version":"4.8.2","description":"Job manager","engines":{"node":">=10.1"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^4.2.1","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.28.5","lodash":"^4.17.21","msgpackr":"^1.5.2","p-timeout":"^3.2.0","semver":"^7.3.2","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"63339499bb7a82c1157f2f75c75cfde2ce76754f","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@4.8.2","_nodeVersion":"12.22.12","_npmVersion":"7.11.0","dist":{"integrity":"sha512-S7CNIL9+vsbLKwOGkUI6mawY5iABKQJLZn5a7KPnxAZrDhFXkrxsHHXLCKUR/+Oqys3Vk5ElWdj0SLtK84b1Nw==","shasum":"0d02fe389777abe29d50fd46d123bc62e074cfcd","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-4.8.2.tgz","fileCount":44,"unpackedSize":196002,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHmc+ElBoWI0wCm4jUbPq0q1bHwTs+WR3H7oYJvBkruSAiB05IaUAXFX/Pcj02XQMm+YkdvP3veALWDLZpVTt5HFIQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiYQ5+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrfyQ/+N9pnIWL+4OPiyqxB6BS+aLXRjWaj993VFtVVbQPKEEviCudi\r\n/xp+PRcxbcU8W+y/SyBPoXp2jobRDMZ7yX6LyKNXdnKosSEiq34xv/PixkOE\r\nlAp5Q63fc71k/En0uX+GDa0RQdCvVk7JmQov8/pVUDDdAazYuk9zP4eRsseL\r\nyG0NRCkJmt7ELZS9ukgN6yFjfvBHuyaaPQT3UkLE2kWLqiZL4rtTdlsUjt4J\r\njvylnfIS/+FjJELkJTfwvS1COL/8eAFWAn9uShGM/7Wz7jmzhinkDne8jYLI\r\nUdn+QaN4KAK3yOmXMLME/QTRaq5Zrqjmu39mULCnX7JeWcdZnAcoZW7+1duD\r\nqYDoUwZJLzYJRRU9h5Y6iwDUzljkCK4GYWccaopU369yE+3QOlKQBlO3sQgP\r\nYWRuQXP9cwxjOFUH4x8MrAp79KR6EpY5BEm9/KqFzCcXX1PMftBgAuiP9Jfs\r\n4MvtSHVx4rJd8NA5QcOxzFN+g3sGfFe7p+dv5RXAUsLMSzHNh1DQ5Ng0dKgZ\r\nXAT+rv9AVnXaSWKKNlm8mwSRCormWUlNMMwr78XjH2fYGsUJCccVdmY8nDNp\r\n/ytJNMiNry3gZ4n4ydmrLgQRITunluwQn6bHr3qXEWCJbcHkB7p6ZhbO+d2P\r\nnom9oNhOGMc3UBo4QkLmaCQTtJWfk/AeIBk=\r\n=e6pk\r\n-----END PGP SIGNATURE-----\r\n","size":55642},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_4.8.2_1650527870142_0.3780061700370374"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-21T07:58:07.153Z","contributors":[]},"4.8.3":{"name":"bull","version":"4.8.3","description":"Job manager","engines":{"node":">=10.1"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^4.2.1","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.28.5","lodash":"^4.17.21","msgpackr":"^1.5.2","p-timeout":"^3.2.0","semver":"^7.3.2","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"41ec58ef2233074fc1403d448270cd2122741fe1","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@4.8.3","_nodeVersion":"12.22.12","_npmVersion":"7.11.0","dist":{"integrity":"sha512-oOHr+KTLu3JM5V9TXsg18/1xyVQceoYCFiGrXZOpu9abZn3W3vXJtMBrwB6Yvl/RxSKVVBpoa25RF/ya3750qg==","shasum":"4ab67029fee1183dcb7185895b20dc08c02d6bf2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-4.8.3.tgz","fileCount":44,"unpackedSize":196560,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCJuwUACNEsIY6j7wlnwtvUuvgxYjB/TPdKgxfdVJm4ZAIgFOFd5QNF6xG3CwanJId1Ijzz0nM0NK16b09vyk9eGlk="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJifGSPACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmor5g//bPHPjPd1fU2cKYwOasoL4rvHO0NdtSNSzIMt8TjSGLCxbjdC\r\na6PppiEXM2tKCnzIqSBAw82c0qv1NhsmmhS0YvennThg10rKdWs0Or4lOyIg\r\nkPRwAHQLKIvEA8FAi4oW+B+LSdId6BsIaEGrw6qcpREGhFAVMQT4rFKRRpGo\r\nDpCNrAo8c47/1Wr26H0bWTuAH7Zf6+H4DkL+93opEv0m+UBdm91TcPDDmyYn\r\nELJEFGJOiJLERy+BC8+ZeFev4c6rvV7ZC1M9h34jC0g/eZzaJW2EoxHrxKsJ\r\nKsiLKS9xDNWvlmlw3SYwALNdwXlJKFjejc/8pSp/IVXE9/TGCyhTDOMR9HHg\r\nrP8kEmaqiH0EOnrw+4gMUY/Yd8kW9HnJr4iaamxTLYZJrehY8VdZFwt2308S\r\noGykb0X2A62xZHwkxDpuwW5M0mNDHEqi9q9VNP7UQNLNpnUI7GsiedKhONxQ\r\nBSVNlhNcsT5bDJVcrHnQbKM2nYvOp7XgDXZZXxU06xjEKNuuI3UxErrJwcVj\r\nLGTOSOMOP8zz8t+7UhIow9kz5XQW3x1NmuPTpF0YNQ/dPnJbJYVt0Sq82eUk\r\nBwJQik64As9KqOobjXaCpEw25fOPc4RILzjnwINokQmEKuLo+TfUjsgePjN6\r\nAFTIYbP0CxLlAq/bjOsWo0QECA8BkQG5NPg=\r\n=x/dS\r\n-----END PGP SIGNATURE-----\r\n","size":55819},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_4.8.3_1652319375328_0.7143204174990241"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-12T01:36:55.271Z","contributors":[]},"4.8.4":{"name":"bull","version":"4.8.4","description":"Job manager","engines":{"node":">=10.1"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^4.2.1","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.28.5","lodash":"^4.17.21","msgpackr":"^1.5.2","p-timeout":"^3.2.0","semver":"^7.3.2","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"a464c1b7f1f85c020661ca7e4f959934ccfe8883","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@4.8.4","_nodeVersion":"12.22.12","_npmVersion":"7.11.0","dist":{"integrity":"sha512-vDNhM/pvfFY3+msulMbqPBdBO7ntKxRZRtMfi3EguVW/Ozo4uez+B81I8ZoDxYCLgSOBfwRuPnFtcv7QNzm4Ew==","shasum":"c538610492050d5160dbd9180704145f135a0aa9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-4.8.4.tgz","fileCount":44,"unpackedSize":196967,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF867yelZGomknUcmspO4qKvvjWhJKCQn/gpMetIQUcxAiEAk/ddg4aQNm8QLOF+S9eNXv5IBnci3aWCAKs8jHG4eGA="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiqvGTACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrPBw/+OP5tLJi8eRuXwF+YEjcPt1a8wgMbZryvvjPWD54nEMag1+aJ\r\nyiFZ32GfCvvex53UkZBUoQHEFGq4TFHvxO2//LG498cGc9ggW7swe3WnAOi/\r\nFYiyfkdbt/SV16pbdm1DmRg/2cqZFj9PWkhhbLP5cBIKNyPE3JSqJxmz0nhq\r\nvn9XDMZ2IijEVlhfnFl/zJNvW2JXfQ4YtmYQMgXs00mGPLcBLru+rVFFESRS\r\nKj9skv9IRkEOgZXbRluR+cxlA2ArX1ITtV5+PqjxYbAxEeT9LBq4UJRl+YuI\r\nITfw2RhNri/s7GLmm2Wym2NVv4DSyIHiqoJYITnQXvVOtrbf4MbnZreyDbpB\r\ngZG6N+nlw/ju6AxwywITsQ5JOjwFrSYnfbFDv2YbVR2Q2GN5FefRoz4UZmro\r\nTYnpxv4fvtNpPFdMI3X4Nq+b+yTVVa6bRk03HVb4954VDeRISTVScuHbRhvd\r\nvyOfhCB+OfvjPfdyHoan1NRlfO35GMkf8cNoXbZzZwkt7bG5XWpSbfkhGj4j\r\noj+buvMTdbqO1DCX72G9wnQ68c9TRtln3qZjZgNKEI1UByDdmD97pHe8yfx9\r\ncAoibAGCXfQldCtwRfkb9rhypT51jgfYUqCBFwqqFFmlZtpFmoxRGem3vIII\r\n55B7WT2tTrk8BBcE+tlq365K/t3A3UDvsPM=\r\n=otVn\r\n-----END PGP SIGNATURE-----\r\n","size":55929},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_4.8.4_1655370131676_0.8095418449101914"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-16T09:39:24.979Z","contributors":[]},"4.8.5":{"name":"bull","version":"4.8.5","description":"Job manager","engines":{"node":">=10.1"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^4.2.1","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.28.5","lodash":"^4.17.21","msgpackr":"^1.5.2","p-timeout":"^3.2.0","semver":"^7.3.2","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"089ee999324351c49776ad42637501608cd87e9f","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@4.8.5","_nodeVersion":"12.22.12","_npmVersion":"7.11.0","dist":{"integrity":"sha512-2Z630e4f6VsLJnWMAtfEHwIqJYmND4W3dcG48RIbXeWpvb4UnYtpe/zxEdslJu0PKrltB4IkFj5YtBsdeQRn8w==","shasum":"eebafddc3249d6d5e8ced1c42b8bfa8efcc274aa","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-4.8.5.tgz","fileCount":44,"unpackedSize":198092,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCG8BfxNsNUdRC7E7YuKz0GhoCVicAWklh3/jC2E9X7UQIhAMbCv72BqpW7bVnv4lDGUG5yEZ+/U17YCMM0C2QIKuME"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi4Vi0ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqQCQ//akq6HM2UFLmZFW0uEIBuMUxPHJkhbHfEXo6Thzw7H7ELaw8c\r\n3EyrHJdJ2wCsFphtfAlU9jRvIJJmUwri9rqQzoN2v6UYZYSTCc6V8l66Nw0g\r\nyp9+BwjkQf+t6R/yHoYcQe0Nc+M2Qp5SQ8TTWwweMwgURT2CRnI9nmoibW47\r\nQfo29ZgpjiE2gv12jIDqV8Ywuq2NfQ6EQ7yep4ZTqkJKGSWv9m3cXkcne67g\r\nDmmIlQJF36ziLsn7P6lgmapBF9+jADVF0WghtjA2FxNmbizyaAC4EXUe1CdD\r\nff0fHVXksDdsAlmEU3Q56SaaraxoKy7PNNX3lbigFUdXJbRnyIRArC5ICJpB\r\nPwojITy5c8UTxUNo3gjTAw/chvR0NVr3E65dooS82PXgPGki8clFKGgEzryn\r\n3MrhF5lxcREoNYIPodWOEnrmTc7rXrVHSKK3EcHxgQ3NGq8NC1LrXIUQ4h4b\r\nqt/jTJlPo8l1Hr7feG+5uinzUB3d8VO9PThfLusQqu+OhTrQhhXMoeXTigPG\r\notTjJcRwNnlonilYZ/ZYufY+/JUOc4OXO4A95UEjSDPHFL1zIBytwvQTVhaH\r\nw3q+OmwQS3ctQdJnFoO1SYm0+mNstrNDdRLihh5oOkoKLP5VEeTl+WR32Rbh\r\norkiLRJ4mBPt8I5cAZG15v88rXQx6SHE2x4=\r\n=cNId\r\n-----END PGP SIGNATURE-----\r\n","size":56235},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_4.8.5_1658935475855_0.5382405778016319"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-27T15:25:52.957Z","contributors":[]},"4.9.0":{"name":"bull","version":"4.9.0","description":"Job manager","engines":{"node":">=10.1"},"main":"./index.js","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^4.2.1","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.28.5","lodash":"^4.17.21","msgpackr":"^1.5.2","p-timeout":"^3.2.0","semver":"^7.3.2","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"212126068a90134de7e4e4133446d6a70d372659","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@4.9.0","_nodeVersion":"12.22.12","_npmVersion":"7.11.0","dist":{"integrity":"sha512-yiaSb41dywjIhJ3i1mczjQGDmM6pLIoM1Ea0Gcf5HKDxOoEzL5i9XEEKW7fbsj7u083UEOnQ4gSWfbWIUDO6JQ==","shasum":"522a955fa045141ce2c063ab24c2c78e4ee3782e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-4.9.0.tgz","fileCount":44,"unpackedSize":198319,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCM/esUnlhMO9FA4vG02ahZo0iM3tHS9O4qG7ebWh77JgIhAMF0LqrdGG30Rx60wF+0uPhH/9WcRXqB1PlPQ07Y1eXs"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjFdryACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpohxAAiAOJHsAXYnj9p0b+4P+L5H8cNW+bV6DJKxQHDi9fzlmORk5d\r\n4z3J84ElNlKgN0zwBdU4NvsvEhmDtUxWiVKk3g+oAmWWj6SFoMsTC6oG81g0\r\njtsqr2hfHAhE87m9eRQRTqfAzP1zaVbfChyEaCa8PoErX5S2wR0cRKC1Z/Tm\r\nfXN2yCU89+i5r72mIsiWcxZjMBosN53SgVsMoQ8nXTFznWWy6hploYlSO3HQ\r\n/YGxsqOPbUaCWvABWv+lFAchmmAbvx11LvebFu2yn1X2mAaZP+pbu1a6Q9fX\r\nxi+P11p4/OmMxE+zaIkCIIDEf6dVIscmYh/dswL/rqMVm/8aj0VJxODzOCXQ\r\nbIm4CfSQmQRzZqBpvn2inaS3xC6phXpYwd6zpiDZKF6XEem5C7vaXBcjVgr3\r\n9Na5WmQYHpCWI2uXv+PM8VIuvGK7woBEjprEsHN4nRfOHulWr1pUGGQiycuc\r\ngFSMMd+a/XvKO2+N8+jZm+eVqeMOin5NmjmkXBXFSS7u/zmhVVEj1apmJ1ct\r\n/mvAuuncKTPUgWw9LAGRY4/ij2NU6zmFqhhDLJs90XPjMIsFJoVeYUIliMXG\r\nFaNgO/Bf105qVrXZJokXK19gAzBLe87ha3yKgj8lftHkt23afBOXNl9dnE4k\r\nzEEeuJbEgA4icOKut1e+luqZrmZqN/BGyBU=\r\n=G3yT\r\n-----END PGP SIGNATURE-----\r\n","size":56321},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_4.9.0_1662376689966_0.5030033101531564"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-05T11:35:09.269Z","contributors":[]},"4.10.0":{"name":"bull","version":"4.10.0","description":"Job manager","engines":{"node":">=10.1"},"main":"./index.js","types":"./index.d.ts","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^4.2.1","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.28.5","lodash":"^4.17.21","msgpackr":"^1.5.2","p-timeout":"^3.2.0","semver":"^7.3.2","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"469c7d9b695c653337c9e32e4f0968a082b0de56","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@4.10.0","_nodeVersion":"12.22.12","_npmVersion":"7.11.0","dist":{"integrity":"sha512-VJ9/uTrpv7Xf1Xy/JrezwvqNmkCoL5gL00kOvmygCN9Gqe7jtNwd6U8X/48zykIjhEq3K2v+MGZzLpJM72kdIg==","shasum":"246071962549d2ba21e053311a662b1d4b558ad9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-4.10.0.tgz","fileCount":45,"unpackedSize":232320,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAzE9rdbLoH8IpTrq+a1V5omyZHq7gqsRByGvST9TRAhAiEAlaCX5Tg7YpkIIBqgtATTSdvrmRE1GZ48JeEJG7KXVYA="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjNbCiACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpemg/+PPLiquI9MAa1ivIT+trh/480DuHKaaed6ro6BGy/S6g+yUgF\r\nlkClxnCmhRm1mhR/GGQ1gphP6y40UR6yRHCu3vUSvdNSPkYuo3Ks98s4ps3D\r\ngBo6R8nncPu3Y0Y/chtqbgaDy8Zoc3kQtvJz9mBl0cCZsuyqigetIGf7tztV\r\nCQzchtrAYYQ/xoUkuSlYxC9es7+nc/tquPezEfjrd8Oj/Ex915SHbp/RX4Zp\r\ns2zxGmDypzs1vk9ajLiHiOJa+FG/sSxOy23/nK4eRxXo/ItWWsoIX60nY4jb\r\nlTB4ShZlhIVXvJKBxaGYlF53J6h59YiX17Z70pVM/s8G37F5hRcaR64AqUVW\r\nVZmF8ESUww2LkDg/lx19Yy9IzY+Wo2vdpwdmEU+ScU91wJTYwgL+TCt1IEmp\r\nznD7lPkcZ3lfvhFS01bw4k0ADSe6yiyscVVE1lPHq3ofZXntQ0BAGGQKlXfQ\r\nl7ro+kmr1K4IacTQ0Y3zMstYmErjCRLqig+2a3g2phwQF9+SMRmzcsWqo5/U\r\neJ19mtK180qt4AcXU/1664y6SCe/HAwnKSrAmKX4G0nYXBnuW6d20KuMgo1V\r\nbcfTz/qHtLn6D8LnQGPg5V6hs3CUT07F0CMSGPQhEEYL4VfmITurADNwegVT\r\nnUgL25pHBtSkUS/2Aqv3efjvJj/nA0kstG4=\r\n=0/Pg\r\n-----END PGP SIGNATURE-----\r\n","size":63592},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_4.10.0_1664463010249_0.4937285405326848"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-29T21:50:15.753Z","contributors":[]},"4.10.1":{"name":"bull","version":"4.10.1","description":"Job manager","engines":{"node":">=10.1"},"main":"./index.js","types":"./index.d.ts","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^4.2.1","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^4.28.5","lodash":"^4.17.21","msgpackr":"^1.5.2","p-timeout":"^3.2.0","semver":"^7.3.2","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"3e5f007b24c3f79fd0360134a989ac78049fb5bc","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@4.10.1","_nodeVersion":"12.22.12","_npmVersion":"7.11.0","dist":{"integrity":"sha512-Fp21tRPb2EaZPVfmM+ONZKVz2RA+to+zGgaTLyCKt3JMSU8OOBqK8143OQrnGuGpsyE5G+9FevFAGhdZZfQP2g==","shasum":"f14974b6089358b62b495a2cbf838aadc098e43f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-4.10.1.tgz","fileCount":45,"unpackedSize":232574,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCZd8R/5KSnMg1w2DPnl2AqjEgQVDt1Sz9lcbNNKeI41QIhAPnUtp4Tr31D2SapwAj//P3c4LiBIRyoTuUjC7Z1xX5p"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjR9vHACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo3Tg//ekr+XdwhM2Ua+CzfX0oKtly0tB3RXPSUpb3Y2hvPnu/9vc9N\r\np7jQvLu8UtMzcP5k+LWNMYgGUXeplSWk+nUmMV+ZuCoV9NEf5xco2Ay4Ldgg\r\nXmGRgNhzbwpxrcaTecHU3Yl863m0YiGr9fTzz5cCj646z95Mx2/mPWd02sYr\r\nKvXCG0ds7wbjt9ck4duXRXYycReKMfXsYIwvjyDF950JCBnYe7GOIG/hufT0\r\nL52R6Wt9aygTNrdFUXeWx8iNNvtkAo1MZMSqUUGsM9715MFPmXqS3iOOB4jM\r\n2Nm4uQaCfHJph8ypkphT0Fgt7XCLe7Oad2SC+O/gatI36xHPr6yICHAwKCgX\r\n2cg9GLTo3ap0pL69G4vzCU8/P6HnMIthFHCHsqwN9sRBrMQ6iZC7iMkEP3we\r\nguSYCOpN9TROfE/jp0a3n6JoX6GMNxBHKhkkrZ7KIY12wikE0tr+i2W+XUPe\r\nxKP67RySXvqzly3UC+JV89LD2gW8AEKEN5ymRFfWbWz/UZ8yUJ8cUuAzFQP9\r\nwmxoGBhvNsUYE5mXy+xea/t+Rfh+R3qVIO9PucfAsHDzIKLI/KCrh+xUwywI\r\npBjicNIeRPpg82H8Vs9rIfa1/Y60dyQOjLm3YyjXVWqhjbKtSm0IqE00hCAp\r\ngBIyBMMUUIXCcFlSiihzVy+kQ+lfetqxtxA=\r\n=PtUI\r\n-----END PGP SIGNATURE-----\r\n","size":63666},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_4.10.1_1665653703376_0.49975815549540936"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-13T15:11:58.046Z","contributors":[]},"4.10.2":{"name":"bull","version":"4.10.2","description":"Job manager","engines":{"node":">=12"},"main":"./index.js","types":"./index.d.ts","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^4.2.1","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^5.0.0","lodash":"^4.17.21","msgpackr":"^1.5.2","p-timeout":"^3.2.0","semver":"^7.3.2","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"9b2c8f509bab69481f689a8b812de358a6af6203","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@4.10.2","_nodeVersion":"12.22.12","_npmVersion":"7.11.0","dist":{"integrity":"sha512-xa65xtWjQsLqYU/eNaXxq9VRG8xd6qNsQEjR7yjYuae05xKrzbVMVj2QgrYsTMmSs/vsqJjHqHSRRiW1+IkGXQ==","shasum":"af53545b394001755cf7c6b30bac295eeb5e0420","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-4.10.2.tgz","fileCount":45,"unpackedSize":232813,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC26ogIAME/0TFAi5DwgNF1fir1yBTpM/GOvpFKYfSelwIgQfVfOWCPmUldwykAprIr4KERWEgFuCnUyZKZRmJVkPU="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjf3apACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqoNRAAnkBRKbjLx0vRXveGBhuqil9XLytihfKHJDOhcin+o+xj92ZU\r\nclon+gQramgvjbtIsQNIGSW50gVE2cADUfAkrTTAAsMjLl4HFK3eKJQF5MCZ\r\naxV5jTY0c4NksYb1Oe8TKs1igLLxNPg3o4k1QpxXztVaWUqJX0T0mt6Jvakn\r\nb+hkwyNNI0ukaaW4fTrMGx6iLgblshCWCHO5Tb48tLoJpYLF+2we8xn1GG3a\r\nakxdtV439Cu1eqa9Gh8kKttd+7rwGBpXKKgoS0sVpRXEwC21H39OW+OBDfuA\r\nWbDJzHeVPhif7QjkzLuJyIMhh+5Neps/FARelvRWccmMIsZXWEQmHMqiQlZj\r\nLrUpd15LF1ZuEAZlIUNgnsNl2qVMqcRVPDRvjugGhjJPLCXovUhOUEpL/68/\r\nsrGrJcXpwJypazZYpiNW7jU+EQ/6O9pYpZNvm/kiIFaiA7XgD5p4n8hCmml/\r\nCSUQf/oDREXdh1on69nvx2luZOTZeZZbH49q0sP0+vKo1COGszP+i+MluEWL\r\n75rsT8WeZZYdOf8BT1CwTe4AZxOca9NMMY4f0nhh6IzaFhLLwa6huhyhK+vM\r\nUUIoxNh8mj9c22NVGgCEdTyaSFGEDaD1UglJ/H4XOc4CulUwoWQdCFk9m1Bk\r\nZsVVUMnOREsb0Qu5Ozgk316rRkdPDqbHv0g=\r\n=sEUb\r\n-----END PGP SIGNATURE-----\r\n","size":63722},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_4.10.2_1669297833062_0.8470643335863601"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-24T14:11:23.377Z","contributors":[]},"4.10.3":{"name":"bull","version":"4.10.3","description":"Job manager","engines":{"node":">=12"},"main":"./index.js","types":"./index.d.ts","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^4.2.1","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^5.0.0","lodash":"^4.17.21","msgpackr":"^1.5.2","semver":"^7.3.2","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"829e26e98a2c60ff9ad61a2b92d9c72bb98e22aa","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@4.10.3","_nodeVersion":"12.22.12","_npmVersion":"7.11.0","dist":{"integrity":"sha512-pp403srpkn9tYi7Z3Mu0sozehZ7rEEFGNJnN+nLxQwml6MySzefC9bPeCYedZoCkXdZ6VbIB8uNkMZg+hN/dAg==","shasum":"0775614fa29d2c90b7098f05f4b910779a7a80c9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-4.10.3.tgz","fileCount":45,"unpackedSize":233174,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEICIBTEIU5PmMYUNHVirPuZu+ubGFeM/WBaDiErMTDcDPydAh5AMNzpBkh8UCfDY1Zm/K0z7szt3B71rl3JUF7zG8o="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj3NMWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo8mQ//dYA1VHJm3/0GgTZqN5DViqA743DnEPJjsRV6d504Y+WgvzMy\r\n11gxE0p2xr8zY+CN5BPtRDZSGjQtP4IRxr3GuiLeOwnmZrM2YvLfNdmzsHst\r\nCv4mTang/a0g2Z02Mjjhf3xaSeF4kqN1BrteV+kKpBt2UjfoAKC4n053hDlZ\r\nK+zjxtzQ0P4i90mO0fWRXw9LOIGn6I/J+6uDv7HZ76fJHdEEdWA1rhqGJVsi\r\nBtfWuc3LyUjI0ekkJyBWIqlhDy7qm+XfuVl2uTp2xc/3T/HjoQtuT/JF57Fa\r\nkAMf1e71RpmLsM3clamKIl4EadNgWmf4Xazgf9LLWZmvHAD4vHbdvPiZMjxj\r\nup53iQMan7PgXfc1ugOM3o3zdW0dCcipdow30N+/8mcjl/Vh9iMRZAR4ULYV\r\nlboY8ALE+uhKmi5l0C357TNCj7PlbY93e9bNgaj5YcEPtXCs4xg4n9bY3YIk\r\nqv3JMTfVvN7tjITTw4wBffo+fG/RTp021qw0W/XzR5N7ls6k3dnkDO8K+FRm\r\nHqOprV0vKa3GWUh9iClIYZSZtaieP2H1DpRMoR+/PM69JwEoIefk4MYXLIoV\r\ncOYlXmnhEwsg0p38JsX0cdQvDIxs5nTVfrNzBIQlJJaLQRtnesqZ0oisYqfd\r\n+0K4j7L78+5R5G4WqQNpv2grfzLGjdqkepE=\r\n=We1H\r\n-----END PGP SIGNATURE-----\r\n","size":63821},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_4.10.3_1675416342151_0.6759038842676504"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-03T09:25:42.348Z","publish_time":1675416342348,"contributors":[]},"4.10.4":{"name":"bull","version":"4.10.4","description":"Job manager","engines":{"node":">=12"},"main":"./index.js","types":"./index.d.ts","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^4.2.1","debuglog":"^1.0.0","get-port":"^5.1.1","ioredis":"^5.0.0","lodash":"^4.17.21","msgpackr":"^1.5.2","semver":"^7.3.2","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"3aabb7435db062c220036c44557d17284de75817","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@4.10.4","_nodeVersion":"12.22.12","_npmVersion":"7.11.0","dist":{"integrity":"sha512-o9m/7HjS/Or3vqRd59evBlWCXd9Lp+ALppKseoSKHaykK46SmRjAilX98PgmOz1yeVaurt8D5UtvEt4bUjM3eA==","shasum":"db39ee0c3bfbe3b76f1f35db800501de5bba4f84","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-4.10.4.tgz","fileCount":45,"unpackedSize":234263,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEMCHyxXeoWtTjxnE4J7rWpun86Sx9p8bnxZBai7CiwEpdgCIG1iyS/0aZT7en1QUxy1Hh8NhiOp935mhAWrNrbimsQt"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj5NhTACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpWAA/9EC4UUdqY3SVCcVw1T5IjjLbpABRKVy87AaNl49fyIzcN1z6P\r\nPkT/la+geLVwAoxTpjWb2zI+ZGjZonXtid7n2aRp7+xRPHQJKmhlMO9dIVx+\r\nNNx3NYvI/bCq6HIQSfFB68q/DpruTtwZ7SOIbigk3WWtnIB9ensqEwfKfGHH\r\nUd8gQ0qAUDR0b+7DjBUGU8GhIjKa2x3IqEXpK3v3rVPgK0OVrZPrCF8l43LA\r\nIBJ85SFESxfoIE8ffsNNN6AEwrBHw2yoK3mMMizx82wWg72g5m5zVkQ+Tnh2\r\nP9/6VFeg81EQAksK2uzR5Tzs6i0P2skN65+iPI+g1sHkK/oOhX/11e3mSWio\r\nj97hkR5Og5H6G9NEwOFkRRi0gG6uMXhm5eB7HsO8UcIfpl8Q3aiVSnxAL7TH\r\nkJvHgzhcp2jmNPgsQBhOzIwJQoLucTD99R/Y0pVi+Lt97WcPh4W1GYE9hye/\r\nSLY9kX2k7kMHmXs5DJy/yWQwmFBDpF5o/JgvvAWYfzv7soaYamlveWCXgZjl\r\n3CBrxW68IHf9ksZfSD42nxKC18y/7LLy2JDm+Xv9oUdDiyUv4ABKd/n0HEuU\r\nRuhpzzCs4/LrvxXOhQk1ntT8RNPef1erKEZrDhI7JuGN761RJJd+33RENB53\r\nCpr1A+04oi8omjXM1NqpMu7yx/yex368ahE=\r\n=53EB\r\n-----END PGP SIGNATURE-----\r\n","size":63959},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_4.10.4_1675941970642_0.688260723950249"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-09T11:26:11.000Z","publish_time":1675941971000,"contributors":[]},"4.11.0":{"name":"bull","version":"4.11.0","description":"Job manager","engines":{"node":">=12"},"main":"./index.js","types":"./index.d.ts","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^4.2.1","get-port":"^5.1.1","ioredis":"^5.3.2","lodash":"^4.17.21","msgpackr":"^1.5.2","semver":"^7.5.2","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"f71b455b54b02562b4da091d8784bae558f55156","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@4.11.0","_nodeVersion":"12.22.12","_npmVersion":"7.11.0","dist":{"integrity":"sha512-MzXafvg7MPqDybHTCc7LbObyD8AMFg2Rugra1Jhh21sU9q/XSQLw9JS4aKImO17hZ0rmxcW4kPdew84duJ0QCg==","shasum":"cc689029449eefe9fe0ff04c160b706c151aea54","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-4.11.0.tgz","fileCount":45,"unpackedSize":237313,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDO+PR/GBFi2GBPMgEC8qit327sRYtXRTk3rXs64eI3IgIgaGQPPeomoht/46q09Cf0Qd4TBJwkolUeAfKK/y09NdI="}],"size":64808},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_4.11.0_1691484595297_0.26979183852928124"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-08-08T08:49:55.465Z","publish_time":1691484595465,"_source_registry_name":"default","contributors":[]},"4.11.1":{"name":"bull","version":"4.11.1","description":"Job manager","engines":{"node":">=12"},"main":"./index.js","types":"./index.d.ts","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^4.2.1","get-port":"^5.1.1","ioredis":"^5.3.2","lodash":"^4.17.21","msgpackr":"^1.5.2","semver":"^7.5.2","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"6529858d3d5ab75c6f4b2df16ed6761e74617e41","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@4.11.1","_nodeVersion":"12.22.12","_npmVersion":"7.11.0","dist":{"integrity":"sha512-d4223WchAnZDh3IlUnKqQ30ODfa2iXmv0/qiyrTSNrJSKdm4k48XesLaJHAtjsDgQw9kFwKB+fqo+DRyueuf6g==","shasum":"2442285478dc85056bfc459570aa2930c656ff35","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-4.11.1.tgz","fileCount":45,"unpackedSize":237680,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAtxeCNBZyhHBiEhvR0GU1HcBxU4MnKpPp0GX5ty/q00AiEA3bzXvcti8kCC6gy2AVPWcmibg49ik0LoLCtG+i9aEA0="}],"size":64883},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_4.11.1_1691485091481_0.9226645339232251"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-08-08T08:58:11.663Z","publish_time":1691485091663,"_source_registry_name":"default","contributors":[]},"4.11.2":{"name":"bull","version":"4.11.2","description":"Job manager","engines":{"node":">=12"},"main":"./index.js","types":"./index.d.ts","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^4.2.1","get-port":"^5.1.1","ioredis":"^5.3.2","lodash":"^4.17.21","msgpackr":"^1.5.2","semver":"^7.5.2","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"93a59f27d12d7fc7703a3a318b53fb2cbfdf1980","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@4.11.2","_nodeVersion":"12.22.12","_npmVersion":"7.11.0","dist":{"integrity":"sha512-501XgYBo7rx3EN0BaDDGZr3KOfoijkmTk8L6YUePZCXnXP0H/Nz63e+KiHMX7pt+wod5mRy2wHqVMPHWyTl0Qw==","shasum":"096107cf518244ae112e1da8b3f7df9e8a248307","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-4.11.2.tgz","fileCount":45,"unpackedSize":238033,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIApimqaWRXkuvGzYAXHsHD2hDlAIzUrzqliBSt0guS91AiEA+9jb87u4RFYStSGKeKIzgavxU+osisVMfS4xizAuX74="}],"size":64973},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_4.11.2_1691532870363_0.9530297834566448"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-08-08T22:14:30.647Z","publish_time":1691532870647,"_source_registry_name":"default","contributors":[]},"4.11.3":{"name":"bull","version":"4.11.3","description":"Job manager","engines":{"node":">=12"},"main":"./index.js","types":"./index.d.ts","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^4.2.1","get-port":"^5.1.1","ioredis":"^5.3.2","lodash":"^4.17.21","msgpackr":"^1.5.2","semver":"^7.5.2","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"5a610620378fcb52199e6bbd1da99df2575b9f58","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@4.11.3","_nodeVersion":"12.22.12","_npmVersion":"7.11.0","dist":{"integrity":"sha512-DhS0XtiAuejkAY08iGOdDK35eex/yGNoezlWqGJTu9FqWFF/oBjUhpsusE9SXiI4culyDbOoFs+l3ar0VXhFqQ==","shasum":"466214c8d2aa6ac4fc3133c3616d31a37af4c099","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-4.11.3.tgz","fileCount":45,"unpackedSize":238282,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDBS79TYzIB+A8XycODtBBCVFpDjX5nA0/fTjjUoGwfhAiAbfFLaB4bzQe8vLTIO4HKr/PZfbB95OgoPtquJ+Wp1vw=="}],"size":65037},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_4.11.3_1691745230333_0.5235883629448439"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-08-11T09:13:50.558Z","publish_time":1691745230558,"_source_registry_name":"default","contributors":[]},"4.11.4":{"name":"bull","version":"4.11.4","description":"Job manager","engines":{"node":">=12"},"main":"./index.js","types":"./index.d.ts","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^4.2.1","get-port":"^5.1.1","ioredis":"^5.3.2","lodash":"^4.17.21","msgpackr":"^1.5.2","semver":"^7.5.2","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"583140e78a53ab9cb983e594b3db1ab95f79759e","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@4.11.4","_nodeVersion":"12.22.12","_npmVersion":"7.11.0","dist":{"integrity":"sha512-6rPnFkUbN/eWhzGF65mcYM2HWDl2rp0fTidZ8en64Zwplioe/QxpdiWfLLtXX4Yy25piPly4f96wHR0NquiyyQ==","shasum":"e504fedb946a427cad67a387efb807d601201e16","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-4.11.4.tgz","fileCount":45,"unpackedSize":238748,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIA5UvfbLzrPatbUYso8NzMGjc+B9g578RMUaOrczKn4PAiEA/7t8KLn90lXQM9Jnky2igoXT3X2pxr2dezFKSaXRvDs="}],"size":65141},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_4.11.4_1697278312478_0.3553355214800453"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-10-14T10:11:52.807Z","publish_time":1697278312807,"_source_registry_name":"default","contributors":[]},"4.11.5":{"name":"bull","version":"4.11.5","description":"Job manager","engines":{"node":">=12"},"main":"./index.js","types":"./index.d.ts","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^4.2.1","get-port":"^5.1.1","ioredis":"^5.3.2","lodash":"^4.17.21","msgpackr":"^1.5.2","semver":"^7.5.2","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"72c7f008913b34e9ca8d6449b4a4c8d1205e617b","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@4.11.5","_nodeVersion":"12.22.12","_npmVersion":"7.11.0","dist":{"integrity":"sha512-9jazyvBBYr55IRDkfJh/mJjWiq8NJUMoCC5zTuBX4JhkZvVXegnwsaIa1jr3x9xwSxGvWEhwQ9lt1jlCT5j6pQ==","shasum":"59b51d631467fa83c1a3437b7fcf262005bea529","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-4.11.5.tgz","fileCount":45,"unpackedSize":239068,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDVFxwfdGRlZFtDo9HJ0/MGlVzUj5GkkOyRyiY+mv0MCgIgbu2ZEGunuNWvu82MCbkuyoSCb7xpjZ5vIwwhO1Atugg="}],"size":65226},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_4.11.5_1699704552289_0.049749957666057165"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-11-11T12:09:12.488Z","publish_time":1699704552488,"_source_registry_name":"default","contributors":[]},"4.12.0":{"name":"bull","version":"4.12.0","description":"Job manager","engines":{"node":">=12"},"main":"./index.js","types":"./index.d.ts","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^4.2.1","get-port":"^5.1.1","ioredis":"^5.3.2","lodash":"^4.17.21","msgpackr":"^1.5.2","semver":"^7.5.2","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"fe3579b9304949a6a6599f9fe91745f761345d5a","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@4.12.0","_nodeVersion":"12.22.12","_npmVersion":"7.11.0","dist":{"integrity":"sha512-+GCM3KayIZvgiwAq5YC1qDcuncQbRLusLULOBZYRky7a7ttf4tlKWaFxTFtOfRrcb0erzFw6aWy73waorvR5pw==","shasum":"d73c9f28262cff7bb788f6b2a6324a71e6b46a54","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-4.12.0.tgz","fileCount":45,"unpackedSize":240272,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHWRn6RIhJL+KLzaQiDkeJP7XTn1n77i1F85WJ/VqfkcAiEAiesiYkCE8RqoiPmmoUSjH3uKGjPKOUgyrnan0gjRK9g="}],"size":65552},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_4.12.0_1702906493697_0.107717418019452"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-18T13:34:53.929Z","publish_time":1702906493929,"_source_registry_name":"default","contributors":[]},"4.12.1":{"name":"bull","version":"4.12.1","description":"Job manager","engines":{"node":">=12"},"main":"./index.js","types":"./index.d.ts","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^4.2.1","get-port":"^5.1.1","ioredis":"^5.3.2","lodash":"^4.17.21","msgpackr":"^1.5.2","semver":"^7.5.2","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"1aa2ce5eeb52805da49c14917262feec11cfef09","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@4.12.1","_nodeVersion":"12.22.12","_npmVersion":"7.11.0","dist":{"integrity":"sha512-ft4hTmex7WGSHt56mydw9uRKskkvgiNwqTYiV9b6q3ubhplglQmjo9OZrHlcUVNwBqSBhnzlsJQ9N/Wd7nhENA==","shasum":"f2b0079baea5ffe2c70a5c2c3340201a226b091e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-4.12.1.tgz","fileCount":45,"unpackedSize":240581,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDx5+2YSAQgXdQW0/LpVIG/ygFd09q5XaBfiWuyO5NytAIgG/Evo7vV41oUtfH+Zsao7K0lfDulDVBxFnLb4xx3XL4="}],"size":65647},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_4.12.1_1705315207268_0.2576782108984821"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-15T10:40:07.447Z","publish_time":1705315207447,"_source_registry_name":"default","contributors":[]},"4.12.2":{"name":"bull","version":"4.12.2","description":"Job manager","engines":{"node":">=12"},"main":"./index.js","types":"./index.d.ts","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^4.2.1","get-port":"^5.1.1","ioredis":"^5.3.2","lodash":"^4.17.21","msgpackr":"^1.10.1","semver":"^7.5.2","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"60fa88f08637f0325639988a3f054880a04ce402","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@4.12.2","_nodeVersion":"12.22.12","_npmVersion":"7.11.0","dist":{"integrity":"sha512-WPuc0VCYx+cIVMiZtPwRpWyyJFBrj4/OgKJ6n9Jf4tIw7rQNV+HAKQv15UDkcTvfpGFehvod7Fd1YztbYSJIDQ==","shasum":"302ee8f35fd37c31baf58817cce9a2c6930c3c5d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-4.12.2.tgz","fileCount":45,"unpackedSize":240822,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCbOEHFsPxX/Ehaz2PBVvhlMXdijs1B+VJVeKQEN9OsXQIhAO0z7EeDfSNmjoX437gfAXDl0vIAzr8bCu1Z5ZgfT3ky"}],"size":65706},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_4.12.2_1705511915861_0.21854075984164623"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-17T17:18:36.016Z","publish_time":1705511916016,"_source_registry_name":"default","contributors":[]},"4.12.3":{"name":"bull","version":"4.12.3","description":"Job manager","engines":{"node":">=12"},"main":"./index.js","types":"./index.d.ts","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^4.2.1","get-port":"^5.1.1","ioredis":"^5.3.2","lodash":"^4.17.21","msgpackr":"^1.10.1","semver":"^7.5.2","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"dc:up":"docker-compose -f docker-compose.yml up -d","dc:down":"docker-compose -f docker-compose.yml down","pretest":"npm run lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"afcf11c003123e12e866ebe0c46d8a88be7757b3","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@4.12.3","_nodeVersion":"12.22.12","_npmVersion":"7.11.0","dist":{"integrity":"sha512-TGHuvHr6NYN6mQyHTFHJELdEu4JMCir8zcNd9Uv91qTWILiTpoglC3Un1PsxMwNXr49BVfdWE0xuB1nV4+cJPA==","shasum":"3b767b719d7ee196e5ee20fcfe5d7bbeced71f7b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-4.12.3.tgz","fileCount":47,"unpackedSize":242929,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCvrDfnoa4nW/QFCg2mtzT41s7BmHfd0iu07sMVzk1GEQIgVSJ1+Rd4LvB6xlHpbRLNnpxZ8x5h0iIY+AHGb04yf4Y="}],"size":66380},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_4.12.3_1715349239732_0.30249801931346876"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-10T13:53:59.889Z","publish_time":1715349239889,"_source_registry_name":"default","contributors":[]},"4.12.4":{"name":"bull","version":"4.12.4","description":"Job manager","engines":{"node":">=12"},"main":"./index.js","types":"./index.d.ts","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^4.2.1","get-port":"^5.1.1","ioredis":"^5.3.2","lodash":"^4.17.21","msgpackr":"^1.10.1","semver":"^7.5.2","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","fast-glob":"^3.3.2","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","minimatch":"^7.4.4","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","npm-run-all":"^4.1.5","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","rimraf":"^3.0.2","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"clean:scripts":"rimraf rawScripts lib/scripts","dc:up":"docker-compose -f docker-compose.yml up -d","dc:down":"docker-compose -f docker-compose.yml down","dry-run":"npm publish --dry-run","generate:raw:scripts":"node generateRawScripts.js","pretest":"npm-run-all clean:scripts generate:raw:scripts transform:commands lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc","transform:commands":"node ./commandTransform.js ./rawScripts ./lib/scripts"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"e9cd7bdfdcd0e191c7003cbbbc0f8a3b75ec4a6f","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@4.12.4","_nodeVersion":"12.22.12","_npmVersion":"7.11.0","dist":{"integrity":"sha512-a+xWS52Mmc9L7S0zYLEPMUwx/r5IkQyMKKKGVKkUurl3zXeg1ktPZjp9NvdaFY/40XtD/RP80KURjjkjAQnF0g==","shasum":"e37dd9fcc661498d68d52678a6071388a6b4274d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-4.12.4.tgz","fileCount":70,"unpackedSize":284934,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDpThc1pOMfxtV1rm/VJtkloj/9kJm5549ojk3YosudcAiEA0MaHDaDj2O01140vrOCqoqixCUMCKVjBduyHEBsRVmg="}],"size":78847},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_4.12.4_1715750098359_0.016149438583623388"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-15T05:14:58.491Z","publish_time":1715750098491,"_source_registry_name":"default","contributors":[]},"4.12.5":{"name":"bull","version":"4.12.5","description":"Job manager","engines":{"node":">=12"},"main":"./index.js","types":"./index.d.ts","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^4.2.1","get-port":"^5.1.1","ioredis":"^5.3.2","lodash":"^4.17.21","msgpackr":"^1.10.1","semver":"^7.5.2","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","fast-glob":"^3.3.2","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","minimatch":"^7.4.4","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","npm-run-all":"^4.1.5","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","rimraf":"^3.0.2","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"clean:scripts":"rimraf rawScripts lib/scripts","dc:up":"docker-compose -f docker-compose.yml up -d","dc:down":"docker-compose -f docker-compose.yml down","dry-run":"npm publish --dry-run","generate:raw:scripts":"node generateRawScripts.js","pretest":"npm-run-all clean:scripts generate:raw:scripts transform:commands lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc","transform:commands":"node ./commandTransform.js ./rawScripts ./lib/scripts"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"12ebcc689cf22274e182a939f8c7d70f6a9d3836","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@4.12.5","_nodeVersion":"12.22.12","_npmVersion":"7.11.0","dist":{"integrity":"sha512-IYRH/kS4+79xOjAbAqXxky85Q3xfTYEsFUF1fohXF1hwialz0JnpcKSELChAdawmE6ZhgYGiI/itSvnEq7cvEQ==","shasum":"13aa6591d767327e30354508ff441078c7686fbd","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-4.12.5.tgz","fileCount":72,"unpackedSize":286717,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCwnER0cgC0eqdL/h8kqkI7/9rx9FXn7OmU4V/YwmxxIAIgTqn8n3BmLzSkFV4vMSPGdcFh2ENxA6mhUoWZKv7ITIQ="}],"size":79316},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_4.12.5_1715923202266_0.7521730012767631"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-17T05:20:02.519Z","publish_time":1715923202519,"_source_registry_name":"default","contributors":[]},"4.12.6":{"name":"bull","version":"4.12.6","description":"Job manager","engines":{"node":">=12"},"main":"./index.js","types":"./index.d.ts","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^4.2.1","get-port":"^5.1.1","ioredis":"^5.3.2","lodash":"^4.17.21","msgpackr":"^1.10.1","semver":"^7.5.2","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","fast-glob":"^3.3.2","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","minimatch":"^7.4.4","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","npm-run-all":"^4.1.5","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","rimraf":"^3.0.2","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"clean:scripts":"rimraf rawScripts lib/scripts","dc:up":"docker-compose -f docker-compose.yml up -d","dc:down":"docker-compose -f docker-compose.yml down","dry-run":"npm publish --dry-run","generate:raw:scripts":"node generateRawScripts.js","pretest":"npm-run-all clean:scripts generate:raw:scripts transform:commands lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc","transform:commands":"node ./commandTransform.js ./rawScripts ./lib/scripts"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"728f524399de423490c8ce421ab7922d4f764036","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@4.12.6","_nodeVersion":"12.22.12","_npmVersion":"7.11.0","dist":{"integrity":"sha512-QViK1i938moggAtlwhmJ8RmLadswgWKlqOFX9w+WBIAuV2L8qrte1XOIs7KUrRc9fbIfJTziaq7NZEpuaMO4Lw==","shasum":"5a6138c0d41cf1ffb564868540bfd8f7644c9ded","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-4.12.6.tgz","fileCount":72,"unpackedSize":290512,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC6uteCoo6FD8uz2F2byxI2oorTzoS2CBtR3iaMHvHrHQIhAKz3/ChqqE6RtHSA55MNNTA7es9CDiP5s5yQtRCbfMlZ"}],"size":80040},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_4.12.6_1716011418439_0.4388247498579929"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-18T05:50:18.609Z","publish_time":1716011418609,"_source_registry_name":"default","contributors":[]},"4.12.7":{"name":"bull","version":"4.12.7","description":"Job manager","engines":{"node":">=12"},"main":"./index.js","types":"./index.d.ts","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^4.2.1","get-port":"^5.1.1","ioredis":"^5.3.2","lodash":"^4.17.21","msgpackr":"^1.10.1","semver":"^7.5.2","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","fast-glob":"^3.3.2","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","minimatch":"^7.4.4","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","npm-run-all":"^4.1.5","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","rimraf":"^3.0.2","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"clean:scripts":"rimraf rawScripts lib/scripts","dc:up":"docker-compose -f docker-compose.yml up -d","dc:down":"docker-compose -f docker-compose.yml down","dry-run":"npm publish --dry-run","generate:raw:scripts":"node generateRawScripts.js","pretest":"npm-run-all clean:scripts generate:raw:scripts transform:commands lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc","transform:commands":"node ./commandTransform.js ./rawScripts ./lib/scripts"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"08f2bfd8e2d0fc07c2df849e69c78a4896021468","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@4.12.7","_nodeVersion":"12.22.12","_npmVersion":"7.11.0","dist":{"integrity":"sha512-z4UTpIfjYdQ2SO+6nE51bEqcr2/72vpIOKZTo0+ZHxQWro0JttwDy+/uTEZVm4YTPv6iwv/iqD7D9T1dg8C4mw==","shasum":"60e1d3b36c20d76fadbf4db300bf79e09112d596","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-4.12.7.tgz","fileCount":73,"unpackedSize":291976,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDd9HDBur416ZdAr+/w1Bvt7/1W+yOqX0Am7LTf/iXFKAIhAM+7FJairbcAPnnZv0ypAgWcf95DYqyFoPOSHj5q7K5p"}],"size":80500},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_4.12.7_1716267693507_0.4198609661495887"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-21T05:01:33.676Z","publish_time":1716267693676,"_source_registry_name":"default","contributors":[]},"4.12.8":{"name":"bull","version":"4.12.8","description":"Job manager","engines":{"node":">=12"},"main":"./index.js","types":"./index.d.ts","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^4.2.1","get-port":"^5.1.1","ioredis":"^5.3.2","lodash":"^4.17.21","msgpackr":"^1.10.1","semver":"^7.5.2","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","fast-glob":"^3.3.2","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","minimatch":"^7.4.4","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","npm-run-all":"^4.1.5","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","rimraf":"^3.0.2","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"clean:scripts":"rimraf rawScripts lib/scripts","dc:up":"docker-compose -f docker-compose.yml up -d","dc:down":"docker-compose -f docker-compose.yml down","dry-run":"npm publish --dry-run","generate:raw:scripts":"node generateRawScripts.js","pretest":"npm-run-all clean:scripts generate:raw:scripts transform:commands lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc","transform:commands":"node ./commandTransform.js ./rawScripts ./lib/scripts"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"b3fb4a20ea4ba7e4b9ee985cbb14d5b7032ce1fa","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@4.12.8","_nodeVersion":"12.22.12","_npmVersion":"7.11.0","dist":{"integrity":"sha512-JgZVAR3ChuesMWSJfQjgTyXb6kdT6qos3ft9pt0AASRMiRZIjDxHMtxfcOs2Zf8O9uSv0Y5ycYwv5Te3liGJ3A==","shasum":"d93495f40f02f253fd116cc23ef6e4b7e97c432c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-4.12.8.tgz","fileCount":74,"unpackedSize":293404,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDCoPwvPgLGdxULMGy1MnlrChuseWeekHjPHn0zy3pgWAiBevEeG8ItEkxeLQDl82xkP7UG4hEPAUHP1irU35AdzAw=="}],"size":80502},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_4.12.8_1716359639619_0.31558072485968225"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-22T06:34:00.004Z","publish_time":1716359640004,"_source_registry_name":"default","contributors":[]},"4.12.9":{"name":"bull","version":"4.12.9","description":"Job manager","engines":{"node":">=12"},"main":"./index.js","types":"./index.d.ts","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^4.2.1","get-port":"^5.1.1","ioredis":"^5.3.2","lodash":"^4.17.21","msgpackr":"^1.10.1","semver":"^7.5.2","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","fast-glob":"^3.3.2","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","minimatch":"^7.4.4","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","npm-run-all":"^4.1.5","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","rimraf":"^3.0.2","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"clean:scripts":"rimraf rawScripts lib/scripts","dc:up":"docker-compose -f docker-compose.yml up -d","dc:down":"docker-compose -f docker-compose.yml down","dry-run":"npm publish --dry-run","generate:raw:scripts":"node generateRawScripts.js","pretest":"npm-run-all clean:scripts generate:raw:scripts transform:commands lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc","transform:commands":"node ./commandTransform.js ./rawScripts ./lib/scripts"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"66ffd9d660489d0cd06d3290056eafe719ee11e9","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@4.12.9","_nodeVersion":"12.22.12","_npmVersion":"7.11.0","dist":{"integrity":"sha512-rqka/O9ZBfrKgI4fanhN6XW0AJ9WYRakjHlCJPjoHyh79xIvEjyU8hvs/CCeRdrbU6zSw8UNfDOjCUaQO1MTuQ==","shasum":"e828fa01ee44af7148aafce5f339b0d09bc86422","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-4.12.9.tgz","fileCount":74,"unpackedSize":294551,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIECC6rf5Z5LZYobDJKWgHsmEUoQeAhJc7h1XLHOaIxrkAiBktZHjwCGAN6P16/Adce1kBOpPPM9cJ0bpZYIpxnSuEA=="}],"size":80607},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_4.12.9_1716529105928_0.5649581248441746"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-24T05:38:26.067Z","publish_time":1716529106067,"_source_registry_name":"default","contributors":[]},"4.13.0":{"name":"bull","version":"4.13.0","description":"Job manager","engines":{"node":">=12"},"main":"./index.js","types":"./index.d.ts","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^4.2.1","get-port":"^5.1.1","ioredis":"^5.3.2","lodash":"^4.17.21","msgpackr":"^1.10.1","semver":"^7.5.2","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","fast-glob":"^3.3.2","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","minimatch":"^7.4.4","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","npm-run-all":"^4.1.5","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","rimraf":"^3.0.2","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"clean:scripts":"rimraf rawScripts lib/scripts","dc:up":"docker-compose -f docker-compose.yml up -d","dc:down":"docker-compose -f docker-compose.yml down","dry-run":"npm publish --dry-run","generate:raw:scripts":"node generateRawScripts.js","pretest":"npm-run-all clean:scripts generate:raw:scripts transform:commands lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc","transform:commands":"node ./commandTransform.js ./rawScripts ./lib/scripts"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"79113ac6f3b210f3a5676ecc9841b884125a38e6","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@4.13.0","_nodeVersion":"12.22.12","_npmVersion":"7.11.0","dist":{"integrity":"sha512-XAAhHeXtW+luEYuid3shGv25ErmsegrVXMukbP7AqNUgRgiTnRnIGdjPyzmHu3/Tjm6jNdODqLHJ12t07fyUrQ==","shasum":"5b4d3af268f80e934e07c83100be770318e36f5d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-4.13.0.tgz","fileCount":76,"unpackedSize":297052,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCJ+imjJUpPKNKNGFQsnu9kG4eKtxf6FSvddBq+vCSWOAIhAJsAYY8LHMWEts7l5avXuopTiaA0p+rk0gypexjTS06h"}],"size":81304},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_4.13.0_1718155665688_0.8213010832252592"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-06-12T01:27:45.870Z","publish_time":1718155665870,"_source_registry_name":"default","contributors":[]},"4.13.1":{"name":"bull","version":"4.13.1","description":"Job manager","engines":{"node":">=12"},"main":"./index.js","types":"./index.d.ts","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^4.2.1","get-port":"^5.1.1","ioredis":"^5.3.2","lodash":"^4.17.21","msgpackr":"^1.10.1","semver":"^7.5.2","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","fast-glob":"^3.3.2","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","minimatch":"^7.4.4","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","npm-run-all":"^4.1.5","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","rimraf":"^3.0.2","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"clean:scripts":"rimraf rawScripts lib/scripts","dc:up":"docker-compose -f docker-compose.yml up -d","dc:down":"docker-compose -f docker-compose.yml down","dry-run":"npm publish --dry-run","generate:raw:scripts":"node generateRawScripts.js","pretest":"npm-run-all clean:scripts generate:raw:scripts transform:commands lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc","transform:commands":"node ./commandTransform.js ./rawScripts ./lib/scripts"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"75703e510fd7e3640cc031710a7ddc0c5b018f5a","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@4.13.1","_nodeVersion":"12.22.12","_npmVersion":"7.11.0","dist":{"integrity":"sha512-UI7oSeBCy5BCU0TRYYQenGseG+Kijq8X9PWf8Z7QEIeXT0YEJZ/7lH5IT4jHVP/rCmU8XoTm5vIc9d6xLo96og==","shasum":"16c281e5c8417468069feec9176fdf147bd27850","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-4.13.1.tgz","fileCount":76,"unpackedSize":298452,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHWrZAl8cK7KMggBQUoNjuQmsvEyrHqzPucxmU+mHzVJAiEA/3WEa+mJc4e5EKXi5a1dj731yOzaQg9wIeWtE+7N2fU="}],"size":81543},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_4.13.1_1718934085453_0.5284344638485812"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-06-21T01:41:25.655Z","publish_time":1718934085655,"_source_registry_name":"default","contributors":[]},"4.14.0":{"name":"bull","version":"4.14.0","description":"Job manager","engines":{"node":">=12"},"main":"./index.js","types":"./index.d.ts","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^4.2.1","get-port":"^5.1.1","ioredis":"^5.3.2","lodash":"^4.17.21","msgpackr":"^1.10.1","semver":"^7.5.2","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","fast-glob":"^3.3.2","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","minimatch":"^7.4.4","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","npm-run-all":"^4.1.5","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","rimraf":"^3.0.2","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"clean:scripts":"rimraf rawScripts lib/scripts","dc:up":"docker-compose -f docker-compose.yml up -d","dc:down":"docker-compose -f docker-compose.yml down","dry-run":"npm publish --dry-run","generate:raw:scripts":"node generateRawScripts.js","pretest":"npm-run-all clean:scripts generate:raw:scripts transform:commands lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc","transform:commands":"node ./commandTransform.js ./rawScripts ./lib/scripts"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"4cea99e4fd5dcaac0c53b8dc80a18a0fe98c99d1","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@4.14.0","_nodeVersion":"12.22.12","_npmVersion":"7.11.0","dist":{"integrity":"sha512-AK8ooYFxCEv0r0Uz3JvK65DZbQzDs7jBf/fpept6oxnPT8JFwZ64++NgVTfjE+SiiHZBXuMxH+VScpW9YUxDiw==","shasum":"c7f62b5ecc3802e59062acfc49209ee688c53711","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-4.14.0.tgz","fileCount":76,"unpackedSize":299067,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB8PReMH2n7XETnd4T+w+rHGzY9X3J8pmVYznHyxZ6wEAiEAwPPxG9L4TkTRoSWUNhcMb6Nv5r711j2AiYHMCo19ZgU="}],"size":81669},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_4.14.0_1719292143856_0.28731617871405213"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-06-25T05:09:04.113Z","publish_time":1719292144113,"_source_registry_name":"default","contributors":[]},"4.15.0":{"name":"bull","version":"4.15.0","description":"Job manager","engines":{"node":">=12"},"main":"./index.js","types":"./index.d.ts","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^4.2.1","get-port":"^5.1.1","ioredis":"^5.3.2","lodash":"^4.17.21","msgpackr":"^1.10.1","semver":"^7.5.2","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","fast-glob":"^3.3.2","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","minimatch":"^7.4.4","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","npm-run-all":"^4.1.5","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","rimraf":"^3.0.2","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"clean:scripts":"rimraf rawScripts lib/scripts","dc:up":"docker-compose -f docker-compose.yml up -d","dc:down":"docker-compose -f docker-compose.yml down","dry-run":"npm publish --dry-run","generate:raw:scripts":"node generateRawScripts.js","pretest":"npm-run-all clean:scripts generate:raw:scripts transform:commands lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc","transform:commands":"node ./commandTransform.js ./rawScripts ./lib/scripts"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"18004a0ecbf813540867e302ff8adf3fcebb699f","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@4.15.0","_nodeVersion":"12.22.12","_npmVersion":"7.11.0","dist":{"integrity":"sha512-nOEAfUXwUXtFbRPQP3bWCwpQ/NAerAu2Nym/ucv5C1E+Qh2x6RGdKKsYIfZam4mYncayTynTUN/HLhRgGi2N8w==","shasum":"f55e927fec74e40464f7414661437da2ae8607e5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-4.15.0.tgz","fileCount":76,"unpackedSize":299512,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCID2kRrQSu2Z70r34Gep1JkDQuzzzu82w/otBQ/kgNM8TAiEA3ZVNQWZDBS9r9pmZHZ4mYVW9aCxhU6dunfhMtn6N0uc="}],"size":81749},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_4.15.0_1719769711449_0.5264939195208072"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-06-30T17:48:31.594Z","publish_time":1719769711594,"_source_registry_name":"default","contributors":[]},"4.15.1":{"name":"bull","version":"4.15.1","description":"Job manager","engines":{"node":">=12"},"main":"./index.js","types":"./index.d.ts","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^4.2.1","get-port":"^5.1.1","ioredis":"^5.3.2","lodash":"^4.17.21","msgpackr":"^1.10.1","semver":"^7.5.2","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","fast-glob":"^3.3.2","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","minimatch":"^7.4.4","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","npm-run-all":"^4.1.5","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","rimraf":"^3.0.2","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"clean:scripts":"rimraf rawScripts lib/scripts","dc:up":"docker-compose -f docker-compose.yml up -d","dc:down":"docker-compose -f docker-compose.yml down","dry-run":"npm publish --dry-run","generate:raw:scripts":"node generateRawScripts.js","pretest":"npm-run-all clean:scripts generate:raw:scripts transform:commands lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc","transform:commands":"node ./commandTransform.js ./rawScripts ./lib/scripts"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"f6d29fcc7f6d1bccd30d99b08afda8d9b752ee6e","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@4.15.1","_nodeVersion":"12.22.12","_npmVersion":"7.11.0","dist":{"integrity":"sha512-knVKiZdrXbRkB+fWqNryDz85b3JfsT3dBrZexkztwvTH/AFmpHvsC933VB3JX18aJCz47E+xdO57xbDvxljoAg==","shasum":"f76e76ca0d1a9eecf311dd9f306e3cf9ffb57cfb","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-4.15.1.tgz","fileCount":78,"unpackedSize":301004,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCqg6s2MKreOVNRpmhT0+CNnZmGK+Yz/rj0rB3pqRTMUwIhAOxZuWyR70b3qbuKzRB8HzFOfqeitxPVgIr2jUKYZV3S"}],"size":82099},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_4.15.1_1720069378675_0.3760998015049333"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-04T05:02:58.947Z","publish_time":1720069378947,"_source_registry_name":"default","contributors":[]},"4.16.0":{"name":"bull","version":"4.16.0","description":"Job manager","engines":{"node":">=12"},"main":"./index.js","types":"./index.d.ts","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^4.2.1","get-port":"^5.1.1","ioredis":"^5.3.2","lodash":"^4.17.21","msgpackr":"^1.10.1","semver":"^7.5.2","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","fast-glob":"^3.3.2","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","minimatch":"^7.4.4","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","npm-run-all":"^4.1.5","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","rimraf":"^3.0.2","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"clean:scripts":"rimraf rawScripts lib/scripts","dc:up":"docker-compose -f docker-compose.yml up -d","dc:down":"docker-compose -f docker-compose.yml down","dry-run":"npm publish --dry-run","generate:raw:scripts":"node generateRawScripts.js","pretest":"npm-run-all clean:scripts generate:raw:scripts transform:commands lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc","transform:commands":"node ./commandTransform.js ./rawScripts ./lib/scripts"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"b5761c96bd3f1388f95aa9001f0213a9bf67958e","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@4.16.0","_nodeVersion":"12.22.12","_npmVersion":"7.11.0","dist":{"integrity":"sha512-dgHRLULPexLkpm9wP/7F7Vlf2fdvmffdwhv3Bqu5lFhO+XDDJ4yGqlTPE61Jj1zM8CgchLmJEgIfe7y69jtuOg==","shasum":"4c2d157bfa86f90ec6b2851e3a4dddc00f04b686","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-4.16.0.tgz","fileCount":81,"unpackedSize":307480,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGuqtcyGgIBuIxl3R1Ni6xz7T31OFKBSJD6WWso8VJl4AiEAsUNqFuBUlN5gl0af9vXh/8Rx3NfJbJaDnAwuwJtXaRA="}],"size":83575},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_4.16.0_1722347562199_0.7542765861535203"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-30T13:52:42.426Z","publish_time":1722347562426,"_source_registry_name":"default","contributors":[]},"4.16.1":{"name":"bull","version":"4.16.1","description":"Job manager","engines":{"node":">=12"},"main":"./index.js","types":"./index.d.ts","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^4.2.1","get-port":"^5.1.1","ioredis":"^5.3.2","lodash":"^4.17.21","msgpackr":"^1.10.1","semver":"^7.5.2","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","fast-glob":"^3.3.2","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","minimatch":"^7.4.4","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","npm-run-all":"^4.1.5","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","rimraf":"^3.0.2","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"clean:scripts":"rimraf rawScripts lib/scripts","dc:up":"docker-compose -f docker-compose.yml up -d","dc:down":"docker-compose -f docker-compose.yml down","dry-run":"npm publish --dry-run","generate:raw:scripts":"node generateRawScripts.js","pretest":"npm-run-all clean:scripts generate:raw:scripts transform:commands lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc","transform:commands":"node ./commandTransform.js ./rawScripts ./lib/scripts"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"856445329809a7c97ad5708a34ecaaff16e6105e","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@4.16.1","_nodeVersion":"12.22.12","_npmVersion":"7.11.0","dist":{"integrity":"sha512-uqtXwJRA9+02sIkVkY5T2V/iPoxHhqK1QIFzBFC+w6iBq4r4Dod9pPiSUr5A+sK1F90kiKlCig7YeGDDYG2DbQ==","shasum":"2eece8f2f0c8cace20896593327b4f68f6e8c7f8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-4.16.1.tgz","fileCount":81,"unpackedSize":308718,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDhgc+HeVSYTyDnn/UgdFXYvrZiPg/55W/X3ACA4dxFHAiAEB16QeUIMbMLYGRDCJIGnCmKhGEiy2ctAb/LiKU2JIQ=="}],"size":83728},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_4.16.1_1724818684554_0.5405784699264318"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-08-28T04:18:04.730Z","publish_time":1724818684730,"_source_registry_name":"default","contributors":[]},"4.16.2":{"name":"bull","version":"4.16.2","description":"Job manager","engines":{"node":">=12"},"main":"./index.js","types":"./index.d.ts","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^4.2.1","get-port":"^5.1.1","ioredis":"^5.3.2","lodash":"^4.17.21","msgpackr":"^1.10.1","semver":"^7.5.2","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","fast-glob":"^3.3.2","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","minimatch":"^7.4.4","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","npm-run-all":"^4.1.5","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","rimraf":"^3.0.2","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"clean:scripts":"rimraf rawScripts lib/scripts","dc:up":"docker-compose -f docker-compose.yml up -d","dc:down":"docker-compose -f docker-compose.yml down","dry-run":"npm publish --dry-run","generate:raw:scripts":"node generateRawScripts.js","pretest":"npm-run-all clean:scripts generate:raw:scripts transform:commands lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc","transform:commands":"node ./commandTransform.js ./rawScripts ./lib/scripts"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"f59473b26edc5fb2edace5211450304de1eee2f3","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@4.16.2","_nodeVersion":"12.22.12","_npmVersion":"7.11.0","dist":{"integrity":"sha512-VCy33UdPGiIoZHDTrslGXKXWxcIUHNH5Z82pihr8HicbIfAH4SHug1HxlwKEbibVv85hq8rJ9tKAW/cuxv2T0A==","shasum":"a4c8a75ac2f0c686420f8fad766b36617688b30a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-4.16.2.tgz","fileCount":82,"unpackedSize":309169,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICbarIiWlRNKqEr8EIGd0lSJbzi3tpo/jHboeHoTk0KjAiB0AMUV7p9gmayovW5iEOJkAUWckpk23es8QzdKoczMAA=="}],"size":83949},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_4.16.2_1725508648683_0.09552653532017241"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-09-05T03:57:28.818Z","publish_time":1725508648818,"_source_registry_name":"default","contributors":[]},"4.16.3":{"name":"bull","version":"4.16.3","description":"Job manager","engines":{"node":">=12"},"main":"./index.js","types":"./index.d.ts","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^4.2.1","get-port":"^5.1.1","ioredis":"^5.3.2","lodash":"^4.17.21","msgpackr":"^1.10.1","semver":"^7.5.2","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","fast-glob":"^3.3.2","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","minimatch":"^7.4.4","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","npm-run-all":"^4.1.5","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","rimraf":"^3.0.2","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"clean:scripts":"rimraf rawScripts lib/scripts","dc:up":"docker-compose -f docker-compose.yml up -d","dc:down":"docker-compose -f docker-compose.yml down","dry-run":"npm publish --dry-run","generate:raw:scripts":"node generateRawScripts.js","pretest":"npm-run-all clean:scripts generate:raw:scripts transform:commands lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc","transform:commands":"node ./commandTransform.js ./rawScripts ./lib/scripts"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"66f82410633f39e5a02142ec973319aac379612f","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@4.16.3","_nodeVersion":"12.22.12","_npmVersion":"7.11.0","dist":{"integrity":"sha512-BZbPzNiKXczfZPXBTVhcN73b+CQFHTzVb7yJi1bSYld4/8bDc9oh/j/dYTsQBgOAZIZahFeHO6dPHbVEXXCvCg==","shasum":"b269b25e15223895719b94b0806e3f06906dbb2e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-4.16.3.tgz","fileCount":82,"unpackedSize":309544,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDMp5cqxlkCgSaXlWbmtTsCt0jnXL01HyFccqI16cHwLgIgU3IvSitkDb02awKpjtUbloJCva4TJc0fkQ2KBKz9onk="}],"size":84035},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_4.16.3_1725973919563_0.06209948000624643"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-09-10T13:11:59.847Z","publish_time":1725973919847,"_source_registry_name":"default","contributors":[]},"4.16.4":{"name":"bull","version":"4.16.4","description":"Job manager","engines":{"node":">=12"},"main":"./index.js","types":"./index.d.ts","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^4.2.1","get-port":"^5.1.1","ioredis":"^5.3.2","lodash":"^4.17.21","msgpackr":"^1.11.2","semver":"^7.5.2","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","fast-glob":"^3.3.2","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","minimatch":"^7.4.4","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","npm-run-all":"^4.1.5","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","rimraf":"^3.0.2","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"clean:scripts":"rimraf rawScripts lib/scripts","dc:up":"docker-compose -f docker-compose.yml up -d","dc:down":"docker-compose -f docker-compose.yml down","dry-run":"npm publish --dry-run","generate:raw:scripts":"node generateRawScripts.js","pretest":"npm-run-all clean:scripts generate:raw:scripts transform:commands lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc","transform:commands":"node ./commandTransform.js ./rawScripts ./lib/scripts"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"65355b88838db6d36577c22ec7d4a876a70fad96","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@4.16.4","_nodeVersion":"12.22.12","_npmVersion":"7.11.0","dist":{"integrity":"sha512-CF+nGsJyfsCC9MJL8hFxqXzbwq+jGBXhaz1j15G+5N/XtKIPFUUy5O1mfWWKbKunfuH/x+UV4NYRQDHSkjCOgA==","shasum":"0639cea7ca37934f900134440445ce8b52abfe5a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-4.16.4.tgz","fileCount":82,"unpackedSize":309981,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF3y5NF8D1/bd6qUVwNeq4EqMpri6ZJ4b+GfwIPDoiwIAiEAmtxq5PiKPJNhZESFhlOrEomP64DlDBVrra38Jiw/fbE="}],"size":84207},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/bull_4.16.4_1730470156120_0.7286931159499856"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-11-01T14:09:16.467Z","publish_time":1730470156467,"_source_registry_name":"default","contributors":[]},"4.16.5":{"name":"bull","version":"4.16.5","description":"Job manager","engines":{"node":">=12"},"main":"./index.js","types":"./index.d.ts","repository":{"type":"git","url":"git://github.com/OptimalBits/bull.git"},"keywords":["job","queue","task","parallel"],"author":{"name":"OptimalBits"},"license":"MIT","dependencies":{"cron-parser":"^4.9.0","get-port":"^5.1.1","ioredis":"^5.3.2","lodash":"^4.17.21","msgpackr":"^1.11.2","semver":"^7.5.2","uuid":"^8.3.0"},"devDependencies":{"@commitlint/cli":"^7.6.1","@commitlint/config-conventional":"^7.6.0","@semantic-release/changelog":"^5.0.1","@semantic-release/commit-analyzer":"^8.0.1","@semantic-release/git":"^9.0.0","@semantic-release/github":"^7.2.1","@semantic-release/npm":"^7.1.1","@semantic-release/release-notes-generator":"^9.0.2","chai":"^4.2.0","coveralls":"^3.1.0","delay":"^4.3.0","eslint":"^7.4.0","eslint-plugin-mocha":"^7.0.1","eslint-plugin-node":"^8.0.1","expect.js":"^0.3.1","fast-glob":"^3.3.2","husky":"^4.2.5","istanbul":"^0.4.5","lint-staged":"^8.2.1","minimatch":"^7.4.4","mocha":"^8.1.1","mocha-lcov-reporter":"^1.3.0","moment":"^2.24.0","npm-run-all":"^4.1.5","nyc":"^15.1.0","p-reflect":"^1.0.0","prettier":"^1.19.1","rimraf":"^3.0.2","semantic-release":"^17.4.2","sinon":"^7.5.0"},"scripts":{"clean:scripts":"rimraf rawScripts lib/scripts","dc:up":"docker-compose -f docker-compose.yml up -d","dc:down":"docker-compose -f docker-compose.yml down","dry-run":"npm publish --dry-run","generate:raw:scripts":"node generateRawScripts.js","pretest":"npm-run-all clean:scripts generate:raw:scripts transform:commands lint","lint":"eslint lib test *.js","test":"NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit","test:nolint":"NODE_ENV=test mocha 'test/test_*' --recursive --exit","coverage":"nyc report --reporter=text-lcov | coveralls","postpublish":"git push && git push --tags","prettier":"prettier --config package.json --write '**/*.js'","precommit":"lint-staged","build":"tsc","transform:commands":"node ./commandTransform.js ./rawScripts ./lib/scripts"},"lint-staged":{"*.{js,json}":["prettier --write","git add"]},"prettier":{"singleQuote":true},"husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS"}},"release":{"branches":["develop"],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator",["@semantic-release/changelog",{"changelogFile":"CHANGELOG.md"}],["@semantic-release/npm",{"npmPublish":true}],"@semantic-release/github",["@semantic-release/git",{"assets":["package.json","yarn.lock","CHANGELOG.md"],"message":"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"}]]},"gitHead":"489c6ab8466c1db122f92af3ddef12eacc54179e","bugs":{"url":"https://github.com/OptimalBits/bull/issues"},"homepage":"https://github.com/OptimalBits/bull#readme","_id":"bull@4.16.5","_nodeVersion":"12.22.12","_npmVersion":"7.11.0","dist":{"integrity":"sha512-lDsx2BzkKe7gkCYiT5Acj02DpTwDznl/VNN7Psn7M3USPG7Vs/BaClZJJTAG+ufAR9++N1/NiUTdaFBWDIl5TQ==","shasum":"855a17e7880862a231dac3c8a6392c77668ce49d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/bull/-/bull-4.16.5.tgz","fileCount":82,"unpackedSize":309260,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCTPRaxEI1fI2AJybhe5XQnlV4jaotZAiOYg9yQoz/NdwIhANPflqW8QVN6omq4sNRxVssLa5M/b3yyvwQVJpC+SvWV"}],"size":83904},"_npmUser":{"name":"anonymous","email":"manuel@optimalbits.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"manuel@optimalbits.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/bull_4.16.5_1734554196919_0.3281801371182058"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-12-18T20:36:37.132Z","publish_time":1734554197132,"_source_registry_name":"default","contributors":[]}},"dist-tags":{"latest":"4.16.5"},"name":"bull","time":{"created":"2022-01-26T20:42:08.466Z","modified":"2024-12-18T21:33:07.190Z","4.5.0":"2022-02-01T02:41:23.706Z","4.1.4":"2021-12-14T05:04:36.013Z","4.1.3":"2021-12-14T05:03:27.783Z","4.1.2":"2021-12-14T05:02:17.821Z","4.1.1":"2021-11-16T08:22:18.684Z","4.1.0":"2021-10-31T11:10:00.044Z","4.0.0":"2021-10-27T10:43:18.257Z","3.29.3":"2021-10-13T05:36:32.951Z","3.29.2":"2021-09-08T02:59:54.625Z","3.29.1":"2021-08-26T06:25:24.431Z","3.29.0":"2021-08-20T09:06:14.475Z","3.28.1":"2021-08-06T10:47:50.565Z","3.28.0":"2021-08-05T18:30:17.537Z","3.27.0":"2021-07-27T08:27:45.136Z","3.26.0":"2021-07-16T14:09:56.470Z","3.25.2":"2021-07-16T11:12:11.516Z","3.25.1":"2021-07-16T07:34:51.635Z","3.25.0":"2021-07-15T13:03:20.673Z","3.24.0":"2021-07-15T13:00:37.430Z","3.23.3":"2021-07-15T12:14:23.490Z","3.23.2":"2021-07-15T11:08:03.972Z","3.23.1":"2021-07-15T10:41:35.280Z","3.23.0":"2021-07-13T15:12:41.011Z","3.22.12":"2021-07-13T11:53:08.990Z","3.22.11":"2021-07-08T10:38:18.997Z","3.22.10":"2021-07-01T09:54:51.604Z","3.22.9":"2021-06-22T09:54:53.303Z","3.22.8":"2021-06-09T06:05:55.603Z","3.22.7":"2021-05-31T10:44:03.774Z","3.22.6":"2021-05-17T16:25:54.963Z","3.22.5":"2021-05-11T07:16:19.195Z","3.22.4":"2021-04-27T20:38:10.262Z","3.22.3":"2021-04-23T16:50:25.049Z","3.22.2":"2021-04-23T14:32:09.271Z","3.22.1":"2021-04-19T11:25:34.988Z","3.22.0":"2021-03-24T17:47:41.687Z","3.21.1":"2021-03-19T13:19:45.059Z","3.21.0":"2021-03-18T15:18:10.625Z","3.20.1":"2021-02-06T13:32:58.286Z","3.20.0":"2020-11-26T09:04:05.501Z","3.19.1":"2020-11-20T09:19:33.861Z","3.19.0":"2020-11-19T11:23:30.609Z","3.18.1":"2020-10-27T12:52:07.366Z","3.18.0":"2020-08-13T15:20:37.024Z","3.17.0":"2020-08-12T12:12:35.605Z","3.16.0":"2020-07-16T20:46:19.681Z","3.15.0":"2020-06-30T11:18:44.318Z","3.14.0":"2020-05-08T13:37:46.692Z","3.13.0":"2020-02-13T21:36:22.095Z","3.12.1":"2019-11-17T09:10:41.427Z","3.12.0":"2019-11-06T22:26:09.208Z","3.11.0":"2019-09-16T21:13:11.559Z","3.10.0":"2019-06-01T10:45:29.186Z","3.9.1":"2019-05-07T20:41:44.188Z","3.9.0":"2019-05-07T11:54:52.825Z","3.8.1":"2019-04-27T18:29:26.369Z","3.8.0":"2019-04-27T09:49:28.283Z","3.7.0":"2019-02-14T22:14:38.275Z","3.6.0":"2019-01-22T19:35:16.820Z","3.5.3":"2019-01-20T15:02:57.681Z","3.5.2":"2018-11-15T22:19:41.796Z","3.5.1":"2018-11-14T22:16:36.251Z","3.5.0":"2018-11-14T22:03:17.116Z","3.4.8":"2018-09-02T19:07:08.330Z","3.4.7":"2018-08-15T20:23:53.170Z","3.4.6":"2018-08-14T21:20:10.887Z","3.4.5":"2018-08-14T20:54:13.225Z","3.4.4":"2018-07-22T18:00:11.423Z","3.4.3":"2018-07-17T18:24:17.315Z","3.4.2":"2018-05-14T16:23:03.994Z","3.4.1":"2018-04-24T19:50:36.635Z","3.4.0":"2018-04-22T14:27:50.483Z","3.3.10":"2018-02-19T10:32:13.145Z","3.3.9":"2018-01-28T21:07:30.847Z","3.3.8":"2018-01-07T00:13:55.034Z","3.3.7":"2017-12-05T09:46:53.444Z","3.3.6":"2017-11-09T21:00:14.522Z","3.3.5":"2017-10-27T21:49:10.026Z","3.3.4":"2017-10-24T18:40:52.402Z","3.3.3":"2017-10-23T07:28:32.941Z","3.3.2":"2017-10-18T07:14:55.054Z","3.3.1":"2017-10-08T17:10:33.140Z","3.3.0":"2017-10-07T21:28:56.500Z","3.2.0":"2017-09-12T06:31:34.942Z","3.1.0":"2017-09-04T20:39:48.376Z","3.0.0":"2017-08-30T07:37:55.029Z","3.0.0-rc.10":"2017-08-29T09:55:03.543Z","3.0.0-rc.9":"2017-08-24T10:22:10.996Z","3.0.0-rc.8":"2017-08-23T08:33:08.199Z","3.0.0-rc.7":"2017-08-15T19:05:51.322Z","3.0.0-rc.6":"2017-08-14T20:02:15.780Z","3.0.0-rc.5":"2017-08-10T21:43:08.918Z","3.0.0-rc.4":"2017-07-06T08:39:38.851Z","3.0.0-rc.3":"2017-06-19T07:54:16.904Z","3.0.0-rc.2":"2017-05-28T10:21:41.187Z","3.0.0-rc.1":"2017-05-24T07:24:46.188Z","3.0.0-alpha.4":"2017-05-08T19:13:03.618Z","3.0.0-alpha.3":"2017-04-29T18:44:15.474Z","3.0.0-alpha.2":"2017-04-21T14:21:37.568Z","3.0.0-alpha.1":"2017-04-18T09:13:31.411Z","2.2.6":"2017-03-30T09:59:24.931Z","2.2.5":"2017-03-17T18:47:54.596Z","2.2.4":"2017-03-16T20:32:39.119Z","2.2.3":"2017-03-13T08:20:34.577Z","2.2.2":"2017-03-08T12:35:39.690Z","2.2.1":"2017-03-02T08:20:43.496Z","2.2.0":"2017-03-01T08:13:06.353Z","2.1.2":"2017-02-13T10:33:31.761Z","2.1.1":"2017-01-30T22:54:20.690Z","2.1.0":"2017-01-15T21:55:03.607Z","2.0.0":"2016-11-25T23:19:49.538Z","1.1.3":"2016-11-25T21:38:23.766Z","1.1.2":"2016-11-16T12:49:07.624Z","1.1.1":"2016-11-10T08:09:00.963Z","1.1.0":"2016-11-09T21:27:15.736Z","1.0.0":"2016-06-22T22:08:32.929Z","1.0.0-rc4":"2016-06-20T13:17:23.801Z","1.0.0-rc3":"2016-06-15T22:03:20.035Z","1.0.0-rc2":"2016-05-28T08:07:23.301Z","1.0.0-rc1":"2016-03-24T21:10:23.234Z","0.7.2":"2016-02-28T10:24:37.920Z","0.7.0":"2015-11-28T09:30:28.352Z","0.6.0":"2015-09-30T21:57:53.759Z","0.4.0":"2015-06-25T19:48:56.553Z","0.3.0":"2015-06-06T08:39:47.977Z","0.2.7":"2015-03-24T20:36:18.050Z","0.2.6":"2015-03-22T21:19:04.269Z","0.2.5":"2015-03-15T20:32:47.335Z","0.2.4":"2015-02-15T10:33:19.922Z","0.2.3":"2015-02-03T19:58:59.264Z","0.2.2":"2015-02-02T09:01:37.602Z","0.2.1":"2015-01-23T16:20:29.920Z","0.2.0":"2015-01-23T08:34:12.165Z","0.1.10":"2014-09-03T09:01:47.588Z","0.1.9":"2014-08-24T20:29:12.801Z","0.1.8":"2014-08-14T11:53:00.196Z","0.1.7":"2014-08-06T08:04:30.122Z","0.1.6":"2014-04-20T17:36:26.094Z","0.1.5":"2014-02-02T20:51:48.080Z","0.1.4":"2014-01-08T11:39:19.776Z","0.1.3":"2013-12-05T20:36:17.668Z","0.1.2":"2013-12-05T17:08:56.098Z","0.1.1":"2013-11-21T12:22:38.970Z","0.1.0":"2013-11-07T15:05:08.599Z","0.0.1":"2013-07-02T18:12:11.585Z","4.2.0":"2021-12-21T06:35:28.528Z","4.2.1":"2022-01-17T03:19:28.239Z","4.3.0":"2022-01-26T08:12:59.648Z","4.4.0":"2022-01-26T14:15:11.804Z","4.5.1":"2022-02-06T10:27:30.522Z","4.5.2":"2022-02-14T02:38:10.140Z","4.5.3":"2022-02-14T10:28:26.827Z","4.5.4":"2022-02-14T11:23:47.483Z","4.5.5":"2022-02-16T10:07:30.592Z","4.5.6":"2022-02-20T04:22:01.251Z","4.6.0":"2022-02-21T07:50:24.509Z","4.6.1":"2022-02-21T08:08:10.690Z","4.6.2":"2022-02-23T04:07:28.193Z","4.7.0":"2022-03-02T02:38:29.395Z","4.8.0":"2022-03-19T13:13:19.892Z","4.8.1":"2022-03-21T01:23:34.473Z","4.8.2":"2022-04-21T07:57:50.315Z","4.8.3":"2022-05-12T01:36:15.526Z","4.8.4":"2022-06-16T09:02:11.876Z","4.8.5":"2022-07-27T15:24:36.144Z","4.9.0":"2022-09-05T11:18:10.148Z","4.10.0":"2022-09-29T14:50:10.576Z","4.10.1":"2022-10-13T09:35:03.594Z","4.10.2":"2022-11-24T13:50:33.300Z","4.10.3":"2023-02-03T09:25:42.348Z","4.10.4":"2023-02-09T11:26:11.000Z","4.11.0":"2023-08-08T08:49:55.465Z","4.11.1":"2023-08-08T08:58:11.663Z","4.11.2":"2023-08-08T22:14:30.647Z","4.11.3":"2023-08-11T09:13:50.558Z","4.11.4":"2023-10-14T10:11:52.807Z","4.11.5":"2023-11-11T12:09:12.488Z","4.12.0":"2023-12-18T13:34:53.929Z","4.12.1":"2024-01-15T10:40:07.447Z","4.12.2":"2024-01-17T17:18:36.016Z","4.12.3":"2024-05-10T13:53:59.889Z","4.12.4":"2024-05-15T05:14:58.491Z","4.12.5":"2024-05-17T05:20:02.519Z","4.12.6":"2024-05-18T05:50:18.609Z","4.12.7":"2024-05-21T05:01:33.676Z","4.12.8":"2024-05-22T06:34:00.004Z","4.12.9":"2024-05-24T05:38:26.067Z","4.13.0":"2024-06-12T01:27:45.870Z","4.13.1":"2024-06-21T01:41:25.655Z","4.14.0":"2024-06-25T05:09:04.113Z","4.15.0":"2024-06-30T17:48:31.594Z","4.15.1":"2024-07-04T05:02:58.947Z","4.16.0":"2024-07-30T13:52:42.426Z","4.16.1":"2024-08-28T04:18:04.730Z","4.16.2":"2024-09-05T03:57:28.818Z","4.16.3":"2024-09-10T13:11:59.847Z","4.16.4":"2024-11-01T14:09:16.467Z","4.16.5":"2024-12-18T20:36:37.132Z"},"readme":"<div align=\"center\">\n  <br/>\n  <img src=\"./support/logo@2x.png\" width=\"300\" />\n  <br/>\n  <br/>\n  <p>\n    The fastest, most reliable, Redis-based queue for Node. <br/>\n    Carefully written for rock solid stability and atomicity.\n  </p>\n  <br/>\n  <p>\n    <a href=\"#-sponsors-\"><strong>Sponsors</strong></a> ·\n    <a href=\"#bull-features\"><strong>Features</strong></a> ·\n    <a href=\"#uis\"><strong>UIs</strong></a> ·\n    <a href=\"#install\"><strong>Install</strong></a> ·\n    <a href=\"#quick-guide\"><strong>Quick Guide</strong></a> ·\n    <a href=\"#documentation\"><strong>Documentation</strong></a>\n  </p>\n  <p>Check the new <a href=\"https://optimalbits.github.io/bull/\"><strong>Guide!</strong></p>\n  <br/>\n  <p>\n    <a href=\"https://gitter.im/OptimalBits/bull\">\n      <img src=\"https://badges.gitter.im/Join%20Chat.svg\"/>\n    </a>\n    <a href=\"https://join.slack.com/t/bullmq/shared_invite/zt-1nbtpk6mv-TItWpF9jf3k4yrCaS0PPZA\">\n      <img src=\"https://img.shields.io/badge/Slack-4A154B\"/>\n    </a>\n    <a href=\"http://badge.fury.io/js/bull\">\n      <img src=\"https://badge.fury.io/js/bull.svg\"/>\n    </a>\n    <a href=\"https://coveralls.io/github/OptimalBits/bull?branch=master\">\n      <img src=\"https://coveralls.io/repos/github/OptimalBits/bull/badge.svg?branch=master\"/>\n    </a>\n    <a href=\"http://isitmaintained.com/project/OptimalBits/bull\">\n      <img src=\"http://isitmaintained.com/badge/open/optimalbits/bull.svg\"/>\n    </a>\n    <a href=\"http://isitmaintained.com/project/OptimalBits/bull\">\n      <img src=\"http://isitmaintained.com/badge/resolution/optimalbits/bull.svg\"/>\n    </a>\n        <a href=\"https://twitter.com/manast\">\n      <img src=\"https://img.shields.io/twitter/follow/manast?label=Stay%20updated&style=social\"/>\n    </a>\n  </p>\n</div>\n\n### 🚀 Sponsors 🚀\n\n<table cellspacing=\"0\" cellpadding=\"0\" border=\"0\">\n  <tr>\n    <td>\n      <a href=\"https://www.dragonflydb.io/\">\n        <img src=\"https://raw.githubusercontent.com/dragonflydb/dragonfly/main/.github/images/logo-full.svg\" width=550 alt=\"Dragonfly\" />\n      </a>\n    </td>\n    <td>\n      Dragonfly is a new Redis™ drop-in replacement that is fully compatible with BullMQ and brings some important advantages over Redis™ such as massive\n      better performance by utilizing all CPU cores available and faster and more memory efficient data structures. Read more <a href=\"https://www.dragonflydb.io/docs/integrations/bullmq\">here</a> on how to use it with BullMQ.\n    </td>\n  </tr>\n</table>\n\n### 📻 News and updates\n\nBull is currently in maintenance mode, we are only fixing bugs. For new features check [BullMQ](https://github.com/taskforcesh/bullmq), a modern rewritten\nimplementation in Typescript. You are still very welcome to use Bull if it suits your needs, which is a safe, battle tested library.\n\nFollow me on [Twitter](http://twitter.com/manast) for other important news and updates.\n\n### 🛠 Tutorials\n\nYou can find tutorials and news in this blog: https://blog.taskforce.sh/\n\n---\n\n### Used by\n\nBull is popular among large and small organizations, like the following ones:\n\n<table cellspacing=\"0\" cellpadding=\"0\">\n  <tr>\n    <td valign=\"center\">\n      <a href=\"https://github.com/atlassian/github-for-jira\">\n        <img\n          src=\"https://876297641-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LUuDmt_xXMfG66Rn1GA%2Fuploads%2FevsJCF6F1tx1ScZwDQOd%2FAtlassian-horizontal-blue-rgb.webp?alt=media&token=2fcd0528-e8bb-4bdd-af35-9d20e313d1a8\"\n          width=\"150\"\n          alt=\"Atlassian\"\n      /></a>\n    </td>\n    <td valign=\"center\">\n      <a href=\"https://github.com/Autodesk\">\n        <img\n          src=\"https://876297641-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LUuDmt_xXMfG66Rn1GA%2Fuploads%2FvpTe02RdOhUJBA8TdHEE%2Fautodesk-logo-white.png?alt=media&token=326961b4-ea4f-4ded-89a4-e05692eec8ee\"\n          width=\"150\"\n          alt=\"Autodesk\"\n      /></a>\n    </td>\n    <td valign=\"center\">\n      <a href=\"https://github.com/common-voice/common-voice\">\n        <img\n          src=\"https://876297641-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LUuDmt_xXMfG66Rn1GA%2Fuploads%2F4zPSrubNJKViAzUIftIy%2Fmozilla-logo-bw-rgb.png?alt=media&token=9f93aae2-833f-4cc4-8df9-b7fea0ad5cb5\"\n          width=\"150\"\n          alt=\"Mozilla\"\n      /></a>\n    </td>\n    <td valign=\"center\">\n      <a href=\"https://github.com/nestjs/bull\">\n        <img\n          src=\"https://876297641-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LUuDmt_xXMfG66Rn1GA%2Fuploads%2FfAcGye182utFUtPKdLqJ%2FScreenshot%202022-02-15%20at%2011.32.39.png?alt=media&token=29feb550-f0bc-467d-a290-f700701d7d15\"\n          width=\"150\"\n          alt=\"Nest\"\n      /></a>\n    </td>\n    <td valign=\"center\">\n      <a href=\"https://github.com/salesforce/refocus\">\n        <img\n          src=\"https://876297641-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LUuDmt_xXMfG66Rn1GA%2Fuploads%2FZNnYNuL5qJ6ZoBh7JJEW%2Fsalesforce-logo.png?alt=media&token=ddcae63b-08c0-4dd4-8496-3b29a9bf977d\"\n          width=\"100\"\n          alt=\"Salesforce\"\n      /></a>\n    </td>\n\n  </tr>\n</table>\n\n---\n\n---\n\n### Official FrontEnd\n\n[<img src=\"http://taskforce.sh/assets/logo_square.png\" width=\"100\" alt=\"Taskforce.sh, Inc\" style=\"padding: 100px\"/>](https://taskforce.sh)\n\nSupercharge your queues with a professional front end:\n- Get a complete overview of all your queues.\n- Inspect jobs, search, retry, or promote delayed jobs.\n- Metrics and statistics.\n- and many more features.\n\nSign up at [Taskforce.sh](https://taskforce.sh)\n\n---\n\n### Bull Features\n\n- [x] Minimal CPU usage due to a polling-free design.\n- [x] Robust design based on Redis.\n- [x] Delayed jobs.\n- [x] Schedule and repeat jobs according to a cron specification.\n- [x] Rate limiter for jobs.\n- [x] Retries.\n- [x] Priority.\n- [x] Concurrency.\n- [x] Pause/resume—globally or locally.\n- [x] Multiple job types per queue.\n- [x] Threaded (sandboxed) processing functions.\n- [x] Automatic recovery from process crashes.\n\nAnd coming up on the roadmap...\n\n- [ ] Job completion acknowledgement (you can use the message queue [pattern](https://github.com/OptimalBits/bull/blob/develop/PATTERNS.md#returning-job-completions) in the meantime).\n- [ ] Parent-child jobs relationships.\n\n---\n\n### UIs\n\nThere are a few third-party UIs that you can use for monitoring:\n\n**BullMQ**\n\n- [Taskforce](https://taskforce.sh)\n\n**Bull v3**\n\n- [Taskforce](https://taskforce.sh)\n- [bull-board](https://github.com/vcapretz/bull-board)\n- [bull-repl](https://github.com/darky/bull-repl)\n- [bull-monitor](https://github.com/s-r-x/bull-monitor)\n- [Monitoro](https://github.com/AbhilashJN/monitoro)\n\n**Bull <= v2**\n\n- [Matador](https://github.com/ShaneK/Matador)\n- [react-bull](https://github.com/kfatehi/react-bull)\n- [Toureiro](https://github.com/Epharmix/Toureiro)\n\n---\n\n### Monitoring & Alerting\n\n- With Prometheus [Bull Queue Exporter](https://github.com/UpHabit/bull_exporter)\n\n---\n\n### Feature Comparison\n\nSince there are a few job queue solutions, here is a table comparing them:\n\n| Feature                   |   [BullMQ-Pro](https://bullmq.io/#bullmq-pro)    |     [BullMQ](https://bullmq.io)      |      Bull       |  Kue  | Bee      | Agenda |\n| :------------------------ | :-------------: | :-------------: | :-------------: | :---: | -------- | ------ |\n| Backend                   |      redis      |      redis      |      redis      | redis | redis    | mongo  |\n| Observables               |        ✓        |                 |                 |       |          |        |\n| Group Rate Limit          |        ✓        |                 |                 |       |          |        |\n| Group Support             |        ✓        |                 |                 |       |          |        |\n| Batches Support           |        ✓        |                 |                 |       |          |        |\n| Parent/Child Dependencies |        ✓        |        ✓        |                 |       |          |        |\n| Priorities                |        ✓        |        ✓        |        ✓        |   ✓   |          | ✓      |\n| Concurrency               |        ✓        |        ✓        |        ✓        |   ✓   | ✓        | ✓      |\n| Delayed jobs              |        ✓        |        ✓        |        ✓        |   ✓   |          | ✓      |\n| Global events             |        ✓        |        ✓        |        ✓        |   ✓   |          |        |\n| Rate Limiter              |        ✓        |        ✓        |        ✓        |       |          |        |\n| Pause/Resume              |        ✓        |        ✓        |        ✓        |   ✓   |          |        |\n| Sandboxed worker          |        ✓        |        ✓        |        ✓        |       |          |        |\n| Repeatable jobs           |        ✓        |        ✓        |        ✓        |       |          | ✓      |\n| Atomic ops                |        ✓        |        ✓        |        ✓        |       | ✓        |        |\n| Persistence               |        ✓        |        ✓        |        ✓        |   ✓   | ✓        | ✓      |\n| UI                        |        ✓        |        ✓        |        ✓        |   ✓   |          | ✓      |\n| Optimized for             | Jobs / Messages | Jobs / Messages | Jobs / Messages | Jobs  | Messages | Jobs   |\n\n\n### Install\n\n```bash\nnpm install bull --save\n```\nor\n\n```bash\nyarn add bull\n```\n\n_**Requirements:** Bull requires a Redis version greater than or equal to `2.8.18`._\n\n\n### Typescript Definitions\n\n```bash\nnpm install @types/bull --save-dev\n```\n```bash\nyarn add --dev @types/bull\n```\n\nDefinitions are currently maintained in the [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bull) repo.\n\n\n## Contributing\n\nWe welcome all types of contributions, either code fixes, new features or doc improvements.\nCode formatting is enforced by [prettier](https://prettier.io/).\nFor commits please follow conventional [commits convention](https://www.conventionalcommits.org/en/v1.0.0-beta.2/).\nAll code must pass lint rules and test suites before it can be merged into develop.\n\n---\n\n### Quick Guide\n\n#### Basic Usage\n```js\nconst Queue = require('bull');\n\nconst videoQueue = new Queue('video transcoding', 'redis://127.0.0.1:6379');\nconst audioQueue = new Queue('audio transcoding', { redis: { port: 6379, host: '127.0.0.1', password: 'foobared' } }); // Specify Redis connection using object\nconst imageQueue = new Queue('image transcoding');\nconst pdfQueue = new Queue('pdf transcoding');\n\nvideoQueue.process(function (job, done) {\n\n  // job.data contains the custom data passed when the job was created\n  // job.id contains id of this job.\n\n  // transcode video asynchronously and report progress\n  job.progress(42);\n\n  // call done when finished\n  done();\n\n  // or give an error if error\n  done(new Error('error transcoding'));\n\n  // or pass it a result\n  done(null, { framerate: 29.5 /* etc... */ });\n\n  // If the job throws an unhandled exception it is also handled correctly\n  throw new Error('some unexpected error');\n});\n\naudioQueue.process(function (job, done) {\n  // transcode audio asynchronously and report progress\n  job.progress(42);\n\n  // call done when finished\n  done();\n\n  // or give an error if error\n  done(new Error('error transcoding'));\n\n  // or pass it a result\n  done(null, { samplerate: 48000 /* etc... */ });\n\n  // If the job throws an unhandled exception it is also handled correctly\n  throw new Error('some unexpected error');\n});\n\nimageQueue.process(function (job, done) {\n  // transcode image asynchronously and report progress\n  job.progress(42);\n\n  // call done when finished\n  done();\n\n  // or give an error if error\n  done(new Error('error transcoding'));\n\n  // or pass it a result\n  done(null, { width: 1280, height: 720 /* etc... */ });\n\n  // If the job throws an unhandled exception it is also handled correctly\n  throw new Error('some unexpected error');\n});\n\npdfQueue.process(function (job) {\n  // Processors can also return promises instead of using the done callback\n  return pdfAsyncProcessor();\n});\n\nvideoQueue.add({ video: 'http://example.com/video1.mov' });\naudioQueue.add({ audio: 'http://example.com/audio1.mp3' });\nimageQueue.add({ image: 'http://example.com/image1.tiff' });\n```\n\n#### Using promises\n\nAlternatively, you can return promises instead of using the `done` callback:\n\n```javascript\nvideoQueue.process(function (job) { // don't forget to remove the done callback!\n  // Simply return a promise\n  return fetchVideo(job.data.url).then(transcodeVideo);\n\n  // Handles promise rejection\n  return Promise.reject(new Error('error transcoding'));\n\n  // Passes the value the promise is resolved with to the \"completed\" event\n  return Promise.resolve({ framerate: 29.5 /* etc... */ });\n\n  // If the job throws an unhandled exception it is also handled correctly\n  throw new Error('some unexpected error');\n  // same as\n  return Promise.reject(new Error('some unexpected error'));\n});\n```\n\n#### Separate processes\n\nThe process function can also be run in a separate process. This has several advantages:\n- The process is sandboxed so if it crashes it does not affect the worker.\n- You can run blocking code without affecting the queue (jobs will not stall).\n- Much better utilization of multi-core CPUs.\n- Less connections to redis.\n\nIn order to use this feature just create a separate file with the processor:\n```js\n// processor.js\nmodule.exports = function (job) {\n  // Do some heavy work\n\n  return Promise.resolve(result);\n}\n```\n\nAnd define the processor like this:\n\n```js\n// Single process:\nqueue.process('/path/to/my/processor.js');\n\n// You can use concurrency as well:\nqueue.process(5, '/path/to/my/processor.js');\n\n// and named processors:\nqueue.process('my processor', 5, '/path/to/my/processor.js');\n```\n\n#### Repeated jobs\n\nA job can be added to a queue and processed repeatedly according to a cron specification:\n\n```js\n  paymentsQueue.process(function (job) {\n    // Check payments\n  });\n\n  // Repeat payment job once every day at 3:15 (am)\n  paymentsQueue.add(paymentsData, { repeat: { cron: '15 3 * * *' } });\n\n```\n\nAs a tip, check your expressions here to verify they are correct:\n[cron expression generator](https://crontab.cronhub.io)\n\n#### Pause / Resume\n\nA queue can be paused and resumed globally (pass `true` to pause processing for\njust this worker):\n```js\nqueue.pause().then(function () {\n  // queue is paused now\n});\n\nqueue.resume().then(function () {\n  // queue is resumed now\n})\n```\n\n#### Events\n\nA queue emits some useful events, for example...\n```js\n.on('completed', function (job, result) {\n  // Job completed with output result!\n})\n```\n\nFor more information on events, including the full list of events that are fired, check out the [Events reference](./REFERENCE.md#events)\n\n#### Queues performance\n\nQueues are cheap, so if you need many of them just create new ones with different\nnames:\n```javascript\nconst userJohn = new Queue('john');\nconst userLisa = new Queue('lisa');\n.\n.\n.\n```\n\nHowever every queue instance will require new redis connections, check how to [reuse connections](https://github.com/OptimalBits/bull/blob/master/PATTERNS.md#reusing-redis-connections) or you can also use [named processors](https://github.com/OptimalBits/bull/blob/master/REFERENCE.md#queueprocess) to achieve a similar result.\n\n#### Cluster support\n\nNOTE: From version 3.2.0 and above it is recommended to use threaded processors instead.\n\nQueues are robust and can be run in parallel in several threads or processes\nwithout any risk of hazards or queue corruption. Check this simple example\nusing cluster to parallelize jobs across processes:\n```js\nconst Queue = require('bull');\nconst cluster = require('cluster');\n\nconst numWorkers = 8;\nconst queue = new Queue('test concurrent queue');\n\nif (cluster.isMaster) {\n  for (let i = 0; i < numWorkers; i++) {\n    cluster.fork();\n  }\n\n  cluster.on('online', function (worker) {\n    // Let's create a few jobs for the queue workers\n    for (let i = 0; i < 500; i++) {\n      queue.add({ foo: 'bar' });\n    };\n  });\n\n  cluster.on('exit', function (worker, code, signal) {\n    console.log('worker ' + worker.process.pid + ' died');\n  });\n} else {\n  queue.process(function (job, jobDone) {\n    console.log('Job done by worker', cluster.worker.id, job.id);\n    jobDone();\n  });\n}\n```\n\n---\n\n\n### Documentation\n\nFor the full documentation, check out the reference and common patterns:\n\n- [Guide](https://optimalbits.github.io/bull/) — Your starting point for developing with Bull.\n- [Reference](./REFERENCE.md) — Reference document with all objects and methods available.\n- [Patterns](./PATTERNS.md) — a set of examples for common patterns.\n- [License](./LICENSE.md) — the Bull license—it's MIT.\n\nIf you see anything that could use more docs, please submit a pull request!\n\n\n\n---\n\n### Important Notes\n\nThe queue aims for an \"at least once\" working strategy. This means that in some situations, a job\ncould be processed more than once. This mostly happens when a worker fails to keep a lock\nfor a given job during the total duration of the processing.\n\nWhen a worker is processing a job it will keep the job \"locked\" so other workers can't process it.\n\nIt's important to understand how locking works to prevent your jobs from losing their lock - becoming _stalled_ -\nand being restarted as a result. Locking is implemented internally by creating a lock for `lockDuration` on interval\n`lockRenewTime` (which is usually half `lockDuration`). If `lockDuration` elapses before the lock can be renewed,\nthe job will be considered stalled and is automatically restarted; it will be __double processed__. This can happen when:\n1. The Node process running your job processor unexpectedly terminates.\n2. Your job processor was too CPU-intensive and stalled the Node event loop, and as a result, Bull couldn't renew the job lock (see [#488](https://github.com/OptimalBits/bull/issues/488) for how we might better detect this). You can fix this by breaking your job processor into smaller parts so that no single part can block the Node event loop. Alternatively, you can pass a larger value for the `lockDuration` setting (with the tradeoff being that it will take longer to recognize a real stalled job).\n\nAs such, you should always listen for the `stalled` event and log this to your error monitoring system, as this means your jobs are likely getting double-processed.\n\nAs a safeguard so problematic jobs won't get restarted indefinitely (e.g. if the job processor always crashes its Node process), jobs will be recovered from a stalled state a maximum of `maxStalledCount` times (default: `1`).","users":{}}