{"_id":"string.prototype.at","_rev":"23-ac372bc593508aebb39df65c52320e10","name":"string.prototype.at","description":"An ES-spec-compliant (proposed) String.prototype.at shim/polyfill/replacement that works as far down as ES3","dist-tags":{"latest":"1.0.6"},"versions":{"0.1.0":{"name":"string.prototype.at","version":"0.1.0","description":"A robust & optimized `String.prototype.at` prollyfill, based on the proposal for ECMAScript 6.","homepage":"http://mths.be/at","main":"at.js","keywords":["string","unicode","es6","ecmascript","polyfill","prollyfill"],"licenses":[{"type":"MIT","url":"http://mths.be/mit"}],"author":{"name":"Mathias Bynens","url":"http://mathiasbynens.be/"},"repository":{"type":"git","url":"https://github.com/mathiasbynens/String.prototype.at.git"},"bugs":{"url":"https://github.com/mathiasbynens/String.prototype.at/issues"},"files":["LICENSE-MIT.txt","at.js"],"directories":{"test":"tests"},"scripts":{"test":"node tests/tests.js","cover":"istanbul cover --report html --verbose --dir coverage tests/tests.js"},"_id":"string.prototype.at@0.1.0","dist":{"shasum":"ade9f3e4653f253ffd44903021097203faffb696","tarball":"https://registry.npmjs.org/string.prototype.at/-/string.prototype.at-0.1.0.tgz"},"_from":".","_npmVersion":"1.3.17","_npmUser":{"name":"mathias","email":"mathias@qiwi.be"},"maintainers":[{"name":"mathias","email":"mathias@qiwi.be"}],"deprecated":"Versions of `string.prototype.at` before v1.0.0 polyfill a non-standard proposal that was never accepted into the ECMAScript standard. As of November 2020, a new proposal re-uses the name `String.prototype.at` for a different purpose that is currently on track to be standardized. Please upgrade to v1 or later ASAP."},"0.2.0":{"name":"string.prototype.at","version":"0.2.0","description":"A robust & optimized `String.prototype.at` prollyfill, based on the proposal for ECMAScript 6/7.","homepage":"http://mths.be/at","main":"at.js","keywords":["string","unicode","es6","es7","ecmascript","polyfill","prollyfill"],"licenses":[{"type":"MIT","url":"http://mths.be/mit"}],"author":{"name":"Mathias Bynens","url":"http://mathiasbynens.be/"},"repository":{"type":"git","url":"https://github.com/mathiasbynens/String.prototype.at.git"},"bugs":{"url":"https://github.com/mathiasbynens/String.prototype.at/issues"},"files":["LICENSE-MIT.txt","at.js"],"directories":{"test":"tests"},"scripts":{"test":"node tests/tests.js","cover":"istanbul cover --report html --verbose --dir coverage tests/tests.js"},"_id":"string.prototype.at@0.2.0","dist":{"shasum":"bae935eb32a910d5ee9848c8fba79db1020c18c7","tarball":"https://registry.npmjs.org/string.prototype.at/-/string.prototype.at-0.2.0.tgz","integrity":"sha512-WgpZb1+gD/dEkE2SEhLFJOBaWQspXrIpcr6aLeups4Z7uqudFrcU919wfOHRSAt5rVkFeMZpDWbpZXyXgdxrLg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCNC+1tGU2m4ThfeMeGUlJ3U7BI0Ur1eGVbb0QfrTKHTAIhANL33/vFq3Hg7K30AIczmeDFJ1wWueWnoAm375vJjoKU"}]},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"mathias","email":"mathias@qiwi.be"},"maintainers":[{"name":"mathias","email":"mathias@qiwi.be"}],"deprecated":"Versions of `string.prototype.at` before v1.0.0 polyfill a non-standard proposal that was never accepted into the ECMAScript standard. As of November 2020, a new proposal re-uses the name `String.prototype.at` for a different purpose that is currently on track to be standardized. Please upgrade to v1 or later ASAP."},"1.0.0":{"name":"string.prototype.at","version":"1.0.0","description":"An ES-spec-compliant (proposed) String.prototype.at shim/polyfill/replacement that works as far down as ES3","main":"index.js","exports":{".":[{"import":"./index.mjs","require":"./index.js","default":"./index.js"},"./index.js"],"./polyfill":[{"import":"./polyfill.mjs","require":"./polyfill.js","default":"./polyfill.js"},"./polyfill.js"],"./implementation":[{"import":"./implementation.mjs","require":"./implementation.js","default":"./implementation.js"},"./implementation.js"],"./shim":[{"import":"./shim.mjs","require":"./shim.js","default":"./shim.js"},"./shim.js"],"./auto":"./auto.js","./package.json":"./package.json"},"scripts":{"prepublish":"safe-publish-latest","pretest":"npm run lint","lint":"eslint --ext=js,mjs .","tests-only":"nyc tape 'test/**/*.js'","tests-esm":"nyc node test/index.mjs","test":"npm run tests-only && npm run tests-esm","posttest":"aud --production","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/String.prototype.at.git"},"keywords":["String.prototype.at","String.prototype.item","Array.prototype.at","Array.prototype.item","at","item","string","shim","polyfill","es-shim","API"],"author":{"name":"Jordan Harband","email":"ljharb@gmail.com"},"funding":{"url":"https://github.com/sponsors/ljharb"},"license":"MIT","bugs":{"url":"https://github.com/es-shims/String.prototype.at/issues"},"homepage":"https://github.com/es-shims/String.prototype.at#readme","devDependencies":{"@ljharb/eslint-config":"^17.2.0","aud":"^1.1.3","auto-changelog":"^2.2.1","eslint":"^7.13.0","functions-have-names":"^1.2.1","has-strict-mode":"^1.0.0","nyc":"^10.3.2","safe-publish-latest":"^1.1.4","tape":"^5.0.1"},"dependencies":{"call-bind":"^1.0.0","define-properties":"^1.1.3","es-abstract":"^1.18.0-next.0"},"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","unreleased":false,"commitLimit":false,"backfillLimit":false,"hideCredit":true},"gitHead":"4f36a89a0876821c3521cdf4ea412da456fe0465","_id":"string.prototype.at@1.0.0","_nodeVersion":"14.15.0","_npmVersion":"6.14.8","dist":{"integrity":"sha512-qIe8rOKLOAq36z+Z6xntECPjtT8eI/vMjIFWBNoL3/tIjDLgHuQB46LzSR1a9PLNmhmVzJc0ACqdWctEmNSEqg==","shasum":"2d369a4e580b7b6b801a4ec0e33d4ae81325863f","tarball":"https://registry.npmjs.org/string.prototype.at/-/string.prototype.at-1.0.0.tgz","fileCount":27,"unpackedSize":24151,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJftriBCRA9TVsSAnZWagAAaR8P/A9NR1gMAISAmDjTZUNr\nVYJGztDYLT0+aSkpLAXo9L/P+d/3GKkwts6jHBug0PZ8Pugy5WPsL3jUPU+d\naizK2CPfmk/WzDE9mYQblb3w7l89ghAPGPXD9dHVHqAHj8Sk3q/ZQZ0aKmsS\nqeYE4FwPBaEKj9XpZPqFGEAlNaOatEJdKbjaOHKURUeLvZg5TKFTARrNRzl0\n4y0OT2DvZoEM0m0skjZezG5CeFQHEfIUI/zdjqzz6rB4hwfvo5P/23JgEsKg\ni3d5R+krDafUiFPy+tvCZSbkvxQZhV7HfszZaVlsrgvoT+GFcXow65OtiBI8\nM5Ez5G/fnwiVuxD6maRco958iZjAViGuxIGj/O1iY1SoKqTvg1cj6LQyQn4d\no4TKw2GrS0x1RHWGEkp7TKS+uCwjt0tUGtEPKk84DpW/a1mkkV3pHgDNqP6D\nfrKYjTEDBCN9P7QwUc+e+b/c5WbFo/DgAWHYqySr0x/taFZRlDl5fEx7rQUW\n1+61BzQk7gWapmiDvICJi47nyD4XYla5ShZ+10RQZiMAP3A2+fSPlUTAH57x\nh80r3Es9xFXhvMlfdptO8y8tPx9I8rLKWKy0b8Mk8/+M6gSR2N3mWjQD9KHZ\nPZVxfWEYUELkprgNLXdfP+ROnTBk84SCDtd+J+idJz5C/BSfJ/4RKkr9Uo/0\ncjwa\r\n=yrRp\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICFWtaxpE/Zg929+Tlk60uS+AoAxrtHyU99jESyQSbe8AiAszWqyyssbOTEa10pywcfVrvdjPSsQXWkF/dVx4rVSrg=="}]},"_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"ljharb","email":"ljharb@gmail.com"},{"name":"mathias","email":"mathias@qiwi.be"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/string.prototype.at_1.0.0_1605810305071_0.03383473567953432"},"_hasShrinkwrap":false},"1.0.1":{"name":"string.prototype.at","version":"1.0.1","description":"An ES-spec-compliant (proposed) String.prototype.at shim/polyfill/replacement that works as far down as ES3","main":"index.js","exports":{".":[{"import":"./index.mjs","require":"./index.js","default":"./index.js"},"./index.js"],"./polyfill":[{"import":"./polyfill.mjs","require":"./polyfill.js","default":"./polyfill.js"},"./polyfill.js"],"./implementation":[{"import":"./implementation.mjs","require":"./implementation.js","default":"./implementation.js"},"./implementation.js"],"./shim":[{"import":"./shim.mjs","require":"./shim.js","default":"./shim.js"},"./shim.js"],"./auto":"./auto.js","./package.json":"./package.json"},"scripts":{"prepublish":"safe-publish-latest","pretest":"npm run lint","lint":"eslint --ext=js,mjs .","tests-only":"nyc tape 'test/**/*.js'","tests-esm":"nyc node test/index.mjs","test":"npm run tests-only && npm run tests-esm","posttest":"aud --production","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/String.prototype.at.git"},"keywords":["String.prototype.at","String.prototype.item","Array.prototype.at","Array.prototype.item","at","item","string","shim","polyfill","es-shim","API"],"author":{"name":"Jordan Harband","email":"ljharb@gmail.com"},"funding":{"url":"https://github.com/sponsors/ljharb"},"license":"MIT","bugs":{"url":"https://github.com/es-shims/String.prototype.at/issues"},"homepage":"https://github.com/es-shims/String.prototype.at#readme","devDependencies":{"@ljharb/eslint-config":"^17.5.1","aud":"^1.1.4","auto-changelog":"^2.2.1","eslint":"^7.20.0","functions-have-names":"^1.2.2","has-strict-mode":"^1.0.1","nyc":"^10.3.2","safe-publish-latest":"^1.1.4","tape":"^5.2.0"},"dependencies":{"call-bind":"^1.0.2","define-properties":"^1.1.3","es-abstract":"^1.18.0-next.2"},"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","unreleased":false,"commitLimit":false,"backfillLimit":false,"hideCredit":true},"gitHead":"126635c4c780aea4b0af57c22beb630b8a43db79","_id":"string.prototype.at@1.0.1","_nodeVersion":"14.15.5","_npmVersion":"6.14.11","dist":{"integrity":"sha512-TkqY6lcmsnNADEe5oXBufrY3RXZ5+MdqvaPC+PYg9shCydfAuYLwiU3goNDiinYQdzHnshTQN9sn59FATH+z2A==","shasum":"eda6aedad67aba8e95fc835db28aa0632154c9cd","tarball":"https://registry.npmjs.org/string.prototype.at/-/string.prototype.at-1.0.1.tgz","fileCount":20,"unpackedSize":18667,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgNHpUCRA9TVsSAnZWagAA3FAP/iOxibhvaqjA4qna2JkE\nZt9PDz7dMEw5k3SgzFGGiXPHDdWoBr6uC/7+KuDJPuXsBVvdjJxJ4HIc4qIK\n6JdAz1GP42pVLedxl3xtqbxq6P76BZm4RkVaGaM4RLlWVEhs7L0fN0hmDzzs\n4enh1uegMbIdAtQwFBobUXM7Ts0qkq3gbj7pzf1lzu+jnrMM2QnAJT5uoNdf\n4TrpeZDkJbRintfoBCMsJnOBaKcBaMfi5p24FDa3YwlpK3WGsnnwAwpj8rHd\nHiSfH40EydxAytr/aKzC0IJewXHwZEecPktM+Vl6tUafXaRlin2Vfdonx3NR\nj5Yt6hnnSCHXb4/OSwbTNK1CWFAG70Tde+xIEcFt0TXQH1+/UKDqqNjEMVki\nd4UsUMrZGrTFRHYcr2OGMmLyGgVLAbOcL9fyEIWlNXHvqxrHesePbGMEgkhT\nbRt/j89xD9TbmOnzeEzyC3zE7/s0GseAJGxAhrQclzTeh1kRXSvNLxfqeJCW\nzeXRd5uKwikVsOOM+RsoeHL983c/Egr0YcRKWU8WXf4x8PNJR/XHg78xqvXC\nuLpcZmVOHCIDfPcGNVI/toQmWOaS6d+qHMT7/TXLoilh9/GPKkgOhAoslT/Q\nPoV9lryfK0g3ffe26Nejdg/TCPXeZbrzvab/ghT0/KcZfQZPEArFiafura1M\nlx2Z\r\n=Tlhw\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCJ7GtOhgf2bsvuUoCLIXnLyFWRq7JQzwX20eaJZaehNQIgY5kXv8IHhW56kuQYGYULjrUWZxehfn9oHVjaespE4/I="}]},"_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"ljharb","email":"ljharb@gmail.com"},{"name":"mathias","email":"mathias@qiwi.be"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/string.prototype.at_1.0.1_1614051924385_0.6920703618491097"},"_hasShrinkwrap":false},"1.0.2":{"name":"string.prototype.at","version":"1.0.2","description":"An ES-spec-compliant (proposed) String.prototype.at shim/polyfill/replacement that works as far down as ES3","main":"index.js","exports":{".":[{"import":"./index.mjs","require":"./index.js","default":"./index.js"},"./index.js"],"./polyfill":[{"import":"./polyfill.mjs","require":"./polyfill.js","default":"./polyfill.js"},"./polyfill.js"],"./implementation":[{"import":"./implementation.mjs","require":"./implementation.js","default":"./implementation.js"},"./implementation.js"],"./shim":[{"import":"./shim.mjs","require":"./shim.js","default":"./shim.js"},"./shim.js"],"./auto":"./auto.js","./package.json":"./package.json"},"scripts":{"prepublish":"not-in-publish || npm run prepublishOnly","prepublishOnly":"safe-publish-latest","pretest":"npm run lint","lint":"eslint --ext=js,mjs .","tests-only":"nyc tape 'test/**/*.js'","tests-esm":"nyc node test/index.mjs","test":"npm run tests-only && npm run tests-esm","posttest":"aud --production","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/String.prototype.at.git"},"keywords":["String.prototype.at","String.prototype.item","Array.prototype.at","Array.prototype.item","at","item","string","shim","polyfill","es-shim","API"],"author":{"name":"Jordan Harband","email":"ljharb@gmail.com"},"funding":{"url":"https://github.com/sponsors/ljharb"},"license":"MIT","bugs":{"url":"https://github.com/es-shims/String.prototype.at/issues"},"homepage":"https://github.com/es-shims/String.prototype.at#readme","devDependencies":{"@ljharb/eslint-config":"^17.6.0","aud":"^1.1.5","auto-changelog":"^2.3.0","eslint":"^7.31.0","functions-have-names":"^1.2.2","has-strict-mode":"^1.0.1","nyc":"^10.3.2","safe-publish-latest":"^1.1.4","tape":"^5.3.0"},"dependencies":{"call-bind":"^1.0.2","define-properties":"^1.1.3","es-abstract":"^1.18.3"},"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","unreleased":false,"commitLimit":false,"backfillLimit":false,"hideCredit":true},"gitHead":"82ea0752ddbd25319cff24f5e73fe4a7fda08a33","_id":"string.prototype.at@1.0.2","_nodeVersion":"16.6.0","_npmVersion":"7.19.1","dist":{"integrity":"sha512-werdk75FbksDpQmeLEEVidNlD5nt+DsZqOPHYj9DbdHFSOHs5wYnQTee2OHN/bYjJVQ7rJoeRo1sbmAt9EkQww==","shasum":"7dda8e4f8476b2c97e48de6f3dbc03740cdb8ef7","tarball":"https://registry.npmjs.org/string.prototype.at/-/string.prototype.at-1.0.2.tgz","fileCount":20,"unpackedSize":20887,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhA5SACRA9TVsSAnZWagAAptcQAJe5ynkJ0RWe8xWi16IW\n8KRHd7X67x/YBAD+H/4NUackfOcZMQEnjSamjPN/R5ZRD573+4J+m3gRSrwc\nO7RQT/OFfmLXB17dlXt9QTHDqI0GvUKs6+ZAB7cGiFcQXuo8dijt6ddn84cp\n1YbEuqMytyvvRfXST7cGTtuGglCoSdW/HmVEnjpW4F+uK3UkbhxTGwcs1JyZ\ngCIFTvN7G6G0Z3dH7UOvAALg2Iu7QxD+mjsJ3BvrBE46d28jffYXFU2xGo7k\nvdQi7v+gR2W2r0Z/R7PYW8rLlOahOFFcvGp8sNLsVHp4pKN6PHSN7snItNZg\nfzfX13inoGznq+kO6zicS97dqctF/jYFVQ3vrOml4sOmLGqE9mwTc/6S20x+\nebY33FnqaTgvuH2p10fL5IXyxyvUbF290C/3/Np5sAUQxXYR5mFfrPVVwvnH\n6/bUlnWTU7PSUZGqRITLo1BbAPVB/kj8QMayO7UEpzRUUCtbBF2bOkGnSF4W\nUs4IScLE2UGawOypxEhZJEsntJXPzXQRLJ13CaEd/4qvieNCAiFOl1c2fcb4\nXg/tFVgihCQh5nwZEDAC1prMahgbpwb2Eimmfk9QX7RpwXmbEg6qmArjm2Of\nIarbzAPaazhxcvH18Zgn5tqfW+WS8Pw2V686QBP4dgODcycWJF1A93h2x+mf\nE18b\r\n=lbxv\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEr+prINbNv+bgS6C5D7yB2peZ9NT28KWdFhQXizLc3TAiAUbowRLXWjKNgXeWPfHwwg7i6bY2BMDEqE//k76rixdA=="}]},"_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"ljharb","email":"ljharb@gmail.com"},{"name":"mathias","email":"mathias@qiwi.be"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/string.prototype.at_1.0.2_1627624576014_0.48566116297260087"},"_hasShrinkwrap":false},"1.0.3":{"name":"string.prototype.at","version":"1.0.3","description":"An ES-spec-compliant (proposed) String.prototype.at shim/polyfill/replacement that works as far down as ES3","main":"index.js","exports":{".":[{"import":"./index.mjs","require":"./index.js","default":"./index.js"},"./index.js"],"./polyfill":"./polyfill.js","./implementation":"./implementation.js","./shim":"./shim.js","./auto":"./auto.js","./package.json":"./package.json"},"scripts":{"prepublish":"not-in-publish || npm run prepublishOnly","prepublishOnly":"safe-publish-latest","pretest":"npm run lint","lint":"eslint --ext=js,mjs .","postlint":"es-shim-api --bound","tests-only":"nyc tape 'test/**/*.js'","tests-esm":"nyc node test/index.mjs","test":"npm run tests-only && npm run tests-esm","posttest":"aud --production","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/String.prototype.at.git"},"keywords":["String.prototype.at","String.prototype.item","Array.prototype.at","Array.prototype.item","at","item","string","shim","polyfill","es-shim","API"],"author":{"name":"Jordan Harband","email":"ljharb@gmail.com"},"funding":{"url":"https://github.com/sponsors/ljharb"},"license":"MIT","bugs":{"url":"https://github.com/es-shims/String.prototype.at/issues"},"homepage":"https://github.com/es-shims/String.prototype.at#readme","devDependencies":{"@es-shims/api":"^2.2.2","@ljharb/eslint-config":"^18.0.0","aud":"^1.1.5","auto-changelog":"^2.3.0","eslint":"^7.32.0","functions-have-names":"^1.2.2","has-strict-mode":"^1.0.1","nyc":"^10.3.2","safe-publish-latest":"^1.1.4","tape":"^5.3.1"},"dependencies":{"call-bind":"^1.0.2","define-properties":"^1.1.3","es-abstract":"^1.19.1"},"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","unreleased":false,"commitLimit":false,"backfillLimit":false,"hideCredit":true},"gitHead":"0905d95b91f2ce522e69519720f656504d467d7b","_id":"string.prototype.at@1.0.3","_nodeVersion":"16.10.0","_npmVersion":"7.24.0","dist":{"integrity":"sha512-P3/I5mrojyow0xOahStcHPr/nNp4CrBAbaP5TlBG/2WB7ioVkzbHpOC7bNRRG8SpojUFDm3KEO2MAY4B89XRww==","shasum":"c2f0cddb402cdbe2c628a3f9cbda3f5b42dc0889","tarball":"https://registry.npmjs.org/string.prototype.at/-/string.prototype.at-1.0.3.tgz","fileCount":18,"unpackedSize":22498,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh28OSCRA9TVsSAnZWagAAM7oP/2BbypGQOVUhKq1ZKxtr\nq/OHxeoAUF7R+z+S86weTlXdJHgOmUhQC6lviM7+5hlfSv61weFinZ3caE0A\nlzKcxXyIigR41KAfcVWTgtV5xhjgx1h2NHZJFOgZDeVJ+A6oCfmS4eGXee1B\nRwyUnvunHIj+n5U/ipWGco21Zz0LHclTRPAd2HyH/NghriJRSLio81k4b+5h\nCy7sv9jIhfkDxGP24uOMZ9cqu9+mTcBbMumTKsmnf06kf5d/vJb0hS2GZS6S\n09zcJQ872nJ/fEH0X2NhWocuAGL+cOssOWGvjm+urgy7HT2FSksnOTjjFTWc\n7I/yEBkFiNGCFr3bAyrWVyqoQPv46xR1QF+opAaU/XQM2lnpmA+vA6Pt9kwu\nunDRKfy/w+v33j73v5nd+dvUMio1i0Yza3tBbZlkQm6mWW02Rv6gv2nFu57V\nFaiowGHL5gscuBfK5tZfN+Lv2W8B/x7r92qpUUFT3LLUugm4cfBb2hRo8yGC\ncgWqXW3SjNn9iEiozZEWMuvdkcmESab30/FHIjclrexY3ZgV8qX8cJOc7fyg\ndnCAOKDv0MFO3TE8EZt3zws2PXtJ1sizL8SrbzESfhgWX/tPCX+Mt3rp1rRQ\nSsm+votdtf2nnwirKesGVXYNQECyxQbm8f9aDlMM6k7x9kA68sTweqHE3uDn\nM1Ic\r\n=FpOe\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCa8UUy23UVgDvy9SwxG5eRN2KkLHzEklEBHNvc6H0j+AIhALDeOYZAft5eYHF9fTTwrY37rgCJgweDIkaFImJlAQb0"}]},"_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"ljharb","email":"ljharb@gmail.com"},{"name":"mathias","email":"mathias@qiwi.be"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/string.prototype.at_1.0.3_1633389232931_0.08215266624073947"},"_hasShrinkwrap":false},"1.0.4":{"name":"string.prototype.at","version":"1.0.4","description":"An ES-spec-compliant (proposed) String.prototype.at shim/polyfill/replacement that works as far down as ES3","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","prepublish":"not-in-publish || npm run prepublishOnly","prepublishOnly":"safe-publish-latest","pretest":"npm run lint","lint":"eslint --ext=js,mjs .","postlint":"es-shim-api --bound","tests-only":"nyc tape 'test/**/*.js'","tests-esm":"nyc node test/index.mjs","test":"npm run tests-only && npm run tests-esm","posttest":"aud --production","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/String.prototype.at.git"},"keywords":["String.prototype.at","String.prototype.item","Array.prototype.at","Array.prototype.item","at","item","string","shim","polyfill","es-shim","API"],"author":{"name":"Jordan Harband","email":"ljharb@gmail.com"},"funding":{"url":"https://github.com/sponsors/ljharb"},"license":"MIT","bugs":{"url":"https://github.com/es-shims/String.prototype.at/issues"},"homepage":"https://github.com/es-shims/String.prototype.at#readme","devDependencies":{"@es-shims/api":"^2.2.3","@ljharb/eslint-config":"^21.0.0","aud":"^2.0.1","auto-changelog":"^2.4.0","eslint":"=8.8.0","functions-have-names":"^1.2.3","has-strict-mode":"^1.0.1","in-publish":"^2.0.1","npmignore":"^0.3.0","nyc":"^10.3.2","safe-publish-latest":"^2.0.0","tape":"^5.6.1"},"dependencies":{"call-bind":"^1.0.2","define-properties":"^1.1.4","es-abstract":"^1.20.4"},"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","unreleased":false,"commitLimit":false,"backfillLimit":false,"hideCredit":true},"publishConfig":{"ignore":[".github/workflows"]},"gitHead":"6be04b191a8c1206a7502d43c4ebf1a23787fba6","_id":"string.prototype.at@1.0.4","_nodeVersion":"19.0.1","_npmVersion":"8.19.2","dist":{"integrity":"sha512-KfB2g1aPd4KgPpsucuGB9GnCCTohDneZWB/wZCo0UK6EOdZFVEpgQUPT+XsYc8qGMj1weGygp9imbqp8Cjt5qA==","shasum":"c8fa4d66a94a130cd184d8034971d6cd39862250","tarball":"https://registry.npmjs.org/string.prototype.at/-/string.prototype.at-1.0.4.tgz","fileCount":17,"unpackedSize":23868,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBNXD0VQDY7Wq7tSHqruzufxldO/mHq+xB/0+oCbuU6WAiBY85RRC9PhYh5H1uzxRexayLsxdJUrZ74DaXxB9uFpPQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjaVeHACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoGGQ/5AHLLXjOuLSUjZfN18BaeoKYPeC5SV5/MDW/ITy4E8AtynA5G\r\n5JdcbZgwvLqB9jVuak7Bt/WLvaSFOdWulbRnj4JGJD/UwmJ17G30AyH5wXFe\r\nUfuXx1XloVxY3tVltjyX5zV/wXCoO7daNN9yHiWj2TOLo2R0FVo0Wu/JuX3z\r\nKpREehiRUIl3ilXOUupGgJhk1b/0Sxeth/m35sKAaVP/DkQ5CvXVoTSVySdr\r\n7SlSVXEOBRmDrjH+GiTbNhM+QKVMNVqU5Rq9gi21t37DoJtgnAQhIa/vTry9\r\nfviCArBdpnx8zKaJhJzllQ+IN/6yxIrZzwDOhdfuxrJwUXzyc2wLlt2xcm8K\r\nGGRl8XSzxQMJ8ANghg1k5lZiAzysmfeFqW7MTLHWd6ohCHcLheTT9Inh7CTU\r\n1zAB5fSzSOHlcRsqZqNB9CmYxiWrVz0R7xkdZ84W16fi4CrDHWUlJujqN0Qp\r\nw/vcoqKKn1w79WubS68t36o/SyET9yisGiQ6wh0CS2w8zRw6WSyl+XAdrXwq\r\n1RWeg9DeCJ+CDF21MzVJvJhvMRnEPHRIFZJCU6gnnZ+VvN43aeKb+CXCject\r\n94KZMdr/aR/8O96ir5oBENorU1vQeBTXNVcdP9lL+dzmld7T6lFx7ERfZ5Yn\r\n5OkDnkvCdwyIGL4ZwnOGf/YoPJEzAIzQb58=\r\n=d1mA\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"ljharb","email":"ljharb@gmail.com"},{"name":"mathias","email":"mathias@qiwi.be"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/string.prototype.at_1.0.4_1667848071032_0.9292639278088908"},"_hasShrinkwrap":false},"1.0.5":{"name":"string.prototype.at","version":"1.0.5","description":"An ES-spec-compliant (proposed) String.prototype.at shim/polyfill/replacement that works as far down as ES3","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","prepublish":"not-in-publish || npm run prepublishOnly","prepublishOnly":"safe-publish-latest","pretest":"npm run lint","lint":"eslint --ext=js,mjs .","postlint":"es-shim-api --bound","tests-only":"nyc tape 'test/**/*.js'","tests-esm":"nyc node test/index.mjs","test":"npm run tests-only && npm run tests-esm","posttest":"aud --production","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/String.prototype.at.git"},"keywords":["String.prototype.at","String.prototype.item","Array.prototype.at","Array.prototype.item","at","item","string","shim","polyfill","es-shim","API"],"author":{"name":"Jordan Harband","email":"ljharb@gmail.com"},"funding":{"url":"https://github.com/sponsors/ljharb"},"license":"MIT","bugs":{"url":"https://github.com/es-shims/String.prototype.at/issues"},"homepage":"https://github.com/es-shims/String.prototype.at#readme","devDependencies":{"@es-shims/api":"^2.4.2","@ljharb/eslint-config":"^21.1.0","aud":"^2.0.3","auto-changelog":"^2.4.0","eslint":"=8.8.0","functions-have-names":"^1.2.3","has-strict-mode":"^1.0.1","in-publish":"^2.0.1","npmignore":"^0.3.0","nyc":"^10.3.2","safe-publish-latest":"^2.0.0","tape":"^5.6.6"},"dependencies":{"call-bind":"^1.0.2","define-properties":"^1.2.0","es-abstract":"^1.22.1"},"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","unreleased":false,"commitLimit":false,"backfillLimit":false,"hideCredit":true},"publishConfig":{"ignore":[".github/workflows"]},"_id":"string.prototype.at@1.0.5","gitHead":"99fd749abbcb022dff8262c075b1448117542899","_nodeVersion":"20.5.1","_npmVersion":"9.8.0","dist":{"integrity":"sha512-HQA5YomwpGTXDSmC+sI1Rev0M1pcF49q2DXvW67FOUaxer0qq0LFVGI365O3K0upS+nRXAl2OxlFzyeUA60SQw==","shasum":"a395f7f941e3fea03a423c9e02a4bb8a0cab6b4d","tarball":"https://registry.npmjs.org/string.prototype.at/-/string.prototype.at-1.0.5.tgz","fileCount":17,"unpackedSize":24326,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAFjSPIjRFSXaoEbnZuZZoYJnSWxj/VJrLQKV+un++/9AiBGABfms/wdAGaEoP9vxpHsArDFWENIufYvOUnXQrScqQ=="}]},"_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"ljharb","email":"ljharb@gmail.com"},{"name":"mathias","email":"mathias@qiwi.be"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/string.prototype.at_1.0.5_1693592811927_0.10077814177185318"},"_hasShrinkwrap":false},"1.0.6":{"name":"string.prototype.at","version":"1.0.6","description":"An ES-spec-compliant (proposed) String.prototype.at shim/polyfill/replacement that works as far down as ES3","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","prepublish":"not-in-publish || npm run prepublishOnly","prepublishOnly":"safe-publish-latest","pretest":"npm run lint","lint":"eslint --ext=js,mjs .","postlint":"es-shim-api --bound","tests-only":"nyc tape 'test/**/*.js'","test":"npm run tests-only","posttest":"aud --production","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/String.prototype.at.git"},"keywords":["String.prototype.at","String.prototype.item","Array.prototype.at","Array.prototype.item","at","item","string","shim","polyfill","es-shim","API"],"author":{"name":"Jordan Harband","email":"ljharb@gmail.com"},"funding":{"url":"https://github.com/sponsors/ljharb"},"license":"MIT","bugs":{"url":"https://github.com/es-shims/String.prototype.at/issues"},"homepage":"https://github.com/es-shims/String.prototype.at#readme","devDependencies":{"@es-shims/api":"^2.4.2","@ljharb/eslint-config":"^21.1.0","aud":"^2.0.4","auto-changelog":"^2.4.0","eslint":"=8.8.0","functions-have-names":"^1.2.3","has-strict-mode":"^1.0.1","in-publish":"^2.0.1","npmignore":"^0.3.1","nyc":"^10.3.2","safe-publish-latest":"^2.0.0","tape":"^5.7.5"},"dependencies":{"call-bind":"^1.0.7","define-properties":"^1.2.1","es-abstract":"^1.23.2","es-object-atoms":"^1.0.0"},"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","unreleased":false,"commitLimit":false,"backfillLimit":false,"hideCredit":true},"publishConfig":{"ignore":[".github/workflows"]},"engines":{"node":">= 0.4"},"_id":"string.prototype.at@1.0.6","gitHead":"7e4f5c1c571fb527fb83544b1b9394daf5a2f0c5","_nodeVersion":"21.7.0","_npmVersion":"10.5.0","dist":{"integrity":"sha512-L4w6h+8vgntouBsePUpYu4FWITFqpBtX74bJImvXWuCAltEAzIGbOMIYBewohYN0DPVlqktZnzVISfcFCRHliw==","shasum":"c002b24e27e431e864b0fbbe8f9eb02df906d67c","tarball":"https://registry.npmjs.org/string.prototype.at/-/string.prototype.at-1.0.6.tgz","fileCount":15,"unpackedSize":23669,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD29qexMaaAfiGwhBOum7iLghurJBAJntLn+KKfC3JaIgIhAPpiirADY/xZhD1c5BPYGbiI02vcw8tKc2nY/rt4rYE6"}]},"_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"ljharb","email":"ljharb@gmail.com"},{"name":"mathias","email":"mathias@qiwi.be"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/string.prototype.at_1.0.6_1710953323628_0.011911229226566178"},"_hasShrinkwrap":false}},"readme":"# string.prototype.at <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 `String.prototype.at` 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-item-method/).\n\nBecause `String.prototype.at` depends on a receiver (the `this` value), the main export takes the string to operate on as the first argument.\n\nNote that versions of this package before v1.0.0 reflect an earlier, now-inactive proposal (https://github.com/mathiasbynens/String.prototype.at).\n\n## Getting started\n\n```sh\nnpm install --save string.prototype.at\n```\n\n## Usage/Examples\n\n```js\nvar at = require('string.prototype.at');\nvar assert = require('assert');\n\nvar arr = [1, [2], [], 3];\n\nvar results = at(arr, function (x, i) {\n\tassert.equal(x, arr[i]);\n\treturn x;\n});\n\nassert.deepEqual(results, [1, 2, 3]);\n```\n\n```js\nvar at = require('string.prototype.at');\nvar assert = require('assert');\n/* when String#at is not present */\ndelete String.prototype.at;\nvar shimmedFlatMap = at.shim();\n\nvar mapper = function (x) { return [x, 1]; };\n\nassert.equal(shimmedFlatMap, at.getPolyfill());\nassert.deepEqual(arr.at(mapper), at(arr, mapper));\n```\n\n```js\nvar at = require('string.prototype.at');\nvar assert = require('assert');\n/* when String#at is present */\nvar shimmedIncludes = at.shim();\n\nvar mapper = function (x) { return [x, 1]; };\n\nassert.equal(shimmedIncludes, String.prototype.at);\nassert.deepEqual(arr.at(mapper), at(arr, mapper));\n```\n\n## Tests\nSimply clone the repo, `npm install`, and run `npm test`\n\n[package-url]: https://npmjs.org/package/string.prototype.at\n[npm-version-svg]: https://versionbadg.es/es-shims/String.prototype.at.svg\n[deps-svg]: https://david-dm.org/es-shims/String.prototype.at.svg\n[deps-url]: https://david-dm.org/es-shims/String.prototype.at\n[dev-deps-svg]: https://david-dm.org/es-shims/String.prototype.at/dev-status.svg\n[dev-deps-url]: https://david-dm.org/es-shims/String.prototype.at#info=devDependencies\n[npm-badge-png]: https://nodei.co/npm/string.prototype.at.png?downloads=true&stars=true\n[license-image]: https://img.shields.io/npm/l/string.prototype.at.svg\n[license-url]: LICENSE\n[downloads-image]: https://img.shields.io/npm/dm/string.prototype.at.svg\n[downloads-url]: https://npm-stat.com/charts.html?package=string.prototype.at\n[codecov-image]: https://codecov.io/gh/es-shims/String.prototype.at/branch/main/graphs/badge.svg\n[codecov-url]: https://app.codecov.io/gh/es-shims/String.prototype.at/\n[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/es-shims/String.prototype.at\n[actions-url]: https://github.com/es-shims/String.prototype.at/actions\n","maintainers":[{"name":"ljharb","email":"ljharb@gmail.com"},{"name":"mathias","email":"mathias@qiwi.be"}],"time":{"modified":"2024-03-20T16:48:44.278Z","created":"2013-12-20T13:59:58.641Z","0.1.0":"2013-12-20T14:00:01.232Z","0.2.0":"2014-04-10T18:23:41.081Z","1.0.0":"2020-11-19T18:25:05.174Z","1.0.1":"2021-02-23T03:45:24.555Z","1.0.2":"2021-07-30T05:56:16.170Z","1.0.3":"2021-10-04T23:13:53.127Z","1.0.4":"2022-11-07T19:07:51.261Z","1.0.5":"2023-09-01T18:26:52.131Z","1.0.6":"2024-03-20T16:48:43.849Z"},"author":{"name":"Jordan Harband","email":"ljharb@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/es-shims/String.prototype.at.git"},"readmeFilename":"README.md","homepage":"https://github.com/es-shims/String.prototype.at#readme","keywords":["String.prototype.at","String.prototype.item","Array.prototype.at","Array.prototype.item","at","item","string","shim","polyfill","es-shim","API"],"bugs":{"url":"https://github.com/es-shims/String.prototype.at/issues"},"license":"MIT"}