{
  "_from": "array.prototype.findlast@^1.2.5",
  "_id": "array.prototype.findlast@1.2.5",
  "_inBundle": false,
  "_integrity": "sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==",
  "_location": "/array.prototype.findlast",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "array.prototype.findlast@^1.2.5",
    "name": "array.prototype.findlast",
    "escapedName": "array.prototype.findlast",
    "rawSpec": "^1.2.5",
    "saveSpec": null,
    "fetchSpec": "^1.2.5"
  },
  "_requiredBy": [
    "/eslint-plugin-react"
  ],
  "_resolved": "https://registry.npmjs.org/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz",
  "_shasum": "3e4fbcb30a15a7f5bf64cf2faae22d139c2e4904",
  "_spec": "array.prototype.findlast@^1.2.5",
  "_where": "C:\\Sites\\Ecommerce\\node_modules\\eslint-plugin-react",
  "author": {
    "name": "Jordan Harband",
    "email": "ljharb@gmail.com",
    "url": "http://ljharb.codes"
  },
  "auto-changelog": {
    "output": "CHANGELOG.md",
    "template": "keepachangelog",
    "unreleased": false,
    "commitLimit": false,
    "backfillLimit": false,
    "hideCredit": true
  },
  "bugs": {
    "url": "https://github.com/es-shims/Array.prototype.findLast/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Jordan Harband",
      "email": "ljharb@gmail.com",
      "url": "http://ljharb.codes"
    }
  ],
  "dependencies": {
    "call-bind": "^1.0.7",
    "define-properties": "^1.2.1",
    "es-abstract": "^1.23.2",
    "es-errors": "^1.3.0",
    "es-object-atoms": "^1.0.0",
    "es-shim-unscopables": "^1.0.2"
  },
  "deprecated": false,
  "description": "An ESnext spec-compliant `Array.prototype.findLast` shim/polyfill/replacement that works as far down as ES3.",
  "devDependencies": {
    "@es-shims/api": "^2.4.2",
    "@ljharb/eslint-config": "^21.1.0",
    "aud": "^2.0.4",
    "auto-changelog": "^2.4.0",
    "es-value-fixtures": "^1.4.2",
    "eslint": "=8.8.0",
    "evalmd": "^0.0.19",
    "for-each": "^0.3.3",
    "globalthis": "^1.0.3",
    "has-strict-mode": "^1.0.1",
    "hasown": "^2.0.2",
    "in-publish": "^2.0.1",
    "npmignore": "^0.3.1",
    "nyc": "^10.3.2",
    "object-inspect": "^1.13.1",
    "safe-publish-latest": "^2.0.0",
    "tape": "^5.7.5"
  },
  "engines": {
    "node": ">= 0.4"
  },
  "exports": {
    ".": "./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/Array.prototype.findLast#readme",
  "keywords": [
    "Array.prototype.findLast",
    "find",
    "findLast",
    "array",
    "ESnext",
    "shim",
    "polyfill",
    "last",
    "es-shim API"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "array.prototype.findlast",
  "publishConfig": {
    "ignore": [
      ".github/workflows"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/es-shims/Array.prototype.findLast.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 --silent lint && evalmd README.md",
    "test": "npm run tests-only",
    "tests-only": "nyc tape 'test/**/*.js'",
    "version": "auto-changelog && git add CHANGELOG.md"
  },
  "testling": {
    "files": [
      "test/index.js",
      "test/shimmed.js"
    ]
  },
  "version": "1.2.5"
}
