{
  "_from": "@humanwhocodes/retry@^0.4.2",
  "_id": "@humanwhocodes/retry@0.4.3",
  "_inBundle": false,
  "_integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==",
  "_location": "/@humanwhocodes/retry",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@humanwhocodes/retry@^0.4.2",
    "name": "@humanwhocodes/retry",
    "escapedName": "@humanwhocodes%2fretry",
    "scope": "@humanwhocodes",
    "rawSpec": "^0.4.2",
    "saveSpec": null,
    "fetchSpec": "^0.4.2"
  },
  "_requiredBy": [
    "/@humanfs/node",
    "/eslint"
  ],
  "_resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz",
  "_shasum": "c2b9d2e374ee62c586d3adbea87199b1d7a7a6ba",
  "_spec": "@humanwhocodes/retry@^0.4.2",
  "_where": "C:\\Sites\\Ecommerce\\node_modules\\eslint",
  "author": {
    "name": "Nicholas C. Zaks"
  },
  "bugs": {
    "url": "https://github.com/humanwhocodes/retry/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A utility to retry failed async methods.",
  "devDependencies": {
    "@eslint/js": "^8.49.0",
    "@rollup/plugin-terser": "0.4.4",
    "@tsconfig/node16": "^16.1.1",
    "@types/mocha": "^10.0.3",
    "@types/node": "20.12.6",
    "eslint": "^8.21.0",
    "lint-staged": "15.2.1",
    "mocha": "^10.3.0",
    "rollup": "3.29.4",
    "typescript": "5.4.4",
    "yorkie": "2.0.0"
  },
  "engines": {
    "node": ">=18.18"
  },
  "exports": {
    "require": {
      "types": "./dist/retrier.d.cts",
      "default": "./dist/retrier.cjs"
    },
    "import": {
      "types": "./dist/retrier.d.ts",
      "default": "./dist/retrier.js"
    }
  },
  "files": [
    "dist"
  ],
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/nzakas"
  },
  "gitHooks": {
    "pre-commit": "lint-staged"
  },
  "homepage": "https://github.com/humanwhocodes/retry#readme",
  "keywords": [
    "nodejs",
    "retry",
    "async",
    "promises"
  ],
  "license": "Apache-2.0",
  "lint-staged": {
    "*.js": [
      "eslint --fix"
    ]
  },
  "main": "dist/retrier.cjs",
  "module": "dist/retrier.js",
  "name": "@humanwhocodes/retry",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/humanwhocodes/retry.git"
  },
  "scripts": {
    "build": "rollup -c && tsc && npm run build:cts-types",
    "build:cts-types": "node -e \"fs.copyFileSync('dist/retrier.d.ts', 'dist/retrier.d.cts')\"",
    "lint": "eslint src/ tests/",
    "prepare": "npm run build",
    "pretest": "npm run build",
    "test": "npm run test:unit && npm run test:build",
    "test:build": "node tests/pkg.test.cjs && node tests/pkg.test.mjs",
    "test:emfile": "node tools/check-emfile-handling.js",
    "test:jsr": "npx jsr@latest publish --dry-run",
    "test:unit": "mocha tests/retrier.test.js"
  },
  "type": "module",
  "types": "dist/retrier.d.ts",
  "version": "0.4.3"
}
