{"_id":"@oddbird/popover-polyfill","_rev":"39-22c886a0109288f521289308d6e74a3a","name":"@oddbird/popover-polyfill","dist-tags":{"latest":"0.7.2"},"versions":{"0.0.3":{"name":"@oddbird/popover-polyfill","version":"0.0.3","keywords":["css","polyfill","popover"],"author":{"url":"oddbird.net","name":"OddBird","email":"birds@oddbird.net"},"license":"BSD-3-Clause","_id":"@oddbird/popover-polyfill@0.0.3","maintainers":[{"name":"jerivas","email":"ed@jerivas.com"},{"name":"mirisuzanne","email":"miriam@oddbird.net"},{"name":"jgerigmeyer","email":"jonny@oddbird.net"}],"homepage":"https://github.com/oddbird/popover-polyfill","bugs":{"url":"https://github.com/oddbird/popover-polyfill/issues"},"dist":{"shasum":"51d1ca709c5bf7199e27f1e68c0bf4f2673a2ca8","tarball":"https://registry.npmjs.org/@oddbird/popover-polyfill/-/popover-polyfill-0.0.3.tgz","fileCount":18,"integrity":"sha512-rlRY+mci4P87fyiBk9by3ZctT96xP1ml2/iQ52S9QH7oBKeTgysyYJw/tOpokBbnNPkPqE4dmF9j7NStO8qyiQ==","signatures":[{"sig":"MEQCIHG818GD6/XcPK+4n16m79xG0Hj0c77CA/5z/sCcqIKMAiA90xM9/XTTAhQQv+JHB4HDmaQVpARGKR5eFCED05Hj4A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":47509,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjc+0JACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrmVRAAgGIFAyYNlrte+2HYy0O0tnuYMB6INTNFlK8oBg2ObwY1nGCu\r\nfCh6RKqqd0G0aBcktQbfe7Zpp0PZ9GffmD02cMRV57xbk0T4XVLOQ2t76J/W\r\nHWDJqnF/zx2UIFnRhaVXhepzHaCUTst/ijZp0nYw678HMvoZ13JriKHCXjG/\r\nd78RcAKCmet3Ul1XVwbDAlcj9rjaPETeydLe/Ll3sVG8J+TuPIrHPLACnURR\r\nJmeT1Yw1F7di2vfBHXEL22DELwioZUWhnygi7nLpJFvFrr7oqMakgN8jskYt\r\nDX5NCNRr696L4goyZ/mVp2uQyoFeBWmL5lM2JNS736Q3xtMxR4b5nzBeIXut\r\nFLMPSR4fdZDYeRrSQUSkHL34hcJ0SXGRhGGVxmXoOkUf+RHTUUgGbdzNk1le\r\nOZYSQnAzMa+QFXj8gjL0wM00GoB7PgcjeNrG2f9CrUJcT5Sp4oSRwwAQyR+F\r\nc7sKCDNbsd43XJ33KMLJz8Gg4D6Rta45P2lOwhbY50M29exryQDn+AywYec3\r\ncnDX0eEPQ1AM08NowBxvjxfEdZX3TRJPz/jEteDNoZ3YRuMoKFUlN9URKCNZ\r\nnbMdfNGRbMwA3+4ysVhNaxjRyLjdDCqSYJqpDN7EJuTaAtmvkIKOA52aPAXG\r\nXqUYFYGifRXIMiAzK6bLSCvijqrOg4JjtcI=\r\n=47LM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/popover-fn.js","type":"module","types":"./dist/index.d.ts","unpkg":"./dist/popover.min.js","module":"./dist/popover.js","browser":"./dist/popover.iife.min.js","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/popover.js","browser":"./dist/popover.iife.min.js","require":"./dist/popover.js"},"./fn":{"types":"./dist/index-fn.d.ts","import":"./dist/popover-fn.js"}},"gitHead":"85425e0c3618f7f1f8c8d0c6cf0e9b713655f231","scripts":{"tsc":"tsc --noEmit","lint":"run-p lint:*","test":"run-p test:unit test:e2e","build":"run-s clean build:* types","clean":"rm -rf dist","serve":"run-s build server:start","types":"tsc --emitDeclarationOnly","format":"run-p format:*","lint:js":"run-s prettier:check eslint:check tsc","prepack":"npm run build","prepare":"husky install","test:ci":"run-p test:unit test:e2e:ci","lint:css":"stylelint \"**/*.css\"","test:e2e":"echo No e2e tests yet","build:css":"esbuild src/popover.css --outdir=dist/","build:esm":"esbuild --bundle src/index.ts --outfile=dist/popover.js --format=esm --sourcemap","format:js":"run-s prettier:fix eslint:fix tsc","test:unit":"playwright test","build:iife":"esbuild --bundle src/index.ts --outfile=dist/popover.iife.min.js --format=iife --minify --sourcemap","eslint:fix":"npm run eslint:check -- --fix","format:css":"npm run lint:css -- --fix","test:e2e:ci":"echo No e2e tests yet","build:esm-fn":"esbuild --bundle src/index-fn.ts --outfile=dist/popover-fn.js --format=esm --sourcemap","eslint:check":"eslint .","prettier:fix":"prettier --write .","server:start":"esbuild --bundle src/index.ts --format=esm --servedir=. --outdir=dist --sourcemap --serve=\"${PORT:-3000}\" --log-level=\"${LEVEL:-info}\"","build:esm-min":"esbuild --bundle src/index.ts --outfile=dist/popover.min.js --format=esm --minify --sourcemap","prettier:check":"prettier --check ."},"_npmUser":{"name":"jgerigmeyer","email":"jonny@oddbird.net"},"repository":{"url":"git+https://github.com/oddbird/popover-polyfill.git","type":"git"},"_npmVersion":"8.15.0","description":"Popover Attribute Polyfill","directories":{},"lint-staged":{"*.{js,ts}":["eslint --cache --fix","prettier --write"],"*.{css,scss}":["stylelint --fix"],"*.{json,yml,md,html}":["prettier --write"]},"sideEffects":["./src/index.ts","./dist/popover.js","./dist/popover.min.js","./dist/popover.iife.min.js"],"_nodeVersion":"16.17.1","publishConfig":{"access":"public"},"typesVersions":{"*":{"fn":["./dist/index-fn.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"husky":"^8.0.0","eslint":"^8.27.0","stylis":"^4.1.3","esbuild":"^0.15.13","ts-node":"^10.9.1","prettier":"^2.7.1","typescript":"^4.8.4","lint-staged":"^13.0.3","npm-run-all":"^4.1.5","@playwright/test":"^1.27.1","eslint-plugin-import":"^2.26.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.42.1","stylelint-config-standard":"^29.0.0","@typescript-eslint/eslint-plugin":"^5.42.1","eslint-plugin-simple-import-sort":"^8.0.0","eslint-import-resolver-typescript":"^3.5.2"},"_npmOperationalInternal":{"tmp":"tmp/popover-polyfill_0.0.3_1668541705800_0.5061168317823415","host":"s3://npm-registry-packages"}},"0.0.4":{"name":"@oddbird/popover-polyfill","version":"0.0.4","keywords":["css","polyfill","popover"],"author":{"url":"oddbird.net","name":"OddBird","email":"birds@oddbird.net"},"license":"BSD-3-Clause","_id":"@oddbird/popover-polyfill@0.0.4","maintainers":[{"name":"jerivas","email":"ed@jerivas.com"},{"name":"mirisuzanne","email":"miriam@oddbird.net"},{"name":"jgerigmeyer","email":"jonny@oddbird.net"}],"homepage":"https://github.com/oddbird/popover-polyfill","bugs":{"url":"https://github.com/oddbird/popover-polyfill/issues"},"dist":{"shasum":"ea8ba8d0d2d1ebd4ccfa703aaff46983651c89ce","tarball":"https://registry.npmjs.org/@oddbird/popover-polyfill/-/popover-polyfill-0.0.4.tgz","fileCount":18,"integrity":"sha512-GhZqDTzoHWI76hMYAMkfn/GW6opyqC2rzFGRMGkaWyLgeP5zspX4dKPxc3tVDKG/WU9xhdcHXuIIRohXh0YqyQ==","signatures":[{"sig":"MEYCIQC92EJCmH8qRzn+wJW4EVVjAPA1m4x4QLC4BvQ0/57+GgIhANGN7jvPQrQFEcrOQm4LN26Eh1gsokieoD+L6fmgonrF","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":48619,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjnJVLACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoQjhAAjjbVLnAFI96yfRrwXHN9JjW80quIME1UUBzS+daAm/KMtt9t\r\n5I5TRCP8WxjbUXR03692fBF5XMEobNBT5vW697AJzmhl7kECtEM9hlH9adk8\r\n5G8xCtw7wQ2YOKb+N1P8REAi+XTRVEy1zT3zs+vHGnd1/K3mEjcE431aoAul\r\nnZcFbieySLKq47DJwgn0gMYKZGVYn9BeFypFPGirw6Oo9JguPL0UWyi5D/bs\r\nXrVN7XA9u14Gtcz1UMiTiqTVq7PGy0Hyi1/vGPPEVKxLu/IpjqwThl6Bxpnk\r\nf49duV8HEyzjhsoZfy9dAqAwVGkwP/D82hUFN4ITdwKo4MRXOCT5SUhqqQje\r\nH64kiqvuBjURws7APSRYEJlZLgv0SDUd4xKFGz4I5/PKxSf8EuzDRJkW2HWA\r\ngsSAiriEb6fDaTndNarOF8o/CihHkIGS0/QbzFKoNZzlv+EJ0cgMcYFxkoEb\r\nzf+CQLZU1G/6SbjRi5wmR7ZzLS3y1TxW6+oV6dTUlvD3xXBTK047/F/3u7SW\r\nrEU7ECuh2k5fPURoofS2KIIrk9olJxaxGMJKgR6wl8Es+C5yHu2GCBR0R4wk\r\nqd1GMqZdwPttG5N8xqtUUajjBhLnB0GCoi2kobwK4saEqixKWwxTiVC3Qqtq\r\nvv9v5ubLZ5V+OxwILPLr4tkQUFyAk8q4RyM=\r\n=iD9C\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/popover-fn.js","type":"module","types":"./dist/index.d.ts","unpkg":"./dist/popover.min.js","module":"./dist/popover.js","browser":"./dist/popover.iife.min.js","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/popover.js","browser":"./dist/popover.iife.min.js","require":"./dist/popover.js"},"./fn":{"types":"./dist/index-fn.d.ts","import":"./dist/popover-fn.js"}},"gitHead":"9a46343482f0a26c0b86ef47ec0ad43adcccb3ed","scripts":{"tsc":"tsc --noEmit","lint":"run-p lint:*","test":"run-p test:unit test:e2e","build":"run-s clean build:* types","clean":"rm -rf dist","serve":"run-s build server:start","types":"tsc --emitDeclarationOnly","format":"run-p format:*","lint:js":"run-s prettier:check eslint:check tsc","prepack":"npm run build","prepare":"husky install","test:ci":"run-p test:unit test:e2e:ci","lint:css":"stylelint \"**/*.css\"","test:e2e":"echo No e2e tests yet","build:css":"esbuild src/popover.css --outdir=dist/","build:esm":"esbuild --bundle src/index.ts --outfile=dist/popover.js --format=esm --sourcemap","format:js":"run-s prettier:fix eslint:fix tsc","test:unit":"playwright test","build:iife":"esbuild --bundle src/index.ts --outfile=dist/popover.iife.min.js --format=iife --minify --sourcemap","eslint:fix":"npm run eslint:check -- --fix","format:css":"npm run lint:css -- --fix","test:e2e:ci":"echo No e2e tests yet","build:esm-fn":"esbuild --bundle src/index-fn.ts --outfile=dist/popover-fn.js --format=esm --sourcemap","eslint:check":"eslint .","prettier:fix":"prettier --write .","server:start":"esbuild --bundle src/index.ts --format=esm --servedir=. --outdir=dist --sourcemap --serve=\"${PORT:-3000}\" --log-level=\"${LEVEL:-info}\"","build:esm-min":"esbuild --bundle src/index.ts --outfile=dist/popover.min.js --format=esm --minify --sourcemap","prettier:check":"prettier --check ."},"_npmUser":{"name":"jgerigmeyer","email":"jonny@oddbird.net"},"repository":{"url":"git+https://github.com/oddbird/popover-polyfill.git","type":"git"},"_npmVersion":"8.15.0","description":"Popover Attribute Polyfill","directories":{},"lint-staged":{"*.{js,ts}":["eslint --cache --fix","prettier --write"],"*.{css,scss}":["stylelint --fix"],"*.{json,yml,md,html}":["prettier --write"]},"sideEffects":["./src/index.ts","./dist/popover.js","./dist/popover.min.js","./dist/popover.iife.min.js"],"_nodeVersion":"16.17.1","publishConfig":{"access":"public"},"typesVersions":{"*":{"fn":["./dist/index-fn.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"husky":"^8.0.2","eslint":"^8.29.0","stylis":"^4.1.3","esbuild":"^0.16.4","ts-node":"^10.9.1","prettier":"^2.8.1","typescript":"^4.9.4","@types/node":"^18.11.13","lint-staged":"^13.1.0","npm-run-all":"^4.1.5","@playwright/test":"^1.28.1","eslint-plugin-import":"^2.26.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.46.0","stylelint-config-standard":"^29.0.0","@typescript-eslint/eslint-plugin":"^5.46.0","eslint-plugin-simple-import-sort":"^8.0.0","eslint-import-resolver-typescript":"^3.5.2"},"_npmOperationalInternal":{"tmp":"tmp/popover-polyfill_0.0.4_1671206218884_0.7033128473120955","host":"s3://npm-registry-packages"}},"0.0.5":{"name":"@oddbird/popover-polyfill","version":"0.0.5","keywords":["css","polyfill","popover"],"author":{"url":"oddbird.net","name":"OddBird","email":"birds@oddbird.net"},"license":"BSD-3-Clause","_id":"@oddbird/popover-polyfill@0.0.5","maintainers":[{"name":"jerivas","email":"ed@jerivas.com"},{"name":"mirisuzanne","email":"miriam@oddbird.net"},{"name":"jgerigmeyer","email":"jonny@oddbird.net"}],"homepage":"https://github.com/oddbird/popover-polyfill","bugs":{"url":"https://github.com/oddbird/popover-polyfill/issues"},"dist":{"shasum":"20f9271ee4b6e0a4fd16ee9a92804ccf214f50e0","tarball":"https://registry.npmjs.org/@oddbird/popover-polyfill/-/popover-polyfill-0.0.5.tgz","fileCount":20,"integrity":"sha512-rvvsAAODQFgJOm2/dqieL0KbbeDQVmXWzJCFRMA9SFCJc2mHuswBXuIR9x6AKy6YH4kisbT2Z9SqguYcRFYxlg==","signatures":[{"sig":"MEUCIQCKMAlYT9badsyGhNxbNYf8qF0n/2Jpz+goZQjiRj3KEQIgeWRQYr/kUBewoVIQZAsgPGQeOBff3uuy22zYZIf6Q5A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":81663,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjwxcbACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoPEw//c6ic71ORn++daKebRqLksFD9ynyuUlNIJ2tOxkaBZyKUNwxW\r\nMBBsXgBqJS9oq7t5lVJu5zzLSpt6IFoJ9sKdfnpWj9KcZVW0guWMvMeQG3zl\r\nvH/UBqHxLw0v0MB7dcxdYUN17P4ep2jzf7GOZ+KHZkmHJDmFiQw3fquJ20hP\r\nH5Sak9ZXJ4o/VVxGEUXzeQ/+wzHEqhvilQvcn5JeuoFi3ObPe+IBZauszjN0\r\n+tWu7ym4I9kjSyw33UmHu9mMc760s+KXHelPvrEemFPjw35/IvtB48cQf66a\r\ncKTga7WjmsU+VHHDWGEdOEpiI3cGOv+jMPOHwksCM2I7HFzUx696/aE1OOc4\r\nev6TXnG7iPGYuPpJzgysi+Q8BpIyjh6/qdZm6Twkzt4WMkcXNpZu9n48oiUp\r\nxr1u+0R/2QmgWEaslp/liZzGUnsrYFNURpleMa+fS7jPUJNlj5seG5Wyl9X6\r\npCGUEXw+UfYizD/1tugI/aCrIOJKb24F7BWZy94dmE+OYUqkhujdUgZqFCsA\r\nw/yAmZRNlC32r9nMvG/kydtohjWzpCVKX6vKV4iKi+7I4SeMuw6iXIRm3MAo\r\nHnRCLWzVwZyAakI+FnBtv2x5gGRtevy4JNNlFPBWIF2wJmmLQQ4gCkUaTAl7\r\nZmvXjI/nxRDQ4tmCMISYOQQJpao6rE9Qj+g=\r\n=HVwO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/popover-fn.js","type":"module","types":"./dist/index.d.ts","unpkg":"./dist/popover.min.js","module":"./dist/popover.js","browser":"./dist/popover.iife.min.js","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/popover.js","browser":"./dist/popover.iife.min.js","require":"./dist/popover.js"},"./fn":{"types":"./dist/index-fn.d.ts","import":"./dist/popover-fn.js"}},"gitHead":"524c2a3c97e54e726f2e0bf71e0b57ae6054e29c","scripts":{"tsc":"tsc --noEmit","lint":"run-p lint:*","test":"run-p test:unit test:e2e","build":"run-s clean build:* types","clean":"rm -rf dist","serve":"run-s build server:start","types":"tsc --emitDeclarationOnly","format":"run-p format:*","lint:js":"run-s prettier:check eslint:check tsc","prepack":"npm run build","prepare":"husky install","test:ci":"run-p test:unit test:e2e:ci","lint:css":"stylelint \"**/*.css\"","test:e2e":"echo No e2e tests yet","build:css":"esbuild src/popover.css --outdir=dist/","build:esm":"esbuild --bundle src/index.ts --outfile=dist/popover.js --format=esm --sourcemap","format:js":"run-s prettier:fix eslint:fix tsc","test:unit":"playwright test","build:iife":"esbuild --bundle src/index.ts --outfile=dist/popover.iife.min.js --format=iife --minify --sourcemap","eslint:fix":"npm run eslint:check -- --fix","format:css":"npm run lint:css -- --fix","test:e2e:ci":"echo No e2e tests yet","build:esm-fn":"esbuild --bundle src/index-fn.ts --outfile=dist/popover-fn.js --format=esm --sourcemap","eslint:check":"eslint .","prettier:fix":"prettier --write .","server:start":"esbuild --bundle src/index.ts --format=esm --servedir=. --outdir=dist --sourcemap --serve=\"${PORT:-3000}\" --log-level=\"${LEVEL:-info}\"","build:esm-min":"esbuild --bundle src/index.ts --outfile=dist/popover.min.js --format=esm --minify --sourcemap","prettier:check":"prettier --check ."},"_npmUser":{"name":"jgerigmeyer","email":"jonny@oddbird.net"},"repository":{"url":"git+https://github.com/oddbird/popover-polyfill.git","type":"git"},"_npmVersion":"8.15.0","description":"Popover Attribute Polyfill","directories":{},"lint-staged":{"*.{js,ts}":["eslint --cache --fix","prettier --write"],"*.{css,scss}":["stylelint --fix"],"*.{json,yml,md,html}":["prettier --write"]},"sideEffects":["./src/index.ts","./dist/popover.js","./dist/popover.min.js","./dist/popover.iife.min.js"],"_nodeVersion":"16.17.1","publishConfig":{"access":"public"},"typesVersions":{"*":{"fn":["./dist/index-fn.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"husky":"^8.0.3","eslint":"^8.31.0","stylis":"^4.1.3","esbuild":"^0.17.0","ts-node":"^10.9.1","prettier":"^2.8.3","typescript":"^4.9.4","@types/node":"^18.11.18","lint-staged":"^13.1.0","npm-run-all":"^4.1.5","@playwright/test":"^1.29.2","eslint-plugin-import":"^2.27.4","eslint-config-prettier":"^8.6.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.48.1","stylelint-config-standard":"^29.0.0","@typescript-eslint/eslint-plugin":"^5.48.1","eslint-plugin-simple-import-sort":"^8.0.0","eslint-import-resolver-typescript":"^3.5.3"},"_npmOperationalInternal":{"tmp":"tmp/popover-polyfill_0.0.5_1673729819151_0.1092693938670315","host":"s3://npm-registry-packages"}},"0.0.6":{"name":"@oddbird/popover-polyfill","version":"0.0.6","keywords":["css","polyfill","popover"],"author":{"url":"oddbird.net","name":"OddBird","email":"birds@oddbird.net"},"license":"BSD-3-Clause","_id":"@oddbird/popover-polyfill@0.0.6","maintainers":[{"name":"jerivas","email":"ed@jerivas.com"},{"name":"mirisuzanne","email":"miriam@oddbird.net"},{"name":"jgerigmeyer","email":"jonny@oddbird.net"}],"homepage":"https://github.com/oddbird/popover-polyfill","bugs":{"url":"https://github.com/oddbird/popover-polyfill/issues"},"dist":{"shasum":"9813d5cfa4bf3d977bf25c2b1d7a5f0327eccf15","tarball":"https://registry.npmjs.org/@oddbird/popover-polyfill/-/popover-polyfill-0.0.6.tgz","fileCount":20,"integrity":"sha512-5FvK3gk3qrFwupHWXK8vVZqDL44S7KulWc4JcasGPTxjbxNQSA3tkSGaX1JKpoaaOeG/uHslehsEdDhCJnf+Rw==","signatures":[{"sig":"MEUCIQCDaH1+DumE8dHUCAL6Rdqm3ptRk2dgm8QWUIefUmVFLwIgO73g6YMTcG9vyiI5Np9MoH0KagYA97Rnp0YhH/8tNqs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":81465,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjxtR7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqGhg/7BjTpbpZhZPGCQ+hK+5x5jsAdUMTcWiKsaJxxjLYTsujZ6fkg\r\nEe3dPIBcPZv9EoHr/WsiCMkDbHoCFTbmyuaacsv5fKKu25h50lKJrwiPQg+i\r\nTnkUE/JD5RIPsYA4pFLDvWRvHV9Je1NhsbX8d+uzlt14cbKQ+QPZ1rWH5P5j\r\nh3kA0iwUS8IRetLlTVM73+a5YkNZzjVuBHoQHJ8LdOdZnrIq7PzYS8l9do7C\r\nBRbHRIrZsUiT3TGiPiIOtaAlyQMf3aKwMpDSMGfcWz8XIIKI1IpXhJhHSCL6\r\nNTHtTXfBDd5O1FFODqcq2BPyF9oMDEVqf20FOfvywyxvRH+mBdR65GnSgcfc\r\n9E+0iqY1cOXrZk3FjQdzskPt9XCEFMdOd/4kIhsiZBktOaKDpgoJOyY6WYQO\r\nMay57qREDamRAbaPganCpckqTDK97TxfRgwXPhyRCtssYlFdR2Wfx/PqP8vi\r\nQeXoG4HPeoGLqkd+0IvfldJsWLGBtYazzdSbskBQ3K/P7fLm5KmkJdwSc2Tn\r\nVmzh28rqmWBVGn1LWc04jzJagCrFYSuOi3AI2cAZ/VuZ6fFLUjUQlu937rIQ\r\nX80He92pdS8c+UzpHwPn35nQh0GDFc5z/pa4fVvznepY89ssbHRwSr77hWfB\r\nmMb8znJkWmTuulo1QDEHQ26kIiGKty7EmL4=\r\n=qV/T\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/popover-fn.js","type":"module","types":"./dist/index.d.ts","unpkg":"./dist/popover.min.js","module":"./dist/popover.js","browser":"./dist/popover.iife.min.js","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/popover.js","browser":"./dist/popover.iife.min.js","require":"./dist/popover.js"},"./fn":{"types":"./dist/index-fn.d.ts","import":"./dist/popover-fn.js"}},"gitHead":"bf5abc3fdb7eba4923880306fbd76b0e94dc18ba","scripts":{"tsc":"tsc --noEmit","lint":"run-p lint:*","test":"run-p test:unit test:e2e","build":"run-s clean build:* types","clean":"rm -rf dist","serve":"run-s build server:start","types":"tsc --emitDeclarationOnly","format":"run-p format:*","lint:js":"run-s prettier:check eslint:check tsc","prepack":"npm run build","prepare":"husky install","test:ci":"run-p test:unit test:e2e:ci","lint:css":"stylelint \"**/*.css\"","test:e2e":"echo No e2e tests yet","build:css":"esbuild src/popover.css --outdir=dist/","build:esm":"esbuild --bundle src/index.ts --outfile=dist/popover.js --format=esm --sourcemap","format:js":"run-s prettier:fix eslint:fix tsc","test:unit":"playwright test","build:iife":"esbuild --bundle src/index.ts --outfile=dist/popover.iife.min.js --format=iife --minify --sourcemap","eslint:fix":"npm run eslint:check -- --fix","format:css":"npm run lint:css -- --fix","test:e2e:ci":"echo No e2e tests yet","build:esm-fn":"esbuild --bundle src/index-fn.ts --outfile=dist/popover-fn.js --format=esm --sourcemap","eslint:check":"eslint .","prettier:fix":"prettier --write .","server:start":"esbuild --bundle src/index.ts --format=esm --servedir=. --outdir=dist --sourcemap --serve=\"${PORT:-3000}\" --log-level=\"${LEVEL:-info}\"","build:esm-min":"esbuild --bundle src/index.ts --outfile=dist/popover.min.js --format=esm --minify --sourcemap","prettier:check":"prettier --check ."},"_npmUser":{"name":"jgerigmeyer","email":"jonny@oddbird.net"},"repository":{"url":"git+https://github.com/oddbird/popover-polyfill.git","type":"git"},"_npmVersion":"8.15.0","description":"Popover Attribute Polyfill","directories":{},"lint-staged":{"*.{js,ts}":["eslint --cache --fix","prettier --write"],"*.{css,scss}":["stylelint --fix"],"*.{json,yml,md,html}":["prettier --write"]},"sideEffects":["./src/index.ts","./dist/popover.js","./dist/popover.min.js","./dist/popover.iife.min.js"],"_nodeVersion":"16.17.1","publishConfig":{"access":"public"},"typesVersions":{"*":{"fn":["./dist/index-fn.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"husky":"^8.0.3","eslint":"^8.32.0","stylis":"^4.1.3","esbuild":"^0.17.2","ts-node":"^10.9.1","prettier":"^2.8.3","typescript":"^4.9.4","@types/node":"^18.11.18","lint-staged":"^13.1.0","npm-run-all":"^4.1.5","@playwright/test":"^1.29.2","eslint-plugin-import":"^2.27.5","eslint-config-prettier":"^8.6.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.48.2","stylelint-config-standard":"^29.0.0","@typescript-eslint/eslint-plugin":"^5.48.2","eslint-plugin-simple-import-sort":"^9.0.0","eslint-import-resolver-typescript":"^3.5.3"},"_npmOperationalInternal":{"tmp":"tmp/popover-polyfill_0.0.6_1673974907053_0.3146611545167355","host":"s3://npm-registry-packages"}},"0.0.7":{"name":"@oddbird/popover-polyfill","version":"0.0.7","keywords":["css","polyfill","popover"],"author":{"url":"oddbird.net","name":"OddBird","email":"birds@oddbird.net"},"license":"BSD-3-Clause","_id":"@oddbird/popover-polyfill@0.0.7","maintainers":[{"name":"jerivas","email":"ed@jerivas.com"},{"name":"mirisuzanne","email":"miriam@oddbird.net"},{"name":"jgerigmeyer","email":"jonny@oddbird.net"}],"homepage":"https://github.com/oddbird/popover-polyfill","bugs":{"url":"https://github.com/oddbird/popover-polyfill/issues"},"dist":{"shasum":"48e174bb516aab41cb90460bd11f1b5bca317bce","tarball":"https://registry.npmjs.org/@oddbird/popover-polyfill/-/popover-polyfill-0.0.7.tgz","fileCount":20,"integrity":"sha512-6aMj/V8g8yfSHyGGabFB+ZsLdx52YXVCxQGbCT8nxPL/c6WSsJkxkTp0C1Y1/anhJPFVDDCzIeeyw9HQdA/K/A==","signatures":[{"sig":"MEUCIDVz10kBFgXhNO2iuwhNznUiUH+63vdv+TYRzXfcfcG/AiEAqo5XwZEu8ZuSuvf2D7z1zziaDNudpDEs/i+Z2pSoi70=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":81437,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjyYLSACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpElg/8Ci6vBLzOxvZmWeUCXWBPfW9/a09OeKXe4axgsZvDn4c3tcmt\r\nMlJ8XfuGz6lFzBNjZVUdB+azKhTdP7rtmnF4XbcaN8FNZo9ydfyq/xvd1XuJ\r\nrEf2Enmu6ifyAldsKAGVO/liQAkJEJPTljUW821T/3/EbW1aFPf1AGCsAYZW\r\nON8IkrAlUodXll7wTydf10kei9VQrJv1C/cy1Pm+rggdgE3uvGBJIDY2bRMW\r\nxbtMbEBAyvO/6Gu5JN+kWIw2QP6UJw6vt2PB5lYuBXmgBq5+P3V/RhUTrU6e\r\n5opQP2S9ykml0pDKkkLXDe6iPLK+tTa8u0gJdphaEEy16aA4wIVaBg+gapIm\r\nrUng70Apuml2qRg5nONZ0kisj88NHo6onlaEqOcrqSKwFPUOflbYY0B/EZPd\r\nKlbmEOolYrcFVUTHbIo8voEqMQCYEperAmJoxzsSzy7g3691LyZftOqtqXMI\r\nROYeM5G2kXnQS0i1VfBvoAB3vVQCAB3vwA/ZiH8t40Fqb232HOmU4wPxINv9\r\n8QNMnO5wl6eXJsa3GGFiQ3wNZR6OyI4smf+lk+kvJAIUQk4fxYU3niflF1/j\r\nxkwgTfF7EtknZUzZQkgY5ZMLmnd1lRz1jBj7Se4yoAUhVeQPJz/jer3/n5sa\r\n4ZhMlYbp1YvMDLnPo4vOUbct6w8Aa0h6Llo=\r\n=eYAg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/popover-fn.js","type":"module","types":"./dist/index.d.ts","unpkg":"./dist/popover.min.js","module":"./dist/popover.js","browser":"./dist/popover.iife.min.js","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/popover.js","browser":"./dist/popover.iife.min.js","require":"./dist/popover.js"},"./fn":{"types":"./dist/index-fn.d.ts","import":"./dist/popover-fn.js"}},"gitHead":"e4512497ccbf005634ae6d978766a3733827f951","scripts":{"tsc":"tsc --noEmit","lint":"run-p lint:*","test":"run-p test:unit test:e2e","build":"run-s clean build:* types","clean":"rm -rf dist","serve":"run-s build server:start","types":"tsc --emitDeclarationOnly","format":"run-p format:*","lint:js":"run-s prettier:check eslint:check tsc","prepack":"npm run build","prepare":"husky install","test:ci":"run-p test:unit test:e2e:ci","lint:css":"stylelint \"**/*.css\"","test:e2e":"echo No e2e tests yet","build:css":"esbuild src/popover.css --outdir=dist/","build:esm":"esbuild --bundle src/index.ts --outfile=dist/popover.js --format=esm --sourcemap","format:js":"run-s prettier:fix eslint:fix tsc","test:unit":"playwright test","build:iife":"esbuild --bundle src/index.ts --outfile=dist/popover.iife.min.js --format=iife --minify --sourcemap","eslint:fix":"npm run eslint:check -- --fix","format:css":"npm run lint:css -- --fix","test:e2e:ci":"echo No e2e tests yet","build:esm-fn":"esbuild --bundle src/index-fn.ts --outfile=dist/popover-fn.js --format=esm --sourcemap","eslint:check":"eslint .","prettier:fix":"prettier --write .","server:start":"esbuild --bundle src/index.ts --format=esm --servedir=. --outdir=dist --sourcemap --serve=\"${PORT:-3000}\" --log-level=\"${LEVEL:-info}\"","build:esm-min":"esbuild --bundle src/index.ts --outfile=dist/popover.min.js --format=esm --minify --sourcemap","prettier:check":"prettier --check ."},"_npmUser":{"name":"jgerigmeyer","email":"jonny@oddbird.net"},"repository":{"url":"git+https://github.com/oddbird/popover-polyfill.git","type":"git"},"_npmVersion":"8.15.0","description":"Popover Attribute Polyfill","directories":{},"lint-staged":{"*.{js,ts}":["eslint --cache --fix","prettier --write"],"*.{css,scss}":["stylelint --fix"],"*.{json,yml,md,html}":["prettier --write"]},"sideEffects":["./src/index.ts","./dist/popover.js","./dist/popover.min.js","./dist/popover.iife.min.js"],"_nodeVersion":"16.17.1","publishConfig":{"access":"public"},"typesVersions":{"*":{"fn":["./dist/index-fn.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"husky":"^8.0.3","eslint":"^8.32.0","stylis":"^4.1.3","esbuild":"^0.17.3","ts-node":"^10.9.1","prettier":"^2.8.3","typescript":"^4.9.4","@types/node":"^18.11.18","lint-staged":"^13.1.0","npm-run-all":"^4.1.5","@playwright/test":"^1.29.2","eslint-plugin-import":"^2.27.5","eslint-config-prettier":"^8.6.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.48.2","stylelint-config-standard":"^29.0.0","@typescript-eslint/eslint-plugin":"^5.48.2","eslint-plugin-simple-import-sort":"^9.0.0","eslint-import-resolver-typescript":"^3.5.3"},"_npmOperationalInternal":{"tmp":"tmp/popover-polyfill_0.0.7_1674150610410_0.9200189852291265","host":"s3://npm-registry-packages"}},"0.0.8":{"name":"@oddbird/popover-polyfill","version":"0.0.8","keywords":["css","polyfill","popover"],"author":{"url":"oddbird.net","name":"OddBird","email":"birds@oddbird.net"},"license":"BSD-3-Clause","_id":"@oddbird/popover-polyfill@0.0.8","maintainers":[{"name":"jerivas","email":"ed@jerivas.com"},{"name":"mirisuzanne","email":"miriam@oddbird.net"},{"name":"jgerigmeyer","email":"jonny@oddbird.net"}],"homepage":"https://github.com/oddbird/popover-polyfill","bugs":{"url":"https://github.com/oddbird/popover-polyfill/issues"},"dist":{"shasum":"9abd07f46306550356113556a9a05302c3785226","tarball":"https://registry.npmjs.org/@oddbird/popover-polyfill/-/popover-polyfill-0.0.8.tgz","fileCount":20,"integrity":"sha512-d5DhYFRlcF5O/lUL8mB2h2R60XV71qCWKwXGKKQZNhShPb1gpX4HfPCnpjv6BL/cbQSVUQyafAoO55/rATbfpg==","signatures":[{"sig":"MEQCICzzPpnrCaG2OYfq5mstgXq66Di5ncw8YpgI4NHTwxTaAiBErWA88nF1ZjRN/Fp5YiXpIQmWOGBpxZcgRVP0FYszFQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":96457,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj0qoPACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrz1xAAo4TLr+fxj6q9GvRjbrH/JaiVa6QaOuJN7MQZRxQiEotkxFis\r\nVJyjRWpJUFlvAMcGtlTz6mrZC8cryud4JzNmGYBMnm0HalLLFXSDeu2ZPt0S\r\nv0wNc5cuAOLyHDACqAEf4xOlq0vMMqgWTZEyWS87Tsz3PLghTR1L0639I2F0\r\n9FYyrlFLTM5aXYCLvxrMxAPQuoU1im1tXZVWdxoq4Nb0qinnISRVMsldTPxK\r\nPfmMh9BMaqyo7HRdebMlFoKtLB/7dmBtUtM9IHpXPRejib7GtZt+5Ti6ouYD\r\nan3eYPJFeLc5SVDJ8NncHuOdKwxwMZTOQMTs56h72heXleIUkaz0iv4vWMpF\r\nWdoMmaffJrFR1oXkEebzNxn7/XpdCL5AJ78FTBBd3Y1prcA0CPtgkxOvabju\r\nTUFMGAAwyZxoK3C3Pp/c3iVJTBVv1jSqWvxKIhJWgi8xzrPya1UJzB/DBRx8\r\nx5rWrJSO89NYrOWc1dtgO491QTImBQPdjIRf5qRak4vZgDAYJ1vQhRkD59Tl\r\n5eSZuggKbJ/2+2dgdkGtQSveI0lRCxyEUL0KYtOs1u45kelTwkieK5BwVzJh\r\nWuP19qMbRp5vTWbWG6C07vfXdPcQSbgdvaAVDu9Dv3umJ/zuzFOPn8+lhGMm\r\n7mn6xjWVXXBC2FN6NnPQPC1/2CcvyLV6+W4=\r\n=BX5J\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/popover-fn.js","type":"module","types":"./dist/index.d.ts","unpkg":"./dist/popover.min.js","module":"./dist/popover.js","browser":"./dist/popover.iife.min.js","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/popover.js","browser":"./dist/popover.iife.min.js","require":"./dist/popover.js"},"./fn":{"types":"./dist/index-fn.d.ts","import":"./dist/popover-fn.js"}},"gitHead":"2a22818685633725c772d82e7021dd0621271d83","scripts":{"tsc":"tsc --noEmit","lint":"run-p lint:*","test":"run-p test:unit test:e2e","build":"run-s clean build:* types","clean":"rm -rf dist","serve":"run-s build server:start","types":"tsc --emitDeclarationOnly","format":"run-p format:*","lint:js":"run-s prettier:check eslint:check tsc","prepack":"npm run build","prepare":"husky install","test:ci":"run-p test:unit test:e2e:ci","lint:css":"stylelint \"**/*.css\"","test:e2e":"echo No e2e tests yet","build:css":"esbuild src/popover.css --outdir=dist/","build:esm":"esbuild --bundle src/index.ts --outfile=dist/popover.js --format=esm --sourcemap","format:js":"run-s prettier:fix eslint:fix tsc","test:unit":"playwright test","build:iife":"esbuild --bundle src/index.ts --outfile=dist/popover.iife.min.js --format=iife --minify --sourcemap","eslint:fix":"npm run eslint:check -- --fix","format:css":"npm run lint:css -- --fix","test:e2e:ci":"echo No e2e tests yet","build:esm-fn":"esbuild --bundle src/index-fn.ts --outfile=dist/popover-fn.js --format=esm --sourcemap","eslint:check":"eslint .","prettier:fix":"prettier --write .","server:start":"esbuild --bundle src/index.ts --format=esm --servedir=. --outdir=dist --sourcemap --serve=\"${PORT:-3000}\" --log-level=\"${LEVEL:-info}\"","build:esm-min":"esbuild --bundle src/index.ts --outfile=dist/popover.min.js --format=esm --minify --sourcemap","prettier:check":"prettier --check ."},"_npmUser":{"name":"jgerigmeyer","email":"jonny@oddbird.net"},"repository":{"url":"git+https://github.com/oddbird/popover-polyfill.git","type":"git"},"_npmVersion":"8.15.0","description":"Popover Attribute Polyfill","directories":{},"lint-staged":{"*.{js,ts}":["eslint --cache --fix","prettier --write"],"*.{css,scss}":["stylelint --fix"],"*.{json,yml,md,html}":["prettier --write"]},"sideEffects":["./src/index.ts","./dist/popover.js","./dist/popover.min.js","./dist/popover.iife.min.js"],"_nodeVersion":"16.17.1","publishConfig":{"access":"public"},"typesVersions":{"*":{"fn":["./dist/index-fn.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"husky":"^8.0.3","eslint":"^8.32.0","stylis":"^4.1.3","esbuild":"^0.17.4","ts-node":"^10.9.1","prettier":"^2.8.3","typescript":"^4.9.4","@types/node":"^18.11.18","lint-staged":"^13.1.0","npm-run-all":"^4.1.5","@playwright/test":"^1.30.0","eslint-plugin-import":"^2.27.5","eslint-config-prettier":"^8.6.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.49.0","stylelint-config-standard":"^29.0.0","@typescript-eslint/eslint-plugin":"^5.49.0","eslint-plugin-simple-import-sort":"^9.0.0","eslint-import-resolver-typescript":"^3.5.3"},"_npmOperationalInternal":{"tmp":"tmp/popover-polyfill_0.0.8_1674750478983_0.9769334263073823","host":"s3://npm-registry-packages"}},"0.0.9":{"name":"@oddbird/popover-polyfill","version":"0.0.9","keywords":["css","polyfill","popover"],"author":{"url":"oddbird.net","name":"OddBird","email":"birds@oddbird.net"},"license":"BSD-3-Clause","_id":"@oddbird/popover-polyfill@0.0.9","maintainers":[{"name":"jerivas","email":"ed@jerivas.com"},{"name":"mirisuzanne","email":"miriam@oddbird.net"},{"name":"jgerigmeyer","email":"jonny@oddbird.net"}],"homepage":"https://github.com/oddbird/popover-polyfill","bugs":{"url":"https://github.com/oddbird/popover-polyfill/issues"},"dist":{"shasum":"8d4da00fb1e2aface2fc0733a612d9fafa369647","tarball":"https://registry.npmjs.org/@oddbird/popover-polyfill/-/popover-polyfill-0.0.9.tgz","fileCount":20,"integrity":"sha512-D/l63YW0hNWSxTMx5V9LWme4BliyrsSJ5IDAjtIU+/kRMy3jBl7an72+e8usPdihpyFkeM5ynUOOKJ00nq4pDA==","signatures":[{"sig":"MEUCIQC6j7wSwmZN2N7Yl1fot5vvpCa5AE40QpGPuoym79GIYwIgGkSKDsVMJNX1N3Oz579MRBq+2/dXFdmc5I3W3NM9khQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":121543,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj3PjZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqq9hAAhoR9I3cCeytwXL8Xw6w1QX9MohVz0F3WQu3tG1PjCZwoNcWG\r\nI1XJgaNgeOJyfdgDXbWrQzkxCI+Do0upN2oxTjSsoQuEwNlDsB1QwilHGn5F\r\nfVgaX69twZX/g3wmVdCI8oqLqOHiKZchgRITIsWKRibkwicP8pDx2Gvx16ZP\r\n+uI4JUSTkrTiFnjo3zy1TPQs38lWCmnsCzP8b7NI0EaLFezZVTkJhUtmTqQI\r\nONO7zAjqKDaOBFX9nBeVnGZGsKeHptMmocLb51l26pV5jqfghaTHlC1zs1jl\r\nV4G26MDWexMQ3jOhLn3DwKGs53jTeusPpaB6Kr7UXxOr+xuuF/5fA6XF84LT\r\nCnmjG/R/5do5euNJLSlhM0ZYoJ7p+FUQ9ScX0OR4hRQ0NC1inerBjE4Pw84d\r\ntyJcNfPNXz4tEte55SbILrPbiJQTEPgx7GWVegOgGBRyO9c7ZqDMDaOIVxwr\r\nEQ+8vDDe5ZkwRVwGY+Xa0AdhE+MCx6ltekVvft7gq0SOqp+kkwKGFxpkIaYo\r\nXlLSp+WBgpboRHzlmFKvbXm3SHXF8Orh/zH7NHKR6RbGv8InvrWZYeLf40qV\r\ncZFoeQV527QVLD9vET2fUc8NHcPbmGZ9+qJlQoNoxa4Jgi1qpwe+KlBbc/tK\r\nBVYCp1t0b2yT7lALKA5ZOoW5gOlyf/jx0vk=\r\n=epTw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/popover-fn.js","type":"module","types":"./dist/index.d.ts","unpkg":"./dist/popover.min.js","module":"./dist/popover.js","browser":"./dist/popover.iife.min.js","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/popover.js","browser":"./dist/popover.iife.min.js","require":"./dist/popover.js"},"./fn":{"types":"./dist/index-fn.d.ts","import":"./dist/popover-fn.js"}},"gitHead":"4d711dba644d3dff6fd2535e029922b7fafc96f9","scripts":{"tsc":"tsc --noEmit","lint":"run-p lint:*","test":"run-p test:unit test:e2e","build":"run-s clean build:* types","clean":"rm -rf dist","serve":"run-s build server:start","types":"tsc --emitDeclarationOnly","format":"run-p format:*","lint:js":"run-s prettier:check eslint:check tsc","prepack":"npm run build","prepare":"husky install","test:ci":"run-p test:unit test:e2e:ci","lint:css":"stylelint \"**/*.css\"","test:e2e":"echo No e2e tests yet","build:css":"esbuild src/popover.css --outdir=dist/","build:esm":"esbuild --bundle src/index.ts --outfile=dist/popover.js --format=esm --sourcemap","format:js":"run-s prettier:fix eslint:fix tsc","test:unit":"playwright test","build:iife":"esbuild --bundle src/index.ts --outfile=dist/popover.iife.min.js --format=iife --minify --sourcemap","eslint:fix":"npm run eslint:check -- --fix","format:css":"npm run lint:css -- --fix","test:e2e:ci":"echo No e2e tests yet","build:esm-fn":"esbuild --bundle src/index-fn.ts --outfile=dist/popover-fn.js --format=esm --sourcemap","eslint:check":"eslint .","prettier:fix":"prettier --write .","server:start":"esbuild --bundle src/index.ts --format=esm --servedir=. --outdir=dist --sourcemap --serve=\"${PORT:-3000}\" --log-level=\"${LEVEL:-info}\"","build:esm-min":"esbuild --bundle src/index.ts --outfile=dist/popover.min.js --format=esm --minify --sourcemap","prettier:check":"prettier --check ."},"_npmUser":{"name":"jgerigmeyer","email":"jonny@oddbird.net"},"repository":{"url":"git+https://github.com/oddbird/popover-polyfill.git","type":"git"},"_npmVersion":"8.15.0","description":"Popover Attribute Polyfill","directories":{},"lint-staged":{"*.{js,ts}":["eslint --cache --fix","prettier --write"],"*.{css,scss}":["stylelint --fix"],"*.{json,yml,md,html}":["prettier --write"]},"sideEffects":["./src/index.ts","./dist/popover.js","./dist/popover.min.js","./dist/popover.iife.min.js"],"_nodeVersion":"16.17.1","publishConfig":{"access":"public"},"typesVersions":{"*":{"fn":["./dist/index-fn.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"husky":"^8.0.3","eslint":"^8.33.0","stylis":"^4.1.3","esbuild":"^0.17.5","ts-node":"^10.9.1","prettier":"^2.8.3","typescript":"^4.9.5","@types/node":"^18.11.18","lint-staged":"^13.1.0","npm-run-all":"^4.1.5","@playwright/test":"^1.30.0","eslint-plugin-import":"^2.27.5","eslint-config-prettier":"^8.6.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.50.0","stylelint-config-standard":"^29.0.0","@typescript-eslint/eslint-plugin":"^5.50.0","eslint-plugin-simple-import-sort":"^10.0.0","eslint-import-resolver-typescript":"^3.5.3"},"_npmOperationalInternal":{"tmp":"tmp/popover-polyfill_0.0.9_1675426009544_0.6605794257423039","host":"s3://npm-registry-packages"}},"0.0.10":{"name":"@oddbird/popover-polyfill","version":"0.0.10","keywords":["css","polyfill","popover"],"author":{"url":"oddbird.net","name":"OddBird","email":"birds@oddbird.net"},"license":"BSD-3-Clause","_id":"@oddbird/popover-polyfill@0.0.10","maintainers":[{"name":"jerivas","email":"ed@jerivas.com"},{"name":"mirisuzanne","email":"miriam@oddbird.net"},{"name":"jgerigmeyer","email":"jonny@oddbird.net"}],"homepage":"https://github.com/oddbird/popover-polyfill","bugs":{"url":"https://github.com/oddbird/popover-polyfill/issues"},"dist":{"shasum":"1e6d928390205319fe7aa11f66e70214ee72dd53","tarball":"https://registry.npmjs.org/@oddbird/popover-polyfill/-/popover-polyfill-0.0.10.tgz","fileCount":24,"integrity":"sha512-jkfX/35EsxDe9ruTx3He59FyE+y5WDF5S4YJ7TABj0c8egHV2FLeADavknvr12CnSu0QTybv9ufKfPJDsYZYNw==","signatures":[{"sig":"MEUCIQCS97U4IPAmuxZkKAWKS4gfmmcFw7I1QweAAT9irO+2TgIgbjjRFjMtihuezRdbNCxL6hZ6lko2RKhjtvqT8Ahrmn0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":156064,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkAm88ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqSyw//YBli5N/Uve+uR43O3yQV/XYx1nv5CWneCymcAjf9tu0jF+hT\r\n41nzUlarZjT51hKdT/jwwWWEPrxSY11ILi8oRob49AYAKUKB9XtgpN3Xb1WT\r\n4TUhk1P/d8aXN6bqzf4KqqXUV7O+qYLWEWNIiV1ZE0sakX9xjvJ2/yqNvU+W\r\nCYRs66BxRSzSwg+vicN9iX9A03Z9H4q/ZGvgkSpm80If3G+H+wGM8Tr+GODI\r\nBVH8spc8vrx3qizsuXrCHq+gHxcv6gtlaWYmCKinjj7ppTRu1rugWZ0apoM1\r\nE4zEZNqxj2sG7HprPEDDqtHO/XlO6N/ru3nXuyBUur2Bn+CUbJiLjW/D+ebZ\r\nSLef9fABicx7cOsmFUoII7qKGluPBrKP1dC8cvYE+V3mucGMzR0TgyEwEoC2\r\nwlm1djQU9u7UDnst71G5ev5pfIUUCegKZ2//1sIkQoQ0fXPGxQl1IRMTwjr1\r\nuqt24DGkDGZ7yzmAeAzY8kYk4h5tvL2ovfGZI8kV+GXTZH300FLjqqj+bDeb\r\nlHn7OmGr4hDcDpB5DbZuERt7kRC6/SFB4QKWF4EXJnYoVkLIu7tN8FiUL2sS\r\nMqrp4CMJszI1dOMNz3RHr2O4BbzwF9WO19KAeh0CBj6EWhoIDuhPrGrsEVjO\r\nwc7G6EsW7PJksQ1+8/jXP9sIfEBBiUc0OLs=\r\n=sIFE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/popover-fn.js","type":"module","types":"./dist/index.d.ts","unpkg":"./dist/popover.min.js","module":"./dist/popover.js","browser":"./dist/popover.iife.min.js","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/popover.js","browser":"./dist/popover.iife.min.js","require":"./dist/popover.js"},"./fn":{"types":"./dist/index-fn.d.ts","import":"./dist/popover-fn.js"}},"gitHead":"761a994ca2f041d193c083fb035afb22da741db7","scripts":{"tsc":"tsc --noEmit","lint":"run-p lint:*","test":"run-p test:unit test:e2e","build":"run-s clean build:* types","clean":"rm -rf dist","serve":"run-s build server:start","types":"tsc --emitDeclarationOnly","format":"run-p format:*","lint:js":"run-s prettier:check eslint:check tsc","prepack":"npm run build","prepare":"husky install","test:ci":"run-p test:unit test:e2e:ci","lint:css":"stylelint \"**/*.css\"","test:e2e":"echo No e2e tests yet","build:css":"esbuild src/popover.css --outdir=dist/","build:esm":"esbuild --bundle src/index.ts --outfile=dist/popover.js --format=esm --sourcemap","format:js":"run-s prettier:fix eslint:fix tsc","test:unit":"playwright test","build:iife":"esbuild --bundle src/index.ts --outfile=dist/popover.iife.min.js --format=iife --minify --sourcemap","eslint:fix":"npm run eslint:check -- --fix","format:css":"npm run lint:css -- --fix","test:e2e:ci":"echo No e2e tests yet","build:esm-fn":"esbuild --bundle src/index-fn.ts --outfile=dist/popover-fn.js --format=esm --sourcemap","eslint:check":"eslint .","prettier:fix":"prettier --write .","server:start":"esbuild --bundle src/index.ts --format=esm --servedir=. --outdir=dist --sourcemap --serve=\"${PORT:-3000}\" --log-level=\"${LEVEL:-info}\"","build:esm-min":"esbuild --bundle src/index.ts --outfile=dist/popover.min.js --format=esm --minify --sourcemap","prettier:check":"prettier --check ."},"_npmUser":{"name":"jgerigmeyer","email":"jonny@oddbird.net"},"repository":{"url":"git+https://github.com/oddbird/popover-polyfill.git","type":"git"},"_npmVersion":"8.15.0","description":"Popover Attribute Polyfill","directories":{},"lint-staged":{"*.{js,ts}":["eslint --cache --fix","prettier --write"],"*.{css,scss}":["stylelint --fix"],"*.{json,yml,md,html}":["prettier --write"]},"sideEffects":["./src/index.ts","./dist/popover.js","./dist/popover.min.js","./dist/popover.iife.min.js"],"_nodeVersion":"16.17.1","publishConfig":{"access":"public"},"typesVersions":{"*":{"fn":["./dist/index-fn.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"husky":"^8.0.3","eslint":"^8.35.0","stylis":"^4.1.3","esbuild":"^0.17.10","ts-node":"^10.9.1","prettier":"^2.8.4","stylelint":"^15.2.0","typescript":"^4.9.5","@types/node":"*","lint-staged":"^13.1.2","npm-run-all":"^4.1.5","@playwright/test":"^1.31.2","eslint-plugin-import":"^2.27.5","eslint-config-prettier":"^8.6.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.54.0","stylelint-config-standard":"^30.0.1","@typescript-eslint/eslint-plugin":"^5.54.0","eslint-plugin-simple-import-sort":"^10.0.0","eslint-import-resolver-typescript":"^3.5.3"},"_npmOperationalInternal":{"tmp":"tmp/popover-polyfill_0.0.10_1677881148471_0.5870668792150813","host":"s3://npm-registry-packages"}},"0.0.11":{"name":"@oddbird/popover-polyfill","version":"0.0.11","keywords":["css","polyfill","popover"],"author":{"url":"oddbird.net","name":"OddBird","email":"birds@oddbird.net"},"license":"BSD-3-Clause","_id":"@oddbird/popover-polyfill@0.0.11","maintainers":[{"name":"jerivas","email":"ed@jerivas.com"},{"name":"mirisuzanne","email":"miriam@oddbird.net"},{"name":"jgerigmeyer","email":"jonny@oddbird.net"}],"homepage":"https://github.com/oddbird/popover-polyfill","bugs":{"url":"https://github.com/oddbird/popover-polyfill/issues"},"dist":{"shasum":"d2d4610e186cfc3a10826ad9fb4b76711a4b8311","tarball":"https://registry.npmjs.org/@oddbird/popover-polyfill/-/popover-polyfill-0.0.11.tgz","fileCount":24,"integrity":"sha512-sgm4LoSPEJpVdeZ16G9u14FZEGNkU8nBNX1mIMS/S4RmmFZWOfy74vd8nBsd0zTraLWnNEaW5yL8I8+C1Lygjw==","signatures":[{"sig":"MEUCIQDRbNHu7Y2jUJ7+2co+Ko1U5KrLK/Rk0hCZwIdijmYhjQIgBw+bx6UpR09KpnnPrmTQDQaN++Hx1IFG4XjFAgM2Idc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":161165,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkEf8RACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr1Tg/+KR8mmYG3oLqdV3Rj96VSFcg8mE5ldWndfxd9X+vMeu9KytzG\r\n4QGX+wDqB/z3w9Nq8+umlh7sv6TZ0fraBGPdl8MjmnUYLPnQjupT7i+bdbQS\r\n9RYw2ufBgtK0/KZieVlxZ1vA+072cSebW28Ta1yY+kirhnUoP6W22oe3OzAk\r\nVPgdaQ4akT5g58Y9UrZ+3BBwJ3F05K8MS7iw2A68Z9pmFoGa9cvvnlKfPV+C\r\nZ/hhaF3yvPp9MDN2VZ6yixUI+gb/5xD3aqCNEw6AEL4jMiX5bh/jOPRH2OkJ\r\n/g5ZkHokvXVQDIRQjNbxvRvxdYh4UhNEFyI1N7tsZH6dZzBj+BLnHgp2mQ6W\r\njKNvi+7fKF93TCslEvvgj0wUyGXvd6kHDaszfV35mPR+mMyX66bsdJEyh5wG\r\nBnslAJGQ2k5oU2RDvX5X2R6W2A4riIpCOIW65KHkaDT4p01x55MibQExrod9\r\nbbhky1dYttOqaXaOCch/ZpUTOODUNAeKB8Jr2xlhEB6kbfq7xWWbuZibGjjj\r\n0g2h+ENA8hBKaBuhzcTPv3OrQHwyOmnyn7CuRGv4SQzrmkRGRxLouTKzIbch\r\ngO9n9BCmn28nipVj3v5Ork/akQ97Kf9JK2qOKxKYOZl4X5BdbRk34r3NoC3j\r\nEykEoM3Qr2dbCengnQBRcwfVTrc42sRXFVc=\r\n=02Q2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/popover-fn.js","type":"module","types":"./dist/index.d.ts","unpkg":"./dist/popover.min.js","module":"./dist/popover.js","browser":"./dist/popover.iife.min.js","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/popover.js","browser":"./dist/popover.iife.min.js","require":"./dist/popover.js"},"./fn":{"types":"./dist/index-fn.d.ts","import":"./dist/popover-fn.js"}},"gitHead":"f47af8d1e6823ec1b1c21c8fb3e030f184d55e36","scripts":{"tsc":"tsc --noEmit","lint":"run-p lint:*","test":"run-p test:unit test:e2e","build":"run-s clean build:* types","clean":"rm -rf dist","serve":"run-s build server:start","types":"tsc --emitDeclarationOnly","format":"run-p format:*","lint:js":"run-s prettier:check eslint:check tsc","prepack":"npm run build","prepare":"husky install","test:ci":"run-p test:unit test:e2e:ci","lint:css":"stylelint \"**/*.css\"","test:e2e":"echo No e2e tests yet","build:css":"esbuild src/popover.css --outdir=dist/","build:esm":"esbuild --bundle src/index.ts --outfile=dist/popover.js --format=esm --sourcemap","format:js":"run-s prettier:fix eslint:fix tsc","test:unit":"playwright test","build:iife":"esbuild --bundle src/index.ts --outfile=dist/popover.iife.min.js --format=iife --minify --sourcemap","eslint:fix":"npm run eslint:check -- --fix","format:css":"npm run lint:css -- --fix","test:e2e:ci":"echo No e2e tests yet","build:esm-fn":"esbuild --bundle src/index-fn.ts --outfile=dist/popover-fn.js --format=esm --sourcemap","eslint:check":"eslint .","prettier:fix":"prettier --write .","server:start":"esbuild --bundle src/index.ts --format=esm --servedir=. --outdir=dist --sourcemap --serve=\"${PORT:-3000}\" --log-level=\"${LEVEL:-info}\"","build:esm-min":"esbuild --bundle src/index.ts --outfile=dist/popover.min.js --format=esm --minify --sourcemap","prettier:check":"prettier --check ."},"_npmUser":{"name":"jgerigmeyer","email":"jonny@oddbird.net"},"repository":{"url":"git+https://github.com/oddbird/popover-polyfill.git","type":"git"},"_npmVersion":"8.15.0","description":"Popover Attribute Polyfill","directories":{},"lint-staged":{"*.{js,ts}":["eslint --cache --fix","prettier --write"],"*.{css,scss}":["stylelint --fix"],"*.{json,yml,md,html}":["prettier --write"]},"sideEffects":["./src/index.ts","./dist/popover.js","./dist/popover.min.js","./dist/popover.iife.min.js"],"_nodeVersion":"16.17.1","publishConfig":{"access":"public"},"typesVersions":{"*":{"fn":["./dist/index-fn.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"husky":"^8.0.3","eslint":"^8.36.0","stylis":"^4.1.3","esbuild":"^0.17.11","ts-node":"^10.9.1","prettier":"^2.8.4","stylelint":"^15.2.0","typescript":"^4.9.5","@types/node":"*","lint-staged":"^13.2.0","npm-run-all":"^4.1.5","@playwright/test":"^1.31.2","eslint-plugin-import":"^2.27.5","eslint-config-prettier":"^8.7.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.54.1","stylelint-config-standard":"^30.0.1","@typescript-eslint/eslint-plugin":"^5.54.1","eslint-plugin-simple-import-sort":"^10.0.0","eslint-import-resolver-typescript":"^3.5.3"},"_npmOperationalInternal":{"tmp":"tmp/popover-polyfill_0.0.11_1678901008921_0.7367433143871907","host":"s3://npm-registry-packages"}},"0.1.0":{"name":"@oddbird/popover-polyfill","version":"0.1.0","keywords":["css","polyfill","popover"],"author":{"url":"oddbird.net","name":"OddBird","email":"birds@oddbird.net"},"license":"BSD-3-Clause","_id":"@oddbird/popover-polyfill@0.1.0","maintainers":[{"name":"jerivas","email":"ed@jerivas.com"},{"name":"mirisuzanne","email":"miriam@oddbird.net"},{"name":"jgerigmeyer","email":"jonny@oddbird.net"}],"homepage":"https://github.com/oddbird/popover-polyfill","bugs":{"url":"https://github.com/oddbird/popover-polyfill/issues"},"dist":{"shasum":"38d779604b8540d5ba785638e694d320c83efa35","tarball":"https://registry.npmjs.org/@oddbird/popover-polyfill/-/popover-polyfill-0.1.0.tgz","fileCount":24,"integrity":"sha512-Q7ubOPVVNStLYK6xPZ6y4/qpj+ruJ1EPcAg3EM/nrrIqlFV8ig6PlgIiJugBk5q9CjmPezuHPqht7AjR2KExNA==","signatures":[{"sig":"MEYCIQDjm4K9fGn5RyTMDe430A9K007rWCtGtNHf+Fh/U4pFQgIhALeUzSJsBX8ER+IJrWTL5TEwzGByivBZ1gUQMi31q9kn","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":194849,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkHb1+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrQ7A/9FFBtGTdW3GnB/Ul2mAnxgmoJ5SeIzZc+VmV2YdJH087SlPg2\r\ny/Jb/Yqs51bSWZA9O9r8jPEqdxT5hd1hPVDcjb+2KJNpXGZF5XeOdjVyNRZx\r\n/R3eo920vHGECthgMhFMgQOlrKwK395xhbWFO7XZawvls6sUa6ZKUeeP3qRo\r\n4lj5qAiIlMNp1nHG7K0dLw3TgaQNkp3NFHO+Ke31TGCe7USsf6AmaEG3TgND\r\nzGrsH5CKO/7eBgzM9vifC4DCqtDwSl0OIZZkt9xuDzG0SwhEDVhYv+FMTqtN\r\nrrTji6Gh/Km7Kh2NsxSAC+7GYQYy/FZVu9sNf/IIEHWeQ+wZqdu5uWYW5f49\r\nUlVrl4DEt55alSGJTkKt7mS8QHJPkdJzuyYkZP4sUeCIf+xb4f/DLBzdrFId\r\nza+ptFqoIZNVu8HBzxwhh4y4J1oySuN0cNw9FKSrMLD8dJVrXQ+swCnlxC08\r\ncvkeW0QV3xBEoudDctWDgTRdRtMrFcZy2A5djRwNqMDV0hj2emx14Id5IBqF\r\nDIwx9B1EDPa4zzDhTlZn5ELP3885lR4UwW3ZL/69chifIB/pWZbee1WW3VB+\r\nnBZ7UgbbS79dy7/fcFlOkto/8La3SuzepD2WPP9vxEtW5ZGutt5i133nzGGC\r\nE7efGo3WjR2nGj8DWoOBrARRosr5JjR+QnQ=\r\n=KSt9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/popover-fn.js","type":"module","types":"./dist/index.d.ts","unpkg":"./dist/popover.min.js","module":"./dist/popover.js","browser":"./dist/popover.iife.min.js","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/popover.js","browser":"./dist/popover.iife.min.js","require":"./dist/popover.js"},"./fn":{"types":"./dist/index-fn.d.ts","import":"./dist/popover-fn.js"}},"gitHead":"e830b2cffb3ba5aebe1f7e69b09a2afcb76699b0","scripts":{"tsc":"tsc --noEmit","lint":"run-p lint:*","test":"run-p test:unit test:e2e","build":"run-s clean build:* types","clean":"rm -rf dist","serve":"run-s build server:start","types":"tsc --emitDeclarationOnly","format":"run-p format:*","lint:js":"run-s prettier:check eslint:check tsc","prepack":"npm run build","prepare":"husky install","test:ci":"run-p test:unit test:e2e:ci","lint:css":"stylelint \"**/*.css\"","test:e2e":"echo No e2e tests yet","build:css":"esbuild src/popover.css --outdir=dist/","build:esm":"esbuild --bundle src/index.ts --outfile=dist/popover.js --format=esm --sourcemap","format:js":"run-s prettier:fix eslint:fix tsc","test:unit":"playwright test","build:iife":"esbuild --bundle src/index.ts --outfile=dist/popover.iife.min.js --format=iife --minify --sourcemap","eslint:fix":"npm run eslint:check -- --fix","format:css":"npm run lint:css -- --fix","test:e2e:ci":"echo No e2e tests yet","build:esm-fn":"esbuild --bundle src/index-fn.ts --outfile=dist/popover-fn.js --format=esm --sourcemap","eslint:check":"eslint .","prettier:fix":"prettier --write .","server:start":"esbuild --bundle src/index.ts --format=esm --servedir=. --outdir=dist --sourcemap --serve=\"${PORT:-3000}\" --log-level=\"${LEVEL:-info}\"","build:esm-min":"esbuild --bundle src/index.ts --outfile=dist/popover.min.js --format=esm --minify --sourcemap","prettier:check":"prettier --check ."},"_npmUser":{"name":"jgerigmeyer","email":"jonny@oddbird.net"},"repository":{"url":"git+https://github.com/oddbird/popover-polyfill.git","type":"git"},"_npmVersion":"8.15.0","description":"Popover Attribute Polyfill","directories":{},"lint-staged":{"*.{js,ts}":["eslint --cache --fix","prettier --write"],"*.{css,scss}":["stylelint --fix"],"*.{json,yml,md,html}":["prettier --write"]},"sideEffects":["./src/index.ts","./dist/popover.js","./dist/popover.min.js","./dist/popover.iife.min.js"],"_nodeVersion":"16.17.1","publishConfig":{"access":"public"},"typesVersions":{"*":{"fn":["./dist/index-fn.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"husky":"^8.0.3","eslint":"^8.36.0","stylis":"^4.1.3","esbuild":"^0.17.12","ts-node":"^10.9.1","prettier":"^2.8.7","stylelint":"^15.3.0","typescript":"^5.0.2","@types/node":"*","lint-staged":"^13.2.0","npm-run-all":"^4.1.5","@playwright/test":"^1.32.0","eslint-plugin-import":"^2.27.5","eslint-config-prettier":"^8.8.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.56.0","stylelint-config-standard":"^31.0.0","@typescript-eslint/eslint-plugin":"^5.56.0","eslint-plugin-simple-import-sort":"^10.0.0","eslint-import-resolver-typescript":"^3.5.3"},"_npmOperationalInternal":{"tmp":"tmp/popover-polyfill_0.1.0_1679670654344_0.044883382182683285","host":"s3://npm-registry-packages"}},"0.1.1":{"name":"@oddbird/popover-polyfill","version":"0.1.1","keywords":["css","polyfill","popover"],"author":{"url":"oddbird.net","name":"OddBird","email":"birds@oddbird.net"},"license":"BSD-3-Clause","_id":"@oddbird/popover-polyfill@0.1.1","maintainers":[{"name":"jerivas","email":"ed@jerivas.com"},{"name":"mirisuzanne","email":"miriam@oddbird.net"},{"name":"jgerigmeyer","email":"jonny@oddbird.net"}],"homepage":"https://github.com/oddbird/popover-polyfill","bugs":{"url":"https://github.com/oddbird/popover-polyfill/issues"},"dist":{"shasum":"2d8c11dc8f7b12ae7fce9599168984e5f2381b5c","tarball":"https://registry.npmjs.org/@oddbird/popover-polyfill/-/popover-polyfill-0.1.1.tgz","fileCount":24,"integrity":"sha512-X9gxiwKtN1ZumOoe9KRLpe37nshLtwHm/IJflIxgjanXz/FqKb0DQ7BlWu+iqUn/O0/jWYgkKnTLtsC9JlgwQg==","signatures":[{"sig":"MEYCIQDgeO6lcq3K+FjRQAbYZ/5pQDy5lyemXbu29Q4zGwE62AIhAMkEZvAUpu8PX/aPaHRL/YJNLdC9GcY95BH1WJ4qKdC4","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":198035,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkHej6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoDnA//YlDpu6P8dApmlbaKNLZY/agLvu5xInFAmSut2TGc8JV/aisA\r\nuKv7taSNPP+TovbwIKG/7L8XVzMrNZKE7C/ayLma3mQ8Mi1UTcebz4MvOgyO\r\nW6K8AJiF3FPfJ5SqblrKiD9sNa6CVL4hOWTaNS4oaW3+THaI2hZVcIgVyNTs\r\nU5dA7it+dcGkfgHbApJ5Xu2iHYqDl2X4zmk/AEBIPQD5CIB0Mxkqw2XabIU+\r\neSH1A4OKN0gfYtskE27hcULyOljMYQuc3oJzOYEnIfiNVo8Wb4Dc469NdFAj\r\nXbS/e/x1QHy2LrmiFCun7pQaFu7LhynadDClDBZQZggTxjfA3mTtLXdzCfr7\r\nWcH+lcHJiqSmawHLkZu6YoMj06t4LKNTDL8fkHxvi9lzLDGs/7MKSTvXhim4\r\nTOAfDY15KNumDBiP1DtHHAAqSkazGhLvyZczBNUAp9q54A6O1A0h9uICNwxN\r\nuy+8Ux8fBYY2qcEXmuxiA7u9VvUsm8u2HuOQ3aNxIzR7QR5GFneX3yW2gDo6\r\nLRe9MpqoEoK8RH6SIoPz5L+I42oGxyssDgc2iErSOLA7KsaY8qdMCBSw3Nzj\r\nEEL9VH2gqwo8z0Nzytz8PbnM0+q112kdraMFfnYzpwr/S4cdtmGQbhd+jKVI\r\nNbZd6mQHqdw2LDGa6rQZ1t4beicq/sN1k24=\r\n=mR0H\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/popover-fn.js","type":"module","types":"./dist/index.d.ts","unpkg":"./dist/popover.min.js","module":"./dist/popover.js","browser":"./dist/popover.iife.min.js","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/popover.js","browser":"./dist/popover.iife.min.js","require":"./dist/popover.js"},"./fn":{"types":"./dist/index-fn.d.ts","import":"./dist/popover-fn.js"}},"gitHead":"d7023efd8c8328240dcc0290444704867b7b3a14","scripts":{"tsc":"tsc --noEmit","lint":"run-p lint:*","test":"run-p test:unit test:e2e","build":"run-s clean build:* types","clean":"rm -rf dist","serve":"run-s build server:start","types":"tsc --emitDeclarationOnly","format":"run-p format:*","lint:js":"run-s prettier:check eslint:check tsc","prepack":"npm run build","prepare":"husky install","test:ci":"run-p test:unit test:e2e:ci","lint:css":"stylelint \"**/*.css\"","test:e2e":"echo No e2e tests yet","build:css":"esbuild src/popover.css --outdir=dist/","build:esm":"esbuild --bundle src/index.ts --outfile=dist/popover.js --format=esm --sourcemap","format:js":"run-s prettier:fix eslint:fix tsc","test:unit":"playwright test","build:iife":"esbuild --bundle src/index.ts --outfile=dist/popover.iife.min.js --format=iife --minify --sourcemap","eslint:fix":"npm run eslint:check -- --fix","format:css":"npm run lint:css -- --fix","test:e2e:ci":"echo No e2e tests yet","build:esm-fn":"esbuild --bundle src/index-fn.ts --outfile=dist/popover-fn.js --format=esm --sourcemap","eslint:check":"eslint .","prettier:fix":"prettier --write .","server:start":"esbuild --bundle src/index.ts --format=esm --servedir=. --outdir=dist --sourcemap --serve=\"${PORT:-3000}\" --log-level=\"${LEVEL:-info}\"","build:esm-min":"esbuild --bundle src/index.ts --outfile=dist/popover.min.js --format=esm --minify --sourcemap","prettier:check":"prettier --check ."},"_npmUser":{"name":"jgerigmeyer","email":"jonny@oddbird.net"},"repository":{"url":"git+https://github.com/oddbird/popover-polyfill.git","type":"git"},"_npmVersion":"8.15.0","description":"Popover Attribute Polyfill","directories":{},"lint-staged":{"*.{js,ts}":["eslint --cache --fix","prettier --write"],"*.{css,scss}":["stylelint --fix"],"*.{json,yml,md,html}":["prettier --write"]},"sideEffects":["./src/index.ts","./dist/popover.js","./dist/popover.min.js","./dist/popover.iife.min.js"],"_nodeVersion":"16.17.1","publishConfig":{"access":"public"},"typesVersions":{"*":{"fn":["./dist/index-fn.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"husky":"^8.0.3","eslint":"^8.36.0","stylis":"^4.1.3","esbuild":"^0.17.12","ts-node":"^10.9.1","prettier":"^2.8.7","stylelint":"^15.3.0","typescript":"^5.0.2","@types/node":"*","lint-staged":"^13.2.0","npm-run-all":"^4.1.5","@playwright/test":"^1.32.0","eslint-plugin-import":"^2.27.5","eslint-config-prettier":"^8.8.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.56.0","stylelint-config-standard":"^31.0.0","@typescript-eslint/eslint-plugin":"^5.56.0","eslint-plugin-simple-import-sort":"^10.0.0","eslint-import-resolver-typescript":"^3.5.3"},"_npmOperationalInternal":{"tmp":"tmp/popover-polyfill_0.1.1_1679681785821_0.10854189140477377","host":"s3://npm-registry-packages"}},"0.2.0":{"name":"@oddbird/popover-polyfill","version":"0.2.0","keywords":["css","polyfill","popover"],"author":{"url":"oddbird.net","name":"OddBird","email":"birds@oddbird.net"},"license":"BSD-3-Clause","_id":"@oddbird/popover-polyfill@0.2.0","maintainers":[{"name":"jerivas","email":"ed@jerivas.com"},{"name":"mirisuzanne","email":"miriam@oddbird.net"},{"name":"jgerigmeyer","email":"jonny@oddbird.net"}],"homepage":"https://github.com/oddbird/popover-polyfill","bugs":{"url":"https://github.com/oddbird/popover-polyfill/issues"},"dist":{"shasum":"f5afe2e1f634859aa93d7c5b3d9b2d41ba2ec26e","tarball":"https://registry.npmjs.org/@oddbird/popover-polyfill/-/popover-polyfill-0.2.0.tgz","fileCount":24,"integrity":"sha512-ACtVJ+IoAuQXeDS4pQhXs+NJWIZciEjG/oVbEBcLJNi0+TD3bbmi6hSJKP5suNSVH6yTGyjngjeaFRcJhjktBA==","signatures":[{"sig":"MEYCIQCpLSHFHclerPZXElSLrydu1kCKRLji8qJgezNpFFXhSAIhAMJnAipeUQ4x+wOH9923ze0VepRs4mpjF8y0A1qFaKok","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":212038,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkLDmdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpSUQ/+OsWn7yL2S46cn7kFqe6NjRR1dPOtizBvNoRJdhhnov8LqyCQ\r\npe/fzVSOCMQK/+kdnMsK8mWy/5gJ0izZrMLwcW1yfjChvAEkehXEmOIBwEJ6\r\nGaHxYoOGec5NRz2BpsY705pdmL2gdhRZ6w2gXwPM+DCYgDyzmh8E0sS/NBYe\r\nmM1fh7t10tBQDAVMMBB650k0C5gxYxkj3I33ym6wgCAqQODHzUVh2TFYFk8y\r\n5ifmQWyTEDS0PqoYxLIK5oWUCDFvijC4ajribMsGoLoz+BPZHzuRZ7iPN54E\r\ns5GZfUJxLHiWNQaZjPAp4BdpvB95GGLIC1H3g7Vd074QMPQI/p8itDdR4FyK\r\nNWDa3nnSbTSGsn8HXYB+MRj+Yw0nlg7RGyfUkk8Lz2Dqr1ZtPVFPQ4ass9hH\r\nxW8zhWeVch4CdwpFyJ+h8CfENvWZeSPY37KnFWutDYRTjFUdT3QbW/hROPBq\r\nCz+uypzDyucPgEOWvFDQmjV/cS8Fm4arfVLeNcwoCWkOwSYA9mKf4R4+kVI/\r\nXLUE6eD9m11dPcosFtUf4Mf6RoyXqgtqVCDDlrhHLV+2JKrbHPVFFHy6OU1x\r\n8BnNL8pU7VO6IipWnAXh4xeyrl3gvYhd2zkhAckmZNov3Fy50Tp9QbGH9N4U\r\nnjZoIesLhbne2c6UpOUeSAgxFZA20yUlkwI=\r\n=mPFh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/popover-fn.js","type":"module","types":"./dist/index.d.ts","unpkg":"./dist/popover.min.js","module":"./dist/popover.js","browser":"./dist/popover.iife.min.js","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/popover.js","browser":"./dist/popover.iife.min.js","require":"./dist/popover.js"},"./fn":{"types":"./dist/index-fn.d.ts","import":"./dist/popover-fn.js"}},"gitHead":"ac6b3936e0a000892152c0bd21785def7f9f965c","scripts":{"tsc":"tsc --noEmit","lint":"run-p lint:*","test":"run-p test:unit test:e2e","build":"run-s clean build:* types","clean":"rm -rf dist","serve":"run-s build server:start","types":"tsc --emitDeclarationOnly","format":"run-p format:*","lint:js":"run-s prettier:check eslint:check tsc","prepack":"npm run build","prepare":"husky install","test:ci":"run-p test:unit test:e2e:ci","lint:css":"stylelint \"**/*.css\"","test:e2e":"echo No e2e tests yet","build:css":"esbuild src/popover.css --outdir=dist/","build:esm":"esbuild --bundle src/index.ts --outfile=dist/popover.js --format=esm --sourcemap","format:js":"run-s prettier:fix eslint:fix tsc","test:unit":"playwright test","build:iife":"esbuild --bundle src/index.ts --outfile=dist/popover.iife.min.js --format=iife --minify --sourcemap","eslint:fix":"npm run eslint:check -- --fix","format:css":"npm run lint:css -- --fix","test:e2e:ci":"echo No e2e tests yet","build:esm-fn":"esbuild --bundle src/index-fn.ts --outfile=dist/popover-fn.js --format=esm --sourcemap","eslint:check":"eslint .","prettier:fix":"prettier --write .","server:start":"esbuild --bundle src/index.ts --format=esm --servedir=. --outdir=dist --sourcemap --serve=\"${PORT:-3000}\" --log-level=\"${LEVEL:-info}\"","build:esm-min":"esbuild --bundle src/index.ts --outfile=dist/popover.min.js --format=esm --minify --sourcemap","prettier:check":"prettier --check ."},"_npmUser":{"name":"jgerigmeyer","email":"jonny@oddbird.net"},"repository":{"url":"git+https://github.com/oddbird/popover-polyfill.git","type":"git"},"_npmVersion":"8.15.0","description":"Popover Attribute Polyfill","directories":{},"lint-staged":{"*.{js,ts}":["eslint --cache --fix","prettier --write"],"*.{css,scss}":["stylelint --fix"],"*.{json,yml,md,html}":["prettier --write"]},"sideEffects":["./src/index.ts","./dist/popover.js","./dist/popover.min.js","./dist/popover.iife.min.js"],"_nodeVersion":"16.17.1","publishConfig":{"access":"public"},"typesVersions":{"*":{"fn":["./dist/index-fn.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"husky":"^8.0.3","eslint":"^8.37.0","stylis":"^4.1.3","esbuild":"^0.17.15","ts-node":"^10.9.1","prettier":"^2.8.7","stylelint":"^15.4.0","typescript":"^5.0.3","@types/node":"*","lint-staged":"^13.2.0","npm-run-all":"^4.1.5","@playwright/test":"^1.32.2","eslint-plugin-import":"^2.27.5","eslint-config-prettier":"^8.8.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.57.1","stylelint-config-standard":"^32.0.0","@typescript-eslint/eslint-plugin":"^5.57.1","eslint-plugin-simple-import-sort":"^10.0.0","eslint-import-resolver-typescript":"^3.5.4"},"_npmOperationalInternal":{"tmp":"tmp/popover-polyfill_0.2.0_1680619933642_0.9168822908932259","host":"s3://npm-registry-packages"}},"0.2.1":{"name":"@oddbird/popover-polyfill","version":"0.2.1","keywords":["css","polyfill","popover"],"author":{"url":"oddbird.net","name":"OddBird","email":"birds@oddbird.net"},"license":"BSD-3-Clause","_id":"@oddbird/popover-polyfill@0.2.1","maintainers":[{"name":"jerivas","email":"ed@jerivas.com"},{"name":"mirisuzanne","email":"miriam@oddbird.net"},{"name":"jgerigmeyer","email":"jonny@oddbird.net"}],"homepage":"https://github.com/oddbird/popover-polyfill","bugs":{"url":"https://github.com/oddbird/popover-polyfill/issues"},"dist":{"shasum":"230f7aad20e73b02da35a58ac713f00d473ddb0e","tarball":"https://registry.npmjs.org/@oddbird/popover-polyfill/-/popover-polyfill-0.2.1.tgz","fileCount":24,"integrity":"sha512-Sj91gbw50aXe4nOivKzCZsBZZaNQJeVB8hRdQu7sYG5wKyTWD251GdnrM8GKO7VL9ECPyeXhqworbZ/bOx9MsA==","signatures":[{"sig":"MEQCIC4eC/3fFdrTSAsUcP+mxhJSHYhqFiiCBxiI/9qOXRWZAiA9x8SkPEO30/wbo/YEvVWST17QXMhyAWRg9aBy8ctdQg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":214187},"main":"./dist/popover-fn.js","type":"module","types":"./dist/index.d.ts","unpkg":"./dist/popover.min.js","module":"./dist/popover.js","browser":"./dist/popover.iife.min.js","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/popover.js","browser":"./dist/popover.iife.min.js","require":"./dist/popover.js"},"./fn":{"types":"./dist/index-fn.d.ts","import":"./dist/popover-fn.js"},"./css":"./dist/popover.css","./dist/popover.css":"./dist/popover.css"},"gitHead":"dc5ea32ee6aecaab736a89a057bf0afb4c7fdebe","scripts":{"tsc":"tsc --noEmit","lint":"run-p lint:*","test":"run-p test:unit test:e2e","build":"run-s clean build:* types","clean":"rm -rf dist","serve":"run-s build server:start","types":"tsc --emitDeclarationOnly","format":"run-p format:*","lint:js":"run-s prettier:check eslint:check tsc","prepack":"npm run build","prepare":"husky install","test:ci":"run-p test:unit test:e2e:ci","lint:css":"stylelint \"**/*.css\"","test:e2e":"echo No e2e tests yet","build:css":"esbuild src/popover.css --outdir=dist/","build:esm":"esbuild --bundle src/index.ts --outfile=dist/popover.js --format=esm --sourcemap","format:js":"run-s prettier:fix eslint:fix tsc","test:unit":"playwright test","build:iife":"esbuild --bundle src/index.ts --outfile=dist/popover.iife.min.js --format=iife --minify --sourcemap","eslint:fix":"npm run eslint:check -- --fix","format:css":"npm run lint:css -- --fix","test:e2e:ci":"echo No e2e tests yet","build:esm-fn":"esbuild --bundle src/index-fn.ts --outfile=dist/popover-fn.js --format=esm --sourcemap","eslint:check":"eslint .","prettier:fix":"prettier --write .","server:start":"esbuild --bundle src/index.ts --format=esm --servedir=. --outdir=dist --sourcemap --serve=\"${PORT:-3000}\" --log-level=\"${LEVEL:-info}\"","build:esm-min":"esbuild --bundle src/index.ts --outfile=dist/popover.min.js --format=esm --minify --sourcemap","prettier:check":"prettier --check ."},"_npmUser":{"name":"jgerigmeyer","email":"jonny@oddbird.net"},"repository":{"url":"git+https://github.com/oddbird/popover-polyfill.git","type":"git"},"_npmVersion":"8.19.2","description":"Popover Attribute Polyfill","directories":{},"lint-staged":{"*.{js,ts}":["eslint --cache --fix","prettier --write"],"*.{css,scss}":["stylelint --fix"],"*.{json,yml,md,html}":["prettier --write"]},"sideEffects":["./src/index.ts","./dist/popover.js","./dist/popover.min.js","./dist/popover.iife.min.js"],"_nodeVersion":"18.11.0","publishConfig":{"access":"public"},"typesVersions":{"*":{"fn":["./dist/index-fn.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"husky":"^8.0.3","eslint":"^8.40.0","stylis":"^4.2.0","esbuild":"^0.17.19","ts-node":"^10.9.1","prettier":"^2.8.8","stylelint":"^15.6.1","typescript":"^5.0.4","@types/node":"*","lint-staged":"^13.2.2","npm-run-all":"^4.1.5","@playwright/test":"^1.33.0","eslint-plugin-import":"^2.27.5","eslint-config-prettier":"^8.8.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.59.5","stylelint-config-standard":"^33.0.0","@typescript-eslint/eslint-plugin":"^5.59.5","eslint-plugin-simple-import-sort":"^10.0.0","eslint-import-resolver-typescript":"^3.5.5"},"_npmOperationalInternal":{"tmp":"tmp/popover-polyfill_0.2.1_1684377336489_0.14039101179644886","host":"s3://npm-registry-packages"}},"0.2.2":{"name":"@oddbird/popover-polyfill","version":"0.2.2","keywords":["css","polyfill","popover"],"author":{"url":"oddbird.net","name":"OddBird","email":"birds@oddbird.net"},"license":"BSD-3-Clause","_id":"@oddbird/popover-polyfill@0.2.2","maintainers":[{"name":"jerivas","email":"ed@jerivas.com"},{"name":"mirisuzanne","email":"miriam@oddbird.net"},{"name":"jgerigmeyer","email":"jonny@oddbird.net"}],"homepage":"https://github.com/oddbird/popover-polyfill","bugs":{"url":"https://github.com/oddbird/popover-polyfill/issues"},"dist":{"shasum":"2c7d180d7d2180c95681270542e5d2b721a38c90","tarball":"https://registry.npmjs.org/@oddbird/popover-polyfill/-/popover-polyfill-0.2.2.tgz","fileCount":24,"integrity":"sha512-ko7x+PDZA9bHwA6hSfxjL1IhBP91JukfZq/NAe85u9rT0akFn9RKvSXymX/mS7S2mfNjE+Zw9JdLUPGvPabQAA==","signatures":[{"sig":"MEQCIBGGTR9/zLOgXktJZPe/ly1dElb4gHcAWCGu4MXeR/GvAiAKYMWjcG12Offvi+WHlQYllWgZBbf8RhvWFXao+HnQrg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":220130},"main":"./dist/popover-fn.js","type":"module","types":"./dist/index.d.ts","unpkg":"./dist/popover.min.js","module":"./dist/popover.js","browser":"./dist/popover.iife.min.js","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/popover.js","browser":"./dist/popover.iife.min.js","require":"./dist/popover.js"},"./fn":{"types":"./dist/index-fn.d.ts","import":"./dist/popover-fn.js"},"./css":"./dist/popover.css","./dist/popover.css":"./dist/popover.css"},"gitHead":"47411675d7e88b9bb63ade2536714ebb88285982","scripts":{"tsc":"tsc --noEmit","lint":"run-p lint:*","test":"run-p test:unit test:e2e","build":"run-s clean build:* types","clean":"rm -rf dist","serve":"run-s build server:start","types":"tsc --emitDeclarationOnly","format":"run-p format:*","lint:js":"run-s prettier:check eslint:check tsc","prepack":"npm run build","prepare":"husky install","test:ci":"run-p test:unit test:e2e:ci","lint:css":"stylelint \"**/*.css\"","test:e2e":"echo No e2e tests yet","build:css":"esbuild src/popover.css --outdir=dist/","build:esm":"esbuild --bundle src/index.ts --outfile=dist/popover.js --format=esm --sourcemap","format:js":"run-s prettier:fix eslint:fix tsc","test:unit":"playwright test","build:iife":"esbuild --bundle src/index.ts --outfile=dist/popover.iife.min.js --format=iife --minify --sourcemap","eslint:fix":"npm run eslint:check -- --fix","format:css":"npm run lint:css -- --fix","test:e2e:ci":"echo No e2e tests yet","build:esm-fn":"esbuild --bundle src/index-fn.ts --outfile=dist/popover-fn.js --format=esm --sourcemap","eslint:check":"eslint .","prettier:fix":"prettier --write .","server:start":"esbuild --bundle src/index.ts --format=esm --servedir=. --outdir=dist --sourcemap --serve=\"${PORT:-3000}\" --log-level=\"${LEVEL:-info}\"","build:esm-min":"esbuild --bundle src/index.ts --outfile=dist/popover.min.js --format=esm --minify --sourcemap","prettier:check":"prettier --check ."},"_npmUser":{"name":"jgerigmeyer","email":"jonny@oddbird.net"},"repository":{"url":"git+https://github.com/oddbird/popover-polyfill.git","type":"git"},"_npmVersion":"8.15.0","description":"Popover Attribute Polyfill","directories":{},"lint-staged":{"*.{js,ts}":["eslint --cache --fix","prettier --write"],"*.{css,scss}":["stylelint --fix"],"*.{json,yml,md,html}":["prettier --write"]},"sideEffects":["./src/index.ts","./dist/popover.js","./dist/popover.min.js","./dist/popover.iife.min.js"],"_nodeVersion":"16.17.1","publishConfig":{"access":"public"},"typesVersions":{"*":{"fn":["./dist/index-fn.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"husky":"^8.0.3","eslint":"^8.42.0","stylis":"^4.2.0","esbuild":"^0.17.19","ts-node":"^10.9.1","prettier":"^2.8.8","stylelint":"^15.7.0","typescript":"^5.1.3","@types/node":"*","lint-staged":"^13.2.2","npm-run-all":"^4.1.5","@playwright/test":"1.33.0","eslint-plugin-import":"^2.27.5","eslint-config-prettier":"^8.8.0","eslint-plugin-prettier":"^4.2.1","@typescript-eslint/parser":"^5.59.9","stylelint-config-standard":"^33.0.0","@typescript-eslint/eslint-plugin":"^5.59.9","eslint-plugin-simple-import-sort":"^10.0.0","eslint-import-resolver-typescript":"^3.5.5"},"_npmOperationalInternal":{"tmp":"tmp/popover-polyfill_0.2.2_1686067015552_0.44801019166831035","host":"s3://npm-registry-packages"}},"0.2.3":{"name":"@oddbird/popover-polyfill","version":"0.2.3","keywords":["css","polyfill","popover"],"author":{"url":"oddbird.net","name":"OddBird","email":"birds@oddbird.net"},"license":"BSD-3-Clause","_id":"@oddbird/popover-polyfill@0.2.3","maintainers":[{"name":"jerivas","email":"ed@jerivas.com"},{"name":"mirisuzanne","email":"miriam@oddbird.net"},{"name":"jgerigmeyer","email":"jonny@oddbird.net"}],"homepage":"https://github.com/oddbird/popover-polyfill","bugs":{"url":"https://github.com/oddbird/popover-polyfill/issues"},"dist":{"shasum":"5e373c332061a2fa9b9aa17fdec8dc3048623d3c","tarball":"https://registry.npmjs.org/@oddbird/popover-polyfill/-/popover-polyfill-0.2.3.tgz","fileCount":24,"integrity":"sha512-XDK+V/gUeE4NEsWp79eVzhlK3wuVcRDJuaas63qo0IJLJpyOLHqycJLFYvuq8kebgT1nl87P3sbSb5ZN6Vyf5g==","signatures":[{"sig":"MEYCIQDr54Eik8yOisVoMxHAvQRwJ/53PcoC246rRYFxY/CETQIhAMNP4TGiQ7nNFaZ5NWL+Ph5r25tINRXKmgG/NdtLo0UN","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":219892},"main":"./dist/popover-fn.js","type":"module","types":"./dist/index.d.ts","unpkg":"./dist/popover.min.js","module":"./dist/popover.js","browser":"./dist/popover.iife.min.js","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/popover.js","browser":"./dist/popover.iife.min.js","require":"./dist/popover.js"},"./fn":{"types":"./dist/index-fn.d.ts","import":"./dist/popover-fn.js"},"./css":"./dist/popover.css","./dist/popover.css":"./dist/popover.css"},"gitHead":"0c174b6a7bdf783302241d9e62b052b496420974","scripts":{"tsc":"tsc --noEmit","lint":"run-p lint:*","test":"run-p test:unit test:e2e","build":"run-s clean build:* types","clean":"rm -rf dist","serve":"run-s build server:start","types":"tsc --emitDeclarationOnly","format":"run-p format:*","lint:js":"run-s prettier:check eslint:check tsc","prepack":"npm run build","prepare":"husky install","test:ci":"run-p test:unit test:e2e:ci","lint:css":"stylelint \"**/*.css\"","test:e2e":"echo No e2e tests yet","build:css":"esbuild src/popover.css --outdir=dist/","build:esm":"esbuild --bundle src/index.ts --outfile=dist/popover.js --format=esm --sourcemap","format:js":"run-s prettier:fix eslint:fix tsc","test:unit":"playwright test","build:iife":"esbuild --bundle src/index.ts --outfile=dist/popover.iife.min.js --format=iife --minify --sourcemap","eslint:fix":"npm run eslint:check -- --fix","format:css":"npm run lint:css -- --fix","test:e2e:ci":"echo No e2e tests yet","build:esm-fn":"esbuild --bundle src/index-fn.ts --outfile=dist/popover-fn.js --format=esm --sourcemap","eslint:check":"eslint .","prettier:fix":"prettier --write .","server:start":"esbuild --bundle src/index.ts --format=esm --servedir=. --outdir=dist --sourcemap --serve=\"${PORT:-3000}\" --log-level=\"${LEVEL:-info}\"","build:esm-min":"esbuild --bundle src/index.ts --outfile=dist/popover.min.js --format=esm --minify --sourcemap","prettier:check":"prettier --check ."},"_npmUser":{"name":"jgerigmeyer","email":"jonny@oddbird.net"},"repository":{"url":"git+https://github.com/oddbird/popover-polyfill.git","type":"git"},"_npmVersion":"8.15.0","description":"Popover Attribute Polyfill","directories":{},"lint-staged":{"*.{js,ts}":["eslint --cache --fix","prettier --write"],"*.{css,scss}":["stylelint --fix"],"*.{json,yml,md,html}":["prettier --write"]},"sideEffects":["./src/index.ts","./dist/popover.js","./dist/popover.min.js","./dist/popover.iife.min.js"],"_nodeVersion":"16.17.1","publishConfig":{"access":"public"},"typesVersions":{"*":{"fn":["./dist/index-fn.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"husky":"^8.0.3","eslint":"^8.49.0","stylis":"^4.3.0","esbuild":"^0.19.3","ts-node":"^10.9.1","prettier":"^3.0.3","stylelint":"^15.10.3","typescript":"5.1.6","@types/node":"*","lint-staged":"^14.0.1","npm-run-all":"^4.1.5","@playwright/test":"1.33.0","eslint-plugin-import":"^2.28.1","eslint-config-prettier":"^9.0.0","@typescript-eslint/parser":"^6.7.0","stylelint-config-standard":"^34.0.0","@typescript-eslint/eslint-plugin":"^6.7.0","eslint-plugin-simple-import-sort":"^10.0.0","eslint-import-resolver-typescript":"^3.6.0"},"_npmOperationalInternal":{"tmp":"tmp/popover-polyfill_0.2.3_1695051306400_0.4079284983295761","host":"s3://npm-registry-packages"}},"0.3.0":{"name":"@oddbird/popover-polyfill","version":"0.3.0","keywords":["css","polyfill","popover"],"author":{"url":"oddbird.net","name":"OddBird","email":"birds@oddbird.net"},"license":"BSD-3-Clause","_id":"@oddbird/popover-polyfill@0.3.0","maintainers":[{"name":"jerivas","email":"ed@jerivas.com"},{"name":"mirisuzanne","email":"miriam@oddbird.net"},{"name":"jgerigmeyer","email":"jonny@oddbird.net"}],"homepage":"https://github.com/oddbird/popover-polyfill","bugs":{"url":"https://github.com/oddbird/popover-polyfill/issues"},"dist":{"shasum":"86b0110fd3508f58f3850b786984f39717399fa5","tarball":"https://registry.npmjs.org/@oddbird/popover-polyfill/-/popover-polyfill-0.3.0.tgz","fileCount":23,"integrity":"sha512-XtA1cI3fyiPuur7dSpVIZzYJhrNq7YywOf41eG0gHkzteE69ez3gKtfIGu44VmZb73nfv2QsTprJqrRjN+K8nA==","signatures":[{"sig":"MEQCICbIr8QxLavGArdMw0VSzO5V8LHY2mpYVAP7XOERXMoTAiBk60xuyMZLI8CDTwc28wyk/wJtlii9nfeAyUFpXCnWTQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":245140},"main":"./dist/popover-fn.js","type":"module","types":"./dist/index.d.ts","unpkg":"./dist/popover.min.js","module":"./dist/popover.js","browser":"./dist/popover.iife.min.js","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/popover.js","browser":"./dist/popover.iife.min.js","require":"./dist/popover.js"},"./fn":{"types":"./dist/index-fn.d.ts","import":"./dist/popover-fn.js"}},"gitHead":"9e3364a49c3f9e385f04fc61ec85e04556c97d1b","scripts":{"tsc":"tsc --noEmit","lint":"run-p lint:*","test":"run-p test:unit test:e2e","build":"run-s clean build:* types","clean":"rm -rf dist","serve":"run-s build server:start","types":"tsc --emitDeclarationOnly","format":"run-p format:*","lint:js":"run-s prettier:check eslint:check tsc","prepack":"npm run build","prepare":"husky install","test:ci":"run-p test:unit test:e2e:ci","test:e2e":"echo No e2e tests yet","build:esm":"esbuild --bundle src/index.ts --outfile=dist/popover.js --format=esm --sourcemap","format:js":"run-s prettier:fix eslint:fix tsc","test:unit":"playwright test","build:iife":"esbuild --bundle src/index.ts --outfile=dist/popover.iife.min.js --format=iife --minify --sourcemap","eslint:fix":"npm run eslint:check -- --fix","test:e2e:ci":"echo No e2e tests yet","build:esm-fn":"esbuild --bundle src/index-fn.ts --outfile=dist/popover-fn.js --format=esm --sourcemap","eslint:check":"eslint .","prettier:fix":"prettier --write .","server:start":"esbuild --bundle src/index.ts --format=esm --servedir=. --outdir=dist --sourcemap --serve=\"${PORT:-3000}\" --log-level=\"${LEVEL:-info}\"","build:esm-min":"esbuild --bundle src/index.ts --outfile=dist/popover.min.js --format=esm --minify --sourcemap","prettier:check":"prettier --check ."},"_npmUser":{"name":"jgerigmeyer","email":"jonny@oddbird.net"},"repository":{"url":"git+https://github.com/oddbird/popover-polyfill.git","type":"git"},"_npmVersion":"9.5.1","description":"Popover Attribute Polyfill","directories":{},"lint-staged":{"*.{js,ts}":["eslint --cache --fix","prettier --write"],"*.{json,yml,md,html}":["prettier --write"]},"sideEffects":["./src/index.ts","./dist/popover.js","./dist/popover.min.js","./dist/popover.iife.min.js"],"_nodeVersion":"18.16.0","publishConfig":{"access":"public"},"typesVersions":{"*":{"fn":["./dist/index-fn.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"husky":"^8.0.3","eslint":"^8.51.0","esbuild":"^0.19.5","ts-node":"^10.9.1","prettier":"^3.0.3","typescript":"5.1.6","@types/node":"*","lint-staged":"^15.0.2","npm-run-all":"^4.1.5","@playwright/test":"1.33.0","eslint-plugin-import":"^2.28.1","eslint-config-prettier":"^9.0.0","@typescript-eslint/parser":"^6.8.0","@typescript-eslint/eslint-plugin":"^6.8.0","eslint-plugin-simple-import-sort":"^10.0.0","eslint-import-resolver-typescript":"^3.6.1"},"_npmOperationalInternal":{"tmp":"tmp/popover-polyfill_0.3.0_1697726840601_0.45426653721917054","host":"s3://npm-registry-packages"}},"0.3.1":{"name":"@oddbird/popover-polyfill","version":"0.3.1","keywords":["css","polyfill","popover"],"author":{"url":"oddbird.net","name":"OddBird","email":"birds@oddbird.net"},"license":"BSD-3-Clause","_id":"@oddbird/popover-polyfill@0.3.1","maintainers":[{"name":"jerivas","email":"ed@jerivas.com"},{"name":"mirisuzanne","email":"miriam@oddbird.net"},{"name":"jgerigmeyer","email":"jonny@oddbird.net"}],"homepage":"https://github.com/oddbird/popover-polyfill","bugs":{"url":"https://github.com/oddbird/popover-polyfill/issues"},"dist":{"shasum":"71a4e8aec2e48231868124a3332aba2e8ef2851e","tarball":"https://registry.npmjs.org/@oddbird/popover-polyfill/-/popover-polyfill-0.3.1.tgz","fileCount":23,"integrity":"sha512-Ne0e4L0Yo++NyNVpsrY+u1fK9xlBjwDqOj+neQQpaa4zsXhDDj/OSHuODhgbHI6YrwhA4XvgWMiFuhkBOAo1Bw==","signatures":[{"sig":"MEUCIAh9lgiF2ag0tw1oWyQbdeME8QJ1lvCRTDb4lnOnCX3rAiEAnDzUii6AEDEyTCaFO94eJTG/WIQcxLyQdS8xwmiQ8Jo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":245432},"main":"./dist/popover-fn.js","type":"module","types":"./dist/index.d.ts","unpkg":"./dist/popover.min.js","module":"./dist/popover.js","browser":"./dist/popover.iife.min.js","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/popover.js","browser":"./dist/popover.iife.min.js","require":"./dist/popover.js"},"./fn":{"types":"./dist/index-fn.d.ts","import":"./dist/popover-fn.js"}},"gitHead":"fe48e1c9cb03407ae6398dbda0c52b613d0a0b65","scripts":{"tsc":"tsc --noEmit","lint":"run-p lint:*","test":"run-p test:unit test:e2e","build":"run-s clean build:* types","clean":"rm -rf dist","serve":"run-s build server:start","types":"tsc --emitDeclarationOnly","format":"run-p format:*","lint:js":"run-s prettier:check eslint:check tsc","prepack":"npm run build","prepare":"husky install","test:ci":"run-p test:unit test:e2e:ci","test:e2e":"echo No e2e tests yet","build:esm":"esbuild --bundle src/index.ts --outfile=dist/popover.js --format=esm --sourcemap","format:js":"run-s prettier:fix eslint:fix tsc","test:unit":"playwright test","build:iife":"esbuild --bundle src/index.ts --outfile=dist/popover.iife.min.js --format=iife --minify --sourcemap","eslint:fix":"npm run eslint:check -- --fix","test:e2e:ci":"echo No e2e tests yet","build:esm-fn":"esbuild --bundle src/index-fn.ts --outfile=dist/popover-fn.js --format=esm --sourcemap","eslint:check":"eslint .","prettier:fix":"prettier --write .","server:start":"esbuild --bundle src/index.ts --format=esm --servedir=. --outdir=dist --sourcemap --serve=\"${PORT:-3000}\" --log-level=\"${LEVEL:-info}\"","build:esm-min":"esbuild --bundle src/index.ts --outfile=dist/popover.min.js --format=esm --minify --sourcemap","prettier:check":"prettier --check ."},"_npmUser":{"name":"jgerigmeyer","email":"jonny@oddbird.net"},"repository":{"url":"git+https://github.com/oddbird/popover-polyfill.git","type":"git"},"_npmVersion":"9.5.1","description":"Popover Attribute Polyfill","directories":{},"lint-staged":{"*.{js,ts}":["eslint --cache --fix","prettier --write"],"*.{json,yml,md,html}":["prettier --write"]},"sideEffects":["./src/index.ts","./dist/popover.js","./dist/popover.min.js","./dist/popover.iife.min.js"],"_nodeVersion":"18.16.0","publishConfig":{"access":"public"},"typesVersions":{"*":{"fn":["./dist/index-fn.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"husky":"^8.0.3","eslint":"^8.52.0","esbuild":"^0.19.5","ts-node":"^10.9.1","prettier":"^3.0.3","typescript":"5.1.6","@types/node":"*","lint-staged":"^15.0.2","npm-run-all":"^4.1.5","@playwright/test":"1.33.0","eslint-plugin-import":"^2.29.0","eslint-config-prettier":"^9.0.0","@typescript-eslint/parser":"^6.9.0","@typescript-eslint/eslint-plugin":"^6.9.0","eslint-plugin-simple-import-sort":"^10.0.0","eslint-import-resolver-typescript":"^3.6.1"},"_npmOperationalInternal":{"tmp":"tmp/popover-polyfill_0.3.1_1698536357250_0.4853997170893076","host":"s3://npm-registry-packages"}},"0.3.2":{"name":"@oddbird/popover-polyfill","version":"0.3.2","keywords":["css","polyfill","popover"],"author":{"url":"oddbird.net","name":"OddBird","email":"birds@oddbird.net"},"license":"BSD-3-Clause","_id":"@oddbird/popover-polyfill@0.3.2","maintainers":[{"name":"jerivas","email":"ed@jerivas.com"},{"name":"mirisuzanne","email":"miriam@oddbird.net"},{"name":"jgerigmeyer","email":"jonny@oddbird.net"}],"homepage":"https://github.com/oddbird/popover-polyfill","bugs":{"url":"https://github.com/oddbird/popover-polyfill/issues"},"dist":{"shasum":"7afb24db5b9bac48db1b762a374bd4d586c5f295","tarball":"https://registry.npmjs.org/@oddbird/popover-polyfill/-/popover-polyfill-0.3.2.tgz","fileCount":23,"integrity":"sha512-H0Q8JcFkXrOt2FrP0cUz2qomU5O+Dfc51UYLk5GtDWmVhdmvtV2FhgaCUh3TA6U5dogMZOFAf3QbwiGXhe9LXQ==","signatures":[{"sig":"MEUCICe+Q5K9p1sogfdNLdV3e9v+8OzXR8i6vgUHszI/aHx8AiEAug9EzZ4bCJBVKWcmwYW7yVsT2aG4mOLoqXjfsjkC5OQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":252259},"main":"./dist/popover-fn.js","type":"module","types":"./dist/index.d.ts","unpkg":"./dist/popover.min.js","module":"./dist/popover.js","browser":"./dist/popover.iife.min.js","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/popover.js","browser":"./dist/popover.iife.min.js","require":"./dist/popover.js"},"./fn":{"types":"./dist/index-fn.d.ts","import":"./dist/popover-fn.js"}},"gitHead":"5bdd41e4965d63233525651344243da3b6399868","scripts":{"tsc":"tsc --noEmit","lint":"run-p lint:*","test":"run-p test:unit test:e2e","build":"run-s clean build:* types","clean":"rm -rf dist","serve":"run-s build server:start","types":"tsc --emitDeclarationOnly","format":"run-p format:*","lint:js":"run-s prettier:check eslint:check tsc","prepack":"npm run build","prepare":"husky install","test:ci":"run-p test:unit test:e2e:ci","test:e2e":"echo No e2e tests yet","build:esm":"esbuild --bundle src/index.ts --outfile=dist/popover.js --format=esm --sourcemap","format:js":"run-s prettier:fix eslint:fix tsc","test:unit":"playwright test","build:iife":"esbuild --bundle src/index.ts --outfile=dist/popover.iife.min.js --format=iife --minify --sourcemap","eslint:fix":"npm run eslint:check -- --fix","test:e2e:ci":"echo No e2e tests yet","build:esm-fn":"esbuild --bundle src/index-fn.ts --outfile=dist/popover-fn.js --format=esm --sourcemap","eslint:check":"eslint .","prettier:fix":"prettier --write .","server:start":"esbuild --bundle src/index.ts --format=esm --servedir=. --outdir=dist --sourcemap --serve=\"${PORT:-3000}\" --log-level=\"${LEVEL:-info}\"","build:esm-min":"esbuild --bundle src/index.ts --outfile=dist/popover.min.js --format=esm --minify --sourcemap","prettier:check":"prettier --check ."},"_npmUser":{"name":"jgerigmeyer","email":"jonny@oddbird.net"},"repository":{"url":"git+https://github.com/oddbird/popover-polyfill.git","type":"git"},"_npmVersion":"9.5.1","description":"Popover Attribute Polyfill","directories":{},"lint-staged":{"*.{js,ts}":["eslint --cache --fix","prettier --write"],"*.{json,yml,md,html}":["prettier --write"]},"sideEffects":["./src/index.ts","./dist/popover.js","./dist/popover.min.js","./dist/popover.iife.min.js"],"_nodeVersion":"18.16.0","publishConfig":{"access":"public"},"typesVersions":{"*":{"fn":["./dist/index-fn.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"husky":"^8.0.3","eslint":"^8.53.0","esbuild":"^0.19.5","ts-node":"^10.9.1","prettier":"^3.1.0","typescript":"^5.2.2","@types/node":"*","lint-staged":"^15.1.0","npm-run-all":"^4.1.5","@playwright/test":"1.33.0","eslint-plugin-import":"^2.29.0","eslint-config-prettier":"^9.0.0","@typescript-eslint/parser":"^6.10.0","@typescript-eslint/eslint-plugin":"^6.10.0","eslint-plugin-simple-import-sort":"^10.0.0","eslint-import-resolver-typescript":"^3.6.1"},"_npmOperationalInternal":{"tmp":"tmp/popover-polyfill_0.3.2_1699892819068_0.3082326278306251","host":"s3://npm-registry-packages"}},"0.3.3":{"name":"@oddbird/popover-polyfill","version":"0.3.3","keywords":["css","polyfill","popover"],"author":{"url":"oddbird.net","name":"OddBird","email":"birds@oddbird.net"},"license":"BSD-3-Clause","_id":"@oddbird/popover-polyfill@0.3.3","maintainers":[{"name":"jerivas","email":"ed@jerivas.com"},{"name":"mirisuzanne","email":"miriam@oddbird.net"},{"name":"jgerigmeyer","email":"jonny@oddbird.net"}],"homepage":"https://github.com/oddbird/popover-polyfill","bugs":{"url":"https://github.com/oddbird/popover-polyfill/issues"},"dist":{"shasum":"e5b6e729895408a6507880e17036db9271d17349","tarball":"https://registry.npmjs.org/@oddbird/popover-polyfill/-/popover-polyfill-0.3.3.tgz","fileCount":23,"integrity":"sha512-yyHqvXm5p0QrK4X4Dn3ni1Q5Ufxp/k13hH/gn8vYrFODoGf/bB0gTnQCCkmhCg7LYKseV2/5qja1gFICQqggIA==","signatures":[{"sig":"MEUCIQDLYzA1zVb4azGDuQgl9O1+gA6Gj7sWeeX6iOUSJAFK4gIgBSMFReMLEMIf+7zRkMSVIM2rMhiBjwnN9kdE/B5Pjx8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":257986},"main":"./dist/popover-fn.js","type":"module","types":"./dist/index.d.ts","unpkg":"./dist/popover.min.js","module":"./dist/popover.js","browser":"./dist/popover.iife.min.js","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/popover.js","browser":"./dist/popover.iife.min.js","require":"./dist/popover.js"},"./fn":{"types":"./dist/index-fn.d.ts","import":"./dist/popover-fn.js"}},"gitHead":"03153a2c81d24e1b34e6f7ddf880d51a92059e45","scripts":{"tsc":"tsc --noEmit","lint":"run-p lint:*","test":"run-p test:unit test:e2e","build":"run-s clean build:* types","clean":"rm -rf dist","serve":"run-s build server:start","types":"tsc --emitDeclarationOnly","format":"run-p format:*","lint:js":"run-s prettier:check eslint:check tsc","prepack":"npm run build","prepare":"husky install","test:ci":"run-p test:unit test:e2e:ci","test:e2e":"echo No e2e tests yet","build:esm":"esbuild --bundle src/index.ts --outfile=dist/popover.js --format=esm --sourcemap","format:js":"run-s prettier:fix eslint:fix tsc","test:unit":"playwright test","build:iife":"esbuild --bundle src/index.ts --outfile=dist/popover.iife.min.js --format=iife --minify --sourcemap","eslint:fix":"npm run eslint:check -- --fix","test:e2e:ci":"echo No e2e tests yet","build:esm-fn":"esbuild --bundle src/index-fn.ts --outfile=dist/popover-fn.js --format=esm --sourcemap","eslint:check":"eslint .","prettier:fix":"prettier --write .","server:start":"esbuild --bundle src/index.ts --format=esm --servedir=. --outdir=dist --sourcemap --serve=\"${PORT:-3000}\" --log-level=\"${LEVEL:-info}\"","build:esm-min":"esbuild --bundle src/index.ts --outfile=dist/popover.min.js --format=esm --minify --sourcemap","prettier:check":"prettier --check ."},"_npmUser":{"name":"jgerigmeyer","email":"jonny@oddbird.net"},"repository":{"url":"git+https://github.com/oddbird/popover-polyfill.git","type":"git"},"_npmVersion":"9.5.1","description":"Popover Attribute Polyfill","directories":{},"lint-staged":{"*.{js,ts}":["eslint --cache --fix","prettier --write"],"*.{json,yml,md,html}":["prettier --write"]},"sideEffects":["./src/index.ts","./dist/popover.js","./dist/popover.min.js","./dist/popover.iife.min.js"],"_nodeVersion":"18.16.0","publishConfig":{"access":"public"},"typesVersions":{"*":{"fn":["./dist/index-fn.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"husky":"^8.0.3","eslint":"^8.54.0","esbuild":"^0.19.8","ts-node":"^10.9.1","prettier":"^3.1.0","typescript":"^5.2.2","@types/node":"*","lint-staged":"^15.1.0","npm-run-all":"^4.1.5","@playwright/test":"1.33.0","eslint-plugin-import":"^2.29.0","eslint-config-prettier":"^9.0.0","@typescript-eslint/parser":"^6.13.1","@typescript-eslint/eslint-plugin":"^6.13.1","eslint-plugin-simple-import-sort":"^10.0.0","eslint-import-resolver-typescript":"^3.6.1"},"_npmOperationalInternal":{"tmp":"tmp/popover-polyfill_0.3.3_1701184905625_0.39786043141466587","host":"s3://npm-registry-packages"}},"0.3.4":{"name":"@oddbird/popover-polyfill","version":"0.3.4","keywords":["css","polyfill","popover"],"author":{"url":"oddbird.net","name":"OddBird","email":"birds@oddbird.net"},"license":"BSD-3-Clause","_id":"@oddbird/popover-polyfill@0.3.4","maintainers":[{"name":"jerivas","email":"ed@jerivas.com"},{"name":"mirisuzanne","email":"miriam@oddbird.net"},{"name":"jgerigmeyer","email":"jonny@oddbird.net"}],"homepage":"https://github.com/oddbird/popover-polyfill","bugs":{"url":"https://github.com/oddbird/popover-polyfill/issues"},"dist":{"shasum":"67b5c18f3eb379ec35fcec4de0c95c1f536979a4","tarball":"https://registry.npmjs.org/@oddbird/popover-polyfill/-/popover-polyfill-0.3.4.tgz","fileCount":23,"integrity":"sha512-DRjqBEVc+0IBdqOwp2uY/e5ZC9BhTOqI1hFnKpiVDa4fqRE1d4uKDJ3aEYfdEVGDqY7hUE2UWnWm9ssW4bRTTw==","signatures":[{"sig":"MEYCIQDNtIOX2YkO6QX5MqN8DqhAymWcrus0NwNNFLU6C9bJ8QIhAIAsovY8093xD7naYqivEA5vNZd63bc8doeEjHPmxbnc","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":259255},"main":"./dist/popover-fn.js","type":"module","types":"./dist/index.d.ts","unpkg":"./dist/popover.min.js","module":"./dist/popover.js","browser":"./dist/popover.iife.min.js","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/popover.js","browser":"./dist/popover.iife.min.js","require":"./dist/popover.js"},"./fn":{"types":"./dist/index-fn.d.ts","import":"./dist/popover-fn.js"}},"gitHead":"3c4adc0711067ec17dad0dfa348a20d7cd22b2c1","scripts":{"tsc":"tsc --noEmit","lint":"run-p lint:*","test":"run-p test:unit test:e2e","build":"run-s clean build:* types","clean":"rm -rf dist","serve":"run-s build server:start","types":"tsc --emitDeclarationOnly","format":"run-p format:*","lint:js":"run-s prettier:check eslint:check tsc","prepack":"npm run build","prepare":"husky install","test:ci":"run-p test:unit test:e2e:ci","test:e2e":"echo No e2e tests yet","build:esm":"esbuild --bundle src/index.ts --outfile=dist/popover.js --format=esm --sourcemap","format:js":"run-s prettier:fix eslint:fix tsc","test:unit":"playwright test","build:iife":"esbuild --bundle src/index.ts --outfile=dist/popover.iife.min.js --format=iife --minify --sourcemap","eslint:fix":"npm run eslint:check -- --fix","test:e2e:ci":"echo No e2e tests yet","build:esm-fn":"esbuild --bundle src/index-fn.ts --outfile=dist/popover-fn.js --format=esm --sourcemap","eslint:check":"eslint .","prettier:fix":"prettier --write .","server:start":"esbuild --bundle src/index.ts --format=esm --servedir=. --outdir=dist --sourcemap --serve=\"${PORT:-3000}\" --log-level=\"${LEVEL:-info}\"","build:esm-min":"esbuild --bundle src/index.ts --outfile=dist/popover.min.js --format=esm --minify --sourcemap","prettier:check":"prettier --check ."},"_npmUser":{"name":"jgerigmeyer","email":"jonny@oddbird.net"},"repository":{"url":"git+https://github.com/oddbird/popover-polyfill.git","type":"git"},"_npmVersion":"9.5.1","description":"Popover Attribute Polyfill","directories":{},"lint-staged":{"*.{js,ts}":["eslint --cache --fix","prettier --write"],"*.{json,yml,md,html}":["prettier --write"]},"sideEffects":["./src/index.ts","./dist/popover.js","./dist/popover.min.js","./dist/popover.iife.min.js"],"_nodeVersion":"18.16.0","publishConfig":{"access":"public"},"typesVersions":{"*":{"fn":["./dist/index-fn.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"husky":"^8.0.3","eslint":"^8.54.0","esbuild":"^0.19.8","ts-node":"^10.9.1","prettier":"^3.1.0","typescript":"^5.2.2","@types/node":"*","lint-staged":"^15.1.0","npm-run-all":"^4.1.5","@playwright/test":"1.33.0","eslint-plugin-import":"^2.29.0","eslint-config-prettier":"^9.0.0","@typescript-eslint/parser":"^6.13.1","@typescript-eslint/eslint-plugin":"^6.13.1","eslint-plugin-simple-import-sort":"^10.0.0","eslint-import-resolver-typescript":"^3.6.1"},"_npmOperationalInternal":{"tmp":"tmp/popover-polyfill_0.3.4_1701198002527_0.48030242999426087","host":"s3://npm-registry-packages"}},"0.3.5":{"name":"@oddbird/popover-polyfill","version":"0.3.5","keywords":["css","polyfill","popover"],"author":{"url":"oddbird.net","name":"OddBird","email":"birds@oddbird.net"},"license":"BSD-3-Clause","_id":"@oddbird/popover-polyfill@0.3.5","maintainers":[{"name":"jerivas","email":"ed@jerivas.com"},{"name":"mirisuzanne","email":"miriam@oddbird.net"},{"name":"jgerigmeyer","email":"jonny@oddbird.net"}],"homepage":"https://github.com/oddbird/popover-polyfill","bugs":{"url":"https://github.com/oddbird/popover-polyfill/issues"},"dist":{"shasum":"01012cd8fc1bf6deb1fcfe7f088aa7c76eace6c2","tarball":"https://registry.npmjs.org/@oddbird/popover-polyfill/-/popover-polyfill-0.3.5.tgz","fileCount":23,"integrity":"sha512-NpbjRxlc99/w/fWhOLMYl0m314HTiEwBtWfAs3z65rEw8pCX+NgUomscG3Ao6bbxaT3tLtSXRkDLx3u6gazIBw==","signatures":[{"sig":"MEUCIALq0a+u++csR9+K9P8f7BPdJmf+hc/IxrgXeSx/8ENyAiEAuXbVx3u3Ngc/6d5XyaC8s8zndHB2LTtiEqcaEjmnrUM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":260126},"main":"./dist/popover-fn.js","type":"module","types":"./dist/index.d.ts","unpkg":"./dist/popover.min.js","module":"./dist/popover.js","browser":"./dist/popover.iife.min.js","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/popover.js","browser":"./dist/popover.iife.min.js","require":"./dist/popover.js"},"./fn":{"types":"./dist/index-fn.d.ts","import":"./dist/popover-fn.js"}},"gitHead":"3018fd0f7760a544f5965e3bf9be0ab4d385930c","scripts":{"tsc":"tsc --noEmit","lint":"run-p lint:*","test":"run-p test:unit test:e2e","build":"run-s clean build:* types","clean":"rm -rf dist","serve":"run-s build server:start","types":"tsc --emitDeclarationOnly","format":"run-p format:*","lint:js":"run-s prettier:check eslint:check tsc","prepack":"npm run build","prepare":"husky install","test:ci":"run-p test:unit test:e2e:ci","test:e2e":"echo No e2e tests yet","build:esm":"esbuild --bundle src/index.ts --outfile=dist/popover.js --format=esm --sourcemap","format:js":"run-s prettier:fix eslint:fix tsc","test:unit":"playwright test","build:iife":"esbuild --bundle src/index.ts --outfile=dist/popover.iife.min.js --format=iife --minify --sourcemap","eslint:fix":"npm run eslint:check -- --fix","test:e2e:ci":"echo No e2e tests yet","build:esm-fn":"esbuild --bundle src/index-fn.ts --outfile=dist/popover-fn.js --format=esm --sourcemap","eslint:check":"eslint .","prettier:fix":"prettier --write .","server:start":"esbuild --bundle src/index.ts --format=esm --servedir=. --outdir=dist --sourcemap --serve=\"${PORT:-3000}\" --log-level=\"${LEVEL:-info}\"","build:esm-min":"esbuild --bundle src/index.ts --outfile=dist/popover.min.js --format=esm --minify --sourcemap","prettier:check":"prettier --check ."},"_npmUser":{"name":"jgerigmeyer","email":"jonny@oddbird.net"},"repository":{"url":"git+https://github.com/oddbird/popover-polyfill.git","type":"git"},"_npmVersion":"9.5.1","description":"Popover Attribute Polyfill","directories":{},"lint-staged":{"*.{js,ts}":["eslint --cache --fix","prettier --write"],"*.{json,yml,md,html}":["prettier --write"]},"sideEffects":["./src/index.ts","./dist/popover.js","./dist/popover.min.js","./dist/popover.iife.min.js"],"_nodeVersion":"18.16.0","publishConfig":{"access":"public"},"typesVersions":{"*":{"fn":["./dist/index-fn.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"husky":"^8.0.3","eslint":"^8.54.0","esbuild":"^0.19.8","ts-node":"^10.9.1","prettier":"^3.1.0","typescript":"^5.2.2","@types/node":"*","lint-staged":"^15.1.0","npm-run-all":"^4.1.5","@playwright/test":"1.33.0","eslint-plugin-import":"^2.29.0","eslint-config-prettier":"^9.0.0","@typescript-eslint/parser":"^6.13.1","@typescript-eslint/eslint-plugin":"^6.13.1","eslint-plugin-simple-import-sort":"^10.0.0","eslint-import-resolver-typescript":"^3.6.1"},"_npmOperationalInternal":{"tmp":"tmp/popover-polyfill_0.3.5_1701277107511_0.8003701830969767","host":"s3://npm-registry-packages"}},"0.3.6":{"name":"@oddbird/popover-polyfill","version":"0.3.6","keywords":["css","polyfill","popover"],"author":{"url":"oddbird.net","name":"OddBird","email":"birds@oddbird.net"},"license":"BSD-3-Clause","_id":"@oddbird/popover-polyfill@0.3.6","maintainers":[{"name":"jerivas","email":"ed@jerivas.com"},{"name":"mirisuzanne","email":"miriam@oddbird.net"},{"name":"jgerigmeyer","email":"jonny@oddbird.net"}],"homepage":"https://github.com/oddbird/popover-polyfill","bugs":{"url":"https://github.com/oddbird/popover-polyfill/issues"},"dist":{"shasum":"b020510fe2ad43202255057a9bc917c2eced068d","tarball":"https://registry.npmjs.org/@oddbird/popover-polyfill/-/popover-polyfill-0.3.6.tgz","fileCount":23,"integrity":"sha512-9y9vWw6svuva+pLahuK1CBScoXhk70yiS9l+Ll7IBsUC3gTmdHDGXBv+H0EwGsJ3iCytvTd98Ds3+fcQQABrPg==","signatures":[{"sig":"MEYCIQDZjuN6enOJct2HVlpMCio1TcbpuM7seDyNlNW3GLGPqQIhAPpo13PnFkk3x/ABmwb2LW75mJwb16XCorw84o2WkGM/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":261031},"main":"./dist/popover-fn.js","type":"module","types":"./dist/index.d.ts","unpkg":"./dist/popover.min.js","module":"./dist/popover.js","browser":"./dist/popover.iife.min.js","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/popover.js","browser":"./dist/popover.iife.min.js","require":"./dist/popover.js"},"./fn":{"types":"./dist/index-fn.d.ts","import":"./dist/popover-fn.js"}},"gitHead":"bc226e8cf4fb97c1a19de41614ff3fe4d6aceaca","scripts":{"tsc":"tsc --noEmit","lint":"run-p lint:*","test":"run-p test:unit test:e2e","build":"run-s clean build:* types","clean":"rm -rf dist","serve":"run-s build server:start","types":"tsc --emitDeclarationOnly","format":"run-p format:*","lint:js":"run-s prettier:check eslint:check tsc","prepack":"npm run build","prepare":"husky install","test:ci":"run-p test:unit test:e2e:ci","test:e2e":"echo No e2e tests yet","build:esm":"esbuild --bundle src/index.ts --outfile=dist/popover.js --format=esm --sourcemap","format:js":"run-s prettier:fix eslint:fix tsc","test:unit":"playwright test","build:iife":"esbuild --bundle src/index.ts --outfile=dist/popover.iife.min.js --format=iife --minify --sourcemap","eslint:fix":"npm run eslint:check -- --fix","test:e2e:ci":"echo No e2e tests yet","build:esm-fn":"esbuild --bundle src/index-fn.ts --outfile=dist/popover-fn.js --format=esm --sourcemap","eslint:check":"eslint .","prettier:fix":"prettier --write .","server:start":"esbuild --bundle src/index.ts --format=esm --servedir=. --outdir=dist --sourcemap --serve=\"${PORT:-3000}\" --log-level=\"${LEVEL:-info}\"","build:esm-min":"esbuild --bundle src/index.ts --outfile=dist/popover.min.js --format=esm --minify --sourcemap","prettier:check":"prettier --check ."},"_npmUser":{"name":"jgerigmeyer","email":"jonny@oddbird.net"},"repository":{"url":"git+https://github.com/oddbird/popover-polyfill.git","type":"git"},"_npmVersion":"9.5.1","description":"Popover Attribute Polyfill","directories":{},"lint-staged":{"*.{js,ts}":["eslint --cache --fix","prettier --write"],"*.{json,yml,md,html}":["prettier --write"]},"sideEffects":["./src/index.ts","./dist/popover.js","./dist/popover.min.js","./dist/popover.iife.min.js"],"_nodeVersion":"18.16.0","publishConfig":{"access":"public"},"typesVersions":{"*":{"fn":["./dist/index-fn.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"husky":"^8.0.3","eslint":"^8.54.0","esbuild":"^0.19.8","ts-node":"^10.9.1","prettier":"^3.1.0","typescript":"^5.2.2","@types/node":"*","lint-staged":"^15.1.0","npm-run-all":"^4.1.5","@playwright/test":"1.33.0","eslint-plugin-import":"^2.29.0","eslint-config-prettier":"^9.0.0","@typescript-eslint/parser":"^6.13.1","@typescript-eslint/eslint-plugin":"^6.13.1","eslint-plugin-simple-import-sort":"^10.0.0","eslint-import-resolver-typescript":"^3.6.1"},"_npmOperationalInternal":{"tmp":"tmp/popover-polyfill_0.3.6_1701447749682_0.8800061568666186","host":"s3://npm-registry-packages"}},"0.3.7":{"name":"@oddbird/popover-polyfill","version":"0.3.7","keywords":["css","polyfill","popover"],"author":{"url":"oddbird.net","name":"OddBird","email":"birds@oddbird.net"},"license":"BSD-3-Clause","_id":"@oddbird/popover-polyfill@0.3.7","maintainers":[{"name":"jerivas","email":"ed@jerivas.com"},{"name":"mirisuzanne","email":"miriam@oddbird.net"},{"name":"jgerigmeyer","email":"jonny@oddbird.net"}],"homepage":"https://github.com/oddbird/popover-polyfill","bugs":{"url":"https://github.com/oddbird/popover-polyfill/issues"},"dist":{"shasum":"716db2c5236cf2f8d8d00c15f06c76398503f697","tarball":"https://registry.npmjs.org/@oddbird/popover-polyfill/-/popover-polyfill-0.3.7.tgz","fileCount":23,"integrity":"sha512-WNthEIPPXnFQkumLby6yVxhyOcA/GtMnlByHwEglMO9WZckoaqidnpLp2JFzAh2RDOZxn+Xt3ffSMKId9cPjOQ==","signatures":[{"sig":"MEQCIEYfkrjsubuGsyVtuBbRDaA4THvSJNoeM5pWXQOvFnVpAiBRiUMcLUOPa7auZCA9yOw4aY5H+VIORpSxemIZ1+KlTQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":261573},"main":"./dist/popover-fn.js","type":"module","types":"./dist/index.d.ts","unpkg":"./dist/popover.min.js","module":"./dist/popover.js","browser":"./dist/popover.iife.min.js","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/popover.js","browser":"./dist/popover.iife.min.js","require":"./dist/popover.js"},"./fn":{"types":"./dist/index-fn.d.ts","import":"./dist/popover-fn.js"}},"gitHead":"92677cce71dda10203e65af152d0fbad9f537563","scripts":{"tsc":"tsc --noEmit","lint":"run-p lint:*","test":"run-p test:unit test:e2e","build":"run-s clean build:* types","clean":"rm -rf dist","serve":"run-s build server:start","types":"tsc --emitDeclarationOnly","format":"run-p format:*","lint:js":"run-s prettier:check eslint:check tsc","prepack":"npm run build","prepare":"husky install","test:ci":"run-p test:unit test:e2e:ci","test:e2e":"echo No e2e tests yet","build:esm":"esbuild --bundle src/index.ts --outfile=dist/popover.js --format=esm --sourcemap","format:js":"run-s prettier:fix eslint:fix tsc","test:unit":"playwright test","build:iife":"esbuild --bundle src/index.ts --outfile=dist/popover.iife.min.js --format=iife --minify --sourcemap","eslint:fix":"npm run eslint:check -- --fix","test:e2e:ci":"echo No e2e tests yet","build:esm-fn":"esbuild --bundle src/index-fn.ts --outfile=dist/popover-fn.js --format=esm --sourcemap","eslint:check":"eslint .","prettier:fix":"prettier --write .","server:start":"esbuild --bundle src/index.ts --format=esm --servedir=. --outdir=dist --sourcemap --serve=\"${PORT:-3000}\" --log-level=\"${LEVEL:-info}\"","build:esm-min":"esbuild --bundle src/index.ts --outfile=dist/popover.min.js --format=esm --minify --sourcemap","prettier:check":"prettier --check ."},"_npmUser":{"name":"jgerigmeyer","email":"jonny@oddbird.net"},"repository":{"url":"git+https://github.com/oddbird/popover-polyfill.git","type":"git"},"_npmVersion":"9.5.1","description":"Popover Attribute Polyfill","directories":{},"lint-staged":{"*.{js,ts}":["eslint --cache --fix","prettier --write"],"*.{json,yml,md,html}":["prettier --write"]},"sideEffects":["./src/index.ts","./dist/popover.js","./dist/popover.min.js","./dist/popover.iife.min.js"],"_nodeVersion":"18.16.0","publishConfig":{"access":"public"},"typesVersions":{"*":{"fn":["./dist/index-fn.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"husky":"^8.0.3","eslint":"^8.55.0","esbuild":"^0.19.8","ts-node":"^10.9.1","prettier":"^3.1.0","typescript":"^5.2.2","@types/node":"*","lint-staged":"^15.2.0","npm-run-all":"^4.1.5","@playwright/test":"1.33.0","eslint-plugin-import":"^2.29.0","eslint-config-prettier":"^9.1.0","@typescript-eslint/parser":"^6.13.2","@typescript-eslint/eslint-plugin":"^6.13.2","eslint-plugin-simple-import-sort":"^10.0.0","eslint-import-resolver-typescript":"^3.6.1"},"_npmOperationalInternal":{"tmp":"tmp/popover-polyfill_0.3.7_1701969423341_0.7523255177120596","host":"s3://npm-registry-packages"}},"0.3.8":{"name":"@oddbird/popover-polyfill","version":"0.3.8","keywords":["css","polyfill","popover"],"author":{"url":"oddbird.net","name":"OddBird","email":"birds@oddbird.net"},"license":"BSD-3-Clause","_id":"@oddbird/popover-polyfill@0.3.8","maintainers":[{"name":"jerivas","email":"ed@jerivas.com"},{"name":"mirisuzanne","email":"miriam@oddbird.net"},{"name":"jgerigmeyer","email":"jonny@oddbird.net"}],"homepage":"https://github.com/oddbird/popover-polyfill","bugs":{"url":"https://github.com/oddbird/popover-polyfill/issues"},"dist":{"shasum":"2f679fdf01caeb4b79bfd738abeeff1d38804995","tarball":"https://registry.npmjs.org/@oddbird/popover-polyfill/-/popover-polyfill-0.3.8.tgz","fileCount":23,"integrity":"sha512-+aK7EHL3VggfsWGVqUwvtli2+kP5OWyseAsrefhzR2XWoi2oALUCeoDn63i5WS3ZOmLiXHRNBwHPeta8w+aM1g==","signatures":[{"sig":"MEUCIB2uv5AZkdmUBILcWUFVlhi8bPrAtOH3fJptppMYahKBAiEA5uTDjfvAOAFBlhPjanJHRJNzBI9aJq47HXDJnRtvwq0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":261168},"main":"./dist/popover-fn.js","type":"module","types":"./dist/index.d.ts","unpkg":"./dist/popover.min.js","module":"./dist/popover.js","browser":"./dist/popover.iife.min.js","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/popover.js","browser":"./dist/popover.iife.min.js","require":"./dist/popover.js"},"./fn":{"types":"./dist/index-fn.d.ts","import":"./dist/popover-fn.js"}},"gitHead":"962700d5bb18f330675266b28c618e1d14a85191","scripts":{"tsc":"tsc --noEmit","lint":"run-p lint:*","test":"run-p test:unit test:e2e","build":"run-s clean build:* types","clean":"rm -rf dist","serve":"run-s build server:start","types":"tsc --emitDeclarationOnly","format":"run-p format:*","lint:js":"run-s prettier:check eslint:check tsc","prepack":"npm run build","prepare":"husky install","test:ci":"run-p test:unit test:e2e:ci","test:e2e":"echo No e2e tests yet","build:esm":"esbuild --bundle src/index.ts --outfile=dist/popover.js --format=esm --sourcemap","format:js":"run-s prettier:fix eslint:fix tsc","test:unit":"playwright test","build:iife":"esbuild --bundle src/index.ts --outfile=dist/popover.iife.min.js --format=iife --minify --sourcemap","eslint:fix":"npm run eslint:check -- --fix","test:e2e:ci":"echo No e2e tests yet","build:esm-fn":"esbuild --bundle src/index-fn.ts --outfile=dist/popover-fn.js --format=esm --sourcemap","eslint:check":"eslint .","prettier:fix":"prettier --write .","server:start":"esbuild --bundle src/index.ts --format=esm --servedir=. --outdir=dist --sourcemap --serve=\"${PORT:-3000}\" --log-level=\"${LEVEL:-info}\"","build:esm-min":"esbuild --bundle src/index.ts --outfile=dist/popover.min.js --format=esm --minify --sourcemap","prettier:check":"prettier --check ."},"_npmUser":{"name":"jgerigmeyer","email":"jonny@oddbird.net"},"repository":{"url":"git+https://github.com/oddbird/popover-polyfill.git","type":"git"},"_npmVersion":"9.8.1","description":"Popover Attribute Polyfill","directories":{},"lint-staged":{"*.{js,ts}":["eslint --cache --fix","prettier --write"],"*.{json,yml,md,html}":["prettier --write"]},"sideEffects":["./src/index.ts","./dist/popover.js","./dist/popover.min.js","./dist/popover.iife.min.js"],"_nodeVersion":"18.18.2","publishConfig":{"access":"public"},"typesVersions":{"*":{"fn":["./dist/index-fn.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"husky":"^8.0.3","eslint":"^8.56.0","esbuild":"^0.19.11","ts-node":"^10.9.2","prettier":"^3.2.2","typescript":"^5.2.2","@types/node":"*","lint-staged":"^15.2.0","npm-run-all":"^4.1.5","@playwright/test":"1.33.0","eslint-plugin-import":"^2.29.1","eslint-config-prettier":"^9.1.0","@typescript-eslint/parser":"^6.19.0","@typescript-eslint/eslint-plugin":"^6.19.0","eslint-plugin-simple-import-sort":"^10.0.0","eslint-import-resolver-typescript":"^3.6.1"},"_npmOperationalInternal":{"tmp":"tmp/popover-polyfill_0.3.8_1705422777822_0.8354232221271727","host":"s3://npm-registry-packages"}},"0.4.0":{"name":"@oddbird/popover-polyfill","version":"0.4.0","keywords":["css","polyfill","popover"],"author":{"url":"oddbird.net","name":"OddBird","email":"birds@oddbird.net"},"license":"BSD-3-Clause","_id":"@oddbird/popover-polyfill@0.4.0","maintainers":[{"name":"jerivas","email":"ed@jerivas.com"},{"name":"mirisuzanne","email":"miriam@oddbird.net"},{"name":"jgerigmeyer","email":"jonny@oddbird.net"}],"homepage":"https://github.com/oddbird/popover-polyfill","bugs":{"url":"https://github.com/oddbird/popover-polyfill/issues"},"dist":{"shasum":"abba79014e670b6d95451512b29afca99eab571a","tarball":"https://registry.npmjs.org/@oddbird/popover-polyfill/-/popover-polyfill-0.4.0.tgz","fileCount":23,"integrity":"sha512-jrqoTI8lk5UziDsDPJ2Y+nmXYCcRhmr6uMARr3v/W6AMxRgsnRLWJyWKYr6FjaGMgbyxXG+OkCUPQY4Xl3toGg==","signatures":[{"sig":"MEYCIQCto3uTbGniGyj4ArC54b8gR+yhHj44+OCnX7NlVnQzugIhAL6tRBs3Xc2DuwsJw2dOh0KXS/wbErVDhRs/WVFPMkhe","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":263948},"main":"./dist/popover-fn.js","type":"module","types":"./dist/index.d.ts","unpkg":"./dist/popover.min.js","module":"./dist/popover.js","browser":"./dist/popover.iife.min.js","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/popover.js","browser":"./dist/popover.iife.min.js","require":"./dist/popover.js"},"./fn":{"types":"./dist/index-fn.d.ts","import":"./dist/popover-fn.js"}},"gitHead":"fcf6ed9f92b5dc34d66233a2b59c341fc196ed03","scripts":{"tsc":"tsc --noEmit","lint":"run-p lint:*","test":"run-p test:unit test:e2e","build":"run-s clean build:* types","clean":"rm -rf dist","serve":"run-s build server:start","types":"tsc --emitDeclarationOnly","format":"run-p format:*","lint:js":"run-s prettier:check eslint:check tsc","prepack":"npm run build","prepare":"husky","test:ci":"run-p test:unit test:e2e:ci","test:e2e":"echo No e2e tests yet","build:esm":"esbuild --bundle src/index.ts --outfile=dist/popover.js --format=esm --sourcemap","format:js":"run-s prettier:fix eslint:fix tsc","test:unit":"playwright test","build:iife":"esbuild --bundle src/index.ts --outfile=dist/popover.iife.min.js --format=iife --minify --sourcemap","eslint:fix":"npm run eslint:check -- --fix","test:e2e:ci":"echo No e2e tests yet","build:esm-fn":"esbuild --bundle src/index-fn.ts --outfile=dist/popover-fn.js --format=esm --sourcemap","eslint:check":"eslint .","prettier:fix":"prettier --write .","server:start":"esbuild --bundle src/index.ts --format=esm --servedir=. --outdir=dist --sourcemap --serve=\"${PORT:-3000}\" --log-level=\"${LEVEL:-info}\"","build:esm-min":"esbuild --bundle src/index.ts --outfile=dist/popover.min.js --format=esm --minify --sourcemap","prettier:check":"prettier --check ."},"_npmUser":{"name":"jgerigmeyer","email":"jonny@oddbird.net"},"repository":{"url":"git+https://github.com/oddbird/popover-polyfill.git","type":"git"},"_npmVersion":"9.8.1","description":"Popover Attribute Polyfill","directories":{},"lint-staged":{"*.{js,ts}":["eslint --cache --fix","prettier --write"],"*.{json,yml,md,html}":["prettier --write"]},"sideEffects":["./src/index.ts","./dist/popover.js","./dist/popover.min.js","./dist/popover.iife.min.js"],"_nodeVersion":"18.18.2","publishConfig":{"access":"public"},"typesVersions":{"*":{"fn":["./dist/index-fn.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"husky":"^9.0.10","eslint":"^8.56.0","esbuild":"^0.20.0","ts-node":"^10.9.2","prettier":"3.2.5","typescript":"^5.2.2","@types/node":"*","lint-staged":"^15.2.2","npm-run-all":"^4.1.5","@playwright/test":"1.33.0","eslint-plugin-import":"^2.29.1","eslint-config-prettier":"^9.1.0","@typescript-eslint/parser":"^6.21.0","@typescript-eslint/eslint-plugin":"^6.21.0","eslint-plugin-simple-import-sort":"^10.0.0","eslint-import-resolver-typescript":"^3.6.1"},"_npmOperationalInternal":{"tmp":"tmp/popover-polyfill_0.4.0_1707413843785_0.5162809234872452","host":"s3://npm-registry-packages"}},"0.4.1":{"name":"@oddbird/popover-polyfill","version":"0.4.1","keywords":["css","polyfill","popover"],"author":{"url":"oddbird.net","name":"OddBird","email":"birds@oddbird.net"},"license":"BSD-3-Clause","_id":"@oddbird/popover-polyfill@0.4.1","maintainers":[{"name":"jerivas","email":"ed@jerivas.com"},{"name":"mirisuzanne","email":"miriam@oddbird.net"},{"name":"jgerigmeyer","email":"jonny@oddbird.net"}],"homepage":"https://github.com/oddbird/popover-polyfill","bugs":{"url":"https://github.com/oddbird/popover-polyfill/issues"},"dist":{"shasum":"e28a9ac4ca8d473402e35153006e4d193c597ad7","tarball":"https://registry.npmjs.org/@oddbird/popover-polyfill/-/popover-polyfill-0.4.1.tgz","fileCount":23,"integrity":"sha512-1MBMy92urkxoIy3qQecs6DzSgtVg9WElUhPXZ7GejqH8AmoakP6uMZGO1vyf0Cf9dBujqb0C+cXyZTTBLHWs0A==","signatures":[{"sig":"MEYCIQDjo2rpFVYOq83xJAh19al9UnfzytJTrQZnK54sppo/SgIhAJ/Y+VJg/k7dJf7Y0Ysu21KGXqHOi2ST5funM3tymwrz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":267592},"main":"./dist/popover-fn.js","type":"module","types":"./dist/index.d.ts","unpkg":"./dist/popover.min.js","module":"./dist/popover.js","browser":"./dist/popover.iife.min.js","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/popover.js","browser":"./dist/popover.iife.min.js","require":"./dist/popover.js"},"./fn":{"types":"./dist/index-fn.d.ts","import":"./dist/popover-fn.js"}},"gitHead":"f1e9d2ae57ee93ab58181c8d50cd1248b0a2d13c","scripts":{"tsc":"tsc --noEmit","lint":"run-p lint:*","test":"run-p test:unit test:e2e","build":"run-s clean build:* types","clean":"rm -rf dist","serve":"run-s build server:start","types":"tsc --emitDeclarationOnly","format":"run-p format:*","lint:js":"run-s prettier:check eslint:check tsc","prepack":"npm run build","prepare":"husky","test:ci":"run-p test:unit test:e2e:ci","test:e2e":"playwright test","build:esm":"esbuild --bundle src/index.ts --outfile=dist/popover.js --format=esm --sourcemap","format:js":"run-s prettier:fix eslint:fix tsc","test:unit":"echo No unit tests yet","build:iife":"esbuild --bundle src/index.ts --outfile=dist/popover.iife.min.js --format=iife --minify --sourcemap","eslint:fix":"npm run eslint:check -- --fix","test:e2e:ci":"run-s test:e2e \"test:e2e -- --browser=firefox\"","build:esm-fn":"esbuild --bundle src/index-fn.ts --outfile=dist/popover-fn.js --format=esm --sourcemap","eslint:check":"eslint .","prettier:fix":"prettier --write .","server:start":"esbuild --bundle src/index.ts --format=esm --servedir=. --outdir=dist --sourcemap --serve=\"${PORT:-3000}\" --log-level=\"${LEVEL:-info}\"","build:esm-min":"esbuild --bundle src/index.ts --outfile=dist/popover.min.js --format=esm --minify --sourcemap","prettier:check":"prettier --check ."},"_npmUser":{"name":"jgerigmeyer","email":"jonny@oddbird.net"},"repository":{"url":"git+https://github.com/oddbird/popover-polyfill.git","type":"git"},"_npmVersion":"10.2.4","description":"Popover Attribute Polyfill","directories":{},"lint-staged":{"*.{js,ts}":["eslint --cache --fix","prettier --write --ignore-unknown"],"*.{json,yml,md,html}":["prettier --write --ignore-unknown"]},"sideEffects":["./src/index.ts","./dist/popover.js","./dist/popover.min.js","./dist/popover.iife.min.js"],"_nodeVersion":"20.11.1","publishConfig":{"access":"public"},"typesVersions":{"*":{"fn":["./dist/index-fn.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"husky":"^9.0.11","eslint":"^8.57.0","esbuild":"^0.20.2","ts-node":"^10.9.2","prettier":"3.2.5","typescript":"^5.4.3","@types/node":"*","lint-staged":"^15.2.2","npm-run-all":"^4.1.5","@playwright/test":"1.33.0","eslint-plugin-import":"^2.29.1","eslint-config-prettier":"^9.1.0","@typescript-eslint/parser":"^7.4.0","@typescript-eslint/eslint-plugin":"^7.4.0","eslint-plugin-simple-import-sort":"^12.0.0","eslint-import-resolver-typescript":"^3.6.1"},"_npmOperationalInternal":{"tmp":"tmp/popover-polyfill_0.4.1_1711567664188_0.6887344583907689","host":"s3://npm-registry-packages"}},"0.4.2":{"name":"@oddbird/popover-polyfill","version":"0.4.2","keywords":["css","polyfill","popover"],"author":{"url":"oddbird.net","name":"OddBird","email":"birds@oddbird.net"},"license":"BSD-3-Clause","_id":"@oddbird/popover-polyfill@0.4.2","maintainers":[{"name":"jerivas","email":"ed@jerivas.com"},{"name":"mirisuzanne","email":"miriam@oddbird.net"},{"name":"jgerigmeyer","email":"jonny@oddbird.net"}],"homepage":"https://github.com/oddbird/popover-polyfill","bugs":{"url":"https://github.com/oddbird/popover-polyfill/issues"},"dist":{"shasum":"313422d574b498f7181d2b5bbd4f1078ad4b33b5","tarball":"https://registry.npmjs.org/@oddbird/popover-polyfill/-/popover-polyfill-0.4.2.tgz","fileCount":23,"integrity":"sha512-tmRNm9s2pQJc9PZMzsnhCebLLM87LdBc1j1LxAUbZ+H/GhOZWjM1kiynBii34HGst00fS3Oejx98gCrhjemBHw==","signatures":[{"sig":"MEUCIAh55/KZkhROlJ83JsaqPbQMm6itdQ5/fYsjL2vOmgG+AiEAu1qn0NPZisM3WWxkqMk3Vq39F7KkrFp0IE3bTvEIEn4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":268863},"main":"./dist/popover-fn.js","type":"module","types":"./dist/index.d.ts","unpkg":"./dist/popover.min.js","module":"./dist/popover.js","browser":"./dist/popover.iife.min.js","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/popover.js","browser":"./dist/popover.iife.min.js","require":"./dist/popover.js"},"./fn":{"types":"./dist/index-fn.d.ts","import":"./dist/popover-fn.js"}},"gitHead":"90a367e8eff76ed078c2b3c00f16f9303165614b","scripts":{"tsc":"tsc --noEmit","lint":"run-p lint:*","test":"run-p test:unit test:e2e","build":"run-s clean build:* types","clean":"rm -rf dist","serve":"run-s build server:start","types":"tsc --emitDeclarationOnly","format":"run-p format:*","lint:js":"run-s prettier:check eslint:check tsc","prepack":"npm run build","prepare":"husky","test:ci":"run-p test:unit test:e2e:ci","test:e2e":"playwright test","build:esm":"esbuild --bundle src/index.ts --outfile=dist/popover.js --format=esm --sourcemap","format:js":"run-s prettier:fix eslint:fix tsc","test:unit":"echo No unit tests yet","build:iife":"esbuild --bundle src/index.ts --outfile=dist/popover.iife.min.js --format=iife --minify --sourcemap","eslint:fix":"npm run eslint:check -- --fix","test:e2e:ci":"run-s test:e2e \"test:e2e -- --browser=firefox\"","build:esm-fn":"esbuild --bundle src/index-fn.ts --outfile=dist/popover-fn.js --format=esm --sourcemap","eslint:check":"eslint .","prettier:fix":"prettier --write .","server:start":"esbuild --bundle src/index.ts --format=esm --servedir=. --outdir=dist --sourcemap --serve=\"${PORT:-3000}\" --log-level=\"${LEVEL:-info}\"","build:esm-min":"esbuild --bundle src/index.ts --outfile=dist/popover.min.js --format=esm --minify --sourcemap","prettier:check":"prettier --check ."},"_npmUser":{"name":"jgerigmeyer","email":"jonny@oddbird.net"},"repository":{"url":"git+https://github.com/oddbird/popover-polyfill.git","type":"git"},"_npmVersion":"10.2.4","description":"Popover Attribute Polyfill","directories":{},"lint-staged":{"*.{js,ts}":["eslint --cache --fix","prettier --write --ignore-unknown"],"*.{json,yml,md,html}":["prettier --write --ignore-unknown"]},"sideEffects":["./src/index.ts","./dist/popover.js","./dist/popover.min.js","./dist/popover.iife.min.js"],"_nodeVersion":"20.11.1","publishConfig":{"access":"public"},"typesVersions":{"*":{"fn":["./dist/index-fn.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"husky":"^9.0.11","eslint":"^8.57.0","esbuild":"^0.20.2","ts-node":"^10.9.2","prettier":"3.2.5","typescript":"^5.4.5","@types/node":"*","lint-staged":"^15.2.2","npm-run-all":"^4.1.5","@playwright/test":"1.33.0","eslint-plugin-import":"^2.29.1","eslint-config-prettier":"^9.1.0","@typescript-eslint/parser":"^7.7.1","@typescript-eslint/eslint-plugin":"^7.7.1","eslint-plugin-simple-import-sort":"^12.1.0","eslint-import-resolver-typescript":"^3.6.1"},"_npmOperationalInternal":{"tmp":"tmp/popover-polyfill_0.4.2_1714061532825_0.40952159865703575","host":"s3://npm-registry-packages"}},"0.4.3":{"name":"@oddbird/popover-polyfill","version":"0.4.3","keywords":["css","polyfill","popover"],"author":{"url":"oddbird.net","name":"OddBird","email":"birds@oddbird.net"},"license":"BSD-3-Clause","_id":"@oddbird/popover-polyfill@0.4.3","maintainers":[{"name":"jerivas","email":"ed@jerivas.com"},{"name":"mirisuzanne","email":"miriam@oddbird.net"},{"name":"jgerigmeyer","email":"jonny@oddbird.net"}],"homepage":"https://github.com/oddbird/popover-polyfill","bugs":{"url":"https://github.com/oddbird/popover-polyfill/issues"},"dist":{"shasum":"310d61c8fc7ee12d8dba05cdfa8bd7e5d5a281a3","tarball":"https://registry.npmjs.org/@oddbird/popover-polyfill/-/popover-polyfill-0.4.3.tgz","fileCount":23,"integrity":"sha512-kBS0ZAwH8kZqFl0mV89KPK4cLYl2ZoKSfYngK4dz1eLAhKzTK0yu4LrvLdMeM7JhjWK6GxBtiY+cl1s6vR2pUg==","signatures":[{"sig":"MEUCIQCbgxuw3mKhaEgkPMp9D/LKoxu1wcBKVoKxafQlVs3WTwIgf1Tq6PXHxHhsb5+adLbql+zLy0t/BggmOM06NDVwpr4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":269233},"main":"./dist/popover-fn.js","type":"module","types":"./dist/index.d.ts","unpkg":"./dist/popover.min.js","module":"./dist/popover.js","browser":"./dist/popover.iife.min.js","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/popover.js","browser":"./dist/popover.iife.min.js","require":"./dist/popover.js"},"./fn":{"types":"./dist/index-fn.d.ts","import":"./dist/popover-fn.js"}},"gitHead":"d95f3961cfcc1976ec09cad4c94e59cf631b1e25","scripts":{"tsc":"tsc --noEmit","lint":"run-p lint:*","test":"run-p test:unit test:e2e","build":"run-s clean build:* types","clean":"rm -rf dist","serve":"run-s build server:start","types":"tsc --emitDeclarationOnly","format":"run-p format:*","lint:js":"run-s prettier:check eslint:check tsc","prepack":"npm run build","prepare":"husky","test:ci":"run-p test:unit test:e2e:ci","test:e2e":"playwright test","build:esm":"esbuild --bundle src/index.ts --outfile=dist/popover.js --format=esm --sourcemap","format:js":"run-s prettier:fix eslint:fix tsc","test:unit":"echo No unit tests yet","build:iife":"esbuild --bundle src/index.ts --outfile=dist/popover.iife.min.js --format=iife --minify --sourcemap","eslint:fix":"npm run eslint:check -- --fix","test:e2e:ci":"run-s test:e2e \"test:e2e -- --browser=firefox\"","build:esm-fn":"esbuild --bundle src/index-fn.ts --outfile=dist/popover-fn.js --format=esm --sourcemap","eslint:check":"eslint .","prettier:fix":"prettier --write .","server:start":"esbuild --bundle src/index.ts --format=esm --servedir=. --outdir=dist --sourcemap --serve=\"${PORT:-3000}\" --log-level=\"${LEVEL:-info}\"","build:esm-min":"esbuild --bundle src/index.ts --outfile=dist/popover.min.js --format=esm --minify --sourcemap","prettier:check":"prettier --check ."},"_npmUser":{"name":"jgerigmeyer","email":"jonny@oddbird.net"},"repository":{"url":"git+https://github.com/oddbird/popover-polyfill.git","type":"git"},"_npmVersion":"10.2.4","description":"Popover Attribute Polyfill","directories":{},"lint-staged":{"*.{js,ts}":["eslint --cache --fix","prettier --write --ignore-unknown"],"*.{json,yml,md,html}":["prettier --write --ignore-unknown"]},"sideEffects":["./src/index.ts","./dist/popover.js","./dist/popover.min.js","./dist/popover.iife.min.js"],"_nodeVersion":"20.11.1","publishConfig":{"access":"public"},"typesVersions":{"*":{"fn":["./dist/index-fn.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"husky":"^9.0.11","eslint":"^8.57.0","esbuild":"^0.20.2","ts-node":"^10.9.2","prettier":"3.2.5","typescript":"^5.4.5","@types/node":"*","lint-staged":"^15.2.2","npm-run-all":"^4.1.5","@playwright/test":"1.33.0","eslint-plugin-import":"^2.29.1","eslint-config-prettier":"^9.1.0","@typescript-eslint/parser":"^7.7.1","@typescript-eslint/eslint-plugin":"^7.7.1","eslint-plugin-simple-import-sort":"^12.1.0","eslint-import-resolver-typescript":"^3.6.1"},"_npmOperationalInternal":{"tmp":"tmp/popover-polyfill_0.4.3_1714152224000_0.4245254324743317","host":"s3://npm-registry-packages"}},"0.4.4":{"name":"@oddbird/popover-polyfill","version":"0.4.4","keywords":["css","polyfill","popover"],"author":{"url":"oddbird.net","name":"OddBird","email":"birds@oddbird.net"},"license":"BSD-3-Clause","_id":"@oddbird/popover-polyfill@0.4.4","maintainers":[{"name":"terriblemia","email":"miriam@oddbird.net"},{"name":"jerivas","email":"ed@jerivas.com"},{"name":"mirisuzanne","email":"hello@miriam.codes"},{"name":"jgerigmeyer","email":"jonny@oddbird.net"}],"homepage":"https://github.com/oddbird/popover-polyfill","bugs":{"url":"https://github.com/oddbird/popover-polyfill/issues"},"dist":{"shasum":"6f87d81861c37bb1ff983b7522adfad3c2210232","tarball":"https://registry.npmjs.org/@oddbird/popover-polyfill/-/popover-polyfill-0.4.4.tgz","fileCount":23,"integrity":"sha512-n9q0ZXYRct6aYmOjjF5E+i5i0RSjVCkoKDJWILzJAkDBk4jmWOAZFjQfExtcAiJa0buX/Lx/CzBdGgiSSAlbrw==","signatures":[{"sig":"MEUCIFqAdbSyA0OCsnrX6Gjl2lypB9UVpARK3mJe95qH4VSEAiEAm6BFkEv2aHHktFCWPwapTSCRmLqkGGm2LLvKZLNZNns=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":268781},"main":"./dist/popover-fn.js","type":"module","types":"./dist/index.d.ts","unpkg":"./dist/popover.min.js","module":"./dist/popover.js","browser":"./dist/popover.iife.min.js","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/popover.js","browser":"./dist/popover.iife.min.js","require":"./dist/popover.js"},"./fn":{"types":"./dist/index-fn.d.ts","import":"./dist/popover-fn.js"}},"gitHead":"2923aeaac0c93d429ab81ac4bdcc1101ae560699","scripts":{"tsc":"tsc --noEmit","lint":"run-p lint:*","test":"run-p test:unit test:e2e","build":"run-s clean build:* types","clean":"rm -rf dist","serve":"run-s build server:start","types":"tsc --emitDeclarationOnly","format":"run-p format:*","lint:js":"run-s prettier:check eslint:check tsc","prepack":"npm run build","prepare":"husky","test:ci":"run-p test:unit test:e2e:ci","test:ui":"npm run test:e2e -- --ui","test:e2e":"playwright test","build:esm":"esbuild --bundle src/index.ts --outfile=dist/popover.js --format=esm --sourcemap","format:js":"run-s prettier:fix eslint:fix tsc","test:unit":"echo No unit tests yet","build:iife":"esbuild --bundle src/index.ts --outfile=dist/popover.iife.min.js --format=iife --minify --sourcemap","eslint:fix":"npm run eslint:check -- --fix","test:e2e:ci":"run-s test:e2e \"test:e2e -- --browser=firefox\"","build:esm-fn":"esbuild --bundle src/index-fn.ts --outfile=dist/popover-fn.js --format=esm --sourcemap","eslint:check":"eslint .","prettier:fix":"prettier --write .","server:start":"esbuild --bundle src/index.ts --format=esm --servedir=. --outdir=dist --sourcemap --serve=\"${PORT:-3000}\" --log-level=\"${LEVEL:-info}\"","build:esm-min":"esbuild --bundle src/index.ts --outfile=dist/popover.min.js --format=esm --minify --sourcemap","prettier:check":"prettier --check ."},"_npmUser":{"name":"jgerigmeyer","email":"jonny@oddbird.net"},"repository":{"url":"git+https://github.com/oddbird/popover-polyfill.git","type":"git"},"_npmVersion":"10.5.2","description":"Popover Attribute Polyfill","directories":{},"lint-staged":{"*.{js,ts}":["eslint --cache --fix","prettier --write --ignore-unknown"],"*.{json,yml,md,html}":["prettier --write --ignore-unknown"]},"sideEffects":["./src/index.ts","./dist/popover.js","./dist/popover.min.js","./dist/popover.iife.min.js"],"_nodeVersion":"20.13.0","publishConfig":{"access":"public"},"typesVersions":{"*":{"fn":["./dist/index-fn.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"husky":"^9.1.1","eslint":"^8.57.0","esbuild":"^0.23.0","ts-node":"^10.9.2","prettier":"3.3.3","typescript":"^5.5.3","@types/node":"*","lint-staged":"^15.2.7","npm-run-all":"^4.1.5","@playwright/test":"1.33.0","eslint-plugin-import":"^2.29.1","eslint-config-prettier":"^9.1.0","@typescript-eslint/parser":"^7.17.0","@typescript-eslint/eslint-plugin":"^7.17.0","eslint-plugin-simple-import-sort":"^12.1.1","eslint-import-resolver-typescript":"^3.6.1"},"_npmOperationalInternal":{"tmp":"tmp/popover-polyfill_0.4.4_1721674607496_0.4003399422976337","host":"s3://npm-registry-packages"}},"0.5.0":{"name":"@oddbird/popover-polyfill","version":"0.5.0","keywords":["css","polyfill","popover"],"author":{"url":"oddbird.net","name":"OddBird","email":"birds@oddbird.net"},"license":"BSD-3-Clause","_id":"@oddbird/popover-polyfill@0.5.0","maintainers":[{"name":"terriblemia","email":"miriam@oddbird.net"},{"name":"jerivas","email":"ed@jerivas.com"},{"name":"mirisuzanne","email":"hello@miriam.codes"},{"name":"jgerigmeyer","email":"jonny@oddbird.net"}],"homepage":"https://github.com/oddbird/popover-polyfill","bugs":{"url":"https://github.com/oddbird/popover-polyfill/issues"},"dist":{"shasum":"be598493aaed6b797b09a7bbf4dbe731f47c2032","tarball":"https://registry.npmjs.org/@oddbird/popover-polyfill/-/popover-polyfill-0.5.0.tgz","fileCount":25,"integrity":"sha512-XIcRO5weyHF8zTicbD8Df1BIwNElvrtg1O6p9xI1FIrpgl1BC8a4r8MlgPCWE9MHz/KmHBGqrnoqEqvVos/1Gg==","signatures":[{"sig":"MEQCIGCr2ML952mENkYzLJOUxoCeAYsiHXlxQqjq69JChf3kAiBm7iOE99L3VSo2QF9shklcA3UvDXi8DcDGmnS6YbU54g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":330833},"main":"./dist/popover.js","type":"module","types":"./dist/index.d.ts","unpkg":"./dist/popover.min.js","module":"./dist/popover.js","browser":"./dist/popover.iife.min.js","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/popover.js","browser":"./dist/popover.iife.min.js","require":"./dist/popover.js"},"./fn":{"types":"./dist/index-fn.d.ts","import":"./dist/popover-fn.js","require":"./dist/popover-fn.cjs.js"}},"gitHead":"5256b4c648336bebbd51aa7857f36f4f8f98795a","scripts":{"tsc":"tsc --noEmit","lint":"run-p lint:*","test":"run-p test:unit test:e2e","build":"run-s clean build:* types","clean":"rm -rf dist","serve":"run-s build server:start","types":"tsc --emitDeclarationOnly","format":"run-p format:*","lint:js":"run-s prettier:check eslint:check tsc","prepack":"npm run build","prepare":"husky","test:ci":"run-p test:unit test:e2e:ci","test:ui":"npm run test:e2e -- --ui","test:e2e":"playwright test","build:esm":"esbuild --bundle src/index.ts --outfile=dist/popover.js --format=esm --sourcemap","format:js":"run-s prettier:fix eslint:fix tsc","test:unit":"echo No unit tests yet","build:iife":"esbuild --bundle src/index.ts --outfile=dist/popover.iife.min.js --format=iife --minify --sourcemap","eslint:fix":"npm run eslint:check -- --fix","test:e2e:ci":"run-s test:e2e \"test:e2e -- --browser=firefox\"","build:cjs-fn":"esbuild --bundle src/index-fn.ts --outfile=dist/popover-fn.cjs.js --format=cjs --sourcemap","build:esm-fn":"esbuild --bundle src/index-fn.ts --outfile=dist/popover-fn.js --format=esm --sourcemap","eslint:check":"eslint .","prettier:fix":"prettier --write .","server:start":"esbuild --bundle src/index.ts --format=esm --servedir=. --outdir=dist --sourcemap --serve=\"${PORT:-3000}\" --log-level=\"${LEVEL:-info}\"","build:esm-min":"esbuild --bundle src/index.ts --outfile=dist/popover.min.js --format=esm --minify --sourcemap","prettier:check":"prettier --check ."},"_npmUser":{"name":"jgerigmeyer","email":"jonny@oddbird.net"},"repository":{"url":"git+https://github.com/oddbird/popover-polyfill.git","type":"git"},"_npmVersion":"10.5.2","description":"Popover Attribute Polyfill","directories":{},"lint-staged":{"*.{js,ts}":["eslint --cache --fix","prettier --write --ignore-unknown"],"*.{json,yml,md,html}":["prettier --write --ignore-unknown"]},"sideEffects":["./src/index.ts","./dist/popover.js","./dist/popover.min.js","./dist/popover.iife.min.js"],"_nodeVersion":"20.13.0","publishConfig":{"access":"public"},"typesVersions":{"*":{"fn":["./dist/index-fn.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"husky":"^9.1.6","eslint":"^9.12.0","esbuild":"^0.24.0","prettier":"3.3.3","@eslint/js":"^9.12.0","typescript":"^5.6.2","@types/node":"*","lint-staged":"^15.2.10","npm-run-all":"^4.1.5","@playwright/test":"1.33.0","@types/eslint__js":"^8.42.3","typescript-eslint":"^8.8.1","eslint-plugin-import":"^2.31.0","eslint-config-prettier":"^9.1.0","@types/eslint-config-prettier":"^6.11.3","eslint-plugin-simple-import-sort":"^12.1.1","eslint-import-resolver-typescript":"^3.6.3"},"_npmOperationalInternal":{"tmp":"tmp/popover-polyfill_0.5.0_1728409475569_0.9714046546121844","host":"s3://npm-registry-packages"}},"0.5.1":{"name":"@oddbird/popover-polyfill","version":"0.5.1","keywords":["css","polyfill","popover"],"author":{"url":"oddbird.net","name":"OddBird","email":"birds@oddbird.net"},"license":"BSD-3-Clause","_id":"@oddbird/popover-polyfill@0.5.1","maintainers":[{"name":"terriblemia","email":"miriam@oddbird.net"},{"name":"jerivas","email":"ed@jerivas.com"},{"name":"mirisuzanne","email":"hello@miriam.codes"},{"name":"jgerigmeyer","email":"jonny@oddbird.net"}],"homepage":"https://github.com/oddbird/popover-polyfill","bugs":{"url":"https://github.com/oddbird/popover-polyfill/issues"},"dist":{"shasum":"55744be09c0c78e24758f3f26437d4112969f926","tarball":"https://registry.npmjs.org/@oddbird/popover-polyfill/-/popover-polyfill-0.5.1.tgz","fileCount":25,"integrity":"sha512-YE3MoUDSzk8vnyS4EH8hOxpIFMpk78znU0B7xWchreIyhDE1NKDJ0eKyVMKOcd7z609OEnWwwT17Zjh1LX1qmA==","signatures":[{"sig":"MEYCIQC3ucB8HujiDn/Q8Df85tOStJT1TtTL+e4gpetHHouZ3wIhAPuAMSlT3oMVIwkCuDea98Tjh8cjMYiStM9pccaZOYIM","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":332129},"main":"./dist/popover.js","type":"module","types":"./dist/index.d.ts","unpkg":"./dist/popover.min.js","module":"./dist/popover.js","browser":"./dist/popover.iife.min.js","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/popover.js","browser":"./dist/popover.iife.min.js","require":"./dist/popover.js"},"./fn":{"types":"./dist/index-fn.d.ts","import":"./dist/popover-fn.js","require":"./dist/popover-fn.cjs.js"}},"gitHead":"8264e2e9374bebff9f5cefd31d34a4077dcaa642","scripts":{"tsc":"tsc --noEmit","lint":"run-p lint:*","test":"run-p test:unit test:e2e","build":"run-s clean build:* types","clean":"rm -rf dist","serve":"run-s build server:start","types":"tsc --emitDeclarationOnly","format":"run-p format:*","lint:js":"run-s prettier:check eslint:check tsc","prepack":"npm run build","prepare":"husky","test:ci":"run-p test:unit test:e2e:ci","test:ui":"npm run test:e2e -- --ui","test:e2e":"playwright test","build:esm":"esbuild --bundle src/index.ts --outfile=dist/popover.js --format=esm --sourcemap","format:js":"run-s prettier:fix eslint:fix tsc","test:unit":"echo No unit tests yet","build:iife":"esbuild --bundle src/index.ts --outfile=dist/popover.iife.min.js --format=iife --minify --sourcemap","eslint:fix":"npm run eslint:check -- --fix","test:e2e:ci":"run-s test:e2e \"test:e2e -- --browser=firefox\"","build:cjs-fn":"esbuild --bundle src/index-fn.ts --outfile=dist/popover-fn.cjs.js --format=cjs --sourcemap","build:esm-fn":"esbuild --bundle src/index-fn.ts --outfile=dist/popover-fn.js --format=esm --sourcemap","eslint:check":"eslint .","prettier:fix":"prettier --write .","server:start":"esbuild --bundle src/index.ts --format=esm --servedir=. --outdir=dist --sourcemap --serve=\"${PORT:-3000}\" --log-level=\"${LEVEL:-info}\"","build:esm-min":"esbuild --bundle src/index.ts --outfile=dist/popover.min.js --format=esm --minify --sourcemap","prettier:check":"prettier --check ."},"_npmUser":{"name":"jgerigmeyer","email":"jonny@oddbird.net"},"repository":{"url":"git+https://github.com/oddbird/popover-polyfill.git","type":"git"},"_npmVersion":"10.5.2","description":"Popover Attribute Polyfill","directories":{},"lint-staged":{"*.{js,ts}":["eslint --cache --fix","prettier --write --ignore-unknown"],"*.{json,yml,md,html}":["prettier --write --ignore-unknown"]},"sideEffects":["./src/index.ts","./dist/popover.js","./dist/popover.min.js","./dist/popover.iife.min.js"],"_nodeVersion":"20.13.0","publishConfig":{"access":"public"},"typesVersions":{"*":{"fn":["./dist/index-fn.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"husky":"^9.1.6","eslint":"^9.14.0","esbuild":"^0.24.0","prettier":"3.3.3","@eslint/js":"^9.14.0","typescript":"^5.6.3","@types/node":"*","lint-staged":"^15.2.10","npm-run-all":"^4.1.5","@playwright/test":"1.33.0","@types/eslint__js":"^8.42.3","typescript-eslint":"^8.13.0","eslint-plugin-import":"^2.31.0","eslint-config-prettier":"^9.1.0","@types/eslint-config-prettier":"^6.11.3","eslint-plugin-simple-import-sort":"^12.1.1","eslint-import-resolver-typescript":"^3.6.3"},"_npmOperationalInternal":{"tmp":"tmp/popover-polyfill_0.5.1_1731340151071_0.8801625230485643","host":"s3://npm-registry-packages"}},"0.5.2":{"name":"@oddbird/popover-polyfill","version":"0.5.2","keywords":["css","polyfill","popover"],"author":{"url":"oddbird.net","name":"OddBird","email":"birds@oddbird.net"},"license":"BSD-3-Clause","_id":"@oddbird/popover-polyfill@0.5.2","maintainers":[{"name":"terriblemia","email":"miriam@oddbird.net"},{"name":"jerivas","email":"ed@jerivas.com"},{"name":"mirisuzanne","email":"hello@miriam.codes"},{"name":"jgerigmeyer","email":"jonny@oddbird.net"}],"homepage":"https://popover.oddbird.net/","bugs":{"url":"https://github.com/oddbird/popover-polyfill/issues"},"dist":{"shasum":"9a142cae54b6e48824bec61e94e39541c9746b69","tarball":"https://registry.npmjs.org/@oddbird/popover-polyfill/-/popover-polyfill-0.5.2.tgz","fileCount":25,"integrity":"sha512-iFrvar5SOMtKFOSjYvs4z9UlLqDdJbMx0mgISLcPedv+g0ac5sgeETLGtipHCVIae6HJPclNEH5aCyD1RZaEHw==","signatures":[{"sig":"MEQCIHWzYXGiuzmCIh6tX6u8eWwOzI7nqef6vKHE18/KpfhaAiBuRJ7JzoBOtQZH/EZRHnJCRRkwUdjT51Ow4jsIe2Fdsw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":332105},"main":"./dist/popover.js","type":"module","types":"./dist/index.d.ts","unpkg":"./dist/popover.min.js","module":"./dist/popover.js","browser":"./dist/popover.iife.min.js","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/popover.js","browser":"./dist/popover.iife.min.js","require":"./dist/popover.js"},"./fn":{"types":"./dist/index-fn.d.ts","import":"./dist/popover-fn.js","require":"./dist/popover-fn.cjs.js"}},"gitHead":"a329483db26018c0f14d5f489b34192748360b52","scripts":{"tsc":"tsc --noEmit","lint":"run-p lint:*","test":"run-p test:unit test:e2e","build":"run-s clean build:* types","clean":"rm -rf dist","serve":"run-s build server:start","types":"tsc --emitDeclarationOnly","format":"run-p format:*","lint:js":"run-s prettier:check eslint:check tsc","prepack":"npm run build","prepare":"husky","test:ci":"run-p test:unit test:e2e:ci","test:ui":"npm run test:e2e -- --ui","test:e2e":"playwright test","build:esm":"esbuild --bundle src/index.ts --outfile=dist/popover.js --format=esm --sourcemap","format:js":"run-s prettier:fix eslint:fix tsc","test:unit":"echo No unit tests yet","build:iife":"esbuild --bundle src/index.ts --outfile=dist/popover.iife.min.js --format=iife --minify --sourcemap","eslint:fix":"npm run eslint:check -- --fix","test:e2e:ci":"run-s test:e2e \"test:e2e -- --browser=firefox\"","build:cjs-fn":"esbuild --bundle src/index-fn.ts --outfile=dist/popover-fn.cjs.js --format=cjs --sourcemap","build:esm-fn":"esbuild --bundle src/index-fn.ts --outfile=dist/popover-fn.js --format=esm --sourcemap","eslint:check":"eslint .","prettier:fix":"prettier --write .","server:start":"esbuild --bundle src/index.ts --format=esm --servedir=. --outdir=dist --sourcemap --serve=\"${PORT:-3000}\" --log-level=\"${LEVEL:-info}\"","build:esm-min":"esbuild --bundle src/index.ts --outfile=dist/popover.min.js --format=esm --minify --sourcemap","prettier:check":"prettier --check ."},"_npmUser":{"name":"jgerigmeyer","email":"jonny@oddbird.net"},"repository":{"url":"git+https://github.com/oddbird/popover-polyfill.git","type":"git"},"_npmVersion":"10.5.2","description":"Popover Attribute Polyfill","directories":{},"lint-staged":{"*.{js,ts}":["eslint --cache --fix","prettier --write --ignore-unknown"],"*.{json,yml,md,html}":["prettier --write --ignore-unknown"]},"sideEffects":["./src/index.ts","./dist/popover.js","./dist/popover.min.js","./dist/popover.iife.min.js"],"_nodeVersion":"20.13.0","publishConfig":{"access":"public"},"typesVersions":{"*":{"fn":["./dist/index-fn.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"husky":"^9.1.7","eslint":"^9.15.0","esbuild":"^0.24.0","prettier":"3.3.3","@eslint/js":"^9.15.0","typescript":"^5.6.3","@types/node":"*","lint-staged":"^15.2.10","npm-run-all":"^4.1.5","@playwright/test":"1.33.0","@types/eslint__js":"^8.42.3","typescript-eslint":"^8.15.0","eslint-plugin-import":"^2.31.0","eslint-config-prettier":"^9.1.0","@types/eslint-config-prettier":"^6.11.3","eslint-plugin-simple-import-sort":"^12.1.1","eslint-import-resolver-typescript":"^3.6.3"},"_npmOperationalInternal":{"tmp":"tmp/popover-polyfill_0.5.2_1732140561423_0.6913042790326573","host":"s3://npm-registry-packages"}},"0.6.0":{"name":"@oddbird/popover-polyfill","version":"0.6.0","keywords":["css","polyfill","popover"],"author":{"url":"oddbird.net","name":"OddBird","email":"birds@oddbird.net"},"license":"BSD-3-Clause","_id":"@oddbird/popover-polyfill@0.6.0","maintainers":[{"name":"jerivas","email":"ed@jerivas.com"},{"name":"mirisuzanne","email":"hello@miriam.codes"},{"name":"jgerigmeyer","email":"jonny@oddbird.net"},{"name":"terriblemia","email":"miriam@oddbird.net"},{"name":"jamessw","email":"james@jamessw.com"}],"homepage":"https://popover.oddbird.net/","bugs":{"url":"https://github.com/oddbird/popover-polyfill/issues"},"dist":{"shasum":"e183064e1cb6d4ccd20c9bc4f289869027e25d49","tarball":"https://registry.npmjs.org/@oddbird/popover-polyfill/-/popover-polyfill-0.6.0.tgz","fileCount":25,"integrity":"sha512-pbuLPpoGnAp2W0RIt5Wbinq0CHTAMm6qpYj4n/QfamFtmkgNS3R1hr58CikfBGuqSzeUkKxVtKuPnPD/4s7QXQ==","signatures":[{"sig":"MEUCICLy1e/+2XDbCFM/8YeO8e9b4OphOp8HEvhEznhegcwJAiEA+HFxSQlMFngnBkvNkl3rBTtE9D0ushrPxK6le0mcDqQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":397268},"main":"./dist/popover.js","type":"module","types":"./dist/index.d.ts","unpkg":"./dist/popover.min.js","module":"./dist/popover.js","browser":"./dist/popover.iife.min.js","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/popover.js","browser":"./dist/popover.iife.min.js","require":"./dist/popover.js"},"./fn":{"types":"./dist/index-fn.d.ts","import":"./dist/popover-fn.js","require":"./dist/popover-fn.cjs.js"}},"gitHead":"67abe3857952dfcde26012c7574993a4585f7e7f","scripts":{"tsc":"tsc --noEmit","lint":"run-p lint:*","test":"run-p test:unit test:e2e","build":"run-s clean build:* types","clean":"rm -rf dist","serve":"run-s build server:start","types":"tsc --emitDeclarationOnly","format":"run-s prettier:fix eslint:fix tsc","lint:js":"run-s prettier:check eslint:check tsc","prepack":"npm run build","prepare":"husky","test:ci":"run-p test:unit test:e2e:ci","test:ui":"npm run test:e2e -- --ui","test:e2e":"playwright test","build:esm":"esbuild --bundle src/index.ts --outfile=dist/popover.js --format=esm --sourcemap","test:unit":"echo No unit tests yet","build:iife":"esbuild --bundle src/index.ts --outfile=dist/popover.iife.min.js --format=iife --minify --sourcemap","eslint:fix":"npm run eslint:check -- --fix","test:e2e:ci":"run-s test:e2e \"test:e2e -- --browser=firefox\"","build:cjs-fn":"esbuild --bundle src/index-fn.ts --outfile=dist/popover-fn.cjs.js --format=cjs --sourcemap","build:esm-fn":"esbuild --bundle src/index-fn.ts --outfile=dist/popover-fn.js --format=esm --sourcemap","eslint:check":"eslint .","prettier:fix":"prettier --write .","server:start":"esbuild --bundle src/index.ts --format=esm --servedir=. --outdir=dist --sourcemap --serve=\"${PORT:-3000}\" --log-level=\"${LEVEL:-info}\"","build:esm-min":"esbuild --bundle src/index.ts --outfile=dist/popover.min.js --format=esm --minify --sourcemap","prettier:check":"prettier --check ."},"_npmUser":{"name":"jamessw","email":"james@jamessw.com"},"repository":{"url":"git+https://github.com/oddbird/popover-polyfill.git","type":"git"},"_npmVersion":"10.2.4","description":"Popover Attribute Polyfill","directories":{},"lint-staged":{"*.{js,ts}":["eslint --cache --fix","prettier --write --ignore-unknown"],"*.{json,yml,md,html}":["prettier --write --ignore-unknown"]},"sideEffects":["./src/index.ts","./dist/popover.js","./dist/popover.min.js","./dist/popover.iife.min.js"],"_nodeVersion":"20.11.1","publishConfig":{"access":"public"},"typesVersions":{"*":{"fn":["./dist/index-fn.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"husky":"^9.1.7","eslint":"^9.25.1","esbuild":"^0.25.3","prettier":"^3.5.3","@eslint/js":"^9.25.1","typescript":"^5.8.3","@types/node":"*","lint-staged":"^15.5.1","npm-run-all":"^4.1.5","@playwright/test":"1.33.0","typescript-eslint":"^8.31.1","eslint-plugin-import":"^2.31.0","eslint-config-prettier":"^10.1.2","@types/eslint-config-prettier":"^6.11.3","eslint-plugin-simple-import-sort":"^12.1.1","eslint-import-resolver-typescript":"^4.3.4"},"_npmOperationalInternal":{"tmp":"tmp/popover-polyfill_0.6.0_1746208872513_0.5090031753416777","host":"s3://npm-registry-packages-npm-production"}},"0.6.1":{"name":"@oddbird/popover-polyfill","version":"0.6.1","keywords":["css","polyfill","popover"],"author":{"url":"oddbird.net","name":"OddBird","email":"birds@oddbird.net"},"license":"BSD-3-Clause","_id":"@oddbird/popover-polyfill@0.6.1","maintainers":[{"name":"jerivas","email":"ed@jerivas.com"},{"name":"mirisuzanne","email":"hello@miriam.codes"},{"name":"jgerigmeyer","email":"jonny@oddbird.net"},{"name":"terriblemia","email":"miriam@oddbird.net"},{"name":"jamessw","email":"james@jamessw.com"}],"homepage":"https://popover.oddbird.net/","bugs":{"url":"https://github.com/oddbird/popover-polyfill/issues"},"dist":{"shasum":"dc2d49dd79cc74420eece5b97ccef6ba3f9d42a9","tarball":"https://registry.npmjs.org/@oddbird/popover-polyfill/-/popover-polyfill-0.6.1.tgz","fileCount":25,"integrity":"sha512-Papau51NPG+NajXvoEHCNT1CBJv4WIyvIGfH5gpJPLL8MZJt/4giC0jJ/mNZRtJmdzRuXWpUFB6QxkJa1RvMAQ==","signatures":[{"sig":"MEUCIHvwMJxyf/cj15VRUJ54U+IO4sQwvkfevD7i34ZzjTeZAiEA0hpqXxdTcJ+yESb5ENv33dJPyXFULcdBS76dDtlSDj8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":401580},"main":"./dist/popover.js","type":"module","types":"./dist/index.d.ts","unpkg":"./dist/popover.min.js","module":"./dist/popover.js","browser":"./dist/popover.iife.min.js","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/popover.js","browser":"./dist/popover.iife.min.js","require":"./dist/popover.js"},"./fn":{"types":"./dist/index-fn.d.ts","import":"./dist/popover-fn.js","require":"./dist/popover-fn.cjs.js"}},"gitHead":"5401013c2c709819c9cfbe439cddf4d1f54531b7","scripts":{"tsc":"tsc --noEmit","lint":"run-p lint:*","test":"run-p test:unit test:e2e","build":"run-s clean build:* types","clean":"rm -rf dist","serve":"run-s build server:start","types":"tsc --emitDeclarationOnly","format":"run-s prettier:fix eslint:fix tsc","lint:js":"run-s prettier:check eslint:check tsc","prepack":"npm run build","prepare":"husky","test:ci":"run-p test:unit test:e2e:ci","test:ui":"npm run test:e2e -- --ui","test:e2e":"playwright test","build:esm":"esbuild --bundle src/index.ts --outfile=dist/popover.js --format=esm --sourcemap --target=chrome88,edge88,firefox88,safari14","test:unit":"echo No unit tests yet","build:iife":"esbuild --bundle src/index.ts --outfile=dist/popover.iife.min.js --format=iife --minify --sourcemap --target=chrome88,edge88,firefox88,safari14","eslint:fix":"npm run eslint:check -- --fix","test:e2e:ci":"run-s test:e2e \"test:e2e -- --browser=firefox\"","build:cjs-fn":"esbuild --bundle src/index-fn.ts --outfile=dist/popover-fn.cjs.js --format=cjs --sourcemap --target=chrome88,edge88,firefox88,safari14","build:esm-fn":"esbuild --bundle src/index-fn.ts --outfile=dist/popover-fn.js --format=esm --sourcemap --target=chrome88,edge88,firefox88,safari14","eslint:check":"eslint .","prettier:fix":"prettier --write .","server:start":"esbuild --bundle src/index.ts --format=esm --servedir=. --outdir=dist --sourcemap --serve=\"${PORT:-3000}\" --log-level=\"${LEVEL:-info}\"","build:esm-min":"esbuild --bundle src/index.ts --outfile=dist/popover.min.js --format=esm --minify --sourcemap --target=chrome88,edge88,firefox88,safari14","prettier:check":"prettier --check ."},"_npmUser":{"name":"jamessw","actor":{"name":"jamessw","type":"user","email":"james@jamessw.com"},"email":"james@jamessw.com"},"repository":{"url":"git+https://github.com/oddbird/popover-polyfill.git","type":"git"},"_npmVersion":"10.9.0","description":"Popover Attribute Polyfill","directories":{},"lint-staged":{"*.{js,ts}":["eslint --cache --fix","prettier --write --ignore-unknown"],"*.{json,yml,md,html}":["prettier --write --ignore-unknown"]},"sideEffects":["./src/index.ts","./dist/popover.js","./dist/popover.min.js","./dist/popover.iife.min.js"],"_nodeVersion":"22.12.0","publishConfig":{"access":"public"},"typesVersions":{"*":{"fn":["./dist/index-fn.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"husky":"^9.1.7","eslint":"^9.28.0","esbuild":"^0.25.5","prettier":"^3.5.3","@eslint/js":"^9.28.0","typescript":"^5.8.3","@types/node":"*","lint-staged":"^16.1.0","npm-run-all":"^4.1.5","@playwright/test":"1.33.0","typescript-eslint":"^8.33.1","eslint-plugin-import":"^2.31.0","eslint-config-prettier":"^10.1.5","@types/eslint-config-prettier":"^6.11.3","eslint-plugin-simple-import-sort":"^12.1.1","eslint-import-resolver-typescript":"^4.4.2"},"_npmOperationalInternal":{"tmp":"tmp/popover-polyfill_0.6.1_1750970894828_0.5943107505240839","host":"s3://npm-registry-packages-npm-production"}},"0.7.0":{"name":"@oddbird/popover-polyfill","version":"0.7.0","keywords":["css","polyfill","popover"],"author":{"url":"oddbird.net","name":"OddBird","email":"birds@oddbird.net"},"license":"BSD-3-Clause","_id":"@oddbird/popover-polyfill@0.7.0","maintainers":[{"name":"jerivas","email":"ed@jerivas.com"},{"name":"mirisuzanne","email":"hello@miriam.codes"},{"name":"jgerigmeyer","email":"jonny@oddbird.net"},{"name":"terriblemia","email":"miriam@oddbird.net"},{"name":"jamessw","email":"james@jamessw.com"}],"homepage":"https://popover.oddbird.net/","bugs":{"url":"https://github.com/oddbird/popover-polyfill/issues"},"dist":{"shasum":"ff2f4d328324249c2e6ac0b8d67178de15bbef32","tarball":"https://registry.npmjs.org/@oddbird/popover-polyfill/-/popover-polyfill-0.7.0.tgz","fileCount":25,"integrity":"sha512-lXjKHrRO/OVx+oRxmwRVnE444hk2WyiSge0YJKZ/H60C5zZrZcbwURCuvx0JCWg18p5WHMKr4OKMt5iIHtLnDA==","signatures":[{"sig":"MEYCIQDiVwsRhDpWVeEA14mJgcnERtqEBHmKPDibcI8/Fpt/GgIhAMp232kf7c8q/Y5TYRi4W/T92/104KUBItCqisljA/qm","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":409779},"main":"./dist/popover.js","type":"module","types":"./dist/index.d.ts","unpkg":"./dist/popover.min.js","module":"./dist/popover.js","browser":"./dist/popover.iife.min.js","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/popover.js","browser":"./dist/popover.iife.min.js","require":"./dist/popover.js"},"./fn":{"types":"./dist/index-fn.d.ts","import":"./dist/popover-fn.js","require":"./dist/popover-fn.cjs.js"}},"gitHead":"25672173edaf5ca673ea51728b9d7883480ad225","scripts":{"tsc":"tsc --noEmit","lint":"run-p lint:*","test":"run-p test:unit test:e2e","build":"run-s clean build:* types","clean":"rm -rf dist","serve":"run-s build server:start","types":"tsc --emitDeclarationOnly","format":"run-s prettier:fix eslint:fix tsc","lint:js":"run-s prettier:check eslint:check tsc","prepack":"npm run build","prepare":"husky","test:ci":"run-p test:unit test:e2e:ci","test:ui":"npm run test:e2e -- --ui","test:e2e":"playwright test","build:esm":"esbuild --bundle src/index.ts --outfile=dist/popover.js --format=esm --sourcemap --target=chrome88,edge88,firefox88,safari14","test:unit":"echo No unit tests yet","build:iife":"esbuild --bundle src/index.ts --outfile=dist/popover.iife.min.js --format=iife --minify --sourcemap --target=chrome88,edge88,firefox88,safari14","eslint:fix":"npm run eslint:check -- --fix","test:e2e:ci":"run-s test:e2e \"test:e2e -- --browser=firefox\"","build:cjs-fn":"esbuild --bundle src/index-fn.ts --outfile=dist/popover-fn.cjs.js --format=cjs --sourcemap --target=chrome88,edge88,firefox88,safari14","build:esm-fn":"esbuild --bundle src/index-fn.ts --outfile=dist/popover-fn.js --format=esm --sourcemap --target=chrome88,edge88,firefox88,safari14","eslint:check":"eslint .","prettier:fix":"prettier --write .","server:start":"esbuild --bundle src/index.ts --format=esm --servedir=. --outdir=dist --sourcemap --serve=\"${PORT:-3000}\" --log-level=\"${LEVEL:-info}\"","build:esm-min":"esbuild --bundle src/index.ts --outfile=dist/popover.min.js --format=esm --minify --sourcemap --target=chrome88,edge88,firefox88,safari14","prettier:check":"prettier --check ."},"_npmUser":{"name":"jgerigmeyer","email":"jonny@oddbird.net"},"repository":{"url":"git+https://github.com/oddbird/popover-polyfill.git","type":"git"},"_npmVersion":"11.13.0","description":"Popover Attribute Polyfill","directories":{},"lint-staged":{"*.{js,ts}":["eslint --cache --fix","prettier --write --ignore-unknown"],"*.{json,yml,md,html}":["prettier --write --ignore-unknown"]},"sideEffects":["./src/index.ts","./dist/popover.js","./dist/popover.min.js","./dist/popover.iife.min.js"],"_nodeVersion":"24.16.0","publishConfig":{"access":"public"},"typesVersions":{"*":{"fn":["./dist/index-fn.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"husky":"^9.1.7","eslint":"^10.6.0","esbuild":"^0.28.1","globals":"^17.7.0","prettier":"^3.9.3","@eslint/js":"^10.0.1","typescript":"^6.0.3","@types/node":"*","lint-staged":"^17.0.8","npm-run-all":"^4.1.5","@playwright/test":"1.33.0","typescript-eslint":"^8.62.1","eslint-config-prettier":"^10.1.8","eslint-plugin-import-x":"^4.17.1","@types/eslint-config-prettier":"^6.11.3","eslint-plugin-simple-import-sort":"^13.0.0","eslint-import-resolver-typescript":"^4.4.5"},"_npmOperationalInternal":{"tmp":"tmp/popover-polyfill_0.7.0_1782757499160_0.36027630738651073","host":"s3://npm-registry-packages-npm-production"}},"0.7.1":{"name":"@oddbird/popover-polyfill","version":"0.7.1","keywords":["css","polyfill","popover"],"author":{"url":"oddbird.net","name":"OddBird","email":"birds@oddbird.net"},"license":"BSD-3-Clause","_id":"@oddbird/popover-polyfill@0.7.1","maintainers":[{"name":"jerivas","email":"ed@jerivas.com"},{"name":"mirisuzanne","email":"hello@miriam.codes"},{"name":"jgerigmeyer","email":"jonny@oddbird.net"},{"name":"terriblemia","email":"miriam@oddbird.net"},{"name":"jamessw","email":"james@jamessw.com"}],"homepage":"https://popover.oddbird.net/","bugs":{"url":"https://github.com/oddbird/popover-polyfill/issues"},"dist":{"shasum":"855d7cb4ae4855f7b13ab7c7a576da4f5915c744","tarball":"https://registry.npmjs.org/@oddbird/popover-polyfill/-/popover-polyfill-0.7.1.tgz","fileCount":25,"integrity":"sha512-H3P1qJpbJiAToQt6dAjdTzWP327YPGjI286pmn+U/eSfE4krGAMHYz3OL+VYSQhwCsbSLkik9GPZGNvtdeEetQ==","signatures":[{"sig":"MEUCIQCclWCiXAiVWxRAC5B6e0WlU4NdSzf1XabtFICzWsj81gIgOVQJiUut3ViHfGP9YvbZx7b5XzsD+iwZRiCy5+kCz+I=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":410907},"main":"./dist/popover.js","type":"module","types":"./dist/index.d.ts","unpkg":"./dist/popover.min.js","module":"./dist/popover.js","browser":"./dist/popover.iife.min.js","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/popover.js","browser":"./dist/popover.iife.min.js","require":"./dist/popover.js"},"./fn":{"types":"./dist/index-fn.d.ts","import":"./dist/popover-fn.js","require":"./dist/popover-fn.cjs.js"}},"gitHead":"12c2f1a87cdeeaf30a9ee5fbd140923b2b8b0dae","scripts":{"tsc":"tsc --noEmit","lint":"run-p lint:*","test":"run-p test:unit test:e2e","build":"run-s clean build:* types","clean":"rm -rf dist","serve":"run-s build server:start","types":"tsc --emitDeclarationOnly","format":"run-s prettier:fix eslint:fix tsc","lint:js":"run-s prettier:check eslint:check tsc","prepack":"npm run build","prepare":"husky","test:ci":"run-p test:unit test:e2e:ci","test:ui":"npm run test:e2e -- --ui","test:e2e":"playwright test","build:esm":"esbuild --bundle src/index.ts --outfile=dist/popover.js --format=esm --sourcemap --target=chrome88,edge88,firefox88,safari14","test:unit":"echo No unit tests yet","build:iife":"esbuild --bundle src/index.ts --outfile=dist/popover.iife.min.js --format=iife --minify --sourcemap --target=chrome88,edge88,firefox88,safari14","eslint:fix":"npm run eslint:check -- --fix","test:e2e:ci":"run-s test:e2e \"test:e2e -- --browser=firefox\"","build:cjs-fn":"esbuild --bundle src/index-fn.ts --outfile=dist/popover-fn.cjs.js --format=cjs --sourcemap --target=chrome88,edge88,firefox88,safari14","build:esm-fn":"esbuild --bundle src/index-fn.ts --outfile=dist/popover-fn.js --format=esm --sourcemap --target=chrome88,edge88,firefox88,safari14","eslint:check":"eslint .","prettier:fix":"prettier --write .","server:start":"esbuild --bundle src/index.ts --format=esm --servedir=. --outdir=dist --sourcemap --serve=\"${PORT:-3000}\" --log-level=\"${LEVEL:-info}\"","build:esm-min":"esbuild --bundle src/index.ts --outfile=dist/popover.min.js --format=esm --minify --sourcemap --target=chrome88,edge88,firefox88,safari14","prettier:check":"prettier --check ."},"_npmUser":{"name":"jgerigmeyer","email":"jonny@oddbird.net"},"repository":{"url":"git+https://github.com/oddbird/popover-polyfill.git","type":"git"},"_npmVersion":"11.6.2","description":"Popover Attribute Polyfill","directories":{},"lint-staged":{"*.{js,ts}":["eslint --cache --fix","prettier --write --ignore-unknown"],"*.{json,yml,md,html}":["prettier --write --ignore-unknown"]},"sideEffects":["./src/index.ts","./dist/popover.js","./dist/popover.min.js","./dist/popover.iife.min.js"],"_nodeVersion":"24.11.1","publishConfig":{"access":"public"},"typesVersions":{"*":{"fn":["./dist/index-fn.d.ts"]}},"_hasShrinkwrap":false,"devDependencies":{"husky":"^9.1.7","eslint":"^10.6.0","esbuild":"^0.28.1","globals":"^17.7.0","prettier":"^3.9.5","@eslint/js":"^10.0.1","typescript":"^6.0.3","@types/node":"*","lint-staged":"^17.0.8","npm-run-all":"^4.1.5","@playwright/test":"1.33.0","typescript-eslint":"^8.63.0","eslint-config-prettier":"^10.1.8","eslint-plugin-import-x":"^4.17.1","@types/eslint-config-prettier":"^6.11.3","eslint-plugin-simple-import-sort":"^13.0.0","eslint-import-resolver-typescript":"^4.4.5"},"_npmOperationalInternal":{"tmp":"tmp/popover-polyfill_0.7.1_1783622106606_0.7628920818020166","host":"s3://npm-registry-packages-npm-production"}},"0.7.2":{"name":"@oddbird/popover-polyfill","version":"0.7.2","description":"Popover Attribute Polyfill","license":"BSD-3-Clause","publishConfig":{"access":"public"},"author":{"name":"OddBird","email":"birds@oddbird.net","url":"oddbird.net"},"repository":{"type":"git","url":"git+https://github.com/oddbird/popover-polyfill.git"},"bugs":{"url":"https://github.com/oddbird/popover-polyfill/issues"},"homepage":"https://popover.oddbird.net/","keywords":["css","polyfill","popover"],"type":"module","main":"./dist/popover.js","module":"./dist/popover.js","browser":"./dist/popover.iife.min.js","unpkg":"./dist/popover.min.js","types":"./dist/index.d.ts","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/popover.js","browser":"./dist/popover.iife.min.js","require":"./dist/popover.js"},"./fn":{"types":"./dist/index-fn.d.ts","import":"./dist/popover-fn.js","require":"./dist/popover-fn.cjs.js"}},"typesVersions":{"*":{"fn":["./dist/index-fn.d.ts"]}},"sideEffects":["./src/index.ts","./dist/popover.js","./dist/popover.min.js","./dist/popover.iife.min.js"],"scripts":{"build:iife":"esbuild --bundle src/index.ts --outfile=dist/popover.iife.min.js --format=iife --minify --sourcemap --target=chrome88,edge88,firefox88,safari14","build:esm":"esbuild --bundle src/index.ts --outfile=dist/popover.js --format=esm --sourcemap --target=chrome88,edge88,firefox88,safari14","build:esm-min":"esbuild --bundle src/index.ts --outfile=dist/popover.min.js --format=esm --minify --sourcemap --target=chrome88,edge88,firefox88,safari14","build:esm-fn":"esbuild --bundle src/index-fn.ts --outfile=dist/popover-fn.js --format=esm --sourcemap --target=chrome88,edge88,firefox88,safari14","build:cjs-fn":"esbuild --bundle src/index-fn.ts --outfile=dist/popover-fn.cjs.js --format=cjs --sourcemap --target=chrome88,edge88,firefox88,safari14","clean":"rm -rf dist","build":"run-s clean build:* types","server:start":"esbuild --bundle src/index.ts --format=esm --servedir=. --outdir=dist --sourcemap --serve=\"${PORT:-3000}\" --log-level=\"${LEVEL:-info}\"","serve":"run-s build server:start","tsc":"tsc --noEmit","types":"tsc --emitDeclarationOnly","prettier:check":"prettier --check .","prettier:fix":"prettier --write .","eslint:check":"eslint .","eslint:fix":"npm run eslint:check -- --fix","format":"run-s prettier:fix eslint:fix tsc","lint:js":"run-s prettier:check eslint:check tsc","lint":"run-p lint:*","test:unit":"echo No unit tests yet","test:e2e":"playwright test","test:e2e:ci":"run-s test:e2e \"test:e2e -- --browser=firefox\"","test":"run-p test:unit test:e2e","test:ci":"run-p test:unit test:e2e:ci","test:ui":"npm run test:e2e -- --ui","prepare":"husky","prepack":"npm run build"},"devDependencies":{"@eslint/js":"^10.0.1","@playwright/test":"1.33.0","@types/eslint-config-prettier":"^6.11.3","@types/node":"*","esbuild":"^0.28.2","eslint":"^10.8.1","eslint-config-prettier":"^10.1.8","eslint-import-resolver-typescript":"^4.4.5","eslint-plugin-import-x":"^4.17.1","eslint-plugin-simple-import-sort":"^14.0.0","globals":"^17.11.0","husky":"^9.1.7","lint-staged":"^17.3.0","npm-run-all":"^4.1.5","prettier":"^3.9.6","typescript":"^6.0.3","typescript-eslint":"^8.67.0"},"lint-staged":{"*.{js,ts}":["eslint --cache --fix","prettier --write --ignore-unknown"],"*.{json,yml,md,html}":["prettier --write --ignore-unknown"]},"gitHead":"a7edb97840f0ac91fb804c4c42a7cf5b0b4662ad","_id":"@oddbird/popover-polyfill@0.7.2","_nodeVersion":"24.11.1","_npmVersion":"11.6.2","dist":{"integrity":"sha512-f9R6XrZEshs/5qugqNH8wAqVzwuXLsnJW+iFQnPzX+/5pEr13b5bmxDVbJWj1U+E7LKJMcSu+IFif49mgacbYQ==","shasum":"905b33ad731459938fbcb395cfed9dc419d42aa7","tarball":"https://registry.npmjs.org/@oddbird/popover-polyfill/-/popover-polyfill-0.7.2.tgz","fileCount":25,"unpackedSize":415793,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCICpf3du3R8kOzoCViO/w4KrOO7aeIK1d7Pj0Cwjc1O2JAiAix00sIU1sr3yAuQNZQ6d2Uu1UhfEXoASK/IleFv5wqA=="}]},"_npmUser":{"name":"jgerigmeyer","email":"jonny@oddbird.net"},"directories":{},"maintainers":[{"name":"jerivas","email":"ed@jerivas.com"},{"name":"mirisuzanne","email":"hello@miriam.codes"},{"name":"jgerigmeyer","email":"jonny@oddbird.net"},{"name":"terriblemia","email":"miriam@oddbird.net"},{"name":"jamessw","email":"james@jamessw.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/popover-polyfill_0.7.2_1787062603645_0.8913795148411772"},"_hasShrinkwrap":false}},"time":{"created":"2022-11-15T19:48:25.725Z","modified":"2026-08-18T14:16:44.032Z","0.0.3":"2022-11-15T19:48:25.959Z","0.0.4":"2022-12-16T15:56:59.031Z","0.0.5":"2023-01-14T20:56:59.369Z","0.0.6":"2023-01-17T17:01:47.226Z","0.0.7":"2023-01-19T17:50:10.659Z","0.0.8":"2023-01-26T16:27:59.142Z","0.0.9":"2023-02-03T12:06:49.793Z","0.0.10":"2023-03-03T22:05:48.656Z","0.0.11":"2023-03-15T17:23:29.097Z","0.1.0":"2023-03-24T15:10:54.493Z","0.1.1":"2023-03-24T18:16:26.061Z","0.2.0":"2023-04-04T14:52:13.868Z","0.2.1":"2023-05-18T02:35:36.684Z","0.2.2":"2023-06-06T15:56:55.700Z","0.2.3":"2023-09-18T15:35:06.706Z","0.3.0":"2023-10-19T14:47:20.845Z","0.3.1":"2023-10-28T23:39:17.500Z","0.3.2":"2023-11-13T16:26:59.289Z","0.3.3":"2023-11-28T15:21:45.901Z","0.3.4":"2023-11-28T19:00:02.869Z","0.3.5":"2023-11-29T16:58:27.697Z","0.3.6":"2023-12-01T16:22:29.881Z","0.3.7":"2023-12-07T17:17:03.677Z","0.3.8":"2024-01-16T16:32:57.964Z","0.4.0":"2024-02-08T17:37:23.975Z","0.4.1":"2024-03-27T19:27:44.395Z","0.4.2":"2024-04-25T16:12:13.050Z","0.4.3":"2024-04-26T17:23:44.217Z","0.4.4":"2024-07-22T18:56:47.808Z","0.5.0":"2024-10-08T17:44:35.802Z","0.5.1":"2024-11-11T15:49:11.242Z","0.5.2":"2024-11-20T22:09:21.666Z","0.6.0":"2025-05-02T18:01:12.748Z","0.6.1":"2025-06-26T20:48:15.027Z","0.7.0":"2026-06-29T18:24:59.327Z","0.7.1":"2026-07-09T18:35:06.816Z","0.7.2":"2026-08-18T14:16:43.854Z"},"bugs":{"url":"https://github.com/oddbird/popover-polyfill/issues"},"author":{"name":"OddBird","email":"birds@oddbird.net","url":"oddbird.net"},"license":"BSD-3-Clause","homepage":"https://popover.oddbird.net/","keywords":["css","polyfill","popover"],"repository":{"type":"git","url":"git+https://github.com/oddbird/popover-polyfill.git"},"description":"Popover Attribute Polyfill","maintainers":[{"name":"jerivas","email":"ed@jerivas.com"},{"name":"mirisuzanne","email":"hello@miriam.codes"},{"name":"jgerigmeyer","email":"jonny@oddbird.net"},{"name":"terriblemia","email":"miriam@oddbird.net"},{"name":"jamessw","email":"james@jamessw.com"}],"readme":"# Popover Attribute Polyfill\n\n[![Build Status](https://github.com/oddbird/popover-polyfill/actions/workflows/test.yml/badge.svg)](https://github.com/oddbird/popover-polyfill/actions/workflows/test.yml) [![npm version](https://badge.fury.io/js/@oddbird%2Fpopover-polyfill.svg)](https://badge.fury.io/js/@oddbird%2Fpopover-polyfill) [![Netlify Status](https://api.netlify.com/api/v1/badges/35bc7ba7-97a2-4e41-93ed-5141988adb1e/deploy-status)](https://app.netlify.com/sites/popover-polyfill/deploys)\n\n- [Demo](https://popover.oddbird.net/)\n- [Explainer](https://open-ui.org/components/popover.research.explainer/)\n\nThis polyfills the HTML `popover` attribute and\n`showPopover`/`hidePopover`/`togglePopover` methods onto HTMLElement, as well as\nthe `popovertarget` and `popovertargetaction` attributes on Button elements.\n\n## Browser Support\n\n- Firefox 88+ (includes Android)\n- Chrome 88+ (includes Android)\n- Edge 88+\n- Safari 14+ (includes iOS)\n\n## Polyfill Installation\n\n### Download a copy\n\nThe simplest, recommended way to install the polyfill is to copy it into your\nproject.\n\nDownload `popover.js` (or `popover.min.js`) [from\nunpkg.com](https://unpkg.com/browse/@oddbird/popover-polyfill/dist/) and add it\nto the appropriate directory in your project. Then, include it where necessary\nwith a `<script>` tag:\n\n```html\n<script src=\"/path/to/popover.min.js\" type=\"module\"></script>\n```\n\nOr without [JavaScript modules](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules):\n\n```html\n<script src=\"/path/to/popover.iife.min.js\"></script>\n```\n\nNote that the JS will inject CSS styles into your document (or ShadowRoot).\n\n### With npm\n\nFor more advanced configuration, you can install with\n[npm](https://www.npmjs.com/):\n\n```sh\nnpm install @oddbird/popover-polyfill\n```\n\nAfter installing, you’ll need to use appropriate tooling to use\n`node_modules/@oddbird/popover-polyfill/dist/popover.js`.\n\nFor most tooling such as Vite, Webpack, and Parcel, that will look like this:\n\n```js\nimport '@oddbird/popover-polyfill';\n```\n\nIf you want to manually apply the polyfill, you can instead import the\n`isSupported` and `apply` functions directly from\n`node_modules/@oddbird/popover-polyfill/dist/popover-fn.js` file.\n\nWith most tooling:\n\n```js\nimport { apply, isSupported } from '@oddbird/popover-polyfill/fn';\n```\n\nOr in CommonJS environments:\n\n```js\nconst { apply, isSupported } = require('@oddbird/popover-polyfill/fn');\n```\n\nAn `isPolyfilled` function is also available, to detect if the Popover methods\nhave been polyfilled:\n\n```js\nimport { isPolyfilled } from '@oddbird/popover-polyfill/fn';\n```\n\n### Via CDN\n\nFor prototyping or testing, you can use the npm package via a Content Delivery\nNetwork. Avoid using JavaScript CDNs in production, for [many good\nreasons](https://blog.wesleyac.com/posts/why-not-javascript-cdn) such as\nperformance and robustness.\n\n```html\n<script\n  src=\"https://cdn.jsdelivr.net/npm/@oddbird/popover-polyfill@latest\"\n  crossorigin=\"anonymous\"\n  defer\n></script>\n```\n\n## Usage\n\nAfter installation the polyfill will automatically add the correct methods and\nattributes to the HTMLElement class.\n\n## Configuration\n\nThe polyfill supports an option to change the CSS layer name. When using the default version\nof the polyfill that executes automatically, options can be set by setting the\nvalue of `window.POPOVER_POLYFILL_OPTIONS`.\n\n```js\n<script type=\"module\">\n  if (!(\"popover\" in HTMLElement.prototype)) {\n    window.POPOVER_POLYFILL_OPTIONS = {\n      layerName: 'my-popover-polyfill-layer-name'\n    };\n    import(\"https://cdn.jsdelivr.net/npm/@oddbird/popover-polyfill@latest\");\n  }\n</script>\n```\n\nWhen manually applying the polyfill, options can be set by passing an object as\nan argument.\n\n```js\n<script type=\"module\">\n  if (!(\"popover\" in HTMLElement.prototype)) {\n    const { apply } = await import(\"https://cdn.jsdelivr.net/npm/@oddbird/popover-polyfill@latest\");\n\n    apply({\n      layerName: 'my-popover-polyfill-layer-name',\n    });\n  }\n</script>\n```\n\n## Caveats\n\nThis polyfill is not a perfect replacement for the native behavior; there are\nsome caveats which will need accommodations:\n\n- A native `popover` has a `:popover-open` pseudo selector when in the open\n  state. Pseudo selectors cannot be polyfilled within CSS, and so instead the\n  polyfill will add the `.\\:popover-open` CSS class to any open popover. In\n  other words a popover in the open state will have `class=\":popover-open\"`. In\n  CSS the `:` character must be escaped with a backslash.\n  - The `:popover-open` selector within JavaScript methods has been polyfilled,\n    so both `.querySelector(':popover-open')` _and_\n    `.querySelector('.\\:popover-open')` will work to select the same element.\n    `matches` and `closest` have also been patched, so\n    `.matches(':popover-open')` will work the same as\n    `.matches('.\\:popover-open')`.\n\n  - Using native `:popover-open` in CSS that does not support native `popover`\n    results in an invalid selector, and so the entire declaration is thrown\n    away. This is important because if you intend to style a popover using\n    `.\\:popover-open` it will need to be a separate declaration. For example,\n    `[popover]:popover-open, [popover].\\:popover-open` will not work. If your\n    browser support requirements allow you to use\n    [`:where()`](https://web-platform-dx.github.io/web-features-explorer/features/where/),\n    you can use `[popover]:where(:popover-open, .\\:popover-open)` to target the\n    native and polyfilled selectors.\n\n- Native `popover` elements use the `:top-layer` pseudo element which gets\n  placed above all other elements on the page, regardless of overflow or\n  z-index. This is not possible to polyfill, and so this library simply sets a\n  really high `z-index`. This means if a popover is within an element that has\n  `overflow:` or `position:` CSS, then there will be visual differences between\n  the polyfill and the native behavior.\n\n- Native _invokers_ (that is, buttons or inputs using the `popovertarget`\n  attribute) on `popover=auto` will render in the accessibility tree as elements\n  with `expanded`. The only way to do this in the polyfill is setting the\n  `aria-expanded` attribute on those elements. This _may_ impact mutation\n  observers or frameworks which do DOM diffing, or it may interfere with other\n  code which sets `aria-expanded` on elements.\n\n- The polyfill uses `adoptedStyleSheets` and `new CSSStyleSheet()` to inject CSS\n  onto the page (and each Shadow DOM). If it can't use that it'll generate a\n  `<style>` tag instead. This means you may see a `<style>` tag you didn't put\n  there, and this _may_ impact mutation observers or frameworks.\n  - For browsers which don't support `new CSSStyleSheet()`, if you are building\n    a ShadowRoot by setting `.innerHTML`, you'll remove the StyleSheet. Call\n    `injectStyles(myShadow, layerName)` (where `layerName` is optional)\n    to add the styles back in:\n\n    ```js\n    let supportsCSSStyleSheet = false;\n    try {\n      new CSSStyleSheet();\n      supportsCSSStyleSheet = true;\n    } catch {}\n    const myShadow = myHost.attachShadow({ mode: 'open' });\n    myShadow.innerHTML = `...`;\n    if (!supportsCSSStyleSheet) {\n      injectStyles(myShadow);\n    }\n    ```\n\n  - Similarly, if you're using Declarative ShadowDOM or otherwise creating a\n    shadow root without calling `attachShadow`/`attachInternals`, then the\n    polyfill won't inject the styles (because it can't reference the\n    `shadowRoot`). You'll need to manually inject the styles yourself with\n    `injectStyles(myShadow, layerName)`.\n\n  - As a stylesheet is injected into the main document, if your host element is\n    a popover, styling with `:host` gets tricky beause `:host` styles always\n    take lower precedence than the main document styles. This is a limitation\n    of CSS and there's not a reasonable workaround. The best workaround for\n    now is to add `!important` to conflicting properties in your `:host` rule.\n    See [#147](https://github.com/oddbird/popover-polyfill/issues/147) for more.\n\n  - Given that the CSS is injected using JavaScript, you may find that you\n    temporarily see popovers as open while the JS is loading. To work around\n    this, you can add the following CSS to your project:\n\n    ```css\n    @supports not selector(:popover-open) {\n      [popover]:not(.\\:popover-open) {\n        display: none;\n      }\n    }\n    ```\n\n- When supported, the polyfill creates a cascade layer named `popover-polyfill`.\n  If your styles are not in layers then this should have no impact. If your\n  styles do use layers, you'll need to ensure the polyfill layer is declared\n  first. (e.g. `@layer popover-polyfill, other, layers;`). You can change the\n  layer name by passing `layerName` to `apply`. (e.g.\n  `apply({ layerName: 'my-popover-polyfill-layer' })`) or through\n  `window.POPOVER_POLYFILL_OPTIONS` (see [configuration](#configuration))\n\n- While `togglePopover()` supports both the `force: boolean` and `{force:\nboolean, source: HTMLElement}` syntax, both `showPopover()` and\n  `togglePopover()` disregard the `source` parameter.\n\n- The polyfill will not work in browsers with partial popover support enabled,\n  and will also not attempt to make experimental support match the final spec.\n\n- Native `popover` elements contain a `::backdrop` pseudo-element when open.\n  This behavior has not been added to the polyfill. To work around this, one option\n  is to add a class to the `body` element when a `popover` is open:\n\n  ```js\n  import { isPolyfilled } from '@oddbird/popover-polyfill/fn';\n\n  const popovers = document.querySelectorAll('[popover]');\n  const body = document.getElementById('body');\n\n  if (isPolyfilled()) {\n    for (const popover of popovers) {\n      popover.addEventListener('toggle', () => {\n        const popoverOpen = popover.matches(':popover-open');\n        if (popoverOpen) {\n          body.classList.add('open-popover');\n        } else {\n          body.classList.remove('open-popover');\n        }\n      });\n    }\n  }\n  ```\n\n  And then style the `::backdrop` with CSS:\n\n  ```css\n  ::backdrop,\n  body.open-popover::before {\n    content: '';\n    background: /*backdrop styles*/;\n    inset: 0;\n    position: fixed;\n    z-index: 1;\n  }\n  ```\n\n  If your browser support requirements allow you to use\n  [`:has()`](https://web-platform-dx.github.io/web-features-explorer/features/has/),\n  the following CSS will work without the use of JavaScript:\n\n  ```css\n  ::backdrop,\n  body:has(.\\:popover-open)::before {\n    content: '';\n    background: /*backdrop styles*/;\n    inset: 0;\n    position: fixed;\n    z-index: 1;\n  }\n  ```\n\n## Contributing\n\nVisit our [contribution guidelines](https://github.com/oddbird/popover-polyfill/blob/main/CONTRIBUTING.md).\n\n## Sponsor OddBird's OSS Work\n\nAt OddBird, we love contributing to the languages & tools developers rely on.\nWe're currently working on polyfills\nfor new Popover & Anchor Positioning functionality,\nas well as CSS specifications for functions, mixins, and responsive typography.\nHelp us keep this work sustainable\nand centered on your needs as a developer!\nWe display sponsor logos and avatars\non our [website](https://www.oddbird.net/polyfill/#open-source-sponsors).\n\n[Sponsor OddBird's OSS Work](https://opencollective.com/oddbird-open-source)\n","readmeFilename":"README.md"}