{
  "name": "pify",
  "url": "https://canirequire.com/package/pify/",
  "description": "Promisify a callback-style function",
  "latest": "6.1.0",
  "latestPublished": "2022-09-02T12:55:21.948Z",
  "format": "esm-only",
  "summary": "pify@6.1.0 is ESM-only. pify dropped its CommonJS build in 6.0.0 (June 2022). The last version you can require() on every Node.js version, including 18 and older, is 5.0.0, published Feb 14, 2020. On Node.js 20.19+, 22.12+ and every newer release, require(\"pify\") works anyway: Node can load synchronous ES modules through require(). Verified on Node 20, 22, 24, 26. Node.js 18 and older still fail with ERR_REQUIRE_ESM.",
  "esmOnlySince": "6.0.0",
  "esmOnlySinceDate": "2022-06-06T12:35:25.821Z",
  "lastCommonJsVersion": "5.0.0",
  "lastCommonJsDate": "2020-02-14T16:26:35.672Z",
  "nativeEsmSince": "6.0.0",
  "types": "bundled",
  "nodeEngines": ">=14.16",
  "deprecated": null,
  "license": "MIT",
  "repository": "https://github.com/sindresorhus/pify",
  "weeklyDownloads": 102884946,
  "runtime": {
    "verifiedAt": "2026-09-09T15:27:45.866Z",
    "node": {
      "18": {
        "require": false,
        "import": true,
        "requireError": "ERR_REQUIRE_ESM",
        "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": "6.1.0",
      "format": "esm-only",
      "published": "2022-09-02T12:55:21.948Z"
    },
    {
      "version": "6.0.0",
      "format": "esm-only",
      "published": "2022-06-06T12:35:25.821Z"
    },
    {
      "version": "5.0.0",
      "format": "cjs",
      "published": "2020-02-14T16:26:35.672Z"
    },
    {
      "version": "4.0.1",
      "format": "cjs",
      "published": "2018-10-22T12:58:59.524Z"
    },
    {
      "version": "4.0.0",
      "format": "cjs",
      "published": "2018-08-09T13:49:37.494Z"
    },
    {
      "version": "3.0.0",
      "format": "cjs",
      "published": "2017-05-28T06:25:28.083Z"
    },
    {
      "version": "2.3.0",
      "format": "cjs",
      "published": "2015-10-26T13:16:18.238Z"
    },
    {
      "version": "2.2.0",
      "format": "cjs",
      "published": "2015-09-11T07:09:26.197Z"
    },
    {
      "version": "2.1.0",
      "format": "cjs",
      "published": "2015-09-08T19:54:14.378Z"
    },
    {
      "version": "2.0.0",
      "format": "cjs",
      "published": "2015-09-04T07:45:20.325Z"
    },
    {
      "version": "1.1.1",
      "format": "cjs",
      "published": "2015-09-01T16:53:09.168Z"
    },
    {
      "version": "1.1.0",
      "format": "cjs",
      "published": "2015-08-30T04:05:41.513Z"
    },
    {
      "version": "1.0.0",
      "format": "cjs",
      "published": "2015-08-29T08:15:22.672Z"
    }
  ]
}