{"versions":{"1.0.0":{"name":"array.prototype.findlast","version":"1.0.0","description":"An ESnext spec-compliant `Array.prototype.findLast` shim/polyfill/replacement that works as far down as ES3.","author":{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"},"funding":{"url":"https://github.com/sponsors/ljharb"},"contributors":[{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"}],"license":"MIT","bugs":{"url":"https://github.com/es-shims/Array.prototype.findLast/issues"},"homepage":"https://github.com/es-shims/Array.prototype.findLast#readme","main":"index.js","exports":{".":"./index.js","./package.json":"./package.json"},"scripts":{"prepublish":"safe-publish-latest","pretest":"npm run --silent lint && evalmd README.md","test":"npm run tests-only","posttest":"aud --production","tests-only":"nyc tape 'test/**/*.js'","lint":"eslint .","postlint":"es-shim-api --bound","version":"auto-changelog && git add CHANGELOG.md","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""},"repository":{"type":"git","url":"git+https://github.com/es-shims/Array.prototype.findLast.git"},"keywords":["Array.prototype.findLast","find","findLast","array","ESnext","shim","polyfill","last","es-shim API"],"dependencies":{"call-bind":"^1.0.2","define-properties":"^1.1.3","es-abstract":"^1.18.3","get-intrinsic":"^1.1.1"},"devDependencies":{"@es-shims/api":"^2.1.2","@ljharb/eslint-config":"^17.6.0","aud":"^1.1.5","auto-changelog":"^2.3.0","es-value-fixtures":"^1.2.1","eslint":"^7.30.0","evalmd":"^0.0.19","for-each":"^0.3.3","has-strict-mode":"^1.0.1","nyc":"^10.3.2","object-inspect":"^1.11.0","safe-publish-latest":"^1.1.4","tape":"^5.2.2"},"testling":{"files":["test/index.js","test/shimmed.js"]},"engines":{"node":">= 0.4"},"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","unreleased":false,"commitLimit":false,"backfillLimit":false,"hideCredit":true},"gitHead":"250c7ffd414b364a2c1657e65050c8d51aa7e843","_id":"array.prototype.findlast@1.0.0","_nodeVersion":"16.4.2","_npmVersion":"7.18.1","dist":{"integrity":"sha512-CzIfzno574WUuRkZJgey74/GAZ9dAw9UGrPIIKbCA+0nNpAiMHwUpfRhVMfkf5hW/Fj9nIHS+OuJUM77USgnag==","shasum":"31a4e541fa08afad6c485ef34640bfc589cb20f5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/array.prototype.findlast/-/array.prototype.findlast-1.0.0.tgz","fileCount":18,"unpackedSize":18463,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg7oY8CRA9TVsSAnZWagAA+BkP/jaH0Mpt4PZZZ0R5HBVL\nfGSOlQQuNI73TxSLFpUPIDOS6XBZk+Fl3IP9bq7tVku8lpfVuZJsVbNPr6Es\nE5cigvVOpRgT48R1rIl6WgAGbDAWR2Ok/JkXSl2SFUxERAfwMlv9ow/B2qh/\nSTm4D8B9xu2H9haAZiCGgbjiDqYxdtaZ2WZjfyTgcTOAOK7mM4Hri+2kQ/l/\nKJ1Tzq2V10OBfevXnFVqfiEVoHPp9zgoqNCula6puq9+bOn1XhPRK4b7VcMR\nDIjsYpOMwLZhceGb5Ks/UXz9lfzo3rNWyRf77j8A7vr8ksYoAC9xIiRIFJqB\nt7bjLT5zARIXZHqQrfDqVwXJx5KGnPux7T1+zkX9eRFtyYnAXfh9vE1qFtK1\ncWLSDxeQ9CBICVCMcYY+b2hBp45LAecxFc1J3JyPlL4OS6yISVQOgWklwekt\nEFtwpLCdPSIDpS1EIEqxPmBTTwcBCSbVtgseXJ5chfXmpJJgyRKAkYXrVCY9\nXMxUHq42ogpP4E8LsCeh7dVrRZt2YEV6ZC3dzg7NUozHqbdXHYKVkAbjom1f\nxM6F8YnhI8LuBH8KbT3K+Hl6el2aY8mpflRPye14y1bJFiMPkJf0jUOqFnFP\naZrco0GJuxvEhQIklviG8DhQ4RNXL/6n1zKwKlnx7acfWoGZ0PVhx4INGIQx\nzT2w\r\n=MO6S\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGrBJef0Wr8jOTH0rMqqvOtBHqoP2jgQ6Y8t+lb6w9EDAiEA8cPAL+RAeVGUdymGTKE3cw3j5IOarx+Pfu+yFCgGZJQ="}]},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/array.prototype.findlast_1.0.0_1626244668088_0.002651341006817187"},"_hasShrinkwrap":false},"1.1.0":{"name":"array.prototype.findlast","version":"1.1.0","description":"An ESnext spec-compliant `Array.prototype.findLast` shim/polyfill/replacement that works as far down as ES3.","author":{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"},"funding":{"url":"https://github.com/sponsors/ljharb"},"contributors":[{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"}],"license":"MIT","bugs":{"url":"https://github.com/es-shims/Array.prototype.findLast/issues"},"homepage":"https://github.com/es-shims/Array.prototype.findLast#readme","main":"index.js","exports":{".":[{"import":"./index.mjs","require":"./index.js","default":"./index.js"},"./index.js"],"./auto":[{"import":"./auto.mjs","require":"./auto.js","default":"./auto.js"},"./auto.js"],"./implementation":[{"import":"./implementation.mjs","require":"./implementation.js","default":"./implementation.js"},"./implementation.js"],"./polyfill":[{"import":"./polyfill.mjs","require":"./polyfill.js","default":"./polyfill.js"},"./polyfill.js"],"./shim":[{"import":"./shim.mjs","require":"./shim.js","default":"./shim.js"},"./shim.js"],"./package.json":"./package.json"},"scripts":{"prepublish":"safe-publish-latest","pretest":"npm run --silent lint && evalmd README.md","posttest":"aud --production","tests-only":"nyc tape 'test/**/*.js'","tests-esm":"nyc node test/index.mjs","test":"npm run tests-only && npm run tests-esm","lint":"eslint .","postlint":"es-shim-api --bound","version":"auto-changelog && git add CHANGELOG.md","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""},"repository":{"type":"git","url":"git+https://github.com/es-shims/Array.prototype.findLast.git"},"keywords":["Array.prototype.findLast","find","findLast","array","ESnext","shim","polyfill","last","es-shim API"],"dependencies":{"call-bind":"^1.0.2","define-properties":"^1.1.3","es-abstract":"^1.18.5","get-intrinsic":"^1.1.1"},"devDependencies":{"@es-shims/api":"^2.1.2","@ljharb/eslint-config":"^17.6.0","aud":"^1.1.5","auto-changelog":"^2.3.0","es-value-fixtures":"^1.2.1","eslint":"^7.32.0","evalmd":"^0.0.19","for-each":"^0.3.3","has-strict-mode":"^1.0.1","nyc":"^10.3.2","object-inspect":"^1.11.0","safe-publish-latest":"^1.1.4","tape":"^5.3.1"},"testling":{"files":["test/index.js","test/shimmed.js"]},"engines":{"node":">= 0.4"},"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","unreleased":false,"commitLimit":false,"backfillLimit":false,"hideCredit":true},"gitHead":"4825faa80108205b7eeed369400865621577ae0b","_id":"array.prototype.findlast@1.1.0","_nodeVersion":"16.6.1","_npmVersion":"7.20.3","dist":{"integrity":"sha512-3TAea6O20kE30yAeuZ+Q021KKsjHMooRoDFH7qpDBsnNM8SEXivgsEIdjlxEj78SolInKOQfwLKLd8LHiTwxGg==","shasum":"d10bfd5cc40c74549508934626f8d7a10f019bc1","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/array.prototype.findlast/-/array.prototype.findlast-1.1.0.tgz","fileCount":24,"unpackedSize":22788,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhDs1TCRA9TVsSAnZWagAACEwP/RrSN7Zd/bwLQBu8R497\nS6s7KpNB/5ArcKahMP6XPB5hO5MeJyzfnn3hDLC/X3SAGXV5UYzOJbyAkalF\n8Mo7oKD7Qp5wawBYJ4YRItsysPuDzSYY4harTXBuSV9KF2ry8nInxRfASHwR\n4VilMx+Q0bJ1NCRZXqNwDYS6z46kdJ5Bde7yzxYuqiqAkJ8/dnZvg890vZAu\nyer4e+pFX22tGyCHf354zurmW7ZyLpJPzHmQkOxIXyrMvyUcsCIM6xoZLEdg\niEJMusfdfP1llijlH8eyraJwjC4ePMVERmFIagx4VakyFSjrLLfE59qOGg5m\nGU6XwbTgqB1pg+HOoUbdkIwcFGLZgxNwqOjlhe4jYIwulcbFwr9iSRLzogLW\nhtsZYjID8udRcW4xkCm1b2IaFR5DVfiPAV3wwUiLQqg/I5WsE6WMZ45SB/6u\nhCzAowQTzpEyd4Mkh0GcfC2YZ1LwYXkUmdTSVLXhfjqSoHyiU6GcP8DVflkn\nPz+faqORIPchsrD93/6woRTItSJ8slZPT5tPzwpAXuBvKD5JAlAYG1S3+Qp5\ndVF7hLX6hT6cBPY3RJtdLQaH/mR9kUXLF7acACadX3JgddvrLXhcPqmhjd+z\na8sHqgi6nwSz+BMNTnXMQTce1MIJbDsGBCmV3t2Y2OMwfz0uJ8SSGoyl4LjE\nci12\r\n=7Jg6\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD3bHXo829mh1+W2U3rX3+0TCYvMNB+khwKRE57d168wQIgG8anzTLffk16tsRs8xZD7E/wLCXGa8Nzz8ljYwBYBco="}]},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/array.prototype.findlast_1.1.0_1628360019063_0.474334804581902"},"_hasShrinkwrap":false},"1.1.1":{"name":"array.prototype.findlast","version":"1.1.1","description":"An ESnext spec-compliant `Array.prototype.findLast` shim/polyfill/replacement that works as far down as ES3.","author":{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"},"funding":{"url":"https://github.com/sponsors/ljharb"},"contributors":[{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"}],"license":"MIT","bugs":{"url":"https://github.com/es-shims/Array.prototype.findLast/issues"},"homepage":"https://github.com/es-shims/Array.prototype.findLast#readme","main":"index.js","exports":{".":[{"import":"./index.mjs","require":"./index.js","default":"./index.js"},"./index.js"],"./auto":"./auto.js","./implementation":"./implementation.js","./polyfill":"./polyfill.js","./shim":"./shim.js","./package.json":"./package.json"},"scripts":{"prepublish":"safe-publish-latest","pretest":"npm run --silent lint && evalmd README.md","posttest":"aud --production","tests-only":"nyc tape 'test/**/*.js'","tests-esm":"nyc node test/index.mjs","test":"npm run tests-only && npm run tests-esm","lint":"eslint .","postlint":"es-shim-api --bound","version":"auto-changelog && git add CHANGELOG.md","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""},"repository":{"type":"git","url":"git+https://github.com/es-shims/Array.prototype.findLast.git"},"keywords":["Array.prototype.findLast","find","findLast","array","ESnext","shim","polyfill","last","es-shim API"],"dependencies":{"call-bind":"^1.0.2","define-properties":"^1.1.3","es-abstract":"^1.19.0","get-intrinsic":"^1.1.1"},"devDependencies":{"@es-shims/api":"^2.2.1","@ljharb/eslint-config":"^18.0.0","aud":"^1.1.5","auto-changelog":"^2.3.0","es-value-fixtures":"^1.2.1","eslint":"^7.32.0","evalmd":"^0.0.19","for-each":"^0.3.3","has-strict-mode":"^1.0.1","nyc":"^10.3.2","object-inspect":"^1.11.0","safe-publish-latest":"^1.1.4","tape":"^5.3.1"},"testling":{"files":["test/index.js","test/shimmed.js"]},"engines":{"node":">= 0.4"},"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","unreleased":false,"commitLimit":false,"backfillLimit":false,"hideCredit":true},"gitHead":"4e701579474c45943e35e7e7a318bd4dd2c13ab0","_id":"array.prototype.findlast@1.1.1","_nodeVersion":"16.10.0","_npmVersion":"7.24.0","dist":{"integrity":"sha512-E+plaY4e438D6Z4pStp9jrnd5sUN2xAOjhYeV6/CJTrA1ZFCErHofZydvu9om8o6dssXahyV07tbdqNS3kVoYw==","shasum":"72caf7a9347c6e5e747c743823ea261143d9242b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/array.prototype.findlast/-/array.prototype.findlast-1.1.1.tgz","fileCount":20,"unpackedSize":23981,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh2ju/CRA9TVsSAnZWagAAgcsP/0zwtr39s4Io68NZ5+BU\nFZUSd8tDaGO+dET7rUIDd7LFOMitHLETlfy6Py5KLSHMQevzjvSY67JxUpDH\n0iwHTX5bTFpCOx2ByG9HxOt5LSd/c2v+zAjqA1I+SljpLUQq6xdEM8PcEa3d\npZa51tm9h+8nWRYuN1wGX0kleETmq8axIIWXDvWCuCuyRWZ7oWzFYIYiLbXA\n8ILqNoh0j5sbRDK5N231bfgoIe7eu+4eQacc5DlfsusHbHlRa2TBJTr7RJZz\nn+ttQuychjgTWnhkXvPRbQ7TgjxVoamZorLQ5qg/5xtTcvdr0cK3YaQetgLD\nO3dbXibW7mMKK5EjZQVlZC47hwOs0wYiT39bgJVEW3BD/vrmGRYveg7Z30V6\nAl0ZTwoDJip1SOnzjsQ78IB/hUBLQe9dPko9Q2kbsoukBz6XRbbW9DWrGOR+\nhT8WvqELUpr3pwii882tf4v9dNUOSeflH0Qx5YaDDK7uy1y0iAFoj+eRoQUH\nZOiYDnjvcVkkq9HefvwnhgbnNpJ/d68I3Zn5ZYURrSXsY6BZkrvtyjF5RMQh\nto1da9E0rYhYT27OjMPdOIx4iyrU1ly+TjJdqkTFLsAYObpoaUYQteQi2865\n/Pu30cIKoD76urZ+p7ZvWvK+GPvyiWf2pAyIK4cfeITqdIFJymNhZ9b82OK5\nm03s\r\n=DF+v\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDEYNB3+mbxabvdefq4XoZEhKQIAd0P/EIFnz+hw0ZJFQIhAP/CY6wKxF6zmwKCnKK4z/jGM3XNQh7ccVgXiMzgkVFB"}]},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/array.prototype.findlast_1.1.1_1633109504585_0.02450764313697218"},"_hasShrinkwrap":false},"1.2.0":{"name":"array.prototype.findlast","version":"1.2.0","description":"An ESnext spec-compliant `Array.prototype.findLast` shim/polyfill/replacement that works as far down as ES3.","author":{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"},"funding":{"url":"https://github.com/sponsors/ljharb"},"contributors":[{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"}],"license":"MIT","bugs":{"url":"https://github.com/es-shims/Array.prototype.findLast/issues"},"homepage":"https://github.com/es-shims/Array.prototype.findLast#readme","main":"index.js","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"},"scripts":{"prepublishOnly":"safe-publish-latest","prepublish":"not-in-publish || npm run prepublishOnly","pretest":"npm run --silent lint && evalmd README.md","posttest":"aud --production","tests-only":"nyc tape 'test/**/*.js'","tests-esm":"nyc node test/index.mjs","test":"npm run tests-only && npm run tests-esm","lint":"eslint --ext=js,mjs .","postlint":"es-shim-api --bound","version":"auto-changelog && git add CHANGELOG.md","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""},"repository":{"type":"git","url":"git+https://github.com/es-shims/Array.prototype.findLast.git"},"keywords":["Array.prototype.findLast","find","findLast","array","ESnext","shim","polyfill","last","es-shim API"],"dependencies":{"call-bind":"^1.0.2","define-properties":"^1.1.3","es-abstract":"^1.19.2","get-intrinsic":"^1.1.1"},"devDependencies":{"@es-shims/api":"^2.2.3","@ljharb/eslint-config":"^21.0.0","aud":"^2.0.0","auto-changelog":"^2.4.0","es-value-fixtures":"^1.2.1","eslint":"=8.8.0","evalmd":"^0.0.19","for-each":"^0.3.3","has":"^1.0.3","has-strict-mode":"^1.0.1","in-publish":"^2.0.1","nyc":"^10.3.2","object-inspect":"^1.12.0","safe-publish-latest":"^2.0.0","tape":"^5.5.3"},"testling":{"files":["test/index.js","test/shimmed.js"]},"engines":{"node":">= 0.4"},"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","unreleased":false,"commitLimit":false,"backfillLimit":false,"hideCredit":true},"gitHead":"b8c4784c9556d03e868dd4435bb32b3780f3a74a","_id":"array.prototype.findlast@1.2.0","_nodeVersion":"17.9.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-z+GIL1UiAezq8uJjD5ZGy3XPRjnwn2og0PMcimylVih5jXW6Icj6Ka9/UAlqEoGRrywmWlWJq2ds4QVO0c9X8Q==","shasum":"49f3453a43d37e38105fbce8867062ac39ad2507","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/array.prototype.findlast/-/array.prototype.findlast-1.2.0.tgz","fileCount":19,"unpackedSize":26158,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCerbV8N6TCSJ9qj897MvZ053Ndf1ixYKcEttLPm/YE4QIhAOzk1Ea5CujO1ywejPEvzd4cUBzoE8pum9kbenDq95/1"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiVDEnACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqbzw//Vxw9fCJsZ2BV9WByRl+K4FZ0rs15bviZ7gx1SyzHdWVA5Fbh\r\nUse1EVdc0PlK+EnPOu5jWzTaPz7ye4KULFA3+4Z61uki3EIchjvSzgKhszDl\r\nsDjQkBB40wJpS0Iud28JMvriLBv+R4nLhgS41YPAmjF7i2iRr4SaAFFZWsXw\r\nN+6t0zAdL6xM+iSemPikJiNlsrfcZseGHHguqzeO3G70Z1KLELSn6gAnHgS5\r\n7j3Jj9QetXI6lBs95/XdCZ4Dri0BatQLzLx6ocE47WxiimBqu3dLzxYCYLPo\r\nKQ8WQ11FMl90HWO+H4/VRWPuP86EEM8Qz6upaz98VDAnvTHIzP6sP0J7v01i\r\nSfFtPuHNcSBO124Xpwu6bAC9UkmlQlefjqbs4XzOo9tgpi/6Ewr3nrJenA2u\r\nW0NGYrpXqsfNGUVrvvYfPRxWgUjEUfQxWQv9GLlEDmB45Z2OoKnV0V0lSRJR\r\nOJUgP2gIXXTFMFVId4t6T157tcXi9HJ2udDmqxskjB9fG553F1NLa7mhKw8D\r\nMWEWmswT8S5lJhEYD9nIxTh2MdfdWhpxlPCcbGBAlJG55FfephT8dB04OpGX\r\nGW3CrR82w8LW9ASkH9qZ8lyJMqwnAVjAnuPwYcQe77XCbc9Ua/ymb96zg3HR\r\nX3UW/+gxsSrLf72gK4HRS+/wdem/P1J2TYM=\r\n=vVXh\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/array.prototype.findlast_1.2.0_1649684775844_0.4607520709668751"},"_hasShrinkwrap":false},"1.2.1":{"name":"array.prototype.findlast","version":"1.2.1","description":"An ESnext spec-compliant `Array.prototype.findLast` shim/polyfill/replacement that works as far down as ES3.","author":{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"},"funding":{"url":"https://github.com/sponsors/ljharb"},"contributors":[{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"}],"license":"MIT","bugs":{"url":"https://github.com/es-shims/Array.prototype.findLast/issues"},"homepage":"https://github.com/es-shims/Array.prototype.findLast#readme","main":"index.js","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"},"scripts":{"prepublishOnly":"safe-publish-latest","prepublish":"not-in-publish || npm run prepublishOnly","pretest":"npm run --silent lint && evalmd README.md","posttest":"aud --production","tests-only":"nyc tape 'test/**/*.js'","tests-esm":"nyc node test/index.mjs","test":"npm run tests-only && npm run tests-esm","lint":"eslint --ext=js,mjs .","postlint":"es-shim-api --bound","version":"auto-changelog && git add CHANGELOG.md","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""},"repository":{"type":"git","url":"git+https://github.com/es-shims/Array.prototype.findLast.git"},"keywords":["Array.prototype.findLast","find","findLast","array","ESnext","shim","polyfill","last","es-shim API"],"dependencies":{"call-bind":"^1.0.2","define-properties":"^1.1.3","es-abstract":"^1.19.2","es-shim-unscopables":"^1.0.0","get-intrinsic":"^1.1.1"},"devDependencies":{"@es-shims/api":"^2.2.3","@ljharb/eslint-config":"^21.0.0","aud":"^2.0.0","auto-changelog":"^2.4.0","es-value-fixtures":"^1.2.1","eslint":"=8.8.0","evalmd":"^0.0.19","for-each":"^0.3.3","has":"^1.0.3","has-strict-mode":"^1.0.1","in-publish":"^2.0.1","nyc":"^10.3.2","object-inspect":"^1.12.0","safe-publish-latest":"^2.0.0","tape":"^5.5.3"},"testling":{"files":["test/index.js","test/shimmed.js"]},"engines":{"node":">= 0.4"},"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","unreleased":false,"commitLimit":false,"backfillLimit":false,"hideCredit":true},"gitHead":"63745f0e606b707155cccb0026c8e9fd6da7057c","_id":"array.prototype.findlast@1.2.1","_nodeVersion":"17.9.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-oX9U2Jhro0MZ+uhhgFxVmlsf+Og/le4qim7lmZ1zSt7tNHPFalmYLqZkSYykTYHT56f8TAQLBphuuLw3uRaOXA==","shasum":"4812212b125e1fafa3ea222f4430d60a3454e265","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/array.prototype.findlast/-/array.prototype.findlast-1.2.1.tgz","fileCount":19,"unpackedSize":26413,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDvkPxEkkNBhYM9BXOaR779P1kR90VnmoBoLEh3H8P4bQIgXfrHMeTyYXJwPxjIAjEvf1XVsmoKobThrHgkxIXSO28="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiVI49ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrRpQ/+L8kC2956wAcHhnriIvAYRg5cHs7fV2QyDUD7KyV/CTXKydUO\r\na+5d/byKSdaX1WA9HZ5fwW2bbfjtn2jvij/FH7Of4inrrW6DI5ZiqMVEhSE5\r\nSq4XiROF8UlHmCta2N087rCgHVPCToCDFp/A1ZQs4g+6TbF2yIi01F7rH+L6\r\nGcO3GS+tsTD7HEnw4IkW4XuWfruwdnrJqE5MLqAO6kGPXzGvtfRbB4NFv04E\r\nABqApJQ+wwqriSkDS91WsoBwCqvk6mcuvSQogSn6tEvgY8T2bkOyiH5GK22/\r\njOKrQFcBkqjPiqQHkbs/HQIHt6B9hcUa86/KW762c1Bi8v4xcm2IrinZsl12\r\n7LrzF3P0mqR0qlQ4knReyP2m3TircWGnVl6GEZrhjg22gnkha5oWfleZlnjz\r\ndwtoA7cOKFIiAXEUctlM8JFH41L5dThKoD7kU99jRuZfXn/wNTn0EcIsrTbs\r\n38fhx/j7UlhRbh3xMlaN5UzASSmYDuc3wO4jqTsjv9SyX3tbHpxBylW8zxTU\r\nec2a00LpSzfNBIpTjx0H3RUR4JStqr5JDZ5R5inQmZ2g7A6Y51i9ZSDuXNfZ\r\nzaaaEfnWTS9zyGK8L9q81kRwZ/hAhNaee7uYdY/vrkglyfsaXonqE7wB3v8O\r\nsiifqx3LaRdNqhw18SQhcGTJbWwKzjWITCo=\r\n=fKFM\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/array.prototype.findlast_1.2.1_1649708605286_0.843468158322856"},"_hasShrinkwrap":false},"1.2.2":{"name":"array.prototype.findlast","version":"1.2.2","description":"An ESnext spec-compliant `Array.prototype.findLast` shim/polyfill/replacement that works as far down as ES3.","author":{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"},"funding":{"url":"https://github.com/sponsors/ljharb"},"contributors":[{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"}],"license":"MIT","bugs":{"url":"https://github.com/es-shims/Array.prototype.findLast/issues"},"homepage":"https://github.com/es-shims/Array.prototype.findLast#readme","main":"index.js","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"},"scripts":{"prepack":"npmignore --auto --commentLines=autogenerated","prepublishOnly":"safe-publish-latest","prepublish":"not-in-publish || npm run prepublishOnly","pretest":"npm run --silent lint && evalmd README.md","posttest":"aud --production","tests-only":"nyc tape 'test/**/*.js'","tests-esm":"nyc node test/index.mjs","test":"npm run tests-only && npm run tests-esm","lint":"eslint --ext=js,mjs .","postlint":"es-shim-api --bound","version":"auto-changelog && git add CHANGELOG.md","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""},"repository":{"type":"git","url":"git+https://github.com/es-shims/Array.prototype.findLast.git"},"keywords":["Array.prototype.findLast","find","findLast","array","ESnext","shim","polyfill","last","es-shim API"],"dependencies":{"call-bind":"^1.0.2","define-properties":"^1.1.4","es-abstract":"^1.20.4","es-shim-unscopables":"^1.0.0","get-intrinsic":"^1.1.3"},"devDependencies":{"@es-shims/api":"^2.2.3","@ljharb/eslint-config":"^21.0.0","aud":"^2.0.1","auto-changelog":"^2.4.0","es-value-fixtures":"^1.4.2","eslint":"=8.8.0","evalmd":"^0.0.19","for-each":"^0.3.3","has":"^1.0.3","has-strict-mode":"^1.0.1","in-publish":"^2.0.1","npmignore":"^0.3.0","nyc":"^10.3.2","object-inspect":"^1.12.2","safe-publish-latest":"^2.0.0","tape":"^5.6.1"},"testling":{"files":["test/index.js","test/shimmed.js"]},"engines":{"node":">= 0.4"},"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","unreleased":false,"commitLimit":false,"backfillLimit":false,"hideCredit":true},"publishConfig":{"ignore":[".github/workflows"]},"gitHead":"28bb5b27a293c463146064799e863312a0242203","_id":"array.prototype.findlast@1.2.2","_nodeVersion":"19.0.0","_npmVersion":"8.19.2","dist":{"integrity":"sha512-p1YDNPNqA+P6cPX9ATsxg7DKir7gOmJ+jh5dEP3LlumMNYVC1F2Jgnyh6oI3n/qD9FeIkqR2jXfd73G68ImYUQ==","shasum":"134ef6b7215f131a8884fafe6af46846a032c518","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/array.prototype.findlast/-/array.prototype.findlast-1.2.2.tgz","fileCount":19,"unpackedSize":27981,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGziPiPsvM51pyxrO+C5QclygneKw9wwYWqIKbe8U5ejAiEAuc0E3UNs4pkAq8XpJi3hhdcf/UayvDcj3uE2ibosSkA="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjYz0pACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq9wA/5AJ7RgufhzdeNFo9N+sgrxdDgL2BbTbRTYhAxZWl2wyw6JQ22\r\nJ2NFZaPa48823K1syV0JA5xzTk1d29coWE8lZ+U9zElRhmdst4192HvGVgZP\r\ntbpVWmmjYtpsThmKMd29IugF8jGR9GDFpA6M6Ykt1NtFouSvd45Y1tNKHzQe\r\n6k3K96jkaa7WI/5TWddJG7SRWYyloI8TNsnw+uH7duzw5CCi+J3xBDC/HlDa\r\nrs9pVUIFKaR/bdR9s4lvP2NvZ6Ny8k8YphE64b+ZqaXddi8W1ud83T2qZxXA\r\noG7kfdch+pRJ/GcgOrMS8pH4ZYNkkfG1kSp8erav9H6f9mdRoCN/vNvWIcOr\r\nbaXyIewL2nsT9Ry0isleOs0GyfLDtbAJMdc6dZaTRRBgX3eWIuK1zNhAQ+2A\r\nGvpp9UEz6Cj7hVJZGsbBZICcOMEuoKwVOAes6pw5KQ2KuFtIX6dmxV5DFq5N\r\nhsyx3cjqpSa5YhZz9CUm2QvV1h7z7bhls11NupvGCuEdKwdgGRLv0BKJMdKl\r\nje/4rIzoKFoLOoYxgZn6gbRnarQJ7C68Ld0q4IWzEASVz4dkQ41gdnZrjbLo\r\nkHGAC629jGrsBoVoiXbJd8hp9B3PYqRZQv8N0Q9iWufg7vVCiGUH6OizJeZr\r\nJT3RGRrkdnFPT6B7L95/PugZnnbFRRoVlsc=\r\n=xt/D\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/array.prototype.findlast_1.2.2_1667448105597_0.9239526488114376"},"_hasShrinkwrap":false},"1.2.3":{"name":"array.prototype.findlast","version":"1.2.3","description":"An ESnext spec-compliant `Array.prototype.findLast` shim/polyfill/replacement that works as far down as ES3.","author":{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"},"funding":{"url":"https://github.com/sponsors/ljharb"},"contributors":[{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"}],"license":"MIT","bugs":{"url":"https://github.com/es-shims/Array.prototype.findLast/issues"},"homepage":"https://github.com/es-shims/Array.prototype.findLast#readme","main":"index.js","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"},"scripts":{"prepack":"npmignore --auto --commentLines=autogenerated","prepublishOnly":"safe-publish-latest","prepublish":"not-in-publish || npm run prepublishOnly","pretest":"npm run --silent lint && evalmd README.md","posttest":"aud --production","tests-only":"nyc tape 'test/**/*.js'","tests-esm":"nyc node test/index.mjs","test":"npm run tests-only && npm run tests-esm","lint":"eslint --ext=js,mjs .","postlint":"es-shim-api --bound","version":"auto-changelog && git add CHANGELOG.md","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""},"repository":{"type":"git","url":"git+https://github.com/es-shims/Array.prototype.findLast.git"},"keywords":["Array.prototype.findLast","find","findLast","array","ESnext","shim","polyfill","last","es-shim API"],"dependencies":{"call-bind":"^1.0.2","define-properties":"^1.2.0","es-abstract":"^1.22.1","es-shim-unscopables":"^1.0.0","get-intrinsic":"^1.2.1"},"devDependencies":{"@es-shims/api":"^2.4.2","@ljharb/eslint-config":"^21.1.0","aud":"^2.0.3","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":"^1.0.3","has-strict-mode":"^1.0.1","in-publish":"^2.0.1","npmignore":"^0.3.0","nyc":"^10.3.2","object-inspect":"^1.12.3","safe-publish-latest":"^2.0.0","tape":"^5.6.6"},"testling":{"files":["test/index.js","test/shimmed.js"]},"engines":{"node":">= 0.4"},"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","unreleased":false,"commitLimit":false,"backfillLimit":false,"hideCredit":true},"publishConfig":{"ignore":[".github/workflows"]},"_id":"array.prototype.findlast@1.2.3","gitHead":"e58b02f009ebfbcac7ae2152e97e90e6ceaecd6c","_nodeVersion":"20.5.1","_npmVersion":"9.8.0","dist":{"integrity":"sha512-kcBubumjciBg4JKp5KTKtI7ec7tRefPk88yjkWJwaVKYd9QfTaxcsOxoMNKd7iBr447zCfDV0z1kOF47umv42g==","shasum":"4e4b375de5adf4897fed155e2d2771564865cc3b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/array.prototype.findlast/-/array.prototype.findlast-1.2.3.tgz","fileCount":19,"unpackedSize":29200,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGdEox0YWlMMZxsSOM0SUl+/+7Q2VSrem0QDdVzBQYLmAiABL61zrLIB/abcS2I916uXK2N0x+anTq3JEMXTj2vR5w=="}]},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/array.prototype.findlast_1.2.3_1693370259984_0.11899473961040519"},"_hasShrinkwrap":false},"1.2.4":{"name":"array.prototype.findlast","version":"1.2.4","description":"An ESnext spec-compliant `Array.prototype.findLast` shim/polyfill/replacement that works as far down as ES3.","author":{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"},"funding":{"url":"https://github.com/sponsors/ljharb"},"contributors":[{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"}],"license":"MIT","bugs":{"url":"https://github.com/es-shims/Array.prototype.findLast/issues"},"homepage":"https://github.com/es-shims/Array.prototype.findLast#readme","main":"index.js","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"},"scripts":{"prepack":"npmignore --auto --commentLines=autogenerated","prepublishOnly":"safe-publish-latest","prepublish":"not-in-publish || npm run prepublishOnly","pretest":"npm run --silent lint && evalmd README.md","posttest":"aud --production","tests-only":"nyc tape 'test/**/*.js'","tests-esm":"nyc node test/index.mjs","test":"npm run tests-only && npm run tests-esm","lint":"eslint --ext=js,mjs .","postlint":"es-shim-api --bound","version":"auto-changelog && git add CHANGELOG.md","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""},"repository":{"type":"git","url":"git+https://github.com/es-shims/Array.prototype.findLast.git"},"keywords":["Array.prototype.findLast","find","findLast","array","ESnext","shim","polyfill","last","es-shim API"],"dependencies":{"call-bind":"^1.0.5","define-properties":"^1.2.1","es-abstract":"^1.22.3","es-errors":"^1.3.0","es-shim-unscopables":"^1.0.2"},"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.0","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.4"},"testling":{"files":["test/index.js","test/shimmed.js"]},"engines":{"node":">= 0.4"},"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","unreleased":false,"commitLimit":false,"backfillLimit":false,"hideCredit":true},"publishConfig":{"ignore":[".github/workflows"]},"_id":"array.prototype.findlast@1.2.4","gitHead":"87ac8a235c35d726d3fd05937faea770467d3346","_nodeVersion":"21.6.0","_npmVersion":"10.2.4","dist":{"integrity":"sha512-BMtLxpV+8BD+6ZPFIWmnUBpQoy+A+ujcg4rhp2iwCRJYA7PEh2MS4NL3lz8EiDlLrJPp2hg9qWihr5pd//jcGw==","shasum":"eeb9e45fc894055c82e5675c463e8077b827ad36","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/array.prototype.findlast/-/array.prototype.findlast-1.2.4.tgz","fileCount":19,"unpackedSize":30177,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIChWB0XPZHu+yvmi84rdEfMU90Y7lR42Q4GZ0jjiW3tKAiAHXYqgK2CGKggCGqYeYjGMbezbycOCwy7PfFbMIjKxXQ=="}]},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/array.prototype.findlast_1.2.4_1707204914810_0.002040245895831294"},"_hasShrinkwrap":false},"1.2.5":{"name":"array.prototype.findlast","version":"1.2.5","description":"An ESnext spec-compliant `Array.prototype.findLast` shim/polyfill/replacement that works as far down as ES3.","author":{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"},"funding":{"url":"https://github.com/sponsors/ljharb"},"contributors":[{"name":"Jordan Harband","email":"ljharb@gmail.com","url":"http://ljharb.codes"}],"license":"MIT","bugs":{"url":"https://github.com/es-shims/Array.prototype.findLast/issues"},"homepage":"https://github.com/es-shims/Array.prototype.findLast#readme","main":"index.js","exports":{".":"./index.js","./auto":"./auto.js","./polyfill":"./polyfill.js","./implementation":"./implementation.js","./shim":"./shim.js","./package.json":"./package.json"},"scripts":{"prepack":"npmignore --auto --commentLines=autogenerated","prepublishOnly":"safe-publish-latest","prepublish":"not-in-publish || npm run prepublishOnly","pretest":"npm run --silent lint && evalmd README.md","posttest":"aud --production","tests-only":"nyc tape 'test/**/*.js'","test":"npm run tests-only","lint":"eslint --ext=js,mjs .","postlint":"es-shim-api --bound","version":"auto-changelog && git add CHANGELOG.md","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""},"repository":{"type":"git","url":"git+https://github.com/es-shims/Array.prototype.findLast.git"},"keywords":["Array.prototype.findLast","find","findLast","array","ESnext","shim","polyfill","last","es-shim API"],"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"},"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"},"testling":{"files":["test/index.js","test/shimmed.js"]},"engines":{"node":">= 0.4"},"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","unreleased":false,"commitLimit":false,"backfillLimit":false,"hideCredit":true},"publishConfig":{"ignore":[".github/workflows"]},"_id":"array.prototype.findlast@1.2.5","gitHead":"86df6af8f39b82ad2d5cac3a362f920813bae030","_nodeVersion":"21.7.0","_npmVersion":"10.5.0","dist":{"integrity":"sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==","shasum":"3e4fbcb30a15a7f5bf64cf2faae22d139c2e4904","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/array.prototype.findlast/-/array.prototype.findlast-1.2.5.tgz","fileCount":17,"unpackedSize":29114,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC+p3zE5vygInX/Hzr1lijHPBnUAgr3AX5I1P3cAbFPXwIgF+1wN5KykYSAUGwNvIS7VnjkdhM31J4R8PTziiy9itk="}]},"_npmUser":{"name":"anonymous","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"ljharb@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/array.prototype.findlast_1.2.5_1710868871342_0.3589218307026676"},"_hasShrinkwrap":false}},"dist-tags":{"latest":"1.2.5"},"name":"array.prototype.findlast","time":{"created":"2022-01-27T12:39:20.385Z","1.0.0":"2021-07-14T06:37:48.192Z","modified":"2024-05-28T17:04:54.027Z","1.1.0":"2021-08-07T18:13:39.184Z","1.1.1":"2021-10-01T17:31:44.761Z","1.2.0":"2022-04-11T13:46:15.978Z","1.2.1":"2022-04-11T20:23:25.408Z","1.2.2":"2022-11-03T04:01:45.803Z","1.2.3":"2023-08-30T04:37:40.223Z","1.2.4":"2024-02-06T07:35:15.023Z","1.2.5":"2024-03-19T17:21:11.500Z"},"readme":"# array.prototype.findlast <sup>[![Version Badge][npm-version-svg]][package-url]</sup>\n\n[![github actions][actions-image]][actions-url]\n[![coverage][codecov-image]][codecov-url]\n[![dependency status][deps-svg]][deps-url]\n[![dev dependency status][dev-deps-svg]][dev-deps-url]\n[![License][license-image]][license-url]\n[![Downloads][downloads-image]][downloads-url]\n\n[![npm badge][npm-badge-png]][package-url]\n\nAn ESnext spec-compliant `Array.prototype.findLast` shim/polyfill/replacement that works as far down as ES3.\n\nThis package implements the [es-shim API](https://github.com/es-shims/api) interface. It works in an ES3-supported environment and complies with the proposed [spec](https://tc39.es/proposal-array-find-from-last).\n\nBecause `Array.prototype.findLast` depends on a receiver (the `this` value), the main export takes the array to operate on as the first argument.\n\n## Getting started\n\n```sh\nnpm install --save array.prototype.findlast\n```\n\n## Usage/Examples\n\n```js\nvar findLast = require('array.prototype.findlast');\nvar assert = require('assert');\n\nvar arr = [1, [2], [], 3, [[4]]];\nvar isNumber = function (x) { return typeof x === 'number' };\n\nassert.deepEqual(findLast(arr, isNumber), 3);\n```\n\n```js\nvar findLast = require('array.prototype.findlast');\nvar assert = require('assert');\n/* when Array#findLast is not present */\ndelete Array.prototype.findLast;\nvar shimmed = findLast.shim();\n\nassert.equal(shimmed, findLast.getPolyfill());\nassert.deepEqual(arr.findLast(isNumber), findLast(arr, isNumber));\n```\n\n```js\nvar findLast = require('array.prototype.findlast');\nvar assert = require('assert');\n/* when Array#findLast is present */\nvar shimmed = findLast.shim();\n\nassert.equal(shimmed, Array.prototype.findLast);\nassert.deepEqual(arr.findLast(isNumber), findLast(arr, isNumber));\n```\n\n## Tests\nSimply clone the repo, `npm install`, and run `npm test`\n\n[package-url]: https://npmjs.org/package/array.prototype.findlast\n[npm-version-svg]: https://versionbadg.es/es-shims/Array.prototype.findLast.svg\n[deps-svg]: https://david-dm.org/es-shims/Array.prototype.findLast.svg\n[deps-url]: https://david-dm.org/es-shims/Array.prototype.findLast\n[dev-deps-svg]: https://david-dm.org/es-shims/Array.prototype.findLast/dev-status.svg\n[dev-deps-url]: https://david-dm.org/es-shims/Array.prototype.findLast#info=devDependencies\n[npm-badge-png]: https://nodei.co/npm/array.prototype.findlast.png?downloads=true&stars=true\n[license-image]: https://img.shields.io/npm/l/array.prototype.findlast.svg\n[license-url]: LICENSE\n[downloads-image]: https://img.shields.io/npm/dm/array.prototype.findlast.svg\n[downloads-url]: https://npm-stat.com/charts.html?package=array.prototype.findlast\n[codecov-image]: https://codecov.io/gh/es-shims/Array.prototype.findLast/branch/main/graphs/badge.svg\n[codecov-url]: https://app.codecov.io/gh/es-shims/Array.prototype.findLast/\n[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/es-shims/Array.prototype.findLast\n[actions-url]: https://github.com/es-shims/Array.prototype.findLast","users":{}}