{
  "name": "fs.realpath",
  "url": "https://canirequire.com/package/fs.realpath/",
  "description": "Use node's fs.realpath, but fall back to the JS implementation if the native one fails",
  "latest": "1.0.0",
  "latestPublished": "2016-06-15T18:39:05.978Z",
  "format": "cjs",
  "summary": "fs.realpath@1.0.0 is a CommonJS package. fs.realpath ships CommonJS only. require(\"fs.realpath\") works everywhere. import \"fs.realpath\" 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": "1.0.0",
  "lastCommonJsDate": "2016-06-15T18:39:05.978Z",
  "nativeEsmSince": null,
  "types": "none",
  "nodeEngines": null,
  "deprecated": null,
  "license": "ISC",
  "repository": "https://github.com/isaacs/fs.realpath",
  "weeklyDownloads": 66102940,
  "runtime": {
    "verifiedAt": "2026-09-09T15:28:03.475Z",
    "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": "1.0.0",
      "format": "cjs",
      "published": "2016-06-15T18:39:05.978Z"
    },
    {
      "version": "0.0.0",
      "format": "cjs",
      "published": "2016-06-15T18:38:49.471Z"
    }
  ]
}