{
  "_args": [
    [
      "throttled-queue@2.1.4",
      "/var/www/karbon-ai-be-new"
    ]
  ],
  "_from": "throttled-queue@2.1.4",
  "_id": "throttled-queue@2.1.4",
  "_inBundle": false,
  "_integrity": "sha512-YGdk8sdmr4ge3g+doFj/7RLF5kLM+Mi7DEciu9PHxnMJZMeVuZeTj31g4VE7ekUffx/IdbvrtOCiz62afg0mkg==",
  "_location": "/throttled-queue",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "throttled-queue@2.1.4",
    "name": "throttled-queue",
    "escapedName": "throttled-queue",
    "rawSpec": "2.1.4",
    "saveSpec": null,
    "fetchSpec": "2.1.4"
  },
  "_requiredBy": [
    "/nft.storage"
  ],
  "_resolved": "https://registry.npmjs.org/throttled-queue/-/throttled-queue-2.1.4.tgz",
  "_spec": "2.1.4",
  "_where": "/var/www/karbon-ai-be-new",
  "author": {
    "name": "Shaun Persad",
    "email": "shaunpersad@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/shaunpersad/throttled-queue/issues"
  },
  "description": "Throttles arbitrary code to execute a maximum number of times per interval. Best for making throttled API requests.",
  "devDependencies": {
    "@types/mocha": "^9.0.0",
    "@types/node": "^17.0.8",
    "@typescript-eslint/eslint-plugin": "^5.9.0",
    "@typescript-eslint/parser": "^5.9.0",
    "eslint": "^8.6.0",
    "eslint-config-airbnb-typescript": "^16.1.0",
    "eslint-plugin-import": "^2.25.4",
    "mocha": "^9.1.3",
    "ts-node": "^10.4.0",
    "typescript": "^4.5.4"
  },
  "files": [
    "dist/*",
    "src/*"
  ],
  "homepage": "https://github.com/shaunpersad/throttled-queue#readme",
  "keywords": [
    "node",
    "rate limit",
    "queue",
    "throttle",
    "throttled",
    "request"
  ],
  "license": "MIT",
  "main": "dist/throttledQueue.js",
  "mocha": {
    "spec": "test/throttledQueue.test.ts",
    "extension": [
      "ts"
    ],
    "require": [
      "ts-node/register"
    ],
    "timeout": 200000
  },
  "name": "throttled-queue",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shaunpersad/throttled-queue.git"
  },
  "scripts": {
    "prepublishOnly": "tsc",
    "test": "mocha"
  },
  "types": "dist/throttledQueue.d.ts",
  "version": "2.1.4"
}
