{
  "name": "querystring",
  "url": "https://canirequire.com/package/querystring/",
  "description": "Node's querystring module for all engines.",
  "latest": "0.2.1",
  "latestPublished": "2021-02-15T14:38:16.963Z",
  "format": "cjs",
  "summary": "querystring@0.2.1 is a CommonJS package. querystring ships CommonJS only. require(\"querystring\") works everywhere. import \"querystring\" 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.2.1",
  "lastCommonJsDate": "2021-02-15T14:38:16.963Z",
  "nativeEsmSince": null,
  "types": "none",
  "nodeEngines": ">=0.4.x",
  "deprecated": "The querystring API is considered Legacy. new code should use the URLSearchParams API instead.",
  "license": "MIT",
  "repository": "https://github.com/Gozala/querystring",
  "weeklyDownloads": 13119124,
  "runtime": {
    "verifiedAt": "2026-09-09T15:29:00.922Z",
    "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.2.1",
      "format": "cjs",
      "published": "2021-02-15T14:38:16.963Z"
    },
    {
      "version": "0.2.0",
      "format": "cjs",
      "published": "2013-03-05T22:13:43.986Z"
    },
    {
      "version": "0.1.0",
      "format": "cjs",
      "published": "2011-12-13T19:26:29.378Z"
    },
    {
      "version": "0.0.4",
      "format": "cjs",
      "published": "2011-08-01T21:10:27.098Z"
    },
    {
      "version": "0.0.1",
      "format": "cjs",
      "published": "2011-04-15T13:01:21.027Z"
    }
  ]
}