{
  "name": "define-property",
  "url": "https://canirequire.com/package/define-property/",
  "description": "Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.",
  "latest": "2.0.2",
  "latestPublished": "2018-01-26T20:24:22.283Z",
  "format": "cjs",
  "summary": "define-property@2.0.2 is a CommonJS package. define-property ships CommonJS only. require(\"define-property\") works everywhere. import \"define-property\" 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": "2.0.2",
  "lastCommonJsDate": "2018-01-26T20:24:22.283Z",
  "nativeEsmSince": null,
  "types": "none",
  "nodeEngines": ">=0.10.0",
  "deprecated": null,
  "license": "MIT",
  "repository": "https://github.com/jonschlinkert/define-property",
  "weeklyDownloads": 40951001,
  "runtime": {
    "verifiedAt": "2026-09-09T15:28:26.264Z",
    "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": "2.0.2",
      "format": "cjs",
      "published": "2018-01-26T20:24:22.283Z"
    },
    {
      "version": "2.0.1",
      "format": "cjs",
      "published": "2018-01-25T21:37:02.821Z"
    },
    {
      "version": "2.0.0",
      "format": "cjs",
      "published": "2017-11-26T17:32:42.453Z"
    },
    {
      "version": "1.0.0",
      "format": "cjs",
      "published": "2017-04-20T06:19:43.879Z"
    },
    {
      "version": "0.2.5",
      "format": "cjs",
      "published": "2015-08-31T06:31:10.166Z"
    },
    {
      "version": "0.2.3",
      "format": "cjs",
      "published": "2015-08-29T13:15:01.908Z"
    },
    {
      "version": "0.2.2",
      "format": "cjs",
      "published": "2015-08-28T01:52:49.347Z"
    },
    {
      "version": "0.2.1",
      "format": "cjs",
      "published": "2015-08-27T10:43:39.413Z"
    },
    {
      "version": "0.2.0",
      "format": "cjs",
      "published": "2015-08-27T10:16:07.004Z"
    },
    {
      "version": "0.1.3",
      "format": "cjs",
      "published": "2015-08-13T02:02:26.205Z"
    },
    {
      "version": "0.1.2",
      "format": "cjs",
      "published": "2015-08-13T01:56:48.653Z"
    },
    {
      "version": "0.1.0",
      "format": "cjs",
      "published": "2015-08-13T01:46:20.557Z"
    }
  ]
}