{
  "_args": [
    [
      "p-queue@6.6.2",
      "/home/newziono/public_html/spamslayer.jordinmarshall.com"
    ]
  ],
  "_from": "p-queue@6.6.2",
  "_id": "p-queue@6.6.2",
  "_inBundle": false,
  "_integrity": "sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ==",
  "_location": "/p-queue",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "p-queue@6.6.2",
    "name": "p-queue",
    "escapedName": "p-queue",
    "rawSpec": "6.6.2",
    "saveSpec": null,
    "fetchSpec": "6.6.2"
  },
  "_requiredBy": [
    "/@slack/web-api"
  ],
  "_resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.6.2.tgz",
  "_spec": "6.6.2",
  "_where": "/home/newziono/public_html/spamslayer.jordinmarshall.com",
  "ava": {
    "babel": false,
    "compileEnhancements": false,
    "extensions": [
      "ts"
    ],
    "require": [
      "ts-node/register"
    ],
    "files": [
      "test/**"
    ]
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/p-queue/issues"
  },
  "dependencies": {
    "eventemitter3": "^4.0.4",
    "p-timeout": "^3.2.0"
  },
  "description": "Promise queue with concurrency control",
  "devDependencies": {
    "@sindresorhus/tsconfig": "^0.7.0",
    "@types/benchmark": "^1.0.33",
    "@types/node": "^14.6.0",
    "ava": "^2.0.0",
    "benchmark": "^2.1.4",
    "codecov": "^3.7.2",
    "del-cli": "^3.0.1",
    "delay": "^4.4.0",
    "in-range": "^2.0.0",
    "nyc": "^15.1.0",
    "random-int": "^2.0.1",
    "time-span": "^4.0.0",
    "ts-node": "^9.0.0",
    "typescript": "^4.0.2",
    "xo": "^0.33.0"
  },
  "engines": {
    "node": ">=8"
  },
  "files": [
    "dist"
  ],
  "funding": "https://github.com/sponsors/sindresorhus",
  "homepage": "https://github.com/sindresorhus/p-queue#readme",
  "keywords": [
    "promise",
    "queue",
    "enqueue",
    "limit",
    "limited",
    "concurrency",
    "throttle",
    "throat",
    "rate",
    "batch",
    "ratelimit",
    "priority",
    "priorityqueue",
    "fifo",
    "job",
    "task",
    "async",
    "await",
    "promises",
    "bluebird"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "p-queue",
  "nyc": {
    "extension": [
      ".ts"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/p-queue.git"
  },
  "scripts": {
    "bench": "ts-node bench.ts",
    "build": "del dist && tsc",
    "prepublishOnly": "npm run build",
    "test": "xo && npm run build && nyc ava"
  },
  "types": "dist/index.d.ts",
  "version": "6.6.2",
  "xo": {
    "rules": {
      "@typescript-eslint/member-ordering": "off",
      "node/no-unsupported-features/es-syntax": "off",
      "@typescript-eslint/no-floating-promises": "off",
      "import/no-named-default": "off",
      "@typescript-eslint/no-invalid-void-type": "off"
    }
  }
}
