{
  "_args": [
    [
      "object.hasown@1.1.2",
      "/var/www/html/market_up"
    ]
  ],
  "_development": true,
  "_from": "object.hasown@1.1.2",
  "_id": "object.hasown@1.1.2",
  "_inBundle": false,
  "_integrity": "sha512-B5UIT3J1W+WuWIU55h0mjlwaqxiE5vYENJXIXZ4VFe05pNYrkKuK0U/6aFcb0pKywYJh7IhfoqUfKVmrJJHZHw==",
  "_location": "/object.hasown",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "object.hasown@1.1.2",
    "name": "object.hasown",
    "escapedName": "object.hasown",
    "rawSpec": "1.1.2",
    "saveSpec": null,
    "fetchSpec": "1.1.2"
  },
  "_requiredBy": [
    "/eslint-plugin-react"
  ],
  "_resolved": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.2.tgz",
  "_spec": "1.1.2",
  "_where": "/var/www/html/market_up",
  "author": {
    "name": "Jordan Harband",
    "email": "ljharb@gmail.com"
  },
  "auto-changelog": {
    "output": "CHANGELOG.md",
    "template": "keepachangelog",
    "unreleased": false,
    "commitLimit": false,
    "backfillLimit": false,
    "hideCredit": true
  },
  "bugs": {
    "url": "https://github.com/es-shims/Object.hasOwn/issues"
  },
  "dependencies": {
    "define-properties": "^1.1.4",
    "es-abstract": "^1.20.4"
  },
  "description": "ES spec-compliant shim for Object.hasOwn",
  "devDependencies": {
    "@es-shims/api": "^2.2.3",
    "@ljharb/eslint-config": "^21.0.0",
    "aud": "^2.0.1",
    "auto-changelog": "^2.4.0",
    "call-bind": "^1.0.2",
    "eslint": "=8.8.0",
    "functions-have-names": "^1.2.3",
    "has-strict-mode": "^1.0.1",
    "has-symbols": "^1.0.3",
    "in-publish": "^2.0.1",
    "npmignore": "^0.3.0",
    "nyc": "^10.3.2",
    "safe-publish-latest": "^2.0.0",
    "tape": "^5.6.1"
  },
  "exports": {
    ".": [
      {
        "import": "./index.mjs",
        "require": "./index.js",
        "default": "./index.js"
      },
      "./index.js"
    ],
    "./auto": "./auto.js",
    "./polyfill": "./polyfill.js",
    "./implementation": "./implementation.js",
    "./shim": "./shim.js",
    "./package.json": "./package.json"
  },
  "funding": {
    "url": "https://github.com/sponsors/ljharb"
  },
  "homepage": "https://github.com/es-shims/Object.hasOwn",
  "keywords": [
    "Object",
    "hasOwn",
    "polyfill",
    "shim",
    "es-shim API"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "object.hasown",
  "publishConfig": {
    "ignore": [
      ".github/workflows"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/es-shims/Object.hasOwn.git"
  },
  "scripts": {
    "lint": "eslint --ext=js,mjs .",
    "postlint": "es-shim-api --bound",
    "posttest": "aud --production",
    "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
    "prepack": "npmignore --auto --commentLines=autogenerated",
    "prepublish": "not-in-publish || npm run prepublishOnly",
    "prepublishOnly": "safe-publish-latest",
    "pretest": "npm run lint",
    "test": "npm run tests-only && npm run tests-esm",
    "tests-esm": "nyc node test/index.mjs",
    "tests-only": "nyc tape 'test/**/*.js'",
    "version": "auto-changelog && git add CHANGELOG.md"
  },
  "version": "1.1.2"
}
