{
  "name": "call-bind",
  "version": "1.0.2",
  "description": "Robustly `.call.bind()` a function",
  "main": "index.js",
  "exports": {
    ".": [
      {
        "default": "./index.js"
      },
      "./index.js"
    ],
    "./callBound": [
      {
        "default": "./callBound.js"
      },
      "./callBound.js"
    ],
    "./package.json": "./package.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ljharb/call-bind.git"
  },
  "author": "Jordan Harband <ljharb@gmail.com>",
  "funding": {
    "url": "https://github.com/sponsors/ljharb"
  },
  "license": "MIT",
  "homepage": "https://github.com/ljharb/call-bind#readme",
  "devDependencies": {
    "@ljharb/eslint-config": "^17.3.0",
    "aud": "^1.1.3",
    "auto-changelog": "^2.2.1",
    "eslint": "^7.17.0",
    "nyc": "^10.3.2",
    "safe-publish-latest": "^1.1.4",
    "tape": "^5.1.1"
  },
  "dependencies": {
    "function-bind": "^1.1.1",
    "get-intrinsic": "^1.0.2"
  },
  "auto-changelog": {
    "output": "CHANGELOG.md",
    "template": "keepachangelog",
    "unreleased": false,
    "commitLimit": false,
    "backfillLimit": false,
    "hideCredit": true
  }
}