{
  "name": "argparse",
  "url": "https://canirequire.com/package/argparse/",
  "description": "CLI arguments parser. Native port of python's argparse.",
  "latest": "3.0.1",
  "latestPublished": "2026-08-25T16:13:28.620Z",
  "format": "cjs",
  "summary": "argparse@3.0.1 is a CommonJS package. argparse ships CommonJS only. require(\"argparse\") works everywhere. import \"argparse\" 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.1",
  "lastCommonJsDate": "2026-08-25T16:13:28.620Z",
  "nativeEsmSince": null,
  "types": "bundled",
  "nodeEngines": null,
  "deprecated": null,
  "license": "PSF-2.0",
  "repository": "https://github.com/nodeca/argparse",
  "weeklyDownloads": 231586121,
  "runtime": {
    "verifiedAt": "2026-09-09T15:27:32.012Z",
    "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.1",
      "format": "cjs",
      "published": "2026-08-25T16:13:28.620Z"
    },
    {
      "version": "3.0.0",
      "format": "cjs",
      "published": "2026-07-14T05:48:02.619Z"
    },
    {
      "version": "2.0.1",
      "format": "cjs",
      "published": "2020-08-28T21:14:26.713Z"
    },
    {
      "version": "2.0.0",
      "format": "cjs",
      "published": "2020-08-14T14:40:16.042Z"
    },
    {
      "version": "1.0.10",
      "format": "cjs",
      "published": "2018-02-15T14:24:01.840Z"
    },
    {
      "version": "1.0.9",
      "format": "cjs",
      "published": "2016-09-29T19:31:03.257Z"
    },
    {
      "version": "1.0.8",
      "format": "cjs",
      "published": "2016-09-29T19:08:53.638Z"
    },
    {
      "version": "1.0.7",
      "format": "cjs",
      "published": "2016-03-17T15:01:29.698Z"
    },
    {
      "version": "1.0.6",
      "format": "cjs",
      "published": "2016-02-06T09:51:19.935Z"
    },
    {
      "version": "1.0.5",
      "format": "cjs",
      "published": "2016-02-05T13:04:32.133Z"
    },
    {
      "version": "1.0.4",
      "format": "cjs",
      "published": "2016-01-17T07:58:21.779Z"
    },
    {
      "version": "1.0.3",
      "format": "cjs",
      "published": "2015-10-27T14:16:16.145Z"
    },
    {
      "version": "1.0.2",
      "format": "cjs",
      "published": "2015-03-22T03:51:34.445Z"
    },
    {
      "version": "1.0.1",
      "format": "cjs",
      "published": "2015-02-20T06:48:21.420Z"
    },
    {
      "version": "1.0.0",
      "format": "cjs",
      "published": "2015-02-19T07:23:51.940Z"
    },
    {
      "version": "0.1.16",
      "format": "cjs",
      "published": "2014-12-01T18:23:38.631Z"
    },
    {
      "version": "0.1.15",
      "format": "cjs",
      "published": "2013-05-12T14:11:18.146Z"
    },
    {
      "version": "0.1.14",
      "format": "cjs",
      "published": "2013-05-12T02:28:54.390Z"
    },
    {
      "version": "0.1.13",
      "format": "cjs",
      "published": "2013-04-08T11:55:47.978Z"
    },
    {
      "version": "0.1.12",
      "format": "cjs",
      "published": "2013-02-10T10:48:44.580Z"
    },
    {
      "version": "0.1.11",
      "format": "cjs",
      "published": "2013-02-07T14:20:03.293Z"
    },
    {
      "version": "0.1.10",
      "format": "cjs",
      "published": "2012-12-30T05:26:54.477Z"
    },
    {
      "version": "0.1.9",
      "format": "cjs",
      "published": "2012-12-27T05:42:28.541Z"
    },
    {
      "version": "0.1.8",
      "format": "cjs",
      "published": "2012-12-02T19:28:07.466Z"
    },
    {
      "version": "0.1.7",
      "format": "cjs",
      "published": "2012-10-14T12:14:16.299Z"
    },
    {
      "version": "0.1.6",
      "format": "cjs",
      "published": "2012-09-09T09:26:01.487Z"
    },
    {
      "version": "0.1.5",
      "format": "cjs",
      "published": "2012-09-03T12:52:32.986Z"
    },
    {
      "version": "0.1.4",
      "format": "cjs",
      "published": "2012-07-30T07:33:17.434Z"
    },
    {
      "version": "0.1.3",
      "format": "cjs",
      "published": "2012-07-04T11:20:25.948Z"
    },
    {
      "version": "0.1.2",
      "format": "cjs",
      "published": "2012-05-29T10:00:31.477Z"
    },
    {
      "version": "0.1.1",
      "format": "cjs",
      "published": "2012-05-23T06:20:01.344Z"
    },
    {
      "version": "0.1.0",
      "format": "cjs",
      "published": "2012-05-16T20:16:30.136Z"
    }
  ]
}