{
  "name": "retry",
  "url": "https://canirequire.com/package/retry/",
  "description": "Abstraction for exponential and custom retry strategies for failed operations.",
  "latest": "0.13.1",
  "latestPublished": "2021-06-21T07:45:32.286Z",
  "format": "cjs",
  "summary": "retry@0.13.1 is a CommonJS package. retry ships CommonJS only. require(\"retry\") works everywhere. import \"retry\" also works because Node.js and Bun can import CommonJS from ES modules, but only the default export is guaranteed; named imports depend on Node's static analysis of the module.",
  "esmOnlySince": null,
  "esmOnlySinceDate": null,
  "lastCommonJsVersion": "0.13.1",
  "lastCommonJsDate": "2021-06-21T07:45:32.286Z",
  "nativeEsmSince": null,
  "types": "definitely-typed",
  "nodeEngines": ">= 4",
  "deprecated": null,
  "license": "MIT",
  "repository": "https://github.com/tim-kos/node-retry",
  "weeklyDownloads": 96680748,
  "runtime": {
    "verifiedAt": "2026-09-09T15:27:47.694Z",
    "node": {
      "18": {
        "require": true,
        "import": true,
        "requireError": null,
        "importError": null
      },
      "20": {
        "require": true,
        "import": true,
        "requireError": null,
        "importError": null
      },
      "22": {
        "require": true,
        "import": true,
        "requireError": null,
        "importError": null
      },
      "24": {
        "require": true,
        "import": true,
        "requireError": null,
        "importError": null
      },
      "26": {
        "require": true,
        "import": true,
        "requireError": null,
        "importError": null
      }
    },
    "bun": {
      "require": true,
      "import": true,
      "requireError": null,
      "importError": null
    }
  },
  "formatHistory": [
    {
      "version": "0.13.1",
      "format": "cjs",
      "published": "2021-06-21T07:45:32.286Z"
    },
    {
      "version": "0.12.0",
      "format": "cjs",
      "published": "2018-04-09T09:35:27.678Z"
    },
    {
      "version": "0.10.1",
      "format": "cjs",
      "published": "2016-12-12T15:28:45.566Z"
    },
    {
      "version": "0.10.0",
      "format": "cjs",
      "published": "2016-08-20T08:35:01.550Z"
    },
    {
      "version": "0.9.0",
      "format": "cjs",
      "published": "2016-01-26T12:02:25.243Z"
    },
    {
      "version": "0.8.0",
      "format": "cjs",
      "published": "2015-09-16T18:34:56.522Z"
    },
    {
      "version": "0.7.0",
      "format": "cjs",
      "published": "2015-09-01T10:16:42.770Z"
    },
    {
      "version": "0.6.1",
      "format": "cjs",
      "published": "2014-06-26T12:00:56.230Z"
    },
    {
      "version": "0.6.0",
      "format": "cjs",
      "published": "2012-02-14T08:34:18.028Z"
    },
    {
      "version": "0.5.0",
      "format": "cjs",
      "published": "2011-11-03T10:55:32.772Z"
    },
    {
      "version": "0.4.0",
      "format": "cjs",
      "published": "2011-06-05T08:07:17.763Z"
    },
    {
      "version": "0.3.0",
      "format": "cjs",
      "published": "2011-05-31T14:19:32.882Z"
    },
    {
      "version": "0.2.0",
      "format": "cjs",
      "published": "2011-05-16T14:32:52.025Z"
    },
    {
      "version": "0.1.0",
      "format": "cjs",
      "published": "2011-05-16T08:10:27.648Z"
    },
    {
      "version": "0.0.1",
      "format": "cjs",
      "published": "2011-05-13T11:26:53.515Z"
    }
  ]
}