{
  "_args": [
    [
      "bull@3.20.0",
      "/var/www/html/strapi_cloud"
    ]
  ],
  "_from": "bull@3.20.0",
  "_id": "bull@3.20.0",
  "_inBundle": false,
  "_integrity": "sha512-xXUfA2gLZLfIkWhxcZkAk6mHt+eG3o4arqz7HwCPVYuVjIp/pYTuhFd2iPXIQLxop7pJY4VIQ59fELdD/Y6f8w==",
  "_location": "/bull",
  "_phantomChildren": {
    "call-bind": "1.0.0",
    "cluster-key-slot": "1.1.0",
    "debug": "4.1.1",
    "define-properties": "1.1.3",
    "denque": "1.5.0",
    "for-each": "0.3.3",
    "has-symbols": "1.0.1",
    "lodash.defaults": "4.2.0",
    "lodash.flatten": "4.4.0",
    "object.getownpropertydescriptors": "2.1.1",
    "redis-commands": "1.6.0",
    "redis-errors": "1.2.0",
    "redis-parser": "3.0.0",
    "standard-as-callback": "2.0.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "bull@3.20.0",
    "name": "bull",
    "escapedName": "bull",
    "rawSpec": "3.20.0",
    "saveSpec": null,
    "fetchSpec": "3.20.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/bull/-/bull-3.20.0.tgz",
  "_spec": "3.20.0",
  "_where": "/var/www/html/strapi_cloud",
  "author": {
    "name": "OptimalBits"
  },
  "bugs": {
    "url": "https://github.com/OptimalBits/bull/issues"
  },
  "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"
  },
  "description": "Job manager",
  "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"
  },
  "engines": {
    "node": ">=10"
  },
  "homepage": "https://github.com/OptimalBits/bull#readme",
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "keywords": [
    "job",
    "queue",
    "task",
    "parallel"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.{js,json}": [
      "prettier --write",
      "git add"
    ]
  },
  "main": "./index.js",
  "name": "bull",
  "prettier": {
    "singleQuote": true
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/OptimalBits/bull.git"
  },
  "scripts": {
    "build": "tsc",
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "lint": "eslint lib test *.js",
    "postpublish": "git push && git push --tags",
    "precommit": "lint-staged",
    "pretest": "npm run lint",
    "prettier": "prettier --config package.json --write '**/*.js'",
    "test": "NODE_ENV=test nyc mocha -- 'test/test_*' --recursive --exit",
    "test:nolint": "NODE_ENV=test mocha 'test/test_*' --recursive --exit"
  },
  "version": "3.20.0"
}
