{
  "name": "cssesc",
  "url": "https://canirequire.com/package/cssesc/",
  "description": "A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.",
  "latest": "3.0.0",
  "latestPublished": "2019-02-04T16:34:20.250Z",
  "format": "cjs",
  "summary": "cssesc@3.0.0 is a CommonJS package. cssesc ships CommonJS only. require(\"cssesc\") works everywhere. import \"cssesc\" 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": "2019-02-04T16:34:20.250Z",
  "nativeEsmSince": null,
  "types": "definitely-typed",
  "nodeEngines": ">=4",
  "deprecated": null,
  "license": "MIT",
  "repository": "https://github.com/mathiasbynens/cssesc",
  "weeklyDownloads": 75534594,
  "runtime": {
    "verifiedAt": "2026-09-09T15:27:57.203Z",
    "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": "2019-02-04T16:34:20.250Z"
    },
    {
      "version": "2.0.0",
      "format": "cjs",
      "published": "2018-04-25T08:23:57.308Z"
    },
    {
      "version": "1.0.1",
      "format": "cjs",
      "published": "2018-03-25T12:41:20.795Z"
    },
    {
      "version": "1.0.0",
      "format": "cjs",
      "published": "2016-09-28T21:39:50.026Z"
    },
    {
      "version": "0.1.0",
      "format": "cjs",
      "published": "2013-08-09T13:30:13.761Z"
    }
  ]
}