{
  "name": "decamelize",
  "url": "https://canirequire.com/package/decamelize/",
  "description": "Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow",
  "latest": "6.0.1",
  "latestPublished": "2025-08-19T14:50:35.009Z",
  "format": "esm-only",
  "summary": "decamelize@6.0.1 is ESM-only. decamelize dropped its CommonJS build in 6.0.0 (October 2021). The last version you can require() on every Node.js version, including 18 and older, is 5.0.1, published Sep 29, 2021. On Node.js 20.19+, 22.12+ and every newer release, require(\"decamelize\") 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": "2021-10-01T02:34:23.156Z",
  "lastCommonJsVersion": "5.0.1",
  "lastCommonJsDate": "2021-09-29T10:26:46.194Z",
  "nativeEsmSince": "6.0.0",
  "types": "bundled",
  "nodeEngines": "^12.20.0 || ^14.13.1 || >=16.0.0",
  "deprecated": null,
  "license": "MIT",
  "repository": "https://github.com/sindresorhus/decamelize",
  "weeklyDownloads": 62561758,
  "runtime": {
    "verifiedAt": "2026-09-09T15:28:05.911Z",
    "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.0.1",
      "format": "esm-only",
      "published": "2025-08-19T14:50:35.009Z"
    },
    {
      "version": "6.0.0",
      "format": "esm-only",
      "published": "2021-10-01T02:34:23.156Z"
    },
    {
      "version": "5.0.1",
      "format": "cjs",
      "published": "2021-09-29T10:26:46.194Z"
    },
    {
      "version": "5.0.0",
      "format": "cjs",
      "published": "2021-01-11T07:35:20.182Z"
    },
    {
      "version": "4.0.0",
      "format": "cjs",
      "published": "2020-01-26T03:03:43.570Z"
    },
    {
      "version": "3.2.0",
      "format": "cjs",
      "published": "2019-04-05T21:30:03.548Z"
    },
    {
      "version": "3.1.1",
      "format": "cjs",
      "published": "2019-03-22T10:46:31.564Z"
    },
    {
      "version": "3.1.0",
      "format": "cjs",
      "published": "2019-03-21T15:48:18.366Z"
    },
    {
      "version": "3.0.0",
      "format": "cjs",
      "published": "2019-03-06T16:08:07.750Z"
    },
    {
      "version": "2.0.0",
      "format": "cjs",
      "published": "2018-01-08T19:09:45.730Z"
    },
    {
      "version": "1.2.0",
      "format": "cjs",
      "published": "2016-03-05T08:49:10.462Z"
    },
    {
      "version": "1.1.2",
      "format": "cjs",
      "published": "2015-12-23T01:05:36.047Z"
    },
    {
      "version": "1.1.1",
      "format": "cjs",
      "published": "2015-10-29T16:21:25.393Z"
    },
    {
      "version": "1.1.0",
      "format": "cjs",
      "published": "2015-10-25T19:24:49.953Z"
    },
    {
      "version": "1.0.0",
      "format": "cjs",
      "published": "2015-01-24T11:12:51.863Z"
    }
  ]
}