{
  "name": "normalize-path",
  "url": "https://canirequire.com/package/normalize-path/",
  "description": "Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled.",
  "latest": "3.0.0",
  "latestPublished": "2018-04-19T14:54:47.609Z",
  "format": "cjs",
  "summary": "normalize-path@3.0.0 is a CommonJS package. normalize-path ships CommonJS only. require(\"normalize-path\") works everywhere. import \"normalize-path\" 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": "3.0.0",
  "lastCommonJsDate": "2018-04-19T14:54:47.609Z",
  "nativeEsmSince": null,
  "types": "definitely-typed",
  "nodeEngines": ">=0.10.0",
  "deprecated": null,
  "license": "MIT",
  "repository": "https://github.com/jonschlinkert/normalize-path",
  "weeklyDownloads": 72619557,
  "runtime": {
    "verifiedAt": "2026-09-09T15:27:58.620Z",
    "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": "3.0.0",
      "format": "cjs",
      "published": "2018-04-19T14:54:47.609Z"
    },
    {
      "version": "2.1.1",
      "format": "cjs",
      "published": "2017-03-29T18:21:25.307Z"
    },
    {
      "version": "2.1.0",
      "format": "cjs",
      "published": "2017-03-29T18:11:23.340Z"
    },
    {
      "version": "2.0.1",
      "format": "cjs",
      "published": "2015-11-17T12:32:25.098Z"
    },
    {
      "version": "2.0.0",
      "format": "cjs",
      "published": "2015-10-04T06:22:46.669Z"
    },
    {
      "version": "1.0.0",
      "format": "cjs",
      "published": "2015-01-24T02:00:30.511Z"
    },
    {
      "version": "0.3.0",
      "format": "cjs",
      "published": "2014-10-24T07:35:00.031Z"
    },
    {
      "version": "0.2.1",
      "format": "cjs",
      "published": "2014-10-19T01:19:01.698Z"
    },
    {
      "version": "0.2.0",
      "format": "cjs",
      "published": "2014-10-19T01:03:13.494Z"
    },
    {
      "version": "0.1.1",
      "format": "cjs",
      "published": "2014-07-06T12:22:37.474Z"
    },
    {
      "version": "0.1.0",
      "format": "cjs",
      "published": "2014-06-26T01:32:19.923Z"
    }
  ]
}