{
  "_from": "es-abstract-get@^1.0.0",
  "_id": "es-abstract-get@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-6PMWXpdhshVvFp+FoWYs1EvG1Nj0tvk0dZM+XcK0xMEM1czRVcP6ohqPWHy6qPagSpC8j4+p89WXlT+xXJs/fg==",
  "_location": "/es-abstract-get",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "es-abstract-get@^1.0.0",
    "name": "es-abstract-get",
    "escapedName": "es-abstract-get",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/es-to-primitive"
  ],
  "_resolved": "https://registry.npmjs.org/es-abstract-get/-/es-abstract-get-1.0.0.tgz",
  "_shasum": "1eae87101f42bedeb6a740e8c5051271aef89088",
  "_spec": "es-abstract-get@^1.0.0",
  "_where": "/home/alhudabangalore/portal.alhudabangalore.org/node_modules/es-to-primitive",
  "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/ljharb/es-abstract-get/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "es-errors": "^1.3.0",
    "es-object-atoms": "^1.1.2",
    "is-callable": "^1.2.7",
    "object-inspect": "^1.13.4"
  },
  "deprecated": false,
  "description": "ECMAScript Abstract Operations for \"getting properties\" (Get, GetV, GetMethod)",
  "devDependencies": {
    "@arethetypeswrong/cli": "^0.18.3",
    "@ljharb/eslint-config": "^22.2.3",
    "@ljharb/tsconfig": "^0.3.2",
    "@types/for-each": "^0.3.3",
    "@types/is-callable": "^1.1.2",
    "@types/object-inspect": "^1.13.0",
    "@types/tape": "^5.8.1",
    "auto-changelog": "^2.6.0",
    "es-define-property": "^1.0.1",
    "es-value-fixtures": "^1.7.1",
    "eslint": "^10.5.0",
    "for-each": "^0.3.5",
    "jiti": "^0.0.0",
    "mock-property": "^1.1.0",
    "npmignore": "^0.3.5",
    "nyc": "^10.3.2",
    "safe-publish-latest": "^2.0.0",
    "tape": "^5.10.1",
    "typescript": "next"
  },
  "engines": {
    "node": ">= 0.4"
  },
  "exports": {
    "./Get": "./Get.js",
    "./GetV": "./GetV.js",
    "./GetMethod": "./GetMethod.js",
    "./isPropertyKey": "./isPropertyKey.js",
    "./package.json": "./package.json"
  },
  "funding": {
    "url": "https://github.com/sponsors/ljharb"
  },
  "homepage": "https://github.com/ljharb/es-abstract-get#readme",
  "keywords": [
    "ECMAScript",
    "ES",
    "AO",
    "abstract operation",
    "GetMethod",
    "GetV",
    "Get",
    "isPropertyKey",
    "property",
    "properties"
  ],
  "license": "MIT",
  "main": false,
  "name": "es-abstract-get",
  "publishConfig": {
    "ignore": [
      ".github/workflows"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ljharb/es-abstract-get.git"
  },
  "scripts": {
    "lint": "eslint .",
    "postlint": "tsc && attw -P",
    "posttest": "npx npm@\">=10.2\" audit --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",
    "tests-only": "nyc tape 'test/**/*.js'",
    "version": "auto-changelog && git add CHANGELOG.md"
  },
  "sideEffects": false,
  "version": "1.0.0"
}
